/* 
 * Supplementary CSS for pop-up Dartmouth header with Dartmouth Green theme
 *
 * 2018-01-19 changes for new Dartmouth logo and fonts
 * 2019-05-23 minor alignment adjustments
 * 2019-06-03 fix to search icon position in mobile view
 * 2019-08-27 fix so search icon is in search box
 *
 */

/* Header */
.header-main {
  padding-top: 38px;     /* 2018-01-19 changed from 20px for new logo */
  padding-bottom: 33px;  /* 2018-01-19 changed from 20px for new logo */
  background-color: #FFF;
  position: relative;
}

.header-main .logo {
  width: 314px;  /* 2018-01-19 changed to match new logo */
  height: 33px;
  background: url('../images/logo.png') no-repeat;
  text-indent: -9999px;
  float: left;
  display: inline-block;
}

/* Dartmouth navigation */

#btn-nav-dartmouth {
  float: right;
  /* margin-top: 10px; */  /* 2018-01-19 removed so that Dartmouth menu is higher */
  margin-right:6px;
}

#btn-nav-dartmouth a {
  font-family: National2WebMedium, Arial, Sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #00693f;
}

#btn-nav-dartmouth span.icn {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/sprite.png') 0 0 no-repeat;
  margin-right: 15px;
}

#btn-nav-dartmouth.is-on a {
  color: #999;
}

#btn-nav-dartmouth.is-on span.icn {
  background-position: -125px -25px;
}

#nav-dartmouth {
  display:none;
  overflow: hidden;
  position: relative;
  width:100%;
}

#nav-dartmouth:focus {
  outline: none;
}

#nav-dartmouth ul {
  list-style:none;
}

#nav-dartmouth .nav-dartmouth-table {
  background-color: #FFF;
  padding: 15px;
  display:table;
  width:100%;
}

#nav-dartmouth li.three.column {
  padding-left: 20px;
  border-left: 1px solid #C1C1C1;
  display: table-cell;
  float:none;
  vertical-align: top;
  width:25%;
  position: relative;
}

#nav-dartmouth li.three.column h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  margin: 6px 0 15px 0;
  font-weight:normal;
  font-size:  1.15rem;
  letter-spacing: 0.5px;
}

#nav-dartmouth li.three.column h3.more {
  display: none;
}

#nav-dartmouth li.three.column h3 a {
  display: block;
  color: #00693E;
  text-decoration: none;
  font-family: National2Web, Arial, sans-serif;
  cursor: default;
  pointer-events: none;
}

#nav-dartmouth li.three.column ul {
  list-style: none;
  padding: 0;
  margin: 0; /* 2019-05-23 added to stop indent of top list items */
}

#nav-dartmouth li.three.column ul li {
  margin: 10px 0;
  line-height: 1;
}

#nav-dartmouth li.three.column ul li a {
  color: #333;
  text-decoration: none;
  font-family: National2Web, Arial, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

#nav-dartmouth li.three.column ul li a:hover {
  text-decoration: underline;
}

#nav-dartmouth .close-nav {
  top: 15px;
  right: 15px;
}

#search-dartmouth {
  margin-top: 30px;
  position: relative; /* 2019-08-27 added so magnifying glass is in search box */
}

#search-dartmouth label {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

#search-dartmouth fieldset {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}

#search-dartmouth input {
  width: 95%;  /* 2019-05-23 changed from 100% to display right corners of input box */
  padding: 10px;
  background-color: #eee;
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 1.125em;
  font-family: National2Web, Arial, sans-serif;
  padding-right: 40px;
}

.lt-ie9 #input-search-dartmouth {
  padding-top: 12px;
  padding-bottom: 12px;
}

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

#search-dartmouth .icn-search {
  width: 25px;
  height: 14px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('../images/sprite.png') -75px -25px no-repeat;
  text-indent: -9999em;
  padding: 0;
}

