/* //////// colors used/overridden //////////

$brand-primary: #006a96; // blue
$brand-text: #484949; // light black
$brand-background-gray: #f5f5f5; // light gray
$brand-background-gray2: #f7f7f7; // light gray
$brand-background-yellow: #c69214; // mustard yellow
$brand-background-blue: #00465f; // dark blue
$brand-background-blue-dark: #182b49; // darker blue
$brand-btn-default-background: #ffcd00;
$nav-color-global-hover: rgba(0, 52, 89, 0.749);
$alert-color: #990000;
$alert-danger-color: #990000;
$alert-success-color: #009940;
$alert-warning-color: #997800;
$button-primary-color: #006a99;
$black: #000000;
$white: #ffffff;
$gray: #888888;
$gray-light: #f9f9f9;

$base-color-local: #1d8aa8;
$base-color-dev: #1da826;
$base-color-stage: #a89d25;
$base-color-prod: #a8331e;

$cc3-cell-background: #076e98; // blue

////////// */

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

body {
  overflow-x: hidden;
}
  body.cke_editable {
    margin: 8px;
  }
  /* local tasks block fixes (e.g. View, Edit, Delete, etc.) */
  body.page-node-type-center-lab-or-program nav.tabs,
  body.page-node-type-event nav.tabs,
  body.page-node-type-news nav.tabs,
  body.page-node-type-shared-facility nav.tabs {
    margin: 0;
  }

  /* node types */
  /** event **/
  body.page-node-type-event h1 {
    font-size: 46px;
    margin-top: 23px !important;
  }
  body.page-node-type-event .h4 {
    font-size: 16px;
  }
  body.page-node-type-event .page-header {
    border: none;
    margin-bottom: 0;
    text-transform: none;
  }
  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 .news-meta {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0.5em;
  }
    body.page-node-type-event .news-meta.inverse {
      padding: 0 !important;
    }
      body.page-node-type-event .news-meta.inverse ul li {
        border: none;
        border-radius: 0;
        padding: 0;
      }
        body.page-node-type-event .news-meta.inverse ul li a {
          background-color: #ffffff !important;
          color: #006a96 !important;
        }
      body.page-node-type-event ul.social {
        display: inline-block;
      }
      body.page-node-type-event .event-meta {
        line-height: 1.8em;
      }
        body.page-node-type-event .event-meta > span {
          display: inline-block;
        }
        body.page-node-type-event .event-meta strong {
          display: inline-block;
          min-width: 6em;
          text-transform: uppercase;
        }
      body.page-node-type-event .event-detail-sidebar h6 {
        margin-bottom: 1em;
        text-transform: none;
      }
      body.page-node-type-event .event-image {
        margin-bottom: 11.5px;
      }
        body.page-node-type-event .event-image p {
          margin-bottom: 0;
        }

  /** news **/
  body.page-node-type-news .nav-tabs {
    margin: 0;
  }
  body.page-node-type-news .paragraph.paragraph--type--news-two-image {
    padding: 0;
  }

  /** raw-source **/
  body.page-node-type-raw-source .field.field.field--name-body {
    padding: 0;
  }

  @media (max-width: 263px) {
    body {
      padding-top: 0;
    }
  }

  @media (min-width: 992px) {
    body.page-node-type-news .paragraph.paragraph--type--text .container {
      margin-left: -15px;
      margin-right: -15px
    }
  }

  @media (min-width: 1200px) {
    body.page-node-type-event .event-meta {
      float: left;
    }
    body.page-node-type-event .event-news-meta.news-meta .social-news-meta {
      float: right;
      padding-left: 1em !important;
    }
  }

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

  /* regions */
  body.no-node-type .region.region-content,
  body.page-node-type-center-lab-or-program .region.region-content,
  body.page-node-type-shared-facility .region.region-content {
    padding: 2em 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;
      /*
        note: any overflow hiding, like below,
        makes downstream 'position: sticky' NOT work
      */
      overflow-x: hidden;
    }

@media (min-width: 992px) {
  body .main-container {
    margin-top: 210px /* !important */;
  }
}

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

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;
}

