/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Search Menu
 */

#g6-uni-header-search-drop {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  background: #ffffff;
  width: 100%;
  /*border-bottom: 5px solid #f15d22;*/
  border-top: 1px solid #cccccc;
}

#g6-uni-header-search-drop .g6-uni-row {
  border-bottom: 1px solid #cfcfcf;
  padding: 15px;
}

#g6-uni-header-search-drop .g6-uni-row:last-child {
  /*border-bottom: none;*/
}

#g6-uni-search-people,
#g6-uni-search-people form {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

#g6-uni-search-people {
  /*padding: 10px 15px 12px;*/
  vertical-align: middle;
}

#g6-uni-search-people input[type='checkbox'] {
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #cccccc;

  /*margin: 0 14px 0 0 !important;*/

  /*border: 1px solid #cccccc;
  border-radius: 0px;*/

}

#g6-uni-search-people label {
  display: inline-block;
  /*font-family: "Syracuse-Sherman", "GoudyOS", "Times New Roman", Times, serif;*/
  font-size: 18px;
  color: #d44500;
  line-height: normal;
  font-weight: normal;
  /*margin-right: 15px;
  padding-top: 4px;*/
  /*text-decoration: none;*/
}

#g6-uni-search-people select {
  /*
  width: calc(100% - 160px);
  min-width: calc(100% - 160px);
  display: none;
  */

  display: inline-block;

  width: 100%;

  margin: 0;
  padding: 0;

  /*padding: 0.8rem 4.5rem 1.2rem 15px;*/

  font-size: 1.6rem;
  line-height: 1.5;
  color: #4d4d4d;

  background-color: #fff;
  background-image: url( '../img/triangle-down.svg' ); center no-repeat;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px;

  border: 0;
  /*border: 1px solid #ccc;*/
  /* border-bottom-width: 2px; */
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#header-search-people-container {
  display: table;
  width: 100%;
}

#header-search-people-container .row {
  display: table-row;
}

#header-search-people-container .cell {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  overflow: hidden;
}

#header-search-people-container .cell.checkbox {
  width: 35px;
}

#header-search-people-container .cell.label {
  width: 158px;
}

#header-search-people-container .cell.select {
  width: auto;
}


#header-search-people {
  border-bottom: 2px solid #cfcfcf;
  padding: 10px 15px 15px 15px;
}

#header-search-people a {
  font-weight: normal;
  font-size: 1.6rem;
  color: #444444;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  font-family: ShermanSerif, Georgia, serif;
}

#header-search-people a:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 0.775em;
  background: url(../img/external-gray.svg) no-repeat right center;
  background-size: 13px 12px;
  white-space: nowrap;
}

#g6-uni-header-search-popular {
  /*border-top: 1px solid #cfcfcf;*/
}

#g6-uni-header-search-popular strong {
  display: block;
  font-size: 17px;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  color: #444444;
}

#g6-uni-header-search-popular ol {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}

#g6-uni-header-search-popular ol li {
  display: inline-block;
  width: 195px;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  padding: 0;
  margin: 0;
}

#g6-uni-header-search-popular ol li a {
  font-family: ShermanSans, "Trebuchet MS", Tahoma, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #555555;
  line-height: 30px;
  text-decoration: none;
}

#g6-uni-header-search-popular ol li a:hover {
  color: #d44500;
  text-decoration: underline;
  -webkit-text-decoration-color: #6f777d !important;
  -moz-text-decoration-color: #6f777d !important;
  text-decoration-color: #6f777d !important;
}

@media screen and (max-width: 719px) {
  #g6-uni-header-search {
    border-left: 0;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Search Menu Open
 */

.carbon-header-search-open #g6-uni-header-search-toggle {
  position: absolute;
  display: table-cell;
  right: 0px;
  width: 64px;
  min-height: 64px;
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background-color: #ffffff;
}

.carbon-header-search-open #g6-uni-header-search-toggle button {
  background-image: url('../img/close-gray.svg');
  width: 64px;
  min-height: 64px;
  background-color: #ffffff;
  /*background-position: 23px 23px;*/
}

.carbon-header-search-open #g6-uni-header-search {
  display: table-cell;
  height: 64px;
  min-height: 64px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  right: 64px;
  width: auto;
}

.carbon-header-search-open #g6-uni-header-search-input {
  /*height: 64px;
  min-height: 64px;*/
  /*padding: 20px 0px 22px 43px;*/
  background-position: 15px 14px;
  padding: 20px 0px 22px 56px;
  font-size: 19px;
  font-weight: normal;
  background-size: 18px;
  background-position: 21px 21px;
  text-align: left;
  text-indent: 0;
}

.carbon-header-search-open #g6-uni-header-search-drop {
  position: absolute;
  left: 0px;
  top: 66px;
}

.admin-bar  #g6-uni-header-search-drop {
  top: 111px;
}

.carbon-header-search-open #g6-uni-header  {
  height: 65px;
  max-height: 65px;
  min-height: 65px;
  overflow: hidden;
}

