/*Mixins*/
.print-msugraphic, .print-msuwordmark, #resp-search-button {
  display: none;
}

#MSUheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 60px;
}
@media screen and (max-width: 674px) {
  #MSUheader {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100px;
  }
  #MSUheader #resp-search-button {
    display: inline;
    -ms-flex-item-align: center;
    align-self: center;
    cursor: pointer;
  }
}
#MSUheader #MSUmasthead, #MSUheader #MSUSearchTool {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 674px) {
  #MSUheader #MSUSearchTool {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#MSUheader #MSUSearchTool #search-tool-box {
  float: right;
  height: 28px;
  width: 319px;
  border: 1px solid #999;
  border-radius: 3px;
  font-family: "Gotham SSm A", "Gotham SSm B", arial, sans-serif;
}
@media screen and (max-width: 674px) {
  #MSUheader #MSUSearchTool #search-tool-box {
    float: none;
    width: 100%;
  }
  #MSUheader #MSUSearchTool #search-tool-box button {
    display: none;
  }
}
@media only screen and (max-width: 42em) {
  #MSUheader #MSUSearchTool {
    float: none;
    margin: 0 auto;
  }
}
#MSUheader #MSUSearchTool #search-tool-box {
  background: #fff;
}
#MSUheader #MSUSearchTool input[name=q] {
  width: 258px;
  background-color: transparent;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  float: left;
  height: 28px;
  outline-color: #09b5dc;
  padding-left: 12px;
  padding-top: 0px;
}
#MSUheader #MSUSearchTool input[name=q]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
#MSUheader #MSUSearchTool input[name=q]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
#MSUheader #MSUSearchTool input[name=q]:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
#MSUheader #MSUSearchTool input[name=q]:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
@media only screen and (max-width: 42em) {
  #MSUheader #MSUSearchTool input[name=q] {
    width: 100%;
  }
}
#MSUheader #btn_search {
  background: #fff url(../images/branding/icon-search.png) no-repeat center;
  height: 26px;
  width: 34px;
  cursor: pointer;
  outline-color: #09b5dc;
  border: 0px none;
  float: right;
  margin: 0 auto;
  text-indent: -9999px;
  text-transform: capitalize;
  border-radius: 0px 3px 3px 0px;
  position: relative;
  bottom: 24px;
}

#MSUstandardFooter {
  padding-bottom: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 829px) {
  #MSUstandardFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#MSUstandardFooter.dark-contrast {
  color: #fff;
}
#MSUstandardFooter.dark-contrast li {
  border-right: 1px solid #eee;
}
#MSUstandardFooter.dark-contrast li:last-child {
  border-right: none;
}
#MSUstandardFooter.dark-contrast a {
  color: #fff;
}
#MSUstandardFooter.dark-contrast #standard-footer-MSU-info a {
  color: #84d123;
  font-weight: 700;
}
#MSUstandardFooter.dark-contrast #standard-footer-site-links ul {
  padding-bottom: 5px;
  border-bottom: 1px dotted #fff;
}
#MSUstandardFooter.dark-contrast .spartans-will, #MSUstandardFooter.dark-contrast .msu-phone {
  color: #84d123;
}
#MSUstandardFooter.light-contrast {
  color: #18453b;
}
#MSUstandardFooter.light-contrast li {
  border-right: 1px solid #222;
}
#MSUstandardFooter.light-contrast li:last-child {
  border-right: none;
}
#MSUstandardFooter.light-contrast a {
  color: #18453b;
}
#MSUstandardFooter.light-contrast #standard-footer-MSU-info a {
  color: #4c7e00;
  font-weight: 700;
}
#MSUstandardFooter.light-contrast #standard-footer-site-links ul {
  padding-bottom: 5px;
  border-bottom: 1px dotted #222;
}
#MSUstandardFooter.light-contrast .spartans-will, #MSUstandardFooter.light-contrast .msu-phone {
  color: #4c7e00;
}
#MSUstandardFooter #standard-footer-MSU-info {
  padding-top: 5px;
}
#MSUstandardFooter .msu-link-container {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 11;
  -ms-flex-positive: 11;
  flex-grow: 11;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 10px;
}
@media screen and (max-width: 829px) {
  #MSUstandardFooter .msu-link-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #MSUstandardFooter .msu-link-container li {
    display: block;
    border: none;
    text-align: center;
  }
}
#MSUstandardFooter #standard-footer-MSU-wordmark {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-preferred-size: 226px;
  flex-basis: 226px;
}
@media screen and (max-width: 829px) {
  #MSUstandardFooter #standard-footer-MSU-wordmark {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 20px;
  }
}
#MSUstandardFooter ul {
  margin-bottom: 0;
  margin-left: 0;
}
#MSUstandardFooter ul li {
  display: inline;
  padding-right: 0.5em;
  padding-left: 0.2em;
}
#MSUstandardFooter ul li:first-child {
  padding-left: 0;
}
#MSUstandardFooter #standard-footer-site-links {
  font-size: 14px;
}
#MSUstandardFooter #standard-footer-site-links ul {
  display: inline;
}
#MSUstandardFooter .msu-info-list, #MSUstandardFooter .copyright {
  font-size: 12px;
}
@media screen and (max-width: 829px) {
  #MSUstandardFooter .msu-info-list, #MSUstandardFooter .copyright {
    font-size: 14px;
  }
}
#MSUstandardFooter .spartans-will, #MSUstandardFooter .msu-phone {
  font-weight: 700;
  text-transform: uppercase;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: #18453b;
  font-weight: 700;
  text-transform: uppercase;
}

