/*-- Imports --*/
@import url("https://fonts.googleapis.com/css?family=Oswald:200,400");
@import url("https://use.fontawesome.com/releases/v5.0.13/css/all.css");
/* 
@import "node_modules/bootstrap/scss/bootstrap";
@import "top-nav";
*/
body {
  background: white;
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }

img.img-fluid {
  width: 100%; }

/* Breakpoints Section */
/* END Breakpoints Section */
#searchbox {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #searchbox input {
    height: 3rem; }
  #searchbox input[type='search'] {
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    width: 50%;
    border: 0;
    outline: none; }
  #searchbox button[type='reset'] {
    display: none;
    border: 0;
    font-size: 2rem;
    border-left: 0;
    background-color: white;
    color: #dee2e6;
    padding: 0 2rem; }
  #searchbox button[type='submit'] {
    border-radius: 0 1.5rem 1.5rem 0;
    border: 1px solid black;
    border-left: 0;
    background-color: #206A3A;
    color: white;
    padding: 0 2rem; }

@media (min-width: 992px) {
  #searchbox input[type='search'] {
    font-size: 4rem;
    height: 5rem; }
  #searchbox button[type='reset'] {
    font-size: 4rem; } }

.standard-navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .standard-navlist > a,
  .standard-navlist .dropdown-title-text,
  .standard-navlist .dropdown-content > a {
    color: #495057;
    padding: 1rem 0 1rem 1rem;
    border-bottom: 1px solid black;
    font-size: 1.5rem; }
    .standard-navlist > a:hover,
    .standard-navlist .dropdown-title-text:hover,
    .standard-navlist .dropdown-content > a:hover {
      background-color: #dee2e6;
      text-decoration: none; }
  .standard-navlist .dropdown-content > a {
    font-size: 1rem;
    padding-left: 2rem; }

.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.dropdown-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.dropdown-title-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #495057; }

.dropdown-button {
  padding: 0 1rem;
  border-bottom: 1px solid black; }
  .dropdown-button i {
    padding: 1rem;
    color: #495057; }
  .dropdown-button:hover {
    background-color: #495057; }
    .dropdown-button:hover i {
      color: #F4CD4D; }

.dropdown-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .dropdown-content > a {
    padding-left: 1rem; }
  .dropdown-content h1 {
    display: none; }

.expanded > .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-circular {
  margin-top: 2rem; }
  .nav-circular a {
    border: 2px solid black;
    border-radius: 2rem;
    text-align: center;
    padding: .5rem;
    margin: 0 auto 1rem auto;
    min-width: 20rem;
    background-color: #F4CD4D; }

@media (min-width: 992px) {
  .nav-circular {
    margin-top: inherit; }
    .nav-circular a {
      border: 0;
      border-radius: inherit;
      text-align: inherit;
      padding: inherit;
      margin: inherit;
      min-width: inherit;
      background-color: inherit; }
  .standard-navlist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .standard-navlist > a,
    .standard-navlist .dropdown-title-text {
      padding: 0 .5rem;
      border-bottom: 0;
      font-size: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      .standard-navlist > a:hover,
      .standard-navlist .dropdown-title-text:hover {
        background-color: #dee2e6; }
  .standard-navlist.white .dropdown-title-text {
    color: white; }
    .standard-navlist.white .dropdown-title-text:hover {
      background-color: inherit;
      color: #F4CD4D; }
  .dropdown {
    position: relative; }
    .dropdown:hover .dropdown-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .dropdown-title {
    height: 100%; }
  .dropdown-title-text {
    line-height: 2rem; }
  .dropdown-title a + .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .dropdown-button {
    display: none; }
  .expanded > .dropdown-content {
    display: none; }
  .dropdown-content {
    min-width: 20rem;
    position: absolute;
    top: 2rem;
    background-color: transparent; }
    .dropdown-content > a {
      background-color: white; }
    .dropdown-content h1 {
      display: inherit; } }

header img {
  padding: 0; }

#mobile-header {
  text-align: center;
  height: 5rem;
  background-color: #206A3A; }

#lantern {
  display: none; }

#wordmark-header {
  display: none; }

#nav-toggle {
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  cursor: pointer;
  color: white; }
  #nav-toggle:hover {
    text-decoration: none; }

#navbox {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f8f9fa;
  width: 100%;
  position: absolute;
  left: -100%;
  -webkit-transition: left .3s;
  transition: left .3s;
  border-bottom: 1px solid black;
  -webkit-box-shadow: 1 1 black;
  box-shadow: 1 1 black; }

#navbox.open {
  left: 0%; }

.nav-audience {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.nav-common {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.nav-sales {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

@media (min-width: 992px) {
  header {
    height: 6.5rem;
    background-color: #206A3A; }
  #lantern {
    z-index: 20;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px; }
  #wordmark-header {
    display: block;
    position: absolute;
    top: 2.7rem;
    left: 3rem; }
  #navbox {
    height: 2.5rem;
    background-color: white;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    -webkit-transition: left 0s;
    transition: left 0s; }
  #mobile-header {
    display: none; }
  .nav-audience {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .nav-sales {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 4.5rem; } }

/* Footer css */
#del {
  display: none; }

#newdel {
  cursor: pointer; }

