a {
	color:/*#585858*/ #B0B0B0;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

body {
    background-color: #121212;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

.h1, h1 {
        font-size: 2rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(18, 18, 18);
    border-bottom: 1px solid #2f2f2f;
}

.container-fluid {
    max-width: 2100px;
}

.carousel {
    height: /*80vh*/ 78.9vh;
}
.carousel-inner {
    height: /*80vh*/ 78.9vh;   
}

.carousel .carousel-inner .carousel-item { 
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:80vh;
}

@media (max-width: 767px) {
    .carousel {
        height: 70vh;
    }
    .carousel-inner {
        height: 70vh;   
    }
    .carousel .carousel-inner .carousel-item { 
        height: 70vh;
    }
}

.carousel .carousel-inner .carousel-item:nth-child(1) {
    background-image: radial-gradient(circle, rgba(41,41,41,0) 0%, rgba(0,0,0,.2) 100%), url(../img/slider_1.jpg) !important;   
}

.carousel .carousel-inner .carousel-item:nth-child(2) {
    background-image: radial-gradient(circle, rgba(41,41,41,0) 0%, rgba(0,0,0,.5) 100%), url(../img/slider_2.jpg) !important;   
}

.carousel-caption {
	position: relative;
	right: 0;
	top: 21vh;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
}

.carousel-caption h3 {
    font-size: 10em;
    line-height: 1;
    text-transform: uppercase;
    margin-left: -10px;
    font-family: 'Roboto', sans-serif;
}

.carousel-caption p {
	font-size: 28px;
    text-align: center;
}


.dark {
    background:#121212;    
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #444;
    background-clip: padding-box;
    border: 1px solid #1b1b1b;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #1b1b1b;
    opacity: 1;
}

.dark .bd-search .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #444;
    background-clip: padding-box;
    border: 1px solid #121212;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dark .introduction {
    border-radius: 0;
    background-color: #232323;
}

.dark .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #232323;
    background-clip: border-box;
    border: /*1px solid rgba(0,0,0,.125)*/ none;
    border-radius: 0rem;
}

.dark .card .card-text {
    color:rgba(255,255,255,0.7);
    min-height: 5rem;
}

.dark .bd-sidebar {
    /*border-right:1px solid #2a2a2a;*/ border-right:none;
}

.card-btn {
    border-radius:0;
    color: #ffffff;
    border-color: #ffffff;    
}

.scrollNav {
    display: none;
    border-bottom:3px solid #6e0014;
}


.scrollNav .msu-nav, .scrollNav .main-nav {
    width:50%;
}

.scrollNav .msu-nav .nav-item {
    color:rgba(255,255,255,1);
}

.scrollNav .msu-nav .nav-item:hover {
    background-color: transparent;
    color: #fff!important;
    border-bottom: 1px solid #fff;
}

.scrollNav .main-nav .nav-item {
    margin:0px 10px;
}

.bg-deer {
    background:#121212;
}


/********************************************************/

header#msu-header {
    font-family: "Source Sans Pro", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.0;
    height: /*180px*/ 80vh;
    position: relative;
    background-color: /*transparent*/ black;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: none;
    background:linear-gradient(0deg, rgba(41,41,41,0) 0%, rgba(0,0,0,0.5) 100%);
   /* position:absolute;
    z-index:100;*/
    width:100%;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    overflow: hidden;
    border-top: 3px solid #6e0014;
}

header#msu-header .logo .links-container a {
    display: block;
    position: relative;
    z-index: 1;  
    padding-top:0px; 
    padding-bottom:5px;
    margin-top: 30px;
    margin-bottom:20px;
}

header#msu-header .secondary .top-menu-row .nav {
    margin-bottom: 0;
    margin-top:10px;
    min-height: 0;
    float: right;
    background-color: transparent;
    font-size: 100%;
}

header#msu-header .secondary .top-menu-row .nav > li {
    float: left;
    border-left: none;
    border-right: none;
}

header#msu-header .secondary .top-menu-row .nav > li.first {
    border-left:none;
}

header#msu-header .secondary .top-menu-row .nav > li.last {
    border-right:none;
}

header#msu-header .secondary .top-menu-row .nav > li > a {
    color: #fff;
    background: none;
    padding: 5px 10px;
    font-size: .70em;
    overflow:auto;
}

header#msu-header .secondary .top-menu-row .nav > li > a:hover, header#msu-header .secondary .top-menu-row .nav > li > a:focus {
    background: #660000;
    color: #fff;
}

header#msu-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*header#msu-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black; 
    opacity: 0.5; 
    z-index: -5;
    background-image: radial-gradient(circle, rgba(41,41,41,0.1) 0%, rgba(0,0,0,1.5) 100%) !important;
}*/

