@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,700,700i|Roboto+Slab:300,400|Oswald:300");
/********************************************************************************************* 

x. Variables

*********************************************************************************************/
/********************************************************************************************* 

x. Brett

*********************************************************************************************/
header .pig {
  position: absolute;
  width: 100px;
  right: 60px;
  bottom: -10px;
  display: block;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
header .pig .pig-btn {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #84AEB6;
  text-decoration: none;
  color: #fff;
  padding: 7px 0;
  font-family: "Roboto Slab", serif;
  font-weight: 100;
  bottom: 16px;
  min-width: 160px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
header .pig .pig-btn::before {
  content: "";
  border-width: 17px;
  border-style: solid;
  border-color: #84AEB6 #84AEB6 #84AEB6 transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
header .pig .pig-btn::after {
  content: "";
  border-width: 17px;
  border-style: solid;
  border-color: #84AEB6 transparent #84AEB6 #84AEB6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
header .pig .pig-btn .bottom {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
}
header .pig:hover {
  bottom: -5px;
}
header .pig:hover .pig-btn {
  bottom: 16px;
  background: #AB1B2E;
}
header .pig:hover .pig-btn::before {
  border-color: #AB1B2E #AB1B2E #AB1B2E transparent;
}
header .pig:hover .pig-btn::after {
  border-color: #AB1B2E transparent #AB1B2E #AB1B2E;
}
header .pig img {
  width: 100%;
  display: block;
}

body {
  font-family: brother-1816, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body main#home {
  padding-top: 30px;
}
body #the-market-commons section#introduction {
  padding-bottom: 70px;
}
body h1 {
  font-size: 2.9em;
  font-weight: 300;
  font-family: serifa, serif;
}
body #home {
  overflow: inherit !important;
  width: 100%;
}
body .relative {
  position: relative;
}
body .container {
  width: 100%;
  max-width: 1520px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body .container.bigger {
  max-width: 1600px;
}
body body {
  font-family: serifa, serif;
  font-weight: 400;
  font-style: normal;
}
body a.mobile-donate {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 12px;
  font-family: serifa, serif;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  background: #AB1B2E;
  text-transform: uppercase;
  padding-left: 20px;
  transform: translateY(-50%);
  display: none;
}
body a.mobile-donate:after {
  content: "";
  border-width: 15px;
  border-style: solid;
  border-color: #AB1B2E transparent #AB1B2E #AB1B2E;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
body header {
  padding: 0;
}
body header .pig {
  position: relative;
  cursor: pointer;
  width: 220px;
  height: 150px;
  text-align: center;
  overflow: hidden;
  top: -15px;
  right: auto;
}
body header .pig .pig-btn {
  height: 30px;
  z-index: 2;
  font-weight: 500;
  font-family: serifa, serif;
  font-size: 14px;
  line-height: 30px;
  box-sizing: border-box;
  padding-top: 1px;
  bottom: 0;
}
body header .pig .pig-btn:before, body header .pig .pig-btn:after {
  border-width: 15px;
}
body header .pig .pig-btn:before {
  border-left-width: 7px;
}
body header .pig .pig-btn:after {
  border-right-width: 7px;
}
body header .pig .pig-btn .bottom {
  top: -14px;
  height: 9px;
}
body header .pig img {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 130px;
}
body header .pig:after {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #f4f3ef;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body header .pig:hover {
  bottom: -10px;
  cursor: pointer !important;
}
body header .pig:hover:after {
  transform: translateX(-50%) scale(1.1);
}
body header {
  z-index: 999;
  overflow: visible;
}
body header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  width: 100%;
}
body header .logo {
  height: 110px;
  padding-top: 40px;
  height: auto !important;
}
body header .logo .show-sticky {
  height: 50px;
}
body header #top-nav {
  display: block;
  width: 100%;
  height: 60px;
  background: #4F291E;
  position: relative;
}
body header #top-nav .alert {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #84AEB6;
  color: #fff;
  padding: 0 30px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
}
body header #top-nav .alert .hand {
  width: 60px;
  height: 50px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
body header #top-nav .alert .hand img {
  width: 100%;
}
body header #top-nav .alert:hover .hand {
  left: 0;
}
body header #top-nav .alert p {
  margin-bottom: 0;
  line-height: 60px;
}
body header #top-nav .alert a {
  color: #4f6b70;
  text-transform: uppercase;
  font-family: serifa, serif;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  font-size: 14px;
  margin-left: 10px;
}
body header #top-nav .alert a:hover {
  color: #AB1B2E;
}
body header #top-nav ul#secondary-nav {
  list-style-type: none;
  float: right;
}
body header #top-nav ul#secondary-nav li {
  display: inline-block;
  position: relative;
}
body header #top-nav ul#secondary-nav li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  line-height: 60px;
  font-size: 14px;
  padding: 0 15px;
  display: block;
}
body header #top-nav ul#secondary-nav li a:hover {
  color: #AB1B2E;
}
body header #top-nav ul#secondary-nav li.visit-link {
  margin-left: 30px;
}
body header #top-nav ul#secondary-nav li.visit-link a {
  font-size: 16px;
  color: #AB1B2E;
  text-transform: uppercase;
  padding-right: 0;
}
body header #top-nav ul#secondary-nav li.visit-link a:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid #AB1B2E;
  border-left-width: 7px;
  border-color: transparent transparent transparent #AB1B2E;
  display: inline-block;
  margin-left: 10px;
}
body header #top-nav ul#secondary-nav li.visit-link a:hover {
  color: #EDA551;
}
body header #top-nav ul#secondary-nav li.visit-link a:hover:after {
  border-color: transparent transparent transparent #EDA551;
}
body header #top-nav ul#secondary-nav li .sub-menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: #4F291E;
  left: 0;
  z-index: 9;
  min-width: 220px;
  left: 50%;
  top: 59px;
  transform: translateX(-50%);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body header #top-nav ul#secondary-nav li .sub-menu > li {
  line-height: auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
