/************************
* Setup
************************/
@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Open+Sans");
/* line 5, uri:classloader:/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, uri:classloader:/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, uri:classloader:/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, uri:classloader:/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, uri:classloader:/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, uri:classloader:/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, uri:classloader:/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, uri:classloader:/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, uri:classloader:/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;
}

/************************
* Vars, functions and misc helpers
************************/
@-webkit-keyframes MARQUEE {
  0%,20% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    overflow: visible;
  }
  95%,100% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: visible;
  }
}
@-moz-keyframes MARQUEE {
  0%,20% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    overflow: visible;
  }
  95%,100% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: visible;
  }
}
@-o-keyframes MARQUEE {
  0%,20% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    overflow: visible;
  }
  95%,100% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: visible;
  }
}
@keyframes MARQUEE {
  0%,20% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    overflow: visible;
  }
  95%,100% {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: visible;
  }
}
/************************
* App Styles
************************/
/* line 7, _typeography.scss */
body {
  font-family: "Roboto";
  color: black;
}

/* line 12, _typeography.scss */
.italic {
  font-style: italic;
}

/* line 16, _typeography.scss */
.bold {
  font-weight: bold;
}

/* line 20, _typeography.scss */
.title, h1 {
  font-size: 2em;
  line-height: 2.1;
  margin: 0.5em;
  text-align: center;
}
/* line 26, _typeography.scss */
.title span.alt, h1 span.alt {
  display: none;
}

/* line 31, _typeography.scss */
.subtitle, h2 {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin: 0.5em 0;
  text-align: left;
}
/* line 41, _typeography.scss */
.subtitle.alt, h2.alt {
  color: #bbbbbb;
}

/* line 45, _typeography.scss */
h3 {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  letter-spacing: 2px;
  font-size: 1.5em;
  color: #9b9b9b;
}
/* line 51, _typeography.scss */
h3.alt {
  font-weight: bold;
  color: #19be6d;
}

/* line 57, _typeography.scss */
.action, .action2, .action3, .action4, a {
  font-weight: bold;
  color: white;
  font-size: 1.2em;
  letter-spacing: 0.7;
}
/* line 63, _typeography.scss */
.action:visited, .action2:visited, .action3:visited, .action4:visited, a:visited {
  color: white;
}

/* line 68, _typeography.scss */
.action2 {
  color: #30e78d;
}
/* line 71, _typeography.scss */
.action2:visited {
  color: #30e78d;
}

/* line 76, _typeography.scss */
.action3, .action4, a {
  font-size: 1em;
  text-align: center;
}

/* line 82, _typeography.scss */
.action4, a {
  color: #19be6d;
}
/* line 85, _typeography.scss */
.action4:visited, a:visited {
  color: #30e78d;
}

/* line 90, _typeography.scss */
.normal, .normal2, .tag, p {
  font-size: 1em;
  color: black;
}

/* line 95, _typeography.scss */
.normal2 {
  color: #bbbbbb;
}

/* line 100, _typeography.scss */
.tag {
  color: #676767;
}

/* line 105, _typeography.scss */
.note, .note2, .note3, .label, .label2, .user-prompts .tickler div, .user-prompts .modal div {
  /*font-family: "roboto";*/
  font-size: .6em;
  color: #9b9b9b;
  text-align: center;
}
/* line 111, _typeography.scss */
.note span, .note2 span, .note3 span, .label span, .label2 span, .user-prompts .tickler div span, .user-prompts .modal div span {
  font-size: 0.8em;
}

/* line 115, _typeography.scss */
.note2 {
  color: black;
}

/* line 119, _typeography.scss */
.note3 {
  color: white;
}

/* line 124, _typeography.scss */
.label, .label2 {
  font-size: 1em;
  color: #676767;
}

/* line 130, _typeography.scss */
.label2 {
  color: white;
}

/* line 136, _typeography.scss */
a {
  text-decoration: none;
  color: #19be6d;
  cursor: pointer;
}
/* line 141, _typeography.scss */
a:hover {
  color: #30e78d;
}
/* line 144, _typeography.scss */
a:visited {
  color: #19be6d;
}

/* line 149, _typeography.scss */
strong {
  font-weight: bold;
}

/* Color override classes */
/* line 3, _base.scss */
.black, header {
  color: black !important;
}

/* line 4, _base.scss */
.grey {
  color: #9b9b9b !important;
}

/* line 5, _base.scss */
.warm_grey {
  color: #bbbbbb !important;
}

/* line 7, _base.scss */
body {
  overflow: auto;
  overflow-x: hidden;
  background: white;
}
/* line 12, _base.scss */
body.noscroll {
  overflow: hidden;
}
/* line 16, _base.scss */
body div {
  outline: 0;
}

/* line 21, _base.scss */
.disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
}

/* line 26, _base.scss */
section {
  position: relative;
  clear: both;
  outline: 0;
}
/* line 31, _base.scss */
section.indent {
  margin-left: 1em;
}

/* line 36, _base.scss */
.content, .masthead, .user-prompts .tickler, .user-prompts .modal, footer {
  margin: 0 auto;
  position: relative;
  color: black;
}
/* line 41, _base.scss */
.content.fullwidth, .fullwidth.masthead, .user-prompts .fullwidth.tickler, .user-prompts .fullwidth.modal, footer.fullwidth {
  max-width: 100%;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

/* line 52, _base.scss */
h2 img.service-logo {
  position: relative;
  top: 0.1em;
  width: 222px;
}

/* line 62, _base.scss */
div.google-play {
  float: right;
  margin-right: 10em;
  margin-top: 2em;
}
/* line 67, _base.scss */
div.google-play a {
  border: 1px solid rgba(25, 190, 109, 0.2);
  border-radius: 2.5em;
  background: url(../images/icons/google-play-icon-1x.png) no-repeat 20px center;
  padding: 1em;
}
/* line 73, _base.scss */
div.google-play a span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  margin-left: 35px;
  line-height: 1.5em;
}
/* line 82, _base.scss */
div.app-downloads {
  float: right;
  margin-right: 10em;
  margin-top: 2em;
}
/* line 87, _base.scss */
div.app-downloads button, div.app-downloads input[type='submit'], div.app-downloads input[type='button'] {
  float: right;
  margin: auto 10px;
}

/* line 95, _base.scss */
p {
  margin-bottom: 1em;
}

/* line 100, _base.scss */
.centered {
  text-align: center;
}

/* line 103, _base.scss */
.leftalign {
  text-align: left;
}

/* line 106, _base.scss */
.rightalign {
  text-align: right;
}

/* line 114, _base.scss */
.views-container .page-loading {
  display: none;
}

/* line 118, _base.scss */
.page {
  max-width: 100%;
  margin: auto;
  margin-bottom: 10em;
  position: relative;
}
/* line 125, _base.scss */
.page section.spotlight .tile-container .tile .metadata {
  max-width: 1180px;
  margin: auto;
}
/* line 131, _base.scss */
.page section.spotlight .spotlight-nav.right, .page section.spotlight .spotlight-nav.left {
  display: block;
}
/* line 137, _base.scss */
.page section:not(.spotlight) {
  max-width: 1180px;
  margin: auto;
}
/* line 143, _base.scss */
.page section:not(.spotlight).item .metadata h2 {
  font-size: 1.5em;
  line-height: 1;
  margin: 0.5em auto 0.25em auto;
}
/* line 148, _base.scss */
.page section:not(.spotlight).item .metadata .subtitle {
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto 0.25em auto;
}
/* line 154, _base.scss */
.page section:not(.spotlight).item .metadata .description {
  font-weight: normal;
  font-size: 0.9em;
}

/* line 163, _base.scss */
.container {
  position: relative;
  max-width: 1180px;
  margin: auto;
}

/* line 169, _base.scss */
.link {
  cursor: pointer;
  color: #19be6d;
}
/* line 173, _base.scss */
.link.nolink {
  cursor: default;
}

/* DEV/QA ENV LABELS
*/
/* line 179, _base.scss */
.envLabel {
  color: red;
  position: fixed;
  z-index: 10000;
  font-weight: bold;
  font-size: 2.4em;
  width: 1.5em;
  right: 1%;
  top: 1%;
}
/* line 189, _base.scss */
.envLabel.left {
  left: 1%;
}
/* line 193, _base.scss */
.envLabel.right {
  right: 2.5%;
  top: auto;
  bottom: 1%;
}

/* line 200, _base.scss */
section.pagination {
  text-align: center;
  margin-top: 2em;
}
/* line 204, _base.scss */
section.pagination button, section.pagination input[type='submit'], section.pagination input[type='button'] {
  color: black;
  border: 1px solid #d8d8d8;
  padding: 0.75em 1em;
  margin-right: 0.25em;
  background: #d8d8d8;
  text-transform: uppercase;
  font-size: 0.75em;
}
/* line 213, _base.scss */
section.pagination button:hover, section.pagination input[type='submit']:hover, section.pagination input[type='button']:hover {
  background: #30e78d;
  border-color: #30e78d;
  color: white;
}
/* line 219, _base.scss */
section.pagination button.disabled, section.pagination input.disabled[type='submit'], section.pagination input.disabled[type='button'] {
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-color: #19be6d;
  background: #19be6d;
}
/* line 226, _base.scss */
section.pagination button.jumpto, section.pagination input.jumpto[type='submit'], section.pagination input.jumpto[type='button'] {
  color: black;
  border-color: #d8d8d8 !important;
  background: transparent;
  cursor: default !important;
}

/* line 1, components/_header.scss */
header {
  border-top: 5px solid #19be6d;
  background-color: #1d1d1d;
  width: 100%;
  height: 5.6em;
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
}
/* line 12, components/_header.scss */
header.scrolling {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
/* line 16, components/_header.scss */
header a, header a.visited {
  color: white !important;
}
/* line 20, components/_header.scss */
header .hamburger {
  position: absolute;
  display: none;
  top: 2.2em;
  right: 0.5em;
  min-height: 6.1em;
}
/* line 27, components/_header.scss */
header .hamburger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #bbbbbb;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, top 0.55s ease, left 0.55s ease;
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, top 0.55s ease, left 0.55s ease;
  -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, top 0.55s ease, left 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, top 0.55s ease, left 0.55s ease;
}
/* line 47, components/_header.scss */
header .hamburger span:first-child {
  transform-origin: 0% 0%;
}
/* line 51, components/_header.scss */
header .hamburger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* line 56, components/_header.scss */
header .hamburger input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -0.6em;
  right: -0.5em;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
