/* ucsd 2020 palette */
:root {
  --brand-primary:             #006a96;
  --brand-secondary:           #00c6d7;
  --brand-dark:                #182b49;

  --black:                     #000000;
  --gray:                      #484949;
  --white:                     #ffffff;
}

/* ucsd 2023 palette */
:root {
  --core-navy:                 #182b49;
  --core-navy-trans:           #182b49e9;
  --core-blue:                 #00629b;
  --core-blue-trans:           #00629be9;
  --core-gold:                 #c69214;
  --core-yellow:               #ffcd00;

  --accent-turquoise:          #00c6d7;
  --accent-magenta:            #d462ad;
  --accent-sand:               #f5f0e6;
  --accent-green:              #6e963b;
  --accent-citron:             #f3e500;
  --accent-orange:             #fc8900;

  --neutral-black:             #000000;
  --neutral-cool-gray:         #747678;
  --neutral-stone:             #b6b1a9;
  --neutral-white:             #ffffff;
}

/* birch palette */
:root {
  --bas-navy:                  #182b49;
  --bas-navy-hover:            #101d32;
  --bas-navy-trans:            #182b49e9;
  --bas-navy-trans-hover:      #101d32e9;
  --bas-blue:                  #025284;
  --bas-blue-hover:            #01436b;
  --bas-blue-trans:            #025284e9;
  --bas-blue-trans-hover:      #01436b;

  --bas-blue-muted:            #006699;
  --bas-blue-muted-hover:      #00527c;
  --bas-blue-muted-trans:      #006699e9;
  --bas-blue-muted-hover-trans:#00527ce9;
  --bas-blue-bright:           #00c6d7;
  --bas-blue-bright-trans:     #090a0ae9;

  --bas-green:                 #c1d82f;
  --bas-green-hover:           #adc12a;
  --bas-orange:                #ffcc66;
  --bas-pink:                  #cc3399;
  --bas-pink-hover:            #b02b84;

  --bas-blue-pale:             #cfebf7;
  --bas-gray-dark:             #545454;
  --bas-gray-pale:             #f5f5f5;
  --bas-green-pale:            #f5fbdf;
}

/* birch usage */
:root {
  --color-primary:             var(--bas-blue-muted);
  --color-accent:              var(--bas-blue-bright);

  --link-color:                var(--color-primary);
  --link-color-hover:          #005985;

  --social-facebook:           #3b5998;
  --social-twitter:            #1da1f2;
  --social-youtube:            #ff0000;
  --social-instagram:          #8a3ab9;
  --social-linkedin:           #0077b5;
  --social-pinterest:          #bd081c;
  --social-tiktok:             #00eae3;
  --social-email:              var(--core-yellow);
  --social-link:               var(--core-yellow);
  --social-google:             #4285f4;
  --social-calendar:           var(--core-yellow);
  --social-rss:                #ee802f;

  --alert-color:               #990000;
  --alert-danger-color:        #990000;
  --alert-success-color:       var(--accent-green);
  --alert-warning-color:       #997800;

  --debug-green1:              #a2efa7;
  --debug-green2:              #b8f3bc;
  --debug-purple:              #715ec7;
  --admin-red1:                #660000;
  --admin-red2:                #330000;

  --env-local:                 #1d8aa8;
  --env-dev:                   #1da826;
  --env-stage:                 #a89d25;
  --env-prod:                  #a8331e;

  --accordion-light:           #eaeaea;
  --accordion-lighter:         #efefef;

  --h1: 3.5rem;
  --h2: 2.5rem;
  --h3: 1.5rem;
}

/* ************************** */
/* BEGIN: BASE LEVEL ELEMENTS */
/* ************************** */

body,
html {
  font: normal normal normal 18px/1.5 "BrixSansRegular", sans-serif;
}

body {
  color: var(--bas-gray-dark);
  overflow-x: hidden;
}
  @media (max-width: 263px) {
    body {
      padding-top: 0;
    }
  }
  body.cke_editable {
    margin: 8px;
  }

  /**
   * Animal & Exhibit
   * Underline link in hero only on hover
   */
  body.page-node-type-animal .jumbotron-hero a,
  body.page-node-type-exhibit .jumbotron-hero a {
    text-decoration: none !important;
  }
    body.page-node-type-animal .jumbotron-hero a:hover,
    body.page-node-type-exhibit .jumbotron-hero a:hover {
      text-decoration: underline !important;
    }

  body.page-node-type-animal .related-display-items {
    padding: 2em 1em;
  }

  /* local tasks block fixes (e.g. View, Edit, Delete, etc.) */
  body.page-node-type-event nav.tabs,
  body.page-node-type-news nav.tabs {
    margin: 0;
  }

  /* node types */
  /** event **/
  body.page-node-type-event h1 {
    margin-top: 0 !important;
  }
  body.page-node-type-event .page-header {
    border: none;
    margin-bottom: 0.2em;
  }
  body.page-node-type-event .event-summary {
    font-size: 24px;
    margin-bottom: 1em;
  }
  body.page-node-type-event .region.region-content {
    padding: 0;
  }

  body.page-node-type-event .event-image {
    margin-bottom: 11.5px;
  }
    body.page-node-type-event .event-image p {
      margin-bottom: 0;
    }

  body.page-node-type-event .event-meta {
    line-height: 1.8em;
    padding: 0 0 1em;
  }
    @media (min-width: 1024px) {
      body.page-node-type-event .event-meta {
        display: flex;
      }
    }
    body.page-node-type-event .event-meta .event-meta-left {
      display: flex;
      flex-direction: column;
    }
      body.page-node-type-event .event-meta .event-meta-left .event-meta-header {
        display: block;
        font-family: 'BrixSansBold';
        text-transform: uppercase;
      }
      @media (min-width: 768px) {
        body.page-node-type-event .event-meta .event-meta-left .event-meta-header {
          display: inline-block;
          min-width: 6em;
        }
      }

    body.page-node-type-event .event-meta .event-meta-right {
      padding-bottom: 0;
      padding-left: 0;
      padding-top: 0.5em;
    }
      body.page-node-type-event .event-meta .event-meta-right ul.social {
        display: flex;
        padding-inline-start: 0;
      }
        @media (min-width: 1024px) {
          body.page-node-type-event .event-meta .event-meta-right ul.social {
            padding-inline-start: 40px;
          }
        }
        body.page-node-type-event .event-meta .event-meta-right ul.social li {
          list-style-type: none;
          margin-right: 0.5em;
        }

    body.page-node-type-event .event-meta .event-meta-right.inverse {
      padding: 0 !important;
    }
      body.page-node-type-event .event-meta .event-meta-right.inverse ul li {
        border: none;
        border-radius: 0;
        padding: 0;
      }
        body.page-node-type-event .event-meta .event-meta-right.inverse ul li a {
          background-color: var(--neutral-white) !important;
          color: var(--bas-blue-muted) !important;
        }

  body.page-node-type-event .event-detail-sidebar h6 {
    margin-bottom: 1em;
    margin-top: 0;
  }

  /** news **/
  body.page-node-type-news .field.field--name-body figure.align-center figcaption {
    text-align: left;
  }
  body.page-node-type-news .nav-tabs {
    margin: 0;
  }
  body.page-node-type-news .paragraph.paragraph--type--news-two-image {
    padding: 0;
  }
  @media (min-width: 992px) {
    body.page-node-type-news .paragraph.paragraph--type--text .container {
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  /** (basic) page **/
  /*
  body.page-node-type-page div[role="main"] .container {
    padding: 0;
  }
  */

  /* regions */
  body.no-node-type .region.region-content {
    padding: 2em 0;
  }
  body.no-node-type.path-events .region.region-content {
    padding: 0.3em 0 0;
  }

  /** toolbar **/
  body.toolbar-fixed.toolbar-horizontal nav.navbar-fixed-top,
  body.toolbar-fixed.toolbar-vertical nav.navbar-fixed-top {
    margin-top: 39px;
    padding-top: 0;
  }

  body.toolbar-horizontal nav.navbar-fixed-top,
  body.toolbar-vertical nav.navbar-fixed-top {
    margin-top: 39px;
  }

  body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open nav.navbar-fixed-top {
    margin-top: 39px;
    padding-top: 39px;
  }

  body nav.navbar-default {
    margin-top: 0;
  }

  body .main-container {
    /* margin-top: 83px; */
    /* made extra room for three-button search-nav-mobile */
    /* margin-top: 123px; */
    margin-top: 129px;

    /*
      note: any overflow hiding, like below,
      makes downstream 'position: sticky' NOT work
    */
    overflow-x: hidden;
    /* TODO: maybe use to fix main container scrolling bug */
    /* overflow-y: hidden; */
  }
    @media (min-width: 768px) {
      body .main-container {
        margin-top: 132px;
      }
    }
    @media (min-width: 992px) {
      body .main-container {
        margin-top: 211px;
      }
    }

    body .main-container.alert-margin {
      margin-top: 289px;
    }
      @media (min-width: 768px) {
        body .main-container.alert-margin {
          margin-top: 215px;
        }
      }
      @media (min-width: 992px) {
        body .main-container.alert-margin {
          margin-top: 288px;
        }
      }

a {
  color: var(--bas-blue-muted);
  line-height: 23px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--bas-blue-muted);
  font-family: 'CocogoosePro-Semilight', 'BrixSansBold', sans-serif;
  letter-spacing: -0.2px;
  line-height: 1.1em;
  text-transform: uppercase;
}
  .sidebar-section h1,
  .sidebar-section h2,
  .sidebar-section h3,
  .sidebar-section h4,
  .sidebar-section h5,
  .sidebar-section h6 {
    font-family: 'BrixSansRegular', sans-serif;
    letter-spacing: normal;
    text-transform: none;
  }

.padded {
  margin-left: 1.35em;
  margin-right: 1.35em;
}

/* < 480px */
h1,
.jumbotron h1,
.jumbotron .h1,
.event-container h1 {
  font-size: 1.20rem;
}
h2,
.jumbotron h2,
.jumbotron .h2 {
  font-size: 1.10rem;
}
h3,
.jumbotron h3,
.jumbotron .h3 {
  font-size: 1.05rem;
}
h4, .h4 { font-size: 1.00rem; }
h5, .h5 { font-size: 0.90rem; }
h6, .h6 { font-size: 0.80rem; }

@media (min-width: 480px) {
  h1,
  .jumbotron h1,
  .jumbotron .h1,
  .event-container h1 {
    font-size: 2.00rem;
  }
  h2,
  .jumbotron h2
  .jumbotron .h2 {
    font-size: 1.50rem;
  }
  h3,
  .jumbotron h3,
  .jumbotron .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 { font-size: 1.10rem; }
  h5, .h5 { font-size: 1.05rem; }
  h6, .h6 { font-size: 1.00rem; }
}

@media (min-width: 768px) {
  .jumbotron {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  h1,
  .jumbotron h1,
  .jumbotron .h1,
  .event-container h1 {
    font-size: 2.22223rem;
  }
  h2,
  .jumbotron h2,
  .jumbotron .h2 {
    font-size: 2.00rem;
  }
  h3,
  .jumbotron h3,
  .jumbotron .h3 {
    font-size: 1.50rem;
  }
  h4, .h4 { font-size: 1.25rem; }
  h5, .h5 { font-size: 1.12rem; }
  h6, .h6 { font-size: 1.00rem; }
}

@media (min-width: 1200px) {
  h1,
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 3.00rem;
  }
  .event-container h1 {
    font-size: 2.22223rem;
  }
  h2,
  .jumbotron h2,
  .jumbotron .h2 {
    font-size: 2.50rem;
  }
  h3,
  .jumbotron h3,
  .jumbotron .h3 {
    font-size: 1.60rem;
  }
  h4, .h4 {
    font-size: 1.50rem;
  }
  h5, .h5 { font-size: 1.25rem; }
  h6, .h6 { font-size: 1.12rem; }
}

.jumbotron .text-indent,
.jumbotron.jumbotron-callout-three .text-indent {
  margin-bottom: 0;
}

.jumbotron.jumbotron-callout-three .text-indent {
  /* margin-left: 15px; */
  /* margin-right: 15px; */
}
  @media (min-width: 768px) {
    .jumbotron.jumbotron-callout-three .text-indent {
      padding-left: 0;
    }
  }

h2.padded {
  margin-left: 0.55em;
  margin-right: 0;
}
h3.padded {
  margin-left: 0.67em;
}
h4.padded {
  margin-left: 1em;
}
h5.padded {
  margin-left: 1.4em;
}
h6.padded {
  margin-left: 1.75em;
}

.field--name-body a {
  text-decoration: underline;
}
  .field--name-body h2 a,
  .field--name-body h3 a,
  .field--name-body h4 a,
  .field--name-body h5 a,
  .field--name-body h6 a,
  .field--name-body a.btn,
  .field--name-body a.text-link {
    text-decoration: none;
  }
  @media (hover: hover) {
    a:hover {
      color: var(--link-color-hover);
    }
  }

p.debug {
  background: linear-gradient(to bottom, var(--debug-green1) 0, var(--debug-green2) 100%);
  color: var(--bas-gray-dark);
  font-family: monospace;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  margin: 8px 0;
  padding: 5px;
  white-space: nowrap;
}

.page-header {
  margin-bottom: 0;
}

.header-as-is .page-header {
  text-transform: none;
}

a.text-link {
  font-family: 'BrixSansBold';
  font-size: 1em;
}

ul.text-link-list {
  list-style: none;
  padding-left: 0;
}
  ul.text-link-list li {
    margin-bottom: 15px;
  }

form .form-item-body-0-value button {
  padding: 1px 5px;
}

form.form-inline .select-wrapper {
  display: inline-block;
  position: relative;
  width: auto;
}
  form.form-inline .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    padding-right: 2em;
  }

