  #rotc-di {
    position: relative;
    height: 0;
    opacity: 0;
    color: #fff;
    background-color: #222;
    border: 1px solid #222;
    max-width: 704px;
    padding: 0 20px;
    overflow: hidden;
    transition: 200ms height linear, 350ms opacity linear;
  }
  #rotc-di.rotc-di_active {
    height: 605px;
    margin-bottom: 3rem;
    opacity: 1;
    overflow: visible;
  }

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


  @media(max-width: 768px) {

    #rotc-di {
      margin: 0 -12px;
      width: 100%;
    }
    #rotc-di.rotc-di_active {
      height: 595px;
    }
    #rotc-di:before {
    left: 5px;
    }

  }


  #rotc-di h3 {
    text-transform: none;
    font-family: 'us_army_bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 2rem;
    line-height: 1;
  }

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

  .rotc-di_selection_label {
    text-transform: uppercase;
    color: #DFDFDF;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'us_army_bold', sans-serif;
    margin-bottom: .3rem;
  }
  .rotc-di_selection_text {
      font-size: 18px;
      color: #fff;
      letter-spacing: 1px;
  }
#rotc-di h3#rotc-di_header {
    text-transform: uppercase !important;
  }
.rotc-di_selection_subcopy {
	
   font-size: 16px;
    letter-spacing: 1px;
    font-family: 'us_army_bold', sans-serif;
    margin-bottom: .3rem;
    }

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


  .rotc-di_results {
    position: relative;
    border: 1px solid #DFDFDF;
  }
  .rotc-di_results:after {
    position: absolute;
    width: 100%;
    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: #F9F9F9;
    border-bottom: 1px solid #DFDFDF;
    height: 45px;
  }

  .rotc-di_results-sortbar button {
     color: #1F1E22;
     font-size: 13px;
     font-family: 'us_army_bold', sans-serif;
     letter-spacing: 1px;
     height: 100%;
     text-align: left;
     min-width: 115px;
     padding: 0 25px;
     margin-left: -3px;
  }
  .rotc-di_results-sortbar button:first-child {
      border-right: 1px solid #DFDFDF;
      margin-left: 0;
  }
  .rotc-di_results-sortbar button svg {
      margin-left: 20px;
      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 #111;
  }
  .rotc-di_search_container svg {
      right: 12px;
      top: 16px;
      width: 32px;
      position: absolute;
      z-index: 99;
  }

  #rotc-di input#rotc-di_search {
    padding: 12px;
    padding-right: 42px;
    font-size: 18px;
    width: 100%;
    color: #1F1E22;
    font-family: 'us_army_bold', sans-serif;
    font-weight: 600;
    line-height: normal;
    border: none;
    appearance: none;
    background: none;
    border-radius: 0;
    margin: 0;
    float: none;
    background-color: #fff;
  }

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

  #rotc-di_results {
    color: #666;
    font-size: 16px;
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
  }

  #rotc-di_results li {
    display: inline-flex;
    width: 100%;
    margin: 0;
    padding: 5px 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  #rotc-di_results li.rotc-di_selected {
    background-color: #dfdfdf;
  }


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

  .rotc-di_results-state {
      min-width: 115px;
  }
  .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;
       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: 280px;
     }

  }


  .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 !important;
    font-family: 'us_army_bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .6rem;
  }

  .light #rotc-di {
    color: #1F1E22;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
  }
  .light #rotc-di:before {
    border-color: transparent transparent #F4F4F4 transparent;
  }
  .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;
    }
  }


  /* ==================================
   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;
  }