/* line 71, components/_header.scss */
header .hamburger input:checked ~ span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #30e78d;
  -moz-transform: rotate(45deg) translate(-2px, -2px);
  -ms-transform: rotate(45deg) translate(-2px, -2px);
  -webkit-transform: rotate(45deg) translate(-2px, -2px);
  transform: rotate(45deg) translate(-2px, -2px);
  top: -0.6em;
  left: 0.5em;
}
/* line 79, components/_header.scss */
header .hamburger input:checked ~ span:nth-last-child(3) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}
/* line 84, components/_header.scss */
header .hamburger input:checked ~ span:nth-last-child(2) {
  -moz-transform: rotate(-45deg) translate(0, -1px);
  -ms-transform: rotate(-45deg) translate(0, -1px);
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
  top: 16px;
  left: 9px;
}
/* line 93, components/_header.scss */
header .nav-container, header .burger-nav-container {
  background-color: #1d1d1d;
  position: relative;
  height: 2.6em;
  top: 1.75em;
  margin-left: 9em;
}
/* line 100, components/_header.scss */
header .nav-container ul, header .burger-nav-container ul {
  position: relative;
}
/* line 103, components/_header.scss */
header .nav-container ul li, header .burger-nav-container ul li {
  display: inline-block;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  color: #bbbbbb !important;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 2;
  padding: 0 1em;
  margin-left: -0.5em;
  position: relative;
  padding-top: 1em;
  top: -1em;
}
/* line 117, components/_header.scss */
header .nav-container ul li.subparent, header .burger-nav-container ul li.subparent {
  padding-right: 0;
  background: #292929;
  height: 3.37em;
}
/* line 122, components/_header.scss */
header .nav-container ul li.subparent.collapsed, header .burger-nav-container ul li.subparent.collapsed {
  background: transparent;
  height: auto;
}
/* line 127, components/_header.scss */
header .nav-container ul li.subparent div.state, header .burger-nav-container ul li.subparent div.state {
  position: relative;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: #bbbbbb;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: inline-block;
  right: -0.1em;
  top: 0;
  margin-right: 1em;
}
/* line 134, components/_header.scss */
header .nav-container ul li.subparent div.state.collapsed, header .burger-nav-container ul li.subparent div.state.collapsed {
  top: -0.2em;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 141, components/_header.scss */
header .nav-container ul li a, header .burger-nav-container ul li a {
  color: #bbbbbb !important;
  font-weight: bold;
  outline: 0 !important;
}
/* line 147, components/_header.scss */
header .nav-container ul li.live-hero-event-active, header .burger-nav-container ul li.live-hero-event-active {
  display: none;
}
/* line 153, components/_header.scss */
header .nav-container ul li.active.subparent div.state, header .burger-nav-container ul li.active.subparent div.state {
  border-color: #19be6d;
}
/* line 157, components/_header.scss */
header .nav-container ul li.active > a, header .burger-nav-container ul li.active > a {
  color: #19be6d !important;
}
/* line 164, components/_header.scss */
header .nav-container ul li:hover.subparent div.state, header .burger-nav-container ul li:hover.subparent div.state {
  border-color: #30e78d;
}
/* line 168, components/_header.scss */
header .nav-container ul li:hover > a, header .burger-nav-container ul li:hover > a {
  color: #30e78d !important;
}
/* line 173, components/_header.scss */
header .nav-container ul li.separator, header .burger-nav-container ul li.separator {
  cursor: default;
}
/* line 175, components/_header.scss */
header .nav-container ul li.separator div, header .burger-nav-container ul li.separator div {
  height: 1em;
  font-size: 0.75em;
  line-height: 1;
  text-align: left;
}
/* line 182, components/_header.scss */
header .nav-container ul li.separator div span.label, header .nav-container ul li.separator div span.label2, header .burger-nav-container ul li.separator div span.label, header .burger-nav-container ul li.separator div span.label2 {
  position: relative;
  display: inline-block;
  background: #292929;
  z-index: 2;
  top: 0.55em;
}
/* line 194, components/_header.scss */
header .nav-container ul.main-nav, header .burger-nav-container ul.main-nav {
  float: left;
  margin: 0.2em 0 0 -1em;
}
/* line 199, components/_header.scss */
header .nav-container ul.main-nav li.sep:before, header .burger-nav-container ul.main-nav li.sep:before {
  content: "|";
  color: white;
}
/* line 204, components/_header.scss */
header .nav-container ul.main-nav li.home, header .burger-nav-container ul.main-nav li.home {
  display: none;
}
/* line 209, components/_header.scss */
header .nav-container ul.subnav, header .burger-nav-container ul.subnav {
  background: #292929;
  position: absolute;
  margin-left: -1em;
  min-width: 10em;
  top: 4.32em;
  z-index: 10;
}
/* line 217, components/_header.scss */
header .nav-container ul.subnav.collapsed, header .burger-nav-container ul.subnav.collapsed {
  display: none;
}
/* line 221, components/_header.scss */
header .nav-container ul.subnav li, header .burger-nav-container ul.subnav li {
  display: block;
  font-size: 0.9em;
  line-height: 2em;
  margin-left: 0.2em;
  margin-bottom: 0.75em;
  padding-top: 0;
  top: 0;
}
/* line 230, components/_header.scss */
header .nav-container ul.subnav li a, header .burger-nav-container ul.subnav li a {
  font-weight: normal;
}
/* line 234, components/_header.scss */
header .nav-container ul.subnav li:first-of-type, header .burger-nav-container ul.subnav li:first-of-type {
  margin-top: 1em;
}
/* line 237, components/_header.scss */
header .nav-container ul.subnav li:last-of-type, header .burger-nav-container ul.subnav li:last-of-type {
  margin-bottom: 1em;
}
/* line 243, components/_header.scss */
header .nav-container ul.social-links, header .burger-nav-container ul.social-links {
  float: right;
  margin: 1.3em 0 0 0;
  font-size: 1em;
}
/* line 248, components/_header.scss */
header .nav-container ul.social-links li, header .burger-nav-container ul.social-links li {
  display: inline-block;
  margin-left: 0.25em;
  padding: 0;
}
/* line 253, components/_header.scss */
header .nav-container ul.social-links li a, header .burger-nav-container ul.social-links li a {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  /* Adjust hit targets for touch. */
  top: 0.1em;
  left: 0.1em;
}
/* line 264, components/_header.scss */
header .nav-container ul.social-links li.login, header .burger-nav-container ul.social-links li.login {
  /*display:none !important;  REMOVE THIS WHEN WE SUPPORT ACTUAL LOGIN */
  position: relative;
  height: 4em;
  top: -1.5em;
  left: -4em;
  width: 3.5em;
  text-align: center;
}
/* line 274, components/_header.scss */
header .nav-container ul.social-links li.login button, header .nav-container ul.social-links li.login input[type='submit'], header .nav-container ul.social-links li.login input[type='button'], header .burger-nav-container ul.social-links li.login button, header .burger-nav-container ul.social-links li.login input[type='submit'], header .burger-nav-container ul.social-links li.login input[type='button'] {
  min-width: 18em;
}
/* line 278, components/_header.scss */
header .nav-container ul.social-links li.login.avatar, header .burger-nav-container ul.social-links li.login.avatar {
  position: absolute;
}
/* line 281, components/_header.scss */
header .nav-container ul.social-links li.login.avatar a, header .burger-nav-container ul.social-links li.login.avatar a {
  background-image: url(../images/icons/account-icon-not-logged-in.png);
  background-repeat: no-repeat;
  background-position: center 0.75em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 292, components/_header.scss */
header .nav-container ul.social-links li.login.avatar.registered a, header .burger-nav-container ul.social-links li.login.avatar.registered a {
  background-image: url(../images/icons/account-icon-logged-in.png);
}
/* line 298, components/_header.scss */
header .nav-container ul.social-links li.login.avatar:hover a, header .burger-nav-container ul.social-links li.login.avatar:hover a {
  background-image: url(../images/icons/account-icon-rollover.png);
}
/* line 304, components/_header.scss */
header .nav-container ul.social-links li.login:hover, header .burger-nav-container ul.social-links li.login:hover {
  border: 0 !important;
}
/* line 308, components/_header.scss */
header .nav-container ul.social-links li.login ul.subnav, header .burger-nav-container ul.social-links li.login ul.subnav {
  margin-left: 0;
  top: 3.85em;
  min-width: 12.5em;
}
/* line 313, components/_header.scss */
header .nav-container ul.social-links li.login ul.subnav li, header .burger-nav-container ul.social-links li.login ul.subnav li {
  background-image: none;
  margin-left: 0;
}
/* line 317, components/_header.scss */
header .nav-container ul.social-links li.login ul.subnav li.note2, header .burger-nav-container ul.social-links li.login ul.subnav li.note2 {
  font-family: "Roboto";
  font-size: 0.65em;
  text-transform: none;
  line-height: 1.2;
  white-space: normal;
  padding: 0 1em;
}
/* line 325, components/_header.scss */
header .nav-container ul.social-links li.login ul.subnav li.note2 a, header .burger-nav-container ul.social-links li.login ul.subnav li.note2 a {
  display: inline;
  color: #19be6d !important;
  background-image: none;
}
/* line 335, components/_header.scss */
header .nav-container ul.social-links li:not(.login), header .burger-nav-container ul.social-links li:not(.login) {
  background: url(../images/icons/lxl-social-sprites.gif);
  background-repeat: no-repeat;
  cursor: default;
}
/* line 340, components/_header.scss */
header .nav-container ul.social-links li:not(.login).facebook, header .burger-nav-container ul.social-links li:not(.login).facebook {
  background-position: -7px -2px;
}
/* line 342, components/_header.scss */
header .nav-container ul.social-links li:not(.login).facebook:hover, header .burger-nav-container ul.social-links li:not(.login).facebook:hover {
  background-position: -7px -39px;
}
/* line 346, components/_header.scss */
header .nav-container ul.social-links li:not(.login).youtube, header .burger-nav-container ul.social-links li:not(.login).youtube {
  background-position: -44px -2px;
}
/* line 348, components/_header.scss */
header .nav-container ul.social-links li:not(.login).youtube:hover, header .burger-nav-container ul.social-links li:not(.login).youtube:hover {
  background-position: -44px -39px;
}
/* line 352, components/_header.scss */
header .nav-container ul.social-links li:not(.login).twitter, header .burger-nav-container ul.social-links li:not(.login).twitter {
  background-position: -80px -2px;
}
/* line 354, components/_header.scss */
header .nav-container ul.social-links li:not(.login).twitter:hover, header .burger-nav-container ul.social-links li:not(.login).twitter:hover {
  background-position: -80px -39px;
}
/* line 358, components/_header.scss */
header .nav-container ul.social-links li:not(.login).instagram, header .burger-nav-container ul.social-links li:not(.login).instagram {
  background-position: -115px -2px;
}
/* line 360, components/_header.scss */
header .nav-container ul.social-links li:not(.login).instagram:hover, header .burger-nav-container ul.social-links li:not(.login).instagram:hover {
  background-position: -115px -39px;
}
/* line 364, components/_header.scss */
header .nav-container ul.social-links li:not(.login).email, header .burger-nav-container ul.social-links li:not(.login).email {
  background-position: -150px -2px;
}
/* line 366, components/_header.scss */
header .nav-container ul.social-links li:not(.login).email:hover, header .burger-nav-container ul.social-links li:not(.login).email:hover {
  background-position: -150px -39px;
}
/* line 371, components/_header.scss */
header .nav-container ul.social-links li:not(.login) span, header .burger-nav-container ul.social-links li:not(.login) span {
  display: none;
}
/* line 378, components/_header.scss */
header .burger-nav-container {
  background-color: #313131;
  width: 4em;
  top: 0;
  height: 100%;
  right: -4em;
  position: fixed;
  border-top: 0;
  white-space: nowrap;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 391, components/_header.scss */
header .burger-nav-container ul.main-nav {
  margin: 0 0 5em 0;
  width: 100%;
}
/* line 395, components/_header.scss */
header .burger-nav-container ul.main-nav li {
  margin-left: 0;
  background-color: #313131;
  display: block;
  line-height: 2em;
  padding-top: 0;
  top: 0;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
/* line 406, components/_header.scss */
header .burger-nav-container ul.main-nav li.subparent.collapsed {
  height: auto;
}
/* line 409, components/_header.scss */
header .burger-nav-container ul.main-nav li.subparent ul.subnav {
  margin-top: 0em;
  /*margin-bottom: 4em;*/
  background-color: #313131;
  position: relative;
  top: auto;
}
/* line 416, components/_header.scss */
header .burger-nav-container ul.main-nav li.subparent ul.subnav li {
  margin-left: 0.5em;
  font-size: 0.85em;
}
/* line 421, components/_header.scss */
header .burger-nav-container ul.main-nav li.subparent div.state {
  margin-left: 0.5em;
  top: -0.1em;
  left: -0.25em;
}
/* line 426, components/_header.scss */
header .burger-nav-container ul.main-nav li.subparent div.state.collapsed {
  top: -0.2em;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 433, components/_header.scss */
header .burger-nav-container ul.main-nav li.main-nav-dup {
  display: none;
}
/* line 437, components/_header.scss */
header .burger-nav-container ul.main-nav li.sep {
  width: 90%;
  border-bottom: 1px solid white;
  margin: 1em 0;
}
/* line 442, components/_header.scss */
header .burger-nav-container ul.main-nav li.sep:before {
  content: "";
}
/* line 448, components/_header.scss */
header .burger-nav-container ul.main-nav li.separator div span.label, header .burger-nav-container ul.main-nav li.separator div span.label2 {
  background-color: #313131;
}
/* line 455, components/_header.scss */
header .burger-nav-container ul.subnav li:first-of-type {
  margin-top: 0;
}
/* line 459, components/_header.scss */
header .burger-nav-container ul.social-links {
  float: left;
  margin-left: 0.5em;
  margin-top: 1em;
}
/* line 464, components/_header.scss */
header .burger-nav-container ul.social-links li.login {
  left: 0;
}
/* line 467, components/_header.scss */
header .burger-nav-container ul.social-links li.login.avatar {
  position: relative;
  left: 0;
  top: 0.75em;
  height: 2.75em;
}
/* line 474, components/_header.scss */
header .burger-nav-container ul.social-links li.login ul.subnav {
  top: 2.55em;
  padding-top: 1.75em;
  min-height: 3em;
}
/* line 479, components/_header.scss */
header .burger-nav-container ul.social-links li.login ul.subnav.basic {
  height: 4.5em;
}
/* line 483, components/_header.scss */
header .burger-nav-container ul.social-links li.login ul.subnav li {
  display: block;
}
/* line 486, components/_header.scss */
header .burger-nav-container ul.social-links li.login ul.subnav li:first-of-type {
  margin-top: 0.75em;
}
/* line 489, components/_header.scss */
header .burger-nav-container ul.social-links li.login ul.subnav li.note2 {
  margin-bottom: 0;
}
/* line 492, components/_header.scss */
header .burger-nav-container ul.social-links li.login ul.subnav li button, header .burger-nav-container ul.social-links li.login ul.subnav li input[type='submit'], header .burger-nav-container ul.social-links li.login ul.subnav li input[type='button'] {
  min-width: 25.75em;
  margin-right: .55em;
  margin-left: .55em;
}
/* line 500, components/_header.scss */
header .burger-nav-container ul.social-links li:not(.login) {
  top: -1.5em;
}
/* line 503, components/_header.scss */
header .burger-nav-container ul.social-links li:not(.login).facebook {
  margin-left: 4em;
}
/* line 510, components/_header.scss */
header .burger-nav-container.hamburger-open {
  display: block;
  right: 0;
  width: 20em;
  padding-bottom: 1em;
  overflow: auto;
}
/* line 519, components/_header.scss */
header .service-logo {
  float: left;
  display: inline-block;
  position: relative;
  height: 5em;
  width: 12em;
  top: 0.3em;
  overflow: hidden;
}
/* line 528, components/_header.scss */
header .service-logo.static {
  display: none;
}
/* line 533, components/_header.scss */
header .service-logo img.service-logo {
  width: auto;
  height: 3.4em;
  position: relative;
  top: 0.75em;
  border: 0;
}
/* line 541, components/_header.scss */
header .service-logo span {
  display: none;
}

/* line 549, components/_header.scss */
body.login header li.login {
  display: none !important;
}

/* line 555, components/_header.scss */
.hero-video.live {
  /* This is the body tag! */
}
/* line 559, components/_header.scss */
.hero-video.live header .nav-container ul li.live-hero-event-active {
  display: inline-block;
}

/* line 1, components/_hero-player.scss */
#hero-player {
  max-width: 1180px;
  position: relative;
  margin: auto;
  margin-top: 5.9em;
}
/* line 9, components/_hero-player.scss */
#hero-player .masthead.hero {
  background: black;
  min-height: 50%;
}
/* line 13, components/_hero-player.scss */
#hero-player .masthead.hero h2 {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
  color: white;
  text-align: center;
  text-shadow: black 0.05em 0.05em 0.25em;
}
/* line 24, components/_hero-player.scss */
#hero-player .masthead.hero .video-container {
  text-align: center;
  position: relative;
  max-height: 70%;
}
/* line 30, components/_hero-player.scss */
#hero-player .masthead.hero .video-container .video-js {
  height: 60%;
  width: 100%;
}
/* line 38, components/_hero-player.scss */
#hero-player.live {
  /* Real live stream */
}
/* line 44, components/_hero-player.scss */
#hero-player.live .masthead.hero .video-container .vjs-default-skin .vjs-time-control {
  display: none;
}
/* line 47, components/_hero-player.scss */
#hero-player.live .masthead.hero .video-container .vjs-default-skin .vjs-live-display {
  position: relative;
  top: -0.45em;
  font-size: 2em;
}
/* line 57, components/_hero-player.scss */
#hero-player.fullscreen {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
/* line 67, components/_hero-player.scss */
#hero-player.fullscreen .masthead.hero .video-container {
  height: 100%;
  width: 100%;
  max-height: 100%;
}

/* line 78, components/_hero-player.scss */
.hero-video .page {
  margin-bottom: 18.1em;
}

/* line 84, components/_hero-player.scss */
.hero-player-floating .page {
  margin-top: 8.1em;
}
/* line 87, components/_hero-player.scss */
.hero-player-floating #hero-player {
  position: fixed;
  z-index: 5;
  bottom: 0;
  right: 0;
  margin-top: 0;
  height: 240px;
  width: 320px;
}
/* line 98, components/_hero-player.scss */
.hero-player-floating #hero-player .masthead.hero {
  min-height: 0;
}
/* line 102, components/_hero-player.scss */
.hero-player-floating #hero-player .masthead.hero h2 {
  display: none;
}
/* line 106, components/_hero-player.scss */
.hero-player-floating #hero-player .masthead.hero .video-container {
  max-height: none;
}
/* line 109, components/_hero-player.scss */
.hero-player-floating #hero-player .masthead.hero .video-container .video-js {
  height: 240px;
}
/* line 113, components/_hero-player.scss */
.hero-player-floating #hero-player .masthead.hero .video-container .video-js .vjs-control-bar .vjs-volume-panel-horizontal {
  float: right;
  width: 50%;
}
/* line 116, components/_hero-player.scss */
.hero-player-floating #hero-player .masthead.hero .video-container .video-js .vjs-control-bar .vjs-volume-panel-horizontal .vjs-volume-control {
  width: 50%;
}
/* line 120, components/_hero-player.scss */
.hero-player-floating #hero-player .masthead.hero .video-container .video-js .vjs-control-bar .vjs-fullscreen-control, .hero-player-floating #hero-player .masthead.hero .video-container .video-js .vjs-control-bar .vjs-time-control {
  display: none;
}

/* line 131, components/_hero-player.scss */
.youtube-embed .play-button-container {
  display: none;
}
/* line 134, components/_hero-player.scss */
.youtube-embed iframe {
  width: 100%;
  height: 100%;
}

/* line 140, components/_hero-player.scss */
.detail-video-player.floating {
  position: fixed;
  width: 32em;
  height: 18em;
  bottom: 0;
  right: 0;
}
/* line 147, components/_hero-player.scss */
.detail-video-player .play-button-container {
  display: none;
}
/* line 152, components/_hero-player.scss */
.detail-video-player.dazzle video {
  height: 200% !important;
  top: -50% !important;
}
/* line 156, components/_hero-player.scss */
.detail-video-player.dazzle .overlay.left-to-right {
  display: block !important;
}
/* line 159, components/_hero-player.scss */
.detail-video-player.dazzle .vjs-control-bar {
  display: none !important;
}

/* line 168, components/_hero-player.scss */
.website.live .detail-video-player .vjs-default-skin .vjs-time-control {
  display: none;
}
/* line 172, components/_hero-player.scss */
.website.live .detail-video-player .vjs-default-skin .vjs-play-control {
  display: none;
}

