/*
|===========================================================================================================
| 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
|
*/


footer {
    position: relative;
    z-index: 1;
    background-color: #000;
    color: #fff;
    font-size: .75em;
}

footer a {
    color: #fff;
    transition: background .3s ease-out, color .3s ease-out;
	text-decoration: none;
}


footer a:hover {
    color: #ddd;
	text-decoration: underline;
}

/*.mt-0 {
    margin-top:0px !important;
}

.pt-0 {
    padding-top:0px !important;
}

.mb-0 {
    margin-bottom:0px !important;
}

.pb-0 {
    padding-bottom:0px !important;
}
*/
.mx-50 {
    margin-left:50px !important;
    margin-right:50px !important;
}

.clearfix:after {
   /* content: "."; */
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*:first-child + html .clearfix {
    min-height: 1%;
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}

ul.menu li {
    margin: 0 0 0 0.5em;

}

ul.menu .MenuSubPoint{
    padding-left: 28px!important;
}
@media screen and (max-width: 767px){
    ul.menu .MenuSubPoint{
	padding-left: 63px!important;
    }
}

nav#main-menu.navbar ul.menu.nav.navbar-nav > li{
    width: 12.5%;
}

nav#main-menu.navbar.color-white .navbar-nav > li.expanded > ul > li > span.disabled-nav-link {
    display: block;
    padding: 10px 12px;
    font-size: 0.85em;
    line-height: 1.4;
    border-bottom: none;
    text-align: left;
    height: auto;
    box-shadow: none;
    margin-top: 0;
    background-color: #5d1725;
    color: #fff;
    cursor: default;
}
#mobile-menu .navbar-collapse .menu.nav li li > span.disabled-nav-link {
    padding: 10px 20px 10px 35px;
    font-size: .9em;
    line-height: 30px;
}


form {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

label {
    display: block;
    font-weight: bold;
}


/* clay */

.search-form {
    margin-bottom: 1em;
}

.search-form input {
    margin-top: 0;
    margin-bottom: 0;
}


/* clay */

html {
    font-size: 100%;
}

@media (min-width:768px) {
    html {
        font-size: 75%;
    }
}

@media (min-width:850px) {
    html {
        font-size: 83%;
    }
}

@media (min-width:960px) {
    html {
        font-size: 90%;
    }
}

@media (min-width:1150px) {
    html {
        font-size: 100%;
    }
}

body {
    font-size: 1em;
    /*line-height: 1.6;*/
    /*font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	
	/*font-family:Graphik, sans-serif;*/
	font-family: 'Roboto', sans-serif;
    
    /*font-weight: 300;*/
    color: #222;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: "Open Sans Condensed";*/
	/*font-family:Graphik, sans-serif;*/
	font-family: 'Raleway', sans-serif;
	/*font-weight: 700;*/
	
}
a {
    /*color: #333;*/
}

a:hover,
a:active {
    color: #870505;
    text-decoration: none;
}

p {
    margin: 0 0 1.5em;
}

.lead {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}


p,
li,
a {
    word-wrap: break-word;
}

h1,
h4 {
    /*font-family: 'Roboto Slab';
	font-family:Graphik, sans-serif;
    font-weight: 400;*/
	 font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 3em;
    margin: 0 0 .75em;
}

h4 {
    font-size: 1.4em;
    margin: 1.33em 0;
}


.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-white a {
    color: #fff;
}

.text-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

/* Chill */
.text-shadow H4{
     position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
   /* background: rgba(0, 0, 0, 0.5);*/ /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
	background: linear-gradient(to right, rgba(255,0,0,0), rgba(0, 0, 0, 0.5), rgba(255,0,0,0)); 
    width: 100%; /* Full width */
    padding: 10px; /* Some padding */
}

img {
    max-width: 100%;
    height: auto;
}

header#msu-header .logo img {
    width: 100%;
}



ul {
    padding: 0 0 1.5em 1.5em;
    margin: 0;
}

ul.nav {
    padding: 0;
    margin: 0;
}

