/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* HTML element (SMACSS base) rules */

@import "normalize.css";
/* Layout rules */

@import "layouts/responsive.css";
/* Component (SMACSS module) rules */

@import "components/misc.css";
/* Optionally, add your own components here. */

@import "print.css";
/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
h1,
h2,
h3,
h4 {
  color: #00713d;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
a,
a:visited,
a:active {
  color: #00713d;
  text-decoration: none;
}
a:hover {
  color: #f6ab00;
  text-decoration: none;
}
html {
	background: #00713D;
}
html,
body {

}
body {
  font-family: 'Alegreya Sans', sans-serif;
  background: #FFF;
}
.mv-container {
  max-width: 1350px;
  margin: 0 auto;
}
p {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.mv-top {
  height: 6px;
  background: #f6ab00;
  border-bottom: 1px #947b06;
  clear: both;
}
.mv-header {
  height: 175px;
  background: url('../images/header-grad.png');
}
.mv-header .mv-container {
  position: relative;
}
.mv-secondary {
  float: left;
  margin-left: 10px;
  margin-top: 12px;
}
.mv-secondary .block__title {
  display: none;
}
.mv-secondary .block {
  margin: 0;
}
.mv-secondary ul {
  margin: 0;
  padding: 0;
}
.mv-secondary li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  border-right: 1px solid #fffffe;
  padding: 0 7px;
}
.mv-secondary li:last-child {
  border: none;
}
nav.mv-secondary .menu a {
  color: #fffffe;
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
nav.mv-secondary .menu a:hover {
  text-decoration: underline;
}
.mv-give {
  position: absolute;
  top: 0px;
  right: 4px;
  z-index: 99;
}
.mv-give p,
.mv-give .block {
  margin: 0;
}
.mv-search .block {
  margin: 0;
  margin-right: 142px;
  margin-top: 6px;
  float: right;
}
.mv-search .container-inline {
  display: inline-block;
  position: relative;
  height: 42px;
  width: 242px;
}
.mv-search input[type=text] {
  height: 42px;
  width: 242px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 45px;
  border: 0;
  border-radius: 0px;
}
.mv-search input[type=text]:focus {
  outline: 0px none transparent;
}
.mv-search input[type=submit] {
  height: 42px;
  width: 45px;
  ;
  background: url('../images/search.png');
  background-repeat: no-repeat;
  background-position: 63% 42%;
  position: absolute;
  top: 0px;
  right: 0px;
  box-shadow: none;
  outline: none;
  border: none;
  color: transparent;
}
.mv-logo {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  top: 37px;
}
/* mega menu */
/*
.tb-megamenu .mega:first-child > .mega-dropdown-menu {
display: block !important;
}
*/

.tb-megamenu .mega > .mega-dropdown-menu {
  left: 0px;
  border: none;
}
#mv-nav {
  height: 61px;
  border-top: 1px solid #f5f4f1;
  border-bottom: 1px solid #ddece5;
  background: url('../images/nav-grad.png');
  box-sizing: border-box;
}
#mv-nav .tb-megamenu .dropdown-menu {
  top: 99%;
}
.tb-megamenu {
  background: inherit;
}
.tb-megamenu .nav {
  width: 105%;
  /*prevent wrapping menu items*/
}
.tb-megamenu .nav > li > a {
  height: 61px;
  line-height: 63px;
  padding: 0px 24px 0 17px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 18px;
  color: #fffffe;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
  border: none;
  font-weight: 500;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -8px;
  border: none;
  width: 16px;
  height: 15px;
  background: url('../images/nav-arrow.png');
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret {
  background: url('../images/mega-arrow.png');
  background-repeat: no-repeat;
  background-position: 49% 50%;
}
li.tb-megamenu-item {
position: static !important;
}
li.tb-megamenu-item a {
position: relative;
}
.tb-megamenu .nav > li:hover > a,
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background: #f6ab00;
  color: black;
  text-shadow: none;
  /*
font-weight: 400;
*/
}
.tb-megamenu .mega > .mega-dropdown-menu {
  background: #f6ab00;
left: 0 !important;
top: 61px !important;
padding: 10px !important;
width: 100% !important;
box-sizing: border-box;
}
.tb-megamenu-column {
min-height: 305px !important;
}
.mega-dropdown-inner {
  margin: 0;
  background: #fff;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background-color: transparent;
}
.tb-megamenu .mega > .mega-dropdown-menu {
  min-width: 250px;
  border-bottom: 5px solid #f6ab00;
}
.tb-megamenu .mega-nav > li a:hover,
.tb-megamenu .dropdown-menu .mega-nav > li a:hover {
  color: #f6ab00;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  color: #f6ab00;
}
.tb-megamenu .nav li.dropdown.active:hover > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active:hover > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active:hover > a {
  background: #f6ab00;
  color: black;
}
/*
#mv-nav .tb-megamenu .row-fluid > div:nth-child(4) {
  background: #00713d;
}
.tb-megamenu .tb-block .block-title {
  font-size: 20px;
  color: #00713d;
  font-weight: 500;
  margin-top: 8px;
}
.tb-megamenu .tb-block ul li a,
.tb-megamenu .tb-block .nav li a {
  font-size: 18px;
  font-weight: 500;
  color: #3b3b3b;
}
.tb-megamenu .tb-block ul li a:hover,
.tb-megamenu .tb-block ul li a:focus,
.tb-megamenu .tb-block ul li a:active,
.tb-megamenu .tb-block .nav li a:hover,
.tb-megamenu .tb-block .nav li a:focus,
.tb-megamenu .tb-block .nav li a:active {
  font-size: 18px;
  color: #00713d;
  font-weight: 500;
}
.tb-megamenu .tb-block ul li ul li a,
.tb-megamenu .tb-block .nav li ul li a {
  font-weight: 400;
}
.tb-megamenu .tb-block ul li ul li a:hover,
.tb-megamenu .tb-block ul li ul li a:focus,
.tb-megamenu .tb-block ul li ul li a:active,
.tb-megamenu .tb-block .nav li ul li a:hover,
.tb-megamenu .tb-block .nav li ul li a:focus,
.tb-megamenu .tb-block .nav li ul li a:active {
  font-size: 18px;
  color: #00713d;
  font-weight: 400;
}
.tb-megamenu .row-fluid + .row-fluid {
  display: none;
}
.tb-megamenu .tb-block ul li ul li a {
  color: #848484;
  display: inline-block;
  padding-left: 11px;
}
.tb-megamenu .tb-block .block > ul {
  position: relative;
  padding-left: 12px;
}
.tb-megamenu .tb-block .block > ul:after {
  content: '';
  height: 225px;
  width: 2px;
  background: #c2c2c2;
  position: absolute;
  top: -11px;
  right: 0;
}
#tb-megamenu-column-3 .tb-block .block > ul:after {
  content: none;
}
#tb-megamenu-column-1 {
  padding-left: 2px;
  width: 17.68388%;
  margin-right: -100%;
  float: left;
  margin-left: 0;
  box-sizing: border-box;
}
#tb-megamenu-column-2 {
  padding-top: 43px;
  margin-left: 17.68388%;
  margin-right: -100%;
  float: left;
  box-sizing: border-box;
  width: 24.4914%;
}
#tb-megamenu-column-3 {
  padding-top: 43px;
  margin-left: 42.17528%;
  margin-right: -100%;
  float: left;
  box-sizing: border-box;
  width: 28.7167%;
}
#tb-megamenu-column-4 {
  margin-left: 70.89208%;
  margin-right: -100%;
  float: left;
  box-sizing: border-box;
  width: 29.10792%;
  min-height: 285px;
}
*/
#tb-megamenu-column-1 .block,
#tb-megamenu-column-2 .block,
#tb-megamenu-column-3 .block {
  margin-bottom: 0;
}
/*
#tb-megamenu-column-2 .block > ul > li:nth-child(2) {
  margin-top: 30px;
}
#tb-megamenu-column-3 .block > ul > li:nth-child(3) {
  margin-top: 33px;
}
#tb-megamenu-column-4 .block,
#tb-megamenu-column-4 p {
  margin: 0;
}
*/
#tb-megamenu-column-4 p {
  color: white;
  font-size: 16px;
  line-height: 27px;
}
#tb-megamenu-column-4 p:nth-child(2) {
  padding-left: 12px;
  padding-top: 5px;
}
.mega-dropdown-inner {
display: table;
width: 100%;
}
div#block-tb-megamenu-menu-mvsu-main-menu .span8 {
width: 75% !important;
background: #FFF;
height: 100%;
}
div#block-tb-megamenu-menu-mvsu-main-menu .span4 {
width: 25% !important;
height: 100%;
background: #00713D;
}
div#block-tb-megamenu-menu-mvsu-main-menu .span4 *{
color: #FFF;
}
div#block-tb-megamenu-menu-mvsu-main-menu .span4 p {
margin: 0 0 5px;
}
div#block-tb-megamenu-menu-mvsu-main-menu .tb-megamenu-row {
display: table-row !important;
width: auto;
background: #00713D;
}
div#block-tb-megamenu-menu-mvsu-main-menu .tb-megamenu-column {
vertical-align: top;
display: table-cell;
margin: 0 !important;
height: 100% !important;
}

