/* CSS Document */
/* Change media query settings in framework/_settings.scss */
/* Colors */
/* Header */
/* Slider */
/* Content */
/* Span */
/* Course Tour */
/*Testimonials and Sponsor */
/* Footer */
/* Fonts */
/* Transitions */
a {
  transition: all 0.3s ease; }

/* Hide basic items on highend template */
.basic-only {
  display: none !important; }

/* show highend items on highend template */
.highend-only {
  display: block !important; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Mixins */
/* Animations */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate, .hide {
  opacity: 0; }
  @media screen and (max-width: 960px) {
    .animate, .hide {
      opacity: 1; } }

.touch .animate, .hide {
  opacity: 1; }

.visible, .show {
  opacity: 1; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* easy grids */
.half {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .half:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .half {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .half:last-child {
        margin-right: 0; } }

.one-third {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .one-third:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .one-third {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .one-third:last-child {
        margin-right: 0; } }

.two-thirds {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }
  .two-thirds:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .two-thirds {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .two-thirds:last-child {
        margin-right: 0; } }

/* Slider */
.slider {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  position: relative; }
  .slider:last-child {
    margin-right: 0; }
  .slider .arrow-down {
    border-top: 3px solid white;
    border-right: 3px solid white;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 4%;
    left: 50%;
    width: 40px;
    height: 40px; }
    .slider .arrow-down:hover {
      cursor: pointer;
      border-top: 3px solid red;
      border-right: 3px solid red; }
    @media screen and (max-width: 600px) {
      .slider .arrow-down {
        display: none; } }
  .slider .slider-overlay {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: 50; }
  .slider .slider-content {
    position: absolute;
    bottom: 10%;
    left: 50px;
    margin: 30px; }
    .slider .slider-content h1, .slider .slider-content span, .slider .slider-content a {
      color: white !important;
      display: block; }
    .slider .slider-content h1 {
      text-transform: uppercase;
      text-shadow: 1px 1px black;
      font-weight: bold;
      font-size: 50px;
      letter-spacing: 8px;
      margin-bottom: 0px; }
      @media screen and (max-width: 1200px) {
        .slider .slider-content h1 {
          letter-spacing: 6px;
          font-size: 40px; } }
      @media screen and (max-width: 960px) {
        .slider .slider-content h1 {
          letter-spacing: 4px;
          font-size: 32px; } }
      @media screen and (max-width: 600px) {
        .slider .slider-content h1 {
          letter-spacing: 2px; } }
    .slider .slider-content span {
      max-width: 500px;
      margin: 10px 0 20px; }
    .slider .slider-content a {
      border: 2px solid #ffffff;
      padding: 7px 40px;
      display: table; }
      .slider .slider-content a:hover {
        color: #446bb4;
        border: 2px solid #446bb4;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 960px) {
      .slider .slider-content {
        bottom: 0;
        margin: 0 0 60px; }
        .slider .slider-content a {
          display: none; } }
    @media screen and (max-width: 600px) {
      .slider .slider-content {
        text-align: center;
        left: 15px; }
        .slider .slider-content h1 {
          font-size: 30px; } }
  .slider .royalSlider .rsNav {
    padding: 0;
    margin: 0;
    height: 7px; }
    .slider .royalSlider .rsNav .rsNavItem {
      width: 100%;
      height: 7px;
      margin: 0;
      padding: 0; }
      .slider .royalSlider .rsNav .rsNavItem span {
        height: 7px;
        width: 100%;
        border-radius: 0;
        background-color: #707070; }
    .slider .royalSlider .rsNav .rsNavSelected span {
      background-color: #363636; }
  .slider .royalSlider .rsArrowIcn {
    background: none !important;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transition: all 0.3s ease; }
    .slider .royalSlider .rsArrowIcn:hover {
      border-top: 3px solid red;
      border-right: 3px solid red; }
    @media screen and (max-width: 600px) {
      .slider .royalSlider .rsArrowIcn {
        display: none; } }
  .slider .royalSlider .rsArrowLeft {
    -ms-transform: rotate(225deg);
    /* IE 9 */
    -webkit-transform: rotate(225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(225deg);
    left: 20px !important; }
    @media screen and (max-width: 600px) {
      .slider .royalSlider .rsArrowLeft {
        left: 0 !important;
        top: -20px !important; } }
  .slider .royalSlider .rsArrowRight {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    right: 20px !important; }
    @media screen and (max-width: 600px) {
      .slider .royalSlider .rsArrowRight {
        right: 0 !important; } }

.shift .arrow-down {
  bottom: 7%; }

/* WordPress and page layout */
/* General */
html, body {
  margin: 0;
  position: relative;
  height: 100%;
  width: 100%; }

a {
  text-decoration: none;
  cursor: pointer; }

body, html, table, th, td {
  font-size: 16px !important; }
  @media screen and (max-width: 1200px) {
    body, html, table, th, td {
      font-size: 15px !important; } }

h1, h2, h3, h4, h5, span, a, p, b, div, td {
  font-family: "Century Gothic", "Apple Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #707070;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important; }

ul {
  padding-left: 20px;
  box-sizing: border-box; }

.content p {
  line-height: 140%; }

.acf-map {
  overflow-x: hidden;
  overflow-y: hidden; }

/* IE fix */
img {
  text-decoration: none;
  border: 0px; }

/* Default Wordpress Styling */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Default SASS Styling */
.left-neat {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .left-neat:last-child {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    .left-neat {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .left-neat:last-child {
        margin-right: 0; } }

.right-neat {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0; }
  .right-neat:last-child {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    .right-neat {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .right-neat:last-child {
        margin-right: 0; } }

.one_half {
  width: 50%;
  position: relative;
  float: left;
  display: block;
  padding-right: 10px; }

.one_third {
  margin-right: 1.6949152542%;
  width: 32.2033898305%;
  display: block;
  float: left;
  position: relative; }
  .one_third:nth-of-type(3) {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .one_third {
      width: 50%;
      padding: 0; } }
  @media screen and (max-width: 600px) {
    .one_third {
      width: 100%; } }

.two_third {
  width: 64.83%;
  position: relative;
  float: left;
  display: block;
  padding-right: 1.5%; }
  @media screen and (max-width: 960px) {
    .two_third {
      width: 50%;
      padding: 0; } }
  @media screen and (max-width: 600px) {
    .two_third {
      width: 100%; } }

/* Header */
.nav-inner {
  width: 100%;
  max-width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 45, 89, 0.9);
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 10px 100px 30px rgba(0, 45, 89, 0);
  -moz-box-shadow: 0px 10px 100px 30px rgba(0, 45, 89, 0);
  box-shadow: 0px 10px 100px 30px rgba(0, 45, 89, 0); }
  .nav-inner a.logo {
    position: relative;
    float: left;
    width: 10%;
    overflow: hidden;
    margin: 20px 50px 0 50px; }
    .nav-inner a.logo img {
      margin: 0;
      height: auto;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      width: auto;
      max-height: 72px;
      max-width: 100%; }
      @media screen and (max-width: 960px) {
        .nav-inner a.logo img {
          height: auto; } }
    @media screen and (max-width: 1500px) {
      .nav-inner a.logo {
        width: 130px;
        margin: 20px 1% 0 1%; } }
    @media screen and (max-width: 960px) {
      .nav-inner a.logo {
        width: 130px;
        margin: 25px 40% 0 40%; } }
    @media screen and (max-width: 600px) {
      .nav-inner a.logo {
        width: 30%;
        margin: 25px 25% 0 32%;
        min-width: 100px; } }
  @media screen and (max-width: 960px) {
    .nav-inner {
      text-align: center; } }
  @media screen and (max-width: 600px) {
    .nav-inner {
      -webkit-box-shadow: 0px 10px 50px 15px rgba(0, 45, 89, 0);
      -moz-box-shadow: 0px 10px 50px 15px rgba(0, 45, 89, 0);
      box-shadow: 0px 10px 50px 15px rgba(0, 45, 89, 0); } }
  .nav-inner .social {
    position: absolute;
    right: 165px;
    top: 27px;
    float: right;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1500px) {
      .nav-inner .social {
        display: none; } }
    @media screen and (max-width: 1200px) {
      .nav-inner .social {
        display: block; } }
    @media screen and (max-width: 960px) {
      .nav-inner .social {
        right: 135px;
        top: 37px; } }
    .nav-inner .social a {
      margin-left: 10px;
      transition: all 0.3s ease;
      float: left;
      height: 24px; }
      .nav-inner .social a img {
        width: 100%;
        height: 100%;
        margin: 0; }
    @media screen and (max-width: 600px) {
      .nav-inner .social {
        display: none; } }
  .nav-inner .menu {
    float: left;
    display: block;
    width: 80%;
    position: relative;
    top: 15px; }
    .nav-inner .menu .menu-toggle {
      display: none;
      color: #ffffff;
      top: 20px;
      left: 45%;
      font-size: 16px;
      transition: all 0.3s ease;
      border: 1px solid rgba(255, 255, 255, 0.5);
      padding: 10px;
      border-radius: 2px; }
      .nav-inner .menu .menu-toggle i {
        color: #ffffff;
        position: relative;
        top: 1px;
        left: -1px; }
      @media screen and (max-width: 960px) {
        .nav-inner .menu .menu-toggle {
          display: block;
          left: 20px;
          top: 32px;
          position: fixed; } }
      @media screen and (max-width: 600px) {
        .nav-inner .menu .menu-toggle {
          padding: 7px;
          left: 10px;
          font-size: 15px; } }
    .nav-inner .menu .guests-menu, .nav-inner .menu .members-menu {
      list-style: none;
      position: absolute;
      padding-left: 3%; }
      .nav-inner .menu .guests-menu li, .nav-inner .menu .members-menu li {
        display: inline-block;
        padding: 10px 15px 13px;
        text-transform: uppercase;
        transition: all 0.3s ease;
        position: relative;
        font-size: 14px; }
        @media screen and (max-width: 1200px) {
          .nav-inner .menu .guests-menu li, .nav-inner .menu .members-menu li {
            padding: 10px 2px 13px; } }
        @media screen and (max-width: 1500px) {
          .nav-inner .menu .guests-menu li, .nav-inner .menu .members-menu li {
            padding: 10px 10px 13px; } }
        .nav-inner .menu .guests-menu li a, .nav-inner .menu .members-menu li a {
          color: #ffffff;
          font-size: 14px; }
          .nav-inner .menu .guests-menu li a span, .nav-inner .menu .members-menu li a span {
            font-style: normal; }
          .nav-inner .menu .guests-menu li a:hover, .nav-inner .menu .members-menu li a:hover {
            color: #ffffff; }
        .nav-inner .menu .guests-menu li .sub-menu, .nav-inner .menu .members-menu li .sub-menu {
          display: none;
          position: absolute;
          padding: 0;
          z-index: 100;
          top: 33px;
          left: 0;
          margin-top: 7px;
          min-width: 200px; }
          .nav-inner .menu .guests-menu li .sub-menu li, .nav-inner .menu .members-menu li .sub-menu li {
            display: block;
            background-color: #002D59;
            padding: 10px 20px; }
            .nav-inner .menu .guests-menu li .sub-menu li a, .nav-inner .menu .members-menu li .sub-menu li a {
              display: block;
              color: #ffffff;
              white-space: nowrap;
              font-size: 14px; }
            .nav-inner .menu .guests-menu li .sub-menu li .sub-menu, .nav-inner .menu .members-menu li .sub-menu li .sub-menu {
              display: none;
              position: absolute;
              top: -7px;
              left: 100%; }
              .nav-inner .menu .guests-menu li .sub-menu li .sub-menu a, .nav-inner .menu .members-menu li .sub-menu li .sub-menu a {
                color: #ffffff !important; }
            .nav-inner .menu .guests-menu li .sub-menu li:hover .sub-menu, .nav-inner .menu .members-menu li .sub-menu li:hover .sub-menu {
              display: block; }
        .nav-inner .menu .guests-menu li:hover, .nav-inner .menu .members-menu li:hover {
          background-color: #002D59; }
          .nav-inner .menu .guests-menu li:hover li, .nav-inner .menu .members-menu li:hover li {
            background-color: #002D59; }
            .nav-inner .menu .guests-menu li:hover li:hover, .nav-inner .menu .members-menu li:hover li:hover {
              background-color: #464646; }
            .nav-inner .menu .guests-menu li:hover li a, .nav-inner .menu .members-menu li:hover li a {
              color: #ffffff; }
          .nav-inner .menu .guests-menu li:hover .sub-menu, .nav-inner .menu .members-menu li:hover .sub-menu {
            display: block; }
      @media screen and (max-width: 1200px) {
        .nav-inner .menu .guests-menu, .nav-inner .menu .members-menu {
          position: relative;
          margin: 0; } }
      @media screen and (max-width: 960px) {
        .nav-inner .menu .guests-menu, .nav-inner .menu .members-menu {
          display: none; } }
    .nav-inner .menu .members-menu .sub-menu {
      top: 81px; }
    @media screen and (max-width: 1200px) {
      .nav-inner .menu {
        width: 100%;
        background-color: #002D59;
        top: 5px; } }
  .nav-inner .members-dropdown {
    position: absolute;
    top: 30px;
    right: 50px;
    text-align: right;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1500px) {
      .nav-inner .members-dropdown {
        right: 1%; } }
    @media screen and (max-width: 960px) {
      .nav-inner .members-dropdown {
        right: 20px;
        top: 30px; } }
    @media screen and (max-width: 600px) {
      .nav-inner .members-dropdown {
        right: 20px;
        top: 32px; } }
    .nav-inner .members-dropdown .members-link {
      margin-top: 0;
      text-transform: uppercase;
      color: #ffffff; }
      @media screen and (max-width: 960px) {
        .nav-inner .members-dropdown .members-link {
          border: 1px solid rgba(255, 255, 255, 0.5);
          padding: 10px;
          border-radius: 2px; } }
      .nav-inner .members-dropdown .members-link i {
        color: #ffffff;
        position: relative;
        top: 1px;
        left: 1px; }
      @media screen and (max-width: 600px) {
        .nav-inner .members-dropdown .members-link {
          padding: 7px; } }
    .nav-inner .members-dropdown .dropdown {
      display: none;
      position: absolute;
      top: 70px;
      text-align: left;
      background-color: rgba(0, 45, 89, 0.8);
      padding: 20px 20px 10px;
      right: 0;
      width: 350px; }
      @media screen and (max-width: 960px) {
        .nav-inner .members-dropdown .dropdown {
          right: -10px;
          width: 100vw;
          top: 58px;
          text-align: center;
          background-color: #002D59 !important;
          padding-bottom: 40px; }
          .nav-inner .members-dropdown .dropdown label {
            margin-top: 5px; }
          .nav-inner .members-dropdown .dropdown input[type=submit] {
            margin-bottom: 10px !important;
            display: block; } }
      .nav-inner .members-dropdown .dropdown input {
        display: inline; }
      .nav-inner .members-dropdown .dropdown label {
        min-width: 150px;
        display: inline-block;
        color: #ffffff;
        margin-bottom: 7px; }
      .nav-inner .members-dropdown .dropdown input[type=text], .nav-inner .members-dropdown .dropdown input[type=password] {
        min-width: 150px;
        height: 23px; }
      .nav-inner .members-dropdown .dropdown input[type=submit] {
        text-transform: uppercase;
        width: 100%;
        background-color: transparent;
        border: 2px solid #ffffff;
        padding: 10px;
        color: #ffffff;
        margin: 5px 0;
        transition: all 0.3s ease; }
        .nav-inner .members-dropdown .dropdown input[type=submit]:hover {
          color: white;
          border: 2px solid red;
          cursor: pointer; }
      .nav-inner .members-dropdown .dropdown a {
        margin-top: 5px;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        text-transform: none;
        color: #ffffff; }
        .nav-inner .members-dropdown .dropdown a:hover {
          color: white; }
      .nav-inner .members-dropdown .dropdown:hover {
        display: block; }
    .nav-inner .members-dropdown:hover .members-link {
      cursor: pointer;
      color: white; }
    .nav-inner .members-dropdown .menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: none;
      background-color: #002D59;
      float: right;
      top: 15px;
      position: relative;
      width: 215px; }
      .nav-inner .members-dropdown .menu li a {
        color: #ffffff;
        display: block;
        padding: 10px 20px 10px 30px; }
        .nav-inner .members-dropdown .menu li a:hover {
          color: white; }
      .nav-inner .members-dropdown .menu li ul {
        display: none;
        position: relative;
        top: 15px;
        background-color: rgba(0, 45, 89, 0.8);
        list-style: none;
        padding: 15px 0; }
        .nav-inner .members-dropdown .menu li ul li {
          padding: 3px 20px; }
          .nav-inner .members-dropdown .menu li ul li a {
            border-bottom: 0; }
      .nav-inner .members-dropdown .menu li:hover ul {
        display: block;
        float: none; }

@media screen and (max-width: 960px) {
  .logged-in .social {
    right: 145px; } }

.logged-in-editor .nav-inner {
  top: 38px; }

.logged-in-editor .nav-inner .menu .menu-toggle {
  margin-top: 37px; }

.shrink .nav-inner {
  height: 75px;
  z-index: 100;
  background-color: rgba(0, 45, 89, 0.9); }
  .shrink .nav-inner img {
    margin: 10px 20px;
    height: 55px; }
    @media screen and (max-width: 960px) {
      .shrink .nav-inner img {
        margin: 10px auto;
        height: 50px; } }
    @media screen and (max-width: 600px) {
      .shrink .nav-inner img {
        margin: 15px auto;
        height: 40px; } }
  .shrink .nav-inner .social {
    top: 25px;
    right: 140px; }
    @media screen and (max-width: 960px) {
      .shrink .nav-inner .social {
        top: 23px;
        right: 130px; } }
  .shrink .nav-inner .menu-toggle {
    top: 14px !important; }
    @media screen and (max-width: 600px) {
      .shrink .nav-inner .menu-toggle {
        top: 17px !important; } }
  .shrink .nav-inner .members-menu li:hover, .shrink .nav-inner .guests-menu li:hover {
    background-color: transparent; }
  .shrink .nav-inner .members-menu .sub-menu, .shrink .nav-inner .guests-menu .sub-menu {
    top: 40px; }
    .shrink .nav-inner .members-menu .sub-menu li, .shrink .nav-inner .guests-menu .sub-menu li {
      background-color: rgba(0, 45, 89, 0.9); }
  .shrink .nav-inner .members-dropdown {
    top: 30px; }
    @media screen and (max-width: 960px) {
      .shrink .nav-inner .members-dropdown {
        top: 14px; } }
    @media screen and (max-width: 600px) {
      .shrink .nav-inner .members-dropdown {
        top: 17px; } }
    .shrink .nav-inner .members-dropdown .dropdown {
      top: 45px;
      background-color: rgba(0, 45, 89, 0.9); }
    .shrink .nav-inner .members-dropdown .menu {
      top: 4px; }
      .shrink .nav-inner .members-dropdown .menu a {
        padding-bottom: 16px; }
      .shrink .nav-inner .members-dropdown .menu .sub-menu {
        top: 25px;
        background-color: rgba(0, 45, 89, 0.9); }
  .shrink .nav-inner a.logo {
    width: 120px; }
    @media screen and (max-width: 960px) {
      .shrink .nav-inner a.logo {
        width: 130px;
        margin: 10px 40% 0 40%; } }
    @media screen and (max-width: 600px) {
      .shrink .nav-inner a.logo {
        margin: 10px 27% 0 27%; } }

/* Main page area */
.main {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  position: relative;
  border-top: 5px solid #363636;
  padding: 30px 0;
  box-sizing: content-box; }
  .main:last-child {
    margin-right: 0; }
  .main .content {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 96%; }
    @media screen and (max-width: 1200px) {
      .main .content {
        padding: 0 20px !important;
        width: 100%;
        float: left;
        box-sizing: border-box; } }
    @media screen and (max-width: 600px) {
      .main .content {
        padding: 0 10px !important;
        margin-top: 20px; } }
    .main .content img {
      max-width: 100%;
      height: auto; }
      .main .content img.arrow-nav {
        height: 22px; }
    .main .content .heading {
      display: block;
      position: absolute;
      width: 100%;
      top: -160px;
      left: 0;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase;
      text-shadow: -1px -1px 1px #fff, 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2);
      font-weight: bold;
      letter-spacing: 4px;
      font-size: 45px;
      z-index: -1; }
      @media screen and (max-width: 1200px) {
        .main .content .heading {
          font-size: 35px; } }
      @media screen and (max-width: 600px) {
        .main .content .heading {
          position: relative;
          top: -33px;
          font-size: 25px;
          margin: 10px 0; } }
    .main .content hr {
      display: block;
      width: 100%;
      float: left;
      border: 2px solid #d4d4d4;
      margin: 20px 0; }
  @media screen and (max-width: 960px) {
    .main {
      max-width: 100%; } }

.content .wrapped {
  width: 54%;
  float: left;
  display: inline-block;
  position: relative;
  padding: 0 3% 60px; }
  .content .wrapped.wide {
    width: 71%; }
  @media screen and (max-width: 1200px) {
    .content .wrapped {
      width: 60%; } }
  @media screen and (max-width: 960px) {
    .content .wrapped {
      width: 100%; } }

/* Gravity Forms */
.gform_ {
  max-width: 100% !important; }

.gform_heading {
  margin: 0px !important; }

.gform_footer {
  margin-top: 0px !important; }

.gform_title {
  display: none !important; }

.gform_body ul {
  float: none; }
  .gform_body ul li {
    margin-bottom: 20px; }
    .gform_body ul li label {
      display: none !important; }
    .gform_body ul li input, .gform_body ul li textarea {
      padding: 10px !important;
      font-size: 13px !important;
      border: 2px solid #d4d4d4;
      width: 100% !important;
      box-sizing: border-box; }
    .gform_body ul li .textarea {
      width: 100% !important;
      border: 2px solid #d4d4d4;
      box-sizing: border-box; }
    .gform_body ul li .name_first {
      margin-right: 20px !important;
      width: calc(50% - 12px) !important;
      box-sizing: border-box; }
      @media screen and (max-width: 1200px) {
        .gform_body ul li .name_first {
          width: 100% !important;
          margin-bottom: 20px;
          padding-right: 0; } }
    .gform_body ul li .name_last {
      width: calc(50% - 14px) !important;
      box-sizing: border-box; }
      @media screen and (max-width: 1200px) {
        .gform_body ul li .name_last {
          width: 100% !important; } }
  .gform_body ul #field_2_2 {
    width: calc(50% - 12px) !important;
    margin-right: 24px !important;
    display: inline-block !important;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .gform_body ul #field_2_2 {
        width: 100% !important; } }
  .gform_body ul #field_2_3 {
    width: calc(50% - 12px) !important;
    display: inline-block !important;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .gform_body ul #field_2_3 {
        width: 100% !important; } }

.gform_body .gfield_checkbox li label, .gform_body .gfield_radio li label {
  display: block !important; }

.gform_button {
  font-style: normal;
  font-size: 13px !important;
  padding: 7px 20px;
  background-color: transparent;
  color: #707070;
  transition: all 0.3s ease;
  border: 2px solid #707070;
  font-weight: bold;
  float: right; }
  .gform_button:hover {
    color: white;
    border: 2px solid red;
    cursor: pointer; }

/* Footer */
footer {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  position: relative;
  background-color: #d4d4d4;
  -webkit-box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.6); }
  footer:last-child {
    margin-right: 0; }
  footer .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 0 50px; }
    footer .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      footer .content {
        margin-bottom: 25px; } }
    @media screen and (max-width: 600px) {
      footer .content {
        padding: 0px 10px; } }
    footer .content .block {
      padding-bottom: 50px; }
    footer .content h4 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      font-size: 14px;
      color: #363636;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 40px;
      margin-top: 25px;
      position: relative; }
      footer .content h4:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        footer .content h4 {
          margin-bottom: 15px; } }
    footer .content .news {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 38.5854090412%; }
      footer .content .news:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        footer .content .news {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          footer .content .news:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        footer .content .news {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          text-align: center; }
          footer .content .news:last-child {
            margin-right: 0; } }
      footer .content .news .item {
        float: left;
        display: block;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px; }
        footer .content .news .item h5 {
          margin: 0;
          color: #363636; }
        footer .content .news .item a {
          font-size: 12px;
          color: #707070;
          text-transform: uppercase;
          font-weight: bold; }
          footer .content .news .item a:hover {
            font-weight: bold; }
        @media screen and (max-width: 960px) {
          footer .content .news .item {
            width: 98%;
            margin-bottom: 4px; }
            footer .content .news .item h5, footer .content .news .item a {
              display: inline-block; }
            footer .content .news .item a:before {
              content: '- '; } }
    footer .content .logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 18.1138787216%;
      text-align: center;
      background: url("../images/logo-footer.png") no-repeat center/contain;
      min-height: 210px; }
      footer .content .logo:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        footer .content .logo {
          display: none; } }
    footer .content .social {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 18.1138787216%;
      text-align: right; }
      footer .content .social:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        footer .content .social {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%; }
          footer .content .social:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        footer .content .social {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          text-align: center; }
          footer .content .social:last-child {
            margin-right: 0; } }
      footer .content .social h4 {
        margin-bottom: 55px; }
        @media screen and (max-width: 600px) {
          footer .content .social h4 {
            margin-bottom: 25px; } }
      footer .content .social i {
        color: #707070;
        font-size: 28px;
        margin-left: 10px;
        transition: all 0.3s ease; }
        footer .content .social i:hover {
          color: #446bb4; }
        @media screen and (max-width: 960px) {
          footer .content .social i {
            font-size: 23px; } }
    footer .content .contact {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 18.1138787216%;
      margin-right: 0;
      text-align: right; }
      footer .content .contact:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        footer .content .contact {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%; }
          footer .content .contact:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        footer .content .contact {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          text-align: center; }
          footer .content .contact:last-child {
            margin-right: 0; } }
      footer .content .contact h4 {
        margin-bottom: 30px; }
      footer .content .contact a {
        color: #707070;
        font-size: 14px;
        display: block;
        float: right;
        width: 100%; }
        footer .content .contact a:hover {
          color: #446bb4; }
      footer .content .contact span {
        display: block;
        position: relative;
        float: right;
        width: 100%;
        font-size: 14px; }
      footer .content .contact address {
        font-style: normal;
        color: #363636; }
  footer .footer-nav {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    background-color: #464646;
    position: relative; }
    footer .footer-nav:last-child {
      margin-right: 0; }
    footer .footer-nav p {
      display: inline-block;
      color: #d4d4d4;
      font-size: 12px; }
    footer .footer-nav .copyright {
      position: relative;
      left: 50px;
      height: 15px; }
      @media screen and (max-width: 1200px) {
        footer .footer-nav .copyright {
          left: 20px; } }
      @media screen and (max-width: 600px) {
        footer .footer-nav .copyright {
          left: 10px;
          font-size: 11px !important; } }
    footer .footer-nav .miclub {
      position: absolute;
      right: 50px;
      bottom: 0;
      text-align: right; }
      footer .footer-nav .miclub a {
        text-decoration: underline;
        color: #ffffff; }
        footer .footer-nav .miclub a:hover {
          font-weight: bold; }
      @media screen and (max-width: 1200px) {
        footer .footer-nav .miclub {
          right: 20px; } }
      @media screen and (max-width: 600px) {
        footer .footer-nav .miclub {
          right: 10px;
          font-size: 11px !important; } }
    footer .footer-nav .menu-header {
      width: calc(70% - 100px);
      position: relative;
      height: 22px;
      display: inline-block;
      left: 20px; }
      @media screen and (max-width: 960px) {
        footer .footer-nav .menu-header {
          display: none; } }
      footer .footer-nav .menu-header .sub-menu {
        display: none; }
      footer .footer-nav .menu-header ul {
        display: table;
        position: absolute;
        padding: 0;
        left: 0;
        margin: 9px 0 10px;
        table-layout: fixed;
        width: 100%; }
        footer .footer-nav .menu-header ul li {
          display: table-cell;
          text-align: center; }
          footer .footer-nav .menu-header ul li a {
            white-space: nowrap;
            text-transform: uppercase;
            font-size: 13px;
            color: #d4d4d4; }
            footer .footer-nav .menu-header ul li a:hover {
              font-weight: bold; }
        footer .footer-nav .menu-header ul .current_page_item a {
          font-weight: bold;
          color: #ffffff; }

/* custom editor styles */
#poststuff html {
  overflow: scroll !important; }

.subheading {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block;
  float: left; }

.subtitle {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block;
  float: left;
  font-size: 30px;
  letter-spacing: 3px;
  text-align: center; }

.large-text {
  font-weight: bold;
  font-size: 19px;
  display: block;
  float: left; }

ul {
  padding-left: 20px;
  clear: both; }

.line-list {
  list-style: none;
  padding-left: 15px; }
  .line-list li {
    font-weight: bold;
    list-style: none; }
    .line-list li:before {
      content: '|';
      position: relative;
      left: -10px; }

.icon-file-pdf, .icon-file-word, .icon-file-excel {
  margin-right: 20px;
  display: inline-block;
  padding-left: 40px;
  line-height: 34px;
  background-repeat: no-repeat; }
  .icon-file-pdf:before, .icon-file-word:before, .icon-file-excel:before {
    position: relative;
    content: ''; }

.icon-file-pdf {
  background-image: url("../images/icons/png/pdf.png"); }

.icon-file-word {
  background-image: url("../images/icons/png/ms-word.png"); }

.icon-file-excel {
  background-image: url("../images/icons/png/ms-excel.png"); }

/* Search */
.search article {
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 15px 0; }
  .search article h4 {
    color: white;
    margin: 0 20px;
    font-weight: bold; }
  .search article hr {
    border: 1px solid #d4d4d4 !important; }
  .search article p {
    margin: 5px 20px; }
  .search article a {
    color: white; }

/* Splash */
.splash-image {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-height: 60vh !important;
  height: 400px;
  background-size: cover;
  z-index: -1; }
  .splash-image:last-child {
    margin-right: 0; }
  .splash-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  .splash-image img {
    z-index: -100;
    margin: 0 auto;
    display: inline-block;
    width: 100% !important;
    height: auto !important; }
  @media screen and (max-width: 600px) {
    .splash-image {
      height: 100px;
      top: 104px; }
      .splash-image img {
        width: 100% !important;
        height: auto !important; } }

/* Mobile Menu */
@media screen and (max-width: 960px) {
  .menu #nav {
    display: none; } }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 0;
  background-color: rgba(0, 45, 89, 0.9);
  display: none;
  float: left;
  z-index: 200;
  overflow-y: scroll;
  max-height: 100%; }
  .mobile-menu .menu-toggle {
    display: block;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 2px;
    position: absolute;
    top: 30px;
    left: 20px; }
    @media screen and (max-width: 600px) {
      .mobile-menu .menu-toggle {
        padding: 7px;
        left: 10px; } }
  .mobile-menu ul {
    padding: 0; }
  .mobile-menu #nav {
    margin-top: 40px;
    padding: 0;
    list-style: none;
    width: 100%; }
    .mobile-menu #nav a {
      color: #ffffff; }
    .mobile-menu #nav li {
      border-bottom: 1px solid #ffffff;
      width: 100%;
      padding: 0 20px;
      position: relative;
      display: block; }
      .mobile-menu #nav li a {
        padding: 15px 0;
        clear: left;
        display: block;
        transition: all 0.3s ease; }
        .mobile-menu #nav li a:hover {
          color: white; }
      .mobile-menu #nav li .sub-menu {
        z-index: 300;
        display: none;
        width: 100vw;
        left: -20px;
        position: relative;
        float: left; }
        .mobile-menu #nav li .sub-menu li {
          padding-left: 40px; }
          .mobile-menu #nav li .sub-menu li .sub-menu {
            left: -40px; }
            .mobile-menu #nav li .sub-menu li .sub-menu li {
              padding-left: 60px; }
      .mobile-menu #nav li:hover .sub-menu {
        display: block; }

