﻿/*$brand-success: #5cb85c !default;
$brand-info: #5bc0de !default;
$brand-warning: #f0ad4e !default;
$brand-danger: #d9534f !default;*/
/*$padding-base-vertical: 0.317em !default;
$padding-base-horizontal: 0.75em !default;

$padding-large-vertical: 0.563em !default;
$padding-large-horizontal: 1em !default;

$padding-small-vertical: 0.317em !default;
$padding-small-horizontal: 0.563em !default;

$padding-xs-vertical: 1px !default;
$padding-xs-horizontal: 0.317em !default;*/
/*//** `.form-group` margin
$form-group-margin-bottom: 1em !default;*/
/*// Basics of a navbar
$navbar-height: 50px !default;
$navbar-margin-bottom: $line-height-computed !default;
$navbar-border-radius: $border-radius-base !default;
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
$navbar-collapse-max-height: 340px !default;*/
/*$brand-success: #5cb85c !default;
$brand-info: #5bc0de !default;
$brand-warning: #f0ad4e !default;
$brand-danger: #d9534f !default;*/
/*$padding-base-vertical: 0.317em !default;
$padding-base-horizontal: 0.75em !default;

$padding-large-vertical: 0.563em !default;
$padding-large-horizontal: 1em !default;

$padding-small-vertical: 0.317em !default;
$padding-small-horizontal: 0.563em !default;

$padding-xs-vertical: 1px !default;
$padding-xs-horizontal: 0.317em !default;*/
/*//** `.form-group` margin
$form-group-margin-bottom: 1em !default;*/
/*// Basics of a navbar
$navbar-height: 50px !default;
$navbar-margin-bottom: $line-height-computed !default;
$navbar-border-radius: $border-radius-base !default;
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
$navbar-collapse-max-height: 340px !default;*/
@import "../../../lib/Strata/s3.3/css/bootstrap.min.css";
@import "../../../lib/strata/s3.3/css/strata.min.css";
@import "../../../lib/strata/s3.3/css/strata-extend.min.css";
@import "fontawesome-6.5.2/css/all.min.css";
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.navbar-nav {
  margin: 0;
}

.nav-stacked > li + li {
  margin-top: 0;
}

/* Subnavigation */
.s3-nv .nav > li a[href^="http://"]:before,
.s3-nv .nav > li a[href^="https://"]:before {
  content: "";
  border-style: solid;
  border-width: 0 17px 15px 0;
  border-color: transparent #e5e5e5 transparent transparent;
  margin-top: -4px;
  margin-right: -12px;
  float: right;
  height: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 0;
}

/*Bootstrap Overrides*/
.text-primary {
  color: #333333;
}

.btn {
  white-space: normal;
}

.thumbnail {
  display: block;
  padding: 0.238em;
  margin-bottom: 28px;
  line-height: 1.777;
  /*background-color: #fff;*/
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 0.563em;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #782f40;
}

/*End Bootstrap Overrides*/
/* Strata Overrides */
/* Fixed Header */
@media (min-width: 768px) {
  body.add-fixed {
    margin-top: 0;
    padding-top: 164px;
  }
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/*h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: $font-family-serif;
}*/
h2, .h2, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
  text-transform: none;
}

.caption {
  font-size: 1em;
}

.s3-fsucml {
  background-color: #2f4678;
  color: white;
}
.s3-fsucml a {
  color: white;
}