/* slideshow */

.mv-slideshow {
  background: #232323;
}
.mv-slideshow .mv-container {
  position: relative;
  max-width: 1351px;
  max-width: 1600px;
  /*notes*/
  
  width: 100%;
  margin: 0 auto;
  min-height: 300px;
  /*
border-left: 1px solid white;
border-right: 1px solid white;
*/
  
  box-sizing: border-box;
}
@media all and (min-width: 1600px) {
  .mv-slideshow .mv-container {
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
}
.mv-slideshow p,
.mv-slideshow .block {
  margin: 0;
}
.mv-quicklinks {
  position: absolute;
  z-index: 100;
  bottom: 56px;
  left: 56px;
}
.mv-quicklinks .block-title {
  display: none;
}
.mv-quicklinks #quick ul {
  margin: 0;
  padding: 0;
}
.mv-quicklinks .region #quick  li {
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}
.mv-quicklinks .region #quick  a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  background: #00713d;
  width: 315px;
  font-size: 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  padding-left: 13px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  position: relative;
}
.mv-quicklinks .region #quick  a:hover {
  color: #eee;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(188, 188, 188, 0.75);
}
.mv-quicklinks .region #quick a:after {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0px;
  right: 0px;
  content: '';
  background: url('../images/button-arrow.png'), #00320f;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* front view blocks */

.mv-front-cols {
  background: #f4f4f4;
}
.mv-front-cols .mv-container {
  background: #fff;
  max-width: 1351px;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 36px;
}
.mv-front-cols .block {
  margin: 0;
}
.mv-front-l {
  width: 27.8312%;
  margin-left: 2.3686%;
  float: left;
  margin-right: -100%;
  position: relative;
}
.mv-front-m {
  margin-left: 30.1998%;
  width: 34.7150%;
  float: left;
  margin-right: -100%;
  position: relative;
}
.mv-front-r {
  width: 30.8660%;
  margin-left: 69.1339%;
  float: left;
  margin-right: -100%;
  position: relative;
}
.mv-front-l .block > h2 {
  display: none;
}
.featurednews .newstitle {
  margin: 0 10px 0 0;
  font-size: 20px;
  color: #00713d;
  line-height: 24px;
  margin-top: 8px;
  position: relative;
}
.featurednews .newstitle:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #f6ab00;
  bottom: -14px;
  left: 0;
  z-index: 999;
  position: absolute;
}
.featurednews .date {
  display: inline-block;
  background: white;
  padding: 0 10px 0 5px;
  float: right;
  font-size: 18px;
  margin-top: 1px;
  margin-bottom: 4px;
  position: relative;
  z-index: 999;
  color: #00713d;
}
.featurednews p {
  clear: both;
  margin: 0 10px 5px 0;
  font-size: 16px;
  color: #3b3b3b;
}
.featurednews .summary a {
  text-decoration: underline;
}
.featurednews .readmore:hover {} .featurednews .image img {
  width: 100%;
}
.mv-front-m h2 {
  background: #ededed;
  height: 56px;
  line-height: 56px;
  margin: 0;
  color: #00713d;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 27px;
  font-weight: 600;
  padding-right: 27px;
  text-align: right;
  margin-bottom: 21px;
}
.newslist .newstitle {
  background: inherit;
  color: #00713d;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  height: auto;
  line-height: normal;
  margin: 0;
}
.newslist .views-row {
  padding: 5px;
  margin-left: 15px;
  clear: both;
  font-size: 18px;
  color: #3b3b3b;
}
.newslist .views-row:nth-child(even) {
  background: #f4f4f4;
}
.newslist .views-row:before,
.newslist .views-row:after {
  content: '';
  display: table;
}
.newslist .views-row:after {
  clear: both;
}
.newslist .image {
  float: left;
  clear: left;
  margin-right: 17px;
}
.newslist .image img {
  border: 1px solid #00713d;
}
.newslist .terms a {
  color: #3b3b3b;
}
.newslist .readmore a {
  color: #3b3b3b;
  text-decoration: none;
  text-transform: lowercase;
}
.newslist .terms a:hover,
.newslist .readmore a:hover {
  color: #00713d;
}
.newslist .readmore:before {
  content: '[';
}
.newslist .readmore:after {
  content: ']';
}
.morenews {
  float: right;
  font-size: 20px;
  color: #00713d;
  position: relative;
  font-weight: bold;
  clear: both;
  margin-right: 24px;
}
.morenews:after {
  content: url('../images/news-arrow.png');
  position: absolute;
  top: 1px;
  right: -24px;
}
.page-news .newslist .newstitle {
	margin-bottom: 10px;
}
.page-news .newslist .meta {
	margin-top: 15px;
}
.mv-front-r .block > h2 {
  margin: 0;
  height: 56px;
  line-height: 56px;
  font-size: 27px;
  background: #00713d;
  color: white;
  padding-left: 17px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 9px;
}

