/* anton styles */

/* fonts */

.lora-font {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-font {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* variables */

:root {
  --bodyfont: 'Montserrat', sans-serif;
  --headingfont: 'Lora', serif;
  --headingcolor: #002147;
  --headingcolor2: #002147;
  --highlightcolor: #004da6;
  --bodycolor: #333;
  --headerbg: #002147;
  --footerbg: #F1EDE4;
  --navlink: #fff;
  --navactivelink: #fc0;
  --dropdownbg: #001731;
  --dropdownlink: #fff;
  --dropdownlinkactive: #fc0;
  --homehover: #fc0;
  --scorecardwhite: #ddd;
  --scorecardyellow: #fc0;
  --scorecardred: #f00;
  --scorecardblack: #000;
}

.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 {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  overflow-x: hidden;
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  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(--headingcolor2);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor2);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  margin-top: 10px;
  border: none;
  position: relative;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: #000;
  color: #fff;
  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(--headingcolor2);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  min-height: 160px;
  background: transparent;
  width: 100%;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .header-wrapper, .fixed-colour-header .header-wrapper {
  min-height: 110px;
  background: rgba(0,33,71,0.7);
}

.header-logo {
  text-align: center;
  width: 230px;
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  height: 150px;
  margin: 0px auto;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .header-logo, .fixed-colour-header .header-logo {
  top: 5px;
  height: 105px;
}

.header-login {
  position: absolute;
  left: 100px;
  top: 59px;
  text-transform: uppercase;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.header-login a {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #000;
}

.fix .header-login a, .fixed-colour-header .header-login a {
  text-shadow: none;
}

.fix .header-login, .fixed-colour-header .header-login {
  top: 50px;
}

.header-links {
  position: absolute;
  top: 59px;
  right: 180px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .header-links, .fixed-colour-header .header-links {
  top: 50px;
  text-shadow: none;
}

.header-links a {
  color: #fff;
}

/* navbar */

#hamburger-icon {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 160px;
  height: 80px;
  background: transparent;
  border: none;
  z-index: 20;
  border-radius: 0px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix #hamburger-icon, .fixed-colour-header #hamburger-icon {
  top: 15px;
  height: 80px;
}

#hamburger-icon:hover {
  background: #000;
}

#hamburger-icon .line {
  height: 2px;
  background: #fff;
  left: 90px;
  position: absolute;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

#hamburger-icon:hover .line {
  color: #fff;
}

#hamburger-icon .line-1 {
  top: 30px;
  width: 39px;
  left: 90px;
}

#hamburger-icon .line-2 {
  top: 39px;
  width: 31px;
  opacity: 1;
}

#hamburger-icon .line-3 {
  top: 48px;
  width: 37px;
  left: 90px;
}

.show-menu #hamburger-icon .line-1 {
  top: 39px;
  transform: rotate(45deg);
  width: 39px;
  left: 90px;
}

.show-menu #hamburger-icon .line-2 {
  opacity: 0;
}

.show-menu #hamburger-icon .line-3 {
  top: 39px;
  width: 39px;
  transform: rotate(-45deg);
  left: 90px;
}

.fix.show-menu #hamburger-icon .line-1, .fix #hamburger-icon .line-1, .fixed-colour-header #hamburger-icon .line-1 {
  top: 34px;
}

.fix.show-menu #hamburger-icon .line-2, .fix #hamburger-icon .line-2, .fixed-colour-header #hamburger-icon .line-2 {
  top: 43px;
}

.fix #hamburger-icon .line-3, .fixed-colour-header #hamburger-icon .line-3 {
  top: 52px;
}

.fix.show-menu #hamburger-icon .line-1, .fixed-colour-header.show-menu #hamburger-icon .line-1 {
  top: 39px;
}

.fix.show-menu #hamburger-icon .line-3, .fixed-colour-header.show-menu #hamburger-icon .line-3 {
  top: 39px;
}

