.clear {
  clear: both; }

.scroll {
  text-align: center;
  margin: 0 auto;
  width: 48px;
  display: block;
  opacity: 1; }

.scroll:hover {
  transition: all 0.3s ease;
  opacity: 0.7; }

.scroll img {
  opacity: 1;
  transition: all 0.3s ease;
  top: 0px;
  position: relative; }

.scroll img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
  top: 10px;
  position: relative; }

@media screen and (max-width: 740px) {
  .scroll img {
    width: 28px;
    height: auto; } }
@media screen and (max-width: 740px) {
  .scroll img {
    width: 25px; } }
.video-holder {
  height: 420px;
  overflow: hidden; }

.content {
  width: 1332px;
  margin: 0 auto !important;
  position: relative;
  /* padding: 160px 0; */
  overflow: hidden;
  /* Single Page Content */ }

@media screen and (max-width: 1500px) {
  .content {
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 1080px) {
  .content {
    padding: 0; } }
.content p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
  font-family: "EB Garamond", serif; }

.content p.btn {
  margin-bottom: 0;
  background: #627e3e;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 10px; }

.content p.btn a {
  font-size: 18px;
  display: block;
  padding: 12px 25px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "copperplate", serif; }

.content p.btn:hover {
  background: #263a17;
  transition: all 0.3s ease; }

.content h1 {
  font-size: 36px;
  margin: 0 0 30px; }

@media screen and (max-width: 600px) {
  .content h1 {
    font-size: 28px; } }
.content h2 {
  font-size: 26px;
  margin: 35px 0 20px;
  letter-spacing: 0px;
  font-family: "EB Garamond", serif;
  font-weight: 400; }

.content h3 {
  font-size: 22px;
  margin: 25px 0 5px;
  letter-spacing: 0px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  /*font-weight: 700;*/ }

.content p {
  font-size: 20px;
  line-height: 28px; }

.content table, .content tr, .content th, .content td {
  font-size: 20px !important; }

.content .wrapped.wide a {
  text-decoration: underline; }

.content .wrapped.wide a:hover {
  text-decoration: none; }

.content .wrapped.wide img.size-full {
  width: 480px;
  height: auto; }

@media screen and (max-width: 1080px) {
  .content .wrapped.wide img.size-full {
    width: 300px; } }
.content .wrapped.wide img.alignleft.size-thumbnail {
  float: left;
  margin: 7px 30px 20px 0; }

.content .wrapped.wide img.alignright.size-thumbnail {
  float: right;
  margin: 7px 0 20px 30px; }

@media screen and (max-width: 1080px) {
  .content .wrapped.wide iframe.alignright {
    width: 400px;
    height: auto; } }
@media screen and (max-width: 600px) {
  .content .wrapped.wide iframe.alignright {
    width: 100%;
    height: auto; } }
.content .wrapped.wide .gallery .gallery-item img {
  width: 100%;
  height: auto; }

.content .wrapped.wide .gallery img {
  border: 0px !important; }

.content .wrapped.wide .gallery-columns-4 .gallery-item {
  text-align: center; }

.content .wrapped.wide .gallery-columns-4 .gallery-item img {
  width: 85%;
  height: auto; }

@media screen and (max-width: 1080px) {
  .content .wrapped.wide .gallery-columns-4 .gallery-item {
    width: 50% !important; } }
@media screen and (max-width: 600px) {
  .content .wrapped.wide .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto; } }
.content .wrapped.wide .gallery-columns-3 .gallery-item {
  text-align: center; }

.content .wrapped.wide .gallery-columns-3 .gallery-item img {
  width: 85%;
  height: auto; }

@media screen and (max-width: 600px) {
  .content .wrapped.wide .gallery-columns-3 .gallery-item {
    width: 100% !important; }

  .content .wrapped.wide .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto; } }
.content .wrapped.wide a.icon-file-pdf {
  background: url(../images/icons/png/pdf-icon.png) no-repeat left top;
  padding-left: 35px;
  display: inline-block;
  padding-bottom: 10px; }

.content .wrapped.wide a.pdf-style {
  color: #324a1f;
  float: left;
  width: 13%;
  height: 270px;
  margin-right: 4.25%;
  padding: 2%;
  text-align: center;
  display: block;
  text-decoration: none !important;
  background: url(../images/pdf-logo.jpg) no-repeat;
  background-size: 100%;
  margin-bottom: 50px;
  padding-top: 11%;
  font-size: 17px;
  line-height: 21px;
  transition: all 0.3s ease; }

