



.press {
  background: url('https://cdn.current.com/images/jpg/bg-grey.jpg'); }
  @media only screen and (min-width: 50em) {
    .press {
      padding-bottom: 5px; } }
  .press__content {
    background-color: #fff;
    width: 100%;
    max-width: 620px;
    margin: 51px auto 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 1em;
    position: relative;
    top: 1px; }
    @media only screen and (min-width: 50em) {
      .press__content {
        padding: 2em 3em;
        margin: 51px auto; } }
  .press__email-para {
    margin-top: 0;
    margin-bottom: 10px; }
  .press__email {
    color: #4A90E2;
    font-size: 20px;
    margin-bottom: 5px; }
  .press__header {
    padding-bottom: 2em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2.5em; }
  .press__intro {
    margin-bottom: 5px; }
  .press__brand-assets {
    margin-right: 10px; }
  .press__brand-assets-description {
    color: #788187;
    width: 150px;
    line-height: 18px;
    position: relative;
    top: 8px;
    margin: 0;
    text-align: left; }
  .press__btn-container {
    position: relative; }

@media only screen and (min-width: 418px) {
  .press-line-break {
    display: block; } }

.press-footer {
  text-align: center;
  padding: 50px 15px;
  background: #fff; }

.btn--brand-assets {
  background-color: #3B81D1;
  color: #fff;
  padding: 15px 18px;
  border-radius: 5px;
  font-family: "Whitney Semibold";
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }

.btn--brand-assets:hover {
  background-color: #4291EB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }

.inline-block {
  display: inline-block; }

.press h3 {
  color: #3B81D1;
  margin-bottom: 5px;
  margin-top: 30px; }

.press p {
  color: #5A6066; }

.press h3 + p {
  margin-top: 0; }

.link--blue {
  color: #3B81D1;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }

.link--blue:hover {
  color: #4A90E2; }

.screenshots {
  background: #fff;
  padding: 12px;
  max-width: 1600px;
  margin: 0 auto; }
  .screenshots__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .screenshots__list-item {
    width: 100%;
    margin-bottom: 12px;
    position: relative; }
    @media only screen and (min-width: 50em) {
      .screenshots__list-item {
        width: 50%;
        padding-right: 12px;
        float: left; } }
    .screenshots__list-item--full-width {
      width: 100%;
      text-align: center; }
  @media only screen and (min-width: 50em) {
    .screenshots__list-item:nth-child(2n) {
      margin-right: 0; } }
  @media only screen and (min-width: 50em) {
    .screenshots__list-item:nth-child(3n) {
      margin-bottom: 0; } }
  .screenshots__list-item:nth-child(4n) {
    margin-bottom: 0; }
  .screenshots__slack {
    background: url('https://cdn.current.com/images/jpg/bg-grey.jpg');
    margin-top: 12px;
    padding: 3em 0 1.5em; }
    @media only screen and (min-width: 50em) {
      .screenshots__slack {
        margin-right: 12px; } }

p.quote {
  font-size: 44px;
  line-height: 48px;
  color: #788187; }
  p.quote--secondary {
    font-size: 28px;
    line-height: 36px; }

.icon-download {
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  cursor: pointer; }

.show.icon-download--1, .show.icon-download--2, .show.icon-download--3, .show.icon-download--4, .show.icon-download--5 {
  opacity: 1; }

.hide.icon-download--1, .hide.icon-download--2, .hide.icon-download--3, .hide.icon-download--4, .hide.icon-download--5 {
  opacity: 0; }
/*# sourceMappingURL=main.css.map */