/** Font Settings **/
/** Color Vars **/
.fa-lemon {
  color: #3aae2a;
}

/** Size Vars **/
/* Large Desktop: Max 1920 View 1920 Safe 1840 */
/* Medium Desktop: Max 1919 View 1366 Safe 1286 */
/* Small Desktop: Max 1365 View 1024 Safe 939 */
/* Tablet: Max 1023 View 767 Safe 717 */
/* Mobile: Max 766 View 320 Safe 300 */
/** Mixins **/
@keyframes pulse {
  0%, 100% {
    background-color: #16680a;
  }
  50% {
    background-color: #3aae2a;
  }
}
@keyframes pulseAccordian {
  0%, 100% {
    background-color: #3aae2a;
  }
  50% {
    background-color: #16680a;
  }
}
/* CSS Document ***************************************************************************/
/* Wordpress Reset ***************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* CSS Reset ***************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers ***************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, input[type=submit], img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/** Common **/
i {
  font-style: italic;
}

b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

.clear {
  clear: both;
  height: 0px;
}

.anchor {
  display: block;
  position: absolute;
  height: 0;
}

/** Turn Off Mobile **/
#mobile_menu_wrapper {
  display: none;
}

#mobile_icon {
  display: none;
}

/** Turn off Fields **/
.hide {
  display: none;
}

/** Slick Issues **/
.slick-slide {
  outline: none !important;
}

.slick-list, .slick-track, .slick-slide {
  display: flex;
}

