/*
*header css file
*/
@import url("https://www.northeastern.edu/wp-content/themes/nudev/src/css/material-icons.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i");



#logo-mobile{
	     display:none;
	    width: 190px;
    float: right;
    position: relative;
    top: 16px;
    right: 35px;
}

#logo-wrap
{
	display:none;
}

header#base-header {
  margin: 60px 0 0 0;
  margin: 20px 0 0 0;
}
header#base-header > div.dmsb__header {
  width: 96vw;
  height: 100px;
  margin: 0 auto 0px auto;
  position: relative;
  font-family: 'Lato',sans-serif,'Material Icons';
}

header#base-header > div.dmsb__header > div#logo {
  height: 100%;
  display: block;
  max-width: 350px;
}

header#base-header > div.dmsb__header > div#logo svg {
  height: 90px;
}

header#base-header > div.dmsb__header > div#utilitynav {
  position: absolute;
  right: 0;
  top: 0;
}

header#base-header > div.dmsb__header > div#utilitynav > div {
  clear: both;
}
header#base-header> div.dmsb__header > div#utilitynav > div > a {

 float: right;
  margin: 0 0 0 10px;
  /* font-size: 1.6rem; */
  font-size: 16px;
  font-weight: 300;
  /* line-height: 2.8rem; */
  line-height: 28px;
  text-align: left;
  color: #979797;
  text-decoration: none;
}

header#base-header > div.dmsb__header > div#utilitynav > div > a:hover {
  color: black;
}

header#base-header > div.dmsb__header > div#utilitynav > div > div.search-div {
  margin: 0 0 0 0;
  position: relative;
}

header#base-header > div.dmsb__header > div#utilitynav > div > div.search-div>span.searchclick{
		    width: 24px;
    height: 27px;
    position: relative;
    float: right;
    display: inline-block;
    margin-top: -29px;
    cursor: pointer;
		 
	 }

header#base-header > div.dmsb__header > div#utilitynav > div > div.search-div:after {
  position: absolute;
  font-family: 'Material Icons';
  content: '\E8B6';
  color: #979797;
  font-size: 24px;
  line-height: 19.2px;
  text-align: center;
  top: 0px;
  right: 0;
  line-height: 25px;
  cursor:pointer;
}

header#base-header > div.dmsb__header > div#utilitynav > div > div.search-div > input {
  border: none;
  width: 96%;
  border-radius: unset;
  border-bottom: solid #979797 1px;
  background: none;
  /*font-size: 25.6px;*/
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

header#base-header > div.dmsb__header > div#utilitynav > div >div.search-div:hover:after {
  color: black;
}

header#base-header > div.dmsb__header > div#utilitynav > div > div.search-div:hover > input {
  border-bottom: solid black 1px;
  color: black;
}

header#base-header > div.dmsb__navigation {
  width: 100vw;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 0 auto;
  /*font-size: 25.6px;*/
  font-weight: 300;
  line-height: 44.8px;
  text-align: center;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  header#base-header {
    margin: 40px 0 0 0;
    margin: 20px 0 0 0;
  }
  header#base-header > div.dmsb__header {
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 959px) {
  header#base-header {
    margin: 30px 0 0 0;
    margin: 15px 0 0 0;
  }
  header#base-header > div.dmsb__header {
    margin: 0 auto 15px auto;
  }
}

@media screen and (max-width: 620px) {
  header#base-header {
    margin: 30px 0 0 0;
    margin: 15px 0 0 0;
  }
  header#base-header > div.dmsb__header {
    margin: 0 auto 15px auto;
    width: 92vw;
  }
  header#base-header > div.dmsb__header > div#logo svg {
    height: 40px;
  }
  header#base-header > div.dmsb__header > div#utilitynav > div > a {
      /* font-size: 1.2rem; */
    font-size: 12px;
    color: #979797;
    /* line-height: 2.6rem; */
    line-height: 26px;
    text-align: left;
  }
  header#base-header > div.dmsb__header > div#utilitynav > div > form:after {
    font-size: 25.6px;
    font-weight: 300;
    line-height: 44.8px;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  header#base-header > div.dmsb__header > div#logo svg {
    height: 35px;
  }
  header#base-header > div.dmsb__header > div#utilitynav {
    top: -9px;
  }
  header#base-header > div.dmsb__header > div#utilitynav > div > a {
  /* font-size: 1.2rem; */
    font-size: 12px;
    color: #979797;
    /* line-height: 2.6rem; */
    line-height: 26px;
    text-align: left;
  }
  header#base-header > div.dmsb__header > div#utilitynav > div > form:after {
    font-size: 25.6px;
    font-weight: 300;
    line-height: 44.8px;
    text-align: center;
  }
  header#base-header > div.dmsb__header > div#utilitynav > div > form > input {
    width: 170px;
    float: right;
  }
}









