/* anton styles */

/* fonts */

.raleway-font {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.neuton-extralight {
  font-family: "Neuton", serif;
  font-weight: 200;
  font-style: normal;
}

.neuton-light {
  font-family: "Neuton", serif;
  font-weight: 300;
  font-style: normal;
}

.neuton-regular {
  font-family: "Neuton", serif;
  font-weight: 400;
  font-style: normal;
}

.neuton-bold {
  font-family: "Neuton", serif;
  font-weight: 700;
  font-style: normal;
}

.neuton-extrabold {
  font-family: "Neuton", serif;
  font-weight: 800;
  font-style: normal;
}

.neuton-regular-italic {
  font-family: "Neuton", serif;
  font-weight: 400;
  font-style: italic;
}

/* variables */

:root {
  --bodyfont: 'Raleway', sans-serif;
  --headingfont: 'Neuton', serif;
  --headingcolor: #0E3F88;
  --headingcolor2: #0E3F88;
  --highlightcolor: #bd8f10;
  --memberslinks: #80600a;
  --stylehighlight: #A27A08;
  --bodycolor: #666;
  --headerbg: #061C3D;
  --footerbg: #001B3E;
  --footerlink: #999;
  --footerlinkhover: #06f;
  --navlink: #bd8f10;
  --navactivelink: #fff;
  --dropdownbg: #041125;
  --scorecardwhite: #fff;
  --scorecardyellow: #E0B315;
  --scorecardred: #f00;
  --scorecardblack: #000;
  --scorecardblue: #0E3F88;
  --innerbg: #001B3E;
  --innerbgalt: #041125;
  --innertext: #bd8f10;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php, .body-public.body-contentpage .header-wrapper .nav > li.nav-menu-competition2\.php, .body-public.body-class-home .header-wrapper .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  background: #fff;
}

h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-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;
  font-family: var(--bodyfont);
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor2);
  font-family: var(--bodyfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--border);
  color: #000;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
}

h5 a {
  padding: 8px 20px;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: #000;
  color: #fff;
  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(--highlightcolor);
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.course-status-slide {
  position: fixed;
  left: -350px;
  width: 350px;
  top: 0px;
  min-height: 150px;
  z-index: 1100;
  color: #fff;
  background: rgba(0,0,0,0.8);
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.show-status .course-status-slide {
  left: 0px;
}

.css-space {
  padding: 15px;
}

.csss-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
}

.csss-close:hover {
  cursor: pointer;
}

.csss-close .cross {
  display: inline-block;
  width: 15px;
  height: 2px;
  content: '';
  background: var(--stylehighlight);
  position: absolute;
  top: 9px;
  right: 3px;
}

.csss-close .cross-1 {
  transform: rotate(45deg);
}

.csss-close .cross-2 {
  transform: rotate(-45deg);
}

.css-space h3 {
  margin: 0px 0px 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--stylehighlight);
  color: #fff;
}

.header-wrapper {
  position: fixed;
  min-height: 149px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
  background: var(--headerbg);
  transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -webkit-transition: all 900ms ease-in-out;
}

.top-header {
  padding: 5px 0px;
  min-height: 90px;
  font-size: 24px;
  font-family: var(--headingfont);
  transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -webkit-transition: all 900ms ease-in-out;
}

.top-header .header-space {
  margin: 0px 100px;
  position: relative;
}

.th-status {
  position: absolute;
  top: 27px;
  left: 0px;
  color: #fff;
  font-size: 23px;
  transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -webkit-transition: all 900ms ease-in-out;
}

.th-status:hover {
  cursor: pointer;
}

.th-logo {
  position: absolute;
  top: 0px;
  width: 85px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -webkit-transition: all 900ms ease-in-out;
}

.th-links {
  color: #fff;
  position: absolute;
  top: 27px;
  right: 0px;
  line-height: 28px;
  transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -webkit-transition: all 900ms ease-in-out;
}

.th-links a {
  color: #fff;
  margin-left: 15px;
}

.th-links a img {
  width: 28px;
}

.thl-tel {
  margin: 0px 0px 0px 30px;
}

.bottom-header .header-space {
  margin: 0px 100px;
  border-top: 1px solid var(--stylehighlight);
}

/* navbar */

.navbar {
  margin: 0px;
}

.nav-section {
  padding: 4px 0px;
  transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -webkit-transition: all 900ms ease-in-out;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
  text-transform: uppercase;
  font-family: var(--headingfont);
  font-size: 22px;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  box-shadow: none;
  color: var(--navactivelink);
}

.dropdown-menu {
  background: var(--dropdownbg);
}

.dropdown-menu > li > a {
  color: var(--navlink);
  font-family: var(--headingfont);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--navactivelink);
  background: transparent;
}

/* footer */

