/* anton styles */

/* fonts */

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* variables */

:root {
  --bodyfont: 'Montserrat', sans-serif;
  --headingcolor: #2D343C;
  --headingcolor2: #2D343C;
  --highlightcolor: #737877;
  --bodycolor: #191d1d;
  --headerbg: #fff;
  --footerbg: #fff;
  --navlink: #2e2e2e;
  --navactivelink: #BF3633;
  --dropdownbg: #ccc;
  --scorecardwhite: #eee;
  --scorecardyellow: #fc0;
  --scorecardred: #c80000;
  --scorecardblue: #0000ff;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php, .body-class-members.php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  background: #fff;
}

h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--bodyfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--headingcolor2);
  margin-bottom: 20px;
  font-family: var(--bodyfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--bodyfont);
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor2);
  font-family: var(--bodyfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: transparent;
  color: var(--headingcolor);
  display: inline-block;
  padding: 5px 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
}

h5 a {
  padding: 8px 35px;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: var(--headingcolor);
  color: #fff;
}

a {
  color: var(--navactivelink);
  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(--headingcolor);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* status and weather boxes */

.status-box {
  position: fixed;
  top: 132px;
  background: rgba(0,0,0,0.6);
  z-index: 1002;
  left: -350px;
  width: 350px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .status-box {
  top: 100px;
}

.show-status .status-box {
  left: 0px;
}

.status-content {
  color: #fff;
}

.status-content h3 {
  display: none;
}

.status-content p {
  margin: 0px;
}

.status-space {
  padding: 15px 25px;
}

.weather-box {
  position: fixed;
  top: 132px;
  background: rgba(0,0,0,0.6);
  z-index: 1002;
  left: -350px;
  width: 350px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .weather-box {
  top: 100px;
}

.show-weather .weather-box {
  left: 0px;
}

.weather-box .weather-content {
  color: #fff;
}

.weather-box .weather-space {
  padding: 15px 25px;
}

.weather-box .weatherSingle {
  width: 80px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

.weather-box .weatherTemp {
  margin: 7px 0px 12px;
}

/* header styles */

.header-wrapper {
  position: fixed;
  z-index: 1001;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 98px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-wrapper {
  background: #fff;
  border-bottom: 2px solid #BF3633;
}

.header-space {
  position: relative;
  margin: 0px 80px;
}

.top-header-left {
  position: absolute;
  top: 18px;
  left: 0px;
  color: #fff;
}

.weather-status-trig {
  display: inline-block;
  position: relative;
  top: -28px;
  margin-right: 10px;
}

.weather-status-trig img {
  width: 40px;
}

.weather-status-trig:hover {
  cursor: pointer;
}

.course-status-trig {
  display: inline-block;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -21px;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .course-status-trig {
  color: #626A72;
  text-shadow: none;
}

.course-status-trig:hover {
  cursor: pointer;
}

.thl-line {
  margin: 0px 10px;
  content: '';
  width: 2px;
  height: 62px;
  background: #fff;
  display: inline-block;
  box-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .thl-line {
  background: #636A72;
  box-shadow: none;
}

.thl-link {
  display: inline-block;
  position: relative;
  top: -27px;
}

.thl-link a {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.fix .thl-link a {
  color: #626A72;
  text-shadow: none;
}

.header-logo {
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 190px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  width: 90px;
  top: 4px;
}

/* navbar */

#hamburger-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
  height: 98px;
  background: transparent;
  border: none;
  z-index: 20;
  border-radius: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix #hamburger-icon {
  top: 0px;
  height: 98px;
}

#hamburger-icon:hover {
  background: transparent;
}

#hamburger-icon .line {
  height: 3px;
  background: #fff;
  left: 75px;
  position: absolute;
  box-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix #hamburger-icon .line, .show-menu #hamburger-icon .line {
  background: #3B3637;
  box-shadow: none;
}

#hamburger-icon:hover .line {
  color: #3B3637;
}

#hamburger-icon .line-1 {
  top: 39px;
  width: 65px;
}

#hamburger-icon .line-2 {
  top: 50px;
  width: 55px;
  opacity: 1;
}

#hamburger-icon .line-3 {
  top: 61px;
  width: 65px;
}

.fix #hamburger-icon .line-1 {
  top: 42px;
}

.fix #hamburger-icon .line-2 {
  top: 52px;
}

.fix #hamburger-icon .line-3 {
  top: 62px;
}

.show-menu #hamburger-icon .line-1 {
  top: 50px;
  transform: rotate(45deg);
  left: 75px;
}

