/* anton styles */

.php-myeposaccount #statements > div.withLinksWrapper:nth-child(3) table.topup_table {
  display: none;
}

@media (min-width: 980px) {
  .body-public.body-contentpage .navbar .container, .body-public.body-class-home .navbar .container {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .body-public.body-contentpage .navbar .nav li:nth-child(1), .body-public.body-class-home .navbar .nav li:nth-child(1) {
    margin-left: 32px;
  }
  body .navbar .nav li:nth-child(4) {
    margin-right: 150px;
  }
}

/* end anton styles */

i.courseName {
  	display: none;
}

@charset "UTF-8";
/* Scss Document */
/* Fonts */
/* Colors */
/* Mixins */
/* Animated Elements */
a, .btn,
.btn:before, .btn:after,
.booking-btn,
.contact-btn,
.navbar a,
.navbar .logo,
.navbar .nav > li > a:after,
.navbar .nav > li ul.dropdown-menu > li > a,
.nivo-directionNav,
a.nivo-nextNav,
a.nivo-prevNav,
.nivo-caption,
.nivo-controlNav,
.controls a.next,
.controls a.prev,
.box-link:after,
.box-link img,
.box-link-inner-text,
input[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.nav-collapse {
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  -ms-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out; }

#container > .container,
#container > .container:after {
  -webkit-transition: all 0.5s ease-in-out 0.02s;
  -moz-transition: all 0.5s ease-in-out 0.02s;
  -ms-transition: all 0.5s ease-in-out 0.02s;
  -o-transition: all 0.5s ease-in-out 0.02s;
  transition: all 0.5s ease-in-out 0.02s; }

.weather-course-wrapper {
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  -ms-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out; }

/* Animations */
.body-class-home section {
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.body-class-home section.viewed {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(0.8);
    -ms-transform: translate(-50%) scale(0.8);
    transform: translate(-50%) scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1); } }
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1.2);
    -ms-transform: translate(-50%) scale(1.2);
    transform: translate(-50%) scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1); } }
@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
@keyframes slideUpRelative {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes slideDownRelative {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
/* Common */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth; }

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f2f2f2; }

body {
  margin: 0 0 0px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #2f5489;
  line-height: 120%; }

h1 {
  font-size: 46px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

p {
  margin: 0 0 20px;
  line-height: 140%; }

a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #2f5489;
  text-decoration: none;
  line-height: inherit;
  outline: 0; }
  a:link, a:visited, a:active {
    color: #2f5489;
    text-decoration: none;
    outline: 0; }
  a:hover, a:focus {
    color: #dbbc68;
    text-decoration: underline;
    outline: 0; }

/*a[href^="mailto"] {
	word-break: break-word;
}*/
hr {
  border: none;
  border-bottom: 2px solid #ddd;
  margin: 20px 0; }

/* Btn CTA */
.btn {
  width: auto;
  min-width: auto;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  background-color: #2f5489;
  background-image: none !important;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  display: inline-block; }
  .btn:link, .btn:visited, .btn:active {
    color: #fff;
    background-color: #2f5489;
    text-decoration: none; }
  .btn:hover, .btn:focus {
    color: #fff;
    background-color: #dbbc68;
    text-decoration: none; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0px auto 20px;
  border-left: 5px solid #dbbc68;
  display: inline-block; }
  blockquote p {
    margin: 0 0 20px;
    line-height: 140%; }

.clearfix {
  content: "";
  display: block;
  clear: both; }

/* Text Styles */
.uppercase {
  text-transform: uppercase; }

.text-small {
  font-size: .75em;
  line-height: 120%; }

.seperator {
  padding: 0px 5px; }

.white {
  color: #fff; }

.yellow {
  color: #fffc00; }

.red {
  color: #ce1b45; }

.grey-light {
  color: #ddd; }

.bg-white {
  background-color: #fff; }

/* Scrollbar Styling */
#globalwrap ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

#globalwrap ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

/* Greyscale an Image */
.greyscale {
  display: inline-block; }

.greyscale img {
  -webkit-filter: drop-shadow(0px 0px 0px #dbbc68);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: drop-shadow(0px 0px 0px #dbbc68);
  /* Microsoft Edge and Firefox 35+ */
  filter: none; }

/* Disable grayscale on hover */
.greyscale img:hover {
  -webkit-filter: drop-shadow(0px 0px 20px #dbbc68);
  filter: drop-shadow(0px 0px 20px #dbbc68);
  /* IE6-9 */ }

/* Scroller */
.scroll-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: auto; }

.nomargin {
  margin: 0 !important; }

/* Scafolding */
.body-public #outerborder {
  overflow-x: hidden;
  overflow-y: auto; }

.container {
  margin: 0 auto;
  padding: 0px 0px;
  max-width: 100%;
  box-sizing: border-box; }

#container > .container {
  transform-origin: left top;
  -webkit-transform: translateX(0px) rotateY(0deg);
  -ms-transform: translateX(0px) rotateY(0deg);
  transform: translateX(0px) rotateY(0deg);
  perspective: 2000; }

#container > .container:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f5489+0,2f5489+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(47, 84, 137, 0) 0%, #2f5489 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(47, 84, 137, 0) 0%, #2f5489 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(47, 84, 137, 0) 0%, #2f5489 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f5489', endColorstr='#2f5489',GradientType=1 );
  /* IE6-9 */
  display: none;
  z-index: 999; }

#globalwrap {
  position: relative;
  margin: 0;
  padding: 0 0px;
  min-height: 400px;
  height: auto;
  background-color: #fff; }

.content {
  width: 100%;
  padding: 30px 0px;
  background-color: #fff; }

section {
  width: 100%;
  padding: 20px 0px; }

.body-class-home .content {
  padding: 0px 0px; }

.body-class-home section {
  padding: 0px 0px; }

.body-class-home .content-text {
  padding: 50px 0px 30px; }

.body-class-home .content-pic {
  position: absolute;
  left: 0;
  width: calc(50vw - 20px);
  height: 100%; }

.body-class-home .content-pic .inner-page-slider {
  position: absolute;
  top: 0; }

/* Add more space to content site HTML editor */
.CodeMirror-wrap .CodeMirror-scroll {
  position: relative;
  height: 1000px;
  outline: none;
  overflow: auto;
  overflow-x: auto; }

/* Remove white space - br from bottom of the page */
#closebutton + br {
  display: none !important; }

/* Hide login item from menu navigation */
.nav .nav-menu-login\.php {
  display: none !important; }

.nav .nav-menu-member_login {
  display: none !important; }

/* Hide More from Dropdown menu under Information Tab on Members site */
.navbar .nav li ul.dropdown-menu li.nav-menu-information {
  display: none; }

/* Date Picker */
#ui-datepicker-div {
  position: absolute;
  top: -100%;
  left: -100%; }

#date_form .picker {
  right: 0px !important; }

table.tee_process {
  display: none !important; }

.php-weatherfg .image-day {
  background: #87CEEB; }

.php-weatherfg .image-night {
  background: #3c4a90; }

/* Payment Page Tweek as Div not visible on smaller devices */
.php-visitoropen #globalwrap > div {
  max-width: 100%; }

/* Member Booking Tweek */
#facebox {
  position: absolute;
  top: 150px !important;
  z-index: 9999; }

/* MCE Editor */
#globalwrap table.mceLayout[style] {
  width: 100% !important; }

.mceItemTable {
  width: 100% !important;
  max-width: 100%; }

/* Login Page */
.body-loginpage #login {
  padding: 20px 20px;
  border: 2px solid #dbbc68;
  text-align: center; }
  .body-loginpage #login fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
    transform: translateX(-90px); }

/* Members Page */
.body-class-members,
body:not(.body-public) {
  /* Home Slider, Inner Slider */
  /* Home Slider, Inner Slider */ }
  .body-class-members h1,
  body:not(.body-public) h1 {
    font-size: 38px; }
  .body-class-members h2,
  body:not(.body-public) h2 {
    font-size: 30px; }
  .body-class-members h3,
  body:not(.body-public) h3 {
    font-size: 26px; }
  .body-class-members h4,
  body:not(.body-public) h4 {
    font-size: 20px; }
  .body-class-members h5,
  body:not(.body-public) h5 {
    font-size: 18px; }
  .body-class-members h6,
  body:not(.body-public) h6 {
    font-size: 17px; }
  .body-class-members #leftcontent > div,
  .body-class-members #rightcontent > div,
  body:not(.body-public) #leftcontent > div,
  body:not(.body-public) #rightcontent > div {
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #dbbc68;
    background-color: #fff; }
  .body-class-members .teetimesholder th,
  .body-class-members #memteetimes th,
  body:not(.body-public) .teetimesholder th,
  body:not(.body-public) #memteetimes th {
    color: #fff !important;
    background-color: #2f5489 !important; }
  .body-class-members .login-btn,
  body:not(.body-public) .login-btn {
    display: none; }
  .body-class-members .btn-group > .btn,
  body:not(.body-public) .btn-group > .btn {
    float: left; }
  .body-class-members .dateperiods a,
  body:not(.body-public) .dateperiods a {
    float: left; }
  .body-class-members .home-slider, .body-class-members .inner-slider,
  body:not(.body-public) .home-slider,
  body:not(.body-public) .inner-slider {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    left: 0;
    right: 0; }
    .body-class-members .home-slider .nivo-directionNav, .body-class-members .inner-slider .nivo-directionNav,
    body:not(.body-public) .home-slider .nivo-directionNav,
    body:not(.body-public) .inner-slider .nivo-directionNav {
      display: none; }
    .body-class-members .home-slider .nivo-controlNav-Wrapper, .body-class-members .inner-slider .nivo-controlNav-Wrapper,
    body:not(.body-public) .home-slider .nivo-controlNav-Wrapper,
    body:not(.body-public) .inner-slider .nivo-controlNav-Wrapper {
      display: none; }
  .body-class-members .full-width,
  .body-class-members .home-slider .galleryInner.nivoInner.nivoSlider[style],
  .body-class-members .inner-slider .galleryInner.nivoInner.nivoSlider[style],
  body:not(.body-public) .full-width,
  body:not(.body-public) .home-slider .galleryInner.nivoInner.nivoSlider[style],
  body:not(.body-public) .inner-slider .galleryInner.nivoInner.nivoSlider[style] {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    left: 0;
    right: 0; }

/* Members Pages + Misc Pages*/
.body-class-members .navbar-fixed-top,
body:not(.body-public) .navbar-fixed-top,
.body-class-opens .navbar-fixed-top,
.php-login .navbar-fixed-top,
.body-loginpage .navbar-fixed-top,
.php-news .navbar-fixed-top,
.php-competition .navbar-fixed-top,
.php-teelogin .navbar-fixed-top,
.php-visitoropen .navbar-fixed-top,
.php-sagepay .navbar-fixed-top,
body[class^='body-class-setcoursestatus'] .navbar-fixed-top,
.body-class-visitorbooking .navbar-fixed-top {
  position: relative; }