@media print {
  #fsu-masthead {
    text-align: left !important;
  }
}
.s3-heading-gt h1, .s3-heading-gt h2, .s3-heading-gt h3, .s3-heading-gt h4, .s3-heading-gt h5, .s3-heading-gt h6 {
  color: #782f40;
}
.s3-heading-gt.show-sidebar-divider .body-content {
  border: solid 0 #782f40;
}
.s3-heading-gt.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-gt.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-gt1k h1, .s3-heading-gt1k h2, .s3-heading-gt1k h3, .s3-heading-gt1k h4, .s3-heading-gt1k h5, .s3-heading-gt1k h6 {
  color: #5f2835;
}
.s3-heading-gt1k.show-sidebar-divider .body-content {
  border: solid 0 #5f2835;
}
.s3-heading-gt1k.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-gt1k.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-gt2k h1, .s3-heading-gt2k h2, .s3-heading-gt2k h3, .s3-heading-gt2k h4, .s3-heading-gt2k h5, .s3-heading-gt2k h6 {
  color: #47222a;
}
.s3-heading-gt2k.show-sidebar-divider .body-content {
  border: solid 0 #47222a;
}
.s3-heading-gt2k.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-gt2k.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-gt3k h1, .s3-heading-gt3k h2, .s3-heading-gt3k h3, .s3-heading-gt3k h4, .s3-heading-gt3k h5, .s3-heading-gt3k h6 {
  color: #2f1c1f;
}
.s3-heading-gt3k.show-sidebar-divider .body-content {
  border: solid 0 #2f1c1f;
}
.s3-heading-gt3k.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-gt3k.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-gd h1, .s3-heading-gd h2, .s3-heading-gd h3, .s3-heading-gd h4, .s3-heading-gd h5, .s3-heading-gd h6 {
  color: #ceb888;
}
.s3-heading-gd.show-sidebar-divider .body-content {
  border: solid 0 #ceb888;
}
.s3-heading-gd.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-gd.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-gd1c h1, .s3-heading-gd1c h2, .s3-heading-gd1c h3, .s3-heading-gd1c h4, .s3-heading-gd1c h5, .s3-heading-gd1c h6 {
  color: #dacaa6;
}
.s3-heading-gd1c.show-sidebar-divider .body-content {
  border: solid 0 #dacaa6;
}
.s3-heading-gd1c.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-gd1c.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-gd2c h1, .s3-heading-gd2c h2, .s3-heading-gd2c h3, .s3-heading-gd2c h4, .s3-heading-gd2c h5, .s3-heading-gd2c h6 {
  color: #e7dcc4;
}
.s3-heading-gd2c.show-sidebar-divider .body-content {
  border: solid 0 #e7dcc4;
}
.s3-heading-gd2c.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-gd2c.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-gd3c h1, .s3-heading-gd3c h2, .s3-heading-gd3c h3, .s3-heading-gd3c h4, .s3-heading-gd3c h5, .s3-heading-gd3c h6 {
  color: #f3ede1;
}
.s3-heading-gd3c.show-sidebar-divider .body-content {
  border: solid 0 #f3ede1;
}
.s3-heading-gd3c.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-gd3c.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-c h1, .s3-heading-c h2, .s3-heading-c h3, .s3-heading-c h4, .s3-heading-c h5, .s3-heading-c h6 {
  color: #fdfcfc;
}
.s3-heading-c.show-sidebar-divider .body-content {
  border: solid 0 #fdfcfc;
}
.s3-heading-c.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-c.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-w h1, .s3-heading-w h2, .s3-heading-w h3, .s3-heading-w h4, .s3-heading-w h5, .s3-heading-w h6 {
  color: #f4f4f4;
}
.s3-heading-w.show-sidebar-divider .body-content {
  border: solid 0 #f4f4f4;
}
.s3-heading-w.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-w.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-n2w h1, .s3-heading-n2w h2, .s3-heading-n2w h3, .s3-heading-n2w h4, .s3-heading-n2w h5, .s3-heading-n2w h6 {
  color: #d5d4d4;
}
.s3-heading-n2w.show-sidebar-divider .body-content {
  border: solid 0 #d5d4d4;
}
.s3-heading-n2w.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-n2w.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-n1w h1, .s3-heading-n1w h2, .s3-heading-n1w h3, .s3-heading-n1w h4, .s3-heading-n1w h5, .s3-heading-n1w h6 {
  color: #b5b5b4;
}
.s3-heading-n1w.show-sidebar-divider .body-content {
  border: solid 0 #b5b5b4;
}
.s3-heading-n1w.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-n1w.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-n h1, .s3-heading-n h2, .s3-heading-n h3, .s3-heading-n h4, .s3-heading-n h5, .s3-heading-n h6 {
  color: #969594;
}
.s3-heading-n.show-sidebar-divider .body-content {
  border: solid 0 #969594;
}
.s3-heading-n.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-n.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-n1s h1, .s3-heading-n1s h2, .s3-heading-n1s h3, .s3-heading-n1s h4, .s3-heading-n1s h5, .s3-heading-n1s h6 {
  color: #767474;
}
.s3-heading-n1s.show-sidebar-divider .body-content {
  border: solid 0 #767474;
}
.s3-heading-n1s.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-n1s.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-n2s h1, .s3-heading-n2s h2, .s3-heading-n2s h3, .s3-heading-n2s h4, .s3-heading-n2s h5, .s3-heading-n2s h6 {
  color: #565554;
}
.s3-heading-n2s.show-sidebar-divider .body-content {
  border: solid 0 #565554;
}
.s3-heading-n2s.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-n2s.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-s h1, .s3-heading-s h2, .s3-heading-s h3, .s3-heading-s h4, .s3-heading-s h5, .s3-heading-s h6 {
  color: #2c2a29;
}
.s3-heading-s.show-sidebar-divider .body-content {
  border: solid 0 #2c2a29;
}
.s3-heading-s.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-s.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

