@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,700,700i|Roboto+Slab:300,400|Oswald:300");
@media all {
  .featherlight {
    text-align: center;
    white-space: nowrap;
    background: #333;
    background: rgba(0, 0, 0, 0);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
  }

  .featherlight:last-of-type {
    background: rgba(255, 255, 255, 0.8);
    cursor: url(../../img/close.png) 25 25, auto;
  }

  .featherlight:before {
    content: "";
    width: auto;
    height: 100%;
    margin-right: -0.25em;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }

  .featherlight .featherlight-content {
    color: white;
    text-align: left;
    white-space: normal;
    max-width: 600px;
    max-height: 95%;
    background: #84AEB6;
    border-bottom: 25px solid transparent;
    padding: 25px 25px 0;
    margin-left: 5%;
    margin-right: 5%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    position: relative;
    overflow: auto;
    cursor: auto;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    color: #000;
    font-family: Arial, sans-serif;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: auto;
    background: white;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    display: none;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    border: none;
  }

  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    max-height: 98%;
    border-bottom: 10px solid transparent;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px 0;
  }
}
/********************************************************************************************* 

x. Mixins

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

x. Header

*********************************************************************************************/
header .hamburger .line {
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  -ms-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}

header .navigation {
  -webkit-transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  -ms-transition: right 0.25s ease-in-out;
  -o-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

footer,
main {
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  -ms-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}

header {
  -webkit-transition: left 0.25s ease-in-out, right, 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out, right, 0.25s ease-in-out;
  -ms-transition: left 0.25s ease-in-out, right, 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out, right, 0.25s ease-in-out;
  transition: left 0.25s ease-in-out, right, 0.25s ease-in-out;
}

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

x. Variables

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

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

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

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

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

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
html, body {
  font: 18px "Cabin", Arial, Helvetica, sans-serif;
  color: #4F291E;
  width: auto;
  height: auto;
  background: white;
}

a {
  color: #4F291E;
}

a:hover {
  color: #4F291E;
}

a img {
  border: none;
}

.center {
  text-align: center;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-size: 3.333em;
  font-weight: 300;
}

h2 {
  font-family: "Roboto Slab", serif;
  font-size: 1.889em;
  font-weight: 400;
}

h3 {
  font-family: "Roboto Slab", serif;
  font-size: 1.611em;
  font-weight: 400;
}

h4 {
  font-family: "Roboto Slab", serif;
  font-size: 1.111em;
  font-weight: 400;
}

.image img {
  width: 100%;
  height: auto;
  display: block;
}

.left {
  float: left;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}

p {
  line-height: 1.5em;
}

.right {
  float: right;
}

.uppercase {
  text-transform: uppercase;
}

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

x. Margin

*********************************************************************************************/
.content ol,
.content ul,
h1,
h2,
h3,
h4,
h5,
h6,
.line,
p {
  margin-bottom: 30px;
}

.no-margin {
  margin: 0 !important;
}

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

x. Columns & Widths

*********************************************************************************************/
.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

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

x. Content

*********************************************************************************************/
.content ol,
.content ul {
  margin-left: 40px;
}

.content > :last-child {
  margin-bottom: 0;
}

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

x. Social Media

*********************************************************************************************/
.social-media {
  text-align: center;
  list-style: none;
}

.social-media a {
  width: 35px;
  height: 35px;
  background: #AB1B2E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
}

.social-media li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.social-media svg {
  -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%;
}

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

x. Ribbon

*********************************************************************************************/
.ribbon {
  color: white;
  font-size: 0.667em;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  height: 26px;
  background: #AB1B2E;
  padding: 0 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}

.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 13px solid #AB1B2E;
}

.ribbon:before {
  left: -13px;
  border-right-width: 13px;
  border-left-color: transparent;
}

.ribbon:after {
  right: -13px;
  border-left-width: 13px;
  border-right-color: transparent;
}

.ribbon:hover {
  background: #84AEB6;
}

.ribbon:hover:before,
.ribbon:hover:after {
  border-color: #84AEB6;
}

.ribbon:hover:before {
  border-left-color: transparent;
}

.ribbon:hover:after {
  border-right-color: transparent;
}