div.upcomingevents .views-row {
clear: both;
padding: 5px;
  margin-bottom: 5px;
  max-width: 385px;
}
.upcomingevents .views-row:after,
.upcomingevents .views-row:before {
  content: '';
  display: table;
}
.upcomingevents .views-row:after {
  clear: both;
}
.upcomingevents  .views-row:nth-child(even) {
  background: #f4f4f4;
}
.upcomingevents .date {
  float: left;
  background: #f6ab00;
  color: #00713d;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  height: 62px;
  line-height: 33px;
  font-weight: 500;
  margin-right: 12px;
  margin-bottom: 4px;
}
.upcomingevents .date strong {
  background: #00713d;
  color: white;
  font-size: 16px;
  height: 22px;
  line-height: 23px;
  display: block;
  vertical-align: top;
  padding: 0 3px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.upcomingevents h2 {
  font-size: 20px;
  margin: 0;
  line-height: 20px;
  padding-top: 3px;
  font-weight: normal;
}
.upcomingevents p {
  margin: 0;
  font-size: 18px;
  color: #3b3b3b;
  float: left;
}
.upcomingevents .readmore a {
  display: block;
  margin-right: 20px;
  float: right;
  position: relative;
}
.upcomingevents .readmore a:after {
  content: '>';
  position: absolute;
  top: 0px;
  right: -10px;
}
.upcomingevents .readmore a {
  color: #f6ab00;
  text-decoration: none;
}
.upcomingevents .readmore a:hover {
  color: #00713d;
}
.fullcalendar {
  float: right;
  font-size: 20px;
  color: #00713d;
  position: relative;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 55px;
  clear: both;
}
.fullcalendar:after {
  content: url('../images/news-arrow.png');
  position: absolute;
  top: 1px;
  right: -24px;
}

div.sharing {
display: inline-block;
width: 45px;
height: 45px;
vertical-align: top;
margin-right: 3px !important;
}
div.sharing .contextual-links-wrapper {
display: none !important;
}
div.sharing * {
display: inline;
max-height: 45px;
margin: 0 !important;
padding: 0 !important;
}
div.sharing span.stMainServices {
display: inline-block;
background: url(/sites/all/themes/mvsu/images/sharing.png) 0 0 no-repeat !important;
height: 45px !important;
width: 45px;
position: relative;
top: -4px;
left: -3px;
}
/*footer menus*/

.mv-footer {
  background: url('../images/footer-grad.png'), #00713d;
  background-repeat: repeat-x;
  background-position: center top;
  padding-bottom: 100px;
}
.mv-footer .mv-container {
  margin: 0 auto;
  max-width: 1350px;
  padding-top: 52px;
  text-align: center;
}
.mv-footer-cols {
  text-align: left;
  margin-top: 15px;
}
.mv-footer-col1 {
  float: left;
  margin-left: 4.6666%;
  margin-right: -100%;
  width: 25.1852%;
}
.mv-footer-col2 {
  float: left;
  margin-left: 29.5555%;
  margin-right: -100%;
  width: 25.1111%;
}
.mv-footer-col3 {
  float: left;
  margin-left: 54.6666%;
  margin-right: -100%;
  width: 25.1111%;
}
.mv-footer-col4 {
  float: left;
  margin-left: 79.7777%;
  margin-right: -100%;
  width: 20.1481%;
}
.mv-footer .block {
  margin-bottom: 12px;
}
.mv-footer .block-title {
  font-size: 20px;
  color: #f6ab00;
  line-height: 20px;
  margin-bottom: 14px;
}
.mv-footer .mv-container ul {
  margin: 0;
  padding: 0;
}
.mv-footer .mv-container li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 11px;
}
.mv-footer .mv-container li,
.mv-footer .mv-container li a {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.mv-footer .mv-container li ul {
	margin-bottom: 5px;
}
.mv-footer .mv-container li ul li a {
  color: #c7c7c7;
}
.mv-footer .mv-container li a:hover {
  color: #f6ab00;
}
.mv-footer-line {
  background: #fff;
  border-top: #88bda4;
  border-bottom: #ddece5;
  height: 3px;
  max-width: 1276px;
  margin: 0 auto;
  clear: both;
  margin-top: 40px;
}
.mv-footer-logo {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 42px;
}
.mv-social {
  display: inline-block;
  margin-bottom: 20px;
}
.mv-social img {
  margin-right: 12px;
}
#footer ul {
  padding: 0;
  margin-bottom: 7px;
}
#footer li {
  display: inline-block;
  padding: 0 6px;
  position: relative;
}
#footer li:after {
  content: '|';
  position: absolute;
  right: -4px;
  top: 0;
  font-weight: 600;
  color: white;
}
#footer li:last-child:after {
  content: none;
}
#footer a {
  font-size: 19px;
}
#footer a:hover {
  text-decoration: underline;
}
#footer p a,
#footer p {
  color: white;
  font-size: 1em;
}
.street-address {
  display: inline-block;
  min-width: 410px;
  text-align: center;
  color: white;
  font-size: 18px;
}
.main-campus {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  color: white;
  font-size: 18px;
}
.instate {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  color: white;
  font-size: 18px;
}
.street-address p,
.instate p,
.main-campus p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
.street-address h2,
.instate h2,
.main-campus h2 {
  margin: 0 0 -5px;
  color: #f6ab00;
  font-size: 20px;
}
.mv-copyright {
  font-size: 16px;
  color: #e7e7e7;
  margin-top: 75px;
}
.mv-copyright p {
  margin: 0;
}
.mv-contact {
  margin-top: 50px;
}
/*main nav resizing*/

