@import url(//fonts.googleapis.com/css?family=Sanchez);
.jumbotron {
  padding: 8rem 0;
  background: url("../img/7.jpg") no-repeat scroll 50% 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 50% !important; }

.sub-jumbotron {
  background: url("../img/7.jpg") no-repeat scroll 50% 50%;
  background-size: cover;
  margin-bottom: 4rem;
  padding: 3.5rem 0; }

.masthead {
  opacity: .7; }
  .masthead .lead {
    font-weight: 400;
    margin-bottom: 0; }

.site-title {
  font-family: Sanchez;
  padding-bottom: .5rem; }
  .site-title h1 {
    margin-bottom: 0; }
    @media only screen and (min-width: 1200px) {
      .site-title h1 {
        font-size: 2.8rem; } }
  .site-title a {
    text-decoration: none;
    color: #C84204; }

.site-tagline {
  margin-left: 4.5rem;
  font-size: 1.2rem; }

.language-selector {
  text-align: right;
  font-size: .7rem;
  text-transform: uppercase; }
  .language-selector a {
    color: #222222;
    font-weight: 700;
    display: inline-block; }
  .language-selector a:hover {
    text-decoration: underline; }

a,
.navbar-light .navbar-nav .nav-link {
  color: #C84204; }

body {
  font-family: "Lato", sans-serif;
  font-size: 110%; }

h2 {
  font-family: Sanchez;
  margin: 4rem 0 3rem; }

h3 {
  font-family: Sanchez; }

aside h2 {
  margin-top: 0; }

p {
  line-height: 1.8rem; }

blockquote {
  margin: 1.5rem 3rem;
  list-height: 1.8rem; }

.lead {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem; }
  .lead small {
    font-size: 62%;
    font-weight: 700;
    line-height: 1rem; }

.breadcrumb {
  font-size: .8rem;
  background: inherit; }

.video-metadata .badge {
  margin-bottom: 1rem; }

.annotation-info {
  font-size: 1rem;
  margin: 1rem 0; }

.item-list {
  margin: 2rem 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e1e1e1; }
  .item-list .item-title {
    margin: 0 0 .5rem;
    font-size: 1.5rem; }
  .item-list .item-date {
    font-size: .9rem; }
  .item-list .item-length {
    font-size: .9rem; }
  .item-list img {
    margin-bottom: 1rem; }

.item-title-translated {
  font-style: italic;
  margin-bottom: .5rem; }

.item-list:first-of-type {
  margin-top: 4rem; }

.chapter-number {
  font-size: 9rem;
  margin-bottom: -5rem; }

.footer-brand {
  background: #e9ecef;
  margin-top: 4rem;
  padding: 2rem 0; }
  .footer-brand p {
    font-size: 1rem; }
  .footer-brand img {
    margin: 1rem .25rem .25rem .25rem; }
  .footer-brand a {
    display: inline-block; }

h3.nav-header {
  font-size: 1rem;
  text-transform: uppercase; }
  h3.nav-header a {
    color: #222222; }

aside .nav-item a:hover {
  background: #f1f1f1; }

.kaltura-player-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 1rem; }

#kaltura_player_738983390 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.carousel-caption {
  background: rgba(0, 0, 0, 0.7);
  padding: .5rem; }
  .carousel-caption h5 {
    font-size: 1rem;
    margin-bottom: 0; }

.img-center {
  margin: 2rem 0;
  text-align: center; }

.img-md {
  max-width: 60%; }

.list-inline {
  margin-top: 3rem; }

.list-inline-item {
  display: inline;
  font-size: 1rem;
  border-right: 1px solid #dedede;
  padding-right: .5rem; }

.list-inline-item:last-child {
  border: none; }

.list-inline-item.disabled {
  color: #666; }

.caption {
  font-size: .8rem;
  margin: .5rem 0 0;
  line-height: 1.2rem; }

.card.card-dialog {
  border: 0;
  border-left: 3px solid #f7b267;
  margin-bottom: 2rem; }
  .card.card-dialog p {
    font-size: 90%; }
  .card.card-dialog .card-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.announcement {
  background: #222222;
  padding: 0.5rem 0; }
  .announcement p {
    color: white;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding: 0; }