@media (min-width: 768px) and (max-width: 991px) {
  .form-inline .form-group {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

/* override Better Exposed Filters */
.bef-exposed-form .form--inline > .form-item {
  float: none;
}

/* make buttons wrap long text */
.btn {
  white-space: normal;
}
  @media (min-width: 768px) and (max-width: 991px) {
    .btn {
      margin-bottom: 0;
    }
  }

@media (max-width: 767px) {
  .btn[type="submit"] {
    width: 100%;
  }
}

.btn-info {
  background-color: var(--bas-blue-muted);
  border-color: transparent;
}
  .btn-info:hover {
    background-color: var(--bas-blue-muted-hover);
  }

.btn-default {
  background-color: var(--bas-pink);
  color: var(--neutral-white);
  font-family: 'BrixSansBold';
  font-size: 13px;
  letter-spacing: 1px;
}
  .btn-default:hover {
    background-color: var(--bas-pink-hover) !important;
    color: var(--neutral-white) !important;
  }
  .btn-default:focus {
    background-color: var(--bas-pink) !important;
    color: var(--neutral-white) !important;
  }

@media (min-width: 768px) {
  .btn-default {
    font-size: 15px;
  }
}

/*
  why important: override the gray bg hover listed in
  /themes/custom/aquarium/css/vendor/modules/global-changes.css
*/
.btn-secondary:hover {
  background-color: var(--neutral-white) !important;
}

.form-required:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  height: 7px;
  line-height: 1;
  vertical-align: super;
  width: 10px;
}

img.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

img.img-embed {
  margin-top: 22px;
}

nav.subnav ul li {
  float: left;
}
nav.subnav ul.nav.small-nav li,
nav.subnav ul.nav.secondary-nav li {
  float: none;
}

nav#toolbar-bar {
  z-index: 1002;
}

figure figcaption {
  font-style: italic;
  line-height: 1;
  margin: 0.5em 0 2em;
}
  figure figcaption a {
    line-height: 1;
  }

figure video.page-display,
figure .video-container.page-display {
  margin: 0;
}

figure.align-center video.page-display,
figure.align-center .video-container.page-display {
  margin: 0 auto;
}

figure.align-left,
figure.align-right {
  padding: 0;
}

figure.align-left video.page-display,
figure.align-left .video-container.page-display,
figure.align-right video.page-display,
figure.align-right .video-container.page-display {
  margin-top: 6px;
}

figure.align-left figcaption,
figure.align-right figcaption {
  margin: 0.5em 0;
}

@media (min-width: 768px) {
  figure.align-left video.page-display,
  figure.align-left .video-container.page-display,
  figure.align-right video.page-display,
  figure.align-right .video-container.page-display {
    min-width: 350px;
  }
}

figure.align-left {
  display: table;
  padding-right: 1.5em;
}
  figure.align-left figcaption {
    caption-side: bottom;
    display: table-caption;
    padding-right: 35px;
  }

figure.align-center {
  display: table;
}
  figure.align-center figcaption {
    caption-side: bottom;
    display: table-caption;
  }

figure.align-right {
  display: table;
  padding-left: 1.5em;
}
  figure.align-right figcaption {
    caption-side: bottom;
    display: table-caption;
    padding-left: 35px;
  }