li {
    padding: 0 0 3px;
}

ul.nav li {
    margin: 0;
    padding: 0;
}

label {
    font-weight: bold;
}

@media (min-width:768px) {
    .middle-parent {
        -webkit-transform-style: preserve-3d !important;
        -moz-transform-style: preserve-3d !important;
        transform-style: preserve-3d !important;
    }
    .middle {
        position: relative !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }
}


.btn {
    padding: 8px 15px;
    /*font-family: "Open Sans Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	/*font-family:Graphik, sans-serif;
    font-weight: 300;*/
	 font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    border: none;
    border-radius: 0;
    text-decoration: none;
    transition: background .3s ease-out, color .3s ease-out;
    margin-bottom: .5em;
}

.text-shadow .btn {
    text-shadow: none;
}

.btn-default {
    color: #fff;
    background-color: #000;
    border: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #000;
    background-color: #fff;
    border-color: none;
}

.btn-white {
    color: #000 !important;
    background-color: #fff;
    border: none
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    color: #fff !important;
    background-color: #000;
    border-color: transparent;
}


nav .navbar-header .navbar-toggle {
    padding: 5px 10px
}

nav .navbar-header .navbar-toggle .icon-bar-text {
    display: inline-block;
    color: #888;
    text-transform: uppercase;
    font-size: .9em;
    padding: 2px 5px 0 0;
    vertical-align: top;
}

nav .navbar-header .navbar-toggle .icon-bar-container {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
}