.content .wrapped.wide a.pdf-style:hover {
  transition: all 0.3s ease;
  background: url(../images/pdf-logo-hover.jpg) no-repeat;
  background-size: 100%;
  color: #ffffff; }

.content .wrapped.wide a.pdf-style:nth-child(6n+6) {
  margin-right: 0; }

@media screen and (max-width: 1500px) {
  .content .wrapped.wide a.pdf-style {
    padding-top: 12%;
    line-height: 18px; } }
@media screen and (max-width: 1200px) {
  .content .wrapped.wide a.pdf-style {
    padding-top: 12%;
    line-height: 18px;
    width: 15%;
    margin-right: 6.25%;
    padding-top: 13%; }

  .content .wrapped.wide a.pdf-style:nth-child(6n+6) {
    margin-right: 6.25%; }

  .content .wrapped.wide a.pdf-style:nth-child(5n+5) {
    margin-right: 0; } }
@media screen and (max-width: 1080px) {
  .content .wrapped.wide a.pdf-style {
    width: 20%;
    margin-right: 6.6%;
    padding-top: 17%; }

  .content .wrapped.wide a.pdf-style:nth-child(5n+5) {
    margin-right: 6.6%; }

  .content .wrapped.wide a.pdf-style:nth-child(4n+4) {
    margin-right: 0%; } }
@media screen and (max-width: 740px) {
  .content .wrapped.wide a.pdf-style {
    height: 220px; } }
@media screen and (max-width: 600px) {
  .content .wrapped.wide a.pdf-style {
    width: 30%;
    margin-right: 5%;
    height: 280px;
    padding-top: 26%; }

  .content .wrapped.wide a.pdf-style:nth-child(5n+5) {
    margin-right: 5%; }

  .content .wrapped.wide a.pdf-style:nth-child(4n+4) {
    margin-right: 5%; }

  .content .wrapped.wide a.pdf-style:nth-child(3n+3) {
    margin-right: 0; } }
@media screen and (max-width: 480px) {
  .content .wrapped.wide a.pdf-style {
    height: 200px; } }
.content .wrapped.wide a.icon-video {
  background: url(../images/icons/png/video-icon.png) no-repeat left top;
  padding-left: 35px;
  display: inline-block;
  padding-bottom: 10px; }

.content .wrapped.wide a.btn {
  background: #627e3e;
  color: #ffffff;
  display: inline-block;
  margin: 10px 0;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "copperplate", serif;
  transition: all 0.3s ease; }

.content .wrapped.wide a.btn:hover {
  background: #324a1f;
  transition: all 0.3s ease; }

.content .wrapped.wide .box-links {
  overflow: hidden;
  clear: both;
  padding-top: 20px; }

.content .wrapped.wide .box-links .box-link {
  text-align: center;
  width: 49%;
  margin-right: 2%;
  position: relative;
  float: left;
  display: block;
  height: 250px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  opacity: 1;
  background-size: cover; }

.content .wrapped.wide .box-links .box-link:nth-child(2n+2) {
  margin-right: 0; }

@media screen and (max-width: 740px) {
  .content .wrapped.wide .box-links .box-link {
    width: 100%; } }
.content .wrapped.wide .box-links .box-link:hover {
  transition: all 0.3s ease;
  opacity: 0.9; }

.content .wrapped.wide .box-links .box-link a {
  color: #ffffff;
  font-family: "copperplate", serif;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  padding: 100px 24%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 600px) {
  .content .wrapped.wide .box-links .box-link a {
    padding: 88px 10%; } }
.content .wrapped.wide p.conditions {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  font-style: italic;
  color: #555555; }

.content .wrapped.wide ul {
  margin: 0 0 20px; }

.content .wrapped.wide ul li {
  font-size: 20px;
  margin: 0 0 10px; }

.content .wrapped.wide ul li ul {
  margin-top: 10px; }

.content .wrapped.wide h3 + ul {
  margin-top: 10px; }

.content .wrapped.wide h3 + p.conditions {
  margin-top: 10px; }

.content .wrapped.wide .alignright {
  float: right;
  margin: 10px 0 20px 30px; }

@media screen and (max-width: 600px) {
  .content .wrapped.wide .alignright {
    width: 100% !important; }

  .content .wrapped.wide .alignright img {
    width: 100%;
    height: auto; } }
.content .wrapped.wide .wp-caption-text {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  text-align: center;
  padding: 5px 10px;
  margin: 0; }

.content .wrapped.wide table {
  border-collapse: collapse;
  margin: 10px 0 40px;
  border: 1px solid #324a1f;
  width: 100%; }

.content .wrapped.wide table tr {
  background: #dce0d6; }

.content .wrapped.wide table tr th,
.content .wrapped.wide table tr td {
  padding: 7px 15px; }

@media screen and (max-width: 600px) {
  .content .wrapped.wide table tr th,
  .content .wrapped.wide table tr td {
    padding: 7px 6px !important;
    font-size: 13px !important; } }
.content .wrapped.wide table tr th strong,
.content .wrapped.wide table tr td strong {
  font-weight: 600;
  color: #324a1f; }

.content .wrapped.wide table tr:nth-child(even) td {
  background-color: #ffffff; }

.content .wrapped.wide .gform_wrapper {
  width: 48%;
  float: left;
  margin: 0 0 20px; }

@media screen and (max-width: 1080px) {
  .content .wrapped.wide .gform_wrapper {
    width: 100%;
    float: none;
    margin: 0 0 30px; } }
.content .wrapped.wide .gform_wrapper h3 {
  display: none; }

/*.content .wrapped.wide .gform_wrapper form .gform_body ul li.gfield {
  width: 100%; }*/
.content .wrapped.wide .gform_wrapper form .gform_body ul li.gfield.left {
  width: 49%;
  float: left;
  margin-right: 2%;
  clear: none; }

.content .wrapped.wide .gform_wrapper form .gform_body ul li.gfield.right {
  width: 49%;
  float: right;
  margin: 0 !important;
  clear: none; }

.content .wrapped.wide .gform_wrapper form .gform_body ul input, .content .wrapped.wide .gform_wrapper form .gform_body ul select, .content .wrapped.wide .gform_wrapper form .gform_body ul textarea {
  border: 1px solid #555555; }

.content .wrapped.wide .gform_wrapper form .gform_body ul input {
  width: 100%;
  margin-bottom: 15px; }

.content .wrapped.wide .gform_wrapper form .gform_body ul select {
  width: 30%;
  margin-bottom: 15px; }

.content .wrapped.wide .gform_wrapper form .gform_body ul label {
  color: #324a1f; }

.content .wrapped.wide .gform_wrapper form .gform_footer input.button {
  background: #627e3e;
  color: #ffffff;
  margin: 10px 0;
  padding: 12px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "copperplate", serif; }

.content .wrapped.wide .gform_wrapper form .gform_footer input.button:hover {
  background: #324a1f;
  transition: all 0.3s ease; }

.content .wrapped.wide .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 0px 10px !important; }

.content .wrapped.wide .map {
  height: 396px;
  width: 100%;
  padding-top: 30px; }

.content .wrapped.wide .contact-details {
  float: right;
  width: 46%; }

.content .wrapped.wide .contact-details .contact.left {
  width: 50%;
  float: left; }

.content .wrapped.wide .contact-details .contact.right {
  width: 50%;
  float: right; }

@media screen and (max-width: 1080px) {
  .content .wrapped.wide .contact-details {
    width: 100%;
    float: none; } }
/* Navigation */
.navigation {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  /*  height: 88px;	*/
  top: 0;
  position: relative;
  background: #dce0d6;
  transition: all 0.3s ease;
  z-index: 99; }

@media screen and (max-width: 1080px) {
  .navigation {
    background: #324a1f;
    position: relative;
    top: inherit; } }
@media screen and (max-width: 740px) {
  .navigation {
    height: 70px; } }
.navigation .nav-inner {
  background: #324a1f;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease;
  height: 90px;
  /* Search form in header */ }

@media screen and (max-width: 1080px) {
  .navigation .nav-inner {
    position: relative; } }
.navigation .nav-inner a.logo {
  position: absolute;
  float: left;
  width: 90px;
  overflow: hidden;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.3s ease; }

@media screen and (max-width: 740px) {
  .navigation .nav-inner a.logo img {
    width: auto;
    height: 70px; } }
@media screen and (max-width: 600px) {
  .navigation .nav-inner a.logo {
    width: 70px; } }
.navigation .nav-inner .menu ul {
  background: #324a1f;
  list-style: none;
  padding: 0 20px;
  margin: 0 auto;
  width: 1400px;
  transition: transform 0.3s;
  transition: all 0.3s ease;
  height: 90px; }

@media screen and (max-width: 1500px) {
  .navigation .nav-inner .menu ul {
    width: 100%; } }
@media screen and (max-width: 1200px) {
  .navigation .nav-inner .menu ul {
    display: none; } }
.navigation .nav-inner .menu ul li.current-menu-ancestor {
  background: #263a17 !important; }

.navigation .nav-inner .menu ul li {
  display: inline-block; }

.navigation .nav-inner .menu ul li a {
  color: #ffffff;
  display: block;
  padding: 0px 40px;
  text-decoration: none;
  float: left;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "EB Garamond", serif;
  transition: all 0.3s ease; }

@media screen and (max-width: 1500px) {
  .navigation .nav-inner .menu ul li a {
    padding: 0 15px;
    font-size: 14px; } }
.navigation .nav-inner .menu ul li:hover {
  background: #263a17; }

.navigation .nav-inner .menu ul li:hover > a {
  color: #ffffff; }

.navigation .nav-inner .menu ul li ul:hover ul {
  display: block; }

.navigation .nav-inner .menu ul li:hover > ul {
  display: block;
  height: inherit;
  width: 100%; }

.navigation .nav-inner .menu ul li:hover > ul li:hover li ul {
  display: block; }

.navigation .nav-inner .menu ul li ul {
  text-align: center;
  display: none;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0px;
  background: url(../../images/club-images/nav-bg.jpg) repeat-x #dce0d6;
  padding: 0 10%; }

.navigation .nav-inner .menu ul li ul ul {
  padding: 0;
  display: none; }

.navigation .nav-inner .menu ul li ul li {
  display: inline-block;
  float: left;
  width: 20%;
  top: 0;
  text-align: left; }

.navigation .nav-inner .menu ul li ul li a {
  padding: 0;
  height: 54px;
  height: inherit;
  line-height: 54px;
  font-size: 14px;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #263a17;
  display: block;
  width: 100%; }

@media screen and (max-width: 1500px) {
  .navigation .nav-inner .menu ul li ul li a {
    font-size: 12px; } }
@media screen and (max-width: 1200px) {
  .navigation .nav-inner .menu ul li ul li a {
    font-size: 11px; } }
.navigation .nav-inner .menu ul li ul li ul {
  background: #dce0d6;
  display: block;
  top: 0;
  position: relative;
  border-top: 0;
  width: 100%;
  left: inherit;
  text-align: left;
  height: inherit;
  padding: 10px 0;
  position: relative;
  top: inherit !important;
  overflow: hidden; }

.navigation .nav-inner .menu ul li ul li ul li {
  display: block;
  width: 100%;
  background: #dce0d6; }

.navigation .nav-inner .menu ul li ul li ul li:hover a {
  color: #324a1f; }

.navigation .nav-inner .menu ul li ul li ul li a {
  color: #324a1f;
  background: #dce0d6;
  padding: 5px 0;
  height: inherit;
  font-size: 17px;
  line-height: 22px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none; }

@media screen and (max-width: 1500px) {
  .navigation .nav-inner .menu ul li ul li ul li a {
    font-size: 15px; } }
.navigation .nav-inner .menu ul li.current-page-ancestor a {
  background: #263a17; }

.navigation .nav-inner .menu ul li.current-page-ancestor li a {
  background: inherit; }

.navigation .nav-inner .menu ul li.current-page-ancestor li:hover a {
  background: inherit !important; }

.navigation .nav-inner .menu ul li.current-page-ancestor li:hover li:hover {
  background: #dce0d6; }

.navigation .nav-inner .menu ul li.current-page-ancestor li:hover li a {
  background: #dce0d6; }

.navigation .nav-inner .menu ul li li li:hover a {
  color: #263a17 !important;
  text-decoration: underline; }

.navigation .nav-inner .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; }

.navigation .nav-inner .search {
  float: right;
  width: 10%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999; }

.navigation .nav-inner .search #showmenu {
  display: block;
  background-image: url(../../images/club-images/icon-search.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 90px;
  height: 90px;
  z-index: 999;
  text-indent: -9999px;
  float: right;
  transition: all 0.3s ease;
  background-size: 60px;
  /* Really? */ }

@media screen and (max-width: 740px) {
  .navigation .nav-inner .search #showmenu {
    height: 70px;
    width: 70px;
    background-size: cover; } }
.navigation .nav-inner .search #searchForm {
  background: #16230b;
  padding: 20px;
  color: #ffffff;
  position: absolute;
  top: 92px;
  width: 286px;
  right: 0; }

.navigation .nav-inner .search #searchForm label {
  display: none; }

.navigation .nav-inner .search #searchForm #s {
  width: 200px;
  height: 36px;
  border: 0;
  padding: 5px 10px;
  display: block;
  float: left;
  background: #ffffff;
  font-size: 17px;
  font-family: "EB Garamond", serif;
  color: #606060; }

.navigation .nav-inner .search #searchForm #searchsubmit {
  background: #324a1f;
  color: #ffffff;
  float: left;
  width: 46px;
  height: 36px;
  border: 0;
  font-size: 18px;
  font-family: "EB Garamond", serif;
  text-align: center; }

@media screen and (max-width: 740px) {
  .navigation .nav-inner .search #searchForm #searchsubmit {
    width: 100px;
    height: 38px;
    font-size: 16px; } }
.navigation .nav-inner .members-dropdown {
  display: none; }

.navigation .mobile-menu {
  display: block; }

.navigation .mobile-menu .menu-tog {
  display: block;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  padding: 9px;
  width: 80px;
  height: 40px;
  position: absolute;
  right: 86px;
  top: 25px;
  font-family: "copperplate", serif;
  font-size: 14px; }

@media screen and (max-width: 740px) {
  .navigation .mobile-menu .menu-tog {
    top: 15px;
    right: 80px; } }
.navigation .mobile-menu .mobile-nav-menu {
  display: none;
  background: #263a17;
  z-index: 99999;
  position: absolute;
  top: 90px;
  right: 0;
  width: 100%;
  padding: 0;
  margin: 0; }

@media screen and (max-width: 1200px) {
  .navigation .mobile-menu .mobile-nav-menu {
    position: relative; } }
@media screen and (max-width: 740px) {
  .navigation .mobile-menu .mobile-nav-menu {
    top: 70px; } }
.navigation .mobile-menu .mobile-nav-menu li {
  padding: 0;
  margin: 0;
  list-style: none; }

.navigation .mobile-menu .mobile-nav-menu li .arrow-nav-down {
  position: absolute;
  right: 0;
  display: block !important;
  padding: 10px 0 0 !important;
  width: 60px !important;
  height: 42px;
  background-color: #263a17;
  border-left: 1px solid #ffffff;
  border-bottom: 0; }

/*.navigation .mobile-menu .mobile-nav-menu li .arrow-nav-down:before {
  content: '\25b6'; }*/
.navigation .mobile-menu .mobile-nav-menu li ul {
  display: none; }

.navigation .mobile-menu .mobile-nav-menu li.open ul {
  display: block; }

.navigation .mobile-menu .mobile-nav-menu li a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid #dce0d6;
  font-family: "copperplate", serif; }

.navigation .mobile-menu .mobile-nav-menu li ul {
  padding: 0;
  margin: 0; }

.navigation .mobile-menu .mobile-nav-menu li ul li {
  background: #324a1f; }

.navigation .mobile-menu .mobile-nav-menu li ul li a {
  color: #dce0d6;
  font-family: "EB Garamond", serif;
  border-bottom: 1px solid #dce0d6; }

.navigation .mobile-menu .mobile-nav-menu li ul li ul li {
  background: #dce0d6; }

.navigation .mobile-menu .mobile-nav-menu li ul li ul li a {
  color: #324a1f;
  border-bottom: 1px solid #324a1f;
  text-transform: none;
  font-family: "EB Garamond", serif; }

@media screen and (max-width: 1080px) {
  .navigation .mobile-menu .mobile-nav-menu li ul {
    display: none; } }
/*.navigation .mobile-menu .mobile-nav-menu li:hover ul.sub-menu, .navigation .mobile-menu .mobile-nav-menu li:focus ul.sub-menu {
  display: block; } */
.navigation .mobile-menu .mobile-nav-menu li:hover ul.sub-menu li, .navigation .mobile-menu .mobile-nav-menu li:focus ul.sub-menu li {
  display: block; }

.navigation .mobile-menu .mobile-nav-menu li:hover ul.sub-menu li:hover ul.sub-menu, .navigation .mobile-menu .mobile-nav-menu li:hover ul.sub-menu li:focus ul.sub-menu, .navigation .mobile-menu .mobile-nav-menu li:focus ul.sub-menu li:hover ul.sub-menu, .navigation .mobile-menu .mobile-nav-menu li:focus ul.sub-menu li:focus ul.sub-menu {
  display: block; }

.navigation .mobile-menu .mobile-nav-menu li:hover ul.sub-menu ul.sub-menu, .navigation .mobile-menu .mobile-nav-menu li:focus ul.sub-menu ul.sub-menu {
  display: none; }

/*.navigation .mobile-menu .mobile-nav-menu li.menu-item-has-children.open .arrow-nav-down:before {
  content: '\25bc'; }*/
.navigation .mobile-menu .mobile-nav-menu li.menu-item-has-children.open .sub-menu {
  display: block !important;
  background: #627e3e;
  border-top: 1px solid #ffffff; }

/*.navigation .mobile-menu .mobile-nav-menu li.menu-item-has-children.open .sub-menu li.menu-item-has-children .arrow-nav-down:before {
  content: '\25b6'; }*/
.navigation .mobile-menu .mobile-nav-menu li.menu-item-has-children.open .sub-menu li.menu-item-has-children .sub-menu {
  display: none !important; }

.navigation .mobile-menu .mobile-nav-menu li.menu-item-has-children.open .sub-menu li.menu-item-has-children.open .sub-menu {
  display: block !important;
  border-top: 1px solid #ffffff; }

.navigation .mobile-members {
  position: fixed;
  z-index: 9999;
  top: 0px !important;
  right: 5%;
  height: 90px;
  padding: 0px 40px;
    /*@include media($landscape-mobile) {
			right: 0px;
			top: 0 !important;
			position: absolute;
		}*/ }

@media screen and (max-width: 1500px) {
  .navigation .mobile-members {
    padding: 0 15px;
    font-size: 14px; } }
@media screen and (max-width: 1200px) {
  .navigation .mobile-members {
    position: static !important; } }
@media screen and (max-width: 1080px) {
  .navigation .mobile-members {
    right: 185px;
    right: 0;
    width: 100%;
    position: static !important;
    right: auto;
    top: auto;
    position: inherit;
    width: auto;
    float: none; } }
.navigation .mobile-members .members-btn {
  display: block;
  color: #ffffff;
  background: transparent;
  padding: 9px;
  /*width: 114px;*/
  height: 40px;
      /*position: absolute;
			right: 200px;*/
  top: 25px;
  position: relative;
  text-transform: uppercase;
  margin: 0;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  z-index: 999;
  letter-spacing: 1px; }

@media screen and (max-width: 1500px) {
  .navigation .mobile-members .members-btn {
    font-size: 14px; } }
@media screen and (max-width: 1200px) {
  .navigation .mobile-members .members-btn {
    border: 2px solid #ffffff;
    padding: 9px;
    width: 110px;
    height: 40px;
    top: 25px !important;
    font-size: 14px;
    right: 186px;
    position: absolute; } }
@media screen and (max-width: 1080px) {
  .navigation .mobile-members .members-btn {
    right: 186px; } }
@media screen and (max-width: 740px) {
  .navigation .mobile-members .members-btn {
    top: 15px;
    right: 180px;
    position: absolute; } }
.navigation .mobile-members .mobile-members-nav-menu {
  display: none;
  background: #dce0d6;
  z-index: 99999;
  position: absolute;
  top: 88px;
  right: 0px;
  width: 200px;
  padding: 0;
  margin: 0; }

@media screen and (max-width: 1200px) {
  .navigation .mobile-members .mobile-members-nav-menu {
    right: 185px; } }
@media screen and (max-width: 1080px) {
  .navigation .mobile-members .mobile-members-nav-menu {
    width: 100%;
    top: 90px;
    right: 0; } }
.navigation .mobile-members .mobile-members-nav-menu li {
  padding: 0;
  margin: 0;
  list-style: none; }

.navigation .mobile-members .mobile-members-nav-menu li a {
  color: #324a1f;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid #324a1f;
  font-family: "copperplate", serif; }

@media screen and (max-width: 1080px) {
  .navigation .mobile-members .mobile-members-nav-menu li a {
    font-size: 18px; } }
.navigation .mobile-members .dropdown {
  background: #16230b;
  width: 350px;
  position: relative;
  top: 90px;
  right: 0; }

@media screen and (max-width: 1080px) {
  .navigation .mobile-members .dropdown {
    width: 100%; } }
@media screen and (max-width: 740px) {
  .navigation .mobile-members .dropdown {
    top: 70px; } }
.navigation .mobile-members .dropdown form {
  padding: 25px; }

.navigation .mobile-members .dropdown label, .navigation .mobile-members .dropdown a {
  color: #dce0d6;
  padding-bottom: 5px;
  display: block; }

@media screen and (max-width: 1080px) {
  .navigation .mobile-members .dropdown label, .navigation .mobile-members .dropdown a {
    font-size: 16px; } }
.navigation .mobile-members .dropdown input {
  width: 300px;
  height: 30px;
  background: #ffffff;
  border: 0px;
  margin-bottom: 20px;
  display: block; }

@media screen and (max-width: 1080px) {
  .navigation .mobile-members .dropdown input {
    width: 80%;
    margin: 0 auto 10px;
    border-radius: 0; } }
.navigation .mobile-members .dropdown input[type=submit] {
  background: #324a1f;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  margin-top: 10px; }

@media screen and (max-width: 1080px) {
  .navigation .mobile-members .dropdown input[type=submit] {
    height: 40px;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0; } }
.navigation.shrink {
  height: 70px; }

.navigation.shrink .nav-inner {
  height: 70px; }

.navigation.shrink .nav-inner .menu {
  background: #324a1f; }

.navigation.shrink .nav-inner .menu ul {
  height: 70px; }

.navigation.shrink .nav-inner .menu ul li a {
  height: 70px;
  line-height: 70px;
  font-size: 15px; }

.navigation.shrink .nav-inner .menu ul li ul {
  top: 70px;
  height: inherit; }

.navigation.shrink .nav-inner .menu ul li ul li a {
  font-size: 14px;
  padding: 0;
  height: 54px;
  line-height: 50px; }

.navigation.shrink .nav-inner .menu ul li ul li ul li a {
  font-size: 15px;
  height: inherit;
  line-height: 100%;
  padding: 5px 0; }

.navigation.shrink .nav-inner a.logo {
  width: 70px;
  transition: all 0.3s ease; }

.navigation.shrink .nav-inner a.logo img {
  width: 70px;
  height: auto;
  transition: all 0.3s ease; }

.navigation.shrink .nav-inner .search #showmenu {
  width: 55px;
  height: 70px;
  background-size: contain;
  transition: all 0.3s ease;
  margin-right: 10px; }

.navigation.shrink .mobile-members .mobile-members-nav-menu {
  top: 70px; }

.navigation.shrink .mobile-menu .menu-tog {
  top: 15px; }

.navigation.shrink .mobile-menu .mobile-nav-menu {
  top: 70px; }

.navigation.open {
  /*  height: 300px; */
  height: auto;
  position: relative;
  transition: all 0.3s ease; }

@media screen and (max-width: 1080px) {
  .navigation.open {
    height: initial;
    position: fixed;
    height: 90px; } }
@media screen and (max-width: 1080px) {
  .navigation.shrink.open {
    height: 70px; } }
@media screen and (max-width: 1200px) {
  .navigation,
  .navigation.shrink,
  .navigation.open {
    height: initial;
    position: initial;
    top: initial;
    width: initial;
    min-height: 90px;
    background: #263a17; }

  .navigation .nav-inner,
  .navigation.shrink .nav-inner,
  .navigation.open .nav-inner {
    z-index: 300;
    position: absolute;
    top: 0;
    left: 0;
    height: inherit; }

  .navigation .nav-inner .mobile-menu,
  .navigation.shrink .nav-inner .mobile-menu,
  .navigation.open .nav-inner .mobile-menu {
    display: block;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    z-index: 200;
    max-height: 100%; } }
/*
@media screen and (max-width: 740px) {
  .navigation,
  .navigation.shrink,
  .navigation.open {
    min-height: 70px; } }


@media screen and (max-width: 1080px) {
  .navigation.shrink {
    min-height: 70px; } }
*/
@media screen and (max-width: 1080px) {
  .nav-inner.logged-in a.logo,
  .nav-inner.logged-in .search {
    top: -27px; } }
.logged-in .nav-inner.logged-in a.logo, .logged-in .nav-inner.logged-in .search {
  top: 0px; }

@media screen and (max-width: 1080px) {
  .logged-in .nav-inner.logged-in a.logo, .logged-in .nav-inner.logged-in .search {
    top: 0px; } }
@media screen and (max-width: 740px) {
  .logged-in .nav-inner.logged-in a.logo, .logged-in .nav-inner.logged-in .search {
    top: 10px; } }
.logged-in .mobile-members {
  top: 0px !important; }

.logged-in .mobile-members .members-btn {
  top: 25px; }

.dropit .logged-in .mobile-members {
  top: 37px !important; }

.dropit.navigation .mobile-members.down {
  top: 37px !important; }

@media screen and (max-width: 1080px) {
  .logged-in .mobile-menu .menu-tog {
    top: 25px !important; } }
.logged-in-editor .nav-inner.logged-in a.logo, .logged-in-editor .nav-inner.logged-in .search {
  top: 0 !important; }

@media screen and (max-width: 1200px) {
  .logged-in-editor .nav-inner.logged-in a.logo, .logged-in-editor .nav-inner.logged-in .search {
    top: -37px !important; } }
@media screen and (max-width: 740px) {
  .logged-in-editor .nav-inner.logged-in a.logo, .logged-in-editor .nav-inner.logged-in .search {
    top: -27px !important; } }
.logged-in-editor .mobile-members {
  top: 39px; }

.logged-in-editor .mobile-members .members-btn {
  top: 25px !important; }

@media screen and (max-width: 1080px) {
  .logged-in-editor .mobile-menu .menu-tog {
    top: 25px !important; } }
/* Banner */
.splash-image {
  height: 75vh;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-top: 90px; }

.splash-image .overlay {
    /*
		position: relative;
		height: 100%;
		z-index: 99999;
		*/
  position: absolute;
  /* height: 100%; */
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

.splash-image h1 {
  margin: 0 auto;
  top: 28vh;
  position: relative;
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 60px; }

@media screen and (max-width: 1080px) {
  .splash-image h1 {
    font-size: 36px; } }
@media screen and (max-width: 740px) {
  .splash-image h1 {
    font-size: 22px; } }
@media screen and (max-width: 600px) {
  .splash-image h1 {
    font-size: 22px;
    top: 18vh; } }
.splash-image h1 strong {
  font-weight: 400;
  font-size: 52px;
  display: block; }

@media screen and (max-width: 1080px) {
  .splash-image h1 strong {
    font-size: 48px; } }
@media screen and (max-width: 740px) {
  .splash-image h1 strong {
    font-size: 30px;
    line-height: 28px; } }
@media screen and (max-width: 600px) {
  .splash-image h1 strong {
    font-size: 30px;
    line-height: 40px; } }
.splash-image #scrollNews {
  bottom: 30px;
  position: absolute;
  display: block;
  width: 100%;
  height: 29px; }

.banner-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center top; }

@media screen and (max-width: 1500px) {
  .banner-image {
    height: 320px; } }
@media screen and (max-width: 740px) {
  .banner-image {
    height: 230px; } }
@media screen and (max-width: 600px) {
  .banner-image {
    height: 200px;
    padding-top: 70px; } }
/* News on Homepage */
#news {
  /*position: relative;*/ }

#news .heading h2.left {
  color: #324a1f;
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 35px;
  letter-spacing: 3px;
  float: left;
  width: 50%;
  font-family: "copperplate", serif;
  text-transform: uppercase; }

@media screen and (max-width: 600px) {
  #news .heading h2.left {
    width: 100%;
    float: none;
    margin: 0 0 20px; } }
#news .heading p.right {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 16px;
  text-transform: uppercase; }

#news .heading p.right a {
  color: #324a1f;
  font-weight: 600;
  display: block;
  text-decoration: underline; }

@media screen and (max-width: 600px) {
  #news .heading p.right {
    width: 100%;
    text-align: left;
    float: none; } }
#news a:hover {
  text-decoration: none !important; }

#news .story {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0;
  position: relative; }

#news .story:last-child {
  margin-right: 0; }

#news .story:nth-child(2n) {
  margin-right: 2.3576515979%; }

#news .story:nth-child(2n+1) {
  clear: none; }

@media screen and (max-width: 600px) {
  #news .story {
    width: 100%;
    margin: 0 auto 30px; } }
#news .story .image-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 46.15%; }

#news .story .image-wrap img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#news .story .story-content h2 {
  font-size: 22px;
  letter-spacing: 1px;
  margin: 30px 0 12px;
  text-transform: uppercase; }

