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

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

/* ------------------------------------------------------------------------- */
/* =====================                                                     */
/*      Paragraphs                                                           */
/* =====================                                                     */
/* ------------------------------------------------------------------------- */

/* ****************** */
/* Paragraph: General */
/* ****************** */
/* .paragraph p {
  margin-bottom: 0; } */

/* ******************** */
/* Paragraph: Accordion */
/* ******************** */
.paragraph.paragraph--type--accordion .drawer-toggle {
  font-size: 90%;
  padding: 0 0 1em;
}
.paragraph.paragraph--type--accordion .panel.panel-default > a {
  display: block;
  font-size: 2em;
  outline: none;
}
.paragraph.paragraph--type--accordion .panel.panel-default > a:hover {
  background-color: #eaeaea /* !important */;
  outline: none;
  text-decoration: none;
}
  .paragraph.paragraph--type--accordion .panel.panel-default > a span {
    display: inline-block;
    margin-right: 0.5em;
  }
  .paragraph.paragraph--type--accordion .panel.panel-default > a[aria-expanded='false'] span {
    margin-top: -0.2em;
    transform: scaleY(-1);
    transition: all 400ms;
  }
  .paragraph.paragraph--type--accordion .panel.panel-default > a[aria-expanded='true'] span {
    margin-top: 0.35em;
    transform: scaleY(1);
    transition: all 400ms;
  }
  .panel-accordion {
    background-color: #ffffff;
  }
    .paragraph.paragraph--type--accordion .panel-accordion .panel-body {
      background-color: #ffffff;
    }
    .paragraph.paragraph--type--accordion .panel-heading.panel-accordion {
      background-color: #ffffff;
    }
    .paragraph.paragraph--type--accordion .panel-heading.panel-accordion:hover {
      background-color: #f8f8f8;
    }
.paragraph.paragraph--type--accordion .panel-heading h3 {
  color: #484949;
  font-size: 0.875em;
  margin: 0.5em 0;
  outline: none;
  width: 90%;
}

@media (max-width: 767px) {
  .paragraph.paragraph--type--accordion .panel-heading.panel-accordion h3 {
    float: left;
  }
}

/* ****************************** */
/* Paragraph: Callout Content Two */
/* ****************************** */
.paragraph.paragraph--type--callout-content-two.paragraph--view-mode--default .panel.panel-primary p:not(.call-to-action) a {
  color: #ffffff;
  text-decoration: underline;
}

/* ******************************** */
/* Paragraph: Callout Content Three */
/* ******************************** */
.paragraph.paragraph--type--callout-content-three.item-theme-white-on-transparent .panel.panel-primary {
  background: transparent;
  box-shadow: none;
  color: #ffffff;
}
.paragraph.paragraph--type--callout-content-three .panel.panel-primary p a {
  color: #ffffff;
  text-decoration: underline;
}
  .paragraph.paragraph--type--callout-content-three .panel.panel-primary p.text-right a {
    text-decoration: none;
  }