.ribbon span:after {
  content: ">";
  margin: 0 0 0 5px;
}

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

x. Footer

*********************************************************************************************/
footer {
  color: white;
  background: #84AEB6;
  padding: 70px 0 0 0;
  position: relative;
}

footer a {
  text-decoration: none;
}

footer .bottom {
  background: #4F291E;
  padding: 0 0 60px 0;
  position: relative;
}

footer .bottom .hill {
  background: #84AEB6;
  margin: 0 0 -40px 0;
  overflow: hidden;
}

footer .bottom .hill img {
  width: auto;
  height: auto;
  min-width: 100%;
  display: block;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

footer .bottom .pig {
  width: 85px;
  height: auto;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  left: 50%;
}

footer span {
  display: block;
}

footer span.contact {
  font-size: 0.778em;
  margin: 20px 0 10px 0;
}

footer span.contact a {
  color: white;
}

footer span.credits {
  color: #C3978B;
  font-size: 0.667em;
}

footer span.credits a {
  color: #C3978B;
}

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

x. Banner

*********************************************************************************************/
.banner {
  color: white;
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner .content {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
}
.banner .image {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

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

x. Before/After

*********************************************************************************************/
.before-after {
  margin: 0 0 70px 0;
}

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

x. FAQ

*********************************************************************************************/
.faq {
  margin: 0 0 70px 0;
}
.faq .answer {
  margin: 0 0 0 20px;
  padding: 0 0 0 60px;
  display: none;
  position: relative;
}
.faq .answer:before {
  content: "A.";
  color: white;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #4F291E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.faq .question a {
  text-decoration: none;
  min-height: 30px;
  margin: 0 0 0 20px;
  padding: 0 0 0 60px;
  display: block;
  position: relative;
}
.faq .question a:after {
  content: ">";
  margin: 0 0 0 5px;
}
.faq .question a:before {
  content: "Q.";
  color: white;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #AB1B2E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.faq .question a:hover:before {
  background: #84AEB6;
}
.faq span.category {
  color: white;
  font-family: "Roboto Slab", serif;
  line-height: 1em;
  background: #4F291E;
  padding: 20px;
  display: block;
}

.faq + .faq {
  margin-top: -40px;
}

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

x. Financials

*********************************************************************************************/
.financials {
  padding: 70px 0;
}
.financials .column:first-of-type span.counter,
.financials .column:first-of-type span.dollar {
  color: #84AEB6;
}
.financials .column:last-of-type span.counter,
.financials .column:last-of-type span.dollar {
  color: #AB1B2E;
}
.financials .columns {
  margin: 0 -50px;
}
.financials .image {
  margin: 0 0 50px 0;
}
.financials .inside {
  margin: 0 50px;
}
.financials span.fine-print,
.financials span.number {
  color: black;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: center;
  display: block;
}
.financials span.number {
  font-size: 2.778em;
}

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

x. Form

*********************************************************************************************/
.form {
  margin: 0 0 70px 0;
}

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

x. Highlights

*********************************************************************************************/
.highlights .inside {
  text-align: center;
  text-decoration: none;
  margin: 0 20px 50px 20px;
  display: block;
}
.highlights .items {
  margin: 0 -20px -50px -20px;
}
.highlights span.title {
  color: #4F291E;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin: 20px 0;
  display: block;
}

.pop-up {
  display: none;
}
.pop-up a {
  color: white;
}
.pop-up a:hover {
  opacity: 0.5;
}

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

x. Masthead

*********************************************************************************************/
#masthead {
  color: white;
  background: #84AEB6;
  margin: 0 0 70px 0;
}
#masthead .column {
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
#masthead .content {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
#masthead .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#masthead .image img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}
#masthead .line {
  width: 400px;
  height: 1px;
  background: white;
  margin-left: auto;
  margin-right: auto;
}
#masthead video {
  max-width: 100%;
  max-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%;
}

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

x. Market Stories

*********************************************************************************************/
#news {
  padding: 70px 0;
}

#market-stories {
  margin-top: 30px;
}

#market-stories .feed,
#market-stories .form {
  padding: 70px 0;
}

#market-stories h3 {
  margin: 0 0 10px 0;
}

