  .stactin-cal-feature {
  position: relative;
  padding: 60px;
  background-color: #002A48;
  overflow: hidden;
}
.next-control {
  z-index: 50;
  color: white;
}
.next-control a,
.next-control h2 {
  color: white;
}
#previous {
  display: none;
}
.faded-dropdown {
  background-color: rgba(0, 42, 72, 0);
  height: 100vh;
  position: absolute;
  width: 700px;
  max-width: 100vw;
  transition: background-color 0.5s ease;
  left: 0;
  padding-left: 60px;
}
.faded-dropdown.active {
  z-index: 10;
  background-color: rgba(0, 42, 72, 0.9);
}
.faded-dropdown.active .faded-dropdown-item {
  opacity: 1;
}
.faded-dropdown-heading h2 {
  cursor: pointer;
  position: relative;
  display: inline;
}
.faded-dropdown .faded-dropdown-heading a:after {
  content: '';
  position: relative;
  right: -5px;
  top: -2px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #BE9549;
  display: inline-block;
}
.faded-dropdown.active .faded-dropdown-heading a:after {
  transform: rotate(180deg);
  top: -5px;
}
.faded-dropdown-item {
  opacity: .4;
  padding-left: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.faded-dropdown-item a {
  display: block;
  overflow: hidden;
}
.faded-dropdown-item:hover {
  background-color: rgba(0, 19, 34, 0.6);
  color: white;
}
.faded-dropdown-item:hover a,
.faded-dropdown-item:hover h2 {
  color: white;
}
.faded-dropdown-item a:hover {
  text-decoration: none;
}
.stactin-cal-items {
  padding-left: 124px;
  height: 80vh;
  max-height: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  clear: both;
  align-content: flex-start;
  position: relative;
  top: 32px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-right: -60px;
  margin-left: -60px;
  min-height: 600px;
}
.stactin-cal-month {
  margin-bottom: 30px;
  padding: 16px;
  background-color: #0067ac;
  color: white;
  font-size: 42px;
  font-weight: 800;
  font-family: 'AkkuratRegular';
  text-align: center;
}
.stactin-cal-item-title {
  font-size: 20px;
  color: #4A4A4A;
}
.stactin-cal-item-time,
.stactin-cal-item-category {
  font-size: 14px;
  color: #9B9B9B;
}
.stactin-cal-item-description,
.stactin-cal-item-controls {
  display: none;
  margin-top: 16px;
}
.stactin-cal-month-day-badge {
  margin: 30px 0;
  text-align: center;
  width: 96px;
  float: left;
}
.stactin-cal-month-day-badge .day {
  font-size: 42px;
  font-weight: 800;
  line-height: .9;
}
.stactin-cal-month-day-badge .month {
  font-size: 24px;
}
.stactin-cal-item {
  background-color: white;
  width: 24%;
  min-width: 250px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.stactin-cal-month-item {
  width: 24%;
  min-width: 250px;
  margin-right: 30px;
  position: relative;
}
.stactin-cal-month-item .stactin-cal-item {
  width: auto;
  margin-right: 0;
}
.stactin-cal-item.type-image .stactin-cal-month-day-badge {
  background-color: #BE9549;
  position: absolute;
  top: 0;
  left: 16px;
  margin-top: 0px;
  padding: 8px 0;
  float: none;
}
.stactin-cal-item-content {
  margin: 30px 30px 30px 96px;
}
.stactin-cal-item.type-image .stactin-cal-item-content {
  margin-left: 30px;
}
.underlay {
  display: none;
  transition: all 0.5s ease;
}
.underlay.active {
  display: block;
  background-color: #ffffff;
  /*background: url(/life/student-activities-involvement/navy_background.jpg) no-repeat;*/
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 60;
  opacity: .7;
  background-size: cover;
}
.stactin-cal-item.active {
  position: fixed;
  top: 16vh;
  width: 600px;
  max-width: 100vw;
  z-index: 100;
  left: 50vw;
  transform: translateX(-50%);
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.stactin-cal-items.popup-on {
  -webkit-overflow-scrolling: auto;
}
.stactin-cal-item.active .stactin-cal-item-description,
.stactin-cal-item.active .stactin-cal-item-controls {
  display: block;
}
@media screen and (max-width: 530px) {
  .next-control {
    position: relative;
    top: -36px;
  }
  .faded-dropdown-heading h2,
  .faded-dropdown-item h2 {
    font-size: 20px;
  }
  .faded-dropdown {
    top: 75px;
  }
  .stactin-cal-item.active {
    top: 10vh;
  }
}
.stactin-gallery-feature {
  position: relative;
  margin: 60px 0;
}
.stactin-gallery-feature .gallery-images {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 20vh;
  left: 0;
  display: none;
  z-index: 70;
  align-items: center;
}
.stactin-gallery-feature .gallery-images img {
  margin-right: 8px;
  height: auto;
}
.stactin-gallery-feature .gallery-images.active {
  display: flex;
}
.stactin-gallery-feature .container {
  display: flex;
}
.stactin-gallery-menu {
  width: 33.3333%;
}
.stactin-gallery-menu ul {
  padding: 0;
}
.stactin-gallery-menu ul li {
  list-style-type: none;
  padding: 4px 0;
  cursor: pointer;
}
.stactin-gallery-menu ul li.active {
  font-weight: bold;
}
.stactin-gallery-menu ul li:hover {
  text-decoration: underline;
}
.stactin-gallery-3-up {
  width: 66.6666%;
  display: flex;
  margin-top: 24px;
}
#gallery-image-1,
#gallery-image-2,
#gallery-image-3 {
  height: 300px;
  width: 300px;
  margin-right: 8px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}
#gallery-image-1:hover,
#gallery-image-2:hover,
#gallery-image-3:hover {
  cursor: pointer;
}
#gallery-image-1 a,
#gallery-image-2 a,
#gallery-image-3 a {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .stactin-gallery-feature .container {
    max-width: 100vw;
  }
  .stactin-gallery-menu {
    width: 50%;
  }
  .stactin-gallery-3-up {
    width: 50%;
  }
  .stactin-gallery-3-up #gallery-image-3 {
    display: none;
  }
  .stactin-explore-menu {
    width: 50%;
  }
  .stactin-explore-map {
    width: 50%;
  }
}
@media screen and (max-width: 470px) {
  .stactin-gallery-menu {
    width: 70%;
  }
  .stactin-gallery-3-up {
    width: 30%;
    flex-direction: column;
  }
  #gallery-image-2,
  #gallery-image-3 {
    display: none;
  }
  .stactin-explore-menu {
    width: 50%;
  }
  .stactin-explore-map {
    width: 50%;
  }
}
.stumo {
  margin-top: 60px;
  margin-bottom: 60px;
}
.stumo article.col-sm-6 {
  /*border-right: 1px solid #979797;*/
}
.stumo aside.first {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}
.stumo .logo-container {
  height: 24px;
}
.stumo .seal {
  margin-top: -15px;
  width: 150px;
}
.stumo .logo-the-student {
  position: absolute;
  top: 60px;
  right: 96px;
  margin-right: 50%;
}
.stumo .logo-the-student-movement {
  display: none;
}
.stumo .logo-movement {
  position: absolute;
  top: 64px;
  left: 96px;
  margin-left: 50%;
}
.stumo .title-row {
  height: 60px;
}
.stumo .feature-figure > h3 {
  color: #000;
}
.stumo h2,
.stumo h4,
.stumo h5,
.stumo h6,
.stumo h3,
.stumo h1,
.stumo p.teaser,
.stumo aside h2,
.stumo aside h4.title,
.stumo article p {
  font-family: "IBM Plex Serif";
  color: #000;
}
.stumo h3 {
  color: #3a7baa;
  margin: 8px 0;
  text-transform: uppercase;
}
.stumo h2 {
  color: #000;
  margin: 8px 0;
}
.stumo p.teaser {
  font-family: "IBM Sans Serif";
}
.stumo .author {
  font-weight: bold;
  font-size: 14px;
}
.stumo .author .author-date {
  color: #3a7baa;
}
.stumo p.disclaimer {
  font-size: 14px;
  font-family: "IBM Plex Sans";
}
.stumo hr.short {
  width: 50%;
}
.stumo figure figcaption {
  color: #9B9B9B;
  font-size: 12px;
}
.stumo article figure figcaption {
  margin-top: 16px;
  font-size: 14px;
}
.stumo article a.btn {
  margin-bottom: 16px;
}
.stumo aside figure figcaption {
  margin-top: 8px;
}
.stumo figure.member {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.stumo figure.member img {
  margin-right: 16px;
  border-radius: 60px;
  width: 60px;
}
.stumo figure.member span.member-title {
  display: block;
  font-weight: 400;
  padding-top: 4px;
}
.stumo p.share {
  display: flex;
  justify-content: flex-end;
  line-height: 2.3;
  color: #9B9B9B;
  font-weight: bold;
}
.stumo a.fa5.fab.no-label {
  font-size: 36px;
  padding-left: 8px;
  color: #9B9B9B;
}
.stumo a.fa5.fab.no-label:hover {
  color: #3a7baa;
  text-decoration: none;
}
.stumo .fa5.no-label > em {
  font-size: 0px;
}
@media only screen and (max-width: 991px) {
  .stumo.issue .seal {
    width: 140px;
  }
  .stumo.issue .logo-the-student {
    right: 80px;
    width: 230px;
  }
  .stumo.issue .logo-movement {
    left: 80px;
    width: 230px;
  }
  .stumo.issue .row.feature aside.first {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .stumo.issue .row.feature article.feature-figure {
    border-right: 1px solid #979797;
  }
}
@media only screen and (max-width: 768px) {
  .stumo.article .head {
    text-align: center;
  }
  .stumo.article .head img {
    margin: 0 auto;
    padding-top: 16px;
    float: none !important;
  }
  .stumo.issue .logo-container {
    height: auto;
  }
  .stumo.issue .seal {
    width: 21%;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .stumo.issue .logo-the-student {
    right: 12%;
    width: 33%;
    top: 50%;
  }
  .stumo.issue .logo-movement {
    left: 12%;
    width: 33%;
    top: 51%;
  }
  .stumo.issue .date {
    text-align: center;
  }
  .stumo.issue .volume {
    text-align: left;
  }
  .stumo.issue .issue-top {
    text-align: right;
  }
  .stumo.issue .title-row,
  .stumo.issue .title-row-bottom-border {
    display: none;
  }
  .stumo.issue .row.feature article.feature-figure {
    border-right-width: 0px;
  }
}
/*Bottom - comment made to keep be able to see all of the file. It keeps removing the spacing and cutting off the code on the bottom of the screen. (it goes behind the save and publish buttons.) */
