#video_hold {
  /*  background: url('/modules/video_hero/video/video-hero-bg-fw.jpg') no-repeat top center;
     -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover; */
  background-color: #510316;

}

#homevideo {
  display: block;
}

.video_hold_container > p {
  margin: -7px;
}


.video_hold_callout_container .row.content-constrain {
  background-color: rgba(134, 38, 51, .8);
  padding: 0 30px 25px;
  color: #ffffff;
  text-align: right;
}

.video_hold_callout_container .row.content-constrain h1 {
  margin: 15px 0 0;
  padding: 0;
}

.video_hold_callout_container .row.content-constrain h1 a {
  color: #e9df97;
  font-weight: 700;
  font-family: "degular", serif;
  font-size: 1.5rem;
}

.video_hold_callout_container .row.content-constrain .aux-link {
  color: #e9df97;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

:state(webkit-media-controls-play-button) {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

:state(webkit-media-controls-start-playback-button) {
  display: none !important;
  -webkit-appearance: none;
}


@media screen and (min-width: 64em) {
  .video_hold_container {
    position: relative;
  }

  .video_hold_callout {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    overflow: hidden;
  }

  .video_hold_callout_container .row.content-constrain h1 {
    margin: 0;
  }
}

/*  apply call out */
.apply_container {
  border: 0px yellow solid;
  position: absolute;
  overflow: hidden;
  width: 600px;
  z-index: 99999;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  position: absolute;
  left: -20px;
  font-size: 41px;
  color: #FFFFFF;
  float: right;
  margin-right: 142px;
  top: -9px;
}

.animated.animated_begin {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  left: 95px;
}

.animate_move {
  left: 466px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.animate_move.back {
  left: 95px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
  animation-duration: 1s;
}

@keyframes example {
  from {
    margin-left: -512px;
  }
  to {
    margin-left: -372px;
  }
}


@keyframes examplefull {
  from {
    margin-left: -372px;
  }
  to {
    margin-left: 0px;
  }
}


/* The element to apply the animation to */

.apply_slide {
  background-image: url('/sites/default/files/great_time_0.jpg');
  background-repeat: no-repeat;
  float: left;
  height: 300px;
  width: 600px;
  margin-left: -512px;
}

.apply_slide.start {
  margin-left: -372px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.apply_slide.start.full {
  margin-left: 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.apply_content p {
  padding: 8px 20px;
  font-size: 19px;
  margin-bottom: 0px;
  line-height: 19px;

}

.apply_content a {
  font-weight: bold;
}

.apply_content {
  background-color: #FFF;
  margin-top: 46px;
  border-bottom: #8c2233 5px solid;
  height: 184px;
  width: 372px;
  float: left;
  overflow: hidden;
  border-left: #8c2233 5px solid;
}

.callout_header {
  font-weight: bold;
  color: #ae1630;
  font-size: 30px;
  margin-top: 10px;
  font-family: "degular", sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
}

a.callout_header:link, a.callout_header:visited, a.callout_header:hover, a.callout_header:active {
  text-decoration: none;
}

.slide_action {
  cursor: pointer;
  outline: none !important;
}


@media (max-width: 540px) {

  .apply_slide {
    background-image: none;
    background-color: #8c2233;
  }

  .apply_content {
    margin-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-top: #8c2233 46px solid;
    height: 245px;
    width: 260px;
  }

  .apply_slide.start {
    margin-left: -260px;
  }

  .animate_move {
    left: 355px;
  }

}

/* news sidebar */
.sidebar.ntr {
  background-image: url('//d17oyy5wigmfa8.cloudfront.net/sites/default/files/triangle_bluescreen_bg.jpg');
  background-position: top center;
  color: #FFF;
  background-size: cover;
}

.sidebar.ntr p {
  padding: 0px 20px 0px 20px;
}

@media (max-width: 540px) {
  .sidebar.ntr img {
    padding: 20px;
  }
}

.sidebar.ntr .field.heading.field-title {
  color: #e9df97;
  font-weight: 700;
  font-family: "quatro-slab", serif;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 20px;
}

.sidebar.ntr .button {
  width: 100%;
  margin-top: 20px;
  max-width: 300px;
  margin: 0 auto;
  float: none;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: solid 1px #e9df97;
  color: #e9df97;
}

.sidebar.ntr .button:after {
  background-color: #e9df97;

}

.sidebar.ntr .button:hover {
  color: #611e44
}

/* end news sidebar */

/* start lower news feature - video or photo, three news items */
.block-block_content-styleguide-feature-news---events---teaser .summary-list .image-container,
.block-block_content-styleguide-feature-news---events---teaser .summary .image-container {
  border: 0px #d7d2cb solid;
}

.summary .image-container, .summary-list .image-container {
  border: 0px;
}

.superheading + .news_heading.heading::before {
  background-color: #d7d2cb;
  content: '';
  display: block;
  height: 0px;
  margin: 0.375rem 0;
  width: 20%;
}

.news_links {
  border-left: 1px #f8f8f8 solid;
  padding-left: 20px;
}

.field.field-story-links a:link {
  color: #ae1630;
  text-decoration: none;
  font-size: .85rem;
  font-weight: bold;
  font-family: "quatro-slab", serif;
}

.field.field-story-links a:after {
  content: ' ';
  display: block;
  border: 1px solid #efedea;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.field.field-story-links .views-row:last-child a:after {
  content: none;
}

.field.field-story-links .views-row:last-child {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .content-wrapper.news-events-teaser .image-container {
    width: 100% !important;
  }

  .news_links.summary-container {
    width: 100%;
  }

  .block-block_content-styleguide-feature-news---events---teaser .heading {
    width: 100%;
  }
}

/* end lower news feature - video or photo, three news items */