.mobile-members {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  float: right;
  width: 100%;
  background-color: rgba(0, 45, 89, 0.9);
  z-index: 200;
  text-align: right;
  color: #002D59;
  padding-top: 65px; }
  @media screen and (max-width: 600px) {
    .mobile-members {
      padding-top: 42px; } }
  .mobile-members .members-link {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 2px;
    position: absolute;
    top: 30px;
    right: 20px; }
    @media screen and (max-width: 600px) {
      .mobile-members .members-link {
        padding: 7px;
        right: 20px;
        top: 31px; } }
  .mobile-members .dropdown {
    display: block;
    position: relative;
    padding: 20px 20px 10px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .mobile-members .dropdown {
        margin-top: 20px; } }
    .mobile-members .dropdown input {
      display: inline; }
    .mobile-members .dropdown label {
      min-width: 150px;
      display: inline-block;
      color: #ffffff;
      margin-bottom: 7px; }
    .mobile-members .dropdown input[type=text], .mobile-members .dropdown input[type=password] {
      min-width: 150px;
      height: 23px; }
    .mobile-members .dropdown input[type=submit] {
      text-transform: uppercase;
      width: 50%;
      background-color: transparent;
      border: 2px solid #ffffff;
      padding: 10px;
      color: #ffffff;
      margin: 5px 0;
      transition: all 0.3s ease; }
      @media screen and (max-width: 600px) {
        .mobile-members .dropdown input[type=submit] {
          width: 70%; } }
      .mobile-members .dropdown input[type=submit]:hover {
        color: white;
        border: 2px solid red;
        cursor: pointer; }
      @media screen and (max-width: 600px) {
        .mobile-members .dropdown input[type=submit] input[type=checkbox] {
          margin-top: 10px; } }
    .mobile-members .dropdown a {
      margin-top: 5px;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 14px;
      text-transform: none;
      color: #ffffff; }
      .mobile-members .dropdown a:hover {
        color: white; }
    .mobile-members .dropdown:hover {
      display: block; }
  .mobile-members:hover .members-link {
    cursor: pointer;
    border-bottom: 9px solid rgba(0, 45, 89, 0.8);
    color: white; }
  .mobile-members .menu {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    width: 100%; }
    .mobile-members .menu a {
      color: #ffffff; }
    .mobile-members .menu li {
      border-bottom: 1px solid #ffffff;
      width: 100%;
      padding: 0 20px;
      position: relative;
      display: block; }
      .mobile-members .menu li a {
        padding: 15px 0;
        clear: left;
        display: block;
        transition: all 0.3s ease; }
        .mobile-members .menu li a:hover {
          color: white; }
      .mobile-members .menu li .sub-menu {
        z-index: 300;
        display: none;
        width: 300px;
        left: -20px;
        position: relative;
        float: left; }
        .mobile-members .menu li .sub-menu li {
          padding-left: 40px; }
          .mobile-members .menu li .sub-menu li .sub-menu {
            left: -40px; }
            .mobile-members .menu li .sub-menu li .sub-menu li {
              padding-left: 60px; }
      .mobile-members .menu li:hover .sub-menu {
        display: block; }

.shrink .mobile-members .menu {
  margin-top: 20px; }

@media screen and (max-width: 960px) {
  .shrink .menu-toggle {
    top: 15px; } }

@media screen and (max-width: 600px) {
  .shrink .menu-toggle {
    top: 16px; } }

@media screen and (max-width: 960px) {
  .shrink .members-link {
    top: 15px; } }

@media screen and (max-width: 600px) {
  .shrink .members-link {
    top: 16px; } }

/* Members */
.splash-members {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .splash-members:last-child {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    .splash-members {
      height: 100px; } }
  .splash-members .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  .splash-members img {
    z-index: -100;
    margin: 0 auto;
    display: inline-block; }

.members {
  /* Sidebar - members */
  position: relative;
  padding-top: 0px; }
  .members .content .heading {
    top: -31vh; }
    @media screen and (max-width: 600px) {
      .members .content .heading {
        top: 0; } }
  .members .members-sidebar {
    position: relative;
    display: block;
    float: left;
    padding-right: 2%;
    margin-top: 30px;
    width: 19%; }
    .members .members-sidebar .members-menu {
      padding: 0;
      list-style: none;
      margin: 0; }
      .members .members-sidebar .members-menu li {
        width: 100%; }
        .members .members-sidebar .members-menu li a {
          text-align: center;
          background-color: white;
          font-size: 20px;
          line-height: 20px;
          width: 100%;
          color: white;
          display: block;
          padding: 12px 20px;
          margin: 6px 0 7px;
          font-weight: bold;
          -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
          -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14); }
          .members .members-sidebar .members-menu li a:hover {
            background-color: #133a59; }
          .members .members-sidebar .members-menu li a:first-child {
            margin-top: 0; }
    .members .members-sidebar .fb-page, .members .members-sidebar .events {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
      margin-bottom: 30px;
      position: relative;
      width: 92%; }
      .members .members-sidebar .fb-page:last-child, .members .members-sidebar .events:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1200px) {
        .members .members-sidebar .fb-page, .members .members-sidebar .events {
          -webkit-box-shadow: 0 0 0 0 transparent;
          -moz-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent; } }
    @media screen and (max-width: 1200px) {
      .members .members-sidebar .fb-page {
        display: none !important; } }
    .members .members-sidebar .events {
      padding: 20px 4% 0; }
      .members .members-sidebar .events > h3 {
        margin: 0;
        text-transform: uppercase;
        font-weight: bold; }
      .members .members-sidebar .events .eo-events {
        list-style: none;
        margin-top: 10px;
        display: block;
        float: left;
        padding: 0;
        width: 92%; }
        @media screen and (max-width: 1200px) {
          .members .members-sidebar .events .eo-events {
            width: 100%; } }
        .members .members-sidebar .events .eo-events li {
          margin-top: 20px;
          display: block;
          float: left; }
          @media screen and (max-width: 1200px) {
            .members .members-sidebar .events .eo-events li {
              width: 33.33333%; }
              .members .members-sidebar .events .eo-events li h3, .members .members-sidebar .events .eo-events li .month {
                font-size: 12px;
                margin: 0; } }
          .members .members-sidebar .events .eo-events li a {
            font-size: 0.7em; }
            .members .members-sidebar .events .eo-events li a .day {
              color: white;
              padding: 13px 15px;
              background-color: #b7b7b7;
              font-size: 24px;
              margin-right: 10px;
              transition: all 0.3s ease; }
              @media screen and (max-width: 1200px) {
                .members .members-sidebar .events .eo-events li a .day {
                  padding: 5px; } }
              .members .members-sidebar .events .eo-events li a .day:hover {
                background-color: white; }
          .members .members-sidebar .events .eo-events li .month, .members .members-sidebar .events .eo-events li .year {
            position: relative;
            top: -15px;
            left: 5px;
            font-weight: bold;
            color: #363636; }
          .members .members-sidebar .events .eo-events li h3 {
            margin: 0; }
            .members .members-sidebar .events .eo-events li h3 a {
              position: relative;
              top: -15px; }
          @media screen and (max-width: 1200px) {
            .members .members-sidebar .events .eo-events li {
              text-align: center; }
              .members .members-sidebar .events .eo-events li .month {
                margin-top: 0px; }
              .members .members-sidebar .events .eo-events li .month, .members .members-sidebar .events .eo-events li .year {
                left: auto;
                top: auto;
                display: block; }
              .members .members-sidebar .events .eo-events li h3 a {
                left: auto;
                top: auto;
                display: block;
                visibility: hidden; } }
          @media screen and (max-width: 960px) {
            .members .members-sidebar .events .eo-events li .month {
              margin-top: 10px; } }
      .members .members-sidebar .events .calendar-view {
        position: relative;
        top: 0;
        right: 0;
        font-size: 13px; }
        .members .members-sidebar .events .calendar-view:hover {
          color: white; }
      @media screen and (max-width: 1200px) {
        .members .members-sidebar .events {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-right: 0;
          margin-top: 30px;
          margin-bottom: 0; }
          .members .members-sidebar .events:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        .members .members-sidebar .events {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-top: 0;
          padding: 20px 0 0; }
          .members .members-sidebar .events:last-child {
            margin-right: 0; } }
    .members .members-sidebar .weather {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      position: relative;
      padding: 20px 0; }
      .members .members-sidebar .weather:last-child {
        margin-right: 0; }
      .members .members-sidebar .weather h3 {
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 10px; }
      .members .members-sidebar .weather .links {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
        margin: 7px 0; }
        .members .members-sidebar .weather .links:last-child {
          margin-right: 0; }
        .members .members-sidebar .weather .links a {
          font-size: 13px;
          display: inline-block; }
      .members .members-sidebar .weather #weatherFeed {
        display: block;
        float: left;
        width: 100%; }
        .members .members-sidebar .weather #weatherFeed .weatherTitle {
          position: absolute;
          top: 6px;
          right: 20px; }
          @media screen and (max-width: 960px) {
            .members .members-sidebar .weather #weatherFeed .weatherTitle {
              top: 6px; } }
        .members .members-sidebar .weather #weatherFeed div {
          width: 33.333333%;
          display: block;
          float: left;
          text-align: center;
          font-size: 12px; }
          .members .members-sidebar .weather #weatherFeed div b {
            font-weight: bold; }
          .members .members-sidebar .weather #weatherFeed div span {
            display: block; }
      @media screen and (max-width: 1200px) {
        .members .members-sidebar .weather {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-right: 0;
          margin-top: 30px; }
          .members .members-sidebar .weather:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        .members .members-sidebar .weather {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-top: 0; }
          .members .members-sidebar .weather:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 1200px) {
      .members .members-sidebar {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
        padding: 0;
        margin: 50px 0 0 0; }
        .members .members-sidebar:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 600px) {
      .members .members-sidebar {
        margin-top: 90px; } }
  @media screen and (max-width: 600px) {
    .members {
      padding-bottom: 0px; }
      .members .heading {
        margin: 20px 0 5px !important; } }
  .members .members-content {
    width: 79%;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
    margin-top: 30px; }
    .members .members-content .archives-wrap {
      width: 100%; }
    .members .members-content .heading {
      left: -15%; }
      @media screen and (max-width: 1200px) {
        .members .members-content .heading {
          left: 0; } }
    @media screen and (max-width: 960px) {
      .members .members-content {
        padding: 0 !important; } }
    .members .members-content .featured-post {
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden; }
      .members .members-content .featured-post:last-child {
        margin-right: 0; }
      .members .members-content .featured-post .archive-content {
        padding: 0px 20px 30px; }
        .members .members-content .featured-post .archive-content h2 {
          margin: 15px 0; }
        .members .members-content .featured-post .archive-content img {
          min-height: 200px;
          width: auto; }
          @media screen and (max-width: 600px) {
            .members .members-content .featured-post .archive-content img {
              min-height: 150px;
              height: 150px; } }
        .members .members-content .featured-post .archive-content .read_more_link {
          position: absolute;
          bottom: 20px;
          right: 20px;
          font-weight: bold;
          border: 2px solid #707070;
          padding: 5px 20px;
          font-size: 14px;
          text-transform: uppercase; }
          .members .members-content .featured-post .archive-content .read_more_link:hover {
            border: 2px solid red;
            color: white; }
          @media screen and (max-width: 600px) {
            .members .members-content .featured-post .archive-content .read_more_link {
              bottom: 13px;
              right: 15px;
              padding: 5px 10px;
              font-size: 12px; } }
      .members .members-content .featured-post small {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-style: italic; }
    .members .members-content .column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .members .members-content .column:last-child {
        margin-right: 0; }
      @media screen and (max-width: 600px) {
        .members .members-content .column {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-right: 0; }
          .members .members-content .column:nth-child(2n) {
            margin-right: 2.3576515979%; }
          .members .members-content .column:nth-child(2n+1) {
            clear: none; }
          .members .members-content .column:last-child {
            margin-right: 0; } }
      .members .members-content .column .panel {
        border: 1px solid red;
        border-radius: 2px;
        position: relative;
        margin-bottom: 20px;
        height: 100%;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
        float: left;
        width: 100%; }
        .members .members-content .column .panel h2 {
          color: white;
          width: 100%;
          margin: 0px;
          margin-bottom: 10px;
          font-size: 17px;
          position: relative;
          padding: 10px 15px;
          background: red;
          box-sizing: border-box; }
        .members .members-content .column .panel p {
          font-size: 14px;
          margin: 5px 10px; }
        .members .members-content .column .panel ul {
          list-style: none; }
        .members .members-content .column .panel a {
          color: white;
          transition: all 0.3s ease;
          padding: 20px;
          position: relative;
          width: 100%;
          float: left; }
          .members .members-content .column .panel a:hover {
            text-decoration: underline; }
        .members .members-content .column .panel td {
          padding: 5px 10px; }
    .members .members-content .flDateHeading {
      position: relative !important;
      color: black !important;
      top: 0 !important;
      left: 0 !important;
      font-size: 14px !important;
      text-shadow: none !important; }
      .members .members-content .flDateHeading span {
        color: #707070 !important; }
    @media screen and (max-width: 1200px) {
      .members .members-content {
        width: 100%;
        padding: 0;
        margin-top: 110px; }
        .members .members-content .heading {
          top: -90px;
          color: white;
          text-shadow: none; } }
  @media screen and (max-width: 600px) {
    .members .members-content .content.members.password table {
      max-width: 100%;
      position: relative;
      float: left;
      display: block;
      background: none;
      border: none !important;
      box-shadow: none; }
      .members .members-content .content.members.password table th {
        background: none;
        color: white;
        padding: 0; }
      .members .members-content .content.members.password table tr td {
        padding: 0;
        float: left;
        text-align: center;
        width: 100%; }
        .members .members-content .content.members.password table tr td div {
          text-align: left !important; } }
  @media screen and (max-width: 600px) {
    .members .members-content .content.members.password table.portal input {
      margin: 0 !important;
      width: auto !important; } }

/* login */
.login .left {
  text-align: center; }
  .login .left form {
    background-color: rgba(0, 45, 89, 0.8);
    margin: 0 10%;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
    .login .left form span, .login .left form a {
      color: #ffffff; }
    .login .left form input {
      border: 2px solid #707070;
      line-height: 30px;
      width: 200px;
      margin: 5px 0;
      padding: 0 10px;
      font-size: 16px; }
    .login .left form .remember {
      display: inline-block; }
      .login .left form .remember input[type=checkbox] {
        display: inline-block;
        width: 20px; }
    .login .left form input[type=submit] {
      transition: all 0.3s ease; }
      .login .left form input[type=submit]:hover {
        cursor: pointer;
        border: 2px solid red;
        color: white; }

.login .right small {
  margin-top: 10px;
  display: block; }

/* weather */
.tab_off {
  background-color: #EBEDED;
  background-image: none; }

.tab_on, .tab_off {
  border-bottom: 1px solid silver;
  height: 62px; }

.members table {
  border: 0 !important; }
  .members table .portal {
    border: 0px; }
    .members table .portal table .portal {
      background-color: #EBEDED;
      border: 0;
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
      .members table .portal table .portal tr th {
        padding: 5px 20px;
        background-color: white; }
      .members table .portal table .portal td {
        padding: 10px 20px;
        border: 0; }
  .members table tr td {
    padding: 5px; }
    .members table tr td:last-child {
      padding: 5px; }

/* Portal */
.block {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: relative;
  margin-bottom: 20px;
  height: 100%;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2); }
  .block:last-child {
    margin-right: 0; }
  .block:nth-child(3n) {
    margin-right: 0; }
  .block:nth-child(3n+1) {
    clear: left; }
  .block h2 {
    color: white;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    padding: 10px 15px;
    background: red; }
  .block .block-wrap {
    padding: 10px;
    display: block;
    float: left;
    min-height: 150px; }
    .block .block-wrap p {
      font-size: 14px;
      margin: 5px 10px; }
    .block .block-wrap table {
      margin: 0px 10px 10px; }
    .block .block-wrap ul {
      list-style: none; }
    .block .block-wrap .portalLink {
      margin-bottom: 10px;
      display: block;
      padding-left: 10px; }
      .block .block-wrap .portalLink a {
        font-size: 14px;
        color: white;
        transition: all 0.3s ease;
        margin: 5px 10px; }
        .block .block-wrap .portalLink a:hover {
          color: #133a59; }

/* Public Bookings */
.teetime-day-table p, .teetime-day-table span, .teetime-day-table a, .teetime-day-table li, .teetime-day-table h2, .teetime-day-table h3, .teetime-day-table h4 {
  color: white; }

.teetime-fixtures-table {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
  .teetime-fixtures-table .row {
    border-bottom: 0 !important; }
    .teetime-fixtures-table .row .row-heading h3 {
      color: white !important; }

.btn-primary, .btn-grey {
  margin-left: 5px !important; }
  .btn-primary .btn-label, .btn-primary .glyphicon, .btn-primary .caret, .btn-grey .btn-label, .btn-grey .glyphicon, .btn-grey .caret {
    color: white; }

#datepicker {
  border: 1px solid #cbcbcb;
  height: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 10px; }

.item-remove {
  position: relative;
  top: 25px;
  left: -20px; }
  .item-remove .link-removeItem:hover span {
    color: white; }

.checkout-transaction {
  margin-bottom: 10px; }
  .checkout-transaction hr {
    margin: 10px 0 !important;
    border: 1px solid #eee !important; }
  .checkout-transaction .group-name {
    padding-left: 10px;
    margin-top: 14px;
    position: relative;
    display: block;
    float: left; }
  .checkout-transaction .fee-name {
    padding-left: 30px; }
  .checkout-transaction .remove-booking {
    position: relative;
    top: 3px;
    left: -25px; }
    .checkout-transaction .remove-booking .link-removeItem:hover span {
      color: white; }

/* P4P */
.event-nav span, .event-nav i {
  color: white; }

.event-nav .event-editdays {
  top: 30px !important;
  left: 108px !important; }

.btn-book-group, .btn-clear {
  background-color: white !important; }

#ts-header .glyphicons-reg {
  color: white !important; }

.my-booking span {
  color: #707070; }
  .my-booking span:hover {
    color: white; }

.modal-dialog {
  margin: 10% auto !important; }

/* Booking upgrade hotfix */
#memberSearch:before, #eventListForm:before {
  content: "Members Directory";
  display: block;
  position: absolute;
  width: 100%;
  top: -120px;
  left: -15%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px #fff, 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 45px; }
  @media screen and (max-width: 960px) {
    #memberSearch:before, #eventListForm:before {
      font-size: 25px; } }

@media screen and (max-width: 1200px) {
  #memberSearch:before, #eventListForm:before {
    top: -90px;
    color: white;
    text-shadow: none;
    left: 0; } }

#memberSearch .ui-paginator .ui-icon, #eventListForm .ui-paginator .ui-icon {
  height: 18px; }

@media screen and (max-width: 960px) {
  #memberSearch #mainLayout .ui-panel, #eventListForm #mainLayout .ui-panel {
    width: 100% !important; } }

#eventListForm:before {
  content: "Fixtures & Bookings"; }

