/******************** BODY COPY ********************/
.block .body-copy {
  padding: 3rem 1.5rem;
}

.block:last-child .body-copy {
  padding-bottom: 3rem;
}

.block .body-copy .hgroup {
  margin-top: 0rem;
  margin-bottom: 2rem;
}

.block .body-copy.basic-text img {
  max-width: 100%;
  margin: 1rem;
}

.block .body-copy .responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.block .body-copy .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.block .body-copy.--bg-black h2,
.block .body-copy.--bg-black p:not(.motion-heading),
.block .body-copy.--bg-steel h2,
.block .body-copy.--bg-steel p:not(.motion-heading),
.block .body-copy.--bg-steel-gray h2,
.block .body-copy.--bg-steel-gray p:not(.motion-heading) {
  color: white;
}

/* BEGIN: Pull Quote View */

.block .body-copy.pull-quote .pull-quote-container .pull-quote-content,
.block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content {
  padding: 6.5rem 6rem 5rem 200px;
  position: relative;
  margin: 0 auto;
  max-width: 100% !important;
}
.block .body-copy.pull-quote .pull-quote-container .pull-quote-content blockquote,
.block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content blockquote {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0;
}
/* Black quote graphic for white background. */
.block .body-copy.pull-quote .pull-quote-container .pull-quote-content blockquote::before {
  content: "";
  background-image: url(https://engineering.purdue.edu/Wraps/wrap09_dev/controls/api/blocks/block_types/body_copy/images/pull-quote-black.svg);
  width: 150px;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  position: absolute;
  left: -115px;
  top: -25px;
}
/* White quote graphic for black background. */
.block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content blockquote::before {
  content: "";
  background-image: url(https://engineering.purdue.edu/Wraps/wrap09_dev/controls/api/blocks/block_types/body_copy/images/pull-quote-white.svg);
  width: 150px;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  position: absolute;
  left: -115px;
  top: -25px;
}
.block .body-copy.pull-quote .pull-quote-container .pull-quote-content blockquote .quote-text *,
.block .body-copy.pull-quote .pull-quote-container .pull-quote-content blockquote .quote-text {
  color: #000000;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1.75rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21 !important;
}
/*.block .body-copy.pull-quote .pull-quote-container .pull-quote-content blockquote .quote-text p {
    color: #000000;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-size: 1.75rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.21 !important;
}*/
.block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-name {
  color: #000000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
  margin-bottom: 0 !important;
}
.block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-title {
  color: #000000;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-company {
  color: #000000;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}
.block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image {
  margin: 0 auto 3rem auto;
  display: flex;
  justify-content: center;
  padding-right: 6rem;
}
.block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image img {
  border-radius: 4px;
  max-width: 712px;
  max-height: 400px;
}
/* For the black background color, all text must be white.*/
.block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content blockquote .quote-text,
.block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content .quote-name,
.block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content .quote-title,
.block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content .quote-company {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image img {
    max-width: 612px;
    max-height: 344px;
  }
}
@media screen and (max-width: 992px) {
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content,
  .block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content {
    padding: 3rem 6rem 5rem 200px;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image {
    padding-right: 0;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image img {
    max-width: 512px;
    max-height: 288px;
    position: relative;
    left: -62px;
  }
}
@media screen and (max-width: 768px) {
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content,
  .block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content {
    padding: 7rem 2.5rem 4rem 2.5rem;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image img {
    max-width: 412px;
    max-height: 232px;
    margin: 0px auto 5rem 0;
    position: relative;
    left: 0;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content blockquote::before,
  .block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content blockquote::before {
    top: -6.5rem;
    left: -1.5rem;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content blockquote .quote-text,
  .block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content blockquote .quote-text {
    font-size: 1.25rem;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image {
    display: block;
    text-align: center;
    margin: -4rem auto 3rem auto;
    max-width: 712px;
    max-height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content,
  .block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content {
    padding: 7rem 2.5rem 4rem 2.5rem;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image {
    display: block;
    text-align: center;
    margin: -2rem auto 3rem auto;
    max-width: 712px;
    max-height: 400px;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image img {
    max-width: 384px;
    max-height: 216px;
    margin: 0px auto 5rem 0;
    position: relative;
    left: -5px;
  }
}
@media screen and (max-width: 530px) {
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content,
  .block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content {
    padding: 7rem 2.5rem 4rem 2.5rem;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image img {
    max-width: 288px;
    max-height: 162px;
    margin: 0px auto 5rem 0;
    position: relative;
    left: -5px;
  }
}
@media screen and (max-width: 420px) {
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content,
  .block .body-copy.pull-quote.--bg-black .pull-quote-container .pull-quote-content {
    padding: 7rem 2.5rem 4rem 2.5rem;
  }
  .block .body-copy.pull-quote .pull-quote-container .pull-quote-content .quote-image img {
    max-width: 224px;
    max-height: 126px;
    margin: 0px auto 5rem 0;
    position: relative;
    left: -5px;
  }
}

/* END: Pull Quote View */

/******************** END BODY COPY ********************/