.s3-heading-k h1, .s3-heading-k h2, .s3-heading-k h3, .s3-heading-k h4, .s3-heading-k h5, .s3-heading-k h6 {
  color: #161514;
}
.s3-heading-k.show-sidebar-divider .body-content {
  border: solid 0 #161514;
}
.s3-heading-k.show-sidebar-divider .content-left {
  border-right-width: 1px;
}
.s3-heading-k.show-sidebar-divider .content-right {
  border-left-width: 1px;
}

/* Add greater specificity to the strata headers */
.s3-gt h1, .s3-gt .h1, .s3-gt h2, .s3-gt .h2, .s3-gt h3, .s3-gt .h3, .s3-gt h4, .s3-gt .h4, .s3-gt h5, .s3-gt .h5, .s3-gt h6, .s3-gt .h6 {
  color: inherit;
}

.s3-gt1k h1, .s3-gt1k .h1, .s3-gt1k h2, .s3-gt1k .h2, .s3-gt1k h3, .s3-gt1k .h3, .s3-gt1k h4, .s3-gt1k .h4, .s3-gt1k h5, .s3-gt1k .h5, .s3-gt1k h6, .s3-gt1k .h6,
.s3-n1s h1,
.s3-n1s .h1,
.s3-n1s h2,
.s3-n1s .h2,
.s3-n1s h3,
.s3-n1s .h3,
.s3-n1s h4,
.s3-n1s .h4,
.s3-n1s h5,
.s3-n1s .h5,
.s3-n1s h6,
.s3-n1s .h6,
.s3-n2s h1,
.s3-n2s .h1,
.s3-n2s h2,
.s3-n2s .h2,
.s3-n2s h3,
.s3-n2s .h3,
.s3-n2s h4,
.s3-n2s .h4,
.s3-n2s h5,
.s3-n2s .h5,
.s3-n2s h6,
.s3-n2s .h6 {
  color: inherit;
}

.s3-gt2k h1, .s3-gt2k .h1, .s3-gt2k h2, .s3-gt2k .h2, .s3-gt2k h3, .s3-gt2k .h3, .s3-gt2k h4, .s3-gt2k .h4, .s3-gt2k h5, .s3-gt2k .h5, .s3-gt2k h6, .s3-gt2k .h6 {
  color: inherit;
}

.s3-gt3k h1, .s3-gt3k .h1, .s3-gt3k h2, .s3-gt3k .h2, .s3-gt3k h3, .s3-gt3k .h3, .s3-gt3k h4, .s3-gt3k .h4, .s3-gt3k h5, .s3-gt3k .h5, .s3-gt3k h6, .s3-gt3k .h6 {
  color: inherit;
}

.s3-gd h1, .s3-gd .h1, .s3-gd h2, .s3-gd .h2, .s3-gd h3, .s3-gd .h3, .s3-gd h4, .s3-gd .h4, .s3-gd h5, .s3-gd .h5, .s3-gd h6, .s3-gd .h6 {
  color: inherit;
}

.s3-gd1c h1, .s3-gd1c .h1, .s3-gd1c h2, .s3-gd1c .h2, .s3-gd1c h3, .s3-gd1c .h3, .s3-gd1c h4, .s3-gd1c .h4, .s3-gd1c h5, .s3-gd1c .h5, .s3-gd1c h6, .s3-gd1c .h6 {
  color: inherit;
}

.s3-gd2c h1, .s3-gd2c .h1, .s3-gd2c h2, .s3-gd2c .h2, .s3-gd2c h3, .s3-gd2c .h3, .s3-gd2c h4, .s3-gd2c .h4, .s3-gd2c h5, .s3-gd2c .h5, .s3-gd2c h6, .s3-gd2c .h6 {
  color: inherit;
}