.menu-open {
  opacity: 1;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 30px;
  left: 10px;
  font-size: 16px;
  font-family: var(--bodyfont);
  font-weight: 600;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.show-menu .menu-open {
  opacity: 0;
}

.fix .menu-open {
  top: 35px;
}

.menu-close {
  opacity: 0;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 30px;
  left: 10px;
  font-size: 16px;
  font-family: var(--bodyfont);
  font-weight: 600;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.show-menu .menu-close {
  opacity: 1;
}

.fix .menu-close {
  top: 35px;
}

#myNavbar {
  position: fixed;
  top: 0px;
  right: -400px;
  min-height: 100vh;
  background: var(--headingcolor);
  width: 400px;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms 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 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.fix .nav-wrapper {
  margin-top: 80px;
}

.navbar {
  margin: 0px;
}

.navbar .nav {
  float: none;
  margin: 0px;
}

.navbar .nav > li {
  float: none;
  border-bottom: 1px solid rgba(255,255,255,1);
}

.navbar-inverse .nav > li > a {
  color: #fff;
  position: relative;
}

.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.nav-haslevel-2 > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: -4px;
  top: 11px;
  font-size: 20px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar-inverse .nav > li.open.nav-haslevel-2 > a::after {
  transform: rotate(180deg);
}

.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 {
  position: relative;
  background: var(--dropdownbg);
  border: none;
  box-shadow: none;
  float: none;
  margin: 0px 10px;
  border-radius: 0px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a {
  color: #fff;
  padding: 6px 20px;
  /*white-space: normal;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  background: transparent;
  color: var(--navactivelink);
}

.nav-logo {
  margin: 10px 0px 20px;
  text-align: center;
}

.nav-status h3 {
  color: #fff;
  margin: 0px 0px 20px;
  padding-top: 15px;
}

.nav-status {
  color: #fff;
}

/* footer */

.public-footer {
  background: var(--footerbg);
  padding: 80px 0px 0px;
}

.pf-flex {
  padding-bottom: 80px;
  border-bottom: 1px solid #AFA69F;
  display: flex;
}

.pff-logo {
  width: 20%;
}

.pff-logo img {
  width: 100%;
}

.pff-address {
  width: 50%;
  margin: 0px 15px;
}

.pff-address h6 {
  font-family: var(--bodyfont);
  font-size: 22px;
}

.pff-address h6 a {
  color: var(--bodycolor);
}

.pff-address h6 a:hover, .pff-address h6 a:focus {
  text-decoration: underline;
}

.pffa-social {
  margin-top: 45px;
}

.pffa-social a {
  display: inline-block;
  width: 38px;
  line-height: 38px;
  height: 38px;
  border: 2px solid #000;
  border-radius: 6px;
  color: #000;
  text-align: center;
  font-size: 22px;
  margin-right: 6px;
}

.pffa-social a img {
  width: 20px;
  position: relative;
  top: -1px;
}

.pffa-social a em {
  position: relative;
  left: 2.75px;
}

.pffa-social a:hover, .pffa-social a:focus {
  border-radius: 50%;
}

.pffa-logos {
  margin-top: 40px;
}

.pff-links {
  width: 25%;
}

.pff-links a {
  color: var(--bodycolor);
}

.pff-links a:hover, .pff-links a:focus {
  text-decoration: underline;
}

.pff-links.links-one {
  margin: 0px 15px;
}

.members-footer {
  background: var(--footerbg);
  padding: 20px 0px;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mf-copy {
  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;
}

.hs-status {
  position: absolute;
  bottom: 90px;
  left: 100px;
  color: #fff;
  max-width: 350px;
  padding: 10px;
  z-index: 30;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  background: transparent;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.hs-status:hover {
  cursor: pointer;
  color: #2CFF00;
}

.show-status .hs-status {
  background: rgba(0,0,0,0.6);
}

.hs-status i {
  color: #9DC821;
}

.hss-content {
  display: none;
  color: #fff;
  text-transform: initial;
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.hs-status:hover .hss-content {
  color: #fff;
}

.hss-content h3 {
  display: none;
}

.hs-explore {
  position: absolute;
  bottom: 90px;
  width: 100px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 20;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px #000;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  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: #2CFF00;
}

.home-main {
  position: relative;
}

.content-vl {
  position: absolute;
  top: -80px;
  width: 1px;
  height: 80px;
  display: inline-block;
  z-index: 50;
  background: #fff;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

#home-block-one, #home-block-two, #home-block-three, #home-block-four, #home-block-five, #home-block-six {
  position: relative;
  height: 100vh;
}

#home-block-one > .wysiwyg-editable > img, #home-block-two > .wysiwyg-editable > img, #home-block-three > .wysiwyg-editable > img, #home-block-four > .wysiwyg-editable > img, #home-block-five > .wysiwyg-editable > img, #home-block-six > .wysiwyg-editable > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.on-pic-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 650px;
  height: 100vh;
  z-index: 10;
  color: #fff;
  background: rgba(0,33,71,0.5);
}

.opl-space {
  padding: 20px 90px 100px 100px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 190px);
}

.opl-space h1 {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  margin: 0px 0px 60px;
}

.opl-space h2 {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  margin: 0px 0px 60px;
}

.opl-space h3 {
  color: var(--navlink);
}

.opl-space h4 {
  color: var(--navlink);
  margin: 10px 0px;
}

.opl-space p {
  margin: 0px;
}

.opl-space a {
  display: block;
  position: relative;
  padding: 15px 20px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.opl-space a:nth-child(even)::after {
  content: '';
  position: absolute;
  width: calc(100% + 100px);
  height: 100%;
  left: -100px;
  z-index: -1;
  top: 0px;
  background: rgba(0,23,47,0.7);
}

.opl-space a:hover, .opl-space a:focus {
  color: var(--homehover);
}

.opl-space a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  font-size: 20px;
}

.on-pic-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 650px;
  height: 100vh;
  z-index: 10;
  color: #fff;
  text-align: left;
  background: rgba(0,33,71,0.5);
}

.opr-space {
  padding: 20px 90px 100px 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 190px);
}

.opr-space h2 {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  margin: 0px 0px 60px;
}

.opr-space h3 {
  color: var(--navlink);
}

.opr-space h4 {
  color: var(--navlink);
  margin: 10px 0px;
}

.opr-space p {
  margin: 0px;
}

.opr-space a {
  display: block;
  position: relative;
  padding: 15px 20px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  text-align: left;
}

.opr-space a:nth-child(even)::after {
  content: '';
  position: absolute;
  width: calc(100% + 100px);
  height: 100%;
  left: -100px;
  z-index: -1;
  top: 0px;
  background: rgba(0,23,47,0.7);
}

.opr-space a:hover, .opr-space a:focus {
  color: var(--homehover);
}

.opr-space a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  font-size: 20px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

/* inner */

.inner-main {
  position: relative;
}

.inner-intro {
  padding: 60px 0px 0px;
  text-align: center;
}

.body-contentpage .inner-page-wrapper .page-space {
  max-width: 1100px;
  margin: 0px auto;
}

.inner-intro h1 {
  font-size: 46px;
  line-height: 54px;
}

.inner-full-pic {
  position: relative;
}

.inner-full-pic::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.ifp-text {
  position: absolute;
  bottom: 120px;
  left: 10px;
  right: 10px;
  z-index: 20;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-family: var(--headingfont);
}

.body-contentpage #global > br {
  display: none;
}

/* inner added boxes style */

.body-contentpage .added-section-move-up {
  display: none;
}

.body-contentpage .added-section-move-down {
  display: none;
}

.body-contentpage .additional-button-row {
  display: none;
}

.body-contentpage .added-section-remove {
  display: none;
}

.inserted-block {
  position: relative;
  margin: 0px; /* change this padding to increase / decrease the gap between added sections */
}

.php-ckeditor .inserted-block {
  margin: 0px;
  padding: 30px 0px;
}

.inner-full-added {
  text-align: center;
  padding: 60px 0px 0px;
}

.body-contentpage .inner-page-wrapper .inserted-block > .page-space {
  max-width: initial;
}

.two-equal-added.flex-row {
  display: flex;
  padding: 60px 0px 0px;
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 20px;
}

.two-equal-added.flex-row  .ie-col:last-child {
  margin-left: 20px;
}

.is-two-col.flip-flex {
  flex-direction: row;
}

.two-unequal-added.flex-row {
  display: flex;
  padding: 60px 0px 0px;
}

.two-unequal-added .main-col {
  width: 65%;
  margin-right: 20px;
}

.two-unequal-added .sidebar-col {
  width: 35%;
  margin-left: 20px;
}

.two-unequal-added .sidebar-col table h6 {
  margin: 0px;
}

.two-unequal-added.flip-flex .main-col {
  margin-right: 0px;
  margin-left: 20px;
}

.two-unequal-added.flip-flex .sidebar-col {
  margin-left: 0px;
  margin-right: 20px;
}

.is-two-col {
  display: flex;
  align-items: center;
  padding: 70px 0px 0px;
}

.is-two-col.flip-flex {
  flex-direction: row-reverse;
}

.htc-content {
  width: 40%;
  margin-right: 20px;
}

.htc-pic {
  width: 60%;
  margin-left: 20px;
}

.flip-flex .htc-content {
  margin-right: 0px;
  margin-left: 20px;
}

.flip-flex .htc-pic {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
  padding: 60px 0px 0px;
}

.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;
  padding: 60px 0px 0px;
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
  padding: 60px 0px 0px;
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

.inner-full-pic {
  margin-top: 60px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    text-align: left;
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3), .four-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
}

/* accordions */

/* accordions custom public */

.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}