/* Main Video Player Style */
/* line 4, components/_player.scss */
.vjs-default-skin .vjs-error .vjs-error-display {
  color: red;
  font-size: 2em;
}
/* line 9, components/_player.scss */
.vjs-default-skin .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  background: #19be6d;
}
/* line 15, components/_player.scss */
.vjs-default-skin .vjs-hls-source-selector-button .vjs-icon-placeholder:before {
  content: 'Q';
}
/* line 21, components/_player.scss */
.vjs-default-skin .vjs-play-progress.vjs-slider-bar {
  background: #19be6d;
}

/*Check for player container in muted state*/
/* line 30, components/_player.scss */
body:not(.amplive) .muted .vjs-control-bar {
  opacity: 1 !important;
  /*DO NOT USE SASS MIXIN!*/
  height: 100% !important;
  background-color: transparent !important;
  cursor: default;
}
/* line 36, components/_player.scss */
body:not(.amplive) .muted .vjs-control-bar > .vjs-control:not(.vjs-volume-panel) {
  display: none;
}
/* line 40, components/_player.scss */
body:not(.amplive) .muted .vjs-control-bar .vjs-volume-panel {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 48, components/_player.scss */
body:not(.amplive) .muted .vjs-control-bar .vjs-volume-panel .vjs-volume-control {
  display: none;
}
/* line 51, components/_player.scss */
body:not(.amplive) .muted .vjs-control-bar .vjs-volume-panel .vjs-mute-control {
  padding: 0;
  height: 100%;
  width: 100%;
}
/* line 56, components/_player.scss */
body:not(.amplive) .muted .vjs-control-bar .vjs-volume-panel .vjs-mute-control .vjs-icon-placeholder {
  font-size: 4em;
}
/* line 59, components/_player.scss */
body:not(.amplive) .muted .vjs-control-bar .vjs-volume-panel .vjs-mute-control .vjs-icon-placeholder:before {
  top: 50%;
  height: 50%;
  margin-top: -1em;
}

/* line 1, components/_forms.scss */
label {
  display: block;
}
/* line 4, components/_forms.scss */
label.error {
  color: #c40f0f;
}

/* line 8, components/_forms.scss */
input[type='text'], input[type='email'], input[type='password'] {
  line-height: 2;
  margin-top: 1em;
  border: 0;
  padding: 0.5em;
  z-index: 2;
  font-family: "Roboto";
  font-weight: 300;
  color: #19be6d;
  background: #ececec;
}
/* line 111, helpers/_mixins.scss */
input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder {
  /* Chrome */
  color: #797979;
}
/* line 114, helpers/_mixins.scss */
input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder {
  /* IE 10+ */
  color: #797979;
}
/* line 117, helpers/_mixins.scss */
input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
  opacity: 1;
}
/* line 121, helpers/_mixins.scss */
input[type='text']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='password']:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #797979;
  opacity: 1;
}
/* line 21, components/_forms.scss */
input[type='text'].error, input[type='email'].error, input[type='password'].error {
  color: #c40f0f;
}
/* line 25, components/_forms.scss */
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus {
  outline: none;
}
/* line 29, components/_forms.scss */
input[type='text']:-webkit-autofill, input[type='email']:-webkit-autofill, input[type='password']:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ececec inset;
  -webkit-text-fill-color: #19be6d !important;
}

/* line 35, components/_forms.scss */
input[type='submit'], input[type='button'] {
  cursor: pointer;
}

/* line 41, components/_forms.scss */
#CollateralsView input[type='password'] {
  background: #ececec;
  margin-bottom: 25px;
}

/* line 2, components/_buttons.scss */
button, input[type='submit'], input[type='button'], .button {
  cursor: pointer;
}
/* line 5, components/_buttons.scss */
button:focus, input[type='submit']:focus, input[type='button']:focus, .button:focus {
  outline-width: 0;
}
/* line 8, components/_buttons.scss */
button.action, button.action2, input.action2[type='submit'], input.action2[type='button'], button.action3, button.action4, input.action4[type='submit'], input.action4[type='button'], input.action3[type='submit'], input.action3[type='button'], input.action[type='submit'], input.action[type='button'], button.action2, input.action2[type='submit'], input.action2[type='button'], .button.action, .button.action2, .button.action3, .button.action4, a.button, .button.action2 {
  font-size: 0.75em;
  padding: 1.1em 2em;
  letter-spacing: 0.7;
  border: 1px solid black;
  text-align: center;
  text-transform: uppercase;
}
/* line 17, components/_buttons.scss */
button.std, input[type='submit'], input.std[type='button'], .button.std {
  border: 1px solid #19be6d;
  background: #19be6d;
  color: white;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 0.7em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 2.5;
  padding: 0 1.5em;
}
/* line 29, components/_buttons.scss */
button.std:hover, input[type='submit']:hover, input.std[type='button']:hover, .button.std:hover {
  background: #30e78d;
  border-color: #30e78d;
  font-weight: bold;
  color: black;
}
/* line 36, components/_buttons.scss */
button.std.secondary, input.secondary[type='submit'], input.std.secondary[type='button'], .button.std.secondary {
  background: transparent;
  color: #19be6d;
  font-weight: bold;
  border-width: 2px;
  line-height: 2.3;
}
/* line 43, components/_buttons.scss */
button.std.secondary:hover, input.secondary[type='submit']:hover, input.std.secondary[type='button']:hover, .button.std.secondary:hover {
  background: transparent;
  color: #30e78d;
}
/* line 50, components/_buttons.scss */
button.play, input.play[type='submit'], input.play[type='button'], .video-js button.vjs-big-play-button, .video-js input.vjs-big-play-button[type='submit'], .video-js input.vjs-big-play-button[type='button'], .button.play {
  width: 50px;
  height: 50px;
  border: 0;
  /*2px solid $featuredPrimaryColor;*/
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc2NCcgaGVpZ2h0PSc2NCcgdmlld0JveD0nMCAwIDY0IDY0Jz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKDIgMiknPjxjaXJjbGUgY3g9JzMwJyBjeT0nMzAnIHI9JzMwJyBmaWxsPScjMDAwJyBmaWxsLW9wYWNpdHk9Jy4yNjMnIHN0cm9rZT0nd2hpdGUnIHN0cm9rZS13aWR0aD0nNCcvPjxwYXRoIGZpbGw9J3doaXRlJyBkPSdNNDIuMTY0IDI3LjkyNmwtMTcuMTMtOS43NjRjLTEuNTU4LS44OTEtMi44Mi0uMTgtMi44MTIgMS41ODVsLjA4OCAxOS4zODJjLjAwOCAxLjc3MiAxLjI4NiAyLjQ5IDIuODUgMS42bDE2Ljk5Ni05LjU5NGMxLjU2NC0uODggMS41NzItMi4zMTguMDA4LTMuMjA5eicvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  margin: 0;
}
/* line 61, components/_buttons.scss */
button.play span, input.play[type='submit'] span, input.play[type='button'] span, .video-js button.vjs-big-play-button span, .video-js input.vjs-big-play-button[type='submit'] span, .video-js input.vjs-big-play-button[type='button'] span, .button.play span {
  display: none;
}
/* line 65, components/_buttons.scss */
button.play.pause, input.play.pause[type='submit'], input.play.pause[type='button'], .video-js button.pause.vjs-big-play-button, .video-js input.pause.vjs-big-play-button[type='submit'], .video-js input.pause.vjs-big-play-button[type='button'], button.play.vjs-paused, input.play.vjs-paused[type='submit'], input.play.vjs-paused[type='button'], .video-js button.vjs-paused.vjs-big-play-button, .video-js input.vjs-paused.vjs-big-play-button[type='submit'], .video-js input.vjs-paused.vjs-big-play-button[type='button'], .button.play.pause, .button.play.vjs-paused {
  /*Toggled*/
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nNTAnIHdpZHRoPSc0MCc+PHBvbHlnb24gcG9pbnRzPScyLDIgMTUsMiAxNSw0OCAyLDQ4JyBzdHlsZT0nZmlsbDojMTliZTZkO3N0cm9rZS13aWR0aDowJy8+PHBvbHlnb24gcG9pbnRzPScyNSwyIDM4LDIgMzgsNDggMjUsNDgnIHN0eWxlPSdmaWxsOiMxOWJlNmQ7c3Ryb2tlLXdpZHRoOjAnLz48L3N2Zz4=");
  background-position: 16px center;
}
/* line 71, components/_buttons.scss */
button.play.stop, input.play.stop[type='submit'], input.play.stop[type='button'], .video-js button.stop.vjs-big-play-button, .video-js input.stop.vjs-big-play-button[type='submit'], .video-js input.stop.vjs-big-play-button[type='button'], .button.play.stop {
  /*Toggled*/
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nNTAnIHdpZHRoPSc1MCc+PHBvbHlnb24gcG9pbnRzPScyLDIgNDgsMiA0OCw0OCAyLDQ4JyBzdHlsZT0nZmlsbDojMTliZTZkO3N0cm9rZS13aWR0aDowJy8+PC9zdmc+");
  background-position: 16px center;
}
/* line 78, components/_buttons.scss */
button.google-play-store, input.google-play-store[type='submit'], input.google-play-store[type='button'], .button.google-play-store {
  width: 175px;
  height: 52px;
  border: none;
  border-radius: 0;
  background: url(../images/icons/google-play-badge.png) no-repeat center center;
}
/* line 85, components/_buttons.scss */
button.ios-app-store, input.ios-app-store[type='submit'], input.ios-app-store[type='button'], .button.ios-app-store {
  width: 175px;
  height: 52px;
  border: none;
  border-radius: 0;
  background: url(../images/icons/app-store-main.png) no-repeat center center;
}
/* line 93, components/_buttons.scss */
button.disabled, input.disabled[type='submit'], input.disabled[type='button'], .button.disabled {
  background: #aaaaaa !important;
  border-color: #aaaaaa !important;
  color: black;
}
/* line 98, components/_buttons.scss */
button.disabled:hover, input.disabled[type='submit']:hover, input.disabled[type='button']:hover, .button.disabled:hover {
  background: #aaaaaa !important;
  border-color: #aaaaaa !important;
  color: black;
}