.s3-gd3c h1, .s3-gd3c .h1, .s3-gd3c h2, .s3-gd3c .h2, .s3-gd3c h3, .s3-gd3c .h3, .s3-gd3c h4, .s3-gd3c .h4, .s3-gd3c h5, .s3-gd3c .h5, .s3-gd3c h6, .s3-gd3c .h6 {
  color: inherit;
}

.s3-c h1, .s3-c .h1, .s3-c h2, .s3-c .h2, .s3-c h3, .s3-c .h3, .s3-c h4, .s3-c .h4, .s3-c h5, .s3-c .h5, .s3-c h6, .s3-c .h6,
.s3-w h1,
.s3-w .h1,
.s3-w h2,
.s3-w .h2,
.s3-w h3,
.s3-w .h3,
.s3-w h4,
.s3-w .h4,
.s3-w h5,
.s3-w .h5,
.s3-w h6,
.s3-w .h6,
.s3-n2w h1,
.s3-n2w .h1,
.s3-n2w h2,
.s3-n2w .h2,
.s3-n2w h3,
.s3-n2w .h3,
.s3-n2w h4,
.s3-n2w .h4,
.s3-n2w h5,
.s3-n2w .h5,
.s3-n2w h6,
.s3-n2w .h6 {
  color: inherit;
}

.s3-n1w h1, .s3-n1w .h1, .s3-n1w h2, .s3-n1w .h2, .s3-n1w h3, .s3-n1w .h3, .s3-n1w h4, .s3-n1w .h4, .s3-n1w h5, .s3-n1w .h5, .s3-n1w h6, .s3-n1w .h6,
.s3-n h1,
.s3-n .h1,
.s3-n h2,
.s3-n .h2,
.s3-n h3,
.s3-n .h3,
.s3-n h4,
.s3-n .h4,
.s3-n h5,
.s3-n .h5,
.s3-n h6,
.s3-n .h6 {
  color: inherit;
}

.s3-s h1, .s3-s .h1, .s3-s h2, .s3-s .h2, .s3-s h3, .s3-s .h3, .s3-s h4, .s3-s .h4, .s3-s h5, .s3-s .h5, .s3-s h6, .s3-s .h6,
.s3-k h1,
.s3-k .h1,
.s3-k h2,
.s3-k .h2,
.s3-k h3,
.s3-k .h3,
.s3-k h4,
.s3-k .h4,
.s3-k h5,
.s3-k .h5,
.s3-k h6,
.s3-k .h6 {
  color: inherit;
}

.quiet {
  color: #777;
}

.strong {
  font-weight: bold;
}

.row.gutterless {
  margin-right: 0;
  margin-left: 0;
}

.row.gutterless > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.media-wrapper {
  margin-bottom: 1.333em;
}

h1 + .media-wrapper {
  margin-top: 1.333em;
}