.carbon-header-search-open #g6-uni-header-search-drop {
  margin: 0;
  margin-top: -2px;
}

@media screen and (min-width: 591px) {

  .carbon-header-search-open #g6-uni-header-search-drop {
    /*
    margin: 0 0 0 251px;
    border-left: 1px solid #cfcfcf;
    width: calc(100% - 251px);
    */
    /*
    position: absolute;
    left: auto;
    width: calc( 100% - 327px );
    */
  }

  .carbon-header-search-open #g6-uni-header-menu-button {
    border-right: none;
  }

  .carbon-header-search-open #g6-uni-header-search {
    position: absolute;
    border-left: 1px solid #b04419;
    margin: 0 0 0 251px;
    left: 0px;
    right: 64px;
  }

}

@media screen and (min-width: 656px) {

  .carbon-header-search-open #g6-uni-header-search-drop {
    position: absolute;
    margin: 0;
    left: auto;
    right: 0px;
    /*width: 444px;*/
    /*width: 379px;*/
    /*width: calc( 100% - 327px );*/
    /*width: calc( 100% - 320px );*/
    width: calc( 100% - 320px );
    border-left: 1px solid #cfcfcf;
    margin-top: 1px;
  }

}

@media screen and (max-width: 359px) {

  #g6-uni-search-people select {
    /*display: block !important;*/
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }

}

@media screen and (min-width: 720px) {

  .carbon-header-search-open #g6-uni-header-menu-button {
    border-right: 1px solid #b04419;
  }

  .carbon-header-search-open #g6-uni-header-search {
    position: absolute;
    margin: 0;
    left: auto;
    right: 64px;
    width: 380px;
    border-left: 1px solid #cfcfcf;
  }

  .carbon-header-search-open #g6-uni-header-search-drop {
    position: absolute;
    margin: 0;
    left: auto;
    right: 0px;
    /*width: 444px;*/
    /*width: 379px;*/
    /*width: calc( 100% - 327px );*/
    width: calc( 100% - 341px );
    border-left: 1px solid #cfcfcf;
    /*margin-top: -2px;*/
  }

}


@media screen and (min-width: 783px) {

  .admin-bar  #g6-uni-header-search-drop {
    top: 98px;
  }

}

@media screen and (min-width: 880px) {

  .carbon-header-search-open #g6-uni-header-search-drop {
    width: 365px;
  }

  .carbon-header-search-open #header-search {
    width: 300px;
  }

  .carbon-header-search-open #header-nav-top {
    /*width: auto;*/
    width: 100%;
  }

  .carbon-header-search-open #header-link-academics,
  .carbon-header-search-open #header-link-life,
  .carbon-header-search-open #header-link-athletics,
  .carbon-header-search-open #header-link-alumni,
  .carbon-header-search-open #header-link-more {
    width: 0px !important;
    max-width: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
    border: none !important;
  }

}

@media screen and (min-width: 1004px) {

  .carbon-header-search-open #header-link-academics {
    width: auto !important;
    max-width: none !important;
    padding: 15px 17px 15px 0 !important;
    overflow: auto !important;
  }

}

@media screen and (min-width: 1056px) {

  .carbon-header-search-open #header-link-life {
    width: auto !important;
    max-width: none !important;
    padding: 15px 17px 15px 0 !important;
    overflow: auto !important;
  }

}

@media screen and (min-width: 1161px) {

  .carbon-header-search-open #header-link-athletics {
    width: auto !important;
    max-width: none !important;
    padding: 15px 17px 15px 0 !important;
    overflow: auto !important;
  }

}

@media screen and (min-width: 1250px) {

  .carbon-header-search-open #header-link-alumni {
    width: auto !important;
    max-width: none !important;
    padding: 15px 17px 15px 0 !important;
    overflow: auto !important;
  }

}

@media screen and (min-width: 1354px) {

  .carbon-header-search-open #header-link-more {
    padding: 0 !important;
    width: 104px !important;
    max-width: 104px !important;
    border-left: 1px solid #cfcfcf !important;
  }

  .carbon-header-search-open #header-nav-top ul li {
    padding-right: 28px !important;
  }

  .carbon-header-search-open #header-nav-top,
  #header-nav-top {
    width: 775px;
  }

  .carbon-header-search-open #header-search,
  #header-search {
    width: 100%;
  }

  #header-search {
    width: 100%;
  }

  .carbon-header-search-open #header-search-toggle,
  #header-search-toggle {
    width: 0;
  }

  .carbon-header-search-open #g6-uni-header-search-drop {
    width: calc( 100% - 974px );
    width: calc( 100% - 1051px );
  }

}

/*@media screen and (min-width: 1090px) {*/

/*
@media screen and (min-width: 1127px) {
  .carbon-header-search-open #g6-uni-header-search {
    position: absolute;
    margin: 0 0 0 791px;
    left: 0px;
    right: 64px;
    width: auto;
  }

  .carbon-header-search-open #g6-uni-header-search-drop {
    position: absolute;
    margin: 0 0 0 791px;
    left: 0px;
    right: 0px;
    width: auto;
  }

}
*/