p.debug {
  background: linear-gradient(to bottom, #a2efa7 0, #b8f3bc 100%);
  color: #484949;
  font-family: monospace;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  margin: 8px 0;
  padding: 5px;
  white-space: nowrap;
}

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

/* h2 {
  font-size: 2.33em !important; } */

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;
  }

/* 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;
  }

  .form-inline .form-group {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

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

.btn-info {
  background-color: #006a99;
  border-color: transparent;
}
  .btn-info:hover {
    background-color: #00465f;
  }

/*
  why important: override the gray bg hover listed in
  /themes/custom/sio_ucsd/css/vendor/modules/global-changes.css
*/
.btn-default:hover,
.btn-secondary:hover {
  background-color: #ffffff !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#toolbar-bar {
  z-index: 1002;
}

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

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 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;
    /* below style causes centered text to be squished in small column */
    /* 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;
  }
}

/*
  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;
}

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

drupal-media[data-entity-type="media"] > div {
  border: 1px solid #ffffff;
  clear: both;
}
  drupal-media[data-entity-type="media"] > div:hover {
    border: 1px dashed #000000;
  }

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;
}
  .alert a {
    color: #000000;
    text-decoration: underline;
  }

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

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

.boilerplate {
  border-top: 1px solid #484949;
  font-size: 0.8em;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

.field.field--name-body {
  padding: 2em 0;
}
  /*
  .field.field--name-body > figure,
  .field.field--name-body > div .field--name-field-media-image,
  .field.field--name-body iframe {
    margin-bottom: 1em;
  } */

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

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

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

.text-dark {
  color: #484949;
}

.text-link-no-decoration {
  color: #ffffff;
}
  .text-link-no-decoration:hover {
    color: #ffffff;
    text-decoration: underline;
  }

.text-link-light {
  color: #e7ebee;
}

a.text-link.text-link-light {
  border-bottom: 1px solid #e7ebee;
  color: #e7ebee;
  /* float: right; */
}

/* why important: override paragraph theme options
   that would give this extra unwanted decoration */
.view-all-link {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .view-all-link {
    padding-right: 0;
  }
    .view-all-link a.text-link.text-link-light {
      border-bottom: none !important;
      text-decoration: underline !important;
    }
}

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

.text-link-blue {
  border-bottom: 1px #006a96 solid;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link-hover-arrow {
  height: 16px !important;
  width: 20px !important;
}
  .jumbotron-map .text-link-hover-arrow,
  .theme.black-on-white .text-link-hover-arrow,
  .theme.black-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;
}

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

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

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

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

.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: 1em;
}

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

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

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

.jumbotron-directory {
  text-align: center;
}
  .jumbotron-directory h3 {
    color: #4a4a4a;
    font-size: 30px;
    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 #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-appearance: none;
    color: #8c8c8c;
    font-family: "BrixSansBold", sans-serif;
    font-size: 18px;
    height: 44px;
    margin-bottom: 18px;
  }

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

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

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

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

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

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

/* why important: override top-navigation.css */
.navbar-default .nav-wrap {
  background-color: #006996ef !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: rgba(0, 52, 89, 0.85);
  }
    .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: rgba(1, 109, 147, 0.95) !important;
    color: #ffffff !important;
  }
}

@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: 61vw;
}

/* possible vertical alignment improvement for logo?
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    padding-top: 20.5px; } }

@media (max-width: 991px) {
  .navbar-default .navbar-brand {
    padding-top: 20.5px; } }
*/

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

.navbar-header .search-icon {
  outline: none;
  outline-width: 0;
}

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

.nav > li > a {
  margin-right: 0 /* !important */;
}

.main-nav {
  padding: 18px 0 0 0;
}

/* local tasks block fixes (e.g. View, Edit, Delete, etc.) */
.nav-tabs {
  margin: 0 0.85em;
}
  .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: #006a99;
}

.nav.nav-tabs > li:hover {
  color: #ffffff;
  cursor: pointer;
}
  .nav.nav-tabs > li:hover a {
    color: #ffffff;
  }
  .nav.nav-tabs > li.active:hover,
  .nav.nav-tabs > li.active:hover a {
    color: #00344a;
  }
    .nav.nav-tabs > li.active a:hover {
      color: #00344a;
      cursor: pointer;
    }

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

