/* anton styles */

/* variables */

:root {
  --bodyfont: 'Open Sans', sans-serif;
  --headingfont: 'Open Sans', sans-serif;
  --headingcolor: #2952A3;
  --headingcolor2: #93C3FD;
  --highlightcolor: #93C3FD;
  --bodycolor: #121734;
  --headerbg: #fff;
  --footerbg: #2952A3;
  --navlink: #2952A3;
  --navactivelink: #93C3FD;
  --dropdownbg: #eee;
  --scorecardwhite: #fff;
  --scorecardyellow: #fc0;
  --scorecardred: #c80000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php, .body-class-members.php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  background: #fff;
}

h1 {
  font-weight: 400;
  font-size: 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(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  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(--headingcolor);
  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: 5px 25px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  font-family: var(--headingfont);
  position: relative;
  border: 2px solid var(--headingcolor);
}

h5 a {
  padding: 5px 35px;
}

h5 a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 40px;
  height: 4px;
  background: var(--headingcolor2);
}

h5 a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 40px;
  height: 4px;
  background: var(--headingcolor2);
}

@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: #fff;
  color: var(--headingcolor);
  border-color: var(--headingcolor);
  text-decoration: none;
}

a {
  color: var(--headingcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--headingcolor2);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 200px;
  z-index: 1001;
  background: #fff;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 130px;
}