@media (max-width: 767px) {
  /* Fix the caption layout on small screens */
  .banner-caption-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.bordered-image .caption {
  margin-bottom: 0;
}

.umb-edit-page {
  position: absolute;
  top: 10px;
  right: 20px;
}

@media (min-width: 768px) {
  .article-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  .article-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
}
.s3-scored.scored-top {
  border-bottom: none;
}

.s3-scored.scored-bottom {
  border-top: none;
}

/* Padding Top/Botom */
.s3-pt-0 {
  padding-top: 0;
}

.s3-pt-1 {
  padding-top: 0.178em;
}

.s3-pt-2 {
  padding-top: 0.238em;
}

.s3-pt-3 {
  padding-top: 0.317em;
}

.s3-pt-4 {
  padding-top: 0.422em;
}

.s3-pt-5 {
  padding-top: 0.563em;
}

.s3-pt-6 {
  padding-top: 0.75em;
}

.s3-pt-7 {
  padding-top: 1em;
}

.s3-pt-8 {
  padding-top: 1.333em;
}

.s3-pt-9 {
  padding-top: 1.777em;
}

.s3-pt-10 {
  padding-top: 2.369em;
}

.s3-pt-11 {
  padding-top: 3.157em;
}

.s3-pt-12 {
  padding-top: 4.209em;
}

.s3-pt-13 {
  padding-top: 5.61em;
}

.s3-pt-14 {
  padding-top: 7.478em;
}

.s3-pb-0 {
  padding-bottom: 0;
}

.s3-pb-1 {
  padding-bottom: 0.178em;
}

.s3-pb-2 {
  padding-bottom: 0.238em;
}

.s3-pb-3 {
  padding-bottom: 0.317em;
}

.s3-pb-4 {
  padding-bottom: 0.422em;
}

.s3-pb-5 {
  padding-bottom: 0.563em;
}

.s3-pb-6 {
  padding-bottom: 0.75em;
}

.s3-pb-7 {
  padding-bottom: 1em;
}

.s3-pb-8 {
  padding-bottom: 1.333em;
}

.s3-pb-9 {
  padding-bottom: 1.777em;
}

.s3-pb-10 {
  padding-bottom: 2.369em;
}

.s3-pb-11 {
  padding-bottom: 3.157em;
}

.s3-pb-12 {
  padding-bottom: 4.209em;
}

.s3-pb-13 {
  padding-bottom: 5.61em;
}

.s3-pb-14 {
  padding-bottom: 7.478em;
}

.s3-pb-15 {
  padding-bottom: 9.969em;
}

/* Padding Top/Botom */
.s3-ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.s3-ptb-1 {
  padding-top: 0.178em;
  padding-bottom: 0.178em;
}

.s3-ptb-2 {
  padding-top: 0.238em;
  padding-bottom: 0.238em;
}

.s3-ptb-3 {
  padding-top: 0.317em;
  padding-bottom: 0.317em;
}

.s3-ptb-4 {
  padding-top: 0.422em;
  padding-bottom: 0.422em;
}

.s3-ptb-5 {
  padding-top: 0.563em;
  padding-bottom: 0.563em;
}

.s3-ptb-6 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.s3-ptb-7 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.s3-ptb-8 {
  padding-top: 1.333em;
  padding-bottom: 1.333em;
}

.s3-ptb-9 {
  padding-top: 1.777em;
  padding-bottom: 1.777em;
}

.s3-ptb-10 {
  padding-top: 2.369em;
  padding-bottom: 2.369em;
}

.s3-ptb-11 {
  padding-top: 3.157em;
  padding-bottom: 3.157em;
}

.s3-ptb-12 {
  padding-top: 4.209em;
  padding-bottom: 4.209em;
}

.s3-ptb-13 {
  padding-top: 5.61em;
  padding-bottom: 5.61em;
}

.s3-ptb-14 {
  padding-top: 7.478em;
  padding-bottom: 7.478em;
}

.s3-ptb-15 {
  padding-top: 9.969em;
  padding-bottom: 9.969em;
}

/* Padding Left/Right */
.s3-plr-0 {
  padding-left: 0;
  padding-right: 0;
}

.s3-plr-1 {
  padding-left: 0.178em;
  padding-right: 0.178em;
}

.s3-plr-2 {
  padding-left: 0.238em;
  padding-right: 0.238em;
}

.s3-plr-3 {
  padding-left: 0.317em;
  padding-right: 0.317em;
}

.s3-plr-4 {
  padding-left: 0.422em;
  padding-right: 0.422em;
}

.s3-plr-5 {
  padding-left: 0.563em;
  padding-right: 0.563em;
}

.s3-plr-6 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.s3-plr-7 {
  padding-left: 1em;
  padding-right: 1em;
}

.s3-plr-8 {
  padding-left: 1.333em;
  padding-right: 1.333em;
}

.s3-plr-9 {
  padding-left: 1.777em;
  padding-right: 1.777em;
}

.s3-plr-10 {
  padding-left: 2.369em;
  padding-right: 2.369em;
}

.s3-plr-11 {
  padding-left: 3.157em;
  padding-right: 3.157em;
}

.s3-plr-12 {
  padding-left: 4.209em;
  padding-right: 4.209em;
}

.s3-plr-13 {
  padding-left: 5.61em;
  padding-right: 5.61em;
}

.s3-plr-14 {
  padding-left: 7.478em;
  padding-right: 7.478em;
}

.s3-plr-15 {
  padding-left: 9.969em;
  padding-right: 9.969em;
}

figcaption {
  font-style: italic;
}

.google-map {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .google-map {
    height: 350px;
    padding-bottom: 0;
  }
}
.validation-summary-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 1em;
  margin-bottom: 28px;
  border: 1px solid transparent;
  border-radius: 0;
}
.validation-summary-errors ul:last-child,
.validation-summary-errors p:last-child {
  margin-bottom: 0;
}