/* line 107, components/_buttons.scss */
.video-js button.vjs-big-play-button, .video-js input.vjs-big-play-button[type='submit'], .video-js input.vjs-big-play-button[type='button'] {
  background-color: transparent;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

/* line 122, components/_buttons.scss */
.feedback button.contactUs, .feedback input.contactUs[type='submit'], .feedback input.contactUs[type='button'] {
  margin-right: 0;
  float: right;
  width: 280px;
}

/* line 130, components/_buttons.scss */
.checkbox {
  display: inline-block;
  background: #ececec;
  border-radius: 2px;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
/* line 139, components/_buttons.scss */
.checkbox.checked {
  background-image: url(../images/icons/green-check.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 145, components/_buttons.scss */
.checkbox-label {
  display: inline-block;
  position: relative;
  top: -0.65em;
}

/* line 1, components/_tiles.scss */
.focus-catch {
  width: 100%;
  height: 1px;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  display: inline-block;
}
/* line 9, components/_tiles.scss */
.focus-catch.topnav {
  float: left;
}

/* line 14, components/_tiles.scss */
.tile-group {
  text-align: left;
  position: relative;
  margin: auto;
}

/* line 20, components/_tiles.scss */
.tile-container {
  display: inline-block;
  z-index: 2;
  overflow: hidden;
  width: 23.58em;
  min-height: 17.5em;
  margin: 0 1.25em 0 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 29, components/_tiles.scss */
.tile-container .title, .tile-container .subtitle, .tile-container .description {
  font-size: 1.5em;
  line-height: 1.2;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-overflow: ellipsis;
}
/* line 37, components/_tiles.scss */
.tile-container .title {
  bottom: 2em;
}
/* line 40, components/_tiles.scss */
.tile-container .subtitle {
  margin: 0 0.5em;
  bottom: 2em;
  font-size: 1em;
  font-weight: bold;
}
/* line 46, components/_tiles.scss */
.tile-container .description {
  font-size: 1em;
}
/* line 50, components/_tiles.scss */
.tile-container .metadata {
  margin: 0;
  z-index: 2;
  position: relative;
}
/* line 55, components/_tiles.scss */
.tile-container .metadata span {
  position: relative;
  white-space: nowrap;
  margin-left: 0;
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
  z-index: 2;
  bottom: 0;
  left: 0;
}
/* line 66, components/_tiles.scss */
.tile-container .metadata span.title {
  overflow: hidden;
  text-align: left;
  font-size: 1em;
  line-height: 1.2;
  font-family: "Roboto";
}
/* line 74, components/_tiles.scss */
.tile-container .metadata span.subtitle {
  overflow: hidden;
  font-size: 1em;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: normal;
}
/* line 86, components/_tiles.scss */
.tile-container .tile {
  width: 100%;
  min-height: 17.5em;
  position: relative;
  overflow: hidden;
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 97, components/_tiles.scss */
.tile-container .tile .overlay {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 106, components/_tiles.scss */
.tile-container .tile .overlay .vjs-default-skin {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 110, components/_tiles.scss */
.tile-container .tile .overlay.left-to-right, .tile-container .tile .overlay.dazzle {
  display: none;
}
/* line 114, components/_tiles.scss */
.tile-container .tile .overlay .metadata {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-family: Roboto;
  color: white;
  height: 100%;
  width: 100%;
}
/* line 122, components/_tiles.scss */
.tile-container .tile .overlay .metadata p {
  margin: 1em;
}
/* line 128, components/_tiles.scss */
.tile-container .tile .play {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}
/* line 135, components/_tiles.scss */
.tile-container .tile .play a, .tile-container .tile .play span {
  display: none;
}

/* line 143, components/_tiles.scss */
.tile.detail-video-player .overlay {
  display: block !important;
}
/* line 145, components/_tiles.scss */
.tile.detail-video-player .overlay .vjs-default-skin {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 150, components/_tiles.scss */
.tile.detail-video-player .overlay.dazzle {
  display: block;
}
/* line 154, components/_tiles.scss */
.tile.detail-video-player:not(.dazzle) .metadata {
  display: none !important;
}

/* line 160, components/_tiles.scss */
section.spotlight {
  overflow: hidden;
  height: 33.5em;
  margin-bottom: 0;
  background: transparent;
}
/* line 166, components/_tiles.scss */
section.spotlight .tile-group {
  height: 31.5em;
  width: 100%;
}
/* line 171, components/_tiles.scss */
section.spotlight .tile-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  top: 0%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 180, components/_tiles.scss */
section.spotlight .tile-container.right {
  left: 100%;
  /*height: 80%;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 185, components/_tiles.scss */
section.spotlight .tile-container.right .button.play {
  display: none;
}
/* line 189, components/_tiles.scss */
section.spotlight .tile-container.left {
  left: -100%;
  /*height: 80%;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 194, components/_tiles.scss */
section.spotlight .tile-container.left .button.play {
  display: none;
}
/* line 198, components/_tiles.scss */
section.spotlight .tile-container .tile {
  height: 100%;
  width: 100%;
}
/* line 202, components/_tiles.scss */
section.spotlight .tile-container .tile .overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9));
  cursor: default;
}
/* line 207, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata {
  color: white;
  position: relative;
  text-align: left;
  width: 100%;
  bottom: -16em;
  display: block;
  max-width: 1130px;
  margin: auto auto auto 3em;
}
/* line 217, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .title, section.spotlight .tile-container .tile .metadata .subtitle, section.spotlight .tile-container .tile .metadata .description, section.spotlight .tile-container .tile .metadata .play {
  position: relative;
  margin-left: 0;
  top: 0;
  text-align: left;
}
/* line 223, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .title {
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  letter-spacing: 2px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  margin-top: 0;
}
/* line 234, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .subtitle {
  text-transform: none;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
}
/* line 240, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .description {
  font-size: 1em;
  line-height: 1.56;
  font-weight: 300;
  width: 50%;
  overflow: visible;
  white-space: normal;
}
/* line 248, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .play, section.spotlight .tile-container .tile .metadata .more {
  left: 0;
  position: relative;
  float: left;
  margin: 1em 0.5em 0 0;
  border-radius: 0;
  background-image: none;
  min-width: 6.25em;
  padding: 0.75em 1.5em;
  border: 3px solid #19be6d;
  background: #19be6d;
  color: white;
  height: auto;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
/* line 265, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .play a, section.spotlight .tile-container .tile .metadata .more a {
  display: inline;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 0.7em;
  color: white;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2.8;
}
/* line 277, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .play:hover, section.spotlight .tile-container .tile .metadata .more:hover {
  background: #30e78d;
  border-color: #30e78d;
}
/* line 281, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .play:hover a, section.spotlight .tile-container .tile .metadata .more:hover a {
  font-weight: bold;
  color: black;
}
/* line 287, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .play.more, section.spotlight .tile-container .tile .metadata .more.more {
  width: 50px;
}
/* line 291, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .play.secondary, section.spotlight .tile-container .tile .metadata .more.secondary {
  background: transparent;
  border-color: white;
  display: inline-block;
  min-width: 7em;
}
/* line 297, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .play.secondary a, section.spotlight .tile-container .tile .metadata .more.secondary a {
  color: white;
  font-weight: bold;
}
/* line 302, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .play.secondary:hover, section.spotlight .tile-container .tile .metadata .more.secondary:hover {
  background: white;
}
/* line 304, components/_tiles.scss */
section.spotlight .tile-container .tile .metadata .play.secondary:hover a, section.spotlight .tile-container .tile .metadata .more.secondary:hover a {
  color: black;
}
/* line 314, components/_tiles.scss */
section.spotlight .spotlight-nav {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nNTAnIHdpZHRoPSc1MCc+PHBhdGggZD0nTSA0OCAyMiBsIC0yMCAyMCcgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPSc0JyBmaWxsPSdub25lJyAvPjxwYXRoIGQ9J00gNDggMjQgbCAtMjAgLTIwJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzQnIGZpbGw9J25vbmUnIC8+PC9zdmc+");
  position: absolute;
  width: 4em;
  height: 6em;
  top: 34%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
/* line 325, components/_tiles.scss */
section.spotlight .spotlight-nav.right, section.spotlight .spotlight-nav.left {
  background-position: 0.35em;
  background-size: 60%;
  display: none;
}
/* line 331, components/_tiles.scss */
section.spotlight .spotlight-nav.right {
  right: 0;
}
/* line 333, components/_tiles.scss */
section.spotlight .spotlight-nav.right:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nNTAnIHdpZHRoPSc1MCc+PHBhdGggZD0nTSA0OCAyMiBsIC0yMCAyMCcgc3Ryb2tlPScjMzBlNzhkJyBzdHJva2Utd2lkdGg9JzQnIGZpbGw9J25vbmUnIC8+PHBhdGggZD0nTSA0OCAyNCBsIC0yMCAtMjAnIHN0cm9rZT0nIzMwZTc4ZCcgc3Ryb2tlLXdpZHRoPSc0JyBmaWxsPSdub25lJyAvPjwvc3ZnPg==");
}
/* line 338, components/_tiles.scss */
section.spotlight .spotlight-nav.left {
  left: 0;
  transform: scaleX(-1);
}
/* line 341, components/_tiles.scss */
section.spotlight .spotlight-nav.left:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nNTAnIHdpZHRoPSc1MCc+PHBhdGggZD0nTSA0OCAyMiBsIC0yMCAyMCcgc3Ryb2tlPScjMzBlNzhkJyBzdHJva2Utd2lkdGg9JzQnIGZpbGw9J25vbmUnIC8+PHBhdGggZD0nTSA0OCAyNCBsIC0yMCAtMjAnIHN0cm9rZT0nIzMwZTc4ZCcgc3Ryb2tlLXdpZHRoPSc0JyBmaWxsPSdub25lJyAvPjwvc3ZnPg==");
}
/* line 346, components/_tiles.scss */
section.spotlight .spotlight-nav.dots {
  top: auto;
  bottom: 0;
  background-image: none;
  background: transparent;
  width: 100%;
  text-align: center;
  height: 1.5em;
  cursor: default;
}
/* line 356, components/_tiles.scss */
section.spotlight .spotlight-nav.dots .nav-dot {
  background-color: #d8d8d8;
  height: 0.6em;
  width: 0.6em;
  border-radius: 50%;
  margin-right: 0.35em;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
/* line 366, components/_tiles.scss */
section.spotlight .spotlight-nav.dots .nav-dot.active {
  background-color: #19be6d;
}
/* line 370, components/_tiles.scss */
section.spotlight .spotlight-nav.dots .nav-dot:last-of-type {
  margin-right: 0;
}

/* line 378, components/_tiles.scss */
section:not(.spotlight) {
  /* DEFAULT TILE HOVER EFFECT */
}
/* line 380, components/_tiles.scss */
section:not(.spotlight) > h2 {
  margin: 0;
  color: #808080;
  font-size: 1.4em;
  line-height: 2.5;
}
/* line 387, components/_tiles.scss */
section:not(.spotlight) > .description {
  width: 100%;
}
/* line 391, components/_tiles.scss */
section:not(.spotlight) .more {
  position: absolute;
  right: 0;
  top: 0.8em;
}
/* line 397, components/_tiles.scss */
section:not(.spotlight) .tile-container {
  position: relative;
  float: left;
  width: 23.58em;
  min-height: 14.5em;
  max-height: 17.5em;
  height: 17.5em;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1em;
  background: #f8f8f8;
}
/* line 409, components/_tiles.scss */
section:not(.spotlight) .tile-container .tile {
  top: 0;
  min-height: 14em;
  height: 14em;
}
/* line 415, components/_tiles.scss */
section:not(.spotlight) .tile-container .metadata {
  -moz-transition: top 0.1s;
  -o-transition: top 0.1s;
  -webkit-transition: top 0.1s;
  transition: top 0.1s;
  top: 0;
  background: #f8f8f8;
  padding: 0 0.25em;
}
/* line 422, components/_tiles.scss */
section:not(.spotlight) .tile-container .metadata .title {
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.1em;
  letter-spacing: normal;
  text-transform: unset;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 431, components/_tiles.scss */
section:not(.spotlight) .tile-container .metadata .subtitle {
  font-family: "Roboto";
  color: #808080;
  font-size: 1em;
  margin-top: 0.25em;
  font-weight: 300;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  white-space: normal;
  overflow-wrap: normal;
}
/* line 443, components/_tiles.scss */
section:not(.spotlight) .tile-container .metadata .description {
  font-family: "Roboto";
  font-size: 1em;
  line-height: 1.56;
  letter-spacing: 0.3px;
  font-weight: 300;
  margin-top: 0.5em;
  display: none;
}
/* line 457, components/_tiles.scss */
section:not(.spotlight).schedule > h2 {
  color: black;
}
/* line 460, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container {
  min-height: unset;
  max-height: unset;
  height: unset;
  cursor: default;
  background: transparent;
}
/* line 467, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile {
  max-height: unset;
  min-height: unset;
  height: unset;
}
/* line 472, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile h2.date {
  text-align: center;
  background-color: black;
  padding: 0.5em 0;
  font-size: 1.2em;
}
/* line 478, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile h2.date .dow {
  color: #bbbbbb;
}
/* line 481, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile h2.date .dt {
  color: white;
}
/* line 487, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li {
  background: #ebebeb;
  margin: 0.5em 0;
  min-height: 6em;
}
/* line 492, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div.ouical {
  position: relative;
  height: 20px;
  overflow: hidden;
  width: 100%;
  top: -18px;
  z-index: 10;
  display: inline-block;
}
/* line 501, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div.ouical input[type=checkbox].add-to-calendar-checkbox {
  display: none;
  top: 0;
  left: 0;
}
/* line 507, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div.ouical label.add-to-calendar-checkbox {
  width: 8em;
  left: -24px;
  position: relative;
  cursor: pointer;
}
/* line 513, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div.ouical label.add-to-calendar-checkbox span {
  color: transparent;
}
/* line 518, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div.ouical .add-to-calendar-checkbox:checked ~ a {
  float: right;
  margin-right: 19px;
  width: 20px;
  overflow: hidden;
  height: 17px;
  position: relative;
  top: -13px;
  margin-left: 0;
}
/* line 528, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div.ouical .add-to-calendar-checkbox:checked ~ a:first-of-type {
  margin-right: 0;
}
/* line 534, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div:not(.ouical) {
  margin: 0em 0.5em 0.5em 0.5em;
  position: relative;
  top: 0.5em;
  overflow: hidden;
}
/* line 540, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div:not(.ouical) .schedule-img {
  float: left;
  height: 80px;
  width: 80px;
  margin-right: 0.5em;
  position: relative;
}
/* line 548, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div:not(.ouical) span {
  font-weight: bold;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 557, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div:not(.ouical) .time {
  color: #676767;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 0 0 0.25em 0;
  line-height: 1;
}
/* line 564, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div:not(.ouical) .name {
  font-size: 1.1em;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  max-height: 2.2em;
  white-space: normal;
}
/* line 573, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div:not(.ouical) .reminder {
  line-height: 1.5;
  border: 0;
  margin-left: 0;
  margin-top: 0.25em;
  max-height: 20px;
  padding: 0 0 0 2em;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: bold;
  color: #ca0f0f;
  background: url("../images/icons/calendar-red.png");
  background-repeat: no-repeat;
  background-position: left -1px;
}
/* line 590, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div:not(.ouical).notime .reminder {
  display: none;
}
/* line 593, components/_tiles.scss */
section:not(.spotlight).schedule .tile-container .tile ul li div:not(.ouical).notime span.time {
  margin: 1.3em 0 0 0;
}
/* line 606, components/_tiles.scss */
section:not(.spotlight).archive:not(.followSpotlight) .scroll-container {
  overflow: visible;
  white-space: normal;
  height: auto;
}
/* line 613, components/_tiles.scss */
section:not(.spotlight).newsletter {
  background: #2c2c2c;
  margin-bottom: 1.25em !important;
  padding-bottom: 1em;
}
/* line 618, components/_tiles.scss */
section:not(.spotlight).newsletter > h2 {
  color: #19be6d;
  line-height: 1;
  margin: 0.5em 0.75em 0.25em 0.75em;
}
/* line 623, components/_tiles.scss */
section:not(.spotlight).newsletter .description {
  font-size: 0.9em;
  color: #9a9a9a;
  margin: 0 0 0 1.25em;
  font-weight: bold;
}
/* line 632, components/_tiles.scss */
section:not(.spotlight).newsletter .note2 {
  color: white;
  font-weight: normal;
  font-size: 0.8em;
  text-align: right;
  margin-left: -1.2em;
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-right: 1.2em;
}
/* line 643, components/_tiles.scss */
section:not(.spotlight).newsletter form {
  display: inline-block;
  position: absolute;
  top: -3.2em;
  right: 1.1em;
}
/* line 649, components/_tiles.scss */
section:not(.spotlight).newsletter form input {
  height: 2.75em;
  width: 13.8em;
  margin-left: 1em;
}
/* line 654, components/_tiles.scss */
section:not(.spotlight).newsletter form input[type='text'], section:not(.spotlight).newsletter form input[type='email'], section:not(.spotlight).newsletter form input[type='password'] {
  font-size: 0.8em;
}
/* line 658, components/_tiles.scss */
section:not(.spotlight).newsletter form input[type='submit'] {
  height: 3.28em;
  width: 16.5em;
  top: -0.08em;
  position: relative;
}
/* line 665, components/_tiles.scss */
section:not(.spotlight).newsletter form input.error {
  margin-top: 1.5em;
}
/* line 671, components/_tiles.scss */
section:not(.spotlight).newsletter form label.error {
  display: inline-block;
  position: absolute;
  margin-left: 0.8em;
}
/* line 678, components/_tiles.scss */
section:not(.spotlight).newsletter .loading-pulse {
  top: -2em;
  margin-bottom: -1.6em;
}
/* line 689, components/_tiles.scss */
section:not(.spotlight):not(.schedule) .tile-container:hover .metadata {
  -moz-transition: top 0.25s;
  -o-transition: top 0.25s;
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
  background: #f8f8f8;
  position: relative;
  top: -7.5em;
  padding: 0.25em;
  height: auto;
  min-height: 7em;
  max-height: 10.5em;
}
/* line 702, components/_tiles.scss */
section:not(.spotlight):not(.schedule) .tile-container:hover .metadata .title.marquee {
  animation-name: MARQUEE;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-delay: 1s;
}
/* line 711, components/_tiles.scss */
section:not(.spotlight):not(.schedule) .tile-container:hover .metadata .description {
  display: block;
}

/* line 725, components/_tiles.scss */
.static-content section:not(.spotlight) .tile-container .metadata .title {
  margin-bottom: 0;
}
/* line 732, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg) .tile-container {
  max-height: 22.5em;
  min-height: 20.2em;
  height: auto;
  width: 17.3em;
  background: transparent;
}
/* line 739, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg) .tile-container .tile {
  height: 15.5em;
}
/* line 741, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg) .tile-container .tile img {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  min-height: 100%;
}
/* line 747, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg) .tile-container .metadata {
  background: transparent;
}
/* line 749, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg) .tile-container .metadata .title {
  text-transform: uppercase;
  font-size: 1.1em;
}
/* line 753, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg) .tile-container .metadata .subtitle {
  color: #808080;
  font-weight: 300;
}
/* line 757, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg) .tile-container .metadata .description {
  font-size: 1.2em;
  white-space: normal;
  margin-top: 0.5em;
}
/* line 766, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg).noimg2 .tile-container {
  cursor: default;
}
/* line 768, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg).noimg2 .tile-container:hover {
  transform: none;
}
/* line 772, components/_tiles.scss */
.static-content section:not(.spotlight).team:not(.noimg).noimg2 .tile-container.bio {
  display: block;
  margin-top: 1em;
  font-size: 1.15em;
  line-height: 1.5;
}
/* line 785, components/_tiles.scss */
.static-content section:not(.spotlight).team.noimg .tile-container {
  max-height: none;
  min-height: 0;
  height: auto;
  top: 0;
  position: relative;
  float: left;
  cursor: default;
  background: transparent;
}
/* line 795, components/_tiles.scss */
.static-content section:not(.spotlight).team.noimg .tile-container:nth-of-type(4n+0) {
  clear: left;
}
/* line 799, components/_tiles.scss */
.static-content section:not(.spotlight).team.noimg .tile-container .metadata {
  background: transparent;
}
/* line 802, components/_tiles.scss */
.static-content section:not(.spotlight).team.noimg .tile-container .metadata span {
  white-space: normal;
}
/* line 805, components/_tiles.scss */
.static-content section:not(.spotlight).team.noimg .tile-container .metadata .subtitle {
  color: #808080;
  font-weight: 300;
}
/* line 809, components/_tiles.scss */
.static-content section:not(.spotlight).team.noimg .tile-container .metadata .description {
  display: block;
  font-size: 1.15em;
  line-height: 1.5;
}
/* line 816, components/_tiles.scss */
.static-content section:not(.spotlight).team.noimg .tile-container:hover {
  transform: none;
}
/* line 825, components/_tiles.scss */
.static-content section:not(.spotlight).team .tile-container:hover .tile img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 829, components/_tiles.scss */
.static-content section:not(.spotlight).team .tile-container:hover .metadata {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  background: transparent;
  top: 0;
  padding: 0 0.25em;
  height: auto;
  min-height: unset;
  max-height: unset;
}

/* line 1, components/_modals.scss */
.user-prompts {
  position: absolute;
  height: 0;
  z-index: 1000;
}
/* line 6, components/_modals.scss */
.user-prompts .tickler, .user-prompts .modal {
  position: fixed;
  font-size: 1.5em;
  background: #19be6d;
  text-align: center;
  width: 100%;
  z-index: 500;
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 17, components/_modals.scss */
.user-prompts .tickler.out, .user-prompts .modal.out {
  top: -15em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 22, components/_modals.scss */
.user-prompts .tickler.in, .user-prompts .modal.in {
  top: 0.1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 27, components/_modals.scss */
.user-prompts .tickler div, .user-prompts .modal div {
  font-size: 1em;
  display: inline-block;
  color: white !important;
  margin: 1em;
  min-height: 3.5em;
}
/* line 36, components/_modals.scss */
.user-prompts .tickler span, .user-prompts .modal span {
  font-size: 1em !important;
  line-height: 1.4em;
  color: black;
}
/* line 41, components/_modals.scss */
.user-prompts .tickler span.subtitle, .user-prompts .modal span.subtitle {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 48, components/_modals.scss */
.user-prompts .modal {
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  font-size: 1.5em;
}
/* line 53, components/_modals.scss */
.user-prompts .modal div {
  color: black !important;
}
/* line 57, components/_modals.scss */
.user-prompts .modal.out {
  height: 0% !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 62, components/_modals.scss */
.user-prompts .modal.in {
  height: 100% !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 66, components/_modals.scss */
.user-prompts .modal .content-container {
  height: 80%;
  width: 80%;
  margin-top: 2em;
  max-width: 600px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  border: 1px solid white;
  border-radius: 0.5em;
  background: white;
}
/* line 78, components/_modals.scss */
.user-prompts .modal .content-container button, .user-prompts .modal .content-container input[type='submit'], .user-prompts .modal .content-container input[type='button'] {
  color: black;
}
/* line 81, components/_modals.scss */
.user-prompts .modal .content-container button.defaultX, .user-prompts .modal .content-container input.defaultX[type='submit'], .user-prompts .modal .content-container input.defaultX[type='button'] {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  margin: 0.5em;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: 0;
  stroke: black;
  fill: transparent;
  stroke-linecap: round;
  z-index: 2;
}
/* line 95, components/_modals.scss */
.user-prompts .modal .content-container button.defaultX svg, .user-prompts .modal .content-container input.defaultX[type='submit'] svg, .user-prompts .modal .content-container input.defaultX[type='button'] svg {
  cursor: pointer;
}
/* line 98, components/_modals.scss */
.user-prompts .modal .content-container button.defaultX span, .user-prompts .modal .content-container input.defaultX[type='submit'] span, .user-prompts .modal .content-container input.defaultX[type='button'] span {
  display: none;
}
/* line 104, components/_modals.scss */
.user-prompts .modal .content, .user-prompts .modal .masthead, .user-prompts .modal .tickler, .user-prompts .modal .modal, .user-prompts .modal footer {
  margin: 1em 0;
  color: black;
  max-width: 90%;
  width: 100%;
  position: relative;
  z-index: 1;
}
/* line 112, components/_modals.scss */
.user-prompts .modal .content > h2, .user-prompts .modal .masthead > h2, .user-prompts .modal .tickler > h2, .user-prompts .modal .modal > h2, .user-prompts .modal footer > h2 {
  color: black;
  font-size: 1em;
  line-height: 1;
  margin-top: 1.5em;
  margin-left: 0;
}
/* line 119, components/_modals.scss */
.user-prompts .modal .content > h3, .user-prompts .modal .masthead > h3, .user-prompts .modal .tickler > h3, .user-prompts .modal .modal > h3, .user-prompts .modal footer > h3 {
  color: #4a4a4a;
  font-size: 0.75em;
  line-height: 1;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0.5em;
}
/* line 128, components/_modals.scss */
.user-prompts .modal .content p, .user-prompts .modal .masthead p, .user-prompts .modal .tickler p, .user-prompts .modal .modal p, .user-prompts .modal footer p {
  text-align: left;
  color: black;
  line-height: 1.56;
}
/* line 135, components/_modals.scss */
.user-prompts .modal .content > p, .user-prompts .modal .masthead > p, .user-prompts .modal .tickler > p, .user-prompts .modal .modal > p, .user-prompts .modal footer > p {
  /*These inherit the base height of the P, so make sure they are back to the full size.*/
}
/* line 137, components/_modals.scss */
.user-prompts .modal .content > p h2, .user-prompts .modal .masthead > p h2, .user-prompts .modal .tickler > p h2, .user-prompts .modal .modal > p h2, .user-prompts .modal footer > p h2 {
  font-size: 0.85em;
  line-height: 1.2;
}
/* line 141, components/_modals.scss */
.user-prompts .modal .content > p h3, .user-prompts .modal .masthead > p h3, .user-prompts .modal .tickler > p h3, .user-prompts .modal .modal > p h3, .user-prompts .modal footer > p h3 {
  font-size: .7em;
  font-weight: 300;
  color: #808080;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
/* line 148, components/_modals.scss */
.user-prompts .modal .content > p .bio, .user-prompts .modal .masthead > p .bio, .user-prompts .modal .tickler > p .bio, .user-prompts .modal .modal > p .bio, .user-prompts .modal footer > p .bio {
  text-align: left;
  font-weight: 300;
  font-size: 0.75em;
  margin: 0;
}

/* line 159, components/_modals.scss */
section.login-modal {
  max-width: 90% !important;
  width: 27em;
  border: 1px solid black;
  border-radius: 1em;
  padding: 1.5em 0 !important;
  margin-bottom: 1em !important;
  /* Inside a P, we let the P manage the button margins. */
  /* P and DIV elements have different sizing needs even with this same class. */
}
/* line 167, components/_modals.scss */
section.login-modal h1, section.login-modal h2 {
  text-align: center;
  line-height: 1;
}
/* line 172, components/_modals.scss */
section.login-modal .subhead {
  text-align: center;
  margin-bottom: 2.5em;
  margin-top: 1em;
}
/* line 178, components/_modals.scss */
section.login-modal button, section.login-modal input[type='submit'], section.login-modal input[type='button'] {
  margin-top: 1em;
  min-width: 20em;
}
/* line 184, components/_modals.scss */
section.login-modal p button, section.login-modal p input[type='submit'], section.login-modal p input[type='button'] {
  margin-top: 0;
}
/* line 189, components/_modals.scss */
section.login-modal .settings-update {
  display: block;
  margin: auto;
  margin-bottom: 1em;
  background: #ececec;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 12.35em 0.25em;
}
/* line 196, components/_modals.scss */
section.login-modal .settings-update:last-of-type {
  margin-bottom: 0 !important;
}
/* line 203, components/_modals.scss */
section.login-modal .settings-update.white {
  background: transparent;
}
/* line 209, components/_modals.scss */
section.login-modal .settings-update.ok {
  background-image: url(../images/icons/check-symbol-green.png);
}
/* line 213, components/_modals.scss */
section.login-modal .settings-update.error {
  background-image: url(../images/icons/check-symbol-disabled.png);
}
/* line 218, components/_modals.scss */
section.login-modal p.settings-update {
  width: 14em;
}
/* line 221, components/_modals.scss */
section.login-modal p.settings-update span {
  font-size: .6em;
}
/* line 225, components/_modals.scss */
section.login-modal p.settings-update span.settings-update.phone {
  padding: .5em;
  display: inline-block;
  cursor: default;
  font-size: 0.75em;
  color: #676767;
}
/* line 233, components/_modals.scss */
section.login-modal div.settings-update {
  width: 16em;
}
/* line 236, components/_modals.scss */
section.login-modal div.settings-update span {
  font-size: .68em;
}
/* line 244, components/_modals.scss */
section.login-modal form#login button:first-of-type, section.login-modal form#login input[type='submit']:first-of-type, section.login-modal form#login input[type='button']:first-of-type {
  margin-top: 5em;
}
/* line 250, components/_modals.scss */
section.login-modal form input.settings-update.name, section.login-modal form input.settings-update.email {
  background: transparent;
  font-size: 0.8em;
  line-height: 1;
  margin-top: 0;
  margin-left: 0.25em;
  min-width: 15em;
  padding-right: 0;
}
/* line 263, components/_modals.scss */
section.login-modal form label.error {
  width: 21.5em;
  margin: auto;
  text-align: left;
  font-size: 0.8em;
  background: white;
  padding-top: 0.25em;
  font-size: 0.65em;
}

/* line 275, components/_modals.scss */
.splash {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 999;
  background: black;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 285, components/_modals.scss */
.splash .centered {
  position: relative;
  margin-top: -15em;
  top: 50%;
}
/* line 290, components/_modals.scss */
.splash .centered img {
  margin-bottom: 4em;
  max-width: 90%;
  max-height: 20em;
}

/* line 297, components/_modals.scss */
.loading {
  overflow: hidden;
}
/* line 299, components/_modals.scss */
.loading .splash {
  height: 100%;
}

/* line 303, components/_modals.scss */
.loaded {
  overflow-y: auto;
}
/* line 305, components/_modals.scss */
.loaded .splash {
  height: 0;
}

/* line 309, components/_modals.scss */
.navigating {
  overflow: hidden !important;
}
/* line 313, components/_modals.scss */
.navigating .views-container .page-loading {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  top: 0;
  left: 0;
  z-index: 11;
}
/* line 324, components/_modals.scss */
.navigating .views-container .page-loading .navigating-title {
  position: relative;
  margin-top: -5%;
  top: 50%;
  display: block;
  margin-bottom: 1em;
  color: white;
}
/* line 332, components/_modals.scss */
.navigating .views-container .page-loading .navigating-title span {
  display: inline-block;
  font-size: 1.4em;
  margin-bottom: 2em;
  color: white;
}

@-moz-keyframes pulse {
  50% {
    background: white;
  }
}
@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}
@keyframes pulse {
  50% {
    background: white;
  }
}
/* line 349, components/_modals.scss */
.loading-pulse {
  position: relative;
  margin: auto;
  width: 6px;
  height: 24px;
  background: rgba(25, 190, 109, 0.2);
  -moz-animation: pulse 750ms infinite;
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  animation-delay: 250ms;
}
/* line 357, components/_modals.scss */
.loading-pulse:before, .loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(25, 190, 109, 0.2);
  top: 50%;
  transform: translateY(-50%);
  -moz-animation: pulse 750ms infinite;
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
}
/* line 368, components/_modals.scss */
.loading-pulse:before {
  left: -12px;
}
/* line 371, components/_modals.scss */
.loading-pulse:after {
  left: 12px;
  animation-delay: 500ms;
}

/* line 4, components/_footer.scss */
.appstore.footer ul {
  position: relative;
}
/* line 7, components/_footer.scss */
.appstore.footer ul li {
  display: inline-block;
}

/* line 13, components/_footer.scss */
footer {
  background: #1d1d1d;
  min-height: 5.5em;
  /*height: 50%;*/
  width: 100%;
  bottom: 0;
  padding-bottom: 0.5em;
  clear: both;
}
/* line 23, components/_footer.scss */
footer .container {
  margin-top: 2em;
}
/* line 27, components/_footer.scss */
footer ul {
  position: relative;
}
/* line 30, components/_footer.scss */
footer ul li {
  display: inline-block;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  color: #bbbbbb !important;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 2;
}
/* line 38, components/_footer.scss */
footer ul li a {
  color: #bbbbbb !important;
  font-weight: normal;
  outline: 0 !important;
}
/* line 46, components/_footer.scss */
footer ul:hover > a {
  color: #30e78d !important;
}
/* line 51, components/_footer.scss */
footer ul.copyright {
  float: left;
  color: white;
  margin: 2em 0 0 1em;
  text-transform: uppercase;
}
/* line 58, components/_footer.scss */
footer ul.copyright li:not(:first-of-type) {
  margin-left: 1em;
}
/* line 62, components/_footer.scss */
footer ul.copyright li > a:hover {
  color: #30e78d !important;
}
/* line 68, components/_footer.scss */
footer ul.social-links {
  float: right;
  margin: 2.2em 0 0 0;
  font-size: 1em;
}
/* line 73, components/_footer.scss */
footer ul.social-links li {
  background: url(../images/icons/lxl-social-sprites.gif);
  background-repeat: no-repeat;
  display: inline-block;
  cursor: default;
  margin-left: 0.25em;
  padding: 0;
}
/* line 81, components/_footer.scss */
footer ul.social-links li a {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  /* Adjust hit targets for touch. */
  top: 0.1em;
  left: 0.1em;
}
/* line 91, components/_footer.scss */
footer ul.social-links li.facebook {
  background-position: -7px -2px;
}
/* line 93, components/_footer.scss */
footer ul.social-links li.facebook:hover {
  background-position: -7px -39px;
}
/* line 97, components/_footer.scss */
footer ul.social-links li.youtube {
  background-position: -44px -2px;
}
/* line 99, components/_footer.scss */
footer ul.social-links li.youtube:hover {
  background-position: -44px -39px;
}
/* line 103, components/_footer.scss */
footer ul.social-links li.twitter {
  background-position: -80px -2px;
}
/* line 105, components/_footer.scss */
footer ul.social-links li.twitter:hover {
  background-position: -80px -39px;
}
/* line 109, components/_footer.scss */
footer ul.social-links li.instagram {
  background-position: -115px -2px;
}
/* line 111, components/_footer.scss */
footer ul.social-links li.instagram:hover {
  background-position: -115px -39px;
}
/* line 115, components/_footer.scss */
footer ul.social-links li.email {
  background-position: -150px -2px;
}
/* line 117, components/_footer.scss */
footer ul.social-links li.email:hover {
  background-position: -150px -39px;
}
/* line 122, components/_footer.scss */
footer ul.social-links li span {
  display: none;
}
/* line 129, components/_footer.scss */
footer .service-logo {
  float: left;
  display: inline-block;
  position: relative;
  height: 5em;
  width: 9em;
  top: 0.3em;
  overflow: hidden;
}
/* line 138, components/_footer.scss */
footer .service-logo.static {
  display: none;
}
/* line 143, components/_footer.scss */
footer .service-logo img.service-logo {
  width: auto;
  height: 3.4em;
  position: relative;
  top: 0.75em;
  border: 0;
}
/* line 151, components/_footer.scss */
footer .service-logo span {
  display: none;
}
/* line 156, components/_footer.scss */
footer .copyright .label, footer .copyright .label2 {
  font-size: 12px;
  margin-top: 1em;
  line-height: 1.5em;
}
/* line 161, components/_footer.scss */
footer .copyright .label span.app-name, footer .copyright .label2 span.app-name {
  font-size: 12px;
  font-weight: bold;
}
/* line 167, components/_footer.scss */
footer .tos-footer {
  position: fixed;
  z-index: 5;
  bottom: 0;
  background: black;
  text-align: center;
  width: 100%;
}
/* line 175, components/_footer.scss */
footer .tos-footer p {
  text-align: center;
  font-size: 0.75em;
  color: #bbbbbb;
  line-height: 1.2;
  margin: 0.75em 1.5em;
  z-index: 1;
  position: relative;
}
/* line 184, components/_footer.scss */
footer .tos-footer p a {
  font-weight: normal;
}
/* line 189, components/_footer.scss */
footer .tos-footer button, footer .tos-footer input[type='submit'], footer .tos-footer input[type='button'] {
  color: white;
  float: right;
}
/* line 193, components/_footer.scss */
footer .tos-footer button.X, footer .tos-footer input.X[type='submit'], footer .tos-footer input.X[type='button'] {
  position: absolute;
  cursor: pointer;
  top: 0.325em;
  right: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  background-image: url(../images/icons/close-x-white.png);
  border: 0;
  z-index: 2;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
/* line 210, components/_footer.scss */
footer .tos-footer button span, footer .tos-footer input[type='submit'] span, footer .tos-footer input[type='button'] span {
  display: none;
}

/* line 217, components/_footer.scss */
.seo-footer {
  margin-top: 4em;
}

/* line 1, components/_advertising.scss */
.capUnit {
  /* Set styles for expected ad heights */
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
/* line 2, components/_advertising.scss */
.capUnit > div {
  /*This is the main container the ad will actually sit in*/
  margin: 0;
  padding: 0;
}
/* line 7, components/_advertising.scss */
.capUnit.leaderboard {
  width: 100%;
  margin: 2em 0 1.5em 0;
  height: 90px;
  text-align: center;
  clear: both;
}
/* line 15, components/_advertising.scss */
.capUnit.billboard {
  width: 100%;
  background: #1d1d1d;
  margin: 0;
  height: 1px;
  text-align: center;
}
/* line 22, components/_advertising.scss */
.capUnit.billboard.h250 {
  height: auto !important;
  padding: 0 0 1.5em 0;
  top: 1px;
  position: relative;
}
/* line 30, components/_advertising.scss */
.capUnit.skyscraper, .capUnit.medrect {
  width: 300px;
  margin: 0;
  height: 250px;
  float: right;
  position: relative;
  text-align: center;
}
/* line 42, components/_advertising.scss */
.capUnit.h90 {
  height: 90px !important;
}
/* line 42, components/_advertising.scss */
.capUnit.h250 {
  height: 250px !important;
}
/* line 42, components/_advertising.scss */
.capUnit.h600 {
  height: 600px !important;
}
/* line 42, components/_advertising.scss */
.capUnit.h1050 {
  height: 1050px !important;
}
/* line 47, components/_advertising.scss */
.capUnit.empty {
  height: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* View specific changes */
/* line 59, components/_advertising.scss */
#VideoView .capUnit.leaderboard, #ItemView .capUnit.leaderboard, #ChannelView .capUnit.leaderboard, #GenreView .capUnit.leaderboard {
  margin: 2em 0;
}
/* line 63, components/_advertising.scss */
#VideoView .capUnit.medrect.h250, #ItemView .capUnit.medrect.h250, #ChannelView .capUnit.medrect.h250, #GenreView .capUnit.medrect.h250 {
  height: 280px !important;
}
/* line 66, components/_advertising.scss */
#VideoView .capUnit.medrect.h250:after, #ItemView .capUnit.medrect.h250:after, #ChannelView .capUnit.medrect.h250:after, #GenreView .capUnit.medrect.h250:after {
  content: 'ADVERTISEMENT';
  text-align: center;
  font-size: 0.9em;
  font-family: "Roboto";
  color: #808080;
  font-weight: 300;
  line-height: 2.5;
}
/* line 79, components/_advertising.scss */
#VideoView section:first-of-type.with-billboard, #ItemView section:first-of-type.with-billboard, #ChannelView section:first-of-type.with-billboard, #GenreView section:first-of-type.with-billboard {
  margin-top: 1.6em !important;
}

/* line 87, components/_advertising.scss */
#BlogView section.post .capUnit.skyscraper {
  margin-left: 1em;
  margin-bottom: 1em;
  position: relative;
  float: right;
  top: 0;
  right: 0;
}

/* Ad Mode Settings */
/* line 102, components/_advertising.scss */
.sad-normal #BlogView section.post div.content, .sad-normal #BlogView section.post div.masthead, .sad-normal #BlogView section.post .user-prompts div.tickler, .user-prompts .sad-normal #BlogView section.post div.tickler, .sad-normal #BlogView section.post .user-prompts div.modal, .user-prompts .sad-normal #BlogView section.post div.modal {
  width: 800px;
}

/* line 109, components/_advertising.scss */
.sad-promo .capUnit:not(.billboard) {
  display: none !important;
}

/* line 114, components/_advertising.scss */
.sad-free .capUnit {
  display: none !important;
}

/* line 1, pages/_home.scss */
#HomeView {
  width: 100%;
}

/* line 9, pages/_home.scss */
.masthead.hero {
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  min-height: 30em;
  background: black;
}

/* line 3, pages/_blog.scss */
#BlogView h1 {
  text-align: left;
  color: black;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 2.38em;
  line-height: 1.2;
  margin: 0 auto 0.7em auto;
  font-weight: normal;
  text-transform: none;
}
/* line 15, pages/_blog.scss */
#BlogView section.spotlight h2 {
  display: none;
}
/* line 19, pages/_blog.scss */
#BlogView section.post {
  min-height: 600px;
}
/* line 22, pages/_blog.scss */
#BlogView section.post h2 {
  margin: 0 0 0.5em 0;
  font-size: 2em;
  color: black;
  line-height: 1;
}
/* line 28, pages/_blog.scss */
#BlogView section.post h3 {
  margin-bottom: 1em;
}
/* line 31, pages/_blog.scss */
#BlogView section.post img.thumbnail {
  margin-bottom: 1em;
}
/* line 34, pages/_blog.scss */
#BlogView section.post div.publishInfo {
  font-size: 1em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  color: #808080;
}
/* line 40, pages/_blog.scss */
#BlogView section.post div.publishInfo .by, #BlogView section.post div.publishInfo .author {
  font-weight: bold;
}
/* line 44, pages/_blog.scss */
#BlogView section.post div.content, #BlogView section.post div.masthead, #BlogView section.post .user-prompts div.tickler, .user-prompts #BlogView section.post div.tickler, #BlogView section.post .user-prompts div.modal, .user-prompts #BlogView section.post div.modal {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 0.3px;
  width: 100%;
  margin-left: 0;
  position: relative;
  z-index: 2;
}
/* line 55, pages/_blog.scss */
#BlogView section.post div.content div, #BlogView section.post div.masthead div, #BlogView section.post .user-prompts div.tickler div, .user-prompts #BlogView section.post div.tickler div, #BlogView section.post .user-prompts div.modal div, .user-prompts #BlogView section.post div.modal div {
  margin-bottom: 1em;
}
/* line 61, pages/_blog.scss */
#BlogView hr {
  max-width: 1180px;
  height: 2px;
  background: #cfcfcf;
  border: 0;
  margin: 3.2em auto 2.8em auto;
}
/* line 68, pages/_blog.scss */
#BlogView hr:last-of-type {
  display: none;
}