#market-stories .item .inside {
  margin: 0 1px 2px 1px;
  display: block;
  position: relative;
}

#market-stories .item span.caption,
#market-stories .item span.image,
#market-stories .item span.title {
  display: block;
}

#market-stories .item span.caption {
  background: rgba(79, 41, 31, 0.9);
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#market-stories .item span.excerpt {
  color: white;
  font-size: 0.875em;
  display: none;
}

#market-stories .item span.title {
  color: white;
  font-family: "Roboto Slab", serif;
  font-size: 1.25em;
  line-height: 1em;
}

#market-stories .item:hover span.excerpt {
  margin: 15px 0 0 0;
  display: block;
}

#market-stories .items {
  margin: 0 -1px -2px -1px;
}

#market-stories .pagination {
  text-align: center;
  margin: 40px 0 0 0;
}

#market-stories .pagination li {
  margin: 0 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
}

#market-stories .share-your-story {
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 30px);
}

#market-stories svg circle {
  fill: #AB1B2E;
}

#market-stories svg:hover circle {
  fill: #84AEB6;
}

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

x. Names

*********************************************************************************************/
.names {
  padding: 70px 0;
}
.names.gulf-stream {
  color: white;
  background: #84AEB6;
}
.names.gulf-stream .content.middle {
  border-color: white;
}
.names.gulf-stream a {
  color: white;
}
.names .content.middle {
  font-size: 0;
  border-bottom: 2px dotted #9BA5B0;
  margin: 0 0 80px 0;
  padding: 0 40px 60px 40px;
}
.names .content.middle h2,
.names .content.middle h3,
.names .content.middle h4 {
  font-size: initial;
  padding: 0 0 0 10px;
}
.names .content.middle p {
  font-size: 14px;
  width: 20%;
  height: auto;
  margin: 0;
  padding: 0 10px 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.names .content.top {
  margin: 0 0 80px 0;
}

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

x. Sponsors

*********************************************************************************************/
.sponsors {
  padding: 70px 0;
}

.sponsors .links {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  list-style: none;
}

.sponsors .links a {
  text-decoration: none;
}

.sponsors .links li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.sponsors .links li.separator:last-of-type {
  display: none;
}

.sponsors .logos {
  text-align: center;
  margin: 0 -20px -40px -20px;
  padding: 30px 0;
}

.sponsors .logos .logo {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.sponsors .logos .inside {
  margin: 0 20px 40px 20px;
  display: block;
}

.sponsors .logos .image img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 100px;
}

.sponsors .logos.featured .image img {
  max-width: 300px;
  max-height: 150px;
}

.sponsors .logos.semi-featured .image img {
  max-width: 200px;
  max-height: 100px;
}

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

x. Text

*********************************************************************************************/
.text.gulf-stream {
  color: white;
  background: #84AEB6;
}
.text.gulf-stream a {
  color: white;
}
.text .columns {
  margin: 0 -25px;
}
.text img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.text .inside {
  margin: 0 25px;
}
.text .read-more-text {
  display: none;
}
.text .read-more-text .spacer {
  width: 100%;
  height: 30px;
}
.text .wrapper {
  padding: 70px 0;
}

.text.white + .text.white .wrapper {
  border-top: 2px dotted #9BA5B0;
}

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

x. Video

*********************************************************************************************/
.video {
  padding: 90px 0;
}

.text + .video {
  padding-top: 0;
}

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

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  max-width: 50% !important;
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  max-width: 50% !important;
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  max-width: 50% !important;
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

x. Annual Report

*********************************************************************************************/
.pie-chart {
  display: inline-block;
  position: relative;
}
.pie-chart img {
  width: 100%;
  height: auto !important;
  max-width: 768px;
}
.pie-chart .tip {
  position: absolute;
  width: 320px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  pointer-events: none;
}
.pie-chart .pc {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
}
.pie-chart .pc .tip-text {
  padding: 20px;
}
.pie-chart .pc .tip-text p {
  font-size: 13px;
  margin-bottom: 10px !important;
  margin-top: 10px;
}
.pie-chart .pc:hover .tip {
  display: block;
  opacity: 1;
}
.pie-chart .pc-1 {
  top: 20px;
  left: 45%;
}
.pie-chart .pc-2 {
  top: 25%;
  left: 68%;
  height: 230px;
}
.pie-chart .pc-3 {
  top: 59%;
  left: 61%;
}
.pie-chart .pc-4 {
  left: 24%;
  top: auto;
  bottom: 35px;
  width: 220px;
}
.pie-chart .pc-5 {
  top: 40%;
  left: 25px;
  height: 220px;
}
.pie-chart .pc-6 {
  top: 78px;
  left: 66px;
  width: 251px;
}

.info-header {
  margin-bottom: 30px;
}

.link-list {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.link-list a {
  color: #AB1B2E;
  padding: 0 15px;
  margin: 5px 0;
  border-right: 2px solid #AB1B2E;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}
.link-list a:last-child {
  border: none;
}

.names .content.middle.donors {
  /*
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	flex-wrap: wrap;
  	justify-content: center;
  */
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
}
.names .content.middle.donors h2 {
  width: 100%;
}
.names .content.middle.donors h2::after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.names .content.middle.donors p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.info-graphic {
  margin-top: 60px;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 600px;
  width: 100%;
  position: relative;
}
.info-graphic img {
  width: 100%;
  display: block;
}
.info-graphic .tip {
  position: absolute;
  width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  display: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.info-graphic .tip h4 {
  color: #fff;
  background: #84AEB6;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  margin: 0;
}
.info-graphic .tip .tip-text {
  padding: 20px;
}
.info-graphic .tip .tip-text p {
  font-size: 11px;
  margin: 0;
  display: inline;
}
.info-graphic .tip .tip-text a {
  font-size: 11px;
  display: inline;
}
.info-graphic .hover {
  position: absolute;
  width: 50%;
  height: 31%;
}
.info-graphic .hover::after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: rgba(132, 174, 182, 0.3);
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
}
.info-graphic .hover:hover > .tip {
  display: block;
}
.info-graphic .hover:hover::after {
  opacity: 1;
}
.info-graphic.legacy-info .hover1 {
  top: 20px;
  right: 0;
  height: 25%;
  width: 60%;
}
.info-graphic.legacy-info .hover2 {
  top: 27%;
  height: 33%;
}
.info-graphic.legacy-info .hover3 {
  top: 35%;
  height: 28%;
  right: 0;
}
.info-graphic.legacy-info .hover4 {
  bottom: 30px;
}
.info-graphic.legacy-info .hover5 {
  bottom: 50px;
  height: 24%;
  right: 0;
  left: auto;
}
.info-graphic.legacy-info .tip1 {
  right: -100px;
  top: -160px;
}
.info-graphic.legacy-info .tip2 {
  left: -100px;
  top: -160px;
}
.info-graphic.legacy-info .tip3 {
  right: -100px;
  top: -160px;
}
.info-graphic.legacy-info .tip4 {
  left: -100px;
  top: -160px;
}
.info-graphic.legacy-info .tip5 {
  right: -100px;
  top: -160px;
}
.info-graphic.community-info {
  margin-bottom: 60px !important;
}
.info-graphic.community-info .hover1 {
  top: 1%;
  right: 0;
  height: 50%;
}
.info-graphic.community-info .hover2 {
  height: 25%;
  top: 27%;
}
.info-graphic.community-info .hover3 {
  top: 52%;
  height: 22%;
  right: 0;
}
.info-graphic.community-info .hover4 {
  bottom: 0;
  height: 46%;
}
.info-graphic.community-info .hover5 {
  bottom: 0;
  height: 26%;
  right: 0;
}
.info-graphic.community-info .tip1 {
  right: -100px;
  top: -160px;
}
.info-graphic.community-info .tip2 {
  left: -100px;
  top: -160px;
}
.info-graphic.community-info .tip3 {
  right: -100px;
  top: -160px;
}
.info-graphic.community-info .tip4 {
  left: -100px;
  top: -160px;
}
.info-graphic.community-info .tip5 {
  right: -100px;
  top: -160px;
}
/********************************************************************************************* 

x. Smaller than 900px

*********************************************************************************************/
@media only screen and (max-width: 900px) {
  .names .content.middle.donors {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }

  .pie-chart {
    max-width: 768px;
    width: 100%;
  }
  .pie-chart img {
    width: 100%;
  }

  .pie-chart .tip {
    right: auto;
  }

  .pie-chart .pc-1 {
    width: 30%;
    height: 26%;
  }
  .pie-chart .pc-1 .tip {
    left: -100px;
  }

  .pie-chart .pc-2 {
    height: 30%;
    width: 25%;
  }
  .pie-chart .pc-2 .tip {
    left: auto;
    right: 0;
  }

  .pie-chart .pc-3 {
    width: 30%;
    height: 30%;
  }
  .pie-chart .pc-3 .tip {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .pie-chart .pc-4 {
    width: 35%;
    height: 25%;
  }
  .pie-chart .pc-4 .tip {
    top: auto;
    bottom: 0;
  }

  .pie-chart .pc-5 {
    height: 35%;
    width: 25%;
  }

  .pie-chart .pc-6 {
    top: 25px;
    left: 35px;
    width: 35%;
    height: 35%;
  }

  .info-graphic.legacy-info .tip1, .info-graphic.legacy-info .tip3, .info-graphic.legacy-info .tip5, .info-graphic.community-info .tip1, .info-graphic.community-info .tip3, .info-graphic.community-info .tip5 {
    right: 0;
  }
  .info-graphic.legacy-info .tip2, .info-graphic.legacy-info .tip4, .info-graphic.community-info .tip2, .info-graphic.community-info .tip4 {
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .pie-chart .pc {
    display: none !important;
  }
}
body.page-template-flex {
  font-family: brother-1816, sans-serif;
  font-weight: 400;
  font-style: normal;
  /********************************************************************************************* 

  x. Accordion

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

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

x. Smaller than 1400px

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

x. Smaller than 1200px

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

x. Smaller than 990px

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

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

x. Smaller than 1500px

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  header .navigation a {
    letter-spacing: 0.025em;
  }

  header .navigation li {
    margin: 0 5px;
  }
}
/********************************************************************************************* 

x. Smaller than 1300px

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  header .navigation li.separator {
    display: none;
  }
}
/********************************************************************************************* 

x. Smaller than 1270px

*********************************************************************************************/
@media only screen and (max-width: 1270px) {
  .wrapper.large {
    margin: 0 50px;
  }
}
/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  #masthead .column {
    min-height: 450px;
  }
}
/********************************************************************************************* 

x. Smaller than 1024px

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5em;
  }

  header .hamburger {
    display: block;
  }

  header .navigation {
    text-align: left;
    width: 250px;
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -250px;
    overflow: auto;
  }

  header .navigation li {
    margin: 0 0 20px 0;
    padding: 0 20px;
    display: block;
  }

  footer,
main {
    left: 0;
  }

  .open footer,
.open main {
    left: -250px;
  }

  .open header {
    left: -250px;
    right: 250px;
  }

  .open header .navigation {
    right: 0;
  }
}
/********************************************************************************************* 

x. Smaller than 980px

*********************************************************************************************/
@media only screen and (max-width: 980px) {
  .financials,
.highlights,
.names,
.text .wrapper,
.video {
    padding: 50px 0;
  }

  .before-after,
.faq,
.form,
#masthead {
    margin: 0 0 50px 0;
  }

  .faq + .faq {
    margin-top: -20px;
  }

  .financials .column .inside {
    margin: 0 25px;
  }

  .financials .columns {
    margin: 0 -25px;
  }

  .names .content.middle {
    margin: 0 0 50px 0;
    padding: 0 0 30px 0;
  }

  .wrapper.medium {
    margin: 0 50px;
  }
}
/********************************************************************************************* 

x. Smaller than 900px

*********************************************************************************************/
@media only screen and (max-width: 900px) {
  #market-stories .width-33 {
    width: 50%;
  }

  #masthead .column.width-50 {
    width: 100%;
    min-height: 0;
  }

  #masthead video {
    width: 100%;
    height: auto;
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    position: relative;
    top: 0;
    left: 0;
  }

  #masthead .content {
    padding: 30px 0;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: relative;
    top: 0;
  }

  #masthead .image {
    position: relative;
  }

  #masthead .image img {
    width: 100%;
    height: auto;
    min-height: 0;
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    position: relative;
    left: 0;
  }
}
/********************************************************************************************* 

x. Smaller than 800px

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  .banner {
    height: 500px;
  }

  .text .columns .column {
    width: 100%;
  }

  .text .columns .column:first-child {
    margin: 0 0 20px 0;
  }
}
/********************************************************************************************* 

x. Smaller than 700px

*********************************************************************************************/
@media only screen and (max-width: 700px) {
  .content ol,
.content ul,
h1,
h2,
h3,
h4,
h5,
h6,
.line,
p {
    margin-bottom: 20px;
  }

  .banner {
    height: 400px;
  }

  .highlights .item.width-33 {
    width: 50%;
  }

  html, body {
    font-size: 14px;
  }

  #market-stories .width-33 {
    width: 100%;
  }

  .names .content.middle p {
    width: 33.33%;
  }
}
/********************************************************************************************* 

x. Smaller than 600px

*********************************************************************************************/
@media only screen and (max-width: 600px) {
  .financials,
.highlights,
.names,
.text .wrapper,
.video {
    padding: 20px 0;
  }

  .before-after,
.faq,
.form,
#masthead {
    margin: 0 0 20px 0;
  }

  .faq + .faq {
    margin-top: 0;
  }

  .financials .image {
    margin: 0 0 20px 0;
  }

  .financials .columns {
    margin: 0 -10px;
  }

  .financials .column .inside {
    margin: 0 10px;
  }

  .financials span.fine-print,