.field-validation-valid {
  display: none;
}

.validation-summary-valid {
  display: none;
}

.field-validation-error {
  color: #a94442;
}

.has-error label {
  color: #a94442;
}

.s3-img-title {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.s3-w .dropdown-menu > li > a,
.s3-w .nav-stacked .open > a,
.s3-w .nav-stacked .open > a:focus,
.s3-w .nav-stacked .open > a:hover,
.s3-w .nav-stacked li.active > a,
.s3-w .nav-stacked li > a:focus,
.s3-w .nav-stacked li > a:hover,
.s3-w .pagination li a:hover,
.s3-w .pagination li.active a,
.s3-w .s3-nv .dropdown-menu > li > a:hover {
  background-color: transparent;
}

footer {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fsu-footer {
  flex: 1;
}

.flexslider-overlay .caption {
  padding: 1.333em;
}
.flexslider-overlay h1, .flexslider-overlay h2, .flexslider-overlay h3, .flexslider-overlay h4, .flexslider-overlay h5, .flexslider-overlay h6 {
  color: inherit;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: italic;
}

@media (min-width: 768px) {
  .caption {
    display: inline-block;
  }
  .overlay-caption-container {
    display: flex;
    flex-direction: row;
  }
  .overlay-caption-container.bottom {
    align-items: flex-end;
    justify-content: center;
  }
  .overlay-caption-container.bottom .caption {
    margin-bottom: 14px;
  }
  .overlay-caption-container.bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .overlay-caption-container.bottom-left .caption {
    margin-bottom: 14px;
    margin-left: 14px;
  }
  .overlay-caption-container.bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .overlay-caption-container.bottom-right .caption {
    margin-bottom: 14px;
    margin-right: 14px;
  }
  .overlay-caption-container.center {
    align-items: center;
    justify-content: center;
  }
  .overlay-caption-container.left {
    align-items: center;
  }
  .overlay-caption-container.left .caption {
    margin-left: 14px;
  }
  .overlay-caption-container.right {
    align-items: center;
    justify-content: flex-end;
  }
  .overlay-caption-container.right .caption {
    margin-right: 14px;
  }
  .overlay-caption-container.top {
    justify-content: center;
  }
  .overlay-caption-container.top .caption {
    margin-top: 14px;
  }
  .overlay-caption-container.top-left {
    justify-content: flex-start;
  }
  .overlay-caption-container.top-left .caption {
    margin-top: 14px;
    margin-left: 14px;
  }
  .overlay-caption-container.top-right {
    flex-direction: row;
    justify-content: flex-end;
    text-align: right;
  }
  .overlay-caption-container.top-right .caption {
    margin-top: 14px;
    margin-right: 14px;
  }
}
/* Add Transparent Strata Style */
.s3-transparent.s3-bg-gt {
  background-color: rgba(167, 157, 159, 0.75);
}
.s3-transparent.s3-bg-gt1k {
  background-color: rgba(95, 40, 53, 0.75);
}
.s3-transparent.s3-bg-gt2k {
  background-color: rgba(71, 34, 42, 0.75);
}
.s3-transparent.s3-bg-gt3k {
  background-color: rgba(47, 28, 31, 0.75);
}
.s3-transparent.s3-bg-gd {
  background-color: rgba(206, 184, 136, 0.75);
}
.s3-transparent.s3-bg-gd1c {
  background-color: rgba(218, 202, 166, 0.75);
}
.s3-transparent.s3-bg-gd2c {
  background-color: rgba(231, 220, 196, 0.75);
}
.s3-transparent.s3-bg-gd3c {
  background-color: rgba(243, 237, 225, 0.75);
}
.s3-transparent.s3-bg-c {
  background-color: rgba(253, 252, 252, 0.75);
}
.s3-transparent.s3-bg-w {
  background-color: rgba(244, 244, 244, 0.75);
}
.s3-transparent.s3-bg-n2w {
  background-color: rgba(213, 212, 212, 0.75);
}
.s3-transparent.s3-bg-n1w {
  background-color: rgba(181, 181, 180, 0.75);
}
.s3-transparent.s3-bg-n {
  background-color: rgba(150, 149, 148, 0.75);
}
.s3-transparent.s3-bg-n1s {
  background-color: rgba(118, 116, 116, 0.75);
}
.s3-transparent.s3-bg-n2s {
  background-color: rgba(86, 85, 84, 0.75);
}
.s3-transparent.s3-bg-s {
  background-color: rgba(44, 42, 41, 0.75);
}
.s3-transparent.s3-bg-k {
  background-color: rgb(22, 21, 20);
}

.caption p:last-child {
  margin: 0;
}

body {
  position: relative;
}

:target:before {
  content: "";
  display: block;
  height: 90px; /* fixed header height + 10*/
  margin: -90px 0 0; /* negative fixed header height + 10 */
}

@media (min-width: 768px) {
  .search-form {
    margin-bottom: 20px;
  }
}
.nav-stacked > li + li {
  margin-top: 0;
}

.site-nav {
  display: block;
}
.site-nav > li {
  border-left: solid 4px transparent;
  border-top: solid 1px #d5d4d4;
  /*&.active > a,
  &.active > a:hover {
      color: $s3-gt;
  }*/
}
.site-nav > li > a {
  display: block;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: -4px;
  border-left: solid 4px transparent;
}
.site-nav > li.active > a,
.site-nav > li > a:hover {
  border-left-color: #782f40;
}
.site-nav > li a[href*="//"]:not([href*="marinelab.fsu.edu"]):after {
  content: "\f08e";
  font-family: FontAwesome;
  /*font-size: 10px;*/
  /*margin-left: 3px;*/
  float: right;
  width: 1.28571429em;
  text-align: center;
}
.site-nav > li a[href$=".pdf"]:after {
  content: "\f1c1";
  font-family: FontAwesome;
  /*font-size: 12px;
  margin-left: 3px;*/
  float: right;
  width: 1.28571429em;
  text-align: center;
}

.s3-w .dropdown-menu > li > a,
.s3-w .nav-stacked .open > a,
.s3-w .nav-stacked .open > a:focus,
.s3-w .nav-stacked .open > a:hover,
.s3-w .nav-stacked li.active > a,
.s3-w .nav-stacked li > a:focus,
.s3-w .nav-stacked li > a:hover,
.s3-w .pagination li a:hover,
.s3-w .pagination li.active a,
.s3-w .s3-nv .dropdown-menu > li > a:hover {
  background-color: transparent;
}

.main-content ul:not(.nav) {
  /*a[href*="//"]:not([href*="marinelab.fsu.edu"]):after {
      content: '\f08e';
      font-family: FontAwesome;
      font-size: 10px;
      margin-left: 3px;
  }*/
}
.main-content ul:not(.nav) a[href$=".pdf"]:after {
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 3px;
}

.s3-img-title {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.blueimp-gallery > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}

.blueimp-gallery-controls > .description {
  display: block;
}

.cropped-img {
  position: relative;
  overflow: hidden;
}
.cropped-img img {
  margin-left: 50%;
  transform: translateX(-50%);
}

.validation-summary-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 1em;
  margin-bottom: 28px;
  border: 1px solid transparent;
  border-radius: 0;
}
.validation-summary-errors ul:last-child,
.validation-summary-errors p:last-child {
  margin-bottom: 0;
}

.field-validation-valid {
  display: none;
}

.validation-summary-valid {
  display: none;
}

.field-validation-error {
  color: #a94442;
}

.has-error label {
  color: #a94442;
}

.gsc-adBlock,
iframe#master-1 {
  display: none !important;
}