body header #top-nav ul#secondary-nav li .sub-menu > li > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 20px;
  padding: 15px;
  color: #fff;
}
body header #top-nav ul#secondary-nav li .sub-menu > li > a:hover {
  background: #AB1B2E;
  color: #fff;
}
body header #top-nav ul#secondary-nav li:hover a {
  color: #AB1B2E;
}
body header #top-nav ul#secondary-nav li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
body header #top-nav a.top-pig {
  float: right;
  line-height: 60px;
  background: #AB1B2E;
  font-weight: 500;
  font-family: serifa, serif;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  color: #fff;
  padding: 0 50px 0 30px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  min-width: 280px;
  text-transform: uppercase;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body header #top-nav a.top-pig span {
  display: block;
  position: relative;
  z-index: 3;
}
body header #top-nav a.top-pig .little-pig {
  position: absolute;
  right: 30px;
  bottom: -5px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body header #top-nav a.top-pig .little-pig img {
  width: 40px;
  position: relative;
  z-index: 9;
}
body header #top-nav a.top-pig .little-pig:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #9b1628;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body header #top-nav a.top-pig .little-pig:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #84AEB6;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body header #top-nav a.top-pig:hover .little-pig {
  bottom: 0px;
  cursor: pointer !important;
}
body header #top-nav a.top-pig:hover .little-pig:before {
  transform: translateX(-50%) scale(15);
}
body header #top-nav a.top-pig:hover .little-pig:after {
  background: #4f6b70;
  transform: translateX(-50%) scale(1.2);
}
body header ul#nav {
  padding-left: 100px;
  padding-top: 40px;
  list-style-type: none;
}
body header ul#nav > li {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
}
body header ul#nav > li:hover > a {
  color: #AB1B2E;
}
body header ul#nav > li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AB1B2E;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: -3px;
}
body header ul#nav > li a {
  font-weight: 500;
  font-family: serifa, serif;
  color: #4F291E;
  text-decoration: none;
  font-size: 1.4em;
  padding: 10px;
}
body header ul#nav > li a:hover {
  color: #AB1B2E;
}
body header ul#nav > li:last-of-type:after {
  display: none;
}
body header ul#nav > li ul {
  position: absolute;
  padding: 30px;
  background: #fff;
  top: 100%;
  left: 50%;
  margin-left: -180px;
  width: 300px;
  list-style-type: none;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  transform: translateY(-30px);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
}
body header ul#nav > li ul li {
  text-align: center;
}
body header ul#nav > li ul li a {
  font-size: 1.1em;
  font-weight: 400;
  padding: 5px 0;
  display: block;
}
body header ul#nav > li ul li.bold a {
  font-weight: 500;
}
body header ul#nav > li:hover ul {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}
body .show-sticky {
  display: none;
}
body .is-sticky .hide-sticky {
  display: none !important;
}
body .is-sticky .show-sticky {
  display: block !important;
}
body .is-sticky header {
  background: #f4f3ef;
  position: relative !important;
}
body header .relative-nav {
  position: relative;
  z-index: 99;
  background: #fff;
}
body header .sticky-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #f4f3ef;
  z-index: 9;
}
body header .sticky-nav .buttons {
  top: 40px;
}
body header .sticky-nav #top-nav {
  height: 40px;
}
body header .sticky-nav #top-nav .container {
  max-width: none;
  padding-right: 0;
}
body header .sticky-nav #top-nav .alert {
  line-height: 40px;
  display: none;
}
body header .sticky-nav #top-nav .alert p {
  line-height: 40px;
}
body header .sticky-nav #top-nav .alert .hand {
  height: 30px;
}
body header .sticky-nav #top-nav ul#secondary-nav li a {
  line-height: 40px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
