main {
  background-color: #fff;
}

.grid-content {
  text-align: center;
  padding: 4rem 3rem 4.5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .grid-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 6rem 6.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .grid-content {
    padding: 8rem 6rem 8.5rem;
  }
}
.grid-content div h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  position: relative;
}
.grid-content div h2:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 1200px) {
  .grid-content div h2:before {
    margin: 0 auto 2rem;
  }
}
.grid-content div h2:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 150px;
  background-image: linear-gradient(to right, #b8b8b8 30%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.grid-content div h3 {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .grid-content div h3 {
    margin-bottom: 2rem;
  }
}
.grid-content div p {
  margin: 0 auto 1.5rem;
  max-width: 500px;
}
@media screen and (min-width: 1200px) {
  .grid-content div p {
    margin-bottom: 2.2rem;
  }
}

.row-homepage-shop {
  background-color: #fff;
  padding-top: 1rem;
}
@media screen and (min-width: 900px) {
  .row-homepage-shop .grid-content {
    float: left;
    width: 50%;
  }
}
.row-homepage-shop .grid-content div h2:before {
  background: #fff url("../img/icon-shop.png") no-repeat center center;
}
@media screen and (min-width: 900px) {
  .row-homepage-shop .shop-grid {
    float: right;
    width: 50%;
  }
}
.row-homepage-shop .shop-grid .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
}
.row-homepage-shop .shop-grid .grid-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f2ebe5;
  box-sizing: border-box;
  padding: 3rem 0;
}
.row-homepage-shop .shop-grid .grid-wrapper a img {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.row-homepage-shop .shop-grid .grid-wrapper a:hover img {
  -webkit-transform: scale(1.05);
}
.row-homepage-shop .shop-grid .grid-wrapper a:first-of-type {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  padding: 4rem 0;
}
.row-homepage-shop .shop-grid .grid-wrapper a:first-of-type img {
  width: 40%;
}
.row-homepage-shop .shop-grid .grid-wrapper a:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.row-homepage-shop .shop-grid .grid-wrapper a:nth-of-type(2) img {
  max-width: 23%;
}
.row-homepage-shop .shop-grid .grid-wrapper a:nth-of-type(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.row-homepage-shop .shop-grid .grid-wrapper a:nth-of-type(3) img {
  max-width: 23%;
}

.row-homepage-visit {
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .row-homepage-visit .grid-content {
    float: right;
    width: 50%;
  }
}
.row-homepage-visit .grid-content div h2:before {
  background: #fff url("../img/icon-visit.png") no-repeat center center;
}
.row-homepage-visit .image {
  height: 400px;
}
@media screen and (min-width: 900px) {
  .row-homepage-visit .image {
    float: left;
    width: 50%;
  }
}

.row-homepage-join {
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .row-homepage-join .grid-content {
    float: left;
    width: 50%;
  }
}
.row-homepage-join .grid-content div h2:before {
  background: #fff url("../img/icon-join.png") no-repeat center center;
}
.row-homepage-join .image {
  height: 400px;
}
@media screen and (min-width: 900px) {
  .row-homepage-join .image {
    float: left;
    width: 50%;
  }
}

.row-content {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .row-content {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 900px) {
  .row-content {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .row-content {
    padding: 6rem 0;
  }
}
.row-content .centered-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.row-content .centered-intro h3 {
  padding: 0 0 1.5rem;
}
.row-content .centered-intro.visit {
  max-width: 1080px;
}
.row-content .centered-intro.newsletter {
  max-width: 768px;
  padding-bottom: 2rem;
}
.row-content .club-options {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .row-content .club-options {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 900px) {
  .row-content .club-options {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .row-content .club-options {
    margin-top: 6rem;
  }
}
.row-content .club-options .club-option {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .row-content .club-options .club-option {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.row-content .club-options .club-option .qty {
  background-color: #fff;
  text-align: center;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto -60px;
  position: relative;
  z-index: 200;
  box-sizing: border-box;
  padding-top: 18px;
}
.row-content .club-options .club-option .qty span {
  display: block;
  font-style: italic;
  line-height: 2.3rem;
}
.row-content .club-options .club-option .qty span:first-of-type {
  font-size: 3.5rem;
}
.row-content .club-options .club-option .qty span:last-of-type {
  font-size: 1.5rem;
}
.row-content .club-options .club-option img {
  width: 100%;
}
.row-content .club-options .club-option .content {
  background-color: #f2ebe5;
  text-align: center;
  padding: 2rem;
}
.row-content .club-options .club-option .content p {
  margin: 0;
}
.row-content .club-options .club-option .content p:first-of-type {
  font-size: 1.2rem;
  font-weight: 600;
}
.row-content .club-options .club-option .content ul {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
}
.row-content .club-options .club-option .content ul li {
  margin-bottom: 1rem;
}
.row-content .club-options .club-option .content ul li a {
  display: block;
  background-color: #789e30;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  position: relative;
}
.row-content .club-options .club-option .content ul li a span {
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .row-content .club-options .club-option .content ul li a span {
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .row-content .club-options .club-option .content ul li a span {
    display: inline;
    margin-left: 5px;
  }
}
.row-content .club-options .club-option .content ul li a:after {
  content: '';
  display: block;
  width: 10px;
  height: 13px;
  background: transparent url("../img/arrow-sm-white.png") no-repeat center center;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.row-content .club-options .club-option .content ul li a:hover:after {
  right: 30px;
}
.row-content .club-options .club-option .content ul li:last-of-type {
  margin-bottom: 0;
}
.row-content .club-options .club-option:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.row-content .centered-bottom-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .row-content .centered-bottom-content {
    display: block;
    margin-top: 4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .row-content .centered-bottom-content {
    margin-top: 5rem;
  }
}
.row-content .centered-bottom-content .container div {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 50px;
  z-index: 101;
}
.row-content .centered-bottom-content .container div h2 {
  padding-bottom: 0;
}
.row-content .centered-bottom-content .container div h3 {
  padding-bottom: 0;
}
.row-content .centered-bottom-content .container:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: linear-gradient(to right, #b8b8b8 30%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  z-index: 100;
}

.row-visit-grid {
  background-color: #f2ebe5;
}
@media screen and (min-width: 900px) {
  .row-visit-grid .grid-content {
    float: left;
    width: 50%;
  }
}
.row-visit-grid .grid-content h2 {
  padding-bottom: 1rem;
}
.row-visit-grid .grid-content h2:before, .row-visit-grid .grid-content h2:after {
  display: none;
}
.row-visit-grid .grid-content h3 {
  font-size: 2rem;
  position: relative;
}
.row-visit-grid .grid-content h3:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 101;
  background: #f2ebe5 url("../img/icon-join.png") no-repeat center center;
}
@media screen and (min-width: 1200px) {
  .row-visit-grid .grid-content h3:before {
    margin: 0 auto 2rem;
  }
}
.row-visit-grid .grid-content h3:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 150px;
  background-image: linear-gradient(to right, #b8b8b8 30%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.row-visit-grid .grid-content .btn-primary {
  color: #fff;
}
.row-visit-grid .image {
  height: 400px;
}
@media screen and (min-width: 900px) {
  .row-visit-grid .image {
    float: right;
    width: 50%;
  }
}

.row-events-grid {
  background-color: #f2ebe5;
}
@media screen and (min-width: 900px) {
  .row-events-grid .grid-content {
    float: right;
    width: 50%;
  }
}
.row-events-grid .grid-content h2 {
  padding-bottom: 1rem;
}
.row-events-grid .grid-content h2:before, .row-events-grid .grid-content h2:after {
  display: none;
}
.row-events-grid .grid-content h3 {
  font-size: 2rem;
  position: relative;
}
.row-events-grid .grid-content h3:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 101;
  background: #f2ebe5 url("../img/icon-calendar.png") no-repeat center center;
}
@media screen and (min-width: 1200px) {
  .row-events-grid .grid-content h3:before {
    margin: 0 auto 2rem;
  }
}
.row-events-grid .grid-content h3:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 150px;
  background-image: linear-gradient(to right, #b8b8b8 30%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.row-events-grid .grid-content .btn-primary {
  color: #fff;
}
.row-events-grid .image {
  height: 400px;
}
@media screen and (min-width: 900px) {
  .row-events-grid .image {
    float: left;
    width: 50%;
  }
}

.row-contact-grid {
  background-color: #f2ebe5;
}
@media screen and (min-width: 900px) {
  .row-contact-grid .grid-content {
    float: left;
    width: 50%;
    padding: 4rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .row-contact-grid .grid-content {
    padding: 8rem 6rem;
  }
}
.row-contact-grid .grid-content div {
  width: 100%;
}
.row-contact-grid .grid-content div h3 {
  font-size: 2rem;
  position: relative;
}
.row-contact-grid .grid-content div h3:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 101;
  background: #f2ebe5 url("../img/icon-message.png") no-repeat center center;
}
@media screen and (min-width: 1200px) {
  .row-contact-grid .grid-content div h3:before {
    margin: 0 auto 2rem;
  }
}
.row-contact-grid .grid-content div h3:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 150px;
  background-image: linear-gradient(to right, #b8b8b8 30%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.row-contact-grid .grid-content div .btn-primary {
  color: #fff;
}
.row-contact-grid .grid-content div p {
  margin-bottom: 2.8rem !important;
}
.row-contact-grid .grid-content div .alert p {
  margin-bottom: 1rem !important;
}
.row-contact-grid .image {
  height: 400px;
}
@media screen and (min-width: 900px) {
  .row-contact-grid .image {
    float: right;
    width: 50%;
  }
}

.row-footer-shop {
  display: none;
}
@media screen and (min-width: 768px) {
  .row-footer-shop {
    display: block;
    margin-bottom: 1rem;
    background-color: #fff;
    position: relative;
    z-index: 300;
  }
}
.row-footer-shop .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (min-width: 1080px) {
  .row-footer-shop .grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.row-footer-shop .grid-wrapper .content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f2ebe5;
  box-sizing: border-box;
  padding: 3rem 0;
}
.row-footer-shop .grid-wrapper .content h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  position: relative;
}
.row-footer-shop .grid-wrapper .content h2:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 101;
  background: #f2ebe5 url("../img/icon-shop.png") no-repeat center center;
}
@media screen and (min-width: 1200px) {
  .row-footer-shop .grid-wrapper .content h2:before {
    margin: 0 auto 2rem;
  }
}
.row-footer-shop .grid-wrapper .content h2:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 150px;
  background-image: linear-gradient(to right, #b8b8b8 30%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.row-footer-shop .grid-wrapper .content h3 {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .row-footer-shop .grid-wrapper .content h3 {
    margin-bottom: 2rem;
  }
}
.row-footer-shop .grid-wrapper a.product {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f2ebe5;
  box-sizing: border-box;
  padding: 3rem 0;
}
.row-footer-shop .grid-wrapper a.product img {
  max-height: 320px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.row-footer-shop .grid-wrapper a:hover img {
  -webkit-transform: scale(1.05);
}
.row-footer-shop .grid-wrapper a.product:last-of-type {
  display: none;
}
@media screen and (min-width: 1080px) {
  .row-footer-shop .grid-wrapper a.product:last-of-type {
    display: flex;
  }
}

.trade-sidebar {
  width: 100%;
  border: 1px dotted #1d1d1e;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .trade-sidebar {
    float: left;
    width: 200px;
    position: sticky;
    top: 120px;
  }
}
.trade-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.trade-sidebar ul li {
  margin: 0;
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px dotted #1d1d1e;
}
@media screen and (min-width: 768px) {
  .trade-sidebar ul li {
    width: 25%;
  }
}
@media screen and (min-width: 900px) {
  .trade-sidebar ul li {
    float: none;
    width: 100%;
    border-right: 0 !important;
  }
}
.trade-sidebar ul li a {
  display: block;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 15px;
  color: #1d1d1e;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trade-sidebar ul li a span {
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
}
.trade-sidebar ul li a:hover {
  background-color: #789e30;
  color: #fff;
}
.trade-sidebar ul li:nth-of-type(odd) {
  border-right: 1px dotted #1d1d1e;
}
.trade-sidebar ul li:nth-of-type(5) {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .trade-sidebar ul li:nth-of-type(2) {
    border-right: 1px dotted #1d1d1e;
  }
}

.trade-sidebar.fixed {
  position: relative;
  top: 0;
}
@media screen and (min-width: 900px) {
  .trade-sidebar.fixed {
    position: fixed;
    top: 120px;
  }
}
@media screen and (min-width: 1080px) {
  .trade-sidebar.fixed {
    top: 20px;
  }
}

.trade-content {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .trade-content {
    float: right;
    width: calc(100% - 240px);
  }
}
.trade-content .trade-header {
  margin: 0 0 2rem;
  border-bottom: 1px dotted #1d1d1e;
  padding: 0 0 1rem;
  text-align: center;
}
.trade-content .trade-grid {
  margin-bottom: 2rem;
}
.trade-content .trade-grid .trade-item {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
  .trade-content .trade-grid .trade-item {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  .trade-content .trade-grid .trade-item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 768px) {
  .trade-content .trade-grid .trade-item {
    width: 25%;
  }
}
@media screen and (min-width: 900px) {
  .trade-content .trade-grid .trade-item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1080px) {
  .trade-content .trade-grid .trade-item {
    width: 25%;
  }
}
.trade-content .trade-grid .trade-item img {
  height: 150px;
  margin: 0 auto 15px;
}
.trade-content .trade-grid .trade-item .trade-name {
  text-align: center;
  margin-bottom: 5px;
  line-height: 18px;
  padding: 0 10px;
}
.trade-content .trade-grid .trade-item .download-link {
  margin-bottom: 0;
}
.trade-content .trade-grid .trade-item .download-link a {
  color: #789e30;
  text-decoration: none;
  border-bottom: 1px dotted #789e30;
}
@media screen and (min-width: 480px) {
  .trade-content .trade-grid .trade-item:nth-of-type(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 600px) {
  .trade-content .trade-grid .trade-item:nth-of-type(2n+3) {
    clear: none;
  }
}
@media screen and (min-width: 600px) {
  .trade-content .trade-grid .trade-item:nth-of-type(3n+4) {
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .trade-content .trade-grid .trade-item:nth-of-type(3n+4) {
    clear: none;
  }
}
@media screen and (min-width: 900px) {
  .trade-content .trade-grid .trade-item:nth-of-type(3n+4) {
    clear: both;
  }
}
@media screen and (min-width: 1080px) {
  .trade-content .trade-grid .trade-item:nth-of-type(3n+4) {
    clear: none;
  }
}
@media screen and (min-width: 768px) {
  .trade-content .trade-grid .trade-item:nth-of-type(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 900px) {
  .trade-content .trade-grid .trade-item:nth-of-type(4n+5) {
    clear: none;
  }
}
@media screen and (min-width: 1080px) {
  .trade-content .trade-grid .trade-item:nth-of-type(4n+5) {
    clear: both;
  }
}
.trade-content .team-grid {
  margin-bottom: 2rem;
}
.trade-content .team-grid .team-area {
  margin-bottom: 2rem;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .trade-content .team-grid .team-area {
    float: left;
    width: 33.333333%;
    padding-right: 30px;
  }
}
.trade-content .team-grid .team-area h4 {
  border-bottom: 1px dotted #1d1d1e;
  padding-bottom: 5px;
  margin-bottom: 1rem;
}
.trade-content .team-grid .team-area .team-member span {
  /*display:block;
  width:30px;
  height:30px;
  border-radius:100%;
  float:left;*/
  display: none;
}
.trade-content .team-grid .team-area .team-member div {
  float: right;
  /*width: calc(100% - 50px);*/
  width: 100%;
}
.trade-content .team-grid .team-area .team-member div p {
  margin-bottom: 3px;
  line-height: 19px;
}
.trade-content .team-grid .team-area .team-member div p a {
  color: #789e30;
  border-bottom: 1px dotted #789e30;
  text-decoration: none;
}
.trade-content .team-grid .team-area .team-member div .member-name {
  font-weight: 700;
}
.trade-content .team-grid .team-area .team-member div .member-title {
  font-style: italic;
}
.trade-content .team-grid .team-area .team-member div .member-states {
  margin-top: 8px;
}
@media screen and (min-width: 1200px) {
  .trade-content .team-grid .team-area:nth-of-type(3n+4) {
    clear: both;
  }
}
.trade-content .team-grid #western span {
  background-color: #789e30 !important;
}
.trade-content .team-grid #central span {
  /*background-color:#395705!important;*/
  background-color: #789e30 !important;
}
.trade-content .team-grid #eastern span {
  /*background-color:#2f2f2f!important;*/
  background-color: #789e30 !important;
}
.trade-content .map-container {
  position: relative;
  padding-top: 63.25%;
  margin-bottom: 3rem;
  /*
  path.central {
  	fill:#395705;
  }
  path.central:hover {
  	fill:#2f4a00;
  }
  path.east, circle.east {
  	fill:#2f2f2f;
  }
  path.east:hover, circle.east:hover {
  	fill:$content-color;
  }*/
}
.trade-content .map-container #us-map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trade-content .map-container #us-map a {
  outline: 0;
}
.trade-content .map-container path, .trade-content .map-container circle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trade-content .map-container path.west, .trade-content .map-container path.central, .trade-content .map-container path.east, .trade-content .map-container circle.east {
  fill: #789e30;
}
.trade-content .map-container path.west:hover, .trade-content .map-container path.central:hover, .trade-content .map-container path.east:hover, .trade-content .map-container circle.east:hover {
  fill: #688c24;
}
.trade-content .map-container path:hover, .trade-content .map-container circle:hover {
  /*stroke: $content-color !important;*;
  /*stroke-width:2px;
  stroke-linejoin: round;*/
  cursor: pointer;
}

.event-item {
  position: relative;
}
.event-item h4 {
  padding: 0;
}
.event-item p {
  margin: 0;
}

.event-item:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #b8b8b8 30%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin: 1rem 0;
}

.divider-img {
  display: block;
  width: 100%;
  height: 400px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .divider-img {
    height: 500px;
  }
}
@media screen and (min-width: 1080px) {
  .divider-img {
    height: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .divider-img {
    height: 800px;
  }
}

.row-map {
  position: relative;
  padding: 3rem 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .row-map {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 900px) {
  .map-half {
    float: right;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.map-half div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 2rem;
  max-width: 390px;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .map-half div {
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .map-half div {
    padding: 3rem;
    max-width: 421px;
  }
}
.map-half div img {
  max-width: 150px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .map-half div img {
    position: absolute;
    left: 14%;
    top: 50%;
    margin-top: -120px;
    max-width: 240px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .map-half div img {
    left: 20%;
  }
}
.map-half div h3 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  padding-bottom: 0;
  position: relative;
}
.map-half div h3:after {
  position: relative;
  top: 1rem;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #1d1d1e 30%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.map-half div h4 {
  margin-bottom: 0;
  padding: 0;
}
.map-half div p {
  margin-bottom: 1.5rem;
}
.map-half div p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .row-map.index {
    margin-top: 1rem;
  }
}

.row-contact-content {
  margin-bottom: 1rem;
}
.row-contact-content .map-half {
  background: #fff url("../img/map-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 3rem 0;
}
@media screen and (min-width: 900px) {
  .row-contact-content .map-half {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .row-contact-content .map-half {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 900px) {
  .row-contact-content .map-half div img {
    display: none;
  }
}

.row-footer {
  position: relative;
  text-align: center;
  padding: 3rem 0;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .row-footer {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1080px) {
  .row-footer {
    padding: 7rem 0;
  }
}
.row-footer img {
  max-width: 80px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .row-footer img {
    margin: 0 auto 3rem;
  }
}
.row-footer .footer-menu {
  display: none;
}
@media screen and (min-width: 600px) {
  .row-footer .footer-menu {
    display: block;
    list-style: none;
    position: relative;
    text-align: center;
    background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    max-width: 480px;
    padding: 10px 0;
    margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 768px) {
  .row-footer .footer-menu {
    max-width: 600px;
    margin: 0 auto 3.3rem;
  }
}
@media screen and (min-width: 900px) {
  .row-footer .footer-menu {
    /*max-width:700px;*/
  }
}
.row-footer .footer-menu li {
  float: left;
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .row-footer .footer-menu li {
    display: inline-block;
    float: none;
    width: auto;
  }
}
.row-footer .footer-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  padding: 8px 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 600px) {
  .row-footer .footer-menu li a {
    font-size: 0.7rem;
    padding: 0 16px;
    background-image: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0) 20%);
    background-position: left;
    background-size: 1px 4px;
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 768px) {
  .row-footer .footer-menu li a {
    padding: 0 22px;
  }
}
@media screen and (min-width: 900px) {
  .row-footer .footer-menu li a {
    padding: 0 30px;
  }
}
@media screen and (min-width: 600px) {
  .row-footer .footer-menu li:first-of-type a {
    background-image: none;
  }
}
@media screen and (min-width: 600px) {
  .row-footer .footer-menu:after {
    position: relative;
    top: 13px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
}
.row-footer .footer-links {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .row-footer .footer-links {
    margin-bottom: 3rem;
  }
}
.row-footer .footer-links li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .row-footer .footer-links li {
    display: inline-block;
    margin-bottom: 0;
    margin: 0 15px;
  }
}
.row-footer .footer-links li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.row-footer .footer-socials {
  list-style: none;
  margin: 0 auto 2rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .row-footer .footer-socials {
    margin: 0 auto 3rem;
  }
}
.row-footer .footer-socials li {
  display: inline-block;
  margin: 0 4px;
}
@media screen and (min-width: 600px) {
  .row-footer .footer-socials li {
    margin: 0 7px;
  }
}
.row-footer .footer-socials li a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-color: #fff;
  font-size: 0.65rem;
  line-height: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
}
.row-footer .footer-socials li .facebook {
  background: #fff url("../img/icon-facebook.png") no-repeat center center;
  background-size: 32px;
}
.row-footer .footer-socials li .twitter {
  background: #fff url("../img/icon-twitter.png") no-repeat center center;
  background-size: 32px;
}
.row-footer .footer-socials li .instagram {
  background: #fff url("../img/icon-instagram.png") no-repeat center center;
  background-size: 32px;
}
.row-footer .footer-socials li .yelp {
  background: #fff url("../img/icon-yelp.png") no-repeat center center;
  background-size: 32px;
}
.row-footer .footer-socials li .newsletter {
  text-indent: 0;
  width: auto;
  text-decoration: none;
  color: #1d1d1e;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0 15px 0 46px;
  letter-spacing: 1px;
  background: #fff url("../img/icon-newsletter.png") no-repeat 14px center;
  background-size: 24px 20px;
}
.row-footer p {
  margin: 0;
  font-style: italic;
  color: #fff;
}
.row-footer p .mobile-hide {
  display: none;
}
@media screen and (min-width: 600px) {
  .row-footer p .mobile-hide {
    display: inline-block;
    margin: 0 6px;
  }
}
.row-footer p a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-top: 6px;
}
@media screen and (min-width: 600px) {
  .row-footer p a {
    display: inline-block;
    margin-top: 0;
  }
}
.row-footer p a span {
  display: inline-block;
  width: 17px;
  height: 21px;
  text-indent: -9999px;
  background: transparent url("../img/liftoff.png") no-repeat center center;
  background-size: 17px 21px;
  position: relative;
  top: 1px;
  margin-left: 4px;
}

@media screen and (min-width: 600px) {
  .row-footer:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000 url("../img/footer-bg.jpg") no-repeat center center;
    background-size: cover;
    transform: translateZ(-1px) scale(2.1);
  }
}
@media screen and (min-width: 900px) {
  .row-footer:after {
    transform: translateZ(-1px) scale(1.9);
  }
}

/* //// BUTTONS //// */
.btn, .btn-primary, .btn-secondary, .btn-large, .btn-touch {
  display: inline-block;
  background-color: #ccc;
  border: 0;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.45rem;
  padding: 20px 25px;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Crimson Text", serif;
}

.btn-primary {
  background-color: #789e30;
  color: #fff;
}

.btn-secondary {
  background-color: #da9000;
}

/*make button larger*/
.btn-large {
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  .btn-large {
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: center;
  }
}

.arrow-btn {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #789e30;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Crimson Text", serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-btn span {
  display: inline-block;
  width: 32px;
  height: 11px;
  background: transparent url("../img/arrow-green.png") no-repeat center center;
  margin-left: 18px;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrow-btn:hover span {
  margin-left: 22px;
}

.arrow-back-btn {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #789e30;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Crimson Text", serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-back-btn span {
  display: inline-block;
  width: 32px;
  height: 11px;
  background: transparent url("../img/arrow-green-back.png") no-repeat center center;
  margin-right: 18px;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrow-back-btn:hover span {
  margin-right: 22px;
}

/*make button full width @ mobile level*/
@media screen and (max-width: 480px) {
  .btn-touch {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  form .form-half {
    float: left;
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
  }
}
form .form-half:last-of-type {
  margin-right: 0;
}
form label {
  display: none;
  font-family: "Crimson Text", serif;
  font-size: 1.1rem;
  padding-bottom: 4px;
}
form input[type="text"], form input[type="email"], form input[type="number"], form input[type="date"], form select, form textarea {
  width: 100%;
  padding: 14px;
  font-family: "Crimson Text", serif;
  box-sizing: border-box;
  margin-bottom: 1rem;
  font-size: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #7b7a79;
  background-color: transparent;
}
form select, form input[type="date"], form #datepicker {
  background: transparent url("../img/dropdown-arrow.png") no-repeat right center;
}
form .btn-primary {
  width: 100%;
  cursor: pointer;
}

#form_appointment textarea, #form_contact textarea {
  height: 200px;
}

#form_newsletter {
  max-width: 768px;
  margin: 0 auto;
}