#master-news-page .news-grid .views-list-cell:hover {
  transform: scale(1.02);
  transition-duration: 0.25s;
  z-index: 40;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #f9fbfb;
}
#master-news-page .views-field-field-news-image {
  float: left;
  max-width: 30%;
  padding-right: 10px;
}
#master-news-page .views-list-cell > .views-row > .views-field-title h3 > a,
#master-news-page .views-list-cell > .views-row .views-field-title h3 {
  text-transform: none;
  color: #18453b;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-decoration: none !important;
}
#master-news-page .view-news-date {
  font-size: 0.875rem;
  color: rgba(74, 109, 101, 0.9);
}
#master-news-page .view-news-date {
  font-size: 0.875rem;
  color: rgba(74, 109, 101, 0.9);
}
#master-news-page a.views-more-link {
  color: #800060;
  font-weight: 600;
  text-decoration: none !important;
}
#master-news-page .news-featured .views-field-field-news-image {
  float: none;
  max-width: 100%;
}
#master-news-page .news-featured .views-field-field-news-image img {
  width: 100%;
}
#master-news-page a.views-more-link {
  color: #800060;
  font-weight: 600;
  text-decoration: none !important;
}

.author-info {
  display: inline-block;
  margin-right: 1rem;
}

.author-image {
  width: 10%;
}

.author-blurb {
  width: 85%;
  vertical-align: top;
}

.news-staff-info {
  margin-bottom: 2rem;
  border-bottom: 1px solid grey;
  padding-bottom: 1rem;
}

.news-category {
  margin-left: 3rem;
}

.container {
  width: 80%;
  margin: auto;
  max-width: 1300px;
}

.learn-more-button {
  color: #5c7a73;
  border: 1px solid grey;
  border-color: #b0bfbc;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  text-decoration: none !important;
}

.msu-spear {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  height: 10px;
  border: none;
  background-image: url(../images/msu-spear-middle-long.svg), url(../images/msu-spear-left.svg), url(../images/msu-spear-right.svg);
  background-position: 50%, 0, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: calc(100% - 62px) 6px, 32px 10px, 32px 10px;
}

.related-news-row-title {
  min-height: 3.5rem;
}

