/*
*home page  css

*/




@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");




/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/* These are variables for the header */
/* These are variables for the main navigation */
* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body {
  font-family: 'Lato',sans-serif,'Material Icons';
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px 0;
}

section {
  width: 96vw;
  margin: 0 auto 0 auto;
  position: relative;
  font-family: 'Lato',sans-serif,'Material Icons';
}

section h2 {
 width: 100%;
  text-align: center;
  /* font-size: 3.2rem; */
  font-size: 32px;
  font-weight: 300;
  /* line-height: 4.8rem; */
  line-height: 48px;
  text-align: center;
  margin: 0 0 30px 0;
  font-family: 'Lato',sans-serif,'Material Icons';
}

section a.button {
  max-width: 350px;
  width: 200px;
  height: 44px;
  display: block;
  margin: 30px auto 0 auto;
  border: solid black 1px;
  background: none;
  text-transform: uppercase;
  /* font-size: 1.6rem; */
  font-size: 16px;
  font-weight: 300;
  /* line-height: 2.8rem; */
  line-height: 28px;
  text-align: center;
  color: black;
  text-decoration: none;
  line-height: 44px;
  padding: 0 15px;
  font-family: 'Lato',sans-serif,'Material Icons';
}

section a.button:hover {
  background: #979797;
}

section.dmsb__hero {
  overflow: auto;
  width: 100vw;
  margin: 0 auto 60px auto;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: url(../_images/DMSB_bg.jpg);
  height: auto;
}

section.dmsb__hero > div {
  width: 96vw;
  margin: 30px auto 30px auto;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: auto;
}

section.dmsb__hero > div:last-of-type {
  height: 48vh;
}

section.dmsb__hero > div.overlay {
  margin: 0 0 0 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

section.dmsb__hero > div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*margin: 0 30px 0 0;*/
  margin: 0 0 0 0;
}

section.dmsb__hero > div > div.50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

section.dmsb__hero > div > div.dmsb__hero-copyblock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.dmsb__hero > div > div.dmsb__hero-copyblock > h2 {
   width: 100%;
  padding: 100px 0 0 0;
  margin: 0 auto 30px auto;
  color: #fff;
  /* font-size: 5.0rem; */
  font-size: 50px;
  font-weight: 300;
  /* line-height: 7.2rem; */
  line-height: 72px;
  text-align: center;
}

section.dmsb__hero > div > div.dmsb__hero-copyblock > a {
   display: block;
  width: 200px;
  height: 44px;
  /* font-size: 1.6rem; */
  font-size: 16px;
  font-weight: 300;
  /* line-height: 2.8rem; */
  line-height: 28px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 44px;
  text-align: center;
  margin: 0 auto 100px auto;
  background: #b9261a;
  color: white;
  padding: 0 0 0 0;
  text-decoration: none;
   font-family: 'Lato',sans-serif,'Material Icons';
}

section.dmsb__hero > div > div.dmsb__hero-copyblock > a:hover {
  background: #930000;
}

section.dmsb__hero > div > div.last {
  margin: 0 0 0 0;
}

section.dmsb__hero > div > div.alumninetwork {
  background: url(../_images/video_poster_e925657dbd564dd2b97dedd4425b871b-0c82f28f3e2f-11dad28__1_.jpg);
}

section.dmsb__hero > div > div.dmsb__grid-item {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 48vh;
  position: relative;
}

section.dmsb__hero > div > div.dmsb__grid-item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 200;
  border-bottom: none;
  color: transparent;
  background: transparent;
  font-family: 'Lato',sans-serif,'Material Icons';
}

section.dmsb__hero > div > div.dmsb__grid-item > a:hover ~ div.nu__panel-content {
  background: rgba(0, 0, 0, 0.6);
}

section.dmsb__hero > div > div.dmsb__grid-item > a:hover ~ div.nu__panel-content p {
  opacity: 1;
}

section.dmsb__hero > div > div.dmsb__grid-item > a:hover ~ div.nu__panel-content h2 {
  opacity: 0.4;
}

