#introductionSentence {
  text-align: center;
  font-size: 18px;
  padding: 25px;
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
  border-right: 10px dotted #cfb991;
  border-top: 10px dotted #000000;
  border-bottom: 10px dotted #cfb991;
  border-left: 10px dotted #000000;
}

#bannerTitles {
  padding: 0;
  top: 30%;
  position: absolute;
  text-align: center;
  line-height: 0.9;
}

#bannerMainTitle {
  color: #000000;
  font-size: 150px;
  text-align: center;
  font-weight: 700;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  text-transform: uppercase;
}

#bannerSubTitle {
  color: #000000;
  font-size: 90px;
  text-align: center;
  font-weight: 700;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  text-transform: uppercase;
  font-style: italic;
}

.buttonNominate {
  color: #000000 !important;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.5;
  border-radius: 4px;
  background-color: #cfb991;
  box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
  padding: 10px 20px;
  display: inline-flex;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

.buttonNominate:hover {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #000000;
}

.button {
  color: #000000 !important;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif" !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px;
  line-height: 1.5;
  border-radius: 4px;
  background-color: #cfb991 !important;
  box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
  padding: 10px 20px;
  display: inline-flex;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
}

.button:hover {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #000000 !important;
}

table,
td {
  padding: 5px 40px 5px 15px;
  border: 1px solid #000000;
}

/* Remove underline from accordion. */
.btn-link:hover {
  text-decoration: none;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
}
/* Make accordion mobile friendly. */
.btn {
  white-space: inherit;
  padding: 0px;
}

.mb-0,
.my-0 {
  margin-top: -20px;
}
.accordionHeading {
  white-space: normal;
  text-align: left;
}

.faqP {
  margin-top: 0.5rem;
  /*font-family: "United Sans Condensed",Impact,"Arial Black","sans serif";*/
  font-weight: 400;
  font-size: 18px;
  font-size: 16px;
  /*font-weight: 900 !important;*/
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.card {
  margin: 15px 0;
  border: none;
}

.card-header {
  border-bottom: none;
  color: #000000;
  background-color: #e6e6e6;
  padding: 0.2rem 1rem;
}

.card-header:first-child {
  border-radius: 4px;
}

.card-header:hover {
  background-color: #bfbfbf;
}

.card-body {
  padding: 0.5rem;
}

#nominationInformation {
  text-align: center;
  font-size: 18px;
  padding: 25px;
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
  border-left: 10px dotted #cfb991;
  border-bottom: 10px dotted #000000;
  border-top: 10px dotted #cfb991;
  border-right: 10px dotted #000000;
}

#introductionSentence {
  font-size: 24px;
  text-align: center;
}