@media all and (max-width: 1370px) {
  .tb-megamenu .nav > li > a {
    font-size: 19px;
  }
}
@media all and (max-width: 1315px) {
  .tb-megamenu .nav > li > a {
    font-size: 18px;
    padding: 0px 19px 0 17px;
  }
}
@media all and (max-width: 1240px) {
  .tb-megamenu .nav > li > a {
    font-size: 17px;
    padding: 0px 19px 0 13px;
  }
}
@media all and (max-width: 1150px) {
  .tb-megamenu .nav > li > a {
    font-size: 16px;
    padding: 0px 19px 0 10px;
  }
  .tb-megamenu .nav > li:first-child > a {
    padding-left: 16px;
  }
}
@media all and (max-width: 1065px) {
  .tb-megamenu .nav > li > a {
    font-size: 15px;
    padding: 0px 19px 0 10px;
  }
}
@media all and (max-width: 1015px) {
  .tb-megamenu .nav > li > a {
    font-size: 14px;
    padding: 0px 19px 0 10px;
  }
}
/*submenu width fixes

@media all and (max-width: 1300px) {
  #mv-nav .tb-megamenu li:first-child .dropdown-menu {
    width: 1200px !important;
  }
}
@media all and (max-width: 1200px) {
  #mv-nav .tb-megamenu li:first-child .dropdown-menu {
    width: 1100px !important;
  }
}
@media all and (max-width: 1100px) {
  #mv-nav .tb-megamenu li:first-child .dropdown-menu {
    width: 1000px !important;
  }
}
@media all and (max-width: 1000px) {
  #mv-nav .tb-megamenu li:first-child .dropdown-menu {
    width: 960px !important;
  }
}
*/
@media all and (max-width: 980px) {
  .tb-megamenu {
    display: none !important;
  }
  #mv-nav {
    height: 41px;
  }
  .mv-logo {
    top: 53px;
  }
}
@media all and (min-width: 980px) {
  #mobile-nav {
    display: none !important;
  }
}
body.mean-container .mean-bar {
  height: 59px;
  background: url('../images/mobile-grad.png');
  box-sizing: border-box;
}
body.mean-container a.meanmenu-reveal {
  width: 34px;
  height: 34px;
  margin-right: 2px;
  margin-top: 3px;
}
body.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 6px;
  margin-top: 4px;
}
body.mean-container a.meanmenu-reveal span:first-child {
  margin-top: 0;
}
.mean-container .mean-nav {
  background: url('../images/mobile-grad.png');
  background-size: cover;
}
body.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.2);
}
body.mean-container .mean-nav {
  margin-top: 54px;
}
@media all and (max-width: 900px) {
  .mv-search .block {
    position: absolute;
    width: 100%;
    bottom: -41px;
    bottom: -45px;
    left: 0;
    margin: 0;
    float: none;
  }
  .mv-search .container-inline {
    width: 100%;
  }
  .mv-header,
  .mv-header .mv-container {
    height: 161px;
  }
  .mv-search input[type=text] {
    width: 100%;
  }
  #mv-nav {
    background: white;
    height: 35px;
  }
  .mv-logo {
    top: 15px;
    left: 20px;
    text-align: left;
    width: 60%;
  }
  .mv-logo img {
    max-width: 400px;
  }
  .mv-give {
    width: 80px;
  }
  .mv-secondary {
    float: none;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
@media all and (max-width: 525px) {
  .mv-logo img {
    max-width: 315px;
  }
}
@media all and (max-width: 435px) {
  .mv-logo img {
    max-width: 250px;
  }
}
@media all and (max-width: 350px) {
  .mv-logo img {
    max-width: 200px;
  }
}
/*slideshow area*/

@media all and (max-width: 800px) {
  .mv-quicklinks {
    position: static;
    background: white;
    padding-top: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mv-quicklinks .region a {
    width: 100%;
  }
}
/* front columns */

@media all and (max-width: 950px) {
  .mv-front-cols .mv-container {
    padding: 11px;
    background: #f4f4f4;
  }
  .mv-front-l,
  .mv-front-m,
  .mv-front-r {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 600px;
  }
  .mv-front-m {
    padding-top: 25px;
    padding-bottom: 33px;
  }
  .mv-front-l {
    text-align: center;
  }
  .mv-front-r {
    padding-bottom: 33px;
  }
  .featurednews p {
    text-align: left;
  }
  .mv-front-m h2 {
    display: none;
  }
  .newslist .newstitle {
    display: block;
    margin: 8px 0 0;
  }
  .mv-front-r .block > h2 {
    border-radius: 4px;
  }
  .upcomingevents > .views-row {
    max-width: 999999px;
  }
  .fullcalendar {
    margin-right: 15px;
  }
}
/*Footer*/

@media all and (max-width: 950px) {
  .mv-footer-cols {
    text-align: left;
  }
  .mv-footer-col1,
  .mv-footer-col2,
  .mv-footer-col3,
  .mv-footer-col4 {
    float: none;
    margin: 0 auto;
    display: block;
    padding: 0 30px 0 34px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
  }
  .mv-footer-col1 {} .mv-footer .block-title {
    font-size: 18px;
  }
  .mv-footer .mv-container li a {
    font-size: 16px;
  }
  .mv-footer .block-title {
    margin-bottom: 4px;
  }
  .mv-footer .block {
    margin-bottom: 4px;
  }
  .mv-footer-logo {
    padding-bottom: 10px;
  }
  .mv-social {
    margin-bottom: 60px;
  }
  .street-address,
  .main-campus,
  .instate {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    min-width: 0px;
  }
  .street-address h2,
  .instate h2,
  .main-campus h2 {
    margin-bottom: 4px;
  }
  .mv-copyright {
    margin-top: 60px;
  }
  .mv-footer-logo img {
    max-width: 400px;
    width: 95%;
  }
}
@media all and (max-width: 400px) {
  .mv-footer-col1,
  .mv-footer-col2,
  .mv-footer-col3,
  .mv-footer-col4 {
    padding: 0 20px;
  }
}
/* inner pages */

.mv-banner {
  background: #232323;
  border-bottom: 1px solid #ddd;
}
.mv-banner .block,
.mv-banner p {
  margin: 0;
}
.mv-banner img {
  display: inline;
  margin-bottom: -5px;
}
#mv-inner-menu .block {
  margin: 0;
}
#mv-inner-menu {
  min-height: 38px;
  background: url('../images/inner-menu-grad.png');
}
#mv-inner-menu .block-title {
  display: none;
}
#mv-inner-menu ul {
  padding: 0px;
  margin: 0px;
  min-height: 38px;
}
#mv-inner-menu > ul {
  padding-left: 16px;
}
#mv-inner-menu ul li {
  list-style: none;
  display: block;
  float: left;
  min-height: 38px;
  padding: 0px 42px 0px 0px;
  line-height: 37px;
  position: relative;
}
#mv-inner-menu ul li.last {
  padding: 0px;
}
#mv-inner-menu > ul > li:hover {
  background: red;
}
#mv-inner-menu ul li span.nolink,
#mv-inner-menu ul li a {
  color: #fffffe;
  text-decoration: none;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  text-transform: uppercase;
}
#mv-inner-menu ul li a:hover {
  color: #f6ab00;
}
#mv-inner-menu ul li {
  position: relative;
}
#mv-inner-menu ul li.is-expanded {} #mv-inner-menu ul li.is-expanded:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -8px;
  border: none;
  width: 16px;
  min-height: 15px;
  background: url('../images/nav-arrow.png');
}
#mv-inner-menu ul li ul {
  position: absolute;
  top: 38px;
  left: 0px;
  min-height: auto;
  min-width: 260px;
  background: white;
  white-space: nowrap;
  display: none;
  z-index: 9;
  padding: 11px;
  padding-top: 6px;
  border-bottom: 5px solid #00713d;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.61);
}
#mv-inner-menu ul li.first ul {
  left: 0px;
}
#mv-inner-menu ul li ul:hover {
  display: block;
}
#mv-inner-menu ul li:hover ul {
  display: block;
}
#mv-inner-menu ul li ul li {
  position: static;
  float: none;
  display: block;
  line-height: 30px;
  min-height: 30px;
  margin-top: 5px;
}
#mv-inner-menu ul li ul li:hover {
  background: transparent;
  ;
}
#mv-inner-menu ul li ul a {
  color: #00713d;
  text-transform: none;
  font-size: 16px;
  text-shadow: none;
}
#mv-inner-menu ul li ul a:hover {
  color: #f6ab00;
  text-shadow: none;
}
@media all and (max-width: 1400px) {
  #mv-inner-menu .mv-container {
    padding: 0 20px;
  }
}
@media all and (max-width: 650px) {
  #mv-inner-menu .block > ul > li {
    display: inline-block;
    float: none;
  }
}
.mv-bread {
  background: #dfdfdf;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}
.mv-bread a {
  color: #424242;
}
.mv-bread a:hover {
  color: #00713d;
}
#page {
  max-width: 1350px;
}
#main {
  padding-top: 21px;
  padding-bottom: 25px;
}
.two-sidebars #content {
  float: left;
  width: 38.5185%;
  margin-left: 2.37%;
  margin-right: -100%;
  padding: 0;
  box-sizing: border-box;
}
.two-sidebars .region-sidebar-first {
  float: left;
  width: 33.1852%;
  margin-left: 44.4444%;
  margin-right: -100%;
  box-sizing: border-box;
  padding: 0;
  padding-top: 16px;
}
.two-sidebars .region-sidebar-second {
  float: left;
  width: 17.037%;
  margin-left: 80.5926%;
  margin-right: -100%;
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #b9b9b9;
  padding: 11px;
}
.page__title {
  font-size: 30px;
  margin-bottom: 12px;
}
#content p:first-child {
  margin-top: 0px;
}
#content h2 {
 /* margin-bottom: -16px;*/
}
.sidebars .newslist .views-row {
  background: #f4f4f4;
  margin-bottom: 10px;
}
.sidebars .newslist .image img {
  display: block;
}
.region-sidebar-second .block-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  margin-bottom: 11px;
}
.region-sidebar-second .block-title:before {
  content: '';
  background: #f6ab00;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  z-index: -1;
}
.region-sidebar-second p {
  margin: 0;
  font-weight: 500;
  padding-left: 10px;
}
.region-sidebar-second .block {
  margin-bottom: 15px;
}
.major-links {
  margin-bottom: 4px;
  padding-left: 35px;
}
.major-links a {
  text-decoration: underline;
  margin-right: 10px;
}
.major-links a:last-child {
  margin-right: 0;
}
.not-front .mv-footer-logo {
  padding-top: 43px;
}
.not-front .mv-footer .mv-container {
  padding-top: 0px;
}
@media all and (max-width: 1400px) {
  .mv-bread .mv-container {
    padding-left: 20px;
  }
}
@media all and (max-width: 1000px) {
  .two-sidebars .region-sidebar-second {
    float: none;
    width: 100%;
    margin: 0 auto;
    clear: both;
    max-width: 400px;
  }
  .two-sidebars #content {
    width: 58%;
    margin-left: 2%;
    margin-right: -100%;
  }
  .two-sidebars .region-sidebar-first {
    width: 36%;
    margin-left: 62%;
    margin-right: -100%;
  }
}
@media all and (max-width: 800px) {
  .two-sidebars #content,
  .two-sidebars .region-sidebar-first,
  .two-sidebars .region-sidebar-second {
    float: none;
    width: 100%;
    margin: 0 auto;
    clear: both;
  }
  .two-sidebars .region-sidebar-first,
  .two-sidebars .region-sidebar-second {
    max-width: 400px;
  }
  #main {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* override zens responsive layout */

@media (max-width: 959px) and (min-width: 480px) {
  .two-sidebars .region-sidebar-second .block:nth-child(3n),
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1),
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: none;
    margin: 0 auto;
    width: auto;
  }
}
.sidebar-first #content {
  width: 61.9%;
  margin-left: 1.5%;
  margin-right: -100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.sidebar-first .region-sidebar-first {
  margin-left: 66.4%;
  width: 31.6%;
  margin-right: -100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 950px) {
  .sidebar-first #content {
    margin: 0 auto;
    width: 100%;
    float: none;
    clear: both;
  }
  .sidebar-first .region-sidebar-first {
    margin: 0 auto;
    width: 100%;
    float: none;
    clear: both;
    max-width: 400px;
  }
  .sidebar-first #main {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (max-width: 959px) {
  .sidebar-second #content,
  .sidebar-second .region-sidebar-second {
    margin: 0 auto;
    width: 100%;
    float: none;
    clear: both;
  }
  .sidebar-second .region-sidebar-second {
    max-width: 400px;
  }
}
.mega-dropdown-inner .span8 * {
	float: none !important;
	background: none !important;
}
.mega-dropdown-inner .span8 div.menu-block-wrapper {
    column-count: 3;
    column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
font-size: 16px;
    -webkit-column-rule: 2px solid #AAA; /* Chrome, Safari, Opera */
    -moz-column-rule: 2px solid #AAA; /* Firefox */
    column-rule: 2px solid #AAA;
    }


.mega-dropdown-inner .span8 ul ul a {
color: #888;
}
div#slider {
clear: both;
margin: 0;
box-shadow: 0 0 0 #000;
}
.not-front.no-sidebars #content {
	padding-left: 30px;
	padding-right: 30px;
}
img {
	max-width: 100%;
	height: auto !important;
}
p#byline {
	margin: 70px 0 0;
	font-size: 12px;
}
.mean-container .mean-nav ul li span{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;text-transform:uppercase}


#content li {
page-break-inside: avoid;
}