.show-menu #hamburger-icon .line-2 {
  opacity: 0;
}

.show-menu #hamburger-icon .line-3 {
  top: 50px;
  transform: rotate(-45deg);
  left: 75px;
}

.fix.show-menu #hamburger-icon .line-1, .fix #hamburger-icon .line-1 {
  top: 32px;
}

.fix.show-menu #hamburger-icon .line-2, .fix #hamburger-icon .line-2 {
  top: 45px;
}

.fix #hamburger-icon .line-3 {
  top: 58px;
}

.fix.show-menu #hamburger-icon .line-1 {
  top: 45px;
}

.fix.show-menu #hamburger-icon .line-3 {
  top: 45px;
}

.menu-open {
  opacity: 1;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 41px;
  left: 5px;
  text-shadow: 1px 1px #000;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .menu-open {
  text-shadow: none;
  color: #3B3637;
}

.show-menu .menu-open {
  opacity: 0;
}

.fix .menu-open {
  top: 37px;
}

.menu-close {
  opacity: 0;
  position: absolute;
  color: #3B3637;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 41px;
  left: 5px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-menu .menu-close {
  opacity: 1;
  display: none;
}

.fix .menu-close {
  top: 37px;
}

#myNavbar {
  position: fixed;
  top: 0px;
  right: -500px;
  min-height: 100vh;
  background: #eee;
  width: 500px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-menu #myNavbar {
  right: 0px;
}

.nav-wrapper {
  margin-top: 120px;
  padding: 12px 30px 30px;
  height: calc(100vh - 114px);
  overflow-y: auto;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .nav-wrapper {
  margin-top: 80px;
}

.nav-logo {
  text-align: center;
}

.nav-logo img {
  width: 103px;
}

.navbar {
  margin: 0px;
}

.body-class-home.body-public .navbar .nav, .body-contentpage.body-public .navbar .nav, .body-class-.body-public .navbar .nav {
  float: none;
}

.body-class-home.body-public .navbar .nav > li, .body-contentpage.body-public .navbar .nav > li, .body-class-.body-public .navbar .nav > li {
  float: none;
}

.navbar-inverse .nav > li > a {
  text-shadow: none;
  color: var(--navlink);
  font-size: 20px;
  text-transform: uppercase;
}

.navbar-inverse .nav > li.current > a, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus {
  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);
}

.body-class-home.body-public .dropdown-menu, .body-contentpage.body-public .dropdown-menu, .body-class-.body-public .dropdown-menu {
  position: relative;
  float: none;
  box-shadow: none;
  border-radius: 0px;
}

.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);
}

/* footer */

.public-footer {
  padding: 100px 0px 150px;
  background: #e2e2e2;
}

.pf-flex {
  display: flex;
}

.pf-flex h6 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
}

.pf-address {
  flex: 1 1 0;
  margin-right: 15px;
}

.pf-col {
  flex: 1 1 0;
  margin-left: 15px;
}

.pf-newsletter form {
  position: relative;
  margin: 0px;
}