section.dmsb__hero > div > div.dmsb__grid-item:nth-child(1) {
  margin: 0 30px 0 0;
}

section.dmsb__hero > div > div.dmsb__grid-item:nth-child(2) {
  margin: 0 30px 0 0;
}

section.dmsb__hero > div > div.dmsb__grid-item:nth-child(3) {
  margin: 0 0 0 0;
}

section.dmsb__hero > div div.nu__panel-content {
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: background-color 0.20s ease-out;
  transition: background-color 0.20s ease-out;
}

section.dmsb__hero > div div.nu__panel-content > div {
  width: 100%;
  position: absolute;
  margin: 0 auto 0 auto;
  bottom: 1.2vw;
  z-index: 100;
}

section.dmsb__hero > div div.nu__panel-content > div > p {
 color: #fffffe;
  max-width: 90%;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
  z-index: 2;
  opacity: 0;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
   font-family: 'Lato',sans-serif,'Material Icons';
  
}
section.dmsb__hero > div div.nu__panel-content > div > p:after {
  color: #cc0000;
  content: '\E8E4';
  vertical-align: -20%;
}

section.dmsb__hero > div div.nu__panel-content > div > h2 {
  padding-bottom: 0;
  bottom: 1.2vw;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  z-index: 100;
  text-align: center;
  width: 100%;
  max-width: 90%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

section.dmsb__hero > div div.nu__panel-content > div > h2 > span {
  border-bottom: 2px solid #cc0000;
  padding-bottom: 5px;
  color: #fffffe;
   font-family: 'Lato',sans-serif,'Material Icons';
}

section.dmsb__hero > div div.gradient {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

section.dmsb__latestnews {
  width: 100vw;
  margin: 0 auto 60px auto;
  min-height: 500px;
}

section.dmsb__latestnews > a#prev,
section.dmsb__latestnews > a#next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 50px;
  height: 100px;
  background: red;
  z-index: 500;
  color: white;
  font-size: 54.4px;
  line-height: 76.8px;
  text-align: center;
  font-weight: 300;
  line-height: 110px;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

section.dmsb__latestnews > a#prev:hover,
section.dmsb__latestnews > a#next:hover {
  background: rgba(255, 0, 0, 0.8);
  cursor: pointer;
}

section.dmsb__latestnews > a#prev {
  left: 0;
  text-align: left;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
      font-size: 32px;
	      font-family: 'Lato',sans-serif,'Material Icons';
}

section.dmsb__latestnews > a#next {
  right: 15px;
  text-align: right;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
      font-size: 32px;
	      font-family: 'Lato',sans-serif,'Material Icons';
}

section.dmsb__latestnews > div {
  width: 68.5vw;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.dmsb__latestnews > div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40vh;
  margin: 0 30px 0 0;
  font-size: 25.6px;
  font-weight: 300;
  line-height: 44.8px;
  text-align: left;
}

section.dmsb__latestnews > div > div > div > h3 {
 font-size: 30px;
  border-bottom: solid #979797 1px;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  /* font-size: 2.0rem; */
  font-size: 20px;
  font-weight: 700;
  /* line-height: 3.2rem; */
  line-height: 32px;
  text-align: left;
}

section.dmsb__latestnews > div > div > a {
  font-size: 25.6px;
  font-weight: 300;
  line-height: 44.8px;
  text-align: left;
}

section.dmsb__latestnews > div > div > a:hover {
  border-bottom: solid #bb261a 2px;
}

section.dmsb__latestnews > div > div.image {
  background-color: white;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

section.dmsb__latestnews > div > div.last {
  margin: 0 0 0 0;
}

section.dmsb__latestnews > ul {
  width: 150px;
  margin: 30px auto 0 auto;
  list-style: none;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.dmsb__latestnews > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*width: 40px;
  height: 40px;*/
  margin: 0 10px 0 0;
}

section.dmsb__latestnews > ul > li:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
}