@media (min-width: 992px) {
  .jumbotron-callout-three .panel.panel-primary .panel-body {
    padding: 1em 2.5em;
  }
  .jumbotron-callout-three .panel.panel-primary .panel-body p {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .paragraph.paragraph--type--callout-content-three p.text-right {
    margin: 15px;
  }
}

/* *********************************** */
/* Paragraph: Callout Video Two Column */
/* *********************************** */
.paragraph.paragraph--type--callout-video-two-column {
  background: #f5f5f5;
}
  .paragraph.paragraph--type--callout-video-two-column .video-playlist-title h2 {
    font-size: 2em;
  }
  /* .paragraph.paragraph--type--callout-video-two-column .video-two-column-container {
    padding-bottom: 2em;
  }
    .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .row {
      margin: 0 !important;
    }
      .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .row.header {
        height: 80px;
      }
        .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .row.header div {
          padding: 5px 75px;
        }
        .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .row.header .title h2 {
          display: inline-block;
          font-size: 2em;
          text-transform: uppercase;
        }
        .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .row.header .link {
          text-align: right;
        }
          .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .row.header .link a {
            display: inline-block;
            font-size: 1em;
            padding-top: 25px;
            text-transform: uppercase;
          }
    .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .video {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }
      .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .video .field.field--name-field-main-video {
        padding-bottom: 0;
      }
      .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .video .video-title {
        display: none;
        text-align: center;
      }
      @media (min-width: 992px) {
        .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .video .video-title {
          padding-left: 0;
          text-align: left;
        }
      }
      @media (min-width: 1200px) {
        .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .video .video-title {
          padding-left: 2.5em;
        }
      }
    .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .playlist {
      padding-right: 0;
      padding-top: 2em;
    }
      .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .playlist div {
        text-align: center;
      }
        .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .playlist div.row {
          min-height: 120px;
          padding-bottom: 2em;
        }
          .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .playlist div.row img {
            margin: 0 auto;
          }
    @media (min-width: 992px) {
      .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .playlist {
        padding-right: 2em;
        padding-top: 0;
      }
        .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .playlist div {
          font-size: 1em;
          text-align: left;
        }
      }
    @media (min-width: 1200px) {
      .paragraph.paragraph--type--callout-video-two-column .video-two-column-container .container .playlist {
        padding-right: 4em;
      }
    }
    */

/* ******************************************* */
/* Paragraph: Event Single, Text and CTA Small */
/* ******************************************* */
.paragraph.paragraph--type--event-single .date {
  background-color: #006a96;
  color: #ffffff;
  line-height: 1.5em;
  min-width: 90px;
  padding: 0.5em 1em;
  text-align: center;
}
  .paragraph.paragraph--type--event-single .date .month {
    font-size: 0.85em;
    text-transform: uppercase;
  }
    .paragraph.paragraph--type--event-single .date .day {
    font-size: 2em;
    font-weight: bold;
  }

.paragraph.paragraph--type--event-single .title {
  padding: 1em;
  text-align: center;
}

.paragraph.paragraph--type--event-single.jumbotron,
.paragraph.paragraph--type--text-and-cta-small.jumbotron {
  padding-bottom: 35px;
  padding-top: 35px;
}

.paragraph.paragraph--type--event-single .row h3,
.paragraph.paragraph--type--text-and-cta-small .row h3 {
  margin: 0;
}

@media (min-width: 768px) {
.paragraph.paragraph--type--event-single .date {
  padding: 0.5em 0;
}
.paragraph.paragraph--type--event-single .row,
.paragraph.paragraph--type--text-and-cta-small .row {
  align-items: center;
  display: flex;
}
  .paragraph.paragraph--type--event-single .row p,
  .paragraph.paragraph--type--text-and-cta-small .row p {
    margin-bottom: 0;
  }
}

/* ************************* */
/* PARAGRAPH: (Landing) Hero */
/* ************************* */

@media (max-width: 767px) {
  .paragraph.paragraph--type--landing-hero:not(.paragraph--view-mode--hero-news) {
    padding-bottom: 45px;
  }
}

/* ************************ */
/* PARAGRAPH: Image Rotator */
/* ************************ */
.qb-carousel {
  max-width: 100%;
}
  .qb-carousel .carousel-indicators {
    bottom: 0;
    left: auto;
    list-style: none;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    right: 0;
    text-align: right;
    width: auto;
  }
    .qb-carousel .carousel-indicators li {
      border: 1px solid #ffffff;
    }
      .qb-carousel .carousel-indicators li.active {
        background-color: #ffffff;
        border: 1px solid #ffffff;
      }
  .qb-carousel .carousel-caption {
    bottom: 30px;
    left: 0;
    margin-left: 20px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
  }
    .qb-carousel .carousel-caption h3 {
      color: #ffffff;
      font-size: 22px;
    }

@media (min-width: 768px) {
  .qb-carousel .carousel-caption {
    bottom: 20px;
  }
    .qb-carousel .carousel-caption h3 {
      font-size: 25px;
    }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  line-height: 1;
  max-width: 100%;
  min-height: 175px;
  width: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  font-size: 20;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)";
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)";
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20;
  height: 20;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -12%;
  padding-left: 0;
  list-style: none;
  text-align: right;
}

.carousel-indicators li {
  display: inline-block;
  width: 10;
  height: 10;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10;
  cursor: pointer;
  background-color: #000000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 3px solid #484949;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20;
  z-index: 10;
  padding-top: 20;
  padding-bottom: 20;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30;
    height: 30;
    margin-top: -10;
    font-size: 30;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30;
  }

  .carousel-indicators {
    bottom: 20;
  }
}

/* don't display "Pause/Play Carousel" button on mobile-only */
.carousel-aside-pause {
  display: none;
}

