@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);
.comment__content, .field--type-taxonomy-term-reference .field__items, .pager, .site-branding {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.comment__content:before, .field--type-taxonomy-term-reference .field__items:before, .pager:before, .site-branding:before, .comment__content:after, .field--type-taxonomy-term-reference .field__items:after, .pager:after, .site-branding:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.comment__content:after, .field--type-taxonomy-term-reference .field__items:after, .pager:after, .site-branding:after {
  clear: both;
}

.comment__content, .field--type-taxonomy-term-reference .field__items, .pager, .site-branding {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.comment__content:before, .field--type-taxonomy-term-reference .field__items:before, .pager:before, .site-branding:before, .comment__content:after, .field--type-taxonomy-term-reference .field__items:after, .pager:after, .site-branding:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.comment__content:after, .field--type-taxonomy-term-reference .field__items:after, .pager:after, .site-branding:after {
  clear: both;
}

/**
 * $ARROW
 */
/**
 * $HLIST
 */
.block--system-user-menu .menu, .block--nav-bar .menu, .action-links, .breadcrumb {
  margin: 0;
  padding: 0;
  border: 0;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.block--system-user-menu .menu:before, .block--nav-bar .menu:before, .action-links:before, .breadcrumb:before, .block--system-user-menu .menu:after, .block--nav-bar .menu:after, .action-links:after, .breadcrumb:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.block--system-user-menu .menu:after, .block--nav-bar .menu:after, .action-links:after, .breadcrumb:after {
  clear: both;
}
.block--system-user-menu .menu li, .block--nav-bar .menu li, .action-links li, .breadcrumb li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
}

/**
 * $ISLAND
 */
.comment__content {
  display: block;
  margin-bottom: 1.42857em;
}
.comment__content > :last-child, .comment__content > :last-child {
  margin-bottom: 0;
}

.comment__content {
  padding: 18px 1em;
}

/*
select,
input,
textarea {
  &:focus {
    @include box-shadow(0 0 4px 1px rgba(lighten($orange, 15%), 0.3));
    outline: 1px solid lighten($orange, 15%);
  }
}
*/
fieldset {
  margin-left: 0;
  margin-right: 0;
  padding: 9px 1em 18px 1em;
  border-color: #dddddd;
}

legend {
  font-size: 18px;
  font-size: 1.28571rem;
  padding: 0 0.8em;
  color: #6a7076;
}

img, media {
  height: auto;
  vertical-align: top;
}

/* No files to import found in variables/**\/* */
/* No files to import found in abstractions/**\/* */
/* No files to import found in base/**\/* */
/* No files to import found in components/**\/* */
/* No files to import found in blocks/**\/* */
/**
 * $TABLES
 */
table {
  width: 100%;
  margin-bottom: 18px;
}

th {
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff;
}
th a,
th a.active {
  color: #fff;
}
th a img,
th a.active img {
  margin: 2px 3px;
}

td {
  padding: 0.5em 1em;
}

tr.odd {
  background: #5c935c;
}

tr.even {
  background: #659e65;
}

/* No files to import found in variables/**\/* */
/* No files to import found in abstractions/**\/* */
/* No files to import found in base/**\/* */
/* No files to import found in components/**\/* */
/* No files to import found in blocks/**\/* */
/**
 * $FONT-FACE
 */
* html {
  font-size: 87.5%;
}

html {
  font-size: 14px;
  line-height: 1.42857em;
}

/**
 * $BASE-TYPOGRAPHY
 */
html {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: normal;
}

/**
 * $LINKS
 */
a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #548654;
}
.l-page-layout a{
  color: #548654;
  text-decoration: underline;
}
.node__content a{
  text-decoration: underline;
  color:green;
  
}

/**
 * $HEADINGS
 */
h1, .alpha,
h2, .beta,
h3, .gamma, .site-branding__name,
h4, .delta, caption,
h5, .epsilon,
h6, .zeta {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  color: black;
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
}
h1 a,
h1 a:visited, .alpha a,
.alpha a:visited,
h2 a,
h2 a:visited, .beta a,
.beta a:visited,
h3 a,
h3 a:visited, .gamma a, .site-branding__name a,
.gamma a:visited,
.site-branding__name a:visited,
h4 a,
h4 a:visited, .delta a, caption a,
.delta a:visited,
caption a:visited,
h5 a,
h5 a:visited, .epsilon a,
.epsilon a:visited,
h6 a,
h6 a:visited, .zeta a,
.zeta a:visited {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, .alpha a:hover,
h2 a:hover, .beta a:hover,
h3 a:hover, .gamma a:hover, .site-branding__name a:hover,
h4 a:hover, .delta a:hover, caption a:hover,
h5 a:hover, .epsilon a:hover,
h6 a:hover, .zeta a:hover {
  color: #548654;
}

h1, .alpha {
  font-size: 34px;
  font-size: 2.42857rem;
  font-weight: 700;
}

h2, .beta {
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
}

h3, .gamma, .site-branding__name {
  font-size: 18px;
  font-size: 1.28571rem;
}

h4, .delta, caption {
  font-size: 16px;
  font-size: 1.14286rem;
}

h5, .epsilon {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
}

h6, .zeta {
  font-size: 14px;
  font-size: 1rem;
  color: #548654;
}

/**
 * $PARAGRAPHS
 */
p,
blockquote {
  margin: 0;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.42857em;
}

p + img {
  float: left;
  margin-right: 1em;
}

table p{
  margin-bottom: 1.42857em;
}

/** List Styles*/
ul li{
color:000;
}
.field--name-field-ep-biography ul, .field--name-field-ep-biography ol{
  margin-left: 225px;
}
/**
 * $QUOTES
 */
blockquote {
  margin-top: 0em;
  padding-top: 1.42857em;
  padding-bottom: 1.42857em;
  margin-bottom: 1.42857em;
  padding: 0 1.5em;
  border-style: solid;
  border-width: 0.07143em;
  padding: 1.35714em;
  border-left-style: solid;
  border-left-width: 0.71429em;
  padding-left: 0.71429em;
  font-style: italic;
  color: #064771;
}
blockquote p {
  margin: 0;
}

q {
  font-style: italic;
}

/**
 * $MARKS
 */
mark,
.marker {
  padding: 0.1em 0.5em;
  background: #52b1ea;
  color: #fff;
  font-size: 12px;
  font-size: 0.85714rem;
  text-transform: capitalize;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* No files to import found in variables/**\/* */
/* No files to import found in abstractions/**\/* */
/* No files to import found in base/**\/* */
/* No files to import found in components/**\/* */
/* No files to import found in blocks/**\/* */
/**
 * $USER-MENU
 */
.block--system-user-menu a {
  padding: 0 0.6em;
  border-right: 1px solid #548654;
}
.block--system-user-menu li:first-child a {
  padding-left: 0;
}
.block--system-user-menu li:last-child a {
  padding-right: 0;
  border-right: 0;
}

/**
 * $NAV-BAR
 */
.block--nav-bar a {
  display: block;
  padding: 1.2em 1em;
  font-size: 16px;
  font-size: 1.14286rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.block--nav-bar a:hover, .block--nav-bar a:focus {
  color: #064771;
}
@media (min-width: 600px) {
  .block--nav-bar a {
    font-size: 18px;
    font-size: 1.28571rem;
    border-left: 1px solid #fff;
  }
  .block--nav-bar li:last-child a {
    border-right: 1px solid #fff;
  }
}

/* CSS-Sprite Social Media Icon Set Start */
ul.socialicons {
  list-style-type: none;
}

ul.socialicons li {
  list-style-type: none;
  display: inline;
  float: left;
  padding: 0 5px 0 0;
}

ul.color li a {
  background-image: url(.../../../images/icons/smicons1.png) no-repeat 0 0;
}

ul.color li a {
  background-image: url(.../../../images/icons/smicons1.png);
}

ul.bw li a {
  background-image: url(.../../../images/icons/smicons.png) no-repeat 0 0;
}

ul.bw li a {
  background-image: url(.../../../images/icons/smicons.png);
}

ul.socialicons li a {
  text-indent: -9999px;
  width: 32px;
  height: 33px;
  display: block;
  overflow: hidden;
  margin: 2px;
}

/* Each icon's sprite coordinates */
ul.socialicons li a.stumbleupon {
  background-position: 0 0;
}

ul.socialicons li a.stumbleupon:hover {
  background-position: -38px 0;
}

ul.socialicons li a.digg {
  background-position: 0 -36px;
}

ul.socialicons li a.digg:hover {
  background-position: -38px -36px;
}

ul.socialicons li a.facebook {
  background-position: 0 -73px;
}

ul.socialicons li a.facebook:hover {
  background-position: -38px -73px;
}

ul.socialicons li a.twitter {
  background-position: 0 -109px;
}

ul.socialicons li a.twitter:hover {
  background-position: -38px -109px;
}

ul.socialicons li a.delicious {
  background-position: 0 -146px;
}

ul.socialicons li a.delicious:hover {
  background-position: -38px -146px;
}

ul.socialicons li a.flickr {
  background-position: 0 -183px;
}

ul.socialicons li a.flickr:hover {
  background-position: -38px -183px;
}

ul.socialicons li a.youtube {
  background-position: 0 -219px;
}

ul.socialicons li a.youtube:hover {
  background-position: -38px -219px;
}

ul.socialicons li a.skype {
  background-position: 0 -256px;
}

ul.socialicons li a.skype:hover {
  background-position: -38px -256px;
}

ul.socialicons li a.linkedin {
  background-position: 0 -292px;
}

ul.socialicons li a.linkedin:hover {
  background-position: -38px -292px;
}

ul.socialicons li a.vimeo {
  background-position: 0 -329px;
}

ul.socialicons li a.vimeo:hover {
  background-position: -38px -329px;
}

ul.socialicons li a.blogger {
  background-position: 0 -365px;
}

ul.socialicons li a.blogger:hover {
  background-position: -38px -365px;
}

ul.socialicons li a.tumblr {
  background-position: 0 -402px;
}

ul.socialicons li a.tumblr:hover {
  background-position: -38px -402px;
}

ul.socialicons li a.picasa {
  background-position: 0 -438px;
}

ul.socialicons li a.picasa:hover {
  background-position: -38px -438px;
}

ul.socialicons li a.wordpress {
  background-position: 0 -475px;
}

ul.socialicons li a.wordpress:hover {
  background-position: -38px -475px;
}

ul.socialicons li a.rss {
  background-position: 0 -511px;
}

ul.socialicons li a.rss:hover {
  background-position: -38px -511px;
}

ul.socialicons li a.mobileme {
  background-position: 0 -548px;
}

ul.socialicons li mobileme:hover {
  background-position: -38px -548px;
}

ul.socialicons li a.apple {
  background-position: 0 -585px;
}

ul.socialicons li a.apple:hover {
  background-position: -38px -585px;
}

ul.socialicons li a.gpluslight {
  background-position: 0 -621px;
}

ul.socialicons li a.gpluslight:hover {
  background-position: -38px -621px;
}

ul.socialicons li a.gplusdark {
  background-position: 0 -694px;
}

ul.socialicons li a.gplusdark:hover {
  background-position: -38px -694px;
}

ul.socialicons li a.twitterb {
  background-position: 0 -658px;
}

ul.socialicons li a.twitterb:hover {
  background-position: -38px -658px;
}

ul.socialicons li a.instagram {
  background-position: 0 -731px;
}

ul.socialicons li a.instagram:hover {
  background-position: -38px -731px;
}

ul.socialicons li a.myspace {
  background-position: 0 -767px;
}

ul.socialicons li a.myspace:hover {
  background-position: -38px -767px;
}

ul.socialicons li a.dribble {
  background-position: 0 -803px;
}

ul.socialicons li a.dribble:hover {
  background-position: -38px -803px;
}

ul.socialicons li a.blip {
  background-position: 0 -838px;
}

ul.socialicons li a.blip:hover {
  background-position: -38px -838px;
}

ul.socialicons li a.spotify {
  background-position: 0 -874px;
}

ul.socialicons li a.spotify:hover {
  background-position: -38px -874px;
}

ul.socialicons li a.grooveshark {
  background-position: 0 -910px;
}

ul.socialicons li a.grooveshark:hover {
  background-position: -38px -910px;
}

ul.socialicons li a.ichat {
  background-position: 0 -946px;
}

ul.socialicons li a.ichat:hover {
  background-position: -38px -946px;
}

ul.socialicons li a.github {
  background-position: 0 -981px;
}

ul.socialicons li a.github:hover {
  background-position: -38px -981px;
}

ul.socialicons li a.soundcloud {
  background-position: 0 -1017px;
}

ul.socialicons li a.soundcloud:hover {
  background-position: -38px -1017px;
}

ul.socialicons li a.pinterest {
  background-position: 0 -1053px;
}

ul.socialicons li a.pinterest:hover {
  background-position: -38px -1053px;
}

ul.socialicons li a.smugmug {
  background-position: 0 -1088px;
}

ul.socialicons li a.smugmug:hover {
  background-position: -38px -1088px;
}

ul.socialicons li a.virb {
  background-position: 0 -1124px;
}

ul.socialicons li a.virb:hover {
  background-position: -38px -1124px;
}

ul.socialicons li a.technorait {
  background-position: 0 -1160px;
}

ul.socialicons li a.technorait:hover {
  background-position: -38px -1160px;
}

ul.socialicons li a.slashdot {
  background-position: 0 -1195px;
}

ul.socialicons li a.slashdot:hover {
  background-position: -38px -1195px;
}

ul.socialicons li a.sharethis {
  background-position: 0 -1231px;
}

ul.socialicons li a.sharethis:hover {
  background-position: -38px -1231px;
}

ul.socialicons li a.posterous {
  background-position: 0 -1267px;
}

ul.socialicons li a.posterous:hover {
  background-position: -38px -1267px;
}

ul.socialicons li a.googleb {
  background-position: 0 -1302px;
}

ul.socialicons li a.googleb:hover {
  background-position: -38px -1302px;
}

ul.socialicons li a.reddit {
  background-position: 0 -1338px;
}

ul.socialicons li a.reddit:hover {
  background-position: -38px -1338px;
}

ul.socialicons li a.friendfollow {
  background-position: 0 -1374px;
}

ul.socialicons li a.friendfollow:hover {
  background-position: -38px -1374px;
}

ul.socialicons li a.designfloat {
  background-position: 0 -1409px;
}

ul.socialicons li a.designfloat:hover {
  background-position: -38px -1409px;
}

ul.socialicons li a.amazon {
  background-position: 0 -1445px;
}

ul.socialicons li a.amazon:hover {
  background-position: -38px -1445px;
}

ul.socialicons li a.netvibes {
  background-position: 0 -1481px;
}

ul.socialicons li a.netvibes:hover {
  background-position: -38px -1481px;
}

ul.socialicons li a.bing {
  background-position: 0 -1516px;
}

ul.socialicons li a.bing:hover {
  background-position: -38px -1516px;
}

ul.socialicons li a.yahoo {
  background-position: 0 -1552px;
}

ul.socialicons li a.yahoo:hover {
  background-position: -38px -1552px;
}

ul.socialicons li a.aim {
  background-position: 0 -1588px;
}

ul.socialicons li a.aim:hover {
  background-position: -38px -1588px;
}

ul.socialicons li a.email {
  background-position: 0 -1623px;
}

ul.socialicons li a.email:hover {
  background-position: -38px -1623px;
}

ul.socialicons li a.ebay {
  background-position: 0 -1659px;
}

ul.socialicons li a.ebay:hover {
  background-position: -38px -1659px;
}

ul.socialicons li a.paypal {
  background-position: 0 -1695px;
}

ul.socialicons li a.paypal:hover {
  background-position: -38px -1695px;
}

ul.socialicons li a.feedburner {
  background-position: 0 -1730px;
}

ul.socialicons li a.feedburner:hover {
  background-position: -38px -1730px;
}

ul.socialicons li a.podcast {
  background-position: 0 -1766px;
}

ul.socialicons li a.podcast:hover {
  background-position: -38px -1766px;
}

ul.socialicons li a.appstoreios {
  background-position: 0 -1802px;
}

ul.socialicons li a.appstoreios:hover {
  background-position: -38px -1802px;
}

ul.socialicons li a.itunes {
  background-position: 0 -1837px;
}

ul.socialicons li a.itunes:hover {
  background-position: -38px -1837px;
}

ul.socialicons li a.appstoremac {
  background-position: 0 -1873px;
}

ul.socialicons li a.appstoremac:hover {
  background-position: -38px -1873px;
}

ul.socialicons li a.yelp {
  background-position: 0 -1909px;
}

ul.socialicons li a.yelp:hover {
  background-position: -38px -1909px;
}

ul.socialicons li a.wthree {
  background-position: 0 -1944px;
}

ul.socialicons li a.wthree:hover {
  background-position: -38px -1944px;
}

ul.socialicons li a.etsy {
  background-position: 0 -1980px;
}

ul.socialicons li a.etsy:hover {
  background-position: -38px -1980px;
}

ul.socialicons li a.stackoverflow {
  background-position: 0 -2016px;
}

ul.socialicons li a.stackoverflow:hover {
  background-position: -38px -2016px;
}

ul.socialicons li a.foursquare {
  background-position: 0 -2051px;
}

ul.socialicons li a.foursquare:hover {
  background-position: -38px -2051px;
}

ul.socialicons li a.quora {
  background-position: 0 -2087px;
}

ul.socialicons li a.quora:hover {
  background-position: -38px -2087px;
}

ul.socialicons li a.photobucket {
  background-position: 0 -2123px;
}

ul.socialicons li a.photobucket:hover {
  background-position: -38px -2123px;
}

ul.breadcrumb li {
  text-transform: uppercase;
  font-size: 10px;
  color: #ccc;
}

ul.breadcrumb li a {
  color: #237C64;
}

.breadcrumb {
  margin-bottom: 10px;
}

/**
 * $COMMENT-WRAPPER
 */
.comment-wrapper {
  padding: 18px 1em;
  background-color: #d6d6d6;
}

/**
 * $COMMENT
 */
.comment__info {
  margin-top: 18px;
  margin-bottom: 18px;
}
.comment__info .username {
  margin-bottom: 9px;
  color: #52b1ea;
  text-transform: uppercase;
  text-decoration: none;
}
.comment__info .username:hover {
  text-decoration: underline;
}

.comment__content {
  background-color: #fff;
}

.comment__submitted {
  display: inline;
}

@media (min-width: 44em) {
  .comment__info {
    float: left;
    width: 25%;
    text-align: center;
  }
  .comment__info .user-picture {
    width: 70%;
    margin: 0 auto 9px auto;
  }
  .comment__info .username {
    display: block;
  }

  .comment__content {
    float: right;
    width: 70%;
    margin-left: 5%;
    position: relative;
    background: white;
  }
  .comment__content:after, .comment__content:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .comment__content:after {
    border-color: transparent;
    border-right-color: white;
    border-width: 20px;
    top: 50%;
    margin-left: -20px;
  }
  .comment__content:after {
    top: 20px;
  }

  .comment__submitted {
    display: block;
    margin-bottom: 9px;
  }
}
/* No files to import found in variables/**\/* */
/* No files to import found in abstractions/**\/* */
/* No files to import found in base/**\/* */
/* No files to import found in components/**\/* */
/* No files to import found in blocks/**\/* */
/* Feature */
.owl-wrapper .views-field-title {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: medium;
}
.owl-wrapper .views-field-title a {
  color: #fff;
}

.owl-wrapper .views-field-field-feature-short-description, .owl-wrapper .views-field-field-short-description {
  padding: 10px;
  padding-top: 0px;
  color: #fff;
  font-size: small;
  overflow: hidden;
}
.owl-wrapper .views-field-field-feature-short-description a, .owl-wrapper .views-field-field-short-description a {
  color: #fff;
}

.owl-wrapper {
  background-color: #000;
}

.owl-theme .owl-controls .owl-page span {
  background-color: #237C64;
}

/* No files to import found in variables/**\/* */
/* No files to import found in abstractions/**\/* */
/* No files to import found in base/**\/* */
/* No files to import found in components/**\/* */
/* No files to import found in blocks/**\/* */
/**
 * $TABLES
 */
table {
  width: 100%;
  margin-bottom: 18px;
}

th {
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff;
}
th a,
th a.active {
  color: #fff;
}
th a img,
th a.active img {
  margin: 2px 3px;
}

td {
  padding: 0.5em 1em;
}

tr.odd {
  background: #eaeaea;
}

tr.even {
  background: #d6d6d6;
}

/**
 * $FIELD-TAXONOMY-TERM
 */
.field--type-taxonomy-term-reference .field__item {
  float: left;
  margin-right: 0.5em;
}

/**
 * $FIELD
 */
.field {
  margin-bottom: 1.42857em;
}

/* No files to import found in variables/**\/* */
/* No files to import found in abstractions/**\/* */
/* No files to import found in base/**\/* */
/* No files to import found in components/**\/* */
/* No files to import found in blocks/**\/* */
.msu-logo-wm {
  width: 260px;
  height: 75px;
  padding: 20px;
  float: left;
}

.msu-logo-wm a {
  width: 220px;
  height: 53px;
  display: block;
  text-indent: -9999px;
  background-image: url(../images/msu_footer_logo_white.png);
}

.copyrights-text {
  padding: 20px;
}

.copyrights-text p {
  color: #fff;
  line-height: normal;
  font-size: small;
}

.copyrights-text a {
  color: #fff;
}

.copyrights-text a:hover {
  color: #548654;
}

/* No files to import found in variables/**\/* */
/* No files to import found in abstractions/**\/* */
/* No files to import found in base/**\/* */
/* No files to import found in components/**\/* */
/* No files to import found in blocks/**\/* */
/*Footer Styles */
.l-footer a {
  color: #fff;
  text-decoration: none;
}

.l-footer a:hover {
  color: #548654;
}

.l-footer ul {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.l-footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 5px;
  font-size: smaller;
  letter-spacing: 1px;
}

.l-footer ul.menu li {
  list-style: none;
}

/**
 * $COLLAPSIBLE
 */
html.js fieldset.collapsible {
  padding: 0;
  border: none;
}
html.js fieldset.collapsible legend {
  width: 100%;
  padding: 0;
}
html.js fieldset.collapsible .fieldset-legend {
  padding: 0;
  background: none;
}
html.js fieldset.collapsible .fieldset-legend .summary {
  float: right;
}
html.js fieldset.collapsible .fieldset-title {
  display: block;
  padding: 1em;
  background-color: #dddddd;
  color: #077dc3;
  text-decoration: none;
}
html.js fieldset.collapsible .fieldset-title:hover {
  background-color: #d9e9ef;
  color: #064771;
}
html.js fieldset.collapsible .fieldset-wrapper {
  padding: 18px 1em;
  border: 1px solid #dddddd;
}

html.js fieldset.collapsed {
  height: 3.7em;
}

/**
 * $FIELDSETS
 */
.form-wrapper {
  margin-bottom: 18px;
}

.fieldset-description {
  margin-bottom: 9px;
  color: #6a7076;
  font-style: italic;
}

.vertical-tabs fieldset.vertical-tabs-pane {
  padding: 18px 1em;
}

/**
 * $FILTER-TIPS
 */
.filter-wrapper {
  background-color: #fff;
}

/**
 * $FORM-ITEM
 */
.form-item {
  color: #6a7076;
}
.form-item label {
  margin-bottom: 0.4em;
}
.form-item .form-select,
.form-item .form-text,
.form-item .form-textarea {
  width: 100%;
  padding: 0.6em;
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #6a7076;
  vertical-align: middle;
}
.form-item .description {
  margin-top: 0.2em;
  font-style: italic;
}

.container-inline .form-select,
.container-inline .form-text,
.container-inline .form-textarea {
  width: auto;
}

/**
 * $PASSWORD-CONFIRM
 */
div.password-indicator,
div.password-confirm {
  margin-top: 0;
}

div.password-indicator {
  margin-bottom: 0.4em;
}

/**
 * $PASSWORD-INDICATOR
 */
.password-indicator {
  height: 0.8em;
  background: none;
  border: 1px solid #dddddd;
}
.password-indicator .indicator {
  background: #efa47b;
}

.password-strength-title {
  margin-bottom: 0.2em;
}

/**
 * $SEARCH-FORM
 */
/*
 *.search-block-form {
  .form-text {
    width: auto;
    padding: 0.2em;
  }
}

*/
.search-block-form {
  background-color: #eaf8fc;
  background-image: linear-gradient(#000000, #191919);
  border-radius: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #191919;
  width: 100%;
  height: 35px;
  padding: 0px;
  overflow: hidden;
  /* Clear floats */
}

.search-block-form .form-text,
.search-block-form .form-submit {
  float: left;
}

.search-block-form .form-text {
  margin-top: 3px;
  margin-left: 3px;
  padding: 3px;
  height: 26px;
  width: 75%;
  border: 1px solid #a4c3ca;
  font: normal 13px 'trebuchet MS', arial, helvetica;
  background: #f1f1f1;
  border-radius: 50px 3px 3px 50px;
  /*
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
  */
}

/* ----------------------- */
.search-block-form .form-submit {
  background-color: #6cbb6b;
  background-image: linear-gradient(#95d788, #6cbb6b);
  border-radius: 3px 50px 50px 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #7eba7c #578e57 #447d43;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  height: 26px;
  margin: 0 0 0 10px;
  margin-top: 3px;
  padding: 0;
  width: 15%;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #23441e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.search-block-form .form-submit:hover {
  background-color: #95d788;
  background-image: linear-gradient(#6cbb6b, #95d788);
}

.search-block-form .form-submit:active {
  background: #95d788;
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.search-block-form .form-submit::-moz-focus-inner {
  border: 0;
  /* Small centering fix for Firefox */
}

/**
 * $ACTION-LINKS
 */
.action-links {
  margin-bottom: 18px;
}
.action-links li {
  padding-left: 16px;
  background: transparent url('../images/../images/plus-blue.png?1399481582') left center no-repeat;
}
.action-links li a {
  color: #077dc3;
  text-decoration: none;
}
.action-links li a:hover {
  font-weight: 700;
}

/**
 * $BREADCRUMB
 */
.breadcrumb li {
  padding-right: 0.4em;
}
.breadcrumb li:after {
  content: "»";
  padding-left: 0.4em;
  vertical-align: baseline;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb a {
  text-decoration: none;
}

.comment__content, .field--type-taxonomy-term-reference .field__items, .pager, .site-branding {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.comment__content:before, .field--type-taxonomy-term-reference .field__items:before, .pager:before, .site-branding:before, .comment__content:after, .field--type-taxonomy-term-reference .field__items:after, .pager:after, .site-branding:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.comment__content:after, .field--type-taxonomy-term-reference .field__items:after, .pager:after, .site-branding:after {
  clear: both;
}

/* LEFT MENU */
.aside.l-region .block {
  background-color: #ccc;
}

aside.l-region--sidebar-first .block--menu ul.menu {
  margin: 0;
  padding: 0;
}

aside.l-region--sidebar-first .block--menu ul.menu li {
  background-color: #191919;
  margin-bottom: 1px;
  padding: 10px;
  list-style: none;
  color: #fff;
  display: block;
}

aside.l-region--sidebar-first .block--menu ul.menu li:hover {
  background-color: #1B604F;
  color: #000;
}

aside.l-region--sidebar-first .block--menu ul.menu li a {
  color: #fff;
}

aside.l-region--sidebar-first .block--menu ul.menu li:hover a {
  color: #ccc;
}

/*Second Sidebar */
aside.l-region--sidebar-second .block--menu ul.menu {
  margin: 0;
  padding: 0;
}

aside.l-region--sidebar-second .block--menu ul.menu li {
  margin-bottom: 1px;
  padding: 10px;
  list-style: none;
  border-bottom: dashed;
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  color: #000;
  display: block;
}

/* Mobile Menu */
.comment__content, .field--type-taxonomy-term-reference .field__items, .pager, .site-branding {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.comment__content:before, .field--type-taxonomy-term-reference .field__items:before, .pager:before, .site-branding:before, .comment__content:after, .field--type-taxonomy-term-reference .field__items:after, .pager:after, .site-branding:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.comment__content:after, .field--type-taxonomy-term-reference .field__items:after, .pager:after, .site-branding:after {
  clear: both;
}

/* MEGA MENU */
/* Mobile Menu */
#tb-megamenu-main-menu .tb-megamenu .btn-navbar {
  margin-top: 10px;
}

.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #237C64;
  border-top-color: #237C64;
}

/**
 * $BORDER-LIST
 */
.border-list {
  padding: 0;
  list-style: none;
}
.border-list li {
  padding-bottom: 1.42857em;
  margin-bottom: 1.42857em;
  border-bottom: 1px solid #dddddd;
}
.border-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/**
 * $BUTTONS
 */
/* Base Button */
.button {
  display: inline-block;
  height: 2.2em;
  margin: 0;
  padding: 0 1.2em;
  background-color: #222222;
  border: none;
  color: #fff;
  font-weight: 700;
  font-family: inherit;
  font-size: 100%;
  line-height: 2.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  overflow: visible;
  cursor: pointer;
}
.button, .button:hover, .button:active, .button:focus, .button:visited {
  text-decoration: none;
}
.button:hover {
  background-color: #6a7076;
}
.button:active, .button:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Fill width of container */
.button--full {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

/* Inherit sizing from parent  */
.button--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  height: auto;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/* Button Functions */
.button--primary {
  background-color: #e4621c;
}

.button--secondary {
  background-color: transparent;
  border-color: #52b1ea;
  border-style: solid;
  border-width: 0.07143em;
  padding: 1.35714em;
  color: #52b1ea;
}
.button--secondary:hover {
  border-color: #6a7076;
  background-color: transparent;
  color: #6a7076;
}

.button--positive {
  background-color: #4a993e;
}
.button--positive:hover {
  background-color: #38752f;
}

.button--negative {
  background-color: #b33630;
}
.button--negative:hover {
  background-color: #8b2a25;
}

.button--disabled,
.button--disabled:hover,
.button--disabled:active,
.button--disabled:focus {
  background-color: #ddd;
  color: #777;
  cursor: default;
  box-shadow: none;
}

/* Adjacent buttons should have some space between them. */
.button + .button,
.button + a {
  margin-left: 1em;
}

/**
 * $MESSAGES
 */
.messages {
  padding-left: 10px;
  margin-bottom: 18px;
}

.messages--status {
  color: #077dc3;
  background: #ccebfd;
  border-color: #38b0f8;
}

.messages--warning {
  color: #d6c460;
  background: white;
  border-color: #ebe2b1;
}

.messages--error {
  color: #b33630;
  background: #f9eae9;
  border-color: #d97570;
}

/**
 * $PAGER
 */
.pager__item {
  display: block;
  float: left;
  margin: 0.1em;
  padding: 0;
}

.pager__item a,
.pager__item--current,
.pager__item--ellipsis {
  display: block;
  padding: 0.5em 0.8em;
  border: 1px solid #6a7076;
  color: #6a7076;
  text-decoration: none;
}

.pager__item a:hover {
  background-color: #e4621c;
  border-color: #e4621c;
  color: #fff;
}

.pager__item--current {
  border-color: #e4621c;
  color: #e4621c;
}

.pager__item--ellipsis {
  border: none;
}

/**
 * $PROGRESS
 */
.progress .bar {
  background-color: #dddddd;
  border-color: #6a7076;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.progress .filled {
  background: #077dc3;
}

/**
 * $SECTION-TITLE
 */
.section-title {
  padding-bottom: 0.71429em;
  margin-bottom: 1.42857em;
  border-bottom: 1px solid #bcd8e3;
}

/**
 * $SITE-BRANDING
 */
.site-branding {
  padding: 1em 0;
}

.site-branding__name,
.site-branding__logo {
  display: block;
  float: left;
}

.site-branding__logo {
  width: 50px;
  margin-right: 1em;
}

.site-branding__name {
  color: #fff;
  text-decoration: none;
}
.site-branding__name:visited {
  color: #fff;
}
.site-branding__name:hover {
  color: #064771;
}

/**
 * $NODE-BASIC-PAGE
 */
.node--article .field--name-field-image {
  float: left;
  margin: 0 2em 1em 0;
}

/**
 * $NODE
 */
.node--teaser {
  margin-bottom: 18px;
}

.node__links {
  margin-bottom: 18px;
}

/* No files to import found in variables/**\/* */
/* No files to import found in abstractions/**\/* */
/* No files to import found in base/**\/* */
/* No files to import found in components/**\/* */
/* No files to import found in blocks/**\/* */
/*Block Styles */
aside.l-region .block {
  padding: 10px;
  background-color: #ccc;
}

.l-page-layout h2.block__title {
  color: black;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #000;
  color: #fff;
}

.l-footer h2.block__title {
  color: white;
}

.egr-news-row, .view-news .views-row {
  clear: both;
  margin-bottom: 10px;
}

.egr-news-items, .view-news .views-row {
  clear: both;
  border-bottom: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  margin-bottom: 10px;
  min-height: 100px;
}

.egr-news-img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.egr-news-img img {
  padding: 5px;
  border: solid;
  border-width: 1px;
  border-color: #ccc;
}

.egr-news-title {
  font-weight: bold;
}

.egr-events-row {
  clear: both;
  margin-bottom: 10px;
  border-bottom: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.egr-calendar-icon {
  display: block;
  padding: 10px;
  background-color: #237C64;
  color: #fff;
  float: left;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.egr-events-month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.egr-events-day {
  font-weight: bold;
  font-size: 18px;
  width: 30px;
  height: 30px;
  background: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #237C64;
  padding: 3px;
  box-shadow: 3px 3px 3px #000;
}

.egr-events-year {
  font-size: 11px;
}

.egr-events-title {
  font-weight: bold;
  color: #237C64;
  margin-bottom: 3px;
}

.egr-events-date {
  text-transform: uppercase;
  font-size: 11px;
  color: #237C64;
}

.views-field-field-video-url {
  border-bottom: solid;
  border-bottom-width: 3px;
  border-bottom-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.views-field-title a {
  font-weight: bold;
  padding-bottom: 10px;
}

.more-link {
  background-color: #237C64;
  padding: 5px;
  text-transform: uppercase;
  float: right;
  margin-bottom: 10px;
}

.more-link a {
  color: #fff;
  font-size: 11px;
}

.clear {
  clear: both;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

a {
  outline: none;
  outline-width: 0;
}

a:focus {
  outline: none;
  outline-width: 0;
}

a.site-branding__logo img {
  margin-top: 5px;
  max-width: 300px;
}

.l-dept-logo {
  margin-top: 10px;
}

.l-dept-logo a.site-branding-name span {
  float: left;
  font-family: 'Muli', sans-serif;
  font-size: 25px;
  color: #fff;
  text-shadow: 2px 2px 0px #000000;
}

.l-dept-logo .college-name {
  float: left;
  font-family: 'Muli', sans-serif;
  font-size: 25px;
  color: #fff;
  text-shadow: 2px 2px 0px #000000;
}

.l-dept-logo .college-name a {
  color: #fff;
  padding-right: 15px;
  text-shadow: 2px 2px 0px #000000;
}

.l-dept-logo .dept-name {
  color: #fff;
  margin-bottom: 5px;
}

.l-dept-logo .dept-name a, .l-dept-logo .dept-name a:visited, .l-dept-logo .dept-name a:hover {
  color: #57b846;
  text-shadow: 2px 2px 0px #000000;
}

.element-invisible {
  display: none;
}

.read-more {
  text-align: right;
  display: block;
  padding: 10px;
}

.read-more a {
  padding-left: 5px;
}

span.fa-tags span {
  margin-bottom: 10px;
  clear: both;
}

.fa-tags ul {
  margin: 0;
  padding: 0;
}

.fa-tags li {
  display: inline-block;
}

.fa-tags a {
  background: #74BD70;
  color: #fff;
  padding: 5px;
  margin: 5px;
  font-size: 9px;
  text-transform: uppercase;
}

/* Header Message */
.header-message {
  background-color: #C41425;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

/* Audience Menu */
.l-audience-menu ul.menu {
  padding: 0;
  text-align: right;
}

.l-audience-menu ul.menu li {
  display: inline-block;
  padding: 5px;
}

.l-audience-menu ul.menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.l-audience-menu ul.menu li a:hover {
  color: #000;
  text-decoration: blink;
}

/*title */
.title-wrapper {
  padding: 10px;
  margin-bottom: 0px;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  padding-left: 0;
}

/*Mobile Menu */
a.menu-toggle span.toggle-help {
  display: inline-block;
  width: 100px;
  padding-bottom: 0;
}

/** Footer Block Title */
.l-footer-wrapper h2.block__title {
  margin-bottom: 10px;
}

.msu-logo-wm {
  width: 260px;
  height: 75px;
  padding: 20px;
  float: left;
}

.msu-logo-wm a {
  width: 220px;
  height: 53px;
  display: block;
  text-indent: -9999px;
  background-image: url(../images/msu_footer_logo_white.png);
}

.copyrights-text {
  padding: 20px;
}

.copyrights-text p {
  color: #fff;
  line-height: normal;
  font-size: small;
}

.copyrights-text a {
  color: #fff;
}

.copyrights-text a:hover {
  color: #548654;
}

#msu-footer-black a {
  color: #000;
  text-decoration: none;
}

#msu-footer-black .msu-footer-logo {
  float: left;
  padding: 10px;
  clear: right;
  margin-right: 10px;
}

#msu-footer-black .msu-footer-info {
  padding: 10px;
}

#msu-footer-black .line1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

#msu-footer-black .line1-1 span {
  padding-bottom: 5px;
  border-bottom: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  font-weight: bold;

}
#msu-footer-black .line1-1 span span{
    font-size: 14px;
    font-weight: bold;
}

#msu-footer-black .line2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  padding-top: 10px;
}

#msu-footer-black .line2 span {
  font-weight: bold;
    color: #669227;
}

.clear {
  clear: both;
}

#msu-footer-white {
  background-color: #000;
  color: #fff;
}

#msu-footer-white a {
  color: #fff;
  text-decoration: none;
}

#msu-footer-white .msu-footer-logo {
  float: left;
  padding: 10px;
  clear: right;
  margin-right: 10px;
}

#msu-footer-white .msu-footer-info {
  padding: 9px;
}

#msu-footer-white .line1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}

#msu-footer-white .line1-1 span {
  padding-bottom: 5px;
  border-bottom: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  font-weight: bold;
}
#msu-footer-white .line1-1 span span{
    font-size: 14px;
    font-weight: bold;
}

#msu-footer-white .line2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  padding-top: 10px;
}

#msu-footer-white .line2 span {
  font-weight: bold;
      color: #669227;
}

/*

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    


.search-wrapper {
width: 220px;
margin: 45px auto 50px auto;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}
 

 
input#edit-search-block-form--2{
    
height: 30px;
padding: 10px 5px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 0;
background: #EEE;
border-radius: 3px 0 0 3px;
}
 
.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 

.search-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 72px;
font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: white;
text-transform: uppercase;
background: #D83C3C;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
   
.search-wrapper button:hover{     
    background: #e54040;
}   
   
.search-wrapper button:active,
.search-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 

    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
 
.search-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
.search-wrapper button::-moz-focus-inner { 
    padding: 0;
}
*/