/* mobile hamburger menu */
.secondary-nav {
  background-color: transparent;
  margin: 0;
}
  .secondary-nav > li {
    background-color: #005979;
    margin-bottom: 0.5em;
  }
    .secondary-nav > li a {
      color: #ffffff;
    }
      /* why important: override bootstrap hover color */
      .secondary-nav > li a:hover {
        background-color: #00344a !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 {
  margin-bottom: 0;
  padding: 0.5rem 0 !important;
}
  /* styles.css override: Safari displays final breadcrumb incorrectly otherwise */
  .breadcrumb > li {
    display: inline;
  }

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

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

.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: rgba(0, 0, 0, 0.1);
  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-map .panel.panel-default {
  background: rgba(255, 255, 255, 0.9);
}

.jumbotron-white {
    background-color: #ffffff;
  }
  .jumbotron-white .text-indent-h1 p {
    margin-left: 4.5em;
  }

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

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

@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: #12284c;
}
  .jumbotron-blue .text-indent-h1 p {
    margin-left: 4.5em;
  }
  .jumbotron-blue .text-link {
    border-bottom: 1px solid #ffffff;
    color: #e7ebee;
  }

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

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

.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;
  }
}

.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;
  }

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

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

#news-filters {
  float: right;
  left: -50%;
  position: relative;
  text-align: left;
  z-index: 1;
}
  #news-filters .nav {
    list-style: none;
    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: 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 */
/* ********************** */

/* BEGIN: NEWS landing page */

/* social share UCSD News */
/* @media only screen and (max-width: 47.9375em) {
  .share {
    margin: 12px 0;
    padding: 0 0 18px; } }

@media only screen and (min-width: 48em) {
  .share {
    background: #efefef;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 12px 0.75em 12px 0.75em;
    position: fixed;
    top: 224px;
    z-index: 1000; } }

@media only screen and (min-width: 48em) {
  .share .social-item {
    margin-left: 0; } }
  .share .social-link {
    background-color: #c8c8c8;
    background-color: #969696;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .share .social-link:hover {
      background-color: #006a96; }

@media only screen and (min-width: 48em) {
  .share .social-link {
    margin-right: 0; } }

.share h2 {
  color: #484949;
  font-family: "proxima-nova-condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
*/

/* @media only screen and (max-width: 47.9375em) {
  .share h2 { */
    /* base size */
    /* font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding: 0; } }

@media only screen and (min-width: 48em) {
  .share h2 { */
    /* the smallest of small text. use for fine print */
    /* color: #969696;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 12px;
    line-height: 0.75rem;
    margin: 6px 0;
    padding: 0 !important;
    text-align: right; } }

.share ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 47.9375em) {
  .share li {
    float: left; } }

@media only screen and (min-width: 48em) {
  .share li {
    margin: 0 0 12px 0.5em; } }
*/

.jumbotron-news-article-content {
  padding-bottom: 3.5em;
  padding-top: 0.5em;
  position: relative;
}
  .jumbotron-news-article-content h1 {
    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 {
      font-size: 1.75em !important;
    }
    .jumbotron-news-article-content > div {
      display: table-cell;
      vertical-align: middle;
    }
}

/* ************** */
/* VIDEO PLAYLIST */
/* ************** */

.top-buffer {
  margin-top: 20px;
}

.bottom-buffer {
  margin-bottom: 20px;
}

.latest-videos h2 {
  margin-top: 0;
}

/**********************
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: #efefef;
      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;
}

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

@media (max-width: 767px) {
  .jumbotron.jumbotron-news-homepage-featured {
    min-height: 100%;
    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: #ffffff;
}
  .jumbotron-news-homepage-featured h1,
  .jumbotron-news-homepage-featured h2 {
    padding-top: 0.25em;
  }
  .jumbotron-news-homepage-featured .image-container {
    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: #efefef;
    width: 1200px;
  }
}

.news-featured-content {
  background-color: #efefef;
  bottom: 20px;
  top: 0;
  position: relative;
  padding: 4% 4% 3%;
  margin-top: 22px;
  /* width: 30%; */
}

@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: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0 16px;
  /* min-height: 275px; */
  position: relative;
  top: -50px;
  width: auto;
}
  /*
  .panel-news-content.ss-icon a,
  .panel-news-content.ss-icon a:visited {
    color: #ffffff;
    padding-top: 1em !important;
    text-decoration: none; }
  */

