#header {
  font-family: ShermanSerif, "Times New Roman", Times, serif;
  background-color: #ffffff;
  table-layout: fixed;
  width: 100%;
  height: 66px;
}

#header-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 66px;
}

#header-row-1 {
  display: table-row;
  height: 66px;
}

.header-table-cell {
  display: table-cell;
  height: 64px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
  border-bottom: 1px solid #cfcfcf;
}

#header-skip-header {
  position: absolute;
  top: 0px;
  left: -10000px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 5px 15px;
  font-size: 1.5rem;
  text-decoration: none;
  color: #404040;
}

#header-skip-header:focus,
#header-skip-header:hover {
  left: 220px;
  top: 15px;
  z-index: 10000;
  color: #d44500;
  text-decoration: underline;
}

#header input[type='text'],
#header textarea,
#header select {
  -webkit-appearance: none;
}

/*
#header a:hover {
  background-image: linear-gradient(#6f777d 0%, #6f777d 100%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 85%;
  text-shadow: 3px 0 white, 2px 0 white, 1px 0 white, -1px 0 white, -2px 0 white, -3px 0 white;
}
*/

#header a {
  color: #d44500;
  text-decoration: none;
}

#header a:hover,
#header a:focus {
  color: #d44500;
  text-decoration: underline;
  -webkit-text-decoration-color: #6f777d;
  -moz-text-decoration-color: #6f777d;
  text-decoration-color: #6f777d;
  outline: 0;
}

#header a:active {
  text-decoration: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Branding
 */

#header-branding {
  height: 64px;
  width: 255px;
  max-width: 255px;
  background: #d44500;
  border-bottom: 1px solid #973100;
}

#header-branding h1 {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  font-size: 10px;
  -webkit-margin-before:0;
  -webkit-margin-after:0;
}

#header-branding h1 a {
  display: inline-block;
  padding: 14px 15px 16px 0;
  width: auto;
  cursor: pointer;
}

#header-branding h1 a:hover {
  background: #e54d00;
  transition: background-color 0.15s cubic-bezier(0,.45,.55,1);
}

#header-branding picture img {
  padding: 2px 0px 0 15px;
  width: 100%;
  max-width: 136px;
  height: 34px;
}

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

  #header-branding {
    width: auto;
    width: 100%;
  }

}

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

  #header-branding picture img {
    max-width: 240px;
  }

}

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

  #header-branding {
    width: 276px;
    max-width: 276px;
  }

  #header-branding picture img {
    width: 100%;
    max-width: 275px;
    padding-right: 3px;
  }

}

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

  #header-branding {
    border-right: 1px solid #973100;
  }

}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Menu Button
 */

/*
#header-menu-button {
  border-color: #973100;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  width: 46px;
  max-width: 46px;
}

#header-menu-button button {
  height: 65px;
  width: 45px;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border: none;
  text-indent: -9999px;
  background: #d44500;
  background-image: url("../img/menu.svg") !important;
  background-size: 18px 14px !important;
  background-position: 13px 23px !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  box-shadow: none;
}
*/

#header-menu-button {
  border-color: #973100;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  width: 66px;
  max-width: 66px;
}

#header-menu-button button {
  height: 66px;
  width: 66px;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border: none;
  text-indent: -9999px;
  background: #d44500;
  background-image: url("../img/menu.svg") !important;
  background-size: 18px 14px !important;
  background-position: 23px 23px !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  box-shadow: none;
}

#header-menu-button button:focus {
  outline: none;
}

#header-menu-button button:hover,
#header-menu-button button:focus {
  background: #e54d00;
  transition: background-color 0.15s cubic-bezier(0,.45,.55,1);
}

#header-menu li.open > ol {
  height: auto;
}

/*
@media screen and (max-width: 655px) {

  /*#header-menu-button {
    width: 64px;
  }

  #header-menu-button button {
    width: 64px;
    background-position: 21px 23px !important;
  }

}
*/

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

  #header-menu-button {
    width: 0px;
    border-width: 0;
  }

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Navigation Links
 */

#header-nav-top {
  width: 0;
  /*overflow: hidden;*/
  /*width: 100%;*/
  /*width: 463px;*/
  height: 66px;
}

#header-nav-top-container {
  display: table;
  width: 100%;
  height: 66px;
}