button.toggle-carousel {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.toggle-carousel-pause,
.toggle-carousel-play {
  bottom: 2px;
  height: 10px;
  margin-left: 5px;
  position: relative;
  width: 10px;
}
  .toggle-carousel-pause:hover,
  .toggle-carousel-play:hover {
    cursor: pointer;
  }
.toggle-carousel-play {
  display: none;
}

/* ************************* */
/* Paragraph: News Two Image */
/* ************************* */
.paragraph.paragraph--type--news-two-image {
  padding: 2em;
}
  .paragraph.paragraph--type--news-two-image .panel-two-image {
    margin-bottom: 1em;
  }
  .paragraph.paragraph--type--news-two-image .images-portrait-equal figure,
  .paragraph.paragraph--type--news-two-image .images-portrait-left figure,
  .paragraph.paragraph--type--news-two-image .images-portrait-right figure {
    display: inline-block;
    margin: 0 auto;
  }
  .paragraph.paragraph--type--news-two-image .row.caption {
    clear: both;
    font-style: italic;
    margin: 0 auto;
  }
    .paragraph.paragraph--type--news-two-image .row.caption figure {
      clear: both;
      padding: 10px;
      text-align: center;
    }
      .paragraph.paragraph--type--news-two-image .row.caption figure figcaption {
        margin: 0;
      }

@media (min-width: 1200px) {
  .paragraph.paragraph--type--news-two-image div.container {
    padding-left: 0;
    padding-right: 0;
  }
  .paragraph.paragraph--type--news-two-image .panel-two-image.figure-left {
    float: right;
  }
  .paragraph.paragraph--type--news-two-image .panel-two-image.figure-right {
    float: left;
  }

    /* landscape EQUAL */
    .paragraph.paragraph--type--news-two-image .images-landscape-equal div {
      padding-bottom: 0;
    }
      .paragraph.paragraph--type--news-two-image .images-landscape-equal div:first-child {
        padding-left: 0;
      }
      .paragraph.paragraph--type--news-two-image .images-landscape-equal div:last-child {
        padding-right: 0;
      }

    /* landscape LEFT */
    .paragraph.paragraph--type--news-two-image .images-landscape-left {
      position: relative;
    }
    .paragraph.paragraph--type--news-two-image .images-landscape-left .figure-right {
      position: absolute;
      top: 50%;
      transform: translateY(7%);
    }

    /* landscape RIGHT */
    .paragraph.paragraph--type--news-two-image .images-landscape-right {
      position: relative;
    }
    .paragraph.paragraph--type--news-two-image .images-landscape-right .figure-left {
      position: absolute;
      top: 50%;
      transform: translateY(7%);
    }
}

/* ************************* */
/* Paragraph: Notices        */
/* ************************* */
.paragraph.paragraph--type--notices h2 {
  margin-top: 0;
}
.paragraph.paragraph--type--notices a.text-link {
  border: none;
  text-decoration: underline;
}

/* ************************ */
/* Paragraph: Popular Links */
/* ************************ */
.paragraph.paragraph--type--popular-links.theme.white-on-blue .promo-nav .item-container {
  background-color: transparent;
}
  .paragraph.paragraph--type--popular-links.theme.white-on-blue .promo-nav .item-container a {
    text-decoration: none;
  }
.paragraph.paragraph--type--popular-links.theme.gray-on-white {
  background-color: #fff;
  color: #666;
}
  .paragraph.paragraph--type--popular-links.theme.gray-on-white .promo-nav a {
    color: #666;
  }

/* ********************* */
/* Paragraph: Raw Source */
/* ***********************/
.paragraph.paragraph--type--raw-source.inline-block {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.paragraph.paragraph--type--raw-source > h3 {
  padding: 15px;
}
  .paragraph.paragraph--type--raw-source #scripps-by-the-numbers {
    background-color: #182b49 !important;
    color: #fff;
    margin: 0px auto;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
    top: -80px;
    width: 100%;
  }
    .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table {
      margin: 0 auto;
      max-width: 1200px;
      min-width: 300px;
    }
      .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td {
        margin: 0;
        padding: 0;
      }
        .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td:nth-child(odd) {
          border-right: 2px solid #fff;
        }
          .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td div {
            border-bottom: 1px solid #fff;
            margin: 0 2em;
            padding-bottom: 10px;
            text-align: center;
          }
            .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td:nth-child(odd) div {
              padding-right: 5px;
            }
            .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td:nth-child(even) div {
              padding-left: 5px;
            }
            .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td div span {
              line-height: 1.25em;
            }
              .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td div span.big-number {
                display: inline-block;
                font-size: 4em;
              }
              .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td div span.big-text {
                display: inline-block;
                font-size: 1.25em;
                max-width: 260px;
                padding-left: 10px;
                text-align: left;
              }

@media (min-width: 768px) {
  .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table {
    min-width: 700px;
  }
}

@media (min-width: 840px) {
  .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td div span.big-number {
    font-size: 4.5em;
  }
  .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td div span.big-text {
    font-size: 1.5em;
  }
}

@media (min-width: 970px) {
  .paragraph.paragraph--type--raw-source #scripps-by-the-numbers table tr td div {
    padding-bottom: 0;
    text-align: left;
  }
}