.jumbotron-news .panel.panel-default .panel-heading {
  background-color: #f5f5f5;
}

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: #ffffff;
}

.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: #eeeeee;
}

.panel-reverse {
  background-color: #182b49;
  color: #ffffff;
}
  .panel-reverse a {
    color: #ffffff;
    text-decoration: underline;
  }

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

.jumbotron-news .panel.panel-default {
  border: 2px solid #ffffff;
}
  .jumbotron-news .panel.panel-default .news-label {
    border-radius: 0;
    font-size: 2rem;
    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;
  }

/* ********************** */
/* 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 {
    font-size: 6rem;
    margin: 15px;
    padding: 20px;
    text-align: center;
    z-index: 1;
  }

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

.jumbotron-video-player {
  background-color: #666666;
}

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

.video-overlay {
  background-color: #000000;
  height: 100vh;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

/* news */

.label-default {
  background-color: rgba(0, 106, 153, 0.5); /* 50% transparent */
}

.news-status-dialog {
  background-color: #ff0000;
  color: #ffffff;
  margin: 0;
  padding: 2em;
  width: 100%;
}
  .news-status-dialog.first {
    border-bottom: 1px solid #ffffff;
  }

/* .jumbotron-scripps-in-the-news .panel .panel-news-date {
  font-size: 0.85em; }

.jumbotron-scripps-in-the-news .panel .panel-news-title {
  text-transform: none; } */

/* event displays */
.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: #747678;
  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 /* !important */;
  padding-bottom: 0 /* !important; */
}

#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-about-history .overflow-img {
  height: 324px;
  width: 587px; } */

/* .jumbotron-tow-image-sec h2.dark {
  color: #494a4a;
  font-size: 2.6em;
  margin-bottom: 11.5px; } */

.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-dark-blue {
  background-color: #182b49 !important; } */

/* .jumbotron-dark-gray {
  background-image: none !important;
  background-color: #333333 !important;
  color: #ffffff; } */

/* .jumbotron-light-gray {
  background-image: none !important;
  background-color: #efefef !important; } */

.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%;
}

/* .jumbotron-campus-facilities .text-indent-h1 p {
  margin-left: 6.8em; } */

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

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

.jumbotron.jumbotron-hero-detail h2,
.jumbotron.jumbotron-hero-explorations h2,
.paragraph.paragraph--view-mode--hero-landing-page-within-page h2 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .jumbotron h1,
  .jumbotron .h1,
  .jumbotron.jumbotron-hero-detail h2,
  .jumbotron.jumbotron-hero-explorations h2,
  .paragraph.paragraph--view-mode--hero-landing-page-within-page h2 {
    font-size: 3.4445em;
  }
  .jumbotron .text-indent,
  .jumbotron.jumbotron-callout-three .text-indent {
    margin-bottom: 0;
  }
}

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

@media (min-width: 1025px) {
  .jumbotron h1,
  .jumbotron .h1,
  .jumbotron.jumbotron-hero-detail h2,
  .jumbotron.jumbotron-hero-explorations h2,
  .paragraph.paragraph--view-mode--hero-landing-page-within-page h2 {
    font-size: 4em;
  }
}

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

.side-image-content {
  padding-bottom: 1.5em;
}

@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;
}

/* i.ss-icon.ss-social-circle {
  font-size: 2em; } */

/* .ss-icon a:hover,
.ss-icon.ss-social-circle a:hover {
  text-decoration: none; } */

/* li.ss-icon {
  padding: 0; } */

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

.main-section {
  float: none;
}

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

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

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

