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




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

.basehpc .page p {

}

.basehpc .page h1 {

}




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

.basehpc .page .btn {

}

.basehpc .page .btn-primary {
    color: #fff;
    background-color: #660000;
    border: none;
}
	.basehpc .page .btn-primary:hover, 
	.basehpc .page .btn-primary:focus, 
	.basehpc .page .btn-primary:active, 
	.basehpc .page .btn-primary.active, 
	.basehpc .page .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #330000;
    border: none;
	}

.basehpc .page .btn-primary:before {
    content:none;
}

.main-rotation-img {
      object-fit: cover;
      width: 97.3%;
      padding-top: 4px;
}

.border-width-4 {
      border-width: 4px !important;
}

.w-70 {
      width:70% !important;
}

.bg-pale {
      background-color:#EFF2F3 !important;
}

h3.page-header {
    height: 0; 
    box-shadow: 0 45px 10px 1px black;
    margin-top:0px;
    margin-bottom:100px;
}

h3.page-header :after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

@media screen and (min-width:768px){
	.basehpc .navbar{
		padding:0!important;
        }
	.navbar>.container, .navbar>.container-fluid {
		display:block;
        }

}

.basehpc #mobile-nav .navbar{
	padding:0!important;
}
                
.basehpc #mobile-nav .navbar-toggle{
	margin:.5em;
}
                
.basehpc #collapsibleNavbar{
	color:white!important;
}
                
.basehpc .mobile-menu{
	background-color:#000;
}
                
.basehpc #mobile-menu{
	padding-bottom: 0px;
}
                
.basehpc #mobile-menu .dropdown-menu{
	background-color:#222!important;
	padding:0;
	margin:0;
      line-height: 28px;
      font-size: .9em !important;
}
                
.basehpc #mobile-menu .dropdown-toggle:after{
	display: inline-block;
      float: right;
	margin-right: 20px;
	margin-top: 10px;
}
                
.basehpc #mobile-menu li.mobile-maroon a {
    background-color: #220000;
}

.basehpc #mobile-menu .nav-item{
	border-top:1px solid #444;
}
                
.basehpc #mobile-menu .nav-link{
	color:#fff;
	padding-left:15px;
}
                
.basehpc #mobile-menu .nav-link:hover{
	background-color:#555;
}
                
.basehpc #mobile-menu .show .nav-link{
	background-color:#333;
}
                
.basehpc #mobile-menu .dropdown-item{
	color:#eee;
}
                
.basehpc #mobile-menu .dropdown-item:hover{
	background-color:#555!important;
}

.FloatLeft {
        float:left;
        margin:0px 10px;
}
.FloatRight {
        float:right;
        margin:0px 10px;
}

.Caption {
        font-size:10px;
        margin:0px 3px 0px 3px;
        padding:0px;
        text-align:center;
}

.basehpc .row-bg:nth-of-type(odd) {
        background-color:#efefef;
        padding-top: 10px;
      }

.basehpc .row-bg:nth-of-type(even) {
        background-color:#ffffff;
        padding-top: 10px;
      }

  /*
--breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;

  CME Section
*/

.basehpc .cme {
      background: url(../education/img/banner/content_bg.png) no-repeat;
      background-size: 100%;
      padding-left: 5em;
}

.basehpc .cme .menu {
      background:url(../education/img/banner/bar.png) no-repeat;
      background-size: contain;
      background-position-y:14.8%;
      margin-top: 4.3%;
      width:61.226%;
      height: 5em;
}

.basehpc .cme .menu img {
      margin-left: 1.5%;
}

.basehpc .cme .menu img#about {width: 9.377%;}
.basehpc .cme .menu img#affiliations {width: 17.390%;}
.basehpc .cme .menu img#faculty {width: 11.4425%;padding-top: .71%;}
.basehpc .cme .menu img#study {width: 29.3415%;padding-top: .68%;}
.basehpc .cme .menu img#contact {width: 12.253%;}

.basehpc .cme .content {
      padding-left: 5em;
      margin-top: 0px;
}

.basehpc .cme .content .carousel-control-prev-icon{
      background-image: url(/WebForms/js/bgcarousel/left.gif);
      width: 34%;
      height: 12.1%;
      opacity: 1;
}

