/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: /*#5a5a5a*/#383838;  
  background:#fff;
}



header {
  background-color:#570E17;
  /*border-bottom:4px solid #570E17;*/ 

  background-color: #501420;
  background-image: url(//cdn01.its.msstate.edu/i/basedrupal/1.0.0/img/bg_header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 4px solid #300607;
}

header a {color:#fff;}
 
header .container { 
  min-height: 170px;
  /*background:url(../img/global/header_bg4.png) center top no-repeat;*/
  position: relative;
 
}

header .container .main-navigation {
  position: absolute;
  bottom: 0;
  padding-right:27px;
}

header .container .main-navigation li {
  border-left:2px solid #500000;
}

header .container .main-navigation li:first-child {
  border:none;
}

header .container .main-navigation li a {
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Arimo', sans-serif;
  font-weight:400;
  letter-spacing: /*.08em*/ -.01em;
  border-radius:0px;
  padding:5px 15px 10px 15px;
  font-size:.875em;
  color:#fff;

  -webkit-transition: color 250ms ease-out 0s;
    -moz-transition: color 250ms ease-out 0s;
    -o-transition: color 250ms ease-out 0s;
    transition: color 250ms ease-out 0s;
}

header .container .main-navigation li a:hover, header .container .nav li a:focus {
  background-color: transparent;
  color:/*#B9B9B9*/ #c0c0c0;
  outline:none;

}

header .container .CFRlogo {
  margin:0px 20px 20px 0px;
  padding-left:12px;
}

header .container .topMenu .nav {
  background:rgba(0,0,0,0.3);
  float:right;
  padding:0px 7px 0px 7px;

}

header .container .topMenu {
  padding-right: 0px;
}

header .container .topMenu .nav li {
  border-left:1px solid #1e0304;
}

header .container .topMenu .nav li:first-child {
  border:none;
}

header .container .topMenu .nav li a {
  font-weight: 300;
  font-size: .70em;
  padding: 7px 15px;
  
}

header .container .topMenu .nav li a:hover {
  background-color: transparent;
  color:#fff;
  outline:none;
}

header .container .search {
  margin:25px -50px 0 0;
  padding-right: 0px;
}

header .container .search .form-control {
    padding: 7px 12px !important;
    margin: 0;
    background-color: #fff;
    color: #555;
    font-size: .8em;
    line-height: 1.42857;
    border: none !important;
    height: auto;
    float: right;
    width: auto;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

header .container .search input.form-control {
    width: 150%;
    padding-right: 0;
}

header .container .search .form-control:focus {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(55,55,55,.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(55,55,55,.5);
}

header .container .search .btn {
  border-radius:0px;
}

header .container .search .btn:focus, 
header .container .search .btn:active,
header .container .search .btn:visited,
header .container .search .btn:hover {
  outline:none;
}

header .container .search .btn-default {
  background-color:#ebeced;
}

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;
}

.form-control:focus {
    border-color: #d1d5d8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,102,102,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,102,102,.2);
}


section.affix {
  width:100%;
  z-index: 1000;
  background:#fff;
  top:0;
}

.navbar-form {
  display: inline-block;
}

.isHidden {
  display: none;
}

.isVisible {
  display: inherit;
}

.isNotVisible {
  visibility: hidden;
}

section#secondary-header {
  background-color:#570E17;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:   0px 1px 0px 0px rgba(0, 0, 0, 1);
    box-shadow:        0px 1px 0px 0px rgba(0, 0, 0, 1);

    background-color: #4f131f;
    background-image: url(//cdn01.its.msstate.edu/i/basedrupal/1.0.0/img/bg_header.jpg);
    background-position: center top;
    background-repeat: no-repeat;


}
 
section#secondary-header .container { 
  min-height: 35px;
  /*background:url(../img/global/secondary_nav_bg.png) center center no-repeat;*/
  position: relative;
  margin-bottom:0px;
 
}

section#secondary-header .container .secondary-navigation {
  position: absolute;
  bottom: 0;
  padding-right:27px;
}

section#secondary-header .container .secondary-navigation li {
  border-left:2px solid #570E17;

}

section#secondary-header .container .secondary-navigation li:first-child {
  border:none;
}

section#secondary-header .container .secondary-navigation li a {
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Arimo', sans-serif;
  font-weight:400;
  letter-spacing: /*.08em*/ -.01em;
  border-radius:0px;
  padding:0px 15px 8px 15px;
  
  color:#fff;
  font-size:.875em;

    -webkit-transition: color 250ms ease-out 0s;
    -moz-transition: color 250ms ease-out 0s;
    -o-transition: color 250ms ease-out 0s;
    transition: color 250ms ease-out 0s;
}

section#secondary-header .container .secondary-navigation li a:hover, header .container .nav li a:focus {
  background-color: transparent;
  color:/*#B9B9B9*/ #c0c0c0;
  outline:none;
}

header .container .nav li a:focus {
	outline: 1px dotted #640d0d;
}


.navbar-collapse {
  padding-left:0px;
  overflow: hidden;
}


.navbar-toggle {
  border:1px solid #ccc;
  padding: 7px 8px;
}

.navbar-toggle .icon-bar {
   background-color: #ccc;
}

.cfr-main {
  background:#fff;
}

.msu_small_logo {
  margin:5px 0 0 -25px;
}

.msu_small_logo:hover {
  -webkit-filter: opacity(0.85);
}


#input.search_box.form-control {
  background-image: none!important;
}
#input_2.search_box.form-control {
  background-image: none!important;
}