body header .sticky-nav #top-nav ul#secondary-nav li.visit-link {
  margin: 0;
}
body header .sticky-nav #top-nav ul#secondary-nav li.visit-link a {
  background: #3B1F18;
  font-size: inherit;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  padding-right: 15px;
}
body header .sticky-nav #top-nav ul#secondary-nav li.visit-link a:after {
  display: none;
}
body header .sticky-nav #top-nav ul#secondary-nav li.visit-link a:hover {
  background: #84AEB6;
}
body header .sticky-nav #top-nav ul#secondary-nav li .sub-menu {
  top: 39px;
}
body header .sticky-nav #top-nav .top-pig {
  display: block;
}
body header .sticky-nav .logo {
  padding-top: 0;
}
body header .sticky-nav .logo img {
  display: block;
  height: 50px;
}
body header .sticky-nav ul#nav {
  padding-top: 0;
}
body header .sticky-nav .header-inner {
  padding-bottom: 0px;
  height: 100px;
}
body header .sticky-nav .header-inner .pig {
  display: none;
}
body .hero {
  width: 100%;
  background: #84AEB6;
  display: flex;
  overflow: hidden;
}
body .hero .hero-text {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 50px 80px;
  box-sizing: border-box;
  min-height: 540px;
  position: relative;
}
body .hero .hero-text p a {
  text-decoration: underline;
  color: #fff;
}
body .hero .hero-text p a:hover {
  color: #AB1B2E;
}
body .hero .hero-text svg path {
  fill: #5e0f1a !important;
}
body .hero .hero-text a.btn {
  background: #5e0f1a;
  float: left;
  margin-top: 30px;
}
body .hero .hero-text a.btn:before, body .hero .hero-text a.btn:after {
  border-color: #5e0f1a;
}
body .hero .hero-text a.btn:hover {
  background: #AB1B2E;
}
body .hero .hero-text a.btn:hover:before, body .hero .hero-text a.btn:hover:after {
  border-color: #AB1B2E;
}
body .hero .hero-text .ht-inner {
  position: relative;
  z-index: 2;
}
body .hero .hero-text:before {
  content: "";
  height: 0px;
  border-width: 1500px;
  border-left-width: 700px;
  border-style: solid;
  border-color: transparent transparent transparent #84AEB6;
  position: absolute;
  right: -1500px;
  transform: translateY(-50%);
  z-index: 1;
  top: 50%;
}
body .hero .hero-text h1 {
  color: #fff;
  font-weight: 300;
  font-family: serifa, serif;
  font-size: 3.3em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.5em;
  text-transform: none;
}
body .hero .hero-text p {
  color: #fff;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
body .hero .hero-image {
  width: 50%;
  position: relative;
}
body .hero .hero-image .cover {
  position: absolute;
  top: 0;
  left: -150px;
  right: 0;
  bottom: 0;
}
body .hero.no-media .hero-text {
  min-height: 0px;
}
body .hero.no-media .hero-text h1 {
  margin-bottom: 0 !important;
}
body .heros {
  margin-bottom: 60px;
}
body .heros .hero .hero-text h1 {
  margin-bottom: 20px;
}
body .heros .hero .hero-text .ht-inner {
  padding-right: 70px;
}
body .heros .hero .hero-text:before {
  border-width: 540px;
  border-right-width: 220px;
  border-color: #AB1B2E transparent #AB1B2E #AB1B2E;
  right: -110px;
}
body .heros .hero:nth-of-type(3n+1) {
  flex-direction: row-reverse;
  background: #84AEB6;
}
body .heros .hero:nth-of-type(3n+1) .hero-image .cover {
  left: 0;
  right: -150px;
}
body .heros .hero:nth-of-type(3n+1) .hero-text .ht-inner {
  padding-right: 0;
  padding-left: 70px;
}
body .heros .hero:nth-of-type(3n+1) .hero-text:before {
  border-left-width: 220px;
  border-color: #84AEB6 #84AEB6 #84AEB6 transparent;
  left: -110px;
  right: auto;
}
body .heros .hero:nth-of-type(3n+1) .hero-text svg path {
  fill: #c6d5cd !important;
}
body .heros .hero:nth-of-type(3n+1) a.btn {
  background: #4F291E;
}
body .heros .hero:nth-of-type(3n+1) a.btn:before, body .heros .hero:nth-of-type(3n+1) a.btn:after {
  border-color: #4F291E;
}
body .heros .hero:nth-of-type(3n+1) a.btn:hover {
  background: #AB1B2E;
}
body .heros .hero:nth-of-type(3n+1) a.btn:hover:before, body .heros .hero:nth-of-type(3n+1) a.btn:hover:after {
  border-color: #AB1B2E;
}
body .heros .hero:nth-of-type(3n+2) {
  background: #4F291E;
}
body .heros .hero:nth-of-type(3n+2) .hero-text:before {
  border-color: #4F291E transparent #4F291E #4F291E;
}
body .heros .hero:nth-of-type(3n+2) .hero-text svg path {
  fill: #c9b39b !important;
}
body .heros .hero:nth-of-type(3n+2) a.btn {
  background: #AB1B2E;
}
body .heros .hero:nth-of-type(3n+2) a.btn:before, body .heros .hero:nth-of-type(3n+2) a.btn:after {
  border-color: #AB1B2E;
}
body .heros .hero:nth-of-type(3n+2) a.btn:hover {
  background: #5e0f1a;
}
body .heros .hero:nth-of-type(3n+2) a.btn:hover:before, body .heros .hero:nth-of-type(3n+2) a.btn:hover:after {
  border-color: #5e0f1a;
}
body .heros .hero:nth-of-type(3n) {
  flex-direction: row-reverse;
}
body .heros .hero:nth-of-type(3n) .hero-image .cover {
  left: 0;
  right: -150px;
}
body .heros .hero:nth-of-type(3n) .hero-text .ht-inner {
  padding-right: 0;
  padding-left: 70px;
}
body .heros .hero:nth-of-type(3n) .hero-text:before {
  border-left-width: 220px;
  border-color: #AB1B2E #AB1B2E #AB1B2E transparent;
  left: -110px;
  right: auto;
}
body .heros .hero:nth-of-type(3n) .hero-text svg path {
  fill: #5e0f1a !important;
}
body .heros .hero:nth-of-type(3n) a.btn {
  background: #5e0f1a;
}
body .heros .hero:nth-of-type(3n) a.btn:before, body .heros .hero:nth-of-type(3n) a.btn:after {
  border-color: #5e0f1a;
}
body .heros .hero:nth-of-type(3n) a.btn:hover {
  background: #84AEB6;
}
body .heros .hero:nth-of-type(3n) a.btn:hover:before, body .heros .hero:nth-of-type(3n) a.btn:hover:after {
  border-color: #84AEB6;
}
body .cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
body .cover img {
  display: none !important;
}
body .cover video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}
body a.btn {
  font-weight: 500;
  font-family: serifa, serif;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  background: #AB1B2E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  height: 50px;
  margin-left: 40px;
  margin-right: 40px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
body a.btn:before, body a.btn:after {
  border-width: 15px;
}
body a.btn:before {
  content: "";
  border-width: 25px;
  border-left-width: 14px;
  border-style: solid;
  border-color: #AB1B2E #AB1B2E #AB1B2E transparent;
  border-left-color: transparent !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
body a.btn:after {
  content: "";
  border-width: 25px;
  border-right-width: 14px;
  border-style: solid;
  border-color: #AB1B2E transparent #AB1B2E #AB1B2E;
  border-right-color: transparent !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
body a.btn:hover {
  background: #84AEB6;
}
body a.btn:hover:before {
  border-color: #84AEB6 #84AEB6 #84AEB6 transparent;
}
body a.btn:hover:after {
  border-color: #84AEB6 transparent #84AEB6 #84AEB6;
}
body a.btn.inline-btn {
  max-width: 240px;
}
body .illo {
  padding: 80px 100px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body .illo h1 {
  font-weight: 300;
  font-family: serifa, serif;
  font-size: 2.9em;
  position: relative;
  z-index: 1;
}
body .illo p {
  font-family: serifa, serif;
  font-size: 1.3em;
  position: relative;
  z-index: 1;
}
body .illo p b {
  font-weight: 500;
}
body .illo .ppm-illo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
body .illo .ppm-illo svg {
  width: 100%;
  max-width: 800px;
}
@keyframes hand {
  0% {
    transform: translateX(-20px);
  }
  85% {
    transform: translateX(20px);
  }
}
body a.band {
  border-top: 3px solid #AB1B2E;
  border-bottom: 3px solid #AB1B2E;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  text-decoration: none;
  color: #4F291E;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
body a.band:hover {
  color: #AB1B2E;
}
body a.band h1 {
  font-size: 2.9em;
}
body a.band .band-text {
  padding: 80px 30px;
}
body a.band .band-text h1 {
  margin-bottom: 0;
}
body a.band .band-hand {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 40px;
  position: relative;
  z-index: 3;
}
body a.band .band-hand img {
  transform: translateX(0);
  transform-origin: center center;
  animation: 2s hand infinite;
  animation-timing-function: ease;
  transform: translateX(-20px);
}
body a.band .band-image {
  width: 40%;
}
body a.band .band-image .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
body a.band .band-image .cover:before {
  content: "";
  height: 0px;
  border-width: 1500px;
  border-left-width: 700px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  transform: translate(-600px, -50%);
  z-index: 2;
  top: 50%;
}
body p.tag {
  font-weight: 500;
  color: #AB1B2E;
  font-family: serifa, serif;
  margin-bottom: 0;
}
body .block {
  margin-bottom: 60px;
}
body .featured-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
body .featured-news .news-item {
  width: 30%;
  margin-bottom: 30px;
}
body .featured-news .news-item img {
  width: 100%;
  margin-bottom: 20px;
}
body .featured-news p.tag {
  color: #4F291E;
}
body .featured-news h3 {
  font-weight: 300;
  color: #AB1B2E;
  font-size: 1.2em;
  line-height: 1.3em;
}
body .featured-news h3 a {
  color: #AB1B2E;
}
body .featured-news h3 a:hover {
  color: #84AEB6;
}
body .upcoming-events-block {
  background: #3B1F18;
  padding: 50px;
}
body .upcoming-events-block .ue-title {
  padding-top: 30px;
  padding-left: 50px;
  -webkit-font-smoothing: antialiased;
}
body .upcoming-events-block h1, body .upcoming-events-block p.tag {
  color: #fff;
}
body .upcoming-events-block h1 {
  margin-bottom: 0;
}
body .upcoming-events-block .upcoming-events {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
body .upcoming-events-block .upcoming-events h3 {
  font-weight: 300;
  color: #84AEB6;
  font-size: 1.3em;
  margin-bottom: 5px;
}
body .upcoming-events-block .upcoming-events h3 a {
  color: #84AEB6;
}
body .upcoming-events-block .upcoming-events h3 a:hover {
  color: #AB1B2E;
}
body .upcoming-events-block .upcoming-events .upcoming-event {
  position: relative;
  padding: 50px;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
}
body .upcoming-events-block .upcoming-events .upcoming-event .upcoming-event-inner {
  background: #fff;
  padding: 50px;
}
body .upcoming-events-block .upcoming-events .upcoming-event .upcoming-event-thumb {
  text-align: center;
  margin-bottom: 20px;
}
body .upcoming-events-block .upcoming-events .upcoming-event .upcoming-event-thumb img {
  width: 100%;
  max-width: 320px;
  display: inline-block !important;
}
body .upcoming-events-block .upcoming-events .upcoming-event .date-tag {
  padding: 10px;
  width: 80px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #84AEB6;
  position: absolute;
  top: 0;
  right: 30px;
  height: 40px;
}
body .upcoming-events-block .upcoming-events .upcoming-event .date-tag .month {
  text-transform: uppercase;
  font-weight: 300;
  font-family: serifa, serif;
  position: relative;
  z-index: 1;
}
body .upcoming-events-block .upcoming-events .upcoming-event .date-tag .number {
  font-weight: 400;
  font-family: serifa, serif;
  font-size: 2.6em;
  line-height: 0.9em;
  position: relative;
  z-index: 1;
}
body .upcoming-events-block .upcoming-events .upcoming-event .date-tag:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  border-width: 40px;
  border-bottom-width: 25px;
  border-style: solid;
  border-color: #84AEB6 #84AEB6 transparent #84AEB6;
  z-index: 0;
}
body .title-icon {
  height: 55px;
  margin-bottom: 20px;
}
body .title-icon svg {
  height: 100%;
}
body .hooves-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
body .hooves-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
body footer {
  padding-top: 120px;
  background: #4F291E;
  color: #f5e3cf;
  position: relative;
}
body footer .pig-brown {
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-40px);
}
body footer .pig-brown img {
  width: 100%;
}
body footer .footer-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
body footer .footer-column {
  padding-right: 30px;
}
body footer .footer-column.logo-col svg {
  margin-bottom: 40px;
}
body footer .footer-column.logo-col a {
  text-transform: none;
}
body footer .footer-column.newsletter-col {
  max-width: 400px;
}
body footer .footer-column.f-links p {
  margin-bottom: 0 !important;
}
body footer .footer-column.f-links p br {
  display: none;
}
body footer h3 {
  font-weight: 300;
  font-size: 1.3em;
  margin-bottom: 20px;
}
body footer h3.upper {
  text-transform: uppercase;
  font-family: brother-1816, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
}
body footer h3, body footer p, body footer a {
  color: #f5e3cf;
}
body footer p {
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
body footer a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 5px;
}
body footer a:hover {
  color: #EDA551;
}
body footer .f-under {
  margin-top: 30px;
  width: 100%;
  padding: 10px;
  background: #3B1F18;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
body footer .f-under p, body footer .f-under a {
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  display: inline;
  color: #f5e3cf;
  font-size: 12px;
  font-weight: 300;
  font-family: serifa, serif;
}
body .text-center {
  text-align: center;
}
body div.ctct-form-embed div.ctct-form-defaults {
  padding: 0 !important;
}
body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  min-width: 0 !important;
  width: 46px;
  text-indent: -999999px;
  overflow: hidden;
}
body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:after {
  content: "";
  position: absolute;
  width: 0;
  border-width: 5px;
  border-left-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
  padding: 0 !important;
}
body ul.social-media svg {
  width: 40px;
  height: 40px;
}
body header .navigation.main .sub-menu li.highlight {
  display: none;
}
body header .navigation.main a {
  font-weight: 500;
  font-family: serifa, serif;
  text-transform: none;
}
body header .navigation.main .sub-menu a {
  font-family: brother-1816, sans-serif;
  padding-bottom: 8px;
}
body header .navigation.main {
  display: none;
}
body header .buttons {
  display: none;
}
body #svg-sprite {
  display: none;
}
body .desktop-text {
  display: block;
}
body .illo-text {
  display: none;
}
body .illo-text p {
  color: #AB1B2E;
  vertical-align: middle;
  line-height: 2em;
}
body .illo-text p span {
  line-height: 2em;
}
body .illo-text svg {
  display: inline-block;
  vertical-align: middle;
}
body .ajax-loader {
  position: absolute;
  top: 100px;
  left: 100%;
  transform-origin: 50% 50%;
  transform: translate(-50%, 0%) rotate(180deg);
  font-size: 30px;
  width: 1em;
  height: 3em;
  color: #d31145;
}
body .ajax-loader.ajax-2 {
  top: auto;
  bottom: 50px;
  left: auto;
  right: 100%;
}
body .ajax-loader .paw {
  width: 1em;
  height: 1em;
  animation: 6050ms pawAnimation ease-in-out infinite;
  opacity: 0;
}
body .ajax-loader .paw svg {
  width: 100%;
  height: 100%;
}
body .ajax-loader .paw .icon {
  fill: currentColor;
}
body .ajax-loader .paw:nth-child(odd) {
  transform: rotate(-40deg);
}
body .ajax-loader .paw:nth-child(even) {
  transform: rotate(-40deg) translate(125%, 125%);
}
body .ajax-loader .paw:nth-child(1) {
  animation-delay: 2.5s;
}
body .ajax-loader .paw:nth-child(2) {
  animation-delay: 2s;
}
body .ajax-loader .paw:nth-child(3) {
  animation-delay: 1.5s;
}
body .ajax-loader .paw:nth-child(4) {
  animation-delay: 1s;
}
body .ajax-loader .paw:nth-child(5) {
  animation-delay: 0.5s;
}
body .ajax-loader .paw:nth-child(6) {
  animation-delay: 0s;
}
.no-cssanimations body .ajax-loader .paw {
  opacity: 1;
}
@keyframes pawAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body #the-market-commons h1 {
  text-transform: uppercase;
}
body #the-market-commons h3 {
  text-transform: none;
}
body #the-market-commons .wp-caption {
  background: transparent;
  border: none;
  padding: 0 !important;
}
body #the-market-commons .wp-caption img {
  width: 100% !important;
}
body #the-market-commons .block {
  margin-bottom: 0;
  padding: 50px 0;
}
body #the-market-commons .block.img-block img {
  width: 100%;
}
body #the-market-commons .block.img-block video {
  width: 100%;
}
body #the-market-commons .block .wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
body #the-market-commons .block .content h1, body #the-market-commons .block .content h2 {
  color: #72A189;
  text-transform: uppercase;
}
body #the-market-commons .block .content h3 {
  text-transform: none;
}
body #the-market-commons .block .content h4 {
  font-family: "Roboto Slab", serif !important;
  color: #72A189;
  text-transform: uppercase;
  font-size: 1.1em;
}
body #the-market-commons .block.contact-block {
  text-align: center;
}
body #the-market-commons .block.contact-block .content {
  margin-bottom: 30px;
}
body #the-market-commons .block.contact-block .contact-item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 20px;
}
body #the-market-commons .block.contact-block .contact-item p, body #the-market-commons .block.contact-block .contact-item a {
  font-size: 0.8em;
  color: #4F291E;
}
body #the-market-commons .block.contact-block .contact-item p:hover, body #the-market-commons .block.contact-block .contact-item a:hover {
  color: #84AEB6;
}
body #the-market-commons .block.contact-block .contact-icon {
  width: 150px;
  padding: 0 20px;
}
body #the-market-commons .block.contact-block .contact-icon img {
  width: 100%;
}
body #the-market-commons .block.contact-block h4 {
  font-family: "Roboto Slab", serif !important;
  color: #AB1B2E;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 5px;
}
body #the-market-commons .block.contact-block .contact-phone p, body #the-market-commons .block.contact-block .contact-phone a, body #the-market-commons .block.contact-block .contact-share p, body #the-market-commons .block.contact-block .contact-share a {
  font-size: 1.2em;
}
body #the-market-commons .block.bg-green {
  background: #72A189;
  padding: 80px 0;
}
body #the-market-commons .block.bg-green .content {
  -webkit-font-smoothing: antialiased;
}
body #the-market-commons .block.bg-green .content h1, body #the-market-commons .block.bg-green .content h2, body #the-market-commons .block.bg-green .content h3, body #the-market-commons .block.bg-green .content h4, body #the-market-commons .block.bg-green .content p, body #the-market-commons .block.bg-green .content ul, body #the-market-commons .block.bg-green .content ol {
  margin-bottom: 30px;
  color: #fff;
}
body #the-market-commons .block.bg-green .content ul, body #the-market-commons .block.bg-green .content ol {
  padding: none;
  list-style: none;
  font-family: "Roboto Slab", serif !important;
  margin-left: 0;
}
body #the-market-commons .block.bg-green .content ul li, body #the-market-commons .block.bg-green .content ol li {
  padding: 10px 0;
  border-bottom: 1px solid #4F291E;
}
body #the-market-commons .block.bg-green .content ul li:last-of-type, body #the-market-commons .block.bg-green .content ol li:last-of-type {
  border: none;
}
body #the-market-commons .block.bg-brown {
  background: #4F291E;
  padding: 80px 0;
}
body #the-market-commons .block.bg-brown .content {
  -webkit-font-smoothing: antialiased;
}
body #the-market-commons .block.bg-brown .content h1, body #the-market-commons .block.bg-brown .content h2, body #the-market-commons .block.bg-brown .content h3, body #the-market-commons .block.bg-brown .content h4, body #the-market-commons .block.bg-brown .content p, body #the-market-commons .block.bg-brown .content ul, body #the-market-commons .block.bg-brown .content ol {
  color: #fff;
}
body #the-market-commons .block.bg-brown .content ul, body #the-market-commons .block.bg-brown .content ol {
  padding: none;
  list-style: none;
  font-family: "Roboto Slab", serif !important;
  margin-left: 0;
}
body #the-market-commons .block.bg-brown .content ul li, body #the-market-commons .block.bg-brown .content ol li {
  padding: 10px 0;
  border-bottom: 1px solid #72A189;
}
body #the-market-commons .block.bg-brown .content ul li:last-of-type, body #the-market-commons .block.bg-brown .content ol li:last-of-type {
  border: none;
}
body section.businesses {
  padding-top: 100px;
}
body section.businesses .grid .item .inside .image {
  margin-bottom: 30px;
}
body section.businesses .grid .item .inside .content {
  text-align: center;
}
body section.businesses .grid .item .inside .content h6 a {
  font-family: serifa, serif;
  font-weight: 200;
  text-transform: none;
  font-size: 1.2em;
  color: #4F291E;
}
body section.businesses .grid .item .inside .content h6 a:hover {
  color: #84AEB6;
}
body section.businesses .grid .item .inside .content p a {
  text-transform: uppercase;
  font-family: serifa, serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #AB1B2E;
}
body section.businesses .grid .item .inside .content p a:hover {
  color: #84AEB6;
}