#news .story .story-content h2 a {
  font-weight: 500;
  font-family: "copperplate", serif;
  color: #324a1f; }

#news .story .story-content p {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 28px; }

#news .story .story-content a.read_more_link {
  color: #627e3e;
  text-transform: lowercase;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline; }

#news .story .post-data {
  position: absolute;
  top: 0;
  right: 0;
  background: #324a1f;
  color: #dce0d6;
  font-size: 12px;
  padding: 8px 15px;
  font-family: "copperplate", serif;
  text-transform: uppercase; }

#news .story .post-info {
  font-size: 18px !important;
  font-weight: 600;
  color: #797979; }

#news .story .post-info a {
  text-decoration: underline;
  color: #797979; }

#news #scrollCourse {
  bottom: 30px;
  position: absolute;
  display: block;
  width: 100%;
  height: 29px;
  clear: both; }

#course {
  background-size: cover; }

#course .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

#course .content {
  height: 640px; }

@media screen and (max-width: 1500px) {
  #course .content {
    height: auto; }

  #course .content .copy {
    margin-bottom: 30px; } }
@media screen and (max-width: 600px) {
  #course .content {
    padding: 40px 0 100px;
    height: auto; } }
#course .content .copy {
  padding: 5% 15% 0;
  text-align: center; }

@media screen and (max-width: 600px) {
  #course .content .copy {
    padding: 5% 2% 0; } }
#course .content .copy h3 {
  font-size: 42px;
  color: #ffffff !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "copperplate", serif;
  margin: 0 0 40px; }

@media screen and (max-width: 1080px) {
  #course .content .copy h3 {
    font-size: 36px; } }
@media screen and (max-width: 600px) {
  #course .content .copy h3 {
    font-size: 30px; } }
#course .content .copy p {
  color: #ffffff !important;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 1px;
  margin: 0 0 60px; }

@media screen and (max-width: 1080px) {
  #course .content .copy p {
    font-size: 22px; } }
#course .content .copy p a {
  color: #ffffff;
  text-decoration: underline; }

#course .content .copy p.btn {
  font-size: 18px;
  color: #fff;
  border: 3px solid #fff;
  width: 228px;
  margin: 0 auto;
  letter-spacing: 1px;
  background: transparent;
  transition: all 0.3s ease; }

#course .content .copy p.btn:hover {
  border: 3px solid #263a17;
  transition: all 0.3s ease; }

#course .content .copy p.btn:hover a {
  color: #263a17;
  transition: all 0.3s ease;
  background: #dce0d6; }

#course .content .copy p.btn a {
  color: #ffffff;
  display: block;
  padding: 12px 0px;
  text-decoration: none;
  font-family: "copperplate", serif;
  text-transform: uppercase; }

#course .content #scrollStay {
  bottom: 30px;
  position: absolute;
  display: block;
  width: 100%;
  height: 29px;
  text-align: center; }

#course .content #scrollStay img {
  opacity: 1;
  transition: all 0.3s ease;
  top: 0px;
  position: relative;
  margin: 0 auto; }

#course .content #scrollStay img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
  top: 10px;
  position: relative; }

#stay .content p {
  font-size: 20px; }

#stay .content img {
  float: right;
  margin-left: 45px;
  margin-bottom: 30px; }

@media screen and (max-width: 1080px) {
  #stay .content img {
    width: 50%;
    height: auto; } }
@media screen and (max-width: 600px) {
  #stay .content img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 40px; } }
#stay .content h4 {
  color: #324a1f;
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 30px;
  font-family: "copperplate", serif;
  text-transform: uppercase; }