/* line 2, pages/_detail.scss */
#VideoView .hero, #ItemView .hero {
  width: 100%;
  height: 31.5em;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/* line 12, pages/_detail.scss */
#VideoView .hero .tile, #ItemView .hero .tile {
  height: 100%;
}
/* line 15, pages/_detail.scss */
#VideoView .hero .tile .overlay, #ItemView .hero .tile .overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #000000);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 25, pages/_detail.scss */
#VideoView .hero .tile .overlay .vjs-default-skin, #ItemView .hero .tile .overlay .vjs-default-skin {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 100%;
  width: 100%;
}
/* line 31, pages/_detail.scss */
#VideoView .hero .tile .overlay.left-to-right, #ItemView .hero .tile .overlay.left-to-right {
  display: none;
}
/* line 36, pages/_detail.scss */
#VideoView .hero .tile .metadata, #ItemView .hero .tile .metadata {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1180px;
  bottom: -16em;
}
/* line 43, pages/_detail.scss */
#VideoView .hero .tile .metadata.maestro, #ItemView .hero .tile .metadata.maestro {
  text-align: center;
}
/* line 47, pages/_detail.scss */
#VideoView .hero .tile .metadata .subtitle, #ItemView .hero .tile .metadata .subtitle {
  color: white;
  font-weight: normal;
}
/* line 52, pages/_detail.scss */
#VideoView .hero .tile .metadata .play, #ItemView .hero .tile .metadata .play {
  left: 0;
  margin: 1em 0 0 0;
  border-radius: 0;
  background-image: none;
  min-width: 5em;
  padding: 0 0.75em;
  border: 2px solid #19be6d;
  background: #19be6d;
  color: white;
  height: auto;
  font-weight: bold;
  text-align: center;
}
/* line 66, pages/_detail.scss */
#VideoView .hero .tile .metadata .play a, #ItemView .hero .tile .metadata .play a {
  display: inline;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 0.7em;
  color: white;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2.8;
}
/* line 78, pages/_detail.scss */
#VideoView .hero .tile .metadata .play.maestro, #ItemView .hero .tile .metadata .play.maestro {
  min-width: 6.25em;
}
/* line 82, pages/_detail.scss */
#VideoView .hero .tile .metadata .play:hover, #ItemView .hero .tile .metadata .play:hover {
  background: #30e78d;
  border-color: #30e78d;
}
/* line 85, pages/_detail.scss */
#VideoView .hero .tile .metadata .play:hover a, #ItemView .hero .tile .metadata .play:hover a {
  color: black;
}
/* line 92, pages/_detail.scss */
#VideoView .hero .tile .play-button-container, #ItemView .hero .tile .play-button-container {
  text-align: center;
}
/* line 94, pages/_detail.scss */
#VideoView .hero .tile .play-button-container .button, #ItemView .hero .tile .play-button-container .button {
  z-index: 5;
}
/* line 97, pages/_detail.scss */
#VideoView .hero .tile .play-button-container .button.play:not(.maestro), #ItemView .hero .tile .play-button-container .button.play:not(.maestro) {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}
/* line 104, pages/_detail.scss */
#VideoView .hero .tile .play-button-container .button.play:not(.maestro) a, #ItemView .hero .tile .play-button-container .button.play:not(.maestro) a {
  display: none;
}
/* line 112, pages/_detail.scss */
#VideoView .hero .tile.detail-video-player .metadata:not(.maestro), #ItemView .hero .tile.detail-video-player .metadata:not(.maestro) {
  display: none;
}
/* line 115, pages/_detail.scss */
#VideoView .hero .tile.detail-video-player .metadata:not(.maestro) .button.play:not(.maestro), #ItemView .hero .tile.detail-video-player .metadata:not(.maestro) .button.play:not(.maestro) {
  display: none;
}
/* line 123, pages/_detail.scss */
#VideoView section.video.spotlight, #ItemView section.video.spotlight {
  background: black;
  height: 45em;
}
/* line 127, pages/_detail.scss */
#VideoView section.video.spotlight .tile-group, #ItemView section.video.spotlight .tile-group {
  height: 100%;
  position: absolute;
  top: 0;
}
/* line 133, pages/_detail.scss */
#VideoView section.video.spotlight .tile-group .tile-container .tile, #ItemView section.video.spotlight .tile-group .tile-container .tile {
  max-width: 1180px;
  margin: auto;
}
/* line 137, pages/_detail.scss */
#VideoView section.video.spotlight .tile-group .tile-container .tile .overlay, #ItemView section.video.spotlight .tile-group .tile-container .tile .overlay {
  background: transparent;
}
/* line 141, pages/_detail.scss */
#VideoView section.video.spotlight .tile-group .tile-container .tile .metadata, #ItemView section.video.spotlight .tile-group .tile-container .tile .metadata {
  position: absolute;
  z-index: 2;
  top: 0.5em;
  margin-left: 0.5em;
}
/* line 146, pages/_detail.scss */
#VideoView section.video.spotlight .tile-group .tile-container .tile .metadata .subtitle, #ItemView section.video.spotlight .tile-group .tile-container .tile .metadata .subtitle {
  color: white;
  font-weight: normal;
}
/* line 151, pages/_detail.scss */
#VideoView section.video.spotlight .tile-group .tile-container .tile .play-button-container, #ItemView section.video.spotlight .tile-group .tile-container .tile .play-button-container {
  text-align: center;
}
/* line 153, pages/_detail.scss */
#VideoView section.video.spotlight .tile-group .tile-container .tile .play-button-container .button, #ItemView section.video.spotlight .tile-group .tile-container .tile .play-button-container .button {
  z-index: 5;
}
/* line 165, pages/_detail.scss */
#VideoView section:not(.spotlight) .metadata h1, #ItemView section:not(.spotlight) .metadata h1 {
  font-size: 2.1em;
  line-height: 1;
  margin: 1.2em auto 0.75em auto;
  font-weight: 300;
  text-transform: none;
  text-align: left;
}
/* line 173, pages/_detail.scss */
#VideoView section:not(.spotlight) .metadata h2, #ItemView section:not(.spotlight) .metadata h2 {
  color: #808080;
  font-size: 1.4em;
  line-height: 1;
  margin: 0.5em auto 0.25em auto;
}
/* line 179, pages/_detail.scss */
#VideoView section:not(.spotlight) .metadata .description, #ItemView section:not(.spotlight) .metadata .description {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5;
}