.body-contentpage .inserted-accordion {
  margin: 20px 0px;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.accordion-object {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0px;
}

.accordion-title {
  position: relative;
}

.body-contentpage .accordion-title h3 {
  margin: 0px; 
  font-size: 30px;
  line-height: 38px;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .accordion-title h3::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 19px;
  right: 80px;
  width: 30px;
  height: 2px;
  background: var(--headingcolor2);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::before {
  transform: rotate(45deg);
}

.body-contentpage .accordion-title h3::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 94px;
  height: 30px;
  width: 2px;
  background: var(--headingcolor2);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::after {
  transform: rotate(45deg);
}

.body-contentpage .accordion-content {
  display: none;
  padding-top: 20px;
}

.body-public .home-slideshow > .wysiwyg-editable > br {
  display: none;
}

/* course */

.wide-page-space {
  padding: 0px 200px;
}

.hole-nav {
  margin-bottom: 40px;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  margin: 0px;
  list-style: none;
}

.hole-nav ul li::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 1px;
  background: var(--headingcolor);
  margin: 0px 2px;
  position: relative;
  top: -8px;
}

.hole-nav ul li:nth-child(18)::after {
  display: none;
}

.hole-nav ul li a {
  font-size: 30px;
  font-family: var(--headingfont);
  display: inline-block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: var(--headingcolor);
}

.hole-nav ul li a:hover, .hole-nav ul li a:focus, .hole-nav ul li.current a {
  text-decoration: underline;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headingcolor);
}

.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;
}

/* hole */

.hs-title {
  position: absolute;
  bottom: 150px;
  left: 10px;
  right: 10px;
  margin: 0px auto;
  width: 220px;
  z-index: 40;
  color: #fff;
  text-shadow: 1px 1px #000;
  text-align: center;
  background: rgba(0,0,0,0.4);
  border-radius: 8px;
  padding: 10px;
}

.hs-title h1 {
  margin: 0px;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}

.hole-main {
  position: relative;
}

.hole-content {
  padding: 60px 0px;
  text-align: center;
}

.hole-yards {
  display: flex;
  font-size: 18px;
  justify-content: center;
  margin-bottom: 50px;
}

.hole-yards > div {
  width: 180px;
}

.hole-yards .yellow {
  margin: 0px 20px;
}

.hole-yards .white::before {
  content: '';
  float: left;
  width: 17px;
  height: 17px;
  background: var(--scorecardwhite);
  border-radius: 6px;
  margin-right: 6px;
  position: relative;
  top: 5px;
}

.hole-yards .yellow::before {
  content: '';
  float: left;
  width: 17px;
  height: 17px;
  background: var(--scorecardyellow);
  border-radius: 6px;
  margin-right: 6px;
  position: relative;
  top: 5px;
}

.hole-yards .red::before {
  content: '';
  float: left;
  width: 17px;
  height: 17px;
  background: var(--scorecardred);
  border-radius: 6px;
  margin-right: 6px;
  position: relative;
  top: 5px;
}

.hole-flex {
  display: flex;
}