section.dmsb__latestnews > ul > li:after {
  font-size: 22.4px;
  line-height: 51.2px;
  text-align: center;
  font-weight: 300;
  content: '\e836';
  font-family: 'Material Icons';
}

section.dmsb__latestnews > ul > li:last-of-type {
  margin: 0 0 0 0;
}

section.dmsb__latestnews > ul .selected:after {
  content: '\e837';
  font-family: 'Material Icons';
}

section.dmsb__videos {
  width: 96vw;
  margin: 0 auto 60px auto;
}

section.dmsb__videos > div {
  width: 100%;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 30px 0 0;
}

section.dmsb__videos > div > div.details {
  width: 70vw;
  margin: 0 30px 0 0;
}

section.dmsb__videos > div > div.details > h2 {
 text-align: left;
  padding: 0 0 0 0;
  margin: 20px 0 5px 0;
  /* font-size: 1.6rem; */
  font-size: 16px;
  font-weight: 700;
  /* line-height: 2.8rem; */
  line-height: 28px;
  text-align: left;
    font-family: 'Lato',sans-serif,'Material Icons';
}

section.dmsb__videos > div > div.details > p {
margin: 0 0 10px 0;
    font-size: 25.6px;
    font-weight: 300;
    line-height: 44.8px;
    text-align: left;
    display: block;
    /* font-weight: bolder; */
    font-size: 16px;
    line-height: 22.4px;
    font-family: 'Lato',sans-serif,'Material Icons';
}

section.dmsb__videos > div > div.details > a {
  /* font-size: 1.6rem; */
  font-size: 16px;
  font-weight: 300;
  /* line-height: 2.8rem; */
  line-height: 28px;
  text-align: left;
    font-family: 'Lato',sans-serif,'Material Icons';
}

section.dmsb__videos > div > div.details > a:hover {
  border-bottom: solid #bb261a 2px;
}

section.dmsb__videos > div > div.details > div {
  width: 100%;
  height: 580px;
  background-color: white;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

section.dmsb__videos > div > div.details > div:hover {
  cursor: pointer;
}

section.dmsb__videos > div > div.details > div:hover > svg {
  fill: white;
}

section.dmsb__videos > div > div.details > div > svg {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: rgba(255, 255, 255, 0.8);
}

section.dmsb__videos > div > div.list {
  width: 26vw;
  margin: 0 0 0 0;
}

section.dmsb__videos > div > div.list > ul {
  list-style: none;
  list-style-type: none;
}

section.dmsb__videos > div > div.list > ul > li {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section.dmsb__videos > div > div.list > ul > li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 150px;
  margin: 0 20px 0 0;
  background-color: white;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  cursor: pointer;
}

section.dmsb__videos > div > div.list > ul > li > div > p {
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 5px 10px 5px 10px;
  background: rgba(255, 255, 255, 0.6);
}

section.dmsb__videos > div > div.list > ul > li > div.active > p {
  display: none;
}

section.dmsb__videos > div > div.list > ul > li > div.active:before,
section.dmsb__videos > div > div.list > ul > li > div:hover:before {
  font-family: 'Material Icons';
  content: '\e037';
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  position: absolute;
  z-index: 100;
}

section.dmsb__videos > div > div.list > ul > li > div.active:after,
section.dmsb__videos > div > div.list > ul > li > div:hover:after {
  content: "";
  background-color: black;
  opacity: .7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

section.dmsb__videos > div > div.list > ul > li > p {
 -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* font-size: 1.6rem; */
  font-size: 16px;
  font-weight: 700;
  /* line-height: 2.8rem; */
  line-height: 28px;
  text-align: left;
}

section.dmsb__videos > div > div.list > ul > li > p > span {
  display: block;
  font-weight: bolder;
    font-family: 'Lato',sans-serif,'Material Icons';
}

section.dmsb__events {
  width: 50vw;
  margin: 0 auto 60px auto;
  min-height: 500px;
}

section.dmsb__events > ul {
  list-style: none;
  list-style-type: none;
}

section.dmsb__events > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  min-height: 245px;
  margin: 0 0 30px 0;
}

section.dmsb__events > ul > li.last {
  margin: 0 0 0 0;
}

section.dmsb__events > ul > li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 30px 0 0;
}