.sidebar-nav {
	background: #eeeeee;
	border: 1px solid #d8d7d7;
	margin: 0 0 1em;
	padding: 0;
}
  .sidebar-nav nav {
    min-height: 100px;
  }
  /* .sidebar-nav .page {
    height: max-content !important; } */
  .sidebar-nav a {
    color: #484949;
    text-decoration: none;
  }
  .sidebar-nav .active a {
    color: #006a96;
  }
  .sidebar-nav .active .panel-heading {
    background-color: #ffffff /* !important */;
    color: #006a96;
  }
  .sidebar-nav .sidebar-title {
    color: #333333;
    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: #676767;
      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 .mobile-side-nav {
	background-color: #f7f7f7; }
  .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: #ffffff;
}
.sidebar-nav .vcenter {
	align-items: center;
}

/* Sidebar: Top Level */

.sidebar-nav .accordion-title {
	font-size: 1.6rem;
}
  .sidebar-nav .accordion-title a:hover {
    background-color: #006a96;
    color: #ffffff;
  }
    .sidebar-nav .active .accordion-title a:hover {
      background: #ffffff;
      color: #006a96;
    }
    .sidebar-nav .accordion-title.accordion-subsite {
      font-size: 1.25em;
    }
    .sidebar-nav .open {
      background-color: #484949;
    }
    .sidebar-nav .panel-heading {
      min-height: 50px;
      padding: 0;
      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: 1px solid #d8d7d7;
  /* why important: override _something_ giving it top margin */
	margin-top: 0 !important;
}
  .sidebar-nav .panel-nav.first {
    border-top: 0;
  }
  .sidebar-nav .panel-title a,
  .sidebar-nav .panel-title p {
    color: #484949;
    display: block;
    margin: 0;
    padding: 2rem;
    text-transform: none;
  }
    .sidebar-nav .panel-title a:hover {
      text-decoration: none;
    }
      .sidebar-nav .active .panel-title a,
      .sidebar-nav .active .panel-title p {
        color: #004663;
      }
        .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: #484949;
            /*
            display: inline-block;
            width: 70%;
            */
          /* this css is to differentiate between accordion w/icons vs no icons */
        }
          .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: #676767;
}
.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: #006a96;
	border: 0;
	color: #ffffff;
}
  .sidebar-nav .plus-icon:hover {
    background-color: #182b49;
  }
  .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: #ffffff;
}
  .sidebar-nav .list-unstyled li:last-of-type {
	  border-bottom: none;
  }

.sidebar-nav .panel-body {
	background-color: #ffffff;
	padding: 0;
}
  .sidebar-nav .panel-body a {
    color: #006a96;
    display: block;
    font-size: 85%;
    font-weight: 700;
    padding: 1rem 1rem 1.6rem;
  }
    .sidebar-nav .panel-body a:hover {
      color: #484949;
      text-decoration: underline;
    }
  .sidebar-nav .panel-body .active > a {
    /* why important: override _something_ making it non-white */
    color: #ffffff !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: 1px solid #d8d7d7;
      padding: 0;
    }
      .sidebar-nav .panel-body ul li.active {
        background-color: #ffffff /* !important */;
        font-size: 85%;
        padding: 1rem 1rem 1.6rem;
      }
      .sidebar-nav .panel-body ul li li,
      .sidebar-nav .panel-body ul li li li {
        border-bottom: 1px solid #d8d7d7;
      }
        .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 /////////// */

/* .sidebar-nav .page {
	height: 250rem; } */

/* /////////// 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;
  }
}

.footer-sio-bar {
  background-color: #182b49;
  text-align: center;
}
  .footer-sio-bar a,
  .footer-sio-bar a:visited {
    color: #ffffff;
    padding-top: 1em;
    text-decoration: none;
  }
  .footer-sio-bar ul.social {
    padding-top: 5px;
  }
    .footer-sio-bar ul.social li a {
      color: #182b49;
    }
  /*
  .footer-sio-bar address {
    font-size: 1em !important; }
  */

@media (min-width: 992px) {
  .footer-sio-bar {
    text-align: left;
  }
}

.footer-logo {
  display: inherit; }

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

/* .footer-col {
  font-family: "BrixSansRegular", Helvetica, Arial, sans-serif !important; } */

/* .ships-footer p {
  font-family: "BrixSansRegular", Helvetica, Arial, sans-serif !important; } */

@media (max-width: 767px) {
  .footer-col {
    text-align: center;
  }
}

/* .col-xs-12.col-md-6.footer-contact {
  color: #ffffff; } */

div#fa-icon {
  float: right;
  padding-top: 20px;
}
  div#fa-icon a {
    border-bottom: none;
  }

@media (max-width: 991px) {
  div#fa-icon {
    float: none;
  }
}