.campus-calendar .views-row {
border-top: 1px solid #CCC;
padding: 10px;
clear: both;
}
.campus-calendar div.date {
padding: 13px;
float: left;
text-align: center;
}
.campus-calendar div.date span.month {
display: block;
font-size: 20px;
margin: 0 0 10px;
}
.campus-calendar div.date strong.day {
font-size: 60px;
}
.campus-calendar h2 {
margin: 0 0 10px 100px;
line-height: 1.1em;
}
.campus-calendar h6 {
margin: 15px 0 5px 100px;
font-size: 1em;
}
.campus-calendar div.views-field-body {
margin: 0 0 5px 100px;
}
@media (min-width: 600px) {
div.date-nav-wrapper div.date-nav ul.pager {
float: right;
margin-top: -1.5em;
position: relative;
}
}
div.date-nav ul.pager li {
list-style: none !important;
padding: 0 10px !important;
display: inline-block;
position: static !important;
}
div#block-views-calendar-block-1 div.date-nav ul.pager,
div#block-views-calendar-block-6 div.date-nav ul.pager {
margin: -25px 0 13px;
}
div#block-views-calendar-block-1 div.date-nav ul.pager li,
div#block-views-calendar-block-6 div.date-nav ul.pager li {
padding: 0 !important;
line-height: 0;
vertical-align: top;
}
div#block-views-calendar-block-1 div.date-nav ul.pager li a,
div#block-views-calendar-block-6 div.date-nav ul.pager li a {
display: block;
padding: 15px;
margin: 0 0 -15px;
vertical-align: top;
background: #00713D !important;
border: 1px solid #000;
color: #FFF;
}
div#block-views-calendar-block-1 div.date-nav ul.pager li a:hover,
div#block-views-calendar-block-6 div.date-nav ul.pager li a:hover {
	background: #F6AB00 !important;
	color: #000;
}
.campus-calendar div.date-heading h3 {
font-weight: 100;
color: #777;
text-align: left;
}

div#block-views-calendar-block-1,
div#block-views-calendar-block-6 {
padding: 3px;
border: 10px solid #002F19;
background: #F6AB00;
}
div#block-views-calendar-block-1 h3,
div#block-views-calendar-block-6 h3 {
font-size: 18px;
margin: 0 !important;
text-align: left;
padding: 10px 0 0 10px !important;
line-height: 18px;

}
div#block-views-calendar-block-1 h3 a,
div#block-views-calendar-block-6 h3 a {
color: #000;
text-transform: uppercase;
}
div#block-views-calendar-block-6 .date-nav-wrapper,
div#block-views-calendar-block-6 .date-nav,
div#block-views-calendar-block-6 .item-list,
div#block-views-calendar-block-1 .date-nav-wrapper,
div#block-views-calendar-block-1 .date-nav,
div#block-views-calendar-block-1 .item-list {
padding: 0;
margin: 0;
height: auto;
}
div#block-views-calendar-block-6 table td,
div#block-views-calendar-block-6 table th,
div#block-views-calendar-block-6 table,
div#block-views-calendar-block-1 table td,
div#block-views-calendar-block-1 table th,
div#block-views-calendar-block-1 table {
border: 1px solid #000;
text-align: center;
vertical-align: middle;
padding: 0;
color: #333;
}
div#block-views-calendar-block-6 table th,
div#block-views-calendar-block-1 table th {
background: #00713D;
color: #FFF;
font-weight: normal;
text-shadow: 1px 1px 3px #001D0C;

padding: 5px 0;
}
div#block-views-calendar-block-6 table td.empty,
div#block-views-calendar-block-1 table td.empty {
background: #CCC;
}
div#block-views-calendar-block-6 table td.today a,
div#block-views-calendar-block-6 table td.today,
div#block-views-calendar-block-1 table td.today a,
div#block-views-calendar-block-1 table td.today {
background: #F6AB00;
color: #000;
}
div#block-views-calendar-block-6 table td.has-no-events,
div#block-views-calendar-block-1 table td.has-no-events {
padding: 5px 0 4px;
}
div#block-views-calendar-block-6 table td a,
div#block-views-calendar-block-1 table td a {
background: #00713D;
display: block;
height: 100%;
color: #FFF;
padding: 5px 0;
margin: 0 0 -1px;
text-decoration: none;
text-shadow: 1px 1px 3px #001D0C;
}
div#block-views-calendar-block-6 table td a:hover,
div#block-views-calendar-block-1 table td a:hover {
background: #F6AB00;
color: #000;
}
#mv-inner-menu ul ul ul{
position: static;
margin: 0;
box-shadow: 0 0 0 #000 !important;
border-width: 0;
}
#mv-inner-menu ul ul li span {
color: #000 !important;
}
#mv-inner-menu ul ul {
border-top: 1px solid green !important;
}
#mv-inner-menu ul ul li.expanded {
padding-top: 5px !important;
}
#mv-inner-menu ul ul li.expanded:after {
display: none !important;
}
#mv-inner-menu ul ul,
#mv-inner-menu ul ul li a,
#mv-inner-menu ul ul li span,
#mv-inner-menu ul ul li {
font-size: 14px !important;
line-height: 16px !important;
text-shadow: 0 0 0 #000 !important;
text-transform: none !important;
height: auto !important;
min-height: 0 !important;
}
.tb-megamenu * {
max-width: 100%;
}
div#block-views-job-openings-block-1 h2.block-title,
div#block-views-job-openings-block-2 h2.block-title,
div#block-views-job-openings-block h2.block-title {
background: #00703C;
margin: 15px 0 5px;
line-height: 1em;
padding: 10px;
color: #FFF;
}
div#block-views-job-openings-block-1 .views-row *,
div#block-views-job-openings-block-2 .views-row *,
div#block-views-job-openings-block .views-row * {
display: inline;
margin: 0 5px;
}
.node-84 td {
white-spacing: normal;
font-size: 14px;
word-break: break-all;
vertical-align: top;
line-height: 1em;
}
.node-84 tr:first-child td {
	white-space: nowrap;
}
fieldset legend {
	padding: 0 5px;
	font-weight: bold;
}


aside div.menu-block-wrapper ul.menu {
background: #002713;
list-style: none;
color: #FFF;
padding: 5px;
}

aside div.menu-block-wrapper ul.menu li {
list-style: none;
margin: 0;
line-height: 1em;
}
aside div.menu-block-wrapper ul.menu li:hover {
position: relative;
z-index: 1000;
}
aside div.menu-block-wrapper ul.menu li span.nolink,
aside div.menu-block-wrapper ul.menu li a {
color: #FFF;
display: block;
padding: 5px;
}
aside div.menu-block-wrapper ul.menu li span.nolink {
	color: #DDD;
}
aside div.menu-block-wrapper ul.menu li:hover > span.nolink,
aside div.menu-block-wrapper ul.menu li:hover > a,
aside div.menu-block-wrapper ul.menu li a:hover {
background: #F6AB00;
color: #000;
}
aside div.menu-block-wrapper ul.menu li.expanded:hover > a,
aside div.menu-block-wrapper ul.menu li.expanded:hover > span.nolink {
text-align: right;
}
@media (min-width: 965px) {
aside div.menu-block-wrapper ul.menu ul {
display: none;
}
aside div.menu-block-wrapper ul.menu li:hover > ul {
display: block;
}
aside div.menu-block-wrapper ul.menu li > ul {
	border: 1px solid #FFF;
position: absolute;
right: 90%;
top: 0;
margin: 0;
min-width: 200px;
}



aside div.menu-block-wrapper ul > li {
position: relative;
}
aside div.menu-block-wrapper ul > li > ul {
display: block !important;
right: 150000px !important;
top: -150000px !important;
position: absolute;
transition-delay: .25s;
margin: 0 !important;
z-index: 100;
}
aside div.menu-block-wrapper ul > li:hover > ul {
transition-delay: 0s;
right: 90% !important;
top: 0 !important;
}




}

@media (max-width: 964px) {
	div.menu-size-wrapper {
		overflow: hidden;
		height: 400px;
	}
		div.menu-size-wrapper > ul {
			margin-top: 0;
		}
	.menu-shrink {
text-align: right;
}
.menu-shrink .menuless,
.menu-shrink .menumore {
display: inline-block;
background: #CCC;
padding: 5px;
}
.menu-shrink .menumore:before {
content: "Expand Menu";
}
.menu-shrink .menuless:before {
content: "Collapse Menu";
}
.menu-shrink .menuless {
display: none;
}
}
.view-calendar .view-empty h2 {
padding: 0;
margin: 0;
}


