.breadcrumb {
  display: none;
}
.mad-river-section {
  position: relative;
  display: block;
  text-align: center;
}
#mad-river-lp img {
  width: 100%;
}
#mad-river-lp h2 {
  font-size: 2vw;
  font-family: "Gotham Black";
  line-height: 1.25;
  margin: 0 auto 1.25vw;
}
#mad-river-lp h2:after {
  content: "";
  display: block;
  border-bottom: 0.2vw solid black;
  width: 13vw;
  margin: 1vw auto;
}
#mad-river-lp h3 {
  font-size: 1.25vw;
  font-family: "Gotham Black";
}
#mad-river-lp p {
  font-size: 1.25vw;
  line-height: 1;
  line-height: 1.25;
  text-align: center;
}
#mad-river-lp a:not(.cta-button) {
  text-decoration: underline;
}

/* primary */
#mad-river-primary .ag-align-center {
  top: 55%;
}
#mad-river-primary h1 {
  color: white;
  font-size: 5vw;
  font-family: "Gotham Ultra";
  text-align: center;
  line-height: 1;
  margin-bottom: 1.5vw;
  /* text-shadow: 0 0 10px #333; */
}
#mad-river-primary a {
  /* text-shadow: 0 0 10px #333; */
}
.mad-river-subheading {
  margin: 3vw;
}

/* secondary */
#mad-river-secondary {
  width: 70%;
  margin: 0 auto 5vw;
}
.side-by-side {
  display: flex;
}
.side-by-side:nth-child(odd){
  flex-direction: row-reverse;
}
.side-by-side>div {
  flex-basis: 50%;
}
.side-by-side:nth-child(1n+2) {
  margin-top: -7vw;
}
.side-by-side-content {
  position: relative;
}
.side-by-side-content .ag-align-center {
  width: 100%;
}
.side-by-side:nth-child(1) .side-by-side-content .ag-align-center {
  top: 40%;
}
.side-by-side:nth-child(3) .side-by-side-content .ag-align-center {
  top: 60%;
}
.side-by-side-image {
  padding: 0 3vw;
  box-sizing: border-box;
}

/* tertiary */
#mad-river-tertiary h2 {
  font-size: 2vw;
  font-family: "Gotham Black";
}
.three-up {
  display: flex;
  width: 82%;
  margin: 0 auto;
}
.three-up-content {
  flex-basis: 33%;
  box-sizing: border-box;
}
.three-up-content img {
    width: 94% !important;
    margin: 0 auto;
}
#mad-river-tertiary h2 {
  margin-bottom: 2.5vw;
}
#mad-river-tertiary a:before {
  content: "";
  display: block;
  margin-top: .5vw
}
#mad-river-tertiary {
  margin-bottom: 5vw
}
#mad-river-tertiary p {
  font-size: 1vw;
}

/* quaternary */
.mad-river-quaternary-copy {
  top: 81% !important;
}
#mad-river-lp .mad-river-quaternary-copy h2 {
  font-size: 2.25vw;
  white-space: nowrap;
}
.mad-river-quaternary-copy h2:after {
  display: none !important;
}

@media (max-width: 321px) {
  /* mobile styles */
  .mad-river-section {
  }
  #mad-river-lp img {
  }
  #mad-river-lp h2 {
    font-size: 18px;
    white-space: nowrap;
  }
  #mad-river-lp h2:after {
    width: 120px;
    border-width: 1px;
    margin: 12px auto;
  }
  #mad-river-lp h3 {
    font-size: 12px;
    margin: 10px auto;
  }
  #mad-river-lp p {
    font-size: 10px;
  }
  #mad-river-lp a {
    font-size: 12px;
    margin-top: 10px;
    min-width: 97px;
    margin: 10px 5px;
  }

  /* primary */
  #mad-river-primary .ag-align-center {
  }
  #mad-river-primary h1 {
    font-size: 30px;
    white-space: nowrap;
    text-shadow: 0 0 10px #333;
  }
  #mad-river-primary a {
    text-shadow: 0 0 10px #333;
  }
  .mad-river-subheading {
    margin: 20px 0;
  }

  /* secondary */
  #mad-river-secondary {
    width: 100%;
    margin-bottom: 40px;
  }
  .side-by-side {
  }
  .side-by-side:nth-child(odd){
  }
  .side-by-side>div {
  }
  .side-by-side:nth-child(1n+2) {
    margin-top: -35px;
  }
  .side-by-side-content {
  }
  .side-by-side-image {
    padding: 0 0 0 3px;
  }
  .side-by-side:nth-child(even) .side-by-side-image {
    padding: 0 3px 0 0;
  }

  /* tertiary */
  #mad-river-tertiary h2 {
  }
  .three-up {
    flex-wrap: wrap;
    width: 75%;
  }
  .three-up-content {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .three-up-content img {
  }
  #mad-river-tertiary h2 {
  }
  #mad-river-tertiary a:before {
    margin-top: 5px;
  }
  #mad-river-tertiary {
    margin-bottom: 20px;
  }
  #mad-river-tertiary p {
    margin: 0;
    white-space: nowrap;
  }

  /* quaternary */
  .mad-river-quaternary-copy {
    width: 100%;
    top: 75% !important;
  }
  #mad-river-lp .mad-river-quaternary-copy h2 {
    font-size: 18px;
  }


}
