/* line 5, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 4, ../sass/partials/_richmedia.scss */
.video-c {
  cursor: pointer;
  width: 300px;
  height: 250px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 14, ../sass/partials/_richmedia.scss */
.video-controls-c {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
}

/* line 22, ../sass/partials/_richmedia.scss */
#play-toggle {
  position: absolute;
  background: url("../imgs/icon-pause.png") transparent no-repeat;
  width: 16px;
  height: 14px;
  right: 18px;
  bottom: -20px;
}
/* line 30, ../sass/partials/_richmedia.scss */
#play-toggle.playing {
  background: url("../imgs/icon-play.png") transparent no-repeat;
}

/* line 35, ../sass/partials/_richmedia.scss */
#audio-toggle {
  position: absolute;
  background: url("../imgs/icon-volume-on.png") transparent no-repeat;
  width: 16px;
  height: 14px;
  right: 3px;
  bottom: -20px;
}
/* line 43, ../sass/partials/_richmedia.scss */
#audio-toggle.off {
  background: url("../imgs/icon-volume-off.png") transparent no-repeat;
}

/* line 10, ../sass/screen.scss */
body,
body * {
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 21, ../sass/screen.scss */
:focus {
  outline: none;
}

/* line 25, ../sass/screen.scss */
::-moz-focus-inner {
  border: 0;
}

/* line 29, ../sass/screen.scss */
button {
  cursor: pointer;
}

/* line 33, ../sass/screen.scss */
.exit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  cursor: pointer;
}

/* line 45, ../sass/screen.scss */
#container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #686868;
  background-color: #000;
  width: 300px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 57, ../sass/screen.scss */
section {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 67, ../sass/screen.scss */
#intro-panel.intro {
  -moz-animation: fade-out 1s ease-out;
  -webkit-animation: fade-out 1s ease-out;
  animation: fade-out 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  pointer-events: none;
}

/* line 75, ../sass/screen.scss */
.progressive-c {
  background-color: #000;
}
/* line 78, ../sass/screen.scss */
.progressive .progressive-c {
  pointer-events: auto;
  -moz-animation: fade-in 0.3s ease-out;
  -webkit-animation: fade-in 0.3s ease-out;
  animation: fade-in 0.3s ease-out;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 84, ../sass/screen.scss */
.resolve .progressive-c {
  pointer-events: none;
  -moz-animation: fade-out 0.3s ease-out;
  -webkit-animation: fade-out 0.3s ease-out;
  animation: fade-out 0.3s ease-out;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 95, ../sass/screen.scss */
#replay {
  background: url("../imgs/replay.png") no-repeat;
  position: absolute;
  top: 25px;
  right: 5px;
  width: 17px;
  height: 17px;
}

/* line 104, ../sass/screen.scss */
.bg {
  background: url("../imgs/bg.jpg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 113, ../sass/screen.scss */
.tagline {
  background: url("../imgs/tagline.png") top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 122, ../sass/screen.scss */
.tt {
  background: url("../imgs/tt.png") top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 131, ../sass/screen.scss */
.tunein {
  background: url("../imgs/tunein-01.png") bottom left no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 139, ../sass/screen.scss */
.ddt1 .tunein {
  background: url("../imgs/tunein-01.png") bottom left no-repeat;
}
/* line 142, ../sass/screen.scss */
.ddt2 .tunein {
  background: url("../imgs/tunein-02.png") bottom left no-repeat;
}
/* line 145, ../sass/screen.scss */
.ddt3 .tunein {
  background: url("../imgs/tunein-03.png") bottom left no-repeat;
}
/* line 148, ../sass/screen.scss */
.ddt4 .tunein {
  background: url("../imgs/tunein-04.png") bottom left no-repeat;
}
/* line 151, ../sass/screen.scss */
.ddt5 .tunein {
  background: url("../imgs/tunein-05.png") bottom left no-repeat;
}
/* line 154, ../sass/screen.scss */
.ddt6 .tunein {
  background: url("../imgs/tunein-04.png") bottom left no-repeat;
}
/* line 157, ../sass/screen.scss */
.ddt7 .tunein {
  background: url("../imgs/tunein-05.png") bottom left no-repeat;
}

/* line 162, ../sass/screen.scss */
.cta-c {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 169, ../sass/screen.scss */
.cta-c .cta {
  background: url("../imgs/cta.png") bottom left no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 178, ../sass/screen.scss */
.cta-c .cta-inv {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  background: url("../imgs/cta-inv.png") bottom left no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 192, ../sass/screen.scss */
#resolve-c:hover .cta-inv {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 200, ../sass/screen.scss */
#intro-els {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* line 209, ../sass/screen.scss */
.intro-tunein {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: url("../imgs/tunein-01.png") bottom left no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* line 219, ../sass/screen.scss */
.ddt1 .intro-tunein {
  background: url("../imgs/tunein-01.png") bottom left no-repeat;
}
/* line 222, ../sass/screen.scss */
.ddt2 .intro-tunein {
  background: url("../imgs/tunein-02.png") bottom left no-repeat;
}
/* line 225, ../sass/screen.scss */
.ddt3 .intro-tunein {
  background: url("../imgs/tunein-03.png") bottom left no-repeat;
}
/* line 228, ../sass/screen.scss */
.ddt4 .intro-tunein {
  background: url("../imgs/tunein-04.png") bottom left no-repeat;
}
/* line 231, ../sass/screen.scss */
.ddt5 .intro-tunein {
  background: url("../imgs/tunein-05.png") bottom left no-repeat;
}
/* line 234, ../sass/screen.scss */
.ddt6 .intro-tunein {
  background: url("../imgs/tunein-04.png") bottom left no-repeat;
}
/* line 237, ../sass/screen.scss */
.ddt7 .intro-tunein {
  background: url("../imgs/tunein-05.png") bottom left no-repeat;
}
/* line 241, ../sass/screen.scss */
.show-copy .intro-tunein {
  -moz-animation: fade-in 1s ease-out;
  -webkit-animation: fade-in 1s ease-out;
  animation: fade-in 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 246, ../sass/screen.scss */
.resolve .intro-tunein {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 251, ../sass/screen.scss */
.intro-cta {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: url("../imgs/cta.png") bottom left no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* line 261, ../sass/screen.scss */
.show-copy .intro-cta {
  -moz-animation: fade-in 1s ease-out;
  -webkit-animation: fade-in 1s ease-out;
  animation: fade-in 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 266, ../sass/screen.scss */
.resolve .intro-cta {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 271, ../sass/screen.scss */
#click-overlay {
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 281, ../sass/screen.scss */
.first-click {
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 291, ../sass/screen.scss */
.first-click-img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

/* line 301, ../sass/screen.scss */
.video-c {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 305, ../sass/screen.scss */
.video-c:hover .video-controls-c {
  -moz-animation: fade-in 0s ease-out;
  -webkit-animation: fade-in 0s ease-out;
  animation: fade-in 0s ease-out;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 312, ../sass/screen.scss */
.video-controls-c {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-out 0s ease-out;
  -webkit-animation: fade-out 0s ease-out;
  animation: fade-out 0s ease-out;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