footer {
  margin-top: 4rem;
  padding: 1rem;
  background: #206A3A; }
  footer a {
    color: white; }
    footer a:hover {
      color: #F4CD4D;
      text-decoration: none; }

.footer-logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 1rem; }

#footer-common-and-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer-common-links,
.footer-cta {
  vertical-align: top;
  padding: 0 1rem; }
  .footer-common-links a,
  .footer-cta a {
    display: block; }

.footer-common-links {
  text-align: right; }

.footer-contact-links {
  border-top: 1px solid white;
  padding-top: 2rem;
  text-align: center;
  margin: 1rem 0; }
  .footer-contact-links a {
    margin: 0 1rem; }

.footer-social {
  text-align: center;
  margin-bottom: 1rem; }
  .footer-social a {
    margin: 0 .5rem;
    color: #206A3A; }

.footer-contact {
  font-size: .7rem;
  text-align: center;
  color: white; }
  .footer-contact a {
    display: block; }

@media (min-width: 992px) {
  footer > div {
    margin: 0 auto;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .footer-common-links,
  .footer-cta {
    width: auto;
    padding: 0 1rem; }
    .footer-common-links a,
    .footer-cta a {
      display: block; }
  .footer-social a:hover {
    text-decoration: none;
    color: #F4CD4D; }
  .footer-contact-links {
    border: 0;
    border-left: 1px solid #F4CD4D;
    padding-top: 2rem;
    text-align: right;
    margin: 0;
    padding: 0 1rem 0 2rem;
    vertical-align: top; }
    .footer-contact-links a {
      display: block;
      margin: 0; } }

.mission-section {
  text-align: center; }

.mission-card {
  padding: 1rem;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  .mission-card h3 {
    color: #F4CD4D; }
  .mission-card p {
    color: white; }
  .mission-card:hover .card-flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

.card-flip {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.card-flip,
mission-front,
.mission-back {
  width: 100%; }

.mission-front,
.mission-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0; }

.mission-front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.mission-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute; }

@media (min-width: 992px) {
  .mission-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

#main-menu-toggle {
  color: #F4CD4D;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 1.5rem; }

.backdrop {
  position: fixed;
  display: block;
  content: "";
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0, 0, 0, 0);
  cursor: default;
  -webkit-transition: background .5s;
  transition: background .5s; }

#main-menu-mobile {
  z-index: 1000;
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: white;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  padding: 1em;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  #main-menu-mobile[aria-expanded="true"] {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px); }
    #main-menu-mobile[aria-expanded="true"] + .backdrop {
      background: rgba(0, 0, 0, 0.85);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
  #main-menu-mobile .mobile-nav-heading {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    padding-bottom: 1em;
    margin-top: 1em; }
  #main-menu-mobile ul {
    list-style: none;
    padding: 0; }
    #main-menu-mobile ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
      #main-menu-mobile ul li:last-child {
        border-bottom: 0; }
    #main-menu-mobile ul a {
      display: block;
      color: #206A3A;
      font-weight: 600;
      height: 100%;
      width: 100%;
      padding: .5rem 0 .5rem 1rem; }
      #main-menu-mobile ul a:hover {
        text-decoration: none; }

.mobile-nav-break {
  border-top: 1px solid #F4CD4D;
  border-bottom: 1px solid #F4CD4D;
  height: 3px; }

.menu-close {
  color: #206A3A;
  font-size: 2rem; }
  .menu-close:hover {
    color: #206A3A; }

#main-menu-mobile-searchform {
  margin-bottom: 1rem; }
  #main-menu-mobile-searchform input {
    background: #dee2e6;
    border: 0;
    padding: .5rem;
    margin: 0; }
  #main-menu-mobile-searchform button {
    background: #206A3A;
    border: 0;
    height: 2.5rem;
    color: white;
    text-transform: uppercase;
    font-size: .8rem; }

#cta a {
  display: block;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
  background-size: 100%;
  -webkit-transition: background-size 1s ease-in-out;
  transition: background-size 1s ease-in-out; }
  #cta a:hover {
    background-size: 110%; }
  #cta a span {
    color: #F4CD4D;
    margin: 0;
    padding: 1.5em 0;
    display: block;
    line-height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); }

