body {
  /*overflow: hidden;
  background-size: 100% auto;*/
}

.civilrights-reel {
  background: #155E36;
  color: #FFF1E3;
  font-size: 18px;
}

.civilrights-reel h2,
.civilrights-reel h3 {
  font-family: 'DM Serif Display', serif;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.1;
}

.civilrights-reel p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.civilrights-reel .button {
  display: inline-block;
  background-color: #0E2619;
  color: #FFF1E3;
  font-size: 16px;
  font-weight: bold;
  padding: .75rem 2rem;
  border-radius: 30px;
  text-decoration: none;
}

.civilrights-reel .button i {
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 2px;
  transition: transform .2s;
}

.civilrights-reel .button:hover i {
  transform: translateX(5px);
}

.crafted__header p {
  padding: 0 10%;
}

.global__footer {z-index: 5}

.landing {
  background: #000000 url(/wp-content/themes/visitmo/library/static/highlights/civilrights/civilrights-landing.jpg) center top;
  background-size: cover;
  height: auto;
  min-height: 100vh;
  text-align: center;
  padding-top: 88px;
  color: #fff;
}

.landing .credit {
  color:#fff;
  position: absolute;
  bottom:2%;
  left:2%;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

@media (max-width: 800px) {
  .landing {
    min-height: 90vh;
    background-position: 80% top;
  }
}
.landing {

}
.sharing {
  font-weight: bold;
}
.sharing i {
  cursor: pointer;
  font-size: 25px;
  margin: 0 10px;
}
.sharing i:hover {
  transform: scale(1.05) translateY(-2px);
}

.landing div div {
  width: auto;
}
.landing .logo {
  vertical-align: bottom;
  padding-top: 130px;
  padding-bottom: 10px;
}
.landing .logo img {
  height: 288px;
  transform: scale(0.7);
}

.civilrights-landing__desc {
  display: block;
  width: 85%;
  max-width: 890px;
  margin: 0 auto;
  padding: 8rem 0 6rem;
  text-align: center;
}

.civilrights-landing__desc p {
  font-size: 30px;
  font-weight: 600;
}

.civilrights-landing .image__desc {
  text-align: left;
  background: none;
  width: 50px;
  padding: .5rem 1rem .75rem;
  transition: background .2s;
}
  
.civilrights-landing .image__desc-text {
  max-height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  max-width: 970px;
  padding: .25rem 1rem .5rem 50px;
  background: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s, opacity .2s;
}
  
.civilrights-landing .image__desc:hover,
.civilrights-landing .image__desc.active {
}
  
.civilrights-landing .image__desc.active .image__desc-text {
    visibility: visible;
    opacity: 1;
    max-height: 200px;
}
  
@media (min-width: 1024px) {
    .civilrights-landing .image__desc:hover .image__desc-text {
      visibility: visible;
      opacity: 1;
      max-height: 200px;
    }
}

@media (max-width: 1250px) {
    .landing .logo img {margin-top:3%}
}

@media (max-width: 992px) {
  .landing .logo img {
    margin-top: 5%;
    height: 250px;
  }

  .landing .sharing {
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  .civilrights-landing__desc p {
    font-size: 24px;
  }

  .civilrights-landing .image__desc-text {
    background: rgba(0,0,0, .90);
  }
}
@media (max-width: 600px) {
  .landing .logo {
    padding-top: 20px;
  }

  .landing .logo img {
    height: 160px;
  }

  .civilrights-landing__desc {
    padding: 3rem 0;
  }

  .civilrights-landing__desc p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .landing .logo img {
    margin-top: 15%;
  }

  .landing .logo {
    height: 50%;
  }
  .landing .sharing {
    padding-top:40px;
  }
}
.landing h1 {
  visibility: hidden;
  opacity: 0;
}

/* Intro */
.civilrights-intro {
  position: relative;
  padding: 6rem 0;
  background: #0E3821 url(/wp-content/themes/visitmo/library/static/highlights/civilrights/civilrights-intro.jpg) center 5%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.civilrights-intro .container {
  width: 85%;
  max-width: 985px;
  padding: 0;
}

.civilrights-intro h2 {
  margin-top: 0;
  margin-bottom: 3rem;
}

.civilrights-intro p {
  font-size: 24px;
}

.civilrights-intro .text-large {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}

.civilrights-intro .image__desc {
  text-align: left;
  background: none;
  width: 50px;
  padding: .5rem 1rem .75rem;
  transition: background .2s;
}

.civilrights-intro .image__desc-text {
  max-height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  max-width: 970px;
  padding: .25rem 1rem .5rem 50px;
  background: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s, opacity .2s;
}

.civilrights-intro .image__desc:hover,
.civilrights-intro .image__desc.active {
}

.civilrights-intro .image__desc.active .image__desc-text {
  visibility: visible;
  opacity: 1;
  max-height: 200px;
}

@media (min-width: 1024px) {
  .civilrights-intro .image__desc:hover .image__desc-text {
    visibility: visible;
    opacity: 1;
    max-height: 200px;
  }
}

@media (max-width: 992px) {
  .civilrights-intro p {
    font-size: 18px;
  }

  .civilrights-intro .text-large {
    font-size: 24px;
  }

  .civilrights-intro .image__desc-text {
    background: rgba(0,0,0, .90);
  }
}

@media (max-width: 600px) {
  .civilrights-intro {
    padding: 4rem 0 3rem;
  }

  .civilrights-intro h2 {
    font-size: 36px;
  }

  .civilrights-intro p {
    font-size: 16px;
  }

  .civilrights-intro .text-large {
    font-size: 18px;
  }
}

/* Trail Map */
.civilrights-trail {
  padding: 6rem 0;
}

.civilrights-trail .container {
  width: 85%;
  max-width: 720px;
  padding: 0;
}

.civilrights-trail__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.civilrights-trail h2 {
  font-size: 64px;
  margin-bottom: 1rem;
}

.civilrights-trail p {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .civilrights-trail h2 {
    font-size: 56px;
    max-width: 370px;
  }
}

@media (max-width: 700px) {
  .civilrights-trail h2 {
    font-size: 48px;
  }

  .civilrights-trail img {
    width: 240px;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .civilrights-trail {
    padding: 4rem 0;
    text-align: center;
  }

  .civilrights-trail__header {
    flex-direction: column;
  }

  .civilrights-trail h2 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 40px;
    order: 2;
  }

  .civilrights-trail p {
    font-size: 18px;
  }
}


/* Callout */
.civilrights-callout {
  margin-bottom: 6rem;
}

.civilrights-callout h2 {
  margin-bottom: .5rem;
}

.civilrights-callout h3 {
  margin-bottom: 2rem;
}

.civilrights-callout__location {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: 'DM Serif Display', serif;
  line-height: 1.1;
  font-size: 28px;
}

.civilrights-callout .button {
  margin-top: 1.5rem;
}

.civilrights-callout p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .civilrights-callout:last-child {
    margin-bottom: 3rem;
  }
}


/* More Link */
.civilrights-more {
  background: #0E3821;
  text-align: center;
  padding: 3rem 0;
}

.civilrights-more .container {
  padding: 0;
  width: 85%;
}

.civilrights-more p {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}

.civilrights-more a {
  color: inherit;
  text-decoration: none;
}

.civilrights-more a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 150%;
  margin: -0.15em 0 0 .15em;
  transition: transform .2s;
}