video {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

video.page-display,
.video-container.page-display {
  height: auto;
  margin: 0 auto;

  /* max-width: 870px; */
  position: static;
}

video.video-embed {
  height: auto;
  margin-top: 22px;
  min-height: 0;
  object-fit: contain;
  position: static;
  z-index: 0;
}

video + figcaption {
  margin: 0 auto;
  max-width: 870px;
}

@media (min-width: 350px) {
  video.page-display,
  .video-container.page-display {
    min-width: 321px;
  }
}

@media (min-width: 992px) {
  video {
    min-height: 480px;
    object-fit: cover;
  }
}

.field.field--name-body {
  padding: 2em 0;
}
  @media (min-width: 992px) {
    .field.field--name-body {
      padding: 2em 0;
    }
  }

.daily-schedule-page .field.field--name-body,
.directory-page .field.field--name-body,
.search-page .field.field--name-body {
  padding: 1em 0;
}
  @media (min-width: 768px) {
    .daily-schedule-page .field.field--name-body,
    .directory-page .field.field--name-body,
    .search-page .field.field--name-body {
      padding: 1em 0;
    }
  }

.search-page .gsc-control-cse {
  padding: 0;
}

/*
  exceptions for Body fields that have <figure>
  if a video, we need to do a simple block display
*/
.field.field--name-body .align-center img,
.field.field--name-body .align-center .field.field--type-file {
  margin: 0 auto;
  text-align: center;
}

.field.field--name-body figure.align-center,
.field.field--name-body figure.align-center figcaption {
  display: block;
}

.field.field--name-body figure.align-center .field.field--type-image img {
  margin: 0 auto;
}

.field.field--name-body figure.align-center figcaption {
  margin-bottom: 1em;
  text-align: center;
}

/**
 * Featured Items paragraph
 * Items with grid don't have height?
 */
.field--name-field-featured-items {
  display: flow-root;
}

article.page h2,
article.page h3,
article.page h4,
article.page h5,
article.page h6 {
  margin-top: 0;
}

/**
 * Animals / Exhibits landing pages
 * Special view (fancy cards)
 */
/* FIXME */
article.animal.simple-cards,
article.exhibit.simple-cards,
article.event.simple-cards,
article.page.simple-cards {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  min-height: 400px;
}
  article.animal.simple-cards h4,
  article.exhibit.simple-cards h4,
  article.event.simple-cards h4,
  article.page.simple-cards h4 {
    background-color: rgba(0, 102, 153, 0.8); /* #006699 80% */
    bottom: 0;
    color: var(--neutral-white);
    display: grid;
    margin: 0;
    padding: 0.1em 0.5em;
    position: absolute;
    min-height: 90px;
    text-align: center;
    width: 100%;
  }
    article.animal.simple-cards h4 span,
    article.exhibit.simple-cards h4 span,
    article.event.simple-cards h4 span,
    article.page.simple-cards h4 span {
      align-items: center;
      display: inline-grid;
      padding: 0;
      vertical-align: middle;
      /* text-wrap: nowrap; */
      /* No Firefox support */
    }

@media (min-width: 768px) and (max-width: 1439px) {
  article.animal.simple-cards h4 span.light-compression,
  article.exhibit.simple-cards h4 span.light-compression,
  article.event.simple-cards h4 span.light-compression,
  article.page.simple-cards h4 span.light-compression {
    font-size: 2.0vw;
  }

  article.animal.simple-cards h4 span.heavy-compression,
  article.exhibit.simple-cards h4 span.heavy-compression,
  article.event.simple-cards h4 span.heavy-compression,
  article.page.simple-cards h4 span.heavy-compression {
    font-size: 1.5vw;
    line-height: 1.25;
  }
}

@media (min-width: 1439px) and (max-width: 1999px) {
  article.animal.simple-cards h4 span.heavy-compression,
  article.exhibit.simple-cards h4 span.heavy-compression,
  article.event.simple-cards h4 span.heavy-compression,
  article.page.simple-cards h4 span.heavy-compression {
    font-size: 1.15vw;
    line-height: 1.1;
  }
}

@media (min-width: 2000px) and (max-width: 2559px) {
  article.animal.simple-cards h4 span.heavy-compression,
  article.exhibit.simple-cards h4 span.heavy-compression,
  article.event.simple-cards h4 span.heavy-compression,
  article.page.simple-cards h4 span.heavy-compression {
    font-size: 1.05vw;
    line-height: 1.1;
  }
}

drupal-media[data-entity-type="media"] > div {
  border: 1px solid var(--neutral-white);
  clear: both;
}
  @media (hover: hover) {
    drupal-media[data-entity-type="media"] > div:hover {
      border: 1px dashed var(--neutral-black);
    }
  }

table.sticky-header {
  margin-top: 83px;
}

.page-section {
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
}

@media (min-width: 992px) {
  table.sticky-header {
    margin-top: 210px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-tablet {
    width: 100%;
  }
}

/* ************************ */
/* END: BASE LEVEL ELEMENTS */
/* ************************ */

/* *************************** */
/* BEGIN: HEAVILY-USED CLASSES */
/* *************************** */

.alert {
  padding: 1.35em;
  position: relative;
  z-index: 1001;
}
  .alert a {
    color: var(--neutral-black);
    text-decoration: underline;
  }

.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}

.align-center {
  padding: 1em 0;
  text-align: center;
}
  .align-center img {
    display: inline;
  }

.align-left {
  padding: 0 1em 1em 0;
}

.align-right {
  padding: 0 0 1em 1em;
}

.boilerplate {
  border-top: 1px solid var(--bas-gray-dark);
  font-size: 0.8em;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

.region.region-alert-banner {
  max-height: 160px;
  padding: 0;
}
  .region.region-alert-banner .field.field--name-body {
    padding: 0;
  }
  .region.region-alert-banner .alert {
    align-items: center;
    background: var(--bas-pink);
    color: var(--neutral-white);
    display: flex;
    min-height: 160px;
  }
    @media (min-width: 768px) and (max-width: 991px) {
      .region.region-alert-banner .alert {
        min-height: 83px;
        padding: 0;
      }
    }
    @media (min-width: 992px) {
      .region.region-alert-banner .alert {
        min-height: auto;
      }
    }
    .region.region-alert-banner .alert-banner.alert a {
      color: var(--neutral-white);
    }
      .region.region-alert-banner .alert-banner.alert a.alert-link {
        border-bottom: 1px solid var(--neutral-white);
        font-family: 'BrixSansBold', Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
      }

/* why important: override select2 'width: auto' */
.select2-container {
  width: 100% !important;
}

/* ************************* */
/* END: HEAVILY-USED CLASSES */
/* ************************* */

/* ***************** */
/* BEGIN: TYPOGRAPHY */
/* ***************** */

.text-dark {
  color: var(--bas-gray-dark);
}

.text-link-no-decoration {
  color: var(--neutral-white);
}
  @media (hover: hover) {
    .text-link-no-decoration:hover {
      color: var(--neutral-white);
      text-decoration: underline;
    }
  }

.text-link-light {
  color: var(--bas-gray-pale);
}

a.text-link.text-link-light {
  border-bottom: 1px solid var(--bas-gray-pale);
  color: var(--bas-gray-pale);
}

/* why important: override paragraph theme options
   that would give this extra unwanted decoration */
.view-all-link,
.jumbotron-news .view-all-link {
  line-height: 1.2;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .view-all-link,
  .jumbotron-news .view-all-link {
    margin-top: 0.5em;
    padding-right: 1em;
  }
}
@media (min-width: 992px) {
  .view-all-link,
  .jumbotron-news .view-all-link {
    margin-top: 0.5em;
    padding-right: 0;
  }

  .view-all-link a.text-link.text-link-light {
    border-bottom: none !important;
    text-decoration: underline !important;
  }
}
@media (min-width: 1200px) {
  .view-all-link,
  .jumbotron-news .view-all-link {
    margin-top: 0.5em;
    padding-right: 0;
  }
}

.text-link-right {
  float: right;
}

.text-link-blue {
  border-bottom: 1px var(--bas-blue-muted) solid;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
  @media (hover: hover) {
    .text-link-blue:hover {
      text-decoration: none;
    }
  }

.text-link-hover-arrow {
  height: 16px !important;
  width: 20px !important;
}
  .jumbotron-map .text-link-hover-arrow,
  .theme.dark-on-light .text-link-hover-arrow,
  .theme.dark-on-gray .text-link-hover-arrow,
  .text-link-hover-arrow.dark {
    filter: invert(28%) sepia(37%) saturate(1862%) hue-rotate(162deg) brightness(50%) contrast(105%);
  }

.text-indent-h1 p {
  /* margin-left: 4em; */
  margin-left: 0;
}

.text-indent-h2 p {
  /* margin-left: 5.5em; */
  margin-left: 0;
}

@media (max-width: 767px) {
  .text-indent-h1 p {
    /* margin-left: 3em; */
    margin-left: 0;
  }

  .text-indent-h2 p {
    /* margin-left: 3.6em; */
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .text-indent-h1 p {
    /* margin-left: 4em; */
    margin-left: 0;
  }
}

.text-indent h2 span,
.text-indent .h2 span {
  margin-left: 0;
}

.jumbotron.jumbotron-hero-detail .text-indent h2 span,
.jumbotron.jumbotron-hero-explorations .text-indent h2 span {
  display: inline-block;
  margin-left: 0;
}

@media (min-width: 768px) {
  .text-indent h2 span,
  .text-indent .h2 span {
    margin-left: 0;
  }

  .jumbotron.jumbotron-hero-detail .text-indent h2 span,
  .jumbotron.jumbotron-hero-explorations .text-indent h2 span {
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 0;
  }
}

/* **************** */
/* BEGIN: DIRECTORY */
/* **************** */

.jumbotron-directory {
  text-align: center;
}
  .jumbotron-directory h3 {
    color: var(--bas-gray-dark);
    /* font-size: 30px; */
    font-size: 1.75em;
    letter-spacing: 0.04em;
    padding-bottom: 20px;
    text-align: left;
    text-transform: none;
  }
  .jumbotron-directory a.btn.btn-primary {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    min-width: 180px;
    padding: 11px 20px;
  }
  .jumbotron-directory .form-control {
    border: 1px solid var(--neutral-white);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-appearance: none;
    color: var(--neutral-cool-gray);
    font-family: "BrixSansBold", sans-serif;
    font-size: 18px;
    height: 44px;
    margin-bottom: 18px;
  }

.jumbotron-quote-slider .text-indent-h2 p {
  /* margin-left: 5em; */
  margin-left: 0;
}

.jumbotron-quote-slider .text-indent-h2 a.btn {
  /* margin-left: 6em; */
  margin-left: 0;
}

.jumbotron-hero,
.jumbotron-image-bg {
  background-blend-mode: normal;
}

@media (min-width: 768px) {
  .jumbotron-hero.jumbotron-detail {
    /* padding-top: 150px; */
  }
}

/* ************** */
/* END: DIRECTORY */
/* ************** */

/* ***************** */
/* BEGIN: NAVIGATION */
/* ***************** */

/* NAVBAR - topbar, logo, search, global nav */

/* buttons next to search button */
.nav.nav-pills.search-nav {
  float: right;
}

  .nav.nav-pills.search-nav a,
  .nav.nav-pills.search-nav-mobile a {
    border-radius: 0 !important;
    color: var(--neutral-white) !important;
    font-size: 14px;
    letter-spacing: normal;
    margin-right: 5px !important;
    min-width: auto;
    padding: 11px 24px 12px;
    text-transform: uppercase;
  }
    @media (hover: hover) {
      .nav.nav-pills.search-nav a:hover,
      .nav.nav-pills.search-nav-mobile a:hover {
        color: var(--neutral-white) !important;
      }
    }
    .nav.nav-pills.search-nav a.button-giving {
      background-color: var(--bas-blue);
    }
    .nav.nav-pills.search-nav a.button-membership {
      background-color: var(--bas-green);
      color: var(--bas-navy) !important;
    }
    .nav.nav-pills.search-nav a.button-tickets {
      background-color: var(--bas-pink);
    }
      @media (hover: hover) {
        .nav.nav-pills.search-nav a.button-giving:hover {
          background-color: var(--bas-blue-hover);
        }
        .nav.nav-pills.search-nav a.button-membership:hover {
          background-color: var(--bas-green-hover);
        }
        .nav.nav-pills.search-nav a.button-tickets:hover {
          background-color: var(--bas-pink-hover);
        }
      }
.search-nav-mobile-container {
  display: block;
}
  .search-nav-mobile-container .search-nav-mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /**
     * "Header CTA" - mobile
     * Always span full width
     * See WEB-4081
     */
    width: 100% !important;
  }
    .search-nav-mobile-container .search-nav-mobile button {
      margin-bottom: 0;
      min-width: auto;
      width: 34%;
    }
      .search-nav-mobile-container .search-nav-mobile button a {
        color: var(--neutral-white);
      }
        .search-nav-mobile-container .search-nav-mobile button a:hover {
          text-decoration: none;
        }
        .search-nav-mobile-container .search-nav-mobile button.button-giving {
          background-color: var(--bas-blue);
        }
        .search-nav-mobile-container .search-nav-mobile button.button-membership {
          background-color: var(--bas-green);
          padding: 0;
        }
          .search-nav-mobile-container .search-nav-mobile button.button-membership a {
            color: var(--bas-navy) !important;
          }
            @media (max-width: 320px) {
              .search-nav-mobile-container .search-nav-mobile button.button-membership a {
                letter-spacing: 0;
              }
            }

        .search-nav-mobile-container .search-nav-mobile button.button-tickets {
          background-color: var(--bas-pink);
        }
          @media (hover: hover) {
            .search-nav-mobile-container .search-nav-mobile button.button-giving:hover {
              background-color: var(--bas-blue-hover);
            }
            .search-nav-mobile-container .search-nav-mobile button.button-membership:hover {
              background-color: var(--bas-green-hover);
            }
            .search-nav-mobile-container .search-nav-mobile button.button-tickets:hover {
              background-color: var(--bas-pink-hover);
            }
          }

@media (min-width: 535px) {
  .search-nav-mobile-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
    .search-nav-mobile-container .search-nav-mobile {
      width: 536px;
    }
}

@media (min-width: 992px) {
  .search-nav-mobile-container {
    display: none;
  }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus .navbar-default .navbar-nav > li > a:focus {
  background-color: var(--bas-navy) !important;
  color: var(--neutral-white) !important;
}

/* global nav link override */
.navbar-default .navbar-nav .nav-group a {
  color: var(--bas-navy);
}
  .navbar-default .navbar-nav .nav-group:hover {
    background-color: var(--bas-navy) !important;
    color: var(--neutral-white);
  }
    .navbar-default .navbar-nav .nav-group:hover a {
      color: var(--neutral-white);
    }
  .navbar-default .navbar-nav .nav-group li a {
    color: var(--neutral-white);
  }

.navbar-default .navbar-nav .nav-group.bg-blue,
.navbar-default .navbar-nav .nav-group.bg-blue > a {
  background-color: var(--bas-navy);
}

/* why important: override top-navigation.css */
.navbar-default .nav-wrap {
  background-color: var(--bas-blue-trans) !important;
  padding: 0 !important;
  width: 100% !important;
}
  .navbar-default .navbar-nav .btn-group {
    background-color: inherit !important;
  }

.navbar-collapse.global-navigation > ul.secondary-nav {
  height: 270px;
  padding: 0 15px 15px;
}

@media (max-width: 991px) {
  #navbar-collapse-grid {
    max-height: 88vh; /* 100vh - header */
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .nav-wrap {
    padding: 0;
  }

  .navbar-collapse.global-navigation {
    padding-left: 0;
    padding-right: 0;
  }
    .navbar-collapse.global-navigation > ul {
      padding: 0 15px 15px;
    }

  .navbar-default .navbar-nav.small-nav .navbar-btn .dropdown-menu {
    background-color: var(--core-navy-trans);
  }
    .navbar-default .navbar-nav.small-nav .navbar-btn .dropdown-menu a {
      padding: 1em 15px 15px;
    }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: var(--bas-navy) !important;
    color: var(--neutral-white) !important;
  }
}

/*
  mobile search section adjustment
  so that it displays under search
  icon instead of 3-button menu
*/
.dropdown-menu.dropdown-search {
  top: 63%;
}
  .dropdown-menu.dropdown-search.with-alert-margin {
    top: 83%;
  }
    @media (min-width: 768px) {
      .dropdown-menu.dropdown-search.with-alert-margin {
        top: 77%;
      }
    }

@media (max-width: 767px) {
  .navbar-collapse.global-navigation > ul {
    padding: 0 15px 15px;
  }

  .navbar-collapse.global-navigation > ul.secondary-nav {
    padding: 0 0 15px;
  }
}

nav.navbar.shrink.navbar-default .navbar-brand span img,
.navbar-default .navbar-brand span img {
  /* width: 160px; */
}

.navbar-default .navbar-brand.visible-xs,
.navbar-default .navbar-brand.visible-sm,
nav.navbar.shrink.navbar-default .navbar-brand {
  padding-top: 9.5px !important;
}

.navbar-default .navbar-brand {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  nav.navbar.shrink.navbar-default .navbar-brand,
  .navbar-default .navbar-brand {
    padding-top: 14.5px;
  }
    nav.navbar.shrink.navbar-default .navbar-brand span img,
    .navbar-default .navbar-brand span img {
      width: 310px;
    }
    .navbar-default .navbar-brand span {
      width: 310px;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
  .navbar-default .navbar-brand .hidden-xxs img {
    display: none;
  }
  .navbar-default .navbar-brand span {
    width: 165px !important;
  }
    .navbar-default .navbar-brand span.visible-xxs {
      display: block !important;
      text-align: left;
    }
      .navbar-default .navbar-brand span.visible-xxs img {
        width: 165px;
      }

  nav.navbar.shrink.navbar-default .navbar-brand,
  .navbar-default .navbar-brand {
    padding-top: 9.5px;
  }

  nav.navbar.shrink.navbar-default .navbar-brand span img,
  .navbar-default .navbar-brand span img {
    width: 165px;
  }
}

@media (min-width: 475px) {
  nav.navbar.shrink.navbar-default .navbar-brand span img,
  .navbar-default .navbar-brand span img {
    /* width: 160px; */
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-brand.visible-xs,
  .navbar-default .navbar-brand.visible-sm,
  nav.navbar.shrink.navbar-default .navbar-brand {
    padding-top: 28.5px;
  }

  nav.navbar.shrink.navbar-default .navbar-brand span img,
  .navbar-default .navbar-brand span img {
    width: 360px;
  }
}



.navbar-header .search-icon {
  outline: none;
  outline-width: 0;
}
  /* why important: override top-navigation.css */
  .navbar-header .search-icon.search-expand {
    padding: 0.4rem 0.5rem;
  }
  @media (min-width: 768px) {
    .navbar-default .search-icon.search-expand {
      /* why important: override top-navigation.css */
      padding: 0.495rem !important;
    }
  }

@media (max-width: 767px) {
  .navbar-header .dropdown-search .search-icon.search-expand {
    padding: 0.4rem 0.5rem;
  }
}

/* top nav i.e. join scripps, news, portal) */
.top-nav > li {
  float: right;
  font-size: 0.8em;
  margin-bottom: 25px;
}

.nav > li > a,
.navbar a.link {
  color: var(--bas-gray-dark);
}

.nav > li > a {
  margin-right: 0;
}

.main-nav {
  padding: 18px 0 0 0;
}
  .main-nav .nav ul li {
    float: none;
  }
  .main-nav .list-unstyled li a {
    color: var(--neutral-white);
  }
    .main-nav .list-unstyled li a:hover,
    .main-nav .list-unstyled li.active a {
      background-color: var(--neutral-white);
      color: var(--bas-navy);
    }
  .main-nav .nav-group > a {
    color: var(--neutral-white);
  }
    .main-nav .nav-group > a.bg-blue {
      /* background-color: var(--bas-navy) !important; */
      /* color: var(--neutral-white) !important; */
    }
    .main-nav .nav-group.bg-blue > .list-unstyled a:hover {
      background-color: var(--neutral-white) !important;
      color: var(--bas-navy) !important;
    }

.bg-blue {
  background-color: var(--bas-navy);
}

/* local tasks block fixes (e.g. View, Edit, Delete, etc.) */
.nav-tabs {
  margin: 0;
}
.local-tasks {
  padding: 0;
}
  @media (min-width: 768px) {
    .local-tasks {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

@media (max-width: 991px) {
  .event-detail-sidebar {
    margin-bottom: 1.25em;
  }
}

.event-container .nav-tabs,
.nav-tabs.tabbed-content-three {
  margin-left: 0;
}

.nav-tabs > li {
  background-image: none;
  box-shadow: none;
  height: auto;
  padding: 0.25em 1em;
}
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: none;
  }

.nav-tabs.tabbed-content-three > li.tabbed-tab {
  height: 200px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 1%;
}
  .nav-tabs.tabbed-content-three > li.tabbed-tab a {
    height: 100%;
    outline: none;
    padding-top: 57px;
  }

@media (min-width: 768px) {
  .nav-tabs {
    margin: 0;
  }

  .nav-tabs.tabbed-content-three > li.tabbed-tab {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .nav-tabs.tabbed-content-three > li.tabbed-tab {
    width: 323px;
  }
}

@media (min-width: 1200px) {
  .nav-tabs.tabbed-content-three > li.tabbed-tab {
    width: 390px;
  }
}

.nav.nav-tabs > li.active {
  background-color: var(--bas-blue-muted);
}

.nav.nav-tabs > li:hover {
  color: var(--neutral-white);
  cursor: pointer;
}
  .nav.nav-tabs > li:hover a {
    color: var(--neutral-white);
  }
  .nav.nav-tabs > li.active:hover,
  .nav.nav-tabs > li.active:hover a {
    color: var(--bas-navy);
  }
  .nav.nav-tabs > li.active a:hover {
    color: var(--bas-navy);
    cursor: pointer;
  }

.navbar-form {
  margin-bottom: 15px;
}

/* mobile hamburger menu */
.secondary-nav {
  background-color: transparent;
  margin: 0;
}
  .secondary-nav > li {
    background-color: var(--core-navy);
    margin-bottom: 0.5em;
  }
    .secondary-nav > li a {
      color: var(--neutral-white);
    }

/* why important: override bootstrap hover color */
.secondary-nav > li a:hover {
  background-color: var(--bas-navy) !important;
}

a.btn.btn-primary.navbar-btn.hidden-sm.btn-apply {
  margin-right: 15px;
}

.input-group-btn:last-child {
  /* aligns portal button to right of News in top nav */
  margin-left: -50px;
}

/* why important: override top-navigation.css */
.breadcrumb {
  font-size: 0.95rem;
  margin-bottom: 0;
  padding: 0.5rem 0 !important;
}
  /* styles.css override: Safari displays final breadcrumb incorrectly otherwise */
  .breadcrumb > li {
    display: inline;
  }
    /* remove "| " from last child */
    .breadcrumb > li:last-child::after {
      content: none;
    }
.breadcrumbs-on-hero {
  margin: 0;
  padding: 0;
}
  .breadcrumbs-on-hero .breadcrumb {
    background-color: transparent !important;
    color: var(--neutral-white);
  }
    .breadcrumbs-on-hero .breadcrumb ol,
    .breadcrumbs-on-hero .breadcrumb > li:after,
    .breadcrumbs-on-hero .breadcrumb a {
      color: var(--neutral-white) !important;
    }

/* *************** */
/* END: NAVIGATION */
/* *************** */

/* ************ */
/* BEGIN: PANEL */
/* ************ */

/* affects CC2/CC3/CC4 */
.panel.panel-primary {
  background-color: var(--bas-blue-muted-trans);
  background-position: center;
}
  /**
   * Paragraph - Text & CTA w/ Slider, etc.
   * Give forced-white to links in cards (because they have dark background)
   */
  .panel.panel-primary h3,
  .panel.panel-primary a:not(.btn) {
    color: var(--white) !important;
  }

.panel-vertical {
  float: left;
}

.panel-bg-1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.panel-bg-1:hover,
.panel-bg-2:hover,
.panel-bg-3:hover {
  background: #0000001a;
  transition: all 0.1s ease-in-out;
}

.panel-bg-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.panel-bg-3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ********** */
/* END: PANEL */
/* ********** */

/* **************** */
/* BEGIN: JUMBOTRON */
/* **************** */

.jumbotron p {
  font-size: 1em;
}
  @media (max-width: 767px) {
    .jumbotron p {
      font-size: 1em;
    }
  }

.jumbotron .text-indent p {
  text-shadow: 0 0 50px rgb(0 0 0 / 75%);
}

.jumbotron-map .panel.panel-default {
  background: var(--neutral-white);
  color: var(--bas-gray-dark);
}
  .jumbotron-map .panel.panel-default a {
    color: var(--bas-blue-muted);
  }
    .jumbotron-map .panel.panel-default a.text-link {
      border-bottom: 1px solid var(--bas-blue-muted);
    }

.jumbotron-white {
  background-color: var(--neutral-white);
}
  .jumbotron-white .text-indent-h1 p {
    /* margin-left: 4.5em; */
    margin-left: 0;
  }

@media (max-width: 767px) {
  .jumbotron-white .text-indent-h1 p {
    /* margin-left: 4em; */
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .jumbotron-white .text-indent-h1 p {
    /* margin-left: 3em; */
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .text-indent-h1 a.btn {
    margin-left: 0;
    margin-bottom: 13px;
  }

  .text-indent-h2 a.btn {
    margin-left: 0;
    margin-bottom: 13px;
  }
}

.jumbotron-blue {
  background-color: var(--bas-navy);
}
  .jumbotron-blue .text-indent-h1 p {
    /* margin-left: 4.5em; */
    margin-left: 0;
  }
  .jumbotron-blue .text-link {
    border-bottom: 1px solid var(--neutral-white);
    color: var(--bas-gray-pale);
  }

@media (max-width: 767px) {
  .jumbotron-blue .text-indent-h1 p {
    /* margin-left: 4em; */
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .jumbotron-blue .text-indent-h1 p {
    /* margin-left: 3em; */
    margin-left: 0;
  }
}

.jumbotron.jumbotron-event-multiple .events-wrap p {
  padding-bottom: 1em;
}

/* ****************** */
/* BEGIN: COLLECTIONS */
/* ****************** */

.text-indent-h1 p.no-indent {
  width: auto;
}

.text-indent-h2 p.no-indent {
  width: auto;
}

@media (min-width: 992px) {
  .text-indent-h2 p {
    /* margin-left: 5.5em; */
    margin-left: 0;
  }
}

.jumbotron-collections-landing .text-indent-h1 p,
.jumbotron-collections-landing .text-indent-h2 p {
  width: 15em;
}

.jumbotron-hero.jumbotron-collections-landing {
  padding-top: 105px;
  padding-bottom: 75px;
}
  .jumbotron-hero.jumbotron-collections-landing h2 {
    text-shadow: none;
  }

.jumbotron-animal .container,
.jumbotron-exhibit .container {
  /* this breaks any Hero with too much title/text */
  /* overflow: hidden; */
}

/*
@media (min-width: 1200px) {
  .jumbotron-animal,
  .jumbotron-exhibit {
    max-height: 650px !important;
    min-height: 650px !important;
  }
}
*/

/* **************** */
/* END: COLLECTIONS */
/* **************** */

/* *******************  */
/* BEGIN: NEWS FILTERS */
/* ******************* */

#news-filters {
  float: right;
  left: -50%;
  position: relative;
  text-align: left;
  top: -1.5em;
  z-index: 1;
}
  #news-filters .nav {
    list-style: none;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    left: 50%;
  }
    #news-filters .nav > li {
      float: left;
      position: relative;
      cursor: pointer;
    }
      #news-filters .nav > li.disabled {
        min-height: 86px;
        position: relative;
        top: -5px;
      }
      #news-filters .nav > li.news-filter-option > a {
        padding: 5px 15px;
      }

@media (min-width: 426px) {
  #news-filters .nav > li.disabled {
    min-height: 64px;
  }
}

@media (min-width: 576px) {
  #news-filters {
    top: 0;
  }
}

@media (min-width: 768px) {
  #news-filters {
    min-width: max-content;
    width: auto;
  }

  #news-filters .nav > li.disabled {
    min-height: auto;
  }
}

/* ***************** */
/* END: NEWS FILTERS */
/* ***************** */

/* ************************ */
/* BEGIN: Padding/utilities */
/* ************************ */

.padding-xs {
  padding: 0.25em;
}

.padding-xs-rbl {
  padding: 0 0.25em;
}

.padding-sm {
  padding: 0.5em;
}

.padding-md {
  padding: 1em;
}

.padding-md-rbl {
  padding: 0 1em;
}

.padding-lg {
  padding: 1.5em;
}

.padding-xl {
  padding: 3em;
}

/* ********************** */
/* END: Padding/utilities */
/* ********************** */

.jumbotron-news-article-content {
  padding-bottom: 3.5em;
  padding-top: 0.5em;
  position: relative;
}
  @media (min-width: 768px) {
    .jumbotron-news-article-content {
      padding-bottom: 1.5em;
      padding-top: 1.5em;
    }
  }
  .jumbotron-news-article-content h1 {
    color: var(--bas-blue-muted);
    font-size: 25px;
    line-height: 1.25em;
  }

@media (min-width: 768px) {
  .jumbotron-news-article-content {
    display: table;
    max-height: 500px;
    min-height: 435px;
    padding: 2em 4em;
  }
    .jumbotron-news-article-content h1 {
      /* header font-size exception: 2.50em is too big and makes container too large */
      font-size: 1.75em !important;
    }

    .jumbotron-news-article-content > div {
      display: table-cell;
      vertical-align: middle;
    }
}

/**********************
social sidenav
**********************/

.social-news {
  font-size: 100%;
  left: 0;
  margin: 0;
  padding: 1rem;
  top: 10%;
  width: 5%;
  z-index: 1;
}
  .social-news ul {
    margin-top: 230px;
    position: fixed;
  }
    .social-news-item ul li {
      background: var(--bas-gray-pale);
      display: block;
      list-style: none;
      padding: 0;
    }

@media (max-width: 767px) {
  .social-news ul {
    display: block;
    list-style: none;
    margin-top: unset;
    position: static;
  }
}

.jumbotron.jumbotron-news-homepage-featured {
  min-height: 625px;
  position: relative;
}
  .jumbotron.jumbotron-news-homepage-featured h1 {
    font-size: 1.75em;
    line-height: 1em;
  }
    .jumbotron.jumbotron-news-homepage-featured h1 p {
      line-height: 1em;
    }

@media (min-width: 768px) {
  .jumbotron.jumbotron-news-homepage-featured h1 {
    /* font-size: 2.8em; */
  }
}

@media (max-width: 767px) {
  .jumbotron.jumbotron-news-homepage-featured {
    min-height: 450px;
    padding-top: 0;
  }

  .jumbotron.jumbotron-news-homepage-featured h2 {
    margin-top: 0;
  }
}

@media (max-width: 360px) {
  .jumbotron.jumbotron-news-homepage-featured {
    /* min-height: 100%; */
  }
}

.jumbotron-news-homepage-featured {
  background: var(--neutral-white);
}
  .jumbotron-news-homepage-featured h1,
  .jumbotron-news-homepage-featured h2 {
    margin-bottom: 0;
    margin-top: 0;
    /* padding-top: 0.25em; */
  }

.jumbotron-news-homepage-featured .image-container {
  left: 0;
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0;
}

.row-picture-left picture {
  float: left;
  margin-right: -8%;
  transition: transform 0.3s ease-in-out;
  width: 59%;
}

@media screen and (min-width: 1266px) {
  .background-image-holder-news-hero {
    background-color: var(--bas-gray-pale);
    width: 1200px;
  }
}

.news-featured-content {
  background-color: var(--bas-gray-pale);
  bottom: 20px;
  top: 0;
  position: relative;
  padding: 4% 4% 3%;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .news-featured-content {
    margin-top: 0;
    padding-top: 3%;
  }
}

@media (max-width: 360px) {
  .news-featured-content {
    margin-top: 0;
  }
}

.news-featured-content a,
.news-featured-content a:visited {
  text-decoration: none;
}

/* ************************************ */
/* BEGIN: Row with equal height columns */
/* ************************************ */

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
  .row.display-flex > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

/* ********************************** */
/* END: Row with equal height columns */
/* ********************************** */

.panel-news-content {
  background-color: var(--neutral-white);
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0 16px;

  /* min-height: 275px; */
  position: relative;
  top: -50px;
  width: auto;
}

a.video-block.fancybox-media {
  margin-top: 0;
}

.latest-videos {
  justify-content: space-between;
}

.video-text-container {
  order: 1;
  width: 50%;
}

.video-meta {
  margin: 0;
}
  .video-meta .term {
    color: var(--neutral-white);
  }

.image-link {
  /*  width: 42.85714%; */
  -ms-flex-order: 2;
  display: block;
  order: 2;
}

.story-image {
  position: relative;
}

.news-filter {
  display: block;
}

.panel-default {
  background-color: var(--bas-gray-pale);
}

.panel-reverse {
  background-color: var(--bas-navy);
  color: var(--neutral-white);
}
  .panel-reverse a {
    color: var(--neutral-white);
    text-decoration: underline;
  }

.jumbotron-scripps-in-the-news {
  background-color: var(--neutral-white);
}

.jumbotron-scripps-in-the-news .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.jumbotron-news .panel.panel-default {
  border: none;
}
  @media (min-width: 768px) {
    .jumbotron-news .panel.panel-default {
      border: 2px solid var(--neutral-white);
    }
  }

.jumbotron-news .panel.panel-default .news-label {
  border-radius: 0;
  font-size: 1.111112rem;
  font-weight: 600;
  padding: 0.4em;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
}
.jumbotron-news .panel.panel-default .panel-image {
  background-attachment: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: auto;
}
.jumbotron-news .panel.panel-default .panel-heading {
  background-color: var(--neutral-white);
}

.jumbotron-news .panel .panel-news-date {
  color: var(--neutral-cool-gray);
}
.jumbotron-news .panel .panel-news-title {
  font-family: 'BrixSansBold';
  font-size: 1.25rem;
  text-transform: none;
}

/* .panel-heading {
  padding: 4px;
} */

/* ********************** */
/* BEGIN: VIDEO CONTAINER */
/* ********************** */

/* https://www.youtube.com/watch?v=05ZHUuQVvJM */
/*
#video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("https://s2020.s3.amazonaws.com/media/bg-ships-hero-video-still.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
*/
.section-video {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
  .section-video h1 {
    /* header font-size exception: don't know if this is even used */
    /* keep exception...for now */
    font-size: 6rem;
    margin: 15px;
    padding: 20px;
    text-align: center;
    z-index: 1;
  }

/* ******************** */
/* END: VIDEO CONTAINER */
/* ******************** */

.jumbotron-video-player {
  background-color: var(--bas-gray-dark);
}

.video-container {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-overlay {
  background-color: var(--neutral-black);
  height: 100vh;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

/* news */

.label-default {
  background-color: var(--bas-navy);
}

.news-status-dialog {
  background-color: var(--alert-color);
  color: var(--neutral-white);
  margin: 0;
  padding: 2em;
  width: 100%;
}
  .news-status-dialog.first {
    border-bottom: 1px solid var(--neutral-white);
  }

/* event displays */
.event-types {
  color: var(--bas-gray-dark);
  font-family: 'BrixSansBold';
  font-size: 1rem;
  line-height: 23px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .view-all-events .view-filters {
    margin-bottom: 0;
  }
}
  .view-all-events .view-filters .views-exposed-form {
    line-height: 1;
  }
    @media (min-width: 768px) {
      .view-all-events .view-filters .views-exposed-form #edit-title {
        max-width: 250px;
      }
    }
    .view-all-events .view-filters .views-exposed-form .form-actions {
      margin-bottom: 0;
    }
      @media (max-width: 767px) {
        .view-all-events .view-filters .views-exposed-form .form-actions .btn {
          margin-bottom: 0;
        }
      }

.view-all-events .views-row {
  margin-bottom: 0;
}
  .view-all-events .views-row .event-types {
    line-height: 1;
    margin-top: 0;
  }
  .view-all-events .views-row .event-image {
    margin-bottom: 0.5em;
  }
    @media (min-width: 992px) {
      .view-all-events .views-row .event-image {
        margin-bottom: 0;
      }
    }

  .view-all-events .views-row .event-meta h4 {
    margin: 0.25rem 0 0;
  }
  .view-all-events .views-row .event-meta .event-meta-date {
    font-family: "BrixSansBold", sans-serif;
    margin-bottom: 0.5rem;
  }

.view-event-displays .event-category {
  font-family: "BrixSansBold", sans-serif;
  text-transform: uppercase;
}

.view-event-displays.view-display-id-page_upcoming .views-row,
.view-event-displays.view-display-id-page_past .views-row {
  margin-bottom: 2em;
}
  .view-event-displays.view-display-id-page_upcoming .views-row h4,
  .view-event-displays.view-display-id-page_past .views-row h4 {
    margin-top: 0;
  }

/* news displays */
.view-news-displays.view-display-id-page_archives .row {
  margin-bottom: 1em;
}
  .view-news-displays.view-display-id-page_archives .row .panel-news-date {
    color: var(--neutral-cool-gray);
    font-size: 0.85em;
    margin-bottom: 0.25em;
    margin-top: 1em;
    text-transform: uppercase;
  }

@media (min-width: 768px) {
  .view-news-displays.view-display-id-page_archives .row {
    margin-bottom: 1em;
  }

  .view-news-displays.view-display-id-page_archives .row h4 {
    margin-top: 0;
  }
}

/* ************************* */
/* BEGIN: Ships landing page */
/* ************************* */

/* styles.css 2891 */
.text-indent h1 {
  margin-bottom: 10px;
  padding-bottom: 0;
}

#video-background {
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 0;
}

/* styles.css 2939–2940 */
.ships-grid h3,
.ships-grid p {
  text-shadow: none;
}

/* *********************** */
/* END: Ships landing page */
/* *********************** */

.jumbotron-excellence .thumbnail .thumbnail-heading {
  position: absolute;
  top: 40%;
  width: auto;
}

.jumbotron-excellence .thumbnail .thumbnail-paragraph {
  padding: 1em 1.3em;
  position: absolute;
  top: 45%;
  z-index: 1;
}

.jumbotron-testimonials .testimonial.open-popup .popover {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .jumbotron-testimonials .testimonial.open-popup .popover {
    overflow-y: hidden;
  }
}

.testimonial-wrap.col-sm-7 {
  width: 63.333333%;
}

/* ******************* */
/* PORTAL LANDING PAGE */
/* ******************* */

.jumbotron.jumbotron-hero-explorations {
  overflow-y: hidden;
}

.jumbotron.jumbotron-hero-stay-in-touch h2 {
  color: var(--neutral-white);
}

.jumbotron.jumbotron-callout-three .panel.panel-primary {
  box-shadow: none;
}

@media (min-width: 992px) {
  .jumbotron-callout-three .panel.panel-primary .panel-body {
    padding: 1em 1.5em;
  }
    .jumbotron-callout-three .panel.panel-primary .panel-body h3 {
      min-height: max-content;
    }
}

/* Text and CTA Full Image override */
.side-image h2 {
  padding-top: 1em;
}

.side-image-content {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .side-image-content {
    padding-bottom: 3em;
  }
}

.promo-nav .item-icon img {
  max-height: 45px;
  max-width: 45px;
}

.promo-nav .item-content {
  line-height: 0.3;
}

/* ************** */
/* BEGIN: SIDEBAR */
/* ************** */

.main-section {
  float: none;
}

.sidebar-section {
  margin-bottom: 1em;
  margin-top: 2em;
}

@media (max-width: 991px) {
  .main-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .main-section:not(.search-page) {
    float: right;
  }

  .sidebar-section {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.sidebar-nav {
  background: none;
  border: none;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin: 0 0 1em;
  padding: 0;
}
  .sidebar-nav nav {
    min-height: 100px;
  }
  .sidebar-nav a {
    color: var(--bas-gray-dark);
    text-decoration: none;
  }
  .sidebar-nav .active a {
    color: var(--bas-blue-muted);
  }
    .sidebar-nav .active .panel-heading {
      background-color: var(--neutral-white);
      color: var(--bas-blue-muted);
    }
  .sidebar-nav .sidebar-title {
    color: var(--bas-gray-dark);
    font-size: 140%;
    font-weight: 400;
    margin: 0 0 0.4em;
    padding: 0.5em 0.75em 0;
    text-transform: none;
  }
    .sidebar-nav .sidebar-title a {
      color: var(--neutral-cool-gray);
      text-decoration: none;
    }

/* Sidebar: Mobile */

.sidebar-nav #mobileSideNav {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.sidebar-nav a[aria-expanded=true].chevron-down-icon {
  display: none;
}

.sidebar-nav a[aria-expanded=false].remove-icon {
  display: none;
}

.sidebar-nav .flex {
  display: flex;
}

.sidebar-nav .panel-group {
  margin-bottom: 0;
}
  .sidebar-nav .panel-group .panel-heading {
    border-bottom: none;
    min-height: auto;
  }

.sidebar-nav .mobile-side-nav {
  background-color: var(--bas-gray-pale);
}
  .sidebar-nav .mobile-side-nav .panel-group {
    margin-bottom: 0;
  }

.sidebar-nav .sticky {
  position: fixed;
  top: 14.2rem; /* Required  */
  width: 100%;
  z-index: 1000; /* Main Nav is set to 1001  */
}
  .sidebar-nav .sticky + .container {
    margin-top: 6rem; /* for smooth transition of page */
  }

.sidebar-nav .sidebar-takeover {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.take-over .sidebar-nav .sidebar-takeover {
  position: fixed;
  transform: translateY(0);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  margin-top: 0;
  z-index: 1002; /* Main Nav is set to 1001  */
  background-color: var(--neutral-white);
}

.sidebar-nav .vcenter {
  align-items: center;
}

/* Sidebar: Top Level */

.sidebar-nav .accordion-title {
  font-size: inherit;
}
  .sidebar-nav .accordion-title a:hover {
    background-color: var(--bas-blue-muted);
    color: var(--neutral-white);
  }

.sidebar-nav .active .accordion-title a:hover {
  background: var(--neutral-white);
  color: var(--bas-blue-muted);
}

.sidebar-nav .accordion-title.accordion-subsite {
  font-size: 1.25em;
}

.sidebar-nav .open {
  background-color: var(--bas-gray-dark);
}

.sidebar-nav .panel-heading {
  border-bottom: none;
  min-height: 50px;
  position: relative;
}

.sidebar-nav .panel-heading:hover,
.sidebar-nav .active .panel-heading:hover {
  cursor: default;
}

.sidebar-nav .active.expanded .panel-heading:hover {
  cursor: pointer;
}

/* panel panel-nav active active-trail */
/* panel panel-nav expanded dropdown active active-trail last */

.sidebar-nav .panel-nav {
  border-top: none;

  /* why important: override _something_ giving it top margin */
  margin-top: 0 !important;
}
  .sidebar-nav .panel-nav.first {
    border-top: 0;
  }

.sidebar-nav .panel-title {
  font-weight: 700;
}
  .sidebar-nav .panel-title a,
  .sidebar-nav .panel-title p {
    color: var(--bas-gray-dark);
    display: block;
    margin: 0;
    padding: 0.5rem;
    text-transform: none;
  }
  .sidebar-nav .panel-title a {
    background-color: transparent;
    color: var(--bas-blue-muted);
  }
    .sidebar-nav .panel-title a:first-letter {
      text-transform: uppercase !important;
    }
    .sidebar-nav .panel-title a:hover {
      background-color: transparent;
      color: var(--bas-blue-hover);
      text-decoration: underline;
    }

.sidebar-nav .active .panel-title a,
.sidebar-nav .active .panel-title p {
  color: var(--bas-navy);
}

.sidebar-nav .active .panel-title a:hover {
  cursor: default;
  text-decoration: none;
}

.sidebar-nav .panel-title a[aria-expanded=true] .accordion-title,
.sidebar-nav .panel-title a[aria-expanded=false] .accordion-title {
  color: var(--bas-gray-dark);
}

.sidebar-nav div[data-toggle=collapse] span.accordion-title {
  padding: 2rem 1rem 2rem 2rem;
}

/* Sidebar: Icons */

.sidebar-nav .chevron-down-icon,
.sidebar-nav .remove-icon {
  color: var(--bas-gray-dark);
}

.sidebar-nav .glyphicon-plus,
.glyphicon-minus {
  font-size: 1.5rem;
}

.sidebar-nav .panel-title a[aria-expanded=true] .plus-icon {
  display: none;
}

.sidebar-nav .panel-title a[aria-expanded=false] .minus-icon {
  display: none;
}

.sidebar-nav .plus-icon,
.sidebar-nav .minus-icon {
  background-color: var(--bas-blue-muted);
  border: 0;
  color: var(--neutral-white);
}

.sidebar-nav .plus-icon:hover {
  background-color: var(--bas-navy);
}

.sidebar-nav .plus-icon,
.minus-icon {
  padding: 0.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* Sidebar: Second Level */

.sidebar-nav .list-unstyled li {
  background-color: var(--neutral-white);
}

.sidebar-nav .list-unstyled li:last-of-type {
  border-bottom: none;
}

.sidebar-nav .panel-body {
  background-color: var(--neutral-white);
  padding: 0;
}
  .sidebar-nav .panel-body a {
    background-color: transparent;
    color: var(--bas-blue-muted);
    display: block;
    font-size: 100%;
    font-weight: 700;
    padding: 0.5rem;
  }
    .sidebar-nav .panel-body a:hover {
      background-color: transparent;
      color: var(--bas-blue-hover);
      text-decoration: underline;
    }
  .sidebar-nav .panel-body .active > a {
    /* why important: override _something_ making it non-white */
    color: var(--neutral-white) !important;
  }
  .sidebar-nav .panel-body ul {
    margin: 0.4em 0 -0.4em 2em;
    margin-block-start: 0;
    margin-block-end: 0;
  }
    .sidebar-nav .panel-body ul li {
      border-bottom: none;
      padding: 0;
    }
      .sidebar-nav .panel-body ul li.active {
        background-color: var(--bas-blue-muted);
        color: var(--neutral-white);
        font-size: 100%;
        font-weight: 700;
        padding: 0.5rem;
        /* text-decoration: underline; */
      }
      .sidebar-nav .panel-body ul li li,
      .sidebar-nav .panel-body ul li li li {
        border-bottom: 1px solid var(--neutral-stone);
      }
        .sidebar-nav .panel-body ul li li a,
        .sidebar-nav .panel-body ul li li li a {
          display: inline-block;
          padding-left: 1rem;
        }

/* ************ */
/* END: SIDEBAR */
/* ************ */

/* /////////// Content This is just to show the sticky side nav /////////// */

/* /////////// Media Queries /////////// */

@media (min-width: 426px) {
  .sidebar-nav .sticky {
    margin-top: 8.2rem; /* for main navigation + side navigation */
    top: 0;
  }
}

@media (min-width: 992px) {
  .sidebar-nav .sticky + .container {
    margin-top: 0; /* for main navigation + side navigation */
  }

  .sidebar-nav .panel-nav:last-of-type {
    border-bottom: none;
  }
}

/* /////////// FOOTER-SIO-BAR: includes SOCIAL ICONS /////////// */

footer {
  text-align: center;
}

@media (min-width: 768px) {
  footer {
    text-align: left;
  }
}

body.page-node-type-event article,
body.page-node-type-page article {
  padding-bottom: 1em;
}

.footer-sio-bar {
  background-color: var(--bas-blue-muted);
  text-align: center;
}
  .footer-sio-bar a,
  .footer-sio-bar a:visited {
    color: var(--neutral-white);
    padding-top: 1em;
    text-decoration: none;
  }
  .footer-sio-bar ul.social {
    padding-top: 5px;
  }
    @media (min-width: 992px) {
      .footer-sio-bar ul.social {
        align-items: center;
        display: flex;
        margin-bottom: 1.25rem;
        padding-top: 0;
      }
        .footer-sio-bar ul.social li {
          padding-left: 2px;
          padding-right: 2px;
        }
    }
    @media (min-width: 1200px) {
      .footer-sio-bar ul.social li {
        padding-left: 5px;
        padding-right: 5px;
      }
    }
    .footer-sio-bar ul.social li a {
      color: var(--bas-navy);
    }

@media (min-width: 992px) {
  .footer-sio-bar {
    text-align: left;
  }
    .footer-sio-bar .container .row {
      align-items: center;
      display: flex;
    }
}

.footer-logo {
  display: inherit;
  max-width: 336px;
  padding: 1em 0;
}

@media (min-width: 576px) {
  .footer-logo {
    padding: 0.5em 0;
  }
}

@media (min-width: 992px) {
  .footer-logo {
    max-width: 100%;
  }
}

.footer-col {
  /* why important: override footer.css */
  padding: 2rem 1.5rem 1.5rem 1.5rem !important;
}
  @media (max-width: 767px) {
    .footer-col {
      /* why important: override footer.css */
      padding: 2rem 1.5rem 1.5rem !important;
      text-align: center;
    }
      .footer-col p {
        margin-bottom: 5px;
      }
  }
  .footer-col h4 {
    margin-bottom: 23px;
  }

.footer-copyright {
  background-color: var(--bas-gray-pale);
  color: var(--bas-gray-dark);
}
  .footer-copyright p {
    color: var(--bas-gray-dark);
    font-size: 0.65em;
    text-align: center;
  }
  .footer-copyright a {
    color: var(--bas-gray-dark);
    font-weight: bold;
    padding-left: 20px;
    text-decoration: underline;
  }
    .footer-copyright a.no-indent {
      padding-left: 0;
    }

  .footer-copyright .links {
    display: inline-block;
    width: 100%;
  }

@media (min-width: 768px) {
  .footer-copyright .links {
    display: inline;
    width: auto;
  }

  .footer-copyright a.no-indent {
    padding-left: 20px;
  }

  .footer-copyright a.no-indent.username {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .footer-address-bar .footer-contact {
    padding-top: 0.8em;
  }
}

@media (min-width: 992px) {
  .footer-row {
    /* why important: overriding value in footer.css */
    height: auto !important;
  }

  .footer-row div:nth-last-child(-n + 3) {
    /* why important: overriding value in footer.css */
    /* height: 44rem !important; */
  }

  .footer-address-bar {
    padding: 0 1em;
  }

  .footer-address-bar .footer-contact {
    padding-top: 1.5em;
  }

  .footer-copyright {
    padding: 1em;
  }

  .footer-col {
    /* why important: overriding value in footer.css */
    padding-top: 3em !important;
  }
}

@media (min-width: 1200px) {
  .footer-row {
    /* why important: overriding value in footer.css */
    height: auto !important;
  }

  .footer-col {
    /* why important: overriding value in footer.css */
    padding-top: 4em !important;
  }
}

div#fa-icon {
  float: right;
  padding-top: 20px;
}
  @media (max-width: 991px) {
    div#fa-icon {
      float: none;
    }
  }
  div#fa-icon a {
    border-bottom: none;
  }

/* from styles-custom */

.search-result {
  line-height: 1.1;
}
  .search-result.search-title {
    font-size: 110%;
  }
  .search-result.search-link {
    font-size: 90%;
  }

.main-nav .menu {
  -ms-flex-pack: start;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

#subscribeFormModal {
  margin-top: 83px;
  outline: none;
}
  #subscribeFormModal h4,
  #subscribeFormModal p {
    color: var(--bas-gray-dark);
  }
  #subscribeFormModal p {
    margin-left: 0;
    text-shadow: none;
  }
  #subscribeFormModal a {
    color: var(--bas-gray-dark);
    text-decoration: underline;
  }

