:root {
  --logo-blue: #004fa4;
  --logo-red: #ed1a3b;
  --red-dark: #5e1b15;
  --red-medium: #961e28;
  --red: #c4122f;
  --blue-dark: #0f2846;
  --blue: #13477d;
  --blue-light: #005099;
  --blue-pale: #c4d1df;
  --taupe: #7e6d5f;
  --taupe-dark: #4d4037;
  --taupe-light: #d0c4b6;
  --taupe-pale: #e2dfdb;
  --slate: #446c73;
  --slate-dark: #324448;
  --slate-light: #aabdbe;
  --slate-pale: #d9e1e3;
  --green: #526a3e;
  --green-dark: #526a3e;
  --green-light: #526a3e;
  --green-pale: #d6e2cf;
  --teal: #008290;
  --teal-dark: #00616c;
  --teal-light: #64c7c7;
  --teal-pale: #d9ecf3;
  --yellow: #eeb137;
  --yellow-dark: #bb7b0f;
  --yellow-light: #f4c74b;
  --yellow-pale: #fcf4e9;
  --warm-blue: #005578;
  --warm-blue-dark: #184359;
  --warm-blue-light: #006796;
  --warm-blue-pale: #d1d9de;
  --grey: #5e6769;
  --grey-dark: #414547;
  --grey-light: #99a3a6;
  --grey-pale: #d9dada;
  --orange: #d46b21;
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #5e6769;
  --default-link: #006796;
  --default-link-hover: #1774a9;
  --default-link-visit: #004d70;
  --hover-collapse-color: #e5f0f4;
}
.resp-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.resp-embed-container.fullscreen {
  padding-bottom: 75%;
}
.resp-embed-container.widescreen {
  padding-bottom: 42.5%;
}
.resp-embed-container iframe,
.resp-embed-container object,
.resp-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  border: none;
}
.section-inline-video {
  margin: 25px 0;
  padding: 0 15px;
}
.section-right .section-inline-video {
  padding: 0 30px;
}
#section-hero .section-inline-video {
  margin: 0;
  padding: 0;
}
#section-hero .section-inline-video:last-child {
  margin-bottom: 50px;
}
#section-hero .section-inline-video .row-center {
  max-width: 2560px;
}
#section-hero .section-inline-video .no-bs-padding:last-of-type {
  padding-left: 15px;
  padding-right: 15px;
}
.section-inline-video header p.topic + h1 {
  margin-top: 0;
}
.section-inline-video p:last-child {
  margin-bottom: 0;
}
.section-inline-video footer {
  padding: 0;
  margin: 0 0 10px;
}
.section-inline-video footer .caption-content {
  border: 1px solid #e5f0f4;
  background: #e5f0f4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAL////3JZXDwMAAAMPPDSlWGBvFAAAAAElFTkSuQmCC) top left repeat;
  padding: 10px;
}
.section-inline-video footer .caption-content p {
  margin: 10px;
}
.section-inline-video div.running-time {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: "Interstate Light", Interstate, Arial, sans-serif;
  font-weight: normal;
  color: #343434;
  font-size: 1.2rem;
  color: #6d6d6d;
  float: left;
  width: auto;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #d2d2d2;
}
.section-inline-video div.running-time.red {
  border-right: 1px solid #c4122f;
}
.section-inline-video div.running-time strong {
  font-weight: 700;
}
.section-inline-video ul {
  padding-left: 15px;
  list-style: square;
}
.section-inline-video.video-partial .resp-embed-container {
  margin-bottom: 0;
}
.section-inline-video.video-partial .video-embed-container {
  margin-bottom: 15px;
}
.section-inline-video.video-full .resp-embed-container {
  margin-bottom: 0;
}
.section-inline-video.video-full .video-embed-container {
  margin-bottom: 15px;
}
.section-inline-video a.btn {
  margin-top: 0;
}
.tab-pane .section-inline-video {
  margin: 25px 15px;
}
.tab-pane .section-inline-video header h1 {
  font-family: "Interstate Bold", Interstate, Arial, sans-serif;
  font-weight: 700;
  color: #4d4037;
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 0 0 10px;
}
section.section-colored-bg .section-inline-video {
  margin: 25px 0 !important;
  padding: 0 15px !important;
}
@media (min-width: 992px) {
  .section-inline-video {
    margin: 50px 0;
  }
  #section-hero .section-inline-video .row-center {
    margin: 0 -30px 0 -15px;
  }
  .section-main .section-inline-video {
    margin: 25px -30px 50px -15px;
    padding: 0;
  }
  [data-tier-subtype="A"] .section-main .section-inline-video {
    margin: 50px -30px 50px -15px;
  }
  .section-main .tab-pane .section-inline-video {
    margin: 25px 15px;
  }
  .section-right .section-inline-video {
    margin: 25px 0 50px 0 !important;
  }
  .section-right .section-inline-video .btn-primary {
    font-weight: 700;
    color: #006796;
    background: #fff;
    border: 1px solid #006796;
    border-color: #006796;
  }
  .section-right .section-inline-video .btn-primary:visited {
    color: #004d70;
  }
  .section-right .section-inline-video .btn-primary:hover,
  .section-right .section-inline-video .btn-primary:focus {
    color: #1774a9;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 90%, #f4c74b 90%, #f4c74b 100%);
    border-color: #1774a9;
    border-bottom-color: #f4c74b;
  }
  .section-right .section-inline-video .btn-primary:disabled {
    border-color: #5e6769;
    background: #fff;
    color: #5e6769;
  }
  #section-content > div:first-child > div:first-child > div:first-child > .video-ustream {
    margin-top: 0;
  }
}
.video-collapsible section {
  margin: 0 0 20px 0;
}
.video-collapsible section .collapse h2 {
  display: none;
}
.video-collapsible .video-embed-container .video .resp-embed-container {
  margin-bottom: 0px;
}
.video-collapsible .col-xs-12 h2 {
  display: none;
}
.section-playlist.video-partial h2 {
  font-family: "Interstate Bold", Interstate, Arial, sans-serif;
  font-weight: 700;
  color: #4d4037;
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 0 0 10px;
  text-transform: none;
}
.section-playlist.video-partial .help-block {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.section-playlist li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-playlist p.topic + p.lede {
  margin-top: 3px;
}
.section-playlist p.topic {
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1.8rem;
}
.section-playlist li {
  margin-bottom: 15px;
}
.section-playlist img {
  margin-bottom: 0px;
}
.section-playlist li:hover,
.section-playlist li:focus-within {
  background: #e5f0f4;
}
.section-playlist li:hover a,
.section-playlist li:focus-within a {
  text-decoration: none;
}
.section-playlist .row p.lede {
  margin-bottom: 15px;
}
.section-playlist.video-partial img {
  max-width: 80px !important;
  margin-right: 7.5px;
}
.section-playlist .col-xs-12.col-md-4.video-content-container {
  height: 31vw;
  max-height: 405px;
  overflow-y: scroll;
}
@media (max-width: 1200px) {
  .section-playlist .col-xs-12.col-md-4.video-content-container {
    height: 100%;
    max-height: none;
    padding-top: 15px;
    width: 100%;
    padding-left: 0px;
  }
}