section.dmsb__events > ul > li > div.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 51.2px;
  text-align: center;
  height: 245px;
  background-color: #eae7d7;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

section.dmsb__events > ul > li > div.image > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.dmsb__events > ul > li > div.details {
  margin: 0 0 0 0;
}

section.dmsb__events > ul > li > div.details > h4 {
  margin: 0 0 10px 0;
  /* font-size: 2.0rem; */
  font-size: 20px;
  font-weight: 700;
  /* line-height: 3.2rem; */
  line-height: 32px;
  text-align: left;
}

section.dmsb__events > ul > li > div.details > h5 {
    /* font-size: 1.6rem; */
  font-size: 16px;
  font-weight: 700;
  /* line-height: 2.8rem; */
  line-height: 28px;
  text-align: left;
  margin: 0 0 10px 0;
}

section.dmsb__events > ul > li > div.details > p {
      /* font-size: 1.6rem; */
  font-size: 16px;
  font-weight: 300;
  /* line-height: 2.8rem; */
  line-height: 28px;
  text-align: left;
    font-family: 'Lato',sans-serif,'Material Icons';
}

.dmsb__read-more {
 color: #000;
  text-decoration: none;
  /* font-size: 1.6rem; */
  font-size: 16px;
  font-weight: 300;
  /* line-height: 2.8rem; */
  line-height: 28px;
  text-align: left;
  font-family: 'Lato',sans-serif,'Material Icons';
}

.dmsb__read-more:before {
  font-family: 'Material Icons';
  content: '\e5c8';
  vertical-align: -18%;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  padding-right: 5px;
  color: black;
  padding-top:-40px;
}

.dmsb__read-more:hover {
  border-bottom: solid #b9261a 2px;
}

.dmsb__read-more.events:before {
  color: #bb261a;
}
/* ------------------------------ screen size 1550 -----  */

@media screen and (max-width: 1550px) {
	
section.dmsb__hero > div > div.dmsb__hero-copyblock > h2 {
  width: 100%;
  padding: 100px 0 0 0;
  margin: 0 auto 30px auto;
  color: #fff;
  /* font-size: 5.0rem; */
  font-size: 50px;
  font-weight: 300;
  /* line-height: 7.2rem; */
  line-height: 72px;
  text-align: center;
}	
	
	
	
	
	
	
}







/*MEDIA QUERIES ---- 
 --*/