/*
  reverse color (dark on light):
  * News content type nodes
    * Related News block at bottom
    * Author left sidebar
  * News Hero
*/
/*
.news-featured-content ul.social li,
.panel-news-content ul.social li,
.news-meta ul.social li {
  background: #006a96; }
  .news-featured-content ul.social li:hover,
  .panel-news-content ul.social li:hover,
  .news-meta ul.social li:hover {
    background: #006a96; }
    .news-featured-content ul.social li a,
    .panel-news-content ul.social li a,
    .news-meta ul.social li a {
      color: #ffffff; }
*/

/* .footer-address-bar {
  background-color: #182b49; }
  .footer-address-bar address {
    font-size: 1em !important; }
  .footer-address-bar .footer-address {
    padding-top: 1em !important; }

@media (max-width: 767px) {
  .footer-address-bar {
    text-align: center; } } */

.footer-copyright {
  background-color: #d3d3d3;
}
  .footer-copyright p {
    color: #555555;
    font-size: 0.65em;
    text-align: center;
  }
  .footer-copyright a {
    color: #555555;
    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;
    }
}

/* 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: #484949;
  }
  #subscribeFormModal p {
    margin-left: 0;
    text-shadow: none;
  }
  #subscribeFormModal a {
    color: #484949;
    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: #484949;
}

.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;
}

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

@media (min-width: 992px) {
  .footer-row div:nth-last-child(-n + 3) {
    /* why important: overriding value in footer.css */
    height: 44rem !important;
  }
  /* .footer-row div section#ss-icon {
    height: 100%; } */
  .footer-address-bar {
    padding: 0 1em;
  }
    .footer-address-bar .footer-contact {
      padding-top: 1.5em;
    }
  .footer-copyright {
    padding: 1em;
  }
}

/*
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  min-height: 360px;
  position: relative !important;
  width: -webkit-fill-available; }

.embed-responsive iframe .embed-responsive-item,
.embed-responsive iframe embed,
.embed-responsive iframe iframe,
.embed-responsive iframe object,
.embed-responsive iframe video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
*/

.panel {
  background-color: inherit;
  box-shadow: none;
}
  .panel .panel-body {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.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;
}

/*
.jumbotron.jumbotron-image-bg {
  background-position: center !important;
  background-size: cover !important; }
*/

.paragraph.paragraph--type--view-reference.jumbotron-news {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
  .paragraph.paragraph--type--view-reference.jumbotron-news .container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .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: 396px;
    }
    /* 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: #006a96;
    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: #ffffff;
      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: #ffffff;
        }
          .jumbotron.jumbotron-ships .ships-grid .thumbnail .caption h3 a:hover {
            color: #ffffff;
            text-decoration: none;
          }

    .jumbotron.jumbotron-ships .ships-grid .thumbnail .btn {
      background-color: #ffcd00;
    }
      .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: #ffffff;
    color: #484949;
  }
  .jumbotron .panel.theme.black-on-gray {
    background-color: #f5f5f5 !important;
    color: #484949 !important;
  }
  .jumbotron .panel.theme.black-on-white {
    background-color: #ffffff !important;
    color: #484949 !important;
  }
  .jumbotron .panel.theme.white-on-gray {
    background-color: #f5f5f5 !important;
    color: #ffffff !important;
  }
  .jumbotron .panel.theme.white-on-blue {
    background-color: #182b49 !important;
    color: #ffffff !important;
  }

/* why important: make sure color overrides any other color style */
.jumbotron.panel-white-on-transparent .panel-left {
  background: none !important;
  color: #ffffff !important;
}
  .jumbotron.panel-white-on-transparent .panel-left a {
    color: #ffffff;
  }

/* why important: make sure color overrides any other color style */
.theme.white-on-transparent {
  background-color: transparent !important;
  color: #ffffff !important;
}
  .theme.white-on-transparent a {
    color: #ffffff;
    text-decoration: underline;
  }
    .theme.white-on-transparent a.text-link {
      border-bottom: 1px solid #ffffff;
      text-decoration: none;
    }
    .theme.white-on-transparent a.text-link-no-decoration {
      text-decoration: none;
    }
    .theme.white-on-transparent a.btn {
      color: #484949;
      text-decoration: none;
    }
  .theme.white-on-transparent .tabbed-tab a {
    color: #006a96;
    text-decoration: none;
  }
  .theme.white-on-transparent .tab-pane a.text-link {
    border-bottom-color: #006a96 !important;
    color: #006a96 !important;
  }
  .theme.white-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 {
  text-decoration: none;
}

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