.public-footer {
  background: var(--footerbg);
  text-align: center;
  color: #fff;
  padding: 90px 0px 860px;
  background-image: url('/images/resources/royalnorthdevon/footer-background.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

.pf-logo {
  margin-bottom: 50px;
}

.pf-logo img {
  width: 142px;
}

.public-footer h6 {
  font-family: var(--headingfont);
  color: var(--innertext);
  font-size: 28px;
  line-height: 38px;
}

.pf-newsletter p {
  margin: 0px;
}

.pf-newsletter form {
  position: relative;
  max-width: 800px;
  margin: 20px auto 0px;
  text-align: left;
}

.pf-newsletter label {
  position: absolute;
  top: 15px;
  left: 10px;
  opacity: 1;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.pf-newsletter form label.hide-label {
  opacity: 0;
}

.pf-newsletter form input {
  width: calc(100% - 160px);
  padding-right: 153px;
  border: 1px solid var(--innertext);
  border-radius: 0px;
  background: transparent;
  height: 40px;
  color: #fff;
}

.pf-newsletter form input[type*="submit"] {
  position: absolute;
  bottom: 10px;
  right: 0px;
  background: var(--innertext);
  color: #fff;
  width: 150px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  height: 49px;
  margin: 0px;
}

.pf-flex {
  display: flex;
  margin-top: 45px;
}

.pf-flex > div {
  flex: 1 1 0;
  text-align: left;
}

.pff-col:first-of-type {
  margin-right: 15px;
}

.pff-col:nth-of-type(2), .pff-col:nth-of-type(3) {
  margin: 0px 15px;
}

.pff-col:last-of-type {
  margin-left: 15px;
}

.pff-col p {
  margin-bottom: 5px;
}

.pff-col a {
  color: #fff;
}

.pff-col a:hover, .pff-col a:focus {
  color: var(--innertext);
}

.pf-copy {
  margin-top: 60px;
}

.pf-ig {
  margin-top: 45px;
}

.pf-ig img {
  width: 120px;
}

.body-class-home.body-public .members-footer, .body-public.body-contentpage .members-footer {
  display: none;
}

.members-footer {
  background: var(--footerbg);
  color: var(--navlink);
  padding: 20px 0px;
  text-align: center;
}

.mf-ig {
  margin-top: 20px;
}

.mf-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

.small-page-space {
  padding: 0px 100px;
}

/* home */

.home-slideshow {
  position: relative;
  height: 100vh;
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.foreground-video,
.background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .foreground-video {
    height: 310%;
    top: -105%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .foreground-video {
    width: 300%;
    left: -100%;
  }
}

.hs-explore {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 100;
  text-align: center;
  color: var(--navlink);
  text-transform: uppercase;
  font-size: 24px;
  width: 120px;
  font-family: var(--headingfont);
  text-shadow: 1px 1px #000;
}

.hs-explore:hover {
  cursor: pointer;
}

.hs-badge {
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 80;
  width: 88px;
}

.home-main {
  background: var(--innerbg);
  color: var(--innertext);
}

.hm-one {
  padding: 100px 0px;
}

.hm-flex {
  display: flex;
  align-items: center;
}

.hmf-intro {
  width: 50%;
  margin-right: 25px;
  text-align: center;
}

.hmf-intro h1 {
  font-size: 60px;
  line-height: 70px;
  color: var(--innertext);
}

.hmf-intro h5 a {
  border: 1px solid var(--innertext);
  color: var(--innertext);
  font-family: var(--headingfont);
  font-size: 20px;
}

.hmf-webcam {
  width: 50%;
  margin-left: 25px;
}

.hm-two {
  background: var(--innerbgalt);
  padding: 100px 0px;
}

.hm-three {
  padding: 100px 0px;
}

/* slideshow carousel */

.page-space-carousel {
  padding: 0px 0px 0px 200px;
}

.carousel-flex {
  display: flex;
  align-items: center;
  position: relative;
}

.carousel-holder {
  position: relative;
  width: 80%;
  overflow: hidden;
  height: 750px;
}

.carousel-wrapper {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.carousel-item {
  float: left;
  width: 500px;
  margin-right: 20px;
}

.carousel-pic {
  position: relative;
}

.jcarousel-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border: 1px solid var(--innertext);
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  top: 60%;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.jcarousel-prev:hover {
  cursor: pointer;
  background: #000;
}

.jcarousel-next {
  position: absolute;
  left: 100px;
  top: 0px;
  display: inline-block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border: 1px solid var(--innertext);
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  top: 60%;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.jcarousel-next:hover {
  cursor: pointer;
  background: #000;
}

.cf-title {
  width: 300px;
  margin-right: 80px;
}

.cf-title h2 {
  margin: 0px;
  color: var(--innertext);
  font-size: 44px;
  line-height: 54px;
  font-family: var(--headingfont);
}

.body-public div[class*="editor-only"] {
  display: none;
}

.carousel-pic {
  position: relative;
}

.carousel-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: rgba(0,0,0,0.5);
  border: 4px double var(--innertext);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.carousel-pic:hover .carousel-overlay {
  background: rgba(0,0,0,0);
}

.carousel-item-content {
  position: absolute;
  bottom: 100px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 10;
  font-family: var(--headingfont);
  color: var(--innertext);
  font-size: 30px;
  text-align: center;
}

.carousel-item-content::after {
  content: '';
  bottom: -96px;
  height: 80px;
  width: 2px;
  background: var(--innertext);
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

/* logo carousel */

.logo-carousel-block {
  background: var(--innerbg);
}

.lcb-block {
  background: var(--innerbgalt);
  position: relative;
  padding: 140px 0px;
  border-radius: 12px;
}

.logo-carousel-holder {
  width: 1500px;
  margin: 0px auto;
  height: 100px;
  left: 0px;
  position: relative;
  overflow: hidden;
}

.logo-carousel-wrapper {
  margin: 0px auto;
  display: flex;
  align-items: center;
  position: absolute;
  width: 1000em;
}

.logo-carousel-item {
  width: 220px;
  margin-right: 30px;
  text-align: center;
}

.logo-carousel-prev {
  position: absolute;
  left: -50px;
  background: var(--innerbgalt);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  color: var(--innertext);
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

.logo-carousel-prev:hover {
  cursor: pointer;
}

.logo-carousel-prev i {
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--innertext);
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 26px;
}

.logo-carousel-prev i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.logo-carousel-next {
  position: absolute;
  right: -50px;
  background: var(--innerbgalt);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  color: var(--innertext);
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

.logo-carousel-next:hover {
  cursor: pointer;
}

.logo-carousel-next i {
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--innertext);
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 26px;
}

.logo-carousel-next i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-page-wrapper {
  margin-top: 100px;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-main {
  background: var(--innerbg);
  color: var(--innertext);
  padding-bottom: 70px;
}

.inner-intro {
  padding: 80px 0px 0px;
  text-align: center;
}

.inner-main h1 {
  font-size: 60px;
  line-height: 70px;
  color: var(--innertext);
}

.inner-main h2 {
  font-size: 48px;
  line-height: 58px;
  color: var(--innertext);
}

.inner-main h3 {
  font-size: 40px;
  line-height: 50px;
  color: var(--innertext);
}

.inner-main h4 {
  font-size: 32px;
  line-height: 42px;
  color: var(--innertext);
}

.inner-main h5 {
  font-size: 26px;
  line-height: 36px;
  color: var(--innertext);
}

.inner-main h6 {
  font-size: 20px;
  line-height: 30px;
  color: var(--innertext);
}

.inner-main h5 a {
  border: 1px solid var(--innertext);
  color: var(--innertext);
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--headingfont);
  padding: 5px 30px;
}

.inner-main a {
  color: var(--innertext);
  text-decoration: underline;
}

.inner-main a:hover {
  color: #fff;
  text-decoration: 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: 80px 0px 0px;
}

.body-contentpage .inner-page-wrapper .inserted-block > .page-space {
  max-width: initial;
}

.two-equal-added.flex-row {
  display: flex;
  padding: 80px 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: 80px 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: 80px 0px 0px;
}

.is-two-col.flip-flex {
  flex-direction: row-reverse;
}

.htc-content {
  width: 50%;
  margin-right: 20px;
}

.htc-pic {
  width: 50%;
  margin-left: 20px;
}

.flip-flex .htc-content {
  margin-right: 0px;
  margin-left: 20px;
}

.flip-flex .htc-pic {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
  padding: 80px 0px 0px;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
  background: var(--innerbgalt);
  border: 1px solid var(--innertext);
  border-radius: 8px;
}

.three-equal-added.flex-row .ie-col h3 {
  text-align: center;
}

.three-equal-added.flex-row .ie-col .wysiwyg-editable {
  padding: 50px 20px;
}

.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: 80px 0px 0px;
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
  padding: 80px 0px 0px;
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
  background: var(--innerbgalt);
  border: 1px solid var(--innertext);
  border-radius: 8px;
}

.four-equal-added.flex-row .ie-col .wysiwyg-editable {
  padding: 50px 20px;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

.inner-full-pic {
  margin-top: 80px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    text-align: left;
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3), .four-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
}

/* accordions */

/* accordions custom public */

.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}

.body-contentpage .inserted-accordion {
  margin: 20px 0px;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.accordion-object {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0px;
}

.accordion-title {
  position: relative;
}

.body-contentpage .accordion-title h3 {
  margin: 0px; 
  font-size: 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(--innertext);
  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(--innertext);
  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;
}

.body-public .inner-slideshow > .wysiwyg-editable > br {
  display: none;
}

/* course */

.hole-nav {
  padding: 10px 0px 15px;
  border-bottom: 2px solid var(--innertext);
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  margin: 0px 8px;
  list-style: none;
  display: inline-block;
}

.hole-nav ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-family: var(--headingfont);
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.hole-nav ul li a:hover, .hole-nav ul li a:focus, .hole-nav ul li.current a {
  color: var(--innertext);
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--innertext);
  background: var(--innertext);
}

.inner-page-wrapper .table th, .inner-page-wrapper .table td {
  text-align: center;
  border: 2px solid var(--innertext);
}

table.scorecard th:nth-child(17), table.scorecard td:nth-child(17) {
  background: var(--scorecardblack);
  color: white;
}

table.scorecard th:nth-child(2), table.scorecard td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

table.scorecard th:nth-child(5), table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: black;
}

table.scorecard th:nth-child(8), table.scorecard td:nth-child(8) {
  background: var(--scorecardred);
  color: white;
}

table.scorecard th:nth-child(11), table.scorecard td:nth-child(11) {
  background: var(--scorecardblue);
  color: white;
}

table.scorecard th:nth-child(14), table.scorecard td:nth-child(14), table.scorecard th:nth-child(15), table.scorecard td:nth-child(15), table.scorecard th:nth-child(16), table.scorecard td:nth-child(16) {
  display: none;
}

/* hole */

.hole-page-wrapper {
  margin-top: 100px;
}

.hole-main {
  background: var(--innerbg);
  color: var(--innertext);
  padding-bottom: 70px;
}

.hole-two-col {
  display: flex;
  padding-top: 70px;
  align-items: center;
}

.hole-content-col {
  width: 45%;
  margin-right: 25px;
  text-align: center;
}

.hcc-title h1 {
  color: var(--innertext);
  margin: 0px;
  font-size: 48px;
  line-height: 58px;
}

.hcc-yards {
  margin: 50px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  color: #fff;
  font-size: 18px;
}

.hcc-yards .hole-black .wysiwyg-editable::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background: var(--scorecardblack);
  border: 1px solid #fff;
  margin-right: 20px;
  position: relative;
  top: 8px;
}

.hcc-yards .hole-white .wysiwyg-editable::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background: var(--scorecardwhite);
  border: 1px solid #fff;
  margin-right: 20px;
  position: relative;
  top: 8px;
}

.hcc-yards .hole-yellow .wysiwyg-editable::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background: var(--scorecardyellow);
  border: 1px solid #fff;
  margin-right: 20px;
  position: relative;
  top: 8px;
}

.hcc-yards .hole-red .wysiwyg-editable::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background: var(--scorecardred);
  border: 1px solid #fff;
  margin-right: 20px;
  position: relative;
  top: 8px;
}