@media screen and (max-width: 1080px) {
  #stay .content h4 {
    font-size: 30px;
    margin: 0 0 20px; } }
#content .content p.intro {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px; }

@media screen and (max-width: 1080px) {
  #content .content p.intro {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 10px; } }
@media screen and (max-width: 740px) {
  #content .content p.intro {
    font-size: 18px;
    line-height: 26px; } }
/* Repeating Content */
.repeat {
  /*	background: $repeat;	*/
  padding: 78px 0;
  /*	
	&:nth-child(2n+2) {
		background: $repeat-alt;	
	}
*/
  /* BOXES - general styles */ }

@media screen and (max-width: 1080px) {
  .repeat {
    padding: 58px 0; } }
@media screen and (max-width: 740px) {
  .repeat {
    padding: 38px 0 38px; } }
.repeat .arrow {
  clear: both;
  display: block;
  text-align: center;
  top: 45px;
  position: relative;
  z-index: 98; }

@media screen and (max-width: 740px) {
  .repeat .arrow {
    top: 25px; }

  .repeat .arrow img {
    width: 30px;
    height: auto; } }
.repeat .content {
  height: auto;
  overflow: hidden;
  padding: 0; }

.repeat .bg {
  background-size: cover; }

.repeat .text {
  width: 100%;
  padding-right: 3.94%;
  float: left; }

.repeat .text img.alignright {
  float: right;
  margin: 10px 0 20px 30px; }

.repeat .text h2 {
  color: #324a1f;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  font-family: "copperplate", serif;
  margin: 0 0 22px;
  text-transform: uppercase; }

@media screen and (max-width: 1080px) {
  .repeat .text h2 {
    font-size: 30px;
    margin: 0 0 20px; } }
@media screen and (max-width: 740px) {
  .repeat .text h2 {
    font-size: 24px;
    margin: 0 0 20px; } }
.repeat .text p {
  font-size: 18px;
  line-height: 30px;
  margin: 0px; }

@media screen and (max-width: 740px) {
  .repeat .text p {
    font-size: 16px;
    line-height: 26px; } }
.repeat .box {
  text-align: center;
  float: left;
  text-shadow: 0 0 10px #777;
  position: relative;
  margin-top: 36px;
  height: 240px;
  background-size: cover;
  opacity: 1;
  transition: all 0.3s ease;
  background-position: center;
  width: 31.53%;
  margin-right: 2.7%; }

.repeat .box:nth-child(3n+3) {
  margin-right: 0; }

@media screen and (max-width: 1080px) {
  .repeat .box {
    width: 48%;
    margin-right: 4%; }

  .repeat .box:nth-child(3n+3) {
    margin-right: 4%; }

  .repeat .box:nth-child(2n+2) {
    margin-right: 0 !important; } }
@media screen and (max-width: 740px) {
  .repeat .box {
    height: 170px; } }
@media screen and (max-width: 600px) {
  .repeat .box {
    height: 150px; } }
.repeat .box:hover {
  opacity: 0.9;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px #ccc; }

.repeat .box p {
  margin: 0;
  height: 100%; }

.repeat .box a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  height: 100%;
  padding: 22% 10%;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "copperplate", serif; }

@media screen and (max-width: 740px) {
  .repeat .box a {
    padding: 20% 5%;
    font-size: 18px;
    line-height: 20px; } }
@media screen and (max-width: 600px) {
  .repeat .box a {
    padding: 25% 5%;
    font-size: 16px;
    line-height: 20px; } }
.repeat .left-col {
  width: 68.46%;
  float: left; }

@media screen and (max-width: 1080px) {
  .repeat .left-col {
    width: 100%; } }
.repeat .left-col .boxes .box {
  width: 46.05%;
  margin-right: 3.94%; }

@media screen and (max-width: 1080px) {
  .repeat .left-col .boxes .box {
    width: 48%;
    float: left;
    margin-right: 0;
    height: 240px; }

  .repeat .left-col .boxes .box:nth-child(2n+1) {
    margin-right: 4%;
    margin-left: 0; } }
@media screen and (max-width: 740px) {
  .repeat .left-col .boxes .box {
    height: 170px; } }
@media screen and (max-width: 600px) {
  .repeat .left-col .boxes .box {
    height: 150px; } }