.civilrights-more a:hover i {
  transform: translateX(5px);
}

@media (max-width: 1023px) {
  .civilrights-more p {
    font-size: 26px;
  }
}


/* Story */
.civilrights-story {
  background-color: #114729;
  padding-bottom: 6rem;
}

.civilrights-story__title {
  margin: 0 auto;
  width: 85%;
  max-width: 1200px;
  padding: 6rem 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 55px;
  font-family: 'DM Serif Display', serif;
  line-height: 1.1;
  letter-spacing: 0.075em;
}

.civilrights-story__header {
  padding: 6rem 0;
  text-align: center;
}

.civilrights-story__header h2 {
  padding: 0 3rem;
  font-size: 56px;
}

.civilrights-story__flourish {
  display: flex;
  align-items: center;
  position: relative;
}

.civilrights-story__flourish::before,
.civilrights-story__flourish::after {
  content: "";
  height: 8px;
  background: #006B37;
  flex-grow: 1;
}

.civilrights-story__header p {
  margin: 1.75rem auto 0;
  width: 85%;
  max-width: 700px;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 1300px) {
  .civilrights-story__title {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .civilrights-story__title {
    font-size: 30px;
  }

  .civilrights-story__header h2 {
    font-size: 44px;
  }

  .civilrights-story__header p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .civilrights-story {
    padding-bottom: 3rem;
  }

  .civilrights-story__header {
    padding: 4rem 0;
  }

  .civilrights-story__flourish {
    display: block;
    text-align: center;
  }

  .civilrights-story__flourish::before,
  .civilrights-story__flourish::after {
    display: none;
  }

  .civilrights-story__header h2 {
    font-size: 34px;
    padding: 0 1.5rem;
    /*max-width: 280px;*/
  }

  .civilrights-story__header p {
    font-size: 16px;
  }
}


/* Content */
.left {
  /* transform: translateX(-50%); */
  float: none !important;
}
.right {
  /* transform: translateX(50%); */
  float: none !important;
}
.fadein {
  opacity: 0;
}
.bouncein {
  transform: scale(0);
}

.content_wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 0;
  width: 100%;
  position: relative;
  margin:auto
}