#main-mega-menu {
  background: #18352e;
  width: 95%;
  margin: 30px auto;
  padding: 3rem 20px;
}
#main-mega-menu .menu-close-button {
  padding-bottom: 30px;
}
#main-mega-menu .menu-close-button button {
  font-weight: 700;
  text-transform: uppercase;
  color: #adcb80;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#main-mega-menu .menu-close-button button svg {
  fill: #adcb80;
  border: 2px solid #adcb80;
  border-radius: 50%;
  margin-right: 10px;
  padding: 4px;
}
#main-mega-menu #block-views-block-mega-menu-categories-mega-menu-categories {
  font-weight: 800;
}
#main-mega-menu #block-views-block-mega-menu-categories-mega-menu-categories ul:not(.contextual-links) {
  list-style: none;
}
@media screen and (max-width: 760px) {
  #main-mega-menu #block-views-block-mega-menu-categories-mega-menu-categories ul:not(.contextual-links) {
    display: none;
  }
}
#main-mega-menu #block-views-block-mega-menu-categories-mega-menu-categories ul:not(.contextual-links) li {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
#main-mega-menu #block-views-block-mega-menu-categories-mega-menu-categories ul:not(.contextual-links) li a.mm-active {
  color: #adcb80;
}
#main-mega-menu .menu-content-container {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "menu modals" "menu offices" "menu resources" "menu staff";
}
@media screen and (max-width: 760px) {
  #main-mega-menu .menu-content-container {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "menu" "modals" "offices" "resources" "staff";
  }
}
#main-mega-menu #block-views-block-mega-menu-categories-mega-menu-categories {
  grid-area: menu;
}
#main-mega-menu #block-views-block-mega-menu-offices-mega-menu-offices {
  position: relative;
  grid-area: offices;
}
#main-mega-menu #block-views-block-mega-menu-staff-staff-block {
  grid-area: staff;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  #main-mega-menu .mega-menu-office-info {
    margin-top: 3rem;
  }
}
#main-mega-menu .mega-menu-office-info h2 {
  color: #fff;
  font-weight: 600;
  font-size: 1.75rem;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 760px) {
  #main-mega-menu .mega-menu-office-info h2 {
    top: -3rem;
    text-align: center;
  }
}
#main-mega-menu .mega-menu-office-info h3::after {
  content: "";
  width: 3rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 0.25rem;
  background-color: #cddf43;
  display: block;
}
@media screen and (max-width: 760px) {
  #main-mega-menu .mega-menu-office-info h3::after {
    display: none;
  }
}
#main-mega-menu .mega-menu-office-info ul:not(.contextual-links) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -3rem;
  margin-left: 0px;
  list-style: none;
  text-align: center;
}
#main-mega-menu .mega-menu-office-info ul:not(.contextual-links) li {
  min-width: 23%;
  max-width: 23%;
  margin: 0px 5px;
  height: 245px;
}
@media screen and (max-width: 1200px) {
  #main-mega-menu .mega-menu-office-info ul:not(.contextual-links) li {
    min-width: 31%;
    max-width: 31%;
    margin: 0px 5px;
  }
}
@media screen and (max-width: 960px) {
  #main-mega-menu .mega-menu-office-info ul:not(.contextual-links) li {
    min-width: 47%;
    max-width: 47%;
    margin: 0px 5px;
  }
}
@media screen and (max-width: 500px) {
  #main-mega-menu .mega-menu-office-info ul:not(.contextual-links) li {
    min-width: 100%;
  }
}
#main-mega-menu .mega-menu-office-info ul:not(.contextual-links) li a {
  background: #18352e;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  max-width: 80%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  top: 20px;
  opacity: 0.9;
}
#main-mega-menu .mega-menu-office-info ul:not(.contextual-links) li .offices-bkg-wrap {
  background-size: 225px 210px;
  height: 100%;
  border-radius: 3px;
  transition-duration: 0.5s;
  filter: sepia(0.62) hue-rotate(61deg) brightness(0.75) saturate(0.6);
}
#main-mega-menu .mega-menu-office-info ul:not(.contextual-links) li .offices-bkg-wrap:hover {
  filter: sepia(0) hue-rotate(0deg) brightness(1) saturate(1);
  transform: scale(1.02);
  transition-duration: 0.25s;
  z-index: 40;
}
#main-mega-menu .sas-office-details, #main-mega-menu .sas-staff-details {
  background: #284840;
  padding: 50px;
  grid-area: modals;
}
#main-mega-menu .sas-office-details h2, #main-mega-menu .sas-staff-details h2 {
  color: #fff;
  font-weight: 900;
  text-transform: none;
}
#main-mega-menu .sas-staff-details {
  position: relative;
  top: -30px;
}
#main-mega-menu .sas-staff-details .staff-image-column {
  padding-right: 30px;
}
#main-mega-menu .sas-staff-details .title-pronouns {
  font-weight: 300;
}
#main-mega-menu .sas-staff-details h2 {
  margin-bottom: 20px;
}
#main-mega-menu .sas-staff-details .mm-staff-about {
  margin-top: 20px;
}
#main-mega-menu .mega-menu-staff-info h3, #main-mega-menu #sas-selected-staff h3 {
  color: #fff;
}
#main-mega-menu .mega-menu-staff-info ul:not(.contextual-links), #main-mega-menu #sas-selected-staff ul:not(.contextual-links) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
#main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li {
  min-width: 25%;
  max-width: 25%;
  color: #fff;
  min-height: 230px;
}
@media screen and (max-width: 960px) {
  #main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li {
    min-width: 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 760px) {
  #main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li {
    min-width: 50%;
    max-width: 50%;
  }
}
#main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li:hover .mm-staff-image, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li:hover .mm-staff-image {
  transition-duration: 0.5s;
  filter: grayscale(0);
}
#main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li a, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li a {
  text-decoration: underline;
}
#main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li .mm-staff-name, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li .mm-staff-name {
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5rem;
}
#main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li .mm-staff-info-box, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li .mm-staff-info-box {
  text-align: left;
  width: 80%;
  line-height: 1.3rem;
  font-size: 0.9rem;
  margin-top: 10px;
}
#main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li .mm-staff-image, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li .mm-staff-image {
  transition-duration: 0.5s;
  filter: grayscale(1);
}
#main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li .mm-staff-image:hover, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li .mm-staff-image:hover {
  transition-duration: 0.5s;
  filter: grayscale(0);
}
#main-mega-menu .mega-menu-staff-info ul:not(.contextual-links) li .mm-staff-image img, #main-mega-menu #sas-selected-staff ul:not(.contextual-links) li .mm-staff-image img {
  max-width: 175px;
}
#main-mega-menu .mm-link-container {
  margin-top: 40px;
  grid-area: resources;
}
#main-mega-menu .mm-link-container h3 {
  color: #fff;
}
#main-mega-menu .mm-link-container .mm-link-list ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
#main-mega-menu .mm-link-container .mm-link-list ul li {
  width: 33%;
  padding: 10px;
}
#main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(1), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(2), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(4), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(5) {
  border-right: 1px solid #c3cada;
  border-color: #18443a;
  border-radius: 0.125rem;
}
#main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(1), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(2), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(3) {
  border-bottom: 1px solid #c3cada;
  border-color: #18443a;
  border-radius: 0.125rem;
}
#main-mega-menu .mm-link-container .mm-link-list ul li a {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (max-width: 960px) {
  #main-mega-menu .mm-link-container .mm-link-list ul li {
    width: 50%;
  }
  #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(2), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(4) {
    border-right: none;
  }
  #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(3) {
    border-right: 1px solid #c3cada;
    border-color: #18443a;
    border-radius: 0.125rem;
  }
  #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(4) {
    border-bottom: 1px solid #c3cada;
    border-color: #18443a;
    border-radius: 0.125rem;
  }
}
@media screen and (max-width: 760px) {
  #main-mega-menu .mm-link-container .mm-link-list ul li {
    width: 100%;
    border-bottom: 1px solid #c3cada;
    border-color: #18443a;
    border-radius: 0.125rem;
  }
  #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(1), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(2), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(4), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(5), #main-mega-menu .mm-link-container .mm-link-list ul li:nth-child(3) {
    border-right: none;
  }
}

.mega-menu-profile:hover {
  --box-shadow-color: black;
  transform: scale(1.02);
  transition-duration: 0.25s;
  z-index: 40;
}

.mm-link-list {
  margin-left: -8px;
}

.office-list {
  max-width: 950px;
}

.mm-button-row {
  text-align: center;
  margin: 2rem auto;
}

.mm-button {
  font-size: 1.15rem;
  font-weight: 600;
}

.mm-staff-title {
  margin-bottom: -1rem;
}
.mm-staff-title h2 {
  display: inline-block;
}
.mm-staff-title span {
  display: inline-block;
}

.category-item-list > ul {
  margin-left: 0px;
}

.mega-menu-main-attachment > ul {
  margin-left: 0px;
}

.mega-menu-main-attachment > ul > li > a > h3 {
  margin-left: 0px;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.mega-menu-attachment > ul {
  margin-left: 0px;
  font-weight: 300;
}
.mega-menu-attachment > ul li > a > h3 {
  color: #FFFFFF;
  text-transform: capitalize;
  font-weight: normal;
}

#explore-block {
  width: 80%;
  margin: auto;
}
#explore-block h3 {
  text-align: center;
  margin: 4rem 2rem 2rem 2rem;
}
#explore-block .cell {
  padding: 1rem;
}
#explore-block .explore-option {
  color: #000;
  font-size: 0.85rem;
  font-weight: 500;
}
#explore-block .explore-section {
  cursor: pointer;
  transition: 0.3s;
}
#explore-block .explore-section svg {
  float: right;
  color: rgba(24, 69, 59, 0.8);
}
#explore-block .explore-section:hover {
  background-color: #adcb80;
}
#explore-block .explore-active {
  background-color: #adcb80;
}
#explore-block .mid-page-links {
  margin: 6rem;
}