@media (min-width: 992px) {
  #subscribeFormModal {
    margin-top: 210px;
  }
}

.content-browser-form .content-browser-actions {
  bottom: -33px;
  padding: 1em 0;
}

.file-browser-actions {
  z-index: 3;
}

.ui-dialog--narrow.entity-select-dialog {
  height: 94vh;
  margin: 0 auto;
  width: 95vw;
}
  .ui-dialog--narrow.entity-select-dialog .modal-body {
    height: 80vh;
  }

.media-library-add-form__remove-button[type='submit'] {
  color: var(--bas-gray-dark);
}

.media-library-view .media-library-view--form-actions {
  margin-top: 0;
}

.media-library-widget-modal .ui-dialog-buttonpane .modal-buttons {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    margin-right: 10px;
  }
}

.media-library-item__attributes {
  bottom: 2px;
  padding: 4px;
}

.panel {
  background-color: inherit;
  box-shadow: none;
}
  .panel .panel-body {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .panel.panel-primary .panel-body h2,
  .panel.panel-primary .panel-body h3 {
    margin-top: 0.25em;
  }
  @media (min-width: 768px) {
    .panel.panel-primary .panel-body {
      padding: 1em 2em;
    }
  }

.panel-two-image {
  background-color: inherit;
  background-size: contain;
}
  .panel-two-image .panel-body {
    height: 100%;
  }
  .panel-two-image a:hover {
    text-decoration: none;
  }

@media (max-width: 767px) {
  .jumbotron.jumbotron-full-height {
    min-height: auto;
  }
}

.jumbotron.jumbotron-excellence .thumbnail {
  background-image: none;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
}

.jumbotron.jumbotron-hero-detail {
  padding-bottom: 115px;
  padding-top: 70px;
}

.paragraph.paragraph--type--view-reference.jumbotron-news {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
  @media (min-width: 768px) {
    .paragraph.paragraph--type--view-reference.jumbotron-news .container {
      padding-left: 0;
      padding-right: 0;
    }
      .paragraph.paragraph--type--view-reference.jumbotron-news .container .row {
        margin-left: 15px;
        margin-right: 15px;
      }
  }

.paragraph.paragraph--type--view-reference.related-news {
  margin-top: 1em;
}
  .paragraph.paragraph--type--view-reference.related-news .container {
    padding-left: 0;
    padding-right: 0;
  }
    .paragraph.paragraph--type--view-reference.related-news .container .news-label {
      right: 0;
      top: 0;
    }
      @media (min-width: 768px) {
        .paragraph.paragraph--type--view-reference.related-news .container .row {
          margin-left: -15px;
          margin-right: -15px;
        }
          .paragraph.paragraph--type--view-reference.related-news .container .row .news-label {
            right: 2px;
            top: 2px;
          }
      }
      @media (min-width: 1200px) {
        .paragraph.paragraph--type--view-reference.related-news .container .row .news-label {
          right: 8px;
        }
      }

@media (max-width: 767px) {
  .paragraph.paragraph--type--view-reference.jumbotron-news .view-footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .paragraph.paragraph--type--view-reference.jumbotron-news {
    /* padding-left: 0; */
    /* padding-right: 0; */
    padding-top: 1em;
  }

  .paragraph.paragraph--type--view-reference.related-news {
    margin-left: 0;
    margin-right: 0;
  }

  .jumbotron-news .panel.panel-default .panel-image {
    height: 200px;
    width: 370px;
  }

  /* exception for ajax-y news landing page cards */
  .jumbotron-news .view-news-landing-page-news .panel.panel-default .panel-image {
    height: 258px;
    width: auto;
  }

  /* exception for news dispatches */
  .jumbotron-news.paragraph--view-mode--simple-cards .panel-default .panel-image {
    height: 240px;
    width: 386px;
  }

  .jumbotron-news .panel.panel-default .panel-heading {
    min-height: 180px;
  }

  .jumbotron-news-homepage-featured {
    min-height: 547px;
  }
}

@media (min-width: 992px) {
  .paragraph.paragraph--type--view-reference.jumbotron-news {
    /* padding-left: 60px; */
    /* padding-right: 60px; */
  }
}

.jumbotron.jumbotron-ships .ships-grid {
  margin-top: 2em;
}
  .jumbotron.jumbotron-ships .ships-grid .no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .jumbotron.jumbotron-ships .ships-grid .thumbnail {
    background-color: var(--bas-blue-muted);
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    margin-bottom: 0;
    min-height: 350px;
    padding-top: 1.75em;
    position: relative;
  }
    .jumbotron.jumbotron-ships .ships-grid .thumbnail .caption {
      -webkit-transform: translate(-50%, -50%);
      color: var(--neutral-white);
      left: 50%;
      min-width: 300px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .jumbotron.jumbotron-ships .ships-grid .thumbnail .caption h3 {
      font-size: 2.375em;
      font-style: italic;
    }
      .jumbotron.jumbotron-ships .ships-grid .thumbnail .caption h3 a {
        color: var(--neutral-white);
      }
        .jumbotron.jumbotron-ships .ships-grid .thumbnail .caption h3 a:hover {
          color: var(--neutral-white);
          text-decoration: none;
        }
    .jumbotron.jumbotron-ships .ships-grid .thumbnail .btn {
      background-color: var(--bas-orange);
    }
    .jumbotron.jumbotron-ships .ships-grid .thumbnail:hover,
    .jumbotron.jumbotron-ships .ships-grid .thumbnail.hover {
      -webkit-transition: background-image 0.5s ease-in-out;
      transition: background-image 0.5s ease-in-out;
    }

.jumbotron.jumbotron-two-tall .panel .panel-body {
  height: 401px;
}

/* why important: make sure color overrides any other color style */
.jumbotron .panel {
  color: inherit;
  margin-bottom: 23px;
}
  .jumbotron .panel.panel-right {
    background: var(--neutral-white);
    color: var(--bas-gray-dark);
  }
  .jumbotron .panel.theme.dark-on-gray {
    background-color: var(--bas-gray-pale) !important;
    color: var(--bas-gray-dark) !important;
  }
  .jumbotron .panel.theme.dark-on-light {
    background-color: var(--neutral-white) !important;
    color: var(--bas-gray-dark) !important;
  }
  .jumbotron .panel.theme.white-on-gray,
  .jumbotron .panel.theme.light-on-gray {
    background-color: var(--bas-gray-pale) !important;
    color: var(--neutral-white) !important;
  }
  .jumbotron .panel.theme.white-on-blue,
  .jumbotron .panel.theme.light-on-blue {
    background-color: var(--bas-blue-muted) !important;
    color: var(--neutral-white) !important;
  }

/* why important: make sure color overrides any other color style */
.jumbotron.panel-white-on-transparent .panel-left,
.jumbotron.panel-light-on-transparent .panel-left {
  background: none !important;
  color: var(--neutral-white) !important;
}
  .jumbotron.panel-white-on-transparent .panel-left a,
  .jumbotron.panel-light-on-transparent .panel-left a {
    color: var(--neutral-white);
  }

.jumbotron .panel-custom {
  padding: 2em;
}

@media (min-width: 1025px) {
  /* .jumbotron.jumbotron-ships .thumbnail .caption p,
  .jumbotron.jumbotron-ships .thumbnail .caption .btn {
    display: none;
    opacity: 0; } */
  .jumbotron.jumbotron-ships .thumbnail:hover,
  .jumbotron.jumbotron-ships .thumbnail .hover {
    -webkit-transition: background-image 2s ease-in-out;
    transition: background-image 2s ease-in-out;
  }

  /* .jumbotron.jumbotron-ships .thumbnail:hover .caption p,
  .jumbotron.jumbotron-ships .thumbnail:hover .caption .btn,
  .jumbotron.jumbotron-ships .thumbnail .hover .caption p,
  .jumbotron.jumbotron-ships .thumbnail .hover .caption .btn {
    -webkit-transition: background-image 2s ease-in-out;
    display: block;
    opacity: 1;
    transition: background-image 2s ease-in-out; } */
}

.jumbotron-page {
  margin: 0;
  max-height: 450px;
  padding-top: 0;
}
  .jumbotron-page h1 {
    max-width: 75%;
  }
  @media (min-width: 1200px) {
    .jumbotron-page {
      min-height: 450px;
    }
  }
  .jumbotron-page .page-title {
    margin: 9% 0;
  }

/* why important: make sure color overrides any other color style */
.theme.white-on-transparent,
.theme.light-on-transparent {
  background-color: transparent !important;
  color: var(--neutral-white) !important;
}
  .theme.white-on-transparent a,
  .theme.light-on-transparent a {
    color: var(--neutral-white);
    text-decoration: underline;
  }

.theme.white-on-transparent a.text-link,
.theme.light-on-transparent a.text-link {
  border-bottom: 1px solid var(--neutral-white);
  text-decoration: none;
}

.theme.white-on-transparent a.text-link-no-decoration,
.theme.light-on-transparent a.text-link-no-decoration {
  text-decoration: none;
}

.theme.white-on-transparent a.btn,
.theme.light-on-transparent a.btn {
  color: var(--neutral-white);
  text-decoration: none;
}

.theme.white-on-transparent .tabbed-tab a,
.theme.light-on-transparent .tabbed-tab a {
  color: var(--bas-blue-muted);
  text-decoration: none;
}

.theme.white-on-transparent .tab-pane a.text-link,
.theme.light-on-transparent .tab-pane a.text-link {
  border-bottom-color: var(--bas-blue-muted) !important;
  color: var(--bas-blue-muted) !important;
}

.theme.white-on-transparent .panel-two-image,
.theme.light-on-transparent .panel-two-image {
  background-color: transparent !important;
}

/* exception for Callout Two Image: links should never have underlines */
.paragraph.paragraph--type--callout-two-image.theme.white-on-transparent a,
.paragraph.paragraph--type--callout-two-image.theme.light-on-transparent a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .theme.white-on-transparent .tab-pane a.text-link,
  .theme.light-on-transparent .tab-pane a.text-link {
    border-bottom-color: var(--neutral-white) !important;
    color: var(--neutral-white) !important;
  }
}

/* why important: make sure color overrides any other color style */
.theme.white-on-blue,
.theme.light-on-blue {
  background-color: var(--bas-blue-muted) !important;
  color: var(--neutral-white) !important;
}
  .theme.white-on-blue a,
  .theme.light-on-blue a {
    color: var(--neutral-white);
    text-decoration: underline;
  }
    .theme.white-on-blue a.text-link,
    .theme.light-on-blue a.text-link {
      border-bottom: 1px solid var(--neutral-white);
      text-decoration: none;
    }
      .theme.white-on-blue a.text-link.text-right.visible-xs,
      .theme.light-on-blue a.text-link.text-right.visible-xs {
        border-bottom: none;
        text-decoration: underline;
      }
    .theme.white-on-blue a.text-link-blue,
    .theme.light-on-blue a.text-link-blue {
      border-bottom: 1px solid var(--bas-blue-muted);
      color: var(--bas-blue-muted);
      text-decoration: none;
    }
    .theme.white-on-blue a.text-link-no-decoration,
    .theme.light-on-blue a.text-link-no-decoration {
      border-bottom: 0;
      text-decoration: none;
    }
    .theme.white-on-blue a.fancybox-media,
    .theme.light-on-blue a.fancybox-media {
      border-bottom: 0;
      text-decoration: none;
    }
    .theme.white-on-blue a.btn,
    .theme.light-on-blue a.btn {
      /* color: var(--bas-gray-dark); */
      text-decoration: none;
    }
    .theme.white-on-blue h1,
    .theme.white-on-blue h2,
    .theme.white-on-blue h3,
    .theme.white-on-blue h4,
    .theme.white-on-blue h5,
    .theme.white-on-blue h6,
    .theme.light-on-blue h1,
    .theme.light-on-blue h2,
    .theme.light-on-blue h3,
    .theme.light-on-blue h4,
    .theme.light-on-blue h5,
    .theme.light-on-blue h6 {
      color: var(--neutral-white);
    }
    .theme.white-on-blue ul.list-inline a,
    .theme.light-on-blue ul.list-inline a {
      border-bottom: 1px solid var(--neutral-white);
      color: var(--neutral-white);
    }
    .theme.white-on-blue .panel-two-image,
    .theme.light-on-blue .panel-two-image {
      background-color: var(--bas-navy) !important;
    }
    .theme.white-on-blue .panel.panel-primary,
    .theme.light-on-blue .panel.panel-primary {
      background-color: var(--bas-navy-trans);
    }

/* why important: make sure color overrides any other color style */
.theme.dark-on-gray {
  background-color: var(--bas-gray-pale) !important;
  color: var(--bas-gray-dark) !important;
}
  .theme.dark-on-gray h1,
  .theme.dark-on-gray h2 {
    color: var(--bas-blue-muted);
  }
  .theme.dark-on-gray.item-theme-gray-on-light .panel-body {
    background-color: var(--neutral-white) !important;
    color: var(--bas-gray-dark) !important;
  }
  .theme.white-on-gray .panel-two-image,
  .theme.light-on-gray .panel-two-image {
    background-color: var(--bas-gray-pale) !important;
  }

/* why important: make sure color overrides any other color style */
.theme.dark-on-orange {
  background-color: var(--bas-orange) !important;
  color: var(--neutral-black) !important;
}
  .theme.dark-on-orange a {
    color: var(--neutral-black);
    font-weight: 700;
    text-decoration: underline;
    border-bottom: none;
  }
  .theme.dark-on-orange .panel-two-image {
    background-color: var(--bas-orange) !important;
  }

.theme.dark-on-yellow {
  background-color: var(--core-yellow) !important;
  color: var(--neutral-black) !important;
}
  .theme.dark-on-yellow a {
    color: var(--neutral-black);
    font-weight: 700;
    text-decoration: underline;
    border-bottom: none;
  }

.theme.dark-on-yellow .panel-two-image {
  background-color: var(--core-yellow) !important;
}

/* why important: make sure color overrides any other color style */
.theme.dark-on-light {
  background-color: var(--neutral-white) !important;
  color: var(--bas-gray-dark) !important;
}
  .theme.dark-on-light.item-theme-dark-on-bright-blue .panel {
    background-color: var(--bas-blue-bright) !important;
    color: var(--bas-navy) !important;
  }
    .theme.dark-on-light.item-theme-dark-on-bright-blue .panel h3,
    .theme.dark-on-light.item-theme-dark-on-bright-blue .panel a {
      color: var(--bas-navy) !important;
    }
    .theme.dark-on-light.item-theme-dark-on-bright-blue .panel a {
      border-bottom-color: var(--bas-navy);
    }

  .theme.dark-on-light h1,
  .theme.dark-on-light h2 {
    color: var(--bas-blue-muted);
  }
  .theme.dark-on-light .panel-two-image {
    background-color: var(--neutral-white) !important;
  }

/* why important: make sure color overrides any other color style */
.theme.dark-on-light a:not(.btn),
.theme.dark-on-gray a:not(.btn) {
  color: var(--bas-blue-muted) !important;
}
  .theme.dark-on-light.item-theme-white-on-blue a:not(.btn),
  .theme.dark-on-gray.item-theme-white-on-blue a:not(.btn),
  .item-theme-white-on-blue a {
    color: var(--neutral-white) !important;
  }

.paragraph--type--callout-content-three.item-theme-white-on-blue .panel {
  background-color: var(--bas-navy);
}
  .paragraph--type--callout-content-three.item-theme-white-on-blue .panel .panel-heading,
  .paragraph--type--callout-content-three.item-theme-dark-on-bright-blue .panel .panel-heading,
  .paragraph--type--callout-content-three.item-theme-dark-on-light .panel .panel-heading {
    background-color: inherit;
  }

.video-outer {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
  .video-outer embed,
  .video-outer iframe,
  .video-outer object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

.promo-nav a {
  display: block;
}

.promo-nav .item-container {
  height: 95px;
}

/*
  drupal currently creates 4:3 oembed thumbnails
  so we need adjustment
*/
.video-thumbnail {
  height: auto;
  max-width: 225px;
  min-width: 168px;
  width: 100%;
}

.text-full .text-indent-h1 p,
.text-full .text-indent-h2 p {
  width: auto;
}

@media (min-width: 992px) {
  .text-no-indent .text-indent-h1 p,
  .text-no-indent .text-indent-h2 p {
    margin-left: 0;
  }
}

.admin-only {
  background: repeating-linear-gradient(135deg, var(--admin-red1), var(--admin-red1) 10px, var(--admin-red2) 10px, var(--admin-red2) 20px);
  clear: both;
  color: var(--neutral-white);
  margin-top: 1em;
  padding: 1em;
}
  .admin-only a {
    color: var(--core-yellow);
  }

.overflow-img {
  height: 324px;
  width: 587px;
}

.testimonial {
  background-position: center;
}
  .testimonial a.text-link-no-decoration {
    cursor: pointer;
    display: inline;
    height: auto;
  }

.news-meta {
  padding: 1em 1em 2em;
}
  .news-meta .news-meta-header {
    font-size: 0.75em;
    text-transform: uppercase;
  }
    .news-meta .news-meta-header + div {
      padding-bottom: 1em;
    }
  .news-meta ul.social-news-meta {
    padding-left: 0;
  }
    .news-meta ul.social-news-meta li {
      float: left;

      /* height: 32px; */
      list-style-type: none;
      margin-right: 0.5em;

      /* width: 32px; */
    }

@media (min-width: 768px) {
  .news-meta {
    padding-top: 2em;
  }
}

.header-credit {
  background-color: var(--bas-gray-pale);
  bottom: 0;
  color: var(--bas-gray-dark);
  font-size: 0.85em;
  left: 0;
  padding: 0.5em 1em;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {
  .header-credit {
    width: auto;
  }
}

/* ~font awesome~ social icon circles */
ul.social li {
  /*
  -ms-flex-line-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-content: center;
  background: var(--neutral-white);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  margin: 0 2px;
  padding: 4px;
  text-align: center;
  width: 32px;
  */
}
  ul.social li a {
    color: var(--bas-navy);
    padding: 0;
    text-decoration: none;
    width: 100%;
  }
    ul.social li a img {
      height: 40px;
      min-height: 40px !important;
      width: 40px;
    }

    /*
    ul.social li.facebook:hover a {
      color: var(--social-facebook);
    }
    */
    ul.social li.facebook:hover a img {
      filter: invert(0%) sepia(21%) saturate(2126%) hue-rotate(56deg) brightness(90%) contrast(81%);
    }

    ul.social li.facebook.fb-white:hover a img {
      filter: invert(32%) sepia(21%) saturate(2126%) hue-rotate(186deg) brightness(90%) contrast(81%);
    }

    /*
    ul.social li.twitter:hover a {
      color: var(--social-twitter);
    }
    */
    ul.social li.twitter:hover a img {
      filter: invert(42%) sepia(91%) saturate(1124%) hue-rotate(179deg) brightness(104%) contrast(90%);
    }

    /*
    ul.social li.youtube:hover a {
      color: var(--social-youtube);
    }
    */
    ul.social li.youtube:hover a img {
      filter: invert(37%) sepia(90%) saturate(7123%) hue-rotate(353deg) brightness(91%) contrast(131%);
    }

    /*
    ul.social li.instagram:hover a {
      color: var(--social-instagram);
    }
    */
    ul.social li.instagram:hover a img {
      filter: invert(26%) sepia(66%) saturate(2097%) hue-rotate(260deg) brightness(91%) contrast(90%);
    }

    /*
    ul.social li.linkedin:hover a {
      color: var(--social-linkedin);
    }
    */
    ul.social li.linkedin:hover a img {
      filter: invert(22%) sepia(86%) saturate(5688%) hue-rotate(188deg) brightness(101%) contrast(102%);
    }

    /*
    ul.social li.pinterest:hover a {
      color: var(--social-pinterest);
    }
    */
    ul.social li.pinterest:hover a img {
      filter: brightness(0) saturate(100%) invert(22%) sepia(55%) saturate(5775%) hue-rotate(343deg) brightness(71%) contrast(112%);
    }

    /*
    ul.social li.tiktok:hover a {
      color: var(--social-tiktok);
    }
    */
    ul.social li.tiktok:hover a img {
      filter: invert(40%) sepia(100%) saturate(1959%) hue-rotate(134deg) brightness(110%) contrast(103%);
    }

    /*
    ul.social li.envelope:hover a {
      color: var(--social-email);
    }
    */
    ul.social li.envelope:hover a img {
      filter: invert(71%) sepia(82%) saturate(750%) hue-rotate(358deg) brightness(102%) contrast(105%);
    }

    /*
    ul.social li.directlink:hover a {
      color: var(--social-link);
    }
    */
    ul.social li.directlink:hover a img,
    ul.social li.directlink:hover button img {
      filter: invert(71%) sepia(82%) saturate(750%) hue-rotate(358deg) brightness(102%) contrast(105%);
    }

    /*
    ul.social li.google:hover a {
      color: var(--social-google);
    }
    */
    ul.social li.google:hover a img {
      filter: invert(40%) sepia(93%) saturate(650%) hue-rotate(186deg) brightness(101%) contrast(91%);
    }

    /*
    ul.social li.calendar:hover a {
      color: var(--social-calendar);
    }
    */
    ul.social li.calendar:hover a img {
      filter: invert(71%) sepia(82%) saturate(750%) hue-rotate(358deg) brightness(102%) contrast(105%);
    }

    /*
    ul.social li.rss:hover a {
      color: var(--social-rss);
    }
    */
    ul.social li.rss:hover a img {
      filter: invert(66%) sepia(15%) saturate(7370%) hue-rotate(340deg) brightness(97%) contrast(91%);
    }

/* *************** */
/* BEGIN: CKEDITOR */
/* *************** */

/* PROFILE LIST */

ul.profile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
  ul.profile-list li {
    display: inline-block;
    margin: 0 0 1em;
    width: 99.5%;
  }
    ul.profile-list li > div:first-child {
      float: left;
      height: auto;
      margin-right: 1.5%;
      width: 13%;
    }
    ul.profile-list li a {
      color: var(--bas-blue-muted);
      display: inline-block;
      font-size: 160%;
      padding-top: 1.5%;
      text-decoration: none;
    }
    ul.profile-list li p {
      display: inline-block;
      padding: 1.5%;
      width: 80%;
    }

/* ACCORDION */

.ckeditor-accordion-container > dl {
  border: 0;
}
  .ckeditor-accordion-container > dl dt {
    clear: both;
    margin-bottom: 5px;
  }
    .ckeditor-accordion-container > dl dt > a {
      background-color: var(--bas-gray-pale) !important;
      border: 0 !important;
      color: var(--bas-gray-dark) !important;
      font-family: "BrixSansBold", sans-serif;
      font-size: 18px;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
    }
      .ckeditor-accordion-container > dl dt > a:hover {
        background-color: var(--bas-gray-pale) !important;
        text-decoration: none;
      }
    .ckeditor-accordion-container > dl dt.active > a {
      background-color: var(--accordion-light);
    }

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: var(--bas-gray-dark);
}

/* ************* */
/* END: CKEDITOR */
/* ************* */

/* ************* */
/* MISCELLANEOUS */
/* ************* */

article.event.teaser {
  padding-bottom: 2em;
}

.event-register {
  clear: both;
  padding-top: 1em;
}

.event-description {
  clear: both;
  padding-top: 1em;
}

.node-preview-container {
  position: relative;
  top: 84px;
}
  @media (min-width: 992px) {
    .node-preview-container {
      top: 211px;
    }
  }

.view-filters .form-item,
.view-filters #edit-actions {
  margin-top: 16px;
}
  .view-filters #edit-actions button#edit-reset {
    float: left;
    margin-right: 4px;
  }

.view-find-content .view-content .glyphicon-chevron-down,
.view-find-content .view-content .glyphicon-chevron-up {
  font-size: 0.8rem;
  left: 5px;
  top: 1px;
}
@media (min-width: 1200px) {
  .view-find-content .view-content td.views-field-title {
    width: 40vw;
  }
  .view-find-content .view-content td.views-field-changed {
    width: 12vw;
  }
}

.view-news-landing-page-news {
  clear: both;
}
  .view-news-landing-page-news .view-filters {
    margin-bottom: 3em;
  }
  .view-news-landing-page-news .view-content {
  }

#admin-toolbar-search-input {
  height: 34px;
  max-width: 160px;
}
  @media (min-width: 768px) {
    #admin-toolbar-search-input {
      max-width: none;
    }
  }