.paragraph.paragraph--type--raw-source #ccer-viewer {
  height: 320px;
  position: relative;
  top: 0;
  width: 320px;
}
.paragraph.paragraph--type--raw-source .side-image .image-container {
  margin-left: 0;
  width: 100%;
}
  @media (max-width: 991px) {
    .paragraph.paragraph--type--raw-source .side-image .image-container {
      margin-bottom: 2rem;
      position: relative;
    }
  }
  @media (min-width: 768px) {
    .paragraph.paragraph--type--raw-source .side-image .image-container {
      top: 60px;
    }
  }
  @media (min-width: 992px) {
    .paragraph.paragraph--type--raw-source .side-image .image-container {
      margin-left: 50%;
      width: 50%;
    }
  }

/* ******************************* */
/* Paragraph: Tabbed Content Three */
/* ******************************* */
.paragraph.paragraph--type--tabbed-content-three .tab-content {
  background-color: transparent;
  color: #ffffff;
}
  .paragraph.paragraph--type--tabbed-content-three .tab-content .tab-pane a {
    color: #006a96;
  }

/* rare use of max-width so that *only* when below 768px will it show all panes */
@media (max-width: 767px) {
  .paragraph.paragraph--type--tabbed-content-three .body-container {
    padding: 0 30px;
  }
  .paragraph.paragraph--type--tabbed-content-three .tab-content .tab-pane {
    display: block;
  }
    .paragraph.paragraph--type--tabbed-content-three .tab-content .tab-pane a {
      color: #ffffff;
      text-decoration: none;
    }
}

@media (min-width: 768px) {
  .paragraph.paragraph--type--tabbed-content-three .tab-content {
    background-color: #ffffff;
    color: #484949;
  }
}

.paragraph.paragraph--type--tabbed-content-three .panel.panel-default {
  margin: 0 1em;
}
  .paragraph.paragraph--type--tabbed-content-three .panel.panel-default .panel-collapse .panel-body {
    padding: 0 1.5em 1.5em;
  }

.paragraph.paragraph--type--tabbed-content-three .panel-heading {
  /* background: none !important; */
  background-image: none;
  box-shadow: none;
  height: auto;
  padding: 0.25em 1em;
}
  .paragraph.paragraph--type--tabbed-content-three .panel-heading .tab-title {
    display: none;
  }

@media (min-width: 768px) {
  .paragraph.paragraph--type--tabbed-content-three .panel-heading .tab-title {
    display: block;
  }
}

.paragraph.paragraph--type--tabbed-content-three h2.text-center {
  padding: 0 1.5em 1em;
}
.paragraph.paragraph--type--tabbed-content-three li:hover {
  background-blend-mode: multiply;
  background-color: #006a96bf;
  color: #ffffff;
}
  .paragraph.paragraph--type--tabbed-content-three li:hover a {
    background-blend-mode: multiply;
    background-color: #006a96bf;
    color: #ffffff;
  }
  .paragraph.paragraph--type--tabbed-content-three li.active {
    background-blend-mode: multiply;
    background-color: #006a96bf;
  }
    .paragraph.paragraph--type--tabbed-content-three li.active:hover,
    .paragraph.paragraph--type--tabbed-content-three li.active:hover a {
      background-blend-mode: multiply;
      background-color: #006a96bf;
      color: #ffffff;
    }
.paragraph.paragraph--type--tabbed-content-three .tabbed-tab h2 {
  padding-bottom: 0;
}

/* theme: white on blue */
.paragraph.paragraph--type--tabbed-content-three.theme.white-on-blue .tabbed-tab a {
  color: #acadac;
  text-decoration: none;
}
  .paragraph.paragraph--type--tabbed-content-three.theme.white-on-blue .tabbed-tab.active a,
  .paragraph.paragraph--type--tabbed-content-three.theme.white-on-blue .tabbed-tab:hover a,
  .paragraph.paragraph--type--tabbed-content-three.theme.white-on-blue .tabbed-tab a:hover {
    color: #ffffff;
  }

.paragraph.paragraph--type--tabbed-content-three.paragraph--view-mode--events-landing .tab-content .tab-pane .row {
  color: #484949;
  margin-bottom: 1em;
  margin-top: 1em;
}
.paragraph.paragraph--type--tabbed-content-three.paragraph--view-mode--events-landing .tab-content .tab-pane a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .paragraph.paragraph--type--tabbed-content-three a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
  }
  .paragraph.paragraph--type--tabbed-content-three.black-on-white a {
    color: #006a96;
  }
  .paragraph.paragraph--type--tabbed-content-three.black-on-white .panel-title a {
    color: #484949;
  }

  .paragraph.paragraph--type--tabbed-content-three.paragraph--view-mode--events-landing .tab-content .tab-pane a {
    color: #006a96;
    text-decoration: underline;
  }
  .paragraph.paragraph--type--tabbed-content-three.paragraph--view-mode--events-landing .tab-content .tab-pane .view-footer {
    display: none;
  }
    .paragraph.paragraph--type--tabbed-content-three.paragraph--view-mode--events-landing .tab-content .tab-pane .view-footer:last-of-type {
      display: block;
    }
}