#search-dartmouth .icn-search.in-focus {
  text-indent: 0;
  border: none;
  background: #09434e;
  width: 37px;
  height: 35px;
  color: #fff;
  top: 4px;
  right: 4px;
  font-size: 16px;
  font-family: National2WebBold, 'Arial Black', Sans-serif;
  text-align: center;
}

#search-dartmouth .icn-search.in-focus:hover {
  background: #333;
}

.close-nav {
  display: none;
  position: absolute;
  top: -10px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url('../images/sprite.png') -325px -75px no-repeat;
}

@media all and (max-width: 767px) {

  #main-content {
    min-height: 50px;
    padding-bottom: 0;
  }

  /* Main Header */
  .header-main {
    padding-top:16px;
    padding-bottom:16px;
  }

  .header-main .logo {
    margin-left:12px;
    background: url('../images/logo-mobile.png');
    width: 276px;  /* 2018-01-19 changed for 176 for new logo */
    height: 29px;
  }

  /* Dartmouth navigation */
  #btn-nav-dartmouth {
    margin-right:0px;
    margin-top:0px;  /* 2018-01-19 changed from 3 px to better center menu icon */
  }

  #btn-nav-dartmouth a {
    width: 30px;
    height: 30px;
  }
  
  #btn-nav-dartmouth a span.btn-txt {
    display: none;
  }
  
  #nav-dartmouth .close-nav {
    display: none !important;
  }
  
  #nav-dartmouth li.three.column {
    display: block;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #C1C1C1;
    padding-left:0;
    clear:both;
  }
  
  #nav-dartmouth .nav-dartmouth-table {
  	padding:0;
  }
  
  #nav-dartmouth li.three.column.is-open {
    border-bottom: none;
  }
  
  #nav-dartmouth li.three.column:last-child {
    border-bottom: none; 
  }
  
  #nav-dartmouth li.three.column ul {
    display: none;
  }
  
  #nav-dartmouth li.three.column h3 {
    margin: 0;
    cursor:pointer;
  }
  
  #nav-dartmouth li.three.column h3 a {
    margin: 0 0;
    padding: 15px 0;
    cursor:pointer;
  }
	
  #nav-dartmouth li.three.column ul {
    display:none;
    margin:0 0 0px;
  }
  
  #nav-dartmouth li.three.column h3 {
    display: block;
    position:relative;
  }
  
  #nav-dartmouth li.three.column h3 .arrow {
    width: 8px;
    height: 5px;
    display: block;
    position: absolute;
    top: 25px;
    right: 4px;
    background: url('../images/sprite.png') -275px -25px no-repeat;	
  }
  
  #nav-dartmouth li.three.column.is-open h3 .arrow {
    background-position: -292px -25px;
  }
  
  #nav-dartmouth li.three.column ul li {
    font-size: .9em;
    line-height: 1.15em;
    display: table;
    float: left;
    vertical-align: middle;
	width: 49%;
	height: 46px;
	background-color: #E1E1E1;
	text-align:center;
	margin: 0 0 3px 0;
	overflow:hidden;
	border-right:solid 3px #fff;
  }

  #nav-dartmouth li.three.column ul li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	height: 46px;
	padding-left: 7px;
	padding-right: 7px;
	width: 100%;
  }
  
  #nav-dartmouth li.three.column ul li a:hover {
    background-color: #e9e9e9;
    text-decoration: none
  }

  #search-dartmouth {
    position: relative;
    margin-top: 20px;
    padding-top:10px;
    clear:both;
  }
  
  #search-dartmouth fieldset {
    margin-right:10px;
  }

  #search-dartmouth input {
    padding-right:0;
    width: 100%;  /* 2019-06-03 changed to 100% so icon is within box */      
  }
  
  #search-dartmouth .icn-search {
    right:0;
    top: 25px; /* 2019-08-27 changed from 15 so icon is slightly lower in search box */
  }

  .nav-dept-menu.universal {
    display: block;
    position: absolute;
    left: 14px;
    top: 39%;
    z-index: 999;
  }
}