#header-nav-top ul {
  display: table-row;
  margin: 0;
  padding: 0;
  list-style: none;
  /*padding: 0 17px;*/
  /*width: 1000px;*/
  font-size: 25px;
  height: 64px;
}

#header-nav-top ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: auto;
  /*display: inline-block;*/
  /*font-size: 25px;*/
  font-size: 2.1rem;
  /*padding: 15px 28px 15px 0;*/
  padding: 15px 15px 15px 0;
  text-align: center;
}

#header-nav-top ul li#header-link-life {
  padding-right: 28px;
}

#header-nav-top ul li:first-child {
  padding-left: 28px;
}


#header-nav-top ul li a {
  display: inline-block;
  font-size: 2.1rem;
  text-decoration: none;
  color: #404040;
  line-height: normal;
  cursor: pointer;
  /*padding: 13px 12px 19px 12px;*/
  /*transition: all 0.15s cubic-bezier(0,.45,.55,1);*/
}

#header-nav-top ul li a:hover,
#header-nav-top ul li a:focus {
  color: #d44500;
  text-decoration: underline;
  outline: 0;
}

#header-nav-top ul li#header-link-athletics,
#header-nav-top ul li#header-link-alumni {
  width: 0px;
  max-width: 0px;
  padding: 0px;
  overflow: hidden;
}

#header-nav-top ul li#header-link-athletics a,
#header-nav-top ul li#header-link-alumni a  {
  width: 0px;
  overflow: hidden;
}

#header-nav-top ul li#header-link-more {
  width: 104px;
  border-left: 1px solid #cfcfcf;
}

#header-nav-top ul li#header-link-more {
  padding: 0;
  width: 104px;
  max-width: 104px;
}

#header-link-more button {
  /*width: 104px;*/
  padding: 0px 33px 0px 17px;
  font-size: 2.1rem;
  font-style: italic;
  background-color: #ffffff;
  border: none;
  border-radius: none;
  background-image: url(../img/triangle-down.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
}

#header-link-more button:focus {
  outline: 0;
}

#header-link-more button:hover,
#header-link-more button:focus {
  text-decoration: underline;
  box-shadow: none;
  outline: 0;
}

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

  #header-nav-top ul li#header-link-life {
    padding-right: 15px;
  }

  #header-nav-top ul li#header-link-athletics{
    width: auto;
    max-width: none;
    padding: 15px 28px 15px 0;
    overflow: auto;
  }

  #header-nav-top ul li#header-link-athletics a {
    width: auto;
    overflow: visible;
  }

}

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

  #header-nav-top ul li#header-link-athletics {
    padding-right: 15px;
  }

  #header-nav-top ul li#header-link-alumni {
    width: auto;
    max-width: none;
    padding: 15px 28px 15px 0;
    overflow: auto;
  }

  #header-nav-top ul li#header-link-alumni a {
    width: auto;
    overflow: visible;
  }

}


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

  /*
  #header-nav-top {
    width: auto;
  }

  #header-nav-top ul {
    margin: 0 auto;
    width: 463px;
  }
  */

}

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


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


}

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

  #header-nav-top {
    width: 100%;
  }

}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Search Box
 */
#header-search-form {
  display: inline;
}

#header-search {
  width: 0;
  border-left: 1px solid #cfcfcf;
}

#header-search-input {
  font-family: ShermanSans, "Trebuchet MS", Tahoma, sans-serif;
  border: none;
  border-radius: 0;
  height: 64px;
  padding: 0 15px 7px 55px;
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: normal;
  background: url("../img/search.svg") 21px 43% no-repeat;
  background-size: 18px 18px;
  width: 100%;
  -webkit-appearance: textfield;
  box-sizing: border-box !important;
}

#header-search-input:focus {
  outline: 0;
}

/* Safari Hack */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
  @media {

    #header-search-input {
      padding: 13px 0 10px 43px;
      /*height: 45px;*/
    }

  }
}

#header-search-input:focus {
  outline: none;
}

#header-search-toggle {
  width: 65px;
  border-left: 1px solid #cfcfcf;
}

#header-search-toggle button {
  height: 64px;
  width: 65px;
  text-indent: -9999px;
  background: url('../img/search.svg') no-repeat 50% 47%;
  background-size: 18px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