/* ************************* */
/* BEGIN: SEARCH RESULT PAGE */
/* ************************* */

.view-sio-solr .views-row,
.view-content-search .views-row,
.view-elasticsearch .views-row {
  margin-bottom: 1.5em;
}

.elasticsearch-result h4 {
  margin-bottom: 5px;
  margin-top: 18px;
}

.block-facets h2 {
  /* h4 */
  /* font-size: 18px; */
  font-size: 2.00em;
  margin-bottom: 11.5px;
  margin-top: 11.5px;
}

@media (min-width: 768px) {
  /* why important: overriding base h2 style */
  .block-facets h2 {
    /* font-size: 1.22em !important; */
    font-size: 2.00em !important;
  }
}

.block-facets ul {
  /* .list-unstyled */
  list-style: none;
  padding-left: 0;
}

/* *********************** */
/* END: SEARCH RESULT PAGE */
/* *********************** */

/* *********** */
/* BEGIN: FILE */
/* *********** */

.field.field--name-field-private-files .field--label {
  clear: both;
}

/* add margin between file link and file size */
.field.field--type-file {
  margin: 1em 0;
}
  .field.field--type-file .file-link {
    margin-right: 5px;
  }

/* ********* */
/* END: FILE */
/* ********* */

/* ***************************************** */
/* BEGIN: Cherry-Picked Drupal Bootstrap CSS */
/* ***************************************** */

