@charset "UTF-8";
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;
}

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;
}

@font-face {
  font-family: PTS;
  src: url(/static/fonts/PTSerif-Regular.ttf) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: PTS;
  src: url(/static/fonts/PTSerif-Bold.ttf) format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: PTS;
  src: url(/static/fonts/PTSerif-Italic.ttf) format("truetype");
  font-style: italic;
}
/*
    Palette, pulled from the cover image
 */
a {
  color: #005f4d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #555555;
}

html {
  font-family: PTS;
  font-weight: normal;
}

body {
  color: #222222;
  text-align: left;
  font-size: 14pt;
  line-height: 1.5;
}
body ::selection {
  background: #005f4d;
  color: #ffffff;
}

p {
  margin-top: 20px;
}

strong {
  font-weight: bold;
}

h1 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 28pt;
}

h2 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 25.2pt;
}

h3 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 22.4pt;
}

h4 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 19.6pt;
}

h5 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 16.8pt;
}

h6 {
  margin-top: 30px;
  font-weight: bold;
}

blockquote {
  margin-left: 30px;
  font-style: italic;
  quotes: "“" "”";
  /*
      annoyingly, the markdown library places a p around content in a blockquote, we supress the line breaking here
   */
}
blockquote p {
  display: inline;
}
blockquote:before {
  display: inline;
  content: open-quote;
}
blockquote:after {
  display: inline;
  content: close-quote;
}

@media only screen and (max-width: 1000px) {
  .normalcontent {
    margin: 0 10px 10px 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .normalcontent {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
  }
}

.socialicon {
  fill: #005f4d;
}
.socialicon:hover {
  text-decoration: none;
  fill: #555555;
}

@media only screen and (min-width: 1000px) {
  .compact-header {
    display: none;
  }
}
.compact-header .minilogo {
  margin-left: 10px;
}
.compact-header .hamburger {
  float: right;
  cursor: pointer;
  text-align: right;
  width: 50px;
  margin-top: 10px;
}
.compact-header .hamburger .bar1, .compact-header .hamburger .bar2, .compact-header .hamburger .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.compact-header .change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}
.compact-header .change .bar2 {
  opacity: 0;
}
.compact-header .change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}

.navrow {
  width: 100%;
  border-bottom: 1px solid #888888;
  background: #ffffff;
  text-align: center;
}
.navrow .social-icon-container {
  height: 14pt;
  width: 14pt;
}

#navcontainer {
  z-index: 2;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.navcontainer-hidden {
  display: none;
}

.after-header {
  height: 50px;
  width: 1px;
}

.noncompact-header .social-icon-container {
  height: 14pt;
  width: 14pt;
}
@media only screen and (max-width: 1000px) {
  .noncompact-header {
    display: none;
  }
}
.noncompact-header .minilogo {
  float: right;
  margin-right: 5vw;
  display: block;
}

.header {
  z-index: 1;
  font-size: 12pt;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 10px;
  background: #ffffff;
  text-align: left;
  height: 50px;
  color: #555555;
  border-bottom: 1px solid #888888;
}
.header .minilogo {
  height: 30pt;
}
.header table {
  width: 100%;
}
.header table li {
  display: inline;
}
.header table .header-table-left {
  padding-left: 5vw;
  width: 40%;
  text-align: left;
}
.header table .header-table-left .textentry {
  padding: 0 10px 0 0;
}
.header table .header-table-centre {
  width: 20%;
  text-align: center;
}
.header table .header-table-centre img {
  display: inline;
}
.header table .header-table-right {
  padding-right: 5vw;
  width: 40%;
  text-align: right;
}
.header table .header-table-right .textentry {
  padding: 0 0 0 10px;
}
.header table .header-table-right .iconentry {
  padding: 0 0 0 10px;
}
.header table img {
  fill: #005f4d;
}

#footer {
  margin-bottom: 50px;
  color: #888888;
  border-top: 1px solid #888888;
  text-align: center;
}
#footer p {
  font-size: 11pt;
  display: inline;
}
@media only screen and (max-width: 1000px) {
  #footer p {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  #footer .separator {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #footer .separator {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.blogtitle {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 28pt;
}

.blogdate {
  text-align: right;
  font-size: 11pt;
  color: #555555;
}

code {
  font-family: monospace;
  font-size: 14pt;
  line-height: 100%;
  background-color: #eee;
  padding: 0.2em;
  letter-spacing: -0.05em;
  word-break: normal;
  white-space: pre-wrap;
}

pre code {
  line-height: 1.5;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  display: block;
}

