@import url("https://digicdn.fiu.edu/v1/_assets/stylesheets/css/slick.css");
@import url("https://frost.fiu.edu/_assets/styles/rsvp-eventbrite.css");

p > a { 
    text-decoration: underline;
}

.events-grid p:nth-child(2) {
  font-size: 1.1rem;
  margin: 0.5em 0;
}

.events-grid p:nth-child(3) {
  color: #5e5e5e;
  font-size: 1rem;
}

.upcoming-events {
    background-color: transparent !important;
}

.upcoming-events img {
  padding-bottom: 0.5em;
  width: 100%;
}

.upcoming-events a {
  border: none !important;
  text-decoration: underline !important;
}

.upcoming-events .date {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
}

.upcoming-events .display-text {
  margin: 0.1rem 0 0.5rem 0;
}

.content-block:not(.blockquote-container) .columns > img:last-child {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 641px) {
  .content-block:not(.blockquote-container) .columns > img:last-child {
    padding-top: 0em;
    padding-bottom: 0em;
  }
}

.thumbnail-grid li img + p.display-text {
  margin-top: 0.5em;
}

.thumbnail-grid li img + p.display-text a {
  font-weight: 600;
  border: none !important;
  text-decoration: underline;
}

.BBFormSubmitbutton {
  background-color: #081e3f !important;
  border: 0 solid #081e3f !important;
  -webkit-box-shadow: 1px 1px 1px #ccc !important;
  box-shadow: 1px 1px 1px #ccc !important;
  border-radius: 8px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 1.4em !important;
  padding: 15px 30px !important;
  font-weight: bold !important;
  margin-left: 0 !important;
  height: auto !important;
}

.BBLinkJoinMembershipButton {
  color: #fff !important;
  font-size: 14px !important;
  -webkit-filter: none !important;
  filter: none !important;
  background-image: none !important;
  background-color: #081e3f !important;
}

#a2apage_show_more_less {
  display: none !important;
}

#banner-description {
  position: relative;
  margin: 0 auto;
}

#banner-description .columns {
  color: white;
  background: #081e3f;
  height: auto !important;
  padding: 30px 15px;
}

@media (min-width: 641px) and (max-width: 1024px) {
  #banner-description .columns {
    max-width: 550px;
  }
}

@media (min-width: 1025px) {
  #banner-description .columns {
    max-width: 700px;
  }
}

@media (min-width: 641px) {
  #banner-description .columns {
    padding: 60px 40px;
    position: absolute;
    bottom: 30px;
  }
}

#banner-description .columns p {
  font-size: 1.5rem;
  margin: 0;
  font-weight: bold;
}

@media (min-width: 641px) {
  #banner-description .columns p {
    font-size: 2rem;
  }
}

#banner-description .columns p a {
  color: white;
  border: none;
  text-decoration: underline;
  margin-top: -10px;
  display: block;
}

#banner-description .columns p span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

#banner-video {
  position: relative;
}

#banner-video button#videoBannerPause {
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

@media (min-width: 641px) {
  #banner-video button#videoBannerPause {
    -webkit-transform: none;
    transform: none;
    right: 20px;
  }
}

#banner-video button#videoBannerPause .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#slider {
  /* Increased viewport height to 80vh */
  height: 80dvh;
  background-color: #dedede !important;
}

#slider .slide-image {
  height: 100%;
}

/* Adjust slider content box attributes here */
#slider .slide-content {
  color: #121212;
  padding: 2em;
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  background: white;
  box-shadow: -3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  width: 33rem;
  height: auto !important;
  margin: auto;
}

@media (max-width: 64rem) {
  #slider .slide-content {
    width: 100%;
    box-shadow: none;
    padding: 2em 0;
    left: 0;
    bottom: 0;
  }
}


#slider .slide-content label {
  text-transform: uppercase;
}

#slider .slide-content span {
  display: block;
}

#slider .slide-content strong {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}

#slider .slide-content .headline {
  font-size: 2rem;
  margin: 0;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

#slider .slick-arrow {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #323232;
  line-height: 0;
  height: 70px;
  font-size: 3.5em !important;
  padding: 15px !important;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  opacity: 0.7 !important;
  cursor: pointer;
}