.field--label {
  font-weight: 700;
}

.field--label-inline,
.field--label-above {
  clear: both;
}

.field--label-inline .field--items,
.field--label-inline .field--label {
  float: left;
}

.field--label-inline .field--items,
.field--label-inline .field--label,
.field--label-inline > .field--item {
  padding-right: 0.5em;
}

/* *************************************** */
/* END: Cherry-Picked Drupal Bootstrap CSS */
/* *************************************** */

/* *********** */
/* BEGIN: MISC */
/* *********** */

/* Make Admin Toolbar stay on screen when scrolling */
.toolbar-oriented .toolbar-bar {
  position: fixed;
}

/* Make Admin Toolbar toolbar-handle not show up on desktop breakpoint */
/* 3.3.1 update */
@media (min-width: 976px) {
  html:not([dir="rtl"]) .toolbar-tray-horizontal .level-1 > .toolbar-box a {
    padding-right: 1.3333em;
  }

  .toolbar-tray-horizontal .level-1 > .toolbar-box .toolbar-handle {
    width: 4em;
  }
  .toolbar-tray-horizontal .level-1 > .toolbar-box .toolbar-icon.toolbar-handle {
    display: none;
  }
}

.rss-small {
  height: 20px;
  width: 20px;
}

/* fix zoom on background image placeholders for embedded yt vids */
.ytp-cued-thumbnail-overlay-image {
  background-size: contain !important;
  -webkit-background-size: contain !important;
}