/* ************************* */
/* Paragraph: Taxonomy Panel */
/* ************************* */

/* make sure lines that wrap get indented */
/* we have no bullet points to distinguish lines */
.paragraph.paragraph--type--taxonomy-panel .list-unstyled li {
  padding-left: 1em;
  text-indent: -1em;
}
.paragraph.paragraph--type--taxonomy-panel .row > div + div {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .paragraph.paragraph--type--taxonomy-panel .row > div {
    margin-bottom: 23px;
  }
}

@media (min-width: 992px) {
  .paragraph.paragraph--type--taxonomy-panel .row > div + div {
    margin-top: 0;
  }
  .paragraph.paragraph--type--taxonomy-panel .row > div {
    margin-bottom: 0;
  }
}

/* *********************** */
/* Paragraph: Testimonials */
/* *********************** */
.paragraph.paragraph--type--testimonials .testimonial-intro h2 {
  word-break: break-all;
}
.paragraph.paragraph--type--testimonials .testimonial-intro a {
  border-color: #ffffff;
  color: #ffffff;
}

/* *************** */
/* Paragraph: Text */
/* *************** */
.paragraph.paragraph--type--text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.35em 0;
}
  .paragraph.paragraph--type--text.theme.white-on-transparent {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
  }
  .paragraph.paragraph--type--text.paragraph--view-mode--text-centered-column p {
    max-width: 870px;
  }

/* *********************************** */
/* Paragraph: Text and CTA with Slider */
/* *********************************** */
.paragraph.paragraph--type--text-and-cta-with-slider {
  min-height: 0;
  padding: 0;
}
  .paragraph.paragraph--type--text-and-cta-with-slider .body {
    min-height: auto;
  }
  .paragraph.paragraph--type--text-and-cta-with-slider .col-slider {
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
  }
    .paragraph.paragraph--type--text-and-cta-with-slider .col-slider > div.panel {
      max-height: 586px;
      overflow: hidden;
      white-space: normal;
    }
      .paragraph.paragraph--type--text-and-cta-with-slider .col-slider > div.panel:last-child {
        margin-right: 0;
      }
        .paragraph.paragraph--type--text-and-cta-with-slider .col-slider > div.panel > div.header-image {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          height: 200px;
        }
        .paragraph.paragraph--type--text-and-cta-with-slider .col-slider > div.panel > div.panel-body {
          padding: 1.5em;
        }
    .paragraph.paragraph--type--text-and-cta-with-slider .buttons {
      background-color: #f5f5f5;
      bottom: 10px;
      display: none;
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 100%;
    }
      .paragraph.paragraph--type--text-and-cta-with-slider .buttons button {
        background-color: transparent;
        border: none;
        cursor: pointer;
      }
      .paragraph.paragraph--type--text-and-cta-with-slider .buttons .arrownav {
        background-color: rgba(0, 0, 0, .16);
        border: 2px solid transparent;
        border-radius: 100px;
        box-sizing: border-box;
        display: block;
        height: 22px;
        position: relative;
        width: 22px;
      }
        .paragraph.paragraph--type--text-and-cta-with-slider .buttons .arrownav::after {
          box-sizing: border-box;
          content: "";
          display: block;
          height: 10px;
          position: absolute;
          width: 10px;
        }
      .paragraph.paragraph--type--text-and-cta-with-slider .buttons .arrownav.arrownav-back {
        transform: scale(var(--ggs,1));
      }
        .paragraph.paragraph--type--text-and-cta-with-slider .buttons .arrownav.arrownav-back::after {
          border-bottom: 2px solid;
          border-left: 2px solid;
          transform: rotate(45deg);
          left: 6px;
          top: 4px
        }
      .paragraph.paragraph--type--text-and-cta-with-slider .buttons .arrownav.arrownav-forward {
        transform: scale(var(--ggs,1));
      }
        .paragraph.paragraph--type--text-and-cta-with-slider .buttons .arrownav.arrownav-forward::after {
          border-bottom: 2px solid;
          border-right: 2px solid;
          transform: rotate(-45deg);
          right: 6px;
          top: 4px
        }

      .paragraph.paragraph--type--text-and-cta-with-slider .buttons .chevron {
        fill: #484949;
        height: 24px;
        width: 13px;
      }
        .paragraph.paragraph--type--text-and-cta-with-slider .buttons .chevron.current {
          margin: 0;
        }
        .paragraph.paragraph--type--text-and-cta-with-slider .buttons .chevron-left {
          background-image: url(/themes/custom/sio_ucsd/img/carousel/chevron-left.svg);
        }
        .paragraph.paragraph--type--text-and-cta-with-slider .buttons .chevron-right {
          background-image: url(/themes/custom/sio_ucsd/img/carousel/chevron-right.svg);
        }

      .paragraph.paragraph--type--text-and-cta-with-slider .buttons .dotnav {
        background-color: rgba(0, 0, 0, .16);
        border: 1px solid rgba(0, 0, 0, .16);
        border-radius: 50%;
        box-sizing: border-box;
        font-size: 17px;
        font-weight: 400;
        height: 16px;
        left: 0;
        letter-spacing: -.022em;
        line-height: 1.47059;
        outline: none;
        padding: 0;
        top: 0;
        width: 16px;
      }
        .paragraph.paragraph--type--text-and-cta-with-slider .buttons .dotnav.current {
          background-color: rgba(0, 0, 0, .56);
          border: 1px solid rgba(0, 0, 0, .56);
        }

      .paragraph.paragraph--type--text-and-cta-with-slider .buttons .indicator {
        background-image: url(/themes/custom/sio_ucsd/img/carousel/carousel-indicator.svg);
        /* #666666 */
        filter: invert(29%) sepia(0%) saturate(423%) hue-rotate(229deg) brightness(92%) contrast(90%);
        height: 16px;
        width: 16px;
      }
        .paragraph.paragraph--type--text-and-cta-with-slider .buttons .indicator.current {
          background-image: url(/themes/custom/sio_ucsd/img/carousel/carousel-indicator-active.svg);
          /* #006a96 */
          filter: brightness(0) saturate(100%) invert(20%) sepia(99%) saturate(2379%) hue-rotate(180deg) brightness(90%) contrast(101%);
          /* #00c6d7 */
          /* filter: brightness(0) saturate(100%) invert(60%) sepia(34%) saturate(2581%) hue-rotate(141deg) brightness(96%) contrast(102%); */
          height: 24px;
          width: 24px;
        }