.hcc-tip h3 {
  color: var(--innertext);
  font-size: 32px;
  line-height: 42px;
}

.hcc-buttons h5 {
  display: inline-block;
  margin: 0px 5px;
}

.hcc-buttons a {
  color: var(--innertext);
  border: 1px solid var(--innertext);
  font-family: var(--headingfont);
  font-size: 22px;
}

.hole-video-col {
  width: 55%;
  margin-left: 25px;
}

/* 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/royalnorthdevon/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-"] .th-links, .body-class-members .th-links, .body-class-visitorbooking .th-links, .body-class-getawayletter .th-links, [class*="body-class-setcoursestatus"] .th-links, .body-class-opens .th-links, .body-loginpage .th-links, .invalid-page .th-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: 18px;
}

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"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap, body[class*="match"]:not(.body-contentpage) #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"]:not(.body-contentpage), .invalid-page {
   margin-bottom: 200px !important; 
  }
  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"]:not(.body-contentpage) .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 80px;
  }
}

@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"]:not(.body-contentpage), .invalid-page {
   margin-bottom: 185px !important; 
  }
  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"]:not(.body-contentpage) .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(--headerbg);
  color: #fff !important;
  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(--innertext);
  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: 18px;
  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"]:not(.body-contentpage) .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-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;
  }
  .page-space-carousel {
    padding-left: 150px;
  }
  .carousel-item {
    width: 450px;
  }
  .carousel-holder {
    height: 675px;
  }
  .logo-carousel-holder {
    width: 1300px;
  }
  .logo-carousel-item {
    width: 185px;
  }
  .hmf-webcam iframe {
    width: 650px !important;
    height: 366px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .page-space-carousel {
    padding-left: 100px;
  }
  .carousel-item {
    width: 400px;
  }
  .carousel-holder {
    height: 600px;
  }
  .logo-carousel-holder {
    width: 1100px;
  }
  .logo-carousel-item {
    width: 155px;
  }
  .hmf-webcam iframe {
    width: 600px !important;
    height: 338px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .page-space-carousel {
    padding-left: 50px;
  }
  .carousel-item {
    width: 350px;
  }
  .carousel-holder {
    height: 525px;
  }
  .logo-carousel-holder {
    width: 900px;
  }
  .logo-carousel-item {
    width: 155px;
  }
  .hmf-webcam iframe {
    width: 550px !important;
    height: 309px !important;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .page-space-carousel {
    padding-left: 25px;
  }
  .small-page-space {
    padding: 0px 75px;
  }
  .carousel-item {
    width: 280px;
  }
  .carousel-holder {
    height: 420px;
  }
  .logo-carousel-holder {
    width: 720px;
  }
  .logo-carousel-item {
    width: 155px;
  }
  .jcarousel-prev {
    top: 65%;
  }
  .jcarousel-next {
    top: 65%;
  }
  .hmf-webcam iframe {
    width: 465px !important;
    height: 262px !important;
  }
  .hmf-intro h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .top-header {
    font-size: 18px;
  }
  .th-status {
    font-size: 18px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 18px;
  }
  .top-header .header-space {
    margin: 0px 50px;
  }
  .th-links {
    right: 0px;
  }
  .bottom-header .header-space {
    margin: 0px 50px;
  }
  .hcc-yards {
    font-size: 14px;
    margin: 20px 0px;
  }
  .hole-nav ul li {
    margin: 0px 6px;
  }
  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: 18px;
    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: 18px;
    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;
  }
  .page-space-carousel {
    padding-left: 20px;
  }
  .small-page-space {
    padding: 0px 50px;
  }
  .carousel-item {
    width: 240px;
  }
  .carousel-holder {
    height: 360px;
  }
  .logo-carousel-holder {
    width: 600px;
  }
  .logo-carousel-item {
    width: 120px;
  }
  .logo-carousel-item img {
    width: 100%;
  }
  .logo-carousel-prev {
    width: 60px;
    height: 60px;
    left: -30px;
  }
  .logo-carousel-prev i {
    width: 39px;
    height: 39px;
  }
  .logo-carousel-next {
    width: 60px;
    height: 60px;
    right: -30px;
  }
  .logo-carousel-next i {
    width: 39px;
    height: 39px;
  }
  .jcarousel-prev {
    top: 65%;
  }
  .jcarousel-next {
    top: 65%;
  }
  .hmf-webcam iframe {
    width: 465px !important;
    height: 262px !important;
  }
  .hmf-intro h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .top-header {
    font-size: 18px;
  }
  .th-status {
    font-size: 18px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 18px;
  }
  .top-header .header-space {
    margin: 0px 25px;
  }
  .th-links {
    right: 0px;
  }
  .bottom-header .header-space {
    margin: 0px 25px;
    position: relative;
  }
  .hcc-yards {
    font-size: 16px;
    margin: 30px auto;
    max-width: 500px;
  }
  .hm-flex {
    flex-direction: column;
  }
  .hmf-intro {
    width: 100%;
    margin: 0px;
  }
  .hmf-webcam {
    width: 100%;
    margin: 40px 0px 0px;
    text-align: center;
  }
  .cf-title {
    margin-right: 30px;
  }
  .hole-two-col {
    flex-direction: column;
  }
  .hole-content-col {
    width: 100%;
    margin: 0px;
  }
  .hole-video-col {
    width: 100%;
    margin: 30px 0px 0px;
  }
  .th-links a img {
    width: 20px;
  }
  .thl-tel {
    margin: 0px 0px 0px 10px;
  }
  .hole-nav ul {
    width: 525px;
    margin: 0px auto;
  }
  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;
    border: none;
  }
  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-wrapper {
    position: relative;
  }
  .inner-page-wrapper, .hole-page-wrapper {
    margin-top: 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 60px;
    padding: 24px 10px;
    margin: 0px;
    position: absolute;
    z-index: 50;
    right: 0px;
    font-size: 0px;
    background: transparent;
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #000;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: var(--headingfont);
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
  }
  .club-menu-button-lines {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 30px;
    height: 3px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #fff;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .nav-section {
    padding: 0px;
    margin: 0px;
    top: 0px;
  }
  .top-bar {
    position: absolute;
    top: 12px;
    left: 15px;
  }
  .middle-bar {
    opacity: 1;
    top: 23px;
    left: 15px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 33px;
    left: 15px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 23px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 23px;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 50px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 16px;
    width: auto;
    text-align: left;
    text-shadow: none;
  }
  .navbar-inverse .nav-collapse .nav > li > a {
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
  }
  .navbar-inverse .nav > li > a::after {
    display: none;
  }
  .navbar .nav > li {
    display: block;
  }
  body[class*="php-"] .btn-navbar, .body-class-visitorbooking .btn-navbar, .body-class-getawayletter .btn-navbar, [class*="body-class-setcoursestatus"] .btn-navbar, .body-class-opens .btn-navbar, .body-loginpage .btn-navbar, .body-class-members .btn-navbar, .invalid-page .btn-navbar {
    position: absolute;
    top: -78px;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
    margin-top: 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;
  }
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, .invalid-page .dropdown-menu {
    position: relative;
  }
  body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
    padding: 9px 20px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .page-space-carousel {
    padding-left: 20px;
  }
  .top-header .header-space {
    margin: 0px 20px;
  }
  .bottom-header .header-space {
    margin: 0px 20px;
    position: relative;
  }
  .top-header {
    font-size: 16px;
  }
  .th-status {
    font-size: 16px;
  }
  .th-links {
    right: 0px;
    text-align: right;
    line-height: 22px;
    top: 3px;
  }
  .thl-tel {
    margin: 5px 0px;
    display: block;
  }
  .th-links a img {
    width: 20px;
  }
  .hm-flex {
    flex-direction: column;
  }
  .hmf-intro {
    width: 100%;
    margin: 0px;
  }
  .hmf-webcam {
    width: 100%;
    margin: 30px 0px 0px;
    text-align: center;
  }
  .hmf-webcam iframe {
    width: 440px !important;
    height: 248px !important;
  }
  .carousel-flex {
    align-items: initial;
    flex-direction: column;
    text-align: center;
    padding: 0px 0px 60px;
  }
  .cf-title {
    width: calc(100% - 20px);
    margin: 0px 0px 20px;
    text-align: center;
  }
  .carousel-holder {
    width: 440px;
    height: 308px;
    margin: 0px auto;
  }
  .carousel-item {
    width: 205px;
  }
  .jcarousel-prev {
    position: absolute;
    top: auto;
    bottom: -10px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    left: 40%;
    transform: translateX(-25px);
  }
  .jcarousel-next {
    position: absolute;
    top: auto;
    bottom: -10px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    left: 60%;
    transform: translateX(-25px);
  }
  .logo-carousel-prev {
    width: 50px;
    height: 50px;
    left: -25px;
  }
  .logo-carousel-prev i {
    width: 29px;
    height: 29px;
    font-size: 20px;
  }
  .logo-carousel-next {
    width: 50px;
    height: 50px;
    right: -25px;
  }
  .logo-carousel-next i {
    width: 29px;
    height: 29px;
    font-size: 20px;
  }
  .lcb-block {
    padding: 40px 0px;
  }
  .small-page-space {
    padding: 0px 35px;
  }
  .logo-carousel-holder {
    width: 360px;
  }
  .logo-carousel-item {
    width: 100px;
    margin-right: 20px;
  }
  .logo-carousel-item img {
    width: 100%;
  }
  .pf-newsletter form {
    text-align: center;
  }
  .pf-newsletter form input {
    padding-right: 6px;
    width: calc(100% - 14px);
  }
  .pf-newsletter form input[type*="submit"] {
    position: relative;
    bottom: 0px;
  }
  .pf-flex {
    flex-direction: column;
    text-align: center;
  }
  .pff-col:first-of-type {
    margin: 10px 0px;
  }
  .pff-col:nth-of-type(2), .pff-col:nth-of-type(3) {
    margin: 10px 0px;
  }
  .pff-col:last-of-type {
    margin: 10px 0px;
  }
  .pf-flex > div {
    text-align: center;
  }
  .public-footer {
    background-size: contain;
    padding: 60px 0px 280px;
  }
  .hm-one {
    padding: 50px 0px;
  }
  .hm-two {
    padding: 50px 0px;
  }
  .hm-three {
    padding: 30px 0px;
  }
  .inner-slideshow .galleryInner img {
    min-height: 220px;
    object-fit: cover;
  }
  .inner-intro {
    padding: 50px 0px 0px;
  }
  .inner-full-pic {
    margin-top: 50px;
  }
  .inner-full-added {
    padding-top: 50px;
  }
  .is-two-col {
    padding-top: 50px;
  }
  .three-equal-added.flex-row {
    padding-top: 50px;
  }
  .four-equal-added.flex-row {
    padding-top: 50px;
  }
  .three-equal-added.flex-row .ie-col .wysiwyg-editable {
    padding: 25px 10px;
  }
  .inner-main h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .inner-main h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .inner-main h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .hole-nav ul {
    width: 300px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 4px;
  }
  .hs-badge {
    bottom: 10px;
    right: 10px;
    width: 60px;
  }
  .body-contentpage .accordion-title h3 {
    padding: 0px 30px;
    line-height: 28px;
    font-size: 22px;
  }
  .body-contentpage .accordion-title h3::before {
    right: 0px;
    width: 24px;
    top: 15px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 11px;
    height: 24px;
    top: 4px;
  }
  .hole-two-col {
    flex-direction: column;
  }
  .hole-content-col {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .hcc-yards {
    margin: 30px auto;
    grid-template-columns: 1fr;
    max-width: 250px;
  }
  .hole-video-col {
    width: 100%;
    margin: 40px 0px 0px;
  }
  .hcc-buttons a {
    font-size: 18px;
  }
  .is-two-col, .is-two-col.flip-flex {
    flex-direction: column;
  }
  .is-two-col .htc-content {
    width: 100%;
    margin: 0px;
  }
  .is-two-col .htc-pic {
    width: 100%;
    margin: 30px 0px 0px;
    text-align: center;
  }
  .is-two-col .htc-pic img {
    max-width: 400px;
    width: 100%;
  }
   body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"]:not(.body-contentpage) .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
    border: none;
  }
  .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;
  }
  .hmf-webcam iframe {
    width: 300px !important;
    height: 169px !important;
  }
  .carousel-holder {
    width: 280px;
    height: 420px;
  }
  .carousel-item {
    width: 280px;
  }
  .jcarousel-next {
    left: 65%;
  }
  .jcarousel-prev {
    left: 35%;
  }
  .logo-carousel-holder {
    width: 240px;
  }
  .logo-carousel-item {
    width: 100px;
    margin-right: 20px;
  }
  .public-footer {
    background-size: contain;
    padding: 60px 0px 190px;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .home-slideshow {
    height: 50vh;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .home-slideshow {
    height: 40vh;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .hs-explore {
    display: none;
  }
}

/* editor */

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #171717;
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