/* clipboard.js */
button.clipboardjs-button {
  background: none;
  border: none;
  padding: 0;
}

/* accordion customizations */
.drawer-wrapper .panel-group,
.drawer-wrapper .panel-group .panel {
  margin-top: 0;
}

.drawer-wrapper .drawer-toggle {
  font-size: 90%;
  padding: 0 0 0.5em;
}

.video-full-width {
  width: 100%;
}

/* **************** */
/* BEGIN: FRONTPAGE */
/* **************** */

.path-frontpage.page-node-type-landing-page .paragraph--type--landing-hero h2 {
  /* font-size: 4em; */
  text-shadow: 0 0 50px rgb(0 0 0 / 75%);
}
/* .path-frontpage.page-node-type-landing-page .paragraph--type--landing-hero p {
  font-size: 30px;
  line-height: 26.4px;
  text-transform: uppercase;
} */

/* **************** */
/* END: FRONTPAGE   */
/* **************** */

/* new ucsd styling: dont indent */
.text-indent h1 span,
.text-indent .h1 span {
  margin-left: 0;
}

/* override for links on a background image */
.theme.dark-on-light .text-link-light .call-to-action a:not(.btn).text-link,
.theme.dark-on-gray .text-link-light .call-to-action a:not(.btn).text-link {
  color: var(--bas-gray-pale) !important;
}