.header-logo {
  position: absolute;
  width: 255px;
  text-align: center;
  height: 255px;
  top: -61px;
  border: 3px solid var(--headingcolor);
  border-radius: 50%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 30;
  background: #fff;
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.fix .header-logo {
  width: 130px;
  height: 130px;
  top: -6px;
}

.header-logo img {
  margin-top: 96px;
  width: 104px;
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.fix .header-logo img {
  width: 68px;
  margin-top: 30.5px;
}

.dark-header-border {
  position: absolute;
  bottom: 29px;
  left: 0px;
  width: 100%;
  height: 29px;
  background: var(--headingcolor);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .dark-header-border {
  bottom: 10px;
  height: 10px;
}

.light-header-border {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 29px;
  background: var(--headingcolor2);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .light-header-border {
  bottom: 0px;
  height: 10px;
}

/* navbar */

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  top: 70px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .navbar-inverse .navbar-inner {
  top: 40px;
}

.navbar-inverse .navbar-inner .nav > li > a {
  color: var(--navlink);
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
}

.navbar-inverse .navbar-inner .nav > li > a:hover, .navbar-inverse .navbar-inner .nav > li > a:focus, .navbar-inverse .navbar-inner .nav > li.current > a {
  color: var(--navactivelink);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.dropdown-menu {
  background: var(--dropdownbg);
}

.dropdown-menu > li > a {
  color: var(--navlink);
}

.dropdown-menu > li.current > a {
  color: var(--navactivelink);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--navactivelink);
  background: transparent;
}

/* footer */

.public-footer {
  padding: 120px 0px 40px;
  background: var(--footerbg);
  color: #fff;
}

.pf-space {
  padding: 0px 70px;
}

.pf-flex {
  display: flex;
  align-items: center;
}

.pf-copy {
  width: 35%;
  font-size: 22px;
  line-height: 32px;
}

.pf-line {
  content: '';
  display: inline-block;
  height: 155px;
  width: 2px;
  margin: 0px 60px;
  background: #fff;
}

.pf-logos {
  width: 65%;
}

.pf-logos a:last-child {
  margin-left: 120px;
}

.pf-ig-logo {
  text-align: right;
}

.pf-ig-logo img {
  width: 120px;
}

.body-class-home.body-public .members-footer, .body-contentpage.body-public .members-footer {
  display: none;
}

.members-footer {
  background: var(--footerbg);
  color: #fff;
  padding: 15px 0px;
}

.mf-flex {
  display: flex;
}

.mf-copy {
  width: 75%;
  margin-right: 10px;
  padding-top: 9px;
}

.mf-ig-logo {
  text-align: right;
  width: 25%;
  margin-left: 10px;
}

.mf-ig-logo img {
  width: 120px;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-page-wrapper {
  margin-top: 200px;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-main {
  margin-bottom: 140px;
}

.home-intro {
  max-width: 1000px;
  margin: 50px auto 60px;
  text-align: center;
}

.home-intro h1 {
  margin: 0px;
  position: relative;
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-intro h1::before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 10%;
  width: 280px;
  height: 4px;
  background: var(--headingcolor2);
}

.home-intro h1::after {
  content: '';
  position: absolute;
  bottom: 25px;
  right: 10%;
  width: 280px;
  height: 4px;
  background: var(--headingcolor2);
}

.home-intro h2 {
  letter-spacing: 3px;
}

.home-flex {
  display: flex;
  align-items: center;
}

.home-content {
  width: 100%;
  text-align: center;
}

.home-news {
  width: 50%;
  margin-left: 35px;
}

/* home news */

.news-block {
  width: 700px;
  background: var(--headingcolor);
}

.nb-space {
  padding: 30px;
}

.nb-title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.news-carousel {
  overflow: hidden;
  height: 375px;
  left: 0px;
  position: relative;
  width: 640px;
  margin: 0px auto;
}

.news-carousel .news-wrapper {
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.news-carousel .news-item {
  float: left;
  position: relative;
  margin-right: 20px;
  width: 640px;
  text-align: left;
  height: 400px;
  overflow: hidden;
  background: var(--headingcolor2);
}

.news-carousel .news-item .pull-left {
  float: none;
  margin: 0px;
}

.news-carousel .news-item .img-polaroid {
  border: 1px solid var(--headingcolor2);
  padding: 0px;
  box-shadow: none;
  max-height: 260px;
  object-fit: cover;
  width: calc(100% - 2px);
}

.news-carousel .media-body {
  padding: 15px 0px;
  position: relative;
  margin: 0px 15px;
}

.news-carousel h4 {
  color: var(--bodycolor);
  font-size: 20px;
  line-height: 28px;
}

.news-carousel .news-date {
  margin: 0px;
  color: var(--headingcolor);
  display: none;
}

.news-carousel .news-summary {
  display: none;
}

.news-carousel-controls {
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 70px;
  font-size: 24px;
  color: var(--headingcolor);
}

.news-carousel-prev {
  display: inline-block;
  width: 30px;
}

.news-carousel-prev:hover {
  cursor: pointer;
}

.news-carousel-next {
  display: inline-block;
  width: 30px;
}

.news-carousel-next:hover {
  cursor: pointer;
}

.home-upcoming-row {
  margin-top: 90px;
  position: relative;
  max-width: 1400px;
}

.home-upcoming-row::before {
  content: '';
  width: 64px;
  height: 280px;
  background: var(--headingcolor);
  display: inline-block;
  float: left;
}

.upcoming-carousel {
  overflow: hidden;
  height: 280px;
  left: 0px;
  position: relative;
  width: 1250px;
  margin: 0px;
}

.upcoming-carousel-holder {
  list-style: none;
  margin: 0px 0px 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.home-upcoming-row .upcoming-comp {
  background: var(--headingcolor2);
  height: 250px;
  width: 274px;
  padding: 15px 20px;
  float: left;
  position: relative;
  text-align: center;
}

.home-upcoming-row .upcoming-comp::before {
  content: url('/images/resources/dcvlga/dcvlga-calendar.png');
  position: relative;
  display: block;
  text-align: center;
  margin: 20px 0px;
}

.home-upcoming-row .upcoming-comp::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 250px;
  background: #fff;
  position: absolute;
  top: 15px;
  right: 0px;
}

.home-upcoming-row .upcoming-comp a {
  color: var(--bodycolor);
  font-size: 24px;
  line-height: 34px;
}

.upcoming-comp-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: 120px;
  color: var(--headingcolor);
}

.upcoming-comp-next:hover {
  cursor: pointer;
}

.home-recent-row {
  margin-top: 90px;
  position: relative;
  max-width: 1400px;
}

.home-recent-row::before {
  content: '';
  width: 64px;
  height: 280px;
  background: var(--headingcolor);
  display: inline-block;
  float: left;
}

.results-carousel {
  overflow: hidden;
  height: 280px;
  left: 0px;
  position: relative;
  width: 1250px;
  margin: 0px;
}

.recentcomps {
  list-style: none;
  margin: 0px 0px 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.home-recent-row .recentcompresult {
  background: var(--headingcolor2);
  height: 250px;
  width: 274px;
  padding: 15px 20px;
  float: left;
  position: relative;
  text-align: center;
}

.home-recent-row .recentcompresult::before {
  content: url('/images/resources/dcvlga/dcvlga-trophy.png');
  position: relative;
  display: block;
  text-align: center;
  margin: 20px 0px;
}

.home-recent-row .recentcompresult::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 250px;
  background: #fff;
  position: absolute;
  top: 15px;
  right: 0px;
}

.home-recent-row .recentcompresult a {
  color: var(--bodycolor);
  font-size: 24px;
  line-height: 34px;
}

.recent-comp-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: 120px;
  color: var(--headingcolor);
}

.recent-comp-next:hover {
  cursor: pointer;
}

.home-page-wrapper .announcedate {
  display: block;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-page-wrapper {
  margin-top: 200px;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-main {
  text-align: center;
  overflow-x: hidden;
  margin: 50px 0px 150px;
}

.inner-main h1 {
  margin: 0px 0px 50px;
  position: relative;
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  text-transform: uppercase;
}

.inner-main h1::before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 7%;
  width: 180px;
  height: 4px;
  background: var(--headingcolor2);
}

.inner-main h1::after {
  content: '';
  position: absolute;
  bottom: 25px;
  right: 7%;
  width: 180px;
  height: 4px;
  background: var(--headingcolor2);
}

.inner-main .inner-full-start h1::before {
  left: 20%;
}

.inner-main .inner-full-start h1::after {
  right: 20%;
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .inner-main h1::before {
    left: 6%;
  }
  .inner-main h1::after {
    right: 6%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .inner-main h1::before {
    left: 5%;
    width: 150px;
  }
  .inner-main h1::after {
    right: 5%;
    width: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .inner-main h1::before {
    left: 0%;
    width: 130px;
  }
  .inner-main h1::after {
    right: 0%;
    width: 130px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-main h1::before {
    left: 0%;
    width: 80px;
  }
  .inner-main h1::after {
    right: 0%;
    width: 80px;
  }
  .inner-main h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-main h1::before {
    display: none;
  }
  .inner-main h1::after {
    display: none;
  }
}

.inner-two-col-start {
  display: flex;
}

.itcs-content {
  width: 70%;
  margin-right: 35px;
}

.itcs-content table {
  max-width: 1000px;
  margin: 0px auto;
}

.inner-main table th {
  background: var(--headingcolor);
  color: #fff;
  padding: 6px;
}

.inner-main table td {
  text-align: left;
  padding: 6px 10px;
  border-right: 2px solid #fff;
}

.inner-main table tr td:last-child {
  border-right: 0px;
}

.inner-main table td h5 {
  margin: 0px;
}

.inner-main table td h5 a {
  border: 4px solid var(--headingcolor);
  margin: 0px;
  line-height: 24px;
  color: var(--headingcolor);
  text-transform: uppercase;
  background: #fff;
  padding: 5px 25px;
}

.inner-main table td h5 a::before, .inner-main table td h5 a::after {
  display: none;
}

.inner-main table td h5 a:hover, .inner-main table td h5 a:focus {
  background: var(--headingcolor);
  color: #fff;
}

.inner-main table tbody tr:nth-child(odd) {
  background: var(--headingcolor2);
}

.inner-main table tbody tr:nth-child(even) {
  background: #C8DFFC;
}

.itcs-sidebar {
  width: 30%;
  margin-left: 35px;
}

.inner-main .menu-section {
  position: relative;
  text-align: left;
}

.inner-main .menu-section h2 {
  font-size: 30px;
  line-height: 40px;
  position: relative;
  padding-left: 15px;
}

.inner-main .menu-section h2::before {
  content: '';
  display: inline-block;
  background: url('/images/resources/dcvlga/menu-after-dot.png');
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -15px;
  left: 0px;
}

.inner-main .menu-section h2::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 11px;
  height: 3px;
  background: var(--headingcolor);
  width: calc(100% + 200px);
}

.inner-main .menu-section ul {
  margin-top: 30px;
}

.inner-main .menu-section ul li {
  list-style: none;
  margin: 30px 0px 20px 30px;
  position: relative;
}

.inner-main .menu-section ul li::before {
  content: '';
  position: absolute;
  bottom: -11px;
  right: 11px;
  height: 3px;
  background: var(--headingcolor);
  width: 100%;
}

.inner-main .menu-section ul li::after {
  content: '';
  display: inline-block;
  background: url('/images/resources/dcvlga/menu-after-dot.png');
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -15px;
  right: 0px;
}

.inner-main .menu-section ul li a {
  font-size: 20px;
  position: relative;
  display: block;
}

.inner-main .menu-section ul li.current a::before {
  content: '\f061';
  font-family: 'FontAwesome';
  position: absolute;
  left: -25px;
  font-size: 20px;
}

/* inner added boxes style */

.body-public .added-section-move-up {
  display: none;
}

.body-public .added-section-move-down {
  display: none;
}

.body-public .additional-button-row {
  display: none;
}

.body-public .added-section-remove {
  display: none;
}

.inserted-block {
  position: relative;
  padding: 30px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.inner-full-added {
  text-align: center;
  font-family: var(--headingfont);
}

.body-public .inserted-block {
  padding: 30px 0px;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
  font-family: var(--headingfont);
}

.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;
}

.two-unequal-added.flex-row {
  display: flex;
  font-family: var(--headingfont);
}

.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;
}

.three-equal-added.flex-row {
  display: flex;
  font-family: var(--headingfont);
}

.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;
  font-family: var(--headingfont);
}

.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;
  font-family: var(--headingfont);
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    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;
  }
  .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;
  }
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="body-class-match"], .invalid-page {
  background: url('/images/resources/dcvlga/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, body[class*="body-class-match"] .header-wrapper, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 110px;
  position: relative;
}

body[class*="php-"] .dark-header-border, .body-class-members .dark-header-border, .body-class-visitorbooking .dark-header-border, .body-class-getawayletter .dark-header-border, [class*="body-class-setcoursestatus"] .dark-header-border, .body-class-opens .dark-header-border, .body-loginpage .dark-header-border, body[class*="body-class-match"] .dark-header-border, .invalid-page .dark-header-border {
  height: 10px;
  bottom: 10px;
}

body[class*="php-"] .light-header-border, .body-class-members .light-header-border, .body-class-visitorbooking .light-header-border, .body-class-getawayletter .light-header-border, [class*="body-class-setcoursestatus"] .light-header-border, .body-class-opens .light-header-border, .body-loginpage .light-header-border, body[class*="body-class-match"] .light-header-border, .invalid-page .light-header-border {
  height: 10px;
  bottom: 0px;
}

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*="body-class-match"] .nav-section, .invalid-page .nav-section {
  margin-top: 0px;
  width: auto;
  margin-left: 80px;
  margin-right: 0px;
  top: 26px;
}

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, body[class*="body-class-match"] .header-logo, .invalid-page .header-logo {
  margin-left: 0px;
  left: 0px;
  top: 5px;
  width: 68px;
  height: auto;
  border: none;
}

body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img, body[class*="body-class-match"] .header-logo img, .invalid-page .header-logo img {
  margin-top: 0px;
  width: 68px;
}


body[class*="php-"] .header-logo span, .body-class-members .header-logo span, .body-class-visitorbooking .header-logo span, .body-class-getawayletter .header-logo span, [class*="body-class-setcoursestatus"] .header-logo span, .body-class-opens .header-logo span, .body-loginpage .header-logo span, body[class*="body-class-match"] .header-logo span, .invalid-page .header-logo span {
  display: none;
}

/*body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img, body[class*="match"] .header-logo img {
  width: 94px;
  top: -5px;
}*/

body[class*="php-"] .header-text, .body-class-members .header-text, .body-class-visitorbooking .header-text, .body-class-getawayletter .header-text, [class*="body-class-setcoursestatus"] .header-text, .body-class-opens .header-text, .body-loginpage .header-text, body[class*="body-class-match"] .header-text, .invalid-page .header-text {
  top: 12px;
}

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, body[class*="body-class-match"] .header-info, .invalid-page .header-info {
  margin-bottom: 10px;
}

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, body[class*="body-class-match"] .header-right, .invalid-page .header-right {
  display: none;
}

body[class*="php-"] .header-social, .body-class-members .header-social, .body-class-visitorbooking .header-social, .body-class-getawayletter .header-social, [class*="body-class-setcoursestatus"] .header-social, .body-class-opens .header-social, .body-loginpage .header-social, body[class*="body-class-match"] .header-social, .invalid-page .header-social {
  display: none;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .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*="body-class-match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
  margin-top: 0px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 25px;
  width: auto;
  padding: 0px;
}

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*="body-class-match"] .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

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*="body-class-match"] .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

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*="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[class*="body-class-match"] #globalwrap, .invalid-page #globalwrap, .body-loginpage #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-loginpage #container #globalwrap {
  margin-top: 50px;
}