@media screen and (max-width: 1280px) {
 
  section h2 {
    /* font-size: 2.4rem;
    line-height: 3.2rem; */
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-family: 'Lato',sans-serif,'Material Icons';
  }
  section a.button {
    margin: 20px auto 0 auto;
  }
  section.dmsb__hero {
    margin: 0 auto 40px auto;
  }
  section.dmsb__hero > div {
    margin: 20px auto 20px auto;
  }
  section.dmsb__hero > div > div {
    /*margin: 0 20px 0 0;*/
	margin: 0 0 0 0;
  }
  section.dmsb__hero > div > div.dmsb__hero-copyblock > h2 {
	  width:100%;
       font-size:32px;
    font-weight: 300;
    line-height:48px;
    text-align: center;
	
  }
  section.dmsb__hero > div > div.dmsb__grid-item:nth-child(1) {
    margin: 0 20px 0 0;
  }
  section.dmsb__hero > div > div.dmsb__grid-item:nth-child(2) {
    margin: 0 20px 0 0;
  }
  section.dmsb__hero > div > div.dmsb__grid-item:nth-child(3) {
    margin: 0 0 0 0;
  }
  section.dmsb__hero > div div.nu__panel-content > div > p {
 margin: 0 auto 20px auto;
    /* font-size: 2.0rem; */
    font-size: 20px;
    font-weight: 300;
    /* line-height: 3.2rem; */
    line-height: 32px;
    text-align: center;
  }
  section.dmsb__latestnews {
    margin: 0 auto 40px auto;
  }
  section.dmsb__latestnews > div {
    margin: 20px auto 0 auto;
  }
  section.dmsb__latestnews > div > div {
    margin: 0 20px 0 0;
  }
  section.dmsb__latestnews > div > div > h3 {
    font-size: 25.6px;
    font-weight: 700;
    line-height: 44.8px;
    text-align: left;
  }
  section.dmsb__latestnews > ul {
    margin: 20px auto 0 auto;
  }
  section.dmsb__latestnews > ul > li:after {
    font-size: 22.4px;
    line-height: 51.2px;
    text-align: center;
    font-weight: 300;
  }
  section.dmsb__videos {
    margin: 0 auto 40px auto;
  }
  section.dmsb__videos > div {
    margin: 0 20px 0 0;
  }
  section.dmsb__videos > div > div.details {
    margin: 0 20px 0 0;
  }
  section.dmsb__videos > div > div.list > ul > li {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.dmsb__events {
    margin: 0 auto 40px auto;
  }
  section.dmsb__events > ul > li {
    margin: 0 0 20px 0;
  }
  section.dmsb__events > ul > li > div {
    margin: 0 20px 0 0;
  }
  section.dmsb__events > ul > li > div.details > h4 {
     /* font-size: 1.6rem; */
    font-size: 16px;
    font-weight: 700;
    /* line-height: 2.8rem; */
    line-height: 28px;
    text-align: left;
    font-family: 'Lato',sans-serif,'Material Icons';
  }
}

@media screen and (max-width: 959px) {
  
  section h2 {
   /* font-size: 2.0rem; */
    font-size: 20px;
    font-weight: 300;
    /* line-height: 3.2rem; */
    line-height: 32px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  section a.button {
    margin: 15px auto 0 auto;
  }
  section.dmsb__hero {
    margin: 0 auto 30px auto;
  }
  section.dmsb__hero > div {
    margin: 15px auto 15px auto;
  }
  section.dmsb__hero > div:last-of-type {
    display: block;
    height: auto;
  }
  section.dmsb__hero > div > div {
    margin: 0 0 0 0;
	/* margin: 0 15px 0 0;*/
  }
  section.dmsb__hero > div > div.dmsb__hero-copyblock > h2 {
	  
	  width:100%;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-weight: 300;
  }
  section.dmsb__hero > div > div.dmsb__grid-item {
    height: 85vh;
  }
  section.dmsb__hero > div > div.dmsb__grid-item:nth-child(1) {
    margin: 0 0 15px 0;
  }
  section.dmsb__hero > div > div.dmsb__grid-item:nth-child(2) {
    margin: 0 0 15px 0;
  }
  section.dmsb__hero > div > div.dmsb__grid-item:nth-child(3) {
    margin: 0 0 0 0;
  }
  section.dmsb__hero > div div.nu__panel-content > div > p {
   margin: 0 auto 15px auto;
    /* font-size: 2.0rem; */
    font-size: 20px;
    font-weight: 300;
    /* line-height: 3.2rem; */
    line-height: 32px;
    text-align: center;
  }
  section.dmsb__latestnews {
    margin: 0 auto 30px auto;
  }
  section.dmsb__latestnews > div {
    margin: 15px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.dmsb__latestnews > div > div {
    margin: 0 0 0 0;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    height: auto;
  }
  section.dmsb__latestnews > div > div > h3 {
    font-size: 25.6px;
    font-weight: 700;
    line-height: 44.8px;
    text-align: left;
  }
  section.dmsb__latestnews > div > div.image {
    height: 48vh;
  }
  section.dmsb__latestnews > div > div.last {
    margin: 15px 0 0 0;
  }
  section.dmsb__latestnews > ul {
    margin: 15px auto 0 auto;
  }
  section.dmsb__latestnews > ul > li:after {
    font-size: 22.4px;
    line-height: 51.2px;
    text-align: center;
    font-weight: 300;
  }
  section.dmsb__videos {
    margin: 0 auto 30px auto;
  }
  section.dmsb__videos > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 15px 0 0;
  }
  section.dmsb__videos > div > div.details {
    width: 96vw;
    margin: 0 15px 0 0;
  }
  section.dmsb__videos > div > div.list {
    width: 68.5vw;
    margin: 30px auto 0 auto;
  }
  section.dmsb__videos > div > div.list > ul > li {
    margin: 0 0 15px 0;
  }
  section.dmsb__events {
    margin: 0 auto 30px auto;
    width: 68.5vw;
  }
  section.dmsb__events > ul > li {
    margin: 0 0 30px 0;
    display: block;
  }
  section.dmsb__events > ul > li > div {
    margin: 0 15px 0 0;
  }
  section.dmsb__events > ul > li > div.details > h4 {
    /* font-size: 1.6rem; */
    font-size: 16px;
    font-weight: 700;
    /* line-height: 2.8rem; */
    line-height: 28px;
    text-align: left;
  }
}

@media screen and (max-width: 620px) {
 
  section h2 {
       /* font-size: 2.0rem; */
    font-size: 20px;
    font-weight: 300;
    /* line-height: 3.2rem; */
    line-height: 32px;
    text-align: center;
  }
  section a.button {
    margin: 15px auto 0 auto;
  }
  section.dmsb__hero {
    margin: 0 auto 30px auto;
  }
  section.dmsb__hero > div {
    margin: 15px auto 15px auto;
    width: 92vw;
  }
  section.dmsb__hero > div:last-of-type {
    display: block;
    height: auto;
  }
  section.dmsb__hero > div > div {
    margin: 0 0 0 0;
	/*  margin: 0 15px 0 0; */
  }
  section.dmsb__hero > div > div.dmsb__hero-copyblock > h2 {
     /* font-size: 2.0rem; */
    font-size: 20px;
    font-weight: 300;
    /* line-height: 3.2rem; */
    line-height: 32px;
    text-align: center;
    margin: 0 auto 15px auto;
    width: 100%;
  }
  section.dmsb__hero > div > div.dmsb__grid-item {
    height: 38vh;
  }
  section.dmsb__hero > div > div.dmsb__grid-item:nth-child(1) {
    margin: 0 0 15px 0;
  }
  section.dmsb__hero > div > div.dmsb__grid-item:nth-child(2) {
    margin: 0 0 15px 0;
  }
  section.dmsb__hero > div > div.dmsb__grid-item:nth-child(3) {
    margin: 0 0 0 0;
  }
  section.dmsb__hero > div div.nu__panel-content > div > p {
    margin: 0 auto 15px auto;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
  }
  section.dmsb__latestnews {
    margin: 0 auto 15px auto;
  }
  section.dmsb__latestnews > a#prev,
  section.dmsb__latestnews > a#next {
    display: none;
  }
  section.dmsb__latestnews > div {
    margin: 15px auto 0 auto;
    width: 92vw;
  }
  section.dmsb__latestnews > div > div {
    margin: 0 15px 0 0;
  }
  section.dmsb__latestnews > div > div > h3 {
    font-size: 25.6px;
    font-weight: 700;
    line-height: 44.8px;
    text-align: left;
  }
  section.dmsb__latestnews > div > div.image {
    height: 245px;
  }
  section.dmsb__latestnews > ul {
    margin: 15px auto 0 auto;
  }
  section.dmsb__latestnews > ul > li:after {
    font-size: 22.4px;
    line-height: 51.2px;
    text-align: center;
    font-weight: 300;
  }
  section.dmsb__videos {
    width: 100vw;
    margin: 0 auto 30px auto;
  }
  section.dmsb__videos > div {
    margin: 0 auto;
  }
  section.dmsb__videos > div > div.details {
    margin: 0 auto;
    width: 92vw;
  }
  section.dmsb__videos > div > div.details > div {
    height: 245px;
  }
  section.dmsb__videos > div > div.list {
    width: 92vw;
  }
  section.dmsb__videos > div > div.list > ul > li {
    margin: 0 0 15px 0;
  }
  section.dmsb__events {
    width: 100vw;
    margin: 0 auto 30px auto;
  }
  section.dmsb__events > ul {
    width: 92vw;
    margin: 0 auto;
  }
  section.dmsb__events > ul > li {
    margin: 0 0 15px 0;
  }
  section.dmsb__events > ul > li > div.image {
    margin: 0 auto;
  }
  section.dmsb__events > ul > li > div.details > h4 {
       /* font-size: 1.6rem; */
    font-size: 16px;
    font-weight: 700;
    /* line-height: 2.8rem; */
    line-height: 28px;
    text-align: left;
  }
}

@media screen and (max-width: 400px) {
  section.dmsb__hero > div:last-of-type {
    display: block;
    height: auto;
  }
  section.dmsb__hero > div > div.dmsb__hero-copyblock > h2 {
    font-size: 17.6px;
    font-weight: 300;
    line-height: 30.4px;
    text-align: center;
    width: 100%;
  }
  section.dmsb__hero > div > div.dmsb__grid-item {
    height: 38vh;
  }
}
/*  -------  base css  --*/

/* ---------------------------------------------------------- extra  css  -------------------------------------------------- */

 .wrapper-div{
  position: fixed;
  top: 0px;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 1000;
  display:none

}
.vid-holder
   {
     position: fixed;
     top: 0px;
     width: 100%;
     min-height: 100%;
   /*  background-color: #fff;*/
     z-index: 1001;
     display:none;


   }

 .show-vid
   {
     width:840px;
     min-height:600px;

     margin:auto;
     margin-top:30px;
     background:#908;

   }

   .lightbox{

     Background: black;
Width: 60vw;
Height: 60vh;
max-height: 600px;
Margin: 10vh 20vw 0vh 20vw;
padding-bottom: 54px;

   }
  #close-all-vid
    {
      margin-right: 6px;
      width:18px;cursor:pointer
    }
   #vidiframe{
      position:relative;
     Width: 100%;
     /*min-height:600px;*/
   height:100%;

   }
   .close-vid{
     width: 100%;
     position: relative;
     background-color: #000;
     text-align: right;
     padding-top: 5px;
     padding-bottom: 2px;
   }
  section.dmsb__videos > div > div.list > ul > li > p > span.vid-content
   {
     display:none;
   }

 section.dmsb__latestnews > div{
   width: 68.5vw;
   margin: 30px auto 0 auto;
   display: -webkit-box;
   display: flex;
  /* display: flex;*/
 }

   section.dmsb__latestnews > div >div{
     width: 68.5vw;
     margin: 30px auto 0 auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-left: 20px;
 margin-right: 20px;
   }

   section.dmsb__latestnews > div > div >div {
     -webkit-box-flex: 1;
         -ms-flex: 1;
             flex: 1;
     height: 40vh;
     margin: 0 30px 0 0;
     font-size: 25.6px;
     font-weight: 300;
     line-height: 44.8px;
     text-align: left;
   }

   section.dmsb__latestnews > div > div > div> h3 {
     font-size: 30px;
     border-bottom: solid #979797 1px;
     padding: 0 0 20px 0;
     margin: 0 0 20px 0;
     font-size: 17.6px;
     font-weight: 700;
     line-height:25.6px;
     text-align: left;
	 font-family: 'Lato',sans-serif,'Material Icons';
   }

   section.dmsb__latestnews > div > div > div >a {
     font-size:16px;
     font-weight: 300;
     line-height: 28px;
     text-align: left;
	 	 font-family: 'Lato',sans-serif,'Material Icons';
   }

   section.dmsb__latestnews > div > div > div > a:hover {
     border-bottom: solid #bb261a 2px;
   }

   section.dmsb__latestnews > div > div >div.image {
     background-color: white;
     background-position: center center !important;
     background-repeat: no-repeat !important;
     background-size: cover !important;
   }

   section.dmsb__latestnews > div > div >  div.last {
     margin: 0 0 0 0;
   }