.pf-newsletter form label {
  position: absolute;
  opacity: 1;
  visibility: visible;
  left: 10px;
  bottom: 18px;
  text-transform: uppercase;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.pf-newsletter form .hide-label label {
  opacity: 0;
  visibility: hidden;
}

.pf-newsletter .customFormLine input {
  background: transparent;
  border: 1px solid #4F4C4C;
  border-radius: 0px;
  width: calc(100% - 160px);
  padding-right: 150px;
  height: 36px;
  box-shadow: none;
}

.pf-newsletter input[type*="submit"] {
  position: absolute;
  top: 1px;
  right: 3px;
  margin: 0px;
  border: none;
  border-radius: 0px;
  background: var(--headingcolor);
  width: 150px;
  text-align: center;
  height: 44px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-newsletter input[type*="submit"]:hover, .pf-newsletter input[type*="submit"]:focus {
  background: var(--navactivelink);
  color: #fff;
}

.pf-newsletter br {
  display: none;
}

.pf-links a {
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--bodycolor);
}

.pf-links a:hover, .pf-links a:focus {
  color: var(--navactivelink);
}

.pf-logos {
  margin-top: 20px;
}

.pf-logos .wysiwyg-editable {
  display: flex;
  align-items: center;
}

.pf-logos .wysiwyg-editable a {
  margin-right: 30px;
}

.pf-logos a {
  color: var(--bodycolor);
}

.pf-logos a:hover, .pf-logos a:focus {
  color: var(--navactivelink);
}

.pf-logos a em {
  font-size: 50px;
}

.members-footer {
  background: #fff;
  padding: 15px 0px;
}

.mf-flex {
  display: flex;
}

.mf-copy {
  padding-top: 9px;
  width: 75%;
}

.mf-ig {
  width: 25%;
  text-align: right;
}

.mf-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-intro-block {
  padding: 120px 0px;
}

.hib-space {
  max-width: 840px;
  margin: 0px auto;
  text-align: center;
  padding: 0px 20px;
}

.home-grid-section {
  background: #e2e2e2;
  padding: 20px;
}

.hgs-flex-top {
  display: flex;
}

.hgs-flex-top > div {
  flex: 1 1 0;
  margin: 0px 8px;
}

.hgs-flex-bottom {
  display: flex;
  margin-top: 16px;
}

.hgs-flex-bottom > div {
  flex: 1 1 0;
  margin: 0px 8px;
  position: relative;
}

.hgs-one {
  position: relative;
}

.hgs-one .wysiwyg-editable {
  height: 100%;
}

.hgs-one .home-news-carousel {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.hgs-pic {
  position: relative;
}

.hgs-pic::after, .hnc-holder .media > a::after  {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.hgs-pic:hover::after, .hnc-holder:hover .media > a::after {
  background: rgba(0,0,0,0.6);
}

.hgs-content {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 10px;
  width: 300px;
  z-index: 15;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
}

.body-public [class*="editor-only"] {
  display: none;
}

.hnc-holder {
  width: 100%;
  overflow: hidden;
}

.hnc-wrapper {
  position: absolute;
  width: 10000em;
  list-style: none;
  margin: 0px;
  padding: 0;
}

.hnc-holder .pull-left {
  margin: 0px;
  float: none;
}

.hnc-holder img {
  padding: 0px;
  background: transparent;
  box-shadow: none;
  border: none;
}

.hnc-holder .news-item {
  float: left;
  position: relative;
  margin-right: 1px;
  width: 610px;
  height: 510px;
}

.hnc-holder .news-item::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: rgba(0,0,0,0.4);
  object-position: center;
  content: url('/images/resources/glen/news-placeholder.jpg');
}

.hnc-holder .news-item .media {
  position: relative;
  z-index: 10;
  height: 100%;
}

.hnc-holder .media-body {
  position: absolute;
  top: 80px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 5;
}

.hnc-holder .media-body h4 {
  color: #fff;
}

.hnc-holder .media-body a {
  color: #fff;
}

.sponsors-carousel {
  width: 1600px;
  margin: 0px auto;
  padding: 90px 0px;
  overflow: hidden;
}

.sc-holder {
  position: relative;
    height: 190px;
  overflow: hidden;
}

.sc-wrapper {
  position: absolute;
  width: 10000em;
  list-style: none;
  margin: 0px;
  padding: 0;
  display: flex;
  align-items: center;
}

.sc-item {
  width: 500px;
  float: left;
  text-align: center;
  margin-right: 30px;
}

.hnc-numbers {
  position: absolute;
  bottom: 30px;
  right: 70px;
  font-size: 0px;
  z-index: 16;
}

.hnc-numbers a {
  color: rgba(255,255,255,0.7);
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.hnc-numbers a.active {
  font-size: 50px;
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.hnc-total {
  position: absolute;
  bottom: 46px;
  right: 20px;
  font-size: 50px;
  color: rgba(255,255,255,0.7);
  z-index: 17;
}

/* inner */

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-nav {
  background: #e2e2e2;
  text-align: center;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  padding: 25px 0px;
  margin: 0px;
}

.inner-nav ul li {
  display: inline-block;
  margin: 0px 10px;
}

.inner-nav ul li a {
  text-transform: uppercase;
  color: var(--bodycolor);
}

.inner-nav ul li.current a, .inner-nav ul li a:hover, .inner-nav ul li a:focus {
  color: var(--navactivelink);
}

.inner-full-start {
  text-align: center;
}

.inner-small-space {
  margin: 130px auto;
  max-width: 1000px;
  padding: 0px 20px;
}

.body-contentpage #global > br {
  display: none;
}

/* inner added boxes style */

.body-public .added-section-move-up {
  display: none;
}

.body-public .added-section-move-down {
  display: none;
}

.body-public .additional-button-row {
  display: none;
}

.body-public .added-section-remove {
  display: none;
}

.inserted-block {
  position: relative;
  padding: 30px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.body-public .inserted-block {
  padding: 0px 0px;
}

.inner-full-added {
  text-align: center;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
  background: #e2e2e2;
}

.two-equal-added.flex-row.flip-flex {
  flex-direction: row-reverse;
}

.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;
}

.tea-pic-col {
  flex: 1 1 0;
}

.tea-content-col {
  flex: 1 1 0;
}

.teac-space {
  padding: 20px 100px;
}

.three-equal-added.flex-row {
  display: flex;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.three-equal-added.flex-row .ie-col:first-child {
  margin-right: 15px;
}

.three-equal-added.flex-row .ie-col:nth-child(2) {
  margin: 0px 15px;
}

.three-equal-added.flex-row .ie-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.flex-row {
  display: flex;
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    text-align: center;
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3), .four-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
}

/* accordions */

/* accordions custom public */

.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}

.body-contentpage .inserted-accordion {
  margin: 20px 0px;
}

.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;
}

.inner-page-wrapper .table th, .inner-page-wrapper .table td {
  text-align: center;
  border: 2px solid var(--headingcolor);
}

table.scorecard th:nth-child(2), table.scorecard td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

table.scorecard th:nth-child(5), table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: black;
}