/********************************************************************************************* 

x. Smaller than 1400px

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  body .hero .hero-text {
    width: 60%;
  }
  body .hero .hero-text h1 {
    font-size: 2.5em;
  }
  body header ul#nav {
    padding-left: 20px;
  }
  body header ul#nav > li:after {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  body .heros .hero .hero-text {
    width: 80%;
    justify-content: center;
  }
  body .heros .hero .hero-text h1 {
    font-size: 2.3em;
  }
  body .featured-news h3 {
    font-size: 1em;
    font-weight: 400;
  }
  body body header .pig {
    width: 320px;
  }
  body header ul#nav {
    padding-left: 0;
  }
  body header ul#nav > li a {
    font-size: 1.1em;
  }
  body header .pig {
    height: 120px;
    transform: translateY(30px);
  }
  body header .pig img {
    width: 100px;
  }
  body header .logo img {
    height: 90px;
  }
  body header ul#nav > li ul li a {
    font-size: 1em;
  }
  body .band h1 {
    font-size: 2.1em;
  }
  body .band .band-hand img {
    max-width: 200px;
  }
  body header ul#nav > li:after {
    margin-left: 5px;
    margin-right: 5px;
  }
  body .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/********************************************************************************************* 

x. Smaller than 990px

*********************************************************************************************/
@media only screen and (max-width: 990px) {
  body {
    padding-top: 100px !important;
  }
  body #sticky-wrapper {
    height: auto !important;
  }
  body header .relative-nav {
    display: none;
  }
  body header .buttons {
    display: block;
    position: absolute;
    right: 30px;
    z-index: 9;
  }
  body header ul#nav {
    display: none;
  }
  body header #top-nav ul#secondary-nav {
    display: none;
  }
  body header .sticky-nav #top-nav {
    background: #84AEB6;
    display: none;
  }
  body header #top-nav .alert {
    width: 100%;
    box-sizing: border-box;
  }
  body header .sticky-nav #top-nav .alert {
    width: auto;
  }
  body .hero .hero-text {
    min-height: 320px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body body header .sticky-nav .logo img {
    width: 200px;
    height: 45px;
  }
  body header .pig {
    margin-right: 30px;
  }
  body .band .band-hand img {
    max-width: 120px;
  }
  body .featured-news .news-item {
    width: 46%;
  }
  body .band .band-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body .upcoming-events-block .upcoming-events .upcoming-event {
    padding: 25px;
  }
  body .upcoming-events-block .ue-title {
    padding-left: 25px;
  }
  body header #top-nav a.top-pig {
    min-width: 0;
  }
  body header #top-nav a.top-pig .little-pig {
    right: 0;
  }
  body .hero .hero-text h1 {
    font-size: 2.2em;
  }
  body .illo .ppm-illo {
    display: none;
  }
  body .desktop-text {
    display: none;
  }
  body .illo-text {
    display: block;
  }
  body .hero {
    flex-wrap: wrap;
    padding: 0 !important;
  }
  body .heros .hero .hero-text {
    padding: 0;
    width: 100%;
  }
  body .heros .hero .hero-text .ht-inner {
    padding: 50px 30px !important;
    width: 100%;
    box-sizing: border-box;
  }
  body .hero .hero-image {
    width: 100%;
  }
  body .hero .hero-image .cover {
    position: relative;
    right: auto !important;
    left: auto !important;
    top: auto;
    bottom: auto;
    display: block;
    width: 100%;
  }
  body .heros .hero .hero-text:before {
    display: none !important;
  }
  body .featured-news .news-item {
    width: 100%;
  }
  body .upcoming-events-block .upcoming-events {
    flex-wrap: wrap;
  }
  body .upcoming-events-block .upcoming-events .upcoming-event {
    width: 100%;
  }
  body header .buttons li.hamburger {
    margin: 0 !important;
    top: auto !important;
  }
  body .illo {
    padding-left: 0;
    padding-right: 0;
  }
  body footer .footer-inner {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  body footer .footer-inner .footer-column {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  body footer .footer-column.logo-col svg {
    display: inline-block;
  }
  body .hero {
    flex-wrap: wrap;
  }
  body .hero .hero-text {
    width: 100%;
  }
  body .hero .hero-text:before {
    display: none;
  }
  body .cover video {
    position: relative;
    transform: none !important;
    z-index: 9;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 100%;
    min-height: 0;
  }
  body .relative-nav {
    opacity: 0;
    pointer-events: none;
  }
  body .is-sticky header {
    background: #fff;
  }
  body header .navigation.main a {
    font-weight: 400;
    text-align: center;
  }
  body header .logo {
    margin: 0;
  }
  body a.mobile-donate {
    display: block;
  }
  body header .sticky-nav .logo {
    margin-left: 80px;
  }
  body header .hamburger .line {
    background: #4F291E;
  }
  body .small-nav li {
    margin: 0 !important;
  }
  body .small-nav li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: brother-1816, sans-serif !important;
    padding: 10px;
    border-bottom: 1px solid #744C28;
  }
  body .small-nav li.visit-link a {
    text-transform: uppercase;
    color: #AB1B2E;
  }
  body header .navigation.main > li {
    margin-bottom: 0 !important;
  }
  body header .navigation.main > li ul.sub-menu {
    display: none;
  }
  body header .navigation.main > li.mobile-search a {
    border: none !important;
  }
  body header .navigation.main > li.mobile-search a svg {
    display: inline-block;
  }
  body header .navigation.main > li > a {
    font-size: 24px;
    padding: 10px;
    border-bottom: 1px solid #744C28;
  }
  body header .navigation.main .sub-menu a {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body header .navigation.main {
    padding-top: 0;
    padding-bottom: 0;
  }
  body header .navigation.main .small-nav > li > ul.sub-menu {
    padding-top: 0;
    background: #3B1F18;
  }
  body header .navigation.main ul.sub-menu {
    padding-top: 0;
    background: #3B1F18;
  }
  body header .navigation.main li a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #744C28;
  }
  body footer .footer-column {
    padding-right: 0;
  }

  #the-market-commons h2 {
    font-size: 3em;
  }

  body .upcoming-events-block {
    padding-left: 0;
    padding-right: 0;
  }

  body .upcoming-events-block .upcoming-events .upcoming-event .upcoming-event-inner {
    padding: 20px;
  }

  body a.band .band-hand {
    display: none;
  }

  body a.band .band-text {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 0;
  }
  body a.band .band-text h1 {
    font-size: 2.2em;
  }

  body a.band .band-image {
    width: 50%;
  }

  body a.band .band-image .cover:before {
    left: -40px;
  }

  .upcoming-events-block .upcoming-events .upcoming-event .date-tag {
    display: none;
  }
}

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