/* line 188, pages/_detail.scss */
#ItemView {
  max-width: 100% !important;
}
/* line 191, pages/_detail.scss */
#ItemView .hero {
  width: 100%;
  height: 31.5em;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/* line 201, pages/_detail.scss */
#ItemView .hero .overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  height: 45em;
  width: 100%;
}
/* line 209, pages/_detail.scss */
#ItemView .hero .overlay.gradient {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.9));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.9));
}
/* line 218, pages/_detail.scss */
#ItemView section:not(.spotlight) .metadata h1 {
  font-size: 3em;
  font-weight: 900;
  margin: 0.75em auto 0 auto;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  text-align: left;
}
/* line 227, pages/_detail.scss */
#ItemView section:not(.spotlight) .metadata h2 {
  font-size: 2em;
  line-height: 1;
  color: black;
  margin: 0.25em auto 0.5em auto;
  font-weight: 900;
  text-transform: none;
  font-family: roboto;
}
/* line 236, pages/_detail.scss */
#ItemView section:not(.spotlight) .metadata .description {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5;
}
/* line 241, pages/_detail.scss */
#ItemView section:not(.spotlight) .metadata .description.live {
  font-weight: bold;
}
/* line 249, pages/_detail.scss */
#ItemView section.detail-actions {
  margin-top: 1.2em;
}
/* line 252, pages/_detail.scss */
#ItemView section.detail-actions button, #ItemView section.detail-actions input[type='submit'], #ItemView section.detail-actions input[type='button'] {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 0.9em;
  min-width: 13em;
  margin-right: 1em;
}
/* line 259, pages/_detail.scss */
#ItemView section.detail-actions button.secondary, #ItemView section.detail-actions input.secondary[type='submit'], #ItemView section.detail-actions input.secondary[type='button'] {
  background: transparent;
  border-color: black;
  display: inline-block;
  color: black;
  font-weight: bold;
  border: 2px solid black;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
/* line 269, pages/_detail.scss */
#ItemView section.detail-actions button.secondary:hover, #ItemView section.detail-actions input.secondary[type='submit']:hover, #ItemView section.detail-actions input.secondary[type='button']:hover {
  background-color: black;
  color: white;
}

/* line 280, pages/_detail.scss */
#GenreView section.spotlight .overlay, #ChannelView section.spotlight .overlay {
  background: transparent !important;
}
/* line 285, pages/_detail.scss */
#GenreView section:first-of-type:not(.spotlight), #ChannelView section:first-of-type:not(.spotlight) {
  margin-top: 2.6em;
}
/* line 288, pages/_detail.scss */
#GenreView section:first-of-type:not(.spotlight) h2, #ChannelView section:first-of-type:not(.spotlight) h2 {
  text-align: left;
  color: black;
  margin: 0;
  margin-bottom: 1em;
  font-size: 2.38em;
  line-height: 1.2;
}

/* line 303, pages/_detail.scss */
.sad-free #GenreView section:first-of-type:not(.spotlight), .sad-free #ChannelView section:first-of-type:not(.spotlight) {
  margin-top: 7.6em;
}

/* line 3, pages/_featured.scss */
#ChannelView section:not(.spotlight) .tile-container, #GenreView section:not(.spotlight) .tile-container {
  max-height: none;
  min-height: 14em;
  margin-bottom: 1em;
  height: 18.8em;
  /* Hide the description on these tiles for now.*/
}
/* line 9, pages/_featured.scss */
#ChannelView section:not(.spotlight) .tile-container .tile, #GenreView section:not(.spotlight) .tile-container .tile {
  min-height: 14em;
}
/* line 13, pages/_featured.scss */
#ChannelView section:not(.spotlight) .tile-container .metadata .description, #GenreView section:not(.spotlight) .tile-container .metadata .description {
  display: none;
}

