/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.blue {
  background-color: #0082F0; }
  .blue::before {
    background-color: #0082F0; }

.green {
  background-color: #0FC373; }
  .green::before {
    background-color: #0FC373; }

.red {
  background-color: #FF3232; }
  .red::before {
    background-color: #FF3232; }

.purple {
  background-color: #AF78D2; }
  .purple::before {
    background-color: #AF78D2; }

.yellow {
  background-color: #FAD22D; }
  .yellow::before {
    background-color: #FAD22D; }

.orange {
  background-color: #FF8C0A; }
  .orange::before {
    background-color: #FF8C0A; }

@font-face {
  font-family: 'EricssonHilda-Regular';
  src: url("../fonts/EricssonHilda-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Hilda-Regular';
  src: url("../fonts/Hilda-Regular.eot");
  src: url("../fonts/Hilda-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Hilda-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'EricssonHilda-Light';
  src: url("../fonts/EricssonHilda-Light.woff") format("woff"); }

@font-face {
  font-family: 'Hilda-Light';
  src: url("../fonts/Hilda-Light.eot");
  src: url("../fonts/Hilda-Light.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/Hilda-Light.woff") format("woff");
  src: url("../fonts/Hilda-Light.ttf") format("truetype"); }

body,
input {
  font-family: 'EricssonHilda-Regular', 'Hilda-Regular', 'Arial', sans-serif;
  font-weight: 400;
  color: #242424;
  font-size: 16px;
  line-height: 20px;
  text-rendering: optimizeLegibility; }

h1 {
  font-family: 'EricssonHilda-Light', 'Hilda-Light', 'Arial', sans-serif;
  font-size: 52px;
  line-height: 60px;
  padding-bottom: 24px; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 40px;
      line-height: 48px; } }

h2 {
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 24px; }

h3 {
  font-size: 20px;
  line-height: 28px; }

.menu {
  font-size: 16px;
  line-height: 24px; }

nav {
  position: relative; }
  nav .fixed-container {
    min-height: 56px;
    background-color: #181818;
    width: 100%;
    position: fixed;
    z-index: 20;
    display: flex;
    align-items: center; }
  nav .main {
    height: 56px;
    display: flex;
    align-items: center; }
  nav .menu-toggle {
    display: none; }
  nav .menu-toggle:after,
  nav .menu-toggle:before {
    position: absolute;
    display: block;
    width: .75rem;
    height: 2px;
    margin: 0 .35rem;
    content: "";
    background-color: #0084f0;
    -webkit-transition: width 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), top 0.25s 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: width 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), top 0.25s 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: width 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), top 0.25s 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: width 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), top 0.25s 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    cursor: pointer;
    box-sizing: border-box; }
  nav .menu-toggle:before {
    top: 23px; }
  nav .menu-toggle:after {
    top: 31px; }
  nav .menu-toggle.open::after,
  nav .menu-toggle.open::before {
    -webkit-transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-property: all;
    -webkit-transition-property: top,width,-webkit-transform;
    transition-property: top,width,-webkit-transform;
    transition-property: top,transform,width;
    transition-property: top,transform,width,-webkit-transform;
    width: .8rem; }
  nav .menu-toggle.open::before {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  nav .menu-toggle.open::after {
    top: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  nav .brand,
  nav .menu-item {
    padding-right: 56px;
    display: inline-block;
    color: #FAFAFA; }
    nav .brand.hidden,
    nav .menu-item.hidden {
      display: none; }
  nav .logo {
    background-image: url(../images/logo-mark.svg);
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 .938rem 0 1.5rem;
    color: #0082F0; }
  nav .label {
    display: none; }
  nav .menu-item a,
  nav .label {
    color: #FAFAFA; }
    nav .menu-item a.active, nav .menu-item a:hover,
    nav .label.active,
    nav .label:hover {
      color: #0082F0; }
  nav .menu-item a {
    outline: 0; }
  @media (max-width: 1024px) {
    nav .fixed-container {
      background-color: transparent;
      flex-wrap: wrap;
      align-items: flex-start; }
    nav .main {
      background-color: #181818;
      width: 100%; }
    nav .menu-toggle {
      display: block;
      width: 24px;
      height: 24px;
      cursor: pointer;
      margin: 0 0.5rem 0 1rem; }
    nav .logo {
      margin-left: 0; }
      nav .logo.hidden {
        display: none; }
    nav .brand {
      display: none; }
    nav .label.open {
      display: block; }
    nav ul {
      position: absolute;
      height: calc(100vh - 56px);
      top: 56px;
      left: -100%;
      background-color: #181818;
      padding: 16px 0;
      display: block;
      transition: left 0.2s ease-in;
      width: calc(100vw - 72px); } }
  @media (max-width: 1024px) and (max-width: 480px) {
    nav ul {
      width: calc(100vw - 32px); } }
  @media (max-width: 1024px) {
      nav ul.active {
        left: 0; } }
    @media (max-width: 1024px) and (max-width: 480px) {
      nav ul.active {
        left: 0; } }
  @media (max-width: 1024px) {
    nav .menu-item {
      display: block;
      padding: 0 50px 32px; } }

.section-intro {
  padding-top: 56px;
  color: #FAFAFA; }
  .section-intro .poster {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: calc(100vw / 2.65);
    max-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .section-intro .poster.tinted:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 3; }
    .section-intro .poster.tinted > * {
      position: relative;
      z-index: 5; }
    @media (max-width: 1440px) {
      .section-intro .poster {
        height: auto;
        min-height: calc(100vw / 2.65);
        max-height: none; } }
    @media (max-width: 480px) {
      .section-intro .poster {
        max-height: none; } }
  .section-intro .poster-text {
    padding: 144px 0;
    width: 90%;
    max-width: 1410px;
    margin: auto; }
    @media (max-width: 480px) {
      .section-intro .poster-text {
        padding: 56px 0; } }

.category-list {
  margin: 0 auto;
  padding-top: 128px; }
  .category-list ul {
    text-align: left;
    font-size: 0; }
    .category-list ul li {
      display: inline-block;
      vertical-align: top;
      width: calc(100% / 3);
      padding: 0 16px 32px;
      box-sizing: border-box; }
      .category-list ul li a {
        color: #181818;
        display: block;
        position: relative;
        background-color: #F2F2F2;
        width: 100%;
        height: 243px;
        margin: 0 10px 10px 0;
        transition: color 50ms ease-in-out 100ms; }
        .category-list ul li a h3 {
          text-transform: capitalize;
          position: absolute;
          top: 32px;
          left: 32px;
          width: 75%; }
        .category-list ul li a:before {
          content: '';
          width: 100%;
          height: 6px;
          position: absolute;
          transition: height 250ms ease-in-out; }
        .category-list ul li a:hover {
          color: #FAFAFA; }
          .category-list ul li a:hover:before {
            height: 100%; }
      .category-list ul li.hidden {
        display: none; }
      @media (max-width: 1440px) {
        .category-list ul li a {
          height: calc(100vw / 6); } }
      @media (max-width: 1024px) {
        .category-list ul li {
          width: calc(100% / 2); }
          .category-list ul li a {
            height: calc(100vw / 4); } }
      @media (max-width: 768px) {
        .category-list ul li {
          width: 100%;
          padding-bottom: 0; }
          .category-list ul li:last-child {
            padding-bottom: 0; }
          .category-list ul li a {
            height: auto;
            padding: 14px 0 28px;
            background-color: transparent !important;
            border-top: 1px solid #cfcfcf;
            margin: 0; }
            .category-list ul li a:before {
              content: '';
              width: 100%;
              height: 0px;
              position: absolute; }
            .category-list ul li a:hover {
              color: #181818; }
              .category-list ul li a:hover:before {
                height: 0px; }
            .category-list ul li a h3 {
              position: static;
              width: 100%;
              line-height: 20px; } }
  @media (max-width: 480px) {
    .category-list {
      padding-top: 48px; } }

.app-list {
  font-size: 0; }

.button {
  font-size: 12px;
  line-height: 16px;
  color: #181818;
  padding: 10px 40px;
  background: transparent;
  border: 1px solid #181818;
  border-radius: 5px;
  cursor: pointer; }
  .button:hover {
    color: #FAFAFA;
    background-color: #181818; }
  .button:active {
    color: #FAFAFA;
    background-color: #808080;
    border: 1px solid #808080; }

.app-detail {
  position: relative;
  padding: 32px 0 0;
  margin: 0 16px;
  display: flex;
  flex-flow: row nowrap;
  border-top: 1px solid #cfcfcf; }
  .app-detail > * {
    font-size: 16px; }
  .app-detail .icon {
    flex-shrink: 0;
    padding-top: 7px; }
    .app-detail .icon .fallback,
    .app-detail .icon img {
      width: 90px;
      height: 90px;
      border-radius: 20%; }
      @media (max-width: 1024px) {
        .app-detail .icon .fallback,
        .app-detail .icon img {
          width: 68px;
          height: 68px; } }
      @media (max-width: 768px) {
        .app-detail .icon .fallback,
        .app-detail .icon img {
          width: 48px;
          height: 48px;
          padding-top: 0; } }
    @media (max-width: 768px) {
      .app-detail .icon {
        padding-top: 0; } }
  .app-detail .app-inner {
    padding-left: 112px;
    flex-grow: 1; }
    .app-detail .app-inner .title {
      padding-bottom: 0; }
      .app-detail .app-inner .title a {
        color: #242424; }
    .app-detail .app-inner .distinct {
      padding-top: 24px; }
      @media (max-width: 768px) {
        .app-detail .app-inner .distinct:first-child {
          padding-top: 32px; } }
      .app-detail .app-inner .distinct > p,
      .app-detail .app-inner .distinct > ul {
        padding-top: 24px; }
        .app-detail .app-inner .distinct > p:first-child,
        .app-detail .app-inner .distinct > ul:first-child {
          padding-top: 0; }
    @media (max-width: 1024px) {
      .app-detail .app-inner {
        padding-left: 88px; } }
    @media (max-width: 768px) {
      .app-detail .app-inner {
        padding-top: 32px;
        padding-left: 0;
        flex-grow: 0; } }
  .app-detail .meta {
    padding-left: 112px;
    padding-top: 58px;
    width: 20vw;
    flex-grow: 0;
    flex-shrink: 0; }
    .app-detail .meta p {
      margin: 0; }
    .app-detail .meta .contact {
      padding-top: 20px; }
      .app-detail .meta .contact a {
        width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis; }
    @media (max-width: 1024px) {
      .app-detail .meta {
        padding-left: 88px; } }
    @media (max-width: 768px) {
      .app-detail .meta {
        padding-left: 0px;
        padding-top: 24px;
        width: 100%; } }
  .app-detail .cta {
    padding-top: 32px;
    display: none; }
    @media (max-width: 768px) {
      .app-detail .cta {
        display: flex; } }
  @media (max-width: 768px) {
    .app-detail:first-child {
      padding-top: 0;
      border-top: none; } }
  .app-detail:not(:first-child) {
    margin-top: 72px; }
    @media (max-width: 768px) {
      .app-detail:not(:first-child) {
        margin-top: 48px; } }
  .app-detail:last-child {
    border-bottom: 1px solid #cfcfcf; }
  @media (max-width: 768px) {
    .app-detail {
      flex-flow: column nowrap;
      padding: 48px 48px 0;
      margin: 0; } }
  @media (max-width: 640px) {
    .app-detail {
      padding: 48px 0 0; } }

.request-container {
  margin-top: 32px; }
  .request-container .cta {
    display: flex;
    padding-bottom: 72px; }
    .request-container .cta .button {
      margin-left: 80px; }
      @media (max-width: 1024px) {
        .request-container .cta .button {
          margin-left: 16px; } }
      @media (max-width: 768px) {
        .request-container .cta .button {
          margin-left: 48px; } }
      @media (max-width: 640px) {
        .request-container .cta .button {
          margin-left: 0; } }
    @media (max-width: 1024px) {
      .request-container .cta {
        border-bottom: 1px solid #cfcfcf; } }
    @media (max-width: 768px) {
      .request-container .cta {
        padding-bottom: 48px; } }

.share-container {
  margin-bottom: 56px; }

.app-share,
.app-request {
  background-color: #F2F2F2;
  padding: 72px 64px 64px;
  margin: 0 16px;
  display: flex; }
  .app-share > div:first-child,
  .app-request > div:first-child {
    width: calc(100% / 4);
    padding-right: 64px; }
  .app-share > div:last-child,
  .app-request > div:last-child {
    width: calc(100% / 4 * 3); }
  @media (max-width: 1024px) {
    .app-share,
    .app-request {
      padding-bottom: 72px;
      margin-top: 72px; } }
  @media (max-width: 480px) {
    .app-share,
    .app-request {
      padding: 48px 32px;
      margin-top: 48px;
      flex-direction: column; }
      .app-share > div:first-child,
      .app-request > div:first-child {
        width: 70%; }
      .app-share > div:last-child,
      .app-request > div:last-child {
        width: 100%; } }
  .app-share .share-info p,
  .app-share .request-info p,
  .app-request .share-info p,
  .app-request .request-info p {
    padding-bottom: 24px; }
    .app-share .share-info p:last-child,
    .app-share .request-info p:last-child,
    .app-request .share-info p:last-child,
    .app-request .request-info p:last-child {
      padding-bottom: 0; }
  .app-share .invite-form,
  .app-share .request-form,
  .app-share .field-done,
  .app-request .invite-form,
  .app-request .request-form,
  .app-request .field-done {
    padding-top: 64px; }
    .app-share .invite-form input,
    .app-share .invite-form textarea,
    .app-share .request-form input,
    .app-share .request-form textarea,
    .app-share .field-done input,
    .app-share .field-done textarea,
    .app-request .invite-form input,
    .app-request .invite-form textarea,
    .app-request .request-form input,
    .app-request .request-form textarea,
    .app-request .field-done input,
    .app-request .field-done textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0; }
    .app-share .invite-form .field-container:not(:first-child),
    .app-share .request-form .field-container:not(:first-child),
    .app-share .field-done .field-container:not(:first-child),
    .app-request .invite-form .field-container:not(:first-child),
    .app-request .request-form .field-container:not(:first-child),
    .app-request .field-done .field-container:not(:first-child) {
      margin-top: 64px; }
      @media (max-width: 480px) {
        .app-share .invite-form .field-container:not(:first-child),
        .app-share .request-form .field-container:not(:first-child),
        .app-share .field-done .field-container:not(:first-child),
        .app-request .invite-form .field-container:not(:first-child),
        .app-request .request-form .field-container:not(:first-child),
        .app-request .field-done .field-container:not(:first-child) {
          margin-top: 32px; } }
    .app-share .invite-form .field-container textarea,
    .app-share .invite-form .field-container input,
    .app-share .request-form .field-container textarea,
    .app-share .request-form .field-container input,
    .app-share .field-done .field-container textarea,
    .app-share .field-done .field-container input,
    .app-request .invite-form .field-container textarea,
    .app-request .invite-form .field-container input,
    .app-request .request-form .field-container textarea,
    .app-request .request-form .field-container input,
    .app-request .field-done .field-container textarea,
    .app-request .field-done .field-container input {
      display: block;
      width: 60%;
      margin-top: 12px;
      padding: 10px 12px;
      border: 1px solid #cfcfcf;
      background-color: #FAFAFA; }
      .app-share .invite-form .field-container textarea::placeholder,
      .app-share .invite-form .field-container input::placeholder,
      .app-share .request-form .field-container textarea::placeholder,
      .app-share .request-form .field-container input::placeholder,
      .app-share .field-done .field-container textarea::placeholder,
      .app-share .field-done .field-container input::placeholder,
      .app-request .invite-form .field-container textarea::placeholder,
      .app-request .invite-form .field-container input::placeholder,
      .app-request .request-form .field-container textarea::placeholder,
      .app-request .request-form .field-container input::placeholder,
      .app-request .field-done .field-container textarea::placeholder,
      .app-request .field-done .field-container input::placeholder {
        color: #808080;
        opacity: 1; }
      @media (max-width: 1024px) {
        .app-share .invite-form .field-container textarea,
        .app-share .invite-form .field-container input,
        .app-share .request-form .field-container textarea,
        .app-share .request-form .field-container input,
        .app-share .field-done .field-container textarea,
        .app-share .field-done .field-container input,
        .app-request .invite-form .field-container textarea,
        .app-request .invite-form .field-container input,
        .app-request .request-form .field-container textarea,
        .app-request .request-form .field-container input,
        .app-request .field-done .field-container textarea,
        .app-request .field-done .field-container input {
          width: calc(100% - 24px); } }
    .app-share .invite-form .field-container textarea,
    .app-share .request-form .field-container textarea,
    .app-share .field-done .field-container textarea,
    .app-request .invite-form .field-container textarea,
    .app-request .request-form .field-container textarea,
    .app-request .field-done .field-container textarea {
      border: 1px solid #cfcfcf;
      height: 160px;
      box-sizing: border-box; }
    .app-share .invite-form .field-container .error,
    .app-share .request-form .field-container .error,
    .app-share .field-done .field-container .error,
    .app-request .invite-form .field-container .error,
    .app-request .request-form .field-container .error,
    .app-request .field-done .field-container .error {
      margin-top: 6px;
      font-size: 14px;
      color: tomato; }
    .app-share .invite-form .submit,
    .app-share .request-form .submit,
    .app-share .field-done .submit,
    .app-request .invite-form .submit,
    .app-request .request-form .submit,
    .app-request .field-done .submit {
      text-align: left; }
      .app-share .invite-form .submit .button,
      .app-share .request-form .submit .button,
      .app-share .field-done .submit .button,
      .app-request .invite-form .submit .button,
      .app-request .request-form .submit .button,
      .app-request .field-done .submit .button {
        margin-top: 64px;
        border-radius: 5px; }
        @media (max-width: 480px) {
          .app-share .invite-form .submit .button,
          .app-share .request-form .submit .button,
          .app-share .field-done .submit .button,
          .app-request .invite-form .submit .button,
          .app-request .request-form .submit .button,
          .app-request .field-done .submit .button {
            margin-top: 32px; } }
    @media (max-width: 480px) {
      .app-share .invite-form,
      .app-share .request-form,
      .app-share .field-done,
      .app-request .invite-form,
      .app-request .request-form,
      .app-request .field-done {
        padding-top: 32px; } }

.app-downloads .download-info {
  padding-top: 64px; }
  .app-downloads .download-info .install a {
    font-size: 12px;
    line-height: 16px;
    color: #181818;
    padding: 9px 32px;
    border: 1px solid #181818;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center; }
    .app-downloads .download-info .install a:hover {
      color: #FAFAFA;
      background-color: #181818; }
    .app-downloads .download-info .install a:active {
      color: #FAFAFA;
      background-color: #808080;
      border: 1px solid #808080; }
  .app-downloads .download-info .meta {
    text-align: left;
    max-width: 270px;
    padding: 0 0 0 25px;
    border-left: 1px solid #cfcfcf; }
    .app-downloads .download-info .meta > * {
      display: block;
      text-align: left;
      padding: 0; }
    .app-downloads .download-info .meta .contact {
      margin: 1em 0 0 0;
      border: none; }
  .app-downloads .download-info p {
    margin: 0; }
  .app-downloads .download-info + p {
    padding-top: 24px; }
  @media (max-width: 480px) {
    .app-downloads .download-info {
      padding-top: 48px; } }

.app-downloads .no-download,
.app-downloads .invalid-token {
  padding-top: 64px; }
  .app-downloads .no-download p,
  .app-downloads .invalid-token p {
    padding-bottom: 24px; }
    .app-downloads .no-download p:last-child,
    .app-downloads .invalid-token p:last-child {
      padding-bottom: 0; }

body {
  background-color: #f8f8f8;
  min-width: 320px;
  margin: 0;
  position: relative; }

a {
  text-decoration: none;
  color: #0082F0; }

.main-content {
  width: 90%;
  max-width: 1410px;
  margin: 144px auto 72px; }
  .main-content .category-list:first-child {
    padding-top: 0; }
  @media (max-width: 1024px) {
    .main-content {
      margin: 0;
      padding: 128px 5%; } }
  @media (max-width: 480px) {
    .main-content {
      padding: 72px 5%; } }

.section-intro,
.app-list,
.request-container,
.share-container,
.category-list {
  position: relative; }

.mobile {
  display: none; }
  @media (max-width: 480px) {
    .mobile {
      display: block; } }

.non-mobile {
  display: block; }
  @media (max-width: 480px) {
    .non-mobile {
      display: none; } }

.category-listing .introduction {
  width: 50%; }
  @media (max-width: 480px) {
    .category-listing .introduction {
      width: 80%; } }

.category-listing .poster {
  background-image: url(../images/apps-header.jpg); }
  @media (max-width: 480px) {
    .category-listing .poster {
      min-height: 600px; } }

.category-detail .category-list,
.downloads-body .category-list {
  padding-top: 72px; }
  @media (max-width: 480px) {
    .category-detail .category-list,
    .downloads-body .category-list {
      padding-top: 48px; } }

.category-detail .poster h1 {
  padding-bottom: 0; }

.category-detail .app-list .app-detail:last-child {
  padding-bottom: 72px; }
  @media (max-width: 480px) {
    .category-detail .app-list .app-detail:last-child {
      padding-bottom: 48px; } }

.downloads-body .app-detail {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 72px; }
  .downloads-body .app-detail.shareable {
    border-bottom: none; }
  @media (max-width: 480px) {
    .downloads-body .app-detail {
      padding-bottom: 48px; } }

.downloads-static .poster a {
  color: #FAFAFA;
  text-decoration: underline; }

.downloads-static .menu-toggle {
  display: none; }

.downloads-static nav .logo {
  margin-left: 20px; }

.downloads-static .download-list .download-item {
  color: #808080;
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf; }
  .downloads-static .download-list .download-item > * {
    display: table-cell; }
  .downloads-static .download-list .download-item .file-name {
    text-align: left;
    width: 60%; }
    .downloads-static .download-list .download-item .file-name span {
      width: 410px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 1024px) {
        .downloads-static .download-list .download-item .file-name span {
          width: 175px; } }
      @media (max-width: 480px) {
        .downloads-static .download-list .download-item .file-name span {
          width: 88px; } }
  .downloads-static .download-list .download-item .file-format {
    font-weight: bold;
    min-width: 44px; }
    @media (max-width: 1024px) {
      .downloads-static .download-list .download-item .file-format {
        min-width: 20px; } }
  .downloads-static .download-list .download-item .file-size {
    min-width: 88px; }
    @media (max-width: 1024px) {
      .downloads-static .download-list .download-item .file-size {
        min-width: 65px; } }
  .downloads-static .download-list .download-item .dl-button {
    color: #181818;
    width: 50px;
    border: 1px solid #181818;
    border-radius: 5px;
    padding: 9px 32px;
    font-size: 12px;
    line-height: 16px; }
    .downloads-static .download-list .download-item .dl-button:hover {
      color: #FAFAFA;
      background-color: #181818; }
    .downloads-static .download-list .download-item .dl-button:active {
      color: #FAFAFA;
      background-color: #808080;
      border: 1px solid #808080; }
    @media (max-width: 480px) {
      .downloads-static .download-list .download-item .dl-button {
        font-weight: normal;
        border: none;
        padding: 0; }
        .downloads-static .download-list .download-item .dl-button:hover {
          color: #0082F0;
          background-color: transparent; } }

@media (max-width: 1024px) {
  .downloads-static .download-list {
    font-size: 0.8em; }
    .downloads-static .download-list .download-item {
      padding: 20px 0; } }

.request-body .section-intro {
  display: flex;
  flex-flow: row wrap; }
  .request-body .section-intro .app-title {
    margin-top: 3em;
    margin-bottom: 1em; }
  .request-body .section-intro .app-text {
    width: 60%;
    margin-left: 7%;
    padding-right: 3%; }
    .request-body .section-intro .app-text .introduction {
      margin-left: 0; }
  .request-body .section-intro .meta {
    width: 19%;
    height: 100%;
    margin-right: 7%;
    padding-left: 3%;
    border-left: 1px solid #cfcfcf; }
    @media (max-width: 1024px) {
      .request-body .section-intro .meta {
        text-align: left; } }

.request-body .app-detail {
  border-bottom: none; }
  .request-body .app-detail .icon {
    display: none; }

.request-body .app-inner {
  padding-left: 64px; }
  @media (max-width: 1024px) {
    .request-body .app-inner {
      padding-left: 0; } }