.content {
  display: flex;
  position: relative;
  padding: 0;
  -webkit-transform: translate3d(0,0,0);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content__left,
.content__right {
  width: 48%;
  overflow: hidden;
  position: relative;
  margin-right:2%
}
.content__right {
  margin-left: 2%;
  margin-right:0
}

.content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content .image {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  height: 0;
  overflow: hidden;
}
.content .image img {
  width: 100%;
  height: auto;
  position: absolute;
}
.content__right img {
  top: 0;
  right: 0;
}

.content__left img {
  position: absolute;
  top: 0;
  left: 0;

}

.grow--from-b-left {
  transform-origin: left bottom;
}

.grow--from-b-right {
  transform-origin: right bottom;
}

.grow--from-b-right2 {
  transform-origin: 50% 100%;
}

.content__left.text {
  padding-left: 2%;
}

.content__right.text {
  padding-right: 2%;
}

.content h2 {
  font-size: 40px;
  line-height: 1.1;
}

.content h3 {
  font-size: 28px;
  line-height: 1.2;
  font-style: italic;
}

.content p.size-small {
  font-size: 15px;
}

@media (max-width: 992px) {
  .content h2 {
    font-size: 28px;
  }

  .content h3 {
    font-size: 20px;
  }
}

#cr_dred .image {
  padding-bottom: 94.494%;
}

#cr_truman .image {
  padding-bottom: 117.592%;
}

#cr_baseball .image {
  padding-bottom: 109.523%;
}

#cr_lloyd .image {
  padding-bottom: 91.815%;
}

#cr_svk .image {
  padding-bottom: 93.75%;
}

#cr_mm .image {
  padding-bottom: 91.708%;
}

#cr_revm .image {
  padding-bottom: 90.476%;
}

#cr_revm .grow--from-b-left,
#cr_revm .rev-1 {
  top: auto;
  bottom: -1px;
  left: 0;
  transform-origin: left bottom;
}

#cr_lincoln .image {
  padding-bottom: 105.803%;
}

#cr_lbmu .image {
  padding-bottom: 94.047%;
}

#cr_baker .image {
  padding-bottom: 88.839%;
}

#cr_protests .image {
  padding-bottom: 90.773%;
}

.image__desc {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  color: #fff;
  padding: .5rem .5rem .25rem;
  background: rgba(0,0,0, .70);
}

.image__desc.active .image__desc-text {
  max-height: 100px;
}

@media (min-width: 1024px) {
  .image__desc:hover .image__desc-text {
    max-height: 100px;
  }
}

.image__desc-toggle {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1;
}

.image__desc-text {
  max-height: 0;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  transition: max-height .3s;
}

.image__desc-text span {
  display: block;
  padding: .25rem 0;
}

@media (max-width: 1250px) {
    .content p {
      font-size: 16px;
    }
}

@media (max-width: 992px) {
    .content p {
      font-size: 14px;
    }
    .content p.size-small {
      font-size: 14px;
    }
}

@media (max-width: 700px) {
  .content {
    flex-direction: column;
    width: 85%;
  }

  .content__left,
  .content__right {
    width: 100%;
    margin: 0;
  }

  .content__right.text,
  .content__left.text {
    padding: 0;
  }

  .photo {
    order: 1;
    max-width: 400px;
    margin: 0 auto 2rem;
  }

  .text {
    order: 2;
  }
    
    .photo img,
    .text p {
      transform: translateX(0%);
    }
}

/* Spacer */
.spacer {
  width: 100%;
  height: 100px;
}

@media (max-width: 768px) {
  .spacer {
    height: 70px;
  }
}

@media (max-width: 550px) {
  .spacer {
    height: 45px;
  }
}