#header-search-toggle button:focus {
  outline: none;
}

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

  #header-search {
    width: 0;
  }


  #header-search-toggle {
    width: 65px;
    border-left: 0;
  }


}

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

  #header-search-toggle {
    border-left: 1px solid #cfcfcf;
  }

}

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

  #header-search {
    width: auto;
    border-left: 0;
    width: 100%
  }

  #header-search-toggle {
    width: 0;
  }

}

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

  #header-search {
    width: 0;
  }


  #header-search-toggle {
    width: 64px;
  }

  #header-search-toggle button {
    width: 64px;
  }




}


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

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

.carbon-header-search-open #header-search-toggle button {
  background: url( '../img/close-gray.svg' ) no-repeat 52% 47%;
  background-size: 15px;
}

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

  .carbon-header-search-open #header-nav-top {
    width: 0;
  }

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

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

  .carbon-header-search-open #header-search-toggle button {
    background: url( '../img/close-gray.svg' ) no-repeat 52% 47%;
    background-size: 15px;
  }

}

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

  .carbon-header-search-open #header-search-toggle {
    width: 65px;
    border-left: 1px solid #cfcfcf;
  }

  .carbon-header-search-open #header-search-toggle button {
    background: url( '../img/close-gray.svg' ) no-repeat 52% 47%;
    background-size: 15px;
  }

}

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

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

  .carbon-header-search-open #header-search-toggle button {
    background: url( '../img/close-gray.svg' ) no-repeat 52% 47%;
    background-size: 15px;
  }

  .carbon-header-search-open #header-branding,
  .carbon-header-search-open #header-menu-button {
    width: 0;
    border-width: 0;
  }

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Local Navigation
 */

#nav-local {
  display: block;
  margin-top: 1px;
  overflow: hidden;
  height: 48px;
  font-family: ShermanSans, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  border-bottom: 2px solid #ccc;
  background: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

#nav-local ol,
#nav-local ul {
  /*background: #ffffff;*/
  height: 46px;
  overflow: hidden;
  margin-top: 1px;
  /*border-left: 1px solid #cfcfcf;*/
}

span.hoverLeft, span.hoverRight {
	display: block;
	position: absolute;
	width: 30px;
	height: 46px;
	z-index: 2;
}
span.hoverRight {
	right: 0;
  top: 67px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.88));
	background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.88));
	background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.88));
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.88));
}

.admin-bar span.hoverRight {
  top: 99px;
}

@media screen and (max-width: 782px) {
  .admin-bar span.hoverRight {
    top: 103px;
  }
}

span.hoverLeft:hover {
	cursor: w-resize;
}
span.hoverRight:hover {
	cursor: e-resize;
}

#nav-local .scroller {
  height: 47px;
  height: 100px;
  overflow-x: scroll;
  white-space: nowrap;
  margin-top: -1px;
}

#nav-local-breadcrumbs {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #cfcfcf;
}

#nav-local-breadcrumbs li {
  display: inline-block;
}

#nav-local-breadcrumbs li:before {
  position: relative;
  left: -1px;
  content: "/";
  color: #767676;
  font-weight: normal;
}

#nav-local-breadcrumbs li:first-child:before {
  content: "";
}

#nav-local-breadcrumbs li:first-child a {
  margin-left: 15px;
}

#nav-local-breadcrumbs li a,
#nav-local-dropdown li a,
#nav-local-browse li a {
  /*font-family: ShermanSerif, Georgia, serif;
  font-size: 1.7rem;*/
  display: inline-block;
  /*padding: 9px 0 14px 0; */
  margin: 9px 10px 14px 10px;
  color: #4a4a4a;
  transition: color 0.15s cubic-bezier(0,.45,.55,1);
  text-decoration: none;
}

#nav-local-breadcrumbs li a:hover,
#nav-local-dropdown li a:hover,
#nav-local-browse li a:hover,
#nav-local-breadcrumbs li a:focus,
#nav-local-dropdown li a:focus,
#nav-local-browse li a:focus {
  color: #dd4500;
  text-decoration: underline;
  outline: 0;
}

#nav-local-browse li a {
  font-family: ShermanSerif, Georgia, serif;
  font-size: 1.7rem;
  margin: 8px 10px 14px 10px;
}

#nav-local-breadcrumbs li.current a {
  margin-right: 17px;
  color: #d44500;
  cursor: default;
  text-decoration: underline;
}