/********************/
/* theme exceptions */
/* ******************/

/* theme-#666666-on-#ffffff */
.paragraph.paragraph--type--text-and-cta-with-slider.theme.gray-on-white .body {
  color: #000000;
}
  .paragraph.paragraph--type--text-and-cta-with-slider.theme.gray-on-white .col-slider .panel .panel-body {
    background: #ffffff;
    color: #666666;
  }

/* item-theme-#666666-on-#ffffff */
.paragraph.paragraph--type--text-and-cta-with-slider.item-theme-gray-on-white .col-slider .panel .panel-body {
    background: #ffffff;
    color: #666666;
  }
  .paragraph.paragraph--type--text-and-cta-with-slider.item-theme-gray-on-white .col-slider .panel .panel-body a {
    color: #006a96;
  }

/* theme-#000000-on-#ffffff */
.paragraph.paragraph--type--text-and-cta-with-slider.theme.black-on-white .buttons {
  background-color: #ffffff;
}

/* item-theme-#ffffff-on-#182B49 */
.paragraph.paragraph--type--text-and-cta-with-slider.item-theme-white-on-blue .col-slider .panel .panel-body a:not(.text-link) {
  color: #ffffff;
  text-decoration: underline;
}

@media (min-width: 500px) {
  .paragraph.paragraph--type--text-and-cta-with-slider {
    /* max-height: 650px; */
  }
    .paragraph.paragraph--type--text-and-cta-with-slider .slides .col-slider {
      overflow-x: auto;
      overflow-y: auto;
      white-space: nowrap;
    }
      .paragraph.paragraph--type--text-and-cta-with-slider .slides .col-slider > div.panel {
        border: 2px solid #ffffff;
        display: inline-grid;
        margin-right: 15px;
        max-height: 586px;
        width: 425px;
      }
        .paragraph.paragraph--type--text-and-cta-with-slider .col-slider > div.panel.current {
          border: 2px solid #006a96;
        }
        .paragraph.paragraph--type--text-and-cta-with-slider .slides .col-slider > div.panel > div.header-image {
          width: 425px;
        }
    .paragraph.paragraph--type--text-and-cta-with-slider .buttons {
      align-items: center;
      display: flex;
      justify-content: center;
    }
      /* dotnav span */
      .paragraph.paragraph--type--text-and-cta-with-slider .buttons span:nth-child(2) {
        align-items: center;
        display: flex;
        margin: 0 2rem 0.5rem;
      }
        .paragraph.paragraph--type--text-and-cta-with-slider .buttons span:nth-child(2) span {
          display: inline-block;
          height: 24px;
          margin: 0 5px;
          width: 24px;
        }

  /* theme-#ffffff-on-#182B49 */
  .paragraph.paragraph--type--text-and-cta-with-slider.theme.white-on-blue .col-slider > div.panel {
    /* border: 2px solid transparent; */
  }
    .paragraph.paragraph--type--text-and-cta-with-slider.theme.white-on-blue .col-slider > div.panel.current {
      border: 2px solid #ffcd00;
    }
  .paragraph.paragraph--type--text-and-cta-with-slider.theme.white-on-blue .buttons {
    background-color: #182b49;
  }
    .paragraph.paragraph--type--text-and-cta-with-slider.theme.white-on-blue .buttons .chevron,
    .paragraph.paragraph--type--text-and-cta-with-slider.theme.white-on-blue .buttons .indicator:not(.current) {
      /* #ffffff */
      filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
    }
    .paragraph.paragraph--type--text-and-cta-with-slider.theme.white-on-blue .buttons .indicator.current {
      /* #ffcd00 */
      filter: invert(17%) sepia(100%) saturate(445%) hue-rotate(359deg) brightness(103%) contrast(105%);
    }
}