.explore-grid div:nth-child(-n+3) {
  border-bottom: 1px solid lightgrey;
}
.explore-grid div:nth-child(2) {
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}
.explore-grid div:nth-child(5) {
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}

.reveal-overlay {
  background: rgba(24, 69, 59, 0.7);
}

.sas-staff-close {
  text-align: right;
}
.sas-staff-close button {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #18453b;
  text-transform: uppercase;
  cursor: pointer;
}

.staff-grid .staff-cell:hover {
  transform: scale(1.02);
  transition-duration: 0.25s;
  z-index: 40;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #f9fbfb;
}
.staff-grid .staff-cell:hover .views-field-field-staff-image {
  filter: grayscale(0);
  transition-duration: 0.5s;
}

.staff-cell {
  border: none;
  cursor: pointer;
}
.staff-cell .views-field-field-staff-image {
  filter: grayscale(1);
}
.staff-cell h3 {
  text-decoration: none;
  color: #18453b;
  text-transform: none;
  font-size: 1rem;
  font-weight: 800;
}

.sas-hidden-data {
  display: none;
}

#sas-staff-profile {
  border-radius: 0.25rem;
}
#sas-staff-profile.reveal {
  max-width: 48rem;
  padding: 30px;
}
#sas-staff-profile h3 {
  text-transform: none;
}
#sas-staff-profile h4, #sas-staff-profile .sas-bold {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
#sas-staff-profile .views-field-title {
  display: flex;
}
#sas-staff-profile .views-field-title span {
  padding-left: 0.5rem;
}
#sas-staff-profile .profile-rule {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: block;
  background: #00b33e;
  height: 0.25rem;
  width: 2rem;
}
#sas-staff-profile .views-field-field-staff-position {
  color: #18453b;
  text-transform: none;
  margin-bottom: 1rem;
}
#sas-staff-profile .views-field-nothing-1, #sas-staff-profile .sas-related-offices {
  margin-bottom: 1rem;
}

.sas-contact-data {
  margin-top: 2rem;
}

.sfc-menu {
  background-image: linear-gradient(#18453B, #0B9A6D);
  margin-top: -1rem;
  margin-bottom: 0px;
  padding: 1rem;
}
.sfc-menu ul {
  list-style-type: none;
  font-size: 0.9rem;
  padding: 0.5rem;
  font-weight: 300;
  color: white;
  margin-left: 0px;
}
.sfc-menu ul a {
  color: white;
  text-decoration: none !important;
}

.home-page-banner-image {
  border: solid 1px;
}

.hamburger {
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
}

.hamburger {
  display: block;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.off-canvas-burger {
  position: absolute;
  right: 1rem;
}

.off-canvas {
  background-color: #333;
  color: #FFFFFF;
}
.off-canvas ul {
  margin-top: 2rem;
}

#offCanvas > ul li > a {
  color: #FFFFFF;
  text-decoration: none;
}

#offCanvas > ul {
  list-style: none;
}

.sfc-content {
  padding: 1rem;
}

#sfc-home-link {
  text-decoration: none !important;
  color: #FFFFFF;
}
#sfc-home-link span {
  margin-left: 5px;
}

@keyframes officebkgdefault {
  from {
    filter: sepia(0) hue-rotate(0deg) brightness(1) saturate(1);
  }
  to {
    filter: sepia(0.62) hue-rotate(61deg) brightness(0.75) saturate(0.6);
  }
}
@keyframes officebkg {
  from {
    filter: sepia(0.62) hue-rotate(61deg) brightness(0.75) saturate(0.6);
  }
  to {
    filter: sepia(0) hue-rotate(0deg) brightness(1) saturate(1);
  }
}
@keyframes staffbkgdefault {
  from {
    filter: grayscale(0);
  }
  to {
    filter: grayscale(1);
  }
}
html {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  margin: 0 auto;
  font-family: "Montserrat", "Gotham", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: #18453b url(../images/tower-footer.jpg) no-repeat center bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Gotham", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

a:focus, a:hover {
  color: #0d6567;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a {
  color: #000;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.2rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
}

a {
  color: #0d6567;
  outline-color: #09b5dc;
}
a:hover {
  color: #0d6567;
}

img.align-left {
  margin-right: 15px;
}
img.align-right {
  margin-left: 15px;
}

ul ul {
  list-style-type: circle;
}

cite, blockquote p {
  color: #000;
}

#block-msustudentaffairs-page-title {
  background: #18453b;
  display: flex;
  height: 72px;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
#block-msustudentaffairs-page-title h1 {
  display: flex;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  text-transform: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: #036668;
  height: 100%;
  margin: 0;
  align-items: center;
}
#block-msustudentaffairs-page-title .sas-title-deco {
  width: 4rem;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #036668;
  height: 100%;
}

#block-msustudentaffairs-content header h2 {
  text-transform: none;
  font-weight: 800;
  color: #18453b;
}

#page-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 20px;
}
#page-content a {
  text-decoration: underline;
}
#page-content a:hover {
  text-decoration: none;
}
#page-content .page-full-width {
  margin: 20px 0px;
}

#page-header {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

#page-highlights {
  clear: both;
}

div.page-content .main-content {
  margin: 0 1rem;
  padding: 1rem 0;
  background: #fff;
}

.button-bar ul {
  margin-left: 0;
  border-bottom: 1px solid #666666;
}
.button-bar ul .button {
  background: #18453b;
}
.button-bar ul .button a {
  color: #fff;
}

div[role=contentinfo][aria-label="Status message"] {
  background: #ebeda7;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 400px) {
  #MSUmasthead {
    width: 90%;
  }

  svg#msu-footer-svg {
    width: 90%;
  }
}
article h2 a {
  color: #000;
}
article h2 a:hover {
  color: #18453b;
  text-decoration: underline;
}
article h2 a:focus {
  color: #18453b;
  text-decoration: underline;
}
article.contextual-region div .links.inline {
  text-align: right;
  padding-right: 20px;
  font-style: italic;
  list-style-position: inside;
}