table.scorecard th:nth-child(8), table.scorecard td:nth-child(8) {
  background: var(--scorecardred);
  color: white;
}

table.scorecard th:nth-child(11), table.scorecard td:nth-child(11), table.scorecard th:nth-child(14), table.scorecard td:nth-child(14) {
  background: var(--scorecardblue);
  color: white;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headingcolor);
}

/* hole */

.hole-nav {
  background: #e2e2e2;
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  padding: 17px 0px;
  margin: 0px;
  font-size: 0px;
}

.hole-nav ul li {
  display: inline-block;
  margin: 0px 7px;
}

.hole-nav ul li a {
  text-transform: uppercase;
  color: var(--bodycolor);
  display: inline-block;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  color: var(--navactivelink);
}

.tea-pic-col {
  position: relative;
}

.tea-pic-col .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.hole-page-wrapper .tea-pic-col br {
  display: none;
}

.hole-yards .white::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: var(--scorecardwhite);
  margin-right: 8px;
  position: relative;
  top: 6px;
}

.hole-yards .yellow::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: var(--scorecardyellow);
  margin-right: 8px;
  position: relative;
  top: 6px;
}

.hole-yards .red::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: var(--scorecardred);
  margin-right: 8px;
  position: relative;
  top: 6px;
}

.hole-yards .blue::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: var(--scorecardblue);
  margin-right: 8px;
  position: relative;
  top: 6px;
}

.hole-yards .wysiwyg-editable {
  display: inline-block;
}

.hole-buttons {
  display: flex;
  max-width: 460px;
  margin: 30px auto 0px;
}

.hole-buttons > div {
  flex: 1 1 0;
  margin: 0px 10px;
}

.hole-buttons h5 a {
  width: 160px;
  padding: 8px 20px;
}

.hole-buttons .hole-prev a::before {
  content: '\f060';
  font-family: 'FontAwesome';
  position: relative;
  margin-right: 8px;
}