/* line 21, pages/_featured.scss */
#HomeView section:not(.spotlight).genre .tile-container {
  max-height: none;
  min-height: 14em;
  margin-bottom: 1em;
  height: 19.2em;
}
/* line 27, pages/_featured.scss */
#HomeView section:not(.spotlight).genre .tile-container .tile {
  min-height: 14em;
}

/* line 1, pages/_static.scss */
.static-content {
  margin-top: 8em;
  	/*
  	p.updateTextField {
  		text-align:center;
  	}
  	input.settings-update {
  		&.name, &.email {
  			font-size: 0.8em;
  		    line-height: 1;
  		    margin-top: 0;
  		    min-width: 17.5em;
  		}
  	}
  */
}
/* line 4, pages/_static.scss */
.static-content h1 {
  text-align: left;
  margin: 0;
  font-size: 2.38em;
  line-height: 1.2;
  margin: 0 auto 0.7em auto;
  font-weight: normal;
}
/* line 13, pages/_static.scss */
.static-content h3 {
  margin-bottom: .5em;
}
/* line 17, pages/_static.scss */
.static-content p, .static-content ul, .static-content li {
  line-height: 1.45;
  font-size: 1.15em;
}
/* line 21, pages/_static.scss */
.static-content p.note, .static-content p.note2, .static-content p.note3, .static-content p.label, .static-content p.label2, .static-content ul.note, .static-content ul.note2, .static-content ul.note3, .static-content ul.label, .static-content ul.label2, .static-content li.note, .static-content li.note2, .static-content li.note3, .static-content li.label, .static-content li.label2 {
  font-size: .8em;
}
/* line 26, pages/_static.scss */
.static-content ul {
  margin: 0 2em 1em 2em;
  list-style-type: disc;
  /* Sublist */
}
/* line 30, pages/_static.scss */
.static-content ul li > ul {
  margin-bottom: 0;
}
/* line 35, pages/_static.scss */
.static-content a {
  font-weight: normal;
}
/* line 40, pages/_static.scss */
.static-content section:not(.spotlight).newsletter {
  padding-top: 0.25em;
  padding-bottom: 0.75em;
}
/* line 44, pages/_static.scss */
.static-content section:not(.spotlight).newsletter > h2 {
  margin-bottom: 0;
}
/* line 48, pages/_static.scss */
.static-content section:not(.spotlight).newsletter form {
  top: -3.35em;
}
/* line 52, pages/_static.scss */
.static-content section:not(.spotlight).newsletter form input[type='text'], .static-content section:not(.spotlight).newsletter form input[type='email'], .static-content section:not(.spotlight).newsletter form input[type='password'] {
  font-size: 0.8em;
}
/* line 59, pages/_static.scss */
.static-content section.team hr {
  margin-top: 1em;
}
/* line 63, pages/_static.scss */
.static-content section.team:not(.noimg2) .tile-group .bio {
  display: none;
}
/* line 67, pages/_static.scss */
.static-content section.team.noimg {
  margin-top: 2em;
}
/* line 72, pages/_static.scss */
.static-content section.team.noimg2 .tile-group .bio {
  font-size: 1em;
  font-weight: 300;
  margin-top: 0.25em;
  line-height: 1.56;
  color: #808080;
}
/* line 80, pages/_static.scss */
.static-content section.team.noimg2 .tile-container {
  cursor: default;
  max-height: 9em !important;
  min-height: 9em !important;
}
/* line 87, pages/_static.scss */
.static-content section.team.noimg2.partners .tile-container {
  cursor: default;
  max-height: 4em !important;
  min-height: 4em !important;
}
/* line 93, pages/_static.scss */
.static-content section.team.noimg2.partners .tile-container.liveone img {
  position: relative;
  top: 1em;
}
/* line 103, pages/_static.scss */
.static-content section.team.list ul {
  list-style-type: none;
  list-style-position: unset;
  margin-left: 0;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 110, pages/_static.scss */
.static-content section.team.list ul li {
  margin-bottom: 1em;
  text-transform: uppercase;
}
/* line 120, pages/_static.scss */
.static-content .download ul li {
  display: inline-block;
}
/* line 122, pages/_static.scss */
.static-content .download ul li:not(:last-of-type) {
  margin-right: 1em;
}
/* line 130, pages/_static.scss */
.static-content .download.tv ul li a img {
  height: 4em;
  width: 4em;
}
/* line 138, pages/_static.scss */
.static-content hr {
  width: 100%;
  height: 2px;
  background: #cfcfcf;
  border: 0;
  margin: 2em auto 1em auto;
}
/* line 158, pages/_static.scss */
.static-content .error {
  color: #c40f0f;
}
/* line 162, pages/_static.scss */
.static-content .assets img {
  max-width: 200px;
}
/* line 166, pages/_static.scss */
.static-content .assets li.dark {
  background-color: black;
  max-width: 200px;
}

/* line 175, pages/_static.scss */
#StaticView {
  margin-top: 7.6em;
}
/* line 179, pages/_static.scss */
#StaticView .static-content ul {
  margin: 0 0 1em 0;
  list-style-type: none;
}

/* line 187, pages/_static.scss */
#SettingsView section.login-modal {
  margin-left: 0 !important;
}
/* line 190, pages/_static.scss */
#SettingsView section.login-modal button, #SettingsView section.login-modal input[type='submit'], #SettingsView section.login-modal input[type='button'] {
  min-width: 9.75em;
}
/* line 194, pages/_static.scss */
#SettingsView section.login-modal .note2 {
  width: 100%;
  text-align: center;
  padding: 0 0.5em 0 0.5em;
}
/* line 199, pages/_static.scss */
#SettingsView section.login-modal .note2 span.email {
  font-size: 1em;
}

/* line 208, pages/_static.scss */
#ContestrulesView section.contestrules em {
  font-weight: bold;
}
/* line 211, pages/_static.scss */
#ContestrulesView section.contestrules ul, #ContestrulesView section.contestrules ol {
  font-size: 1em;
  margin: 0 1em 0 1em;
}
/* line 214, pages/_static.scss */
#ContestrulesView section.contestrules ul li, #ContestrulesView section.contestrules ol li {
  margin-bottom: 1em;
}
/* line 216, pages/_static.scss */
#ContestrulesView section.contestrules ul li p, #ContestrulesView section.contestrules ol li p {
  font-size: 1em;
}
/* line 221, pages/_static.scss */
#ContestrulesView section.contestrules ul ul li, #ContestrulesView section.contestrules ul ol li, #ContestrulesView section.contestrules ol ul li, #ContestrulesView section.contestrules ol ol li {
  font-size: 1em;
}
/* line 225, pages/_static.scss */
#ContestrulesView section.contestrules ul {
  list-style: disc outside none;
}
/* line 228, pages/_static.scss */
#ContestrulesView section.contestrules ol {
  list-style: decimal outside none;
}

/* line 236, pages/_static.scss */
#StatsView h2, #StatsView h3 {
  margin-bottom: 1em;
}
/* line 238, pages/_static.scss */
#StatsView h2 select, #StatsView h3 select {
  font-size: 0.8em;
  padding: 0.25em 0.25em 0.25em 0;
  border: 0;
  border-bottom: 2px solid #19be6d;
  outline: none;
}
/* line 246, pages/_static.scss */
#StatsView h2.daypicker, #StatsView h3.daypicker {
  font-size: 1.38em;
}
/* line 251, pages/_static.scss */
#StatsView h4 {
  margin-bottom: 1em;
}
/* line 255, pages/_static.scss */
#StatsView h2.festPicker {
  /*Specific h2 on the stats page.*/
  margin-bottom: 1em;
}
/* line 259, pages/_static.scss */
#StatsView h2.festPicker select {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.25em 0.25em 0.25em 0;
  border: 0;
  border-bottom: 2px solid #19be6d;
  outline: none;
}
/* line 271, pages/_static.scss */
#StatsView select option.now {
  color: #19be6d;
}
/* line 274, pages/_static.scss */
#StatsView select option.future {
  color: #9b9b9b;
}
/* line 280, pages/_static.scss */
#StatsView ul {
  position: relative;
  float: left;
  clear: both;
}
/* line 286, pages/_static.scss */
#StatsView li.metricBox {
  border: 2px solid #19be6d;
  margin-right: 1em;
  margin-bottom: 1em;
  min-width: 6em;
  min-height: 4.5em;
  padding: 1em;
  float: left;
}
/* line 295, pages/_static.scss */
#StatsView li.metricBox span {
  text-align: center;
  display: block;
}
/* line 299, pages/_static.scss */
#StatsView li.metricBox span.name {
  color: #9b9b9b;
  font-size: 0.8em;
  margin-bottom: 1em;
}
/* line 304, pages/_static.scss */
#StatsView li.metricBox span.name .note, #StatsView li.metricBox span.name .note2, #StatsView li.metricBox span.name .note3, #StatsView li.metricBox span.name .label, #StatsView li.metricBox span.name .label2, #StatsView li.metricBox span.name .user-prompts .tickler div, .user-prompts .tickler #StatsView li.metricBox span.name div, #StatsView li.metricBox span.name .user-prompts .modal div, .user-prompts .modal #StatsView li.metricBox span.name div {
  display: block;
  text-align: center;
}
/* line 309, pages/_static.scss */
#StatsView li.metricBox span.count {
  font-size: 2em;
  font-weight: bold;
}
/* line 313, pages/_static.scss */
#StatsView li.metricBox span.displaynote {
  display: none;
}
/* line 317, pages/_static.scss */
#StatsView li.metricBox span .note, #StatsView li.metricBox span .note2, #StatsView li.metricBox span .note3, #StatsView li.metricBox span .label, #StatsView li.metricBox span .label2, #StatsView li.metricBox span .user-prompts .tickler div, .user-prompts .tickler #StatsView li.metricBox span div, #StatsView li.metricBox span .user-prompts .modal div, .user-prompts .modal #StatsView li.metricBox span div {
  display: inline;
  font-size: 0.8em;
}
/* line 324, pages/_static.scss */
#StatsView li.metricBox .infoNote {
  position: relative;
  top: -5em;
  right: -7em;
  margin-bottom: -2em;
  border: 0;
  color: #19be6d;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.8em;
  background: transparent;
}
/* line 340, pages/_static.scss */
#StatsView section div {
  position: relative;
  clear: both;
    	/*
    	&.clients {
			li.metricBox {
				min-height: 5em;
			}
			ul.lxl-pure {
				li.metricBox {
					span.count {
						margin-top:0.8em;
					}
				}
			}
		}
		*/
}
/* line 344, pages/_static.scss */
#StatsView section div.rollup {
  top: 1em;
}

