.box
{
  background-color: #e55e1e;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
  padding-top: 1em;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  min-height: 11.8em;
  position: relative;
  top: 0px;
  font-size: 0.6em;
  cursor: pointer;
  z-index: 1100;
}

/* Line 1 */
.box
{
  min-height: 10em;
}

/* Line 1 */
.box
{
  pointer-events: auto;
  text-align: left;
  display: inline-block;
  font-size: 0.65em;
  width: 26em;
  padding-top: 1.2em;
  padding-right: 20px;
  padding-bottom: 1.2em;
  padding-left: 20px;
  min-height: 0px;
}

.box
{
  font-size: 0.8em;
  width: 23.4375em;
  bottom: 3em;
  padding-top: 1.4em;
  padding-right: 25px;
  padding-bottom: 1.4em;
  padding-left: 25px;
}

.cssanimations .slideshow-hero .box, .cssanimations .video-fade-transition .box
{
  position: relative;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: slideIn;
  animation-duration: 1s;
}

/* Inline styles */

{
  background: #dc3c00;
  color: #ffffff;

}