.views-row a img {
  float: left;
  margin-right: 10px;
}

.links.inline {
  list-style: none;
}

footer article[typeof="schema:Person"] + div {
  color: #666;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-style: italic;
}

#block-msustudentaffairs-branding .site-features {
  align-items: center;
}
#block-msustudentaffairs-branding .site-title a > h1 {
  font-size: 1.875rem;
  color: #18453b;
  text-transform: capitalize;
  font-weight: normal;
}

#msu-branding-footer-region {
  margin: 0 10px;
}

.row {
  max-width: none;
}

.button {
  background: #18453b;
  color: #fff;
}
.button:hover {
  background: #18453b;
  outline-color: #09b5dc;
}
.button:focus {
  background: #18453b;
  outline-color: #09b5dc;
}

.label {
  background-color: #18453b;
}

/*off canvas Main Navigation styles*/
#content-wrapper {
  margin: 0 auto;
}

#site-wrapper {
  position: relative;
}

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  overflow: hidden;
}

/* site mega menu */
#site-menu {
  width: 100%;
  background: rgba(24, 69, 59, 0.7);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#site-menu a {
  color: inherit;
}
#site-menu a:hover {
  text-decoration: none;
}
#site-menu select.category-dropdown {
  display: none;
}
@media screen and (max-width: 760px) {
  #site-menu select.category-dropdown {
    display: block;
  }
}

#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

nav#block-rhsbase-main-menu {
  clear: both;
}

.skip-nav.visually-hidden.focusable:focus {
  position: absolute !important;
  color: #000;
  background: #fff;
  padding: 5px 3px;
  z-index: 100;
}

#off-canvas-menu-button {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2rem;
  position: relative;
  bottom: 60px;
}
#off-canvas-menu-button a {
  color: inherit;
}
#off-canvas-menu-button a:hover {
  text-decoration: none;
}
#off-canvas-menu-button i.fi-list {
  font-size: 1.5rem;
}
#off-canvas-menu-button .menu-text {
  padding: 0 0.5rem;
}

.node-preview-container {
  position: relative;
  z-index: 499;
  max-width: 1300px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
}

/*pagination menu*/
nav[aria-labelledby=pagination-heading] ul {
  display: table;
  width: 100%;
}
nav[aria-labelledby=pagination-heading] ul li {
  width: 33%;
  display: table-cell;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
}

/* upper content background */
.light-wrap {
  background: #f9fbfb;
}

.footer-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

.dark-wrap {
  background: rgba(24, 69, 59, 0.9);
}

/* menu button */
.menu-button {
  display: flex;
  justify-content: flex-end;
}

.main-menu-button {
  background: #18453b;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  border-radius: 0.125rem;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .main-menu-button {
    font-size: 0;
    padding: 0.75rem;
    text-align: center;
  }
}
.main-menu-button svg {
  position: relative;
  left: 5px;
}
@media screen and (max-width: 500px) {
  .main-menu-button svg {
    left: auto;
  }
}

/* front alert message */
.alert-box {
  display: none;
  opacity: 0;
}

.front-alert {
  color: #000;
  font-weight: 700;
  padding-right: 1rem;
}
.front-alert .fa-exclamation-circle {
  font-size: 1.25rem;
  color: #BB5225;
}

.views-field-field-alert-message-for-front-pa {
  margin-top: 10px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #7c552d;
}

.alert-box {
  margin-top: 10px;
  background-color: #f7f5f3;
  padding: 20px;
  position: relative;
}
.alert-box a {
  text-decoration: underline;
}

.close-alert {
  position: absolute;
  height: 48px;
  width: 124px;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 0.85rem;
  background-color: #BB5225;
  text-transform: uppercase;
}
.close-alert:hover {
  background-color: #BB5225;
}
.close-alert:focus {
  background-color: #e2292a;
}

.header-alert-message {
  text-align: right;
}
.header-alert-message .front-alert {
  cursor: pointer;
}

/* footer mega menu */
h2.footer-menu-title {
  font-weight: 900;
  color: #41a1a4;
  font-size: 1.25rem;
}