.bloglist-body {
  margin-left: 10px;
}
.bloglist-body video {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.blogbody {
  margin-bottom: 30px;
}
.blogbody video {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.blogbody img {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.blogbody ul {
  list-style: inside;
  list-style-type: circle;
}
.blogbody ul li {
  margin-top: 10px;
}
.blogbody .video-container {
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.blogbody .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 700px) {
  .gallery {
    width: 100vw;
  }
  .gallery .imgcontainer {
    width: 100vw;
    height: 56.25vw;
  }
}
@media only screen and (min-width: 700px) {
  .gallery {
    padding-top: 0.9375vw;
    width: 100vw;
  }
  .gallery .imgcontainer {
    width: 33.3333333333vw;
    height: 18.75vw;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.gallery .imgcontainer {
  margin: 0;
  position: relative;
}
.gallery img {
  padding: 0;
  margin: 0;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 700px) {
  .gallery img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .gallery img {
    width: 95%;
    height: 95%;
    margin-left: 2.5%;
  }
  .gallery img:hover {
    opacity: 0.75;
  }
}
.gallery video {
  padding: 0;
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#gallery-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 95%;
  max-height: 70%;
}

#modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  height: 150px;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-modal:hover, .close-modal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  #modal-content {
    width: 100%;
  }
}
#homepage {
  margin-bottom: 0;
  font-size: 14pt;
}
#homepage .band-outer {
  margin: 0;
  padding: 0;
  width: 100%;
}
#homepage .band-inner {
  margin: 0;
  padding: 0;
  /*
      These are just homepage specific overrides for the signup form
      Primary styling is in signup.scss
   */
}
#homepage .band-inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30pt;
  margin-top: 30px;
}
#homepage .band-inner .content-row {
  margin-top: 20px;
}
@media only screen and (min-width: 700px) {
  #homepage .band-inner .content-row {
    display: flex;
  }
}
#homepage .band-inner .press-direction {
  margin-top: 20px;
}
#homepage .band-inner .coverage-quote {
  margin-top: 20px;
}
#homepage .band-inner .coverage-quote li {
  font-style: italic;
}
@media only screen and (max-width: 700px) {
  #homepage .band-inner img {
    width: 80%;
    margin-left: 10%;
  }
}
@media only screen and (min-width: 700px) {
  #homepage .band-inner img {
    width: 100%;
  }
}
#homepage .band-inner p {
  margin: 0;
}
@media only screen and (max-width: 700px) {
  #homepage .band-inner .image-column {
    display: none;
  }
  #homepage .band-inner .image-block {
    display: block;
  }
  #homepage .band-inner .text-column {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  #homepage .band-inner .image-column {
    flex: 50%;
  }
  #homepage .band-inner .image-block {
    display: none;
  }
  #homepage .band-inner .text-column {
    flex: 50%;
  }
}
#homepage .band-inner .text-column {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1000px) {
  #homepage .band-inner {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
  }
}
@media only screen and (max-width: 1000px) {
  #homepage .band-inner {
    margin: 0 10px 0 10px;
    padding: 10px 0 10px 0;
  }
}
#homepage .band-inner a {
  color: #222222;
}
#homepage .band-inner .signupform #email-button {
  background: #ffffff;
  color: #222222;
}
#homepage .band-inner .signupform input {
  border: 1px solid #ffffff;
}
#homepage .band-inner .signupform ::placeholder {
  color: #dddddd;
}
#homepage .content-line + .content-line {
  margin-top: 10px;
}
#homepage .colour-band {
  color: #ffffff;
}
#homepage .colour-band a {
  color: #dddddd;
}
#homepage .mobile-widgets {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .mobile-widgets a {
  display: inline-block;
}
#homepage .mobile-widgets .appstore-widget {
  width: 44%;
}
#homepage .mobile-widgets .playstore-widget {
  width: 49%;
}
@media only screen and (min-width: 700px) {
  #homepage .widgets {
    display: flex;
  }
}
#homepage .widgets .widget {
  margin-top: 30px;
  display: block;
}
@media only screen and (max-width: 700px) {
  #homepage .widgets .widget {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  #homepage .widgets .widget {
    flex: 50%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  #homepage .widgets .widget {
    width: 100%;
  }
}
#homepage #aboutband {
  background: #004f26;
}
#homepage .homepage-above-fold {
  margin-top: 90px;
  margin-bottom: 90px;
  font-size: 28pt;
  text-align: center;
  color: #222222;
}
@media only screen and (min-width: 700px) {
  #homepage .homepage-above-fold {
    padding-left: 25%;
    padding-right: 25%;
  }
}
#homepage #abovefold {
  background-color: #ffffff;
}
#homepage #abovefold .video-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  #homepage #abovefold .video-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
@media only screen and (min-width: 1000px) {
  #homepage #abovefold .video-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
#homepage #abovefold #video-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#homepage #abovefold #video-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.5;
}
#homepage #abovefold #video-play:hover {
  opacity: 1;
}
#homepage #abovefold .strapline {
  margin-top: 10px;
  font-weight: bold;
  color: #739121;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #homepage #abovefold .strapline {
    font-size: 14pt;
  }
}
@media only screen and (min-width: 1000px) {
  #homepage #abovefold .strapline {
    font-size: 22.4pt;
  }
}
#homepage #abovefold p {
  margin-top: 20px;
}
#homepage #abovefold .logo {
  padding-top: 30px;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#homepage #embedded-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.signupform {
  margin-top: 50px;
  text-align: center;
  font-size: 14pt;
}
.signupform p {
  display: block;
  font-size: 11pt;
}
.signupform input {
  font-size: 14pt;
  font-family: serif;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  color: #222222;
  caret-color: #222222;
  display: block;
  border: 1px solid #888888;
}
@media only screen and (max-width: 1000px) {
  .signupform input {
    width: 90%;
    display: block;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 1000px) {
  .signupform input {
    display: inline;
    border-radius: 10pt 10pt 10pt 10pt;
  }
}
.signupform .input-disabled {
  pointer-events: none;
  color: #888888;
  cursor: none;
  transition: 0.5s;
}
.signupform #email-button {
  margin: 0;
  padding: 11px;
  background: #005f4d;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .signupform #email-button {
    width: 90%;
    display: block;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 1000px) {
  .signupform #email-button {
    display: inline;
    border-radius: 10pt 10pt 10pt 10pt;
    margin-left: 10px;
  }
}
.signupform #email-button:hover {
  background: #888888;
}
.signupform .email-button-disabled {
  transition: 0.5s;
  background: #888888;
}
.signupform .email-button-disabled:hover {
  background: #888888;
}