.hole-buttons .hole-next a::after {
  content: '\f061';
  font-family: 'FontAwesome';
  position: relative;
  margin-left: 8px;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #fff;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headingcolor);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}

.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.added-section-remove, .added-accordion-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross, .added-accordion-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus, .added-accordion-remove:hover, .added-accordion-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1, .added-accordion-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2, .added-accordion-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up, .added-accordion-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover, .added-accordion-move-up:hover {
  cursor: pointer;
}

.added-section-move-down, .added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-down:hover, .added-accordion-move-down:hover {
  cursor: pointer;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:first-child .added-section-move-up {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down {
  display: none;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

/* accordions custom page editor */

.php-ckeditor .added-section-accordion {
  display: inline-block;
  padding: 6px 10px;
  background: var(--headingcolor);
  color: #fff;
  margin-top: 10px;
}

.php-ckeditor .added-section-accordion:hover {
  background: #000;
  cursor: pointer;
}

.php-ckeditor .inserted-accordion {
  position: relative;
  padding: 30px 0px;
}

/* end custom page templates */

.navbar {
  margin: 0px;
}

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/glen/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, .invalid-page .header-wrapper {
  background: #fff;
  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;
  top: 5px;
  position: relative;
  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-right, .body-class-members .header-right, .body-class-visitorbooking .header-right, .body-class-getawayletter .header-right, [class*="body-class-setcoursestatus"] .header-right, .body-class-opens .header-right, .body-loginpage .header-right, .invalid-page .header-right {
  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;
  font-size: 15px;
  letter-spacing: 0px;
  padding: 10px 15px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .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-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: 30px;
  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(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"], .invalid-page {
   margin-bottom: 130px; 
  }
  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: 438px) 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: 165px; 
  }
  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: 75px;
    font-size: 15px;
  }
}

@media (min-width: 0px) and (max-width: 436px) {
  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: 185px; 
  }
  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: 95px;
    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(--headingcolor);
  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(--navactivelink);
  color: #fff;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

.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: 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 .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 15px;
  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 {
    right: -10px;
  }
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .sponsors-carousel {
    width: 1300px;
  }
  .sc-item {
    width: 405px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .sponsors-carousel {
    width: 1200px;
  }
  .sc-item {
    width: 375px;
  }
  .teac-space {
    padding: 20px 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .sponsors-carousel {
    width: 1100px;
  }
  .sc-item {
    width: 345px;
  }
  .teac-space {
    padding: 20px 60px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-logo {
    width: 120px;
  }
  .header-space {
    margin: 0px 40px;
  }
  .page-space {
    padding: 0px 25px;
  }
  .sponsors-carousel {
    width: 930px;
  }
  .sc-item {
    width: 285px;
  }
  .teac-space {
    padding: 20px 40px;
  }
  .body-class-home.body-public {
    overflow-x: hidden;
  }
  .pf-flex h6 {
    font-size: 20px;
    line-height: 30px;
  }
  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"] .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"] .content-wrapper {
    width: 940px;
  }
  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, .invalid-page .navbar-inverse .nav > li > a, body[class*="match"] .navbar-inverse .nav > li > a {
    padding: 10px 8px;
    font-size: 12px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 12px;
  }
  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 .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 15px;
    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) {
  .header-logo {
    width: 120px;
  }
  .header-space {
    margin: 0px 20px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .sponsors-carousel {
    width: 728px;
  }
  .sc-item {
    width: 220px;
  }
  .teac-space {
    padding: 20px 40px;
  }
  .body-class-home.body-public {
    overflow-x: hidden;
  }
  .pf-flex h6 {
    font-size: 16px;
    line-height: 28px;
  }
  .hgs-content {
    width: auto;
    top: 10px;
    left: 10px;
  }
  .home-intro-block {
    padding: 80px 0px;
  }
  .teac-space {
    line-height: 22px;
    font-size: 14px;
  }
  .inner-nav ul li {
    margin: 0px 5px;
  }
  .inner-nav ul li a {
    text-transform: capitalize;
  }
  .hole-nav ul {
    width: 450px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 4px 7px;
  }
  .pf-logos a em {
    font-size: 36px;
  }
  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"] .header-space, .invalid-page .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"] .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;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    text-shadow: none;
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a, .navbar-inverse .nav-collapse .dropdown-menu > li > a:hover {
    color: var(--navactivelink);
    background: transparent;
  }
  .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;
  }
  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;
  }
  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-left: 0px;
    top: 0px;
    margin-top: 15px;
  }
  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;
    display: block;
  }
  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;
  }
  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: 9px 15px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-logo {
    top: 4px;
    width: 90px;
  }
  .header-space {
    margin: 0px;
  }
  #hamburger-icon {
    width: 98px;
  }
  .menu-open, .menu-close {
    display: none;
  }
  #hamburger-icon .line {
    left: 18px;
  }
  .show-menu #hamburger-icon .line-1 {
    left: 19px;
  }
  .show-menu #hamburger-icon .line-3 {
    left: 19px;
  }
  .thl-line {
    display: block;
    opacity: 0;
    margin: 2px 0px;
    height: 0px;
  }
  .top-header-left {
    top: 32px;
    left: 10px;
  }
  .thl-link a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .home-intro-block {
    padding: 60px 0px;
  }
  .home-grid-section {
    padding: 10px;
  }
  .hgs-flex-top {
    flex-direction: column;
  }
  .hgs-flex-top > div {
    margin: 10px auto;
  }
  .hnc-holder {
    height: 280px;
  }
  .hgs-flex-bottom {
    flex-direction: column;
  }
  .hgs-flex-bottom > div {
    margin: 10px auto;
  }
  .sponsors-carousel {
    padding: 40px 0px;
    width: 300px;
  }
  .sc-item {
    width: 300px;
  }
  .public-footer {
    padding: 50px 0px;
    text-align: center;
  }
  .pf-flex {
    flex-direction: column;
  }
  .pf-address {
    margin-right: 0px;
  }
  .pf-col {
    margin-left: 0px;
  }
  .pf-newsletter form label {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .pf-newsletter input[type*="submit"] {
    position: relative;
    top: 0px;
    right: 0px;
  }
  .pf-logos .wysiwyg-editable {
    flex-direction: column;
  }
  .pf-logos .wysiwyg-editable a {
    margin: 10px 0px;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mf-copy {
    width: auto;
  }
  .mf-ig {
    width: auto;
    text-align: center;
    margin-top: 15px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    min-height: 300px;
    object-fit: cover;
  }
  .inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
    min-height: 270px;
    object-fit: cover;
  }
  .accordion-content {
    overflow-x: scroll;
  }
  .inner-small-space {
    margin: 60px 0px;
  }
  .pf-newsletter .customFormLine input {
    width: calc(100% - 14px);
    padding-right: 6px;
  }
  .hole-buttons {
    flex-direction: column;
  }
  .hole-buttons > div {
    margin: 0px;
  }
  .hole-buttons h5 {
    margin: 0px;
  }
  .teac-space {
    padding: 20px;
  }
  .two-equal-added.flex-row {
    text-align: left;
  }
  .two-equal-added.flex-row.flip-flex {
    flex-direction: column;
    text-align: left;
  }
  .hole-nav ul {
    width: 320px;
    margin: 0px auto;
  }
  .inner-nav ul li {
    margin: 5px 0px;
    display: block;
  }
  .inner-nav ul li a {
    padding: 10px 5px;
    display: block;
    border: 2px solid #000;
  }
  .tea-pic-col img {
    max-width: 400px;
    width: 100%;
  }
  .hgs-flex-top > div {
    max-width: 320px;
    width: 100%;
  }
  .hgs-flex-bottom > div {
    max-width: 320px;
    width: 100%;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"] .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"] .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;
  }
  .mf-copy {
    text-align: center;
    padding-top: 0px;
    margin: 0px;
  }
  .mf-ig-logo {
    margin-top: 10px;
    text-align: center;
  }
}