.php-ckeditor .page-space-carousel {
  padding-left: 20px;
}

.php-ckeditor .home-slideshow {
  height: 100px;
}

.php-ckeditor .home-slideshow .background-video {
  display: none;
}

.php-ckeditor .hs-badge {
  position: relative;
  bottom: 0px;
  left: 20px;
  margin: 10px 0px;
}

.php-ckeditor .hs-explore {
  display: none;
}

.php-ckeditor .jcarousel-prev {
  display: none;
}

.php-ckeditor .jcarousel-next {
  display: none;
}

.php-ckeditor .carousel-flex {
  align-items: initial;
  flex-direction: column;
}

.php-ckeditor .carousel-holder {
  width: 100%;
  height: auto;
}

.php-ckeditor .carousel-wrapper {
  position: relative;
  width: auto;
}

.php-ckeditor .cf-title {
  margin: 0px 0px 40px;
}

.php-ckeditor .carousel-item {
  margin: 15px 20px 15px 0px;
}

.php-ckeditor .logo-carousel-holder {
  width: 900px;
  position: relative;
  height: auto;
}

.php-ckeditor .logo-carousel-wrapper {
  position: relative;
  width: auto;
  display: block;
}

.php-ckeditor .logo-carousel-item {
  float: left;
  height: 150px;
}