.theme.white-on-transparent h1,
.theme.white-on-transparent h2,
.theme.white-on-transparent h3,
.theme.white-on-transparent h4,
.theme.white-on-transparent h5,
.theme.white-on-transparent h6,
.theme.light-on-transparent h1,
.theme.light-on-transparent h2,
.theme.light-on-transparent h3,
.theme.light-on-transparent h4,
.theme.light-on-transparent h5,
.theme.light-on-transparent h6 {
  color: var(--neutral-white);
}

.jumbotron-hero.exhibit h1 {
  max-width: 75%;
  padding-bottom: 0em;
}
.jumbotron-animal .field.field--name-body,
.jumbotron-exhibit .field.field--name-body {
  display: none;
  padding-top: 0.5em;
}
  @media (min-width: 768px) {
    .jumbotron-animal .field.field--name-body,
    .jumbotron-exhibit .field.field--name-body {
      display: block;
    }
  }


@media (min-width: 768px) {
  .related-display-items.jumbotron-news .panel.panel-default {
    min-height: auto;
  }
}
.related-display-items {
  clear: both;
  padding: 2em 15px;
}
  .related-display-items .view-all-link {
    line-height: 1.2;
    margin-top: 0;
    padding-top: 0;
  }
    @media (min-width: 768px) {
      .related-display-items .view-all-link {
        margin-top: 0.5em;
        padding-right: 1em;
      }
    }
    @media (min-width: 1200px) {
      .related-display-items .view-all-link {
        margin-top: 0.6em;
      }
    }

.event-sold-out {
  background-color: #d3d3d3;
  color: var(--bas-gray-dark);
  display: inline-block;
  font-family: 'BrixSansBold';
  font-weight: normal;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .descriptive-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .callout-link-bot a {
    border-bottom: none !important;
    text-decoration: underline !important;
  }
}

.basic-page-header {
  background: none !important;
}
  .basic-page-header h1 {
    color: var(--bas-blue-muted) !important;
  }

/* frontpage cc3 only */
.path-frontpage .fancy-card .front-cc3-card-container .front-cc3-card-1 {
  grid-area: ic;
}
.path-frontpage .fancy-card .front-cc3-card-container .front-cc3-card-2 {
  grid-area: ti;
}
.path-frontpage .fancy-card .front-cc3-card-container .front-cc3-card-3 {
  grid-area: bo;
}

.path-frontpage .fancy-card .front-cc3-card-container {
  display: grid;
  column-gap: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .path-frontpage .fancy-card .front-cc3-card-container {
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas:
      "ic ic ti ti ti ti ti"
      "ic ic bo bo bo bo bo";
  }
}

/* md + lg             < 992px <= */
@media (min-width: 768px) and (max-width: 1199px) {
  .path-frontpage .fancy-card .front-cc3-card-container {
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas:
      "ic ic ti ti ti ti ti"
      "ic ic bo bo bo bo bo";
  }
  .path-frontpage .fancy-card .front-cc3-card-container .front-cc3-card-2 {
    min-height: 4.5rem;
    width: 5rem; /* force overflow on "COMING UP" to make it 2-line */
  }
  .path-frontpage .fancy-card .front-cc3-card-container .front-cc3-card-2 h3 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .path-frontpage .fancy-card .front-cc3-card-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
      "ic ti ti"
      "ic bo bo";
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .path-frontpage .fancy-card .front-cc3-card-container .front-cc3-card-2 {
    margin-top: 0.5rem;
  }
  .path-frontpage .fancy-card .front-cc3-card-container .front-cc3-card-2 h3 {
    margin-top: 0;
    margin-bottom: 0.25rem;
  }
}

.path-frontpage .fancy-card .front-cc3-card-1 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  height: 55px;
}
.path-frontpage .fancy-card:nth-child(1) .front-cc3-card-1 {
  background-image: url(../img/front-cc3-card-icon_hours.svg);
}
.path-frontpage .fancy-card:nth-child(2) .front-cc3-card-1 {
  background-image: url(../img/front-cc3-card-icon_calendar.svg);
}
.path-frontpage .fancy-card:nth-child(3) .front-cc3-card-1 {
  background-image: url(../img/front-cc3-card-icon_directions.svg);
}

.path-daily-schedule .region-content .block {
  color: var(--brand-dark);
  background-color: var(--brand-secondary);
}
.path-daily-schedule .region-content .block .field.field--name-body {
  padding: 0 24px;
  margin-bottom: 20px;
}
.path-daily-schedule .region-content .block .field.field--name-body h3 {
  margin-top: 24px;
  color: var(--brand-dark);
}
.path-daily-schedule .region-content .block .field.field--name-body a {
  color: var(--brand-dark);
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'BrixSansBold', Helvetica, Arial, sans-serif;
}

.background-position-x-right {
  background-position-x: right !important;
}

/* override styles.css ' / ' */
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

ul.social svg.bi,
.social-media-icons {
  color: var(--white);
  width: 40px;
}

ul.social .fa-brands,
ul.social .fa-solid {
  color: var(--white);
  font-size: 32px;
}

ul.news-meta-field svg.bi {
  color: var(--brand-primary);
  width: 40px;
  height: 40px;
}

ul.news-meta-field .fa-brands,
ul.news-meta-field .fa-solid {
  color: var(--brand-primary);
  font-size: 32px;
}

ul.news-teaser-social .fa-brands,
ul.news-teaser-social .fa-solid {
  color: var(--brand-primary);
  font-size: 32px;
}

.padding-top-40px {
  padding-top: 40px;
}