section.dmsb__latestnews > div > div >div{
  /*max-width:511px;*/
}
  section.dmsb__latestnews > div > div> div > p {
    font-size: 16px;
  
    line-height: 20px;
   
	font-family: 'Lato',sans-serif,'Material Icons';
  }

/* ---------------------- media css  1280-------------- */
@media screen and (max-width: 1280px) {
  section.dmsb__latestnews > div {
    margin: 20px auto 0 auto;
  }
  section.dmsb__latestnews > div  >div {
    margin: 20px auto 0 auto;
    margin-left: 20px;
margin-right: 20px;
  }
  section.dmsb__latestnews > div > div >div {
    margin: 0 20px 0 0;
  }
  section.dmsb__latestnews > div > div> div > h3 {
       /* font-size: 1.6rem; */
    font-size: 16px;
    font-weight: 700;
    /* line-height: 2.8rem; */
    line-height: 28px;
    text-align: left;
	font-family: 'Lato',sans-serif,'Material Icons';
  }

  .lightbox{

Width: 90vw;
Height: 60vh;
max-height: 600px;
Margin: 10vh 5vw 0vh 5vw;
padding-bottom: 54px;

  }

}

@media screen and (max-width: 959px) {
  section.dmsb__latestnews > div {
    margin: 15px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  section.dmsb__latestnews > div >div {
    margin: 15px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            margin-left: 20px;
        margin-right: 20px;
  }
  section.dmsb__latestnews > div > div >div {
    margin: 0 0 0 0;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    height: auto;
  }
  section.dmsb__latestnews > div > div >div > h3 {
     /* font-size: 1.6rem; */
    font-size: 16px;
    font-weight: 700;
    /* line-height: 2.8rem; */
    line-height: 28px;
    text-align: left;
  }
  section.dmsb__latestnews > div > div > div.image {
    height: 48vh;
  }
  section.dmsb__latestnews > div > div > div.last {
    margin: 15px 0 0 0;
  }

  .lightbox{

Width: 90vw;
Height: 50vh;
max-height: 600px;
Margin: 10vh 5vw 0vh 5vw;
padding-bottom: 54px;

  }
}
/* --------------------------- event images ------------------ */
section.dmsb__events > ul > li > div.event1 {
    background-image: url("../_images/msi_students_laptop.jpg")
}

/*section.dmsb__events > ul > li > div.event2{
  background-image:url("../_images/event2.png")
}*/

section.dmsb__events > ul > li > div.event3{
  background-image:url("../_images/msi_students_dodge.jpg")
}
/*section.dmsb__events > ul > li > div.event4{
  background-image:url("../_images/event4.jpg")
}*/


/* ------------------------------- event images -------------- */




@media screen and (max-width: 620px) {
  section.dmsb__latestnews > div {
    margin: 15px auto 0 auto;
    width: 92vw;
  }
  section.dmsb__latestnews > div >div {
    margin: 15px auto 0 auto;
    width: 92vw;
  }
  section.dmsb__latestnews > div > div >div{
    margin: 0 15px 0 0;
  }
  section.dmsb__latestnews > div > div >div > h3 {
     /* font-size: 1.6rem; */
    font-size: 16px;
    font-weight: 700;
    /* line-height: 2.8rem; */
    line-height: 28px;
    text-align: left;
  }
  section.dmsb__latestnews > div > div > div.image {
    height: 245px;
  }
  .lightbox{

Width: 100vw;
Height: 50vh;
max-height: 600px;
Margin: 10vh 0vw 0vh 0vw;
padding-bottom: 54px;

  }
  #close-all-vid
    {
      margin-right: 26px;
    }
}

@media screen and (max-width: 400px) {


  .lightbox{

Width: 100vw;
Height: 50vh;
max-height: 600px;
Margin: 10vh 0vw 0vh 0vw;
padding-bottom: 54px;

  }
  #close-all-vid
    {
      margin-right: 26px;
    }
}







/*  ---------------------       new  modification     --------------------------   */