/* 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;
  }
  #myNavbar {
    right: -500px;
    width: 100%;
  }
}

/* editor */

.php-ckeditor .hgs-pic::after {
  display: none;
}

.php-ckeditor .teac-space {
  padding: 20px;
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/glen/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;
}

.invalid-page.body-public.body-contentpage .nav-logo {
  display: none;
}

.invalid-page.body-contentpage.body-public .navbar .nav > li {
  display: inline-block;
}

/* 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: 50px;
  text-align: center;
  background: transparent;
  opacity: 1;
  margin: 0px auto;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  background: rgba(0,0,0,0.7);
  font-family: var(--headingfont);
  display: inline-block;
  padding: 8px 25px;
  margin: 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 1px 1px #000;
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #ddd;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form textarea {
  background: #ddd;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 90px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form select {
  background: #ddd;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 80%;
  box-sizing: content-box;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: var(--headingcolor2);
  color: #fff;
  margin-top: 20px;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--navactivelink);
  color: #fff;
}

.inner-full-start ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .teac-space ul {
  margin: 0px 0px 10px;
}

.inner-full-start ul li, .inner-col ul li, .inner-flex ul li, .members-page ul li, .cc-content ul li, .tea-content-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full-start ul li::before, .inner-col ul li::before, .inner-flex ul li::before, .members-page ul li::before, .cc-content ul li::before, .tea-content-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 3px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -4px;
}

.inner-full-start ol, .inner-full ol, .ie-col ol {
  margin: 0px 0px 10px;
}

.inner-full-start ol li, .inner-full ol li, .ie-col ol li {
  line-height: 28px;
  list-style-position: inside;
}

.inner-full-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;
  }
}

@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-full-start table th, .inner-flex table th, .members-page table th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
}

.inner-full-start table td, .inner-flex table td, .members-page table td {
  border: 2px solid var(--headingcolor);
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-full-start table th, .members-page table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-full-start table td, .members-page table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-full-start table th, .members-page table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-full-start table td, .members-page table td {
    padding: 2px;
    font-size: 12px;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper .map_popup form input[type*="submit"] {
  margin-top: 5px;
}

/* slideshow dots and arrows */

.home-slideshow .nivo-controlNav-Wrapper, .inner-slideshow .nivo-controlNav-Wrapper, .tea-pic-col .nivo-controlNav-Wrapper {
  display: none;
}

.home-slideshow .nivo-directionNav, .inner-slideshow .nivo-directionNav {
  display: none !important;
}

.tea-pic-col .nivo-directionNav {
  display: block;
}

.tea-pic-col .nivo-directionNav a.nivo-prevNav {
  width: 70px;
  line-height: 50px;
  height: 50px;
  background: var(--bodycolor);
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
  color: #fff;
  text-indent: 0px;
  font-size: 0px;
  text-align: center;
}

