#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;
  }
  
  /* Removing because this causes borders on the event pages where there shouldn't need to be any. */
  /*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;
  }
  
  hr {
    margin-bottom: 40px;
  }
  
  .hrHeading {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    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;
    }
    &:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
      font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
      padding: 0 0.5em;
      line-height: 1.5em;
      color: #000000;
      background-color: #ffffff;
      font-size: 35px;
      font-weight: 600;
      letter-spacing: 1.5px;
      line-height: 1.5;
    }
  }
  
  button[aria-expanded="true"] {
    .fa-plus {
      display: none;
    }
    .fa-minus {
      display: inline;
    }
  }
  button[aria-expanded="false"] {
    .fa-minus {
      display: none;
    }
    .fa-plus {
      display: inline;
    }
  }
  
  .buttonPlus {
    border-radius: 4px;
    background-color: #cfb991;
    box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
    padding: 2px 3px;
  }
  
  .buttonMinus {
    border-radius: 4px;
    color: #ffffff;
    background-color: #000000;
    box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
    padding: 2px 3px;
  }
  
  .awardeesCardHeader {
    border-bottom: none;
    color: #000000;
    background-color: #e6e6e6;
    padding: 0.7rem 0.7rem;
  }
  
  .edgeColumn {
    max-width: 10px;
  }
  
  .picture {
    float: left;
    max-width: 300px !important;
    margin: 0 20px 20px 0;
    border-radius: 5px;
  }
  
  /* Small devices (portrait phones) */
  @media (max-width: 480px) {
    #picture {
      max-width: 180px !important;
    }
  }
  
  /* 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;
  }
  
  /**********************************************/
  /*********     STORY / NEWS ITEMS      ********/
  /****** 5/19/2020 Required Master Wrap ********/
  /**********************************************/
  
  .story-box {
    margin-top: 30px;
  }
  .story-box a {
    color: #000;
  }
  .story-box a:hover {
    text-decoration: none !important;
  }
  .story {
    background-color: #c4bfc0;
    display: block;
    height: 100%;
    padding: 0;
    text-decoration: none;
  }
  .story:hover {
    background-color: #ebd99f;
  }
  .story .title {
    font-size: 1.1rem;
    margin: 15px;
  }
  .story .intro {
    font-size: 1rem;
    margin-left: 10%;
    margin-right: 10%;
  }
  .story img {
    background-size: cover;
    background-position-y: 20%;
    background-position-x: 50%;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .story iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .ONE-SIZE {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  
  /**********************************************/
  /*********     FEATURED ITEMS      ********/
  /****** 5/19/2020 Required Master Wrap ********/
  /**********************************************/
  
  .feature-box {
    background-position: right;
    background-size: cover;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    margin-top: 30px;
  }
  .feature-box:after {
    background-size: cover !important;
    background-position: 0% 50% !important;
  }
  
  @media (min-width: 440px) and (max-width: 575.98px) {
    .feature-box:after {
      background-size: cover !important;
      background-position: 0% 70% !important;
    }
  }
  
  @media (min-width: 576px) {
    .feature-box:after {
      background-size: cover !important;
      background-position: 0% 50% !important;
    }
  }
  
  @media (min-width: 768px) {
    .feature-box:after {
      background-size: cover !important;
      background-position: 0% 45% !important;
    }
  }
  
  @media (min-width: 992px) {
    .feature-box:after {
      background-position: 0% 30% !important;
    }
  }
  
  @media (min-width: 1200px) {
    .feature-box:after {
      background-position: 0% 25% !important;
    }
  }
  
  /**********************************************/
  /*********          BANNERS            ********/
  /****** 5/19/2020 Required Master Wrap ********/
  /**********************************************/
  
  #billboard-links-container .button {
    background: rgba(0, 0, 0, 0.65);
  }
  
  .billboard-container-text {
    bottom: 0px;
    margin-bottom: 100px;
    position: absolute;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
    text-decoration: none;
    width: 100%;
  }
  
  .billboard-container .title {
    color: #fff;
    font-size: 1.5rem !important;
    padding: 0;
  }
  .billboard-container .title.cc-xl-title {
    font-size: 3em !important;
  }
  
  .billboard-container .intro_head {
    color: #fff;
    font-size: 1.3rem !important;
    margin-bottom: 0px;
  }
  
  .billboard-container .intro_head.cc-xl-intro-head {
    background: rgba(0, 0, 0, 0.8);
    font-size: 2em !important;
    text-transform: uppercase;
    color: #daa520 !important;
  }
  
  .shadow {
    z-index: 1000;
  }
  
  /* Screen Size Changes */
  
  @media (max-width: 575.98px) {
    #billboard-container .billboard-container-text {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #billboard-container .billboard-container-text {
      margin-bottom: 0;
    }
    .billboard-container .title.cc-xl-title {
      font-size: 1.6em !important;
    }
    .billboard-container .intro_head.cc-xl-intro-head {
      font-size: 1.2em !important;
    }
  }
  
  @media (min-width: 768px) {
    #billboard-links-container {
      background: none !important;
    }
  }
  
  @media (max-width: 991.98px) {
    .billboard-container .title.cc-xl-title {
      font-size: 2em !important;
    }
    .billboard-container .intro_head.cc-xl-intro-head {
      font-size: 1.4em !important;
    }
  }
  
  @media (min-width: 992px) {
    #billboard-links-container {
      background: none !important;
    }
  }
  
  @media (min-width: 1200px) {
    #billboard-links-container {
      background: none !important;
    }
  }
  
  /**********************************************/
  /*********  Focus Bar FORMATTING    ********/
  /******         Master Wrap  Add. 6-1-2020 E. Gray     ********/
  /**********************************************/
  .cc-focus-bar {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .cc-focus-bar .col-12 {
      padding-bottom: 30px;
    }
  }
  
  /************************ END Masters Edits 5/27/20 *****************************/
  
  /******* Tagged Header *************/
  .tagged-header:before {
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    width: calc(100% + 10px);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
  
  /**, *::before, *::after {
    box-sizing: inherit;
  }*/
  
  .tagged-header {
    display: inline-block;
    padding: 0.675rem 1.5rem;
    background: #000000;
    color: #fff;
    font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 2.81px;
    line-height: 1;
    border-radius: 24px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
  }
  
  /************************ Meet the Dean Area *****************************/
  .homepage #dean-container:after {
    content: "";
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #dean-container:after {
    background-image: url(http://engineering.purdue.edu/Engr/homepage/background-images/dean-arms-atrium-bg.jpg);
  }
  
  .cc-embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .cc-embed-wrapper {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    width: 100%;
  }
  
  .cc-tint {
    margin-top: -20px;
  }
  
  @media (max-width: 438px) {
    .videostint {
      width: 100% !important;
    }
  
    .socialtint {
      width: 100% !important;
    }
  }
  
  #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;
  }
  
  /* Removing because this causes borders on the event pages where there shouldn't need to be any. */
  /*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;
  }
  
  hr {
    margin-bottom: 40px;
  }
  
  .hrHeading {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    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;
    }
    &:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
      font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
      padding: 0 0.5em;
      line-height: 1.5em;
      color: #000000;
      background-color: #ffffff;
      font-size: 35px;
      font-weight: 600;
      letter-spacing: 1.5px;
      line-height: 1.5;
    }
  }
  
  button[aria-expanded="true"] {
    .fa-plus {
      display: none;
    }
    .fa-minus {
      display: inline;
    }
  }
  button[aria-expanded="false"] {
    .fa-minus {
      display: none;
    }
    .fa-plus {
      display: inline;
    }
  }
  
  .buttonPlus {
    border-radius: 4px;
    background-color: #cfb991;
    box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
    padding: 2px 3px;
  }
  
  .buttonMinus {
    border-radius: 4px;
    color: #ffffff;
    background-color: #000000;
    box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
    padding: 2px 3px;
  }
  
  .awardeesCardHeader {
    border-bottom: none;
    color: #000000;
    background-color: #e6e6e6;
    padding: 0.7rem 0.7rem;
  }
  
  .edgeColumn {
    max-width: 10px;
  }
  
  .picture {
    float: left;
    max-width: 300px !important;
    margin: 0 20px 20px 0;
    border-radius: 5px;
  }
  
  /* Small devices (portrait phones) */
  @media (max-width: 480px) {
    #picture {
      max-width: 180px !important;
    }
  }
  
  /* 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;
  }
  
  /**********************************************/
  /*********     STORY / NEWS ITEMS      ********/
  /****** 5/19/2020 Required Master Wrap ********/
  /**********************************************/
  
  .story-box {
    margin-top: 30px;
  }
  .story-box a {
    color: #000;
  }
  .story-box a:hover {
    text-decoration: none !important;
  }
  .story {
    background-color: #c4bfc0;
    display: block;
    height: 100%;
    padding: 0;
    text-decoration: none;
  }
  .story:hover {
    background-color: #ebd99f;
  }
  .story .title {
    font-size: 1.1rem;
    margin: 15px;
  }
  .story .intro {
    font-size: 1rem;
    margin-left: 10%;
    margin-right: 10%;
  }
  .story img {
    background-size: cover;
    background-position-y: 20%;
    background-position-x: 50%;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .story iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .ONE-SIZE {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  
  /**********************************************/
  /*********     FEATURED ITEMS      ********/
  /****** 5/19/2020 Required Master Wrap ********/
  /**********************************************/
  
  .feature-box {
    background-position: right;
    background-size: cover;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    margin-top: 30px;
  }
  .feature-box:after {
    background-size: cover !important;
    background-position: 0% 50% !important;
  }
  
  @media (min-width: 440px) and (max-width: 575.98px) {
    .feature-box:after {
      background-size: cover !important;
      background-position: 0% 70% !important;
    }
  }
  
  @media (min-width: 576px) {
    .feature-box:after {
      background-size: cover !important;
      background-position: 0% 50% !important;
    }
  }
  
  @media (min-width: 768px) {
    .feature-box:after {
      background-size: cover !important;
      background-position: 0% 45% !important;
    }
  }
  
  @media (min-width: 992px) {
    .feature-box:after {
      background-position: 0% 30% !important;
    }
  }
  
  @media (min-width: 1200px) {
    .feature-box:after {
      background-position: 0% 25% !important;
    }
  }
  
  /**********************************************/
  /*********          BANNERS            ********/
  /****** 5/19/2020 Required Master Wrap ********/
  /**********************************************/
  
  #billboard-links-container .button {
    background: rgba(0, 0, 0, 0.65);
  }
  
  .billboard-container-text {
    bottom: 0px;
    margin-bottom: 100px;
    position: absolute;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
    text-decoration: none;
    width: 100%;
  }
  
  .billboard-container .title {
    color: #fff;
    font-size: 1.5rem !important;
    padding: 0;
  }
  .billboard-container .title.cc-xl-title {
    font-size: 3em !important;
  }
  
  .billboard-container .intro_head {
    color: #fff;
    font-size: 1.3rem !important;
    margin-bottom: 0px;
  }
  
  .billboard-container .intro_head.cc-xl-intro-head {
    background: rgba(0, 0, 0, 0.8);
    font-size: 2em !important;
    text-transform: uppercase;
    color: #daa520 !important;
  }
  
  .shadow {
    z-index: 1000;
  }
  
  /* Screen Size Changes */
  
  @media (max-width: 575.98px) {
    #billboard-container .billboard-container-text {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #billboard-container .billboard-container-text {
      margin-bottom: 0;
    }
    .billboard-container .title.cc-xl-title {
      font-size: 1.6em !important;
    }
    .billboard-container .intro_head.cc-xl-intro-head {
      font-size: 1.2em !important;
    }
  }
  
  @media (min-width: 768px) {
    #billboard-links-container {
      background: none !important;
    }
  }
  
  @media (max-width: 991.98px) {
    .billboard-container .title.cc-xl-title {
      font-size: 2em !important;
    }
    .billboard-container .intro_head.cc-xl-intro-head {
      font-size: 1.4em !important;
    }
  }
  
  @media (min-width: 992px) {
    #billboard-links-container {
      background: none !important;
    }
  }
  
  @media (min-width: 1200px) {
    #billboard-links-container {
      background: none !important;
    }
  }
  
  /**********************************************/
  /*********  Focus Bar FORMATTING    ********/
  /******         Master Wrap  Add. 6-1-2020 E. Gray     ********/
  /**********************************************/
  .cc-focus-bar {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .cc-focus-bar .col-12 {
      padding-bottom: 30px;
    }
  }
  
  /************************ END Masters Edits 5/27/20 *****************************/
  
  /******* Tagged Header *************/
  .tagged-header:before {
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    width: calc(100% + 10px);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
  
  /**, *::before, *::after {
    box-sizing: inherit;
  }*/
  
  .tagged-header {
    display: inline-block;
    padding: 0.675rem 1.5rem;
    background: #000000;
    color: #fff;
    font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 2.81px;
    line-height: 1;
    border-radius: 24px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
  }
  
  /*****Font Styling***/
  
  .italic {
    font-style: italic;
  }
  
  /*** BEGIN: For New Design: 04/15/2024 ***/
  #buttonContribution {
    padding: 8px 20px !important;
  }
  
  .buttonSpecialty {
    color: #ffffff !important;
    border: 2px solid #cfb991;
    border-radius: 5px;
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    padding: 10px;
    text-transform: uppercase;
  }
  
  .buttonSpecialty1 {
    color: #000000 !important;
    border: 2px solid #cfb991;
    border-radius: 5px;
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
  }
  
  #calloutGrey {
    background-color: #474747;
    padding: 30px;
    color: #ffffff;
  }
  
  #calloutTitle {
    font-weight: bold;
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    font-size: 20px;
    line-height: 1;
  }
  
  #contentPackages {
    background-image: url("./Images/content-packages.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
  }
  
  .photoTriple {
    padding: 10px;
  }
  
  .photoTripleText {
    padding: 20px;
    min-height: 6.5rem;
  }
  
  .subTitle {
    color: #000000;
    display: flex;
    flex-flow: column nowrap;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  
  .subTitleGrey {
    background-color: #dbdbdb;
    padding: 0 10px;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 800;
  }
  
  .subTitleNonGrey {
    padding-left: 10px;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 800;
    line-height: 100%;
  }
  
  #title {
    color: #ffffff;
    font-family: acumin-pro-extra-condensed, "Franklin Gothic", sans-serif;
    font-size: 3.5rem;
    font-style: italic;
    font-weight: 100;
    padding: 2rem;
    margin-top: -16px;
    text-align: center;
    text-transform: uppercase;
  }
  
  #titleRow {
    background-color: #000000;
  }
  
  .signatureDrawing {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 0;
    padding-bottom: 55.30973%;
  }
  .signatureDrawing svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #contentPackagesText {
    text-align: center;
    padding-top: 140px;
    padding-left: 130px;
  }
  
  #contentPackagesText0 {
    color: #8e6f3e;
    font-size: 25px;
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif !important;
  }
  
  #contentPackagesText1 {
    font-size: 50px;
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif !important;
    line-height: 0.8rem;
    font-style: italic;
  }
  #contentPackagesText2 {
    font-size: 25px;
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif !important;
    line-height: 3rem;
    font-style: italic;
  }
  
  @media (max-width: 638px) {
    #contentPackagesText {
      text-align: center;
      padding-top: 94px;
      padding-left: 0;
    }
  
    #contentPackagesText1 {
      line-height: 2.5rem;
    }
  }
  
  @media (max-width: 1200px) {
    /*#buttonContribution {
      padding: 5px;
    }*/
  }
  /*** END: For New Design: 04/15/2024 ***/
  
  
  .signatureContainer {
    max-width: 450px;
    height: 75px;
    /* margin: 0 auto; */
  }
  
  .signatureSVG {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 105px;
    left: -121px;
    top: -50px;
    overflow-y: hidden;
  }
  .signatureSVG svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 175px;
  }  
  
  .content-packages {
    display: flex;
    flex-flow: column-reverse nowrap;
  }
  
  .content-packages img {
    width: 100%;
  }
  
  .content-packages .cp-left {
    width: 100%;
  }
  
  .content-packages .cp-mid {
    background-color: #d6d4d3;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content-packages .cp-mid p {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
  
  .content-packages .cp-mid .cp-mid-1 {
    color: #8e6f3e;
    font-size: 32px;
    font-family: acumin-pro-extra-condensed, "Franklin Gothic", sans-serif !important;
  }
  
  .content-packages .cp-mid .cp-mid-2 {
    font-size: 60px;
    font-family: acumin-pro-extra-condensed, "Franklin Gothic", sans-serif !important;
    font-style: italic;
    line-height: 3rem;
    font-weight: 600;
  }
  
  .content-packages .cp-mid .cp-mid-3 {
    font-size: 30px;
    font-family: acumin-pro-extra-condensed, "Franklin Gothic", sans-serif !important;
    font-style: italic;
    line-height: 1.5rem;
    font-weight: 600;
  }
  
  .content-packages .cp-right {
    display: none;
  }
  
  @media screen and (min-width: 768px) {
    .content-packages {
      flex-flow: row nowrap;
    }
  
    .content-packages .cp-left {
      width: 70%;
    }
  
    .content-packages .cp-mid {
      height: unset;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .content-packages {
      justify-content: space-between;
      background-color: #d6d4d3;
    }
  
    .content-packages img {
      width: auto;
      height: 400px;
    }
  
    .content-packages .cp-left {
      width: auto;
      height: 400px;
    }
  
    .content-packages .cp-mid {
      /* width: 100%; */
      height: 400px;
    }
  
    .content-packages .cp-right {
      display: revert;
      width: auto;
      height: 400px;
    }
  }
  

#contentPackagesLink:hover {
    text-decoration: none;
}