.php-ckeditor .logo-carousel-prev {
  display: none;
}

.php-ckeditor .logo-carousel-next {
  display: none;
}

/* 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/royalnorthdevon/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.body-public.body-contentpage .members-footer {
  display: block;
}

.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: 40px;
  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;
  color: var(--innertext);
  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: var(--innerbgalt);
  border-radius: 0px;
  border: 1px solid var(--innertext);
  height: 30px;
  width: 90%;
  text-align: center;
  margin-bottom: 20px;
  color: var(--innertext);
}

.inner-page-wrapper form textarea {
  background: var(--innerbgalt);
  border-radius: 0px;
  border: 1px solid var(--innertext);
  height: 90px;
  width: 90%;
  text-align: center;
  margin-bottom: 20px;
  color: var(--innertext);
}

.inner-page-wrapper form select {
  background: var(--innerbgalt);
  border-radius: 0px;
  border: 1px solid var(--innertext);
  height: 30px;
  width: 90%;
  box-sizing: content-box;
  text-align: center;
  margin-bottom: 20px;
  color: var(--innertext);
  -webkit-appearance: none;
}

@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: transparent;
  border: 1px solid var(--innertext);
  color: var(--innertext);
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

.inner-intro ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .inner-start ul, .ie-content-col ul, .hmf-content ul, .inner-full-added ul {
  margin: 0px 0px 10px;
}

.inner-intro .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, .ie-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-intro ul li::before, .inner-col ul li::before, .inner-flex ul li::before, .members-page ul li::before, .cc-content ul li::before, .inner-start ul li::before, .ie-content-col ul li::before, .hmf-content ul li::before, .inner-full-added ul li::before, .ie-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--innertext);
  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(--innertext);
  padding: 6px;
  font-weight: 400;
  background: var(--innertext);
  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(--innertext);
  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;
}

.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;
}

.inner-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

.inner-slideshow .nivo-directionNav {
  display: none !important;
}

.body-public .gallery-image .ss-controls a, .body-public .gallery-image .nav-controls a {
  border: 1px solid var(--innertext);
  color: var(--innertext);
  text-decoration: none;
}

.body-public .gallery-image .ss-controls a:hover, .body-public .gallery-image .nav-controls a:hover, .body-public .gallery-image .ss-controls a:focus, .body-public .gallery-image .nav-controls a:focus {
  color: #fff;
  background: #000;
  text-decoration: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .accordion-content {
    overflow-x: scroll;
  }
}

.php-weatherfg table td {
  border: none;
}

.php-index #latestcomp h3 a {
  margin-left: 6px;
}

/* extras */