.tea-pic-col .nivo-directionNav a.nivo-prevNav::after {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 24px;
}

.tea-pic-col .nivo-directionNav a.nivo-nextNav {
  width: 70px;
  line-height: 50px;
  height: 50px;
  background: var(--bodycolor);
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 70px;
  color: #fff;
  text-indent: 0px;
  font-size: 0px;
  text-align: center;
}

.tea-pic-col .nivo-directionNav a.nivo-nextNav::after {
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 24px;
}

.body-public .inner-slideshow > .wysiwyg-editable > br {
  display: none;
}

.home-slideshow {
  position: relative;
  height: 100vh;
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.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: -105%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .foreground-video {
    width: 300%;
    left: -100%;
  }
}

.two-equal-content.flex-row {
  display: flex;
}

.two-equal-content .ie-col {
  flex: 1 1 0;
}

.two-equal-content .ie-col:first-child {
  margin-right: 15px;
}

.two-equal-content .ie-col:last-child {
  margin-left: 15px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-content.flex-row {
    flex-direction: column;
  }
  .two-equal-content .ie-col:first-child {
    margin: 20px 0px;
  }
  .two-equal-content .ie-col:last-child {
    margin: 20px 0px;
  }
}

.body-public .inner-nav .wysiwyg-editable > br {
  display: none;
}

.inner-small-space .news-wrapper {
  display: flex;
}

.inner-small-space .news-item {
  flex: 1 1 0;
  padding: 0px 15px;
}

.inner-small-space .news-wrapper .pull-left {
  float: none;
}

.inner-small-space .news-item img {
  padding: 0px;
  border: none;
  box-shadow: none;
  background: transparent;
}

.inner-page-wrapper .teac-space form input {
  background: #fff;
}

.inner-page-wrapper .teac-space form textarea {
  background: #fff;
}

.inner-page-wrapper .teac-space form select {
  background: #fff;
}

.inner-page-wrapper .teac-space form input[type*="submit"] {
  background: var(--headingcolor2);
}

.inner-page-wrapper .teac-space form input[type*="submit"]:hover {
  background: var(--navactivelink);
  color: #fff;
}

.two-equal-content {
  margin-bottom: 40px;
}

.weather-status-trig .hw-fixed {
  width: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
}

.fix .weather-status-trig .hw-fixed {
  width: 40px;
  opacity: 1;
  visibility: visible;
}

.hw-default {
  opacity: 1;
  visibility: visible;
  width: 40px;
  transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
}

.fix .hw-default {
  width: 0px;
  opacity: 0;
  visibility: hidden;
}

.pf-logos a:nth-child(2) {
  position: relative;
}

.pf-logos a:nth-child(2)::after {
  content: '';
  background-image: url('/images/resources/glen/glen-footer-hover-x-logo.png');
  background-size: 50px, 51px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 51px;
  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;
}

.pf-logos a:nth-of-type(2):hover::after {
  opacity: 1;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .tea-content-col {
    line-height: 24px;
    font-size: 14px;
  }
  .tea-content-col h5 {
    margin: 5px 0px;
  }
  .tea-content-col h3, .tea-content-col h2 {
    margin: 10px 0px;
  }
  .tea-content-col p {
    margin-bottom: 5px;
  }
  .inner-nav ul li {
    margin: 0px 5px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* .two-equal-added.flex-row {
    align-items: normal;
  }
  .tea-pic-col .wysiwyg-editable {
    height: 100%;
  }
  .tea-pic-col img {
    height: 100%;
    object-fit: cover;
  }*/
  .hgs-content {
    font-size: 20px;
    line-height: 28px;
  }
  .hnc-numbers {
    display: none;
  }
  .hnc-total {
    display: none;
  }
  .hnc-holder .media-body {
    top: 50px;
    left: 10px;
  }
}

body[class*="php-"] #hamburger-icon .line, .body-class-visitorbooking #hamburger-icon .line, .body-class-getawayletter #hamburger-icon .line, [class*="body-class-setcoursestatus"] #hamburger-icon .line, .body-class-opens #hamburger-icon .line, .body-loginpage #hamburger-icon .line, .body-class-members #hamburger-icon .line, .invalid-page #hamburger-icon .line {
  background: #3B3637;
  box-shadow: none;
}