.hpf-video {
  width: 75%;
  margin-right: 15px;
}

.hpf-map {
  width: 25%;
  margin-left: 15px;
}

.hole-page-wrapper .page-space {
  max-width: 1100px;
  margin: 0px auto;
}

.hole-tip {
  margin-top: 50px;
}

/* 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/tyrrellswood/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: 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: 130px;
  height: 95px;
  overflow: hidden;
}

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;
  letter-spacing: 0px;
  padding: 10px 15px;
  font-size: 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: 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(--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: 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: 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(--headingcolor2);
  color: #fff;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headerbg);
  color: #fff;
  font-weight: 400;
}

.body-class-members .content-wrapper thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 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;
  }
  .wide-page-space {
    padding: 0px 150px;
  }
  .opl-space {
    padding: 20px 70px 100px;
    width: calc(100% - 140px);
  }
  .opr-space {
    padding: 20px 70px 100px;
    width: calc(100% - 140px);
  }
  .opl-space a:nth-child(2n)::after {
    left: -70px;
    width: calc(100% + 70px);
  }
  .opr-space a:nth-child(2n)::after {
    left: -70px;
    width: calc(100% + 70px);
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .wide-page-space {
    padding: 0px 100px;
  }
  .opl-space {
    padding: 20px 50px 100px;
    width: calc(100% - 100px);
  }
  .opr-space {
    padding: 20px 50px 100px;
    width: calc(100% - 100px);
  }
  .opl-space a:nth-child(2n)::after {
    left: -50px;
    width: calc(100% + 50px);
  }
  .opr-space a:nth-child(2n)::after {
    left: -50px;
    width: calc(100% + 50px);
  }
  .on-pic-left, .on-pic-right {
    width: 570px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .wide-page-space {
    padding: 0px 50px;
  }
  .opl-space {
    padding: 20px 30px 100px;
    width: calc(100% - 60px);
  }
  .opr-space {
    padding: 20px 30px 100px;
    width: calc(100% - 60px);
  }
  .opl-space a:nth-child(2n)::after {
    left: -30px;
    width: calc(100% + 30px);
  }
  .opr-space a:nth-child(2n)::after {
    left: -30px;
    width: calc(100% + 30px);
  }
  .on-pic-left, .on-pic-right {
    width: 500px;
  }
  .hole-nav ul li::after {
    width: 8px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .wide-page-space {
    padding: 0px 25px;
  }
  .opl-space {
    padding: 20px 25px 100px;
    width: calc(100% - 50px);
  }
  .opr-space {
    padding: 20px 25px 100px;
    width: calc(100% - 50px);
  }
  .opl-space a:nth-child(2n)::after {
    left: -25px;
    width: calc(100% + 25px);
  }
  .opr-space a:nth-child(2n)::after {
    left: -25px;
    width: calc(100% + 25px);
  }
  .on-pic-left, .on-pic-right {
    width: 450px;
  }
  .hole-nav ul li::after {
    width: 8px;
  }
  .pff-address h6 {
    font-size: 18px;
  }
  .header-login {
    left: 20px;
  }
  .hs-status {
    left: 20px;
  }
  .hole-nav ul li a {
    width: 32px;
    line-height: 32px;
    height: 32px;
    font-size: 22px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    font-size: 12px;
    padding: 10px 11px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-space {
    width: 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;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px 12px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .wide-page-space {
    padding: 0px 20px;
  }
  .opl-space {
    padding: 20px 20px 100px;
    width: calc(100% - 40px);
  }
  .opr-space {
    padding: 20px 20px 100px;
    width: calc(100% - 40px);
  }
  .opl-space a:nth-child(2n)::after {
    left: -20px;
    width: calc(100% + 20px);
  }
  .opr-space a:nth-child(2n)::after {
    left: -20px;
    width: calc(100% + 20px);
  }
  .on-pic-left, .on-pic-right {
    width: 340px;
  }
  .hole-nav ul li::after {
    width: 8px;
  }
  .pff-address h6 {
    font-size: 16px;
  }
  .header-login {
    left: 20px;
  }
  .hs-status {
    left: 20px;
  }
  .opl-space h1, .opl-space h2, .opr-space h2 {
    font-size: 36px;
    line-height: 46px;
  }
  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) {
  .header-links {
    right: 95px;
  }
  #hamburger-icon .line-1 {
    left: 20px;
  }
  #hamburger-icon .line-2 {
    left: 20px;
  }
  #hamburger-icon .line-3 {
    left: 20px;
  }
  .menu-open {
    display: none;
  }
  .menu-close {
    display: none;
  }
  #hamburger-icon {
    width: 80px;
  }
  .show-menu #hamburger-icon .line-1 {
    left: 20px;
  }
  .show-menu #hamburger-icon .line-2 {
    left: 20px;
  }
  .show-menu #hamburger-icon .line-3 {
    left: 20px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
    color: var(--navlink);
  }
  .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;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  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;
    top: 10px;
    right: 0px;
  }
  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 {
    top: 0px;
    margin-left: 0px;
  }
  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;
  }
  .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    right: 3px;
  }
  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: 10px 20px;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 56px) !important;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  #hamburger-icon {
    top: 19px;
  }
  .header-logo {
    width: 150px;
    top: 5px;
    left: 10px;
    margin-left: 0px;
  }
  .header-links {
    display: none;
  }
  .header-login {
    display: none;
  }
  .hs-status {
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 120px;
    text-align: center;
  }
  .on-pic-left {
    position: relative;
    background: rgb(0,33,71);
    width: 100%;
    height: auto;
    padding: 30px 0px;
  }
  .opl-space {
    position: relative;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  .opl-space h1, .opl-space h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .on-pic-right {
    position: relative;
    background: rgb(0,33,71);
    width: 100%;
    height: auto;
    padding: 30px 0px;
  }
  .opr-space {
    position: relative;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  .opr-space h2 {
    font-size: 38px;
    line-height: 48px;
  }
  #home-block-one, #home-block-two, #home-block-three, #home-block-four, #home-block-five, #home-block-six {
    height: auto;
  }
  #home-block-one > .wysiwyg-editable > img, #home-block-two > .wysiwyg-editable > img, #home-block-three > .wysiwyg-editable > img, #home-block-four > .wysiwyg-editable > img, #home-block-five > .wysiwyg-editable > img, #home-block-six > .wysiwyg-editable > img {
    height: auto;
  }
  .page-space {
    padding: 0px 20px;
  }
  .wide-page-space {
    padding: 0px 20px;
  }
  .public-footer {
    padding: 80px 0px 20px;
    text-align: center;
  }
  .pf-flex {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .pff-logo {
    width: 100%;
  }
  .pff-logo img {
    width: 100px;
  }
  .pff-address {
    margin: 15px 0px;
    width: 100%;
  }
  .pff-address h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .pff-links {
    width: 100%;
  }
  .pff-links.links-one {
    margin: 15px 0px;
  }
  .mf-flex {
    text-align: center;
    flex-direction: column;
  }
  .mf-copy {
    width: 100%;
  }
  .mf-ig {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .hole-nav ul {
    width: 310px;
    margin: 0px auto;
  }
  .hole-nav ul li a {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .hole-nav ul li::after {
    width: 10px;
  }
  .hole-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .ifp-text {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    font-size: 22px;
    line-height: 32px;
    background: var(--headingcolor);
  }
  .body-contentpage .accordion-title h3::before {
    right: 0px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 14px;
  }
  .inserted-block {
    overflow-x: scroll;
  }
  .inner-full-pic {
    margin-top: 0px;
  }
  .inner-intro {
    padding: 50px 0px;
  }
  .inner-full-added {
    padding: 30px 0px;
  }
  .hs-title {
    width: auto;
  }
  .hole-content {
    padding: 60px 0px;
  }
  .hole-yards {
    display: block;
  }
  .hole-yards > div {
    margin: 0px auto;
  }
  .hole-yards .yellow {
    margin: 15px auto;
  }
  .hole-flex {
    flex-direction: column;
  }
  .hpf-video {
    width: 100%;
  }
  .hpf-map {
    width: 100%;
    margin-top: 20px;
  }
  .hpf-map img {
    width: 150px;
  }
  .two-equal-added.flex-row {
    padding: 30px 0px;
    text-align: center;
  }
  .three-equal-added.flex-row {
    padding: 30px 0px;
    text-align: center;
  }
  .four-equal-added.flex-row {
    padding: 30px 0px;
    text-align: center;
  }
  .ie-col {
    text-align: center;
  }
  .is-two-col {
    flex-direction: column;
    padding: 30px 0px;
    text-align: center;
  }
  .is-two-col.flip-flex {
    flex-direction: column;
  }
  .htc-content {
    width: 100%;
    margin: 0px;
  }
  .htc-pic {
    width: 100%;
    margin: 30px 0px 0px;
  }
  .htc-pic img {
    max-width: 450px;
    width: 100%;
  }
  .flip-flex .htc-content {
    margin: 0px;
  }
  .flip-flex .htc-pic {
    margin: 30px 0px 0px;
  }
   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) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  #myNavbar {
    width: 100%;
    right: -550px;
  }
}

/* landscape mobile */

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .hole-page-wrapper .hs-explore, .home-page-wrapper .hs-explore {
    display: none;
  }
  .hole-page-wrapper .content-vl, .home-page-wrapper .content-vl {
    display: none;
  }
  .hs-title {
    bottom: 10px;
  }
  .hs-status {
    bottom: 10px;
  }
}