.footer-mega-menu {
  padding-top: 30px;
}
.footer-mega-menu ul {
  list-style: none;
  margin: 0;
}
.footer-mega-menu > ul {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .footer-mega-menu > ul {
    flex-wrap: wrap;
  }
}
.footer-mega-menu > ul li.footer-menu-header {
  max-width: 17%;
  width: 17%;
}
@media screen and (max-width: 960px) {
  .footer-mega-menu > ul li.footer-menu-header {
    max-width: 33%;
    width: 33%;
  }
}
@media screen and (max-width: 760px) {
  .footer-mega-menu > ul li.footer-menu-header {
    max-width: 100%;
    width: 100%;
  }
}
.footer-mega-menu > ul li.footer-menu-header p {
  min-height: 2.25rem;
  line-height: 1.2rem;
}
.footer-mega-menu li.footer-menu-header {
  padding: 0 10px 0 0;
}
.footer-mega-menu li.footer-menu-header span {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-mega-menu ul.footer-mega-menu-links {
  padding-top: 20px;
  color: #fff;
  font-size: 0.9rem;
  margin-left: 0;
}
@media screen and (max-width: 760px) {
  .footer-mega-menu ul.footer-mega-menu-links {
    margin-bottom: 20px;
  }
}
.footer-mega-menu ul.footer-mega-menu-links a {
  color: #cad3d1;
}

.footer-links-list {
  padding-top: 30px;
}

.footer-site-links {
  list-style-type: none;
  margin-left: 0px;
}

.footer-site-links > li > a {
  color: #FFFFFF;
}

/* footer social media */
.social-media-link-container {
  padding: 40px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .social-media-link-container {
    flex-direction: column;
  }
}
.social-media-link-container .social-media-title {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 30px;
}
@media screen and (max-width: 540px) {
  .social-media-link-container .social-media-title {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.social-media-link-container .social-media-links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .social-media-link-container .social-media-links {
    flex-direction: column;
  }
}
.social-media-link-container .social-media-links div {
  margin-right: 30px;
}
@media screen and (max-width: 540px) {
  .social-media-link-container .social-media-links div {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.social-media-link-container .social-media-links div a {
  color: #cad3d1;
  font-size: 0.8rem;
}
.social-media-link-container .social-media-links div a .fa-instagram, .social-media-link-container .social-media-links div a .fa-youtube, .social-media-link-container .social-media-links div a .fa-twitter, .social-media-link-container .social-media-links div a .fa-facebook-f, .social-media-link-container .social-media-links div a .fa-linkedin {
  font-size: 1.5rem;
  color: #43a4a8;
  margin-right: 7px;
}
.social-media-link-container .social-media-links div a:hover {
  color: #fff;
}
.social-media-link-container .social-media-links div a:hover .fa-instagram, .social-media-link-container .social-media-links div a:hover .fa-youtube, .social-media-link-container .social-media-links div a:hover .fa-twitter, .social-media-link-container .social-media-links div a:hover .fa-facebook-f, .social-media-link-container .social-media-links div a:hover .fa-linkedin {
  color: #fff;
}
.social-media-link-container .social-media-links div span {
  position: relative;
  bottom: 3px;
}

/* mid page social media links */
.mid-page-links {
  text-align: center;
  margin-top: 40px;
}

.upper-social-label {
  color: #18453b;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.upper-social-label .spartan-helmet {
  margin-bottom: 1rem;
}
.upper-social-label .spartan-helmet img {
  height: 64px;
  width: auto;
}

.upper-social-media-link-container {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  .upper-social-media-link-container {
    flex-direction: column;
  }
}
.upper-social-media-link-container .social-media-title {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 30px;
}
.upper-social-media-link-container .social-media-links {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
@media screen and (max-width: 540px) {
  .upper-social-media-link-container .social-media-links {
    margin-bottom: 20px;
  }
}
.upper-social-media-link-container .social-media-links div {
  margin-right: 30px;
}
.upper-social-media-link-container .social-media-links div a {
  color: #18453b;
  font-size: 0.8rem;
}
.upper-social-media-link-container .social-media-links div a .fa-instagram, .upper-social-media-link-container .social-media-links div a .fa-youtube, .upper-social-media-link-container .social-media-links div a .fa-twitter, .upper-social-media-link-container .social-media-links div a .fa-facebook-f, .upper-social-media-link-container .social-media-links div a .fa-linkedin {
  font-size: 1.5rem;
  color: #18453b;
  margin-right: 7px;
}
.upper-social-media-link-container .social-media-links div a:hover {
  color: #00b33e;
}
.upper-social-media-link-container .social-media-links div a:hover .fa-instagram, .upper-social-media-link-container .social-media-links div a:hover .fa-youtube, .upper-social-media-link-container .social-media-links div a:hover .fa-twitter, .upper-social-media-link-container .social-media-links div a:hover .fa-facebook-f, .upper-social-media-link-container .social-media-links div a:hover .fa-linkedin {
  color: #43A4A8;
}
.upper-social-media-link-container .social-media-links div:last-child {
  margin-right: 0;
}
.upper-social-media-link-container .social-media-links div span {
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 540px) {
  .upper-social-media-link-container .other-links {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.upper-social-media-link-container .other-links a {
  font-weight: 700;
  color: #18453b;
  text-decoration: none !important;
}
.upper-social-media-link-container .other-links a .fa-arrow-right {
  color: #00b33e;
  transition: 0.25s ease;
}
.upper-social-media-link-container .other-links a:hover {
  color: #00b33e;
}
.upper-social-media-link-container .other-links a:hover .fa-arrow-right {
  transform: translateX(40%);
}

/* news carousel */
#news-section, #events-section {
  background: #f9fbfb;
  padding: 10px;
}

#block-views-block-events-front-page-event-block .carousel-cell {
  max-width: 330px;
}
@media screen and (max-width: 700px) {
  #block-views-block-events-front-page-event-block .carousel-cell {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #block-views-block-events-front-page-event-block .carousel-cell {
    max-width: 100%;
    width: 100%;
  }
}

.multi-month {
  box-sizing: content-box;
}

.address {
  width: 100%;
}

.summary-time > svg {
  color: #18453b;
}

.summary .address {
  text-align: left;
}

.summary-link {
  text-align: left;
}

.summary-location-icon {
  float: left;
  margin-right: 3px;
  color: #18453b;
}

.events-carousel {
  position: relative;
  top: -2.25rem;
  padding: 0px 15px 30px 15px;
}

.events-carousel .carousel-cell {
  width: 25%;
  padding: 0 5px;
  font-size: 0.875rem;
}

.event-wrapper {
  background: #f9fbfb;
  padding: 10px;
}

.event-info-wrapper {
  display: flex;
  margin-bottom: 10px;
}

.event-date-wrapper {
  min-width: 30%;
}

.event-date-box, .event-date-box-large {
  display: flex;
  flex-flow: column;
  min-width: 60%;
  border: 2px solid #18453b;
  padding: 10px 5px 10px 5px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #18453b;
  font-size: 0.875rem;
  height: fit-content;
  box-sizing: content-box;
}
.event-date-box span, .event-date-box-large span {
  font-size: 1rem;
}

.event-block-year {
  border: 1px solid #18453b;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
  background-color: #547b1e;
}

.events-dates {
  display: flex;
  text-align: center;
}

.month {
  display: block;
}

.days {
  display: block;
}

.events-page-date-box {
  border: 2px solid #18453b;
  padding: 15px;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  min-width: 130px;
  max-width: 130px;
  height: fit-content;
}

.event-location-etc {
  font-size: 0.875rem;
  color: #18453b;
  padding: 5px;
  margin-left: 10px;
  width: 75%;
}

.views-more-link {
  color: #800060;
  font-size: 0.8rem;
  font-weight: 400;
}
.views-more-link .fa-arrow-right {
  transition: 0.5s ease;
}
.views-more-link:hover {
  color: #800060;
}
.views-more-link:hover .fa-arrow-right {
  transform: translateX(40%);
}

.events-section-title {
  text-align: center;
  background: #547b1e;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  font-size: 1.1rem;
}

#block-views-block-news-news-carousel-block,
#related-news-block {
  margin: 0 auto;
}
#block-views-block-news-news-carousel-block h2,
#related-news-block h2 {
  color: #547b1e;
  font-size: 1rem;
  font-weight: bold;
}
#block-views-block-news-news-carousel-block .news-carousel,
#related-news-block .news-carousel {
  position: relative;
  top: -2.25rem;
  padding: 0px 15px 30px 15px;
}
#block-views-block-news-news-carousel-block .carousel-cell,
#related-news-block .carousel-cell {
  max-width: 330px;
  width: 25%;
  padding: 0 5px;
}
@media screen and (max-width: 700px) {
  #block-views-block-news-news-carousel-block .carousel-cell,
#related-news-block .carousel-cell {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #block-views-block-news-news-carousel-block .carousel-cell,
#related-news-block .carousel-cell {
    max-width: 100%;
    width: 100%;
  }
}
#block-views-block-news-news-carousel-block .carousel-cell .news-date,
#related-news-block .carousel-cell .news-date {
  font-size: 0.875rem;
  color: #4a6d65;
  padding: 20px 0 15px 0;
}
#block-views-block-news-news-carousel-block .carousel-cell .views-field-body,
#related-news-block .carousel-cell .views-field-body {
  font-size: 0.875rem;
}
#block-views-block-news-news-carousel-block .carousel-cell span.news-block-rule,
#related-news-block .carousel-cell span.news-block-rule {
  margin-top: 0.75rem;
  display: block;
  background: #00b33e;
  height: 0.25rem;
  width: 2rem;
}
#block-views-block-news-news-carousel-block .carousel-cell h3,
#related-news-block .carousel-cell h3 {
  text-transform: none;
  color: #18453b;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#block-views-block-news-news-carousel-block .carousel-cell .views-more-link,