#slider .slick-arrow:hover,
#slider .slick-arrow:focus {
  background: #fff !important;
  opacity: 1 !important;
}

#slider .slick-arrow:before {
  margin-top: -2px !important;
  margin-left: -5px;
  display: block;
}

#slider .slick-next:before {
  margin-right: -5px;
  margin-left: 0;
  display: block;
}

#slider .slider-wrapper .slick-next,
#slider .slider-wrapper .slick-prev {
  display: none !important;
}

@media (min-width: 641px) {
  #slider .slider-wrapper .slick-next,
  #slider .slider-wrapper .slick-prev {
    display: block !important;
  }
}

#slider .slider-wrapper .slick-dots {
  display: inline-block !important;
  background: transparent;
}

#slider .slider-wrapper .slick-dots li {
  padding: 0 0 0 2px;
}

#slider .slider-wrapper .slick-dots li:before {
  display: none !important;
}

#slider .slider-wrapper .slick-dots button {
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
  color: white;
  background: #323232;
  border: solid 1px #323232;
}

#slider .slider-wrapper .slick-dots .slick-active button {
  color: #323232;
  background: white;
}

.play-pause {
  width: 30px;
  display: inline-block;
  padding: 0;
  height: 30px;
  border-radius: 5px;
  background: #323232;
  border: solid 1px #323232;
}

.play-pause:focus {
  color: white;
  background: #323232;
}

.play-pause:focus:hover {
  color: white;
  background: #323232;
}

.play-pause:hover {
  background: #323232;
}

/* Note: Pagination is currently turned off.*/
#slick-pagination {
  display: none;
}

#slider.energize {
  overflow: visible !important;
  z-index: 1;
}

@media (min-width: 1025px) {
  #slider.energize {
    z-index: 0;
  }
}

#slider.energize .slider-wrapper .slick-next {
  right: 10px !important;
}

#slider.energize.cyan {
  border-top: solid 10px cyan;
  border-left: solid 10px cyan;
  border-right: 0;
  border-bottom: 0;
  -o-border-image: radial-gradient(ellipse at top left, #fc0 0, cyan 40%) 1;
  border-image: radial-gradient(ellipse at top left, #fc0 0, cyan 40%) 1;
}

#slider.energize.cyan:after {
  border-top: 10px solid cyan;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  -o-border-image: radial-gradient(ellipse at top left, cyan 0, #fc0 70%) 1;
  border-image: radial-gradient(ellipse at top left, cyan 0, #fc0 70%) 1;
}

#slider.energize.home.cyan {
  border: solid 10px cyan;
  -o-border-image: radial-gradient(ellipse at top left, cyan 0, #fc0 calc(70% - 200px)) 1;
  border-image: radial-gradient(ellipse at top left, cyan 0, #fc0 calc(70% - 200px)) 1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

#slider.energize.home.cyan:after {
  right: 0;
  left: auto;
  bottom: -10px;
  border: 10px solid cyan;
  -o-border-image: radial-gradient(ellipse at bottom right, cyan 10px, #fc0 70%) 1;
  border-image: radial-gradient(ellipse at bottom right, cyan 10px, #fc0 70%) 1;
  height: calc(100% + 10px);
  border-left: 0;
  border-top: 0;
  width: 100px;
}

#slider.energize.magenta {
  border-top: solid 10px #d92d8a;
  border-left: solid 10px #d92d8a;
  border-bottom: 0;
  border-right: 0;
  -o-border-image: radial-gradient(ellipse at top left, #fc0 0, #d92d8a 40%) 1;
  border-image: radial-gradient(ellipse at top left, #fc0 0, #d92d8a 40%) 1;
}

#slider.energize.magenta:after {
  border-top: 10px solid #d92d8a;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  -o-border-image: radial-gradient(ellipse at top left, #d92d8a 0, #fc0 70%) 1;
  border-image: radial-gradient(ellipse at top left, #d92d8a 0, #fc0 70%) 1;
}

#slider.energize.home.magenta {
  border: solid 10px #d92d8a;
  -o-border-image: radial-gradient(ellipse at top left, #d92d8a 0, #fc0 calc(70% - 200px)) 1;
  border-image: radial-gradient(ellipse at top left, #d92d8a 0, #fc0 calc(70% - 200px)) 1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

#slider.energize.home.magenta:after {
  right: 0;
  left: auto;
  bottom: -10px;
  border: 10px solid cyan;
  -o-border-image: radial-gradient(ellipse at bottom right, #d92d8a 10px, #fc0 70%) 1;
  border-image: radial-gradient(ellipse at bottom right, #d92d8a 10px, #fc0 70%) 1;
  height: calc(100% + 10px);
  border-left: 0;
  border-top: 0;
  width: 100px;
}

#slider.energize:after {
  display: block;
  content: "";
  bottom: -10px;
  left: -10px;
  position: absolute;
  width: 300px;
  width: 40%;
}

@media (min-width: 1126px) {
  #slider.energize:after {
    width: calc((100% - 1024px) / 2);
    bottom: 0;
    left: 0;
  }
}

#announcement {
  margin: 0 auto !important;
  text-align: center;
}

#announcement .container {
  display: inline-block;
  width: 100%;
}

#announcement .container .columns {
  padding: 0;
}

#announcement .fa {
  padding-right: 0.5em;
}

#announcement p {
  font-size: 0.9rem;
  font-weight: bold;
}

@media (min-width: 641px) {
  #announcement p {
    font-size: 1rem;
  }
}

#announcement div.small-12.medium-6:last-child {
  text-align: left;
}