.basehpc .cme .content .carousel-control-next-icon{
      background-image: url(/WebForms/js/bgcarousel/right.gif);
      width: 34%;
      height: 12.1%;
      opacity: 1;
}

.basehpc .cme .content .carousel-control-prev, .basehpc .cme .content .carousel-control-next{
      opacity: 1;
}

.basehpc .cme .content .carousel-control-prev, .basehpc .cme .content .carousel-control-next{
      opacity: 1;
}

.basehpc .cme .content .carousel .carousel-control {
    visibility: hidden;
}

.basehpc .cme .content .carousel:hover .carousel-control {
    visibility: visible;
}

.basehpc .cme .content .vert-submenu {
    padding-top:10%;
}

.basehpc .cme .content table {
        border:1px solid #cccccc;
	  font-size:14px;
}

.basehpc .cme .content table th {
        background-color:#eeeeee;
}

.basehpc .cme .content table th,.basehpc .cme .content table td {
        border-bottom:1px solid #cccccc;
        border-right:1px solid #cccccc;
}

.basehpc .cme .content table .last_col{
        border-right:none;
}

.basehpc .cme .content table .last_row{
        border-bottom:none;
}

.basehpc .cme .content table td .br {
        border-bottom:1px solid #cccccc;
        border-right:1px solid #cccccc;
}




@media screen and (min-width:0px){
      .basehpc .cme {
            padding-left: 0em;
      }

      .basehpc .cme .content {
            padding-left: 0em;
            margin-top: -3em;
      }

      .basehpc .cme .content .hor-submenu {
            display: block;
      }

      .basehpc .cme .content .vert-submenu {
            display: none;
      }

}

@media screen and (min-width:576px){
      .border-left-width-sm-0 {
            border-left-width: 0px !important;
      }

      .basehpc .cme .content {
            padding-left: 0em;
            margin-top: -2em;
      }

      .basehpc .cme .content .hor-submenu {
            display: none;
      }

      .basehpc .cme .content .vert-submenu {
            display: block;
      }

}

@media screen and (min-width:768px){
      .basehpc .cme .content {
            padding-left: 5em;
            margin-top: -1em;
      }

}

@media screen and (min-width:850px){
      .basehpc .cme {
            padding-left: 5em;
      }

      .basehpc .cme .content {
            padding-left: 5em;
            margin-top: -2em;
      }

}

@media screen and (min-width:960px){
      .basehpc .cme .content {
            padding-left: 5em;
            margin-top: -3em;
      }

}

@media screen and (min-width:1150px){
      .basehpc .cme .content {
            padding-left: 5em;
            margin-top: -3em;
      }

}



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



.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;
}

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: #870505;
    text-decoration: none;
}

a:hover,
a:active {
    color: #660000;
    text-decoration: underline;
}

p {
    margin: 0 0 1.5em;
}

.lead {
    font-size: 1.4em;
    margin-bottom: 1.8em;
}


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;
}

h3 {
    font-style: italic;
    color: #660000;
}

h4 {
    font-size: 1.4em;
    margin: 1.33em 0;
    font-style: italic;
    color: #660000;
}

h5 {
    font-style: italic;
    color: #660000;
    text-transform: none;
}

h6 {
    font-size:1em;
    font-style:italic;
    text-transform: none;
    color: #660000;
}

h1.normal, h2.normal, h3.normal, h4.normal, h5.normal, h6.normal {
    font-style: normal;
    color: black;
}

.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 3.5em;
    margin: 0;
}

ul li ul {
    padding-bottom: 0;
}

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

li {
    padding: 0 0 3px;
}

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

nav#main-menu.navbar .navbar-nav > li > span {
    display: block;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    padding: 8px 10px;
    height: 40px;
    color: #fff;
    line-height: inherit;
    font-size: inherit;
    position: relative;
    z-index: 2;
    transition: background .15s ease-in-out;
}

nav#main-menu.navbar.color-black .navbar-nav > li > span:hover, 
nav#main-menu.navbar.color-black .navbar-nav > li > span:focus, 
nav#main-menu.navbar.color-black .navbar-nav > li:hover > span {
    background-color: #eee;
    color: #000;
}

.dropdown-menu {
    top: 100% !important;
    font-size: 1.01em !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem !important;
    border-top:none !important;
    margin-top:0px;
    -webkit-box-shadow: none;
}

.dropdown-toggle::after {
    display: none;
}

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; }