header#sec-header {
    font-family: "Source Sans Pro", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.0;
    min-height: 300px;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-bottom: none;
    background-size: cover;
    background-image: radial-gradient(circle, rgba(41,41,41,0.5) 0%, rgba(0,0,0,1.5) 100%), url(../img/sec_bg.jpg) !important;

}

header#sec-header .secondary .top-menu-row .nav {
    margin-bottom: 0;
    margin-top:10px;
    min-height: 0;
    float: right;
    background-color: transparent;
    font-size: 100%;
}

@media (max-width:950px) {
    header#sec-header .secondary .top-menu-row .nav {
        margin-left:-50px;
    }
}

header#sec-header .secondary .top-menu-row .nav > li {
    float: left;
    border-left: none;
    border-right: none;
}

header#sec-header .secondary .top-menu-row .nav > li.first {
    border-left:none;
}

header#sec-header .secondary .top-menu-row .nav > li.last {
    border-right:none;
}

header#sec-header .secondary .top-menu-row .nav > li > a {
    color: #fff;
    background: none;
    padding: 5px 10px;
    font-size: .70em;
}

header#sec-header .secondary .top-menu-row .nav > li > a:hover, header#sec-header .secondary .top-menu-row .nav > li > a:focus {
    background: #660000;
    color: #fff;
}

header#sec-header .logo .links-container a {
    display: block;
    position: relative;
    z-index: 1;  
    padding-top:0px; 
    padding-bottom:5px;
    margin-top: 30px;
    margin-bottom:20px;
}

#mainNav .navbar-nav {
    width:100%;
}

.navbar-nav .nav-item a {
    color:#fff;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    padding: 8px 10px;
    height: 40px;
    line-height: 1.5;
    font-size: inherit;
    position: relative;
    z-index: 2;
    transition: background .15s ease-in-out;
    overflow:auto;
}

.navbar-nav .nav-item:hover {
    background-color: #232323;
    color: #fff;
}

.navbar-nav .active {
    background-color: #6e0014;
    /*border: 1px solid #fff;*/
    box-shadow: 2px 2px 7px rgba(0,0,0,0.2)
}

#mobile-menu .navbar-collapse .navbar-nav > li {
    border-bottom: 1px solid #0c0c0c;
    padding: 7px 10px;
}

#mobile-menu .navbar-collapse .navbar-nav > li:last-child {
    border-bottom: 0px solid #ddd;    
}

#mobile-menu .navbar-collapse > .navbar-nav > li > a {
    font-size: .95em;
    color: #fff;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto #640d0d;
}

.btn-link:hover {
    color: #98001c;
    text-decoration: underline;
}

.mobile-menu .navbar {
	background-color: #232323;
    margin-right: 15px;
    margin-left: 15px;
    color: #909090;
    padding: 0px;
}

.mobile-menu .navbar .navbar-toggler {
    padding: .5rem .6rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid #00000000;
    border-radius: 0rem;
    width: 100%;
}

.mobile-menu .navbar .navbar-toggler::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .55em;
    vertical-align: .16em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*********************************************************************************/

.d-content {
    background:#232323;
    color:#fff;
    padding:20px;
}

.d-content h4 {
    color: #dcd4bf;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.d-content a {
    color:#B5B5B5;
    border-bottom:1px solid #B5B5B5;
}

.article-card .card-text {
    min-height: 0!important;
}

.media .media-body .list-group-flush .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #272727;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.media .media-body .list-group-flush .list-group-item span {
    color: #B5B5B5;
    font-weight: 500;
    letter-spacing: .03em;
}

/*********************************************************************************/

footer#msu-footer {
    font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 8em;
    padding-bottom: 8em;
    color: #9E9E9E;
    font-size: .85em;
    background: #0e0e0e;
}

footer#msu-footer .disclosure {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    font-size: .8em;
}

footer#msu-footer .logo-footer {
    text-align: center;
}

footer#msu-footer .address .logo {
    width: 20%;
    padding-bottom: 1em;
    float: none;
    margin: 0 auto;
}

footer#msu-footer .address .logo img {
    max-width: 100%;
    height: auto;
}

footer#msu-footer .address .line {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding-left: 0;
}

footer#msu-footer .address .line a, footer#msu-footer .copyright a, footer#msu-footer .problems a  {
	color:#fff;
	font-weight:bold;
}

footer#msu-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer#msu-footer ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #151515;
}

@media (min-width: 767px) {
    footer#msu-footer .address .logo {
        width: 20%;
        float: left;
        padding-bottom: 0;
        margin: 0;
    }

    footer#msu-footer .address .line {
        width: 80%;
        text-align: left;
        float: left;
        padding-left: 5%;
        margin: 0;
    }
}

@media (max-width:575px) {
    .links {
        text-align: center!important;
        margin:20px 0px;
    }
}

/********************************************************************************/

.introduction {
    border-radius:0;
    background-color:#fff;
}

.introduction h1 {
    font-size:3em;
    color: /*#cecece*/ #ffffff;
}

.introduction h2 {
	color:#fff;
}

