@charset "UTF-8";
/* Scss Document */
/* Mixins */
html {
  position: relative;
  min-height: 100%; }

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ebebeb; }

body {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #233c51;
  line-height: 140%;
  text-transform: none;
  margin: 0 0 20px; }

h1 {
  font-size: 36px;
  text-transform: inherit; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 16px; }

.content h1 {
  margin-left: 50px; }

p {
  font-size: inherit;
  margin: 0 0 20px;
  line-height: 140%; }

hr {
  width: 100%;
  margin: 20px auto;
  border: none;
  border-bottom: 3px solid #b39a56;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

hr.hr-small {
  width: 75px; }

a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #333;
  text-decoration: underline;
  line-height: inherit;
  outline: 0; }
  a:link, a:visited, a:active {
    color: #333;
    text-decoration: underline;
    outline: 0; }
  a:hover, a:focus {
    color: #b39a56;
    text-decoration: none;
    outline: 0; }

a[href^="mailto"] {
  word-break: break-word; }

img {
  max-width: 100%; }

/* Btn */
a.btn, .btn {
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 10px 20px;
  margin: 0px 0px 10px;
  font-family: "Barlow", sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 120%;
  color: #b39a56;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0);
  border: 1px solid #b39a56;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
  display: inline-block;
  box-sizing: border-box;
  outline: 0; }
  a.btn:link, a.btn:visited, a.btn:active, .btn:link, .btn:visited, .btn:active {
    color: #b39a56;
    background-color: transparent;
    text-decoration: none;
    outline: 0; }
  a.btn:hover, a.btn:focus, .btn:hover, .btn:focus {
    color: #fff;
    background-color: #b39a56;
    text-decoration: none;
    outline: 0; }
  a.btn.active, .btn.active {
    color: #fff;
    background-color: #b39a56;
    text-decoration: none; }
    a.btn.active:before, .btn.active:before {
      width: 100%; }

/* Btn in Sections*/
.memberships a.btn, .memberships .btn,
.functions a.btn,
.functions .btn {
  color: #fff;
  background-color: #b39a56;
  border: 1px solid #b39a56; }
  .memberships a.btn:link, .memberships a.btn:visited, .memberships a.btn:active, .memberships .btn:link, .memberships .btn:visited, .memberships .btn:active,
  .functions a.btn:link,
  .functions a.btn:visited,
  .functions a.btn:active,
  .functions .btn:link,
  .functions .btn:visited,
  .functions .btn:active {
    color: #fff;
    background-color: #b39a56;
    border: 1px solid #b39a56; }
  .memberships a.btn:hover, .memberships a.btn:focus, .memberships .btn:hover, .memberships .btn:focus,
  .functions a.btn:hover,
  .functions a.btn:focus,
  .functions .btn:hover,
  .functions .btn:focus {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; }
  .memberships a.btn.active, .memberships .btn.active,
  .functions a.btn.active,
  .functions .btn.active {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; }
.memberships h1, .memberships h2, .memberships h3, .memberships h4, .memberships h5, .memberships h6,
.functions h1,
.functions h2,
.functions h3,
.functions h4,
.functions h5,
.functions h6 {
  color: #fff; 
  text-transform: none; }
.memberships p,
.functions p {
  color: #fff; }

.navbar a.btn, .navbar .btn {
  padding: 10px 15px;
  margin: 10px 0px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #ccc; }
  .navbar a.btn:link, .navbar a.btn:visited, .navbar a.btn:active, .navbar .btn:link, .navbar .btn:visited, .navbar .btn:active {
    color: #fff;
    background-color: transparent;
    border: 1px solid #ccc; }
  .navbar a.btn:hover, .navbar a.btn:focus, .navbar .btn:hover, .navbar .btn:focus {
    color: #fff;
    background-color: #b39a56;
    border: 1px solid #b39a56; }
  .navbar a.btn.active, .navbar .btn.active {
    color: #fff;
    background-color: #b39a56;
    border: 1px solid #b39a56; }

.navbar .btn,
.navbar .btn-group {
  margin-top: 0px; }

section ul {
  padding: 0;
  margin: 0 0 20px 20px;
  display: inline-block; }
  section ul li {
    position: relative;
    list-style: none;
    padding: 0px 20px 10px 0px; }
    section ul li:before {
      position: absolute;
      top: 0px;
      left: -20px;
      font-family: FontAwesome;
      font-size: 100%;
      color: #233c51;
      content: '–'; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0px auto 20px;
  border-left: 5px solid #ccc;
  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%; }

.white {
  color: #fff; }

.yellow {
  color: #d9c914; }

.red {
  color: #d9152b; }

/* 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); }

.scroll-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: auto; }

/* Scafolding */
.body-public #outerborder {
	overflow-x:hidden;
	overflow-y:auto;
}
.container {
  margin: 0 auto;
  padding: 0px 0px;
  max-width: 100%; }

#globalwrap,
#global {
  position: relative; }

#globalwrap {
  margin: 0;
  padding: 0;
  min-height: 400px;
  height: auto; }

.main-content {
  width: 100%;
  padding: 30px 0px;
  background-color: #fff; }

section {
  width: 100%;
  padding: 30px 0px;
  background-color: #fff; }

/* Hide login item from menu navigation */
.nav .nav-menu-login\.php {
  display: none !important; }

/* Hide Open item from menu navigation on Public Pages only */
.body-public .nav .nav-menu-competition\.php {
  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; }

.body-class-members .navbar .nav-menu-members_login {
  display: none; }

#closebutton + br {
  display: none; }

/* MemberSite Tabs */
#global .tabs {
  box-sizing: border-box; }

#leftcontent > div,
#rightcontent > div {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #b39a56; }

/* Date Picker */
#ui-datepicker-div {
  position: absolute;
  left: -100%; }

#date_form .picker {
  right: 0px !important; }

table.tee_process {
  display: none !important; }

.teetimesholder th,
#memteetimes th {
  color: #fff !important; }

/* 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; }

#globalwrap .image-day {
  background: transparent; }

#globalwrap .image-night {
  background: transparent; }

.body-class-members #globalwrap .image-day {
  background-color: #87CEEB; }

.body-class-members #globalwrap .image-night {
  background-color: #3c4a90; }

/* Top Menu for Members Page */
.body-class-members .navbar .navbar-inner,
body:not(.body-public) .navbar .navbar-inner,
.php-login .navbar .navbar-inner,
.body-loginpage .navbar .navbar-inner,
.body-class-opens .navbar .navbar-inner,
.body-class-visitorbooking .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 {
  background-color: rgba(0, 0, 0, 0.9); }
.body-class-members .navbar .logo,
body:not(.body-public) .navbar .logo,
.php-login .navbar .logo,
.body-loginpage .navbar .logo,
.body-class-opens .navbar .logo,
.body-class-visitorbooking .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 {
  height: 70px; }
.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,
.php-login .navbar .nav > li > a,
.php-login .login-btn a,
.body-loginpage .navbar .nav > li > a,
.body-loginpage .login-btn a,
.body-class-opens .navbar .nav > li > a,
.body-class-opens .login-btn a,
.body-class-visitorbooking .navbar .nav > li > a,
.body-class-visitorbooking .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 {
  height: 50px; }

/* Login Page */
.php-login #login,
.body-loginpage #login {
  padding: 20px 20px;
  border: 1px solid #b39a56;
  text-align: center; }
  .php-login #login fieldset,
  .body-loginpage #login fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
    transform: translateX(-90px); }

/* Members Page */
.body-class-members .navbar .logo,
body:not(.body-public) .navbar .logo {
  position: absolute;
  right: auto; }
.body-class-members .login-btn,
body:not(.body-public) .login-btn {
  display: none; }
.body-class-members .nav-collapse-inner,
body:not(.body-public) .nav-collapse-inner {
  clear: right; }
.body-class-members .navbar .nav li:nth-child(4),
body:not(.body-public) .navbar .nav li:nth-child(4) {
  margin: 0 0px 0 0; }
.body-class-members .navbar .nav li a,
body:not(.body-public) .navbar .nav li a {
  padding: 10px 15px; }
.body-class-members .navbar .nav li ul.dropdown-menu > li:nth-child(4),
body:not(.body-public) .navbar .nav li ul.dropdown-menu > li:nth-child(4) {
  margin: 0 0px 0 0; }

.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, .php-competition2 #container {
  background: url("/images/resources/salisbury/bg-logo-salisbury.png") repeat top center #ebebeb;
  background-size: 500px 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: 130px 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 #globalwrap .container,
body:not(.body-public) #globalwrap .container,
.body-class-opens #globalwrap .container,
.php-login #globalwrap .container,
.body-loginpage #globalwrap .container,
.php-news #globalwrap .container,
.php-competition #globalwrap .container,
.php-teelogin #globalwrap .container,
.php-visitoropen #globalwrap .container,
.php-sagepay #globalwrap .container,
body[class^='body-class-setcoursestatus'] #globalwrap .container,
.body-class-visitorbooking #globalwrap .container {
  padding: 0px 0px; }
.body-class-members .main-content,
body:not(.body-public) .main-content,
.body-class-opens .main-content,
.php-login .main-content,
.body-loginpage .main-content,
.php-news .main-content,
.php-competition .main-content,
.php-teelogin .main-content,
.php-visitoropen .main-content,
.php-sagepay .main-content,
body[class^='body-class-setcoursestatus'] .main-content,
.body-class-visitorbooking .main-content {
  padding: 0px 0px; }
.body-class-members .navbar .nav > li > a,
body:not(.body-public) .navbar .nav > li > a,
.body-class-opens .navbar .nav > li > a,
.php-login .navbar .nav > li > a,
.body-loginpage .navbar .nav > li > a,
.php-news .navbar .nav > li > a,
.php-competition .navbar .nav > li > a,
.php-teelogin .navbar .nav > li > a,
.php-visitoropen .navbar .nav > li > a,
.php-sagepay .navbar .nav > li > a,
body[class^='body-class-setcoursestatus'] .navbar .nav > li > a,
.body-class-visitorbooking .navbar .nav > li > a {
  height: 50px; }
.body-class-members .login-btn a,
body:not(.body-public) .login-btn a,
.body-class-opens .login-btn a,
.php-login .login-btn a,
.body-loginpage .login-btn a,
.php-news .login-btn a,
.php-competition .login-btn a,
.php-teelogin .login-btn a,
.php-visitoropen .login-btn a,
.php-sagepay .login-btn a,
body[class^='body-class-setcoursestatus'] .login-btn a,
.body-class-visitorbooking .login-btn a {
  height: 50px; }

/* Editor Area */
.php-ckeditor {
  /* Add more space to content site HTML editor */
  /* Home Slider, Inner Slider */
  /* Inner Page Slider */
  /* Slider Header on Slider */
  /* Course Status */
  /* Hole Video */
  /* Pic */ }
  .php-ckeditor #outerborder .navbar {
    display: none; }
  .php-ckeditor .nav-collapse {
    position: relative; }
    .php-ckeditor .nav-collapse span {
      color: #ccc !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;
    margin: 0 auto !important;
    left: 0;
    right: 0; }
    .php-ckeditor .home-slider div, .php-ckeditor .inner-slider div {
      position: relative !important;
      width: 100%;
      display: block; }
  .php-ckeditor .inner-page-slider:before {
    display: none; }
  .php-ckeditor .slider-small {
    left: 0%; }
  .php-ckeditor .slider-header {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    animation: nofade; }
  .php-ckeditor .course-status {
    background-color: rgba(0, 0, 0, 0); }
  .php-ckeditor .hole-video:before {
    display: none; }
  .php-ckeditor .pic:before {
    display: none; }

/* Animated Elements */
.btn,
.navbar .logo,
.login-btn a,
.navbar .nav > li > a:after,
.navbar .nav > li ul.dropdown-menu > li > a,
.nivo-directionNav,
.nivo-directionNav a.nivo-nextNav,
.nivo-directionNav a.nivo-prevNav,
.nivo-caption,
.box-title,
.gallery .controls a.next,
.gallery .controls a.prev,
.hole-gallery .controls a.next,
.hole-gallery .controls a.prev,
.hole-gallery .gallery-thumbs ul.thumbs li:before,
input[type="submit"] {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.navbar a,
.navbar .nav > li.dropdown > a:before {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  -moz-transition: height 0.2s ease-in;
  -ms-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in; }

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(1);
    -ms-transform: translateY(-100%) scale(1);
    transform: translateY(-100%) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); } }
