*, *:before, *:after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}
body, html {
  margin: 0;
  padding: 0;
}
.top-bar {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .0975);
}
.wrapper {
  height: 100%;
}
.content-container {
  top: 60px;
  height: calc(100% - 60px - 100px);
  width: 100%;
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 500px;
  max-width: 815px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  background-color: #fff;
  border: 1px solid #efefef;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.post-meta {
  width: 100%;
  /* max-width: 50%; */
  height: 80%;
  display: flex;
  flex-direction: column;
}
.post-comment-container {
  width: 100%;
  flex-grow: 1;
  padding: 0 24px;
  max-height: 300px;
  -webkit-overflow-scrolling: touch;
}
.post-meta-header-small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding: 12px;
  width: 100%;
  align-self: flex-start;
  border-bottom: 1px solid #efefef;
}
.post-meta-header-large {
  display: flex;
  min-height: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  margin: 24px 24px 0 24px;
  border-bottom: 1px solid #efefef;
}
.post-header-user-meta-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-image {
  max-width: 50%;
  max-height: 100%;
  object-fit: contain;
}
.post-poll {
  width: 100%;
  max-width: 359px;
  border: 1px solid #D8D8D8;
  margin: 20px 20px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  font-family: 'Open Sans';
  font-size: 1rem;
}
.poll-title {
  margin: 5px 10px;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  width: 95%;
  color: #082B3F;
  font-family: 'Open Sans';
}
.poll-subtitle {
  margin: 15px 10px;
  color: #082B3F;
  line-height: 22px;
  font-family: 'Open Sans'
}
.post-background-image {
  width: 100%;
  object-fit: contain;
}
.text-link {
  color: #007AFF;
  font-family: 'Open Sans';
  font-weight: 600;
  text-decoration: none;
}
.text-link > span {
  color: #082B3F;
}
.post-text {
  height: 100%;
  width: 100%;
  padding: 24px;
  min-height: 200px;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  font-family: 'Open Sans';
  font-weight: 400;
}
.post-date {
  font-family: 'Open Sans';
  font-size: 0.8rem;
  text-align: right;
}
.post-user-image-container {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.post-user-image {
  width: 40px;
  height: 40px;
}
.single-comment-container {
  overflow: hidden;
  padding: 12px 0 12px 0;
  position: relative;
  width: 100%;
  word-wrap: break-word;
}
.single-comment-author {
  font-family: 'Open Sans';
  font-weight: bold;
  display: inline-flex;
}
.comment-text {
  font-family: 'Open Sans';
  font-size: 1rem;
}
.post-like-container {
  flex-direction: column;
  align-items: flex-start;
  margin: 24px;
  padding: 12px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 0.8rem;
}
#cta-container {
  overflow: hidden;
  background-color: rgba(8, 43, 63, 0.5);
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  height: 100px;
}
#cta-container-background-image {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-button {
  border: none;
  z-index: 3;
  margin: 0;
  padding: 0;
  width: 90%;
  max-width: 300px;
  overflow: visible;
  border-radius: 4px;
  height: 60px;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eba400+0,e78d00+100 */
  background: #eba400; /* Old browsers */
  background: -moz-linear-gradient(top, #eba400 0%, #e78d00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eba400 0%,#e78d00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eba400 0%,#e78d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba400', endColorstr='#e78d00',GradientType=0 ); /* IE6-9 */
}
.cta-button:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eba400+0,e78d00+100 */
  background: #e78d00; /* Old browsers */
  background: -moz-linear-gradient(top, #e78d00 0%, #eba400 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e78d00 0%,#eba400 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e78d00 0%,#eba400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba400', endColorstr='#e78d00',GradientType=0 ); /* IE6-9 */
}
.cta-button-text {
  color: #fff;
  font-family: 'Oswald';
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  z-index: 3;
}
.cta-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#cta-container-close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 3;
}
.cta-container-left-container {
  height: 80%;
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  z-index: 3;
}
.cta-container-copy-container {
  width: 50%;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.cta-container-copy {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Open Sans';
}
.cta-container-sub-copy {
  text-align: left;
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans';
}
.cta-container-app-icon-container {
  border-radius: 100px;
  width: 75px;
  height: 75px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.cta-container-app-icon {
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
.username-text {
  font-family: 'Open Sans';
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  margin-left: 12px;
}
.blockquote-container {
  position: relative;
  padding: 24px;
  width: 100%;
  height: 80%;
}
.blockquote {
  height: 100%;
  border-radius: 3px;
  font-style: italic;
  text-align: center;
  color: #4a4a4a;
  background-color: #e8e8e8;
}
.left-quote {
  opacity: 0.8;
  position: absolute;
  left: 12px;
  top: 0;
  z-index: 1;
}
.right-quote {
  opacity: 0.8;
  position: absolute;
  right: 12px;
  bottom: 0;
  z-index: 1;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 735px) {
  .post-meta {
    max-width: none;
  }
  .blockquote-container {
    height: auto;
  }
  .top-bar {
    padding: 24px 12px;
  }
  .content-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .post-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    max-height: none;
    flex-direction: column;
  }
  .post-image {
    width: 100%;
    max-height: none;
    max-width: none;
  }
  .post-like-small {
    font-family: 'Open Sans';
    font-weight: bold;
    display: block;
    padding: 6px 0;
  }
  .post-like-large {
    font-family: 'Open Sans';
    font-weight: bold;
    display: none;
  }
  .post-meta-header-small {
    display: flex;
  }
  .post-meta-header-large {
    display: none;
  }
  .post-like-container {
    margin: 24px;
    border: 0;
  }
  .post-container {
    border: 0;
  }
  .post-comment-container {
    border: 0;
    padding-bottom: 0;
  }
  .cta-container-copy-container {
    width: 70%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1160px) {
  .cta-container-left-container {
    justify-content: start;
  }
  .cta-container-app-icon-container {
    margin-right: 30px;
  }

  .cta-container-copy-container {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .content-container {
    height: calc(100% - 60px - 150px);
  }
  .cta-container-left-container {
    flex-direction: column;
    height: auto;
  }
  #cta-container {
    height: 150px;
    padding: 20px;
    flex-direction: column;
  }
  .cta-container-sub-copy {
    text-align: center;
  }
  .cta-container-app-icon-container {
    margin: 0;
  }
  .cta-container-copy-container {
    padding-top: 0;
    width: 100%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 736px) {
  .post-meta-header-small {
    display: none;
  }
  .post-meta-header-large {
    display: flex;
  }
  .post-like-small {
    display: none;
  }
  .post-like-large {
    font-family: 'Open Sans';
    font-weight: bold;
    display: block;
  }
}