#edit-next {
float: right;
}
form#webform-client-form-1122 #edit-actions input {
background: #00713D;
color: #FFF;
padding: 10px 20px;
}
@media (min-width: 640px) {
#webform-client-form-1122 #webform-component-name > div > div {
display: inline-block;
max-width: 38%;
margin: 0;
}
#webform-client-form-1122 #webform-component-name {
}
#webform-client-form-1122 #webform-component-name > div > div:last-child {
max-width: 20%;
}
#webform-client-form-1122 div.form-item-submitted-race---ethnicity input {
position: absolute;
top: 23px;
left: 0px;
}
#webform-client-form-1122 div.form-item-submitted-race---ethnicity {
	position: relative;
display: inline-block;
vertical-align: top;
width: 40%;
padding-left: 40px;
padding-right: 2%;
text-indent: -20px;
padding-top: 20px;
}
#webform-client-form-1122 div.form-item-submitted-race---ethnicity strong:after {
content: "";
display: block;
}

#webform-client-form-1122 #webform-component-consent {
padding: 0;
border-width: 0;
}
#webform-client-form-1122 #webform-component-application-date,
#webform-client-form-1122 #webform-component-social-security-number {
display: inline-block;
margin: 0;
}
#webform-client-form-1122 div#webform-component-application-date {
float: right;
}
#webform-component-signature-of-applicant,
div#webform-component-date,
#webform-client-form-1122 #webform-component-consent--signature-of-applicant,
#webform-client-form-1122 #webform-component-consent--date {
display: inline-block;
}
div#webform-component-date,
#webform-client-form-1122 #webform-component-consent--date {
float: right;
}


}

#webform-client-form-1122 #webform-component-consent .fieldset-description {
font-size: 1.5em;
color: #00713D;
font-weight: bold;
}
#webform-client-form-1122 #webform-component-consent--full-name * {
display: inline;
font-size: 1em;
}
#webform-component-name {
	margin-top: 20px;
}

div#webform-component-race---ethnicity > label:after {
content: "Please check one of the descriptions below corresponding to the ethnic group with which you identify";
font-weight: normal;
display: block;
}


#webform-component-personal-information label,
div#webform-component-application-date-2 > div,
#webform-component-application-date-2 label,
#webform-component-department label,
#webform-component-position-applying-for label {
display: inline-block;
min-width: 13em;
}

#webform-component-educational-history {
display: table !important;
}
#webform-component-educational-history fieldset {
display: table-row !important;
border-width: 0;
padding: 0;
}
#webform-component-educational-history fieldset legend { 
display: block !important;
padding: 5px 0 0;
border-top: 1px solid #00713D;
margin-top: 10px;
width: 100%;
}
#webform-component-educational-history fieldset div {
display: table-cell !important;
width: 20% !important;
}
#webform-component-educational-history fieldset div label {
font-weight: normal;
}
#webform-component-educational-history fieldset div input {
max-width: 160px;
}

#webform-component-record-of-employment label {
display: inline-block;
min-width: 13em;
}
.tb-megamenu .dropdown-menu .active > a, 
.tb-megamenu .dropdown-menu .active > a:hover {
    background-color: #e54e4b;
    color: #888;
}
.tb-megamenu .dropdown-menu  div > ul > li > span,
.tb-megamenu .dropdown-menu  div > ul > li > a {
font-weight: bold;
color: #000;
}
.tb-megamenu .dropdown-menu div >  ul > li > ul > li > span,
.tb-megamenu .dropdown-menu div >  ul > li > ul > li > a {
color: #000 !important;
padding-left: 10px;
border-left: 5px solid #006e3c;
font-weight: bold;
}
.tb-megamenu .dropdown-menu div >  ul > li > ul > li > ul > li > span,
.tb-megamenu .dropdown-menu div >  ul > li > ul > li > ul > li > a {
color: #555 !important;
margin-left: 30px;
}
.tb-megamenu .dropdown-menu  div > ul > li > a:hover,
.tb-megamenu .dropdown-menu div >  ul > li > ul > li > a:hover,
.tb-megamenu .dropdown-menu div >  ul > li > ul > li > ul > li > a:hover {
color: #006E3C !important;
text-decoration: underline;
}
.tb-megamenu .dropdown-menu  div > ul > li > a:hover {
	font-weight: bold !important;
}
.tb-megamenu div.menu-block-wrapper ul.menu ul ul li a{
display: block !important;
padding-left: 15px !important;
text-indent: -15px;
}
@media (max-width: 780px) {
.region-slideshow {
display: none;
}
.mv-slideshow .mv-container {
min-height: 0;
}
}

/** User Login **/

footer form#user-login-form label {
color: #FFF;
}
footer form#user-login-form * {
margin: 0;
}
footer form#user-login-form input {
margin: 0 0 5px;
}
footer form#user-login-form input.form-submit {
background: #F5AA11;
border: 1px solid #000;
padding: 5px 10px;
}
footer form#user-login-form input.form-submit:hover {
background: #00310F;
color: #F5AA11;
}
/** End **/

/** Intranet Menu **/
.region-secondary-menu .block{
  display: inline-block;
  margin-top:-20px;

}

#block-block-20 a {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}

@media (max-width:800px) {
  .region-secondary-menu .block{
  #display: inline-block;
  margin-bottom: -20px;
  
}
}


#block-menu-menu-intranet-menu h2:before {
  
  width: 135px;
}
#block-menu-menu-pr-group h2:before {
  width: 110px;
}
#block-menu-menu-intranet-menu h2, #block-menu-menu-pr-group h2{
  margin-bottom: -15px;
  margin-left: 15px;
}

#block-menu-menu-intranet-menu a, #block-menu-menu-pr-group a {
  color: #00713d;
  
}
#block-menu-menu-intranet-menu ul li, #block-menu-menu-pr-group ul li{
 list-style: none;
  margin-left: -15px
}


/** End **/
#block-block-20 p:before {
	color: #FFF;
	content: "| ";
	margin-right: 3px;
	text-decoration: none !important;
}
#block-block-20 p a:hover {
	text-decoration: underline;
}
/*
#block-block-20 p {
margin: 40px 0 0 -10px;
position: relative;
z-index: 10;
display: block;
}
#block-block-20 p a {
display: inline-block;
background: #F5AA11;
padding: 20px;
font-size: 30px;
color: #00703D;
text-transform: uppercase;
}
#block-block-20 p a:hover {
color: #FFF;
}
@media (max-width: 1000px) {
#block-block-20 p a {
font-size: 14px;
padding: 5px;
}

nav.mv-secondary {
float: none !important;
clear: both !important;
position: static !important;
text-align: left;
margin-right: 100px !important;
width: auto;
}
nav.mv-secondary div.block {
display: inline-block;
}
#block-block-20 p {
margin: 0;
}
.mv-logo {
position: static;
margin-top: -10px !important;
}
}
*/
.not-front div.region-banner {
	text-align: center;
}
.not-front div.region-banner img {
width: 100% !important;
height: auto !important;
max-width: 1349px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#slider img {
	max-width: 1349px !important;
}
div.mv-slideshow div.mv-container,
div.region-slideshow {
	max-width: 1351px;
}


/** Active link highlight **/

div#block-menu-block-10>div>div>ul>li>a.active {
  background: #F6AB00;
  color: #000;
}