.body-public.invalid-page .members-footer {
  display: block;
}

.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*="body-class-match"], .invalid-page {
   margin-bottom: 110px; 
  }
  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*="body-class-match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

@media (min-width: 593px) 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*="body-class-match"], .invalid-page {
   margin-bottom: 140px; 
  }
  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*="body-class-match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
  }
}

@media (min-width: 0px) and (max-width: 592px) {
  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*="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*="body-class-match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 90px;
  }
}

/* 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 15px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--headingfont);
  box-shadow: none;
  border: 2px solid var(--headingcolor);
   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 {
  background: #fff;
  color: var(--headingcolor);
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

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: 0px;
  right: 5px;
}

.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 .weatherMini i {
  font-size: 24px;
}

.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: 16px;
  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*="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-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;
}

.sidebar-col .menu-section {
  margin-top: -10px;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .news-block {
    width: 600px;
  }
  .news-carousel {
    width: 540px;
  }
  .news-carousel .news-item {
    width: 540px;
  }
  .home-upcoming-row {
    max-width: 1300px;
  }
  .upcoming-carousel {
    width: 1150px;
  }
  .home-upcoming-row .upcoming-comp {
    width: 253px;
  }
  .home-recent-row {
    max-width: 1300px;
  }
  .results-carousel {
    width: 1150px;
  }
  .home-recent-row .recentcompresult {
    width: 253px;
  }
  .pf-copy {
    font-size: 20px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .header-wrapper {
    min-height: 130px;
  }
  .header-logo, .fix .header-logo {
    width: 130px;
    height: 130px;
    top: -6px;
    border: 3px solid var(--headingcolor);
  }
  .header-logo img, .fix .header-logo img {
    width: 68px;
    margin-top: 30.5px;
  }
  .dark-header-border {
    bottom: 10px;
    height: 10px;
  }
  .light-header-border {
    bottom: 0px;
    height: 10px;
  }
  .navbar-inverse .navbar-inner {
    top: 40px;
  }
  .home-page-wrapper, .inner-page-wrapper {
    margin-top: 130px;
  }
  .news-block {
    width: 500px;
  }
  .news-carousel {
    width: 440px;
  }
  .news-carousel .news-item {
    width: 440px;
  }
  .home-upcoming-row {
    max-width: 1200px;
  }
  .upcoming-carousel {
    width: 1050px;
  }
  .home-upcoming-row .upcoming-comp {
    width: 225px;
  }
  .home-recent-row {
    max-width: 1200px;
  }
  .results-carousel {
    width: 1050px;
  }
  .home-recent-row .recentcompresult {
    width: 225px;
  }
  .pf-copy {
    font-size: 18px;
  }
  .pf-line {
    margin: 0px 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .header-wrapper {
    min-height: 130px;
  }
  .header-logo, .fix .header-logo {
    width: 130px;
    height: 130px;
    top: -6px;
  }
  .fix .header-logo {
    border: 3px solid var(--headingcolor);
  }
  .header-logo img, .fix .header-logo img {
    width: 68px;
    margin-top: 30.5px;
  }
  .dark-header-border {
    bottom: 10px;
    height: 10px;
  }
  .light-header-border {
    bottom: 0px;
    height: 10px;
  }
  .navbar-inverse .navbar-inner {
    top: 40px;
  }
  .home-page-wrapper, .inner-page-wrapper {
    margin-top: 130px;
  }
  .news-block {
    width: 400px;
  }
  .news-carousel {
    width: 340px;
  }
  .news-carousel .news-item {
    width: 340px;
  }
  .home-upcoming-row {
    max-width: 1100px;
  }
  .upcoming-carousel {
    width: 950px;
  }
  .home-upcoming-row .upcoming-comp {
    width: 199px;
  }
  .home-upcoming-row .upcoming-comp a {
    font-size: 20px;
    line-height: 30px;
  }
  .home-recent-row {
    max-width: 1100px;
  }
  .results-carousel {
    width: 950px;
  }
  .home-recent-row .recentcompresult {
    width: 199px;
  }
  .home-recent-row .recentcompresult a {
    font-size: 20px;
    line-height: 30px;
  }
  .pf-copy {
    font-size: 16px;
    width: 40%;
  }
  .pf-line {
    margin: 0px 20px;
  }
  .pf-logos {
    width: 60%;
  }
  .pf-logos img {
    max-width: 220px;
  }
  .pf-logos a:last-child {
    margin-left: 20px;
  }
}

@media (min-width: 1600px) {
  .nav-section {
    width: 1500px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:nth-child(1), .body-public.body-contentpage .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7) {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .nav-section {
    width: 1150px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:nth-child(1), .body-public.body-contentpage .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7) {
    margin-right: 140px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px 11px;
  }
}

@media (min-width: 980px) {
  .body-public.body-class-home.invalid-page .nav > li:nth-child(6), .body-public.body-contentpage.invalid-page .nav > li:nth-child(6) {
    margin-right: 0px;
  }
}

/* main responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .pf-space {
    padding: 0px 25px;
  }
  .header-wrapper, .fix .header-wrapper {
    min-height: 100px;
  }
  .header-logo, .fix .header-logo {
    width: 100px;
    height: 100px;
    top: -6px;
    border: 3px solid var(--headingcolor);
  }
  .header-logo img, .fix .header-logo img {
    width: 54px;
    margin-top: 22.5px;
  }
  .dark-header-border {
    bottom: 10px;
    height: 10px;
  }
  .light-header-border {
    bottom: 0px;
    height: 10px;
  }
  .navbar-inverse .navbar-inner, .fix .navbar-inverse .navbar-inner {
    top: 25px;
  }
  .home-page-wrapper, .inner-page-wrapper {
    margin-top: 100px;
  }
  .nav-section {
    width: 930px;
    margin: 0px auto;
  }
  .body-public.body-class-home .nav > li:nth-child(1), .body-public.body-contentpage .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-public.body-class-home .nav > li:nth-child(7), .body-public.body-contentpage .nav > li:nth-child(7) {
    margin-right: 105px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 13px;
    padding: 10px 9px;
  }
  .home-intro h1::before, .home-intro h1::after {
    width: 240px;
  }
  .news-block {
    width: 400px;
  }
  .news-carousel {
    width: 340px;
  }
  .news-carousel .news-item {
    width: 340px;
  }
  .home-upcoming-row {
    max-width: 930px;
  }
  .upcoming-carousel {
    width: 800px;
  }
  .home-upcoming-row .upcoming-comp {
    width: 228px;
  }
  .home-upcoming-row .upcoming-comp a {
    font-size: 20px;
    line-height: 30px;
  }
  .home-recent-row {
    max-width: 930px;
  }
  .results-carousel {
    width: 800px;
  }
  .home-recent-row .recentcompresult {
    width: 228px;
  }
  .home-recent-row .recentcompresult a {
    font-size: 20px;
    line-height: 30px;
  }
  .pf-copy {
    font-size: 16px;
    width: 45%;
  }
  .pf-line {
    margin: 0px 20px;
  }
  .pf-logos {
    width: 55%;
  }
  .pf-logos img {
    max-width: 220px;
  }
  .pf-logos a:last-child {
    margin-left: 20px;
  }
  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: 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 {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    padding: 10px;
    font-size: 13px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
  }
  body[class*="php-"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar-inverse .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .header-wrapper {
    min-height: 130px;
  }
  .header-logo {
    width: 100px;
    height: auto;
    top: 0px;
    border: none;
  }
  .header-logo img {
    width: 68px;
    margin-top: 5px;
  }
  .dark-header-border {
    bottom: 10px;
    height: 10px;
  }
  .light-header-border {
    bottom: 0px;
    height: 10px;
  }
  .navbar-inverse .navbar-inner {
    top: 40px;
  }
  .home-page-wrapper, .inner-page-wrapper {
    margin-top: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .home-intro h1::before, .home-intro h1::after {
    width: 160px;
  }
  .home-content {
    margin-right: 20px;
  }
  .home-news {
    margin-left: 20px;
  }
  .news-block {
    width: 364px;
  }
  .news-carousel {
    width: 304px;
  }
  .news-carousel .news-item {
    width: 304px;
  }
  .home-upcoming-row {
    max-width: 728px;
  }
  .home-upcoming-row::before {
    width: 32px;
  }
  .upcoming-carousel {
    width: 625px;
  }
  .home-upcoming-row .upcoming-comp {
    width: 191px;
    padding: 15px 10px;
  }
  .home-upcoming-row .upcoming-comp a {
    font-size: 18px;
    line-height: 28px;
  }
  .home-recent-row {
    max-width: 728px;
  }
  .home-recent-row::before {
    width: 32px;
  }
  .results-carousel {
    width: 625px;
  }
  .home-recent-row .recentcompresult {
    width: 191px;
    padding: 15px 10px;
  }
  .home-recent-row .recentcompresult a {
    font-size: 18px;
    line-height: 28px;
  }
  .pf-space {
    padding: 0px 20px;
  }
  .pf-line {
    margin: 0px 20px;
    height: 100px;
  }
  .pf-copy {
    width: 50%;
    font-size: 15px;
    line-height: 25px;
  }
  .pf-logos {
    width: 50%;
  }
  .pf-logos img {
    width: 150px;
  }
  .pf-logos a:last-child {
    margin-left: 10px;
  }
  .inner-main h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-main h1::before {
    width: 85px;
  }
  .inner-main h1::after {
    width: 85px;
  }
  .itcs-content {
    margin-right: 20px;
  }
  .itcs-sidebar {
    margin-left: 20px;
  }
  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*="body-class-match"] .header-space, .invalid-page .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="body-class-match"] .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
  .mf-copy {
    font-size: 14px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 110px;
  }
  .header-space {
    margin: 0px 20px;
  }
  .header-right {
    top: 20px;
  }
  .nav-section {
    margin: 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    padding: 10px;
    margin-top: 0px;
    top: 25px;
    position: absolute;
    z-index: 50;
    right: 10px;
    font-size: 16px;
    background: var(--headingcolor);
    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 {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    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: 24px;
    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: 5px 0px;
    margin: 0px 0px;
    top: 0px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 80px;
    margin-bottom: 10px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 16px;
  }
  .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 {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: var(--headingcolor);
    color: #fff;
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: #fff;
    background: var(--headingcolor);
  }
  .navbar-inverse .nav > li > a::after {
    display: none;
  }
  .navbar .nav > li {
    display: block;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .header-social {
    top: 38px;
    right: 150px;
  }
  .inner-page-wrapper, .hole-page-wrapper {
    padding-top: 0px;
  }
  .home-video {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    line-height: 46px;
    font-size: 20px;
  }
  .page-scroll {
    display: none;
  }
  .slider-line {
    display: none;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar, .body-class-members .navbar-inverse .btn-navbar, .body-class-visitorbooking .navbar-inverse .btn-navbar, .body-class-getawayletter .navbar-inverse .btn-navbar, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar, .body-class-opens .navbar-inverse .btn-navbar, .body-loginpage .navbar-inverse .btn-navbar, body[class*="match"] .navbar-inverse .btn-navbar, .invalid-page .navbar-inverse .btn-navbar {
    top: 26px;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar:focus, .body-class-members .navbar-inverse .btn-navbar:focus, .body-class-visitorbooking .navbar-inverse .btn-navbar:focus, .body-class-getawayletter .navbar-inverse .btn-navbar:focus, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar:focus, .body-class-opens .navbar-inverse .btn-navbar:focus, .body-loginpage .navbar-inverse .btn-navbar:focus, body[class*="match"] .navbar-inverse .btn-navbar:focus, .invalid-page .navbar-inverse .btn-navbar {
    top: 26px;
  }
  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"] .nav-section, .invalid-page .nav-section {
    top: 0px;
    margin-left: 0px;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .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*="match"] .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
    margin-top: 90px;
    top: 0px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .header-wrapper {
    min-height: 110px;
  }
  .header-logo {
    width: 100px;
    height: auto;
    top: 0px;
    border: none;
    margin-left: 0px;
  }
  .header-logo img {
    width: 68px;
    margin-top: 5px;
  }
  .dark-header-border {
    bottom: 10px;
    height: 10px;
  }
  .light-header-border {
    bottom: 0px;
    height: 10px;
  }
  .navbar-inverse .navbar-inner {
    top: 0px;
    padding: 5px 0px;
  }
  .home-page-wrapper, .inner-page-wrapper {
    margin-top: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .home-intro h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .home-intro h1::before, .home-intro h1::after {
    display: none;
  }
  .home-intro h2 {
    letter-spacing: 0px;
    font-size: 26px;
    line-height: 36px;
  }
  .home-flex {
    flex-direction: column;
  }
  .home-content {
    width: 100%;
    margin: 0px;
  }
  .home-news {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .news-block {
    width: 300px;
  }
  .nb-space {
    padding: 30px 20px;
  }
  .news-carousel {
    width: 260px;
  }
  .news-carousel .news-item {
    width: 260px;
  }
  .home-upcoming-row::before {
    width: 0px;
  }
  .upcoming-carousel {
    width: 440px;
  }
  .home-upcoming-row .upcoming-comp {
    width: 201px;
    padding: 15px 10px;
  }
  .home-upcoming-row .upcoming-comp a {
    font-size: 18px;
    line-height: 28px;
  }
  .upcoming-comp-next {
    font-size: 40px;
  }
  .home-recent-row::before {
    width: 0px;
  }
  .results-carousel {
    width: 440px;
  }
  .home-recent-row .recentcompresult {
    width: 201px;
    padding: 15px 10px;
  }
  .home-recent-row .recentcompresult a {
    font-size: 18px;
    line-height: 28px;
  }
  .recent-comp-next {
    font-size: 40px;
  }
  .public-footer {
    padding-top: 60px;
  }
  .pf-space {
    padding: 0px 20px;
  }
  .pf-flex {
    flex-direction: column;
  }
  .pf-copy {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .pf-line {
    display: none;
  }
  .pf-logos {
    width: 100%;
    margin-top: 15px;
  }
  .pf-logos img {
    width: 140px;
  }
  .pf-logos a:last-child {
    margin-left: 0px;
  }
  .pf-ig-logo {
    text-align: left;
    margin-top: 15px;
  }
  .mf-flex {
    flex-direction: column;
  }
  .inner-two-col-start {
    flex-direction: column;
  }
  .itcs-content {
    width: 100%;
    margin: 0px;
  }
  .inner-main h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .inner-main h1::before, .inner-main h1::after {
    display: none;
  }
  .itcs-sidebar {
    width: 100%;
    margin: 20px 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*="body-class-match"] .content-wrapper, .invalid-page .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="body-class-match"] .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
  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, body[class*="body-class-match"] .header-logo, .invalid-page .header-logo {
    top: 4px;
  }
  .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-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  .mf-copy {
    text-align: center;
    padding-top: 0px;
    width: 100%;
    margin: 0px;
  }
  .mf-ig-logo {
    margin: 10px 0px 0px;
    text-align: center;
    width: 100%;
  }
}

/* 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;
  }
  .upcoming-carousel {
    width: 280px;
  }
  .home-upcoming-row .upcoming-comp {
    width: 242px;
    padding: 15px 20px;
  }
  .results-carousel {
    width: 280px;
  }
  .home-recent-row .recentcompresult {
    width: 242px;
    padding: 15px 20px;
  }
}

/* editor */

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  top: 0px;
}