/* portal tables (change password/change member details pages) */
table.portal {
  margin: 10px 0;
  text-align: left !important;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #EBEDED;
  border: 0;
  width: 100%; }
  table.portal th {
    padding: 5px 20px;
    background-color: white; }
  table.portal td {
    padding: 10px 20px;
    border: 0; }
  table.portal input, table.portal textarea {
    padding: 5px !important;
    font-size: 13px !important;
    border: 2px solid #d4d4d4;
    width: 70% !important;
    box-sizing: border-box;
    margin: 0 auto;
    display: block; }
  table.portal input[type=submit] {
    border: 2px solid red;
    color: white;
    background-color: white;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -10px;
    transition: all 0.3s ease; }
    table.portal input[type=submit]:hover {
      cursor: pointer;
      background-color: white;
      color: white; }

/* Home */
.home {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  background-color: white; }
  .home:last-child {
    margin-right: 0; }
  .home .one {
    max-width: 87.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 50px 100px 70px; }
    .home .one::after {
      clear: both;
      content: "";
      display: table; }
    .home .one h1 {
      color: white;
      font-weight: bold;
      font-size: 40px;
      letter-spacing: 3px; }
      @media screen and (max-width: 960px) {
        .home .one h1 {
          font-size: 32px; } }
    .home .one span {
      font-weight: bold; }
    .home .one p {
      margin-bottom: 20px;
      text-align: left; }
    .home .one a {
      border: 2px solid #363636;
      border-radius: 2px;
      padding: 10px 25px;
      color: #363636;
      transition: all 0.3s ease;
      font-size: 13px;
      font-weight: bold; }
      .home .one a:hover {
        color: white;
        border: 2px solid red;
        -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 600px) {
      .home .one {
        padding: 40px 20px;
        text-align: center; }
        .home .one p {
          text-align: center; } }
  .home .two {
    max-width: 87.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 100px; }
    .home .two::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 960px) {
      .home .two {
        padding: 50px; } }
    @media screen and (max-width: 600px) {
      .home .two {
        padding: 30px 30px 50px; } }
    .home .two .title {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .home .two .title:last-child {
        margin-right: 0; }
      .home .two .title span {
        color: white;
        font-size: 35px; }
      .home .two .title h1 {
        display: block;
        color: white;
        font-weight: bold;
        font-size: 45px;
        margin-top: 5px; }
      @media screen and (max-width: 600px) {
        .home .two .title {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-right: 0; }
          .home .two .title:last-child {
            margin-right: 0; } }
    .home .two .content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      margin-right: 0; }
      .home .two .content:last-child {
        margin-right: 0; }
      .home .two .content .bold, .home .two .content p {
        margin: 0;
        border-left: 3px solid #707070;
        padding-left: 30px; }
        @media screen and (max-width: 600px) {
          .home .two .content .bold, .home .two .content p {
            padding: 0;
            border: 0px solid; } }
      .home .two .content .bold {
        font-weight: bold;
        color: #363636;
        font-size: 15px;
        padding-bottom: 20px; }
      .home .two .content p {
        display: block;
        margin-bottom: 40px; }
      .home .two .content a {
        margin-left: 30px;
        border: 2px solid #363636;
        border-radius: 2px;
        padding: 7px 25px;
        color: #363636;
        transition: all 0.3s ease;
        font-size: 13px;
        font-weight: bold; }
        @media screen and (max-width: 600px) {
          .home .two .content a {
            margin-left: 0px; } }
        .home .two .content a:hover {
          color: white;
          border: 2px solid red;
          -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 600px) {
        .home .two .content {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-right: 0; }
          .home .two .content:last-child {
            margin-right: 0; } }