.introduction .news-video {

}

.introduction .news-text {
	color:#fff;
	text-align: left;
}

.text-muted {
    color: #B3B3B3 !important;
}

.card {
    padding:15px;
    border-radius:0;
    border:none;
}

.card-title {
    color:#fff;
}

.pop-cards {
    min-height:35.5rem;
}

.dark-cards {
	background-color: #1b1b1b!important;
}

.dark-cards a {
	border-bottom:none;
}

.dark-cards hr {
	margin-top: 0rem;
	margin-bottom:0rem;
}

.dark-cards .card-body {
	min-height:6.5rem;
}

.dark-cards .card-text {
	min-height: 0!important;
}

.dark-cards .card-body h4 {
	margin-top: 0rem !important;
	font-size:1em;
}

.list-group-item {
	background-color:#232323;
	border: 1px solid rgba(0, 0, 0, 0.28);
}

.student-section {
	background-color: #1b1b1b !important;
    border-radius: 0rem !important;
}

.student-section h3 {
	color:#dcd4bf;
}

.student-section strong {
	letter-spacing: .07em;
}

.student-img {
	margin:0px 35px 20px 0px;
}

.btn-primary {
    color: #fff;
    background-color: #6e0014;
    border-color: #6e0014;
}

.btn-primary:hover {
    color: #fff;
    background-color: #640d0d;
    border-color: #640d0d;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #29050852;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #500000;
    border-color: #500000;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 6, 11, 0.27);
}

.modal-header {
    background: #232323;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
}

.modal-footer {
    background:#232323;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/**********************************************************************/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #cecece;
    font-size:1.5rem;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #959094;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*********************************************************************************/

@media (max-width: 1500px) {
    .carousel-caption {
       text-align:center;
    }
    .carousel-caption h3 {
        font-size: 8em;
    }
    .podcast {
        padding: 15px 0px 0px 0px;
    }    
}

@media (max-width: 1199px) {
	.scrollNav #navbarScrollMenu .navbar-brand {
		display: none!important;
	}
}

@media (max-width:991px) {
    .roses {
        margin-top:20px;
    }
    .features-row {
        margin-bottom:0px;
    }
    .act-adjustment {
        margin-top:0px!important;
    }
    .scrollNav {
    	display: none!important;
    }
    .student-img {
	    margin: 0px 0px 20px 0px;
	}
	footer#msu-footer .logo-footer {
		display: none;
	}
}

@media (max-width: 767px) {
    .carousel-caption h3 {
        font-size: 4em;
        line-height: 1;
        text-transform: uppercase;
        margin-left: -10px;
        font-family: 'Roboto', sans-serif;
    }
    .carousel-caption {
        top: 14vh;       
    }
    .deerlab_icon {
        display: none!important;
    }

    header#msu-header {
    	background-image: radial-gradient(circle, rgba(41,41,41,0) 0%, rgba(0,0,0,0.85) 100%), url(../img/mobile-bg.jpg) !important;
    	background-size:cover;
    	height: 50vh;
    }

    header#msu-header video {
    	display: none;
    }

    .dl-content {
    	padding-right:0px;
    	padding-left:0px;
    }

    .d-content .media img {
    	display: none;
    }

    .introduction h1 {
    	font-size: 2em;
    }

    .links {
    	margin-top:20px;
    }
}

@media (max-width:575px) {
	footer#msu-footer .logo-footer {
		display: inline;
	}
}

@media (max-width:400px) {
    .carousel-caption p {
        font-size:20px;
    }
    .carousel-caption {
        top: 12vh;
    }    
}

@media (max-height:930px) {
    .call-to-action, .deerlab_icon {
        display: none !important;
    }
}    

/******************************************************************************************/



/*=========================
  Icons
 ================= */

/* footer social icons */
footer#msu-footer .address ul.social-network {
	list-style: none;
	/*display: inline;*/
	margin-top:10px !important;
	padding: 0;
	text-align: center;
}
footer#msu-footer .address ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
footer#msu-footer .social-network a.icoRss:hover {
	background-color: #F56505;
}
footer#msu-footer .social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
footer#msu-footer .social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
footer#msu-footer .social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
footer#msu-footer .social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
footer#msu-footer .social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
footer#msu-footer .social-network a.icoRss:hover i, footer#msu-footer .social-network a.icoFacebook:hover i, footer#msu-footer .social-network a.icoTwitter:hover i,
footer#msu-footer .social-network a.icoGoogle:hover i, footer#msu-footer .social-network a.icoVimeo:hover i, footer#msu-footer .social-network a.icoLinkedin:hover i {
	color:#fff;
}
footer#msu-footer a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

footer#msu-footer .social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:20px;
}
footer#msu-footer .social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

footer#msu-footer .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
footer#msu-footer .social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

/*footer#msu-footer a {
 background-color: #D3D3D3;   
}    */

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;
}