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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: 'HelveticaNeueETW01-55Rg';
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  color: #000; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  margin: 1em 0; }

small {
  font-size: 75%; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

.container {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .container {
      width: 1024px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
      width: 100%;
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding: 0 20px; } }

.header {
  margin-top: 40px;
  margin-bottom: 5px; }
  .header .container {
    display: flex; }
    @media screen and (max-width: 767px) {
      .header .container.has-top-menu {
        display: none; } }
  @media screen and (max-width: 767px) {
    .header {
      margin: 0; } }
  .header a:hover {
    color: #783f31;
    text-decoration: none; }
  .header .current_page_item a {
    color: #783f31; }
  .header ul {
    white-space: nowrap; }
    .header ul li {
      display: inline-block;
      text-transform: uppercase;
      font-family: 'HelveticaNeueETW01-75Bd'; }
  .header .header-main-menu {
    flex: 1 1 100%;
    margin-top: 2px;
    font-size: 18px; }
    @media screen and (min-width: 1024px) and (max-width: 1199px) {
      .header .header-main-menu {
        font-size: 16px; } }
    .header .header-main-menu li {
      margin-right: 40px; }
      @media screen and (min-width: 1024px) and (max-width: 1199px) {
        .header .header-main-menu li {
          margin-right: 20px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .header .header-main-menu li {
          display: block; } }
  .header .header-secondary-menu {
    flex: 1 1 auto;
    margin-top: 11px;
    font-size: 10px; }
    @media screen and (max-width: 767px) {
      .header .header-secondary-menu {
        margin-bottom: 20px; } }
    .header .header-secondary-menu li {
      margin-right: 20px; }
  .header .header-social {
    flex: 1 1 auto; }
    .header .header-social li {
      vertical-align: bottom; }
      .header .header-social li:not(:first-child) {
        margin-left: 8px; }
      .header .header-social li a {
        display: block; }
      .header .header-social li.is-facebook a {
        background: url("../images/icn-facebook.svg") 0 0 no-repeat;
        width: 24px;
        height: 24px; }
      .header .header-social li.is-instagram a {
        background: url("../images/icn-instagram.svg") 0 0 no-repeat;
        width: 20px;
        height: 20px; }
      .header .header-social li.is-youtube a {
        background: url("../images/icn-youtube.svg") 0 0 no-repeat;
        width: 36px;
        height: 15px; }
  .header .header-submenu {
    margin-top: 20px;
    margin-bottom: 50px; }
    .header .header-submenu .header-submenu-logo {
      display: inline-block;
      width: 160px;
      height: 100px;
      background: url("../images/butchersmanifesto-logo.svg") 0 0 no-repeat;
      background-size: contain; }
    .header .header-submenu .menu-main-menu-container {
      vertical-align: top;
      display: inline-block;
      margin-top: 50px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .header .header-submenu .menu-main-menu-container {
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .header .header-submenu .menu-main-menu-container {
          margin-top: 0; } }
      .header .header-submenu .menu-main-menu-container li {
        margin-left: 20px;
        font-size: 15px; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .header .header-submenu .menu-main-menu-container li {
            display: block; } }
        @media screen and (max-width: 767px) {
          .header .header-submenu .menu-main-menu-container li {
            display: block;
            margin-left: 0; } }

.footer {
  background: #fdf4f4; }
  .footer .container {
    display: flex;
    min-height: 250px;
    padding-top: 50px;
    padding-bottom: 20px;
    background: url("../images/footer-piggies.jpg") 0 0 no-repeat; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .footer .container {
        display: block; } }
    @media screen and (max-width: 767px) {
      .footer .container {
        display: block; } }
  .footer .footer-column {
    flex: 0 0 auto;
    font-size: 10px;
    line-height: 16px; }
    .footer .footer-column:nth-child(1), .footer .footer-column:nth-child(3) {
      flex-basis: 320px; }
    .footer .footer-column:nth-child(2) {
      flex-basis: 400px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .footer .footer-column {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .footer .footer-column {
        margin-bottom: 20px; } }
  .footer h2 {
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 16px;
    margin-bottom: 1em; }
  .footer p {
    font-family: 'HelveticaNeueETW01-75Bd'; }

.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 50px;
  background: rgba(255, 255, 255, 0.95); }
  .mobile-header .mobile-home {
    display: none;
    width: 160px;
    height: 100px;
    background: url("../images/butchersmanifesto-logo.svg") 0 0 no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .mobile-header .mobile-home {
        display: block; } }
  .mobile-header ul {
    margin-top: 30px; }
    .mobile-header ul li {
      text-transform: uppercase;
      font-family: 'HelveticaNeueETW01-75Bd'; }
  .mobile-header .mobile-social li {
    display: inline-block;
    vertical-align: bottom; }
    .mobile-header .mobile-social li:not(:first-child) {
      margin-left: 8px; }
    .mobile-header .mobile-social li a {
      display: block; }
    .mobile-header .mobile-social li.is-facebook a {
      background: url("../images/icn-facebook.svg") 0 0 no-repeat;
      width: 24px;
      height: 24px; }
    .mobile-header .mobile-social li.is-instagram a {
      background: url("../images/icn-instagram.svg") 0 0 no-repeat;
      width: 20px;
      height: 20px; }
    .mobile-header .mobile-social li.is-youtube a {
      background: url("../images/icn-youtube.svg") 0 0 no-repeat;
      width: 36px;
      height: 15px; }

.mobile-burger-toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 20px;
  z-index: 11;
  background: url("../images/burger.svg") 0 0 no-repeat; }
  @media screen and (max-width: 767px) {
    .mobile-burger-toggle {
      display: block; } }

.frontpage-header {
  height: 600px;
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media screen and (max-width: 767px) {
    .frontpage-header {
      padding-top: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .frontpage-header {
      *zoom: 1; }
    .frontpage-header:before, .frontpage-header:after {
      content: "";
      display: table; }
    .frontpage-header:after {
      clear: both; } }

  .frontpage-header .container {
    position: relative; }
  .frontpage-header .frontpage-header-logo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 160px;
    height: 100px;
    background: url("../images/butchersmanifesto-logo.svg") 0 0 no-repeat;
    background-size: contain; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .frontpage-header .frontpage-header-logo {
        left: 20px; } }
    @media screen and (max-width: 767px) {
      .frontpage-header .frontpage-header-logo {
        top: auto;
        left: auto;
        position: relative; } }
  .frontpage-header .frontpage-header-content {
    position: relative;
    top: 200px;
    width: 460px;
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 20px;
    line-height: 24px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .frontpage-header .frontpage-header-content {
        margin-top: 20px;
        position: relative;
        top: auto;
        width: 100%;
        font-size: 16px;
        line-height: 20px; } }
  .frontpage-header .frontpage-header-cta {
    position: absolute;
    top: 100px;
    right: 20px;
    padding: 48px 0 0 35px;
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: 50%;
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 30px;
    line-height: 26px; }
    .frontpage-header .frontpage-header-cta a:hover {
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      .frontpage-header .frontpage-header-cta {
        float: right;
        margin-top: 20px;
        position: relative;
        top: auto;
        right: auto;
        padding: 30px 0 0 26px;
        width: 160px;
        height: 160px;
        font-size: 18px;
        line-height: 16px; } }
  .frontpage-header p {
    margin: 0; }

.frontpage-featured {
  margin-bottom: 50px; }
  .frontpage-featured .container {
    display: flex; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .frontpage-featured .container {
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .frontpage-featured .container {
        display: block; } }
  .frontpage-featured .frontpage-featured-item {
    flex: 0 0 220px;
    padding-right: 20px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .frontpage-featured .frontpage-featured-item {
        flex-basis: 50%; } }
    @media screen and (max-width: 767px) {
      .frontpage-featured .frontpage-featured-item {
        padding-right: 0; } }
    .frontpage-featured .frontpage-featured-item .frontpage-featured-item-image {
      width: 220px;
      height: 150px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .frontpage-featured .frontpage-featured-item .frontpage-featured-item-image {
          width: 100%;
          height: 200px; } }
      @media screen and (max-width: 767px) {
        .frontpage-featured .frontpage-featured-item .frontpage-featured-item-image {
          width: 100%;
          height: 200px; } }
    .frontpage-featured .frontpage-featured-item .frontpage-featured-item-tag {
      display: inline-block;
      padding: 0 4px;
      margin: 10px 0;
      background: #000;
      color: #fff;
      font-family: 'HelveticaNeueETW01-75Bd';
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase; }
    .frontpage-featured .frontpage-featured-item .frontpage-featured-item-content {
      font-family: 'HelveticaNeueETW01-75Bd';
      font-size: 12px;
      line-height: 16px; }
      .frontpage-featured .frontpage-featured-item .frontpage-featured-item-content h4 {
        font-size: 18px;
        line-height: 20px; }
      .frontpage-featured .frontpage-featured-item .frontpage-featured-item-content a {
        color: #783f31; }
        .frontpage-featured .frontpage-featured-item .frontpage-featured-item-content a:hover {
          text-decoration: underline; }

.manifesto {
  margin-bottom: 50px; }
  .manifesto .manifesto-title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueETW01-75Bd'; }
  .manifesto .manifesto-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 30px;
    /*&:before {
      display: block;
      content: '';
      position: fixed;
      bottom: 0;
      left: 700px;
      height: 430px;
      width: 744px;
      background: url('../images/piggy-right.svg') 0 0 no-repeat;
      background-size: contain;
      overflow-x: hidden;
    }*/ }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .manifesto .manifesto-item {
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .manifesto .manifesto-item {
        display: block; } }
    .manifesto .manifesto-item > div {
      margin-right: 20px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .manifesto .manifesto-item > div {
          margin-right: 0;
          padding-right: 20px; } }
      @media screen and (max-width: 767px) {
        .manifesto .manifesto-item > div {
          margin-right: 0; } }
    .manifesto .manifesto-item:nth-child(even) {
      flex-direction: row-reverse;
      justify-content: flex-end; }
      .manifesto .manifesto-item:nth-child(even) > div {
        margin-left: 20px; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .manifesto .manifesto-item:nth-child(even) > div {
            margin-left: 0; } }
        @media screen and (max-width: 767px) {
          .manifesto .manifesto-item:nth-child(even) > div {
            margin-left: 0; } }
    .manifesto .manifesto-item .manifesto-item-image {
      flex: 0 0 460px; }
      .manifesto .manifesto-item .manifesto-item-image img {
        display: block;
        width: 100%;
        height: auto; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .manifesto .manifesto-item .manifesto-item-image {
          flex-basis: 50%; } }
    .manifesto .manifesto-item .manifesto-item-content {
      flex: 0 0 460px;
      font-family: 'HelveticaNeueETW01-75Bd';
      font-size: 16px;
      line-height: 20px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .manifesto .manifesto-item .manifesto-item-content {
          flex-basis: 50%; } }
      .manifesto .manifesto-item .manifesto-item-content h1 {
        font-size: 28px;
        line-height: 30px; }
      .manifesto .manifesto-item .manifesto-item-content h1.manifesto-item-content-number {
        font-size: 90px;
        line-height: 90px; }
      .manifesto .manifesto-item .manifesto-item-content h2 {
        text-transform: uppercase;
        margin: 1em 0; }

.modules {
  min-height: calc(100vh - 550px); }

.module {
  margin-bottom: 50px; }

.module-full-width-text .module-full-width-text-text {
  width: 700px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .module-full-width-text .module-full-width-text-text {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .module-full-width-text .module-full-width-text-text {
      width: auto; } }
  .module-full-width-text .module-full-width-text-text.has-orientation-right {
    margin-left: 240px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .module-full-width-text .module-full-width-text-text.has-orientation-right {
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .module-full-width-text .module-full-width-text-text.has-orientation-right {
        margin-left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .module-full-width-text .module-full-width-text-text {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .module-full-width-text .module-full-width-text-text {
      width: auto; } }
.module-full-width-text h1 {
  font-family: 'HelveticaNeueETW01-75Bd';
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase; }
.module-full-width-text h2 {
  font-family: 'HelveticaNeueETW01-75Bd';
  font-size: 20px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 3px;
  text-transform: uppercase; }
.module-full-width-text h2 + p {
  margin-top: 0; }
.module-full-width-text h3 {
  font-family: 'HelveticaNeueETW01-75Bd';
  font-size: 16px;
  line-height: 20px;
  margin: 1em 0;
  text-transform: uppercase; }
.module-full-width-text h4 {
  font-family: 'HelveticaNeueETW01-75Bd';
  font-size: 16px;
  line-height: 20px;
  margin: 1em 0;
  text-transform: uppercase; }
.module-full-width-text a {
  color: #783f31; }
.module-full-width-text img {
  max-width: 100%;
  height: auto; }

.module-two-images .container {
  display: flex; }
.module-two-images .module-two-images-image {
  flex: 0 0 460px;
  margin-right: 10px;
  margin-left: 10px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .module-two-images .module-two-images-image {
      flex-basis: 50%;
      margin: 0;
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .module-two-images .module-two-images-image {
      flex-basis: 50%;
      margin: 0;
      padding: 0 10px; } }
  .module-two-images .module-two-images-image img {
    display: block;
    width: 100%; }
  .module-two-images .module-two-images-image:first-child {
    margin-left: 0; }
  .module-two-images .module-two-images-image:last-child {
    margin-right: 0; }
  .module-two-images .module-two-images-image .module-two-images-caption {
    text-align: right;
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 10px;
    color: #783f31; }

.module-full-width-image .module-full-width-image-image {
  width: 940px; }
  .module-full-width-image .module-full-width-image-image img {
    display: block;
    width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .module-full-width-image .module-full-width-image-image {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .module-full-width-image .module-full-width-image-image {
      width: auto; } }
.module-full-width-image .module-full-width-image-caption {
  text-align: right;
  font-family: 'HelveticaNeueETW01-75Bd';
  font-size: 10px;
  color: #783f31; }

.members {
  margin-bottom: 50px; }
  .members h1 {
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .members .members-list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 240px; }
    @media screen and (min-width: 1024px) and (max-width: 1199px) {
      .members .members-list {
        padding-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .members .members-list {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .members .members-list {
        display: block;
        padding-right: 0; } }
    .members .members-list .members-list-member {
      flex: 0 0 220px;
      margin-right: 20px;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .members .members-list .members-list-member {
          margin-right: 0; } }
      .members .members-list .members-list-member .members-list-member-image {
        margin-bottom: 20px; }
        .members .members-list .members-list-member .members-list-member-image img {
          display: block;
          width: 220px;
          height: auto; }
          @media screen and (max-width: 767px) {
            .members .members-list .members-list-member .members-list-member-image img {
              width: 100%; } }
      .members .members-list .members-list-member .members-list-member-name {
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 18px;
        line-height: 16px;
        text-transform: uppercase;
        margin-bottom: 2px; }
      .members .members-list .members-list-member .members-list-member-location {
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase; }
      .members .members-list .members-list-member .members-list-member-job-title {
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 10px;
        line-height: 14px; }
      .members .members-list .members-list-member .members-list-member-url {
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 12px;
        line-height: 16px;
        color: #783f31;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 220px; }

section.page {
  margin-bottom: 50px; }
  section.page .page-content {
    min-height: calc(100vh - 550px);
    margin-left: 240px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      section.page .page-content {
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      section.page .page-content {
        margin-left: 0; } }
    section.page .page-content h1 {
      font-family: 'HelveticaNeueETW01-75Bd';
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    section.page .page-content h2 {
      font-family: 'HelveticaNeueETW01-75Bd';
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 1em;
      text-transform: uppercase;
      color: #783f31; }
    section.page .page-content h3 {
      font-family: 'HelveticaNeueETW01-75Bd';
      font-size: 16px;
      line-height: 20px;
      margin: 1em 0;
      text-transform: uppercase; }
    section.page .page-content h4 {
      font-family: 'HelveticaNeueETW01-75Bd';
      font-size: 16px;
      line-height: 20px;
      margin: 1em 0;
      text-transform: uppercase; }
    section.page .page-content h5 {
      font-family: 'HelveticaNeueETW01-75Bd';
      font-size: 16px;
      line-height: 20px;
      margin: 1em 0; }
    section.page .page-content a {
      color: #783f31; }
    section.page .page-content img {
      max-width: 100%; }

.events {
  margin-bottom: 50px;
  min-height: calc(100vh - 550px); }
  .events h1 {
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .events h1:not(:first-child) {
      margin-top: 80px; }
  .events .event-list {
    display: flex;
    padding-right: 140px; }
    @media screen and (max-width: 767px) {
      .events .event-list {
        display: block;
        padding-right: 0; } }
    .events .event-list .event-list-event {
      flex: 0 0 220px;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .events .event-list .event-list-event {
          margin-right: 0; } }
      .events .event-list .event-list-event .event-list-event-image img {
        display: block;
        width: 100%;
        height: auto; }
      .events .event-list .event-list-event .event-list-event-date {
        font-family: 'HelveticaNeueETW01-75Bd';
        font-size: 18px;
        line-height: 20px;
        color: #783f31;
        text-transform: uppercase; }
      .events .event-list .event-list-event .event-list-event-content {
        font-size: 12px;
        line-height: 16px; }
        .events .event-list .event-list-event .event-list-event-content h2 {
          font-family: 'HelveticaNeueETW01-75Bd';
          font-size: 18px;
          line-height: 20px;
          text-transform: uppercase; }
        .events .event-list .event-list-event .event-list-event-content a {
          color: #783f31; }

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