.repeat .right-col {
  width: 31.53%;
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (max-width: 1080px) {
  .repeat .right-col {
    width: 100%;
    position: relative;
    float: none;
    height: auto;
    right: inherit;
    top: inherit; } }
.repeat .right-col .boxes {
  position: absolute;
  bottom: 0;
  width: 100%; }

@media screen and (max-width: 1080px) {
  .repeat .right-col .boxes {
    position: relative;
    bottom: inherit; } }
.repeat .right-col .boxes .box {
  height: 337px;
  width: 100%; }

@media screen and (max-width: 1080px) {
  .repeat .right-col .boxes .box {
    width: 48%;
    margin-right: 4%;
    height: 240px; }

  .repeat .right-col .boxes .box:nth-child(2n+2) {
    margin-right: 0 !important; } }
@media screen and (max-width: 740px) {
  .repeat .right-col .boxes .box {
    height: 170px; } }
@media screen and (max-width: 600px) {
  .repeat .right-col .boxes .box {
    height: 150px; } }
.repeat .right-col .boxes .box a {
  padding: 32% 22%;
  font-family: "copperplate", serif; }

@media screen and (max-width: 1080px) {
  .repeat .right-col .boxes .box a {
    padding: 22% 15%; } }
@media screen and (max-width: 600px) {
  .repeat .right-col .boxes .box a {
    padding: 25% 10%; } }
.repeat .quote {
  position: relative; }

.repeat .quote-holder {
  text-align: center;
  padding: 10% 3%;
  width: 31.53%;
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #324a1f; }

@media screen and (max-width: 1080px) {
  .repeat .quote-holder {
    margin-top: 36px;
    padding: 20px 20px 10px;
    height: inherit;
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit; } }
.repeat .quote-holder h2 {
  color: #324a1f;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  margin: 40px 0; }

@media screen and (max-width: 1080px) {
  .repeat .quote-holder h2 {
    font-size: 30px;
    margin: 0 0 20px; } }
@media screen and (max-width: 740px) {
  .repeat .quote-holder h2 {
    font-size: 20px;
    line-height: 22px; } }
.repeat .quote-holder p {
  font-size: 32px;
  color: #fff; }

@media screen and (max-width: 1080px) {
  .repeat .quote-holder p {
    font-size: 20px; } }
@media screen and (max-width: 600px) {
  .repeat .quote-holder p {
    font-size: 18px; } }
.repeat .quote-holder img {
  top: 15vh;
  position: relative; }

@media screen and (max-width: 1080px) {
  .repeat .quote-holder img {
    top: inherit;
    position: relative;
    height: 80px;
    width: auto;
    margin-top: 20px; } }
@media screen and (max-width: 600px) {
  .repeat .quote-holder img {
    height: 50px; } }
.repeat .full {
  width: 100%; }

.repeat .copy .thirds {
  width: 31.53%;
  margin-right: 2.7%;
  float: left; }

.repeat .copy .thirds:last-child {
  margin-right: 0; }

@media screen and (max-width: 1080px) {
  .repeat .copy .thirds {
    width: 48%;
    margin-right: 4%; }

  .repeat .copy .thirds:nth-child(2n+2) {
    margin-right: 0 !important; } }
.repeat .copy .thirds .box {
  height: 517px;
  width: 100%; }

@media screen and (max-width: 1080px) {
  .repeat .copy .thirds .box {
    height: 240px; } }
@media screen and (max-width: 740px) {
  .repeat .copy .thirds .box {
    height: 170px; } }
@media screen and (max-width: 600px) {
  .repeat .copy .thirds .box {
    height: 150px; } }
.repeat .copy .thirds .box a {
  padding: 50% 15%; }

@media screen and (max-width: 1080px) {
  .repeat .copy .thirds .box a {
    padding: 22% 15%; } }
@media screen and (max-width: 600px) {
  .repeat .copy .thirds .box a {
    padding: 25% 10%; } }
@media screen and (max-width: 1080px) {
  .repeat .copy .thirds .box.image {
    display: none; } }
.repeat .copy .thirds.full .two-box-third {
  width: 100%;
  overflow: hidden; }

.repeat .copy .thirds.full .two-box-third .box {
  height: 240px;
  float: none; }

@media screen and (max-width: 740px) {
  .repeat .copy .thirds.full .two-box-third .box {
    height: 170px; } }
@media screen and (max-width: 600px) {
  .repeat .copy .thirds.full .two-box-third .box {
    height: 150px; } }
.repeat .copy .thirds.full .two-box-third .box a {
  padding: 22% 10%; }

@media screen and (max-width: 600px) {
  .repeat .copy .thirds.full .two-box-third .box a {
    padding: 25% 10%; } }
@media screen and (max-width: 1080px) {
  .repeat .copy .thirds.full:nth-child(3n+3) {
    width: 100%; }

  .repeat .copy .thirds.full:nth-child(3n+3) .two-box-third {
    width: 48%;
    float: left;
    margin-right: 4%; }

  .repeat .copy .thirds.full:nth-child(3n+3) .two-box-third:nth-child(2n+2) {
    margin-right: 0 !important; } }
.repeat.no-padding {
  padding: 0; }

.repeat.no-padding .text {
  padding-right: 0; }

.repeat.no-padding .text h1,
.repeat.no-padding .text h2,
.repeat.no-padding .text h3,
.repeat.no-padding .text h4,
.repeat.no-padding .text p,
.repeat.no-padding .text a {
  color: #ffffff !important; }

.repeat.no-padding p {
  padding: 0 5%; }

.repeat.no-padding .btn {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  padding: 12px 25px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 30px;
  transition: all 0.3s ease;
  oapcity: 1; }

.repeat.no-padding .btn:hover {
  transition: all 0.3s ease;
  opacity: 0.5; }

@media screen and (max-width: 1080px) {
  .repeat.no-padding {
    padding: 0; } }
@media screen and (max-width: 740px) {
  .repeat.no-padding {
    padding: 0; } }
.repeat.no-padding .content {
  padding: 78px 0; }

@media screen and (max-width: 1080px) {
  .repeat.no-padding .content {
    padding: 58px 0; } }
@media screen and (max-width: 740px) {
  .repeat.no-padding .content {
    padding: 38px 0; } }
.repeat.no-padding .arrow {
  top: -34px; }

/* Course Tour */
.tour .holes .hole {
  float: left;
  width: 31.53%;
  margin-right: 2.7%;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 36px; }

.tour .holes .hole:hover {
  background-blend-mode: luminosity; }

.tour .holes .hole:nth-child(3n+3) {
  margin-right: 0; }

@media screen and (max-width: 1080px) {
  .tour .holes .hole {
    width: 48%;
    margin-right: 4%; }

  .tour .holes .hole:nth-child(3n+3) {
    margin-right: 4%; }

  .tour .holes .hole:nth-child(2n+2) {
    margin-right: 0% !important; } }
.tour .holes .hole a {
  display: block;
  text-align: center;
  padding: 22% 15%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease; }

.tour .holes .hole a:hover {
  background-color: rgba(50, 74, 31, 0.9);
  transition: all 0.3s ease;
  background-blend-mode: luminosity; }

.tour .holes .hole a h3 {
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  font-family: "copperplate", serif;
  font-weight: 400; }

@media screen and (max-width: 740px) {
  .tour .holes .hole a h3 {
    font-size: 16px;
    line-height: 20px; } }
/* Single Course */
.single-course .hole .hole-links {
  background: #324a1f;
  overflow: hidden;
  width: 100%;
  margin: 0 0 40px;
  padding: 0; }

.single-course .hole .hole-links li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 5.55%;
  font-size: 20px;
  transition: all 0.3s ease;
  background: #324a1f; }

@media screen and (max-width: 600px) {
  .single-course .hole .hole-links li {
    width: 11%; } }
.single-course .hole .hole-links li:hover {
  transition: all 0.3s ease;
  background: #627e3e; }

.single-course .hole .hole-links li a {
  color: #ffffff;
  padding: 5px 0 15px;
  display: block; }

.single-course .hole .hole-links li a.active {
  background: #627e3e; }

.single-course .hole .hole-details {
  overflow: hidden;
  clear: both; }

.single-course .hole .hole-details iframe {
  width: 100%;
  height: 430px; }

@media screen and (max-width: 1080px) {
  .single-course .hole .hole-details iframe {
    height: 400px; } }
@media screen and (max-width: 600px) {
  .single-course .hole .hole-details iframe {
    height: 220px; } }
.single-course .hole .hole-details .embed-container {
  position: relative;
  width: 57.3%;
  margin-right: 2.7%;
  float: left;
  position: relative; }

@media screen and (max-width: 1080px) {
  .single-course .hole .hole-details .embed-container {
    width: 100%;
    float: none;
    margin-right: 0; } }
.single-course .hole .hole-details img {
  width: 100%;
  height: auto; }

.single-course .hole .hole-details img.play {
  position: absolute;
  z-index: 9;
  width: inherit;
  height: inherit;
  left: 50%;
  top: 50%;
  width: 762px;
  height: 420px;
  margin-top: -374px;
  margin-left: -381px;
  opacity: 0.6;
  transition: all 0.3s ease; }

.single-course .hole .hole-details img.play:hover {
  opacity: 1;
  transition: all 0.3s ease; }

.single-course .hole .hole-details .hole-content {
  width: 40%;
  float: right;
  font-family: "EB Garamond", serif; }

@media screen and (max-width: 1080px) {
  .single-course .hole .hole-details .hole-content {
    width: 100%;
    margin-top: 40px;
    float: none; } }
.single-course .hole .hole-details .hole-content h3 {
  font-size: 22px;
  margin: 0 0 5px;
  font-size: 20px; }

.single-course .hole .hole-details .hole-content a {
  text-decoration: underline; }

.single-course .hole .hole-details .hole-content a:hover {
  text-decoration: none; }

.single-course .hole .hole-details .hole-content a.icon-file-pdf {
  background: url(../images/icons/png/pdf-icon.png) no-repeat left top;
  padding-left: 35px;
  display: inline-block;
  padding-bottom: 10px; }

.single-course .hole .hole-details .hole-content a.icon-video {
  background: url(../images/icons/png/video-icon.png) no-repeat left 5px;
  padding-left: 35px;
  display: inline-block;
  padding-bottom: 10px; }

.single-course .hole .hole-details .hole-content table {
  margin: 15px 0 30px; }

.single-course .hole .hole-details .hole-content table tr td {
  font-size: 20px !important;
  padding: 0 40px 10px 0; }

.single-course .hole .hole-details .gallery {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 0;
  margin: 0; }

.single-course .hole .hole-details .gallery li, .single-course .hole .hole-details .gallery .gallery-item {
  float: left;
  list-style: none;
  width: 22.975% !important;
  margin-right: 2.7% !important;
  box-shadow: none;
  transition: all 0.3s ease; }

.single-course .hole .hole-details .gallery li:last-child, .single-course .hole .hole-details .gallery .gallery-item:last-child {
  margin-right: 0 !important; }

.single-course .hole .hole-details .gallery li img, .single-course .hole .hole-details .gallery .gallery-item img {
  width: 100%;
  height: auto;
  border: 0px !important; }

.single-course .hole .hole-details .gallery li:hover, .single-course .hole .hole-details .gallery .gallery-item:hover {
  box-shadow: 0px 0px 8px #627e3e;
  transition: all 0.3s ease;
  cursor: pointer; }

.single-course .hole .hole-details .gallery-item:nth-child(4n+4) {
  margin-right: 0 !important; }

.single-course .hole .pagination {
  background: #324a1f;
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin-top: 40px; }

@media screen and (max-width: 600px) {
  .single-course .hole .pagination {
    height: auto; } }
.single-course .hole .pagination .prev,
.single-course .hole .pagination .overview,
.single-course .hole .pagination .next {
  width: 33.33%;
  float: left;
  font-size: 18px;
  text-transform: none; }

@media screen and (max-width: 600px) {
  .single-course .hole .pagination .prev,
  .single-course .hole .pagination .overview,
  .single-course .hole .pagination .next {
    font-size: 15px;
    width: 50%; } }
.single-course .hole .pagination .prev a,
.single-course .hole .pagination .overview a,
.single-course .hole .pagination .next a {
  color: #ffffff;
  padding: 8px 10px 10px;
  display: block;
  font-family: "EB Garamond", serif; }

.single-course .hole .pagination .prev a:hover,
.single-course .hole .pagination .overview a:hover,
.single-course .hole .pagination .next a:hover {
  text-decoration: underline; }

.single-course .hole .pagination .overview {
  text-align: center; }

@media screen and (max-width: 600px) {
  .single-course .hole .pagination .overview {
    display: none; } }
.single-course .hole .pagination .next {
  text-align: right; }

/* Single Posts */
.main .post {
  float: left;
  width: 70%; }

@media screen and (max-width: 1080px) {
  .main .post {
    float: none;
    width: 100%;
    margin-bottom: 40px; } }
.main .post .post-data {
  font-size: 14px;
  margin-bottom: 20px;
  display: block; }

.main .post .post-data a {
  text-decoration: underline; }

.main .post .post-data a:hover {
  text-decoration: none; }

.main .post p.back {
  font-size: 16px; }

.main .post p.back a {
  text-decoration: underline; }

.main .post p.back a:hover {
  text-decoration: none; }

.main .content .archives-wrap .archive-item {
  width: 100%;
  position: relative;
  overflow: hidden; }

.main .content .archives-wrap .archive-item h2 {
  font-family: "copperplate", serif; }

.main .content .archives-holder {
  float: left;
  width: 74.32%; }

@media screen and (max-width: 1500px) {
  .main .content .archives-holder {
    width: 70.32%; } }
@media screen and (max-width: 1080px) {
  .main .content .archives-holder {
    float: none;
    width: 100%;
    margin-bottom: 40px; } }
.main .content .archives-holder .archive-item {
  overflow: hidden;
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #324a1f;
  height: inherit !important; }

.main .content .archives-holder .image-wrap {
  width: 30%;
  float: left; }

.main .content .archives-holder .image-wrap img {
  width: 100%;
  height: auto; }

.main .content .archives-holder .archive-content {
  width: 65%;
  float: right; }

.main .content .archives-holder .archive-content h2 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px; }

.main .content .archives-holder .archive-content .read_more_link {
  color: #627e3e;
  display: block;
  font-size: 16px;
  text-transform: lowercase;
  text-decoration: underline; }

.main .content .archives-holder .archive-content .read_more_link:hover {
  text-decoration: none; }

.main .content .archives-holder .post-data {
  clear: both;
  overflow: hidden;
  display: block;
  width: 130px;
  float: right;
  bottom: 0;
  position: relative; }

.main .content .sidebar-news {
  float: right;
  width: 22.97%; }

@media screen and (max-width: 1500px) {
  .main .content .sidebar-news {
    width: 26.97%; } }
@media screen and (max-width: 1080px) {
  .main .content .sidebar-news {
    width: 100%; } }
.main .sidebar-news {
  float: right;
  width: 22.97%; }

@media screen and (max-width: 1500px) {
  .main .sidebar-news {
    width: 26.97%; } }
@media screen and (max-width: 1080px) {
  .main .sidebar-news {
    width: 100%; } }
.main .sidebar-news h3 {
  font-size: 26px;
  margin: 0 0 20px; }

.main .sidebar-news hr {
  margin: 0 0 20px; }

.main .sidebar-news ul {
  margin: 0 0 20px 20px;
  padding: 0; }

.main .sidebar-news ul li {
  font-size: 18px;
  line-height: 28px; }

.main .sidebar-news ul li a {
  text-decoration: underline; }

.main .sidebar-news ul li a:hover {
  text-decoration: none; }

.single .archives-wrap img.alignleft {
  float: left;
  width: 45%;
  height: auto;
  margin-right: 5%; }

@media screen and (max-width: 600px) {
  .single .archives-wrap img.alignleft {
    width: 100%;
    margin-right: 0;
    float: none;
    margin: 0 0 30px; } }
.single .archives-wrap img.alignright {
  float: right;
  width: 45%;
  height: auto;
  margin-left: 5%; }

@media screen and (max-width: 600px) {
  .single .archives-wrap img.alignright {
    width: 100%;
    margin-right: 0;
    float: none;
    margin: 0 0 30px; } }
/* Experience Page */
.page-template-page-experience .splash-image {
  height: auto; }

.page-template-page-experience .splash-image h1 {
  font-size: 60px;
  top: 26vh; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .splash-image h1 {
    font-size: 40px;
    top: 16vh; } }
.page-template-page-experience .splash-image h1 strong {
  padding-top: 20px;
  font-size: 40px; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .splash-image h1 strong {
    font-size: 24px; } }
@media screen and (max-width: 1080px) {
  .page-template-page-experience .splash-image .overlay {
    height: 400px; } }
.page-template-page-experience .splash-image #new-royalslider-4 {
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  .page-template-page-experience .splash-image .royalSlider {
    width: 80%; } }
@media screen and (max-width: 1080px) {
  .page-template-page-experience .splash-image .royalSlider .rsImg {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 1080px) {
  .page-template-page-experience .splash-image .royalSlider {
    height: 400px !important; } }
.page-template-page-experience .quote-slider {
  background: #678048;
  background: -moz-linear-gradient(-90deg, #678048 0%, #415334 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #678048), color-stop(100%, #415334));
  background: -webkit-linear-gradient(-90deg, #678048 0%, #415334 100%);
  background: -o-linear-gradient(-90deg, #678048 0%, #415334 100%);
  background: -ms-linear-gradient(-90deg, #678048 0%, #415334 100%);
  background: linear-gradient(135deg, #678048 0%, #415334 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#678048', endColorstr='#415334', GradientType=1 );
  text-align: center; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .quote-slider {
    height: 400px; } }
.page-template-page-experience .quote-slider .rsUni, .page-template-page-experience .quote-slider .rsUni .rsOverflow, .page-template-page-experience .quote-slider .rsUni .rsSlide, .page-template-page-experience .quote-slider .rsUni .rsVideoFrameHolder, .page-template-page-experience .quote-slider .rsUni .rsThumbs {
  background: transparent;
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  .page-template-page-experience .quote-slider #new-royalslider-4, .page-template-page-experience .quote-slider .rsOverflow {
    width: 100% !important; } }
.page-template-page-experience .quote-slider .quote-holder {
  width: 500px;
  margin: 0 auto;
  padding: 40px 0; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .quote-slider .quote-holder {
    width: 70%; } }
@media screen and (max-width: 600px) {
  .page-template-page-experience .quote-slider .quote-holder {
    width: 80%; } }
.page-template-page-experience .quote-slider p {
  color: #ffffff;
  font-size: 24px; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .quote-slider p {
    font-size: 20px; } }
.page-template-page-experience .quote-slider p.quote {
  font-size: 44px;
  margin-top: 20px; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .quote-slider p.quote {
    font-size: 36px; } }
.page-template-page-experience .quote-slider p.source {
  border-top: 1px dotted #ffffff;
  padding: 30px 0 0; }

.page-template-page-experience .experience-container {
  width: 100%;
  height: auto;
  position: relative; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .experience-container {
    height: 400px; } }
@media screen and (max-width: 1080px) {
  .page-template-page-experience .experience-container .royalSlider {
    height: 400px !important; } }
.page-template-page-experience .experience-container .royalSlider .rsNav, .page-template-page-experience .experience-container .royalSlider .rsBullets {
  position: absolute;
  bottom: 20px; }

.page-template-page-experience .experience-container .slider-text, .page-template-page-experience .experience-container .copy {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 80px 60px 0 58%; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .experience-container .slider-text, .page-template-page-experience .experience-container .copy {
    padding: 10px 10% 0;
    height: 400px; } }
@media screen and (max-width: 1080px) {
  .page-template-page-experience .experience-container .slider-text, .page-template-page-experience .experience-container .copy {
    padding: 10px 5% 0; } }
.page-template-page-experience .experience-container .slider-text h3, .page-template-page-experience .experience-container .copy h3 {
  position: absolute;
  color: #ffffff;
  left: 100px;
  bottom: 50px;
  font-size: 44px;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "copperplate", serif;
  text-transform: uppercase; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .experience-container .slider-text h3, .page-template-page-experience .experience-container .copy h3 {
    font-size: 26px;
    text-align: center;
    left: inherit;
    width: 100%;
    right: inherit;
    bottom: 20px; } }
@media screen and (max-width: 600px) {
  .page-template-page-experience .experience-container .slider-text h3, .page-template-page-experience .experience-container .copy h3 {
    font-size: 20px;
    text-align: right;
    padding-right: 5%; } }
.page-template-page-experience .experience-container .slider-text p, .page-template-page-experience .experience-container .copy p {
  font-size: 22px;
  line-height: 26px;
  color: #ffffff; }

@media screen and (max-width: 600px) {
  .page-template-page-experience .experience-container .slider-text p, .page-template-page-experience .experience-container .copy p {
    font-size: 16px;
    line-height: 20px; } }
.page-template-page-experience .experience-container .slider-text p em, .page-template-page-experience .experience-container .copy p em {
  font-size: 32px;
  line-height: 36px; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .experience-container .slider-text p em, .page-template-page-experience .experience-container .copy p em {
    font-size: 24px;
    line-height: 28px; } }
@media screen and (max-width: 600px) {
  .page-template-page-experience .experience-container .slider-text p em, .page-template-page-experience .experience-container .copy p em {
    font-size: 20px;
    line-height: 24px; } }
.page-template-page-experience .experience-container .slider-text a.btn, .page-template-page-experience .experience-container .copy a.btn {
  margin-bottom: 0;
  background: #627e3e;
  transition: all 0.3s ease;
  margin-top: 10px;
  font-size: 18px;
  display: inline-block;
  padding: 12px 25px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "copperplate", serif; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .experience-container .slider-text a.btn, .page-template-page-experience .experience-container .copy a.btn {
    font-size: 14px;
    padding: 8px 12px; } }
.page-template-page-experience .experience-container .slider-text a.btn:hover, .page-template-page-experience .experience-container .copy a.btn:hover {
  background: #263a17;
  transition: all 0.3s ease; }

.page-template-page-experience .col {
  width: 31.53%;
  margin-right: 2.7%;
  float: left; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .col {
    width: 48%; }

  .page-template-page-experience .col:nth-child(2n+1) {
    margin-right: 0 !important; } }
@media screen and (max-width: 600px) {
  .page-template-page-experience .col {
    width: 100%;
    float: none; } }
.page-template-page-experience .col:last-child {
  margin-right: 0; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .col:last-child {
    width: 100%; } }
.page-template-page-experience .col:last-child .box {
  height: 516px;
  transition: all 0.3s ease; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .col:last-child .box {
    height: 240px; }

  .page-template-page-experience .col:last-child .box h3 a {
    padding: 22% 10% !important; } }
.page-template-page-experience .col:last-child .box h3 a {
  padding: 52% 10%; }

@media screen and (max-width: 600px) {
  .page-template-page-experience .col:last-child .box h3 a {
    padding: 22% 10%; } }
.page-template-page-experience .col:last-child .box:hover {
  opacity: 0.9;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px #ccc; }

.page-template-page-experience .box {
  height: 240px;
  margin-top: 36px;
  background-size: cover;
  overflow: hidden; }

.page-template-page-experience .box h3 {
  height: 100%;
  margin: 0;
  padding: 0; }

.page-template-page-experience .box h3 a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  height: 100%;
  padding: 22% 10%;
  letter-spacing: 1px;
  font-family: "copperplate", serif;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2); }

.page-template-page-experience .region, .page-template-page-experience .exp {
  overflow: hidden; }

.page-template-page-experience .region .map-col, .page-template-page-experience .exp .map-col {
  width: 65.77%;
  float: left; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .region .map-col, .page-template-page-experience .exp .map-col {
    width: 100%; } }
.page-template-page-experience .region .map-col iframe, .page-template-page-experience .exp .map-col iframe {
  width: 100%;
  height: 516px;
  margin-top: 36px; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .region .map-col iframe, .page-template-page-experience .exp .map-col iframe {
    height: 300px; } }
.page-template-page-experience .region .col, .page-template-page-experience .exp .col {
  width: 31.53%;
  margin-left: 2.7%; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .region .col, .page-template-page-experience .exp .col {
    width: 100%;
    margin-left: 0; } }
.page-template-page-experience .region .col .box, .page-template-page-experience .exp .col .box {
  height: 240px; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .region .col .box, .page-template-page-experience .exp .col .box {
    margin-left: 0;
    float: left;
    width: 48%;
    margin-right: 4%; }

  .page-template-page-experience .region .col .box:nth-child(2n+2), .page-template-page-experience .exp .col .box:nth-child(2n+2) {
    margin-right: 0; } }
.page-template-page-experience .region .col .box h3 a, .page-template-page-experience .exp .col .box h3 a {
  height: 100%;
  padding: 22% 10% !important; }

.page-template-page-experience .instagram {
  width: 68.4%;
  overflow: hidden;
  float: left; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .instagram {
    width: 100%;
    clear: both;
    float: none; } }
.page-template-page-experience .instagram iframe {
  left: -18px;
  position: relative; }

.page-template-page-experience .instagram iframe .lightwidget__tilee {
  height: 240px; }

.page-template-page-experience .copy .exp h2 {
  font-family: "EB Garamond", serif; }

.page-template-page-experience .copy .exp .col {
  height: inherit;
  margin-left: 0; }

@media screen and (max-width: 1500px) {
  .page-template-page-experience .copy .exp .col {
    padding: 18px 0;
    position: absolute;
    right: 0;
    height: 100%; } }
@media screen and (max-width: 1080px) {
  .page-template-page-experience .copy .exp .col {
    position: relative; } }
@media screen and (max-width: 600px) {
  .page-template-page-experience .copy .exp .col {
    clear: both; } }
.page-template-page-experience .copy .exp .col .box {
  height: 419.5px;
  margin-top: 0; }

@media screen and (max-width: 1500px) {
  .page-template-page-experience .copy .exp .col .box {
    margin-top: 0;
    height: 47.5%;
    display: block;
    position: relative;
    margin-bottom: 18px; } }
@media screen and (max-width: 1500px) and (max-width: 1080px) {
  .page-template-page-experience .copy .exp .col .box {
    width: 46%;
    margin-right: 4%;
    float: left;
    height: 240px;
    clear: none; } }
.page-template-page-experience .copy .exp .col .box h3.white {
  color: #ffffff;
  text-align: center;
  height: 0;
  padding: 0;
  margin: 0;
  font-family: "EB Garamond", serif;
  font-weight: 400; }

@media screen and (max-width: 1500px) {
  .page-template-page-experience .copy .exp .col .box h3.white {
    height: 100%; } }
@media screen and (max-width: 1080px) {
  .page-template-page-experience .copy .exp .col .box h3.white {
    height: 240px; } }
.page-template-page-experience .copy .exp .col .box h3.white a {
  padding: 12% 10%;
  color: #ffffff;
  height: auto;
  background-color: transparent;
  font-family: "EB Garamond", serif;
  font-weight: 400; }

@media screen and (max-width: 1500px) {
  .page-template-page-experience .copy .exp .col .box h3.white a {
    display: block; } }
.page-template-page-experience .copy .exp .col .box.icons {
  text-align: center;
  padding-top: 100px; }

@media screen and (max-width: 1500px) {
  .page-template-page-experience .copy .exp .col .box.icons {
    padding-top: 19%; } }
@media screen and (max-width: 1080px) {
  .page-template-page-experience .copy .exp .col .box.icons {
    padding-top: 0; } }
.page-template-page-experience .copy .exp .col .box.icons:last-child {
  padding-right: 0; }

.page-template-page-experience .copy .exp .col .box.icons img {
  margin-top: 40px; }

@media screen and (max-width: 1080px) {
  .page-template-page-experience .copy .exp .col .box.icons img {
    width: 70%;
    height: auto; } }
html .lightwidget__tile {
  list-style: none !important;
  width: 48% !important;
  margin-right: 4% !important; }

html .lightwidget__tile:nth-child(2n+2) {
  margin-right: 0 !important; }

/* Quick Facts */
.facts .full {
  padding: 100px 0;
  margin: 0 0 10px;
  overflow: hidden; }

.facts .full {
  padding: 80px 0;
  min-height: 600px;
  text-align: center; }

@media screen and (max-width: 1200px) {
  .facts .full {
    padding: 20px 0;
    min-height: 360px; }

  .facts .full img {
    width: 160px;
    height: auto;
    margin-top: 10px; } }
@media screen and (max-width: 600px) {
  .facts .full {
    height: auto;
    min-height: auto; }

  .facts .full img {
    width: 100px; } }
.facts .full h3 {
  font-size: 120px;
  font-weight: 400;
  margin: 0px;
  font-family: "copperplate", serif;
  line-height: 100%; }

@media screen and (max-width: 1200px) {
  .facts .full h3 {
    font-size: 80px; } }
@media screen and (max-width: 600px) {
  .facts .full h3 {
    font-size: 50px; } }
.facts .full p {
  font-size: 60px;
  color: #263a17;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  margin: 0; }

@media screen and (max-width: 1200px) {
  .facts .full p {
    font-size: 40px; } }
@media screen and (max-width: 600px) {
  .facts .full p {
    font-size: 22px; } }
.facts .bg {
  background-size: cover !important;
  padding: 0;
  overflow: hidden;
  height: 600px;
  position: relative;
  margin-bottom: 10px; }

.facts .bg img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 1200px) {
  .facts .bg img {
    height: 100%;
    width: auto; } }
@media screen and (max-width: 600px) {
  .facts .bg img {
    height: auto;
    width: 100%;
    position: relative; } }
@media screen and (max-width: 1200px) {
  .facts .bg {
    min-height: 300px;
    padding: 0;
    height: 360px; } }
@media screen and (max-width: 600px) {
  .facts .bg {
    height: auto;
    min-height: auto; } }
.facts .bg:nth-child(2n+2) .block {
  right: 0; }

@media screen and (max-width: 600px) {
  .facts .bg:nth-child(2n+2) .block {
    float: none; } }
.facts .block {
  background: rgba(50, 74, 31, 0.9);
  width: 540px;
  height: 400px;
  padding: 50px 60px;
  margin: 100px 0;
  position: absolute;
  text-align: center;
  z-index: 3; }

@media screen and (max-width: 1200px) {
  .facts .block {
    width: 40%;
    padding: 30px 50px;
    height: 100%;
    top: 0;
    margin: 0; } }
@media screen and (max-width: 600px) {
  .facts .block {
    width: 100%;
    height: auto;
    padding: 10px 20px 20px;
    margin: 0 auto;
    position: relative; } }
.facts .block h3 {
  color: #ffffff;
  font-size: 66px;
  margin: 30px 0 5px;
  font-weight: 500;
  font-family: "copperplate", serif;
  text-transform: uppercase; }

@media screen and (max-width: 1200px) {
  .facts .block h3 {
    font-size: 50px;
    margin: 0 0 5px; } }
@media screen and (max-width: 600px) {
  .facts .block h3 {
    font-size: 30px; } }
.facts .block p {
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  font-family: "EB Garamond", serif;
  margin: 0; }

@media screen and (max-width: 1200px) {
  .facts .block p {
    font-size: 20px; } }
@media screen and (max-width: 600px) {
  .facts .block p {
    font-size: 18px; } }
/* Members Home */
.members .members-header .heading {
  float: left;
  width: 50%; }

@media screen and (max-width: 1500px) {
  .members .members-header .heading {
    width: 300px; } }
@media screen and (max-width: 740px) {
  .members .members-header .heading {
    width: 100%;
    margin-bottom: 20px; } }
.members .members-header .members-slider {
  width: 100%;
  height: 400px;
  clear: both;
  overflow: hidden;
  position: relative; }

@media screen and (max-width: 1500px) {
  .members .members-header .members-slider {
    height: auto !important; } }
@media screen and (max-width: 1500px) {
  .members .members-header .members-slider .royalSlider {
    height: 405px !important; } }
@media screen and (max-width: 1200px) {
  .members .members-header .members-slider .royalSlider {
    height: 255px !important; } }
@media screen and (max-width: 1500px) {
  .members .members-header .members-slider .royalSlider .rsOverflow {
    height: 405px !important; } }
@media screen and (max-width: 1200px) {
  .members .members-header .members-slider .royalSlider .rsOverflow {
    height: 255px !important; } }
.members .members-header .members-slider .feature-image {
  width: 684px; }

@media screen and (max-width: 1500px) {
  .members .members-header .members-slider .feature-image {
    width: 50%; } }
@media screen and (max-width: 1200px) {
  .members .members-header .members-slider .feature-image {
    width: 56%; } }
.members .members-header .members-slider .feature-image img {
  width: 100% !important;
  height: auto !important; }

.members .members-header .members-slider .copy {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9;
  background: #324a1f;
  width: 30%;
  padding: 30px;
  color: #ffffff;
  text-align: center; }

@media screen and (max-width: 1500px) {
  .members .members-header .members-slider .copy {
    width: 50%; } }
@media screen and (max-width: 1200px) {
  .members .members-header .members-slider .copy {
    width: 44%;
    padding: 20px 20px 0; } }
.members .members-header .members-slider .copy h3 {
  color: #ffffff;
  font-size: 22px;
  font-family: "copperplate", serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 10px 0 10px;
  letter-spacing: 1px; }

.members .members-header .members-slider .copy p {
  color: #ffffff;
  font-weight: 18px;
  line-height: 22px; }

.members .members-header .members-slider .copy p a {
  color: #ffffff; }

.members .members-header .members-slider .copy p .read_more_link, .page-id-510 .members-slider a.read_more_link {
  display: block;
  background: #59813a;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  width: 143px;
  font-size: 14px;
  margin: 20px auto 0;
  float: none;
  font-family: "copperplate", serif; }

.members .members-header .members-slider img.rsImg {
  margin: 0 auto !important; }

@media screen and (max-width: 1080px) {
  .members .members-header .members-slider img.rsImg {
    width: 100% !important;
    height: auto !important; } }
.members .members-header .members-slider .rsUni {
  background: #324a1f; }

.members .members-header .members-slider .rsUni .rsBullet {
  width: 12px;
  height: 12px; }

.members .members-header .members-slider .rsUni .rsBullet span {
  width: 12px;
  height: 12px;
  background: #ffffff; }

.members .members-header .members-slider .rsBullets {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  position: absolute;
  top: 350px; }

@media screen and (max-width: 1080px) {
  .members .members-header .members-slider .rsBullets {
    margin: 0 auto;
    bottom: 200px; } }
.members .members-header .members-slider .rsBullets .rsNavSelected span {
  background: #797979; }

.members .members-header .rsUni, .members .members-header .rsUni .rsOverflow, .members .members-header .rsUni .rsSlide, .members .members-header .rsUni .rsVideoFrameHolder, .members .members-header .rsUni .rsThumbs {
  background: #324a1f !important; }

.members .members-header #weatherFeed {
  overflow: hidden;
  width: 100%;
  padding: 25px 0 25px 3%; }

@media screen and (max-width: 1080px) {
  .members .members-header #weatherFeed {
    margin-bottom: 0; } }
@media screen and (max-width: 740px) {
  .members .members-header #weatherFeed {
    width: 100%;
    margin-bottom: 50px; } }
.members .members-header #weatherFeed p.weatherTitle {
  display: none; }

.members .members-header #weatherFeed div {
  float: left;
  width: 14%; }

@media screen and (max-width: 1200px) {
  .members .members-header #weatherFeed div {
    text-align: center; } }
@media screen and (max-width: 1080px) {
  .members .members-header #weatherFeed div {
    width: 25%; } }
.members .members-header #weatherFeed div img {
  float: left;
  margin-right: 5px; }

@media screen and (max-width: 1200px) {
  .members .members-header #weatherFeed div img {
    margin: 0 auto;
    float: none;
    display: block; } }
.members .members-header #weatherFeed div span {
  display: block;
  font-size: 12px;
  line-height: 9px;
  padding-top: 5px;
  letter-spacing: 0.5px; }

.members .members-header #weatherFeed div span b {
  font-weight: 600; }

@media screen and (max-width: 1200px) {
  .members .members-header #weatherFeed div span b {
    display: block; } }
.news {
  float: right;
  width: 74.32%; }

@media screen and (max-width: 1500px) {
  .news {
    width: 70.32%; } }
@media screen and (max-width: 1080px) {
  .news {
    float: none;
    width: 100%;
    margin-bottom: 40px; } }
.members .members-content .members-pages {
  float: right;
  width: 74.32%;
  /* Bookings */ }

@media screen and (max-width: 1500px) {
  .members .members-content .members-pages {
    width: 70.32%; } }
@media screen and (max-width: 1080px) {
  .members .members-content .members-pages {
    float: none;
    width: 100%;
    margin-bottom: 40px; } }
.members .members-content .members-pages #eventListForm .eventHeader {
  color: #324a1f;
  font-size: 36px !important;
  font-weight: 600;
  line-height: 100%;
  margin: 0 0 32px;
  font-family: "EB Garamond", serif !important; }

.members .members-content .members-pages #eventListForm .ui-button.ui-widget.ui-button-text-only .ui-button-text {
  color: #ffffff; }

.members .members-content h1 {
  font-size: 32px;
  margin-bottom: 50px; }

.members .members-content .archives-wrap .archive-item {
  width: 30.9%;
  margin-right: 3.63%;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: 50px; }

.members .members-content .archives-wrap .archive-item:nth-child(3n+3) {
  margin-right: 0; }

@media screen and (max-width: 1200px) {
  .members .members-content .archives-wrap .archive-item {
    width: 48%;
    margin-right: 4%;
    height: auto !important; }

  .members .members-content .archives-wrap .archive-item:nth-child(3n+3) {
    margin-right: 4%; }

  .members .members-content .archives-wrap .archive-item:nth-child(2n+2) {
    margin-right: 0 !important; } }
@media screen and (max-width: 740px) {
  .members .members-content .archives-wrap .archive-item {
    height: inherit !important; } }
@media screen and (max-width: 600px) {
  .members .members-content .archives-wrap .archive-item {
    width: 100%;
    margin-right: 0%; } }
.members .members-content .archives-wrap .archive-item .image-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 63.75%; }

.members .members-content .archives-wrap .archive-item .image-wrap img {
  /*width: 100%;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  height: 195px;
  max-width: 100%;
  width: auto;
  max-height: 100%; }

.members .members-content .archives-wrap .archive-item .archive-content {
  padding: 10px; }

.members .members-content .archives-wrap .archive-item h2 {
  font-size: 18px;
  margin: 0 0 15px;
  font-family: "copperplate", serif; }

.members .members-content .archives-wrap .archive-item h2:hover a {
  color: #222321; }

.members .members-content .archives-wrap .archive-item h2 a {
  font-weight: 600;
  font-family: "copperplate", serif;
  color: #324a1f;
  text-transform: uppercase; }

.members .members-content .archives-wrap .archive-item p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
  font-weight: 400; }

.members .members-content .archives-wrap .archive-item p a.read_more_link {
  color: #627e3e;
  font-size: 14px;
  text-transform: lowercase;
  display: block;
  margin-top: 15px;
  text-decoration: underline; }

.members .members-content .archives-wrap .archive-item p a.read_more_link:hover {
  text-decoration: none; }

.members .members-content .archives-wrap .archive-item .post-data {
  padding: 7px 10px;
  display: block;
  background: #324a1f;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12.5px; }

.members .members-content .archives-wrap p.archive-next {
  clear: both;
  display: block;
  font-size: 16px;
  margin: 0; }

.members .members-content .archives-wrap p.archive-next a {
  text-decoration: underline; }

.members .members-content .archives-wrap p.archive-next a:hover {
  text-decoration: none;
  color: #222321; }

.members-sidebar {
  float: left;
  width: 22.97%; }

@media screen and (max-width: 1500px) {
  .members-sidebar {
    width: 100%; } }
@media screen and (max-width: 1080px) {
  .members-sidebar {
    width: 100%; } }
.members-sidebar .members-menu {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 1080px) {
  .members-sidebar .members-menu {
    margin-bottom: 40px; } }
.members-sidebar .members-menu li.menu-item {
  height: 53px;
  background: #324a1f;
  list-style: none;
  margin-bottom: 2px;
  text-align: center;
  transition: all 0.3s ease;
  font-family: "EB Garamond", serif; }

@media screen and (max-width: 1080px) {
  .members-sidebar .members-menu li.menu-item {
    height: inherit; } }
.members-sidebar .members-menu li.menu-item:hover {
  background: #627e3e;
  transition: all 0.3s ease; }

.members-sidebar .members-menu li.menu-item a {
  color: #ffffff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  padding: 13px 0;
  letter-spacing: 0.5px; }

@media screen and (max-width: 1500px) {
  .members-sidebar .members-menu li.menu-item a {
    font-size: 18px;
    padding: 15px 10px; } }
.members-sidebar .documents {
  margin-top: 50px;
  display: block;
  float: none;
  clear: both;
  padding-bottom: 30px;
  width: 120px;
  margin: 40px auto 0; }

.members .members-sidebar .documents a {
  float: left;
  width: 50%;
  text-align: center; }

.members .members-sidebar .documents a img {
  margin: 0 auto; }

.members .members-sidebar .documents h3 {
  font-size: 22px;
  margin: 0px 0 30px;
  font-weight: 600; }

.members .members-sidebar .documents a.icon-file-pdf {
  background: url(../images/icons/png/pdf-icon.png) no-repeat left top;
  padding-left: 35px;
  display: inline-block;
  padding-bottom: 15px;
  text-decoration: underline; }

.members .members-sidebar .documents a.icon-file-pdf:hover {
  text-decoration: none; }

@media screen and (max-width: 1080px) {
  .members .members-sidebar .documents {
    float: left;
    margin-top: -14px;
    position: relative;
    right: 0;
    overflow: hidden;
    margin-bottom: 20px; } }
@media screen and (max-width: 600px) {
  .members .members-sidebar .documents {
    float: none;
    margin-top: 0; } }
@media screen and (max-width: 1080px) {
  .members .members-sidebar .fb_iframe_widget {
    width: 45%;
    float: right;
    height: 250px;
    overflow: hidden;
    margin-bottom: 40px; } }
@media screen and (max-width: 600px) {
  .members .members-sidebar .fb_iframe_widget {
    width: 100%;
    float: none;
    margin-top: 0; } }
.page-template-page-members .main .content {
  padding: 50px 0 78px; }

.page-template-page-members .main .content .members-content h1 {
  margin: 0 0 18px;
  float: none;
  width: 100%; }

.page-template-page-members .main .content .custom-pagination {
  clear: both;
  width: 100%; }

.page-template-page-members .main .content .custom-pagination .page-numbers.page-num {
  padding-right: 10px; }

.page-template-page-members .main .content .custom-pagination a.page-numbers {
  text-decoration: underline;
  padding: 0 5px;
  color: #324a1f; }

/* Login Page */
.product-page .header {
  padding: 78px 0 0;
  margin: 0 auto !important; }

@media screen and (max-width: 1500px) {
  .product-page .header {
    padding: 50px 0 0; } }
.product-page .header h1 {
  color: #324a1f;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  margin: 0 0 32px; }

.login {
  padding: 0;
  width: 1332px;
  margin: 0 auto !important;
  overflow: hidden; }

@media screen and (max-width: 1500px) {
  .login {
    width: 90%;
    padding: 0 0 50px; } }
.login .left {
  width: 40%;
  float: left; }

@media screen and (max-width: 1080px) {
  .login .left {
    width: 100%;
    float: none;
    margin-bottom: 40px; } }
.login .left form {
  width: 100%;
  background: #dce0d6;
  padding: 30px;
  color: #324a1f; }

.login .left form span {
  color: #324a1f;
  display: block;
  font-size: 18px;
  margin: 0 0 5px; }

.login .left form .input {
  margin: 0 0 20px; }

.login .left form input {
  padding: 7px;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  color: #324a1f;
  background: #ffffff; }

.login .left form input[type=submit] {
  background: #324a1f;
  color: #ffffff;
  border: 0px;
  width: 180px;
  height: 42px;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
  transition: all 0.3s ease; }

.login .left form input[type=submit]:hover {
  background: #627e3e;
  transition: all 0.3s ease; }

.login .right {
  width: 50%;
  float: right;
  font-size: 18px;
  line-height: 28px; }

@media screen and (max-width: 1080px) {
  .login .right {
    width: 100%;
    float: none; } }
.login .right h2, .login .right h4 {
  font-size: 23px;
  margin: 20px 0 5px; }

.login .right p {
  margin: 0; }

/* My Profile */
.members-content .header {
  padding: 0; }

.members-content .header .heading {
  padding: 0; }

.members-content .content.members.password {
  width: 100%;
  padding: 0; }

.members-content .content.members.password table {
  border-collapse: collapse;
  margin: 10px 0 40px;
  border: 1px solid #324a1f;
  width: 100%; }

.members-content .content.members.password table tr {
  background: #dce0d6; }

.members-content .content.members.password table tr th {
  background: #324a1f;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 18px; }

.members-content .content.members.password table tr td {
  padding: 7px 15px; }

@media screen and (max-width: 600px) {
  .members-content .content.members.password table tr td {
    text-align: left;
    width: 100%;
    display: block;
    padding: 0 15px; } }
.members-content .content.members.password table tr td table {
  border: 0px;
  width: 80%;
  float: left;
  margin: 10px 0 0; }

@media screen and (max-width: 1080px) {
  .members-content .content.members.password table tr td table {
    width: 100%; } }
@media screen and (max-width: 600px) {
  .members-content .content.members.password table tr td table {
    float: none; } }
.members-content .content.members.password table tr td table td div {
  color: #324a1f;
  display: block;
  font-size: 18px;
  margin: 0 0 5px; }

@media screen and (max-width: 600px) {
  .members-content .content.members.password table tr td table td div {
    text-align: left;
    width: 100%;
    display: block; } }
.members-content .content.members.password table tr td table td input {
  padding: 7px;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  color: #324a1f;
  background: #ffffff; }

@media screen and (max-width: 600px) {
  .members-content .content.members.password table tr td table td input {
    width: 100%;
    display: block;
    margin: 0 0 15px; } }
.members-content .content.members.password input[type=submit],
.members-content .content.members.password input[type=button] {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  border: 0;
  padding: 7px;
  letter-spacing: 1px;
  width: 100px; }

.members-content .content.members.password input[type=submit] {
  background: #324a1f; }

.members-content .content.members.password input[type=submit]:hover {
  background: #627e3e;
  transition: all 0.3s ease; }

.members-content .content.members.password input[type=button] {
  background: #627e3e; }

.members-content .content.members.password input[type=button]:hover {
  background: #263a17;
  transition: all 0.3s ease; }

.members-content.login {
  width: 100%;
  float: none; }

.members-content.login .members-pages {
  width: 100%;
  float: none; }

.column {
  width: 48.65%;
  float: left;
  margin-left: 2.7%; }

.column:nth-child(2n+2) {
  margin-left: 0; }

@media screen and (max-width: 740px) {
  .column {
    width: 100%;
    float: none;
    margin-left: 0; } }
.column .panel {
  border: 1px solid #324a1f;
  border-radius: 0px;
  position: relative;
  margin-bottom: 36px;
  height: 100%;
  float: left;
  width: 100%;
  padding: 1% 4.5%;
  background: #dce0d6; }

.column .panel h2 {
  font-size: 20px;
  margin: 20px 0 10px;
  font-weight: 400;
  text-transform: uppercase; }

.column .panel p {
  font-size: 14px;
  margin: 5px 10px; }

.column .panel ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.column .panel ul li {
  padding: 5px 0; }

.column .panel a {
  transition: all 0.3s ease;
  padding: 20px;
  position: relative;
  width: 100%;
  float: left; }

.column .panel a:hover {
  text-decoration: underline; }

.column .panel td {
  padding: 5px 0px;
  font-family: "EB Garamond", serif; }

.column .panel .portalLink a {
  color: #222321;
  text-decoration: underline !important; }

.column .panel .portalLink a:hover {
  text-decoration: none !important; }

.column .panel h3, .column .panel h4 {
  font-family: "EB Garamond", serif;
  font-weight: 400; }

/* Footer */
#footer {
  background: #1c2c0e;
  width: 100%; }

#footer p, #footer a {
  color: #ffffff;
  font-family: "EB Garamond", serif; }

#footer #footer-nav .container {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
  padding: 60px 0 52px; }

@media screen and (max-width: 740px) {
  #footer #footer-nav .container {
    padding: 40px 0 32px; } }
#footer #footer-nav .two-col {
  width: 20%;
  float: left;
  padding-right: 8%; }

@media screen and (max-width: 740px) {
  #footer #footer-nav .two-col {
    width: 33%;
    padding-right: 5%; }

  #footer #footer-nav .two-col:nth-child(5n+4) {
    clear: left;
    margin-top: 30px; } }
@media screen and (max-width: 600px) {
  #footer #footer-nav .two-col {
    display: none; } }
#footer #footer-nav .two-col h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  line-height: 100%;
  font-family: "copperplate", serif;
  padding-bottom: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px; }

@media screen and (max-width: 1080px) {
  #footer #footer-nav .two-col h4 {
    font-size: 14px; } }
#footer #footer-nav .two-col ul {
  padding: 20px 0 0;
  margin: 0;
  border-top: 1px solid #dce0d6; }

#footer #footer-nav .two-col ul li {
  list-style: none;
  padding: 0 0 12px;
  margin: 0;
  font-size: 18px; }

