  #rotc-di {
    position: relative;
    height: 0;
    opacity: 0;
    color: #fff;
    background-color: #565557;
    border: 1px solid #565557;
    padding: 0 20px;
    overflow: hidden;
    transition: 200ms height linear, 350ms opacity linear;
  }
  #rotc-di.rotc-di_active {
    height: auto;
    padding: 0 15px 15px;
    margin-bottom: 45px;
    opacity: 1;
    overflow: visible;
  }

  @media(min-width: 768px) {
    #rotc-di.rotc-di_active {
      padding: 0 30px 30px;
      margin-bottom: 40px;
    }
  }


  #rotc-di:before {
    content: '';
    position: absolute;
    left: 15px;
    top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #565557 transparent;
    -webkit-transform:rotate(360deg)
  }

  #rotc-di h3 {
    text-transform: none;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  @media(min-width: 768px) {
    #rotc-di h3 {
      font-size: 24px;
      margin-top: 45px;

    }
  }

  .rotc-di_selection_container {
    min-height: 40px;
    transition: 100ms opacity linear;
  }

  .rotc-di_selection_label {
    text-transform: uppercase;
    color: #DFDFDF;
    font-size: 16px;
    margin-bottom: .3rem;
  }
  .rotc-di_selection_text {
      font-size: 18px;
      color: #fff;
  }
#rotc-di h3#rotc-di_header {
    text-transform: uppercase;
  }
