/**
 * Block: Two Column Content
 */

.block-two-column-content {
  font-size: 16px;
  padding: 20px 0;
}
.block-two-column-content .serif,
.block-two-column-content .font-serif {
  font-size: 1em;
}
.block-two-column-content.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.block-two-column-content .two_column_inner {
  margin: 0 auto;
  width: 90%;
}
.block-two-column-content .two-column-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-two-column-content.aligned-center .two-column-wrap {
  align-items: center;
}
.block-two-column-content.aligned-flex-end .two-column-wrap {
  align-items: flex-end;
}
.block-two-column-content .col {
  line-height: 1.2;
}
.block-two-column-content .col form {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 820px) {
  .block-two-column-content .two-column-wrap {
    margin-bottom: -15px !important;
  }
  .block-two-column-content .col {
    width: 100% !important;
    padding-bottom: 15px !important;
  }
  .block-two-column-content.second-column-first .col-1 {
    order: 3;
  }
}

@media (max-width: 500px) {
  .block-two-column-content {
    font-size: 14px;
    text-align: center;
  }
}


/**
 * Block: Fear Fighter Hero
 */

.block-fear-fighter-hero {
  background: #fbe6cc;
  font-size: 16px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
.block-fear-fighter-hero .serif,
.block-fear-fighter-hero .font-serif {
  font-size: 1em;
}
.block-fear-fighter-hero .fear-fighter-container {
  color: #fff;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  width: 90%;
}
.block-fear-fighter-hero .fear-fighter-top {
  background: #af0000;
  padding: 100px 0 120px;
  position: relative;
}
.block-fear-fighter-hero .fear-fighter-top img {
  display: block;
  height: auto;
  margin: 50px auto 0;
  width: 162px;
}
/* Style copied from old site */
.block-fear-fighter-hero .fear-fighter-divider {
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;

  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmYmU2Y2MiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwUzk5My40NiAxNDAgNjQwIDEzOSAwIDAgMCAwdjE0MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 120px;
  bottom: 0;
  height: 120px;
  z-index: 1;
}
.block-fear-fighter-hero .fear-fighter-bottom {
  padding: 100px 0 80px;
}
.block-fear-fighter-hero .fear-fighter-bottom h3 {
  color: #000;
  font-size: 41px;
  font-weight: 600;
  margin: 0 auto;
}
.block-fear-fighter-hero .fear-fighter-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -30px;
  padding-top: 56px;
}
.block-fear-fighter-hero .fear-fighter-link {
  padding: 0 30px 30px;
  width: 33.3%;
}
.block-fear-fighter-hero .fear-fighter-link a {
  border: 2px solid #000;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
  padding: 0;
  text-transform: uppercase;
  transition: .3s all;
  width: 100%;
}
.block-fear-fighter-hero .fear-fighter-link a:hover {
  border-color: #AF0000;
  color: #AF0000;
}

@media (max-width: 820px) {
  .block-fear-fighter-hero {
    font-size: 14px;
  }
  .block-fear-fighter-hero .fear-fighter-link {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .block-fear-fighter-hero {
    font-size: 11px;
  }
  .block-fear-fighter-hero .fear-fighter-link {
    padding-bottom: 15px;
    width: 100%;
  }
}