@media (min-width: 1500px) {
  .body-public.body-contentpage .navbar .nav, .body-public.body-class-home .navbar .nav {
    float: none;
  }
  .body-public.body-contentpage .navbar .nav > li, .body-public.body-class-home .navbar .nav > li {
    float: none;
    display: inline-block;
  }
  .body-public.body-contentpage .navbar-inverse .navbar-inner, .body-public.body-class-home .navbar-inverse .navbar-inner {
    text-align: center;
  }
  .body-public.body-contentpage .navbar-inverse .navbar-inner .dropdown-menu, .body-public.body-class-home .navbar-inverse .navbar-inner .dropdown-menu {
    text-align: left;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .body-public.body-contentpage .navbar .nav, .body-public.body-class-home .navbar .nav {
    float: none;
  }
  .body-public.body-contentpage .navbar .nav > li, .body-public.body-class-home .navbar .nav > li {
    float: none;
    display: inline-block;
  }
  .body-public.body-contentpage .navbar-inverse .navbar-inner, .body-public.body-class-home .navbar-inverse .navbar-inner {
    text-align: center;
  }
  .body-public.body-contentpage .navbar-inverse .nav > li > a, .body-public.body-class-home .navbar-inverse .nav > li > a {
    font-size: 18px;
  }
  .body-public.body-contentpage .navbar-inverse .navbar-inner .dropdown-menu, .body-public.body-class-home .navbar-inverse .navbar-inner .dropdown-menu {
    text-align: left;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public.body-contentpage .navbar .nav, .body-public.body-class-home .navbar .nav {
    float: none;
  }
  .body-public.body-contentpage .navbar .nav > li, .body-public.body-class-home .navbar .nav > li {
    float: none;
    display: inline-block;
  }
  .body-public.body-contentpage .navbar-inverse .navbar-inner, .body-public.body-class-home .navbar-inverse .navbar-inner {
    text-align: center;
  }
  .body-public.body-contentpage .navbar-inverse .nav > li > a, .body-public.body-class-home .navbar-inverse .nav > li > a {
    font-size: 18px;
    text-transform: capitalize;
  }
  .body-public.body-contentpage .navbar-inverse .navbar-inner .dropdown-menu, .body-public.body-class-home .navbar-inverse .navbar-inner .dropdown-menu {
    text-align: left;
  }
  .home-slideshow {
    height: calc(100vh - 56px);
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .page-url-championship_course .table th {
    font-size: 12px;
  }
  .body-contentpage .accordion-title h3::before {
    right: 0px;
    width: 24px;
    top: 15px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 11px;
    height: 24px;
    top: 4px;
  }
  .body-contentpage .accordion-title h3 {
    padding: 0px 30px;
    line-height: 28px;
    font-size: 22px;
  }
}

.inner-intro .galleryWrapper .galleryInner {
  margin: 0px auto;
  max-width: 800px;
  width: 100% !important;
  height: auto !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-webcam iframe {
    width: 440px !important;
    height: 248px !important;
  }
  .body-class-course_changes_7th_8th_and_9th iframe {
    width: 440px !important;
    height: 248px !important;
  }
  .body-class-taylors_par_3_short_course iframe {
    width: 440px !important;
    height: 248px !important;
  }
  .body-class-course_slope_rating iframe {
    width: 440px !important;
    height: 248px !important;
  }
  .inner-main table h5 a {
    padding: 5px;
    font-size: 14px;
  }
  .body-class-members.body-contentpage .inner-main {
    overflow-x: scroll;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .body-class-webcam iframe {
    width: 300px !important;
    height: 169px !important;
  }
  .body-class-course_changes_7th_8th_and_9th iframe {
    width: 300px !important;
    height: 169px !important;
  }
  .body-class-taylors_par_3_short_course iframe {
    width: 300px !important;
    height: 169px !important;
  }
  .body-class-course_slope_rating iframe {
    width: 300px !important;
    height: 169px !important;
  }
  .page-url-reciprocal_club_list table > tbody > tr {
    display: flex;
    flex-direction: column;
  }
  .page-url-reciprocal_club_list table > tbody > tr > td {
    width: 100% !important;
  }
}

.two-equal-added .ie-col {
  background: var(--innerbgalt);
  border: 1px solid var(--innertext);
  border-radius: 8px;
}

.two-equal-added.flex-row .ie-col .wysiwyg-editable {
  padding: 50px 20px;
}

.body-class-members div[id*="chatbot"] {
  display: none;
}

.pf-social {
  margin-bottom: 40px;
}

.pf-social a {
  margin: 0px 8px;
}

.pf-social a img {
  width: 32px;
}

.body-class-honours_boards .inner-main .nivo-directionNav, .body-class-ladies_honours_boards .inner-main .nivo-directionNav {
  display: block;
}

.body-class-honours_boards .inner-main .nivo-directionNav a, .body-class-ladies_honours_boards .inner-main .nivo-directionNav a {
  width: 90px;
  height: 90px;
  top: 50%;
  transform: translateY(-50%);
}

.body-class-honours_boards .inner-main .nivo-directionNav a.nivo-prevNav, .body-class-ladies_honours_boards .inner-main .nivo-directionNav a.nivo-prevNav {
  background-image: url('/images/resources/royalnorthdevon/arrow_left.png');
  background-repeat: no-repeat;
  background-position: center;
}

.body-class-honours_boards .inner-main .nivo-directionNav a.nivo-nextNav, .body-class-ladies_honours_boards .inner-main .nivo-directionNav a.nivo-nextNav {
  background-image: url('/images/resources/royalnorthdevon/arrow_right.png');
  background-repeat: no-repeat;
  background-position: center;
}

.body-class-members.body-contentpage .inner-page-wrapper {
  margin-top: 0px;
}

.body-class-members.body-contentpage .inner-slideshow {
  display: none;
}

.body-class-members.body-contentpage .hmt-logos {
  display: none;
}

.body-class-members.body-contentpage .page-footer {
  display: none;
}

.body-class-members.body-contentpage .page-space {
  padding: 0px 20px;
}

.body-class-members .content-wrapper a {
  color: var(--memberslinks);
}

.body-contentpage div.caption-container {
  height: auto;
}

.body-contentpage span.image-caption {
  position: relative;
}

/* end anton styles */

.body-class-members .content-wrapper a {
font-weight: 600;
}

body {
color: #000;
}