.rotc-di_selection_subcopy {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

.rotc-di_selection_text {
      font-size: 18px;
      color: #fff;
  }

  .rotc-di_results {
    position: relative;
  }
  .rotc-di_results:after {
    position: absolute;
    width: calc(100% - 20px);
    height: 70px;
    opacity: .9;
    pointer-events: none;
    content: '';
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  }

  .rotc-di_results-sortbar {
    background-color: #DED9CB;
    height: 40px;
  }

  .rotc-di_results-sortbar button {
     color: #221F20;
     font-size: 14px;
     line-height: 18px;
     font-weight: 700;
     height: 100%;
     text-align: left;
     min-width: 165px;
     padding: 0 20px;
  }
  .rotc-di_results-sortbar button:first-child {
      border-right: 1px solid #fff;
      margin-left: 0;
  }
  .rotc-di_results-sortbar button svg {
      margin-left: 70px;
      display: none;
  }
  .rotc-di_results-sortbar button.rotc-di_ascend svg {
      display: inline-block;
  }
  .rotc-di_results-sortbar button.rotc-di_descend svg {
      display: inline-block;
      transform: rotate(180deg);
  }

  .rotc-di_search_container {
      margin-bottom: 20px;
      position: relative;
      background-color: #fff;
      border: 1px solid #221F20;
  }
  .rotc-di_search_container svg {
      right: 12px;
      top: 16px;
      width: 30px;
      position: absolute;
      z-index: 99;
  }

  #rotc-di input#rotc-di_search {
    padding: 13px 12px;
    padding-right: 42px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    color: #221F20;
    border: none;
    appearance: none;
    background: none;
    border-radius: 0;
    margin: 0;
    float: none;
    background-color: #fff;
  }

  #rotc-di_search::-webkit-input-placeholder {
    color: #D5D5D7;
    opacity: 1;
    font-size: 18px;
  }
  #rotc-di_search::-moz-placeholder {
    color: #D5D5D7;
    opacity: 1;
    font-size: 18px;
  }
  #rotc-di_search:-ms-input-placeholder {
    color: #D5D5D7;
    opacity: 1;
    font-size: 18px;
  }
  #rotc-di_search:-moz-placeholder {
    color: #D5D5D7;
    opacity: 1;
  }

  #rotc-di_results {
    color: #565557;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
  }

  #rotc-di_results li {
    display: inline-flex;
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    cursor: pointer;
  }
  #rotc-di_results li.rotc-di_selected {
    background-color: #D5D5D7;
  }

  .rotc-di_results-container {
      background-color: #fff;
      height: 320px;
      margin: 0 auto;
      padding: 10px 0;
      overflow-y: scroll;
  }

  /* width */
  .rotc-di_results-container::-webkit-scrollbar {
    width: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  /* Track */
  .rotc-di_results-container::-webkit-scrollbar-track {
    background: #fff;
  }

  /* Handle */
  .rotc-di_results-container::-webkit-scrollbar-thumb {
    background: #727365;
    min-height: 60px;
  }

  .rotc-di_results-state {
      min-width: 165px;
  }
  .rotc-di_results-school {
      min-width: 115px;
  }

  @media(max-width: 768px) {
     .rotc-di_search_container svg {
       right: 4px;
     }
     #rotc-di input#rotc-di_search {
      padding-left: 8px;
      padding-right: 32px;
     }
     .rotc-di_results-sortbar button {
       min-width: 85px !important;
       padding-left: 15px;
       padding-right: 15px;
     }
     .rotc-di_results-sortbar button svg {
       margin-left: 10px;
     }
     #rotc-di_results li {
       padding-left: 15px;
       padding-right: 15px;
     }
     .rotc-di_results-state {
      min-width: 85px;
     }
     .rotc-di_results-school {
      min-width: 85px;
     }
     .rotc-di_results-container {
      height: 480px;
     }
  }

  .rotc-di_no-results {
     display: none;
     color: #666;
     font-size: 18px;
     padding: 20px;
  }

  .rotc-di_no-results.active {
     display: block;
  }

  #rotc-di #ficeCode {
    display: none;
  }

  /* ==================================
     Theme overrides here (/info)
     ================================== */

  #defaultBRCOptions .new-text-entry p {
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .6rem;
  }

  .dark #rotc-di h3 {
    color: #FFCC01;
  }

  .dark .rotc-di_results-sortbar {
    background-color: #D5D5D7;
  }
  .career-match-form-section #rotc-di,
  .light #rotc-di {
    color: #1F1E22;
    background-color: #938B79;
    border-color: #938B79;
  }
  .career-match-form-section #rotc-di:before,
  .light #rotc-di:before {
    border-color: transparent transparent #938B79 transparent;
  }

  .career-match-form-section #rotc-di_results li.rotc-di_selected,
  .light #rotc-di_results li.rotc-di_selected {
    background-color: #DED9CB;
  }

  .light .rotc-di_selection_label {
      color: #1F1E22;
  }
  .light .rotc-di_selection_text {
      color: #666;
  }

  @media(max-width: 768px) {
    .light #rotc-di {
      /* margin-left: -30px;
      margin-right: -25px; */
      width: auto;
    }
    .light #rotc-di:before {
      left: 28px;
    }
  }

  .career-match-page #rotc-di {
    color: #fff;
    background-color: #565557;
    border: 1px solid #565557;
  }
  .career-match-page #rotc-di:before {
    border-color: transparent transparent #565557 transparent;
  }

  .career-match-page #rotc-di_results li.rotc-di_selected {
    background-color: #D5D5D7;
  }

  .standalone #rotc-di{
    height: auto;
    opacity: 1;
    max-width: none;
    background-color: white;
    color: black;
    padding-bottom: 200px;
    border: none;
  }
  
  .standalone #rotc-di .rotc-wrapper{
    max-width: 1080px;
    margin: 0 auto;
  }
  
  .standalone #rotc-di .rotc-di_results{
    border: 1px solid #DFDFDF;
  }

  .titletext-cmp .rotc-di{
    display: none;
  }

  .standalone .titletext-cmp {
    margin-inline: auto;
  }

  .standalone .titletext-cmp.rotc-di{
    background-color: #fff;
    padding: 50px 20px;
    display: block;
  }

  .standalone .titletext-cmp.rotc-di .titletext-wrapper{
    max-width: 1080px;
    margin: 0 auto;
  }

  .standalone .titletext-cmp.rotc-di .titletext-cmp__heading{
    text-transform: uppercase;
  }

  .standalone #rotc-di .rotc-di_school_details{
    display: none;
    padding: 22px 20px;
    background-color: #ffcc01;
    color: black;
    margin: 30px 0;
    font-family: 'gi',sans-serif;
    align-items: center;
    transition: .125s;
    font-size: 14px;
    height: 57px;
    line-height: 1;
    letter-spacing: .04em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
  }
  .standalone #rotc-di .rotc-di_school_details:hover {
    background-color: #221f20;
    color: #fff;
  }
  .standalone #rotc-di .rotc-di_school_details a,
  .standalone #rotc-di .rotc-di_school_details a:hover {
    text-decoration: none;
  }
  
  .standalone #rotc-di .rotc-di_school_name{
    font-weight: 300;
    font-size: 24px;
    text-transform: none;
    line-height: 32px;
  }

  .standalone #rotc-di h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .standalone #rotc-di .rotc-di_school_host{
    font-weight: 700;
  }

  .standalone #rotc-di:before{
    display: none;
  }

  .standalone #rotc-di .rotc-di_school_details.active{
    display: inline-block;
  }

  @media(max-width: 768px) {
    .standalone #rotc-di .rotc-di_school_details.active{
      text-align: center;
    }
  }

  .standalone #rotc-di .rotc-di_selection_data{
    
    visibility: hidden;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;

    transition: max-height 0.2s, opacity 0.4s, visibility 0.2s;
  }
  .standalone #rotc-di .rotc-di_selection_data.active{
    
    visibility: visible;
    max-height: 1000px;
    opacity: 1;
  }

  .standalone #rotc-di .rotc-di_host_program{
    display: none;
    font-size: 18px;
  }
  .standalone #rotc-di .rotc-di_host_program.active{
    display: block;
  }

  .standalone #rotc-di .rotc-di_results-sortbar{
    background-color: #F9F9F9;
  }

  .standalone #rotc-di .rotc-di_selection_subcopy{
    display: none;
  }

  @media (max-width: 768px){
    #rotc-di.standalone{
      margin: 0 auto;
      width: 100%;
    }
    .standalone #rotc-di .rotc-di_school_details{
      width: 100%;
    }
  }

  /* ==================================
   Error states
  ================================== */

  #rotc-di.has-error {
    border-color:red;
  }

  #rotc-di.has-error + .errors {
    color: red;
    display: block;
    margin-top: -42px;
  }
  #rotc-di.has-error:before {
    border-color: transparent transparent red transparent;
  }
  #rotc-di.has-error .rotc-di_selection_text {
    color: red;
  }