@keyframes nofade {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1); } }
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/* Animations */
.body-class-home .content-pic {
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.body-class-home .content-pic.viewed {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.body-class-home .content-text {
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.body-class-home .content-text.viewed {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.body-class-home section.memberships {
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.body-class-home section.memberships.viewed {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.body-class-home section.functions {
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.body-class-home section.functions.viewed {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

/* Navbar */
.navbar {
  margin: 0;
  padding: 0; }
  .navbar .navbar-inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px 0px;
    border: none;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.7);
    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); }

/* nav btn */
.navbar .btn-navbar {
  position: relative;
  margin: 0px 0px 0px;
  padding: 10px 15px 17px;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  float: right;
  clear: both; }

/* nav */
.nav-collapse {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block; }

.nav-collapse-inner {
  display: inline-block;
  float: right; }

#topmenu {
  display: inline-block;
  float: left; }

.navbar .nav {
  margin: 0;
  padding: 0;
  display: block; }
  .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 100px 0 0; }
    .navbar .nav li a {
      font-family: "Barlow", sans-serif;
      padding: 10px 10px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      word-wrap: normal;
      text-decoration: none;
      box-sizing: border-box; }

.navbar .nav > li > a {
  width: auto;
  height: 80px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: inset 0 3px 8px 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: #fff;
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0) !important; }
  .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #b39a56;
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0) !important; }
    .navbar .nav > li > a:hover:after, .navbar .nav > li > a:focus:after {
      width: 100%;
      background: #b39a56;
      opacity: 1; }
  .navbar .nav > li > a:after {
    position: absolute;
    bottom: 0px;
    left: 0%;
    content: '';
    width: 0%;
    height: 3px;
    margin: 0 auto;
    background: #fff;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.navbar .nav > li.current > a,
.navbar .nav > li.current > a:hover {
  color: #b39a56;
  text-decoration: none;
  background-color: transparent; }
  .navbar .nav > li.current > a:after,
  .navbar .nav > li.current > a:hover:after {
    width: 100%;
    background: #b39a56;
    opacity: 1; }

/*Arrow on dropdown menu*/
.navbar .nav > li.dropdown > a:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f107";
  /*f0d7*/
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  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: #b39a56; }

.navbar .nav > li.open.dropdown > a:before {
  content: "\f106";
  color: #b39a56; }

.navbar .nav > li.open.dropdown > a:after {
  opacity: 0; }

.navbar .nav li.dropdown > .dropdown-toggle {
  /*color: $color-white;*/
  outline: 0; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  color: #b39a56;
  background-color: transparent; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #b39a56;
  background-color: transparent; }

.navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus {
  color: #b39a56; }

.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
  color: #fff;
  background-color: #b39a56; }

.navbar .nav li ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0%;
  width: auto;
  min-width: 200px;
  max-width: 270px;
  margin: 0 auto;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  display: inline-block;
  overflow: hidden !important;
  -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.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(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 1030; }

.navbar .nav > li > .dropdown-menu:before {
  display: none; }

.navbar .nav > li > .dropdown-menu:after {
  display: none; }

.navbar .nav li ul.dropdown-menu > li {
  margin: 0;
  display: block;
  float: none; }
  .navbar .nav li ul.dropdown-menu > li:last-child {
    border-bottom: none; }
  .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;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  text-align: left;
  text-transform: uppercase;
  -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: #b39a56;
    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: #b39a56; }

.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
  color: #fff;
  background-color: #b39a56;
  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: #b39a56;
  text-decoration: none; }

.navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #b39a56;
  background-color: transparent;
  text-decoration: none;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0) !important; }
.navbar .nav > .active > a:after {
  width: 100%;
  background: #b39a56;
  opacity: 1; }

.navbar .nav li.dropdown ul.dropdown-menu,
.dropdown .dropdown-menu {
  height: 0px;
  max-height: 1000px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.navbar .nav li.dropdown.open ul.dropdown-menu,
.dropdown.open .dropdown-menu {
  height: auto;
  opacity: 1; }

/* Logo */
.navbar .logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 80px;
  margin: 10px auto;
  background: url("/images/resources/salisbury/Logo-2019-small.png") no-repeat center transparent;
  background-size: contain;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  border-radius: 0%;
  display: inline-block;
  z-index: 1040; }

