body, html {
  background-color: #586B31;
  margin: 0px;
  font-family: 'aller','Helvetica Neue';
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  color: #252525;
  background-image: url("/images/BG.svg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 420px) {
    body, html {
      font-size: 16px; } }

h1, h2, h3 {
  margin: 15px;
  font-weight: 500; }

h1 {
  font-size: 36px; }
  @media (max-height: 360px) {
    h1 {
      font-size: 20px; } }

a, .link {
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: #0000a2; }
  a:hover, .link:hover {
    color: blue;
    cursor: pointer; }

.clear {
  clear: both; }

.full-body {
  height: 100% !important; }

.inline {
  display: inline; }

.absolute {
  position: absolute;
  left: 0;
  top: 0; }

.no-overflow {
  overflow: hidden; }

.outer-app-container {
  height: 100%;
  max-width: 1500px;
  margin: 0 auto; }

.inner-app-container {
  max-width: 860px;
  height: 100%;
  margin: auto; }

.main-logo {
  margin: 0 20px 30px;
  color: #291606; }
  @media (max-width: 420px) {
    .main-logo {
      margin: 0 10px 10px 10px; } }

.logo-image, .logo-text {
  display: inline-block;
  vertical-align: bottom; }

.logo-text {
  max-width: 80%; }
  @media (max-width: 420px) {
    .logo-text {
      max-width: 85%; } }

@media (max-width: 420px) {
  .logo-image {
    height: 50px; } }

.logo-brand {
  margin: 0 15px 0; }
  @media (max-width: 420px) {
    .logo-brand {
      font-size: 14px; } }

.logo-headline {
  font-family: museo-slab;
  margin: 0 15px 0;
  font-size: 27px;
  max-width: 95%; }
  @media (max-width: 700px) {
    .logo-headline {
      font-size: 23px; } }
  @media (max-width: 580px) {
    .logo-headline {
      font-size: 20px; } }
  @media (max-width: 445px) {
    .logo-headline {
      font-size: 15px;
      font-weight: 700;
      line-height: 20px; } }

.splash-screen {
  position: absolute; }

.splash-intro {
  padding: 10px 50px;
  font-size: 18px;
  transition: all 500ms;
  color: #291606; }
  @media (max-width: 420px) {
    .splash-intro {
      font-size: 16px;
      padding: 10px 15px; } }

.splash-panel-container {
  width: 100%;
  text-align: center; }

.app-area {
  width: 100%;
  position: relative; }

.panel-holder {
  position: absolute;
  width: 100%; }

.panel {
  transition: all 500ms;
  margin: 0 auto 40px auto;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid white;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.95); }
  .panel.splash {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    max-width: 260px;
    height: 270px;
    width: 26%;
    display: inline-block;
    margin: 15px 2.7%;
    overflow: hidden;
    text-align: center; }
    .panel.splash .header-title {
      display: block;
      margin: 0 auto;
      color: #34210D;
      max-width: 160px;
      font-family: museo-slab;
      font-weight: 700; }
      @media (max-width: 700px) {
        .panel.splash .header-title {
          display: inline-block;
          line-height: 50px;
          vertical-align: top;
          margin: 10px 0;
          font-size: 16px;
          max-width: 690px; } }
    .panel.splash:hover {
      background-color: rgba(255, 255, 255, 0.9);
      cursor: pointer;
      scale: 1.05, 1.05; }
    .panel.splash.transition {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      max-width: none;
      background-color: rgba(245, 247, 255, 0.95);
      border-radius: 0;
      box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.1); }
      .panel.splash.transition:hover {
        background-color: rgba(245, 247, 255, 0.95); }
    @media (max-width: 700px) {
      .panel.splash {
        width: 90%;
        display: block;
        height: 70px;
        margin: 10px auto;
        max-width: none;
        text-align: left; } }
  .panel .header-title {
    color: #34210D;
    display: inline-block;
    font-family: museo-slab;
    font-size: 22px;
    line-height: 25px;
    vertical-align: middle;
    max-width: 80%; }
    @media (max-width: 420px) {
      .panel .header-title {
        font-size: 16px;
        font-weight: 700;
        max-width: 70%;
        line-height: 25px;
        margin: 0 15px; } }
  .panel.expanded {
    max-width: 700px;
    padding-bottom: 60px;
    margin-top: 20px; }
    @media (max-width: 420px) {
      .panel.expanded {
        margin-top: 18px;
        padding: 10px 0;
        border-radius: 0px; } }
  .panel .inner-area {
    max-width: 550px;
    position: relative;
    margin: 0 70px; }
    @media (max-width: 500px) {
      .panel .inner-area {
        margin: 0 15px; } }

.panel-header {
  margin: 10px 10px 20px 10px; }
  @media (max-width: 420px) {
    .panel-header {
      padding: 0 10px;
      margin: 5px 5px; } }

.fa.close-button {
  transition: all 400ms;
  float: right;
  font-size: 25px;
  margin: 10px 20px; }
  @media (max-width: 420px) {
    .fa.close-button {
      margin: 10px 5px;
      font-size: 20px; } }
  .fa.close-button:hover {
    color: blue;
    cursor: pointer; }

.panel-icon {
  color: #412B13; }
  .panel-icon.splash {
    margin: 0 auto;
    font-size: 75px;
    height: 110px;
    padding-top: 54px; }
    @media (max-width: 700px) {
      .panel-icon.splash {
        padding: 10px 15px;
        font-size: 50px;
        width: 35px; } }
    .panel-icon.splash.linked-devices {
      width: 70px;
      margin-bottom: 11px;
      padding-top: 40px; }
      @media (max-width: 700px) {
        .panel-icon.splash.linked-devices {
          width: 40px;
          padding-top: 0;
          height: 65px; } }
    .panel-icon.splash.learn {
      font-size: 65px;
      padding-top: 59px; }
      @media (max-width: 700px) {
        .panel-icon.splash.learn {
          padding: 10px 15px;
          font-size: 50px;
          width: 35px; } }
  .panel-icon.expanded {
    display: inline-block;
    font-size: 45px;
    width: 60px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle; }
    @media (max-width: 420px) {
      .panel-icon.expanded {
        font-size: 35px;
        width: 25px;
        padding-bottom: 5px;
        text-align: right; } }
    .panel-icon.expanded.linked-devices {
      width: 60px;
      height: 40px; }
      @media (max-width: 420px) {
        .panel-icon.expanded.linked-devices {
          width: 35px; } }

.your-devices {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  padding: 20px 0; }
  .your-devices .inner-text {
    margin-bottom: 20px; }
    @media (max-width: 420px) {
      .your-devices .inner-text {
        font-size: 16px;
        max-height: 999999px; } }

.device-list-label {
  margin-bottom: 10px; }
  .device-list-label.associated {
    margin-top: 20px; }
    @media (max-width: 420px) {
      .device-list-label.associated {
        margin-top: 15px; } }

.row-icon {
  display: inline;
  width: 40px;
  text-align: center;
  margin-right: 5px;
  color: #3B1C0B; }

hr.row-separator {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(150, 150, 150, 0.1); }

.device-display-row {
  transition: all 300ms;
  margin: 0;
  padding: 0 5px;
  min-height: 40px;
  color: #3B1C0B;
  cursor: pointer; }
  @media (max-width: 420px) {
    .device-display-row {
      margin: 0; } }
  .device-display-row span {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%; }
    @media (max-width: 320px) {
      .device-display-row span {
        width: 75%; } }
    @media (max-width: 420px) {
      .device-display-row span {
        width: 80%;
        font-size: 18px; } }
  .device-display-row .row-icon {
    vertical-align: top;
    margin-top: 10px; }
    .device-display-row .row-icon.fa-laptop {
      font-size: 35px; }
      @media (max-width: 420px) {
        .device-display-row .row-icon.fa-laptop {
          font-size: 25px; } }
    .device-display-row .row-icon.fa-tv {
      font-size: 30px; }
      @media (max-width: 420px) {
        .device-display-row .row-icon.fa-tv {
          font-size: 22px;
          margin-top: 13px; } }
    .device-display-row .row-icon.fa-gamepad {
      font-size: 25px; }
      @media (max-width: 420px) {
        .device-display-row .row-icon.fa-gamepad {
          font-size: 17px;
          margin-top: 13px; } }
    .device-display-row .row-icon.fa-clock-o {
      font-size: 20px;
      margin-top: 12px; }
    @media (max-width: 420px) {
      .device-display-row .row-icon {
        width: 25px; } }
  .device-display-row:hover {
    background: #D9F1F7; }
  .device-display-row .current-device {
    display: inline; }

.arrow-icon {
  display: inline-block;
  float: right;
  font-weight: 200;
  font-size: 20px !important;
  line-height: 35px;
  margin-top: 12px;
  margin-right: 5px;
  color: rgba(42, 44, 118, 0.25); }

.display-in-panel {
  width: 100%;
  max-width: 600px; }

.disconnect-all-link {
  margin-top: 20px; }

.devices-display {
  float: left; }

.none {
  display: none !important; }

.zero-width {
  min-width: 0 !important;
  width: 0 !important; }

.invisible {
  visibility: hidden; }

.device-details-panel {
  position: absolute;
  line-height: 20px;
  float: right;
  width: 100%; }

.device-details-header {
  min-height: 40px;
  padding: 5px; }
  @media (max-width: 420px) {
    .device-details-header {
      padding: 10px 0 0 0; } }
  .device-details-header .row-icon {
    width: 40px;
    font-size: 40px; }
    @media (max-width: 420px) {
      .device-details-header .row-icon {
        width: 40px;
        font-size: 35px; } }
    @media (max-width: 420px) {
      .device-details-header .row-icon.fa-mobile {
        font-size: 35px; } }
    .device-details-header .row-icon.fa-tv {
      font-size: 30px; }
      @media (max-width: 420px) {
        .device-details-header .row-icon.fa-tv {
          font-size: 25px; } }
    .device-details-header .row-icon.fa-gamepad {
      font-size: 30px; }
      @media (max-width: 420px) {
        .device-details-header .row-icon.fa-gamepad {
          font-size: 25px; } }
    .device-details-header .row-icon.fa-clock-o {
      font-size: 30px; }
  .device-details-header .name-label {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 8px;
    font-size: 20px;
    vertical-align: middle;
    width: 75%; }
    @media (max-width: 420px) {
      .device-details-header .name-label {
        width: 60%;
        font-size: 17px; } }
    @media (min-width: 401px) and (max-width: 480px) {
      .device-details-header .name-label {
        width: 70%;
        font-size: 18px; } }
  .device-details-header .back-button {
    float: right;
    line-height: 25px;
    margin-right: 10px; }

.info-panel {
  background: #D9F1F7;
  padding: 10px 15px;
  font-size: 17px;
  border-radius: 3px;
  margin: 10px 0; }
  .info-panel .info-name {
    font-size: 15px;
    display: inline-block;
    width: 90px; }
    @media (max-width: 420px) {
      .info-panel .info-name {
        font-size: 14px;
        width: 80px; } }
  @media (max-width: 420px) {
    .info-panel {
      font-size: 15px; } }
  @media (max-height: 420px) {
    .info-panel {
      margin: 0; } }
  @media (max-height: 500px) and (min-height: 420px) {
    .info-panel {
      font-size: 16px;
      margin: 0; } }

.device-info-row {
  display: inline !important;
  font-weight: bold;
  font-size: 15px; }

.details-panel-text {
  padding: 10px;
  margin-bottom: 10px; }

.disconnect-link, .disconnect-all-link {
  float: right;
  margin-right: 20px;
  margin-bottom: 10px; }

.disconnect-current {
  margin: 10px 0; }

.participating-sites {
  position: relative; }

.company-display-scroller {
  text-align: center;
  margin-top: 20px;
  position: relative; }
  @media (max-width: 420px) {
    .company-display-scroller {
      margin-top: 10px; } }

.inner-scroller {
  text-align: left;
  margin: 0 auto; }
  @media (max-width: 420px) {
    .inner-scroller {
      margin: 0 auto 20px; } }

.companies-header {
  font-family: museo-slab;
  text-align: left;
  margin-top: 20px; }
  .companies-header.non-compliant {
    margin-top: 30px; }

.company-tile {
  transition: all 500ms;
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  margin: 20px 18px;
  display: inline-block; }
  @media (max-width: 700px) {
    .company-tile {
      margin: 20px 15px; } }
  @media (max-width: 420px) {
    .company-tile {
      width: 60px;
      height: 60px; } }
  .company-tile .inner-content {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    background: white;
    padding: 5px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1); }
    .company-tile .inner-content.non-compliant {
      box-shadow: inset 2px 2px 5px 1px rgba(0, 0, 0, 0.05); }
    .company-tile .inner-content .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .company-tile .inner-content img {
      vertical-align: middle; }
      .company-tile .inner-content img.non-compliant {
        opacity: 0.3; }

.company-name {
  font-family: museo-slab;
  text-align: center; }

.non-compliant-text {
  font-family: 'aller', 'Helvetica Neue';
  font-style: italic;
  margin-top: 10px;
  font-size: 15px; }

.popup-bubble {
  border-radius: 3px;
  background-color: #ECFBFE;
  left: 0px;
  top: 0px;
  color: black;
  font-size: 16px;
  padding: 10px;
  box-shadow: 2px 2px 18px 0px rgba(51, 51, 51, 0.7);
  margin-top: 5px; }

.popup-arrow {
  top: 0px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #EAFFFF transparent;
  top: -10px;
  left: 0px; }

.dialog-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(71, 64, 64, 0.8);
  top: 0px;
  left: 0px; }
  .dialog-container.no-bg {
    background: none; }
  .dialog-container .inner-container {
    width: 100%;
    text-align: center; }

.dialog-box {
  display: inline-block;
  text-align: left;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  max-width: 600px; }
  @media (max-width: 420px) {
    .dialog-box {
      max-width: 100%; } }

.dialog-title {
  margin: 30px 30px 10px 30px;
  font-family: museo-slab;
  font-size: 20px;
  display: inline-block; }
  @media (max-width: 420px) {
    .dialog-title {
      font-size: 18px;
      font-weight: 700;
      margin-left: 20px; } }

.dialog-title-text {
  display: inline-block; }

.dialog.close-button.fa {
  margin: 30px 20px 0 0; }

.dialog-body {
  margin: 0 30px; }
  @media (max-width: 420px) {
    .dialog-body {
      margin: 0 20px; } }

.dialog-cta-button, .dialog-cancel-button {
  transition: all 500ms;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid #9B9B9B;
  background-color: #ECEEF6;
  margin: 30px 0 30px 10px;
  font-weight: 500;
  cursor: pointer; }
  .dialog-cta-button:hover, .dialog-cancel-button:hover {
    border-color: #0000a2; }

.dialog-cta-button {
  margin-left: 30px; }

.learn.fa-question-circle {
  font-size: 35px; }

.learn-more.panel {
  border: none;
  background-color: white; }
  .learn-more.panel.expanded {
    padding-bottom: 10px; }

.learn-more .inner-area {
  margin: 0;
  max-width: none; }

.learn-more .block {
  padding: 40px 50px 60px 50px;
  text-align: center;
  font-size: 17px; }
  @media (max-width: 420px) {
    .learn-more .block {
      padding: 20px 20px 50px 20px;
      font-size: 16px; } }
  .learn-more .block.white {
    color: #31210F;
    background-color: white; }
    .learn-more .block.white .small-header {
      color: #31210F; }
  .learn-more .block.black, .learn-more .block.grey, .learn-more .block.dark-grey {
    color: #9A9999; }
    .learn-more .block.black .header, .learn-more .block.grey .header, .learn-more .block.dark-grey .header {
      color: white; }
    .learn-more .block.black .back-link, .learn-more .block.grey .back-link, .learn-more .block.dark-grey .back-link {
      color: #A9A9A9;
      transition: all 300ms; }
      .learn-more .block.black .back-link:hover, .learn-more .block.grey .back-link:hover, .learn-more .block.dark-grey .back-link:hover {
        color: #e8e8e8; }
  .learn-more .block.dark-grey {
    background-color: #111111; }
  .learn-more .block.black {
    background-color: black; }
  .learn-more .block.grey {
    background-color: #343334; }

.learn-more .header {
  padding: 10px 20px 30px 20px;
  font-family: "museo-slab";
  font-size: 30px; }
  @media (max-width: 420px) {
    .learn-more .header {
      padding: 10px 10px 20px 10px;
      font-size: 20px; } }

.learn-more .text {
  line-height: 23px;
  font-size: 16px; }
  .learn-more .text .white-emphasis {
    color: white; }
  .learn-more .text.faq {
    text-align: left;
    margin-bottom: 40px;
    font-size: 16px; }
    .learn-more .text.faq .small-headline {
      font-weight: bold;
      margin: 15px 0 5px 0; }

.learn-more .image {
  margin: 40px 0; }
  .learn-more .image img, .learn-more .image video {
    width: 100%;
    max-width: 700px;
    background-color: transparent; }

.learn-more .data-collect {
  max-width: 270px;
  text-align: left;
  margin: 30px 0; }
  .learn-more .data-collect.left {
    float: left; }
  .learn-more .data-collect.right {
    float: right; }
  .learn-more .data-collect li {
    padding-bottom: 10px; }
  @media (max-width: 420px) {
    .learn-more .data-collect {
      margin: 30px 0 5px;
      max-width: none; } }

.learn-more .small-header {
  font-family: museo-slab;
  color: white;
  font-size: 18px; }

.learn-more .use-row {
  margin: 30px 0; }
  .learn-more .use-row .use-left {
    width: 18%;
    margin: 30px 40px 0 0;
    display: inline-block; }
    @media (max-width: 420px) {
      .learn-more .use-row .use-left {
        text-align: center;
        width: 30%;
        margin: 0; } }
  .learn-more .use-row .use-right {
    float: right;
    text-align: left;
    width: 75%; }
    @media (max-width: 420px) {
      .learn-more .use-row .use-right {
        float: none;
        text-align: center;
        width: 100%; } }

.learn-more hr {
  background-color: white;
  margin: 0;
  padding: 0 10px; }

.learn-more .manage-cta {
  font-size: 20px;
  margin: 30px 0; }

.learn-more .back-link {
  display: block;
  text-align: right;
  margin-bottom: 20px; }

.learn-more .faq-headline {
  text-align: left;
  font-size: 25px;
  margin-bottom: 20px; }
  @media (max-width: 420px) {
    .learn-more .faq-headline {
      font-size: 20px; } }

.learn-more .trademark-footer {
  margin-top: 30px;
  font-size: 14px;
  text-align: left; }