body[class*="php-"] #hamburger-icon .menu-open, .body-class-visitorbooking #hamburger-icon .menu-open, .body-class-getawayletter #hamburger-icon .menu-open, [class*="body-class-setcoursestatus"] #hamburger-icon .menu-open, .body-class-opens #hamburger-icon .menu-open, .body-loginpage #hamburger-icon .menu-open, .body-class-members #hamburger-icon .menu-open, .invalid-page #hamburger-icon .menu-open {
  color: #3B3637;
  text-shadow: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-small-space .news-wrapper {
    flex-direction: column;
  }
  .inner-small-space .news-item {
    padding: 0px;
    margin: 15px 0px;
  }
  .inner-small-space .news-item img {
    max-width: 350px;
    width: 100%;
    margin: 0px auto;
  }
  .tea-content-col {
    width: 100%;
  }
  .tea-pic-col {
    padding-bottom: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .home-slideshow {
    height: 50vh;
  }
  .body-class-members.body-contentpage h5 a {
    font-size: 14px;
    padding: 8px 15px;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .home-slideshow {
    height: 60vh;
  }
}

.members-video {
  max-width: 600px;
  margin: 20px 0px;
}

#map_container {
  height: 600px !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hnc-holder .news-item {
    width: 320px;
    height: 260px;
    margin-right: 0px;
  }
  .hnc-holder {
    height: 260px;
  }
  .hnc-numbers {
    display: none;
  }
  .hnc-total {
    display: none;
  }
  .home-slideshow::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 12;
  }
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 0px;
  }
  #map_container {
    height: 400px !important;
  }
  .map-col.tea-pic-col {
    width: calc(100% - 40px);
  }
}

.inner-page-wrapper h4 {
  text-transform: uppercase;
}

/* news image heights */

@media (min-width: 1800px) {
  .home-page-wrapper .news-item img.img-polaroid {
    min-height: 477px;
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .home-page-wrapper .news-item img.img-polaroid {
    min-height: 420px;
    width: 100%;
    object-fit: cover;
  }
  .home-page-wrapper .hnc-holder .news-item {
    width: 570px;
    height: 476px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home-page-wrapper .news-item img.img-polaroid {
    min-height: 365px;
    width: 100%;
    object-fit: cover;
  }
  .home-page-wrapper .hnc-holder .news-item {
    width: 503px;
    height: 420px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-page-wrapper .news-item img.img-polaroid {
    min-height: 309px;
    width: 100%;
    object-fit: cover;
  }
  .home-page-wrapper .hnc-holder .news-item {
    width: 437px;
    height: 365px;
  }
}

@media (min-width: 1200px) {
  .inner-page-wrapper .news-item img.img-polaroid {
    height: 253px;
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-page-wrapper .news-item img.img-polaroid {
    min-height: 248px;
    width: 100%;
    object-fit: cover;
  }
  .home-page-wrapper .hnc-holder .news-item {
    width: 370px;
    height: 309px;
  }
  .inner-page-wrapper .news-item img.img-polaroid {
    height: 237px;
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .home-page-wrapper .news-item img.img-polaroid {
    min-height: 190px;
    width: 100%;
    object-fit: cover;
  }
  .home-page-wrapper .hnc-holder .news-item {
    width: 297px;
    height: 248px;
  }
  .inner-page-wrapper .news-item img.img-polaroid {
    height: 176px;
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper .news-item img.img-polaroid {
    height: 265px;
    width: 100%;
    object-fit: cover;
  }
  .news-placeholder {
    right: 0px;
  }
}

.inner-small-space .news-item .media {
  position: relative;
  height: 100%;
}

.news-placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
}

.inner-page-wrapper .news-item img.img-polaroid.media-object {
  position: relative;
  z-index: 30;
}

.inner-small-space .news-item .media a.pull-left {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  z-index: 31;
  width: 100%;
}

.inner-small-space .news-item .media-body {
  margin-top: 280px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-small-space .news-item .media-body {
    margin-top: 260px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-small-space .news-item .media-body {
    margin-top: 200px;
  }
}

.hnc-numbers {
  pointer-events: none;
}

.inner-small-space .galleryInner {
  width: 100% !important;
  height: auto !important;
  position: relative;
}

.inner-small-space .nivo-controlNav-Wrapper {
  display: none;
}

.inner-small-space .galleryInner .nivo-directionNav {
  display: none !important;
}

.php-ckeditor .sponsors-carousel {
  width: auto;
}

.php-ckeditor .sc-wrapper {
  position: relative;
  display: block;
  width: auto;
}

.php-ckeditor .sc-holder {
  height: auto;
}

.php-ckeditor .sc-item {
  float: left;
  margin: 15px;
  position: relative;
  min-height: 200px;
}

.hnc-holder .news-date {
  display: none;
}

/* end anton styles */