@media (min-width: 641px) {
  #announcement div.small-12.medium-6:last-child {
    text-align: right;
  }
}

#announcement div.small-12.medium-6:last-child p {
  font-size: 0.9rem;
}

@media (min-width: 641px) {
  #announcement div.small-12.medium-6:last-child p {
    font-size: 1rem;
  }
}

#announcement p {
  margin-bottom: 0;
}

.red .fa {
  margin: 0 0.5em;
}

.red p {
  background-color: #b00000;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 0;
  font-weight: bold;
}

@media (min-width: 641px) {
  .red p {
    padding: 0.5em 0;
  }
}

footer {
  padding: 3em 0 0 !important;
}

footer .copyright {
  margin: 1em 0 0;
}

footer p.display-text--medium {
  color: #fff !important;
}

footer ul:not(.social-media) .fa {
  color: #fff;
  display: block;
  margin: 0.5em 0;
  font-size: 1.2em;
}

@media (max-width: 641px) {
  footer img {
    max-height: 50px;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
}

.events-grid li a {
  font-weight: bold;
}

.events-grid p {
  margin-bottom: 0;
}

#filters .accordion {
  display: none;
}

.calendar-wrapper {
  background-color: white !important;
}

.calendar-wrapper label {
  display: inline;
  background: #33a1df;
  color: black;
  border-radius: 25px;
  padding: 3px 15px;
  margin-right: 10px;
  font-weight: bold;
  text-transform: lowercase;
}

.calendar-wrapper label.exhibition {
  background: #081e3f;
  color: white;
}

.calendar-wrapper #events-list #events li span.title {
  padding: 5px 0;
}

.calendar-wrapper li.event + li.exhibition {
  border-top: solid 2px black;
}

.row.full-width-row #month-view .month-indicator,
#events-list .day-indicator {
  background-color: white;
}

.row.full-width-row #month-view .days-group li button,
.row.full-width-row #month-view .days-group li span {
  background: white;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666 !important;
}

.row.full-width-row #month-view .days-group li.today button {
  background: #33a1df;
  color: black !important;
}

.row.full-width-row #month-view #day-labels li span {
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 1em;
}

@media (min-width: 641px) {
  .row.full-width-row #month-view #day-labels li span {
    font-size: 1.2em;
  }
}

.row.full-width-row #month-view .days-group li button.has-events,
.row.full-width-row #month-view .days-group li span.has-events {
  background-color: white;
  color: #fff;
}

.row.full-width-row #month-view .days-group li button.has-events::after,
.row.full-width-row #month-view .days-group li span.has-events::after {
  color: #33a1df;
}

.row.full-width-row #month-view .days-group li button[data-selected="true"],
.row.full-width-row #month-view .days-group li span[data-selected="true"] {
  border: 2px solid #33a1df;
  -webkit-box-shadow: 0 0 1px 2px #33a1df;
  box-shadow: 0 0 1px 2px #33a1df;
}