#footer #footer-nav .two-col .contact-details {
  padding: 20px 0 0;
  margin: 0;
  border-top: 1px solid #dce0d6; }

#footer #footer-nav .two-col .contact-details p {
  margin: 0 0 15px; }

#footer #footer-nav .contact {
  width: 20%;
  padding-right: 0; }

@media screen and (max-width: 740px) {
  #footer #footer-nav .contact {
    width: 66%;
    margin-top: 30px;
    padding-right: 5%; } }
@media screen and (max-width: 600px) {
  #footer #footer-nav .contact {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-top: 0; } }
#footer #footer-nav p {
  color: #ffffff;
  font-size: 18px; }

#footer .footer-copy {
  background: #16230b;
  color: #ffffff;
  padding: 30px 75px;
  height: auto; }

@media screen and (max-width: 1080px) {
  #footer .footer-copy {
    padding: 10px 4%;
    width: 100%; } }
@media screen and (max-width: 600px) {
  #footer .footer-copy {
    height: 140px; } }
#footer .footer-copy p.copyright {
  width: 500px;
  float: left;
  padding: 10px 0; }

#footer .footer-copy p.copyright .club {
  display: inline;
  color: #ffffff; }

@media screen and (max-width: 740px) {
  #footer .footer-copy p.copyright .club {
    display: block; } }