/* Header Btns */
.header-btns {
  display: inline-block;
  float: right; }

/* Booking Btn */
.booking-btn {
  margin: 10px 0px;
  display: inline-block;
  float: left; }
  .booking-btn a {
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0px 15px !important;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle; }

/* Contact Btns */
.contact-btn {
  margin: 10px 10px;
  display: inline-block;
  float: left; }
  .contact-btn a {
    width: auto;
    height: 30px;
    padding: 0px 5px;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box; }
    .contact-btn a:link, .contact-btn a:visited, .contact-btn a:active {
      color: #fff;
      text-decoration: none;
      background-color: transparent; }
    .contact-btn a:hover, .contact-btn a:focus {
      color: #b39a56;
      text-decoration: none;
      background-color: transparent; }

/* Login Btn */
.login-btn {
  display: inline-block;
  float: right;
  clear: both; }
  .login-btn a {
    width: auto;
    height: 80px;
    padding: 10px 12px;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box; }
    .login-btn a:link, .login-btn a:visited, .login-btn a:active {
      color: #fff;
      text-decoration: none;
      background-color: transparent; }
    .login-btn a:hover, .login-btn a:focus {
      color: #b39a56;
      text-decoration: none;
      background-color: transparent; }
  .login-btn i {
    display: inline-block;
    margin: 0 5px 0 0; }
  .login-btn span {
    display: inline-block; }

/* Sliders */
.home-slider,
.inner-slider,
.home-slider .galleryInner.nivoInner.nivoSlider[style],
.inner-slider .galleryInner.nivoInner.nivoSlider[style],
.full-width {
  width: 100vw !important;
  height: auto !important;
  position: relative;
  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; }

.slider-small {
  position: absolute;
  left: 75%;
  top: 75%;
  width: 50%;
  z-index: 30; }

/* Home Slider, Inner Slider */
.home-slider, .inner-slider, .inner-page-slider {
  position: relative; }
  .home-slider:hover .nivo-directionNav, .inner-slider:hover .nivo-directionNav, .inner-page-slider:hover .nivo-directionNav {
    opacity: 1; }
  .home-slider .nivo-caption, .inner-slider .nivo-caption, .inner-page-slider .nivo-caption {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 auto;
    padding: 0 10%;
    width: 100%;
    height: auto;
    background: none;
    display: inline-block !important;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    animation: fadeIn 2s 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 {
      font-family: "Barlow", sans-serif;
      font-weight: 700;
      color: #fff;
      line-height: 100%;
      text-transform: uppercase;
      text-shadow: -1px -2px 0px rgba(0, 0, 0, 0.2); }
    .home-slider .nivo-caption h1, .inner-slider .nivo-caption h1, .inner-page-slider .nivo-caption h1 {
      font-size: 54px; }
    .home-slider .nivo-caption h2, .inner-slider .nivo-caption h2, .inner-page-slider .nivo-caption h2 {
      font-size: 42px; }
    .home-slider .nivo-caption h3, .inner-slider .nivo-caption h3, .inner-page-slider .nivo-caption h3 {
      font-size: 36px; }
    .home-slider .nivo-caption h4, .inner-slider .nivo-caption h4, .inner-page-slider .nivo-caption h4 {
      font-size: 32px; }
    .home-slider .nivo-caption h5, .inner-slider .nivo-caption h5, .inner-page-slider .nivo-caption h5 {
      font-size: 28px; }
    .home-slider .nivo-caption h6, .inner-slider .nivo-caption h6, .inner-page-slider .nivo-caption h6 {
      font-size: 22px; }
    .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: auto;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 300px;
    height: 50px;
    /* Changes height of next, prev button on home slider */
    margin: 0 auto;
    display: inline-block;
    opacity: 0;
    z-index: 30; }
    .home-slider .nivo-directionNav a, .inner-slider .nivo-directionNav a, .inner-page-slider .nivo-directionNav a {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 40px;
      height: 100%;
      font-family: "Barlow", sans-serif;
      font-size: 16px;
      text-transform: capitalize;
      cursor: pointer;
      display: inline-block;
      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 {
        text-indent: 9999px;
        color: transparent;
        text-align: center;
        background: url("/images/resources/salisbury/arrow-next.png") no-repeat center;
        background-size: contain !important;
        float: right;
        opacity: 0.7;
        z-index: 30; }
        .home-slider .nivo-directionNav a.nivo-nextNav:hover, .inner-slider .nivo-directionNav a.nivo-nextNav:hover, .inner-page-slider .nivo-directionNav a.nivo-nextNav:hover {
          opacity: 1; }
      .home-slider .nivo-directionNav a.nivo-prevNav, .inner-slider .nivo-directionNav a.nivo-prevNav, .inner-page-slider .nivo-directionNav a.nivo-prevNav {
        text-indent: -9999px;
        color: transparent;
        text-align: center;
        background: url("/images/resources/salisbury/arrow-prev.png") no-repeat center;
        background-size: contain !important;
        float: left;
        opacity: 0.7;
        z-index: 30; }
        .home-slider .nivo-directionNav a.nivo-prevNav:hover, .inner-slider .nivo-directionNav a.nivo-prevNav:hover, .inner-page-slider .nivo-directionNav a.nivo-prevNav:hover {
          opacity: 1; }
  .home-slider .nivo-controlNav-Wrapper, .inner-slider .nivo-controlNav-Wrapper, .inner-page-slider .nivo-controlNav-Wrapper {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: auto;
    right: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
    height: auto;
    display: inline-block;
    z-index: 10; }
    .home-slider .nivo-controlNav-Wrapper .nivo-controlNav, .inner-slider .nivo-controlNav-Wrapper .nivo-controlNav, .inner-page-slider .nivo-controlNav-Wrapper .nivo-controlNav {
      position: static;
      left: auto;
      bottom: auto;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
      .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 {
        display: inline;
        width: 7px;
        height: 7px;
        background-image: none;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid white;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin: 0px 3px;
        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 {
          background-color: white; }

/* Home Slider */
.home-slider .nivoSlider img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transform-origin: center;
  animation-iteration-count: 1;
  animation: zoomOut 2s ease-in-out 0s forwards; }

/* Inner Slider */
.inner-slider .nivoSlider img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transform-origin: center;
  animation-iteration-count: 1;
  animation: zoomOut 2s ease-in-out 0s forwards; }

/* Inner Page Slider */
.inner-page-slider {
  width: 100%;
  margin: 0px 30px 50px 0px; }
  .inner-page-slider:before {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #b39a56;
    z-index: -1;
    display: inline-block; }
  .inner-page-slider .nivo-caption {
    display: none; }
  .inner-page-slider .nivo-controlNav-Wrapper {
    display: none; }
  .inner-page-slider .nivo-directionNav {
    width: auto;
    top: 50%;
    right: 10px;
    left: auto;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* Slider Header on Slider */
.slider-header {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
  padding: 0 10%;
  width: 100%;
  height: auto;
  background: none;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  animation: fadeIn 2s ease-in-out 1s forwards;
  animation-iteration-count: 1;
  z-index: 30; }
  .slider-header h1, .slider-header h2, .slider-header h3, .slider-header h4, .slider-header h5, .slider-header h6 {
    margin: 0 0 0px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
    text-shadow: -1px -2px 0px rgba(0, 0, 0, 0.2); }
  .slider-header h1 {
    font-size: 48px;
    text-transform: capitalize; }
  .slider-header h2 {
    font-size: 36px; }
  .slider-header h3 {
    font-size: 27px; }
  .slider-header h4 {
    font-size: 21px; }
  .slider-header h5 {
    font-size: 18px; }
  .slider-header h6 {
    font-size: 17px; }
  .slider-header p {
    font-size: 18px;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2); }

/* Course Wrapper */
.course-wrapper {
  position: absolute;
  bottom: 35%;
  left: 0%;
  display: inline-block;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 30; }

/* Course Status */
.course-status {
  position: absolute;
  width: 300px;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block; }
  .course-status h3 {
    position: absolute;
    bottom: auto;
    left: 0;
    width: auto;
    height: 40px;
    margin: 0 0 0px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    background-color: #b39a56;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    transform-origin: top left;
    z-index: 30; }
  .course-status p {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    margin: 0 0 0 40px;
    padding: 20px 20px;
    color: #fff;
    line-height: 120%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7); }