/**PACE

		body.pace-running #wrapper{
			display: none;
		}

		body.pace-done #wrapper{
			display: block;
		}



		.pace {
			-webkit-pointer-events: none;
			pointer-events: none;
			-webkit-user-select: none;
			-moz-user-select: none;
			user-select: none;
		}

		.pace-inactive {
			display: none;
		}

		.pace .pace-progress {
			background: #ffe80a;
			position: fixed;
			z-index: 2000;
			top: 0;
			right: 100%;
			width: 100%;
			height: 2px;
		}

		.pace .pace-progress-inner {
			display: block;
			position: absolute;
			right: 0px;
			width: 100px;
			height: 100%;
			box-shadow: 0 0 10px #ffe80a, 0 0 5px #ffe80a;
			opacity: 1.0;
			-webkit-transform: rotate(3deg) translate(0px, -4px);
			-moz-transform: rotate(3deg) translate(0px, -4px);
			-ms-transform: rotate(3deg) translate(0px, -4px);
			-o-transform: rotate(3deg) translate(0px, -4px);
			transform: rotate(3deg) translate(0px, -4px);
		}

		.pace .pace-activity {
			display: block;
			position: fixed;
			z-index: 2000;
			top: 15px;
			right: 15px;
			width: 14px;
			height: 14px;
			border: solid 2px transparent;
			border-top-color: #ffe80a;
			border-left-color: #ffe80a;
			border-radius: 10px;
			-webkit-animation: pace-spinner 400ms linear infinite;
			-moz-animation: pace-spinner 400ms linear infinite;
			-ms-animation: pace-spinner 400ms linear infinite;
			-o-animation: pace-spinner 400ms linear infinite;
			animation: pace-spinner 400ms linear infinite;
		}

		@-webkit-keyframes pace-spinner {
			0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
			100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
		}
		@-moz-keyframes pace-spinner {
			0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
			100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
		}
		@-o-keyframes pace-spinner {
			0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
			100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
		}
		@-ms-keyframes pace-spinner {
			0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
			100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
		}
		@keyframes pace-spinner {
			0% { transform: rotate(0deg); transform: rotate(0deg); }
			100% { transform: rotate(360deg); transform: rotate(360deg); }
		}
**/
#subpage_wrapper #subpage_container #subpage_content {
  /*
  h1{
      color: $green;
      @include font2(60px, 900, 70px);
      margin-bottom: 10px;
  }
  h2{
      color: $dark;
      @include font2(30px, 400, 52px);
      margin-bottom: 20px;
  }
  h3{
      color: $dark;
      @include font2(24px, 600, 36px);
      margin-bottom: 10px;
  }

  .hr{
      display: block;
      width: 100%;
      height: 2px;
      background-image: linear-gradient(
          to right,
          $green 20%,
          $silver 90%
      );
      margin-bottom: 30px;
  }
  img{
      @include container(100%, auto, block, hidden, 0 0 30px 0);
  }
  a{
      color: $dark;
  }
  a:hover{
      color: $green;
  }

  #success_alert{
      @include container(100%, auto, block, hidden, 0 auto 20px, 20px);
      background-color: $white;
      border: 1px solid $green;
      p{
          color: $darkgreen;
          @include font2(18px, 600, 24px);
          margin: 0;
          i{
              margin-right: 10px;
          }
      }
  }
  */
}
#subpage_wrapper #subpage_container #subpage_content #shop_body {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(100% - 700px);
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related {
  border: 2px solid #eeeded;
  padding: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related h2 {
  color: #3aae2a;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products {
  text-align: center;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product {
  text-align: center;
  padding: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product a img {
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product a .onsale {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #050708;
  background-color: #ffe80a;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product a .woocommerce-loop-product__title {
  color: #16680a;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  padding: 0 0 6px 0;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product a .price {
  text-decoration: none !important;
  border: none !important;
  margin-bottom: 0 !important;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product a .price .amount {
  color: #3aae2a;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  padding: 0;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product a .price del .amount {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product a .price ins {
  text-decoration: none !important;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .related .products .product .button:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product {
  padding: 50px;
  background-color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) a img {
  padding-right: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .onsale {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #050708;
  background-color: #ffe80a;
  margin: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .product_title {
  margin-bottom: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .price {
  margin-bottom: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .price .amount {
  color: #3aae2a;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  padding: 0;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .price del .amount {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .price ins {
  text-decoration: none !important;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .woocommerce-product-details__short-description p {
  margin-top: 10px;
  margin-bottom: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .in-stock {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .cart .single_add_to_cart_button {
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .cart .single_add_to_cart_button:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .quantity {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .quantity .qty {
  width: 60px;
  height: auto;
  padding: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  border: 1px solid #050708;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .quantity .qty:focus {
  color: #3aae2a;
  border-color: #3aae2a;
  outline: none;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .summary .product_meta {
  display: inline-block;
  width: auto;
  padding: 4px;
  background-color: #eeeded;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-tabs .tabs li {
  background-color: #e6e6e6;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-tabs .tabs li a {
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-tabs .tabs li a:hover {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-tabs .tabs .active {
  background-color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-tabs .tabs .active a {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-tabs .tabs .active:hover a {
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  color: #3aae2a;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(even) {
  background-color: #e6e6e6;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product {
  padding: 10px;
  background-color: #fff;
  text-align: center;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .woocommerce-LoopProduct-link {
  text-align: center;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .woocommerce-LoopProduct-link img {
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .woocommerce-LoopProduct-link .onsale {
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  color: #16680a;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  padding: 0 0 6px 0;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .woocommerce-LoopProduct-link .price {
  text-decoration: none !important;
  border: none !important;
  margin-bottom: 0 !important;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .woocommerce-LoopProduct-link .price .amount {
  color: #3aae2a;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  padding: 0;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .woocommerce-LoopProduct-link .price del .amount {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .woocommerce-LoopProduct-link .price ins {
  text-decoration: none !important;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .products .product .button:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .orderby {
  margin-right: 10px;
  padding: 10px;
  outline: none;
  background-color: #3aae2a;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .orderby:focus {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  outline: none;
  background-color: #fff;
  border: 1px solid #3aae2a;
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .woocommerce-result-count {
  color: #050708;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .woocommerce-pagination .page-numbers {
  color: #050708;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  background-color: #fff;
  border: 1px solid #eeeded;
  border-right: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .woocommerce-pagination .page-numbers:hover {
  color: #fff;
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #primary #main .woocommerce-pagination .current {
  color: #fff;
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .header .entry-title {
  color: #3aae2a;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-info, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-message {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-info a, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-message a {
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-info a:hover, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-message a:hover {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-info .button, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-message .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-info .button:hover, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-message .button:hover {
  background-color: #16680a;
  color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout h3 {
  color: #050708;
  font-size: 30px;
  font-weight: 400;
  line-height: 52px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout label {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-input-wrapper strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .shop_table {
  background-color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .shop_table thead tr {
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .shop_table thead tr th {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .shop_table tbody .cart_item .product-name, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .shop_table tbody .cart_item .product-total {
  color: #050708;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .shop_table tfoot tr th {
  background-color: #eeeded;
  color: #16680a;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .shop_table tfoot tr td {
  color: #050708;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-payment {
  background-color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_method_paypal label a {
  color: #3aae2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_method_paypal label a:hover {
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_method_paypal .payment_box {
  background-color: #16680a;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_method_paypal .payment_box::before {
  border-bottom-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-account-fields {
  color: #050708;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text {
  color: #050708;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text a:hover {
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  display: inline-block;
  color: #050708;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 0;
  margin: 20px 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a:hover {
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout #place_order {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #16680a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout #place_order:hover {
  color: #ffe80a;
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .input-text {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  outline: none;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .input-text::-webkit-input-placeholder {
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .input-text:-moz-placeholder { /* Firefox 18- */
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .input-text::-moz-placeholder { /* Firefox 19+ */
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .input-text:-ms-input-placeholder {
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .input-text::placeholder {
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce select, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .select2 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  outline: none;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce select::-webkit-input-placeholder, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .select2::-webkit-input-placeholder {
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce select:-moz-placeholder, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .select2:-moz-placeholder { /* Firefox 18- */
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce select::-moz-placeholder, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .select2::-moz-placeholder { /* Firefox 19+ */
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce select:-ms-input-placeholder, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .select2:-ms-input-placeholder {
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce select::placeholder, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .select2::placeholder {
  color: #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .input-text:focus, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce select:focus, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .select2:focus {
  border-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-form-login {
  background-color: #fff;
  color: #050708;
  max-width: 800px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-form-login a {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-form-login a:hover {
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-form-login .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-form-login .button:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-error {
  color: #050708;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-error a {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-error a:hover {
  color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce h2 {
  color: #050708;
  font-size: 30px;
  font-weight: 400;
  line-height: 52px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce p .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce p .button:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table {
  background-color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table thead tr {
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table thead tr th {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 0;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail a {
  display: block;
  width: 300px;
  height: auto;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail a .attachment-woocommerce_thumbnail, #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail a img {
  display: block;
  width: 300px;
  height: auto;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a {
  color: #16680a;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a:hover {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price {
  color: #050708;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 0 0 0;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal {
  color: #3aae2a;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 4px 0 0;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity {
  float: left;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity .qty {
  width: 60px;
  height: auto;
  padding: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #16680a;
  border: 1px solid #3aae2a;
  outline: none;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity .qty:focus {
  color: #3aae2a;
  border-color: #16680a;
  outline: none;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon #coupon_code {
  padding: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  border: 2px #eeeded solid;
  width: 120px;
  outline: none;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon #coupon_code:focus {
  border-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .button:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .cart-collaterals .cart_totals {
  float: left;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .cart-collaterals .cart_totals h2 {
  color: #3aae2a;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table {
  background-color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table tr th {
  background-color: #eeeded;
  color: #16680a;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 10px 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .cart-collaterals .cart_totals .shop_table tr td {
  color: #050708;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 10px 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #16680a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
  color: #ffe80a;
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-notices-wrapper ul {
  margin-left: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-notices-wrapper ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-notices-wrapper ul li a {
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-notices-wrapper ul li a:hover {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-notices-wrapper ul li .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-notices-wrapper ul li .button:hover {
  background-color: #16680a;
  color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .return-to-shop .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .return-to-shop .button:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-navigation {
  float: left;
  display: block;
  overflow: hidden;
  width: 300px;
  height: auto;
  margin: 15px 30px 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-navigation a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #3aae2a;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  border: 1px solid #cfcfcf;
  background-color: #eeeded;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-navigation a:hover {
  background-color: #16680a;
  color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-navigation .is-active a {
  color: #fff;
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-navigation .is-active a:hover {
  background-color: #16680a;
  color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(100% - 350px);
  height: auto;
  margin: 15px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content p label {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content p em {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content a {
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content a:hover {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content legend {
  color: #050708;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .button:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  background-color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h2, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h3, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  color: #050708;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .edit, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .edit {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details {
  background-color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead tr, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr {
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td {
  color: #050708;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td .button, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td .button {
  display: inline;
  float: left;
  margin: 4px;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tfoot tr th, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th {
  background-color: #eeeded;
  color: #16680a;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tfoot tr td, #subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td {
  color: #050708;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 10px;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-ResetPassword p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-ResetPassword label {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-ResetPassword .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-top: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #content .woocommerce .woocommerce-ResetPassword .button:hover {
  background-color: #16680a;
}

#shop_aside {
  float: right;
  display: block;
  overflow: hidden;
  width: 600px;
  height: auto;
  margin: 15px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#shop_aside .aside_mod {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#shop_aside .aside_mod h2 {
  color: #3aae2a;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#shop_aside .aside_mod h2 a {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 5px 0;
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  color: #050708;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  border: 1px solid #050708;
}
#shop_aside .aside_mod h2 a:hover {
  background-color: #050708;
  color: #fff;
}
#shop_aside .aside_mod .hr {
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
  margin-bottom: 30px;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
  float: right;
  line-height: 1 !important;
  text-align: center !important;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a .attachment-woocommerce_thumbnail {
  float: left;
  display: block;
  width: 100px;
  height: auto;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a .mini_cart_item_name {
  float: left;
  display: block;
  width: calc(100% - 130px);
  height: auto;
  margin-left: 10px;
  color: #16680a;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a:hover .mini_cart_item_name {
  text-decoration: underline;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  float: left;
  margin-left: 10px;
  color: #050708;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity bdi {
  color: #3aae2a;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__total {
  float: right;
  color: #050708;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px !important;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-top: 20px;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  font-weight: 600;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  float: left;
  margin-top: 20px;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px !important;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #3aae2a;
  margin-right: 10px;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover {
  background-color: #16680a;
}
#shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#shop_aside .aside_mod #related .product-categories .cat-item a {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  border-bottom: 1px solid #cfcfcf;
}
#shop_aside .aside_mod #related .product-categories .cat-item .children {
  /*
  .cat-item.current-cat{
      a{
          color: $green;
      }
  }
  */
}
#shop_aside .aside_mod #related .product-categories .cat-item .children .cat-item a {
  padding-left: 20px;
}
#shop_aside .aside_mod #related .product-categories .cat-item .children .cat-item a::before {
  content: "- ";
}
#shop_aside .aside_mod #related .product-categories .cat-item a:hover {
  color: #3aae2a;
  background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
}
#shop_aside .aside_mod #related .product-categories .cat-item.current-cat a {
  color: #3aae2a;
}
#shop_aside .aside_mod #related .price_slider_wrapper {
  padding-top: 100px;
  height: 200px;
}
#shop_aside .aside_mod #related .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  border-bottom: 1px solid #cfcfcf;
}
#shop_aside .aside_mod #related .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  text-decoration: none;
  color: #050708;
  display: inline-block;
}
#shop_aside .aside_mod #related .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  float: left;
  color: #050708;
  padding-right: 10px;
}
#shop_aside .aside_mod #related .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span::after {
  content: " -";
}
#shop_aside .aside_mod #related .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
  color: #3aae2a;
}
#shop_aside .price_slider_amount .woocommerce button.button {
  width: auto;
}

.pswp__bg {
  opacity: 0.7 !important;
}

@media only screen and (max-width: 1919px) {
  #shop_body {
    display: block;
    overflow: hidden;
    width: calc(100% - 500px) !important;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #shop_aside {
    display: block;
    overflow: hidden;
    width: 450px !important;
    height: auto;
    margin: 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #shop_aside .aside_mod h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #shop_aside .aside_mod a {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 30px !important;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #shop_aside .aside_mod .count {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 30px !important;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .header .entry-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table thead tr th {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail a {
    width: 200px;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail a .attachment-woocommerce_thumbnail, #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail a img {
    width: 200px;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout label {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
}
@media only screen and (max-width: 1365px) {
  #shop_body {
    display: block;
    overflow: hidden;
    width: calc(100% - 350px) !important;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #shop_body .products li.product {
    float: left;
    width: calc(50% - 10px);
    margin: 0 0 10px 0;
  }
  #shop_body .products li.product:nth-child(odd) {
    margin-right: 10px !important;
  }
  #shop_body ul.products li.first {
    clear: both !important;
  }
  #shop_aside {
    display: block;
    overflow: hidden;
    width: 300px !important;
    height: auto;
    margin: 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #shop_aside .aside_mod h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #subpage_wrapper #subpage_container #subpage_content #content .header .entry-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-checkout #customer_details div {
    width: 100%;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content p label {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content legend {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h2, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h3, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tfoot tr th, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tfoot tr td, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
}
@media only screen and (max-width: 1023px) {
  #shop_body {
    display: block;
    overflow: hidden;
    width: calc(100% - 250px) !important;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #shop_body .products .product {
    float: left;
    width: calc(50% - 10px);
    margin: 0 0 10px 0;
  }
  #shop_body .products .first {
    clear: both !important;
  }
  #shop_body .products .product:nth-child(odd) {
    margin-right: 10px !important;
  }
  #shop_aside {
    display: block;
    overflow: hidden;
    width: 200px !important;
    height: auto;
    margin: 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #shop_aside .aside_mod h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a .attachment-woocommerce_thumbnail {
    width: 170px;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a .mini_cart_item_name {
    display: block;
    width: 100%;
    height: auto;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
    width: 100%;
    margin-right: 0 !important;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover {
    background-color: #16680a;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
    margin-top: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-right: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-navigation a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    float: left;
    display: inline-block;
    width: auto !important;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  #shop_body {
    float: none;
    display: block;
    overflow: hidden;
    width: 100% !important;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #shop_body .products .product {
    float: left;
    width: 100% !important;
    margin: 0 0 0 0;
  }
  #shop_body .products .first {
    clear: both !important;
  }
  #shop_body .products .product:nth-child(odd) {
    margin-right: 0 !important;
  }
  #shop_aside {
    float: none;
    display: block;
    overflow: hidden;
    width: 100% !important;
    height: auto;
    margin: 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #shop_aside .aside_mod h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a .attachment-woocommerce_thumbnail {
    width: 100px;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a .mini_cart_item_name {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__total {
    float: left;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
    display: inline-block;
    width: auto;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover {
    background-color: #16680a;
  }
  #shop_aside .aside_mod #related .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
    margin-top: 0;
    margin-left: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-info .button, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-message .button {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-right: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-navigation a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    float: none;
    display: block;
    width: 100%;
    padding: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content p label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content legend {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h2, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h3, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead tr th, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .button, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tbody .button {
    display: block;
    width: 100%;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tfoot tr th, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tfoot tr td, #subpage_wrapper #subpage_container #subpage_content #content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item td {
    border: none;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-remove {
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-remove a {
    background-color: #3aae2a;
    color: #fff !important;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name {
    text-align: center !important;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name a {
    float: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-name::before {
    content: none !important;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price {
    text-align: center !important;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price a {
    float: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-price::before {
    content: none !important;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: block;
    width: 100%;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity .quantity .qty {
    margin: auto;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-quantity::before {
    content: none !important;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-subtotal {
    text-align: center !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-subtotal a {
    float: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-subtotal::before {
    text-align: center;
    float: none;
    font-weight: 700;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .coupon #coupon_code {
    width: 100%;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions .button {
    display: block;
    width: 100%;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table {
    background-color: #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table thead tr {
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table thead tr th {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 10px;
    margin: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-name, #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-total {
    color: #050708;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 10px;
    margin: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th {
    background-color: #eeeded;
    color: #16680a;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 10px;
    margin: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td {
    color: #050708;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 10px;
    margin: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout label {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-form__label {
    display: block;
    margin-top: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-form__label #terms {
    float: left;
    width: 30px;
    margin: 10px 0 0 0;
    padding: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    float: left;
    width: calc(100% - 40px);
    margin: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content #content .page .entry-content .woocommerce .woocommerce-checkout .woocommerce-form__label .required {
    position: absolute;
    margin-top: 20px;
    margin-left: -10px;
  }
}
/***************************************************************************
Large Desktop 1920 View 1840 Safe
***************************************************************************/
html, body {
  overflow-x: hidden;
}

body {
  background-color: #3aae2a;
}

#alert_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f00;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
#alert_wrapper #alert_dismiss {
  position: absolute;
  float: right;
  top: 0;
  right: 0;
  font-size: 30px;
  cursor: pointer;
  color: white;
  margin: 20px;
}
#alert_wrapper #alert_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 20px auto;
  padding: 0 100px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#alert_wrapper #alert_container span {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 120%;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#alert_wrapper #alert_container span em {
  font-weight: 600;
}
#alert_wrapper #alert_container span em i {
  font-size: 130%;
  padding-right: 10px;
}
#alert_wrapper #alert_container span a {
  color: #fff;
  text-decoration: underline;
}
#alert_wrapper #alert_container span a:hover {
  opacity: 0.8;
}

#shop_alert_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffe80a;
}
#shop_alert_wrapper #shop_alert_container {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 40px 20px 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#shop_alert_wrapper #shop_alert_container span {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2a2603;
  font-size: 120%;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#shop_alert_wrapper #shop_alert_container span em {
  font-weight: 600;
}
#shop_alert_wrapper #shop_alert_container span em i {
  font-size: 130%;
  padding-right: 10px;
}
#shop_alert_wrapper #shop_alert_container #shop_alert_dismiss {
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  color: #2a2603;
  right: 20px;
}
#shop_alert_wrapper #shop_alert_container #shop_alert_dismiss:hover {
  color: #16680a;
}

#age_verification_wrapper {
  position: fixed;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
#age_verification_wrapper #age_verification_container {
  position: absolute;
  display: block;
  overflow: visible;
  width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 300px;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #3aae2a;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#age_verification_wrapper #age_verification_container img {
  position: absolute;
  display: block;
  width: 300px;
  height: auto;
  margin-top: -100px;
  margin-left: 120px;
}
#age_verification_wrapper #age_verification_container #age_head {
  margin: 100px 0 30px;
  color: #fff;
}
#age_verification_wrapper #age_verification_container #age_head span {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  font-family: "Libre Baskerville", serif;
}
#age_verification_wrapper #age_verification_container #age_head span:last-child {
  margin-top: 8px;
  font-size: 36px;
  font-weight: 900;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
#age_verification_wrapper #age_verification_container .answer {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 10px 10px;
  width: calc(50% - 20px);
  font-size: 24px;
  font-weight: 900;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}
#age_verification_wrapper #age_verification_container .answer:hover {
  border-color: #ffe80a;
  color: #ffe80a;
}
#age_verification_wrapper #age_verification_container #age_msg {
  margin-top: 20px;
  color: #16680a;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  font-family: "Libre Baskerville", serif;
}
#age_verification_wrapper #age_verification_container #age_verification_msg {
  display: none;
  color: #ffe80a;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
}

#video_overlay {
  position: fixed;
  width: auto;
  height: auto;
  min-width: 1920px;
  min-height: 100%;
  max-width: 1920px;
  top: 50%;
  left: 50%;
  z-index: -99;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: -50px;
}

#video {
  position: fixed;
  width: auto;
  height: auto;
  min-width: 1920px;
  min-height: 100%;
  max-width: 1920px;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: -100;
  margin-top: -105px;
}

#mobile_nav_wrapper {
  display: none;
}

#header_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header_wrapper #top_nav_background {
  position: relative;
  display: block;
  overflow: hidden;
  width: 1920px;
  height: 50px;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top right;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/topnav_bg.png");
  z-index: -1;
}
#header_wrapper #nav_background {
  position: relative;
  display: block;
  overflow: hidden;
  width: 1920px;
  height: 144px;
  margin: -50px auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/header_camo_bg.png");
  z-index: -2;
  border-bottom: 4px solid #fff;
}
#header_wrapper .subheader_background {
  position: relative;
  display: block;
  overflow: hidden;
  width: 1920px;
  height: 175px;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index: -3;
}
#header_wrapper #subheader_subpage {
  background-image: url("../images/headers/subpage.jpg");
}
#header_wrapper #subheader_nascar {
  background-image: url("../images/headers/nascar.jpg");
}
#header_wrapper #header_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: -319px auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header_wrapper #header_container #logo {
  float: left;
  display: block;
  overflow: hidden;
  width: 445px;
  height: auto;
  margin: 30px 50px 30px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header_wrapper #header_container #logo img {
  display: block;
  width: 100%;
  height: auto;
}
#header_wrapper #header_container #nav_container {
  float: right;
  display: block;
  overflow: hidden;
  width: calc(100% - 495px);
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header_wrapper #header_container #nav_container #top_nav {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
#header_wrapper #header_container #nav_container #top_nav a {
  float: left;
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
  padding-left: 20px;
}
#header_wrapper #header_container #nav_container #top_nav a span {
  float: left;
  height: 50px;
}
#header_wrapper #header_container #nav_container #top_nav a .social-icon {
  width: 40px;
  height: 50px;
}
#header_wrapper #header_container #nav_container #top_nav a #weather-icon {
  width: 40px;
  height: 50px;
  padding: 0 4px 0 10px;
}
#header_wrapper #header_container #nav_container #top_nav a #degree {
  font-weight: 700;
}
#header_wrapper #header_container #nav_container #top_nav a:hover {
  background-color: #3aae2a;
}
#header_wrapper #header_container #nav_container #top_nav a:last-child {
  border-right: none;
}
#header_wrapper #header_container #nav_container nav {
  display: block;
  overflow: hidden;
  width: auto;
  height: 100px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
#header_wrapper #header_container #nav_container nav a {
  float: left;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-top: 28px;
  padding-right: 30px;
  padding-left: 30px;
}
#header_wrapper #header_container #nav_container nav a:hover {
  color: #ffe80a;
  border-bottom: 4px solid #ffe80a;
}
#header_wrapper #header_container #subheader_container {
  display: block;
  overflow: hidden;
  width: calc(100% - 495px);
  height: 160px;
  margin: 0 0 0 0;
  padding: 36px 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#header_wrapper #header_container #subheader_container span {
  display: block;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  text-transform: capitalize;
}
#header_wrapper #header_container #subheader_container #breadcrumb {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  text-transform: capitalize;
}
#header_wrapper #header_container #subheader_container #breadcrumb i {
  margin: 0 10px;
  color: #fff;
}
#header_wrapper #header_container #subheader_container #breadcrumb a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#header_wrapper #header_container #subheader_container #breadcrumb .breadcrumb_last {
  color: #ffe80a;
  font-weight: 700;
}
#header_wrapper #header_container #subheader_container #breadcrumb a:hover {
  text-decoration: underline;
}
#header_wrapper #header_container #subheader_container #breadcrumb span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}

#tagline_wrapper {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 60px 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tagline_wrapper #tagline_container {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tagline_wrapper #tagline_container h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 84px;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
#tagline_wrapper #tagline_container h1 span {
  font-size: 80px;
  font-weight: 900;
  line-height: 120px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
}

#homepage_promo_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 150px 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 1262px;
}
#homepage_promo_wrapper #homepage_promo_bg {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: 400px;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/layout/homepage_promo.png");
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
#homepage_promo_wrapper #homepage_promo_bg_bottom {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/layout/homepage_promo_bottom.jpg");
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  max-height: 862px;
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top left;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content {
  display: block;
  overflow: hidden;
  width: 50%;
  height: auto;
  margin: 0 0 0 50px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a {
  color: #ffe80a;
  font-size: 40px;
  font-weight: 900;
  line-height: 150px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a .promo_icon {
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 25px;
  margin-right: 50px;
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #lemon {
  background-image: url("../images/icons/promo-icon-lemon.png");
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #ribbon {
  background-image: url("../images/icons/promo-icon-ribbon.png");
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #play {
  background-image: url("../images/icons/promo-icon-play.png");
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #shirt {
  background-image: url("../images/icons/promo-icon-t-shirt.png");
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #food {
  background-image: url("../images/icons/promo-icon-food.png");
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #cherry {
  background-image: url("../images/icons/promo-icon-cherry.png");
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a:hover {
  color: #fff;
}
#homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper:last-child {
  margin-bottom: 200px;
}
#homepage_promo_wrapper #homepage_promo_bg_bottom #promo1 {
  background-image: url("../images/layout/homepage_promo-camo_bg-1.png");
}
#homepage_promo_wrapper #homepage_promo_bg_bottom #promo2 {
  margin-top: -8px;
  background-image: url("../images/layout/homepage_promo-camo_bg-2.png");
}
#homepage_promo_wrapper #homepage_promo_bg_bottom #promo3 {
  margin-top: -8px;
  background-image: url("../images/layout/homepage_promo-camo_bg-3.png");
}

#homepage_about_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: -300px 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 1000px;
}
#homepage_about_wrapper #homepage_about_top {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: 300px;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 300px;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/about_larrys_lemonade_bg.png");
}
#homepage_about_wrapper #homepage_about_bottom {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: -1px auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 700px;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/about_larrys_lemonade_bg.jpg");
  border-bottom: 5px solid #fff;
}
#homepage_about_wrapper #homepage_about_bottom #homepage_about_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_about_wrapper #homepage_about_bottom #homepage_about_container #homepage_about_content {
  display: block;
  overflow: hidden;
  width: 60%;
  height: auto;
  margin: 50px 0 100px 100px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}
#homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 span {
  font-size: 70px;
  font-weight: 900;
  line-height: 90px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#homepage_about_wrapper #homepage_about_bottom #homepage_about_container p {
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #fff;
  margin-bottom: 50px;
}
#homepage_about_wrapper #homepage_about_bottom #homepage_about_container a {
  display: inline-block;
  width: auto;
  font-size: 30px;
  font-weight: 300;
  line-height: 90px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: lowercase;
  border: 2px solid #fff;
  padding: 0 60px;
}
#homepage_about_wrapper #homepage_about_bottom #homepage_about_container a:hover {
  color: #ffe80a;
  border-color: #ffe80a;
}

#homepage_black_cherry_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: -300px 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 1000px;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_top {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: 300px;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 300px;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/black_cherry_bg.png");
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: 700px;
  margin: -1px auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 700px;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/black_cherry_bg.jpg");
  border-bottom: 5px solid #fff;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0 0 0 530px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 64px;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 img {
  position: absolute;
  width: 180px;
  height: auto;
  margin-top: -60px;
  margin-left: -80px;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 span {
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding-left: 30px;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 div {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 0 380px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  color: #fff;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a {
  display: block;
  overflow: hidden;
  width: 300px;
  height: auto;
  margin: 0 auto 50px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a span {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #ffe80a;
  text-transform: lowercase;
  text-align: center;
  border: 2px solid #3aae2a;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a:hover span {
  color: #fff;
  border-color: #3aae2a;
  background-color: #3aae2a;
}
#homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #disclaimer {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 250px 0 0 850px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #fff;
}

#homepage_nascar_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_nascar_wrapper #homepage_nascar_container {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 100px 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  border-bottom: 5px solid #fff;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #3aae2a;
  border-bottom: 3px solid #3aae2a;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/homepage_nascar_header.jpg");
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 38px 0;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 span {
  font-size: 70px;
  font-weight: 900;
  line-height: 90px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 395px;
  margin: -300px 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car #nascar_car {
  float: right;
  display: block;
  width: 800px;
  height: 395px;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/nascar-car.png");
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content {
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cfcfcf;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h3 {
  color: #3aae2a;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
  padding: 0 40px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h4 {
  color: #050708;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
  padding: 0 40px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  padding: 0 40px;
  margin-bottom: 30px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a {
  display: block;
  background-color: #3aae2a;
  font-size: 24px;
  font-weight: 300;
  line-height: 76px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #fff;
  padding-left: 40px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a:hover {
  background-color: #16680a;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside {
  float: right;
  display: block;
  overflow: hidden;
  width: calc(50% - 100px);
  height: auto;
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 300px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside h3 {
  color: #3aae2a;
  font-size: 30px;
  font-weight: 800;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  border-bottom: 2px solid #cfcfcf;
  margin-bottom: 20px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column {
  float: left;
  width: auto;
  margin-right: 60px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li {
  font-size: 24px;
  font-weight: 300;
  line-height: 46px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li span {
  font-weight: 800;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a {
  color: #050708;
  text-decoration: none;
  border-bottom: 1px solid #3aae2a;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a:hover {
  color: #3aae2a;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column:last-child {
  margin-right: 0;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta {
  display: inline-block;
  width: auto;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #3aae2a;
  text-transform: lowercase;
  border: 2px solid #3aae2a;
  padding: 10px 40px;
  margin-bottom: 30px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta:hover {
  color: #fff;
  background-color: #3aae2a;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container {
  display: block;
  overflow: visible;
  width: calc(100% - 60px);
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item {
  width: calc(50% - 30px);
  height: auto;
  margin: 15px;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a {
  display: block;
  width: 100%;
  height: auto;
  outline: none !important;
}
#homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a img {
  display: block;
  width: 100%;
  height: auto;
}

#homepage_photo_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_photo_wrapper #homepage_photo_container {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/behind_the_lemon_bg.jpg");
  background-color: #3aae2a;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left {
  float: left;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 80px 0;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 span {
  font-size: 70px;
  font-weight: 900;
  line-height: 90px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #ffe80a;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right {
  float: right;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a {
  float: left;
  display: block;
  width: 40px;
  height: 50px;
  margin-right: 20px;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a img {
  display: block;
  width: 100%;
  height: auto;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a:last-child {
  margin-right: 0;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: right;
  font-family: "Nunito", sans-serif;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 span {
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  font-style: normal;
  text-decoration: none;
  text-align: right;
  font-family: "Nunito", sans-serif;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta {
  float: right;
  display: block;
  width: auto;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: lowercase;
  border: 2px solid #fff;
  padding: 10px 40px;
  margin-top: 100px;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta:hover {
  color: #2a2603;
  background-color: #ffe80a;
  border-color: #ffe80a;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 100px auto 50px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item {
  float: left;
  display: block;
  overflow: hidden;
  width: 422.5px;
  height: 422.5px;
  margin: 0 50px 50px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #050708;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 422.5px;
  height: 422.5px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 6;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 422.5px;
  height: 422.5px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  opacity: 0;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description p {
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  padding: 20px;
  bottom: 20px;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 20px;
  top: 20px;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span i {
  margin-right: 10px;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover {
  cursor: pointer;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover a img {
  opacity: 0.2;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover .description {
  opacity: 1;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(4n) {
  margin-right: 0;
}
#homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:last-child {
  display: none;
}

footer {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3aae2a;
}
footer #footer_wrapper {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/footer_bg.jpg");
  background-color: #6c4f0c;
}
footer #footer_wrapper #footer_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 360px auto 80px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer #footer_wrapper #footer_container .footer_column {
  float: left;
  width: calc(25% - 50px);
  height: auto;
  margin-right: 50px;
}
footer #footer_wrapper #footer_container .footer_column h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
footer #footer_wrapper #footer_container .footer_column:first-child {
  width: calc(50% - 50px);
}
footer #footer_wrapper #footer_container .footer_column:first-child img {
  float: left;
  display: block;
  width: 300px;
  height: 300px;
  -webkit-border-top-left-radius: 150px;
  -webkit-border-top-right-radius: 150px;
  -webkit-border-bottom-right-radius: 150px;
  -webkit-border-bottom-left-radius: 150px;
  -moz-border-radius-topleft: 150px;
  -moz-border-radius-topright: 150px;
  -moz-border-radius-bottomright: 150px;
  -moz-border-radius-bottomleft: 150px;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
  border: 5px solid #fff;
  margin-top: 60px;
  margin-right: 50px;
  margin-bottom: 100px;
}
footer #footer_wrapper #footer_container .footer_column:first-child p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
footer #footer_wrapper #footer_container .footer_column:first-child p span {
  font-weight: 700;
}
footer #footer_wrapper #footer_container .footer_column:first-child p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  text-decoration: none;
}
footer #footer_wrapper #footer_container .footer_column:first-child p a:hover {
  border-bottom: 2px solid rgb(58, 174, 42);
}
footer #footer_wrapper #footer_container .footer_column:nth-child(2) a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  text-decoration: none;
}
footer #footer_wrapper #footer_container .footer_column:nth-child(2) a img {
  display: block;
  float: left;
  height: 50px;
  width: 40px;
  margin-right: 10px;
  margin-left: 10px;
}
footer #footer_wrapper #footer_container .footer_column:nth-child(2) a:hover {
  background-color: rgba(58, 174, 42, 0.5);
}
footer #footer_wrapper #footer_container .footer_column:last-child {
  margin-right: 0;
}
footer #footer_wrapper #footer_container .footer_column:last-child a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  padding: 0 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
footer #footer_wrapper #footer_container .footer_column:last-child a:hover {
  background-color: rgba(58, 174, 42, 0.5);
}
footer #footer_wrapper #footer_container .footer_column:last-child a:last-child {
  border-bottom: none;
}
footer #footer_wrapper #footer_bottom {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 0 auto 40px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer #footer_wrapper #footer_bottom h5 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
footer #footer_wrapper #footer_bottom p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
footer #footer_wrapper #footer_bottom p span {
  color: #ffe80a;
}
footer #footer_wrapper #footer_bottom p a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
footer #footer_wrapper #footer_bottom p a:hover {
  color: #ffe80a;
}

#subpage_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
#subpage_wrapper #subpage_container #subpage_content {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 100px auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(100% - 700px);
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body h1 {
  color: #3aae2a;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body h2 {
  color: #050708;
  font-size: 30px;
  font-weight: 400;
  line-height: 52px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body h3 {
  color: #050708;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body ul {
  margin-left: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body ul li {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .hr {
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
  margin-bottom: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body a {
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body a:hover {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body #success_alert {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body #success_alert p {
  color: #16680a;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body #success_alert p i {
  margin-right: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 50px 40px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #fff;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left {
  display: block;
  overflow: hidden;
  width: 350px;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left img {
  display: block;
  width: 300px;
  height: 300px;
  border: 4px solid #3aae2a;
  -webkit-border-top-left-radius: 150px;
  -webkit-border-top-right-radius: 150px;
  -webkit-border-bottom-right-radius: 150px;
  -webkit-border-bottom-left-radius: 150px;
  -moz-border-radius-topleft: 150px;
  -moz-border-radius-topright: 150px;
  -moz-border-radius-bottomright: 150px;
  -moz-border-radius-bottomleft: 150px;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
  margin-right: 50px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right {
  float: right;
  display: block;
  overflow: hidden;
  width: calc(100% - 350px);
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h2 {
  color: #3aae2a;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h3 {
  color: #050708;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a {
  display: block;
  background-color: #3aae2a;
  font-size: 26px;
  font-weight: 300;
  line-height: 76px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #fff;
  padding-left: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .article:hover {
  border: 2px solid #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 76px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #3aae2a;
  border: 2px solid #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a:hover {
  color: #fff;
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(100% - 700px);
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body h1 {
  color: #3aae2a;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body h2 {
  color: #050708;
  font-size: 30px;
  font-weight: 400;
  line-height: 52px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body h3 {
  color: #050708;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .hr {
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
  margin-bottom: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body a {
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body a:hover {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #success_alert {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #success_alert p {
  color: #16680a;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin: 0;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body #success_alert p i {
  margin-right: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 50px 40px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #fff;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article .left {
  display: block;
  overflow: hidden;
  width: 350px;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article .left img {
  display: block;
  width: 300px;
  height: 300px;
  border: 4px solid #3aae2a;
  -webkit-border-top-left-radius: 150px;
  -webkit-border-top-right-radius: 150px;
  -webkit-border-bottom-right-radius: 150px;
  -webkit-border-bottom-left-radius: 150px;
  -moz-border-radius-topleft: 150px;
  -moz-border-radius-topright: 150px;
  -moz-border-radius-bottomright: 150px;
  -moz-border-radius-bottomleft: 150px;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
  margin-right: 50px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article .right {
  float: right;
  display: block;
  overflow: hidden;
  width: calc(100% - 350px);
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h2 {
  color: #3aae2a;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h3 {
  color: #050708;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article .right p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a {
  display: block;
  background-color: #3aae2a;
  font-size: 26px;
  font-weight: 300;
  line-height: 76px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #fff;
  padding-left: 30px;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a:hover {
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .article:hover {
  border: 2px solid #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .additional a {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 76px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #3aae2a;
  border: 2px solid #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content #shop_body .additional a:hover {
  color: #fff;
  background-color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content aside {
  float: right;
  display: block;
  overflow: hidden;
  width: 600px;
  height: auto;
  margin: 15px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content aside h2 {
  color: #3aae2a;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#subpage_wrapper #subpage_container #subpage_content aside h2 a {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 5px 0;
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  color: #050708;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  border: 1px solid #050708;
}
#subpage_wrapper #subpage_container #subpage_content aside h2 a:hover {
  background-color: #050708;
  color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content aside .hr {
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
  margin-bottom: 30px;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 30px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cfcfcf;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #050708;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover {
  border: 1px solid #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover a {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 46px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  padding: 0 0 0 20px;
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 20px;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p .address {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 13px 10px 13px 30px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  background-color: #fff;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a {
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a i {
  margin-left: 20px;
  margin-right: 20px;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a:hover {
  color: #3aae2a;
  background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col {
  float: left;
  width: auto;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col span {
  font-weight: 800;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a {
  color: #050708;
  text-decoration: none;
  border-bottom: 1px solid #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a:hover {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col:first-child {
  width: 100px;
  margin-right: 30px;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row:nth-child(even) {
  background-image: none;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod p {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:nth-child(even) {
  background-image: none;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:hover {
  color: #3aae2a;
  background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .active {
  color: #3aae2a;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: capitalize;
  border-top: 1px solid #cfcfcf;
  background-image: none;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back i {
  margin-right: 10px;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back:hover {
  color: #fff;
  background-image: none;
  background-color: #16680a;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(50% - 15px);
  height: auto;
  margin: 0 30px 30px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a img {
  display: block;
  width: 100%;
  height: auto;
}
#subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a:nth-child(even) {
  margin-right: 0;
}

#the_lemonade_wrapper {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: 700px;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url("../images/layout/the-lemonade_bg.jpg");
}
#the_lemonade_wrapper #the_lemonade_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 80px auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left {
  float: left;
  width: 480px;
  margin-top: 54px;
}
#the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left h3 {
  color: #050708;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  font-family: "Libre Baskerville", serif;
}
#the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right {
  float: right;
  width: calc(100% - 570px);
}
#the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h1 {
  color: #3aae2a;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h2 {
  color: #050708;
  font-size: 34px;
  font-weight: 400;
  line-height: 52px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 40px;
}
#the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle {
  float: left;
  width: 240px;
  height: 240px;
  -webkit-border-top-left-radius: 120px;
  -webkit-border-top-right-radius: 120px;
  -webkit-border-bottom-right-radius: 120px;
  -webkit-border-bottom-left-radius: 120px;
  -moz-border-radius-topleft: 120px;
  -moz-border-radius-topright: 120px;
  -moz-border-radius-bottomright: 120px;
  -moz-border-radius-bottomleft: 120px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  border: 4px solid #3aae2a;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 30px;
}
#the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p {
  color: #050708;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  margin-top: 70px;
}
#the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p span {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle:last-child {
  margin-right: 0;
}

#mission_wrapper {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
#mission_wrapper #mission_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 100px auto 50px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mission_wrapper #mission_container #left {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(40% - 100px);
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mission_wrapper #mission_container #left img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 4px solid #3aae2a;
}
#mission_wrapper #mission_container #right {
  float: right;
  display: block;
  overflow: hidden;
  width: 60%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mission_wrapper #mission_container #right h1 {
  color: #3aae2a;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#mission_wrapper #mission_container #right h2 {
  color: #050708;
  font-size: 34px;
  font-weight: 400;
  line-height: 52px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 30px;
}
#mission_wrapper #mission_container #right h3 {
  color: #050708;
  font-size: 24px;
  font-weight: 600;
  line-height: 46px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
  border-bottom: 1px solid #050708;
}
#mission_wrapper #mission_container #right p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 30px;
}

#owners_wrapper {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
#owners_wrapper #owners_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 50px auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#owners_wrapper #owners_container h2 {
  color: #3aae2a;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  margin-bottom: 50px;
}
#owners_wrapper #owners_container #three_col_container .col {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(33.33% - 33.33px);
  height: auto;
  margin: 0 50px 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cfcfcf;
}
#owners_wrapper #owners_container #three_col_container .col img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#owners_wrapper #owners_container #three_col_container .col h3 {
  color: #050708;
  font-size: 34px;
  font-weight: 400;
  line-height: 52px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  margin-bottom: 30px;
  padding: 0 30px;
}
#owners_wrapper #owners_container #three_col_container .col p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  padding: 0 30px;
  margin-bottom: 30px;
}
#owners_wrapper #owners_container #three_col_container .col:last-child {
  margin-right: 0;
}

#staff_wrapper {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
#staff_wrapper #staff_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 50px auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrapper #staff_container h2 {
  color: #3aae2a;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  margin-bottom: 50px;
}
#staff_wrapper #staff_container #col_container .col {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(20% - 40px);
  height: auto;
  margin: 0 50px 50px 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrapper #staff_container #col_container .col img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 4px solid #3aae2a;
  margin-bottom: 20px;
}
#staff_wrapper #staff_container #col_container .col h3 {
  color: #050708;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
#staff_wrapper #staff_container #col_container .col:nth-child(5n) {
  margin-right: 0;
}

#community_wrapper {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
#community_wrapper #community_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 100px auto 30px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#community_wrapper #community_container h1 {
  color: #3aae2a;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#community_wrapper #community_container h2 {
  color: #050708;
  font-size: 30px;
  font-weight: 400;
  line-height: 52px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#community_wrapper #community_container .hr {
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
  margin-bottom: 40px;
}
#community_wrapper #community_container .community_section {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 0 auto 50px;
  padding: 50px 40px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cfcfcf;
}
#community_wrapper #community_container .community_section .left {
  display: block;
  overflow: hidden;
  width: calc(50% - 100px);
  height: auto;
  margin: 0 100px 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#community_wrapper #community_container .community_section .left img {
  display: block;
  width: 100%;
  height: auto;
}
#community_wrapper #community_container .community_section .right {
  display: block;
  overflow: hidden;
  width: 50%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
#community_wrapper #community_container .community_section .right h2 {
  color: #3aae2a;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#community_wrapper #community_container .community_section .right h3 {
  color: #050708;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
#community_wrapper #community_container .community_section .right p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 30px;
}
#community_wrapper #community_container .community_section .right a {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: auto;
  background-color: #3aae2a;
  font-size: 26px;
  font-weight: 300;
  line-height: 76px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #fff;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: 30px;
}
#community_wrapper #community_container .community_section .right a:hover {
  background-color: #16680a;
}

#testimonials_wrapper {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3aae2a;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
#testimonials_wrapper #testimonials_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 30px auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#testimonials_wrapper #testimonials_container #testimonials_content #right {
  float: right;
  width: calc(100% - 530px);
}
#testimonials_wrapper #testimonials_container #testimonials_content #right p {
  float: left;
  width: calc(50% - 30px);
  margin-right: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
#testimonials_wrapper #testimonials_container #testimonials_content #right p span {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
#testimonials_wrapper #testimonials_container #testimonials_content #right p:last-child {
  margin-right: 0;
}
#testimonials_wrapper #testimonials_container #testimonials_content #left {
  float: left;
  width: 480px;
}
#testimonials_wrapper #testimonials_container #testimonials_content #left h2 {
  color: #ffe80a;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
#testimonials_wrapper #testimonials_container #testimonials_content #left h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  text-transform: lowercase;
}

#locations_wrapper {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
#locations_wrapper #locations_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 100px auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#locations_wrapper #locations_container #locations_header {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 0 auto 50px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #e6e6e6 61px, #3aae2a 61px, #3aae2a 65px, #050708 65px, #050708 69px, #e6e6e6 69px, #e6e6e6 122px);
}
#locations_wrapper #locations_container #locations_header #locations_header_content {
  display: block;
  overflow: hidden;
  width: 900px;
  height: auto;
  margin: 0 auto 0;
  padding: 0 50px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
#locations_wrapper #locations_container #locations_header #locations_header_content img {
  float: left;
  width: 185px;
  height: 185px;
}
#locations_wrapper #locations_container #locations_header #locations_header_content div {
  float: right;
  display: block;
  overflow: hidden;
  width: 585px;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#locations_wrapper #locations_container #locations_header #locations_header_content div h2 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #3aae2a;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
#locations_wrapper #locations_container #locations_header #locations_header_content div h3 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #050708;
  font-size: 30px;
  font-weight: 400;
  line-height: 52px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
#locations_wrapper #locations_container #locations_header #locations_header_content div #locations {
  display: block;
  overflow: hidden;
  width: 70%;
  height: 50px;
  margin: 0 auto 0;
  padding: 10px 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background-color: #3aae2a;
  border: 1px solid #16680a;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
#locations_wrapper #locations_container #locations_header #locations_header_content div #locations:focus {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  outline: none;
  background-color: #fff;
  border: 1px solid #3aae2a;
  color: #16680a;
}
#locations_wrapper #locations_container #locations_content {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#locations_wrapper #locations_container #locations_content .location {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(50% - 25px);
  height: auto;
  margin: 0 50px 50px 0;
  padding: 50px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cfcfcf;
}
#locations_wrapper #locations_container #locations_content .location .loc_left {
  float: left;
  display: block;
  overflow: hidden;
  width: 100px;
  height: auto;
  margin: 0 50px 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#locations_wrapper #locations_container #locations_content .location .loc_left a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #16680a;
  text-decoration: none;
}
#locations_wrapper #locations_container #locations_content .location .loc_left a i {
  font-size: 100px;
}
#locations_wrapper #locations_container #locations_content .location .loc_left a p {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
#locations_wrapper #locations_container #locations_content .location .loc_left a:hover {
  color: #3aae2a;
}
#locations_wrapper #locations_container #locations_content .location .loc_left a:hover p {
  color: #3aae2a;
}
#locations_wrapper #locations_container #locations_content .location .loc_right {
  float: right;
  display: block;
  overflow: hidden;
  width: calc(100% - 150px);
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#locations_wrapper #locations_container #locations_content .location .loc_right h4 {
  display: block;
  color: #050708;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
}
#locations_wrapper #locations_container #locations_content .location .loc_right p {
  display: block;
  color: #050708;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#locations_wrapper #locations_container #locations_content .location .loc_right p span {
  display: block;
  color: #3aae2a;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#locations_wrapper #locations_container #locations_content .location .loc_right p a {
  color: #16680a;
  text-decoration: none;
  font-weight: 600;
}
#locations_wrapper #locations_container #locations_content .location .loc_right p a i {
  margin-right: 10px;
}
#locations_wrapper #locations_container #locations_content .location .loc_right p a:hover {
  color: #3aae2a;
}
#locations_wrapper #locations_container #locations_content .location:nth-child(even) {
  margin-right: 0;
}

#bottom_promo_wrapper {
  display: block;
  overflow: hidden;
  width: 1920px;
  height: auto;
  margin: auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3aae2a;
}
#bottom_promo_wrapper #bottom_promo_container {
  display: block;
  overflow: hidden;
  width: 1840px;
  height: auto;
  margin: 100px auto;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bottom_promo_wrapper #bottom_promo_container #left {
  float: left;
  width: calc(70% - 100px);
  margin-right: 100px;
}
#bottom_promo_wrapper #bottom_promo_container #left h5 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 84px;
  font-style: italic;
  text-decoration: none;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin-left: 50px;
}
#bottom_promo_wrapper #bottom_promo_container #left h5 span {
  font-size: 80px;
  font-weight: 900;
  line-height: 120px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
}
#bottom_promo_wrapper #bottom_promo_container #right {
  float: right;
  width: 30%;
}
#bottom_promo_wrapper #bottom_promo_container #right a {
  display: block;
  overflow: hidden;
  width: 80%;
  height: auto;
  margin: 100px auto 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 40px;
  font-weight: 900;
  line-height: 90px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: lowercase;
  border: 2px solid #fff;
  margin-top: 40px;
}
#bottom_promo_wrapper #bottom_promo_container #right a:hover {
  color: #ffe80a;
  border-color: #ffe80a;
}

.popup_window_wrapper {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  overflow-y: scroll;
  max-width: 800px;
  max-height: 600px;
  position: static;
  z-index: 100;
}
.popup_window_wrapper .popup_window_container {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 30px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_window_wrapper .popup_window_container h2 {
  color: #3aae2a;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 10px;
}
.popup_window_wrapper .popup_window_container h3 {
  color: #050708;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
.popup_window_wrapper .popup_window_container p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 30px;
}
.popup_window_wrapper .popup_window_container ul {
  margin-left: 20px;
  list-style: inside;
}
.popup_window_wrapper .popup_window_container ul li {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
  margin-bottom: 10px;
}
.popup_window_wrapper .popup_window_container ul li a {
  color: #3aae2a;
  text-decoration: none;
  font-weight: 600;
}
.popup_window_wrapper .popup_window_container ul li a:hover {
  color: #16680a;
}
.popup_window_wrapper .popup_window_container .hr {
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #050708 20%, #fff 90%);
  margin-bottom: 30px;
}

#contact_form {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_form .form_group {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_form .form_group label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #050708;
}
#contact_form .form_group label span {
  color: #f00;
}
#contact_form .form_group .tip {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}
#contact_form .form_group #submit_button {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 50px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-animation: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 24px;
  font-weight: 900;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #16680a;
  background-color: #e6e6e6;
  border: 2px solid #16680a;
}
#contact_form .form_group #submit_button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #3aae2a;
  border: 2px solid #3aae2a;
}
#contact_form .form_group .error_txt {
  display: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  color: #f00;
}
#contact_form .form_group .form_field {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  outline: none;
  background-color: #3aae2a;
  border: 1px solid #cfcfcf;
  color: #fff;
}
#contact_form .form_group .select_field {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  outline: none;
  background-color: #3aae2a;
  border: 1px solid #cfcfcf;
  color: #fff;
}
#contact_form .form_group .form_field:focus, #contact_form .form_group .select_field:focus {
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-family: "Nunito", sans-serif;
  outline: none;
  background-color: #fff;
  border: 1px solid #3aae2a;
  color: #3aae2a;
}
#contact_form .form_group textarea {
  resize: none;
  min-height: 200px;
}
#contact_form .form_group .invalid {
  border-left: 5px solid #f00;
}
#contact_form .form_group .valid {
  border-right: 5px solid #ffe80a;
}
#contact_form .form_group .form_group_three {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(33.33% - 33.33px);
  height: auto;
  margin: 0 50px 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_form .form_group .form_group_three:last-child {
  margin-right: 0;
}
#contact_form .form_group .form_group_two {
  float: left;
  display: block;
  overflow: hidden;
  width: calc(50% - 25px);
  height: auto;
  margin: 0 50px 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_form .form_group .form_group_two:last-child {
  margin-right: 0;
}
#contact_form .form_group .form_group_one {
  float: left;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/***************************************************************************
Medium Desktop 1366 View 1286 Safe
***************************************************************************/
@media only screen and (max-width: 1919px) {
  html, body {
    min-width: 1366px;
  }
  #alert_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f00;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  #alert_wrapper #alert_dismiss {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    font-size: 30px;
    cursor: pointer;
    color: white;
    margin: 20px;
  }
  #alert_wrapper #alert_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 20px auto;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #alert_wrapper #alert_container span {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 120%;
    font-weight: 400;
    line-height: 140%;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #alert_wrapper #alert_container span em {
    font-weight: 600;
  }
  #alert_wrapper #alert_container span em i {
    font-size: 130%;
    padding-right: 10px;
  }
  #alert_wrapper #alert_container span a {
    color: #fff;
    text-decoration: underline;
  }
  #alert_wrapper #alert_container span a:hover {
    opacity: 0.8;
  }
  #video_overlay {
    position: fixed;
    width: auto;
    height: auto;
    min-width: 1919px;
    min-height: 100%;
    max-width: 1919px;
    top: 50%;
    left: 50%;
    z-index: -99;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: -5px;
  }
  #video {
    position: fixed;
    width: auto;
    height: auto;
    min-width: 1919px;
    min-height: 100%;
    max-width: 1919px;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    z-index: -100;
    margin-top: -105px;
  }
  #mobile_nav_wrapper {
    display: none;
  }
  #header_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #top_nav_background {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1919px;
    height: 50px;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/topnav_bg.png");
    z-index: -1;
  }
  #header_wrapper #nav_background {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1919px;
    height: 144px;
    margin: -50px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/header_camo_bg.png");
    z-index: -2;
    border-bottom: 4px solid #fff;
  }
  #header_wrapper .subheader_background {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1919px;
    height: 175px;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: -3;
  }
  #header_wrapper #subheader_subpage {
    background-image: url("../images/headers/subpage.jpg");
  }
  #header_wrapper #subheader_nascar {
    background-image: url("../images/headers/nascar.jpg");
  }
  #header_wrapper #header_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: -319px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #header_container #logo {
    float: left;
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 64.5px 30px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #header_container #logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  #header_wrapper #header_container #nav_container {
    float: right;
    display: block;
    overflow: hidden;
    width: 956px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #header_container #nav_container #top_nav {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }
  #header_wrapper #header_container #nav_container #top_nav a {
    float: left;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 20px;
    padding-left: 20px;
  }
  #header_wrapper #header_container #nav_container #top_nav a span {
    float: left;
    height: 50px;
  }
  #header_wrapper #header_container #nav_container #top_nav a .social-icon {
    width: 40px;
    height: 50px;
  }
  #header_wrapper #header_container #nav_container #top_nav a #weather-icon {
    width: 40px;
    height: 50px;
    padding: 0 4px 0 10px;
  }
  #header_wrapper #header_container #nav_container #top_nav a #degree {
    font-weight: 700;
  }
  #header_wrapper #header_container #nav_container #top_nav a:hover {
    background-color: #3aae2a;
  }
  #header_wrapper #header_container #nav_container #top_nav a:last-child {
    border-right: none;
  }
  #header_wrapper #header_container #nav_container nav {
    display: block;
    overflow: hidden;
    width: auto;
    height: 100px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }
  #header_wrapper #header_container #nav_container nav a {
    float: left;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 44px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-top: 28px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #header_wrapper #header_container #nav_container nav a:hover {
    color: #ffe80a;
    border-bottom: 4px solid #ffe80a;
  }
  #header_wrapper #header_container #subheader_container {
    display: block;
    overflow: hidden;
    width: 956px;
    height: 138px;
    margin: 0 0 0 0;
    padding: 22px 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  #header_wrapper #header_container #subheader_container span {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    text-transform: capitalize;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb i {
    margin: 0 10px;
    color: #fff;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb .breadcrumb_last {
    color: #ffe80a;
    font-weight: 700;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb a:hover {
    text-decoration: underline;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #tagline_wrapper {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 40px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tagline_wrapper #tagline_container {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tagline_wrapper #tagline_container h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 84px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  #tagline_wrapper #tagline_container h1 span {
    font-size: 70px;
    font-weight: 900;
    line-height: 120px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
  }
  #homepage_promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 200px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 1262px;
  }
  #homepage_promo_wrapper #homepage_promo_bg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/layout/homepage_promo-md.png"); /*Med*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/layout/homepage_promo_bottom-md.jpg"); /*Med*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-height: 600px;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 150px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content {
    display: block;
    overflow: hidden;
    width: 50%;
    height: auto;
    margin: 0 0 0 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a {
    color: #ffe80a;
    font-size: 30px;
    font-weight: 900;
    line-height: 150px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a .promo_icon {
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 25px;
    margin-right: 50px;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #lemon {
    background-image: url("../images/icons/promo-icon-lemon.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #ribbon {
    background-image: url("../images/icons/promo-icon-ribbon.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #play {
    background-image: url("../images/icons/promo-icon-play.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #shirt {
    background-image: url("../images/icons/promo-icon-t-shirt.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #food {
    background-image: url("../images/icons/promo-icon-food.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #cherry {
    background-image: url("../images/icons/promo-icon-cherry.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a:hover {
    color: #fff;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper:last-child {
    margin-bottom: 200px;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo1 {
    background-image: url("../images/layout/homepage_promo-camo_bg-1.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo2 {
    margin-top: -8px;
    background-image: url("../images/layout/homepage_promo-camo_bg-2.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo3 {
    margin-top: -8px;
    background-image: url("../images/layout/homepage_promo-camo_bg-3.png");
  }
  #homepage_about_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -250px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    max-height: 1000px;
  }
  #homepage_about_wrapper #homepage_about_top {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 300px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/about_larrys_lemonade_bg.png");
  }
  #homepage_about_wrapper #homepage_about_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 700px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/about_larrys_lemonade_bg.jpg");
    border-bottom: 5px solid #fff;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container #homepage_about_content {
    display: block;
    overflow: hidden;
    width: 70%;
    height: auto;
    margin: 0 0 80px 100px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 span {
    font-size: 60px;
    font-weight: 900;
    line-height: 80px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container p {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    margin-bottom: 50px;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container a {
    display: inline-block;
    width: auto;
    font-size: 24px;
    font-weight: 300;
    line-height: 84px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    padding: 0 60px;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container a:hover {
    color: #ffe80a;
    border-color: #ffe80a;
  }
  #homepage_black_cherry_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -300px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 1000px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_top {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 300px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/black_cherry_bg.png");
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 700px;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 700px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/black_cherry_bg.jpg");
    border-bottom: 5px solid #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content {
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 250px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    line-height: 64px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 img {
    position: absolute;
    width: 180px;
    height: auto;
    margin-top: -60px;
    margin-left: -80px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 span {
    font-size: 60px;
    font-weight: 900;
    line-height: 80px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding-left: 30px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 div {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 380px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    color: #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a span {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    color: #ffe80a;
    text-transform: lowercase;
    text-align: center;
    border: 2px solid #3aae2a;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a:hover span {
    color: #fff;
    border-color: #3aae2a;
    background-color: #3aae2a;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #disclaimer {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 250px 0 0 550px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #fff;
  }
  #homepage_nascar_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 100px 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
    border-bottom: 5px solid #fff;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 3px solid #3aae2a;
    border-bottom: 3px solid #3aae2a;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/homepage_nascar_header.jpg");
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin: 38px 0;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 span {
    font-size: 60px;
    font-weight: 900;
    line-height: 80px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: 247px;
    margin: -160px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car #nascar_car {
    float: right;
    display: block;
    width: 500px; /*Med*/
    height: 247px; /*Med*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/nascar-car-md.png"); /*Med*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content {
    float: left;
    display: block;
    overflow: hidden;
    width: 55%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h3 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
    padding: 0 40px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h4 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
    padding: 0 40px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    padding: 0 40px;
    margin-bottom: 30px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a {
    display: block;
    background-color: #3aae2a;
    font-size: 20px;
    font-weight: 300;
    line-height: 76px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    padding-left: 40px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a:hover {
    background-color: #16680a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(45% - 50px);
    height: auto;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    min-height: 300px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside h3 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 66px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    border-bottom: 2px solid #cfcfcf;
    margin-bottom: 20px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column {
    float: left;
    width: auto;
    margin-right: 20px; /*Med*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li span {
    font-weight: 800;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a {
    color: #050708;
    text-decoration: none;
    border-bottom: 1px solid #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a:hover {
    color: #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column:last-child {
    margin-right: 0;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #3aae2a;
    text-transform: lowercase;
    border: 2px solid #3aae2a;
    padding: 10px 40px;
    margin-bottom: 30px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container {
    display: block;
    overflow: visible;
    width: calc(100% - 60px);
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item {
    width: calc(50% - 30px);
    height: auto;
    margin: 15px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a {
    display: block;
    width: 100%;
    height: auto;
    outline: none !important;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homepage_photo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/behind_the_lemon_bg-md.jpg"); /*Med*/
    background-color: #3aae2a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left {
    float: left;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin: 80px 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 span {
    font-size: 60px;
    font-weight: 900;
    line-height: 80px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #ffe80a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right {
    float: right;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a {
    float: left;
    display: block;
    width: 40px;
    height: 50px;
    margin-right: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a:last-child {
    margin-right: 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 span {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta {
    float: right;
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    padding: 10px 40px;
    margin-top: 120px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta:hover {
    color: #2a2603;
    background-color: #ffe80a;
    border-color: #ffe80a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 100px auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item {
    float: left;
    display: block;
    overflow: hidden;
    width: 284px;
    height: 284px;
    margin: 0 50px 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    background-color: #050708;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 284px;
    height: 284px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    z-index: 6;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 284px;
    height: 284px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    z-index: 5;
    opacity: 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description p {
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    padding: 20px;
    bottom: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 20px;
    top: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span i {
    margin-right: 10px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover {
    cursor: pointer;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover a img {
    opacity: 0.2;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover .description {
    opacity: 1;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(4n) {
    margin-right: 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:last-child {
    display: none;
  }
  footer {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #6c4f0c;
  }
  footer #footer_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/footer_bg.jpg");
  }
  footer #footer_wrapper #footer_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 360px auto 80px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrapper #footer_container .footer_column {
    float: left;
    width: calc(25% - 50px);
    height: auto;
    margin-right: 50px;
  }
  footer #footer_wrapper #footer_container .footer_column h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  footer #footer_wrapper #footer_container .footer_column:first-child {
    width: calc(50% - 50px);
  }
  footer #footer_wrapper #footer_container .footer_column:first-child img {
    float: left;
    display: block;
    width: 250px; /*Med*/
    height: 250px; /*Med*/
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /*Med*/
    border: 5px solid #fff;
    margin-top: 30px;
    margin-right: 50px;
    margin-bottom: 120px; /*Med*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p span {
    font-weight: 700;
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p a {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    text-decoration: none;
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p a:hover {
    border-bottom: 2px solid rgb(58, 174, 42);
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    text-decoration: none;
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a img {
    display: block;
    float: left;
    height: 50px;
    width: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a:hover {
    background-color: rgba(58, 174, 42, 0.5);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child {
    margin-right: 0;
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a:hover {
    background-color: rgba(58, 174, 42, 0.5);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a:last-child {
    border-bottom: none;
  }
  footer #footer_wrapper #footer_bottom {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrapper #footer_bottom h5 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  footer #footer_wrapper #footer_bottom p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  footer #footer_wrapper #footer_bottom p span {
    color: #ffe80a;
  }
  footer #footer_wrapper #footer_bottom p a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  footer #footer_wrapper #footer_bottom p a:hover {
    color: #ffe80a;
  }
  #subpage_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    background-color: #e6e6e6;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 100px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(100% - 500px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h1 {
    color: #3aae2a;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h2 {
    color: #050708;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h3 {
    color: #050708;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body a {
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 50px 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left {
    display: block;
    overflow: hidden;
    width: 250px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left img {
    display: block;
    width: 200px;
    height: 200px;
    border: 4px solid #3aae2a;
    -webkit-border-top-left-radius: 150px;
    -webkit-border-top-right-radius: 150px;
    -webkit-border-bottom-right-radius: 150px;
    -webkit-border-bottom-left-radius: 150px;
    -moz-border-radius-topleft: 150px;
    -moz-border-radius-topright: 150px;
    -moz-border-radius-bottomright: 150px;
    -moz-border-radius-bottomleft: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    margin-right: 50px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(100% - 250px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a {
    display: block;
    background-color: #3aae2a;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    padding-left: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a:hover {
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article:hover {
    border: 2px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(100% - 500px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h1 {
    color: #3aae2a;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h2 {
    color: #050708;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h3 {
    color: #050708;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body a {
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 50px 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .left {
    display: block;
    overflow: hidden;
    width: 250px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .left img {
    display: block;
    width: 200px;
    height: 200px;
    border: 4px solid #3aae2a;
    -webkit-border-top-left-radius: 150px;
    -webkit-border-top-right-radius: 150px;
    -webkit-border-bottom-right-radius: 150px;
    -webkit-border-bottom-left-radius: 150px;
    -moz-border-radius-topleft: 150px;
    -moz-border-radius-topright: 150px;
    -moz-border-radius-bottomright: 150px;
    -moz-border-radius-bottomleft: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    margin-right: 50px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(100% - 250px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a {
    display: block;
    background-color: #3aae2a;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    padding-left: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a:hover {
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article:hover {
    border: 2px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .additional a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .additional a:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside {
    float: right;
    display: block;
    overflow: hidden;
    width: 450px;
    height: auto;
    margin: 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 a {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: right;
    color: #050708;
    font-size: 18px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    border: 1px solid #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 a:hover {
    background-color: #050708;
    color: #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover {
    border: 1px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover a {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 0 0 0 20px;
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p .address {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 13px 10px 13px 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    background-color: #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a i {
    margin-left: 20px;
    margin-right: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a:hover {
    color: #3aae2a;
    background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col {
    float: left;
    width: auto;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col span {
    font-weight: 800;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a {
    color: #050708;
    text-decoration: none;
    border-bottom: 1px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col:first-child {
    width: 100px;
    margin-right: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row:nth-child(even) {
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:nth-child(even) {
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:hover {
    color: #3aae2a;
    background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .active {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    border-top: 1px solid #cfcfcf;
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back i {
    margin-right: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back:hover {
    color: #fff;
    background-image: none;
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 15px);
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a:nth-child(even) {
    margin-right: 0;
  }
  #the_lemonade_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 680px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/the-lemonade_bg-md.jpg");
  }
  #the_lemonade_wrapper #the_lemonade_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 80px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left {
    float: left;
    width: 480px;
    margin-top: 30px; /*Med*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left h3 {
    color: #050708;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /*Med*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right {
    float: right;
    width: calc(100% - 570px); /*Med*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h1 {
    color: #3aae2a;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h2 {
    color: #050708;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 40px;
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: left;
    width: 156.5px; /*Med*/
    height: 156.5px; /*Med*/
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /*Med*/
    border: 4px solid #3aae2a;
    background-color: rgba(255, 255, 255, 0.4);
    margin-right: 30px;
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p {
    color: #050708;
    font-size: 40px;
    font-weight: 900;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin-top: 50px;
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p span {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle:last-child {
    margin-right: 0;
  }
  #mission_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #mission_wrapper #mission_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 100px auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mission_wrapper #mission_container #left {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(40% - 100px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mission_wrapper #mission_container #left img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 4px solid #3aae2a;
  }
  #mission_wrapper #mission_container #right {
    float: right;
    display: block;
    overflow: hidden;
    width: 60%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mission_wrapper #mission_container #right h1 {
    color: #3aae2a;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #mission_wrapper #mission_container #right h2 {
    color: #050708;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 30px;
  }
  #mission_wrapper #mission_container #right p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    margin-bottom: 30px;
  }
  #owners_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #owners_wrapper #owners_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 50px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #owners_wrapper #owners_container h2 {
    color: #3aae2a;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 50px;
  }
  #owners_wrapper #owners_container #three_col_container .col {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(33.33% - 33.33px);
    height: auto;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #owners_wrapper #owners_container #three_col_container .col img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  #owners_wrapper #owners_container #three_col_container .col h3 {
    color: #050708;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 30px;
    padding: 0 30px;
  }
  #owners_wrapper #owners_container #three_col_container .col p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  #owners_wrapper #owners_container #three_col_container .col:last-child {
    margin-right: 0;
  }
  #staff_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #staff_wrapper #staff_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 50px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #staff_wrapper #staff_container h2 {
    color: #3aae2a;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 50px;
  }
  #staff_wrapper #staff_container #col_container .col {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(25% - 37.5px);
    height: auto;
    margin: 0 50px 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
  }
  #staff_wrapper #staff_container #col_container .col img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 4px solid #3aae2a;
    margin-bottom: 20px;
  }
  #staff_wrapper #staff_container #col_container .col h3 {
    color: #050708;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(4n) {
    margin-right: 0; /*Med*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(5n) {
    margin-right: 50px; /*Med*/
  }
  #community_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #community_wrapper #community_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 100px auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #community_wrapper #community_container h1 {
    color: #3aae2a;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container h2 {
    color: #050708;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 40px;
  }
  #community_wrapper #community_container .community_section {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    padding: 50px 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #community_wrapper #community_container .community_section .left {
    display: block;
    overflow: hidden;
    width: calc(40% - 100px);
    height: auto;
    margin: 0 100px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: left;
  }
  #community_wrapper #community_container .community_section .left img {
    display: block;
    width: 100%;
    height: auto;
  }
  #community_wrapper #community_container .community_section .right {
    display: block;
    overflow: hidden;
    width: 60%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: right;
  }
  #community_wrapper #community_container .community_section .right h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container .community_section .right h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
  }
  #community_wrapper #community_container .community_section .right p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    margin-bottom: 30px;
  }
  #community_wrapper #community_container .community_section .right a {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: auto;
    background-color: #3aae2a;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 30px;
  }
  #community_wrapper #community_container .community_section .right a:hover {
    background-color: #16680a;
  }
  #testimonials_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  #testimonials_wrapper #testimonials_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 30px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right {
    float: right;
    width: calc(100% - 530px);
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p {
    float: left;
    width: calc(50% - 30px);
    margin-right: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p span {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p:last-child {
    margin-right: 0;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left {
    float: left;
    width: 480px;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left h2 {
    color: #ffe80a;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: lowercase;
  }
  #locations_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #locations_wrapper #locations_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 100px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_header {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #e6e6e6 61px, #3aae2a 61px, #3aae2a 65px, #050708 65px, #050708 69px, #e6e6e6 69px, #e6e6e6 122px);
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content {
    display: block;
    overflow: hidden;
    width: 900px;
    height: auto;
    margin: 0 auto 0;
    padding: 0 50px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content img {
    float: left;
    width: 185px;
    height: 185px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div {
    float: right;
    display: block;
    overflow: hidden;
    width: 585px;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div h2 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #3aae2a;
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div h3 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #050708;
    font-size: 30px;
    font-weight: 400;
    line-height: 52px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin-bottom: 10px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div #locations {
    display: block;
    overflow: hidden;
    width: 70%;
    height: 50px;
    margin: 0 auto 0;
    padding: 10px 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #16680a;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div #locations:focus {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #fff;
    border: 1px solid #3aae2a;
    color: #16680a;
  }
  #locations_wrapper #locations_container #locations_content {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 15px);
    height: auto;
    margin: 0 30px 30px 0;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left {
    float: left;
    display: block;
    overflow: hidden;
    width: 100px;
    height: auto;
    margin: 0 30px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #16680a;
    text-decoration: none;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a i {
    font-size: 100px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a p {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a:hover {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a:hover p {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(100% - 130px);
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right h4 {
    display: block;
    color: #050708;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p {
    display: block;
    color: #050708;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p span {
    display: block;
    color: #3aae2a;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a {
    color: #16680a;
    text-decoration: none;
    font-weight: 600;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a i {
    margin-right: 10px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a:hover {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location:nth-child(even) {
    margin-right: 0;
  }
  #bottom_promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
  }
  #bottom_promo_wrapper #bottom_promo_container {
    display: block;
    overflow: hidden;
    width: 1286px;
    height: auto;
    margin: 100px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bottom_promo_wrapper #bottom_promo_container #left {
    float: left;
    width: calc(70% - 50px);
    margin-right: 50px;
  }
  #bottom_promo_wrapper #bottom_promo_container #left h5 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 74px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-left: 0; /*Med*/
  }
  #bottom_promo_wrapper #bottom_promo_container #left h5 span {
    font-size: 60px;
    font-weight: 900;
    line-height: 90px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #bottom_promo_wrapper #bottom_promo_container #right {
    float: right;
    width: 30%;
  }
  #bottom_promo_wrapper #bottom_promo_container #right a {
    display: block;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin: 100px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 36px;
    font-weight: 900;
    line-height: 80px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    margin-top: 40px;
  }
  #bottom_promo_wrapper #bottom_promo_container #right a:hover {
    color: #ffe80a;
    border-color: #ffe80a;
  }
  .popup_window_wrapper {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
    max-width: 800px;
    max-height: 600px;
    position: static;
    z-index: 100;
  }
  .popup_window_wrapper .popup_window_container {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .popup_window_wrapper .popup_window_container h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  .popup_window_wrapper .popup_window_container h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
  }
  .popup_window_wrapper .popup_window_container p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    margin-bottom: 30px;
  }
  .popup_window_wrapper .popup_window_container ul {
    margin-left: 20px;
    list-style: inside;
  }
  .popup_window_wrapper .popup_window_container ul li {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    margin-bottom: 10px;
  }
  .popup_window_wrapper .popup_window_container ul li a {
    color: #3aae2a;
    text-decoration: none;
    font-weight: 600;
  }
  .popup_window_wrapper .popup_window_container ul li a:hover {
    color: #16680a;
  }
  .popup_window_wrapper .popup_window_container .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #050708 20%, #fff 90%);
    margin-bottom: 30px;
  }
  #contact_form {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group label {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
  }
  #contact_form .form_group label span {
    color: #f00;
  }
  #contact_form .form_group .tip {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
  }
  #contact_form .form_group #submit_button {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 50px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-animation: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 24px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #16680a;
    background-color: #e6e6e6;
    border: 2px solid #16680a;
  }
  #contact_form .form_group #submit_button:hover {
    cursor: pointer;
    color: #fff;
    background-color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #contact_form .form_group .error_txt {
    display: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #f00;
  }
  #contact_form .form_group .form_field {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #cfcfcf;
    color: #fff;
  }
  #contact_form .form_group .select_field {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #cfcfcf;
    color: #fff;
  }
  #contact_form .form_group .form_field:focus, #contact_form .form_group .select_field:focus {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #fff;
    border: 1px solid #3aae2a;
    color: #3aae2a;
  }
  #contact_form .form_group textarea {
    resize: none;
    min-height: 200px;
  }
  #contact_form .form_group .invalid {
    border-left: 5px solid #f00;
  }
  #contact_form .form_group .valid {
    border-right: 5px solid #ffe80a;
  }
  #contact_form .form_group .form_group_three {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(33.33% - 33.33px);
    height: auto;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group .form_group_three:last-child {
    margin-right: 0;
  }
  #contact_form .form_group .form_group_two {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 25px);
    height: auto;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group .form_group_two:last-child {
    margin-right: 0;
  }
  #contact_form .form_group .form_group_one {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/***************************************************************************
Small Desktop 1024 View 939 Safe
***************************************************************************/
@media only screen and (max-width: 1365px) {
  html, body {
    min-width: 1024px;
  }
  #alert_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f00;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  #alert_wrapper #alert_dismiss {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    font-size: 30px;
    cursor: pointer;
    color: white;
    margin: 20px;
  }
  #alert_wrapper #alert_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 20px auto;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #alert_wrapper #alert_container span {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 120%;
    font-weight: 400;
    line-height: 140%;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #alert_wrapper #alert_container span em {
    font-weight: 600;
  }
  #alert_wrapper #alert_container span em i {
    font-size: 130%;
    padding-right: 10px;
  }
  #alert_wrapper #alert_container span a {
    color: #fff;
    text-decoration: underline;
  }
  #alert_wrapper #alert_container span a:hover {
    opacity: 0.8;
  }
  #video_overlay {
    position: fixed;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    z-index: -99;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: -5px;
  }
  #video {
    position: fixed;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    z-index: -100;
    margin-top: -105px;
  }
  #mobile_nav_wrapper {
    display: none;
  }
  #header_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #top_nav_background {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1365px;
    height: 50px;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/topnav_bg.png");
    z-index: -1;
  }
  #header_wrapper #nav_background {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1365px;
    height: 144px;
    margin: -50px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/header_camo_bg.png");
    z-index: -2;
    border-bottom: 4px solid #fff;
  }
  #header_wrapper .subheader_background {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1365px;
    height: 175px;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: -3;
  }
  #header_wrapper #subheader_subpage {
    background-image: url("../images/headers/subpage.jpg");
  }
  #header_wrapper #subheader_nascar {
    background-image: url("../images/headers/nascar.jpg");
  }
  #header_wrapper #header_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: -319px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #header_container #logo {
    float: left;
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 64.5px 10px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #header_container #logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  #header_wrapper #header_container #nav_container {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(100% - 310px);
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #header_container #nav_container #top_nav {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }
  #header_wrapper #header_container #nav_container #top_nav a {
    float: left;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 20px;
    padding-left: 20px;
  }
  #header_wrapper #header_container #nav_container #top_nav a span {
    float: left;
    height: 50px;
  }
  #header_wrapper #header_container #nav_container #top_nav a .social-icon {
    width: 40px;
    height: 50px;
  }
  #header_wrapper #header_container #nav_container #top_nav a #weather-icon {
    width: 40px;
    height: 50px;
    padding: 0 4px 0 10px;
  }
  #header_wrapper #header_container #nav_container #top_nav a #degree {
    font-weight: 700;
  }
  #header_wrapper #header_container #nav_container #top_nav a:hover {
    background-color: #3aae2a;
  }
  #header_wrapper #header_container #nav_container #top_nav a:last-child {
    border-right: none;
  }
  #header_wrapper #header_container #nav_container nav {
    display: block;
    overflow: hidden;
    width: auto;
    height: 100px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }
  #header_wrapper #header_container #nav_container nav a {
    float: left;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-top: 28px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #header_wrapper #header_container #nav_container nav a:hover {
    color: #ffe80a;
    border-bottom: 4px solid #ffe80a;
  }
  #header_wrapper #header_container #subheader_container {
    display: block;
    overflow: hidden;
    width: calc(100% - 330px);
    height: 138px;
    margin: 0 0 0 0;
    padding: 22px 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  #header_wrapper #header_container #subheader_container span {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    text-transform: capitalize;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb i {
    margin: 0 10px;
    color: #fff;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb .breadcrumb_last {
    color: #ffe80a;
    font-weight: 700;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb a:hover {
    text-decoration: underline;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #tagline_wrapper {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tagline_wrapper #tagline_container {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tagline_wrapper #tagline_container h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    line-height: 70px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  #tagline_wrapper #tagline_container h1 span {
    font-size: 65px;
    font-weight: 900;
    line-height: 100px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
  }
  #homepage_promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 100px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    max-height: 796px;
  }
  #homepage_promo_wrapper #homepage_promo_bg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/layout/homepage_promo-sd.png"); /*Med*/ /*SD*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/layout/homepage_promo_bottom-sd.jpg"); /*Med*/ /*SD*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-height: 596px;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 150px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a {
    color: #ffe80a;
    font-size: 30px;
    font-weight: 900;
    line-height: 150px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a .promo_icon {
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 25px;
    margin-right: 50px;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #lemon {
    background-image: url("../images/icons/promo-icon-lemon.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #ribbon {
    background-image: url("../images/icons/promo-icon-ribbon.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #play {
    background-image: url("../images/icons/promo-icon-play.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #shirt {
    background-image: url("../images/icons/promo-icon-t-shirt.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #food {
    background-image: url("../images/icons/promo-icon-food.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #cherry {
    background-image: url("../images/icons/promo-icon-cherry.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a:hover {
    color: #fff;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper:last-child {
    margin-bottom: 200px;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo1 {
    background-image: url("../images/layout/homepage_promo-camo_bg-1.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo2 {
    margin-top: -8px;
    background-image: url("../images/layout/homepage_promo-camo_bg-2.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo3 {
    margin-top: -8px;
    background-image: url("../images/layout/homepage_promo-camo_bg-3.png");
  }
  #homepage_about_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -170px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
    max-height: 883px;
  }
  #homepage_about_wrapper #homepage_about_top {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 200px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/about_larrys_lemonade_bg-sd.png");
  }
  #homepage_about_wrapper #homepage_about_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 683px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/about_larrys_lemonade_bg-sd.jpg");
    border-bottom: 5px solid #fff;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container #homepage_about_content {
    display: block;
    overflow: hidden;
    width: 75%;
    height: auto;
    margin: 0 0 80px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 span {
    font-size: 50px;
    font-weight: 900;
    line-height: 70px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*SD*/
    color: #fff;
    margin-bottom: 50px;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container a {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*SD*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    padding: 0 60px;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container a:hover {
    color: #ffe80a;
    border-color: #ffe80a;
  }
  #homepage_black_cherry_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 883px;
    margin: -170px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 883px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_top {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 200px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/black_cherry_bg-sd.png");
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 684px;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 684px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/black_cherry_bg-sd.jpg");
    border-bottom: 5px solid #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content {
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 60px 0 0 200px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 52px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 img {
    position: absolute;
    width: 150px;
    height: auto;
    margin-top: -44px;
    margin-left: -50px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 span {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding-left: 30px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 div {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 240px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    color: #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a span {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 300;
    line-height: 42px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    color: #ffe80a;
    text-transform: lowercase;
    text-align: center;
    border: 2px solid #3aae2a;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a:hover span {
    color: #fff;
    border-color: #3aae2a;
    background-color: #3aae2a;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #disclaimer {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 250px 0 0 500px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #fff;
  }
  #homepage_nascar_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 100px 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
    border-bottom: 5px solid #fff;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 3px solid #3aae2a;
    border-bottom: 3px solid #3aae2a;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/homepage_nascar_header.jpg");
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin: 38px 0;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 span {
    font-size: 50px;
    font-weight: 900;
    line-height: 70px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car {
    display: block;
    overflow: hidden;
    width: 939px;
    height: 198px;
    margin: -100px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car #nascar_car {
    float: right;
    display: block;
    width: 400px; /*Med*/ /*SD*/
    height: 198px; /*Med*/ /*SD*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/nascar-car-sd.png"); /*Med*/ /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content {
    float: left;
    display: block;
    overflow: hidden;
    width: 50%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h3 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
    padding: 0 30px; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h4 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
    padding: 0 30px; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    padding: 0 30px; /*SD*/
    margin-bottom: 30px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a {
    display: block;
    background-color: #3aae2a;
    font-size: 20px;
    font-weight: 300;
    line-height: 76px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    padding-left: 30px; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a:hover {
    background-color: #16680a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(50% - 50px);
    height: auto;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
    min-height: 300px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside h3 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 56px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    border-bottom: 2px solid #cfcfcf;
    margin-bottom: 20px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column {
    float: left;
    width: auto;
    margin-right: 20px; /*Med*/ /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li span {
    font-weight: 800;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a {
    color: #050708;
    text-decoration: none;
    border-bottom: 1px solid #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a:hover {
    color: #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column:last-child {
    margin-right: 0;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #3aae2a;
    text-transform: lowercase;
    border: 2px solid #3aae2a;
    padding: 10px 30px;
    margin-bottom: 30px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container {
    display: block;
    overflow: visible;
    width: calc(100% - 60px);
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item {
    width: 100%; /*SD*/
    height: auto;
    margin: 0; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a {
    display: block;
    width: 100%;
    height: auto;
    outline: none !important;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homepage_photo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/behind_the_lemon_bg-sd.jpg"); /*Med*/
    background-color: #3aae2a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left {
    float: left;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin: 40px 0; /*SD*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 span {
    font-size: 50px;
    font-weight: 900;
    line-height: 70px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #ffe80a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right {
    float: right;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    float: right;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a {
    float: left;
    display: block;
    width: 40px;
    height: 50px;
    margin-right: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a:last-child {
    margin-right: 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 span {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta {
    float: right;
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    padding: 10px 40px;
    margin-top: 70px; /*SD*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta:hover {
    color: #2a2603;
    background-color: #ffe80a;
    border-color: #ffe80a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 100px auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item {
    float: left;
    display: block;
    overflow: hidden;
    width: 293px;
    height: 293px;
    margin: 0 30px 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
    background-color: #050708;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 293px;
    height: 293px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    z-index: 6;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 293px;
    height: 293px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    z-index: 5;
    opacity: 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description p {
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    padding: 20px;
    bottom: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 20px;
    top: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span i {
    margin-right: 10px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover {
    cursor: pointer;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover a img {
    opacity: 0.2;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover .description {
    opacity: 1;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(4n) {
    margin-right: 30px; /*SD*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:last-child {
    display: block;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(3n) {
    margin-right: 0; /*SD*/
  }
  footer {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #6c4f0c;
  }
  footer #footer_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/footer_bg-sd.jpg"); /*SD*/
  }
  footer #footer_wrapper #footer_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 230px auto 80px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  footer #footer_wrapper #footer_container .footer_column {
    float: left;
    width: calc(33.33% - 33.33px); /*SD*/
    height: auto;
    margin-right: 50px;
  }
  footer #footer_wrapper #footer_container .footer_column h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px; /*SD*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  footer #footer_wrapper #footer_container .footer_column:first-child {
    width: calc(33.33% - 33.33px); /*SD*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child img {
    float: left;
    display: none;
    width: 250px; /*Med*/ /*SD*/
    height: 250px; /*Med*/ /*SD*/
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /*Med*/
    border: 5px solid #fff;
    margin-top: 30px;
    margin-bottom: 10px; /*Med*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px; /*SD*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p span {
    font-weight: 700;
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p a {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    text-decoration: none;
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p a:hover {
    border-bottom: 2px solid rgb(58, 174, 42);
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    text-decoration: none;
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a img {
    display: block;
    float: left;
    height: 50px;
    width: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a:hover {
    background-color: rgba(58, 174, 42, 0.5);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child {
    margin-right: 0;
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a:hover {
    background-color: rgba(58, 174, 42, 0.5);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a:last-child {
    border-bottom: none;
  }
  footer #footer_wrapper #footer_bottom {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrapper #footer_bottom h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*SD*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  footer #footer_wrapper #footer_bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*SD*/
  }
  footer #footer_wrapper #footer_bottom p span {
    color: #ffe80a;
  }
  footer #footer_wrapper #footer_bottom p a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  footer #footer_wrapper #footer_bottom p a:hover {
    color: #ffe80a;
  }
  #subpage_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    background-color: #e6e6e6;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 50px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h1 {
    color: #3aae2a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h2 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h3 {
    color: #050708;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body p:last-child { /*SD*/
    margin-bottom: 0; /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body a {
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 50px 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    float: left;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left img {
    display: block;
    width: 300px;
    height: 300px;
    border: 4px solid #3aae2a;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 50px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(100% - 350px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a {
    display: block;
    background-color: #3aae2a;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #fff;
    padding-left: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a:hover {
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article:hover {
    border: 2px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h1 {
    color: #3aae2a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h2 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h3 {
    color: #050708;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body p:last-child { /*SD*/
    margin-bottom: 0; /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body a {
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 50px 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .left {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    float: left;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .left img {
    display: block;
    width: 300px;
    height: 300px;
    border: 4px solid #3aae2a;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 50px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(100% - 350px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a {
    display: block;
    background-color: #3aae2a;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #fff;
    padding-left: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a:hover {
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article:hover {
    border: 2px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .additional a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .additional a:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside {
    float: right;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 a {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: right;
    color: #050708;
    font-size: 18px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    border: 1px solid #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 a:hover {
    background-color: #050708;
    color: #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 25px);
    height: auto;
    margin: 0 50px 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover {
    border: 1px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover a {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 0 0 0 20px;
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p .address {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 13px 10px 13px 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    background-color: #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a i {
    margin-left: 20px;
    margin-right: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a:hover {
    color: #3aae2a;
    background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col {
    float: left;
    width: auto;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col span {
    font-weight: 800;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a {
    color: #050708;
    text-decoration: none;
    border-bottom: 1px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col:first-child {
    width: 100px;
    margin-right: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row:nth-child(even) {
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:nth-child(even) {
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:hover {
    color: #3aae2a;
    background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .active {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    border-top: 1px solid #cfcfcf;
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back i {
    margin-right: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back:hover {
    color: #fff;
    background-image: none;
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 15px);
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a:nth-child(even) {
    margin-right: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod:nth-child(even) { /*SD*/
    margin-right: 0; /*SD*/
  }
  #the_lemonade_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 480px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/the-lemonade_bg-sd.jpg");
  }
  #the_lemonade_wrapper #the_lemonade_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 30px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left {
    float: left;
    width: 360px; /*SD*/
    margin-top: 30px; /*Med*/ /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left h3 {
    color: #050708;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /*Med*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right {
    float: right;
    width: calc(100% - 410px); /*Med*/ /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h1 {
    color: #3aae2a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h2 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 20px; /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles {
    margin-left: 98px; /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: left;
    width: 156.5px; /*Med*/
    height: 156.5px; /*Med*/
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /*Med*/
    border: 4px solid #3aae2a;
    background-color: rgba(255, 255, 255, 0.4);
    margin-right: 20px;
    margin-bottom: 20px; /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p {
    color: #050708;
    font-size: 40px;
    font-weight: 900;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin-top: 50px;
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p span {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle:last-child {
    margin-right: 0;
  }
  #mission_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #mission_wrapper #mission_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 50px auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #mission_wrapper #mission_container #left {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(40% - 50px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mission_wrapper #mission_container #left img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 4px solid #3aae2a;
  }
  #mission_wrapper #mission_container #right {
    float: right;
    display: block;
    overflow: hidden;
    width: 60%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mission_wrapper #mission_container #right h1 {
    color: #3aae2a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
  }
  #mission_wrapper #mission_container #right h2 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 30px;
  }
  #mission_wrapper #mission_container #right p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #owners_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #owners_wrapper #owners_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #owners_wrapper #owners_container h2 {
    color: #3aae2a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 50px;
  }
  #owners_wrapper #owners_container #three_col_container .col {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #owners_wrapper #owners_container #three_col_container .col img {
    float: left;
    display: block;
    overflow: hidden;
    width: 50%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    margin-right: 20px; /*SD*/
    margin-bottom: 0; /*SD*/
  }
  #owners_wrapper #owners_container #three_col_container .col h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-top: 20px; /*SD*/
    margin-bottom: 20px; /*SD*/
    padding: 0 0; /*SD*/
  }
  #owners_wrapper #owners_container #three_col_container .col p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  #owners_wrapper #owners_container #three_col_container .col:last-child {
    margin-right: 0;
  }
  #staff_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #staff_wrapper #staff_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #staff_wrapper #staff_container h2 {
    color: #3aae2a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 50px;
  }
  #staff_wrapper #staff_container #col_container .col {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(33.33% - 30px);
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
  }
  #staff_wrapper #staff_container #col_container .col img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 4px solid #3aae2a;
    margin-bottom: 20px;
  }
  #staff_wrapper #staff_container #col_container .col h3 {
    color: #050708;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(4n) {
    margin-right: 30px; /*Med*/ /*SD*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(5n) {
    margin-right: 30px; /*Med*/ /*SD*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(3n) {
    margin-right: 0; /*Med*/ /*SD*/
  }
  #community_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #community_wrapper #community_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 50px auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #community_wrapper #community_container h1 {
    color: #3aae2a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container h2 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 40px;
  }
  #community_wrapper #community_container .community_section {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    padding: 50px 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #community_wrapper #community_container .community_section .left {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
    float: left;
  }
  #community_wrapper #community_container .community_section .left img {
    display: block;
    width: 100%;
    height: auto;
  }
  #community_wrapper #community_container .community_section .right {
    display: block;
    overflow: hidden;
    width: calc(100% - 350px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
    float: right;
  }
  #community_wrapper #community_container .community_section .right h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container .community_section .right h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 20px;
  }
  #community_wrapper #community_container .community_section .right p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #community_wrapper #community_container .community_section .right a {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: auto;
    background-color: #3aae2a;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 20px; /*SD*/
  }
  #community_wrapper #community_container .community_section .right a:hover {
    background-color: #16680a;
  }
  #testimonials_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  #testimonials_wrapper #testimonials_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 30px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right {
    float: right;
    width: calc(100% - 410px); /*SD*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p {
    float: left;
    width: calc(50% - 30px);
    margin-right: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p span {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p:last-child {
    margin-right: 0;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left {
    float: left;
    width: 360px; /*SD*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left h2 {
    color: #ffe80a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: lowercase;
  }
  #locations_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #locations_wrapper #locations_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 100px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_header {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #e6e6e6 61px, #3aae2a 61px, #3aae2a 65px, #050708 65px, #050708 69px, #e6e6e6 69px, #e6e6e6 122px);
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content {
    display: block;
    overflow: hidden;
    width: 800px;
    height: auto;
    margin: 0 auto 0;
    padding: 0 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content img {
    float: left;
    width: 150px;
    height: 150px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div {
    float: right;
    display: block;
    overflow: hidden;
    width: 590px;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div h2 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #3aae2a;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div h3 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #050708;
    font-size: 25px;
    font-weight: 400;
    line-height: 44px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin-bottom: 10px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div #locations {
    display: block;
    overflow: hidden;
    width: 70%;
    height: 50px;
    margin: 0 auto 0;
    padding: 10px 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #16680a;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div #locations:focus {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #fff;
    border: 1px solid #3aae2a;
    color: #16680a;
  }
  #locations_wrapper #locations_container #locations_content {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 15px);
    height: auto;
    margin: 0 30px 30px 0;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left {
    float: left;
    display: block;
    overflow: hidden;
    width: 75px;
    height: auto;
    margin: 0 30px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #16680a;
    text-decoration: none;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a i {
    font-size: 75px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a p {
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a:hover {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a:hover p {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(100% - 130px);
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right h4 {
    display: block;
    color: #050708;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p {
    display: block;
    color: #050708;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p span {
    display: block;
    color: #3aae2a;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a {
    color: #16680a;
    text-decoration: none;
    font-weight: 600;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a i {
    margin-right: 10px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a:hover {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location:nth-child(even) {
    margin-right: 0;
  }
  #bottom_promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
  }
  #bottom_promo_wrapper #bottom_promo_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: 50px auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #bottom_promo_wrapper #bottom_promo_container #left {
    float: left;
    width: calc(70% - 50px);
    margin-right: 50px;
  }
  #bottom_promo_wrapper #bottom_promo_container #left h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 54px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*SD*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-left: 0; /*Med*/
  }
  #bottom_promo_wrapper #bottom_promo_container #left h5 span {
    font-size: 40px;
    font-weight: 900;
    line-height: 70px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
  }
  #bottom_promo_wrapper #bottom_promo_container #right {
    float: right;
    width: 30%;
  }
  #bottom_promo_wrapper #bottom_promo_container #right a {
    display: block;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin: 50px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    font-size: 26px;
    font-weight: 900;
    line-height: 70px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*SD*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    margin-top: 20px; /*SD*/
  }
  #bottom_promo_wrapper #bottom_promo_container #right a:hover {
    color: #ffe80a;
    border-color: #ffe80a;
  }
  .popup_window_wrapper {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
    max-width: 800px;
    max-height: 600px;
    position: static;
    z-index: 100;
  }
  .popup_window_wrapper .popup_window_container {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .popup_window_wrapper .popup_window_container h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  .popup_window_wrapper .popup_window_container h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
  }
  .popup_window_wrapper .popup_window_container p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  .popup_window_wrapper .popup_window_container ul {
    margin-left: 20px;
    list-style: inside;
  }
  .popup_window_wrapper .popup_window_container ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 10px;
  }
  .popup_window_wrapper .popup_window_container ul li a {
    color: #3aae2a;
    text-decoration: none;
    font-weight: 600;
  }
  .popup_window_wrapper .popup_window_container ul li a:hover {
    color: #16680a;
  }
  .popup_window_wrapper .popup_window_container .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #050708 20%, #fff 90%);
    margin-bottom: 30px;
  }
  #contact_form {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group label {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
  }
  #contact_form .form_group label span {
    color: #f00;
  }
  #contact_form .form_group .tip {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
  }
  #contact_form .form_group #submit_button {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 50px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-animation: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 24px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #16680a;
    background-color: #e6e6e6;
    border: 2px solid #16680a;
  }
  #contact_form .form_group #submit_button:hover {
    cursor: pointer;
    color: #fff;
    background-color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #contact_form .form_group .error_txt {
    display: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #f00;
  }
  #contact_form .form_group .form_field {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #cfcfcf;
    color: #fff;
  }
  #contact_form .form_group .select_field {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #cfcfcf;
    color: #fff;
  }
  #contact_form .form_group .form_field:focus, #contact_form .form_group .select_field:focus {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #fff;
    border: 1px solid #3aae2a;
    color: #3aae2a;
  }
  #contact_form .form_group textarea {
    resize: none;
    min-height: 200px;
  }
  #contact_form .form_group .invalid {
    border-left: 5px solid #f00;
  }
  #contact_form .form_group .valid {
    border-right: 5px solid #ffe80a;
  }
  #contact_form .form_group .form_group_three {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(33.33% - 33.33px);
    height: auto;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group .form_group_three:last-child {
    margin-right: 0;
  }
  #contact_form .form_group .form_group_two {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 25px);
    height: auto;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group .form_group_two:last-child {
    margin-right: 0;
  }
  #contact_form .form_group .form_group_one {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/***************************************************************************
Tablet 767 View 717 Safe
***************************************************************************/
@media only screen and (max-width: 1023px) {
  html, body {
    min-width: 767px;
  }
  #alert_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f00;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  #alert_wrapper #alert_dismiss {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    font-size: 30px;
    cursor: pointer;
    color: white;
    margin: 20px;
  }
  #alert_wrapper #alert_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 20px auto;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #alert_wrapper #alert_container span {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 120%;
    font-weight: 400;
    line-height: 140%;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #alert_wrapper #alert_container span em {
    font-weight: 600;
  }
  #alert_wrapper #alert_container span em i {
    font-size: 130%;
    padding-right: 10px;
  }
  #alert_wrapper #alert_container span a {
    color: #fff;
    text-decoration: underline;
  }
  #alert_wrapper #alert_container span a:hover {
    opacity: 0.8;
  }
  #video_overlay {
    position: fixed;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    z-index: -99;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: -5px;
  }
  #video {
    position: fixed;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    z-index: -100;
    margin-top: -105px;
  }
  #mobile_nav_wrapper {
    position: fixed;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
  }
  #mobile_nav_wrapper #mobile_nav_container {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid #fff;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #logo {
    float: left;
    position: static;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 10px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 25;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #logo a {
    display: block;
    width: 160px;
    height: auto;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #logo a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #mobile_nav {
    float: right;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin: 25px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #3aae2a;
    cursor: pointer;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #mobile_nav:hover {
    background-color: #16680a;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content .active {
    -webkit-animation: pulse 3s infinite;
    -moz-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    -ms-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
  }
  #mobile_nav_wrapper #mobile_links_wrapper {
    display: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
    border-bottom: 4px solid #fff;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_links_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 20px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_links_container a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_links_container a:hover {
    color: #16680a;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_links_container a:last-child {
    border-bottom: none;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_social_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 20px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_social_container a {
    float: left;
    display: block;
    overflow: hidden;
    width: 40px;
    height: auto;
    margin: 0 46.66px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_social_container a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_social_container a:last-child {
    margin-right: 0;
  }
  #header_wrapper {
    display: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #top_nav_background {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1365px;
    height: 50px;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/topnav_bg.png");
    z-index: -1;
  }
  #header_wrapper #nav_background {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1365px;
    height: 144px;
    margin: -50px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/header_camo_bg.png");
    z-index: -2;
    border-bottom: 4px solid #fff;
  }
  #header_wrapper .subheader_background {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1365px;
    height: 175px;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: -3;
  }
  #header_wrapper #subheader_subpage {
    background-image: url("../images/headers/subpage.jpg");
  }
  #header_wrapper #subheader_nascar {
    background-image: url("../images/headers/nascar.jpg");
  }
  #header_wrapper #header_container {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: -319px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #header_container #logo {
    float: left;
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 64.5px 10px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #header_container #logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  #header_wrapper #header_container #nav_container {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(100% - 310px);
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header_wrapper #header_container #nav_container #top_nav {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }
  #header_wrapper #header_container #nav_container #top_nav a {
    float: left;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 20px;
    padding-left: 20px;
  }
  #header_wrapper #header_container #nav_container #top_nav a span {
    float: left;
    height: 50px;
  }
  #header_wrapper #header_container #nav_container #top_nav a .social-icon {
    width: 40px;
    height: 50px;
  }
  #header_wrapper #header_container #nav_container #top_nav a #weather-icon {
    width: 40px;
    height: 50px;
    padding: 0 4px 0 10px;
  }
  #header_wrapper #header_container #nav_container #top_nav a #degree {
    font-weight: 700;
  }
  #header_wrapper #header_container #nav_container #top_nav a:hover {
    background-color: #3aae2a;
  }
  #header_wrapper #header_container #nav_container #top_nav a:last-child {
    border-right: none;
  }
  #header_wrapper #header_container #nav_container nav {
    display: block;
    overflow: hidden;
    width: auto;
    height: 100px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }
  #header_wrapper #header_container #nav_container nav a {
    float: left;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-top: 28px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #header_wrapper #header_container #nav_container nav a:hover {
    color: #ffe80a;
    border-bottom: 4px solid #ffe80a;
  }
  #header_wrapper #header_container #subheader_container {
    display: block;
    overflow: hidden;
    width: calc(100% - 330px);
    height: 138px;
    margin: 0 0 0 0;
    padding: 22px 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  #header_wrapper #header_container #subheader_container span {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    text-transform: capitalize;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb i {
    margin: 0 10px;
    color: #fff;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb .breadcrumb_last {
    color: #ffe80a;
    font-weight: 700;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb a:hover {
    text-decoration: underline;
  }
  #header_wrapper #header_container #subheader_container #breadcrumb span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #tagline_wrapper {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 200px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tagline_wrapper #tagline_container {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tagline_wrapper #tagline_container h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  #tagline_wrapper #tagline_container h1 span {
    font-size: 50px;
    font-weight: 900;
    line-height: 80px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
  }
  #homepage_promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 100px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/
    max-height: 814px; /*T*/
  }
  #homepage_promo_wrapper #homepage_promo_bg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 180px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/
    background-image: url("../images/layout/homepage_promo-t.png"); /*Med*/ /*SD*/ /*T*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/layout/homepage_promo-t.jpg"); /*Med*/ /*SD*/ /*T*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-height: 634px; /*T*/
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 150px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a {
    color: #ffe80a;
    font-size: 30px;
    font-weight: 900;
    line-height: 150px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a .promo_icon {
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 25px;
    margin-right: 40px; /*T*/
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #lemon {
    background-image: url("../images/icons/promo-icon-lemon.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #ribbon {
    background-image: url("../images/icons/promo-icon-ribbon.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #play {
    background-image: url("../images/icons/promo-icon-play.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #shirt {
    background-image: url("../images/icons/promo-icon-t-shirt.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #food {
    background-image: url("../images/icons/promo-icon-food.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #cherry {
    background-image: url("../images/icons/promo-icon-cherry.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a:hover {
    color: #fff;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper:last-child {
    margin-bottom: 200px;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo1 {
    background-image: url("../images/layout/homepage_promo-camo_bg-1.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo2 {
    margin-top: -8px;
    background-image: url("../images/layout/homepage_promo-camo_bg-2.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo3 {
    margin-top: -8px;
    background-image: url("../images/layout/homepage_promo-camo_bg-3.png");
  }
  #homepage_about_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -180px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/
    max-height: 700px; /*T*/
  }
  #homepage_about_wrapper #homepage_about_top {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 180px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/
    max-height: 180px; /*T*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/about_larrys_lemonade_bg-t.png");
  }
  #homepage_about_wrapper #homepage_about_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 520px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/about_larrys_lemonade_bg-t.jpg"); /*T*/
    border-bottom: 5px solid #fff;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container #homepage_about_content {
    display: block;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin: 0 0 80px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px; /*T*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 span {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #fff;
    margin-bottom: 30px; /*T*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container a {
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    padding: 0 60px;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container a:hover {
    color: #ffe80a;
    border-color: #ffe80a;
  }
  #homepage_black_cherry_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 700px;
    margin: -180px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 700px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_top {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 180px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 180px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/black_cherry_bg-t.png");
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 521px;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 521px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/black_cherry_bg-t.jpg");
    border-bottom: 5px solid #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content {
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 img {
    position: absolute;
    width: 120px;
    height: auto;
    margin-top: -40px;
    margin-left: -20px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 span {
    font-size: 36px;
    font-weight: 900;
    line-height: 56px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding-left: 50px;
    color: #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 div {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 230px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    color: #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a {
    display: block;
    overflow: hidden;
    width: 260px;
    height: auto;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a span {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 300;
    line-height: 42px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    color: #ffe80a;
    text-transform: lowercase;
    text-align: center;
    border: 2px solid #3aae2a;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a:hover span {
    color: #fff;
    border-color: #3aae2a;
    background-color: #3aae2a;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #disclaimer {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 204px 0 0 370px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #fff;
  }
  #homepage_nascar_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 100px 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
    border-bottom: 5px solid #fff;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 3px solid #3aae2a;
    border-bottom: 3px solid #3aae2a;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/homepage_nascar_header.jpg");
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin: 38px 0;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 span {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car {
    display: block;
    overflow: hidden;
    width: 717px;
    height: 149px;
    margin: -140px auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car #nascar_car {
    float: right;
    display: block;
    width: 300px; /*Med*/ /*SD*/ /*T*/
    height: 149px; /*Med*/ /*SD*/ /*T*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/nascar-car-t.png"); /*Med*/ /*SD*/ /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*T*/
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h3 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
    padding: 0 30px; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h4 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
    padding: 0 30px; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #050708;
    padding: 0 30px; /*SD*/
    margin-bottom: 30px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a {
    display: block;
    background-color: #3aae2a;
    font-size: 20px;
    font-weight: 300;
    line-height: 76px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    color: #fff;
    padding-left: 30px; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a:hover {
    background-color: #16680a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside {
    float: right;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/
    min-height: 300px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside h3 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 56px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    border-bottom: 2px solid #cfcfcf;
    margin-bottom: 20px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column {
    float: left;
    width: auto;
    margin-right: 20px; /*Med*/ /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li span {
    font-weight: 800;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a {
    color: #050708;
    text-decoration: none;
    border-bottom: 1px solid #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a:hover {
    color: #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column:last-child {
    margin-right: 0;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #3aae2a;
    text-transform: lowercase;
    border: 2px solid #3aae2a;
    padding: 10px 30px;
    margin-bottom: 30px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container {
    display: block;
    overflow: visible;
    width: calc(100% - 60px);
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item {
    width: 100%; /*SD*/
    height: auto;
    margin: 0 15px; /*SD*/ /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a {
    display: block;
    width: 100%;
    height: auto;
    outline: none !important;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homepage_photo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/behind_the_lemon_bg-sd.jpg"); /*Med*/
    background-color: #3aae2a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left {
    float: left;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin: 40px 0; /*SD*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 span {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    color: #ffe80a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right {
    float: right;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 14px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/
    float: right;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a {
    float: left;
    display: block;
    width: 40px;
    height: 50px;
    margin-right: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a:last-child {
    margin-right: 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 span {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta {
    float: right;
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    padding: 0 40px; /*T*/
    margin-top: 80px; /*SD*/ /*T*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta:hover {
    color: #2a2603;
    background-color: #ffe80a;
    border-color: #ffe80a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 50px auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item {
    float: left;
    display: block;
    overflow: hidden;
    width: 343.5px;
    height: 343.5px;
    margin: 0 30px 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/
    background-color: #050708;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 343.5px;
    height: 343.5px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*T*/
    z-index: 6;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 343.5px;
    height: 343.5px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*T*/
    z-index: 5;
    opacity: 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description p {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    padding: 20px;
    bottom: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*T*/
    padding: 20px;
    top: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span i {
    margin-right: 10px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover {
    cursor: pointer;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover a img {
    opacity: 0.2;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover .description {
    opacity: 1;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(4n) {
    margin-right: 0; /*SD*/ /*T*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:last-child {
    display: none; /*T*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(3n) {
    margin-right: 30px; /*SD*/ /*T*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(even) {
    margin-right: 0; /*T*/
  }
  footer {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #6c4f0c;
  }
  footer #footer_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/footer_bg-sd.jpg"); /*SD*/
  }
  footer #footer_wrapper #footer_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 230px auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/
  }
  footer #footer_wrapper #footer_container .footer_column {
    float: left;
    width: calc(33.33% - 33.33px); /*SD*/
    height: auto;
    margin-right: 30px; /*T*/
  }
  footer #footer_wrapper #footer_container .footer_column h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 10px; /*SD*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  footer #footer_wrapper #footer_container .footer_column:first-child {
    width: calc(33.33% - 33.33px); /*SD*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child img {
    float: left;
    display: none;
    width: 250px; /*Med*/ /*SD*/
    height: 250px; /*Med*/ /*SD*/
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /*Med*/
    border: 5px solid #fff;
    margin-top: 30px;
    margin-bottom: 10px; /*Med*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px; /*SD*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p span {
    font-weight: 700;
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p a {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    text-decoration: none;
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p a:hover {
    border-bottom: 2px solid rgb(58, 174, 42);
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    text-decoration: none;
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a img {
    display: block;
    float: left;
    height: 40px; /*T*/
    width: 30px; /*T*/
    margin-right: 10px;
    margin-left: 10px;
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a:hover {
    background-color: rgba(58, 174, 42, 0.5);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child {
    margin-right: 0;
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a:hover {
    background-color: rgba(58, 174, 42, 0.5);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a:last-child {
    border-bottom: none;
  }
  footer #footer_wrapper #footer_bottom {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrapper #footer_bottom h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*SD*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px; /*T*/
  }
  footer #footer_wrapper #footer_bottom p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*SD*/ /*T*/
  }
  footer #footer_wrapper #footer_bottom p span {
    color: #ffe80a;
  }
  footer #footer_wrapper #footer_bottom p a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  footer #footer_wrapper #footer_bottom p a:hover {
    color: #ffe80a;
  }
  #subpage_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 104px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    background-color: #e6e6e6;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 50px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h1 {
    color: #3aae2a;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h2 {
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 10px; /*T*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h3 {
    color: #050708;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body p:last-child { /*SD*/
    margin-bottom: 0; /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body a {
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 50px 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    float: left;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left img {
    display: block;
    width: 300px;
    height: 300px;
    border: 4px solid #3aae2a;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 50px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(100% - 350px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h3 {
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a {
    display: block;
    background-color: #3aae2a;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #fff;
    padding-left: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a:hover {
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article:hover {
    border: 2px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h1 {
    color: #3aae2a;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h2 {
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 10px; /*T*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h3 {
    color: #050708;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body p:last-child { /*SD*/
    margin-bottom: 0; /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body a {
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 50px 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .left {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    float: left;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .left img {
    display: block;
    width: 300px;
    height: 300px;
    border: 4px solid #3aae2a;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 50px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right {
    float: right;
    display: block;
    overflow: hidden;
    width: calc(100% - 350px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h3 {
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a {
    display: block;
    background-color: #3aae2a;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #fff;
    padding-left: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a:hover {
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article:hover {
    border: 2px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .additional a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .additional a:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside {
    float: right;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 a {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: right;
    color: #050708;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    border: 1px solid #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 a:hover {
    background-color: #050708;
    color: #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 15px);
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover {
    border: 1px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover a {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 0 0 0 20px;
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p .address {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 13px 10px 13px 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    background-color: #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a i {
    margin-left: 20px;
    margin-right: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a:hover {
    color: #3aae2a;
    background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table {
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*T*/
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col {
    float: left;
    width: auto;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col span {
    font-weight: 800;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a {
    color: #050708;
    text-decoration: none;
    border-bottom: 1px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col:first-child {
    width: 54px; /*T*/
    margin-right: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row:nth-child(even) {
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a {
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*T*/
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:nth-child(even) {
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:hover {
    color: #3aae2a;
    background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .active {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*T*/
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    border-top: 1px solid #cfcfcf;
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back i {
    margin-right: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back:hover {
    color: #fff;
    background-image: none;
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 15px);
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a:nth-child(even) {
    margin-right: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod:nth-child(even) { /*SD*/
    margin-right: 0; /*SD*/
  }
  #the_lemonade_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 409px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/the-lemonade_bg-t.jpg"); /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 30px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left {
    float: left;
    width: 250px; /*SD*/ /*T*/
    margin-top: 50px; /*Med*/ /*SD*/ /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left h3 {
    color: #050708;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right {
    float: right;
    width: calc(100% - 300px); /*Med*/ /*SD*/ /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h1 {
    color: #3aae2a;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h2 {
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 20px; /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles {
    margin-left: 59px; /*SD*/ /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: left;
    width: 120px; /*Med*/ /*T*/
    height: 120px; /*Med*/ /*T*/
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /*Med*/
    border: 4px solid #3aae2a;
    background-color: rgba(255, 255, 255, 0.4);
    margin-right: 59px;
    margin-bottom: 20px; /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p {
    color: #050708;
    font-size: 38px;
    font-weight: 900;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin-top: 35px; /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle:last-child {
    margin-right: 0;
  }
  #mission_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #mission_wrapper #mission_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 50px auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #mission_wrapper #mission_container #left {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(40% - 50px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mission_wrapper #mission_container #left img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 4px solid #3aae2a;
  }
  #mission_wrapper #mission_container #right {
    float: right;
    display: block;
    overflow: hidden;
    width: 60%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mission_wrapper #mission_container #right h1 {
    color: #3aae2a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
  }
  #mission_wrapper #mission_container #right h2 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 30px;
  }
  #mission_wrapper #mission_container #right p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #owners_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #owners_wrapper #owners_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #owners_wrapper #owners_container h2 {
    color: #3aae2a;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 50px;
  }
  #owners_wrapper #owners_container #three_col_container .col {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #owners_wrapper #owners_container #three_col_container .col img {
    float: left;
    display: block;
    overflow: hidden;
    width: 50%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    margin: 20px 30px 20px 20px; /*SD*/ /*T*/
  }
  #owners_wrapper #owners_container #three_col_container .col h3 {
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-top: 20px; /*SD*/
    margin-bottom: 20px; /*SD*/
    padding: 0 0; /*SD*/
  }
  #owners_wrapper #owners_container #three_col_container .col p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  #owners_wrapper #owners_container #three_col_container .col:last-child {
    margin-right: 0;
  }
  #staff_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #staff_wrapper #staff_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #staff_wrapper #staff_container h2 {
    color: #3aae2a;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 50px;
  }
  #staff_wrapper #staff_container #col_container .col {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(33.33% - 30px);
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
  }
  #staff_wrapper #staff_container #col_container .col img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 4px solid #3aae2a;
    margin-bottom: 20px;
  }
  #staff_wrapper #staff_container #col_container .col h3 {
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(4n) {
    margin-right: 30px; /*Med*/ /*SD*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(5n) {
    margin-right: 30px; /*Med*/ /*SD*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(3n) {
    margin-right: 0; /*Med*/ /*SD*/
  }
  #community_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #community_wrapper #community_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 50px auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #community_wrapper #community_container h1 {
    color: #3aae2a;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container h2 {
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 40px;
  }
  #community_wrapper #community_container .community_section {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    padding: 40px 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #community_wrapper #community_container .community_section .left {
    display: block;
    overflow: hidden;
    width: 250px;
    height: auto;
    margin: 0 30px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/
    float: left;
  }
  #community_wrapper #community_container .community_section .left img {
    display: block;
    width: 100%;
    height: auto;
  }
  #community_wrapper #community_container .community_section .right {
    display: block;
    overflow: hidden;
    width: calc(100% - 300px);
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
    float: right;
  }
  #community_wrapper #community_container .community_section .right h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container .community_section .right h3 {
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    margin-bottom: 20px;
  }
  #community_wrapper #community_container .community_section .right p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  #community_wrapper #community_container .community_section .right a {
    display: block;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    background-color: #3aae2a;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 0; /*SD*/ /*T*/
    margin-bottom: 10px; /*T*/
  }
  #community_wrapper #community_container .community_section .right a:hover {
    background-color: #16680a;
  }
  #testimonials_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  #testimonials_wrapper #testimonials_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 30px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right {
    float: right;
    width: calc(100% - 300px); /*SD*/ /*T*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p {
    float: left;
    width: 100%; /*T*/
    margin-right: 0; /*T*/
    margin-bottom: 20px; /*T*/
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p span {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p:last-child {
    margin-right: 0;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left {
    float: left;
    width: 250px; /*SD*/ /*T*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left h2 {
    color: #ffe80a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: lowercase;
  }
  #locations_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #locations_wrapper #locations_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 100px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_header {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #e6e6e6 61px, #3aae2a 61px, #3aae2a 65px, #050708 65px, #050708 69px, #e6e6e6 69px, #e6e6e6 122px);
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content {
    display: block;
    overflow: hidden;
    width: 600px;
    height: auto;
    margin: 0 auto 0;
    padding: 0 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content img {
    float: left;
    width: 150px;
    height: 150px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div {
    float: right;
    display: block;
    overflow: hidden;
    width: 390px;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div h2 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #3aae2a;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div h3 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin-bottom: 10px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div #locations {
    display: block;
    overflow: hidden;
    width: 70%;
    height: 50px;
    margin: 0 auto 0;
    padding: 10px 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #16680a;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div #locations:focus {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #fff;
    border: 1px solid #3aae2a;
    color: #16680a;
  }
  #locations_wrapper #locations_container #locations_content {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left {
    float: left;
    display: block;
    overflow: hidden;
    width: 75px;
    height: auto;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #16680a;
    text-decoration: none;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a i {
    font-size: 75px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a p {
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a:hover {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a:hover p {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(100% - 125px);
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right h4 {
    display: block;
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    padding-top: 6px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p {
    display: block;
    color: #050708;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p span {
    display: block;
    color: #3aae2a;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a {
    color: #16680a;
    text-decoration: none;
    font-weight: 600;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a i {
    margin-right: 10px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a:hover {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location:nth-child(even) {
    margin-right: 0;
  }
  #bottom_promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
  }
  #bottom_promo_wrapper #bottom_promo_container {
    display: block;
    overflow: hidden;
    width: 717px;
    height: auto;
    margin: 50px auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #bottom_promo_wrapper #bottom_promo_container #left {
    float: left;
    width: 100%; /*T*/
    margin-right: 0; /*T*/
  }
  #bottom_promo_wrapper #bottom_promo_container #left h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*SD*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-left: 0; /*Med*/
  }
  #bottom_promo_wrapper #bottom_promo_container #left h5 span {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
  }
  #bottom_promo_wrapper #bottom_promo_container #right {
    float: left; /*T*/
    width: 100%; /*T*/
  }
  #bottom_promo_wrapper #bottom_promo_container #right a {
    display: block;
    overflow: hidden;
    width: 50%;
    height: auto;
    margin: 50px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/
    font-size: 26px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*SD*/ /*T*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    margin-top: 20px; /*SD*/
  }
  #bottom_promo_wrapper #bottom_promo_container #right a:hover {
    color: #ffe80a;
    border-color: #ffe80a;
  }
  .popup_window_wrapper {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
    max-width: 800px;
    max-height: 600px;
    position: static;
    z-index: 100;
  }
  .popup_window_wrapper .popup_window_container {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .popup_window_wrapper .popup_window_container h2 {
    color: #3aae2a;
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
  }
  .popup_window_wrapper .popup_window_container h3 {
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/
    margin-bottom: 20px;
  }
  .popup_window_wrapper .popup_window_container p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 30px;
  }
  .popup_window_wrapper .popup_window_container ul {
    margin-left: 20px;
    list-style: inside;
  }
  .popup_window_wrapper .popup_window_container ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/
    color: #050708;
    margin-bottom: 10px;
  }
  .popup_window_wrapper .popup_window_container ul li a {
    color: #3aae2a;
    text-decoration: none;
    font-weight: 600;
  }
  .popup_window_wrapper .popup_window_container ul li a:hover {
    color: #16680a;
  }
  .popup_window_wrapper .popup_window_container .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #050708 20%, #fff 90%);
    margin-bottom: 30px;
  }
  #contact_form {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group label {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
  }
  #contact_form .form_group label span {
    color: #f00;
  }
  #contact_form .form_group .tip {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
  }
  #contact_form .form_group #submit_button {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 50px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-animation: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 24px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #16680a;
    background-color: #e6e6e6;
    border: 2px solid #16680a;
  }
  #contact_form .form_group #submit_button:hover {
    cursor: pointer;
    color: #fff;
    background-color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #contact_form .form_group .error_txt {
    display: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #f00;
  }
  #contact_form .form_group .form_field {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #cfcfcf;
    color: #fff;
  }
  #contact_form .form_group .select_field {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #cfcfcf;
    color: #fff;
  }
  #contact_form .form_group .form_field:focus, #contact_form .form_group .select_field:focus {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #fff;
    border: 1px solid #3aae2a;
    color: #3aae2a;
  }
  #contact_form .form_group textarea {
    resize: none;
    min-height: 200px;
  }
  #contact_form .form_group .invalid {
    border-left: 5px solid #f00;
  }
  #contact_form .form_group .valid {
    border-right: 5px solid #ffe80a;
  }
  #contact_form .form_group .form_group_three {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(33.33% - 33.33px);
    height: auto;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group .form_group_three:last-child {
    margin-right: 0;
  }
  #contact_form .form_group .form_group_two {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 25px);
    height: auto;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group .form_group_two:last-child {
    margin-right: 0;
  }
  #contact_form .form_group .form_group_one {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/***************************************************************************
Mobile 320 View 300 Safe
***************************************************************************/
@media only screen and (max-width: 766px) {
  html, body {
    min-width: 320px;
  }
  #alert_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f00;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  #alert_wrapper #alert_dismiss {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    font-size: 30px;
    cursor: pointer;
    color: white;
    margin: 20px;
  }
  #alert_wrapper #alert_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 20px auto;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #alert_wrapper #alert_container span {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 120%;
    font-weight: 400;
    line-height: 140%;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #alert_wrapper #alert_container span em {
    font-weight: 600;
  }
  #alert_wrapper #alert_container span em i {
    font-size: 130%;
    padding-right: 10px;
  }
  #alert_wrapper #alert_container span a {
    color: #fff;
    text-decoration: underline;
  }
  #alert_wrapper #alert_container span a:hover {
    opacity: 0.8;
  }
  #age_verification_wrapper {
    position: fixed;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
  }
  #age_verification_wrapper #age_verification_container {
    position: absolute;
    display: block;
    overflow: visible;
    width: 300px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 300px;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #3aae2a;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #age_verification_wrapper #age_verification_container img {
    position: absolute;
    display: block;
    width: 200px;
    height: auto;
    margin-top: -60px;
    margin-left: 30px;
  }
  #age_verification_wrapper #age_verification_container #age_head {
    margin: 80px 0 40px;
    color: #fff;
  }
  #age_verification_wrapper #age_verification_container #age_head span {
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
  }
  #age_verification_wrapper #age_verification_container #age_head span:last-child {
    margin-top: 18px;
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
  }
  #age_verification_wrapper #age_verification_container .answer {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 10px;
    width: calc(50% - 20px);
    font-size: 24px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
  }
  #age_verification_wrapper #age_verification_container .answer:hover {
    border-color: #ffe80a;
    color: #ffe80a;
  }
  #age_verification_wrapper #age_verification_container #age_msg {
    margin-top: 30px;
    color: #16680a;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
  }
  #video_overlay {
    position: fixed;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    z-index: -99;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 0;
  }
  #video {
    position: fixed;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    z-index: -100;
    margin-top: -105px;
  }
  #mobile_nav_wrapper {
    position: fixed;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
  }
  #mobile_nav_wrapper #mobile_nav_container {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid #fff;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content {
    display: block;
    overflow: hidden;
    width: calc(100% - 20px);
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #logo {
    float: left;
    position: static;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 10px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 25;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #logo a {
    width: 160px;
    height: auto;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #logo a img {
    display: block;
    width: 160px;
    height: auto;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #mobile_nav {
    float: right;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin: 25px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #3aae2a;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content #mobile_nav:hover {
    background-color: #16680a;
  }
  #mobile_nav_wrapper #mobile_nav_container #mobile_nav_content .active {
    -webkit-animation: pulse 3s infinite;
    -moz-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    -ms-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
  }
  #mobile_nav_wrapper #mobile_links_wrapper {
    display: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
    border-bottom: 4px solid #fff;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_links_container {
    display: block;
    overflow: hidden;
    width: calc(100% - 20px);
    height: auto;
    margin: 20px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_links_container a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_links_container a:hover {
    color: #16680a;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_links_container a:last-child {
    border-bottom: none;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_social_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 20px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_social_container a {
    float: left;
    display: block;
    overflow: hidden;
    width: 40px;
    height: auto;
    margin: 0 46.66px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_social_container a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #mobile_nav_wrapper #mobile_links_wrapper #mobile_social_container a:last-child {
    margin-right: 0;
  }
  #tagline_wrapper {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 150px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tagline_wrapper #tagline_container {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tagline_wrapper #tagline_container h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    padding: 0 20px;
  }
  #tagline_wrapper #tagline_container h1 span {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
  }
  #homepage_promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/ /*M*/
    max-height: 1000px; /*T*/
  }
  #homepage_promo_wrapper #homepage_promo_bg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 140px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/ /*M*/
    background-image: url("../images/layout/homepage_promo-m.png"); /*Med*/ /*SD*/ /*T*/ /*M*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -2px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/layout/homepage_promo-m.jpg"); /*Med*/ /*SD*/ /*T*/ /*M*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    max-height: 860px; /*T*/ /*M*/
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 80px;
    margin: 200px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*M*/
    background-position: center left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    /*M*/
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a {
    color: #ffe80a;
    font-size: 18px;
    font-weight: 900;
    line-height: 80px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*M*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a .promo_icon {
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 50px; /*M*/
    height: 50px; /*M*/
    margin-top: 15px; /*M*/
    margin-right: 15px; /*T*/ /*M*/
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #lemon {
    background-image: url("../images/icons/promo-icon-lemon-m.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #ribbon {
    background-image: url("../images/icons/promo-icon-ribbon-m.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #play {
    background-image: url("../images/icons/promo-icon-play-m.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #shirt {
    background-image: url("../images/icons/promo-icon-t-shirt-m.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #food {
    background-image: url("../images/icons/promo-icon-food-m.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a #cherry {
    background-image: url("../images/icons/promo-icon-cherry-m.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper .promo_container .promo_content a:hover {
    color: #fff;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom .promo_wrapper:last-child {
    margin-top: 80px; /*M*/
    margin-bottom: 200px;
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo1 {
    background-image: url("../images/layout/homepage_promo-camo_bg-1.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo2 {
    margin-top: 5px; /*M*/
    background-image: url("../images/layout/homepage_promo-camo_bg-2.png");
  }
  #homepage_promo_wrapper #homepage_promo_bg_bottom #promo3 {
    margin-top: 5px; /*M*/
    background-image: url("../images/layout/homepage_promo-camo_bg-3.png");
  }
  #homepage_about_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -124px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    max-height: 1000px; /*T*/ /*M*/
  }
  #homepage_about_wrapper #homepage_about_top {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 124px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/ /*M*/
    max-height: 180px; /*T*/ /*M*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/about_larrys_lemonade_bg-m.png");
  }
  #homepage_about_wrapper #homepage_about_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 820px; /*M*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/about_larrys_lemonade_bg-m.jpg"); /*T*/ /*M*/
    border-bottom: 5px solid #fff;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container #homepage_about_content {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 600px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*T*/ /*M*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px; /*T*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container h2 span {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #fff;
    margin-bottom: 30px; /*T*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container a {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*M*/
    display: inline-block;
    width: 100%; /*M*/
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    padding: 0 0; /*M*/
  }
  #homepage_about_wrapper #homepage_about_bottom #homepage_about_container a:hover {
    color: #ffe80a;
    border-color: #ffe80a;
  }
  #homepage_black_cherry_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 900px;
    margin: -180px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 900px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_top {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 180px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 180px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/black_cherry_bg-m.png");
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 721px;
    margin: -1px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 721px;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/black_cherry_bg-m.jpg");
    border-bottom: 5px solid #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content {
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 img {
    position: absolute;
    width: 70px;
    height: auto;
    margin-top: -26px;
    margin-left: -36px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 span {
    font-size: 25px;
    font-weight: 900;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding-left: 0;
    color: #fff;
    margin-bottom: 20px;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content h2 div {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: right;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    color: #fff;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a span {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    color: #ffe80a;
    text-transform: lowercase;
    text-align: center;
    border: 2px solid #3aae2a;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #homepage_black_cherry_content a:hover span {
    color: #fff;
    border-color: #3aae2a;
    background-color: #3aae2a;
  }
  #homepage_black_cherry_wrapper #homepage_black_cherry_bottom #homepage_black_cherry_container #disclaimer {
    display: block;
    overflow: hidden;
    width: 200px;
    height: auto;
    margin: 20px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    color: #fff;
  }
  #homepage_nascar_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 160px 0 50px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*M*/
    background-color: #e6e6e6;
    border-bottom: 5px solid #fff;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 3px solid #3aae2a;
    border-bottom: 3px solid #3aae2a;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/homepage_nascar_header.jpg");
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*T*/ /*M*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin: 50px 0; /*M*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_header_wrapper #homepage_nascar_header_container h2 span {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 149px;
    margin: -280px auto 200px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_car #nascar_car {
    float: right;
    display: block;
    width: 300px; /*Med*/ /*SD*/ /*T*/
    height: 149px; /*Med*/ /*SD*/ /*T*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/nascar-car-t.png"); /*Med*/ /*SD*/ /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*T*/
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px; /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h3 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 10px;
    padding: 0 20px; /*SD*/ /*M*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content h4 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
    margin-bottom: 20px;
    padding: 0 20px; /*SD*/ /*M*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    padding: 0 20px; /*SD*/ /*M*/
    margin-bottom: 30px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a {
    display: block;
    background-color: #3aae2a;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #fff;
    padding-left: 20px; /*SD*/ /*M*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_featured_content a:hover {
    background-color: #16680a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside {
    float: right;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/
    min-height: 300px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside h3 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    border-bottom: 2px solid #cfcfcf;
    margin-bottom: 20px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column {
    float: left;
    width: auto;
    margin-right: 20px; /*Med*/ /*SD*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li span {
    font-weight: 800;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a {
    color: #050708;
    text-decoration: none;
    border-bottom: 1px solid #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column ul li a:hover {
    color: #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_date_column:nth-child(2) {
    margin-right: 0;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_schedule .nascar_data_column:last-child {
    display: none; /*M*/
    margin-right: 0;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%; /*M*/
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #3aae2a;
    text-transform: lowercase;
    border: 2px solid #3aae2a;
    padding: 0 0; /*M*/
    margin-bottom: 30px;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside .cta:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container {
    display: block;
    overflow: visible;
    width: calc(100% - 60px);
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item {
    width: 100%; /*SD*/
    height: auto;
    margin: 0 15px; /*SD*/ /*T*/
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a {
    display: block;
    width: 100%;
    height: auto;
    outline: none !important;
  }
  #homepage_nascar_wrapper #homepage_nascar_container #homepage_nascar_content_container #nascar_aside #nascar_coverage_container .nascar_gallery .gallery_item a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homepage_photo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/behind_the_lemon_bg-m.jpg"); /*Med*/ /*SD*/ /*M*/
    background-color: #3aae2a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left {
    float: none; /*M*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*T*/ /*M*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin: 20px 0 0 0; /*SD*/ /*M*/ /*M*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #left h2 span {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    color: #ffe80a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right {
    float: none; /*M*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 40px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/ /*M*/
    float: none; /*M*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a {
    float: left;
    display: block;
    width: 40px;
    height: 50px;
    margin-right: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right #social a:last-child {
    margin-right: 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/ /*M*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right h3 span {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*M*/
    float: none; /*M*/
    display: block;
    width: 100%; /*M*/
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
    padding: 0 0; /*T*/ /*M*/
    margin-top: 40px; /*SD*/ /*T*/ /*M*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_header_container #right .cta:hover {
    color: #2a2603;
    background-color: #ffe80a;
    border-color: #ffe80a;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 50px auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item {
    float: left;
    display: block;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    background-color: #050708;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*T*/ /*M*/
    z-index: 6;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item a img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*T*/ /*M*/
    z-index: 5;
    opacity: 0;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description p {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    padding: 20px;
    bottom: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*T*/ /*M*/
    padding: 20px;
    top: 20px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item .description span i {
    margin-right: 10px;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover {
    cursor: pointer;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover a img {
    opacity: 0.2;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:hover .description {
    opacity: 1;
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(4n) {
    margin-right: 0; /*SD*/ /*T*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:last-child {
    display: block; /*T*/ /*M*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(3n) {
    margin-right: 0; /*SD*/ /*T*/ /*M*/
  }
  #homepage_photo_wrapper #homepage_photo_container #homepage_photo_gallery_container .gallery_item:nth-child(even) {
    display: none; /*M*/
    margin-right: 0; /*T*/
  }
  footer {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -2px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*M*/
    background-color: #6c4f0c;
  }
  footer #footer_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -2px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*M*/
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/layout/footer_bg-m.jpg"); /*SD*/ /*M*/
  }
  footer #footer_wrapper #footer_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 180px auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/ /*M*/
  }
  footer #footer_wrapper #footer_container .footer_column {
    float: left;
    width: 100%; /*SD*/ /*M*/
    height: auto;
    margin-right: 0; /*T*/ /*M*/
    margin-bottom: 20px; /*M*/
  }
  footer #footer_wrapper #footer_container .footer_column h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*M*/
    margin-bottom: 10px; /*SD*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  footer #footer_wrapper #footer_container .footer_column:first-child {
    width: 100%; /*SD*/ /*M*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child img {
    float: left;
    display: none; /*M*/
    width: 250px; /*Med*/ /*SD*/ /*M*/
    height: 250px; /*Med*/ /*SD*/ /*M*/
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /*Med*/
    border: 5px solid #fff;
    margin-top: 0; /*M*/
    margin-left: 25px; /*M*/
    margin-bottom: 20px; /*Med*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px; /*SD*/
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p span {
    font-weight: 700;
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p a {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    text-decoration: none;
  }
  footer #footer_wrapper #footer_container .footer_column:first-child p a:hover {
    border-bottom: 2px solid rgb(58, 174, 42);
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    text-decoration: none;
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a img {
    float: left;
    height: 40px; /*T*/
    width: 30px; /*T*/
    margin-right: 10px;
    margin-left: 70px;
  }
  footer #footer_wrapper #footer_container .footer_column:nth-child(2) a:hover {
    background-color: rgba(58, 174, 42, 0.5);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child {
    display: none; /*M*/
    margin-right: 0;
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a:hover {
    background-color: rgba(58, 174, 42, 0.5);
  }
  footer #footer_wrapper #footer_container .footer_column:last-child a:last-child {
    border-bottom: none;
  }
  footer #footer_wrapper #footer_bottom {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 auto 40px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrapper #footer_bottom h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /*SD*/ /*T*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px; /*T*/
  }
  footer #footer_wrapper #footer_bottom p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*SD*/ /*T*/
  }
  footer #footer_wrapper #footer_bottom p span {
    color: #ffe80a;
  }
  footer #footer_wrapper #footer_bottom p a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  footer #footer_wrapper #footer_bottom p a:hover {
    color: #ffe80a;
  }
  #subpage_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 104px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    background-color: #e6e6e6;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 50px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h1 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h2 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px; /*T*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body h3 {
    color: #050708;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body p:last-child { /*SD*/
    margin-bottom: 0; /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body a {
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 30px 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*M*/
    background-color: #fff;
    border: 2px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*M*/
    float: left;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .left img {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 256px;
    height: 256px;
    border: 4px solid #3aae2a;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 0; /*M*/
    margin-bottom: 0; /*M*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right {
    float: right;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h2 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right h3 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a {
    display: block;
    background-color: #3aae2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #fff;
    padding-left: 0; /*M*/
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article .right a:hover {
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .article:hover {
    border: 2px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/ /*M*/
    color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #subpage_body .additional a:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h1 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h2 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px; /*T*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body h3 {
    color: #050708;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body p:last-child { /*SD*/
    margin-bottom: 0; /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body a {
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 30px 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*M*/
    background-color: #fff;
    border: 2px solid #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .left {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*M*/
    float: left;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .left img {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 256px;
    height: 256px;
    border: 4px solid #3aae2a;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 0; /*M*/
    margin-bottom: 0; /*M*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right {
    float: right;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h2 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right h3 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a {
    display: block;
    background-color: #3aae2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #fff;
    padding-left: 0; /*M*/
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article .right a:hover {
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .article:hover {
    border: 2px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .additional a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/ /*M*/
    color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content #shop_body .additional a:hover {
    color: #fff;
    background-color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside {
    float: right;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 a {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 5px 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: right;
    color: #050708;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
    border: 1px solid #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content aside h2 a:hover {
    background-color: #050708;
    color: #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/ /*M*/
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #050708;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover {
    border: 1px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_map:hover a {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    padding: 0 0 0 20px;
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    margin-bottom: 20px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information p .address {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 13px 10px 13px 30px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    background-color: #fff;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a i {
    margin-left: 10px;
    margin-right: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #contact #contact_information a:hover {
    color: #3aae2a;
    background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table {
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*T*/ /*M*/
    color: #050708;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col {
    float: left;
    width: auto;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col span {
    font-weight: 800;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a {
    color: #050708;
    text-decoration: none;
    border-bottom: 1px solid #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col a:hover {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row .col:first-child {
    width: 50px; /*T*/ /*M*/
    margin-right: 10px; /*M*/
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #table .row:nth-child(even) {
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a {
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #eeeded 50%, #e6e6e6 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:nth-child(even) {
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related a:hover {
    color: #3aae2a;
    background-image: linear-gradient(to right, #fff 50%, #eeeded 90%);
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .active {
    color: #3aae2a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    border-top: 1px solid #cfcfcf;
    background-image: none;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back i {
    margin-right: 10px;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #related .back:hover {
    color: #fff;
    background-image: none;
    background-color: #16680a;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 15px);
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod #gallery a:nth-child(even) {
    margin-right: 0;
  }
  #subpage_wrapper #subpage_container #subpage_content aside .aside_mod:nth-child(even) { /*SD*/
    margin-right: 0; /*SD*/
  }
  #the_lemonade_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 750px;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    background-position: bottom center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    /*M*/
    background-image: url("../images/layout/the-lemonade_bg-m.jpg"); /*T*/ /*M*/
    background-color: #fff; /*M*/
  }
  #the_lemonade_wrapper #the_lemonade_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 30px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left {
    float: left;
    width: 100%; /*SD*/ /*T*/ /*M*/
    margin-top: 50px; /*Med*/ /*SD*/ /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #left h3 {
    color: #050708;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right {
    float: left; /*M*/
    width: 100%; /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h1 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right h2 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 20px; /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles {
    margin-left: 15px; /*SD*/ /*T*/ /*M*/
    margin-bottom: 140px; /*M*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/
    float: left;
    width: 120px; /*Med*/ /*T*/
    height: 120px; /*Med*/ /*T*/
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /*Med*/
    border: 4px solid #3aae2a;
    background-color: rgba(255, 255, 255, 0.4);
    margin-right: 30px; /*M*/
    margin-bottom: 20px; /*SD*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p {
    color: #050708;
    font-size: 38px;
    font-weight: 900;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin-top: 35px; /*T*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle p span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle:nth-child(2) {
    margin-right: 0; /*M*/
  }
  #the_lemonade_wrapper #the_lemonade_container #the_lemonade_content #right #circles .circle:last-child {
    margin-right: 0; /*M*/
  }
  #mission_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #mission_wrapper #mission_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 50px auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #mission_wrapper #mission_container #left {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*M*/
  }
  #mission_wrapper #mission_container #left img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 4px solid #3aae2a;
  }
  #mission_wrapper #mission_container #right {
    float: right;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*M*/
  }
  #mission_wrapper #mission_container #right h1 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #mission_wrapper #mission_container #right h2 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px; /*M*/
  }
  #mission_wrapper #mission_container #right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    margin-bottom: 0; /*M*/
  }
  #owners_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #owners_wrapper #owners_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #owners_wrapper #owners_container h2 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 30px; /*M*/
  }
  #owners_wrapper #owners_container #three_col_container .col {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #owners_wrapper #owners_container #three_col_container .col img {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*M*/
    margin: 0; /*SD*/ /*T*/ /*M*/
    margin-bottom: 30px; /*M*/
  }
  #owners_wrapper #owners_container #three_col_container .col h3 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-top: 20px; /*SD*/
    margin-bottom: 20px; /*SD*/
    padding: 0 0; /*SD*/
  }
  #owners_wrapper #owners_container #three_col_container .col p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  #owners_wrapper #owners_container #three_col_container .col:last-child {
    margin-right: 0;
  }
  #staff_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #staff_wrapper #staff_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 auto 50px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #staff_wrapper #staff_container h2 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 30px;
  }
  #staff_wrapper #staff_container #col_container .col {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 10px);
    height: auto;
    margin: 0 20px 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*M*/
  }
  #staff_wrapper #staff_container #col_container .col img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 4px solid #3aae2a;
    margin-bottom: 20px;
  }
  #staff_wrapper #staff_container #col_container .col h3 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(4n) {
    margin-right: 0; /*Med*/ /*SD*/ /*M*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(5n) {
    margin-right: 20px; /*Med*/ /*SD*/ /*M*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(3n) {
    margin-right: 20px; /*Med*/ /*SD*/ /*M*/
  }
  #staff_wrapper #staff_container #col_container .col:nth-child(even) { /*M*/
    margin-right: 0;
  }
  #community_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #community_wrapper #community_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 50px auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #community_wrapper #community_container h1 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container h2 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #3aae2a 20%, #e6e6e6 90%);
    margin-bottom: 30px; /*M*/
  }
  #community_wrapper #community_container .community_section {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 30px 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*T*/ /*M*/
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #community_wrapper #community_container .community_section .left {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    float: left;
  }
  #community_wrapper #community_container .community_section .left img {
    display: block;
    width: 100%;
    height: auto;
  }
  #community_wrapper #community_container .community_section .right {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*Med*/ /*SD*/ /*M*/
    float: right;
  }
  #community_wrapper #community_container .community_section .right h2 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px;
  }
  #community_wrapper #community_container .community_section .right h3 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 20px;
  }
  #community_wrapper #community_container .community_section .right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    margin-bottom: 30px;
  }
  #community_wrapper #community_container .community_section .right a {
    display: block;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    background-color: #3aae2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #fff;
    padding-right: 0; /*M*/
    padding-left: 0; /*M*/
    margin-right: 0; /*SD*/ /*T*/
    margin-bottom: 10px; /*T*/
  }
  #community_wrapper #community_container .community_section .right a:hover {
    background-color: #16680a;
  }
  #testimonials_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  #testimonials_wrapper #testimonials_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 30px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right {
    float: right;
    width: 100%; /*SD*/ /*T*/ /*M*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p {
    float: left;
    width: 100%; /*T*/
    margin-right: 0; /*T*/
    margin-bottom: 20px; /*T*/
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p span {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*T*/
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #right p:last-child {
    margin-right: 0;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left {
    float: left;
    width: 100%; /*SD*/ /*T*/ /*M*/
    margin-bottom: 20px;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left h2 {
    color: #ffe80a;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
  }
  #testimonials_wrapper #testimonials_container #testimonials_content #left h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-transform: lowercase;
  }
  #locations_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #locations_wrapper #locations_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 20px auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_header {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 0 auto 20px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #e6e6e6 61px, #3aae2a 61px, #3aae2a 65px, #050708 65px, #050708 69px, #e6e6e6 69px, #e6e6e6 122px);
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content img {
    float: none;
    width: 100px;
    height: 100px;
    margin-left: 100px;
    margin-bottom: 10px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div {
    float: none;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div h2 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #3aae2a;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div h3 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #050708;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin-bottom: 10px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div #locations {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    margin: 0 auto 0;
    padding: 10px 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #16680a;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
  }
  #locations_wrapper #locations_container #locations_header #locations_header_content div #locations:focus {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #fff;
    border: 1px solid #3aae2a;
    color: #16680a;
  }
  #locations_wrapper #locations_container #locations_content {
    display: block;
    overflow: hidden;
    width: 939px;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left {
    float: left;
    display: block;
    overflow: hidden;
    width: 50px;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #16680a;
    text-decoration: none;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a i {
    font-size: 50px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a p {
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a:hover {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_left a:hover p {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right {
    float: left;
    display: block;
    overflow: hidden;
    width: calc(100% - 70px);
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right h4 {
    display: block;
    color: #050708;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    text-decoration: none;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    padding-top: 6px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p {
    display: block;
    color: #050708;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p span {
    display: block;
    color: #3aae2a;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a {
    color: #16680a;
    text-decoration: none;
    font-weight: 600;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a i {
    margin-right: 10px;
  }
  #locations_wrapper #locations_container #locations_content .location .loc_right p a:hover {
    color: #3aae2a;
  }
  #locations_wrapper #locations_container #locations_content .location:nth-child(even) {
    margin-right: 0;
  }
  #bottom_promo_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3aae2a;
  }
  #bottom_promo_wrapper #bottom_promo_container {
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 50px auto 30px;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/
  }
  #bottom_promo_wrapper #bottom_promo_container #left {
    float: left;
    width: 100%; /*T*/
    margin-right: 0; /*T*/
  }
  #bottom_promo_wrapper #bottom_promo_container #left h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /*Med*/ /*T*/ /*M*/
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    margin-left: 0; /*Med*/
  }
  #bottom_promo_wrapper #bottom_promo_container #left h5 span {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
  }
  #bottom_promo_wrapper #bottom_promo_container #right {
    float: left; /*T*/
    width: 100%; /*T*/
  }
  #bottom_promo_wrapper #bottom_promo_container #right a {
    display: block;
    overflow: hidden;
    width: 90%;
    height: auto;
    margin: 30px auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*SD*/ /*T*/
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #fff;
    text-transform: lowercase;
    border: 2px solid #fff;
  }
  #bottom_promo_wrapper #bottom_promo_container #right a:hover {
    color: #ffe80a;
    border-color: #ffe80a;
  }
  .popup_window_container {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px !important;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .popup_window_container h2 {
    color: #3aae2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 10px;
  }
  .popup_window_container h3 {
    color: #050708;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*T*/ /*M*/
    margin-bottom: 20px;
  }
  .popup_window_container p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    margin-bottom: 30px;
  }
  .popup_window_container ul {
    list-style: none;
    margin-left: 0 !important;
  }
  .popup_window_container ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    /*Med*/ /*SD*/ /*M*/
    color: #050708;
    margin-bottom: 10px;
    list-style-type: none;
  }
  .popup_window_container ul li a {
    color: #3aae2a;
    text-decoration: none;
    font-weight: 600;
  }
  .popup_window_container ul li a:hover {
    color: #16680a;
  }
  .popup_window_container ul li:nth-child(even) {
    background-color: #eeeded;
  }
  .popup_window_container .hr {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #050708 20%, #fff 90%);
    margin-bottom: 30px;
  }
  #contact_form {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #050708;
  }
  #contact_form .form_group label span {
    color: #f00;
  }
  #contact_form .form_group .tip {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
  }
  #contact_form .form_group #submit_button {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-animation: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    font-weight: 900;
    line-height: 50px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    color: #16680a;
    background-color: #e6e6e6;
    border: 2px solid #16680a;
  }
  #contact_form .form_group #submit_button:hover {
    cursor: pointer;
    color: #fff;
    background-color: #3aae2a;
    border: 2px solid #3aae2a;
  }
  #contact_form .form_group .error_txt {
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    color: #f00;
  }
  #contact_form .form_group .form_field {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #cfcfcf;
    color: #fff;
  }
  #contact_form .form_group .select_field {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 10px 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #3aae2a;
    border: 1px solid #cfcfcf;
    color: #fff;
  }
  #contact_form .form_group .form_field:focus, #contact_form .form_group .select_field:focus {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: "Nunito", sans-serif;
    outline: none;
    background-color: #fff;
    border: 1px solid #3aae2a;
    color: #3aae2a;
  }
  #contact_form .form_group textarea {
    resize: none;
    min-height: 200px;
  }
  #contact_form .form_group .invalid {
    border-left: 5px solid #f00;
  }
  #contact_form .form_group .valid {
    border-right: 5px solid #ffe80a;
  }
  #contact_form .form_group .form_group_three {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group .form_group_three:last-child {
    margin-right: 0;
  }
  #contact_form .form_group .form_group_two {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact_form .form_group .form_group_two:last-child {
    margin-right: 0;
  }
  #contact_form .form_group .form_group_one {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=style.css.map */