.hitspage {
  margin-bottom: 30px;
}
.hitspage table {
  font-size: 12pt;
  margin-left: 5%;
}
@media only screen and (min-width: 1000px) {
  .hitspage table td {
    width: 25%;
  }
}
@media only screen and (max-width: 1000px) {
  .hitspage table td {
    width: 45%;
  }
}
.hitspage table .label {
  font-weight: bold;
}

.presskit {
  margin-top: 50px;
  box-sizing: border-box;
  font-size: 12pt;
  /* ---------------------------------------------------------- *\
  * Hacks.
  \* ---------------------------------------------------------- */
}
.presskit *, .presskit *::before, .presskit *::after {
  box-sizing: inherit;
}
.presskit h1, .presskit h2 {
  font-weight: normal;
}
.presskit h1 {
  margin: 0;
  font-size: 2.8em;
}
.presskit h2 {
  margin: 25px 0 15px 0;
  font-size: 1.9em;
}
.presskit h3 {
  font-size: inherit;
  font-weight: bold;
}
.presskit img {
  max-width: 100%;
}
.presskit p {
  margin: 15px 0;
}
.presskit p:last-child {
  margin-bottom: 0;
}
.presskit ul, .presskit ol {
  margin: 15px 0;
  padding-left: 30px;
}
.presskit ul:last-child, .presskit ol:last-child {
  margin-bottom: 0;
}
.presskit ul {
  list-style-type: square;
}
.presskit dl {
  margin: 0;
}
.presskit dt {
  font-weight: bold;
}
.presskit dd {
  margin: 0;
}
.presskit dd + dt {
  margin-top: 15px;
}
.presskit body {
  padding: 20px 0;
}
.presskit .page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 800px) {
  .presskit .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .presskit .page-nav {
    min-width: 25%;
  }
  .presskit .page-wrapper {
    max-width: 75%;
  }
  .presskit .factsheet {
    min-width: 33%;
  }
}
.presskit .clearfix::after {
  display: table;
  clear: both;
  content: " ";
}
.presskit .capitalize {
  text-transform: capitalize;
}
.presskit .page-header img {
  display: block;
}
.presskit .nav {
  margin-bottom: 30px;
}
.presskit .nav__title {
  padding: 0 15px;
  line-height: 1;
}
.presskit .nav__title a, .presskit .nav__title a:visited, .presskit .nav__title a:hover {
  color: inherit;
  text-decoration: none;
}
.presskit .nav__subtitle {
  padding: 5px 15px;
}
.presskit .nav__list {
  padding: 0;
  list-style: none;
}
.presskit .nav__item, .presskit .nav__item:visited {
  display: block;
  padding: 5px 15px;
  color: inherit;
}
.presskit .nav__item:hover {
  color: inherit;
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.presskit .nav__item:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}
.presskit .nav__toggle {
  display: none;
  margin: 15px 0;
  padding: 0 15px;
}
.presskit .nav__toggle .button {
  display: block;
  height: 30px;
}
.presskit .nav__list--slider {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
@media (min-width: 800px) {
  .presskit .nav__toggle {
    /* Always hide the button on big screens. */
    display: none !important;
  }
  .presskit .nav__list--slider {
    /* Always show the list on big screens. So disable slider. */
    max-height: unset !important;
  }
}
.presskit .block {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.presskit .footer {
  margin-bottom: 15px;
}
.presskit .block__notice {
  margin-bottom: 15px;
  padding: 10px;
  color: #004f26;
  background: #f1fcd1;
  border-radius: 4px;
}
.presskit .block__notice a {
  color: inherit;
}
@media (min-width: 800px) {
  .presskit .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .presskit .grid__item:not(:first-child) {
    padding-left: 25px;
  }
  .presskit .grid__item--flexible {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.presskit .gallery {
  margin-left: -25px;
  font-size: 0;
  /* Disable the small space below the images. */
}
.presskit .gallery__item {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  padding-left: 25px;
}
.presskit .gallery__item img {
  width: 100%;
}
.presskit .gallery__item video {
  width: 100%;
}
.presskit .gallery__item a[href$=".gif"] {
  position: relative;
  display: block;
}
.presskit .gallery__item a[href$=".gif"]:focus:active {
  outline: none;
}
.presskit .gallery__item a[href$=".gif"]::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.25);
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAFFQTFRFAAAA/////////////////////////////Pz8/Pz8/Pz8/f39/f39/f39/f39/f39/f39/Pz8/Pz8/Pz8/Pz8/v7+/f39/f39/f39/f39/f395zF2nQAAABt0Uk5TAAEJCxQeIEpXYGFnc3V2d5WarK2/xNLb3N3m8ZFI2gAAAOlJREFUOMuVlckOgzAMRAdIWUrKUgK4/v8P7QWVLA64c0RPY9mxByBQ3U/LSrQuU18jKzM49uQGI2KVJY5Etkq5ZmNBWxNhheWMbOFz5cxZzaXnd8Exz6en5UvZXx98o6OjarsDtyop/Hrnixt/zm3x/AggGQCj/6UFHpLpAMBFICRTB9Qcg6JpjV4ABdMekwSmphMWGUTRBaYL1gwYma6gLBiYEvYr8HTZ9aXzzVDYjHo88sA7SgaufkJhKRI7Zgdg0K5ZtLiC3bG46lPQH5f6XPUBoI8UdUjpY08fpH9EMwAzqsL+5vfxBcKnb1vURTbUAAAAAElFTkSuQmCC");
  align-items: center;
  justify-content: center;
}
.presskit .gallery__item a[href$=".gif"].show-overlay::after {
  display: flex;
}
@media (min-width: 500px) {
  .presskit .gallery__item {
    width: 50%;
  }
}
.presskit .presskit-icon {
  display: block;
  max-width: 49%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.presskit .presskit-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.presskit .presskit-microtrailer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 480px;
  height: 270px;
}
.presskit .video-player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.presskit .video-player__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.presskit .quote__content {
  margin: 0;
}
.presskit .quote__content::before {
  content: open-quote;
}
.presskit .quote__content::after {
  content: close-quote;
}
.presskit .quote__author::before {
  content: "-";
}
.presskit .button {
  display: inline-block;
  padding: 5px 10px;
  background: -webkit-linear-gradient(top, white, #fafafa);
  background: linear-gradient(to bottom, white, #fafafa);
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.presskit .button:hover {
  cursor: pointer;
  text-decoration: none;
}
.presskit .button:focus {
  border: 1px solid #3398ff;
  outline: none;
}
.presskit .button:active {
  color: white;
  background: -webkit-linear-gradient(top, #3398ff, #0077dd);
  background: linear-gradient(to bottom, #3398ff, #0077dd);
}
.presskit .widget {
  width: 100%;
}
.presskit .widget--steam {
  height: 190px;
}
.presskit .widget--humble {
  height: 328px;
}
@media (max-width: 505px) {
  .presskit .widget--humble {
    height: 205px;
  }
}
.presskit .widget--itch {
  height: 167px;
}
.presskit .widget--gamejolt {
  height: 245px;
}
.presskit .widget--bandcamp {
  width: 100%;
  height: 120px;
  border: 0;
}
@media (min-width: 800px) {
  .presskit ._team-fix-margin-top {
    margin-top: -15px;
  }
}