/* Box Links */
.box-wrapper {
  text-align: center; }

.boxs {
  width: 100%;
  margin: 0 auto;
  background-color: #233c51; }
  .boxs:after {
    display: block;
    content: "";
    clear: both; }

.box {
  position: relative;
  width: 25%;
  height: auto;
  cursor: pointer;
  display: inline-block;
  float: left;
  box-sizing: border-box; }
  .box:hover .box-title, .box:focus .box-title {
    background-color: #b39a56; }
  .box .box-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; }
    .box .box-image img {
      min-width: 100%;
      min-height: 100%; }
  .box .box-title {
    position: relative;
    width: 100%;
    height: auto;
    font-family: "Barlow", sans-serif;
    font-size: inherit;
    color: #fff;
    line-height: 120%;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #233c51;
    box-sizing: border-box;
    display: table;
    vertical-align: middle; }
    .box .box-title a {
      color: #fff;
      text-decoration: none; }
      .box .box-title a:link, .box .box-title a:visited, .box .box-title a:active {
        color: #fff;
        text-decoration: none; }
      .box .box-title a:hover, .box .box-title a:focus {
        color: #fff;
        text-decoration: none; }
    .box .box-title span {
	  position: relative;
      text-align: left;
      display: table-cell;
      vertical-align: middle;
      overflow: hidden;
      white-space: normal;
      text-decoration: none !important;
      text-overflow: ellipsis; }
    .box .box-title span a {
	  position: relative;
	  top: 0;
	  left: 0;
	  right: 0;
	  padding: 15px 40px 15px 15px;
      display: block; }
    .box .box-title em, .box .box-title i {
	  position: absolute;
	  top: 0;
	  right: 0;
      width: 20px;
      height: 20px;
	  margin: 15px 15px;
      font-size: 15px;
      line-height: 100%;
      text-align: right;
      text-decoration: none !important;
      border: 1px solid #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      box-sizing: border-box;
      display: table;
      float: right; }
      .box .box-title em:before, .box .box-title i:before {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }

/* Content */
.content {
  position: relative;
  width: 100% !important;
  padding: 50px 50px 50px 0px;
  margin: 0 0 70px;
  height: auto;
  display: grid;
  box-sizing: border-box; }
  .content:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    border: 30px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    background: transparent;
    background-size: cover;
    box-sizing: border-box;
    content: '';
    z-index: 0; }

.content.noborder:before {
  display: none; }

.content .pull-left {
  margin-left: 0%; }

.content > * {
  z-index: 100; }

.content-text {
  position: relative;
  margin: 0 0 20px;
  z-index: 1; }

.content-pic {
  position: relative;
  z-index: 0; }

/* Section Memberships */
section.memberships {
  position: relative;
  background: url("/images/resources/salisbury/bg-memberships.jpg") no-repeat bottom center;
  background-size: cover;
  display: flex; }
  section.memberships:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #233c51;
    opacity: 0.8;
    content: '';
    z-index: -1; }

/* Section Functions */
section.functions {
  position: relative;
  background: url("/images/resources/salisbury/bg-functions.jpg") no-repeat bottom center;
  background-size: cover;
  display: flex; }
  section.functions:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #233c51;
    opacity: 0.8;
    content: '';
    z-index: -1; }

section.memberships > * {
  z-index: 100; }

section.functions > * {
  z-index: 100; }