html{
	
	line-height:unset;
}
.search .search-input-wrap input.search-input{
	
	border:unset;
	background-color:#fff;
	
	border-bottom: 1px solid #cbcac9;
	border-radius:unset;
	max-width: 200px;
}

.search .search-input-wrap:hover input.search-input{
	
	border-bottom: 1px solid #000;
	
}

.search .search-input-wrap{
	
	margin-left:85px;
}
.search .search-input-wrap input.search-click{
	    background-position: -128px -53px;
    background-color: #fff;
    border-left: 0;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    width: 16px;
    padding-bottom: 9px;
   border:unset;
    /*border-bottom: 1px solid #cbcac9;*/
    
    text-transform: uppercase;
    padding: 0;
    position: relative;
   top: 6px;
    height: 20px;
    right: 16px;
}

.search .search-input-wrap {
    border: none;
	border-radius:unset;
	background-color:#fff
}


@media screen and (min-width: 668px)
.bounds-header {
    padding-top: 0px;
    
}
}
/* --------------------------------------------- new add css  --------------------------------- */


#pageContent{
	
	 -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}
#side-menu-ul li.items a:after {
    position: absolute;
    right: 5px;
    margin-right: 30px;
    content: '';
    font-weight: 700;
    font-size: 1.25em;
    line-height: .725;
	 background-image: url(../images/structure/spriteNormal-se75bb0f2d3.png);
    background-repeat: no-repeat;
}

@media screen and (max-width: 667px)
{
	#logo-mobile{
		display:block;
	}
	#logo-wrap
{
	display:block;
}
#base-header{
	display:none;
}
#side-menu-ul li.items a:after {
    position: absolute;
    right: 5px;
    margin-right: 30px;
    content: '';
    font-weight: 700;
    font-size: 1.25em;
    line-height: .725;
	 background-image: url(../images/structure/spriteNormal-se75bb0f2d3.png);
    background-repeat: no-repeat;
}
.back:before, .bounds-header nav>ul>li:before, .bounds-header nav>ul>li:hover>a:before, .bounds-header nav>ul>li>a.active:before, .bounds-header nav>ul>li>a:before, .content-scroll.horizontal .scroll-left, .content-scroll.horizontal .scroll-right, .inner-nav-toggle.open:after, .inner-nav-toggle:after, .items>a:after, .large-left.extended .content-scroll .scroll-down, .large-left.extended .content-scroll .scroll-up, .light-gray .arrowed.side-bottom.large:after, .light-gray .arrowed.side-bottom:after, .light-gray .arrowed.side-left:after, .light-gray .arrowed.side-right.grey:after, .light-gray .arrowed.side-right.large:after, .light-gray .arrowed.side-right:after, .light-gray .arrowed.side-top.large:after, .light-gray .arrowed.side-top:after, .news-filters>li:before, .news-filters>li:hover>span:after, .news-filters>li>span.active:after, .news-filters>li>span:after, .pagination .next, .pagination .prev, .program-list-wrap .column-wrap.dotted .video-link .audio-button:after, .search .search-input-wrap input[type=submit], .social-links a.email, .social-links a.facebook, .social-links a.instagram, .social-links a.linkedin, .social-links a.printer, .social-links a.twitter, .social-links a.youtube, .social-links.med a.facebook, .social-links.med a.instagram, .social-links.med a.linkedin, .social-links.med a.twitter, .social-links.med a.youtube, .social-media-updates .social-content .link-list li a:before, .social-media-updates .tweet-controls a.favorite:before, .social-media-updates .tweet-controls a.more:before, .social-media-updates .tweet-controls a.reply:before, .social-media-updates .tweet-controls a.retweet:before, .special-callout .video-link .audio-button:after, .spriteNormal-sprite, .standard-content .link-list li:before, .video-link .audio-button:after {
    background-image: url(../images/structure/spriteNormal-se75bb0f2d3.png);
    background-repeat: no-repeat;
}


}