#go-today {
  padding: 0 !important;
}

.calendar-wrapper .row.full-width-row {
  max-width: 82.3rem;
  padding: 0;
  margin-bottom: 3em;
}

@media (min-width: 1025px) {
  .calendar-wrapper .row.full-width-row {
    border: solid 10px #bbb;
  }
}

@media (min-width: 1025px) {
  #month-view {
    border-right: 10px solid #bbb;
  }
}

.row.full-width-row #month-view .wrapper,
.row.full-width-row #events-list .wrapper {
  padding: 0 0 1em;
  background-color: #fff;
}

@media (min-width: 1025px) {
  .row.full-width-row #month-view .wrapper,
  .row.full-width-row #events-list .wrapper {
    padding: 1em;
  }
}

.month-indicator span {
  font-size: 1.2em;
}

#filters.exhibitions-filters ul.accordion .accordion-navigation > a,
#filters.exhibitions-filters #filters ul.accordion dd > a {
  background-color: #e6e6e6 !important;
  color: black !important;
  padding-left: 45px;
  text-align: left;
}

#filters.exhibitions-filters ul .content {
  border: 2px solid #e6e6e6 !important;
  border-top: none !important;
}

#filters.exhibitions-filters ul.accordion .accordion-navigation > a:before,
#filters.exhibitions-filters ul.accordion dd > a:before {
  left: 20px !important;
  right: auto !important;
  color: black !important;
  content: "\f067";
  font-size: 1em;
  font-weight: normal;
}

#filters.exhibitions-filters ul.accordion .accordion-navigation.active > a:before {
  content: "\f068";
}

#filters.exhibitions-filters input:checked + label.pills {
  background-color: #081e3f;
  color: white;
}

#filters.exhibitions-filters .pills {
  border-radius: 2em;
  padding: 0.3em 2em;
  margin-right: 1em;
  margin-top: 0.5em;
  float: none;
}

#filters.exhibitions-filters .years-filters input {
  margin: 10px;
  margin-left: 0;
  font-size: 120%;
}

#filters.exhibitions-filters p {
  margin-bottom: 0.5em !important;
}

#filters.exhibitions-filters .three-columns {
  text-align: left;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  max-width: 180px;
  margin: 0 auto;
}

@media (min-width: 641px) {
  #filters.exhibitions-filters .three-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    max-width: 400px;
    margin-left: 0;
  }
}

#filters.exhibitions-filters .accordion-navigation {
  text-align: center;
}

@media (min-width: 641px) {
  #filters.exhibitions-filters .accordion-navigation {
    text-align: left;
  }
}

#filters.exhibitions-filters .accordion {
  display: block !important;
}

.exhibitions .thumbnail-grid li {
  position: relative;
  margin-bottom: 1em;
}

.exhibitions .thumbnail-grid li .loading {
  height: 0;
  overflow: hidden;
  padding-bottom: 67.745%;
  background: #e6e6e6;
  z-index: 1;
  -webkit-transition: opacity 1s ease-out !important;
  transition: opacity 1s ease-out !important;
  left: auto;
  right: auto;
  top: 0;
  opacity: 1;
  margin-bottom: 0.5em;
}

.exhibitions .thumbnail-grid li .loading.done {
  opacity: 0;
  margin-bottom: -67.745%;
}

.exhibitions .thumbnail-grid li img {
  background: #e6e6e6;
  margin-bottom: 0.5em;
  width: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 2s ease !important;
  transition: opacity 2s ease !important;
}

.exhibitions .thumbnail-grid li a {
  text-decoration: underline;
  margin-bottom: 0.3em;
  display: block;
  border: none !important;
}

.exhibitions .thumbnail-grid li a span {
  display: block;
  font-weight: 600;
  margin: 0.5em 0;
  font-size: 0.9em;
}

.exhibitions .thumbnail-grid li span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #757575;
  display: block;
}

.exhibitions .fiu-button {
  margin: 0 auto;
  display: block;
  padding: 0.8em 2em;
  margin-bottom: 1em;
}

.exhibitions .load-more {
  display: block;
  text-align: center;
  padding-top: 3em;
}

