.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.flex:before {
  content: none;
}
.flex > * {
  flex: 1 auto;
}
.flex.stretch {
  align-items: stretch;
  padding-top: 20px;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.justify-center {
  justify-content: center;
}
.flex .position-center {
  align-items: center;
  justify-content: center;
}
.col.half-padding {
  padding: 0 0.2rem;
}
.no-margin {
  margin: 0 !important;
}
.position-wrapper {
  position: relative;
}
.position-wrapper .right-corner {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 63.9375em) {
  .position-wrapper .right-corner.over-medium-and-down {
    top: 0;
    transform: translateY(-50%);
  }
}
.position-wrapper .top-left {
  position: absolute;
  top: 0;
  right: 0;
}
.position-wrapper .full-width {
  width: 100%;
}
.position-wrapper .fixed {
  position: fixed;
}
.position-wrapper .bottom-center {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.position-wrapper .bottom-center.over {
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.position-wrapper .left-middle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-wrapper .bottom-right {
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 0;
}
.position-wrapper .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block-scroll {
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .right-align-medium-up {
    text-align: right;
  }
  .left-align-medium-up {
    text-align: left;
  }
  .center-align-medium-up {
    text-align: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .justify-small-only {
    text-align: justify;
  }
}
.full-width {
  width: 100vw;
}
.full-width > img {
  width: 100vw;
}
.bg-top-left {
  background-position: top left !important;
}
.bg-top-center {
  background-position: top center !important;
}
.bg-top-right {
  background-position: top right !important;
}
.bg-left {
  background-position: center left !important;
}
.bg-center {
  background-position: center !important;
}
.bg-right {
  background-position: center right !important;
}
.bg-bottom-left {
  background-position: bottom left !important;
}
.bg-bottom-center {
  background-position: bottom center !important;
}
.bg-bottom-right {
  background-position: bottom right !important;
}
html, body {
  font-family: 'Lato', sans-serif;
}
@media screen and (min-width:2000px) {
  html, body {
    font-size: 24px;
  }
}
@media screen and (max-width:321px) {
  html, body {
    font-size: 15px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  line-height: 1.05em;
  color: #C5C5C6;
}
h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  font-size: 2.8rem;
  font-weight: bold;
}
h3 {
  font-size: 1.4rem;
  font-weight: normal;
  color: rgba(46,46,48,1);
}
h4 {
  font-size: 1.4rem;
  color: rgba(46,46,48,1);
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
p:last-child {
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
blockqoute {
  padding: 1rem 0;
}
blockqoute p {
  margin-bottom: 0.5rem;
}
blockqoute p, blockqoute cite {
  font-size: 2.2rem;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  width: 90%;
  display: inline-block;
  margin: 0 auto;
}
html, body {
  background: #FBFBFB;
  overflow-x: hidden;
}
.header-logo {
  margin-top: -8px !important;
}
header {
  padding: 1.5rem 0;
}
@media screen and (min-width: 64em) {
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
  }
  header.fixed + * {
    margin-top: 5rem;
  }
}
.top-socials {
  background: #2E2E30;
  padding: 0.5rem 0;
  color: white;
}
.top-socials a {
  color: white;
}
.top-socials i.icon {
  font-size: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.38rem;
}
nav .sub-menu {
  display: none;
}
nav .menu > li {
  display: inline-block;
  position: relative;
  text-align: center;
}
nav .menu > li a {
  color: rgba(46,46,48,1);
  text-transform: uppercase;
  padding: 0.5rem 0;
  display: inline-block;
}
nav .menu > li:before, nav .menu > li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: rgba(182,0,22,1);
  transition: 400ms ease-in-out all;
}
nav .menu > li:hover {
  background-color: transparent !important;
  transition: 400ms ease-in-out all;
}
nav .menu > li:hover:before, nav .menu > li:hover:after {
  width: 50%;
  transition: 800ms ease-in-out all;
}
nav .menu > li:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
nav .menu > li.current-menu-item > a, nav .menu > li.current-menu-ancestor > a {
  position: relative;
  color: rgba(182,0,22,1);
}
nav .menu > li:hover, nav .menu > li:focus {
  position: relative;
}
nav .menu > li:hover > ul, nav .menu > li:focus > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FBFBFB;
  z-index: 20;
  margin-left: 0;
  width: 300px;
}
nav .menu > li:hover > ul li, nav .menu > li:focus > ul li {
  display: block;
}
nav .menu > li:hover > ul li a, nav .menu > li:focus > ul li a {
  padding: 0.5rem 0.5rem;
}
nav .menu > li:hover > ul li.current-menu-item a:before, nav .menu > li:hover > ul li.current-menu-item a:after, nav .menu > li:focus > ul li.current-menu-item a:before, nav .menu > li:focus > ul li.current-menu-item a:after {
  content: none;
}
nav .menu > li:hover > ul li:hover, nav .menu > li:focus > ul li:hover {
  background: #C5C5C6;
}
footer section {
  background: white;
}
footer nav .menu > li:hover ul {
  display: none !important;
}
@media only screen and (max-width: 63.9375em) {
  #mobile-nav {
    display: block !important;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.2s all;
    width: 100vw;
    height: 100vh;
    background: #FBFBFB;
    z-index: 100;
    padding: 3rem 0;
  }
  #mobile-nav i {
    color: rgba(182,0,22,1);
  }
  #mobile-nav .menu > li {
    display: block;
    width: 100%;
    padding: 0rem;
    border-bottom: 1px solid #C5C5C6;
  }
  #mobile-nav .menu > li a {
    color: rgba(182,0,22,1);
    padding: 1rem;
    display: block;
    width: 100%;
  }
  #mobile-nav .menu > li.current-menu-item a:before, #mobile-nav .menu > li.current-menu-item a:after {
    width: 100%;
  }
  #mobile-nav.open {
    left: 0;
  }
}
.burger a {
  vertical-align: middle;
  line-height: 50px;
  font-size: 2.2rem;
  color: rgba(182,0,22,1);
}
.burger a.icon {
  display: inline-block;
  font-size: 2rem;
}
.burger a.icon i {
  border: 1px solid rgba(182,0,22,1);
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 64em) {
  .burger a.icon i {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
.banner {
  min-height: 60vh;
  padding: 5rem 0;
  padding-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .banner h1 {
    font-size: 2rem;
  }
}
.banner h1, .banner p, .banner h2 {
  color: white;
}
.banner .date {
  background-color: rgba(182, 0, 22, 0.8);
  color: white;
  line-height: 2rem;
  overflow-x: hidden;
  padding: 1.5rem 0;
}
@media screen and (min-width: 40em) {
  .banner .date {
    width: 30rem;
    padding-right: 3rem;
  }
}
.banner .date h2 {
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 2rem;
}
.banner .date .date-wrap {
  z-index: 4;
}
.banner .date span {
  letter-spacing: 0.25em;
}
.banner img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.banner .btn {
  color: white;
  border-color: white;
}
@media screen and (min-width: 40em) {
  .banner {
    padding: 2rem 0;
    padding-bottom: 0;
    min-height: 26rem;
  }
}
.banner .latest-post {
  background-color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 39.9375em) {
  .banner .latest-post {
    padding-bottom: 3rem;
  }
}
.banner .latest-post .content {
  padding: 2rem;
}
.full-width-container {
  width: 100vw;
}
.btn, button, input[type="submit"], input[type="button"] {
  display: inline-block;
  border: 1px solid black;
  color: black;
  padding: 0.8rem 1rem;
  line-height: 1em;
  letter-spacing: 3px;
  background: none;
  font-size: 0.9rem;
  text-align: center;
}
.btn.red, .btn[type="button"], button.red, button[type="button"], input[type="submit"].red, input[type="submit"][type="button"], input[type="button"].red, input[type="button"][type="button"] {
  border-color: rgba(182,0,22,1);
  color: rgba(182,0,22,1);
  text-transform: uppercase;
}
.btn.red.background, .btn[type="button"].background, button.red.background, button[type="button"].background, input[type="submit"].red.background, input[type="submit"][type="button"].background, input[type="button"].red.background, input[type="button"][type="button"].background {
  color: white;
  background: rgba(182,0,22,1);
}
.btn.bigger-icon, button.bigger-icon, input[type="submit"].bigger-icon, input[type="button"].bigger-icon {
  line-height: 1.5rem;
}
.btn.bigger-icon i, button.bigger-icon i, input[type="submit"].bigger-icon i, input[type="button"].bigger-icon i {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 1rem;
  padding: 0 !important;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
}
.btn.bigger, button.bigger, input[type="submit"].bigger, input[type="button"].bigger {
  padding: 0.9rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 5px;
}
.btn.white, button.white, input[type="submit"].white, input[type="button"].white {
  color: white;
  border-color: white;
}
.btn.gray, button.gray, input[type="submit"].gray, input[type="button"].gray {
  border: none;
  color: #2E2E30;
  display: inline-inline;
  padding: 0;
  line-height: 1.2em;
}
.btn.gray i, button.gray i, input[type="submit"].gray i, input[type="button"].gray i {
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
  border: none !important;
  padding-top: 20px !important;
}
.btn i:last-child, button i:last-child, input[type="submit"] i:last-child, input[type="button"] i:last-child {
  display: inline-block;
  border: 1px solid white;
  border-radius: 50%;
  padding: 0.5rem;
  margin-left: 0.5rem;
}
.btn i:last-child.no-border, button i:last-child.no-border, input[type="submit"] i:last-child.no-border, input[type="button"] i:last-child.no-border {
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.5rem;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.btn.no-border, button.no-border, input[type="submit"].no-border, input[type="button"].no-border {
  border: none;
  padding-left: 0;
}
.no-border {
  border: 0px solid transparent !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
}
.thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.thumbnail >img {
  height: 100% !important;
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
hr {
  margin: 1.5rem 0;
  border: 0px solid transparent;
}
hr.tripple {
  position: relative;
  display: block;
  width: 3rem;
  height: 3px;
  background: #C5C5C6;
  border-width: 0 !important;
}
hr.tripple:after {
  height: 3px;
  width: 1rem;
  content: ' ';
  position: absolute;
  left: calc(100% + 0.2rem);
  background: rgba(182,0,22,1);
}
hr.tripple:before {
  height: 3px;
  content: ' ';
  position: absolute;
  left: calc(100% + 1.4rem);
  width: 0.5rem;
  background: #C5C5C6;
}
hr.tripple.white, hr.tripple.white:before {
  background-color: white;
}
hr.tripple.middle {
  margin: 1.5rem auto;
  width: 9rem;
}
hr.tripple.middle:before {
  content: '';
  width: 4rem;
  left: 50%;
  top: -1px;
  height: 5px;
  background: #FBFBFB;
  border-width: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
hr.tripple.middle:after {
  width: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
hr.tripple.middle.right:before, hr.tripple.middle.right:after {
  left: 70%;
}
hr.no-top-margin {
  margin-top: 0.5rem !important;
}
.section, section {
  padding: 1.5rem 0 2rem 0;
  background: #FBFBFB;
  overflow-x: hidden;
}
@media screen and (min-width: 40em) {
  .section, section {
    padding: 3rem 0 2rem 0;
  }
}
.section iframe, section iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 35vh;
  max-height: 500px;
}
@media screen and (min-width: 40em) {
  .section iframe, section iframe {
    min-height: 22rem;
  }
}
.section.gray, .section.gray hr.tripple.middle:before, section.gray, section.gray hr.tripple.middle:before {
  background: radial-gradient(circle, #FFFFFF 0%, #E6E6E6 100%);
}
.section.white, section.white {
  background: white !important;
}
.section.dark, section.dark {
  background-color: #2E2E30;
}
@media screen and (min-width: 40em) {
  .section.dark, section.dark {
    padding: 1.5rem 0 1.5rem 0;
  }
}
.section.dark *, .section.dark, section.dark *, section.dark {
  color: white;
}
main > section:nth-child(odd), main > .section:nth-child(odd) {
  background: radial-gradient(circle, #FFFFFF 0%, #E6E6E6 100%);
}
.slick-arrow {
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(84,84,84,1);
  -moz-box-shadow: 2px 2px 5px -2px rgba(84,84,84,1);
  box-shadow: 2px 2px 5px -2px rgba(84,84,84,1);
  width: 2rem;
  height: 2rem;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0;
  z-index: 3;
}
.slick-arrow:before {
  content: "\f104";
  font-size: 1.5rem;
  color: #C5C5C6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\f105";
}
.shadow {
  -webkit-box-shadow: 0px 7px 63px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 7px 63px -16px rgba(0,0,0,0.75);
  box-shadow: 0px 7px 63px -16px rgba(0,0,0,0.75);
}
.main-item {
  margin: 1rem 0;
}
.main-item .item-image {
  border-radius: 50%;
  overflow: hidden;
  height: 150px;
  width: 150px;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.main-item .limited {
  padding-bottom: 3rem;
  max-width: 275px;
  display: inline-block;
}
@media screen and (max-width: 39.9375em) {
  .main-item .limited {
    border-bottom: 1px solid #F3F3F3;
  }
}
.main-item:last-child .limited {
  border-bottom: none;
}
.main-item h3 {
  font-weight: bold;
}
.main-item p {
  color: #6D6D6E;
}
.main-item a {
  color: rgba(46,46,48,1);
  text-transform: uppercase;
}
.main-item .arrow {
  background: rgba(182,0,22,1);
  display: inline-block;
  height: 1px;
  width: 2rem;
  margin: 5px 0 5px 1rem;
  position: relative;
}
.main-item .arrow:before {
  content: ' ';
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(182,0,22,1);
  border-right: 1px solid rgba(182,0,22,1);
  position: absolute;
  right: 4px;
  -webkit-transform: rotate(45deg) translateY(-59%);
  -moz-transform: rotate(45deg) translateY(-59%);
  -ms-transform: rotate(45deg) translateY(-59%);
  transform: rotate(45deg) translateY(-59%);
}
.ninja-forms-field {
  width: 100% !important;
}
.ninja-forms-form-wrap .checkbox-wrap {
  display: inline-block;
  margin-bottom: 1rem;
}
.ninja-forms-form-wrap .checkbox-wrap label {
  color: rgba(46,46,48,1);
  text-transform: uppercase;
  font-size: 1rem;
}
.ninja-forms-form-wrap .checkbox-wrap input {
  margin: 0 0.5rem 0 0;
}
.ninja-forms-form-wrap .submit-wrap {
  text-align: center;
  margin-top: 2rem;
}
.ninja-forms-form-wrap input[type="submit"] {
  background: rgba(182,0,22,1);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  padding: 1rem 2rem;
  border: none;
  color: white;
}
.story-item {
  background: white;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.story-item .image-block {
  height: 30vh;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) {
  .story-item .image-block {
    min-height: 15rem;
  }
}
.story-item h3 {
  font-weight: bold;
}
.shop {
  padding: 0;
  -webkit-background-size: auto;
  background-size: 100% auto;
  background-position: left bottom;
  background-color: #E6E6E6;
  background-repeat: no-repeat;
}
.shop .bg-gradient {
  padding-top: 4rem;
}
@media screen and (max-width: 39.9375em) {
  .shop .bg-gradient {
    background: -moz-linear-gradient(45deg, rgba(30,87,153,0) 0%, rgba(33,89,154,0) 1%, rgba(181,181,181,0.77) 48%, rgba(181,181,181,1) 62%);
    background: -webkit-linear-gradient(45deg, rgba(30,87,153,0) 0%,rgba(33,89,154,0) 1%,rgba(181,181,181,0.77) 48%,rgba(181,181,181,1) 62%);
    background: linear-gradient(45deg, rgba(30,87,153,0) 0%,rgba(33,89,154,0) 1%,rgba(181,181,181,0.77) 48%,rgba(181,181,181,1) 62%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#b5b5b5',GradientType=1 );
  }
}
@media screen and (max-width: 39.9375em) {
  .shop {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 40em) {
  .shop {
    background-size: cover;
  }
}
.shop img.logo {
  margin-bottom: 3rem;
  transform: rotate(351deg);
}
@media screen and (min-width: 40em) {
  .shop img.logo {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .shop img.logo {
    width: 80%;
  }
}
.shop h4 {
  font-style: italic;
  margin-bottom: 2rem;
}
.shop .book {
  padding: 2rem 2rem;
}
.sponsors .sponsor h3 {
  font-size: 1.8rem;
}
.sponsors .sponsor > .flex {
  min-height: 200px;
}
i.icon {
  display: inline-block;
  border: 1px solid white;
  border-radius: 50%;
  padding: 0.5rem;
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 40em) {
  i.icon {
    margin-left: 0.1rem;
  }
}
.item {
  min-height: 300px;
}
span.breaker {
  display: inline-block;
}
.two-col .printfriendly {
  display: none;
}
.two-col .image {
  margin-bottom: 2rem;
}
.two-col .image > * {
  -webkit-box-shadow: 0px 7px 63px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 7px 63px -16px rgba(0,0,0,0.75);
  box-shadow: 0px 7px 63px -16px rgba(0,0,0,0.75);
}
@media screen and (min-width: 40em) {
  .medium-6-wrap {
    width: 49.6%;
    display: inline-block;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  .medium-6-wrap input {
    margin-bottom: 0;
  }
  .medium-6-wrap:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
#sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#sidebar ul li {
  margin-bottom: 1rem;
}
#sidebar ul li h2 {
  font-size: 1.5rem;
  font-family: 'Lato';
  color: rgba(46,46,48,1);
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background: #C5C5C6;
}
#sidebar ul li a {
  color: rgba(182,0,22,1);
}
.article-item {
  margin-bottom: 1rem;
}
.article-item .image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 63.9375em) {
  .article-item .image {
    min-height: 15rem;
    margin-bottom: 1rem;
  }
}
article a {
  color: rgba(182,0,22,1);
}
.next-links {
  color: rgba(182,0,22,1);
}
.next-links a {
  color: rgba(182,0,22,1);
}
.ninja-forms-form input[type="text"] {
  color: #6D6D6E;
  padding: 1rem 2rem;
}
.ninja-forms-form ::-webkit-input-placeholder {
  color: transparent;
}
.ninja-forms-form ::-moz-placeholder {
  color: transparent;
}
.ninja-forms-form :-ms-input-placeholder {
  color: transparent;
}
.ninja-forms-form :-moz-placeholder {
  color: transparent;
}
.blocks h2 {
  font-size: 2.1rem;
  color: rgba(46,46,48,1);
  font-family: 'Playfair Display', serif;
  line-height: 1.05em;
}
.blocks h3 {
  font-weight: bold;
}
.blocks h4 {
  font-family: Lato;
  text-transform: uppercase;
  color: rgba(182,0,22,1);
}
.blocks .gray-block {
  background: #F4F4F4;
  padding: 2rem;
}
.blocks .block {
  border: 1.38px solid #F3F3F3;
  box-shadow: 0 7px 14px 0 rgba(237,237,237,0.5);
  padding: 2rem;
  background: white;
}
.blocks .block button {
  border-color: rgba(182,0,22,1);
  color: rgba(182,0,22,1);
}
.board .board-intro {
  padding-bottom: 30px;
}
.board .board-detail {
  padding-top: 30px;
}
.whatsapp-custom-container, .emails-custom-container {
  width: 49%;
  display: inline-block;
}
.whatsapp-custom-container .checkbox-wrap, .emails-custom-container .checkbox-wrap {
  display: inline-block;
  width: 100%;
}
.whatsapp-custom-container .checkbox-wrap .nf-field-label, .emails-custom-container .checkbox-wrap .nf-field-label {
  display: inline-block;
}
.whatsapp-custom-container .checkbox-wrap .nf-field-element, .emails-custom-container .checkbox-wrap .nf-field-element {
  float: left;
}
.join-button-custom {
  min-width: 200px;
  width: auto !important;
  background-color: rgba(182,0,22,1) !important;
  color: white !important;
  cursor: pointer;
  transition: background-color 0.4s;
}
.join-button-custom:hover {
  background-color: #d21936 !important;
}