#nav-local-dropdown {
  display: inline-block;
  /*float: left;*/
  /*border-left: 1px solid #cccccc;*/
  /*
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  */
  margin: 0;
  padding: 0 10px 0 5px;
  list-style: none;
  white-space: nowrap;
}

#nav-local-dropdown li {
  display: inline-block;
}

#nav-local-dropdown li.in-this-section {
  display: none;
}

#nav-local-browse {
  display: inline-block;
  white-space: nowrap;
  margin: 1px 0 0 0;
  padding: 0 10px 0 5px;
  list-style: none;
  height: 46px;
  overflow: hidden;
  border-left: 1px solid #cfcfcf;
}

#nav-local-browse li {
  display: inline-block;
}


@media screen and (min-width: 55em) {

  #nav-local-breadcrumbs {
    border-right: 0;
    padding-right: 2px;
  }

  #nav-local-breadcrumbs li {
    /*width: 50%;
    padding: 3em 30px 11em;*/
    border: none;
  }

  #nav-local-breadcrumbs li.current a {
    margin-right: 13px;
  }

  #nav-local-breadcrumbs li:last-of-type a {
    margin-right: 15px;
  }

  #nav-local-dropdown {
    position: absolute;
    z-index: 1000;
    display: inline-block;
    overflow: visible !important;
    height: auto !important;
    /*margin-left: -1px;*/
    padding: 0;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
  }

  #nav-local-dropdown li.in-this-section {
    display: block;
    padding: 0 7px;
  }

  #nav-local-dropdown li.in-this-section.open {
    border-bottom: 2px solid #cfcfcf;
  }

  #nav-local-dropdown li:first-child {
    /*padding: 9px 32px 15px 15px;*/
    /*padding: 9px 15px 15px 15px;*/
  }

  #nav-local-dropdown li:first-child a {
    font-style: italic;
  }

  #nav-local-dropdown a {
    color: #444444 !important;
    text-decoration: none;
  }

  #nav-local-dropdown li {
    display: block;
    width: auto;
  }

  #nav-local-dropdown li.dropdown {
    height: 0;
    width: 0;
    font-size: 0;
  }

  #nav-local-dropdown li.dropdown a {
    margin: 9px 13px 9px 14px;
  }

  #nav-local-breadcrumbs li a:hover,
  #nav-local-dropdown li a:hover,
  #nav-local-browse li a:hover,
  #nav-local-breadcrumbs li a:focus,
  #nav-local-dropdown li a:focus,
  #nav-local-browse li a:focus {
    color: #dd4500 !important;
    outline: 0;
    text-decoration: underline;
  }

  #nav-local-dropdown li.dropdown.open {
    color: #505050;
    height: auto;
    font-size: inherit;
    background-color: #ffffff;
    /*padding: 9px 15px;*/
    width: 100%;
  }

  #nav-local-dropdown li.dropdown {
    /*border-left: 1px solid #cfcfcf;*/
    padding-left: 1px;
  }

  #nav-local-dropdown li.dropdown.open:nth-child(2) {
    padding-top: 9px;
    margin-top: -1px;
  }

  #nav-local-dropdown li.dropdown.open:last-child {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 9px;
  }

  /*
  #nav-local-dropdown li.in-this-section a:after {
    vertical-align: top;
    display: inline-block;
    content: "\25BC";
    padding: 6px 0 0 5px;
    color: #767676;
    font-size: 0.9rem;
    font-style: normal;
    transform: scale(1,0.65);
  }
  #nav-local-dropdown li.in-this-section.open a:after {
    padding: 0 5px 6px 0;
    transform: scale(1,0.65) rotate(180deg);
  }
  */

  #nav-local-dropdown li.in-this-section a:first-of-type {
    display: inline-block;
    padding-right: 15px;
    background-image: url(../img/triangle-down.svg);
    background-position: right 10px;
    background-repeat: no-repeat;
    background-size: 8px 5px;
  }

  #nav-local-dropdown li.in-this-section.open a:first-of-type {
    background-image: url(../img/triangle-up.svg);
  }

  #nav-local-browse {
    display: none;
  }

}

@media screen and (min-width: 73em) {

  #nav-local-breadcrumbs li {
    /*padding: 3em 30px 12.5em;*/
  }

}