/* Parallax try */
.parallax {
  /* The image used */
  background-image: url("https://engineering.purdue.edu/Engr/People/Awards/Institutional/38-38/images/parallax.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax .parallaxText {
  display: flex;
  text-align: center !important;
  align-items: center;
  height: 500px;
}
.parallax .row {
  background-color: rgb(0, 0, 0, 0.7);
  padding: 50px;
}

.parallax h2 {
  color: #cfb991;
  font-size: 52px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen only (min-width: 768px) {
  .parallax .line {
    transform: rotate(-77deg);
    margin-top: 25px;
  }
}
.parallax .line {
  max-width: 400px;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  text-align: center;
  height: 1.5em;
  &:before {
    content: "";
    background: linear-gradient(to right, transparent, #cfb991, transparent);
    position: absolute;
    left: 0;
    top: 95%;
    width: 100%;
    height: 5px;
  }
}

.parallax p {
  font-size: 16px;
  color: white;
  font-family: "acumin-pro", sans-serif;
}

.recipientName {
  font-size: 1.4rem;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

.recipientBox {
  border-radius: 5px;
  padding: 1.5rem 1rem;
  height: 100%;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  max-width: 400px;
  text-align: center;
  min-height: 449px;
}

.recipientLink .recipientBox:hover {
  border-radius: 5px;
  padding: 1.5rem 1rem;
  height: 100%;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.8), 0 0px 0 1px rgb(255 255 255 / 80%);
  max-width: 400px;
  text-align: center;
}

.recipientContainer {
  padding: 0.7rem;
}

.recipientPosition {
  font-size: 1.1rem;
  font-weight: bold;
}
.recipientPositionUpdated {
  font-size: 1rem;
  font-weight: bold;
  font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
  padding: 1rem 0;
  line-height: 1;
}

.recipientEmployerUpdated {
  font-size: 0.8rem;
  font-style: italic;
}

.recipientRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.recipientImage {
  border-radius: 5px;
  border: 5px solid #cfb991;
}

.recipientImageContainer {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.recipientBioImageContainer {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 6px;
}

.recipientRow > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.recipientBio {
  margin-top: 2rem;
}

.recipientBioSectionTitle {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: 2rem;
}

.heading-with-lines {
  overflow: hidden;
  text-align: center;
}

.heading-with-lines > span {
  position: relative;
  display: inline-block;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: 2.4rem;
  color: #000000;
  text-transform: uppercase;
}

.heading-with-lines > span:before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 5px solid;
  width: 20rem;
  margin: 0 20px;
  color: #cfb991;
  border-image: linear-gradient(to left, #cfb991, #ffffff) 1;
}

.heading-with-lines > span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 5px solid;
  width: 20rem;
  margin: 0 20px;
  color: #cfb991;
  border-image: linear-gradient(to right, #cfb991, #ffffff) 1;
}

.heading-with-lines > span:before {
  right: 100%;
}

.heading-with-lines > span:after {
  left: 100%;
}

.heading-with-lines-small {
  overflow: hidden;
  text-align: center;
}

.heading-with-lines-small > span {
  position: relative;
  display: inline-block;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: 2.4rem;
  color: #000000;
}

.heading-with-lines-small > span:before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 5px solid;
  width: 9rem;
  margin: 0 20px;
  color: #cfb991;
  border-image: linear-gradient(to left, #cfb991, #ffffff) 1;
}

.heading-with-lines-small > span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 5px solid;
  width: 9rem;
  margin: 0 20px;
  color: #cfb991;
  border-image: linear-gradient(to right, #cfb991, #ffffff) 1;
}

.heading-with-lines-small > span:before {
  right: 100%;
}

.heading-with-lines-small > span:after {
  left: 100%;
}

/*RECIPIENTS PAGE*/
.intro {
  font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
  text-align: center;
  font-size: 1.3rem;
}



/* START: Blockquote */
.blockquote-container .blockquote-content {
  padding: 2rem 0 0 100px;
  position: relative;
  margin: 0 auto;
  max-width: 100% !important;
}
.blockquote-container .blockquote-content blockquote {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0;
}
.blockquote-container .blockquote-content blockquote::before {
  content: "";
  background-image: url(https://engineering.purdue.edu/Engr/People/Awards/Institutional/38-38/images/blockquote-image-small.png);
  width: 150px;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  position: absolute;
  left: -90px;
  top: -25px;
}
.blockquote-container .blockquote-content blockquote p {
  color: #000000;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
}
.blockquote-container .blockquote-content .blockquote-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;
}
.blockquote-container .blockquote-content .blockquote-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;
}
@media screen and (max-width: 767px) {
  .blockquote-container .blockquote-content {
    padding: 10rem 2.5rem 4rem 2.5rem;
  }
  .blockquote-container .blockquote-content blockquote::before {
    top: -6.5rem;
    left: -1.5rem;
  }
  .blockquote-container .blockquote-content blockquote p {
    font-size: 1.25rem;
  }
}
/* END: Blockquote */

/* START: Tooltips*/
/* Build tooltip. */
[data-tooltip]::before {
  content: attr(data-tooltip);
}

/* Position tooltip. */
[data-tooltip] {
  position: relative;
  /*display: inline-block;*/
}
[data-tooltip]::before {
  position: absolute;
  z-index: 999;
}
[data-tooltip].dataCell::before {
  bottom: 100%;
  /*margin-bottom: 3px;*/
}

/* Show tooltip only on hover. */
[data-tooltip]::before {
  visibility: hidden;
  opacity: 0;
  /*transition: opacity 1s;*/
}
[data-tooltip]:hover::before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

/* Style tooltip. */
[data-tooltip]::before {
  color: #000000;
  padding: 5px;
  min-width: 250px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  text-align: left;
  background-color: #ffffff !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.dataCell {
  cursor: auto;
}

.dataCell:hover {
  /*background-color: #FFFFFF !important;*/
}
/* END: Tooltips*/

.column-chart-label {
  font-size: 0.5rem;
}

/* */

@media screen and (max-width: 960px) {
  .full-chart {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .split-chart {
    display: none;
  }
}

/* Event Callout */
.event-callout {
  background-color: black;
  text-align: center;
  color: white;
  padding: 4.5rem 0;
  border-bottom: 1px solid #cfb991;
}

.event-callout h2 {
  color: #cfb991;
  margin-top: 0;
}