.php-ckeditor .home-page-wrapper, .php-ckeditor .inner-page-wrapper {
  margin-top: 0px;
}

.php-ckeditor .home-upcoming-row::before {
  display: none;
}

.php-ckeditor .home-recent-row::before {
  display: none;
}

.php-ckeditor .home-main {
  margin-bottom: 20px;
}

.php-ckeditor .inner-main {
  margin-bottom: 20px;
}

/* custom template editor */

.php-ckeditor .navbar-inverse .navbar-inner {
  top: 0px;
  background: #171717;
}

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #fff;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headingcolor);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}

.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.added-section-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover {
  cursor: pointer;
}

.added-section-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-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;
}

/* end custom page templates */

/* invalid page */

.invalid-page {
  background: url('/images/resources/englishschools/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 .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

.body-public.body-contentpage.invalid-page .members-footer {
  display: block;
}

.body-public.body-contentpage.invalid-page .header-logo {
  display: block;
  top: 5px;
  left: 0px;
  right: auto;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .invalid-page .header-space {
    width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .invalid-page .header-space {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
}

.body-public.invalid-page .navbar .nav > li:nth-child(1) {
  margin-left: 0px;
}

.body-public.invalid-page .navbar .nav > li:nth-child(5) {
  margin-left: 0px;
}

/* 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 {
  display: block;
  background: rgba(41,82,163,0.6);
  opacity: 1;
  text-align: center;
  bottom: 50px;
  z-index: 12;
  left: auto;
  width: auto;
  right: 0px;
  padding: 5px 30px 5px 10px;
  font-size: 22px;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 0px 15px;
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
}

@media (min-width: 0px) and (max-width: 979px) {
  #globalwrap [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap [class*="-slideshow"] .nivo-caption {
    bottom: 10px;
    padding: 5px;
    font-size: 16px;
  }
  #globalwrap .nivo-caption > p {
    padding: 0px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 90px;
  width: 80%;
  text-align: center;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 80%;
  box-sizing: content-box;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: var(--headingcolor);
  color: #fff;
  margin-top: 20px;
  border: 2px solid var(--headingcolor);
  border-radius: 0px;
  padding: 10px 15px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #fff;
  color: var(--headingcolor);
}

.inner-full-added ul, .inner-col ul, .inner-full ul, .ie-col ul, .ite-col ul, .inner-full-start ul {
  margin: 0px 0px 10px;
}

.inner-full-added ul li, .inner-col ul li, .inner-full ul li, .ie-col ul li, .ite-col ul li, .inner-full-start ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full-added ul li::before, .inner-col ul li::before, .inner-full ul li::before, .ie-col ul li::before, .ite-col ul li::before, .inner-full-start ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.inner-full-added .gallery-thumbs ul li::before, .inner-full .gallery-thumbs ul li::before, .ie-col .gallery-thumbs ul li::before, .inner-full-start .gallery-thumbs ul li::before {
  display: none;
}

.inner-full-added ol, .inner-full ol, .ie-col ol, .inner-full-start ol {
  margin: 0px 0px 10px;
}

.inner-full-added ol li, .inner-full ol li, .ie-col ol li, .inner-full-start ol li {
  line-height: 28px;
  list-style-position: inside;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
  .body-class-find_us .ite-pic {
    width: 100%;
  }
}

.inner-main table th, .inner-full table th {
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
  text-align: left;
}

.inner-main table td, .inner-flfullex table td {
  padding: 6px;
}

.inner-main table tr td:last-child {
  border-right: none;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-main table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-main table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-main table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-main table td {
    padding: 2px;
    font-size: 12px;
  }
  .news-block {
    margin: 0px auto;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper .map_popup form input[type*="submit"] {
  margin-top: 5px;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: none !important;
}

/* tweaks */

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .upcoming-carousel {
    width: 660px;
  }
  .results-carousel {
    width: 660px;
  }
  .news-block {
    margin: 0px auto;
  }
}

.body-class-committee .additional-boxes .two-equal-added {
  margin: 0px auto;
  max-width: 1000px;
}

/* TEMP TO HIDE CAROUSELS */

.home-upcoming-row, .home-recent-row {
  display: none;
}

/* end anton styles */