#related-news-block .carousel-cell .views-more-link {
  color: #800060;
  font-size: 0.8rem;
  font-weight: 400;
}
#block-views-block-news-news-carousel-block .news-image-clip,
#related-news-block .news-image-clip {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

#related-news-block {
  max-width: 1300px;
  padding: 5rem 0;
}
#related-news-block h2 {
  color: #547b1e;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 20%;
  margin-bottom: -3rem;
}
#related-news-block .news-carousel {
  position: relative;
  top: 5rem;
}
#related-news-block .button-row a {
  text-decoration: none;
}
#related-news-block .views-field-field-body > .field-content h2 {
  margin-left: 0px;
  margin-bottom: inherit;
}

.news-section-title {
  text-align: center;
  background: #18453b;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  font-size: 1.1rem;
}

.button-row {
  max-width: 1300px;
  text-align: center;
  margin: 0 auto;
}
.button-row a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.events-button {
  background: #547b1e;
}

.office-button {
  font-weight: 700;
}

/* home page content boxes */
.upper-front-content-row {
  margin-bottom: 10px;
}
.upper-front-content-row .upper-left-content {
  border-right: 5px solid #f9fbfb;
}
@media screen and (max-width: 1023px) {
  .upper-front-content-row .upper-left-content {
    border-right: none;
    margin-bottom: 10px;
  }
}
.upper-front-content-row .upper-left-content img {
  height: 100%;
  object-fit: cover;
}
.upper-front-content-row .upper-right-content {
  text-align: center;
  background: #173c34;
  border-left: 5px solid #f9fbfb;
}
@media screen and (max-width: 1023px) {
  .upper-front-content-row .upper-right-content {
    border-left: none;
  }
}
.upper-front-content-row .upper-right-content h2 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 30px 30px 10px 30px;
  margin-bottom: 0;
  background: #17322c;
}
.upper-front-content-row .upper-right-content .upper-right-image {
  padding: 0 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
  background: #17322c;
}
.upper-front-content-row .upper-right-content .button {
  background: #036668;
}
.upper-front-content-row .upper-right-content .button a {
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
}

