/*
|===========================================================================================================
| app.css
|===========================================================================================================
| 
| ============
| TIPS & USAGE
| ============
| 
| 1. Next and indent your styles.
| 2. Keep styles organized (use headings, comments, and table of contents)
| 3. The name of your theme is placed as a class on the body tag.
| 4. Use that class to prefix and define all your styles within common containers so as not to override required styles in the header and footer.
| 5. The most common containers will be ".page" and ".feature" but you might have others in a unique template.
| 6. Do not use just ".yourthemename" because it will override the msu-header and msu-footer styles. You must target the inner page container.
| 7. For example, your css rules should be prefixed with ".yourthemename .page" or ".yourthemename .feature" and etc.
|
|
| =================
| TABLE OF CONTENTS
| =================
|
| #  Type
| #  Buttons
| #  Custom NWAC Styles
*/

/** ------------------------------------------------------------------------------------------------------- */
/**
 * 	Type 
 */

/** ------------------------------------------------------------------------------------------------------- */
/**
 * 	Buttons
 */

/** ------------------------------------------------------------------------------------------------------- */
/**
 * 	Custom NWAC Styles
 */

/* Global */

body {
  line-height:1.5!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height:1.5;
}

.page {
  min-height: 100vh;
}

.page h1 {
  font-size: 2em;
  color: #41111c;
}

.page p a {
  text-decoration: underline;
}

nav#main-menu.navbar .navbar-nav > li {
  font-size: .8em;
  line-height: 2;
  width: 20%;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  list-style: none;
  /* height: 40px; */
  /* overflow: hidden; */
}

#main-video {
  margin:3rem 0rem;
}

/***********************************************************************************/
/* Facility News */

.news {
  margin-top:4rem;
}

.news .jumbotron {
  padding-left:15px;
  padding-right:15px;
}
.cr-container{
  width: 100%;
  min-height: 550px;
  border: none;
  position: relative;
  z-index: 100;
}
.cr-content-wrapper{
  width:100%;
  height:100%;
  overflow:hidden;
}
.cr-content-container{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  display:none;
  overflow:hidden;
}
.cr-img{
  position:absolute;
  top:0px;
  right:0px;
  width:50%;
  z-index:1;
}
.cr-content{
  position:relative;
  z-index:10;
  margin:30px 0px 0px 0px;
  height:360px;
}
.cr-content h2{
  font-size: 3em;
  line-height: 1.2em;
  width: 50%;
  color: #660000;
  text-shadow: none;
  /* font-family: 'Oswald', sans-serif; */
  margin-bottom:0px;
}

hr.cr-content-break {
  position: relative;
  width: 59px;
  height: 3px;
  background-color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
}

.cr-content h3{
  width:40%;
  color:#fff;
  padding:0px 0px;
  line-height:25px;
  margin: 0em 0em 1em 0em;
}
.cr-content h3 span {
  /* background: #000; */
  padding: 4px 0px;
  /* font-style: italic; */
  /* font-family: Roboto; */
  /* letter-spacing: 3px; */
  font-size: 16px;
  color: #4c4c4c;
}
.cr-more-link{
  text-transform:uppercase;
  color:#000;
  font-size:11px;
  padding:0px 5px;
}
.cr-more-link:hover{
  text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
  color:#fff;
}
.cr-content-text{
  color:#000;
  background:transparent url(../images/bg_content.png) repeat top left;
  font-size: 14px;
  font-family: Georgia;
  font-style: italic;
  line-height: 24px;
  position:relative;
  display:none;
  z-index:999;
  clear:both;
}
.cr-content-text p{
  padding:10px;
}
.cr-thumbs{
  position:absolute;
  left:0px;
  height:125px;
  width:575px;
  bottom:0px;
  z-index:20;
  overflow:hidden;
}
.cr-thumbs div{
  float:left; /* Set to absolute each 150px*/
  cursor:pointer;
  position:relative;
  display:none;
  width: 125px;
  height: 110px;
}
.cr-thumbs img{
  display:block;
  margin:6px 5px 6px 0px;
  border:4px solid #fff;
  opacity:0.5;
}
.cr-thumbs h4{
  position: absolute;
  left: 4px;
  right: 15px; 
  bottom: 0px;
  /* font-family: 'Holtwood One SC', serif; */
  font-size: 13px;
  line-height: 14px;
  /* text-shadow: 0px 1px 1px rgba(0,0,0,0.5); */
  color: #000;
  background: #f9f9f9;
  padding: 5px;
}
.cr-thumbs div:hover h4{
  border-top:2px solid #660000;
}
.cr-thumbs div.cr-selected{
  border-color:#000;
  /*background:transparent url(../images/triangle.png) no-repeat 50% 0%;*/
}
.cr-thumbs div.cr-selected img{
  border-color:#fff;
  opacity:1;
}
.cr-nav span{
  display: none;
}
.cr-nav span.cr-nav-next{
  background-position:bottom left;
  right:-24px;
  left:auto;
}
.cr-nav span.cr-nav-prev:hover,
.cr-nav span.cr-nav-next:hover{
  bottom:34px;
}
.cr-hide, .cr-show{
  display: none;
}
.cr-show{
  background-position:bottom center;
}