div.view-job-openings .view-content {
display: table;
width: 100%;
}
div.view-job-openings .views-row {
display: table-row;
}
div.view-job-openings .views-row > div {
display: table-cell !important;
}
div.view-job-openings .views-row > div:first-child {
width: 10em;
}
div.view-job-openings .views-row div * {
text-indent: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
div.view-job-openings .views-row-even {
background: #EFEFEF;
}
div.view-job-openings div.job-date {
display: inline-block !important;
min-width: 10em;
}
@media (max-width: 600px) {
div.view-job-openings .view-content,
div.view-job-openings .views-row,
div.view-job-openings .views-row > div {
display: block !important;
}

}

.mv-footer .mv-container {
padding-top: 5px;
}
.region-footertop {
text-align: center;
padding: 5px;
max-width: 1350px;
margin: 0 auto;
}
.region-footertop .block {
-moz-columns: 6;
-webkit-columns: 6;
columns: 6;
    -webkit-column-gap: 2px; /* Chrome, Safari, Opera */
    -moz-column-gap: 2px; /* Firefox */
    column-gap: 2px;
}
.region-footertop p {
margin: 0;
}
@media (max-width: 900px) {
.region-footertop .block {
-moz-columns: 3;
-webkit-columns: 3;
columns: 3;
}
}
@media (max-width: 600px) {
.region-footertop .block {
-moz-columns: 2;
-webkit-columns: 2;
columns: 2;
}
}
@media (max-width: 450px) {
.region-footertop .block {
-moz-columns: 1;
-webkit-columns: 1;
columns: 1;
}
}



table {
max-width: 100%;
height: auto !important;
}
@media (max-width: 500px) {
article.node-813 table,
article.node-813 td,
article.node-813 thead,
article.node-813 th,
article.node-813 tr,
article.node-813 tbody {
display: block;
border-width: 0;
padding: 0;
height: auto !important;
}
article.node-813 thead {
display: none;
}
article.node-813 tr {
border: 1px solid;
margin: 3px 0;
}
article.node-813 tr td:nth-child(2):before {
content: "(662) 254-";
}
article.node-813 tr {
text-align: center;
padding: 5px;
}
article.node-813 td:first-child {
font-weight: bold;
background: #EEE;
margin: -5px -5px 5px;
padding: 5px;
}
}



@media (max-width: 800px) {
.mv-header, .mv-header .mv-container {
    height: 181px;
} 
div.region-slideshow {
display: block;
}
}
@media (min-width: 801px) and (max-width: 1000px) {
header div.mv-logo {
text-align: left !important;
}
}
div.mv-search {
	z-index: 1000;
}
@media (min-width: 801px) and (max-width: 1340px) {
.mv-secondary {
margin-right: 142px;
padding-top: 5px;
}
div.mv-search {
position: absolute;
right: 10px;
top: 124px;
margin: 0;
text-align: right;
z-index: 1000;
}
div.mv-search .block {
margin: 0;
}
}

@media (min-width: 801px) and (max-width: 1940px) {
.admin-menu .mv-secondary {
margin-right: 142px;
padding-top: 5px;
}
.admin-menu div.mv-search {
position: absolute;
right: 10px;
top: 124px;
margin: 0;
text-align: right;
z-index: 1000;
}
.admin-menu div.mv-search .block {
margin: 0;
}
}


div.tb-megamenu .exclude {
	display: none !important
}

table.crime-log {
	width: 100%;
	text-align: left;
}
table.crime-log thead th {
  background: #00713d;
  color: white;
  font-weight: 800;
  text-align: left;
  line-height: 1.2em;
  padding: 5px 3px;
}
table.crime-log thead th a {
	color: #FFF !important;
}
table.crime-log thead th a:hover {
	color: #F6AB00 !important;
}
.crime-log tr:nth-child(odd) {
  background: #F9EDD1;
}


@media (max-width:650px) {
  .crime-log  tr:nth-child(1){
    display: none;
  }
 table.crime-log, table.crime-log tbody, .crime-log thead, .crime-log th, .crime-log td, .crime-log tr { 
		display: block; 
                border: none;
	}

  .crime-log td:nth-of-type(1) {
    background: #00713d;
    color: white;
  }
  .crime-log td:nth-of-type(1):before { 
    content: "Date Reported:  ";
    font-weight: 500;
  }
  .crime-log td:nth-of-type(2):before { 
    content: "Report #:  ";
    font-weight: 500;
   }
  .crime-log td:nth-of-type(3):before { content: "General Location:  "; font-weight: 500; }
  .crime-log td:nth-of-type(4):before { content: "Date Occurred From:  "; font-weight: 500; }
  .crime-log td:nth-of-type(5):before { content: "Date Occurred To:  "; font-weight: 500; }
  .crime-log td:nth-of-type(6):before { content: "Incident / Offenses:  "; font-weight: 500;}
  .crime-log td:nth-of-type(7):before { content: "Information:  "; font-weight: 500; }
  .crime-log td:nth-of-type(8):before { content: "Disposition:  "; font-weight: 500;}
  .crime-log td:nth-of-type(9):before { content: "Modified Date:  "; font-weight: 500;}
  
}


/** Crime-log View **/
.view-crime-log .cols-8 {
  width: 100%;
}
.view-crime-log .cols-8 thead {
  background: #00713d;
  height: 40px !important;
}

.view-crime-log .cols-8 thead tr th .active {
  color: white;
  font-weight: 800;
  line-height: 1.2em;
  
}

.view-crime-log .cols-8 tbody tr {
  background: none;
  border: none;
}
.view-crime-log .cols-8 tbody tr:nth-child(even) {
  background: #F9EDD1;
}


@media (max-width:700px) {
  .view-crime-log .cols-8 thead {
    display: none;
    }
  .view-crime-log tbody, .view-crime-log td, .view-crime-log th, .view-crime-log tr {
    display: block;
  }
  
  .view-crime-log  td:nth-of-type(1) {
    background: #00713d;
    color: white;
    
  }
  .view-crime-log td:nth-of-type(1):before { 
    content: "Date Reported:  ";
    font-weight: 500;
  }
  .view-crime-log td:nth-of-type(2):before { 
    content: "Report #:  ";
    font-weight: 500;
   }
  
  .view-crime-log td:nth-of-type(3):before { content: "General Location:  "; font-weight: 500; }
  .view-crime-log td:nth-of-type(4):before { content: "Date Occurred From:  "; font-weight: 500; }
  .view-crime-log td:nth-of-type(5):before { content: "Date Occurred To:  "; font-weight: 500; }
  .view-crime-log td:nth-of-type(6):before { content: "Incident / Offenses:  "; font-weight: 500;}
  .view-crime-log td:nth-of-type(7):before { content: "Information:  "; font-weight: 500; }
  .view-crime-log td:nth-of-type(8):before { content: "Disposition:  "; font-weight: 500;}
  .view-crime-log td:nth-of-type(9):before { content: "Modified Date:  "; font-weight: 500;}
}


/** Crime log page buttons **/
#crime-log-button {
  text-decoration: none;
  background-color: #002713;
  color: #FFF;
  padding: 5px 6px 6px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  font-weight: 500;
 }
#crime-log-button:hover {
 background-color: #F6AB00;
 color: #002713;
}

/** End **/

.views_slideshow_cycle_teaser_section {
width: 100% !important;
height: 100% !important;
padding-top: 55%;
margin-bottom: -3em;
}

.views_slideshow_cycle_slide {
width: 100% !important;
height: auto !important;
}

.views-field-field-photos img {
width: 100% !important;
}
@media (max-width: 700px) {
.videoframe {
height: 0;
padding: 0 0 60% !important;
position: relative;
}
.videoframe iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
}