.financials span.number,
.financials span.title {
    display: block;
  }

  .highlights .item {
    font-size: 12px;
  }

  .highlights .item .inside {
    margin: 0 10px 40px 10px;
  }

  .highlights .items {
    margin: 0 -10px -40px -10px;
  }

  .names .content.middle {
    margin: 0 0 20px 0;
    padding: 0;
  }

  .sponsors .links {
    padding: 0;
  }

  .sponsors .logos {
    margin: 0 -15px -30px -15px;
  }

  .sponsors .logos .inside {
    margin: 0 15px 30px 15px;
  }

  .sponsors .logos .image img {
    max-width: 150px;
    max-height: 80px;
  }

  .sponsors .logos.featured .image img {
    max-width: 200px;
    max-height: 100px;
  }

  .text .columns {
    margin: 0 -10px;
  }

  .text .inside {
    margin: 0 10px;
  }

  .wrapper.large,
.wrapper.medium,
.wrapper.small {
    margin: 0 20px;
  }
}
/********************************************************************************************* 

x. Smaller than 500px

*********************************************************************************************/
@media only screen and (max-width: 500px) {
  .banner {
    height: 300px;
  }

  .financials span.number {
    font-size: 1.75em;
  }

  header .logo {
    width: 200px;
  }

  .highlights .item.width-33,
.text .column.width-40,
.text .column.width-60 {
    width: 100%;
  }

  .text .column.width-40 {
    margin: 0 0 20px 0;
  }
}
/********************************************************************************************* 

x. Smaller than 400px

*********************************************************************************************/
@media only screen and (max-width: 400px) {
  .financials .column.width-50 {
    width: 100%;
  }

  .financials .column.width-50:last-of-type {
    margin: 20px 0 0 0;
  }

  footer .bottom {
    padding: 0 20px 20px 20px;
  }

  h1 {
    font-size: 2.25em;
  }

  h2 {
    font-size: 1.5em;
  }

  #masthead .content {
    padding-bottom: 10px;
  }

  #masthead .line {
    display: none;
  }

  .names .content.middle p {
    width: 50%;
  }

  .sponsors .logos {
    padding: 0 0 30px 0;
  }

  .sponsors .logos .image img {
    max-width: 100px;
    max-height: 50px;
  }
}
/********************************************************************************************* 

x. Smaller than 320px

*********************************************************************************************/
@media only screen and (max-width: 320px) {
  .banner {
    height: 200px;
  }

  .banner .content {
    left: 20px;
    right: 20px;
  }
}

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