@media (max-width: 810px) {
  .cr-img {
      position: relative;
      top: 140px;
      right: 0px;
      width: 100%;
      z-index: 1;
  }

  .cr-container {
      width: 100%;
      min-height: 700px;
      border: none;
      position: relative;
      z-index: 100;
  }

  .cr-content {
      position: relative;
      z-index: 10;
      margin: 150px 0px 0px 0px;
      height: 360px;
  }

  .cr-content h2 {
      font-size: 3em;
      line-height: 1.2em;
      width: 100%;
      color: #660000;
      text-shadow: none;
      font-family: 'Oswald', sans-serif;
      margin-bottom: 0px;
  }

  .cr-content h3 {
      width: 100%;
      color: #fff;
      padding: 0px 0px;
      line-height: 25px;
      margin: 0em 0em 1em 0em;
  }

  .spotlight-title {
      margin: -10px 0px 0px 0px;
      position: absolute;
  }

  .container .jumbotron, .container-fluid .jumbotron {
      /* padding-right: 0px;
      padding-left: 0px; */
      margin: 50px 0px;
  }

  .cr-thumbs {
      position: relative;
      left: -4px;
      height: 125px;
      width: 575px;
      top: 20px;
      z-index: 20;
      overflow: hidden;
      margin-top:10px;
  }
}

@media (max-width: 767px) {
  .cr-content h2 {
      font-size: 2em;
      line-height: 1.2em;
      width: 100%;
      color: #660000;
      text-shadow: none;
      font-family: 'Oswald', sans-serif;
      margin-bottom: 0px;
  }
}

@media (max-width: 444px) {
  .cr-thumbs {
      position: relative;
      left: -4px;
      height: 90px;
      width: 575px;
      top: 30px;
      z-index: 20;
      overflow: hidden;
  }

  .cr-thumbs div {
      float: left;
      cursor: pointer;
      position: relative;
      display: none;
      width: 96px;
      height: 96px;
  }

  .cr-container {
      width: 100%;
      min-height: 800px;
      border: none;
      position: relative;
      z-index: 100;
  }   
}

/************************************************************************************************/

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 2em;
  border-top: 2px solid #660000;
  background: #fff;
  box-shadow: 0 2px 4px rgb(18 44 80 / 33%);
}

.jumbotron p {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1em;
}

.pers-thumbnail {
  box-shadow: 0 2px 4px rgb(18 44 80 / 33%);
  border:0px solid #fff !important;
}

.pers-thumbnail .caption {
  font-weight:normal;
}

.media {
  box-shadow: 0 2px 4px rgb(18 44 80 / 33%);
  border:0px solid #fff !important;
  padding: 30px;
  margin: 0 0 3rem 0;
}

.media .media-left {
  padding-right:30px;
}

.media .media-heading {
  font-size: 1.1em;
  margin: 1.67em 0;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  font-weight: 700;
}

.media .media-body p {
  color: #333;
}

.publication-listing .list-group .list-group-item {
  border: 0px solid #fff;
}

.publication-listing .list-group .list-group-item .h3 {
  margin:0;
}

#other-info {
  margin-top:2rem;
}

.info-card {
  border-top: 1px solid #eeeeee;
  min-height: 350px;
  text-align: center;
  padding: 2rem;
}

footer#msu-footer {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  padding-top: 4em;
  padding-bottom: 4em;
  color: #fff;
  font-size: .85em;
  background: #090909;
}

footer#msu-footer .disclosure {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  font-size: 0.8em;
}

footer#msu-footer .disclosure p {
  line-height:1.5;
}

footer#msu-footer .h5 {
  color: #aaa;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* Slider */

.nwac .orgs-header {
  margin-left: 0.5em;
  margin-top: 0.8em;
}

.nwac #feature .slick-active #slick-slide-control00 {
  display: none;
}

/* Sub Pages */

.page h3.menu-title {
  margin-top: 0px;
}

.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  border-radius: 0;
  position: relative;
  width: 100%;
}

.profile-thumbnail {
  border: 0px solid #fff;
}

.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.img-banner {
  padding-bottom: 2em;
}

.img-article {
  padding-top: 1em;
  padding-bottom: 2em;
}

.topic-list li {
  padding: 1em 0em;
  border-bottom: 1px solid #ccc;
}

.topic-list li:last-child {
  border-bottom: none;
}

a.list-group-item,
button.list-group-item {
  color: #252525;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #252525;
  text-decoration: none;
  background-color: #f5f5f5;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #640d0d;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.student-profile-img {
  min-width:250px;
  min-height:64px;
}

/* Responsive */

@media (max-width: 767px) {

  .media .media-left {
    padding-right:0px;
  }
  .student-profile-img {
    min-width:auto;
    min-height:auto;
  }

  .jumbotron h2 {
    font-size: 1.6em;
  }

  .jumbotron p {
    font-size: 1em;
  }
  .pers-thumbnail {
    max-width: 600px;
    margin: 0 auto;
  }
  /* hide table headings */
  .custom-table-responsive table thead {
    display: none;
  }

  /* treat rows like divs */
  .custom-table-responsive table tr {
    display: block;
    border-top: 2px solid lightgray; /* separate row data with thicker line */
    margin-top: 5px;
  }

  /* treat columns like divs */
  .custom-table-responsive table td {
    display: block;
    text-align: right; /* text to right */
  }

  /* this part is ugly, but necessary to show label on left */
  .custom-table-responsive table td:before {
    content: attr(data-label);
    float: left; /* label to left */
    font-weight: 700;
  }  
  .media-body {
    float:left;
    width:auto;
  }  
}