#footer .footer-copy p.copyright .separator {
  color: #ffffff; }

@media screen and (max-width: 740px) {
  #footer .footer-copy p.copyright .separator {
    display: inline; } }
@media screen and (max-width: 1080px) {
  #footer .footer-copy p.copyright {
    text-align: center;
    font-size: 15px;
    float: none;
    width: 100%; } }
@media screen and (max-width: 740px) {
  #footer .footer-copy p.copyright {
    margin: 5px 0; }

  #footer .footer-copy p.copyright a {
    padding-top: 5px; } }
#footer .footer-copy .social {
  float: right;
  width: 230px; }

@media screen and (max-width: 1080px) {
  #footer .footer-copy .social {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    float: none; }

  #footer .footer-copy .social img {
    width: 27px;
    height: auto; } }
@media screen and (max-width: 740px) {
  #footer .footer-copy .social {
    overflow: hidden; } }
#footer .footer-copy .social p {
  width: 120px;
  float: left;
  padding: 10px 0; }

@media screen and (max-width: 1080px) {
  #footer .footer-copy .social p {
    display: none; } }
#footer .footer-copy .social-media {
  float: right;
  margin: 0;
  padding: 3px 0;
  width: 110px; }

@media screen and (max-width: 1080px) {
  #footer .footer-copy .social-media {
    margin: 0 auto;
    float: none; } }