.span {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  background-color: #dde2ea;
  position: relative;
  overflow: hidden;
  z-index: -1; }
  .span:last-child {
    margin-right: 0; }
  .span.home-links {
    z-index: 1;
    min-height: 300px; }
  .span .block-icon {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    text-align: center;
    padding: 10px 3% 0;
    position: relative; }
    .span .block-icon:last-child {
      margin-right: 0; }
    .span .block-icon:nth-child(4n) {
      margin-right: 0; }
    .span .block-icon:nth-child(4n+1) {
      clear: left; }
    @media screen and (max-width: 960px) {
      .span .block-icon {
        padding: 0;
        height: 200px; } }
    @media screen and (max-width: 600px) {
      .span .block-icon {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .span .block-icon:nth-child(4n) {
          margin-right: 2.3576515979%; }
        .span .block-icon:nth-child(4n+1) {
          clear: none; }
        .span .block-icon:last-child {
          margin-right: 0; }
        .span .block-icon:nth-child(2n) {
          margin-right: 0; }
        .span .block-icon:nth-child(2n+1) {
          clear: left; } }
    .span .block-icon a img {
      height: 40px; }
    .span .block-icon a span, .span .block-icon a i, .span .block-icon a h3, .span .block-icon a p {
      color: #707070;
      transition: all 0.3s ease; }
    .span .block-icon a i {
      font-size: 35px; }
    .span .block-icon a h3 {
      text-transform: uppercase;
      padding: 20px 0 15px;
      margin: 0;
      font-weight: 600;
      font-size: 18px; }
    .span .block-icon a p {
      font-size: 14px;
      margin: 0; }
    .span .block-icon a span {
      margin: 0;
      display: block;
      padding-top: 15px;
      font-size: 14px;
      font-weight: bold; }
    .span .block-icon a:hover span, .span .block-icon a:hover i, .span .block-icon a:hover h3, .span .block-icon a:hover p {
      color: white; }
    .span .block-icon a:hover h3 {
      padding: 10px 0 5px;
      font-size: 20px; }
    .span .block-icon a:hover i {
      font-size: 60px; }
    .span .block-icon a:hover span {
      padding-top: 5px; }
  .span .block-image {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    height: 100%;
    background-size: cover !important; }
    @media screen and (max-width: 960px) {
      .span .block-image {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .span .block-image {
        width: 100%; } }
    .span .block-image .image-overlay {
      opacity: 0;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      transition: all 0.3s ease;
      background-color: rgba(0, 0, 0, 0.7);
      height: 100%; }
    .span .block-image .image-link {
      z-index: 200;
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all 0.3s ease; }
      .span .block-image .image-link a {
        border: 2px solid #ffffff;
        width: 90%;
        height: 250px;
        display: block;
        margin: 5%;
        padding: 9% 10%; }
        @media screen and (max-width: 960px) {
          .span .block-image .image-link a {
            padding: 1% 10%; } }
      .span .block-image .image-link h3, .span .block-image .image-link span, .span .block-image .image-link p {
        color: #ffffff; }
      .span .block-image .image-link h3 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5%; }
      .span .block-image .image-link p {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 15px; }
      .span .block-image .image-link span {
        font-weight: bold; }
    .span .block-image:hover .image-overlay, .span .block-image:hover .image-link {
      opacity: 1; }
  @media screen and (max-width: 960px) {
    .span .image-link a {
      height: 180px !important; }
    .span .image-link h3 {
      font-size: 20px !important; } }

.touch .span .block-image .image-link, .touch .span .block-image .image-overlay {
  opacity: 1; }

.pad {
  padding: 50px 30px;
  height: auto; }
  @media screen and (max-width: 600px) {
    .pad {
      padding: 20px 30px; }
      .pad .block-icon {
        padding: 20px 0;
        box-sizing: border-box;
        height: auto; } }

/* Tour */
/* Archives */
.archives-wrap {
  width: 76%;
  float: left; }
  @media screen and (max-width: 960px) {
    .archives-wrap {
      width: 98%;
      float: left;
      margin: 10px 1%; } }
  .archives-wrap .archive {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative; }
    .archives-wrap .archive:last-child {
      margin-right: 0; }
    .archives-wrap .archive:nth-child(3n) {
      margin-right: 0; }
    .archives-wrap .archive:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 960px) {
      .archives-wrap .archive {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .archives-wrap .archive:nth-child(3n) {
          margin-right: 2.3576515979%; }
        .archives-wrap .archive:nth-child(3n+1) {
          clear: none; }
        .archives-wrap .archive:last-child {
          margin-right: 0; }
        .archives-wrap .archive:nth-child(2n) {
          margin-right: 0; }
        .archives-wrap .archive:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 600px) {
      .archives-wrap .archive {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
        .archives-wrap .archive:nth-child(2n) {
          margin-right: 2.3576515979%; }
        .archives-wrap .archive:nth-child(2n+1) {
          clear: none; }
        .archives-wrap .archive:last-child {
          margin-right: 0; } }
    .archives-wrap .archive .image-wrap {
      max-height: 225px;
      overflow: hidden; }
      .archives-wrap .archive .image-wrap img {
        min-width: 100% !important;
        min-height: 225px !important;
        width: auto !important;
        height: auto !important; }
    .archives-wrap .archive .archive-content {
      padding: 20px;
      margin-bottom: 10px; }
      .archives-wrap .archive .archive-content h2 {
        margin: 0; }
        .archives-wrap .archive .archive-content h2 a {
          font-size: 18px;
          font-weight: bold; }
    .archives-wrap .archive .read_more_link {
      position: absolute;
      bottom: 20px;
      right: 20px;
      font-weight: bold; }
    .archives-wrap .archive small {
      position: absolute;
      bottom: 20px;
      left: 20px;
      font-style: italic; }

/* Reciprocal Clubs */
.reciprocal h2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  text-align: center;
  color: white;
  font-size: 24px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 3px; }
  .reciprocal h2:last-child {
    margin-right: 0; }

.reciprocal .state .club {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  position: relative;
  margin-bottom: 30px; }
  .reciprocal .state .club:last-child {
    margin-right: 0; }
  .reciprocal .state .club:nth-child(3n) {
    margin-right: 0; }
  .reciprocal .state .club:nth-child(3n+1) {
    clear: left; }
  .reciprocal .state .club h4 {
    width: 100%;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 5px; }
  @media screen and (max-width: 960px) {
    .reciprocal .state .club {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .reciprocal .state .club:last-child {
        margin-right: 0; }
      .reciprocal .state .club:nth-child(4n) {
        margin-right: 2.3576515979%; }
      .reciprocal .state .club:nth-child(4n+1) {
        clear: none; }
      .reciprocal .state .club:nth-child(2n) {
        margin-right: 0; }
      .reciprocal .state .club:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 600px) {
    .reciprocal .state .club {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .reciprocal .state .club:last-child {
        margin-right: 0; }
      .reciprocal .state .club:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .reciprocal .state .club:nth-child(2n+1) {
        clear: none; } }

/* Contact / map page */
.page-template-page-map .half {
  min-height: 450px; }

/*** Partials ***/
/* testimonials */
.testimonials {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  position: relative;
  padding: 0;
  margin: 0; }
  .testimonials:last-child {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    .testimonials {
      display: none; } }
  .testimonials .overlay {
    z-index: -100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/testimonials.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .testimonials h2 {
    width: 100%;
    height: 200px;
    float: left;
    display: block;
    margin: 0;
    line-height: 200px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    text-shadow: 1px 1px black;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
  .testimonials .testimonial-wrap {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    background-color: white;
    height: 220px; }
    .testimonials .testimonial-wrap:last-child {
      margin-right: 0; }
    .testimonials .testimonial-wrap ul {
      float: none;
      max-width: 87.5em;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      margin: 0 auto; }
      .testimonials .testimonial-wrap ul::after {
        clear: both;
        content: "";
        display: table; }
      .testimonials .testimonial-wrap ul .icon-left, .testimonials .testimonial-wrap ul .icon-right {
        margin: 10px;
        position: absolute;
        top: 85px;
        left: 0;
        z-index: 200;
        font-size: 50px;
        font-weight: 100;
        color: #707070;
        transition: all 0.3s ease; }
        .testimonials .testimonial-wrap ul .icon-left:hover, .testimonials .testimonial-wrap ul .icon-right:hover {
          color: white;
          cursor: pointer; }
      .testimonials .testimonial-wrap ul .icon-right {
        right: 0;
        left: auto; }
      .testimonials .testimonial-wrap ul li {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;
        height: 80px;
        padding: 70px 100px;
        text-align: center; }
        .testimonials .testimonial-wrap ul li p {
          margin: 0;
          font-weight: bold; }
        .testimonials .testimonial-wrap ul li span {
          margin-top: 20px;
          display: block; }

/* sponsors */
.sponsors {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  position: relative;
  padding: 0;
  margin: 0; }
  .sponsors:last-child {
    margin-right: 0; }
  .sponsors .overlay {
    z-index: -100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/testimonials.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .sponsors h2 {
    width: 100%;
    max-height: 200px;
    float: left;
    display: block;
    margin: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10% 0;
    position: relative;
    text-shadow: 1px 1px black;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
  .sponsors .sponsors-wrap {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    background-color: white; }
    .sponsors .sponsors-wrap:last-child {
      margin-right: 0; }
    .sponsors .sponsors-wrap .sponsor {
      max-width: 87.5em;
      margin-left: auto;
      margin-right: auto;
      padding: 0 60px; }
      .sponsors .sponsors-wrap .sponsor::after {
        clear: both;
        content: "";
        display: table; }
      .sponsors .sponsors-wrap .sponsor .royalSlider, .sponsors .sponsors-wrap .sponsor .rsOverflow, .sponsors .sponsors-wrap .sponsor .rsSlide {
        background: none !important; }
      .sponsors .sponsors-wrap .sponsor .rsBullets {
        display: none; }
      .sponsors .sponsors-wrap .sponsor .rsArrowIcn {
        background: none !important;
        border-top: 5px solid red;
        border-right: 5px solid red; }
      .sponsors .sponsors-wrap .sponsor .rsArrowLeft {
        -ms-transform: rotate(225deg);
        /* IE 9 */
        -webkit-transform: rotate(225deg);
        /* Chrome, Safari, Opera */
        transform: rotate(225deg); }
      .sponsors .sponsors-wrap .sponsor .rsArrowRight {
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(45deg); }

/* gallery */
.gallery-full {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  position: relative; }
  .gallery-full:last-child {
    margin-right: 0; }
  .gallery-full a {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    height: 190px;
    overflow: hidden;
    background-size: cover; }
    .gallery-full a:hover {
      opacity: 0.6; }
    .gallery-full a img {
      width: 100%; }
    @media screen and (max-width: 960px) {
      .gallery-full a {
        width: 25%; } }
    @media screen and (max-width: 600px) {
      .gallery-full a {
        width: 50%; } }

.gallery-select .gallery-item {
  max-height: 250px; }
  .gallery-select .gallery-item .gallery-caption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: transparent; }
  .gallery-select .gallery-item:hover .gallery-caption {
    display: none; }
  .gallery-select .gallery-item:hover img:hover {
    opacity: 1; }

.main .gallery-columns-1 {
  position: relative; }
  .main .gallery-columns-1 .gallery-item {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: auto; }
    .main .gallery-columns-1 .gallery-item img:hover {
      opacity: 1;
      cursor: default; }

.gallery-columns-3 .gallery-item {
  width: 32% !important;
  margin-right: 1% !important;
  margin-top: 0 !important; }
  .gallery-columns-3 .gallery-item .gallery-caption {
   /* display: none;*/ 
	display: block;
	padding: 7px;
	font-size: 13px;}
  @media screen and (max-width: 600px) {
    .gallery-columns-3 .gallery-item {
      width: 99% !important; } }
  .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
    border: 0 solid !important;
    transition: all 0.3s ease;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
    .gallery-columns-3 .gallery-item img:hover {
      opacity: 0.6; }

.gallery-columns-4 .gallery-item {
  width: 24% !important; }

.gallery-columns-5 .gallery-item {
  width: 19% !important; }

.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
  margin: 0.5%; }
  .gallery-columns-4 .gallery-item .gallery-caption, .gallery-columns-5 .gallery-item .gallery-caption {
    display: none; }
  .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img {
    width: 100%;
    height: auto;
    border: 0 solid !important;
    transition: all 0.3s ease;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
    .gallery-columns-4 .gallery-item img:hover, .gallery-columns-5 .gallery-item img:hover {
      opacity: 0.6; }

@media screen and (max-width: 960px) {
  .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    width: 32% !important; }
  .gallery-columns-4 br, .gallery-columns-5 br {
    display: none; } }

@media screen and (max-width: 600px) {
  .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    width: 100% !important; } }

/* sidebar */
.sidebar, .right-sidebar {
  width: 20%;
  float: left;
  position: relative;
  display: block;
  top: 20px;
  margin: 0; }
  .sidebar ul, .right-sidebar ul {
    padding: 0; }
  .sidebar .widget, .right-sidebar .widget {
    padding: 10px 0 20px;
    float: left;
    display: block;
    width: 100%;
    font-size: 14px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px; }
    .sidebar .widget h3, .right-sidebar .widget h3 {
      margin: 0 0 10px;
      color: white;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold; }
    .sidebar .widget i, .right-sidebar .widget i {
      display: inline-block; }
    .sidebar .widget ul, .right-sidebar .widget ul {
      list-style: none;
      padding: 0; }
      .sidebar .widget ul a, .right-sidebar .widget ul a {
        padding-left: 5px; }
        .sidebar .widget ul a:hover, .right-sidebar .widget ul a:hover {
          color: white; }
        .sidebar .widget ul a:before, .right-sidebar .widget ul a:before {
          content: '-';
          position: relative;
          left: -5px; }
        .sidebar .widget ul a .sub-menu, .right-sidebar .widget ul a .sub-menu {
          padding-left: 20px; }
      .sidebar .widget ul .current_page_item a, .right-sidebar .widget ul .current_page_item a {
        font-weight: bold; }
    .sidebar .widget .button, .right-sidebar .widget .button {
      border: 1px solid #707070;
      color: #707070;
      display: table;
      margin: 10px 0;
      padding: 3px 10px; }
      .sidebar .widget .button:hover, .right-sidebar .widget .button:hover {
        color: white;
        border: 1px solid red; }
    .sidebar .widget .contact a, .right-sidebar .widget .contact a {
      color: #707070;
      font-size: 14px;
      display: block; }
      .sidebar .widget .contact a:hover, .right-sidebar .widget .contact a:hover {
        color: #446bb4; }
    .sidebar .widget .contact span, .right-sidebar .widget .contact span {
      display: block;
      font-size: 14px; }
    .sidebar .widget .contact .inline, .right-sidebar .widget .contact .inline {
      display: inline-block; }
  .sidebar .widget-news a, .right-sidebar .widget-news a {
    font-size: 13px;
    color: #707070;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 5px; }
    .sidebar .widget-news a:hover, .right-sidebar .widget-news a:hover {
      color: white; }
  .sidebar .widget_search label, .right-sidebar .widget_search label {
    display: none; }
  .sidebar .widget_search input, .right-sidebar .widget_search input {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #707070; }
  .sidebar .widget_search input[type="text"], .right-sidebar .widget_search input[type="text"] {
    width: 100%;
    height: 28px;
    top: -1px;
    position: relative; }
  .sidebar .widget_search input[type="submit"], .right-sidebar .widget_search input[type="submit"] {
    width: 100%;
    border-radius: 1px;
    color: #707070;
    background-color: transparent;
    font-size: 14px; }
    .sidebar .widget_search input[type="submit"]:hover, .right-sidebar .widget_search input[type="submit"]:hover {
      color: white;
      border: 1px solid red; }
  @media screen and (max-width: 960px) {
    .sidebar, .right-sidebar {
      display: none; } }

.right-sidebar {
  text-align: right;
  float: right; }
  .right-sidebar .button {
    float: right; }

/* course-tour */
.tour .holes .hole {
  position: relative;
  float: left;
  display: block;
  width: 24%;
  height: 250px;
  background-size: cover;
  margin: 0.5%; }
  .tour .holes .hole a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
    .tour .holes .hole a h3 {
      display: block;
      text-align: center;
      margin: 23% auto;
      width: 90px;
      line-height: 40px;
      color: white;
      font-size: 35px;
      font-weight: bold;
      letter-spacing: 4px;
      text-shadow: -1px -1px 1px #fff, 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2); }
    .tour .holes .hole a:hover {
      background-color: rgba(0, 0, 0, 0.001); }
      .tour .holes .hole a:hover h3 {
        display: none; }
  @media screen and (max-width: 960px) {
    .tour .holes .hole {
      width: 32%; } }
  @media screen and (max-width: 600px) {
    .tour .holes .hole {
      width: 100%;
      margin-top: 30px; } }

.tour-v2 .holes .hole {
  position: relative;
  float: left;
  display: block;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  border-top: 50px solid #133a59;
  height: 350px; }
  .tour-v2 .holes .hole:last-child {
    margin-right: 0; }
  .tour-v2 .holes .hole:nth-child(4n) {
    margin-right: 0; }
  .tour-v2 .holes .hole:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 960px) {
    .tour-v2 .holes .hole {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .tour-v2 .holes .hole:nth-child(4n) {
        margin-right: 2.3576515979%; }
      .tour-v2 .holes .hole:nth-child(4n+1) {
        clear: none; }
      .tour-v2 .holes .hole:last-child {
        margin-right: 0; }
      .tour-v2 .holes .hole:nth-child(3n) {
        margin-right: 0; }
      .tour-v2 .holes .hole:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 600px) {
    .tour-v2 .holes .hole {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      margin-top: 30px; }
      .tour-v2 .holes .hole:nth-child(3n) {
        margin-right: 2.3576515979%; }
      .tour-v2 .holes .hole:nth-child(3n+1) {
        clear: none; }
      .tour-v2 .holes .hole:last-child {
        margin-right: 0; } }
  .tour-v2 .holes .hole img {
    width: auto;
    height: auto;
    max-height: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative; }
  .tour-v2 .holes .hole a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .tour-v2 .holes .hole a h3 {
      position: absolute;
      top: -68px;
      left: 24px;
      display: block;
      line-height: 40px;
      color: white;
      font-size: 23px;
      font-weight: bold;
      letter-spacing: 4px; }
    .tour-v2 .holes .hole a .long, .tour-v2 .holes .hole a .mens-par {
      margin: 0;
      color: white;
      padding: 5px 10px 3px;
      background-color: #f5cd15;
      display: block;
      width: 58px;
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto; }
    .tour-v2 .holes .hole a .mens-par {
      width: auto;
      height: auto;
      background-color: #114369;
      right: 80px;
      bottom: 0;
      display: block;
      float: right;
      padding: 4px 10px; }
    .tour-v2 .holes .hole a:hover {
      background-color: rgba(255, 255, 255, 0.5); }

/* single-hole */
.single-course .content {
  padding-bottom: 0; }

.single-course .hole img {
  margin-bottom: 10px;
  width: 100%;
  height: auto; }

.single-course .hole .pagination {
  position: relative;
  height: 30px; }
  .single-course .hole .pagination a {
    color: white;
    font-size: 18px;
    font-weight: bold; }
    .single-course .hole .pagination a:hover {
      color: #133a59; }
  .single-course .hole .pagination .prev, .single-course .hole .pagination .next {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 600px) {
      .single-course .hole .pagination .prev, .single-course .hole .pagination .next {
        float: right;
        top: 20px;
        position: relative;
        padding: 20px 0;
        left: auto;
        width: 100%;
        text-align: right; } }
  .single-course .hole .pagination .next {
    left: auto;
    right: 0; }
  .single-course .hole .pagination .overview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 0; }
    @media screen and (max-width: 960px) {
      .single-course .hole .pagination .overview {
        display: none; } }

.single-course .hole .mens-par strong:before, .single-course .hole .ladies-par strong:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #114369;
  display: inline-block;
  top: 4px;
  position: relative;
  margin-right: 10px; }

.single-course .hole .ladies-par strong:before {
  background-color: #983734; }

.single-course .hole .course {
  width: 100%;
  position: relative; }
  .single-course .hole .course .post {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
    position: relative; }
    .single-course .hole .course .post:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .single-course .hole .course .post {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .single-course .hole .course .post:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 600px) {
      .single-course .hole .course .post {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
        .single-course .hole .course .post:last-child {
          margin-right: 0; } }
  .single-course .hole .course .distance {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-right: 0;
    position: relative;
    top: -90px;
    overflow: hidden;
    margin-bottom: -60px; }
    .single-course .hole .course .distance:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .single-course .hole .course .distance {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .single-course .hole .course .distance:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 600px) {
      .single-course .hole .course .distance {
        top: 0; } }
    .single-course .hole .course .distance img {
      position: relative;
      right: 120px;
      max-width: 80%;
      max-height: 350px;
      width: auto;
      float: right; }
      @media screen and (max-width: 960px) {
        .single-course .hole .course .distance img {
          top: 0;
          right: none; } }
      @media screen and (max-width: 600px) {
        .single-course .hole .course .distance img {
          top: 0; } }
    @media screen and (max-width: 600px) {
      .single-course .hole .course .distance {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .single-course .hole .course .distance:last-child {
          margin-right: 0; } }
    .single-course .hole .course .distance .long, .single-course .hole .course .distance .medium, .single-course .hole .course .distance .short {
      color: white;
      padding: 5px 10px;
      background-color: #f5cd15;
      display: block;
      width: 77px;
      position: absolute;
      right: 0; }
    .single-course .hole .course .distance .medium {
      background-color: #ba2424;
      top: 33px; }
    .single-course .hole .course .distance .short {
      background-color: #c2c2c2;
      top: 66px; }

/* course-slider */
.course-slider {
  position: relative;
  height: 204px;
  width: 100%;
  overflow: hidden;
  float: left; }
  @media screen and (max-width: 960px) {
    .course-slider {
      height: 150px;
      margin-top: 50px; } }
  .course-slider .course-left, .course-slider .course-right {
    display: block;
    width: 80px;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 1000; }
    @media screen and (max-width: 960px) {
      .course-slider .course-left, .course-slider .course-right {
        width: 60px; } }
    .course-slider .course-left p, .course-slider .course-right p {
      background: none !important;
      border-top: 3px solid white;
      border-right: 3px solid white;
      transition: all 0.3s ease;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 35%;
      z-index: 200; }
      @media screen and (max-width: 960px) {
        .course-slider .course-left p, .course-slider .course-right p {
          width: 30px;
          height: 30px; } }
      @media screen and (max-width: 600px) {
        .course-slider .course-left p, .course-slider .course-right p {
          width: 20px;
          height: 20px; } }
    .course-slider .course-left:hover, .course-slider .course-right:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.5); }
      .course-slider .course-left:hover p, .course-slider .course-right:hover p {
        border-top: 3px solid red;
        border-right: 3px solid red; }
  .course-slider .course-left {
    float: left; }
    .course-slider .course-left p {
      -ms-transform: rotate(225deg);
      /* IE 9 */
      -webkit-transform: rotate(225deg);
      /* Chrome, Safari, Opera */
      transform: rotate(225deg);
      left: 30px !important; }
      @media screen and (max-width: 960px) {
        .course-slider .course-left p {
          left: 20px !important; } }
      @media screen and (max-width: 600px) {
        .course-slider .course-left p {
          left: 10px !important; } }
  .course-slider .course-right {
    float: right; }
    .course-slider .course-right p {
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg);
      right: 30px !important; }
      @media screen and (max-width: 960px) {
        .course-slider .course-right p {
          right: 20px !important; } }
      @media screen and (max-width: 600px) {
        .course-slider .course-right p {
          right: 10px !important; } }
  .course-slider .hole-slide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 20%;
    background-size: cover !important; }
    .course-slider .hole-slide img {
      width: 100%;
      height: auto; }
    .course-slider .hole-slide a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
      .course-slider .hole-slide a h3 {
        display: block;
        text-align: center;
        margin: 20% auto;
        width: 90px;
        line-height: 40px;
        color: white;
        font-size: 35px;
        font-weight: bold;
        letter-spacing: 4px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 960px) {
          .course-slider .hole-slide a h3 {
            font-size: 30px; } }
        @media screen and (max-width: 600px) {
          .course-slider .hole-slide a h3 {
            font-size: 25px; } }
      .course-slider .hole-slide a:hover {
        background-color: transparent; }
        .course-slider .hole-slide a:hover h3 {
          display: none; }
  .course-slider .active a {
    display: none; }

/* sidebar-news */
.sidebar-news {
  float: right;
  position: relative;
  display: inline-block;
  top: 20px;
  text-align: right;
  left: auto; }
  @media screen and (max-width: 1200px) {
    .sidebar-news {
      padding: 0 10px;
      text-align: left; } }
  @media screen and (max-width: 960px) {
    .sidebar-news {
      width: 98%;
      float: left;
      margin: 10px 1%; } }
  .sidebar-news h3 {
    margin: 10px 0 10px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    float: right;
    width: 100%; }
  .sidebar-news hr {
    border: 1px solid #d4d4d4 !important;
    margin-top: 25px !important; }
  .sidebar-news ul {
    list-style: none;
    display: block;
    position: relative;
    float: right;
    width: 100%;
    padding: 0; }
    .sidebar-news ul a {
      padding: 7px 0;
      font-size: 14px;
      width: 100%;
      position: relative;
      float: left; }
      .sidebar-news ul a:hover {
        color: white; }
    .sidebar-news ul span {
      font-size: 12px;
      font-style: italic; }
    .sidebar-news ul .current_page_item a {
      font-weight: bold; }

/* post */
.post .post-data {
  width: 100%;
  text-align: center;
  display: block; }

.post ul {
  display: block;
  width: 100%;
  position: relative;
  float: left; }

.post .back {
  display: block;
  float: left;
  width: 100%; }

/* tables */
table:not(.ui-datepicker-calendar) {
  border-bottom: 2px solid #d4d4d4;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  display: inline-table; }
  table:not(.ui-datepicker-calendar) thead {
    text-align: left;
    border-top: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4; }
    table:not(.ui-datepicker-calendar) thead tr th {
      padding: 15px 10px;
      margin-bottom: 10px;
      text-transform: uppercase; }
  table:not(.ui-datepicker-calendar) tr td {
    padding: 20px 15px 20px 10px; }
    table:not(.ui-datepicker-calendar) tr td:last-child {
      padding: 20px 0; }

.table-1 {
  width: 100%; }
  .table-1 th {
    width: 33.333333%; }

.table-2 th {
  width: 33.333333%; }

.table-2 th:nth-child(2) {
  width: 77.777777%; }

.table-3 th {
  width: 77.777777%; }

.table-3 th:nth-child(2) {
  width: 33.333333%; }

/* popup */
.popup {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: white;
  border-top-left-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3); }
  .popup .action {
    transition: all 0.3s ease;
    margin: 3px;
    font-size: 14px;
    margin: 10px 15px; }
    .popup .action:hover {
      cursor: pointer; }
  @media screen and (max-width: 960px) {
    .popup {
      display: none; } }
  .popup .color-select {
    display: none;
    width: 350px;
    height: 250px;
    padding: 20px;
    padding-top: 0; }
    .popup .color-select label {
      width: 100%;
      display: block;
      float: left; }
      .popup .color-select label input {
        float: right; }
    .popup .color-select button {
      width: 100%;
      margin: 15px 0;
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4;
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px; }
    .popup .color-select .action {
      position: absolute;
      top: 0;
      right: 0;
      border-top-left-radius: 4px;
      background-color: white;
      font-size: 14px;
      margin: 10px 15px; }

/** Basic Essentials changes **/
body.basic-end {
  /* Show basic items on basic template */
  /* Hide highend items on basic template */ }
  body.basic-end .basic-only {
    display: block !important; }
  body.basic-end .highend-only {
    display: none !important; }
  body.basic-end .main .content {
    width: 100%;
    max-width: 1600px; }
  body.basic-end .nav-inner, body.basic-end .splash-image, body.basic-end .main {
    float: none;
    width: 1600px;
    margin: 0 auto;
    max-width: 98%;
    position: relative; }
  body.basic-end .nav-inner {
    height: 176px;
    background: #fff; }
    body.basic-end .nav-inner a.logo {
      width: auto;
      height: 70px; }
      @media screen and (max-width: 600px) {
        body.basic-end .nav-inner a.logo img {
          max-height: 60px; } }
      @media screen and (max-width: 600px) {
        body.basic-end .nav-inner a.logo {
          max-height: 70px;
          max-width: 25%; } }
    body.basic-end .nav-inner .menu {
      width: 90%;
      top: 33px; }
      body.basic-end .nav-inner .menu ul {
        width: 100%;
        background: #464646;
        max-height: 40px; }
      body.basic-end .nav-inner .menu li .sub-menu {
        min-width: 270px; }
      @media screen and (max-width: 1200px) {
        body.basic-end .nav-inner .menu {
          top: 68px; } }
      body.basic-end .nav-inner .menu .menu-toggle {
        color: #363636;
        border-color: #363636; }
    body.basic-end .nav-inner .social {
      right: 0; }
      body.basic-end .nav-inner .social .links {
        margin: 0;
        text-align: right;
        width: 100%;
        display: block;
        float: right;
        font-size: 14px;
        transition: all 0.3s ease;
        padding: 10px 0; }
        @media screen and (max-width: 960px) {
          body.basic-end .nav-inner .social .links {
            text-align: left;
            float: left;
            margin-left: 10px;
            width: 87%; } }
      body.basic-end .nav-inner .social a {
        float: right; }
        body.basic-end .nav-inner .social a img {
          width: 20px;
          height: 20px;
          margin: 0;
          padding: 5px;
          background: #000;
          box-sizing: content-box; }
          body.basic-end .nav-inner .social a img:hover {
            background-color: #002D59; }
          @media screen and (max-width: 960px) {
            body.basic-end .nav-inner .social a img {
              margin: 37px 15px 0 3px; } }
      @media screen and (max-width: 1500px) {
        body.basic-end .nav-inner .social {
          display: block; } }
      @media screen and (max-width: 960px) {
        body.basic-end .nav-inner .social {
          top: 70px;
          width: 100%; } }
      @media screen and (max-width: 600px) {
        body.basic-end .nav-inner .social {
          display: none; } }
    body.basic-end .nav-inner .members-dropdown {
      width: 10%;
      float: right;
      display: inline-block;
      position: relative;
      background: #464646;
      marign: 0;
      margin: 0;
      right: 0;
      top: 49px;
      padding: 7px 10% 0 0;
      height: 100%;
      max-height: 40px; }
      body.basic-end .nav-inner .members-dropdown .dropdown {
        top: auto;
        background-color: #002D59; }
      body.basic-end .nav-inner .members-dropdown .menu {
        position: absolute;
        top: 40px;
        min-width: 210px;
        right: 0; }
      @media screen and (max-width: 960px) {
        body.basic-end .nav-inner .members-dropdown .members-link {
          height: 34px;
          padding: 3px 7px;
          margin: 0;
          background: none;
          border-color: #363636;
          color: #363636; } }
      @media screen and (max-width: 1200px) {
        body.basic-end .nav-inner .members-dropdown {
          top: 68px; } }
      @media screen and (max-width: 960px) {
        body.basic-end .nav-inner .members-dropdown {
          padding: 10px;
          top: 21px;
          width: auto;
          line-height: 26px;
          position: absolute;
          right: 4px;
          background: none;
          color: #363636;
          border-color: #363636; } }
    @media screen and (max-width: 600px) {
      body.basic-end .nav-inner {
        height: auto; } }
  body.basic-end .mobile-members:hover .members-link {
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff; }
  body.basic-end .navigation.shrink .nav-inner .menu .menu-toggle {
    opacity: 0; }
  @media screen and (max-width: 600px) {
    body.basic-end .splash-image {
      top: 0; } }
  body.basic-end .main .content .heading {
    position: relative;
    top: 0;
    -webkit-box-shadow: 0px 0 0 0 rgba(0, 45, 89, 0);
    -moz-box-shadow: 0px 0 0 0 rgba(0, 45, 89, 0);
    box-shadow: 0px 0 0 0 rgba(0, 45, 89, 0);
    color: white;
    text-shadow: none; }
  body.basic-end .slider {
    width: 1600px;
    max-width: 98%;
    position: relative;
    margin: 0 auto;
    float: none; }
  body.basic-end .span .block-image .image-overlay {
    background-color: white; }
  body.basic-end .span.home-links {
    background-color: #fff; }
  body.basic-end .sponsors h2 {
    text-align: center;
    color: #363636 !important;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    margin-bottom: 0;
    padding: 15px 0 0;
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none; }
  body.basic-end .single-course .hole .hole-links {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 600px) {
      body.basic-end .single-course .hole .hole-links {
        text-align: center;
        margin-bottom: 20px; } }
    body.basic-end .single-course .hole .hole-links li {
      display: table-cell;
      text-align: center; }
      body.basic-end .single-course .hole .hole-links li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: block;
        background-color: #707070;
        color: white; }
        body.basic-end .single-course .hole .hole-links li a:hover {
          background-color: white; }
    body.basic-end .single-course .hole .hole-links .active {
      background-color: white; }
    @media screen and (max-width: 960px) {
      body.basic-end .single-course .hole .hole-links {
        display: none; } }
  body.basic-end .single-course .hole .pagination {
    margin-top: 25px; }
  body.basic-end #memberSearch:before, body.basic-end #eventListForm:before {
    position: relative;
    top: 0;
    left: 0;
    color: inherit;
    text-shadow: none;
    padding-bottom: 30px; }

/*# sourceMappingURL=style.css.map */