/* editor */

.php-ckeditor .hs-explore {
  display: none;
}

.php-ckeditor .hs-status {
  display: none;
}

.php-ckeditor .content-vl {
  display: none;
}

.php-ckeditor .inner-intro {
  padding: 50px 0px;
}

.php-ckeditor .inner-full-added {
  padding: 50px 0px;
}

.php-ckeditor .two-equal-added.flex-row {
  padding: 50px 0px;
}

.php-ckeditor .three-equal-added.flex-row {
  padding: 50px 0px;
}

.php-ckeditor .four-equal-added.flex-row {
  padding: 50px 0px;
}

.php-ckeditor .is-two-col {
  padding: 50px 0px;
}

.php-ckeditor .hs-title {
  position: relative;
  bottom: 0px;
  margin: 20px 0px;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 12px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #fff;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headingcolor);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}

.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.added-section-remove, .added-accordion-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross, .added-accordion-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus, .added-accordion-remove:hover, .added-accordion-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1, .added-accordion-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2, .added-accordion-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up, .added-accordion-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover, .added-accordion-move-up:hover {
  cursor: pointer;
}

.added-section-move-down, .added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-down:hover, .added-accordion-move-down:hover {
  cursor: pointer;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:first-child .added-section-move-up {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down {
  display: none;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

/* accordions custom page editor */

.php-ckeditor .added-section-accordion {
  display: inline-block;
  padding: 6px 10px;
  background: #257D86;
  color: #fff;
  margin-top: 10px;
}

.php-ckeditor .added-section-accordion:hover {
  background: #D1802F;
  cursor: pointer;
}

.php-ckeditor .inserted-accordion {
  position: relative;
  padding: 30px 0px;
}

/* end custom page templates */

.php-index #leftcontent i {
  font-size: 24px;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/tyrrellswood/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 .nav-status {
  display: none;
}

.invalid-page .header-login {
  display: none;
}

.invalid-page .header-wrapper, .invalid-page .header-logo, .invalid-page #myNavbar {
  transition: 0ms ease-in-out;
  -moz-transition: 0ms ease-in-out;
  -webkit-transition: 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(--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: 140px;
  text-align: center;
  background: transparent;
  opacity: 1;
  margin: 0px auto;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 6px 15px;
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  background: rgba(0,0,0,0.8);
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 140px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    display: none !important;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  text-align: center;
  margin-bottom: 20px;
}

.inner-page-wrapper form textarea {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 90px;
  width: 90%;
  text-align: center;
  margin-bottom: 20px;
}

.inner-page-wrapper form select {
  background: #ddd;
  border-radius: 0px;
  border: 1px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  box-sizing: content-box;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
    text-align: center;
    margin: 0px auto 20px;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
    text-align: center;
    margin: 0px auto 20px;
  }
  .inner-page-wrapper form select {
    width: 80%;
    text-align: center;
    margin: 0px auto 20px;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--headingcolor2);
  color: #fff;
}

.inner-intro ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .inner-start ul, .ie-content-col ul, .hmf-content ul, .inner-full-added ul {
  margin: 0px 0px 10px;
}

.inner-intro .hole-nav ul {
  margin: 0px auto;
}

.inner-intro ul li, .inner-col ul li, .inner-flex ul li, .members-page ul li, .cc-content ul li, .inner-start ul li, .ie-content-col ul li, .hmf-content ul li, .inner-full-added ul li {
  line-height: 28px;
  list-style: none;
}

.inner-intro ul li::before, .inner-col ul li::before, .inner-flex ul li::before, .members-page ul li::before, .cc-content ul li::before, .inner-start ul li::before, .ie-content-col ul li::before, .hmf-content ul li::before, .inner-full-added ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.inner-intro ol, .inner-full ol, .ie-col ol, .inner-start ol {
  margin: 0px 0px 10px;
}

.inner-intro ol li, .inner-full ol li, .ie-col ol li, .inner-start ol li  {
  line-height: 28px;
  list-style-position: inside;
}

.inner-intro .gallery-thumbs ul li::before, .inner-start .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-intro table th, .inner-flex table th, .members-page table th, .inner-start table th, .htcc-space table th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
  text-align: center;
}

.htc-content .htcc-space table th {
  text-align: left;
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-start table td, .htcc-space table td {
  border: 2px solid var(--headingcolor);
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td {
    padding: 2px;
    font-size: 12px;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper .map_popup form input[type*="submit"] {
  margin-top: 5px;
}

/* new enquiry form */

.body-class-new_enquiry_form form span.customFormLine {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  position: relative;
  text-align: left;
}

.body-class-new_enquiry_form form span.customFormLine label {
  position: absolute;
  top: 9px;
  left: 8px;
  opacity: 1;
  visibility: visible;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-class-new_enquiry_form form span.customFormLine.hide-label label {
  opacity: 0;
  visibility: hidden;
}

.body-class-new_enquiry_form form span.customFormLine input {
  text-align: left;
}

.body-class-new_enquiry_form form span.customFormLine > br {
  display: none;
}

.body-class-new_enquiry_form form span.customFormLine:nth-of-type(4) label {
  position: relative;
  top: 0px;
  left: 0px;
  opacity: 1;
  visibility: visible;
}

.body-class-new_enquiry_form form span.customFormLine:nth-of-type(4) select {
  background: transparent;
  border-color: #828282;
  text-align: left;
}

.body-class-new_enquiry_form form span.customFormLine:nth-of-type(5) {
  width: 100%;
  margin: 0px;
}

.body-class-new_enquiry_form form span.customFormLine:nth-of-type(5) textarea {
  background: transparent;
  border-color: #828282;
  text-align: left;
  width: 94%;
}

.body-class-new_enquiry_form form span.customFormLine input {
  background: transparent;
  border-color: #828282;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-new_enquiry_form form span.customFormLine {
    width: 80%;
    margin-right: 0px;
  }
}

.inner-intro .hole-nav ul li::before {
  display: none;
}

/* slideshow dots and arrows */

.home-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

.home-slideshow .nivo-directionNav {
  display: none !important;
}

.php-ckeditor .wide-page-space {
  padding: 0px;
}

.php-ckeditor .page-space {
  padding: 0px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hole-nav ul {
    width: 555px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
  .header-logo {
    width: 150px;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .php-index #fpmessagediv img {
    width: 100%;
  }
}

.php-newsletters .header-logo img {
  width: 130px;
}

/* news letter */

@media (min-width: 768px) and (max-width: 979px) {
  .php-newsletters .content-wrapper .header img {
    width: 100%;
  }
  .php-newsletters .content-wrapper .main-table {
    width: 680px;
  }
  .php-newsletters .content-wrapper .split-table {
    width: 680px;
  }
  .php-newsletters .content-wrapper .footer {
    width: 680px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-newsletters table.split-table tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.split-table tr > td {
    flex: 1 1 0;
    width: auto;
  }
  .php-newsletters table {
    width: 100%;
  }
  .php-newsletters table.header img, .php-newsletters table.main-table img {
    width: 100%;
  }
  .php-newsletters table.header .club-logo img  {
    width: 80px;
  }
  .php-newsletters table.split-table img {
    width: 100%;
  }
  .php-newsletters table.footer tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.footer tr > td {
    flex: 1 1 0;
    width: auto !important;
    padding: 5px 2.5%;
  }
  .php-newsletters table.split-table tr.flip-flex {
    flex-direction: column-reverse;
  }
  .php-newsletters .header .club-logo {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    background: #002147;
  }
  .php-newsletters .border-table .split-table td {
    padding: 0px 2.5%;
  }
  .php-newsletters .border-table-alt .split-table td {
    padding: 0px 2.5%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .dropdown-menu > li > a {
    white-space: wrap;
  }
}

.five-equal-added.flex-row {
  display: flex;
  padding: 130px 0px;
}

.five-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.five-equal-added.flex-row .ie-col:nth-child(2), .five-equal-added.flex-row .ie-col:nth-child(3), .five-equal-added.flex-row .ie-col:nth-child(4) {
  margin: 0px 10px;
}

.five-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

.five-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

@media (min-width: 0px) and (max-width: 979px) {
  .five-equal-added.flex-row {
    flex-direction: column;
  }
  .page-space .five-equal-added.flex-row .ie-col {
    margin: 15px 0px;
  }
}

.additional-boxes {
  padding-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-new_enquiry_form form span.customFormLine input, .body-class-new_enquiry_form form span.customFormLine select {
    width: 100%;
  }
  .body-class-new_enquiry_form form span.customFormLine:nth-of-type(5) textarea {
    width: 100%;
  }
  .body-contentpage.body-class-members .members-page img {
    max-width: 400px;
    width: 100%;
  }
  .body-class-new_enquiry_form form span.customFormLine:nth-of-type(5) {
    width: 80%;
  }
  .inner-intro .page-space {
    overflow-x: scroll;
  }
  .body-class-scorecard .inner-intro table td, .body-class-scorecard .inner-intro table th {
    font-size: 13px;
  }
}

.hs-bar {
  position: absolute;
  bottom: 0px;
  background: rgba(0,23,47,0.7);
  z-index: 50;
  color: #fff;
  width: calc(100% - 20px);
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.hs-bar:hover {
  cursor: pointer;
  color: #fc0;
}

.php-ckeditor .home-slideshow .hs-bar {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hs-bar {
    display: none;
  }
}

@media (min-width: 980px) {
  .no-slideshow-page.inner-page-wrapper {
    padding-top: 90px;
  }
}

.body-contentpage a[name] {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
  }

/* film carousel */

#home-carousel-wrapper, #keswick-carousel-wrapper, #james-braid-carousel-wrapper, #eddie-ward-carousel-wrapper, #bar-carousel-wrapper, #cecil-carousel-wrapper {
  max-width: 1200px;
  min-height: 360px;
  padding: 0px 50px;
  margin: 60px auto 0px;
  position: relative;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

#home-carousel img, #keswick-carousel img, #james-braid-carousel img, #eddie-ward-carousel img, #bar-carousel img, #cecil-carousel img {
  max-width: 350px;
  padding-top: 90px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

#home-carousel .active img, #home-carousel .active, #keswick-carousel .active img, #keswick-carousel .active, #james-braid-carousel .active img, #james-braid-carousel .active, #eddie-ward-carousel .active img, #eddie-ward-carousel .active, #bar-carousel .active img, #bar-carousel .active, #cecil-carousel .active img, #cecil-carousel .active {
  max-width: 650px;
  padding-top: 0px;
  width: 650px !important;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.film-carousel-image {
  text-align: left;
  width: 650px;
  height: 360px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.film-carousel-image.active {
  height: auto !important;
}

.film-carousel-image.prev {
  text-align: right;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.film-carousel-image .wysiwyg-editable {
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.include-film-carousel {
  position: relative;
}

.film-carousel-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  left: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.film-carousel-left:hover {
  cursor: pointer;
  color: var(--headingcolor);
}

.film-carousel-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  right: 0px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.film-carousel-right:hover {
  cursor: pointer;
  color: var(--headingcolor);
}

@media (min-width: 980px) and (max-width: 1199px) {
  #home-carousel-wrapper, #keswick-carousel-wrapper, #james-braid-carousel-wrapper, #eddie-ward-carousel-wrapper, #bar-carousel-wrapper, #cecil-carousel-wrapper {
    min-height: 270px;
  }
  #home-carousel .active img, #home-carousel .active, #keswick-carousel .active img, #keswick-carousel .active, #james-braid-carousel .active img, #james-braid-carousel .active, #eddie-ward-carousel .active img, #eddie-ward-carousel .active, #bar-carousel .active img, #bar-carousel .active, #cecil-carousel .active img, #cecil-carousel .active {
    width: 500px !important;
    max-width: 500px;
  }
  #home-carousel img, #keswick-carousel img, #james-braid-carousel img, #eddie-ward-carousel img, #bar-carousel img, #cecil-carousel img {
    max-width: 250px;
    padding-top: 70px;
  }
  .film-carousel-image {
    height: 270px;
    width: 500px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #home-carousel-wrapper, #keswick-carousel-wrapper, #james-braid-carousel-wrapper, #eddie-ward-carousel-wrapper, #bar-carousel-wrapper, #cecil-carousel-wrapper {
    min-height: 189px;
  }
  #home-carousel .active img, #home-carousel .active, #keswick-carousel .active img, #keswick-carousel .active, #james-braid-carousel .active img, #james-braid-carousel .active, #eddie-ward-carousel .active img, #eddie-ward-carousel .active, #bar-carousel .active img, #bar-carousel .active, #cecil-carousel .active img, #cecil-carousel .active {
    width: 350px !important;
    max-width: 350px;
  }
  #home-carousel img, #keswick-carousel img, #james-braid-carousel img, #eddie-ward-carousel img, #bar-carousel img, #cecil-carousel img {
    max-width: 175px;
    padding-top: 50px;
  }
  .film-carousel-image {
    height: 189px;
    width: 350px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #home-carousel-wrapper, #keswick-carousel-wrapper, #james-braid-carousel-wrapper, #eddie-ward-carousel-wrapper, #bar-carousel-wrapper, #cecil-carousel-wrapper {
    min-height: 151px;
    padding: 0px 20px;
  }
  #home-carousel .active img, #home-carousel .active, #keswick-carousel .active img, #keswick-carousel .active, #james-braid-carousel .active img, #james-braid-carousel .active, #eddie-ward-carousel .active img, #eddie-ward-carousel .active, #bar-carousel .active img, #bar-carousel .active, #cecil-carousel .active img, #cecil-carousel .active {
    width: 280px !important;
    max-width: 280px;
  }
  #home-carousel img, #keswick-carousel img, #james-braid-carousel img, #eddie-ward-carousel img, #bar-carousel img, #cecil-carousel img {
    max-width: 150px;
    padding-top: 40px;
  }
  .film-carousel-image {
    height: 151px;
    width: 280px !important;
  }
}

.no-slideshow-page .film-carousel-controls {
  display: none;
}

.body-class-women_in_golf .four-equal-added .ie-col, .blue-row .ie-col {
  background: var(--headingcolor);
  color: #fff;
  border-radius: 20px;
}

.body-class-women_in_golf .four-equal-added .ie-col > .wysiwyg-editable, .blue-row .ie-col > .wysiwyg-editable {
  padding: 40px 20px;
}

.body-class-women_in_golf .four-equal-added .ie-col h3, .blue-row .ie-col h3 {
  color: #fff;
}

@media (min-width: 768px) {
  .inner-full-added img[style*="float:left"] {
    margin-right: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-full-added img[style*="float:left"] {
    float: none !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .no-slideshow-page.inner-page-wrapper {
    padding-top: 90px;
  }
}

.ifp-text {
  display: none;
}

@media (min-width: 768px) {
  .portrait-pic .htc-content {
    width: 65%;
  }
  .portrait-pic .htc-pic {
    width: 35%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-women_in_golf .four-equal-added, .blue-row.four-equal-added {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .body-class-women_in_golf .four-equal-added.flex-row .ie-col, .content-wrapper .blue-row.four-equal-added .ie-col {
    margin: 0px;
  }
}

.htc-pic img {
  display: block;
}

@media (min-width: 0px) and (max-width: 979px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
    min-height: 300px;
  }
  .hs-explore {
    display: none;
  }
  .content-vl {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .page-url-past_captains table tbody tr td {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
  .hs-status {
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 120px;
    text-align: center;
  }
  .on-pic-left {
    position: relative;
    background: rgb(0,33,71);
    width: 100%;
    height: auto;
    padding: 30px 0px;
  }
  .opl-space {
    position: relative;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  .opl-space h1, .opl-space h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .on-pic-right {
    position: relative;
    background: rgb(0,33,71);
    width: 100%;
    height: auto;
    padding: 30px 0px;
  }
  .opr-space {
    position: relative;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  .opr-space h2 {
    font-size: 38px;
    line-height: 48px;
  }
  #home-block-one, #home-block-two, #home-block-three, #home-block-four, #home-block-five, #home-block-six {
    height: auto;
  }
  #home-block-one > .wysiwyg-editable > img, #home-block-two > .wysiwyg-editable > img, #home-block-three > .wysiwyg-editable > img, #home-block-four > .wysiwyg-editable > img, #home-block-five > .wysiwyg-editable > img, #home-block-six > .wysiwyg-editable > img {
    height: auto;
  }
  .hs-bar {
    display: none;
  }
  .hs-status {
    bottom: 70px;
  }
}

.inner-page-wrapper label {
  margin-top: 5px;
}

.inner-page-wrapper .customFormMultiCheckBoxWrapper {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-url-past_captains table tbody img {
    min-width: 50px;
    max-width: 100px;
  }
  .page-url-past_captains table tbody tr th {
    font-size: 10px;
  }
  .page-url-past_captains table tbody tr td {
    border: 1px solid var(--headingcolor);
    font-size: 10px;
  }
  .hs-status {
    bottom: 20px;
  }
  .header-wrapper {
    min-height: 110px;
  }
  .hs-title {
    bottom: 20px;
  }
  .hs-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.body-class-members.body-contentpage .content-wrapper {
  width: 100%;
  margin: 0px;
}

.body-class-members.body-contentpage #container #globalwrap {
  border: none;
  padding: 50px 0px;
  margin: 0px auto;
  width: 1170px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members.body-contentpage #container #globalwrap {
    width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-members.body-contentpage #container #globalwrap {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members.body-contentpage #container #globalwrap {
    width: auto;
    overflow-x: auto;
  }
}

@media (min-width: 768px) {
  .body-class-members.body-contentpage {
    margin-bottom: 80px;
    background: #fff;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members.body-contentpage {
    margin-bottom: 135px;
    background: #fff;
  }
  .body-class-members.body-contentpage .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
}

.content-wrapper .film_roll_prev, .content-wrapper .film_roll_next {
  opacity: 1;
  background: transparent;
  border: none;
  font-size: 100px;
}

/* end anton styles */