.body-class-members #container,
body:not(.body-public) #container,
.body-class-opens #container,
.php-login #container,
.body-loginpage #container,
.php-news #container,
.php-competition #container,
.php-teelogin #container,
.php-visitoropen #container,
.php-sagepay #container,
body[class^='body-class-setcoursestatus'] #container,
.body-class-visitorbooking #container {
  background: url("/images/resources/crowborough/bg-logo-crowborough.png") repeat top center transparent;
  background-size: 700px auto;
  background-attachment: fixed; }
.body-class-members #globalwrap,
body:not(.body-public) #globalwrap,
.body-class-opens #globalwrap,
.php-login #globalwrap,
.body-loginpage #globalwrap,
.php-news #globalwrap,
.php-competition #globalwrap,
.php-teelogin #globalwrap,
.php-visitoropen #globalwrap,
.php-sagepay #globalwrap,
body[class^='body-class-setcoursestatus'] #globalwrap,
.body-class-visitorbooking #globalwrap {
  padding: 20px 20px;
  margin: 30px 0px 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
.body-class-members .navbar .navbar-inner,
body:not(.body-public) .navbar .navbar-inner,
.body-class-opens .navbar .navbar-inner,
.php-login .navbar .navbar-inner,
.body-loginpage .navbar .navbar-inner,
.php-news .navbar .navbar-inner,
.php-competition .navbar .navbar-inner,
.php-teelogin .navbar .navbar-inner,
.php-visitoropen .navbar .navbar-inner,
.php-sagepay .navbar .navbar-inner,
body[class^='body-class-setcoursestatus'] .navbar .navbar-inner,
.body-class-visitorbooking .navbar .navbar-inner {
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
.body-class-members .navbar .logo,
body:not(.body-public) .navbar .logo,
.body-class-opens .navbar .logo,
.php-login .navbar .logo,
.body-loginpage .navbar .logo,
.php-news .navbar .logo,
.php-competition .navbar .logo,
.php-teelogin .navbar .logo,
.php-visitoropen .navbar .logo,
.php-sagepay .navbar .logo,
body[class^='body-class-setcoursestatus'] .navbar .logo,
.body-class-visitorbooking .navbar .logo {
  position: absolute;
  right: auto;
  width: 150px;
  height: 90px;
  background-color: #fff; }
.body-class-members .navbar .nav > li > a,
.body-class-members .login-btn a,
body:not(.body-public) .navbar .nav > li > a,
body:not(.body-public) .login-btn a,
.body-class-opens .navbar .nav > li > a,
.body-class-opens .login-btn a,
.php-login .navbar .nav > li > a,
.php-login .login-btn a,
.body-loginpage .navbar .nav > li > a,
.body-loginpage .login-btn a,
.php-news .navbar .nav > li > a,
.php-news .login-btn a,
.php-competition .navbar .nav > li > a,
.php-competition .login-btn a,
.php-teelogin .navbar .nav > li > a,
.php-teelogin .login-btn a,
.php-visitoropen .navbar .nav > li > a,
.php-visitoropen .login-btn a,
.php-sagepay .navbar .nav > li > a,
.php-sagepay .login-btn a,
body[class^='body-class-setcoursestatus'] .navbar .nav > li > a,
body[class^='body-class-setcoursestatus'] .login-btn a,
.body-class-visitorbooking .navbar .nav > li > a,
.body-class-visitorbooking .login-btn a {
  height: 70px; }
.body-class-members .navbar .nav li:nth-child(4),
body:not(.body-public) .navbar .nav li:nth-child(4),
.body-class-opens .navbar .nav li:nth-child(4),
.php-login .navbar .nav li:nth-child(4),
.body-loginpage .navbar .nav li:nth-child(4),
.php-news .navbar .nav li:nth-child(4),
.php-competition .navbar .nav li:nth-child(4),
.php-teelogin .navbar .nav li:nth-child(4),
.php-visitoropen .navbar .nav li:nth-child(4),
.php-sagepay .navbar .nav li:nth-child(4),
body[class^='body-class-setcoursestatus'] .navbar .nav li:nth-child(4),
.body-class-visitorbooking .navbar .nav li:nth-child(4) {
  margin: 0 0px 0 0; }
.body-class-members .navbar .btn-navbar,
body:not(.body-public) .navbar .btn-navbar,
.body-class-opens .navbar .btn-navbar,
.php-login .navbar .btn-navbar,
.body-loginpage .navbar .btn-navbar,
.php-news .navbar .btn-navbar,
.php-competition .navbar .btn-navbar,
.php-teelogin .navbar .btn-navbar,
.php-visitoropen .navbar .btn-navbar,
.php-sagepay .navbar .btn-navbar,
body[class^='body-class-setcoursestatus'] .navbar .btn-navbar,
.body-class-visitorbooking .navbar .btn-navbar {
  height: 70px; }
.body-class-members .content,
body:not(.body-public) .content,
.body-class-opens .content,
.php-login .content,
.body-loginpage .content,
.php-news .content,
.php-competition .content,
.php-teelogin .content,
.php-visitoropen .content,
.php-sagepay .content,
body[class^='body-class-setcoursestatus'] .content,
.body-class-visitorbooking .content {
  padding: 0px 0px; }

/* Editor Area */
.php-ckeditor {
  /* Navbar */
  /* Add more space to content site HTML editor */
  /* Home Slider, Inner Slider */
  /* Inner Page Slider */
  /* Home Slider */
  /* Slider Content on Slider */
  /* Slider Header on Slider */
  /* Slider Btn on Slider */
  /* Course Weather Wrapper */
  /* Hole Nav */
  /* Box Links */ }
  .php-ckeditor #outerborder .navbar {
    display: none; }
  .php-ckeditor #container > .container:after {
    display: none; }
  .php-ckeditor body.nav-visible #container > .container:after {
    display: none; }
  .php-ckeditor .home-slider, .php-ckeditor .inner-slider {
    pointer-events: auto; }
    .php-ckeditor .home-slider .nivoSlider:before, .php-ckeditor .inner-slider .nivoSlider:before {
      display: none; }
  .php-ckeditor .nav-collapse {
    position: relative; }
    .php-ckeditor .nav-collapse span {
      color: #666 !important; }
  .php-ckeditor .navbar .btn,
  .php-ckeditor .navbar .btn.btn-primary,
  .php-ckeditor .navbar .btn-group .btn {
    margin: 10px 0px; }
  .php-ckeditor .navbar .btn-group {
    margin: 0px 0px !important; }
  .php-ckeditor .CodeMirror-wrap .CodeMirror-scroll {
    position: relative;
    height: 1000px;
    overflow: auto; }
  .php-ckeditor .home-slider, .php-ckeditor .inner-slider {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    left: 0;
    right: 0; }
  .php-ckeditor .inner-page-slider {
    pointer-events: auto; }
  .php-ckeditor .home-slider .galleryInner.nivoInner.nivoSlider[style],
  .php-ckeditor .inner-slider .galleryInner.nivoInner.nivoSlider[style],
  .php-ckeditor .full-width {
    width: 100% !important;
    height: auto !important;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .php-ckeditor .slider-content {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    animation: none; }
  .php-ckeditor .slider-header {
    position: relative;
    top: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    animation: none; }
  .php-ckeditor .slider-btn {
    position: relative;
    top: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    animation: none; }
  .php-ckeditor .weather-course-wrapper {
    position: relative;
    bottom: auto;
    left: auto; }
  .php-ckeditor .hole-nav-wrapper {
    position: relative; }
  .php-ckeditor .box-link-wrapper .box-link {
    height: auto;
    overflow: visible; }
    .php-ckeditor .box-link-wrapper .box-link:hover .box-link-pic img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .php-ckeditor .box-link-wrapper .box-link:hover .box-link-inner .box-link-inner-text {
      bottom: auto;
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%); }
  .php-ckeditor .box-link-wrapper .box-link .box-link-inner {
    position: relative;
    top: auto;
    left: auto;
    height: auto; }
  .php-ckeditor .box-link-wrapper .box-link .box-link-inner .box-link-inner-text {
    position: relative;
    left: 0;
    top: auto;
    bottom: auto;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  .php-ckeditor .box-link-wrapper .box-link:after {
    display: none; }
  .php-ckeditor .box-link-wrapper .box-link h1, .php-ckeditor .box-link-wrapper .box-link h2, .php-ckeditor .box-link-wrapper .box-link h3, .php-ckeditor .box-link-wrapper .box-link h4, .php-ckeditor .box-link-wrapper .box-link h5, .php-ckeditor .box-link-wrapper .box-link h6 {
    color: #666; }
  .php-ckeditor .box-link-wrapper .box-link p {
    color: #666; }
  .php-ckeditor .box-link-wrapper .box-link .box-link-pic img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .php-ckeditor .box-link-wrapper .box-link a {
    display: block;
    color: #666;
    text-decoration: none; }
    .php-ckeditor .box-link-wrapper .box-link a:link, .php-ckeditor .box-link-wrapper .box-link a:visited, .php-ckeditor .box-link-wrapper .box-link a:active {
      color: #666;
      text-decoration: none; }
    .php-ckeditor .box-link-wrapper .box-link a:hover, .php-ckeditor .box-link-wrapper .box-link a:focus {
      color: #666;
      text-decoration: none; }

/* Navbar */
.navbar {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1030; }
  .navbar .navbar-inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px 0px;
    background-color: transparent;
    background-image: none;
    filter: none;
    border-bottom: 0px solid #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0); }
  .navbar .container {
    padding: 0px 0px;
    text-align: center; }

/* nav btn */
.navbar .btn-navbar {
  position: relative;
  margin: 0;
  padding: 15px 15px;
  height: 125px;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  float: right;
  z-index: 1030; }

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2f5489;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0); }

/* nav */
.nav-collapse {
  position: relative;
  display: inline-block;
  box-sizing: border-box; }

#topmenu {
  display: block; }

.navbar .nav {
  margin: 0;
  padding: 0;
  display: block;
  float: none; }
  .navbar .nav li {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left; }
    .navbar .nav li:last-child {
      border-bottom: none; }
    .navbar .nav li:nth-child(4) {
      margin: 0 150px 0 0; }
    .navbar .nav li:nth-child(5) {
      margin: 0 0px 0 0; }
    .navbar .nav li a {
      padding: 10px 10px;
      font-family: "Work Sans", sans-serif;
      font-size: 15px;
      font-weight: 400;
      text-align: center;
      word-wrap: normal;
      text-decoration: none;
      letter-spacing: 1px;
      box-sizing: border-box; }

.navbar .nav > li > a {
  width: auto;
  height: 125px;
  color: #2f5489;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0) !important;
  display: table-cell;
  vertical-align: middle; }
  .navbar .nav > li > a:link, .navbar .nav > li > a:visited, .navbar .nav > li > a:active {
    color: #2f5489;
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0) !important; }
  .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #2f5489;
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0) !important; }
    .navbar .nav > li > a:hover:after, .navbar .nav > li > a:focus:after {
      width: 30px;
      background: #2f5489;
      opacity: 1; }
  .navbar .nav > li > a:after {
    position: absolute;
    bottom: 25%;
    left: 50%;
    content: '';
    width: 0px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.navbar .nav > li.current > a,
.navbar .nav > li.current > a:hover {
  color: #dbbc68;
  text-decoration: none;
  text-shadow: 1px 1px 0 white; }
  .navbar .nav > li.current > a:after,
  .navbar .nav > li.current > a:hover:after {
    width: 30px;
    background: #dbbc68;
    opacity: 1; }

/*Arrow on dropdown menu*/
.navbar .nav > li.dropdown > a:before {
  position: absolute;
  right: 0px;
  top: 50%;
  content: "\f107";
  /*f0d7*/
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #2f5489;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none; }
.navbar .nav > li.dropdown > a:hover:before, .navbar .nav > li.dropdown > a:focus:before {
  color: #dbbc68; }

.navbar .nav > li.open.dropdown > a:before {
  content: "\f106";
  color: #dbbc68; }

.navbar .nav li.dropdown > .dropdown-toggle {
  color: #2f5489;
  outline: 0; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  color: #2f5489;
  background-color: transparent; }

.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #dbbc68;
  background-color: transparent; }
  .navbar-inverse .nav li.dropdown.active > .dropdown-toggle:after,
  .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle:after,
  .navbar .nav li.dropdown.active > .dropdown-toggle:after,
  .navbar .nav li.dropdown.open.active > .dropdown-toggle:after {
    width: 30px;
    background: #dbbc68;
    opacity: 1; }

.navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus {
  color: #dbbc68; }

.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
  color: #fff;
  background-color: #dbbc68; }

.navbar .nav li ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: auto;
  min-width: 200px;
  max-width: 270px;
  margin: 0;
  padding: 0;
  background-color: rgba(47, 84, 137, 0.95);
  border: none;
  display: inline-block;
  overflow: hidden !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1030; }

.navbar .nav > li > .dropdown-menu:after {
  display: none; }

.navbar .nav li ul.dropdown-menu > li {
  margin: 0;
  display: block;
  float: none;
  border-bottom: 0px solid rgba(255, 255, 255, 0.2); }
  .navbar .nav li ul.dropdown-menu > li:nth-child(4) {
    margin: 0 0px 0 0; }

.navbar .nav > li ul.dropdown-menu > li > a {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  display: block; }
  .navbar .nav > li ul.dropdown-menu > li > a:link, .navbar .nav > li ul.dropdown-menu > li > a:visited, .navbar .nav > li ul.dropdown-menu > li > a:active {
    color: #fff;
    background-color: transparent;
    background-image: none;
    text-decoration: none; }
  .navbar .nav > li ul.dropdown-menu > li > a:hover, .navbar .nav > li ul.dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgba(219, 188, 104, 0.9);
    background-image: none;
    text-decoration: none; }

.navbar .nav .dropdown-menu .dropdown-submenu:hover > a,
.navbar .nav .dropdown-menu .dropdown-submenu:focus > a {
  color: #fff;
  background-color: rgba(219, 188, 104, 0.9); }

.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
  color: #fff;
  background-color: rgba(219, 188, 104, 0.9);
  text-decoration: none; }

.navbar .nav .dropdown-menu > li.current a:link, .navbar .nav .dropdown-menu > li.current a:visited, .navbar .nav .dropdown-menu > li.current a:active, .navbar .nav .dropdown-menu > li.current a:hover, .navbar .nav .dropdown-menu > li.current a:focus {
  color: #fff;
  background-color: rgba(219, 188, 104, 0.9);
  text-decoration: none; }

.navbar .nav > .active > a {
  color: #dbbc68; }
  .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #dbbc68;
    background-color: transparent;
    text-decoration: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0) !important; }