.ammo-block {background: rgba(89,0,0,0.9); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(89,0,0,0.9) 0%, rgba(117,2,2,0.9) 44%, rgba(84,0,0,0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(89,0,0,0.9)), color-stop(44%,rgba(117,2,2,0.9)), color-stop(100%,rgba(84,0,0,0.9))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(89,0,0,0.9) 0%,rgba(117,2,2,0.9) 44%,rgba(84,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(89,0,0,0.9) 0%,rgba(117,2,2,0.9) 44%,rgba(84,0,0,0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(89,0,0,0.9) 0%,rgba(117,2,2,0.9) 44%,rgba(84,0,0,0.9) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(89,0,0,0.9) 0%,rgba(117,2,2,0.9) 44%,rgba(84,0,0,0.9) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590000', endColorstr='#540000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ margin-left:15px;}
.additional-mobile-menu-options {padding:10px 0px 5px 0px;}
.additional-mobile-menu-options li a {color:#fff; padding:2px 7px; border-radius:0px; font-size:.75em;}
.additional-mobile-menu-options li a:hover, .additional-mobile-menu-options li a:active, .additional-mobile-menu-options li a:focus, .additional-mobile-menu-options li a:visited {
  color:#eee; background:transparent;
}

.navbar-collapse.in {
    overflow-y: none;
}

/* FOOTER
__________________________________________________ */

footer {
  /*background:url(../img/global/topo.jpg) repeat;*/
  background:#202020;

  /*background: #000000;
  background: -moz-linear-gradient(top,#000000 0%,#222222 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(100%,#222222));
  background: -webkit-linear-gradient(top,#000000 0%,#222222 100%);
  background: -o-linear-gradient(top,#000000 0%,#222222 100%);
  background: -ms-linear-gradient(top,#000000 0%,#222222 100%);
  background: linear-gradient(to bottom,#000000 0%,#222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#222222',GradientType=0);*/

  min-height:500px;
  margin-top:0px;
  color:#B3B3B3;
  padding:30px 0 50px 0;
  height:auto;
}

footer a {
  color:#fff;
}

footer a:focus {
  color:#fff;
  text-decoration: underline;
}

footer a:hover {
  color:#fff;
  text-decoration: underline;
}

footer ul {
  padding-left:0px;
}

footer ul li {
  list-style-type: none;
}

footer h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  color:#B3B3B3;
  letter-spacing: 0.20em;
}

footer hr {
  margin-bottom:15px;
  border-top:1px solid #000;
  border-bottom:1px solid #333 /*#222*/;
}

footer .small-text {
  font-size: .75em;
  color:#ABABAB;
}

.hoverlight:hover {
  -webkit-filter: brightness(1.5);
}

/* CFR LARGE BG
-------------------------------------------------- */

.cfr-large-bg {
  background: url(../img/index/7.png) no-repeat center center fixed /*#ECECED*/ #fff; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /*-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);*/


    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
    box-shadow:         inset 0px 1px 1px 0px rgba(0, 0, 0, 1);


}  

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*.carousel {
  height: 50%;
  width:100%;
  margin-bottom: 0px;
  margin-top:/*75px*/ /*20px;
  /*margin-bottom:20px;*/ 
  /*background:#fff;
  /*padding:2px 2px 0 2px;*/
  /*-webkit-box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px -1px 1px 0px rgba(50, 50, 50, 0.35);
  box-shadow:         0px -1px 1px 0px rgba(50, 50, 50, 0.35);*/


/*}

/* Since positioning the image, we need to help out the caption */
/*.carousel-caption {
  z-index:1;
  position: absolute;
  top: 18%;
  max-width:500px;
  left: 3%;
  text-align: left;
  color: #fff;
  background: none;
  margin: 0 0 0 12.8%;
  bottom:auto;
  text-shadow:none;
  padding:0px;
}*/

/*.carousel-caption {
  z-index:1;
  position: absolute;
  width:850px;
  height:95%;
  color: #fff;
  background: none;
  text-shadow:none;
  bottom:0;
  margin-left:2%;
  
}


.white {
  background:none;
  color:#661f22;
  width:500px;
  margin-left: /*36.3% */ /*35%;
}

/*.carousel-caption h1 {
  padding:0 0 0 20px;  
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size:44px;
}

.carousel-caption p {
  font-size: 12px;
  width: auto;
  padding:10px 25px 0px 20px;
  letter-spacing: 0.05em; 
  background:#fff;
  color:#661f22;
}*/


/*.carousel-caption h1 {
  position:relative;
  padding:10px 50px 0px 0px;  
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size:50px;
  text-align: right;
  margin-top:60px;

}

.carousel-caption p {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-size: 18px;
  width: auto;
  padding: 10px 50px 15px 0px;
  letter-spacing: 0.05em; 
  text-align: right;

}




.carousel-caption p.inner {
  font-size:1em;
}

/* Declare heights because of positioning of img element */
/*.carousel .item {
  height: 479px;
  background-color: #000;
}

.carousel-inner > .item > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
 
}

*/
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0px 0;
  font-size: 1em;
  line-height: 1.428571429;
  border-radius: 15px;
  border:2px solid #FFF;
  background:transparent;
  color:#fff;
}

.btn-circle:hover, .btn .btn-circle:active, .btn-circle:active, .btn-circle:visited {
  background-color:transparent;
  color:#66252d;
  border:2px solid #66252d;
  outline:none !important;
  
}

.btn-circle:focus {
  outline:1px dotted #640d0d;
}

/*
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} */

.backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: rgba(195,195,195,0.25);
  text-align: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 2999;
  display: none;
}

.backtotop i {
  font-size: 2.125em;
  position: relative;
  color: rgba(255,255,255,0.8);
  line-height: 48px;
  font-style: normal;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.backtotop:hover {
  color: #fff;
}


/* VIDEO BACKGROUND
------------------------------------------------------- */

/*#index-video {
width: 100vw;
height: 50vh;
display:block;
position: relative;
}*/


/*#index-video {
width: auto;
height: auto;
display:block;
position: relative;
}*/

.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

/*.video-container {
  position: absolute;
  top: 0%;
  left: -50%;
  width: 200%;
  height: 100%;
  overflow:hidden;
}*/

/*.video-container {
  position:absolute; 
}

/*video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;

}*/

/*video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width:100%;
  /*height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}*/

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

/*.video-container .title-container {
  z-index:1;
  position: relative;
  top: /*18%*/ /*14%;
  width: 450px;
  left: 20%;
  text-align: left;
  color: #fff;
  /*background: rgba(94,0,0,0.8);*/
  /*margin: 0 0 0 12.8%;
  border:0px solid #fff;
} */

/*.video-container .title-container, .cfrSlider>.cfr-description>label .title-container {
  z-index:1;
  position: relative;
  width: 450px;  
  text-align: left;
  color: #fff;
  background: rgba(94,0,0,0.85);
  padding: 0 20px 0 70px;
  border:0px solid #fff;  
  top:40px;
}*/

.video-container .title-container, .cfrSlider>.cfr-description>label .title-container {
  z-index:1;
  position: relative;
  width: 450px;  
  text-align: left;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#590000+0,750202+44,540000+100 */
  /*background: rgba(89,0,0,0.9); 
  background: -moz-linear-gradient(-45deg,  rgba(89,0,0,0.9) 0%, rgba(117,2,2,0.9) 44%, rgba(84,0,0,0.9) 100%); 
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(89,0,0,0.9)), color-stop(44%,rgba(117,2,2,0.9)), color-stop(100%,rgba(84,0,0,0.9))); 
  background: -webkit-linear-gradient(-45deg,  rgba(89,0,0,0.9) 0%,rgba(117,2,2,0.9) 44%,rgba(84,0,0,0.9) 100%); 
  background: -o-linear-gradient(-45deg,  rgba(89,0,0,0.9) 0%,rgba(117,2,2,0.9) 44%,rgba(84,0,0,0.9) 100%); 
  background: -ms-linear-gradient(-45deg,  rgba(89,0,0,0.9) 0%,rgba(117,2,2,0.9) 44%,rgba(84,0,0,0.9) 100%); 
  background: linear-gradient(135deg,  rgba(89,0,0,0.9) 0%,rgba(117,2,2,0.9) 44%,rgba(84,0,0,0.9) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590000', endColorstr='#540000',GradientType=1 );*/

  background:rgba(41,7,6,0);

 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#252830+0,3d3f49+49,252830+100 */
/*background: rgba(37,40,48,0.92); 
background: -moz-linear-gradient(-45deg,  rgba(37,40,48,0.92) 0%, rgba(61,63,73,0.92) 49%, rgba(37,40,48,0.92) 100%); 
background: -webkit-linear-gradient(-45deg,  rgba(37,40,48,0.92) 0%,rgba(61,63,73,0.92) 49%,rgba(37,40,48,0.92) 100%);
background: linear-gradient(135deg,  rgba(37,40,48,0.92) 0%,rgba(61,63,73,0.92) 49%,rgba(37,40,48,0.92) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(37,40,48,0.92)', endColorstr='rgba(37,40,48,0.92)',GradientType=1 ); */


  /*padding: 0 20px 0 70px;*/
  padding: 0 50px 0 50px;
  
  border:0px solid #fff;  
  top:155px;
}


.video-container .title-container .intro h3, .cfrSlider>.cfr-description>label .title-container .intro h3 {
  font-family: 'Courgette', cursive;
  font-style: italic;
  font-size: 1.5em;
  padding:20px 0 0 20px;
  margin-bottom:0;

}

.video-container .title-container .headline h1 {
  padding:0 0 0 0px;
  width:75%;
  margin:0 auto;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size:4.0625em;
}

.video-container .description .inner, .cfrSlider>.cfr-description>label .title-container .description .inner  {
  font-size: 1.25em;
  width: auto;
  padding:0px 40px 20px 0;
  letter-spacing: 0.05em; 
  font-family: 'Oswald', sans-serif;  
  font-weight: 300;
}


.cfrSlider>.cfr-description>label .title-container .description .inner span {
  
  font-family: 'Courgette', cursive;
}

.video-container .description .inner a {
  color: #fff;
}

.video-container .description .inner a:hover {
  color:#C3C3C3;
  text-decoration: none;
}

.video-container .description .inner span.lighten {
  color:rgba(255,255,255,0.2);
}

.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 2em;
  color: #fff;
}

.video-container .link a {
  color: #fff;
}



.video-container .title-container {
   /*box-shadow:
    rgba(240, 240, 240, 0.8) -1px 1px, 
    rgba(240, 240, 240, 0.8) -2px 2px,
    rgba(240, 240, 240, 0.8) -3px 3px,
    rgba(240, 240, 240, 0.8) -4px 4px,
    rgba(240, 240, 240, 0.8) -5px 5px,
    rgba(240, 240, 240, 0.8) -6px 6px,
    rgba(240, 240, 240, 0.8) -7px 7px,
    rgba(240, 240, 240, 0.8) -8px 8px,
    rgba(240, 240, 240, 0.8) -9px 9px,
    rgba(240, 240, 240, 0.8) -10px 10px;  */ 
   
}



/* CONNECT MENU
-------------------------------------------------- */

.connect h1,.sidebar h1 {
  background: /*#f4f4f4*/ /*#bcbcbc*/ /*#f4f4f4*/ rgba(1,7,21,0.8);  
  padding:5px 0 5px 30px;
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color:/*#711410*/ /*#660000*/ #fff;
  font-size:1.875em;

 
}



.connect .menu {

}

.connect .menu li,.sidebar .menu li,.explore-btns .menu li {
  border-bottom:1px solid #e5e5e5;
}

.connect .menu li:last-child,.sidebar .menu li:last-child {
  border-bottom:0px solid #e5e5e5;
}

.connect .menu li a,.sidebar .menu li a,.explore-btns .menu li a {
  color: /*#042944*/ #444444;
  font-size: 1em;
  margin-bottom:4px;
  margin-top:4px;
  font-weight: 300px;
  font-family: 'Open Sans', sans-serif;
  padding-left:32px;
}

.explore-btns .menu li a {
  padding-left:20px;
}

.connect .menu li a i, .sidebar .menu li a i {
  color:#fff;
  margin-top:5px;
}

.sidebar .menu li a i {
  color:#e7e7e7;
}

.explore-btns .menu li a i {
  color:#f1f1f1;
}

.connect .menu li:first-child a,.sidebar .menu li:first-child a,.explore-btns .menu li:first-child a {
  margin-top:0px;
}

.connect .menu li a:hover,.sidebar .menu li a:hover,.explore-btns .menu li a:hover {
  background-color:transparent;
  color:#811410;
}

.connect .menu li:hover .menu-item,.sidebar .menu li:hover .menu-item,.explore-btns .menu li:hover .menu-item {
  color:/*#e9e9e9*/ /*#c1c1c1*/ /*#ededed*/ /*#c1c1c1*/ #e7e7e7;
}

.explore-btns .menu li:hover .menu-item {
  color:#660000;
}

.connect .menu li .menu-item,.sidebar .menu li .menu-item {
  font-size:2.25em;
  float:left;
  margin:-8px 2px 0 0px;
  color: /*#f1f1f1*/ #fff /*#042944*/ /*#424242*/; 
  /*text-shadow: -1px 0px 0px rgba(44,44,44,0.45);*/
}

.explore-btns .menu li .menu-item {
  font-size:1.75em;
  float:left;
  margin:-2px 18px 0 0px;
  color: #e9e9e9; 
}



.connect h2,.sidebar h2 {
  background:#f4f4f4;
  padding:5px 10px 5px 30px;
  font-family: "futura-pt",sans-serif;
  font-weight:400;
  color:#333;
  font-size:1.125em;
  margin-top:1px;
}

.connect h2 span,.sidebar h2 span {
  color:#660000;
}

.sidebar .menu li.active a {background-color:transparent; color:#660000;}
.sidebar .menu li.active a i {color:#e5e5e5; font-size:1.125em; margin-top:3px;}

.sidebar .menu li a:focus {
  background-color: transparent;
}

/* EVENTS
-------------------------------------------------- */

.event-listings {
  padding-left:0px;
}

.event-listings li.events:first-child {
  padding-top:5px;
}

.event-listings li.events {
  list-style-type: none;
  padding-bottom:5px;
  padding-top:7px;
  border-bottom: 1px solid #e5e5e5;
}

.event-listings li.events .dates {
  /*order-left: 4px solid #f4f4f4;*/
  color:#aaa;  
  margin-left:14px;
  background:/*#f4f4f4*/ #fff;
}

.event-listings li.events .dates .day {
  font-size:1.5em;
  margin:0;
  font-family: 'Oswald', sans-serif;
  margin-bottom: -7px;
  margin-left:-7px;
  
 
}

.event-listings li.events .dates .month {
  font-size:1em;
  margin:0;
  margin-left:-7px;
  color:#595959;

}

.event-listings li.events .title {
  font-family: 'Open Sans', sans-serif;
  font-size:.9375em;
  font-weight: normal;
  color:#444;
  margin:0;
  padding-top:3px;
  padding-right:0px;
  /*letter-spacing: 0.075em;*/
}

.event-listings li.events .dates.active {
  /*border-left: 4px solid #711410;*/
  color:#444;
}

.event-listings li.events:hover .dates {
  /*border-left: 4px solid #711410;*/
  color:#770000;
 
}

/*.event-listings li.events:first-child .dates {
  color:#444;
}*/




/* DISCOVERS
-------------------------------------------------- */

.discover {
  margin-top:20px;
  background:/*#711410*/ /*#601217*/ #660000;  

    
}

.discover-header h1 {
  padding:5px 0 5px 30px;
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color:#fff;
  font-size:1.875em;
 
}

.discover-header h1 span.slider-controls {
  float:right; 
}

.discover-header h1 span.slider-controls .controls-left a {  
  font-size:2.875em;
  color: #fff;
  text-align: center;
  position:absolute;
  margin-left:-92px;
  margin-top:-9px;
  border-left:1px dotted #fff;
  border-right:1px dotted #fff;
  padding-left:12px;
  padding-right:15px;

}

.discover-header h1 span.slider-controls .controls-right a {  
  font-size:2.875em;
  color: #fff;
  text-align: center;
  position:absolute;
  margin-left:-40px;
  margin-top:-9px;
  padding-left:10px;
  padding-right:10px;

}

.discover-header h1 span.slider-controls .controls-left a:hover, .discover-header h1 span.slider-controls .controls-right a:hover {
  color:#450000;
}

.discover-header h2 {
  padding:5px 0 5px 30px;
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color:#fff;
  font-size:1.875em;
 
}

.discover-header h2 span.slider-controls {
  float:right; 
}

.discover-header h2 span.slider-controls .controls-left a {  
  font-size:2.875em;
  color: #fff;
  text-align: center;
  position:absolute;
  margin-left:-92px;
  margin-top:-9px;
  border-left:1px dotted #fff;
  border-right:1px dotted #fff;
  padding-left:12px;
  padding-right:15px;

}

.discover-header h2 span.slider-controls .controls-right a {  
  font-size:2.875em;
  color: #fff;
  text-align: center;
  position:absolute;
  margin-left:-40px;
  margin-top:-9px;
  padding-left:10px;
  padding-right:10px;

}

.discover-header h2 span.slider-controls .controls-left a:hover, .discover-header h2 span.slider-controls .controls-right a:hover {
  color:#450000;
}

.discover-header .social-icons p {
  font-family: 'Oswald', sans-serif; 
  color:#fff;
  font-size:1em;
  width:800px;
  margin:0 auto;
  
  letter-spacing: 0.15em;

}

.discover-header .social-icons p span {
  font-size: .875em;
  margin-left: 0px;
  font-weight: 300;
  float:right;
  margin-top:-27px;
}

.discover-header .social-icons p span a {
  color:#fff;
  margin-right:10px;
  
}

.discover-header .social-icons p span a:hover {
  text-decoration: none;

  -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;
}


.btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline-color: #fff;
    outline-style: auto;
    outline-width: 0px;
    outline: 0px auto -webkit-focus-ring-color;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
    outline-offset: -2px;
}


/* DISCOVER MENU
-------------------------------------------------- */


.discover-menu {}

.spotlight {
  padding:8px 10px 10px 0px;
}

.research {
  padding:8px 0px 10px 10px;
}

.forest {
  padding:10px 10px 0 0px;
}

.chair {
  padding:10px 0px 0 10px;
}



/* Common style */
.discover-menu figure {
  /*position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;*/
  background: #fff;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.spotlight figure {background:#07332b;} .spotlight .discover-menu figure h2 {margin:10px 0 0 0;}
.research figure {background:#0F3854;}
.forest figure {background:#2C1E12;}
.chair figure {background:#171a31;}

.discover-menu figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 1;
}

.discover-menu figure figcaption {
  padding: 0em;
  color: #454444;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.discover-menu figure figcaption::before,
.discover-menu figure figcaption::after {
  pointer-events: none;
}

.discover-menu figure figcaption,
.discover-menu figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.discover-menu figure figcaption > a {
  z-index: 1;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.discover-menu figure h2 {
  word-spacing: 0;
  font-weight: 300;
  font-size:1.125em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.075em;
 
  display: inline-block;
  background: #fff;
  padding:12px 10px 10px 0px;
  
}

.discover-menu figure h2 span {
  font-weight: 700;
}

.discover-menu figure h2,
.discover-menu figure p {
  margin: 0;
}

.discover-menu figure p {
  letter-spacing: 1px;
  font-size: .875em;
}


.spotlight figure h2 {margin:8px 0 0 0px;} .research figure h2 {margin:8px 0 0 10px;}
.forest figure h2 {margin:8px 0 0 0px;} .chair figure h2 {margin:8px 0 0 10px;}

figure.discover-overlay img {
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
}

figure.discover-overlay:hover img {
  opacity: 0.6;  
}

figure.discover-overlay figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  /*border: 4px solid #fff;*/
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

figure.discover-overlay:hover figcaption::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.discover-overlay figcaption {
  /*padding: 3em;*/
  text-align: left;
}

figure.discover-overlay p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.discover-overlay:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  color:#fff;
 
}



/* NEWS
-------------------------------------------------- */

.news {padding:15px 15px 0 15px;}

.news h1 {
  background: /*#f4f4f4*/ rgba(1,7,21,0.8); 
  padding:5px 0 5px 30px;
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color:/*#711410*/ #fff;
  font-size:1.875em;
  margin-bottom:20px;

  }

.news h1 span {
  /* font-size:1.25em; */
  margin-right:20px;
  margin-top:8px;
}

.news h1 span.small {
  color:#aaa;
}

.news h2.title small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size:1.5em;
  color:#333;
}

.news h2.news-title {
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color: #440000;
  font-size:2.625em;
  margin-top:0px;
}

.news-item {
  padding:10px;
}


.news-item .thumbnail {
  padding:0;
  border-radius:0px;
  border:none;
  background-color:transparent;
}

.news-item .thumbnail img {
  padding:0px;
  /*border-bottom:1px solid #e5e5e5;*/
  /*width:58%;*/
}

 .news-item .thumbnail img {
    /*float:right;*/
    /*margin-left:10px;*/
    border:0px solid #F4F4F4;
  }

.news-item .thumbnail .caption {
  padding-left:0px;
  margin-top:5px;

}

.news-item .thumbnail .caption h3 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  font-size:1em;
  margin-top:0;
  color:#66252d; 
    
}

.news-item .thumbnail .caption p {
  font-family: 'Open Sans', sans-serif;
  font-size:.875em;
  padding-bottom:5px;
  color:#B3B3B3;

}

.news-item .thumbnail .caption .btn-news {
  color:#444444;
  /*background-color:#f4f4f4;*/
  /*border-color:none;
  border:none;*/
  border-radius:0px;
  font-size:.875em;
  font-weight: 500;
  border-color:#e5e5e5;
}


.news-item .thumbnail .caption .btn-news:hover {
  color:#660000;
  background-color:#f7f7f7;
  /*border-color:none;
  border:none;*/
  border-radius:0px;
  font-size:.875em;
  font-weight: 500;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #660000;
  border-color: #660000;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #660000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom:2px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  color: #660000;
  background-color: #eee;
  border-color: #ddd;
}

.news table thead tr th {
  font-family: 'Open Sans';
  font-weight: 400;
  color:#450000;
  border-bottom: 1px solid #bbb;
}

.navy {
  color:#4F5764;
}

.maroon {
  color:#000;
}

.news .article-img {
  width:50%;
  float:right;
  margin-right:15px;
}

.news .article-img span {
  font-size:.75em;
  float:right;
  margin-top:7px;
  font-style:italic;
}

/* SOCIAL
_________________________________________________ */

/*.social {
  background:/*#711410*/ /*#333333;
  min-height: 30px;
  margin-top:0px;
}

.social-icons p {
  font-family: 'Oswald', sans-serif; 
  color:#fff;
  font-size:1em;
  width:400px;
  margin:0 auto;
  padding-top:15px;
  letter-spacing: 0.15em;

}

.social-icons p span {
  font-size: 14px;
  margin-left: 0px;
  font-weight: 300;
  float:right;
  margin-top:-42px;
}

.social-icons p span a {
  color:#fff;
  margin-right:20px;
  /*-webkit-filter: grayscale(0.9);*/
/*}

.social-icons p span a:hover {
  text-decoration: none;
  /*-webkit-filter: grayscale(0);*/
  /*padding-bottom:2px;
}

/*.social-icons p span a:after {
  content:"  \2022  ";
}

.social-icons p span a:last-child:after {
  content:"";
}*/




/* SUBSEQUENT PAGES
-------------------------------------------------- */

.header-shadow {
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    inset 0px 1px 0px 0px rgba(0, 0, 0, 1);
    box-shadow:         inset 0px 1px 0px 0px rgba(0, 0, 0, 1);
}


.sidebar .nav li a {
  padding-left:32px;
}

.breadcrumb-area {
  margin-top:30px;
}

.breadcrumb-area hr {
  margin:0;
}

.breadcrumb-area .breadcrumb {
  border-radius: 0px;
  margin-bottom:0px;
  padding:0;
  background-color:transparent;
  margin-left:-15px;
}

.breadcrumb-area .breadcrumb li a {
  color:#660000;
}

.breadcrumb-area .breadcrumb li a:hover {
  color:#444444;
  text-decoration: none;
}

.sidebar-social {
  margin-left:0px;
  margin-top:10px;
}

.sidebar-social a {
  padding-left:0px;
  -webkit-filter: grayscale(0);
}

.sidebar-social a:hover {
 -webkit-filter: grayscale(.2);
}




.sub-main {
  margin-bottom:100px;

}

.sub-main hr {
  margin-top:12px;
}

.sub-main a {
  color:/*#350000*/ #005C8A; font-weight: bold;
}

.sub-main a:hover, .sub-main a:focus {
  color:/*#222222*/ #350000;
  text-decoration: underline;
  outline: none;
}

.sub-main a:focus {
  outline: 1px dotted #640d0d!important;
}

.sub-main h1.title {
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color: #440000;
  font-size:3.125em;
  margin-top:5px;

}

.sub-main h2.title {
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color: #440000;
  font-size:3.125em;
  margin-top:5px;

}

.sub-main h3 {
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color: #660000;
  font-size:1.75em;
  margin-top:5px;
}

.sub-main-alumnus h3 {
 font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #333;
  font-size:2.25em;
  margin-top:5px;
}

.sub-main h4 {
 font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #333;
  font-size:2.25em;
  margin-top:5px;
}

.sub-main-faculty h3 {
 font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #333;
  font-size:2.25em;
  margin-top:5px;
}


.sub-main img {
  /*border:15px solid #f4f4f4;*/
  margin-bottom:0px;
  margin-left:20px;
}

.sub-main h4.img-caption {
  position:relative;
  padding:25px 12px 0px 0px;  
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size:3.625em;
  text-align: right;
  background:/*#1A3039*/ /*#042944*/ #131B2A;
  margin-top:0;
  line-height:0.895;
  color:#fff;

}

.sub-main h2.img-caption {
  position:relative;
  padding:25px 12px 0px 0px;  
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size:3.625em;
  text-align: right;
  background:/*#1A3039*/ /*#042944*/ #131B2A;
  margin-top:0;
  line-height:0.895;
  color:#fff;

}

.sub-main h4.grey {
  background:#282828;
}

.sub-main h4.maroon {
  background:#420500;
}


.sub-main .dark-grey-square-left {
  min-height:210px;
  background: rgb(57,58,60); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(57,58,60,1) 0%, rgba(57,58,60,1) 50%, rgba(53,54,56,1) 51%, rgba(53,54,56,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(57,58,60,1)), color-stop(50%,rgba(57,58,60,1)), color-stop(51%,rgba(53,54,56,1)), color-stop(100%,rgba(53,54,56,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(57,58,60,1) 0%,rgba(57,58,60,1) 50%,rgba(53,54,56,1) 51%,rgba(53,54,56,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(57,58,60,1) 0%,rgba(57,58,60,1) 50%,rgba(53,54,56,1) 51%,rgba(53,54,56,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(57,58,60,1) 0%,rgba(57,58,60,1) 50%,rgba(53,54,56,1) 51%,rgba(53,54,56,1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(57,58,60,1) 0%,rgba(57,58,60,1) 50%,rgba(53,54,56,1) 51%,rgba(53,54,56,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393a3c', endColorstr='#353638',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color:#ffffff; 
  width:48%;
  float:left;
  margin-top:20px;
}


.sub-main .light-grey-square-right {
  min-height:210px;
  background: rgb(231,231,232); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(231,231,232,1) 0%, rgba(231,231,232,1) 50%, rgba(236,236,237,1) 51%, rgba(236,236,237,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(231,231,232,1)), color-stop(50%,rgba(231,231,232,1)), color-stop(51%,rgba(236,236,237,1)), color-stop(100%,rgba(236,236,237,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(231,231,232,1) 0%,rgba(231,231,232,1) 50%,rgba(236,236,237,1) 51%,rgba(236,236,237,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(231,231,232,1) 0%,rgba(231,231,232,1) 50%,rgba(236,236,237,1) 51%,rgba(236,236,237,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(231,231,232,1) 0%,rgba(231,231,232,1) 50%,rgba(236,236,237,1) 51%,rgba(236,236,237,1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(231,231,232,1) 0%,rgba(231,231,232,1) 50%,rgba(236,236,237,1) 51%,rgba(236,236,237,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e8', endColorstr='#ececed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color:#ffffff;
  width:48%; 
  float:right;
  margin-top:20px;
}

.sub-main label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color:#660000;
}

.sub-main img.dept-social-icons {
  margin-left:0px !important;
}



.sub-menu {
   padding-left:0px;
   padding-right:0px;
   margin-top:8px;
}

.about-sub-menu-left {
  padding-right:10px;
}

.about-sub-menu-right {
  padding-left:10px;
  
}



/* Common style */
.sub-menu figure {
  background: #443333;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.sub-menu figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.7;
  border:0px solid #f4f4f4;
  margin-bottom:0px;
  margin-left:0px;
}

.sub-menu figure figcaption {
  padding: 0em;
  color: #454444;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sub-menu figure figcaption::before,
.sub-menu figure figcaption::after {
  pointer-events: none;
}

.sub-menu figure figcaption,
.sub-menu figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;*/
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.sub-menu figure figcaption > a {
  z-index: 1;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.sub-menu figure h2 {
  word-spacing: 0;
  font-weight: 300;
  font-size:1.625em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.075em;
  display: inline-block;
  padding:0px 10px 7px 4px;
  
}

.sub-menu figure h2 span {
  font-weight: 700;
}

.sub-menu figure h2,
.sub-menu figure p {
  margin: 0;
}

.sub-menu figure p {
  letter-spacing: 1px;
  font-size: .875em;
}


figure.menu-overlay:hover img {
  opacity: 0.95;
}



figure.menu-overlay figcaption {
  /*padding: 3em;*/
  text-align: left;
}

.about-sub-menu-right figure h2 {
  margin: 0px 0 0 10px;
  background:#fff;
  font-size:1.125em;
  padding-top:10px;

}

.about-sub-menu-left figure h2 {
  margin: 0px 0 0 0px;
  background:#fff;
  font-size:1.125em;
  padding-top:10px;
}


.sub-main .img-banner  {
  border:none;
  margin-left:0px;
  padding-top:0px;
}

.sub-main .well {
  padding: 24px;
  border-radius: 0px;
  background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}

.sub-main .btn {
  border-radius:0px;
}


/* PANEL GROUP SIDEBAR LINKS
--------------------------------------------------- */

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel {
  border-radius:0px;
}

.panel-default {
  border-color:transparent;
  padding-bottom:20px;
}

.panel-default .panel-heading {
  color: transparent;
  background-color: transparent;
  border-color: none;
  padding:0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel-title {
  background: #f4f4f4; 
  padding:0px 0 0px 0px;
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color: #660000;
  font-size:1.875em;
}

.primary {   
  margin-bottom:3px;
  background: #fff;
  border-bottom:1px solid #bbb;
  border-top:0px solid #bbb;
  margin-top:20px;
  font-size: 2.125em;

}

.primary-first {   
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  margin-bottom:3px;
}

 
.panel-title a {
  display: block;
  padding:7px 0 7px 30px;
}

.panel-title a:hover, .panel-title a:active, .panel-title a:focus, .panel-title a:visited {
  text-decoration: none;
}

.panel-discover {
  background:#660000;
  color:#fff;
}

.panel-connect {
  background:;
}

.panel-group .panel+.panel {
  margin-top:0px;
}

.panel-title a i.fa {
  margin-right:27px;
  margin-top:9px;
  font-size:1.125em; 
  color:#ddd;
  display: none;
}



/* CFR STUDENTS
_________________________________________________ */

.cfr-students-bg {
    background: url(../img/students/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


    /*-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);*/


    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
    box-shadow:         inset 0px 1px 1px 0px rgba(0, 0, 0, 1);


}   

.cfr-students {
  margin-top:24px;
  padding:0px 1px;
  background:rgba(255,255,255,0.1); /*0.1 Original Setting For Opacity */
  /*padding:2px 2px 0 2px;*/
  -webkit-box-shadow: 0px -2px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    0px -2px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow:         0px -2px 2px 0px rgba(50, 50, 50, 0.1);
}


.cfr-students .breadcrumb-area {
  margin-top:10px;
}

.student-menu {
  padding: 0px 1px;
   margin-top:2px;
}

.student-menu figure figcaption {
  padding: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.student-menu figure h2 {
  word-spacing: 0;
  font-weight: 300;
  font-size: 1.375em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.075em;
  display: inline-block;
  padding: 0px 10px 7px 4px;
}


.students-explore {margin:50px 0px;}


.students-explore .explore-btns h1 {
  font-family: "futura-pt",sans-serif;
  font-weight:300;
  color: #660000;
  font-size:2.125em;
  margin-top:5px;
}

.students-explore .explore-btn-list {}

.students-explore .explore-btns .explore-btn-list .explore-btn {
  background: #f4f4f4;
  min-height: 20px;
  margin-bottom:20px;  
}

.students-explore .explore-btns .explore-btn-list a {
  display: block;
  text-decoration: none;
}

.students-explore .explore-btns .explore-btn-list .explore-btn .title {
   padding:15px 5px 10px 0;
   font-family: "futura-pt",sans-serif;
   color:#525252;
   font-size:1.5em;
   font-weight: 300;

}

.students-explore .explore-btns .explore-btn-list .explore-btn .btn-circle {
  color:#888;
  border:1px solid #888;
  margin:-2px 0px 0 15px;
  font-size:1em; 
}


.students-explore .explore-btns .explore-btn-list .explore-btn:hover {
  background: #660000;
  min-height: 20px;
  margin-bottom:20px;
  color:#fff;
}

.students-explore .explore-btns .explore-btn-list .explore-btn:hover .title {
  color:#fff;
}

.students-explore .explore-btns .explore-btn-list .explore-btn:hover .btn-circle {
  color:#e2e2e2;
  border:2px solid #e2e2e2;
  margin:-2px 0px 0 15px;
  font-size:1em; 
}

/* CURRENT STUDENTS
-------------------------------------------------- */

.current-students img {
  margin-left: 0;
  border: none;
}

.current-students img.border-img {
  border:15px solid #f4f4f4;
  margin-bottom:0px;
  margin-left:20px;
}

.current-students .thumbnail h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #444444;
  font-size: 1.25em;
}

.current-students .btn-primary {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #660000;
}

.current-students .btn-primary:hover {
  color: #660000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.current-students .btn-primary:focus {
  outline:1px inset #640d0d!important;
}

.current-students h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 1.25em;
}

.faq .list-group .list-group-item .toggle {
  color:#660000;
  cursor: pointer;
  display: block;
}

.faq .list-group .list-group-item .fa {
  color:#ddd;
}

.faq .list-group .list-group-item {  
  border-top:1px solid #eee;
}

.current-students h5.maroon {
  color:#660000;
}

.current-students .well {
  padding: 24px;
  border-radius: 0px;
  background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}

/* UNDERGRAD RESEARCH
-------------------------------------------------- */

.current-students .research-image img {
  float: left;
  margin-left: 0px;
  margin-right: 14px;
  margin-bottom: 7px;
  margin-top: 0px;
  border:15px solid #f4f4f4;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.current-students .research-image img.white-border {
  border:15px solid #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.current-students .research-text {
  margin-left: 0px;
  margin-right: 0px;
}

.current-students .research-text h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #660000;
  font-size: 1.625em;
}

.current-students h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.625em;
  background:/*#570E17*/ /*#999*/ #000;
  padding:5px;
}

.current-students .research-text h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 2.1875em;
}

/* DEPARTMENTS
__________________________________________________ */

.cfr-departments-bg {
  background: url(../img/students/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

   /*background: -moz-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(192,192,192,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(128,128,128,1))); 
background: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
background: -o-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
background: -ms-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
background: linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#c0c0c0',GradientType=1 ); 


    /*-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);*/


    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
    box-shadow:         inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
}    

.cfr-departments {
  margin-top:24px;
  padding:0px 1px;
  background:rgba(255,255,255,0.1); /*0.1 - Original Setting For Opacity*/
  /*padding:2px 2px 0 2px;*/
  -webkit-box-shadow: 0px -2px 2px -1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    0px -2px 2px -1px rgba(50, 50, 50, 0.1);
  box-shadow:         0px -2px 2px -1px rgba(50, 50, 50, 0.1);
}


.cfr-departments .breadcrumb-area {
  margin-top:10px;
}

.departments-menu {
   padding: 0px 1px;
   margin-top:2px;
}


.departments-menu figure figcaption {
  padding: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.departments-menu figure h2 {
  word-spacing: 0;
  font-weight: 300;
  font-size: 1.375em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.075em;
  display: inline-block;
  padding: 0px 10px 7px 4px;

}


/* EXTENSION
-----------------------------------------------------------------------*/

.cfr-extension-bg {
  background: url(../img/index/7.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /*-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         inset 0px 2px 2px 0px rgba(0, 0, 0, 0.7);*/


    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
    box-shadow:         inset 0px 1px 1px 0px rgba(0, 0, 0, 1);
}    

.cfr-extension {
  margin-top:24px;
  padding:0px 25px;
  background:#fff;
  /*padding:2px 2px 0 2px;*/
  -webkit-box-shadow: 0px -2px 2px -1px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px -2px 2px -1px rgba(50, 50, 50, 0.35);
  box-shadow:         0px -2px 2px -1px rgba(50, 50, 50, 0.35);
}

.ext-title a:hover{
  color:#aaa;

}

.ext-title a:focus {
  text-decoration:none;
}

.ext-title span.small {
  color:#d7d7d7;
}

.cfr-extension .breadcrumb-area {
  margin-top:10px;
}

.extension-menu {
  padding: 0px 4px;
}


.extension-menu figure figcaption {
  padding: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.extension-menu figure h2 {
  word-spacing: 0;
  font-weight: 300;
  font-size: 1.375em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.075em;
  display: inline-block;
  padding: 0px 10px 7px 4px;

}


/* ALUMNI
-------------------------------------------------- */


.donor_body {
  line-height: 1.8em;
  font-size:1em;
  font-style: italic;
}

.make-a-gift {
  background: url(../img/alumni/background2.jpg) no-repeat, #bbe7ff;
  padding:20px;

}

.make-a-gift {
  color:#000;
}

.make-a-gift .nav {
  margin-top:359px;
}

.make-a-gift .nav-tabs {
  border-bottom: none;
}

.make-a-gift p, .make-a-gift ol {
  font-size: 1em;
  font-family: "futura-pt",sans-serif;
  padding:10px 40px;
}

.make-a-gift ol {
  padding:10px 100px;
}

.make-a-gift a {
  color:#454545; font-weight: bold;
}


.make-a-gift .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  
  background-color: /*#0-8-4-9-5E*/ #213955;
  border: 1px solid #213955;
  border-bottom-color: transparent;
  font-family: "futura-pt",sans-serif;
  color:#fff;
   font-size:1.5em;
   font-weight: 300;
}

.make-a-gift .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  font-family: "futura-pt",sans-serif;
   color:#444;
   font-size:1.5em;
   font-weight: 300;
   background-color: #fff;
}

a.list-group-item {
    height:auto;
    min-height:220px;
}
a.list-group-item.active small {
    color:#fff;
}
.stars {
    margin:20px auto 1px;    
}


.alumni-honorees hr {
  margin-top:10px;
  margin-bottom:10px;
}

.alumni-honorees .list-group {

}

.alumni-honorees .list-group-item {
  padding-top:20px;
  padding-bottom:20px;
  border: 0px solid #ddd;
}

.alumni-honorees .list-group-item.active {
  z-index: 2;
  color: #420500;
 background: #f4f4f4;
 border: 0px solid #ddd;
}

.alumni-honorees .list-group-item.active hr {
  border-top:1px solid #ddd;
  }



.alumni-honorees .list-group-item:first-child,.alumni-honorees .list-group-item:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius:0px;
}

.alumni-honorees .list-group-item .list-group-item-text {
  line-height:1.7em;
}

.alumni-honorees .list-group-item.active .list-group-item-text {
  color:#420500;

}

.alumni-honorees h2 {
  font-size:2.625em;
  font-family: "futura-pt",sans-serif;
  padding-top:0px;
  margin-top:0px;
  margin-bottom:0px;
  color: #714141;
  font-weight: 300;
 
}

.alumni-honorees img {
 margin:0;
 border:0px solid #e5e5e5;
 padding-top:0px;
 min-height:170px;

}

.alumni-honorees .list-group-item-heading {
  font-size: 1.875em;
  font-family: "futura-pt",sans-serif;
}

.alumni-honorees .list-group-item.active h2 {
 color:#042944;
}

.alumni-honorees .list-group-item.active img {
 
}

/***************************************************/

.alumni-fellows hr {
  margin-top:10px;
  margin-bottom:10px;
}

.alumni-fellows .list-group {

}

.alumni-fellows .list-group-item {
  padding-top:20px;
  padding-bottom:20px;
   border: 0px solid #ddd;
}

.alumni-fellows .list-group-item.active {
  z-index: 2;
  color: #420500;
 background: #f4f4f4;
 border: 0px solid #ddd;
}

.alumni-fellows .list-group-item.active hr {
  border-top:1px solid #ddd;

}

.alumni-fellows .list-group-item.active h2 {
  color:#042944;
}


.alumni-fellows .list-group-item:first-child,.alumni-honorees .list-group-item:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius:0px;
}

.alumni-fellows .list-group-item.active .list-group-item-text {
  color:#420500;
}

.alumni-fellows h2 {
  font-size:2.625em;
  font-family: "futura-pt",sans-serif;
  padding-top:0px;
  margin-top:0px;
  margin-bottom:0px;
  color:#714141;
  font-weight: 300;
}

.alumni-fellows img {
 margin:0;
 border:0px solid #e5e5e5;
 padding-top:0px;
 min-height:170px;

}

.alumni-fellows .list-group-item-heading {
  font-size: 1.875em;
  font-family: "futura-pt",sans-serif;
}

/***********************************************/

.alumni-newsletters{
  margin-left:0;
  padding-left:0;
}

.alumni-newsletters img {
  margin-left:0;
  border:none;
}

.alumni-newsletters .thumbnails {
  padding-left:0;
}

.alumni-newsletters .thumbnails .thumbnail {
  border-radius:0px;
}

.alumni-newsletters .btn-primary {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color:#660000;
  font-size:1em;
}

.alumni-newsletters .btn-primary:hover {
  color:#660000;
  background-color:#f4f4f4;
  border-color:#f4f4f4;
}

.alumni-newsletters h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #444444;
  font-size: 1.25em;
}

.alumni-newsletters h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #444444;
  font-size: 1.25em;
  margin-top:5px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: /*20px*/ 0px;
    /*font-size: 21px;*/
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 3.125em;
  }
}








@media (max-width: 1199px) {
  .carousel .item {
      height: 398px;
  }

  .carousel-caption {
      z-index:1;
      position: absolute;
      width:750px;
      height:95%;
      color: #fff;
      background: none;
      text-shadow:none;
      bottom:0;
      margin-left:0;
  
  }

  header .container .search {
    margin:25px -78px 0 0;
    padding-right: 0px;
  }

.white {
      background:none;
      color:#661f22;
      width:500px;
      margin-left: /*36.3% */ 27%;
    }

figure.discover-overlay p {
  position: absolute;
  right: 60px;  
  bottom: 30px; 
  left: 60px;
  opacity: 0; 
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
  padding:10px 2px 10px 10px;
  font-size:.875em;
  } 
   
figure.discover-overlay:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  color:#fff;
 
  }

figure.discover-overlay p {
  display: none;
  } 

.discover-header .social-icons p span {
    display: none;
  }

.news-padding-top {
    margin-top:10px;
  }

  .event-listings li.events .dates {
   
    color:#aaa;  
    margin-left:14px;
    background:#fff;
  }

}









@media (max-width:1015px) {
  header .container .main-navigation li a {
   
    padding:5px 10px 10px 10px;
    font-size:.75em;
    
  }

  section#secondary-header .container .secondary-navigation li a {
    
    padding:0px 10px 8px 10px;    
    font-size:.75em;
  }

   .msu_small_logo {
      margin:5px 0 0 -15px;
    }
}





@media (max-width:991px) {

header .container .topMenu .nav li a {
    font-weight: 300;
    font-size: .70em;
    padding: 7px 4px;
}

/*header .container { 
  min-height: 170px;
  background:url(../img/global/header_bg_991.png) center top no-repeat;
  position: relative;
 
} 

section#secondary-header .container {
  background:url(../img/global/header_bg_991.png) center top no-repeat;
  
}*/

  .spotlight {
    padding:0px 0px 10px 0px;
  }

.research {
    padding:0px 0px 10px 0px;
  }

.forest {
    padding:0px 0px 10px 0px;
  }

.chair {
    padding:0px 0px 10px 0px;
  }

 .carousel .item {
      height: 302px;
  }

  .carousel-caption {
      z-index:1;
      position: absolute;
      width:550px;
      height:100%;
      color: #fff;
      background: none;
      text-shadow:none;
      bottom:0;
      margin-left:0;
  
  }

  .white {
      background:none;
      color:#661f22;
      width:400px;
      margin-left: /*36.3% */ 28%;
    }


    .carousel-caption h1 {
      position:relative;
      padding:10px 50px 0px 0px;  
      text-transform: uppercase;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      font-size:3.125em;
      text-align: right;
      margin-top:0px;

    }

    .carousel-caption p {
      font-family: 'Open Sans', sans-serif;
      position: relative;
      font-size: 1em;
      width: auto;
      padding: 10px 50px 15px 0px;
      letter-spacing: 0.05em; 
      text-align: right;

    }


    .msu_small_logo {
      margin:5px 0 0 -35px;
    }


    .sub-menu-left {
      padding-right:0px;
    }

    .sub-menu-right {
      padding-left:0px;
    }

    .spotlight figure h2 {
      margin: 0px 0 0 0px;
    }

    .research figure h2 {
      margin: 0px 0 0 0px;
    }

    .forest figure h2 {
      margin: 0px 0 0 0px;
    }

    .chair figure h2 {
      margin: 0px 0 0 0px;
    }

    .about-sub-menu-right {
      padding-left: 0px; 
    }

    .about-sub-menu-left {
      padding-right: 0px;
    }
    
    .about-sub-menu-right figure h2 {
      margin: 0px 0 0 0px;
      
    }

    .latest-handbook {
      display: none;
    }

    .btn-people .btn {
      margin:0px 0 10px 0;
    }

    .alumni-honorees h2, .alumni-fellows h2 {
      float:left;
    }

     header .container .search {
      margin:25px -65px 0 0;
      padding-right: 0px;
    }

    header .container .search input.form-control {
      width: 100%;
      padding-right: 0;
    }

 
}



@media (max-width:960px) {
  .slideshow {
    display: none;
  }

  .cfr-large-bg {
    display: none;
  }
  
}





@media (max-width:820px) {
  .msu_small_logo {
     display: none;
    }
  
}


@media (min-width: 785px){
  .sidebar span.fa-caret-down{
    display: none;
  }
}

@media (min-width: 785px){
  .sidebar svg.fa-caret-down{
    display: none;
  }
}

@media (max-width:767px) {
    header .container .main-navigation {
      position:relative;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      padding-top:10px;
      padding-right:15px;
      padding-left:15px;

    }

    .navbar-collapse {
      margin-top:5px;
      background:#f4f4f4;
      margin-bottom:2px;
      padding-bottom: 10px;

    }

    header .container .CFRlogo {
      margin-top:40px;
      margin-bottom:0px;
      margin-right:0;
      padding-left:20px;
    }

    header .container .main-navigation li {
      line-height:1.5em;
      border-left: 0px solid #570E17;
      float:left;
      display:inline;
      width:100%;
      border-top:1px solid #ccc;
    }

    header .container .main-navigation li:nth-child(5) {
      
      border-top:0px solid #ccc;
    
    }

   header .container .main-navigation li a {
      color:#660000;
      padding:7px 0 2px 0;
   }

    

    section#secondary-header .container .secondary-navigation {
      position:relative;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      padding-top:10px;
      padding-right:15px;
      padding-left:15px;
      
    }

   section#secondary-header .container .secondary-navigation li {
      line-height:1.5em;
      border-left: 0px solid #570E17;
      float:left;
      display:inline;
      width:100%;
      border-top:1px solid #ccc;
    }

    section#secondary-header .container .secondary-navigation li:nth-child(5) {
      
      border-top:0px solid #ccc;
    
    }



    section#secondary-header .container .secondary-navigation li a {
      color:#660000;
      padding:7px 0 2px 0;
    }

    .msu_small_logo {
       display: inline;
       position: absolute;
       top:5px;
       left:55px;
      }

    #secondary-navigation-collapse .search {
      margin-top:35px;
    } 



   .carousel-inner .item img {
      display: none;
   }

   .carousel {
    padding:0 0 0 0;
    background:transparent;
    -webkit-box-shadow: 0px -5px 4px 0px rgba(50, 50, 50, 0.0);
     -moz-box-shadow:    0px -5px 4px 0px rgba(50, 50, 50, 0.0);
     box-shadow:         0px -5px 4px 0px rgba(50, 50, 50, 0.0);
     margin-top: 30px;
   }

   .carousel .item {
     background-color:transparent;
     
   }


   .carousel-caption {
    z-index: 1;
    position: relative;
    width: 90%;
    height: 100%;
    color: #fff;
    background: none;
    text-shadow: none;
    bottom: 0;
    margin-left: 0;
  }
   

    .cfr-large-bg {
      background: url(../img/index/7.png) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slideshow {
    visibility: hidden;
  }

   .cfr-large-bg {
    display: none;
  }

  .carousel-caption h1 {
    padding-top:0px;
  }  


  .news-item .thumbnail img {
    float:right;
    margin-left:10px;
  }


  .social-icons p {
    width:260px;
  }

  .social-icons p span {
    margin-top:-7px;
  }

  .panel-title a i.fa {
    margin-right:30px;
    margin-top:9px;
    font-size:1.125em; 
    color:#ddd;
    display: inherit;
  }

  .panel-default {
     
      padding-bottom: 0px;
  }

  .alumni-honorees img {
    margin-right:20px;
  }

  .alumni-fellows img {
    margin-right:20px;
  }
  .pass-fail-text {
    font-size:2em;
  }
}


@media (max-width:635px) {

    .carousel-caption h1 {
      font-size:2.5em;
    }

    .make-a-gift ol {
    padding: 10px 20px;
    }

}  

@media (min-width:421px) {

 .img-mobile {
      width:35%;
    }
}


@media (max-width:535px) {

    .carousel-caption h1 {
      font-size:1.75em;
    }
    .pass-fail-text {
      font-size:1.5em;
    }

}  


@media (max-width:420px) {

    .carousel-caption h1 {
      font-size:1.5em;
    }

    .news-item .thumbnail img {
      float:none;
      margin-left:0px;
      width:100%;

    }

    .students-explore .explore-btns .explore-btn-list .explore-btn .title {
      font-size: 18px;
    }  

    .discover {
      background: #7A1B19;
    }

    .img-mobile {
      width:100%;
      margin:0 auto;
    }
    .pass-fail-text {
      font-size:1.1rem;
    }   

}  





/*  MATERIAL DESIGN
------------------------------------------------------- */

/*.form-control {
  border: 0;
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}

.input-group .input-group-btn .btn {
  border-radius: 4px;
  margin: 0;
}*/

.btn-news:not(.btn-link):not(.btn-flat), .btn-default:not(.btn-link):not(.btn-flat) {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.84);
  color: rgba(66, 0, 0, 1);
}

.btn-news {
  position: relative;
  padding: 8px 30px;
  border: 0;
  margin: 10px 1px;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.84);
  transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none !important;
}

.btn-news:active:not(.btn-link):not(.btn-flat):not(.btn-fab) {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-news:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.btn-news:active:not(.btn-link):not(.btn-flat), .btn-default:active:not(.btn-link):not(.btn-flat) {
  background-color: rgba(15, 15, 15, 0);
}

.btn-news:active:not(.btn-link):not(.btn-flat), .btn-default:active:not(.btn-link):not(.btn-flat) {
  background-color: rgba(15, 15, 15, 0);
}

:focus {
    outline: #660000 auto 5px;
    outline-color: #660000;
    outline-style: auto;
    outline-width: 5px;
}



/************************** Accessibility Updates **************************/

html {
  font-size: 1em;
}

#hazard > p, .hazard > p {
  font-size: 1.2em !important;
}

body {
  font-size: .9em;
}

.h1, h1 {
  font-size: 1em;
}

.h2, h2 {
  font-size: 2em;
}

.news h1.news-title {
  font-size: 3em !important;
}

.btn {
  font-size: .8em;
}

.forestry-careers .nav-tabs > li > a {
  font-size: .9em !important;
}

.forestry-careers .nav-tabs > li.active > a, .forestry-careers .nav-tabs > li.active > a:hover {
  font-size: .9em !important;
}

.forestry-careers .tab-content .tab-pane ul li {
  font-size: 1em !important;
}

blockquote {
  font-size: 1.4em;
}

.forestry-stats li {
  font-size: .8em !important;
}

.forestry-stats li span {
  font-size: 1.6em !important;
}

.well .concentrations li a {
  font-size: 1.5em !important;
}

.featured-article .block-title h2 {
  font-size: 2em !important;
}

.media-heading {
  font-size: 1.5em;
}

.facilities .item h2 {
  font-size: 2em !important;
}

.forestry-jumbo .forestry-jumbo-block h1 {
  font-size: 3.5em !important;
}

.forestry-menu figure h2 {
  font-size: 1.5em !important;
}

.card .card-content .card-title, .card-reveal .card-title {
  font-size: 2em !important;
}

.card .card-action a {
  font-size: 1em !important;
}

.wildlife-menu figure h2 {
  font-size:1.5em !important;
}

.wildlife-careers .nav-tabs > li.active > a, .wildlife-careers .nav-tabs > li.active > a:hover {
  font-size: 1em !important;
}

.wildlife-careers .nav-tabs > li > a {
  font-size: 1em !important;
}

.wildlife-careers .tab-content .tab-pane ul li {
  font-size: .9em !important;
}