/* Latest News */
.latestnews {
  position: relative;
  width: 100%; }
  .latestnews .news {
    width: 100%;
    /* New Control */ }
    .latestnews .news h3 {
      display: none; }
    .latestnews .news .jcarousel {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden; }
      .latestnews .news .jcarousel .news-wrapper {
        position: relative;
        width: 3000em;
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none; }
        .latestnews .news .jcarousel .news-wrapper p {
          font-size: inherit;
          color: #333;
          line-height: 140%; }
        .latestnews .news .jcarousel .news-wrapper .news-item {
          position: relative;
          margin: 10px 10px;
          padding: 0;
          width: 290px;
          height: auto;
          font-family: "Barlow", sans-serif;
          display: inline-block;
          float: left;
          box-sizing: border-box; }
          .latestnews .news .jcarousel .news-wrapper .news-item .news-summary a.read-more {
            margin-left: 10px;
            display: none; }
          .latestnews .news .jcarousel .news-wrapper .news-item .media {
            position: relative;
            width: 100%;
            height: auto;
            padding: 0px 10px 0px 0px; }
            .latestnews .news .jcarousel .news-wrapper .news-item .media:before {
              position: absolute;
              top: 7px;
              left: 7px;
              width: 100%;
              height: 100%;
              content: '';
              background-color: #b39a56; }
          .latestnews .news .jcarousel .news-wrapper .news-item .media a.pull-left {
            position: relative;
            width: 100%;
            height: 185px;
            margin: 0;
            background-color: #ebebeb;
            overflow: hidden; }
            .latestnews .news .jcarousel .news-wrapper .news-item .media a.pull-left .img-polaroid {
              position: absolute;
              top: 0;
              left: 0;
              padding: 0;
              width: 100%;
              height: auto;
              border: none;
              display: inline;
              -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
              -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
          .latestnews .news .jcarousel .news-wrapper .news-item .media-body {
            position: relative;
            top: 10px;
            width: calc(100% + 10px);
            padding: 10px 10px;
            background-color: white;
            box-sizing: border-box; }
          .latestnews .news .jcarousel .news-wrapper .news-item .news-date {
            position: relative;
            margin: 0;
            padding: 0 0 0px;
            font-size: 14px;
            color: #333;
            text-transform: uppercase;
            display: block; }
            .latestnews .news .jcarousel .news-wrapper .news-item .news-date .news-date-day, .latestnews .news .jcarousel .news-wrapper .news-item .news-date .news-date-month, .latestnews .news .jcarousel .news-wrapper .news-item .news-date .news-date-nth, .latestnews .news .jcarousel .news-wrapper .news-item .news-date .news-date-year {
              font-size: inherit; }
          .latestnews .news .jcarousel .news-wrapper .news-item .media-heading {
            margin: 0px 0px 0px;
            font-size: 20px;
            font-weight: 400;
            color: #333;
            text-transform: uppercase; }
          .latestnews .news .jcarousel .news-wrapper .news-item .news-summary {
            margin: 0px 0px 0px;
            color: #333 !important;
            height: auto;
            max-height: 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: none;
            box-sizing: border-box; }
          .latestnews .news .jcarousel .news-wrapper .news-item .news-summary br {
            display: none; }
          .latestnews .news .jcarousel .news-wrapper .news-item .news-summary a.read-more {
            margin-left: 15px;
            font-size: inherit !important;
            color: #333;
            text-decoration: underline;
            display: inline-block; }
          .latestnews .news .jcarousel .news-wrapper .news-item .news-summary a.read-more:hover {
            text-decoration: none; }
    .latestnews .news .news-control {
      position: relative;
      width: 100%;
      margin: 20px 0px 0px;
      display: block;
      text-align: center; }
      .latestnews .news .news-control a {
        width: 35px;
        height: 35px;
        margin: 0px 7px;
        color: #333;
        background-color: transparent;
        text-align: center;
        border: 1px solid #333;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        text-decoration: none; }
        .latestnews .news .news-control a:hover {
          color: #b39a56;
          border: 1px solid #b39a56; }
      .latestnews .news .news-control a br {
        display: none; }
      .latestnews .news .news-control .left, .latestnews .news .news-control .right {
        display: inline-block; }
      .latestnews .news .news-control a.left, .latestnews .news .news-control a.right {
        display: table; }
      .latestnews .news .news-control .left a:before, .latestnews .news .news-control .right a:before {
        font-family: FontAwesome;
        font-size: 25px;
        display: table-cell;
        vertical-align: middle; }
      .latestnews .news .news-control .left a:before {
        content: '\f104'; }
      .latestnews .news .news-control .right a:before {
        content: '\f105'; }

/* Testimonial Slider */
.testimonial-slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px 0px;
  background-color: #fff;
  box-sizing: border-box;
  display: block; }
  .testimonial-slider:hover .nivo-directionNav {
    opacity: 1; }
  .testimonial-slider .galleryInner.nivoInner.nivoSlider {
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding: 0px 0px;
    overflow: hidden; }
    .testimonial-slider .galleryInner.nivoInner.nivoSlider img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: auto !important;
      z-index: 0;
      display: none !important; }
      .testimonial-slider .galleryInner.nivoInner.nivoSlider img.nivo-main-image {
        display: none !important; }
  .testimonial-slider .nivo-caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 5%;
    box-sizing: border-box;
    background: #fff;
    opacity: 1; }
    .testimonial-slider .nivo-caption p {
      max-width: 100%;
      padding: 0 !important;
      margin: 0 auto 20px !important;
      color: #333; }
    .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: #b39a56;
      font-weight: 400; }
  .testimonial-slider .nivo-directionNav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50px;
    /* Changes height of next, prev button on home slider */
    transform: translateY(-50%);
    display: inline-block !important;
    /* Changes as needed */
    opacity: 0;
    z-index: 10; }
    .testimonial-slider .nivo-directionNav a {
      position: absolute;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 5%;
      height: 100%;
      text-indent: -9999px;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0);
      display: inline-block; }
      .testimonial-slider .nivo-directionNav a.nivo-nextNav {
        position: absolute;
        right: 0;
        opacity: 1;
        background: url("/images/resources/salisbury/arrow-next.png") no-repeat center;
        background-size: contain; }
        .testimonial-slider .nivo-directionNav a.nivo-nextNav:hover {
          opacity: 1; }
      .testimonial-slider .nivo-directionNav a.nivo-prevNav {
        position: absolute;
        left: 0;
        opacity: 1;
        background: url("/images/resources/salisbury/arrow-prev.png") no-repeat center;
        background-size: contain; }
        .testimonial-slider .nivo-directionNav a.nivo-prevNav:hover {
          opacity: 1; }
  .testimonial-slider .nivo-controlNav-Wrapper {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 auto;
    padding: 0;
    height: auto;
    text-align: center;
    z-index: 60; }
    .testimonial-slider .nivo-controlNav-Wrapper .nivo-controlNav {
      position: relative;
      bottom: auto;
      top: auto;
      left: auto;
      right: auto;
      width: auto;
      height: auto;
      display: inline-block; }
      .testimonial-slider .nivo-controlNav-Wrapper .nivo-controlNav a {
        width: 10px;
        height: 10px;
        margin: 0px 3px;
        background-image: none;
        background-color: #fff;
        border: 1px solid #233c51;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: inline;
        float: left;
        overflow: hidden; }
        .testimonial-slider .nivo-controlNav-Wrapper .nivo-controlNav a.active {
          background-color: #233c51; }

/* Submenu */
.menu-section {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px;
  padding: 0px 0px;
  display: block; }
  .menu-section h2 {
    display: none;
    /* Change as Needed */ }
    .menu-section h2 a {
      font-size: 26px;
      color: #233c51;
      display: block;
      text-decoration: none; }
  .menu-section ul ul li {
    display: block; }
  .menu-section ul {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none; }
    .menu-section ul li {
      position: relative;
      list-style: none;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0 2px;
      display: inline-block;
      border: none;
      box-sizing: border-box;
      overflow: hidden; }
      .menu-section ul li:last-child:after {
        display: none; }
      .menu-section ul li:last-child:after {
        display: block;
        content: "";
        clear: both; }
      .menu-section ul li:after {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 15px;
        color: #233c51;
        content: '|';
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .menu-section ul li a {
        width: auto;
        height: auto;
        margin: 0;
        padding: 5px 10px;
        font-size: 15px;
        font-weight: 400;
        color: #233c51;
        line-height: 140%;
        text-transform: uppercase;
        letter-spacing: 1px;
        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: #233c51;
          text-decoration: none; }
        .menu-section ul li a:hover {
          color: #b39a56;
          text-decoration: none; }
      .menu-section ul li.current a, .menu-section ul li.current a:hover {
        color: #b39a56;
        background-color: #fff;
        text-decoration: none; }

/* Hole-Nav - Cathedral */
.hole-nav-wrapper {
  position: relative;
  width: 100%;
  margin: 0; }
  .hole-nav-wrapper .hole-nav {
    margin: 0 0 20px;
    display: inline-block; }
    .hole-nav-wrapper .hole-nav .menu-section {
      margin: 0 0 0 50px; }
      .hole-nav-wrapper .hole-nav .menu-section ul li {
        position: relative;
        margin: 0 2px;
        padding: 0;
        display: inline-block;
        float: left;
        overflow: visible; }
        .hole-nav-wrapper .hole-nav .menu-section ul li:last-child:after {
          display: none; }
        .hole-nav-wrapper .hole-nav .menu-section ul li:after {
          position: absolute;
          top: 50%;
          right: -2px;
          font-size: inherit;
          color: #233c51;
          content: '–';
          display: inline-block;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 10; }
        .hole-nav-wrapper .hole-nav .menu-section ul li:before {
          display: none; }
        .hole-nav-wrapper .hole-nav .menu-section ul li a {
          width: 30px;
          height: 30px;
          margin: 0;
          padding: 0px 0px;
          font-size: 16px;
          font-weight: 400;
          color: #233c51;
          line-height: 140%;
          text-transform: uppercase;
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          text-decoration: none;
          box-sizing: border-box; }
          .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: #233c51;
            text-decoration: none; }
          .hole-nav-wrapper .hole-nav .menu-section ul li a:hover {
            color: #b39a56;
            text-decoration: underline; }
        .hole-nav-wrapper .hole-nav .menu-section ul li.current a, .hole-nav-wrapper .hole-nav .menu-section ul li.current a:hover {
          color: #b39a56;
          background-color: #fff;
          text-decoration: underline; }

/* Hole-Nav - Bibury */
.hole-nav-wrapper {
  position: relative;
  width: 100%;
  margin: 0; }
  .hole-nav-wrapper .hole-nav2 {
    margin: 0 0 20px;
    display: inline-block; }
    .hole-nav-wrapper .hole-nav2 .menu-section {
      margin: 0 0 0 50px; }
      .hole-nav-wrapper .hole-nav2 .menu-section ul li {
        position: relative;
        margin: 0 0px;
        padding: 0;
        display: inline-block;
        float: left;
        overflow: visible; }
        .hole-nav-wrapper .hole-nav2 .menu-section ul li:last-child:after {
          display: none; }
        .hole-nav-wrapper .hole-nav2 .menu-section ul li:after {
          position: absolute;
          top: 50%;
          right: -2px;
          font-size: inherit;
          color: #233c51;
          content: '–';
          display: inline-block;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 10; }
        .hole-nav-wrapper .hole-nav2 .menu-section ul li:before {
          display: none; }
        .hole-nav-wrapper .hole-nav2 .menu-section ul li a {
          width: 30px;
          height: 30px;
          margin: 0;
          padding: 0px 0px;
          font-size: 16px;
          font-weight: 400;
          color: #233c51;
          line-height: 140%;
          text-transform: uppercase;
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          text-decoration: none;
          box-sizing: border-box; }
          .hole-nav-wrapper .hole-nav2 .menu-section ul li a:link, .hole-nav-wrapper .hole-nav2 .menu-section ul li a:visited, .hole-nav-wrapper .hole-nav2 .menu-section ul li a:active {
            color: #233c51;
            text-decoration: none; }
          .hole-nav-wrapper .hole-nav2 .menu-section ul li a:hover {
            color: #b39a56;
            text-decoration: underline; }
        .hole-nav-wrapper .hole-nav2 .menu-section ul li.current a, .hole-nav-wrapper .hole-nav2 .menu-section ul li.current a:hover {
          color: #b39a56;
          background-color: #fff;
          text-decoration: underline; }

/* Pic */
.pic {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 0px 30px 0px;
  display: inline-block;
  z-index: 1; }
  .pic:before {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #b39a56;
    z-index: -1;
    display: inline-block; }

/* Hole Video */
.hole-video {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 0px 30px 0px;
  display: inline-block;
  z-index: 1; }
  .hole-video:before {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #b39a56;
    display: inline-block;
    z-index: -1; }

/* Hole Video */
.hole-pics {
  width: 100%;
  height: auto;
  margin: 0 0 20px; }
  .hole-pics:after {
    display: block;
    content: "";
    clear: both; }
  .hole-pics img {
    width: 45%;
    height: auto;
    margin: 0 5% 20px 0;
    display: inline-block;
    float: left; }

/* Hole Nav Btns */
.hole-nav-btns {
  position: relative;
  width: 100%;
  margin: 30px 0px;
  display: block; }
  .hole-nav-btns:after {
    display: block;
    content: "";
    clear: both; }
  .hole-nav-btns a {
    font-family: "Barlow", sans-serif;
    color: #b39a56;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none; }
    .hole-nav-btns a:hover i {
      color: #fff;
      background-color: #b39a56; }
    .hole-nav-btns a.prev {
      float: left; }
      .hole-nav-btns a.prev span {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px; }
    .hole-nav-btns a.next {
      float: right; }
      .hole-nav-btns a.next span {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px; }
    .hole-nav-btns a .fa-angle-left {
      width: 30px;
      height: 30px;
      margin-right: 10px;
      font-family: FontAwesome;
      font-size: 20px;
      color: #fff;
      background-color: #233c51;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      box-sizing: border-box; }
    .hole-nav-btns a .fa-angle-right {
      width: 30px;
      height: 30px;
      margin-left: 10px;
      font-family: FontAwesome;
      font-size: 20px;
      color: #fff;
      background-color: #233c51;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      box-sizing: border-box; }

/* Table - Hole Data */
table.hole-data {
  width: 100%;
  max-width: 100%;
  margin: 0px 0px 30px;
  border: none !important;
  border-collapase: collapse; }
  table.hole-data tr {
    border-bottom: 5px solid #fff;
    background-color: #fff; }
    table.hole-data tr:nth-child(even) {
      background-color: #fff; }
    table.hole-data tr:last-child {
      border-bottom: none; }
  table.hole-data td {
    padding: 5px 5px;
    font-family: "Barlow", sans-serif;
    font-size: inherit;
    color: #333;
    background-color: #fff;
    border: none; }
    table.hole-data td.grey {
      padding: 5px 0px;
      margin-right: 5px;
      width: 7px;
      background-color: #ebebeb; }
    table.hole-data td.yellow {
      padding: 5px 0px;
      margin-right: 5px;
      width: 7px;
      background-color: #d9c914; }
    table.hole-data td.red {
      padding: 5px 0px;
      margin-right: 5px;
      width: 7px;
      background-color: #d9152b; }

/* 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: "Barlow", 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/salisbury/arrow-next.png") no-repeat center;
    background-size: auto 75%; }
  .gallery .controls a.prev {
    background: url("/images/resources/salisbury/arrow-prev.png") no-repeat center;
    background-size: auto 75%; }
  .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/salisbury/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-image:before {
      position: absolute;
      top: 7px;
      left: 7px;
      width: 100%;
      height: 100%;
      content: '';
      background-color: #b39a56;
      z-index: -1;
      display: inline-block; }
  .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: #ccc;
    border: 2px solid #233c51; }
  .gallery .gallery-thumbs ul.thumbs img {
    border: none;
    display: block;
    width: 100%;
    min-width: 100% !important;
    height: 100% !important; }

/* Sidebar */
.sidebar {
  margin: 0 0 50px; }

/* Footer */
footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

/* Footer Info */
.footer-info {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  background: url("/images/resources/salisbury/bg-footer.jpg") no-repeat #ebebeb center;
  background-size: cover; }
  .footer-info .info, .footer-info .newsletter {
    margin: 0px 0px;
    padding: 20px 0px;
    color: #333;
    text-align: left;
    box-sizing: border-box; }
  .footer-info h1, .footer-info h2, .footer-info h3, .footer-info h4, .footer-info h5, .footer-info h6 {
    color: #b39a56; }
  .footer-info a.social-icon {
    margin: 0 2px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .footer-info a.social-icon:link, .footer-info a.social-icon:visited, .footer-info a.social-icon:active {
      color: #333;
      text-decoration: none; }
    .footer-info a.social-icon:hover, .footer-info a.social-icon:focus {
      color: #b39a56;
      text-decoration: none; }
    .footer-info a.social-icon:hover i, .footer-info a.social-icon:focus i {
      color: #b39a56;
      border: 1px solid #b39a56;
      text-decoration: none; }
    .footer-info a.social-icon i {
      width: 40px;
      height: 40px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #333;
      background-color: transparent;
      border: 1px solid #333;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      font-size: 20px;
      line-height: 100%;
      box-sizing: border-box;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .footer-info .newsletter label {
    display: none; }
  .footer-info .newsletter input[type="text"] {
    height: 40px;
    margin: 0 0 0px;
    background-color: #fff;
    float: none; }
  .footer-info .newsletter input[type="email"] {
    height: 40px;
    margin: 0 0 0px;
    background-color: #fff;
    float: left; }
  .footer-info .newsletter input[type="submit"] {
    height: 40px;
    margin: 0 0 0px;
    padding: 0px 15px;
    float: left; }

.seperator {
  padding: 0px 5px; }

.club-footer {
  width: 100%;
  margin: 0;
  padding: 10px 0px;
  background-color: #333; }
  .club-footer .copyright {
    display: table-cell;
    vertical-align: middle;
    text-align: left; }
    .club-footer .copyright span {
      padding: 5px 0px;
      font-size: 14px;
      color: #fff; }
  .club-footer .logo {
    height: 30px;
    margin: 0;
    padding: 0px 0px;
    text-align: right; }
    .club-footer .logo img {
      width: auto;
      height: 100%; }

/* Scroll 2 Top Btn */
.scroll2Top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  cursor: pointer;
  display: none;
  z-index: 9999;
  opacity: 0.8; }
  .scroll2Top:link, .scroll2Top:visited, .scroll2Top:active {
    color: #fff;
    text-decoration: none; }
  .scroll2Top:hover, .scroll2Top:focus {
    color: #b39a56;
    text-decoration: none; }
  .scroll2Top i {
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    line-height: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

/* Map */
#map_container {
  width: 100% !important; }

/* Forms Style */
label {
  width: auto;
  font-size: inherit;
  font-weight: 400;
  line-height: 120%;
  color: #333;
  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: 100%;
  max-width: 230px;
  height: auto;
  padding: 5px 5px;
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 120%;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  -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.1);
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle; }

select {
  width: auto; }

textarea {
  width: 100%;
  max-width: 400px;
  min-height: 100px; }

input[type="submit"] {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 0px;
  font-family: "Barlow", sans-serif;
  font-size: inherit;
  font-weight: normal;
  line-height: 120%;
  color: #fff;
  background-color: #233c51;
  background-image: none !important;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block; }

input[type="submit"].btn,
input.btn {
  color: #fff;
  background-color: #233c51;
  border: none; }

input[type="submit"]:hover,
input[type="submit"].btn:hover,
input.btn:hover {
  color: #fff;
  background-color: #b39a56; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc !important;
  opacity: 1 !important;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc !important;
  opacity: 1 !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc !important;
  opacity: 1 !important; }

::-webkit-input-placeholder {
  /* ios */
  color: #ccc !important;
  opacity: 1 !important; }

#globalwrap #date_form .picker input[type=text] {
  width: 120px !important; }





/* Table - Information Page */
.body-root-information table a,
.body-root-information table a:link,
.body-root-information table a:visited,
.body-root-information table a:active {
	/*text-decoration: none !important;*/
}
.body-root-information table a:hover {
	/*text-decoration: underline !important;*/
}
.body-root-information table pre {
	white-space: normal;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}




/* Table, .Table */
table, .table {
  width: 100%;
  margin: 0px 0px 30px;
  border: none;
  background-color: #fff;
  box-sizing: border-box; }
  table tr, .table tr {
    background-color: #fff;
    border-bottom: 1px solid #ccc; }
    table tr:nth-child(even), .table tr:nth-child(even) {
      background-color: #fff; }
  table td, .table td {
    padding: 10px 10px;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 120%;
    border: none;
    border-collapase: collapse;
    vertical-align: top;
    text-align: left; }
  table thead,
  table tfoot,
  table thead td,
  table tfoot td,
  table thead th,
  table tfoot th, .table thead,
  .table tfoot,
  .table thead td,
  .table tfoot td,
  .table thead th,
  .table tfoot th {
    padding: 10px 10px;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    line-height: 140%;
    border: none;
    background-color: #b39a56;
    text-align: left;
    vertical-align: top; }
  table thead td,
  table tfoot td, .table thead td,
  .table tfoot td {
    border: none;
    border-right: 1px solid #fff; }
  table thead td:last-child,
  table tfoot td:last-child, .table thead td:last-child,
  .table tfoot td:last-child {
    border: none;
    border-right: none; }
  table thead a,
  table tfoot a, .table thead a,
  .table tfoot a {
    color: #fff !important; }
  table thead h6, table tfoot h6,
  table thead h5, table tfoot h5,
  table thead h4, table tfoot h4,
  table thead h3, table tfoot h3,
  table thead h2, table tfoot h2,
  table thead h1, table tfoot h1, .table thead h6, .table tfoot h6,
  .table thead h5, .table tfoot h5,
  .table thead h4, .table tfoot h4,
  .table thead h3, .table tfoot h3,
  .table thead h2, .table tfoot h2,
  .table thead h1, .table tfoot h1 {
    color: #fff; }

/* Youtube Player */
#ytplayer {
	width: 100% !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) {
  body {
    font-size: 16px;
    line-height: 26px; }

  h1 {
    font-size: 48px; }

  h2 {
    font-size: 36px; }

  h3 {
    font-size: 27px; }

  h4 {
    font-size: 21px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 17px; }

  /* slider-header Text on Slider */
  .slider-header h1 {
    font-size: 68px; }
  .slider-header h2 {
    font-size: 48px; }
  .slider-header h3 {
    font-size: 36px; }
  .slider-header h4 {
    font-size: 27px; }
  .slider-header h5 {
    font-size: 21px; }
  .slider-header h6 {
    font-size: 18px; }
  .slider-header p {
    font-size: 18px; }

  /* Home Slider, Inner Slider, Inner Page Slider */
  .home-slider .nivo-caption h1, .inner-slider .nivo-caption h1 {
    font-size: 68px; }
  .home-slider .nivo-caption h2, .inner-slider .nivo-caption h2 {
    font-size: 48px; }
  .home-slider .nivo-caption h3, .inner-slider .nivo-caption h3 {
    font-size: 36px; }
  .home-slider .nivo-caption h4, .inner-slider .nivo-caption h4 {
    font-size: 27px; }
  .home-slider .nivo-caption h5, .inner-slider .nivo-caption h5 {
    font-size: 21px; }
  .home-slider .nivo-caption h6, .inner-slider .nivo-caption h6 {
    font-size: 18px; }
  .home-slider .nivo-caption p, .inner-slider .nivo-caption p {
    font-size: 18px; }

  /* nav */
  .navbar .nav li:nth-child(4) {
    margin: 0 150px 0 0; }
  .navbar .nav li a {
    padding: 10px 20px; }

  /* Login Btn */
  .login-btn a {
    padding: 10px 20px; }

  /* Latest News */
  .latestnews .news .jcarousel .news-wrapper .news-item {
    width: 370px; } }
/* Desktop */
@media (max-width: 979px) {
  .btn-group > .btn {
    float: left; }

  /* Container */
  .container {
    width: auto;
    padding: 0px 30px; }

  /* Navbar Container */
  .navbar .container {
    width: auto;
    padding: 0px 30px; }

  /* Navbar */
  .navbar .navbar-inner {
    background-color: rgba(0, 0, 0, 0.8) !important; }

  /* Logo */
  .navbar .logo {
    position: absolute;
    bottom: auto;
    height: 70px; }

  /* 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 a {
        width: 100%;
        display: inline-block; }

  .navbar .nav > li > a {
    height: auto !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0); }
    .navbar .nav > li > a:after {
      position: absolute;
      bottom: auto;
      top: 39px; }

  .navbar .nav li ul.dropdown-menu {
    position: relative;
    top: 0%;
    display: block; }

  .navbar .nav > li ul.dropdown-menu > li > a {
    text-align: center; }

  /*Arrow on dropdown menu*/
  .navbar .nav > li.dropdown > a:before {
    top: 10px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    display: inline-block; }

  /* Login Btn */
  .login-btn {
    clear: none; }
    .login-btn a {
      padding: 5px 5px;
      height: auto !important; }

  /* Box Links */
  .box {
    width: 25%; }
    .box .box-title span {
      float: none;
      margin: 0 0 5px; }
    .box .box-title em, .box .box-title i {
      width: 20px;
      height: 20px;
      font-size: 10px;
      float: right;
      clear: both; }

  /* Content */
  .content:before {
    border: 25px solid rgba(0, 0, 0, 0.1); }

  /* Inner Page Slider - Small */
  .slider-small {
    position: relative;
    left: 0%;
    top: auto;
    width: 100%;
    z-index: 30; }

  /* Latest News */
  .latestnews .news .jcarousel .news-wrapper .news-item .media-heading {
    font-size: 18px; }

  /* Table, .Table */
  table td, .table td {
    padding: 10px 10px;
    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 10px;
    font-size: 15px; }

  .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 {
    margin: 30px 0px 30px; }

  .dateperiods a {
    float: left; }

  #leftcontent a,
  #rightcontent a {
    word-break: break-word; }

  #fpmessagediv a {
    word-break: break-word; } }
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px; }

  h1 {
    font-size: 27px; }

  h2 {
    font-size: 21px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 17px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 15px; }

  /* slider-header Text on Slider */
  .slider-header h1 {
    font-size: 36px; }
  .slider-header h2 {
    font-size: 27px; }
  .slider-header h3 {
    font-size: 21px; }
  .slider-header h4 {
    font-size: 18px; }
  .slider-header h5 {
    font-size: 17px; }
  .slider-header h6 {
    font-size: 16px; }
  .slider-header p {
    font-size: 16px; }

  /* Home Slider, Inner Slider, Inner Page Slider */
  .home-slider .nivo-caption h1, .inner-slider .nivo-caption h1 {
    font-size: 36px; }
  .home-slider .nivo-caption h2, .inner-slider .nivo-caption h2 {
    font-size: 27px; }
  .home-slider .nivo-caption h3, .inner-slider .nivo-caption h3 {
    font-size: 21px; }
  .home-slider .nivo-caption h4, .inner-slider .nivo-caption h4 {
    font-size: 18px; }
  .home-slider .nivo-caption h5, .inner-slider .nivo-caption h5 {
    font-size: 17px; }
  .home-slider .nivo-caption h6, .inner-slider .nivo-caption h6 {
    font-size: 16px; }
  .home-slider .nivo-caption p, .inner-slider .nivo-caption p {
    font-size: 16px; }
  .home-slider .nivo-controlNav-Wrapper, .inner-slider .nivo-controlNav-Wrapper {
    bottom: 0%; }

  /* Inner Page Slider */
  .home-slider .nivo-directionNav, .inner-slider .nivo-directionNav {
    display: none !important; }

  /* Btn */
  a.btn, .btn {
    padding: 7px 15px; }

  /* Logo */
  .navbar .logo {
    position: absolute;
    left: 0;
    right: auto; }

  /* Booking Btn */
  .booking-btn a {
    font-size: 12px; }

  /* Container */
  .container {
    width: auto;
    padding: 0px 20px; }

  /* Navbar Container */
  .navbar .container {
    width: auto;
    padding: 0px 20px; }

  /* Course Wrapper */
  .course-wrapper {
    position: absolute;
    bottom: 0; }

  /* Course Status */
  .course-status {
    width: 300px; }
    .course-status h3 {
      height: 40px;
      padding: 10px 10px;
      font-size: 12px; }
    .course-status p {
      margin: 0 0 0 40px;
      padding: 20px 20px;
      font-size: 14px; }

  /* Box Links */
  .box {
    width: 50%; }
    .box .box-title {
      position: absolute;
      bottom: 0;
      padding: 0px 0px; }

  /* Main Content */
  .main-content {
    padding: 30px 0px; }

  /* Section */
  section {
    padding: 30px 0px; }

  /* Content */
  .content {
    padding: 40px 40px;
    margin: 0 0 0px; }
    .content:before {
      width: 100%;
      border: 20px solid rgba(0, 0, 0, 0.1); }
    .content h1 {
      margin-left: 0px; }

  /* Menu Section */
  .menu-section ul li a {
    font-size: 14px; }

  /* Hole Nav Btns - Cathedral */
  .hole-nav-wrapper .hole-nav .menu-section {
    margin: 0 0 0 0px; }

  /* Hole-Nav - Cathedral */
  .hole-nav-wrapper .hole-nav .menu-section ul li:nth-child(9):after {
    display: none; }
  .hole-nav-wrapper .hole-nav .menu-section ul li:nth-child(10) {
    clear: left; }

  /* Gallery */
  .gallery {
    width: 100%; }

  /* Inner Page Slider */
  .inner-page-slider {
    width: 47.5%;
    margin: 0px 5% 30px 0px;
    float: left; }
    .inner-page-slider .nivo-directionNav {
      height: 40px; }

  /* Inner Page Slider - Small */
  .slider-small .inner-page-slider {
    width: 47.5%;
    margin: 0px 0% 30px 0px; }

  .inner-page-slider + .inner-page-slider {
    width: 47.5%;
    margin: 0px 0% 30px 0px; }

  /* Latest News */
  .latestnews .news .jcarousel .news-wrapper .news-item {
    width: 200px; }
    .latestnews .news .jcarousel .news-wrapper .news-item .news-date {
      font-size: 12px; }
    .latestnews .news .jcarousel .news-wrapper .news-item .media-heading {
      font-size: 16px; }

  /* Footer Info */
  .footer-info .info, .footer-info .newsletter {
    text-align: center; }
  .footer-info fieldset {
    display: inline-block; }

  /* Footer */
  .club-footer .copyright {
    display: block;
    text-align: center; }
  .club-footer .logo {
    text-align: center; }

  /* Input */
  .newsletter input[type="email"] {
    max-width: 150px; }

  /* Table, .Table */
  table td, .table td {
    padding: 10px 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: 10px 5px;
    font-size: 14px; } }
/* Landscape phones and down */
@media (max-width: 480px) {
  h1 {
    font-size: 21px; }

  h2 {
    font-size: 18px; }

  h3 {
    font-size: 17px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 15px; }

  h6 {
    font-size: 14px; }

  /* slider-header Text on Slider */
  .slider-header h1 {
    font-size: 27px; }
  .slider-header h2 {
    font-size: 21px; }
  .slider-header h3 {
    font-size: 18px; }
  .slider-header h4 {
    font-size: 17px; }
  .slider-header h5 {
    font-size: 16px; }
  .slider-header h6 {
    font-size: 15px; }
  .slider-header p {
    font-size: 15px; }

  /* Home Slider, Inner Slider, Inner Page Slider */
  .home-slider .nivo-caption h1, .inner-slider .nivo-caption h1 {
    font-size: 27px; }
  .home-slider .nivo-caption h2, .inner-slider .nivo-caption h2 {
    font-size: 21px; }
  .home-slider .nivo-caption h3, .inner-slider .nivo-caption h3 {
    font-size: 18px; }
  .home-slider .nivo-caption h4, .inner-slider .nivo-caption h4 {
    font-size: 17px; }
  .home-slider .nivo-caption h5, .inner-slider .nivo-caption h5 {
    font-size: 16px; }
  .home-slider .nivo-caption h6, .inner-slider .nivo-caption h6 {
    font-size: 15px; }
  .home-slider .nivo-caption p, .inner-slider .nivo-caption p {
    font-size: 15px; }
  .home-slider .nivo-controlNav-Wrapper, .inner-slider .nivo-controlNav-Wrapper {
    display: none; }
  .home-slider .nivo-directionNav, .inner-slider .nivo-directionNav {
    display: none; }

  /* Btn */
  a.btn, .btn {
    padding: 5px 10px; }

  .btn-group > .btn {
    font-size: 12px; }

  /* Content */
  .content {
    padding: 30px 30px; }
    .content:before {
      border: 10px solid rgba(0, 0, 0, 0.1); }

  /* Box Links */
  .box {
    width: 50%; }
    .box .box-title {
      position: relative;
      bottom: 0;}
      .box .box-title span {
        font-size: 13px; }

  /* Inner Page Slider */
  .inner-page-slider {
    width: 100%;
    margin: 0px 0% 30px 0px;
    float: left; }
    .inner-page-slider .nivo-directionNav {
      height: 30px; }

  /* Inner Page Slider - Small */
  .slider-small .inner-page-slider {
    width: 100%;
    margin: 0px 0% 30px 0px; }

  .inner-page-slider + .inner-page-slider {
    width: 100%;
    margin: 0px 0% 30px 0px; }

  /* Latest News */
  .latestnews .news .jcarousel .news-wrapper .news-item {
    width: 260px; }

  /* Hole-Nav - Cathedral */
  .hole-nav-wrapper .hole-nav .menu-section ul li:nth-child(10) {
    clear: none; }
  .hole-nav-wrapper .hole-nav .menu-section ul li:nth-child(9):after {
    display: inline-block; }
  .hole-nav-wrapper .hole-nav .menu-section ul li:nth-child(6):after {
    display: none; }
  .hole-nav-wrapper .hole-nav .menu-section ul li:nth-child(7) {
    clear: left; }
  .hole-nav-wrapper .hole-nav .menu-section ul li:nth-child(12):after {
    display: none; }
  .hole-nav-wrapper .hole-nav .menu-section ul li:nth-child(13) {
    clear: left; }

  /* Hole Nav Btns - Bibury */
  .hole-nav-wrapper .hole-nav2 .menu-section {
    margin: 0 0 0 0px; }
    .hole-nav-wrapper .hole-nav2 .menu-section ul li {
      width: 23px; }

  /* Members Login Page */
  .body-loginpage #login fieldset {
    transform: translateX(0px); }

  /* Members Weather Tabs */
  .nav-tabs > li > a {
    padding: 8px 4px;
    box-sizing: border-box;
    font-size: 10px; }

  /* Table, .Table */
  table td, .table td {
    padding: 5px 2px;
    font-size: 9px; }
  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: 5px 2px;
    font-size: 12px; } }


  /* inner-pages */

.body-root-information .inner-page .inner-content {margin-left: 0px;}
.body-root-information .inner-page tr {border-bottom: inherit;}


.teetimesholder th, #memteetimes th {
  	color: black !important;
}

.content::before {
  	content: unset;
}

form[id*="customform_"] span.customFormLine {
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

form[id*="customform_"] fieldset#thankyou span label {
	font-size: 18px;
	font-weight: bold;
	}
form[id*="customform_"] fieldset#thankyou span label + span.customFormMultiCheckBoxWrapper {
	margin-left: 10px;
	display: block;
	}
form[id*="customform_"] fieldset#thankyou span.customFormLine span.customFormRadioItem {
	margin-left: 10px;
  	display: inline-block;
	}

/* anton styles */

.php-member_teetime footer {
  position: relative;
}

.php-member_teetime {
  margin-bottom: 0px !important;
}

.body-class-members.php-member_teetime #globalwrap {
  margin-bottom: 50px;
}

.course-status h3 a {
  color: #fff;
  text-decoration: none;
}

.navbar .logo {
  background: url("/images/resources/salisbury/Club-Logo-2022-white-text.png") no-repeat center transparent;
  height: 89px;
  margin: 6px auto;
}

.body-class-members .navbar .logo, body:not(.body-public) .navbar .logo, .php-login .navbar .logo, .body-loginpage .navbar .logo, .body-class-opens .navbar .logo, .body-class-visitorbooking .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 {
  height: 89px;
}

.home-slider .course-wrapper {
  bottom: 220px;
}

.home-slider .course-wrapper.home-book {
  bottom: 80px;
}

.php-competition2 .navbar .navbar-inner {
  background-color: rgba(0, 0, 0, 0.9);
}

.php-competition2 #globalwrap {
  padding: 20px 20px;
  margin: 130px 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);
}

.php-competition2 .navbar .nav > li > a {
  height: 50px;
}

.php-competition2 .login-btn a {
  height: 50px;
}

.php-mfa_verify footer {
  position: relative;
  margin-top: 40px;
}

.php-event_visitor_payment #payment #amounttopay {
  font-size: 16px;
}

/* end anton styles */