h2 > .anchor-link {
  position: absolute;
  left: -3px;
  /* FontAwesome fa style*/
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin-top: 6px;
  opacity: 0;
  transition: none;
}
h2 > .anchor-link:before {
  content: "\f0c1";
}
h2:hover > .anchor-link {
  opacity: 1;
}

.slider-content {
  padding-left: 2.369em;
  padding-right: 2.369em;
  padding-bottom: 1.333em;
}
.slider-content .flex-direction-nav a:before {
  color: #2c2a29;
}
.slider-content .flex-control-nav {
  zoom: 1;
  z-index: 100;
  pointer-events: none;
}
.slider-content .flex-control-nav li {
  pointer-events: auto;
}

.entry-content {
  word-break: break-word;
}

@media (min-width: 992px) {
  h1 > .anchor-link {
    left: -3px;
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  h1 > .anchor-link {
    left: -22px;
    font-size: 30px;
    margin-top: 14px;
  }
}
.rte-content h1:before, .rte-content h2:before, .rte-content h3:before {
  content: "";
  clear: both;
}

a[data-gallery] {
  cursor: zoom-in;
}

#sidebar.affix {
  top: 90px;
}

#sidebar.affix-bottom {
  position: relative;
}

@media (max-width: 991px) {
  #sidebar.affix {
    position: static;
  }
}
@media (min-width: 992px) {
  #sidebar.affix {
    width: 214px;
  }
}
@media (min-width: 1200px) {
  #sidebar.affix {
    width: 264px;
  }
}
.umbracoForms-Indicator,
.contourIndicator {
  color: #d9534f;
}