@media (min-width: 992px) {
  .paragraph.paragraph--type--text-and-cta-with-slider {
    max-height: 650px;
    /* max-height: 710px; */
    padding: 1em 0;
  }
    .paragraph.paragraph--type--text-and-cta-with-slider .buttons {
      bottom: 28px;
      height: 30px;
    }
    .paragraph.paragraph--type--text-and-cta-with-slider .slides .col-slider > div.panel {
      /* max-height: 645px; */
    }
}

/* *************** */
/* Paragraph: Video */
/* *************** */
.paragraph.paragraph--type--video {
  display: flex;
}
  .paragraph.paragraph--type--video figure {
    text-align: center;
  }

/* ------------------------------------------------------------------------- */
/* ==============================                                            */
/*      Paragraph View Modes                                                 */
/* ==============================                                            */
/* ------------------------------------------------------------------------- */

/* ******************************************************* */
/* Paragraph View Mode: CC2 Black Text on White Background */
/* ******************************************************* */
.paragraph.paragraph--view-mode--cc2-black-text-on-white-background .panel.panel-primary {
  background: transparent /* !important */;
}
  .paragraph.paragraph--view-mode--cc2-black-text-on-white-background .panel.panel-primary .panel-body {
    color: #484949;
    padding: 0 /* !important */;
  }

/* ************************************************ */
/* Paragraph View Mode: Hero Detail w/ Anchor Links */
/* ************************************************ */
.paragraph.paragraph--view-mode--hero-detail-page-with-anchor-links ul {
  margin-left: 4em;
  margin-top: 2.75em;
}

/* ********************************** */
/* Paragraph View Mode: Hero w/ Panel */
/* ********************************** */
.paragraph.paragraph--view-mode--hero-with-panel p {
  width: auto;
}

@media (min-width: 1200px) {
  .paragraph.paragraph--view-mode--hero-with-panel p {
    width: 23em;
  }
}