@media (min-width: 992px) {
  #cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #cta a {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #cta a span {
        padding: 3.7rem 0; } }

.section-decisions {
  text-align: center;
  color: #fff; }
  .section-decisions .decisions-title h1 {
    font-size: 3rem;
    font-weight: 100; }

.decision-card {
  display: block;
  margin: 1rem;
  padding: .5rem;
  background: white;
  border-radius: .25em;
  padding-top: .5rem;
  text-align: center;
  color: black;
  -webkit-transition: color .5s, background .5s;
  transition: color .5s, background .5s;
  text-decoration: none; }
  .decision-card h3 {
    -webkit-transition: color .5s;
    transition: color .5s; }
  .decision-card:hover {
    text-decoration: none;
    background: #206A3A;
    color: white; }
    .decision-card:hover h3 {
      color: white; }
  .decision-card i {
    font-size: 6rem; }

@media (min-width: 992px) {
  .section-decisions {
    padding: 12rem 0 8rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("https://www.mssu.edu/_resources/images/decisionsphoto.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://www.mssu.edu/_resources/images/decisionsphoto.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }
    .section-decisions .decisions-title h1 {
      color: white; }
  .decision-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .decision-card {
    width: 25%; } }

#hero-picture-section {
  position: relative;
  border-bottom: 1rem solid #206A3A; }
  #hero-picture-section img {
    width: 100%; }

.hero-cta {
  text-align: center;
  font-size: 2rem;
  padding: 0;
  margin: 0; }
  .hero-cta a {
    background-color: #212529;
    color: white;
    display: block;
    padding: 1rem 0;
    text-decoration: none;
    margin: 0; }
    .hero-cta a span {
      margin-left: 1rem; }
    .hero-cta a:hover {
      background-color: #495057; }

.tv {
  display: none; }

@media (min-width: 992px) {
  #hero-picture-section {
    position: relative; }
    #hero-picture-section img {
      width: 100%; }
  .tv {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .tv .screen {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      margin: auto;
      opacity: 0;
      -webkit-transition: opacity .5s;
      transition: opacity .5s; }
      .tv .screen.active {
        opacity: 1; }
  #hero-cta-section {
    position: absolute;
    top: 1em;
    right: 0; }
  .hero-cta {
    text-align: left;
    margin: .6rem 0; }
    .hero-cta a {
      -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 20% 100%);
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 20% 100%);
      padding: 0 3rem 0 6rem;
      font-size: 1.5rem;
      -webkit-transition: background-color .5s, -webkit-clip-path .5s;
      transition: background-color .5s, -webkit-clip-path .5s;
      transition: background-color .5s, clip-path .5s;
      transition: background-color .5s, clip-path .5s, -webkit-clip-path .5s; }
      .hero-cta a:hover {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%); } }

.events {
  margin: 0;
  padding: 1rem;
  background: #f8f9fa; }
  .events .events-header {
    text-align: center; }
  .events h2 {
    text-transform: lowercase;
    font-weight: 200;
    font-size: 3rem;
    display: inline;
    padding-right: 1rem; }
    .events h2 span {
      text-transform: uppercase;
      color: #adb5bd; }
  .events a {
    color: #206A3A; }

.event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4CD4D;
  border: 1px solid black;
  padding: 0rem;
  margin-bottom: 1rem; }

.event-card-date-info,
.event-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 6rem;
  padding: 1rem; }

.event-card-info {
  background: white;
  width: 100%; }

.event-card-month {
  font-size: .8rem;
  text-transform: uppercase; }

.event-card-day {
  font-size: .7rem; }

.event-card-date {
  font-size: 4rem;
  line-height: 3.5rem; }

@media (min-width: 992px) {
  .events-header {
    text-align: center;
    margin-bottom: 2rem; }
  #events_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .event-card {
    max-width: 25%;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease; }
    .event-card:hover {
      -webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
      box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3); } }