.exhibitions .load-more .fa {
  display: block;
  text-decoration: none;
  margin: 0 auto;
}

.exhibit a {
  text-decoration: underline;
  border: none !important;
}

.exhibit h2 {
  margin: 1em 0 0.5em !important;
}

.exhibit .exhibit-title {
  padding-bottom: 2em;
}

.exhibit .exhibit-title h1 {
  margin-bottom: 0.5rem;
}

.exhibit .a2a_dd {
  text-decoration: none;
  color: #5a5a5a;
  display: block;
  padding: 0 0 1.5em 0;
}

.exhibit .a2a_dd span {
  margin: 0 0.2em 0 0.7em;
}

.exhibit .related-event {
  padding: 1em;
  border: solid 1px #c7c7c7;
  margin-bottom: 1em;
}

.exhibit .related-event .fa {
  width: 30px;
  text-align: center;
}

.exhibit .related-event a {
  text-decoration: underline;
}

.exhibit .related-event img {
  padding: 0 !important;
}

.exhibit .related-event p {
  margin: 0.5em 0 0 0;
}

.clearing-assembled .clearing-container .carousel > ul li.visible {
  -webkit-box-shadow: 0 0 0 5px #f8c93e;
  box-shadow: 0 0 0 5px #f8c93e;
}

.clearing-assembled .clearing-container .carousel {
  padding-left: 10px;
}

.clearing-caption {
  font-size: 1em;
}

.clearing-assembled .clearing-container .carousel > ul li {
  margin-left: 15px;
}

.clearing-close {
  border: none !important;
  text-decoration: none !important;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateX(-50%);
  max-height: calc(100% - 60px);
  max-width: 100%;
  margin-top: 0;
}

.clearing-main-prev,
.clearing-main-next {
  background: white;
  height: 50px;
  top: 50%;
}

.clearing-main-prev > span {
  left: 0;
  border-right-color: #000;
  top: 15px;
}

.clearing-main-next > span {
  right: 0;
  border-left-color: #000;
  top: 15px;
}

.banner-container {
  height: 80vh;
}

.banner-container .caption {
  padding: 1em;
  margin: 0;
  background: #112d54;
  font-size: 0.9em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.featured-event-wrapper .featured-event.page {
  border: none !important;
  padding: 0 0 2em 0 !important;
}

.highlighted-exhibitions p {
  text-decoration: none !important;
  margin: 0 !important;
}

.highlighted-exhibitions p .title {
  text-decoration: underline !important;
  display: block;
}

.highlighted-exhibitions p .subtitle {
  display: block;
  font-weight: normal;
  font-size: 0.95rem;
  padding: 0.5em 0 0 0;
}

.highlighted-exhibitions .text-right a {
  margin-top: 2em;
  text-decoration: underline;
  border: none;
  display: block;
}

/* Matt Additional Styles */
.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -7.5px;
  margin-right: -7.55px;
}

.logo-list .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  height: 100px;
  width: 100%;
}

.logo-list .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .logo-list .logo {
    width: 33.333%;
  }
}

@media (min-width: 1024px) {
  .logo-list > .logo {
    width: 20%;
  }
}

@media (min-width: 1025px) {
  .taller,
  .overlay.taller {
    min-height: 100vh;
  }
}

.content-block[data-vide-bg] {
  background: transparent !important;
}

.transparent-banner .panel {
  background: transparent !important;
  border: none;
  color: white;
}

.transparent-banner .panel a,
.transparent-banner .panel a:hover,
.transparent-banner .panel a:visited,
.transparent-banner .panel a:active {
  color: white !important;
}

.flexbox-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flexbox-row {
  display: flex;
  flex-direction: row;
}

.background-forestgreen {
  background-color: #02321d;
}

@media(min-width: 1025px) {
    .breadcrumbs-wrapper.move-up {
        position:relative;
        display: inline-block;
        margin-top: 0 !important
    }
}

.margin-top {
    margin-top: 1rem;
}
.margin-bottom {
    margin-bottom: 1rem;
}
.margin-y {
    margin: 1rem 0;
}
.margin-top-2x {
    margin-top: 2rem;
}
.margin-bottom-2x {
    margin-bottom: 2rem;
}
.margin-y-2x {
    margin: 2rem 0;
}