.skr {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.skr .skr-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

@media (min-width:800px) {
    .skr .skr-bg {
        background-position: center bottom;
        background-attachment: fixed;
    }
}


.skr .skr-fg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

@media (min-width:768px) {
    .skr .skr-fg {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.skr .skr-fg .skr-container {
    max-width: 1200px;
    margin: 0 auto;
}



.skr .skr-fg .skr-container .skr-content {
    position: relative;
    z-index: 10;
    height: auto;
    padding: 4em 0;
}
.skr .skr-fg .skr-container .skr-content-contact_us{
    position: relative;
    z-index: 10;
    height: auto;
   /* padding: 4em 0;*/
}
.skr.bg-img-2 .skr-bg {
    opacity: .2;
}

.pattern {
    background-repeat: repeat !important;
    background-size: auto !important;
    background-attachment: scroll !important;
}

.pattern.gplaypattern.gray {
    background-image: url(../img/patterns/gplaypattern_gray.jpg);
}

.pattern.gplaypattern.white {
    background-image: url(../img/patterns/shattered_white.jpg);
}

.pattern.gplaypattern.maroon {
    background-image: url(../img/patterns/shattered_maroon.jpg);
}

.bg-maroon {
    background: #660000;
}



.section-story {
	  min-height: 1000px;
}

.section-story .slick-front-story-container {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
}

.section-story .slick-front-story-container .story-square-container {
    height: 475px;
    position: relative;
    margin: 15px;
    overflow: hidden;
}

.section-story .slick-front-story-container .story-square-container .text-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 240px;
    opacity: .6;
    transition: all .3s ease-out;
}

.section-story .slick-front-story-container .story-square-container:hover .text-container {
    top: 0;
    opacity: .9;
}

.section-story .slick-front-story-container .story-square-container .text-container .inner {
    background-color: #000;
    padding: 2.0em;
    width: 100%;
    height: 100%;
}


/* inner height size via padding */

.section-story .slick-front-story-container .story-square-container .text-container h4 {
    color: #fff;
    text-decoration: none;
    margin: 0 0 .75em;
}

.section-story .slick-front-story-container .story-square-container .text-container h4 a {
    color: #fff;
}

.section-story .slick-front-story-container .story-square-container .text-container p {
    color: #fff;
    font-size: .8em;
}

.section-story .slick-front-story-container .story-square-container .img-container {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-about {}

.section-visit {}

/*
@media (min-width:0px) {
    .page-front .section-category-RC {
        min-height: 1615px;
    }
}

@media (min-width:807px) {
    .page-front .section-category-RC {
        min-height: 1157px;
    }
}

@media (min-width:1157px) {
    .page-front .section-category-RC {
        min-height: 600px;
    }
}
*/
/*//white spacer under videos and top images//*/


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

.section-cavs-mission {
    min-height: 600px;
}


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

.whitebar {
    min-height: 7px;
}

.section-category-white-cradle {
    min-height: 800px;
}

.section-nasa-bg {
    min-height: 800px;
}

.page-front .section-category-ecoCar1st {
    min-height: 500px;
}

.page-front .section-category-ecoCar3rd {
    min-height: 750px;
}

.page-front .section-category-ecoCar_engine {
    min-height: 650px;
}

.section-category-echo-trophies {
    min-height: 800px;
}

.section-category-echo-oil {
    min-height: 1000px;
}

.section-cof-2 {
    min-height: 800px;
}

.section-cof-1 {
    min-height: 600px;
}

.section-section-autoV {
    /*min-height: 600px;*/
}

.section-section-steel {
    /*min-height: 600px;*/
}

.section-cof-3 {
    min-height: 800px;
}

.section-about-cavs {
    min-height: 450px;
}

.section-about-director {
    min-height: 1000px;
}

.section-about-mission {
    min-height: 600px;
}

.section-about-team {
    min-height: 600px;
}

.section-about-team-af {
    min-height: 750px;
}
.section-research-overview{
    min-height: 650px;
}
.section-capabilities-overview{
    min-height: 800px;
}
.section-facilities-af {
    min-height: 1550px;
}
.section-facilities-steel {
    min-height: 1250px;
}
.section-powder-af{
    min-height: 900px;
}
.section-alloy-af{
    min-height: 1400px;
}
.section-proving-vehicle{
    min-height: 1300px;
}
.section-testing-vehicle{
    min-height: 1750px;
}
.section-deep-vehicle{
    min-height: 1100px;
}
.section-proving-battery{
    min-height: 1900px;
}
.section-HE-motor{
    min-height: 1600px;
}
.section-HE-rextender{
    min-height: 1100px;
}

.section-AA-cfd{
    min-height: 1800px;
}
.section-turbmodel-cfd{
    min-height: 2200px;
}

.section-energetics-cfd{
    min-height: 2000px;
}
.section-fsi-cfd{
    min-height: 1600px;
}
.section-MultiFlow-cfd{
    min-height: 700px;
}

.section-sensor-vehicle{
    min-height: 1500px;
}
.section-sim-vehicle{
    min-height: 1500px;
}
.section-adv-steel{
    min-height: 1000px;
}
.section-process-af {
    min-height: 2150px;
}
.section-facilities {
    min-height: 550px;
}
.section-process-opti {
    min-height: 350px;
}

.section-about-directory {
    min-height: 600px;
}

.section-about-career {
    min-height: 600px;
}

.section-about-contact {
    min-height: 450px;
}

.section-capabilities {
    min-height: 27800px;
}

.section-boi {
    min-height: 1000px;
}

.section-ao {
    min-height: 1300px;
}

.section-is {
    min-height: 1500px;
}

.section-is-white {
    min-height: 800px;
}

.page-front .section-category-nasa {
    min-height: 400px;
}

.section-category-nasa-white {
    min-height: 650px;
}
.section-nasa {
    min-height: 750px;
}

.section-category-maroon-damage {
    min-height: 750px;
}
/*section is white even though it's named maroon*/
.page-front .section-category-maroon-cradle {
    min-height: 250px;
}

.page-front .section-category-2 {
    min-height: 500px;
}
/*capabilities*/
 .section-capabilities-maroon-hpc {
    min-height: 1800px;
} 
.section-capabilities-maroon-power-train {
    min-height: 600px;
}

.section-capabilities-maroon-materials {
    min-height: 5000px;
}
.section-capabilities-maroon-materials-testing {
    min-height: 4400px;
}
.section-capabilities-2-materials {
    min-height: 9500px;
}
/*about CAVS*/

.page-front .section-category-4 {
    min-height: 500px;
}

.page-front .section-category-5 {
    min-height: 900px;
}

@media (max-width:767px) {
    .section-category-1,
    .section-category-2,
    .section-category-4,
    .section-category-5 {
        height: auto !important;
    }
}

@font-face {
    font-family: 'Jeanna';
    src: url(../fonts/gfy-jeanna-webfont.eot);
    src: url(../fonts/gfy-jeanna-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gfy-jeanna-webfont.woff) format('woff'), url(../fonts/gfy-jeanna-webfont.ttf) format('truetype'), url(../fonts/gfy-jeanna-webfont.svg#gfy_jeannaregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Thornesmith';
    src: url(../fonts/gfy-thornesmith-webfont.eot);
    src: url(../fonts/gfy-thornesmith-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gfy-thornesmith-webfont.woff2) format('woff2'), url(../fonts/gfy-thornesmith-webfont.woff) format('woff'), url(../fonts/gfy-thornesmith-webfont.ttf) format('truetype'), url(../fonts/gfy-thornesmith-webfont.svg#gfy_thornesmithregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bulldog';
    src: url('//cdn01.its.msstate.edu/i/fonts/bulldog/bullb-webfont.eot');
    src: url('//cdn01.its.msstate.edu/i/fonts/bulldog/bullb-webfont.eot?#iefix') format('embedded-opentype'), url('//cdn01.its.msstate.edu/i/fonts/bulldog/bullb-webfont.woff2') format('woff2'), url('//cdn01.its.msstate.edu/i/fonts/bulldog/bullb-webfont.woff') format('woff'), url('//cdn01.its.msstate.edu/i/fonts/bulldog/bullb-webfont.ttf') format('truetype'), url('//cdn01.its.msstate.edu/i/fonts/bulldog/bullb-webfont.svg#bulldogbol') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* clay */

div.carousel-caption.middle {
    position: relative !important;
    top: 10% !important;
    width: 96.66666666666666%;
    color: #fff;
}

.middle-parent-ecocar {
        min-height: 100px;
    }


/* Carousel Header Styles */

.header-text {
    position: absolute;
    top: 20%;
    width: 96.66666666666666%;
    color: #fff;
}


/* Carousel Header Styles */

.header-text2 {
    position: absolute;
    top: 3%;
    width: 96.66666666666666%;
    color: #fff;
}


/* Carousel Header Styles */



/*---------------------------------------*/


.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
/* new adds */
	display: block;
	 color: black;
   
    text-decoration: none;
    cursor: pointer;
 
    white-space:nowrap;

}
/*--------clay */
.tile-Link {
   /*  background-image: url('img/tile_AV_deepL.jpg');
   background-size: 300px;*/
    background-repeat: no-repeat;
    background-position: center;
display: block;
	 color: black;
   /* width: 459px;
    height: 238px;*/
    text-decoration: none;
    cursor: pointer;
   /* overflow: hidden;
    text-indent: 100%;*/
    white-space:nowrap;
}

#bg-link a {
   
    background-repeat:no-repeat;
text-decoration: none;
    display:block;
   width: 459px;
    height: 200px;
    overflow:hidden;
    padding:5px;
    text-indent:100%;
    white-space:nowrap;
 
}

/*--------clay */

div.col-sm-6.bg-image-full  h4  a{
	/*font-family: "Open Sans Condensed";*/
	/*font-family:Graphik, sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    font-size: 18px;

	text-decoration: none;

	color: white;
}
div.col-sm-5.bg-image-full  h4  a{
	/*font-family: "Open Sans Condensed";*/
	/*font-family:Graphik, sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    font-size: 18px;
	color: white;
	text-decoration: none;
}
div.col-sm-4.bg-image-full  h4  a{
	/*font-family: "Open Sans Condensed";*/
	/*font-family:Graphik, sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    font-size: 18px;
	text-decoration: none;
	color: white;
}

div center img.img-responsive{
	max-width:50%;
}

.tab { margin-left: 40px; }
.half_tab { margin-left: 20px; }