.section-testimonial {
  margin-top: 2rem;
  padding: 0; }
  .section-testimonial .section-header {
    text-align: center; }
  .section-testimonial h2 {
    font-weight: 200;
    font-size: 3rem;
    display: inline;
    padding-right: 1rem; }
    .section-testimonial h2 span {
      text-transform: uppercase;
      color: #adb5bd; }
  .section-testimonial a {
    color: #206A3A; }
  .section-testimonial .testimonial-card {
    position: relative;
    border-left: 4rem solid #206A3A;
    padding-bottom: 3rem; }
  .section-testimonial .testimonial-image {
    position: absolute;
    top: 1rem;
    left: -2rem;
    display: block;
    border: 4px solid white;
    -webkit-box-shadow: 7px 3px 25px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 3px 25px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 100px; }
  .section-testimonial .testimonial-card-info {
    padding-left: 5rem;
    padding-top: 2rem; }
  .section-testimonial .testimonial-card-name {
    color: #206A3A;
    font-size: 1.4rem;
    padding: 0;
    margin: 0; }
  .section-testimonial .testimonial-card-title {
    color: #343a40;
    font-weight: 200;
    font-size: .9rem;
    padding: 0;
    margin: 0; }
  .section-testimonial .testimonial-card-copy {
    margin-top: 2rem;
    padding-left: 4rem;
    padding-right: 2rem;
    font-size: 1rem;
    color: #495057;
    font-style: oblique;
    line-height: 1.5rem; }
    .section-testimonial .testimonial-card-copy::before, .section-testimonial .testimonial-card-copy::after {
      content: '"';
      font-size: 2rem;
      color: #343a40;
      font-family: serif; }

@media (min-width: 992px) {
  .testimonial-card {
    display: block;
    margin: 2rem auto;
    width: 50%;
    -webkit-box-shadow: 7px 3px 25px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 3px 25px rgba(0, 0, 0, 0.4); } }

/* News */
.section-news {
  margin: 0;
  padding: 1rem;
  background: #f8f9fa; }
  .section-news h2 {
    text-align: center;
    text-transform: lowercase;
    font-weight: 200;
    font-size: 3rem; }
    .section-news h2 span {
      text-transform: uppercase;
      color: #adb5bd; }
  .section-news a {
    color: #206A3A; }

.news-stories h3 a:after {
  content: ' >>';
  -webkit-transition: padding-left .3s ease-in-out;
  transition: padding-left .3s ease-in-out; }

.news-stories h3 a:hover:after {
  padding-left: .5rem; }

.news-stories ul {
  list-style: none; }

.news-stories li {
  padding: 1rem;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 5px 10px 18px rgba(1, 1, 1, 0.3);
  box-shadow: 5px 10px 18px rgba(1, 1, 1, 0.3);
  margin-bottom: 2rem; }

.news-stories h4 {
  text-align: center;
  font-style: italic; }

.news-stories img {
  width: 100%;
  margin-bottom: 1rem; }

.news-stories p {
  font-size: .8rem; }

.small-news-card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 992px) {
  .news-stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news-stories > div {
      margin: 0 .5rem; }
      .news-stories > div:nth-child(1) {
        border-right: 3px solid #dee2e6;
        padding-right: 3rem; }
    .news-stories img {
      opacity: .9;
      -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: transform .5s ease, opacity .5s ease;
      transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
      .news-stories img:hover {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
  .small-news-card div {
    vertical-align: middle;
    display: inline-block;
    width: 48%; }
    .small-news-card div:last-child {
      padding-left: 1rem; } }

.mvv-card {
  text-align: center; }
  .mvv-card h1 {
    font-size: 3rem; }
  .mvv-card div {
    font-size: 1.2rem; }
  .mvv-card ul {
    font-weight: lighter;
    text-align: left; }

@media (min-width: 992px) {
  .mvv-card {
    width: 25rem;
    border: 1px solid #333;
    margin: 2rem 0; } }

@media screen and (max-width: 600px) {
  .bnav a {
    color: pink; } }

/*-- Other custom styles --*/
.bg-green {
  background: #206A3A; }

.bg-gold {
  background: #F4CD4D; }

.bg-dark-grey {
  background: #282828; }

.gold {
  color: #F4CD4D; }

.bg-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("https://www.mssu.edu/images/About-possible-1.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://www.mssu.edu/images/About-possible-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 450px; }

.drop-shadow {
  -webkit-box-shadow: 5px 10px 18px rgba(1, 1, 1, 0.3);
  box-shadow: 5px 10px 18px rgba(1, 1, 1, 0.3); }

.navbar-side {
  height: 100%;
  width: 25%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid #ccc;
  background-color: #f7f7f9;
  overflow-y: scroll;
  z-index: 1000;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }

.navbar-side-item {
  padding: 1.5rem 0;
  margin: 0;
  border-bottom: 2px solid #ccc;
  height: 5rem; }

.side-link {
  padding-left: 2rem; }

.reveal {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }

.no-underline {
  display: inline-block;
  text-decoration: none; }

@media (min-width: 992px) {
  .flexbox-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-justify {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .shadow {
    -webkit-box-shadow: 7px 3px 25px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 3px 25px rgba(0, 0, 0, 0.4); } }