.back-to-top-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.back-to-top {
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {
  .back-to-top-container {
    display: none;
  }
}
.anchor-padded:before {
  content: "";
  display: block;
  margin: -37px 0 0;
  height: 37px;
}

.rte-figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 14px;
  height: auto !important;
  max-width: 100%;
}
.rte-figure img {
  height: auto !important;
  max-width: 100%;
}

@media (min-width: 767px) {
  .rte-figure.right {
    float: right;
    margin-left: 1.5em;
  }
  .rte-figure.left {
    float: left;
    margin-right: 1.5em;
  }
  .rte-figure.right,
  .rte-figure.left {
    display: block;
    max-width: calc(50% - 1.5em);
  }
}
.video-container {
  height: 500px;
  width: 100%;
  position: relative;
  margin-bottom: 93px;
}
.video-container .caption-overlay {
  display: block;
  background: url("../Content/img/video-caption.jpg") center no-repeat;
  color: #fdfcfc;
  width: 653px;
  max-width: 100%;
  height: 130px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.video-container .caption-overlay .caption {
  color: white;
  font-size: 20px;
  margin-left: 20px;
  line-height: 1.2;
}

.video-background {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.alt-header {
  position: relative;
  padding-top: 16px;
  /*border-bottom: solid 1px #d2d2d2;*/
  /*padding-bottom: @banner-overlap;*/
  /*position: relative;*/
}
.alt-header ul,
.alt-header li,
.alt-header a {
  line-height: 1;
}
.alt-header .title,
.alt-header .subtitle {
  color: #782f40;
  font-weight: 200;
  line-height: 1;
}
.alt-header .title {
  font-size: 28px;
}
.alt-header .subtitle {
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .alt-header {
    padding-bottom: 16px;
  }
}

#fsu-header .alt-nav {
  display: inline-block;
  float: right;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#fsu-header .alt-nav > ul {
  list-style: none;
  margin-bottom: 0;
}
#fsu-header .alt-nav > ul > li {
  display: inline-block;
  position: relative;
}
#fsu-header .alt-nav > ul > li > a {
  display: inline-block;
  font-size: 16px;
  margin-top: -5px;
  padding: 10px 15px;
  color: #782f40 !important;
}
#fsu-header .alt-nav > ul > li > a:hover, #fsu-header .alt-nav > ul > li > a:active {
  /*color: $s3-c !important;*/
  background-color: #d5d4d4 !important;
}

.alt-header .title {
  text-align: center;
  margin: 1rem 0 !important;
}
.alt-header .title a {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 200;
}

.fsucml-slick-slider {
  margin-left: 25px;
  margin-right: 25px;
}

.accordion-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
  width: 1.28571429em;
  text-align: center;
}
.accordion-icon:before {
  content: "\f078";
}

.collapsed .accordion-icon:before {
  content: "\f054";
}

.site-logo-container {
  height: 40px;
}

.site-logo {
  position: absolute;
  width: 150px;
  left: 0px;
  top: 0px;
}

#fsu-title a {
  font-weight: 700;
}

nav li a {
  display: block;
  background-image: none;
  font-weight: 500;
  line-height: 1.777;
  padding: 1em;
}

#fsu-footer hr {
  border-top: 1px solid #5e2430;
  border-bottom: 1px solid #844a56;
}

footer a {
  font-weight: 400;
}