.lower-front-content-row {
  display: flex;
  font-size: 0.875rem;
}
@media screen and (max-width: 800px) {
  .lower-front-content-row {
    flex-direction: column;
  }
}
.lower-front-content-row h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #18453b;
}
.lower-front-content-row .front-page-right-lower-content-box, .lower-front-content-row .front-page-left-lower-content-box {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .lower-front-content-row .front-page-right-lower-content-box, .lower-front-content-row .front-page-left-lower-content-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.lower-front-content-row .box-text {
  padding: 30px 10px 0px 30px;
  width: 60%;
}
@media screen and (max-width: 1025px) {
  .lower-front-content-row .box-text {
    padding: 10px 10px 0px 10px;
  }
}
.lower-front-content-row .front-page-left-lower-content-box {
  background: #c4e2e3;
  border-right: 5px solid #f9fbfb;
  color: #036668;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .lower-front-content-row .front-page-left-lower-content-box {
    border-right: none;
  }
}
.lower-front-content-row .front-page-left-lower-content-box .button {
  background: #036668;
  color: #fff;
  font-weight: 700;
}
.lower-front-content-row .front-page-left-lower-content-box .button a {
  color: inherit;
  text-decoration: none !important;
}
.lower-front-content-row .front-page-left-lower-content-box .box-image {
  clip-path: polygon(2% 0, 100% 0, 100% 100%, 26% 100%);
  position: relative;
  width: 40%;
  display: flex;
  align-items: stretch;
}
.lower-front-content-row .front-page-left-lower-content-box .box-image div {
  display: flex;
  align-items: stretch;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.lower-front-content-row .front-page-left-lower-content-box .box-image div img {
  position: relative;
  right: -4px;
  object-fit: cover;
}
.lower-front-content-row .front-page-right-lower-content-box {
  background: #dbe5cc;
  border-left: 5px solid #f9fbfb;
  color: #036668;
  display: flex;
}
@media screen and (max-width: 800px) {
  .lower-front-content-row .front-page-right-lower-content-box {
    border-left: none;
  }
}
.lower-front-content-row .front-page-right-lower-content-box .button {
  background: #547b1e;
  color: #fff;
  font-weight: 700;
}
.lower-front-content-row .front-page-right-lower-content-box .button a {
  color: inherit;
  text-decoration: none !important;
}
.lower-front-content-row .front-page-right-lower-content-box .box-image {
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  position: relative;
  width: 40%;
  display: flex;
  align-items: stretch;
}
.lower-front-content-row .front-page-right-lower-content-box .box-image div {
  display: flex;
  align-items: stretch;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.lower-front-content-row .front-page-right-lower-content-box .box-image div img {
  position: relative;
  right: -4px;
  object-fit: cover;
}

/* footer bottom boxes */
.views-field-field-bottom-of-page-link-boxes ul {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .views-field-field-bottom-of-page-link-boxes ul {
    flex-wrap: wrap;
  }
}
.views-field-field-bottom-of-page-link-boxes ul li {
  width: 25%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 30px;
  background: #13332c;
}
.views-field-field-bottom-of-page-link-boxes ul li:hover {
  transform: scale(1.02);
  transition-duration: 0.25s;
  z-index: 40;
  box-shadow: 0 4px 6px -1px, 0 2px 4px -1px;
  background-color: #13332c;
}
@media screen and (max-width: 960px) {
  .views-field-field-bottom-of-page-link-boxes ul li {
    width: 45%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .views-field-field-bottom-of-page-link-boxes ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.views-field-field-bottom-of-page-link-boxes ul li .footer-box-title {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.views-field-field-bottom-of-page-link-boxes ul li .footer-box-link {
  margin-top: 30px;
  color: #41a1a4;
  font-size: 0.875rem;
  font-weight: 700;
}
.views-field-field-bottom-of-page-link-boxes ul li .footer-box-link a {
  color: #43a4a8;
}

.views-list-cell {
  border: 1px solid rgba(226, 232, 231, 0.8);
  padding: 1.5rem;
}

.events-cell {
  padding-right: 4rem;
}

.view-green-span {
  width: 2rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 0.25rem;
  background-color: #00b33e;
  display: block;
}
@media screen and (max-width: 500px) {
  .view-green-span {
    margin-top: 1.75rem;
  }
}

.remove-right-border {
  border-right: none;
}

.remove-left-border {
  border-left: none;
}

.bold-text {
  font-weight: bold;
  color: #18453b;
}

.views-body-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.view-option {
  color: #036668;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.views-filters-title {
  color: #18443a;
  font-weight: 900;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.views-filter-container {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  line-height: 2;
}

.js-form-item-field-category-target-id,
#edit-submit-news,
#edit-submit-events,
#edit-submit-staff {
  display: none;
}

.filter-active {
  background-color: #e7f3f3;
  border-radius: 999px;
  padding: 0.5rem;
}

.summary-time {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-align: left;
}

.highlighted-text {
  color: #008285;
  font-weight: 900;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.small-highlight {
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 1rem;
  background-color: #e7f3f3;
  padding: 0.5rem 1.5rem;
  border-radius: 900px;
}

.small-highlight:hover {
  color: #07484b;
  background-color: #c4e2e3;
}

.light-green-text {
  color: #547b1e;
  font-size: 0.875rem;
  font-weight: bold;
}

.full-width {
  width: 100%;
  text-align: center;
}

.text-green {
  color: #18453b;
}

.msu-helmet {
  margin-top: 5rem;
  width: 3rem;
}

#news-footer .small-highlight > a,
#staff-page .small-highlight > a {
  text-decoration: none;
}

.events-link > a {
  color: #800060;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none !important;
}

.youtube-embed-wrapper {
  margin: 3rem 0;
}

#staff-page a {
  text-decoration: none;
}

.staff-position {
  color: #18453b;
  text-transform: none;
  margin-bottom: 2rem;
}

.staff-grid .views-field-rendered-entity {
  display: none;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-top-1 {
  margin-top: 1rem;
}

@media screen and (max-width: 761px) {
  #staff-cell .views-field-field-staff-image {
    filter: none;
  }
}
#news-title-back {
  margin: 1rem 3rem 1rem -2rem;
  border: 1px solid white;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
#news-title-back a {
  color: white;
  text-decoration: none;
}
#news-title-back a svg {
  margin-right: 0.5rem;
}
@media screen and (max-width: 500px) {
  #news-title-back {
    line-height: 1rem;
    font-size: 0.75rem;
    width: 120px;
  }
}

.node-title {
  font-size: 3rem;
  line-height: 1;
  color: #18443a;
}
@media screen and (max-width: 500px) {
  .node-title {
    font-size: 2rem;
  }
}

.news-page-view {
  margin-bottom: 2rem;
}

.topic-dropdown-filter {
  display: none;
}
@media screen and (max-width: 540px) {
  .topic-dropdown-filter {
    display: none;
  }
}

.persistant-bar {
  bottom: 0.6rem;
  position: fixed;
  right: 20px;
  z-index: 30;
  background-color: #547b1e;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
.persistant-bar svg {
  margin-right: 0.25rem;
}
.persistant-bar a {
  color: #FFFFFF;
}

.menu-callout {
  color: #43A4A8;
  display: none;
}

.fa-external-link-alt {
  font-size: 0.8rem;
  opacity: 0.9;
}

/*# sourceMappingURL=styles.css.map */