.navbar .nav li.dropdown ul.dropdown-menu,
.dropdown .dropdown-menu {
  height: 0px;
  max-height: 1000px;
  opacity: 0; }

.navbar .nav li.dropdown.open ul.dropdown-menu,
.dropdown.open .dropdown-menu {
  height: auto;
  opacity: 1; }

/* Logo */
.navbar .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 125px;
  margin: 0px auto;
  background: url("/images/resources/crowborough/logo-crowborough.png") no-repeat center transparent;
  background-size: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  z-index: 1040; }

/* Login Btn */
.login-btn {
  position: relative;
  display: inline-block;
  z-index: 1030; }
  .login-btn a {
    width: auto;
    height: 125px;
    padding: 10px 7px;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #2f5489;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0) !important;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box; }
    .login-btn a:link, .login-btn a:visited, .login-btn a:active {
      color: #2f5489;
      text-decoration: none;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0) !important; }
    .login-btn a:hover, .login-btn a:focus {
      color: #dbbc68;
      text-decoration: none;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0) !important; }
  .login-btn i {
    display: inline-block;
    margin: 0 5px 0 0; }
  .login-btn span {
    display: none; }

/* Home Slider */
.home-slider,
.home-slider .galleryInner.nivoInner.nivoSlider[style] {
  position: relative;
  width: 100vw !important;
  height: calc(100vh - 0px) !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/* Inner Slider */
.inner-slider .galleryInner.nivoInner.nivoSlider[style] {
  position: relative;
  width: 100vw !important;
  height: 600px !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/* Inner Page Sliders */
.inner-page-slider .galleryInner.nivoInner.nivoSlider[style] {
  position: relative;
  width: 100% !important;
  height: auto !important; }

.full-width {
  position: relative;
  width: 100vw !important;
  height: auto !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/* Home Slider, Inner Slider */
.home-slider, .inner-slider, .inner-page-slider {
  position: relative;
  width: 100%;
  height: auto;
  pointer-events: none; }
  .home-slider .nivoSlider:before, .inner-slider .nivoSlider:before, .inner-page-slider .nivoSlider:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    display: block;
    content: '';
    z-index: 10; }
  .home-slider .nivo-caption, .inner-slider .nivo-caption, .inner-page-slider .nivo-caption {
    position: absolute;
    bottom: 0px;
    top: auto;
    left: auto;
    right: 0;
    margin: 0;
    padding: 0px 40px;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    opacity: 0;
    background-color: transparent;
    -webkit-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    animation: fadeIn 1s ease-in-out 0s forwards;
    animation-iteration-count: 1;
    z-index: 30; }
    .home-slider .nivo-caption h1, .home-slider .nivo-caption h2, .home-slider .nivo-caption h3, .home-slider .nivo-caption h4, .home-slider .nivo-caption h5, .home-slider .nivo-caption h6, .inner-slider .nivo-caption h1, .inner-slider .nivo-caption h2, .inner-slider .nivo-caption h3, .inner-slider .nivo-caption h4, .inner-slider .nivo-caption h5, .inner-slider .nivo-caption h6, .inner-page-slider .nivo-caption h1, .inner-page-slider .nivo-caption h2, .inner-page-slider .nivo-caption h3, .inner-page-slider .nivo-caption h4, .inner-page-slider .nivo-caption h5, .inner-page-slider .nivo-caption h6 {
      color: #fff;
      text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }
    .home-slider .nivo-caption p, .inner-slider .nivo-caption p, .inner-page-slider .nivo-caption p {
      font-size: 18px;
      color: #fff;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }
  .home-slider .nivo-directionNav, .inner-slider .nivo-directionNav, .inner-page-slider .nivo-directionNav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 60px;
    /* Changes height of next, prev button on home slider */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    z-index: 30; }
    .home-slider .nivo-directionNav a, .inner-slider .nivo-directionNav a, .inner-page-slider .nivo-directionNav a {
      position: absolute;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 150px;
      height: 100%;
      padding: 20px 0px;
      font-family: "Work Sans", sans-serif;
      font-size: 18px;
      line-height: 100%;
      text-transform: none;
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      overflow: hidden; }
      .home-slider .nivo-directionNav a.nivo-nextNav, .inner-slider .nivo-directionNav a.nivo-nextNav, .inner-page-slider .nivo-directionNav a.nivo-nextNav {
        position: absolute;
        right: 20px;
        text-indent: 0px;
        color: rgba(255, 255, 255, 0);
        text-align: center;
        background: url("/images/resources/crowborough/arrow-next.png") no-repeat center;
        background-size: contain;
        opacity: 0.5;
        pointer-events: auto; }
        .home-slider .nivo-directionNav a.nivo-nextNav:hover, .home-slider .nivo-directionNav a.nivo-nextNav:focus, .inner-slider .nivo-directionNav a.nivo-nextNav:hover, .inner-slider .nivo-directionNav a.nivo-nextNav:focus, .inner-page-slider .nivo-directionNav a.nivo-nextNav:hover, .inner-page-slider .nivo-directionNav a.nivo-nextNav:focus {
          right: 10px;
          opacity: 1;
          color: #fff;
          text-indent: -80px; }
      .home-slider .nivo-directionNav a.nivo-prevNav, .inner-slider .nivo-directionNav a.nivo-prevNav, .inner-page-slider .nivo-directionNav a.nivo-prevNav {
        position: absolute;
        left: 20px;
        text-indent: 0px;
        color: rgba(255, 255, 255, 0);
        text-align: center;
        background: url("/images/resources/crowborough/arrow-prev.png") no-repeat center;
        background-size: contain;
        opacity: 0.5;
        pointer-events: auto; }
        .home-slider .nivo-directionNav a.nivo-prevNav:hover, .home-slider .nivo-directionNav a.nivo-prevNav:focus, .inner-slider .nivo-directionNav a.nivo-prevNav:hover, .inner-slider .nivo-directionNav a.nivo-prevNav:focus, .inner-page-slider .nivo-directionNav a.nivo-prevNav:hover, .inner-page-slider .nivo-directionNav a.nivo-prevNav:focus {
          left: 10px;
          opacity: 1;
          color: #fff;
          text-indent: 80px; }
  .home-slider .nivo-controlNav-Wrapper, .inner-slider .nivo-controlNav-Wrapper, .inner-page-slider .nivo-controlNav-Wrapper {
    position: absolute;
    top: auto;
    bottom: 20%;
    left: auto;
    right: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
    height: auto;
    display: inline-block;
    z-index: 30; }
    .home-slider .nivo-controlNav-Wrapper .nivo-controlNav, .inner-slider .nivo-controlNav-Wrapper .nivo-controlNav, .inner-page-slider .nivo-controlNav-Wrapper .nivo-controlNav {
      left: auto;
      bottom: auto;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle;
      pointer-events: auto; }
      .home-slider .nivo-controlNav-Wrapper .nivo-controlNav a, .inner-slider .nivo-controlNav-Wrapper .nivo-controlNav a, .inner-page-slider .nivo-controlNav-Wrapper .nivo-controlNav a {
        width: 10px;
        height: 10px;
        margin: 0px 5px;
        background-image: none;
        background-color: transparent;
        border: 1px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        float: left;
        overflow: hidden; }
        .home-slider .nivo-controlNav-Wrapper .nivo-controlNav a.active, .inner-slider .nivo-controlNav-Wrapper .nivo-controlNav a.active, .inner-page-slider .nivo-controlNav-Wrapper .nivo-controlNav a.active {
          width: 10px;
          height: 10px;
          background-color: #dbbc68;
          border: 1px solid #dbbc68; }

/* Home Slider */
.home-slider {
  position: relative; }
  .home-slider .nivoSlider img, .home-slider .nivoSlider img.nivo-main-image {
    position: absolute !important;
    left: 50% !important;
    width: auto !important;
    min-width: 100%;
    min-height: 100%;
    display: inline;
    opacity: 0;
    -webkit-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
    transform-origin: center;
    animation-iteration-count: 1;
    animation: zoomOut 1.5s ease-in-out 0s forwards;
    -webkit-animation: zoomOut 1.5s ease-in-out 0s forwards; }
  .home-slider .nivoSlider img[style], .home-slider .nivoSlider img.nivo-main-image[style] {
    width: auto !important;
    height: auto !important; }

/* Inner Slider */
.inner-slider .nivoSlider img, .inner-slider .nivoSlider img.nivo-main-image {
  position: absolute !important;
  left: 50% !important;
  width: auto !important;
  min-width: 100%;
  min-height: 100%;
  display: inline;
  opacity: 0;
  -webkit-transform: translate(-50%) scale(1);
  -ms-transform: translate(-50%) scale(1);
  transform: translate(-50%) scale(1);
  transform-origin: center;
  animation-iteration-count: 1;
  animation: zoomOut 1.5s ease-in-out 0s forwards;
  -webkit-animation: zoomOut 1.5s ease-in-out 0s forwards; }
.inner-slider .nivoSlider img[style], .inner-slider .nivoSlider img.nivo-main-image[style] {
  width: auto !important;
  height: auto !important; }
.inner-slider .nivo-controlNav-Wrapper {
  display: none !important; }
.inner-slider .nivo-directionNav {
  display: none !important; }

/* Inner Page Slider */
.inner-page-slider .nivoSlider:before {
  display: none; }
.inner-page-slider .nivoSlider img, .inner-page-slider .nivoSlider img.nivo-main-image {
  opacity: 0;
  animation-iteration-count: 1;
  animation: fadeIn 1s ease-in-out 0s forwards;
  transform-origin: center; }
.inner-page-slider .nivo-controlNav-Wrapper {
  display: none !important; }
.inner-page-slider .nivo-directionNav {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  display: inline-block; }
  .inner-page-slider .nivo-directionNav a {
    position: relative;
    width: 30px;
    height: 40px;
    padding: 0px 0px;
    font-style: normal;
    text-align: center;
    display: inline-block;
    float: left; }
    .inner-page-slider .nivo-directionNav a.nivo-nextNav:before, .inner-page-slider .nivo-directionNav a.nivo-prevNav:before {
      font-family: FontAwesome;
      font-size: 30px;
      display: table-cell;
      vertical-align: middle; }
    .inner-page-slider .nivo-directionNav a.nivo-nextNav {
      position: relative;
      right: auto;
      text-indent: 0px;
      background: none;
      opacity: 1; }
      .inner-page-slider .nivo-directionNav a.nivo-nextNav:hover, .inner-page-slider .nivo-directionNav a.nivo-nextNav:focus {
        right: auto;
        text-indent: 0px;
        background: none; }
        .inner-page-slider .nivo-directionNav a.nivo-nextNav:hover:before, .inner-page-slider .nivo-directionNav a.nivo-nextNav:focus:before {
          color: #dbbc68; }
      .inner-page-slider .nivo-directionNav a.nivo-nextNav:before {
        content: '\f105';
        color: #2f5489; }
    .inner-page-slider .nivo-directionNav a.nivo-prevNav {
      position: relative;
      left: auto;
      text-indent: 0px;
      background: none;
      opacity: 1; }
      .inner-page-slider .nivo-directionNav a.nivo-prevNav:hover, .inner-page-slider .nivo-directionNav a.nivo-prevNav:focus {
        left: auto;
        text-indent: 0px;
        background: none; }
        .inner-page-slider .nivo-directionNav a.nivo-prevNav:hover:before, .inner-page-slider .nivo-directionNav a.nivo-prevNav:focus:before {
          color: #dbbc68; }
      .inner-page-slider .nivo-directionNav a.nivo-prevNav:before {
        content: '\f104';
        color: #2f5489; }

#intro .inner-page-slider .nivo-directionNav {
  display: none; }

/* Testimonial Slider */
.testimonial-slider {
  position: relative;
  width: 100%;
  height: auto;
  background: none;
  box-sizing: border-box;
  display: block; }
  .testimonial-slider .nivoSlider:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    display: block;
    content: '';
    z-index: 10; }
  .testimonial-slider .galleryInner {
    background-color: none; }
    .testimonial-slider .galleryInner.nivoInner.nivoSlider {
      position: relative;
      width: 100% !important;
      height: auto !important;
      min-height: 450px;
      padding: 0px 0px;
      overflow: visible; }
      .testimonial-slider .galleryInner.nivoInner.nivoSlider img, .testimonial-slider .galleryInner.nivoInner.nivoSlider img.nivo-main-image {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: auto !important;
        min-width: 100%;
        min-height: 100%;
        display: inline;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        transform-origin: center;
        animation-iteration-count: 1;
        animation: fadeIn 1.5s ease-in-out 0s forwards;
        -webkit-animation: fadeIn 1.5s ease-in-out 0s forwards; }
      .testimonial-slider .galleryInner.nivoInner.nivoSlider img[style], .testimonial-slider .galleryInner.nivoInner.nivoSlider img.nivo-main-image[style] {
        width: auto !important;
        height: auto !important; }
  .testimonial-slider .nivo-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    padding: 0px 0;
    box-sizing: border-box;
    background: none;
    opacity: 1;
    display: inline-block;
    z-index: 60;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .testimonial-slider .nivo-caption h1, .testimonial-slider .nivo-caption h2, .testimonial-slider .nivo-caption h3, .testimonial-slider .nivo-caption h4, .testimonial-slider .nivo-caption h5, .testimonial-slider .nivo-caption h6 {
      color: #fffc00;
      text-transform: none;
      display: block; }
    .testimonial-slider .nivo-caption p {
      display: block;
      margin: 0 0 20px !important;
      padding: 0 !important; }
  .testimonial-slider .nivo-directionNav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 60px;
    /* Changes height of next, prev button on home slider */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    z-index: 30; }
    .testimonial-slider .nivo-directionNav a {
      position: absolute;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 150px;
      height: 100%;
      padding: 20px 0px;
      font-family: "Work Sans", sans-serif;
      font-size: 18px;
      line-height: 100%;
      text-transform: none;
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      overflow: hidden; }
      .testimonial-slider .nivo-directionNav a.nivo-nextNav {
        position: absolute;
        right: 20px;
        text-indent: 0px;
        color: rgba(255, 255, 255, 0);
        text-align: center;
        background: url("/images/resources/crowborough/arrow-next.png") no-repeat center;
        background-size: contain;
        opacity: 0.5;
        pointer-events: auto; }
        .testimonial-slider .nivo-directionNav a.nivo-nextNav:hover, .testimonial-slider .nivo-directionNav a.nivo-nextNav:focus {
          right: 10px;
          opacity: 1;
          color: #fff;
          text-indent: -80px; }
      .testimonial-slider .nivo-directionNav a.nivo-prevNav {
        position: absolute;
        left: 20px;
        text-indent: 0px;
        color: rgba(255, 255, 255, 0);
        text-align: center;
        background: url("/images/resources/crowborough/arrow-prev.png") no-repeat center;
        background-size: contain;
        opacity: 0.5;
        pointer-events: auto; }
        .testimonial-slider .nivo-directionNav a.nivo-prevNav:hover, .testimonial-slider .nivo-directionNav a.nivo-prevNav:focus {
          left: 10px;
          opacity: 1;
          color: #fff;
          text-indent: 80px; }
  .testimonial-slider .nivo-controlNav-Wrapper {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
    height: auto;
    display: inline-block;
    z-index: 30; }
    .testimonial-slider .nivo-controlNav-Wrapper .nivo-controlNav {
      left: auto;
      bottom: auto;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle;
      pointer-events: auto; }
      .testimonial-slider .nivo-controlNav-Wrapper .nivo-controlNav a {
        width: 10px;
        height: 10px;
        margin: 0px 5px;
        background-image: none;
        background-color: transparent;
        border: 1px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        float: left;
        overflow: hidden; }
        .testimonial-slider .nivo-controlNav-Wrapper .nivo-controlNav a.active {
          width: 10px;
          height: 10px;
          background-color: #dbbc68;
          border: 1px solid #dbbc68; }

/* Slider Content */
.slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 30; }

/* Slider Header on Slider */
.slider-header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 700px;
  height: auto;
  background: none;
  display: block;
  box-sizing: border-box;
  text-align: center;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  animation: slideDownRelative 2s ease-in-out 0s forwards;
  animation-iteration-count: 1; }
  .slider-header h1, .slider-header h2, .slider-header h3, .slider-header h4, .slider-header h5, .slider-header h6 {
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }
  .slider-header h1 {
    font-weight: 700;
    margin: 0 0 0px; }
  .slider-header p {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }

/* Slider Btn on Slider */
.slider-btn {
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  animation: slideUpRelative 2s ease-in-out 0s forwards;
  animation-iteration-count: 1;
  pointer-events: auto; }

/* Weather Course Wrapper */
.weather-course-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 20px 20px 10px;
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0.9);
  display: inline-block;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  overflow: visible;
  z-index: 60;
  pointer-events: auto; }
  .weather-course-wrapper:after {
    display: block;
    content: "";
    clear: both; }

/* Weather Course Btn */
a.weather-course-btn {
  position: relative;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #2f5489;
  text-decoration: none; }
  a.weather-course-btn:link, a.weather-course-btn:visited, a.weather-course-btn:active {
    text-decoration: none; }
  a.weather-course-btn:hover, a.weather-course-btn:focus {
    text-decoration: none; }
    a.weather-course-btn:hover:after, a.weather-course-btn:focus:after {
      color: #fffc00; }
  a.weather-course-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 100%;
    content: "\f105";
    text-align: center;
    text-decoration: none;
    display: inline;
    opacity: 1;
    border: none;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* Weather */
.weather-status {
  margin: 0 10px 0 0;
  display: inline-block;
  float: left; }
  .weather-status .weathers {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: center; }
    .weather-status .weathers .weatherSingle {
      position: relative;
      width: 100px;
      height: auto;
      margin: 0 5px;
      display: inline-block;
      box-sizing: border-box; }
      .weather-status .weathers .weatherSingle .weatherDate {
        width: 50%;
        font-family: "Work Sans", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        display: inline-block;
        float: right; }
      .weather-status .weathers .weatherSingle .weatherTemp {
        width: 50%;
        margin: 5px 0 0;
        padding: 0px;
        font-family: "Work Sans", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 100%;
        color: #dbbc68;
        text-align: left;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        clear: right; }
      .weather-status .weathers .weatherSingle .weatherImage {
        position: absolute;
        left: 0px;
        top: -5px;
        margin: 0 0 0px;
        display: inline-block;
        float: left; }
        .weather-status .weathers .weatherSingle .weatherImage.image-day, .weather-status .weathers .weatherSingle .weatherImage.image-night {
          width: 50%;
          height: auto;
          margin: 0;
          text-align: center;
          background-color: transparent !important; }

/* Course Status */
.course-status {
  width: auto;
  max-width: 200px;
  margin: 0px 10px 0;
  padding: 0px 0 0 10px;
  display: inline-block;
  float: left;
  text-align: left;
  border-left: 1px solid #f2f2f2; }
  .course-status .course-status-header, .course-status h3 {
    margin: 0 0 0;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: none; }
  .course-status p {
    margin: 0 0 0px;
    color: #fff;
    font-size: 14px;
    line-height: 120%; }

/* Latest News */
.latestnews-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px; }
  .latestnews-wrapper h1, .latestnews-wrapper h2, .latestnews-wrapper h3, .latestnews-wrapper h4, .latestnews-wrapper h5, .latestnews-wrapper h6 {
    margin: 0 0 10px; }
  .latestnews-wrapper .news {
    position: relative;
    width: 100%;
    height: auto;
    /*min-height: 30px;*/
    margin: 0 auto;
    padding: 0px 0;
    /* New Control */ }
    .latestnews-wrapper .news:after:after {
      display: block;
      content: "";
      clear: both; }
    .latestnews-wrapper .news h3 {
      width: auto;
      height: auto;
      margin: 0px 0px 0px;
      padding: 0px 0px;
      font-family: "Work Sans", sans-serif;
      font-size: 15px;
      font-weight: 700;
      text-transform: capitalize;
      color: #666;
      display: inline-block;
      float: left; }
    .latestnews-wrapper .news .jcarousel {
      position: relative;
      left: auto;
      top: auto;
      bottom: auto;
      width: 100%;
      height: auto;
      /*min-height: 30px;*/
      overflow: hidden;
      float: left; }
      .latestnews-wrapper .news .jcarousel .news-wrapper {
        position: relative;
        width: 3000em;
        margin: 0;
        padding: 0;
        list-style: none; }
        .latestnews-wrapper .news .jcarousel .news-wrapper .news-item {
          position: relative;
          margin-right: 30px;
          padding: 0px 0px;
          height: auto;
          /*max-height: 100px;*/
          font-family: "Work Sans", sans-serif;
          float: left; }
          .latestnews-wrapper .news .jcarousel .news-wrapper .news-item:first-child {
            margin-left: 0; }
          .latestnews-wrapper .news .jcarousel .news-wrapper .news-item p {
            margin: 0 0 0px;
            font-size: 15px;
            font-weight: normal;
            color: #666;
            line-height: 140%; }
          .latestnews-wrapper .news .jcarousel .news-wrapper .news-item .media-body {
            position: relative; }
          .latestnews-wrapper .news .jcarousel .news-wrapper .news-item .news-date {
            margin-right: 10px;
            display: inline-block;
            float: left;
            clear: both;
            text-decoration: underline; }
          .latestnews-wrapper .news .jcarousel .news-wrapper .news-item .media-heading {
            margin: 0px 0px 0px 0px;
            padding: 0 10px 0 0;
            font-family: "Work Sans", sans-serif;
            font-size: 15px;
            font-weight: 700;
            color: #666;
            line-height: 140%;
            text-transform: none;
            display: none;
            float: left;
            clear: both; }
          .latestnews-wrapper .news .jcarousel .news-wrapper .news-item .news-summary {
            margin: 0;
            height: auto;
            max-height: 60px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            float: left;
            clear: both; }
          .latestnews-wrapper .news .jcarousel .news-wrapper .news-item .news-summary br {
            display: none; }
          .latestnews-wrapper .news .jcarousel .news-wrapper .news-item .news-summary a.read-more {
            margin-left: 0px;
            font-family: "Work Sans", sans-serif;
            font-size: inherit !important;
            color: #2f5489;
            text-decoration: none;
            display: block; }
          .latestnews-wrapper .news .jcarousel .news-wrapper .news-item .news-summary a.read-more:hover {
            color: #dbbc68;
            text-decoration: underline; }
    .latestnews-wrapper .news .news-control {
      position: relative;
      display: inline-block;
      float: left;
      clear: both; }
      .latestnews-wrapper .news .news-control a {
        width: 20px;
        height: 40px;
        margin: 0px 0px;
        color: #2f5489;
        text-align: center;
        text-decoration: none;
        background: none;
        display: table; }
      .latestnews-wrapper .news .news-control a br {
        display: none; }
      .latestnews-wrapper .news .news-control .left {
        float: left; }
      .latestnews-wrapper .news .news-control .right {
        float: right; }
      .latestnews-wrapper .news .news-control .left a:before,
      .latestnews-wrapper .news .news-control .right a:before {
        font-family: FontAwesome;
        font-size: 30px;
        font-weight: bold;
        color: #2f5489;
        display: table-cell;
        vertical-align: middle; }
      .latestnews-wrapper .news .news-control .left a:hover:before {
        color: #dbbc68; }
      .latestnews-wrapper .news .news-control .right a:hover:before {
        color: #dbbc68; }
      .latestnews-wrapper .news .news-control .left a:before {
        content: '\f104'; }
      .latestnews-wrapper .news .news-control .right a:before {
        content: '\f105'; }

/* Scroll Btn */
a.explore-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  max-width: 100px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  background-color: transparent;
  pointer-events: auto;
  outline: 0;
  z-index: 30; }
  a.explore-btn:link, a.explore-btn:visited, a.explore-btn:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent; }
  a.explore-btn:hover, a.explore-btn:focus {
    color: #fff;
    letter-spacing: 3px;
    text-decoration: none;
    background-color: transparent; }
    a.explore-btn:hover:after, a.explore-btn:focus:after {
      color: #fff;
      -webkit-animation: none;
      animation: none; }
  a.explore-btn:after {
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 100%;
    content: "\f107";
    text-align: center;
    text-decoration: none;
    display: inline-block;
    opacity: 1;
    border: none;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    -webkit-animation: pulse 2s ease-in-out 0s forwards infinite;
    animation: pulse 2s ease-in-out 0s forwards infinite; }

/* Box Links */
.box-link-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0px 0px;
  box-sizing: border-box;
  background-color: transparent;
  border-top: 1px solid #fff;
  text-align: center; }
  .box-link-wrapper:after {
    display: block;
    content: "";
    clear: both; }
  .box-link-wrapper .box-link {
    position: relative;
    width: 33.33%;
    height: auto;
    margin: 0 0px 0 0;
    display: inline-block;
    overflow: hidden;
    float: left;
    z-index: 30;
    background-color: transparent;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    outline: 0; }
    .box-link-wrapper .box-link:after {
      position: absolute;
      top: 0%;
      left: 0;
      width: 100%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+100&0+30,0.8+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
      /* IE6-9 */
      display: block;
      content: '';
      z-index: 10; }
    .box-link-wrapper .box-link:nth-child(3n) {
      border-right: none; }
    .box-link-wrapper .box-link:hover .box-link-pic img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      z-index: 9; }
    .box-link-wrapper .box-link:hover:after {
      top: 0%;
      background-color: rgba(47, 84, 137, 0.9);
      background-image: none;
      filter: none; }
    .box-link-wrapper .box-link:hover .box-link-inner .box-link-inner-text {
      bottom: 50%;
      -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
    .box-link-wrapper .box-link:hover .chevron-btn {
      background-color: rgba(219, 188, 104, 0.9);
      text-decoration: none; }
      .box-link-wrapper .box-link:hover .chevron-btn:before {
        color: #2f5489; }
    .box-link-wrapper .box-link a {
      display: block;
      color: #dbbc68;
      text-decoration: none; }
      .box-link-wrapper .box-link a:link, .box-link-wrapper .box-link a:visited, .box-link-wrapper .box-link a:active {
        color: #dbbc68;
        text-decoration: none; }
      .box-link-wrapper .box-link a:hover, .box-link-wrapper .box-link a:focus {
        color: #dbbc68;
        text-decoration: none; }
    .box-link-wrapper .box-link .box-link-pic {
      display: flex;
      justify-content: center;
      align-items: center; }
      .box-link-wrapper .box-link .box-link-pic img {
        position: relative;
        min-width: 100%;
        min-height: 100%;
        box-sizing: border-box;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transform-origin: center;
        z-index: 10; }
    .box-link-wrapper .box-link .box-link-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0px 0px;
      margin: 0 auto;
      box-sizing: border-box;
      text-decoration: none !important;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
      z-index: 20; }
      .box-link-wrapper .box-link .box-link-inner .box-link-inner-text {
        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
    .box-link-wrapper .box-link a.chevron-btn {
      width: 20px;
      height: 20px;
      margin: 10px auto;
      background-color: transparent;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      display: grid;
      align-content: center;
      text-align: center;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
      text-decoration: none; }
      .box-link-wrapper .box-link a.chevron-btn:before {
        font-family: FontAwesome;
        font-size: 20px;
        color: #dbbc68;
        line-height: 100%;
        content: ""; }
    .box-link-wrapper .box-link h1, .box-link-wrapper .box-link h2, .box-link-wrapper .box-link h3, .box-link-wrapper .box-link h4, .box-link-wrapper .box-link h5, .box-link-wrapper .box-link h6 {
      color: #dbbc68;
      margin: 0 0 10px;
      text-transform: uppercase;
      font-weight: 700; }
    .box-link-wrapper .box-link p {
      font-size: 14px;
      color: #fff;
      margin: 0 0 10px; }

/* Gallery */
.gallery {
  position: relative;
  width: 100%;
  margin: 0 0 30px 0px;
  display: inline-block; }
  .gallery #gallery {
    width: 100%;
    display: inline-block;
    float: none; }
  .gallery .controls {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50px;
    display: none;
    /* Change if needed */
    text-align: center;
    z-index: 30; }
  .gallery .controls a.next,
  .gallery .controls a.prev {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-indent: -9999px;
    text-decoration: none;
    line-height: 100%;
    border-radius: 0px;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    opacity: 0.7; }
  .gallery .controls a.next {
    background: url("/images/resources/crowborough/arrow-next.png") no-repeat center;
    background-size: contain; }
  .gallery .controls a.prev {
    background: url("/images/resources/crowborough/arrow-prev.png") no-repeat center;
    background-size: contain; }
  .gallery .controls a.next:hover,
  .gallery .controls a.prev:hover {
    text-decoration: none;
    opacity: 1; }
  .gallery div.ss-controls {
    float: left;
    display: none; }
  .gallery .nav-controls {
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
  .gallery .slideshow-container {
    position: relative;
    clear: both; }
  .gallery .loader {
    position: absolute;
    top: 0;
    left: 0;
    background: url("/images/resources/crowborough/loading.gif") no-repeat center; }
  .gallery .slideshow span.image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: block; }
  .gallery .slideshow a.advance-link {
    display: block;
    text-align: center; }
  .gallery .slideshow a.advance-link:link,
  .gallery .slideshow a.advance-link:hover,
  .gallery .slideshow a.advance-link:active,
  .gallery .slideshow a.advance-link:visited {
    text-decoration: none; }
  .gallery .slideshow img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
    box-sizing: border-box; }
  .gallery .download {
    float: right; }
  .gallery .caption-container {
    position: relative;
    clear: left;
    height: 75px;
    display: none; }
  .gallery span.image-caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .gallery .caption {
    padding: 12px; }
  .gallery .image-title {
    font-weight: bold;
    font-size: 1.4em; }
  .gallery .image-desc {
    line-height: 1.3em;
    padding-top: 12px; }
  .gallery .pagination {
    clear: both; }
  .gallery #thumbs div.top {
    margin-bottom: 12px;
    height: 11px; }
  .gallery #thumbs div.bottom {
    margin-top: 12px; }
  .gallery .pagination a,
  .gallery .pagination span.current,
  .gallery .pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
    border: 1px solid #ccc; }
  .gallery .pagination a:hover {
    background-color: #eee;
    text-decoration: none; }
  .gallery .pagination span.current {
    font-weight: bold;
    background-color: #000;
    border-color: #000;
    color: #fff; }
  .gallery .pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px; }
  .gallery .gallery-image {
    position: relative !important;
    width: 100%;
    margin: 0 auto !important;
    display: block;
    float: none !important; }
  .gallery .gallery-thumbs {
    width: 100% !important;
    display: block;
    margin: 10px auto 0;
    text-align: center; }
  .gallery .gallery-thumbs #thumbs {
    width: 100% !important; }
  .gallery .gallery-thumbs ul.thumbs {
    clear: both;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    display: inline-block; }
  .gallery .gallery-thumbs .pagination {
    display: none; }
  .gallery .gallery-thumbs ul.thumbs li {
    width: 9% !important;
    height: auto;
    margin: 10px 1.11% 0px 0%;
    padding: 0;
    list-style: none;
    display: inline-block !important;
    box-sizing: border-box;
    float: left;
    opacity: 1 !important; }
    .gallery .gallery-thumbs ul.thumbs li:before {
      display: none; }
  .gallery .gallery-thumbs ul.thumbs li:nth-child(10n) {
    margin: 10px 0% 0px 0%; }
  .gallery .gallery-thumbs ul.thumbs li a.thumb {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    box-sizing: border-box; }
  .gallery .gallery-thumbs ul.thumbs li.selected a.thumb {
    background: #2f5489;
    border: 3px solid #dbbc68; }
  .gallery .gallery-thumbs ul.thumbs img {
    border: none;
    display: block;
    width: 100%;
    min-width: 100% !important;
    height: 100% !important; }

/* Submenu */
.menu-section {
  width: 100%;
  height: auto;
  margin: 0px 0px 30px;
  padding: 0px 0px;
  display: block; }
  .menu-section h2 {
    display: none;
    /* Change as Needed */ }
    .menu-section h2 a {
      font-size: 26px;
      color: #666;
      display: block;
      text-decoration: none; }
  .menu-section ul ul li {
    display: block; }
  .menu-section ul {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
    list-style: none; }
    .menu-section ul li {
      position: relative;
      list-style: none;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0 0 2px 0;
      display: block;
      box-sizing: border-box;
      overflow: hidden; }
      .menu-section ul li a {
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 400;
        color: #666;
        line-height: 140%;
        text-transform: uppercase;
        background-color: #f2f2f2;
        display: block;
        text-decoration: none;
        box-sizing: border-box; }
        .menu-section ul li a:link, .menu-section ul li a:visited, .menu-section ul li a:active {
          color: #666;
          background-color: #f2f2f2;
          text-decoration: none; }
        .menu-section ul li a:hover {
          color: #2f5489;
          background-color: #f2f2f2;
          text-decoration: none; }
      .menu-section ul li.current a, .menu-section ul li.current a:hover {
        color: #fff;
        background-color: #2f5489;
        text-decoration: none; }

.inner-content iframe {
  width: 100% !important;
  max-width: 100%; }

.sidebar {
  margin: 0 0 30px; }

/* Hole-Nav */
.hole-nav-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 60;
  pointer-events: auto;
  display: inline-block; }
  .hole-nav-wrapper .hole-nav {
    width: auto;
    height: auto;
    display: block; }
    .hole-nav-wrapper .hole-nav .hole-nav-title {
      padding: 10px 10px;
      height: 40px;
      font-family: "Work Sans", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
      line-height: 100%;
      display: inline-block;
      float: left;
      box-sizing: border-box; }
    .hole-nav-wrapper .hole-nav .menu-section {
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      display: inline-block;
      float: left; }
      .hole-nav-wrapper .hole-nav .menu-section h2 {
        display: none; }
      .hole-nav-wrapper .hole-nav .menu-section ul {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        display: block; }
        .hole-nav-wrapper .hole-nav .menu-section ul li {
          position: relative;
          width: auto;
          height: auto;
          margin: 0 3px;
          padding: 0;
          border: none;
          display: inline-block;
          float: left; }
          .hole-nav-wrapper .hole-nav .menu-section ul li:after {
            position: absolute;
            bottom: 0%;
            left: 0;
            width: 100%;
            height: 18px;
            content: "\f0d8";
            font-family: FontAwesome;
            font-size: 30px;
            line-height: 100%;
            color: #fff;
            text-decoration: none;
            display: none;
            z-index: 30; }
          .hole-nav-wrapper .hole-nav .menu-section ul li.current:after {
            display: block; }
          .hole-nav-wrapper .hole-nav .menu-section ul li.current a, .hole-nav-wrapper .hole-nav .menu-section ul li.current a:hover {
            color: #dbbc68 !important;
            text-decoration: none; }
          .hole-nav-wrapper .hole-nav .menu-section ul li a {
            position: relative;
            width: 30px;
            height: 40px;
            padding: 0px 0px;
            font-family: "Work Sans", sans-serif;
            font-weight: 700;
            font-size: 20px;
            color: #fff;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
            line-height: 100%;
            text-decoration: none;
            text-align: center;
            background-color: transparent;
            display: table-cell;
            vertical-align: middle; }
            .hole-nav-wrapper .hole-nav .menu-section ul li a:link, .hole-nav-wrapper .hole-nav .menu-section ul li a:visited, .hole-nav-wrapper .hole-nav .menu-section ul li a:active {
              color: #fff; }
            .hole-nav-wrapper .hole-nav .menu-section ul li a:hover {
              color: #dbbc68; }

/* Hole Data - Table */
.hole-data table {
  width: auto; }
  .hole-data table tr {
    border: none;
    border-bottom: none; }
  .hole-data table tr:nth-child(odd) {
    background-color: #fff; }
  .hole-data table tr:nth-child(even) {
    background-color: #fff; }
  .hole-data table td {
    padding: 10px 20px 10px 0px;
    border: none;
    border-right: none; }
    .hole-data table td i {
      margin: 0px 10px 0px 0px; }
    .hole-data table td span {
      margin: 0px 10px 0px 0px; }

/* Footer */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  footer a {
    color: #fff; }
    footer a:link, footer a:visited, footer a:active {
      color: #fff; }
    footer a:hover, footer a:focus {
      color: #dbbc68; }

/* Footer Info */
.footer-info {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  text-align: left;
  background-color: #666;
  /* Social Btn */ }
  .footer-info .info, .footer-info .social, .footer-info .golf-bodies {
    padding: 20px 0px;
    color: #fff;
    box-sizing: border-box; }
  .footer-info h1, .footer-info h2, .footer-info h3, .footer-info h4, .footer-info h5, .footer-info h6 {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    color: #dbbc68;
    text-transform: none; }
  .footer-info .golf-bodies:after {
    display: block;
    content: "";
    clear: both; }
  .footer-info .golf-bodies a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    height: 60px;
    float: none; }
  .footer-info .golf-bodies img {
    width: auto;
    max-height: 100%; }
  .footer-info .social-btns {
    display: inline-block;
    margin: 0 0 20px; }
    .footer-info .social-btns:after {
      display: block;
      content: "";
      clear: both; }
  .footer-info a.social-btn {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0px 0px;
    margin: 0 15px 0px 5px;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    display: table;
    box-sizing: border-box;
    float: left; }
    .footer-info a.social-btn:after {
      position: absolute;
      top: 100%;
      left: 50%;
      width: auto;
      margin: 5px 0 0 0;
      text-align: center;
      display: inline;
      font-family: "Work Sans", sans-serif;
      font-size: 12px;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%); }
    .footer-info a.social-btn:link, .footer-info a.social-btn:visited, .footer-info a.social-btn:active {
      color: #fff;
      border: 1px solid #fff; }
    .footer-info a.social-btn:hover, .footer-info a.social-btn:focus {
      color: #dbbc68;
      border: 1px solid #dbbc68; }
      .footer-info a.social-btn:hover:after, .footer-info a.social-btn:focus:after {
        color: #dbbc68; }
    .footer-info a.social-btn i {
      display: table-cell;
      vertical-align: middle; }
  .footer-info a.social-btn.twitter:after {
    content: 'Twitter'; }
  .footer-info a.social-btn.facebook:after {
    content: 'Facebook'; }
	.footer-info a.social-btn.instagram:after {
    content: ' Instagram'; }

.club-footer {
  width: 100%;
  margin: 0;
  padding: 10px 0px;
  background-color: #2f5489; }
  .club-footer .copyright {
    display: table-cell;
    vertical-align: middle;
    text-align: left; }
    .club-footer .copyright span {
      font-size: 14px;
      color: #fff;
      line-height: 140%; }
  .club-footer .logo {
    height: 30px;
    text-align: right; }
    .club-footer .logo img {
      width: auto;
      height: 100%; }

/* Scroll 2 Top Btn */
.scroll2Top-btn {
  position: fixed;
  bottom: 250px;
  right: 20px;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  display: none;
  z-index: 9999;
  opacity: 1;
  border: 2px solid #dbbc68;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }
  .scroll2Top-btn:link, .scroll2Top-btn:visited, .scroll2Top-btn:active {
    color: #666;
    background-color: #fff;
    text-decoration: none; }
  .scroll2Top-btn:hover, .scroll2Top-btn:focus {
    color: #fff;
    background-color: #dbbc68;
    text-decoration: none; }
  .scroll2Top-btn i {
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    line-height: 100%;
    box-sizing: border-box; }

/* Forms Style */
label {
  width: auto;
  font-size: inherit;
  font-weight: 400;
  color: #2f5489;
  text-align: left;
  display: block; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 240px;
  max-width: 100%;
  height: auto;
  padding: 10px 10px;
  margin-bottom: 5px;
  font-family: "Work Sans", sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 120%;
  color: #666;
  background-color: #f2f2f2;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block; }
  textarea ::placeholder,
  input[type="text"] ::placeholder,
  input[type="password"] ::placeholder,
  input[type="datetime"] ::placeholder,
  input[type="datetime-local"] ::placeholder,
  input[type="date"] ::placeholder,
  input[type="month"] ::placeholder,
  input[type="time"] ::placeholder,
  input[type="week"] ::placeholder,
  input[type="number"] ::placeholder,
  input[type="email"] ::placeholder,
  input[type="url"] ::placeholder,
  input[type="search"] ::placeholder,
  input[type="tel"] ::placeholder,
  input[type="color"] ::placeholder,
  .uneditable-input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666 !important;
    opacity: 1 !important;
    /* Firefox */ }
  textarea :-ms-input-placeholder,
  input[type="text"] :-ms-input-placeholder,
  input[type="password"] :-ms-input-placeholder,
  input[type="datetime"] :-ms-input-placeholder,
  input[type="datetime-local"] :-ms-input-placeholder,
  input[type="date"] :-ms-input-placeholder,
  input[type="month"] :-ms-input-placeholder,
  input[type="time"] :-ms-input-placeholder,
  input[type="week"] :-ms-input-placeholder,
  input[type="number"] :-ms-input-placeholder,
  input[type="email"] :-ms-input-placeholder,
  input[type="url"] :-ms-input-placeholder,
  input[type="search"] :-ms-input-placeholder,
  input[type="tel"] :-ms-input-placeholder,
  input[type="color"] :-ms-input-placeholder,
  .uneditable-input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666 !important;
    opacity: 1 !important; }
  textarea ::-ms-input-placeholder,
  input[type="text"] ::-ms-input-placeholder,
  input[type="password"] ::-ms-input-placeholder,
  input[type="datetime"] ::-ms-input-placeholder,
  input[type="datetime-local"] ::-ms-input-placeholder,
  input[type="date"] ::-ms-input-placeholder,
  input[type="month"] ::-ms-input-placeholder,
  input[type="time"] ::-ms-input-placeholder,
  input[type="week"] ::-ms-input-placeholder,
  input[type="number"] ::-ms-input-placeholder,
  input[type="email"] ::-ms-input-placeholder,
  input[type="url"] ::-ms-input-placeholder,
  input[type="search"] ::-ms-input-placeholder,
  input[type="tel"] ::-ms-input-placeholder,
  input[type="color"] ::-ms-input-placeholder,
  .uneditable-input ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666 !important;
    opacity: 1 !important; }
  textarea ::-webkit-input-placeholder,
  input[type="text"] ::-webkit-input-placeholder,
  input[type="password"] ::-webkit-input-placeholder,
  input[type="datetime"] ::-webkit-input-placeholder,
  input[type="datetime-local"] ::-webkit-input-placeholder,
  input[type="date"] ::-webkit-input-placeholder,
  input[type="month"] ::-webkit-input-placeholder,
  input[type="time"] ::-webkit-input-placeholder,
  input[type="week"] ::-webkit-input-placeholder,
  input[type="number"] ::-webkit-input-placeholder,
  input[type="email"] ::-webkit-input-placeholder,
  input[type="url"] ::-webkit-input-placeholder,
  input[type="search"] ::-webkit-input-placeholder,
  input[type="tel"] ::-webkit-input-placeholder,
  input[type="color"] ::-webkit-input-placeholder,
  .uneditable-input ::-webkit-input-placeholder {
    /* IOS */
    color: #666 !important;
    opacity: 1 !important; }

select {
  width: auto; }

textarea {
  width: 100%;
  max-width: 400px;
  min-height: 75px;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

input[type="submit"] {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 0px;
  font-family: "Work Sans", sans-serif;
  font-size: inherit;
  font-weight: normal;
  line-height: 120%;
  color: #fff;
  letter-spacing: 1px;
  background-color: #2f5489;
  background-image: none !important;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  outline: none; }

input[type="submit"].btn,
input.btn {
  color: #fff;
  background-color: #2f5489;
  border: none; }

input[type="submit"]:hover,
input[type="submit"].btn:hover,
input.btn:hover {
  color: #fff;
  background-color: #dbbc68;
  border: none; }

#globalwrap #date_form .picker input[type=text] {
  width: 120px !important; }

/* Table, .Table */
table, .table {
  width: 100%;
  margin: 0px 0px 30px;
  border: none;
  background-color: #fff;
  box-sizing: border-box; }
  table tr, .table tr {
    border-bottom: 1px solid #ddd; }
  table tr:nth-child(odd), .table tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table tr:nth-child(even), .table tr:nth-child(even) {
    background-color: #fff; }
  table td, .table td {
    padding: 10px 10px;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    border: none;
    border-right: 1px solid #ddd;
    border-radius: none;
    border-collapase: collapse;
    vertical-align: top;
    text-align: left; }
  table td:last-child, .table td:last-child {
    border: none;
    border-right: none; }
  table thead,
  table tfoot,
  table th,
  table thead td,
  table tfoot td,
  table thead th,
  table tfoot th, .table thead,
  .table tfoot,
  .table th,
  .table thead td,
  .table tfoot td,
  .table thead th,
  .table tfoot th {
    padding: 10px 10px;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
    background-color: rgba(47, 84, 137, 0.95);
    text-align: left;
    vertical-align: top; }
    table thead a, table thead a:link, table thead a:visited, table thead a:active,
    table tfoot a,
    table tfoot a:link,
    table tfoot a:visited,
    table tfoot a:active,
    table th a,
    table th a:link,
    table th a:visited,
    table th a:active,
    table thead td a,
    table thead td a:link,
    table thead td a:visited,
    table thead td a:active,
    table tfoot td a,
    table tfoot td a:link,
    table tfoot td a:visited,
    table tfoot td a:active,
    table thead th a,
    table thead th a:link,
    table thead th a:visited,
    table thead th a:active,
    table tfoot th a,
    table tfoot th a:link,
    table tfoot th a:visited,
    table tfoot th a:active, .table thead a, .table thead a:link, .table thead a:visited, .table thead a:active,
    .table tfoot a,
    .table tfoot a:link,
    .table tfoot a:visited,
    .table tfoot a:active,
    .table th a,
    .table th a:link,
    .table th a:visited,
    .table th a:active,
    .table thead td a,
    .table thead td a:link,
    .table thead td a:visited,
    .table thead td a:active,
    .table tfoot td a,
    .table tfoot td a:link,
    .table tfoot td a:visited,
    .table tfoot td a:active,
    .table thead th a,
    .table thead th a:link,
    .table thead th a:visited,
    .table thead th a:active,
    .table tfoot th a,
    .table tfoot th a:link,
    .table tfoot th a:visited,
    .table tfoot th a:active {
      color: #fff; }
    table thead h1, table thead h2, table thead h3, table thead h4, table thead h5, table thead h6,
    table tfoot h1,
    table tfoot h2,
    table tfoot h3,
    table tfoot h4,
    table tfoot h5,
    table tfoot h6,
    table th h1,
    table th h2,
    table th h3,
    table th h4,
    table th h5,
    table th h6,
    table thead td h1,
    table thead td h2,
    table thead td h3,
    table thead td h4,
    table thead td h5,
    table thead td h6,
    table tfoot td h1,
    table tfoot td h2,
    table tfoot td h3,
    table tfoot td h4,
    table tfoot td h5,
    table tfoot td h6,
    table thead th h1,
    table thead th h2,
    table thead th h3,
    table thead th h4,
    table thead th h5,
    table thead th h6,
    table tfoot th h1,
    table tfoot th h2,
    table tfoot th h3,
    table tfoot th h4,
    table tfoot th h5,
    table tfoot th h6, .table thead h1, .table thead h2, .table thead h3, .table thead h4, .table thead h5, .table thead h6,
    .table tfoot h1,
    .table tfoot h2,
    .table tfoot h3,
    .table tfoot h4,
    .table tfoot h5,
    .table tfoot h6,
    .table th h1,
    .table th h2,
    .table th h3,
    .table th h4,
    .table th h5,
    .table th h6,
    .table thead td h1,
    .table thead td h2,
    .table thead td h3,
    .table thead td h4,
    .table thead td h5,
    .table thead td h6,
    .table tfoot td h1,
    .table tfoot td h2,
    .table tfoot td h3,
    .table tfoot td h4,
    .table tfoot td h5,
    .table tfoot td h6,
    .table thead th h1,
    .table thead th h2,
    .table thead th h3,
    .table thead th h4,
    .table thead th h5,
    .table thead th h6,
    .table tfoot th h1,
    .table tfoot th h2,
    .table tfoot th h3,
    .table tfoot th h4,
    .table tfoot th h5,
    .table tfoot th h6 {
      color: #fff; }
  table thead td,
  table tfoot td,
  table thead th,
  table tfoot th, .table thead td,
  .table tfoot td,
  .table thead th,
  .table tfoot th {
    border-right: 1px solid #ddd; }
  table thead td:last-child,
  table tfoot td:last-child,
  table thead th:last-child,
  table tfoot th:last-child, .table thead td:last-child,
  .table tfoot td:last-child,
  .table thead th:last-child,
  .table tfoot th:last-child {
    border: none; }
  table .btn, .table .btn {
    margin: 0 0 0; }

/* Vimeo Player */
.hole-video {
  margin: 0 0 30px; }
  .hole-video iframe {
    width: 100% !important; }

/* Youtube Player */
#ytplayer {
  width: 100% !important; }

/* Google Map */
#map_container {
  width: 100% !important; }

#globalwrap .map_popup_image {
  width: 80px;
  height: auto !important;
  max-width: 80px !important; }

/* Google Map Direction Avoid Scroll Adjustment */
#globalwrap .map_popup .map_popup_image_wrapper {
  padding-bottom: 0px !important; }

#globalwrap .map_popup .map_popup_image {
  margin-bottom: 0px; }

#globalwrap .gm-style .gm-style-iw-d[style] {
  max-height: 220px !important; }

/* ****************************************************************** */
/* Large desktop */
@media (min-width: 1200px) {
  /* nav */
  .navbar .nav li:nth-child(4) {
    margin: 0 200px 0 0; }
  .navbar .nav li:nth-child(5) {
    margin: 0 0px 0 0; }
  .navbar .nav li a {
    padding: 10px 20px; }

  /* Logo */
  .navbar .logo {
    width: 150px;
    height: 125px; }

  /* Login Btn */
  .login-btn a {
    height: 125px;
    padding: 10px 10px; }
  .login-btn span {
    display: inline-block; }

  /* Table, .Table */
  table td, .table td {
    padding: 10px 10px;
    font-size: 16px; }
  table thead,
  table tfoot,
  table th,
  table thead td,
  table tfoot td,
  table thead th,
  table tfoot th, .table thead,
  .table tfoot,
  .table th,
  .table thead td,
  .table tfoot td,
  .table thead th,
  .table tfoot th {
    padding: 10px 10px;
    font-size: 16px; } }
@media (max-width: 1199px) {
  /* Home Slider */
  .home-slider,
  .home-slider .galleryInner.nivoInner.nivoSlider[style] {
    height: 500px !important; }

  .home-slider .nivoSlider img,
  .home-slider .nivoSlider img.nivo-main-image,
  .inner-slider .nivoSlider img,
  .inner-slider .nivoSlider img.nivo-main-image {
    width: auto !important;
    height: 100% !important;
    -webkit-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
    -webkit-animation: zoomOut 1.5s ease-in-out 0s forwards;
    animation: zoomOut 1.5s ease-in-out 0s forwards; }
  .home-slider .nivoSlider img[style],
  .home-slider .nivoSlider img.nivo-main-image[style],
  .inner-slider .nivoSlider img[style],
  .inner-slider .nivoSlider img.nivo-main-image[style] {
    width: auto !important;
    height: 100% !important; }

  a.explore-btn {
    display: none; } }
/* landscape and desktop */
@media (max-width: 979px) {
  body {
    font-size: 15px;
    line-height: 25px; }

  h1 {
    font-size: 38px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 26px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 20px; }

  h6 {
    font-size: 17px; }

  /* Members Page */
  .body-class-members h1,
  body:not(.body-public) h1 {
    font-size: 30px; }
  .body-class-members h2,
  body:not(.body-public) h2 {
    font-size: 26px; }
  .body-class-members h3,
  body:not(.body-public) h3 {
    font-size: 20px; }
  .body-class-members h4,
  body:not(.body-public) h4 {
    font-size: 18px; }
  .body-class-members h5,
  body:not(.body-public) h5 {
    font-size: 17px; }
  .body-class-members h6,
  body:not(.body-public) h6 {
    font-size: 16px; }

  /* nav */
  .navbar .container {
    text-align: center; }

  .navbar .navbar-inner {
    background-color: #fff !important;
    border-bottom: 1px solid #ddd !important; }

  /* Login Btn */
  .login-btn {
    float: right; }
    .login-btn a {
      height: 70px !important; }
    .login-btn span {
      display: inline-block; }

  /* Logo */
  .navbar .logo {
    width: 150px;
    height: 90px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff !important; }

  /* Navbar Btn */
  .navbar .btn-navbar {
    height: 70px; }

  .nav-collapse {
    position: fixed;
    right: -300px;
    top: 0px;
    padding: 100px 0px 30px;
    width: 300px;
    height: calc(100vh - 0px) !important;
    background: url("/images/resources/crowborough/bg-logo-crowborough.png") no-repeat bottom center rgba(255, 255, 255, 0.95);
    background-size: cover;
    border-left: 0px solid #ddd;
    box-sizing: border-box;
    z-index: 100; }

  body.nav-visible {
    overflow: hidden;
    height: 100%; }

  body.nav-visible .nav-collapse.in,
  body.nav-visible .nav-collapse.collapse.in {
    right: 0;
    overflow: auto !important;
    -webkit-overflow-scroll: touch;
    overflow-scroll: touch; }

  body.nav-visible #container {
    perspective: 2000; }

  body.nav-visible #container > .container {
    transform-origin: left top;
    -webkit-transform: translateX(-10px) rotateY(15deg);
    -ms-transform: translateX(-10px) rotateY(15deg);
    transform: translateX(-10px) rotateY(15deg); }

  body.nav-visible #container > .container:after {
    display: inline;
    opacity: 1; }

  /* nav */
  .navbar .nav {
    width: 100%;
    display: block; }
    .navbar .nav li {
      width: 100%; }
      .navbar .nav li:nth-child(4) {
        margin: 0 0px 0 0; }
      .navbar .nav li:nth-child(5) {
        margin: 0 0px 0 0; }
      .navbar .nav li a {
        width: 100%;
        padding: 10px 0px;
        display: inline-block;
        box-sizing: border-box; }

  .navbar .nav > li > a {
    height: auto !important; }
    .navbar .nav > li > a:after {
      top: 35px;
      bottom: auto; }

  /*Arrow on dropdown menu*/
  .navbar .nav > li.dropdown > a:before {
    position: absolute;
    top: 10px;
    right: 35px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    display: inline-block; }

  .navbar .nav li ul.dropdown-menu {
    position: relative;
    top: 0%;
    width: 100%;
    max-width: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    display: block; }

  /* Home Slider, Inner Slider */
  .home-slider .nivoSlider:before, .inner-slider .nivoSlider:before, .inner-page-slider .nivoSlider:before {
    height: 40%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+20,ffffff+100&1+20,0+100 */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }

  .inner-slider .galleryInner.nivoInner.nivoSlider[style] {
    height: 250px !important; }

  /* Testimonial Slider */
  .testimonial-slider .galleryInner.nivoInner.nivoSlider {
    min-height: 300px; }

  /* Course Weather Wrapper */
  .weather-course-wrapper {
    padding: 10px 10px; }

  /* Scroll Btn */
  a.explore-btn {
    display: none; }

  /* Testimonial Slider */
  .testimonial-slider .nivo-directionNav {
    display: none !important; }

  /* Table, .Table */
  table td, .table td {
    padding: 10px 7px;
    font-size: 14px; }
  table thead,
  table tfoot,
  table th,
  table thead td,
  table tfoot td,
  table thead th,
  table tfoot th, .table thead,
  .table tfoot,
  .table th,
  .table thead td,
  .table tfoot td,
  .table thead th,
  .table tfoot th {
    padding: 10px 7px;
    font-size: 14px; } }
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 26px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 17px; }

  /* Members Page */
  .body-class-members h1,
  body:not(.body-public) h1 {
    font-size: 26px; }
  .body-class-members h2,
  body:not(.body-public) h2 {
    font-size: 22px; }
  .body-class-members h3,
  body:not(.body-public) h3 {
    font-size: 20px; }
  .body-class-members h4,
  body:not(.body-public) h4 {
    font-size: 18px; }
  .body-class-members h5,
  body:not(.body-public) h5 {
    font-size: 17px; }
  .body-class-members h6,
  body:not(.body-public) h6 {
    font-size: 16px; }

  /* Btn CTA */
  .btn {
    padding: 7px 10px;
    font-size: 13px; }

  .container {
    padding: 0px 30px; }

  /* Logo */
  .navbar .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: auto; }

  /* nav */
  .nav-collapse {
    width: 100%;
    right: -100%;
    border-left: none; }

  /* Home Slider, Inner Slider */
  .home-slider .nivo-directionNav, .inner-slider .nivo-directionNav {
    display: none !important; }

  /* Testimonial Slider */
  .testimonial-slider .nivo-controlNav-Wrapper {
    bottom: 0%; }

  /* Course Weather Wrapper */
  .weather-course-wrapper {
    width: 100%; }

  /* Course Status */
  .course-status {
    max-width: 100%; }

  /* Content Pic */
  .body-class-home .content-pic {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block; }

  .body-class-home .content-pic .inner-page-slider {
    position: relative; }

  /* Box Links */
  .box-link-wrapper {
    padding: 30px 30px; }
    .box-link-wrapper .box-link {
      width: 380px;
      max-width: 100%;
      margin: 0 auto 1px;
      display: block;
      float: none; }
      .box-link-wrapper .box-link:nth-child(3n) {
        margin: 0 auto 0px; }

  /* Hole-Nav */
  .hole-nav-wrapper {
    bottom: 0px; }
    .hole-nav-wrapper .hole-nav .hole-nav-title {
      display: block;
      float: none; }
    .hole-nav-wrapper .hole-nav .menu-section ul li.current:after {
      display: none; }
    .hole-nav-wrapper .hole-nav .menu-section ul li:nth-child(10) {
      clear: left; }

  /* Footer Info */
  .footer-info {
    text-align: center; }

  /* Social Btn */
  .footer-info a.social-btn {
    margin: 0 10px; }

  /* Footer */
  .club-footer .copyright {
    display: block;
    text-align: center; }
  .club-footer .logo {
    text-align: center; }

  /* Table, .Table */
  table td, .table td {
    padding: 7px 5px;
    font-size: 12px; }
  table thead,
  table tfoot,
  table th,
  table thead td,
  table tfoot td,
  table thead th,
  table tfoot th, .table thead,
  .table tfoot,
  .table th,
  .table thead td,
  .table tfoot td,
  .table thead th,
  .table tfoot th {
    padding: 7px 5px;
    font-size: 12px; } }
/* Landscape phones and down */
@media (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 24px; }

  h1 {
    font-size: 26px; }

  h2 {
    font-size: 22px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 17px; }

  h6 {
    font-size: 16px; }

  /* Members Page */
  .body-class-members h1,
  body:not(.body-public) h1 {
    font-size: 22px; }
  .body-class-members h2,
  body:not(.body-public) h2 {
    font-size: 20px; }
  .body-class-members h3,
  body:not(.body-public) h3 {
    font-size: 18px; }
  .body-class-members h4,
  body:not(.body-public) h4 {
    font-size: 17px; }
  .body-class-members h5,
  body:not(.body-public) h5 {
    font-size: 16px; }
  .body-class-members h6,
  body:not(.body-public) h6 {
    font-size: 15px; }
  .body-class-members .container,
  body:not(.body-public) .container {
    padding: 0px 0px; }

  /* Btn CTA */
  .btn {
    padding: 5px 5px;
    font-size: 12px; }

  /* Logo */
  .navbar .logo {
    width: 100px !important;
    height: 70px !important; }

  /* nav */
  .nav-collapse {
    width: 100%;
    right: -100%; }

  /* Hole-Nav */
  .hole-nav-wrapper .hole-nav .menu-section ul li a {
    width: 25px; }

  /* Box Links */
  .box-link-wrapper .box-link {
    width: 100%;
    max-width: 100%; }

  /* Table, .Table */
  table td, .table td {
    padding: 7px 3px;
    font-size: 10px; }
  table thead,
  table tfoot,
  table th,
  table thead td,
  table tfoot td,
  table thead th,
  table tfoot th, .table thead,
  .table tfoot,
  .table th,
  .table thead td,
  .table tfoot td,
  .table thead th,
  .table tfoot th {
    padding: 7px 3px;
    font-size: 10px; }

  /* Members Login Page */
  .php-login #login fieldset,
  .body-loginpage #login fieldset {
    transform: translateX(0px); }

  /* Members Weather Tabs */
  .nav-tabs > li > a {
    padding: 7px 5px;
    box-sizing: border-box;
    font-size: 12px; } }


.body-class-members.body-root-roundmgmt\.php, .body-class-members.body-root-home.php-member_teetime {
	margin-bottom: 0px !important;
	}
.body-class-members.body-root-roundmgmt\.php footer, .body-class-members.body-root-home.php-member_teetime footer {
    position: relative;
    margin-top: -30px;
	}

#custopts input[type=text] {
  min-width: 40px;
}