/* ********************************************* */
/* Paragraph View Mode: Hero Two Column Parallax */
/* ********************************************* */
.paragraph.paragraph--view-mode--hero-two-column-parallax.background-image-parallax {
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  border: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 30px 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
  .poster-has-darkened .poster-image {
    opacity: 0.55;
  }
  .poster-frame {
    align-items: center;
    background-color: #000000;
    display: flex;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .poster-image {
    color: #ffffff;
    filter: blur(30px);
    height: 120%;
    object-fit: cover;
    position: relative;
    transform: scale(2.2);
    transition: 1s;
    width: 120%;
    z-index: 1;
  }
    .poster-image::before {
      background-color: #c5c7c7;
      bottom: 0;
      content: " ";
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
    .poster-image::after {
      color: #ffffff;
      content: attr(alt);
      display: block;
      font-size: calc(18px + 1vw);
      font-size: 16px;
      font-weight: 500;
      left: 0;
      line-height: 1.1;
      overflow: hidden;
      padding: 10%;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 80%;
      z-index: 2;
    }
  .poster-text {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
    .poster-text .text-grid {
      display: grid;
      grid-column-gap: 0;
      grid-row-gap: 0;
      grid-template-columns: repeat(8, 1fr);
      height: 100%;
      margin: auto;
      width: 100%;
      z-index: 5;
    }
      .poster-text .text-grid .text-wrapper {
        grid-column: 1 / span 8;
        padding-bottom: 50px;
        z-index: 1;
      }
  /*
  @media (min-width: 992px) {
    .poster-text {
      padding-left: calc(28px + 5vw);
      padding-right: calc(28px + 5vw);
    }
  }
  */
.paragraph.paragraph--view-mode--hero-two-column-parallax.background-video-parallax {
  padding-bottom: 0;
  padding-top: 0;
}
  .paragraph.paragraph--view-mode--hero-two-column-parallax.background-video-parallax iframe {
    left: 0;
    position: absolute;
    top: 0;
  }
  .paragraph.paragraph--view-mode--hero-two-column-parallax.background-video-parallax .vid-container {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
  }
    .paragraph.paragraph--view-mode--hero-two-column-parallax.background-video-parallax .vid-container video {
      height: 100%;
      margin: 0;
      object-fit: cover;
      padding-bottom: 0;
      padding-top: 0;
      width: 100%;
      z-index: -20;
    }
  .paragraph.paragraph--view-mode--hero-two-column-parallax.background-video-parallax .vid-content {
    padding-bottom: 5vh;
    padding-top: 5vh;
    width: 100%;
    z-index: 0;
  }
@media (max-width: 767px) {
  .paragraph.paragraph--view-mode--hero-two-column-parallax.background-video-parallax .vid-container.no-video-fallback {
    background-color: #000000;
  }
}

/* ********************************* */
/* Paragraph View Mode: Simple Cards */
/* ********************************* */
/* .paragraph.paragraph--view-mode--simple-cards a {
  color: #ffffff; } */
.paragraph.paragraph--view-mode--simple-cards.black-on-white .panel-title a {
  color: #484949;
}
.paragraph.paragraph--view-mode--simple-cards .panel-news-title a {
  color: #006a96;
}
.paragraph.paragraph--view-mode--simple-cards .panel-body {
  padding: 0;
}

/* *********************************************** */
/* Paragraph View Mode: Simple Cards (Transparent) */
/* *********************************************** */
.paragraph.paragraph--view-mode--simple-cards-transparent- a,
.paragraph.paragraph--view-mode--simple-cards-transparent-data- a {
  color: #ffffff;
}

/* *********************************************** */
/* View Modes: Fancy, Simple Cards */
/* *********************************************** */
.paragraph.paragraph--view-mode--cc4-simple-cards-min- .thumbnail .thumbnail-heading {
  top: 25%;
}
.paragraph.paragraph--view-mode--cc4-simple-cards-min- .thumbnail .thumbnail-paragraph {
  top: 30%;
}

@media (min-width: 768px) {
  .news-fancy-cards .panel img,
  .paragraph.paragraph--view-mode--simple-cards .panel-body img:not(.text-link-hover-arrow) {
    min-height: 154px;
  }
}
@media (min-width: 992px) {
  .news-fancy-cards .panel img,
  .paragraph.paragraph--view-mode--simple-cards .panel-body img:not(.text-link-hover-arrow) {
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  .news-fancy-cards .panel img,
  .paragraph.paragraph--view-mode--simple-cards .panel-body img:not(.text-link-hover-arrow) {
    min-height: 241px;
  }
}

@media (max-width: 992px) {
  .paragraph.paragraph--view-mode--hero-homepage p {
    width: auto;
  }
}

.narrow-columns .row {
  margin-left: 0;
  margin-right: 0;
}
  .narrow-columns .row div[class^='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
    .narrow-columns .row div[class^='col-'] .panel-body {
      padding-left: 0;
      padding-right: 0;
    }

@media (min-width: 768px) {
  .narrow-columns .row {
    display: table !important;
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
    .narrow-columns .row .panel-body {
      padding: 1em !important;
    }
    .narrow-columns .row div.col-md-8 {
      padding-right: 15px;
    }
    .narrow-columns .row div.col-md-4 {
      padding-left: 15px;
    }
}

.heading-centered h2 {
  text-align: center;
}

/* unpublished-paragraphs toggle */
.unpublished-toggle {
  border-radius: 5px;
  opacity: 0.75;
  padding: 5px 10px;
  z-index: 1;
}
  .unpublished-toggle:hover {
    background-color: #484949;
    opacity: 1.0;
  }
/* unpublished-paragraphs label */
.paragraph.unpublished::after {
  font-size: 1.25rem;
  line-height: 2rem;
}

/* explorations now specific styles */
.jumbotron-hero-explorations.parallax__multi .container {
  bottom: 80px;
  left: 100px;
  position: relative;
}