/* why important: make sure color overrides any other color style */
.theme.white-on-blue {
  background-color: #182b49 !important;
  color: #ffffff !important;
}
  .theme.white-on-blue a {
    color: #ffffff;
    text-decoration: underline;
  }
    .theme.white-on-blue a.text-link {
      border-bottom: 1px solid #ffffff;
      text-decoration: none;
    }
    .theme.white-on-blue a.text-link.text-right.visible-xs {
      border-bottom: none;
      text-decoration: underline;
    }
    .theme.white-on-blue a.text-link-blue {
      border-bottom: 1px solid #006a96;
      color: #006a96;
      text-decoration: none;
    }
    .theme.white-on-blue a.text-link-no-decoration {
      border-bottom: 0;
      text-decoration: none;
    }
    .theme.white-on-blue a.fancybox-media {
      border-bottom: 0;
      text-decoration: none;
    }
    .theme.white-on-blue a.btn {
      color: #484949;
      text-decoration: none;
    }
  .theme.white-on-blue ul.list-inline a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
  }
  .theme.white-on-blue .panel-two-image {
    background-color: #182b49 !important;
  }

/* why important: make sure color overrides any other color style */
.theme.black-on-gray {
  background-color: #f5f5f5 !important;
  color: #484949 !important;
}
  .theme.black-on-gray.item-theme-gray-on-white .panel-body {
    background-color: #ffffff !important;
    color: #666666 !important;
  }
  .theme.white-on-gray .panel-two-image {
    background-color: #f5f5f5 !important;
  }

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

.theme.black-on-yellow {
  background-color: #ffcd00 !important;
  color: #000000 !important;
}
  .theme.black-on-yellow a {
    color: #000000;
    font-weight: 700;
    text-decoration: underline;
    border-bottom: none;
  }
  .theme.black-on-yellow .panel-two-image {
    background-color: #ffcd00 !important;
  }

/* why important: make sure color overrides any other color style */
.theme.black-on-white {
  background-color: #ffffff !important;
  color: #484949 !important;
}
  .theme.black-on-white .panel-two-image {
    background-color: #ffffff !important;
  }

.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; } */
}

.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;
}

/* .video-thumbnail {
  height: 125px;
  width: 225px; } */
/* drupal currently creates 4:3 oembed thumbnails
   so we need adjust */
.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, #660000, #660000 10px, #330000 10px, #330000 20px);
  clear: both;
  color: #ffffff;
  margin-top: 1em;
  padding: 1em;
}
  .admin-only a {
    color: #ffeea8;
  }

.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: #f5f5f5;
  bottom: 0;
  color: #484949;
  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: #ffffff;
  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: #182b49;
    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: #3b5998;
  }
  */
    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: #1da1f2;
  }
  */
    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: #ff0000;
  }
  */
    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: #8a3ab9;
  }
  */
    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: #0077b5;
  }
  */
    ul.social li.linkedin:hover a img {
      filter: invert(22%) sepia(86%) saturate(5688%) hue-rotate(188deg) brightness(101%) contrast(102%);
    }
  /*
  ul.social li.envelope:hover a {
    color: #ffcd00;
  }
  */
    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: #ffcd00;
  }
  */
    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: #4285f4;
  }
  */
    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: #ffcd00;
  }
  */
    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: #ee802f;
  }
  */
    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: #016691;
      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 {
      /* why the importants? to override the ckeditor accordion module styling */
      background-color: #f7f7f7 !important;
      border: 0 !important;
      color: #484949 !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 {
        /* why the importants? to override the ckeditor accordion module styling */
        background-color: #efefef !important;
        text-decoration: none;
      }
    .ckeditor-accordion-container > dl dt.active > a {
      background-color: #eaeaea;
    }
    .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
    .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
      background: #484949;
    }

/* ************* */
/* 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-news-landing-page-news {
  clear: both;
}

.view-news-landing-page-news .view-filters {
  margin-bottom: 4em;
}

#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;
  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;
  }
}

.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;
}

.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%;
}

.lazy {
  /* background-image: none; */
}