/*
* Media queries for responsive design
*/
/* 3 Columns - NOTICE "MIN-WIDTH"! */
@media only screen and (min-width: 1197px) {
  /* line 8, _mq.scss */
  section.spotlight .tile-container .tile {
    		/*
    		.overlay {
        		&.left-to-right {
        			display:block;
        			@include linear-gradient-to-left(rgba(0,0,0,0) 50%, rgba(0,0,0,0.8));
        		}
        	}
        	*/
  }

  /* line 22, _mq.scss */
  section:not(.spotlight) .tile-container:nth-of-type(3n+0) {
    margin-right: 0;
  }

  /* line 32, _mq.scss */
  .static-content section:not(.spotlight).team:not(.noimg) .tile-container:nth-of-type(3n+0) {
    margin-right: 1.25em;
  }
  /* line 35, _mq.scss */
  .static-content section:not(.spotlight).team:not(.noimg) .tile-container:nth-of-type(4n+0) {
    margin-right: 0;
  }
  /* line 42, _mq.scss */
  .static-content section:not(.spotlight).team .noimg .tile-container:nth-of-type(4n+0) {
    clear: left;
  }

  /* line 55, _mq.scss */
  #BlogView section.post .capUnit.skyscraper.fixed {
    position: fixed;
    float: none;
    top: 7.6em;
    right: auto;
    width: 100% !important;
    max-width: 1180px;
    margin: auto;
    text-align: right;
    z-index: 1;
  }
  /* line 67, _mq.scss */
  #BlogView section.post .capUnit.skyscraper.above {
    position: absolute;
    bottom: -1.5em;
    top: auto;
  }

  /* line 77, _mq.scss */
  .capUnit.medrect {
    margin-right: 1.25em;
  }
}
/* 2 Columns - NOTICE "MAX-WIDTH"! */
@media only screen and (max-width: 1197px) {
  /* line 86, _mq.scss */
  header .container, footer .container {
    margin: 0 1em;
  }

  /* line 89, _mq.scss */
  .page {
    max-width: 100%;
  }

  /* line 92, _mq.scss */
  #hero-player {
    max-width: 100%;
  }

  /* line 95, _mq.scss */
  h1, #BlogView hr, .tile-group {
    max-width: 780px;
  }

  /* line 98, _mq.scss */
  h1 {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 104, _mq.scss */
  #BlogView h1 {
    max-width: 780px;
  }
  /* line 109, _mq.scss */
  #BlogView section.post div.content, #BlogView section.post div.masthead, #BlogView section.post .user-prompts div.tickler, .user-prompts #BlogView section.post div.tickler, #BlogView section.post .user-prompts div.modal, .user-prompts #BlogView section.post div.modal {
    width: 100%;
  }

  /* line 116, _mq.scss */
  section.spotlight .tile-group {
    max-width: 100%;
  }
  /* line 120, _mq.scss */
  section.spotlight .tile-container .tile {
    		/*
    		.overlay {
        		&.left-to-right {
        			display:block;
        			@include linear-gradient-to-left(rgba(0,0,0,0) 50%, rgba(0,0,0,0.8));
        		}
        	}
        	*/
  }
  /* line 121, _mq.scss */
  section.spotlight .tile-container .tile .metadata .description {
    width: 90%;
  }

  /* line 135, _mq.scss */
  section.video.spotlight {
    height: auto !important;
    padding-top: 56.25%;
  }
  /* line 138, _mq.scss */
  section.video.spotlight .tile-container .tile {
    max-width: 780px;
  }

  /* line 142, _mq.scss */
  section:not(.spotlight) {
    max-width: 780px;
    margin: 0 1em;
  }
  /* line 147, _mq.scss */
  section:not(.spotlight) .tile-container:nth-of-type(2n+0) {
    margin-right: 0 !important;
  }
  /* line 153, _mq.scss */
  section:not(.spotlight).noimg .tile-container {
    width: 46%;
    margin-right: 4%;
  }
  /* line 157, _mq.scss */
  section:not(.spotlight).noimg .tile-container:nth-of-type(2n+0) {
    width: 50%;
  }
  /* line 160, _mq.scss */
  section:not(.spotlight).noimg .tile-container:nth-of-type(3n+0) {
    clear: left;
  }
  /* line 168, _mq.scss */
  section:not(.spotlight).team.noimg .tile-container:nth-of-type(4n+0) {
    clear: none !important;
  }
  /* line 174, _mq.scss */
  section:not(.spotlight).newsletter {
    max-width: 780px;
    min-height: 6em;
    margin: auto;
  }
  /* line 179, _mq.scss */
  section:not(.spotlight).newsletter > h2, section:not(.spotlight).newsletter > .description {
    text-align: center;
  }
  /* line 182, _mq.scss */
  section:not(.spotlight).newsletter > .description {
    margin-left: 0;
  }
  /* line 186, _mq.scss */
  section:not(.spotlight).newsletter form {
    position: relative;
    top: auto;
  }
  /* line 190, _mq.scss */
  section:not(.spotlight).newsletter form input.error {
    margin-top: 2em;
  }
  /* line 193, _mq.scss */
  section:not(.spotlight).newsletter form label.error {
    margin-top: 0.25em;
  }
  /* line 197, _mq.scss */
  section:not(.spotlight).newsletter .tile-group {
    text-align: center;
  }
  /* line 201, _mq.scss */
  section:not(.spotlight).newsletter .note2 {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    position: relative;
    width: 90%;
    margin: 1em auto 0 auto;
    line-height: 1.2;
  }
  /* line 211, _mq.scss */
  section:not(.spotlight).newsletter .loading-pulse {
    top: 1em;
  }

  /* line 220, _mq.scss */
  .static-content section:not(.spotlight).team:not(.noimg) {
    max-width: 580px;
  }
  /* line 226, _mq.scss */
  .static-content section:not(.spotlight).newsletter > h2 {
    margin-top: 1em;
  }
  /* line 229, _mq.scss */
  .static-content section:not(.spotlight).newsletter > .description {
    margin-bottom: 4em;
  }
  /* line 233, _mq.scss */
  .static-content section:not(.spotlight).newsletter .note2 {
    padding-right: 0;
    position: relative;
    margin-top: -3em;
    margin-bottom: 1em;
  }

  /* line 243, _mq.scss */
  .page {
    max-width: 100% !important;
  }
  /* line 246, _mq.scss */
  .page section.spotlight .tile-container .tile .metadata {
    max-width: 780px;
    margin: auto;
  }
  /* line 250, _mq.scss */
  .page section:not(.spotlight) {
    max-width: 780px;
    margin: auto;
  }

  /* line 256, _mq.scss */
  #BlogView section.post {
    margin: 0 auto;
  }

  /* line 261, _mq.scss */
  #ItemView.playable .hero .tile .metadata {
    max-width: 780px;
  }

  /* line 267, _mq.scss */
  .capUnit.medrect:not(:last-of-type) {
    margin-right: 1.25em;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 274, _mq.scss */
  footer {
    text-align: center;
  }
  /* line 277, _mq.scss */
  footer .container {
    text-align: center;
  }
  /* line 281, _mq.scss */
  footer .service-logo {
    float: none;
  }
  /* line 285, _mq.scss */
  footer ul {
    float: none !important;
    margin: 1em !important;
  }
  /* line 290, _mq.scss */
  footer ul.social-links li.service-logo {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 930px) {
  /* line 301, _mq.scss */
  .detail-video-player.dazzle video {
    width: 150%;
    left: -25%;
  }
}
/* Below here, we are considering "phone" and so some sizes change */
@media only screen and (min-width: 1000px) {
  /* line 312, _mq.scss */
  header .burger-nav-container {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 320, _mq.scss */
  header .nav-container {
    display: none;
  }
  /* line 324, _mq.scss */
  header .hamburger {
    display: block;
  }
  /* line 328, _mq.scss */
  header .burger-nav-container {
    top: 0em;
  }
  /* line 332, _mq.scss */
  header .burger-nav-container ul li.main-nav-dup {
    display: block !important;
    height: auto;
  }
  /* line 340, _mq.scss */
  header .burger-nav-container ul li.separator div span.label, header .burger-nav-container ul li.separator div span.label2 {
    top: 0.25em;
  }
  /* line 343, _mq.scss */
  header .burger-nav-container ul li.separator div span.decorator {
    top: 0;
    left: -4em;
  }
  /* line 354, _mq.scss */
  header .hamburger {
    display: block;
    top: 1.75em;
    right: 1em;
    left: auto;
  }
  /* line 360, _mq.scss */
  header .hamburger input {
    top: -0.5em;
    right: -0.5em;
  }
  /* line 366, _mq.scss */
  header div.service-logo {
    width: 100%;
  }
}
@media only screen and (max-width: 825px) {
  /* line 377, _mq.scss */
  #BlogView section.post div.content, #BlogView section.post div.masthead, #BlogView section.post .user-prompts div.tickler, .user-prompts #BlogView section.post div.tickler, #BlogView section.post .user-prompts div.modal, .user-prompts #BlogView section.post div.modal {
    width: 100% !important;
  }
  /* line 380, _mq.scss */
  #BlogView section.post div.content iframe, #BlogView section.post div.masthead iframe, #BlogView section.post .user-prompts div.tickler iframe, .user-prompts #BlogView section.post div.tickler iframe, #BlogView section.post .user-prompts div.modal iframe, .user-prompts #BlogView section.post div.modal iframe {
    width: 100%;
    height: 52.65%;
    margin: auto;
    position: relative;
  }

  /* line 391, _mq.scss */
  #StatsView section {
    max-width: 90%;
  }
  /* line 394, _mq.scss */
  #StatsView section > section {
    max-width: 100%;
    width: 100%;
  }

  /* line 400, _mq.scss */
  #hero-player {
    margin-top: 5.6em;
  }

  /* line 405, _mq.scss */
  .hero-player-floating .page {
    margin-top: 5.7em;
  }
  /* line 408, _mq.scss */
  .hero-player-floating #hero-player {
    height: 180px;
    width: 240px;
  }
  /* line 412, _mq.scss */
  .hero-player-floating #hero-player .masthead.hero .video-container .video-js {
    height: 180px;
  }

  /* line 419, _mq.scss */
  section.spotlight .tile-container .tile .metadata {
    margin-left: 1em;
  }
  /* line 423, _mq.scss */
  section:not(.spotlight) .more {
    right: 1em;
  }
  /* line 427, _mq.scss */
  section:not(.spotlight).newsletter {
    max-width: 90%;
  }
  /* line 429, _mq.scss */
  section:not(.spotlight).newsletter form input[type='submit'] {
    margin-top: 1.25em;
  }

  /* line 436, _mq.scss */
  .views-container {
    margin: 0;
  }

  /* line 440, _mq.scss */
  .title, h1 {
    font-size: 1.8em;
  }

  /* line 444, _mq.scss */
  .subtitle, h2 {
    font-size: 1.4em;
    margin: 0.5em 0;
  }
  /* line 448, _mq.scss */
  .subtitle.static-header, h2.static-header {
    font-size: 1.8em;
  }

  /* line 454, _mq.scss */
  .content, .masthead, .user-prompts .tickler, .user-prompts .modal, footer {
    width: 100%;
  }

  /* line 458, _mq.scss */
  .tickler {
    left: 0;
    margin-left: 0;
  }

  /* line 462, _mq.scss */
  footer {
    margin-top: 2em;
  }

  /* line 468, _mq.scss */
  .detail-video-player.dazzle video {
    width: 200%;
    left: -50%;
  }
}
/* Single Column */
@media only screen and (max-width: 800px) {
  /* line 480, _mq.scss */
  h1, .tile-group {
    max-width: 21em;
  }

  /* line 486, _mq.scss */
  section.spotlight .tile-group {
    max-width: 100%;
  }
  /* line 491, _mq.scss */
  section.spotlight .tile-group .tile-container .tile .overlay {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9));
  }
  /* line 494, _mq.scss */
  section.spotlight .tile-group .tile-container .tile .metadata {
    /* We only show 2 buttons in mobile view.*/
  }
  /* line 496, _mq.scss */
  section.spotlight .tile-group .tile-container .tile .metadata.playable {
    /*This has a play button as the 1st thing no matter what.*/
  }
  /* line 498, _mq.scss */
  section.spotlight .tile-group .tile-container .tile .metadata.playable .button:nth-of-type(6) {
    display: none;
  }
  /* line 501, _mq.scss */
  section.spotlight .tile-group .tile-container .tile .metadata.playable .button:nth-of-type(5) {
    margin-right: 0;
  }
  /* line 506, _mq.scss */
  section.spotlight .tile-group .tile-container .tile .metadata:not(.playable) .button {
    min-width: 6.5em !important;
  }
  /* line 509, _mq.scss */
  section.spotlight .tile-group .tile-container .tile .metadata:not(.playable) .button:nth-of-type(6) {
    margin-right: 0;
  }
  /* line 518, _mq.scss */
  section:not(.spotlight) {
    max-width: 100%;
    padding: 0 0.5em;
  }
  /* line 521, _mq.scss */
  section:not(.spotlight) h2 {
    max-width: 100%;
    margin: auto;
  }
  /* line 526, _mq.scss */
  section:not(.spotlight) .tile-group .tile-container {
    max-width: 21em;
    max-height: 23.5em;
    min-height: 23.5em;
  }
  /* line 533, _mq.scss */
  section:not(.spotlight).newsletter {
    padding: 0 0 1em 0;
  }
  /* line 536, _mq.scss */
  section:not(.spotlight).newsletter form {
    right: 0;
  }
  /* line 539, _mq.scss */
  section:not(.spotlight).newsletter form label.error {
    position: relative;
    margin: 1em auto 0 auto;
    text-align: center;
  }
  /* line 544, _mq.scss */
  section:not(.spotlight).newsletter form input.error {
    margin-top: 1em;
  }
  /* line 552, _mq.scss */
  section:not(.spotlight).schedule .tile-group .tile-container {
    margin-right: 0;
    min-width: 100%;
    min-height: min-content;
    max-height: max-content;
  }
  /* line 558, _mq.scss */
  section:not(.spotlight).schedule .tile-group .tile-container .tile ul li div.ouical .add-to-calendar-checkbox:checked ~ a {
    margin-right: 12px;
  }

  /* line 567, _mq.scss */
  section.video.spotlight .tile-container .tile {
    max-width: 100%;
  }

  /* line 572, _mq.scss */
  section.static-content {
    max-width: 100% !important;
  }
  /* line 575, _mq.scss */
  section.static-content h1 {
    margin: 0 0.25em 0.7em 0.25em !important;
  }
  /* line 579, _mq.scss */
  section.static-content.login-modal {
    max-width: 75% !important;
  }
  /* line 581, _mq.scss */
  section.static-content.login-modal h1 {
    margin: 0 0 0.5em 0 !important;
  }
  /* line 586, _mq.scss */
  section.static-content section:not(.spotlight) {
    max-width: 100% !important;
  }
  /* line 591, _mq.scss */
  section.static-content section:not(.spotlight).team:not(.noimg) .tile-group {
    max-width: 17.3em !important;
  }
  /* line 595, _mq.scss */
  section.static-content section:not(.spotlight).team:not(.noimg) .tile-container:nth-of-type(2n+0) {
    margin-right: 0;
  }
  /* line 600, _mq.scss */
  section.static-content section:not(.spotlight).team.noimg {
    height: 100%;
  }
  /* line 602, _mq.scss */
  section.static-content section:not(.spotlight).team.noimg .tile-container {
    width: 100%;
    min-height: auto;
    height: auto;
  }
  /* line 609, _mq.scss */
  section.static-content section:not(.spotlight).team.noimg2 .tile-group, section.static-content section:not(.spotlight).team.partners .tile-group {
    width: 100%;
    max-width: 100% !important;
  }
  /* line 613, _mq.scss */
  section.static-content section:not(.spotlight).team.noimg2 .tile-group .tile-container, section.static-content section:not(.spotlight).team.partners .tile-group .tile-container {
    width: 100%;
    min-width: 100%;
    min-height: auto !important;
    height: auto;
  }
  /* line 623, _mq.scss */
  section.static-content section:not(.spotlight).team.partners .tile-group .tile-container {
    min-height: 4em !important;
    text-align: center;
  }

  /* line 633, _mq.scss */
  .page {
    max-width: 100% !important;
  }
  /* line 636, _mq.scss */
  .page section.spotlight .tile-container .tile .metadata {
    max-width: 21em;
    margin: auto;
  }
  /* line 640, _mq.scss */
  .page section:not(.spotlight) {
    max-width: 21em;
    margin: auto;
  }
  /* line 644, _mq.scss */
  .page section:not(.spotlight).fullwidth {
    max-width: 90%;
  }

  /* For CSS spcificity, put specific view BELOW everything above. */
  /* line 652, _mq.scss */
  #BlogView h1 {
    max-width: 90%;
    margin: 0 auto 0.7em auto !important;
  }
  /* line 657, _mq.scss */
  #BlogView hr {
    max-width: 90%;
  }
  /* line 661, _mq.scss */
  #BlogView.page section:not(.spotlight) {
    max-width: 90%;
  }
  /* line 665, _mq.scss */
  #BlogView section:nth-child(2) .capUnit.skyscraper {
    display: none;
  }
  /* line 670, _mq.scss */
  #BlogView section.post .capUnit.skyscraper {
    float: none;
    text-align: center;
    width: 100%;
    position: relative;
    top: -1em;
    margin: 0 0 1em 0;
    padding-bottom: 2em;
    border-bottom: 2px solid #cfcfcf;
  }

  /* line 685, _mq.scss */
  #ItemView .playable .hero .tile .metadata {
    max-width: 21em;
  }
  /* line 690, _mq.scss */
  #ItemView.page section.item {
    max-width: 90%;
  }
}
@media only screen and (max-width: 650px) {
  /* line 700, _mq.scss */
  section .spotlight-nav.right, section .spotlight-nav.left {
    display: none !important;
  }
  /* line 706, _mq.scss */
  section:not(.spotlight) .more {
    right: 0.5em;
  }
  /* line 710, _mq.scss */
  section:not(.spotlight).newsletter input[type='submit'] {
    margin-top: 1.5em;
  }
  /* line 716, _mq.scss */
  section.spotlight {
    height: 23.5em;
  }
  /* line 719, _mq.scss */
  section.spotlight .tile-group {
    height: 20.5em;
  }
  /* line 722, _mq.scss */
  section.spotlight .tile-group .tile-container .tile .metadata {
    bottom: -5em;
  }

  /* line 735, _mq.scss */
  section.static-content section:not(.spotlight).team:not(.noimg) .tile-group {
    max-width: 21em;
  }

  /* line 745, _mq.scss */
  footer .tos-footer p {
    margin: 0.75em 2.5em;
  }

  /* line 751, _mq.scss */
  body.mobile {
    /*
    	This is not based on size...rather device detection.
    */
  }
  /* line 757, _mq.scss */
  body.mobile #BlogView section.spotlight, body.mobile #ChannelView section.spotlight, body.mobile #GenreView section.spotlight {
    max-height: 75% !important;
  }

  /* line 764, _mq.scss */
  #ItemView div.hero {
    height: 23.5em;
  }
  /* line 766, _mq.scss */
  #ItemView div.hero .tile {
    height: 20.5em;
  }

  /* line 772, _mq.scss */
  #VideoView .hero .tile .metadata .play,
  #ItemView.playable .hero .tile .metadata .play {
    margin: 1em auto 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  /* line 781, _mq.scss */
  #ItemView section.detail-actions button, #ItemView section.detail-actions input[type='submit'], #ItemView section.detail-actions input[type='button'] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
/* line 790, _mq.scss */
body.mobile {
  /*
  	This is not based on size...rather device detection.
  */
}
/* line 795, _mq.scss */
body.mobile header .burger-nav-container ul.main-nav li {
  font-size: 1.5em;
}
/* line 799, _mq.scss */
body.mobile .vjs-default-skin {
  /* Mobile Specific player changes*/
}
/* line 807, _mq.scss */
body.mobile section.spotlight .spotlight-nav.right, body.mobile section.spotlight .spotlight-nav.left {
  display: none !important;
}
/* line 813, _mq.scss */
body.mobile section.spotlight .spotlight-nav.dots .nav-dot {
  height: 1.2em;
  width: 1.2em;
  margin-right: 1em;
}

/* line 826, _mq.scss */
body.embed header, body.embed footer, body.embed #hero-player, body.embed .capUnit {
  display: none !important;
}
/* line 829, _mq.scss */
body.embed #VideoView .hero, body.embed #ItemView .hero {
  height: 90% !important;
  max-height: 21em;
}
/* line 833, _mq.scss */
body.embed #VideoView .hero .metadata, body.embed #ItemView .hero .metadata {
  bottom: -70% !important;
  max-width: 90% !important;
  text-align: center;
}