#footer .footer-copy .social-media li {
  list-style: none;
  float: left;
  opacity: 1;
  transition: 0.3s all ease;
  margin-left: 15px; }

#footer .footer-copy .social-media li:hover {
  opacity: 0.7;
  transition: 0.3s all ease; }

#footer .footer-copy .social-media li a {
  display: block; }

#footer .footer-copy p {
  margin: 0;
  font-size: 16px; }

/* Overrides - fonts 
.page-id-635 {
	
	.navigation, .navigation.shrink {
		.nav-inner {
			.menu {
				li {
					li {
						li {
							a {
								font-family: 'Roboto', sans-serif;
							}
						}
					}
				}
			}
		}
	}
	
	#content {
		p {
			font-family: 'Roboto', sans-serif;

			font-weight: 400;
			font-size: 17px;
			line-height: 24px;
			margin: 0 0 18px;
			
			strong {
				font-weight: 500;
				display: block;
			}
		}
		span {
			font-family: 'Roboto', sans-serif;

			font-weight: 400;
			font-size: 17px;
			line-height: 22px;
		}
		ul {
			margin: 0 0 20px;
			
			li {
				font-family: 'Roboto', sans-serif;

				font-weight: 400;
				font-size: 17px;
				line-height: 26px;
				margin: 0 0 5px;
			}
		}
		
		.content {
			
			h2 {
				margin: 35px 0 20px;
				letter-spacing: 1px;
				font-family: Roboto, sans-serif;
				text-transform: none;
				font-size: 28px;
			}
			
			h3 {
				font-size: 24px;
				margin: 25px 0 15px;
				letter-spacing: 0;
				font-weight: 500;
				font-family: Roboto, sans-serif;
				text-transform: none;
			}
		
			h4 {
				font-family: 'Roboto', sans-serif;
				font-weight: 500;
				text-transform: none;
				letter-spacing: 0.25px;
				font-size: 20px;
				margin: 0 0 5px;
				color: #222321;
			}
		}
	}
	#footer {
		p, a {
			font-family: 'Roboto', sans-serif;
			font-size: 16px;
		}
		#footer-nav {
			p, a {
				font-family: 'Roboto', sans-serif;
				font-size: 16px;
			}
			p {
				line-height: 24px;
			}
		}
	}
}*/
#fancybox-title-over {
  display: none !important; }

a:focus {
  outline: none !important;
  outline: none !important; }

/* Logged in-specifics 
#content {
	.repeat.hide {
		display: none;
	}
}*/
#content .repeat.member {
  display: none; }

#content .odd {
  background: #ffffff; }

#content .even {
  background: #f2f3f0; }

.logged-in #content .repeat.member {
  display: block; }

.logged-in #content .odd, .logged-in #content .even {
  background: inherit; }

.logged-in #content .repeat {
  background: #ffffff; }

.logged-in #content .repeat:nth-child(2n+2) {
  background: #f2f3f0; }

.reciprocalCategory {
  width: 100%;
  overflow: hidden; }

.reciprocalCategory .reciprocal {
  float: left;
  width: 50%; }

#reciprocal a.btn {
  font-family: "copperplate", serif; }

.page-id-9922 #content .copy p {
  clear: both; }

.lightwidget--grid.lightwidget--grid-2 li {
  height: 240px; }

#dining.content .copy {
  padding: 110px 0 70px;
  overflow: hidden; }

/* Members Home Slider */
@media screen and (max-width: 1500px) {
  .members .members-header .members-slider .feature-image img {
    min-width: 100% !important;
    max-height: 400px !important;
    max-width: 100% !important;
    width: auto !important;
    transform: translateX(-50%);
    left: 50%;
    position: relative; } }
@media screen and (max-width: 1080px) {
  #members .third {
    width: 100%; }

  #members .third .thirds.full {
    width: 100%; }

  #members .third .thirds.full .two-box-third {
    width: 48%;
    float: left;
    margin-right: 4%; }

  #members .third .thirds.full .two-box-third:last-child {
    margin-right: 0; }

  .members .members-header .members-slider .rsBullets {
    bottom: 20px !important; } }
@media screen and (max-width: 1200px) {
  .dropit.navigation .nav-inner .search,
  .dropit.navigation .nav-inner a.logo {
    top: -37px; }

  .members .members-header .members-slider .copy h3 {
    font-size: 16px; } }
@media screen and (max-width: 740px) {
  .dropit.navigation .nav-inner .search,
  .dropit.navigation .nav-inner a.logo {
    top: -27px; } }
.product-page .header h1 {
  font-weight: 400; }

/* Nav Fixes - 9/3/18 VC */
.navigation .mobile-menu .mobile-nav-menu li ul.sub-menu {
  display: none; }

.navigation .mobile-menu .mobile-nav-menu li.open ul.sub-menu {
  display: block !important; }

.navigation .mobile-menu .mobile-nav-menu li.open ul.sub-menu li ul.sub-menu {
  display: none; }

.navigation .mobile-menu .mobile-nav-menu li.open ul.sub-menu li.open ul.sub-menu {
  display: block; }

.navigation .mobile-menu .mobile-nav-menu li .arrow-nav-down i.arrow {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.navigation .mobile-menu .mobile-nav-menu li.open .arrow-nav-down i.arrow {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg); }

.navigation .mobile-menu .mobile-nav-menu li.open li .arrow-nav-down i.arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.navigation .mobile-menu .mobile-nav-menu li.open li.open .arrow-nav-down i.arrow {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg); }

@media screen and (max-width: 1080px) and (min-width: 740px) {
  .page-template-prodGen-php .content {
    padding: 130px 0 0; } }
#main-menu {
  position: relative; }

@media screen and (min-width: 1501px) and (max-width: 1899px) {
  .members-sidebar {
    width: 20% !important; } }
@media screen and (min-width: 200px) and (max-width: 767px) {
  .navigation .logo {
    top: 10px !important; }

  .navigation .search {
    top: 10px !important; }

  .menu-tog {
    top: 25px !important; }

  #ui-area {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-inner.logged-in a.logo, .nav-inner.logged-in .search {
    top: 0 !important; } }
@media screen and (min-width: 200px) and (max-width: 979px) {
  .sidenav-mobile-view-parent a {
    background-color: #315615 !important; }

  #ui-area .sidenav-mobile-view-div .sidenav-mobile-view-ul ul li a {
    background-color: #edf5e8 !important; } }