li.menu-mlid-2833 {
margin: 10px 0 !important;
}
.region-activenotice {
  background: #ce1126;
  color: #FFF;
  transition: all 1s;
  animation: warning 2s;
  animation-iteration-count:infinite;
  font-size: 1.25em;
  clear: both;
}
@keyframes warning
    {
      0%   {background: #ce1126;}
      50% {background: #e40b23;}
      100%   {background: #ce1126;}
    }
.region-activenotice:hover {
  background: #780B10;
}
.region-activenotice .block {
  padding: 10px;
  margin: 0 0 2px;
}
.region-activenotice .block:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.region-activenotice h2 {
  color: #FFF;
  margin: 0 .5em 0 0;
  display: inline-block;
  float: left;
  line-height: 1.1em;
  font-size: 1em;
  text-transform: uppercase;
}
.region-activenotice h2:after {
  content: ":";
} 
.region-activenotice p {
  color: #FFF;
  margin: 0;
}
.region-activenotice p a {
  display: block !important;
  color: #FFF !important;
  width: 100% !important;
}
.region-activenotice p a:after {
  content: "More Info";
  text-transform: uppercase;
  float: right;
}
@media (max-width: 600px) {
	.region-activenotice h2,
	.region-activenotice p a:after {
		float: none !important;
		display: block;
	}
}

/** orange MVSU alert bar **/
#block-block-131 {
	background:#c66800
}

.page-node-682 #content .block-views {
  border-bottom: 1px solid #CCC;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}


.image-gallery h3 {
  margin: 0 0 1em;
}
.image-gallery .views-row {
  display: inline-block;
  margin: 0 10px 10px 0;
  max-width: 33%;
}
.image-gallery .views-row h3 {
  margin-bottom: 0;
  font-size: 1em;
}
.image-gallery .views-row h3 a {
  color: #333;
}
.image-gallery .views-row h3 a:hover {
  color: #F6AB00;
}
.image-gallery img {
  max-width: calc(100% - 6px);
  width: auto !important;
  border: 1px solid #999;
  padding: 3px;
}
.image-gallery a:hover img {
  border-color: #000;
}
.section-photo-galleries article.node-teaser {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
  max-width: calc(33% - 10px)
}
.section-photo-galleries article.node h2 {
  font-size: 1em;
}
.section-photo-galleries article.node-teaser .field-name-field-photos div.field-item + div.field-item {
  display: none;
}
.section-photo-galleries article.node-teaser .field-name-field-photos img {
  max-width: calc(100% - 6px);
  width: auto !important;
  border: 1px solid #999;
  padding: 3px;
}
.section-photo-galleries article.node-teaser .field-name-field-photos a:hover img {
  border-color: #000;
}
article.node-photo-gallery + a.feed-icon {
  display: block;
  width: 16px
}

.node-photo-gallery.view-mode-full .field-name-field-photos .field-item {
  display: inline-block;
  max-width: calc(33% - 10px);
  margin: 0 10px 10px 0;
  vertical-align: top;
}
.node-photo-gallery.view-mode-full .field-name-field-photos .field-item img {
  max-width: calc(100% - 6px);
  width: auto !important;
  border: 1px solid #999;
  padding: 3px;
}
@media (max-width: 800px) {
	.node-photo-gallery.view-mode-full .field-name-field-photos .field-item,
	.section-photo-galleries article.node-teaser,
	.image-gallery .views-row {
		max-width: calc(50% - 20px);
	}
}
@media (max-width: 500px) {
	.node-photo-gallery.view-mode-full .field-name-field-photos .field-item,
	.section-photo-galleries article.node-teaser,
	.image-gallery .views-row {
		max-width: calc(100% - 10px);
	}
}
.cboxPhoto {
  max-width: 100%;
}
h3.ui-accordion-header {
  background: url(/sites/all/themes/mvsu/images/nav-grad.png) 0 0 repeat-x;
}
h3.ui-accordion-header a {
  color: #FFF !important;
}


.ui-state-default .ui-icon {
    background: none !important;
  border: 5px solid transparent;
  height: 0;
  width: 0;
  border-left-color: #F6AB00;
  margin-left: 3px;
  margin-top: -5px !important;
}
.ui-state-active .ui-icon {
    background: none !important;
  border: 5px solid transparent;
  height: 0;
  width: 0;
  border-top-color: #F6AB00;
  margin-top: -3px !important;
}
.node-photo-gallery.view-mode-full .field-name-field-photos .field-items {
column-width: 300px;
word-spacing: 0 !important;
column-gap: 1px;
column-count: 3;
}
.node-photo-gallery.view-mode-full .field-name-field-photos .field-items .field-item{
margin: 0 0 1px !important;
min-width: 100% !important;
max-width: 100% !important;
width: 100% !important;

}
.node-photo-gallery.view-mode-full .field-name-field-photos .field-items .field-item * {
display: block !important;
margin: 0 !important;
padding: 0 !important;
}
.node-photo-gallery.view-mode-full .field-name-field-photos .field-items div{
margin: 0 !important;
line-height: 0;
border-width: 0 !important;
max-width: 100% !important;
display: block !important;
background: #333;
}
.node-photo-gallery.view-mode-full img {
border-width: 0 !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
max-height: auto !important;
}

/* Coronavirus Page Styles */
.page-node-4511 .mv-banner .mv-container {
  max-width: 100% !important;
  width: 100%;
}
#block-block-94 {
  max-width: 100%;
  width: 100%;
  border: 0;
  position: relative;
}
#block-block-94 h2.block__title {
  position: absolute;
  background: rgba(0,0,0,.5);
  line-height: 1em;
  color: #FFF;
  font-weight: normal;
  font-size: 5vw;
  padding: 3vw;
  left: 0;
  top: 5vw;
  max-width: 47vw;
  text-align: left;
  z-index: 5;
}
#block-block-94 p img {
  width: 100% !important;
  max-width: 100% !important;
  border-width: 0 !important;
  /*
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  object-fit: cover;
  height: 30vw !important;
  */
}
.page-node-4511 h1#page-title {
  display: none;
}
.page-node-4511 blockquote {
  margin: 1em auto;
  width: 500px;
  max-width: calc(100% - 40px);
  border-radius: 8px;
  background: #DDD;
  padding: 20px;
}
.page-node-4511 blockquote:first-of-type {
  background: #f2e5c9;
}
.page-node-4511 blockquote p {
  margin: 0;
}
#block-block-93 {
  padding: 10px;
  margin: 20px 0;
  background: #f7f4ef;
  border: 1px solid #ead4a4
}
#block-block-95 {
  background: #e8efec;
  border: 1px solid #CCC;
  padding: 10px;
}

.ui-accordion-content h1,
.ui-accordion-content h2,
.ui-accordion-content h3,
.ui-accordion-content h4,
.ui-accordion-content h5,
.ui-accordion-content h6,
.ui-accordion-content p {
  margin: 10px 0;
}
.ui-accordion-content {
  padding: 10px !important;
  min-height: 0 !important;
  height: auto !important;
}
.ui-accordion-content .block {
  margin: 0;
}
.ui-accordion-content > .block  > div *:first-child,
.ui-accordion-content > .block > div + * {
  margin-top: 0;
}
.ui-accordion-content > .block  p:last-of-type {
  margin-bottom: 0 !important;
}

iframe {
	max-width: 100%;
}
.vidsrow {
  width: 100% !important;
  max-width: 100%;
  width: auto;
}
.vidsrow td {
  width: 50%;
}
.vidsrow iframe {
  max-width: 100%;
}
.page-node-4604 iframe {
  max-width: 100%;
}
@media (max-width: 960px) {
  .vidsrow,
  .vidsrow tbody,
  .vidsrow tr,
  .vidsrow td {
    display: block;
    width: auto;
  }
}

.c-bids {
  width: 100%;
}
.c-bids thead th {
  background: #006333;
  color: #FFF;
  text-align: left;
  padding: 5px;
}
.c-bids th a {
  color: #FFF;
}
.c-bids td {
  vertical-align: top;
  padding: 5px;
}
.c-bids td .item-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
}
.c-bids td .item-list ul li {
  margin: 0;
}
.c-bids p {
  margin: 0 0 5px;
}
@media (max-width: 850px) {
  .c-bids thead {
    display: none;
  }
  .c-bids,
  .c-bids tbody,
  .c-bids tr,
  .c-bids td {
    display: block;
  }
  .c-bids tr {
    border-top: 1px solid #000;
  }
  .c-bids .views-field:before {
    font-weight: bold;
  }
  .c-bids .views-field-field-issuing-department:before {
    content: "Issuing Department: ";
  }
  .c-bids .views-field-field-solicitation-number:before {
    content: "Solicitation Number: "
  }
  .c-bids .views-field-title:before {
    content: "Title: "
  }
  .c-bids .views-field-field-closing-date:before {
    content: "Closing Date: ";
  }
  .c-bids .views-field-field-meetings:before {
    content: "Meetings: ";
  }
  .c-bids .views-field-field-contract-award:before {
    content: "Contract Award: "
  }
  .c-bids .views-field-body:before {
    content: "Addendum: "
  }
}

.view-covid-numbers {
  display: flex;
}
.view-covid-numbers .attachment-before {
  display: none;
}
.view-covid-numbers .attachment-after {
  flex-grow: 1;
  padding-left: 40px;
}
.view-covid-numbers .view-content {
  flex-grow: 1;
}
.view-covid-numbers table {
  width: 100%;
  margin: 0;
}
.view-covid-numbers table th,
.view-covid-numbers table td {
  border: 1px solid #333;
  padding: 5px;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
}
.view-covid-numbers tr th:first-child,
.view-covid-numbers tr td:first-child {
  text-align: left;
}
.view-covid-numbers tfoot th {
  background: #003410;
  color: #FFF;
}
.view-covid-numbers h2 {
  margin: 0;
  line-height: 1em;
}

@media (max-width: 850px) {
  .view-covid-numbers {
    display: block;
  }
  .view-covid-numbers .attachment-after {
    padding: 0;
    margin: 20px 0 0;
  }

  .view-covid-numbers td {
    font-size: 14px !important;
  }
  .view-covid-numbers th {
    font-size: 14px !important;
  }
}
