@charset "UTF-8";
/* This file is for your main application css. */
/* media queries */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinup {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeinup {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeinup {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeinup {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes changeDividerColor {
  from {
    background: white;
  }
  to {
    background: linear-gradient(to right, hsla(213, 37%, 9%, 0.1) 0, hsla(213, 37%, 9%, 0.25) 50%, hsla(213, 37%, 9%, 0.1) 100%);
  }
}
@-moz-keyframes changeDividerColor {
  from {
    background: white;
  }
  to {
    background: linear-gradient(to right, hsla(213, 37%, 9%, 0.1) 0, hsla(213, 37%, 9%, 0.25) 50%, hsla(213, 37%, 9%, 0.1) 100%);
  }
}
@-o-keyframes changeDividerColor {
  from {
    background: white;
  }
  to {
    background: linear-gradient(to right, hsla(213, 37%, 9%, 0.1) 0, hsla(213, 37%, 9%, 0.25) 50%, hsla(213, 37%, 9%, 0.1) 100%);
  }
}
@keyframes changeDividerColor {
  from {
    background: white;
  }
  to {
    background: linear-gradient(to right, hsla(213, 37%, 9%, 0.1) 0, hsla(213, 37%, 9%, 0.25) 50%, hsla(213, 37%, 9%, 0.1) 100%);
  }
}
@-webkit-keyframes slidedown {
  from {
    transform: translateY(-70px);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes slidedown {
  from {
    transform: translateY(-70px);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes slidedown {
  from {
    transform: translateY(-70px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slidedown {
  from {
    transform: translateY(-70px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes falldown {
  0% {
    transform: scale(5, 5) translateY(0);
  }
  99% {
    transform: scale(3, 3) translateY(120px);
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@-moz-keyframes falldown {
  0% {
    transform: scale(5, 5) translateY(0);
  }
  99% {
    transform: scale(3, 3) translateY(120px);
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@-o-keyframes falldown {
  0% {
    transform: scale(5, 5) translateY(0);
  }
  99% {
    transform: scale(3, 3) translateY(120px);
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes falldown {
  0% {
    transform: scale(5, 5) translateY(0);
  }
  99% {
    transform: scale(3, 3) translateY(120px);
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-8px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes appear {
  0%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pop-in-all-reactions {
  0% {
    -webkit-transform: scale(0.99, 0);
    transform: scale(0.99, 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.98, 2);
    transform: scale(0.98, 2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pop-in-all-reactions {
  0% {
    -webkit-transform: scale(0.99, 0);
    transform: scale(0.99, 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.98, 2);
    transform: scale(0.98, 2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes slide-in-bot1 {
  0% {
    -webkit-transform: translateX(-2px) translateY(10px);
    transform: translateX(-2px) translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bot1 {
  0% {
    -webkit-transform: translateX(-2px) translateY(10px);
    transform: translateX(-2px) translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-bot2 {
  0% {
    -webkit-transform: translateX(-2px) translateY(10px);
    transform: translateX(-2px) translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bot2 {
  0% {
    -webkit-transform: translateX(-2px) translateY(10px);
    transform: translateX(-2px) translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-bck-top {
  0% {
    -webkit-transform: translateZ(1) translateY(0);
    transform: translateZ(1) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-1100px) translateY(-1000px);
    transform: translateZ(-1100px) translateY(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-bck-top {
  0% {
    -webkit-transform: translateZ(1) translateY(0);
    transform: translateZ(1) translateY(0);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateZ(-1100px) translateY(-1000px);
    transform: translateZ(-1100px) translateY(-1000px);
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-webkit-keyframes shake-bottom {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  20%, 40%, 60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes shake-bottom {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  20%, 40%, 60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2019-10-18 23:53:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-4px) rotate(-16deg);
    transform: translateX(-4px) rotate(-16deg);
  }
  30% {
    -webkit-transform: translateX(4px) rotate(16deg);
    transform: translateX(4px) rotate(16deg);
  }
  45% {
    -webkit-transform: translateX(-3px) rotate(-13.6deg);
    transform: translateX(-3px) rotate(-13.6deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(12.4deg);
    transform: translateX(2px) rotate(12.4deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(-11.2deg);
    transform: translateX(-1px) rotate(-11.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-4px) rotate(-16deg);
    transform: translateX(-4px) rotate(-16deg);
  }
  30% {
    -webkit-transform: translateX(4px) rotate(16deg);
    transform: translateX(4px) rotate(16deg);
  }
  45% {
    -webkit-transform: translateX(-3px) rotate(-13.6deg);
    transform: translateX(-3px) rotate(-13.6deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(12.4deg);
    transform: translateX(2px) rotate(12.4deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(-11.2deg);
    transform: translateX(-1px) rotate(-11.2deg);
  }
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#payment-form {
  text-align: left;
  padding: 0.75rem 0;
  max-width: 600px;
  margin: 0 auto;
}
#payment-form label {
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
#payment-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  height: 3.25rem;
  width: 9rem;
  border: none;
  border-radius: 4px;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #32325d;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  margin: 0.5rem auto;
}
#payment-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  background-color: #43458b;
  cursor: pointer;
}
#payment-form button img {
  height: 1.25rem;
  margin: 0 0.5rem 0.25rem 0;
}
#payment-form #card-errors {
  height: 20px;
  padding: 4px 0;
  color: #fa755a;
}

html {
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 599px) {
  html {
    font-size: 14px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  height: auto !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Work Sans", sans-serif;
  color: hsl(213, 37%, 9%);
  background: hsl(60, 8%, 95%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    height: 100% !important;
  }
}
main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.btn {
  padding: 1rem;
  border-radius: 6px;
  font-weight: 600;
  transition: box-shadow 0.5s;
  border: none;
}
.btn:hover {
  box-shadow: 0px 0px 8px 0px hsl(144, 82%, 44%);
  cursor: pointer;
}

.btn-green {
  color: white;
  background: linear-gradient(180deg, hsl(144, 82%, 44%) 0%, rgba(20, 203, 93, 0.75) 125%);
}
.btn-green:hover {
  color: white;
}

button.button-as-link {
  font-size: inherit;
  color: hsl(0, 0%, 74%);
  line-height: normal !important;
  border: none;
  background: none;
  padding: 0;
}
button.button-as-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.grn-link {
  color: hsl(144, 82%, 44%);
}
.grn-link:hover {
  color: hsl(144, 82%, 70%);
}

.lb-link {
  color: hsl(207, 100%, 70%);
}
.lb-link:hover {
  color: hsl(241, 84%, 62%);
}

.has-text-centered {
  text-align: center;
}

.has-text-right {
  text-align: right;
}

.has-text-left {
  text-align: left;
}

.has-text-gray {
  color: hsl(213, 3%, 60%);
}

.nowrap {
  white-space: nowrap;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#edit-vm-page > div.content-container, #line-stats-page .above-chart-container, #line-stats-page .chart-container, #line-stats-page .sentiment-section, #line-stats-page .kp-section, .vm-container, .line-content-container, .dynamic-content-container, #sponsor-success-page p.email-instructions, #sponsor-success-page p.support-contact, #sponsor-canceled-page p.email-instructions, #sponsor-canceled-page p.support-contact, #about-page .founder-container > div .defs-container .wiki-attribution, #pricing-page #features > div .features-hero > p, #minimal-footer > div, #minimal-header > div {
  margin-left: auto;
  margin-right: auto;
}

a {
  color: hsl(241, 84%, 62%);
  text-decoration: none;
  transition: color 0.25s;
}
a:hover {
  color: hsl(207, 100%, 70%);
}

::placeholder {
  color: hsl(213, 3%, 60%);
  opacity: 1;
}

:-ms-input-placeholder {
  color: hsl(213, 3%, 60%);
}

::-ms-input-placeholder {
  color: hsl(213, 3%, 60%);
}

body strong {
  font-weight: 600;
}

.flash-container {
  position: absolute;
  width: 100%;
}
.flash-container .alert {
  z-index: 3;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  padding: 0.35rem 0;
  background: rgb(249, 158, 1);
  -webkit-animation: slidedown 0.5s;
  animation: slidedown 0.5s;
}
.flash-container .alert.alert-success {
  background: hsl(38, 99%, 49%);
}
.flash-container .alert.alert-info {
  background: hsl(38, 99%, 49%);
}
.flash-container .alert.alert-error {
  background: hsl(38, 99%, 49%);
}
.flash-container .alert p {
  margin: 0;
  flex: 1;
}
.flash-container .alert #close-alert {
  color: white;
  margin-left: 0.5rem;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.flash-container .alert #close-alert:hover, .flash-container .alert #close-alert:focus {
  color: hsl(60, 8%, 95%);
  text-decoration: none;
  cursor: pointer;
}
.flash-container .alert #alert-header-logo {
  max-width: 51px;
  margin-left: 1rem;
  -webkit-animation: scale-in-center 0.5s 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.flash-container .alert #alert-header-logo img {
  max-width: 34px;
  max-height: 35px;
}

span.help-block {
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  color: red;
  margin-top: 0.5rem;
  display: block;
}

form .control input.has-error {
  border-color: rgba(255, 0, 0, 0.5) !important;
}

#spinner {
  display: none;
  border: 0.5rem solid #cfd7df;
  border-radius: 50%;
  border-top: 0.5rem solid #32325d;
  width: 60px;
  height: 60px;
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
  margin: 0 auto;
}

#header {
  position: fixed;
  width: 100%;
  transition: box-shadow 0.25s;
  z-index: 3;
  transition: 1s;
  background-color: white;
}
@media (min-width: 900px) {
  #header {
    background-color: transparent;
  }
}
#header.white-header-text .product-links a {
  color: hsl(213, 37%, 9%) !important;
}
#header.white-header-text .product-links a:hover {
  color: hsl(0, 0%, 74%) !important;
}
@media (min-width: 900px) {
  #header:not(.is-scrolled) .btn-green {
    display: none;
  }
}
#header .btn-green {
  transition: all 0.3s;
  animation: slidedown 1s forwards;
}
#header .header-container {
  height: 72px;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: [logo] 1fr [menu-icon] 1fr;
  align-items: center;
}
@media (min-width: 900px) {
  #header .header-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: [logo] 1fr [links] 1fr [account] 1fr;
  }
}
#header .header-container > div {
  display: flex;
}
#header .header-container #header-logo-container {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  grid-column: logo;
}
#header .header-container #header-logo-container img {
  display: block;
  max-width: 208px;
  max-height: 35px;
}
#header .header-container #toggle-nav-btn {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-align: end;
  grid-column: menu-icon;
  font-size: 2rem;
  width: 3rem;
  padding: 0.5rem;
  justify-self: end;
  cursor: pointer;
  background-color: transparent;
  color: hsl(213, 37%, 9%);
  border: none;
}
#header .header-container #toggle-nav-btn:focus {
  outline: 0;
}
@media (min-width: 900px) {
  #header .header-container #toggle-nav-btn {
    display: none;
  }
  #header .header-container #toggle-nav-btn:hover {
    color: hsl(0, 0%, 74%);
  }
}
#header .header-container .product-links {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  grid-column: links;
  justify-content: space-around;
  justify-content: space-evenly;
}
#header .header-container .product-links a {
  color: hsl(213, 37%, 9%);
}
@media (min-width: 900px) {
  #header .header-container .product-links a {
    color: hsl(60, 8%, 95%);
  }
}
#header .header-container .product-links a:hover {
  color: hsl(0, 0%, 74%);
}
#header .header-container .product-links a.is-dark {
  color: hsl(213, 37%, 9%);
}
#header .header-container .product-links a.is-dark:hover {
  color: hsl(0, 0%, 74%);
}
#header .header-container .product-links {
  display: none;
}
@media (min-width: 900px) {
  #header .header-container .product-links {
    display: flex;
  }
}
#header .header-container .account-links {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  grid-column: account;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 900px) {
  #header .header-container .account-links a:last-child {
    margin-left: 1rem;
  }
}
#header .header-container .account-links {
  display: none;
}
@media (min-width: 900px) {
  #header .header-container .account-links {
    display: flex;
  }
}
#header .header-container span {
  color: hsl(0, 0%, 74%);
  margin: 0 0.5rem;
}
@media (max-width: 899px) {
  #header .header-container span {
    display: none;
  }
}
#header.is-scrolled {
  background: hsl(60, 8%, 95%);
  box-shadow: 1px -3px 10px 0px hsl(213, 37%, 9%) !important;
}
#header.is-scrolled .product-links a {
  color: hsl(213, 37%, 9%);
}
#header.white-bg {
  background: white;
  box-shadow: none;
}
#header.white-bg .product-links a {
  color: hsl(213, 37%, 9%);
}
#header #nav-side-panel {
  display: block;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 72px;
  right: 0;
  background-color: hsl(213, 37%, 9%);
  overflow-x: hidden;
  padding: 1rem 0;
  transition: 0.25s;
}
#header #nav-side-panel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.25rem;
  color: hsl(60, 8%, 95%);
  display: block;
  transition: 0s;
  white-space: nowrap;
}
#header #nav-side-panel a.btn {
  margin: 8px 0;
  border-radius: 0;
}
#header #nav-side-panel a.btn:hover {
  color: hsl(60, 8%, 95%);
}
#header #nav-side-panel a:hover {
  color: hsl(0, 0%, 74%);
}
#header #nav-side-panel a:last-child {
  color: hsl(144, 82%, 44%);
}
#header #nav-side-panel a:last-child:hover {
  color: hsl(144, 82%, 70%);
}
#header #nav-side-panel.visible-nav {
  width: 225px;
  box-shadow: -1px 3px 5px 0px hsl(213, 37%, 9%);
}
#header #nav-side-panel form button {
  padding: 8px 8px 8px 32px;
  font-size: 1.25rem;
  text-decoration: none;
}

#minimal-header {
  padding: 1rem 1rem 0;
}
#minimal-header > div {
  max-width: 1800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#minimal-header > div img {
  max-width: 34px;
  max-height: 35px;
}
#minimal-header > div .header-link span {
  color: hsla(213, 37%, 9%, 0.1);
}
#minimal-header > div .header-link form {
  display: inline-block;
}

#footer {
  display: block;
  align-items: center;
  justify-content: center;
  background-color: hsl(213, 37%, 9%);
}
#footer > div:not(:last-child) {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  #footer > div:not(:last-child) {
    max-width: calc(1200px - 2rem);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .brand {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
#footer .brand a {
  display: flex;
}
#footer .brand a img {
  align-self: center;
  max-width: 208px;
  max-height: 35px;
}
@media (max-width: 599px) {
  #footer .brand {
    flex-direction: column;
    align-items: center;
  }
  #footer .brand a {
    margin-bottom: 4rem;
  }
}
#footer .brand .email-form input[type=submit]:hover, #footer .brand .email-form button[type=submit]:hover {
  box-shadow: inset 0px 0px 5px 1px rgb(14, 22, 31);
  background: hsl(144, 82%, 44%);
}
#footer .details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4rem;
  margin-bottom: 3rem;
  color: hsl(60, 8%, 95%);
}
#footer .details a {
  color: hsl(60, 8%, 95%);
}
#footer .details a:hover {
  color: hsl(0, 0%, 74%);
}
#footer .details .copyright > div:last-child {
  margin-top: 0.5rem;
}
#footer .details .copyright > div:last-child a {
  color: hsl(38, 99%, 49%);
  font-weight: 600;
}
#footer .details .copyright > div:last-child a:hover {
  color: white;
}
#footer .details .footer-links {
  display: flex;
  justify-content: space-between;
  width: 310px;
  height: 100px;
}
#footer .details .footer-links > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .details .footer-links span {
  color: hsl(213, 3%, 60%);
  font-weight: bold;
}
@media (max-width: 599px) {
  #footer .details {
    margin-bottom: 2rem;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  #footer .details .copyright {
    margin-top: 3rem;
  }
}
#footer .graphic {
  align-self: end;
  height: 140px;
  width: 100%;
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/triangle_footer.png");
  background-repeat: repeat-x;
  background-position: center;
}

#minimal-footer {
  background: hsl(213, 37%, 9%);
}
#minimal-footer > div {
  max-width: 1800px;
  text-align: center;
  padding: 0.5rem;
  color: hsl(60, 8%, 95%);
  font-size: 0.75rem;
  line-height: 1.25;
}
#minimal-footer > div a {
  color: hsl(38, 99%, 49%);
  font-weight: 600;
}
#minimal-footer > div a:hover {
  color: hsl(60, 8%, 95%);
}
#minimal-footer > div img {
  margin-bottom: 0.25rem;
  max-width: 208px;
  max-height: 35px;
}

.email-form {
  display: flex;
}
.email-form input[type=text], .email-form input[type=email] {
  height: 60px;
  border: 1px solid hsl(144, 82%, 44%);
  background: #FFFFFF;
  border-radius: 3px 0px 0px 3px;
  padding-left: 1rem;
}
.email-form input[type=submit], .email-form button[type=submit] {
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 15px;
  background: hsl(144, 82%, 44%);
  border: none;
  cursor: pointer;
  border-radius: 0px 3px 3px 0px;
  transition: 0.25s;
}
.email-form input[type=submit]:hover, .email-form button[type=submit]:hover {
  background: hsl(144, 82%, 50%);
}
@media (max-width: 599px) {
  .email-form {
    width: 90%;
    flex-direction: column;
  }
  .email-form input[type=text], .email-form input[type=email] {
    border-radius: 3px 3px 0 0;
  }
  .email-form input[type=submit], .email-form button[type=submit] {
    height: 60px;
    border-radius: 0 0 3px 3px;
  }
}

.circle-play-btn, .circle-checkmark {
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: hsl(38, 99%, 49%);
  text-align: center;
}

.circle-checkmark {
  padding-top: 0.25rem;
}

.circle-play-btn {
  padding-top: 0.5rem;
  padding-left: 0.6rem;
}

@media (max-width: 899px) {
  .page-content-container {
    padding-top: 72px;
  }
}
.page-content-container .atf-hero {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}
.page-content-container .atf-hero .take-calls-container {
  position: absolute;
  width: 500px;
  top: 12.5%;
  left: 4rem;
  color: hsl(60, 8%, 95%);
  font-size: 1.125rem;
  text-shadow: 0px 4px 4px hsla(213, 37%, 9%, 0.25);
  animation: fadein 1s;
}
.page-content-container .atf-hero .take-calls-container h1 {
  font-size: 3.5rem;
  line-height: 1.25;
}
.page-content-container .atf-hero .take-calls-container h1 strong {
  font-weight: 700;
}
.page-content-container .atf-hero .take-calls-container p {
  line-height: 1.5rem;
  margin: 2.5rem 0;
}
.page-content-container .atf-hero .take-calls-container p #dedicate-keyword {
  -webkit-animation: none 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: none 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  display: inline-block;
}
@media (max-width: 899px) {
  .page-content-container .atf-hero .take-calls-container p #dedicate-keyword {
    animation-name: none !important;
  }
}
.page-content-container .atf-hero .take-calls-container h1 {
  font-weight: 500;
}
.page-content-container .atf-hero .take-calls-container .atf-checks > div, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div {
  display: inline-flex;
  align-items: center;
  text-align: left;
  line-height: 1.25;
}
.page-content-container .atf-hero .take-calls-container .atf-checks > div.conversations-container, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div.conversations-container {
  letter-spacing: 1px;
}
@media (max-width: 599px) {
  .page-content-container .atf-hero .take-calls-container .atf-checks > div.conversations-container, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div.conversations-container {
    flex-direction: column;
  }
  .page-content-container .atf-hero .take-calls-container .atf-checks > div.conversations-container .icon, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div.conversations-container .icon {
    margin-bottom: 6px;
  }
}
.page-content-container .atf-hero .take-calls-container .atf-checks > div.conversations-container a, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div.conversations-container a {
  background: #f99e01;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s;
  text-shadow: none;
  text-decoration: underline;
  margin-left: 10px;
  font-weight: 600;
  flex-shrink: 0;
  border-radius: 6px;
}
.page-content-container .atf-hero .take-calls-container .atf-checks > div.conversations-container a:hover, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div.conversations-container a:hover {
  color: #3431ed;
  background: rgba(249, 158, 1, 0.5);
}
@media (max-width: 599px) {
  .page-content-container .atf-hero .take-calls-container .atf-checks > div.conversations-container a, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div.conversations-container a {
    margin-top: 12px;
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  .page-content-container .atf-hero .take-calls-container .atf-checks > div.conversations-container a, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div.conversations-container a {
    box-shadow: 2px 4px 4px 1px hsla(213, 37%, 9%, 0.25);
  }
}
.page-content-container .atf-hero .take-calls-container .atf-checks > div .icon, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div .icon {
  font-weight: normal;
  margin-right: 1rem;
  text-shadow: none;
}
.page-content-container .atf-hero .take-calls-container .atf-checks .btn, .page-content-container .atf-hero .take-calls-container .atf-cta-section .btn {
  display: inline-block;
}
.page-content-container .atf-hero .take-calls-container .atf-checks > div {
  margin-bottom: 1rem;
}
.page-content-container .atf-hero .atf-cta-section {
  margin-top: 1rem;
}
@media (max-width: 899px) {
  .page-content-container .atf-hero .atf-cta-section {
    margin-bottom: 2.5rem;
  }
}
.page-content-container .atf-hero .atf-cta-section #play-video-link {
  margin-bottom: 1.5rem;
  color: hsl(241, 84%, 56%);
  text-shadow: none;
}
.page-content-container .atf-hero .atf-cta-section #play-video-link:hover {
  cursor: pointer;
  color: hsl(241, 84%, 62%);
}
.page-content-container .atf-hero .atf-cta-section #play-video-link > span {
  margin-right: 0.5rem;
  box-shadow: 0px 2px 3px 1px hsla(213, 37%, 9%, 0.25);
}
.page-content-container .atf-hero .atf-cta-section #play-video-link .triangle-right {
  display: block;
  border-top: 6px solid transparent;
  border-left: 12px solid hsl(60, 8%, 95%);
  border-bottom: 6px solid transparent;
}
.page-content-container .atf-hero .atf-hero-img-container {
  width: 100%;
  height: 670px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #c3c1bb;
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/happy_caller.jpg");
}
.page-content-container .atf-hero .atf-hero-img-container img {
  display: none;
}
@media (max-width: 899px) {
  .page-content-container .atf-hero .take-calls-container {
    position: static;
    width: auto;
    margin: 3rem auto 0;
    padding: 0 1rem;
    color: hsl(213, 37%, 9%);
    text-align: center;
    text-shadow: none;
  }
  .page-content-container .atf-hero .take-calls-container h1 {
    font-size: 2rem;
  }
  .page-content-container .atf-hero .take-calls-container .atf-checks > div, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div {
    font-weight: normal;
    margin: 0 auto;
  }
  .page-content-container .atf-hero .take-calls-container .atf-checks > div .icon, .page-content-container .atf-hero .take-calls-container .atf-cta-section > div .icon {
    margin-right: 0.5rem;
    color: hsl(60, 8%, 95%);
    flex-shrink: 0;
  }
  .page-content-container .atf-hero .take-calls-container .atf-checks > div {
    margin-bottom: 1.5rem;
  }
  .page-content-container .atf-hero .take-calls-container .atf-cta-section {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-content-container .atf-hero .take-calls-container .atf-cta-section #play-video-link {
    margin: 3rem auto;
  }
  .page-content-container .atf-hero .take-calls-container .atf-cta-section .email-form {
    align-self: center;
  }
  .page-content-container .atf-hero .atf-hero-img-container {
    height: auto;
    background: none;
  }
  .page-content-container .atf-hero .atf-hero-img-container img {
    display: block;
    max-width: 100%;
  }
}
.page-content-container .atf-after-img-bg {
  display: none;
}
@media (min-width: 1800px) {
  .page-content-container .atf-after-img-bg {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    display: block;
    height: 670px;
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/happy_caller.jpg");
  }
}
.page-content-container .demo-hero {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/democratize_speech_bg.png");
  box-shadow: inset 0px 3px 8px 1px hsla(213, 37%, 9%, 0.5);
}
@media (max-width: 599px) {
  .page-content-container .demo-hero {
    height: 365px;
  }
}
.page-content-container .demo-hero #demo-vm {
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(243, 243, 241, 0.9490196078);
  border: none;
  box-shadow: 0px 4px 12px 2px rgba(14, 22, 31, 0.25);
  -webkit-animation: fadeinup 0.4s;
  animation: fadeinup 0.4s;
}
.page-content-container .privacy-section {
  background-color: hsl(213, 37%, 9%);
  color: #fff;
  font-size: 3rem;
  padding: 4rem 1rem;
}
@media (max-width: 599px) {
  .page-content-container .privacy-section {
    font-size: 2.5rem;
  }
}
.page-content-container .privacy-section p {
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
}
.page-content-container .privacy-section p a {
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 400;
}
.page-content-container .learn-how-section p {
  margin: 2rem auto;
  padding: 0 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 700px;
}
@media (max-width: 599px) {
  .page-content-container .learn-how-section p .nowrap {
    white-space: normal;
  }
}
.page-content-container .diff-cases-section {
  max-width: 1800px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
}
@media (max-width: 599px) {
  .page-content-container .diff-cases-section {
    flex-direction: column;
  }
}
.page-content-container .diff-cases-section .case-container {
  flex: 1 1 0px;
}
@media (max-width: 599px) {
  .page-content-container .diff-cases-section .case-container:first-child {
    margin-bottom: 3rem;
  }
}
@media (min-width: 600px) {
  .page-content-container .diff-cases-section .case-container:first-child {
    margin-right: 3rem;
  }
}
.page-content-container .diff-cases-section .case-info {
  max-width: 400px;
  margin: 1rem auto 0;
  padding: 1rem;
  line-height: 1.5;
  border: solid 3px hsl(213, 37%, 9%);
}
.page-content-container .diff-cases-section img {
  width: 100%;
  max-width: 500px;
}

.features-container {
  background: white;
}
.features-container > div {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: space-around;
}
.features-container > div .feature-panel {
  flex: 1;
}
.features-container > div .feature-panel h5 {
  margin: 0 0 -2.125rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: rgba(249, 158, 1, 0.25);
  background-color: white;
}
@media (max-width: 899px) {
  .features-container > div .feature-panel h5 {
    text-align: center;
  }
}
.features-container > div .feature-panel h4, .features-container > div .feature-panel a {
  text-align: center;
}
.features-container > div .feature-panel h4 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.features-container > div .feature-panel .img-container {
  display: flex;
  justify-content: center;
  height: 200px;
}
.features-container > div .feature-panel .img-container img {
  max-width: 100%;
  max-height: 100%;
}
.features-container > div .feature-panel .hashtag-text {
  display: block;
  margin-top: 1rem;
  color: hsl(38, 99%, 49%);
  letter-spacing: 1px;
}
.features-container > div .feature-panel p {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .features-container > div > div:first-child {
    margin-right: 3rem;
  }
  .features-container > div > div:last-child {
    margin-left: 3rem;
  }
}
@media (max-width: 899px) {
  .features-container > div {
    flex-direction: column;
  }
  .features-container > div .feature-panel:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .features-container > div .feature-panel p {
    text-align: center;
    max-width: 500px;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .features-container > div {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .features-container > div .feature-panel p {
    padding: 1rem;
  }
}

@media (-ms-high-contrast: none) and (min-width: 600px), (-ms-high-contrast: active) and (min-width: 600px) {
  .features-container > div .feature-panel .img-container img {
    flex: 1;
    height: 200px !important;
  }
}
.call-stats-container {
  padding-top: 4rem;
  text-align: center;
}
.call-stats-container > div {
  max-width: 1800px;
  margin: 0 auto;
  padding: 1rem;
}
.call-stats-container > div h2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 899px) {
  .call-stats-container > div h2 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 600px) {
  .call-stats-container > div h2 span {
    white-space: nowrap;
  }
}
.call-stats-container > div h3 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 899px) {
  .call-stats-container > div h3 {
    font-size: 1rem;
  }
}
.call-stats-container > div h3 span {
  white-space: nowrap;
}
.call-stats-container > div p {
  max-width: 770px;
  margin: 2rem auto;
  line-height: 1.5;
}
.call-stats-container > div .img-container {
  margin-bottom: -65px;
}

.activate-container {
  background: white;
  padding: 5rem 0 4rem;
}
@media (max-width: 899px) {
  .activate-container {
    padding: 7rem 0 6rem;
  }
}
.activate-container > div .activate-panel {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
@media (max-width: 599px) {
  .activate-container > div .activate-panel {
    flex-direction: column;
    text-align: center;
  }
  .activate-container > div .activate-panel:not(:last-child) {
    margin-bottom: 4rem !important;
  }
}
@media (min-width: 600px) {
  .activate-container > div .activate-panel:first-child, .activate-container > div .activate-panel:last-child {
    flex-direction: row-reverse;
  }
}
@media (min-width: 900px) {
  .activate-container > div .activate-panel {
    padding: 0 2rem;
  }
  .activate-container > div .activate-panel:nth-child(2) > div:first-child {
    margin-right: 2rem;
    margin-left: -2rem;
  }
}
@media (max-width: 899px) {
  .activate-container > div .activate-panel:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.activate-container > div .activate-panel > div:first-child {
  flex: 1;
}
.activate-container > div .activate-panel h2 {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.84em 0;
}
.activate-container > div .activate-panel p {
  line-height: 1.5;
  max-width: 400px;
}
@media (min-width: 900px) {
  .activate-container > div .activate-panel p {
    width: 400px;
  }
}
.activate-container > div .activate-panel a {
  display: inline-block;
  margin-top: 1rem;
}
.activate-container > div .activate-panel img {
  max-width: 100%;
}

#landing-page .take-calls-container .phone-cta-container p:first-child {
  margin: 2.5rem 0 1rem;
}
#landing-page .take-calls-container .phone-cta-container p:last-child {
  margin: 0 0 2.5rem;
}
@media (max-width: 599px) {
  #landing-page .take-calls-container .phone-cta-container .nowrap {
    white-space: normal;
  }
}
@media (max-width: 899px) {
  #landing-page .take-calls-container .atf-checks div:last-child {
    font-weight: 700;
  }
}
#landing-page .activate-panel h2 {
  color: hsl(38, 99%, 49%);
}
#landing-page .divider-container .divider {
  background: white;
  animation: changeDividerColor 0.5s 3s forwards;
}
@media (min-width: 600px) {
  #landing-page .divider-container .divider {
    animation: none;
  }
}
#landing-page .trustimonials-container {
  background: hsl(213, 37%, 9%);
  color: hsl(60, 8%, 95%);
  padding: 4rem 1rem 0;
}
#landing-page .trustimonials-container h4 {
  font-size: 2.5rem;
  letter-spacing: 3px;
  margin: 0 0 2rem;
  font-weight: 600;
  font-family: "Permanent Marker", cursive, serif;
}
#landing-page .trustimonials-container h4 span {
  color: hsl(38, 99%, 49%);
}
@media (min-width: 900px) {
  #landing-page .trustimonials-container .power-quotes-section {
    display: flex;
  }
}
#landing-page .trustimonials-container .power-quotes-section .quote-container {
  flex: 1 1 0px;
  text-align: center;
  margin: 0 1rem;
}
@media (max-width: 899px) {
  #landing-page .trustimonials-container .power-quotes-section .quote-container {
    padding-bottom: 2rem;
  }
}
#landing-page .trustimonials-container .power-quotes-section .quote-container p {
  line-height: 1.5;
  margin: 0 auto;
  max-width: 375px;
}
#landing-page .trustimonials-container .power-quotes-section .quote-container img {
  border-radius: 50%;
  max-width: 100px;
  border: solid 3px hsl(207, 100%, 70%);
}
#landing-page .trustimonials-container .power-quotes-section .quote-container .author-container span {
  display: block;
  margin: 0.75rem 0;
  font-style: italic;
}

.geo-cta {
  position: relative;
  text-align: center;
  background: white;
  box-shadow: inset 0 -1px 5px 1px hsla(213, 37%, 9%, 0.25);
}
.geo-cta .geo-container {
  border: double 0.5rem hsl(38, 99%, 49%);
  border-top: none;
  border-bottom: none;
}
.geo-cta h3 {
  margin: 0 auto;
  padding: 1.5rem 1rem;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 899px) {
  .geo-cta h3 {
    padding: 1.5rem;
  }
}
.geo-cta h3 a {
  font-weight: 600;
  color: hsl(144, 82%, 44%);
}
.geo-cta h3 a:hover {
  color: hsl(144, 82%, 50%);
}

#connect-phone-modal {
  display: none;
  position: fixed;
  padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  overflow-y: auto;
}
@media (min-width: 600px) {
  #connect-phone-modal {
    padding-bottom: 50px;
  }
}
#connect-phone-modal .modal-content {
  position: relative;
  background-color: white;
  padding: 0 20px 20px;
  margin: auto;
  max-width: 600px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  text-align: center;
  box-shadow: 1px 3px 4px 2px hsla(213, 37%, 9%, 0.5);
  border-radius: 0px 0px 100px 100px;
  border-top: solid 1rem #f99e01;
}
@media (min-width: 1200px) {
  #connect-phone-modal .modal-content {
    border-top-style: dotted;
  }
}
#connect-phone-modal .close-btn {
  float: right;
  color: lightgray;
  font-size: 3rem;
  font-weight: bold;
}
#connect-phone-modal .close-btn:hover {
  color: darkgray;
  cursor: pointer;
}
#connect-phone-modal img {
  max-width: 100%;
  max-height: 350px;
}
#connect-phone-modal h3 {
  margin: 0 0 1rem;
  color: hsl(144, 82%, 44%);
}
@media (min-width: 600px) {
  #connect-phone-modal h3 {
    font-size: 1.5rem;
  }
}
#connect-phone-modal .connect-reason {
  margin-bottom: 0.75rem;
  line-height: 1.5;
  color: hsl(213, 3%, 45%);
}
#connect-phone-modal p {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 1rem 0 0.5rem;
}
#connect-phone-modal p a {
  display: inline-block;
  margin: 0.5rem 0;
  color: hsl(38, 99%, 49%);
  font-family: "Permanent Marker", cursive, serif;
  font-size: 2rem;
}
#connect-phone-modal p a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#connect-phone-modal span.vm-leans-line {
  color: hsl(207, 100%, 70%);
  font-weight: 500;
}
#connect-phone-modal small {
  display: inline-block;
  line-height: 1.5;
  max-width: 300px;
  color: hsl(213, 3%, 60%);
}

#landing-page-campaigns .activate-panel h2 {
  color: hsl(38, 99%, 49%);
}
#landing-page-campaigns .divider-container .divider {
  background: white;
  animation: changeDividerColor 0.5s 3s forwards;
}
@media (min-width: 600px) {
  #landing-page-campaigns .divider-container .divider {
    animation: none;
  }
}
#landing-page-campaigns .call-stats-container h2 br {
  display: none;
}
@media (max-width: 599px) {
  #landing-page-campaigns .call-stats-container h2 br {
    display: inline;
  }
}

.divider-container {
  background: white;
  padding: 2rem 0;
}
@media (max-width: 899px) {
  .divider-container {
    padding: 1rem 0;
  }
}
.divider-container .divider {
  margin: 0 auto;
  content: "";
  width: 100%;
  max-width: 1800px;
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(14, 22, 31, 0.025) 0, hsla(213, 37%, 9%, 0.25) 50%, rgba(14, 22, 31, 0.025) 100%);
}

@media (min-width: 900px) {
  .getting-started-container {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/circle_rings_bg.png");
  }
}
@media (min-width: 1200px) {
  .getting-started-container {
    background-size: cover;
  }
}
.getting-started-container > div {
  max-width: 1800px;
  margin: 0 auto;
  padding: 7rem 0.5rem 9rem;
  text-align: center;
}
.getting-started-container > div h2 {
  font-size: 2.5rem;
  font-weight: normal;
}
.getting-started-container > div p {
  margin: 2.5rem 0;
  line-height: 1.25;
}
.getting-started-container > div a {
  display: inline-block;
}
.getting-started-container > div a:last-child {
  color: hsl(144, 82%, 44%);
}
@media (max-width: 599px) {
  .getting-started-container > div a:last-child {
    margin-top: 2rem;
  }
}
@media (min-width: 600px) {
  .getting-started-container > div a:last-child {
    margin-left: 2rem;
  }
}
.getting-started-container > div a:last-child:hover {
  color: hsl(144, 82%, 70%);
}
@media (min-width: 600px) {
  .getting-started-container > div br {
    display: none;
  }
}

@media (min-width: 900px) {
  #how-it-works-page .take-calls-container {
    width: 600px;
  }
}
#how-it-works-page .atf-hero-img-container {
  background-color: #d38944;
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/listen_at_scale.jpg");
}
@media (min-width: 1800px) {
  #how-it-works-page .atf-after-img-bg {
    background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/listen_at_scale.jpg");
  }
}
#how-it-works-page .features-container h3 {
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
  padding-top: 2.25rem;
  color: hsl(38, 99%, 49%);
  text-decoration: underline;
}
#how-it-works-page .features-container > div {
  padding-top: 2rem;
  padding-bottom: 0;
}
#how-it-works-page .features-container > div.cta-btn-container {
  display: block;
  padding: 2rem 0 4rem;
}
#how-it-works-page .features-container .uses-links-container {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 600px) {
  #how-it-works-page .features-container .uses-links-container {
    flex-direction: row;
  }
}
@media (max-width: 599px) {
  #how-it-works-page .features-container .uses-links-container > div:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 600px) {
  #how-it-works-page .features-container .uses-links-container > div:first-child {
    margin-right: 2.5rem;
  }
}
#how-it-works-page .features-container .uses-links-container > div {
  padding: 1rem;
  line-height: 1.5;
  border: solid 3px hsla(38, 99%, 49%, 0.25);
}
@media (min-width: 600px) {
  #how-it-works-page .features-container .uses-links-container > div {
    max-width: 400px;
  }
}
#how-it-works-page .call-stats-container {
  padding-top: 2rem;
}
#how-it-works-page .call-stats-container .cta-btn-container {
  padding: 1rem 0 1.5rem;
}
#how-it-works-page .call-stats-container .email-form {
  justify-content: center;
  margin-bottom: 2rem;
  padding-top: 0.25rem;
}
@media (max-width: 599px) {
  #how-it-works-page .call-stats-container .email-form {
    margin-left: auto;
    margin-right: auto;
  }
}
#how-it-works-page .activate-panel.vm-display-section {
  margin-bottom: 2rem;
}
@media (max-width: 899px) {
  #how-it-works-page .activate-panel.vm-display-section {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 900px) {
  #how-it-works-page .activate-panel.vm-display-section {
    margin-top: 2rem;
  }
}
@media (max-width: 899px) {
  #how-it-works-page .activate-panel.vm-display-section .vm-display-container {
    padding-bottom: 1rem;
  }
}
#how-it-works-page .activate-panel.vm-display-section .vm-display-container #podcast-comments-vm {
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(243, 243, 241, 0.8509803922);
  border: none;
  box-shadow: 0px 4px 12px 2px rgba(14, 22, 31, 0.25);
}
@media (min-width: 900px) {
  #how-it-works-page .activate-panel.vm-display-section h2 {
    margin: 0 0 0.84em;
  }
}

#pricing-page .atf-hero-video-container {
  width: 100%;
  max-height: 720px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 56.25%;
  background-color: #39c2c1;
}
@media (min-width: 1200px) {
  #pricing-page .atf-hero-video-container {
    margin-top: -8rem;
  }
}
#pricing-page .atf-hero-video-container .aspect-ratio-box-inside, #pricing-page .atf-hero-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pricing-page .atf-hero-video-container .aspect-ratio-box-inside video::-webkit-media-controls, #pricing-page .atf-hero-video-container video video::-webkit-media-controls {
  display: none;
}
#pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div, #pricing-page .atf-hero-video-container video > div {
  height: 100%;
  color: hsl(60, 8%, 95%);
  margin-top: -3rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  #pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div, #pricing-page .atf-hero-video-container video > div {
    margin-top: -1rem;
  }
}
@media (min-width: 1200px) {
  #pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div, #pricing-page .atf-hero-video-container video > div {
    margin-top: 1rem;
  }
}
#pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div h1, #pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div p, #pricing-page .atf-hero-video-container video > div h1, #pricing-page .atf-hero-video-container video > div p {
  z-index: 2;
}
#pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div h1, #pricing-page .atf-hero-video-container video > div h1 {
  font-size: 3.5rem;
  margin-bottom: 0;
  animation: float 1s ease-in-out infinite;
}
@media (max-width: 599px) {
  #pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div h1, #pricing-page .atf-hero-video-container video > div h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  #pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div h1, #pricing-page .atf-hero-video-container video > div h1 {
    margin-top: -2rem;
  }
}
@media (min-width: 1800px) {
  #pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div h1, #pricing-page .atf-hero-video-container video > div h1 {
    margin-top: -10rem;
  }
}
#pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div p, #pricing-page .atf-hero-video-container video > div p {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.25;
  transition: text-shadow;
}
@media (max-width: 599px) {
  #pricing-page .atf-hero-video-container .aspect-ratio-box-inside > div p, #pricing-page .atf-hero-video-container video > div p {
    font-size: 1.25rem;
  }
}
#pricing-page .price-container {
  background: white;
  padding: 5rem 1rem;
}
#pricing-page .price-container > div {
  max-width: 1800px;
  margin: 0 auto;
}
#pricing-page .price-container > div > div .img-container {
  display: none;
}
#pricing-page .price-container > div > div .img-container img {
  max-width: 100%;
}
@media (min-width: 900px) {
  #pricing-page .price-container > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pricing-page .price-container > div > div .img-container {
    display: block;
  }
}
@media (max-width: 899px) {
  #pricing-page .price-container > div > div .pricing-details-container {
    text-align: center;
  }
}
@media (min-width: 900px) {
  #pricing-page .price-container > div > div .pricing-details-container {
    width: 485px;
  }
}
#pricing-page .price-container > div > div .pricing-details-container h2 {
  font-size: 3rem;
  font-weight: 300;
  animation: float 7s infinite;
}
@media (max-width: 899px) {
  #pricing-page .price-container > div > div .pricing-details-container h2 {
    font-size: 2rem;
    margin-top: 0;
  }
}
#pricing-page .price-container > div > div .pricing-details-container img {
  max-width: 100%;
}
@media (min-width: 900px) {
  #pricing-page .price-container > div > div .pricing-details-container img {
    display: none;
  }
}
#pricing-page .price-container > div > div .pricing-details-container .cost-details {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 0.9;
}
@media (max-width: 599px) {
  #pricing-page .price-container > div > div .pricing-details-container .cost-details {
    font-size: 1rem;
  }
}
#pricing-page .price-container > div > div .pricing-details-container .cost-details strong {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 599px) {
  #pricing-page .price-container > div > div .pricing-details-container .cost-details strong {
    font-size: 1.125rem;
  }
}
#pricing-page .price-container > div > div .pricing-details-container .action-links {
  margin-top: 2.75rem;
  margin-bottom: 2.5rem;
}
#pricing-page .price-container > div > div .pricing-details-container .action-links a {
  display: inline-block;
}
#pricing-page .price-container > div > div .pricing-details-container p {
  line-height: 1.25;
}
@media (max-width: 599px) {
  #pricing-page .price-container > div > div .pricing-details-container p {
    text-align: left;
  }
}
#pricing-page .price-container > div > div .pricing-details-container p span {
  font-weight: bold;
  font-family: "Permanent Marker", cursive;
  font-size: 1.25rem;
  color: hsl(38, 99%, 49%);
}
#pricing-page .price-container > div > div .pricing-details-container p span:hover {
  color: hsla(38, 99%, 49%, 0.75);
  cursor: pointer;
}
#pricing-page .price-container > div > div .pricing-details-container #vm-stamps-info-container {
  display: none;
  animation: fadein 1s forwards;
  line-height: 1.5;
  color: hsl(213, 3%, 45%);
  padding-bottom: 0.5rem;
}
@media (max-width: 599px) {
  #pricing-page .price-container > div > div .pricing-details-container #vm-stamps-info-container {
    text-align: left;
  }
}
#pricing-page #features {
  text-align: center;
}
#pricing-page #features > div .features-hero {
  padding: 11rem 0 11.75rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/circle_rings_bg.png");
}
@media (max-width: 899px) {
  #pricing-page #features > div .features-hero {
    padding: 5rem 0 5.75rem;
  }
}
@media (max-width: 599px) {
  #pricing-page #features > div .features-hero {
    padding: 4rem 0 4.75rem;
  }
}
#pricing-page #features > div h2 {
  font-size: 4rem;
  font-weight: 300;
  padding: 0 1rem;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
@media (max-width: 599px) {
  #pricing-page #features > div h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
#pricing-page #features > div h2 strong {
  display: inline-block;
  font-weight: 700;
  -webkit-animation: float 2s infinite ease-in-out;
  animation: float 2s infinite ease-in-out;
}
#pricing-page #features > div .features-hero > p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  max-width: 750px;
  padding: 0 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 599px) {
  #pricing-page #features > div .features-hero > p {
    font-size: 1.25rem;
    margin-top: 0.75rem;
  }
}
#pricing-page #features > div .features-hero > p a {
  color: hsl(213, 37%, 9%);
  text-decoration: underline;
  font-weight: 700;
}
#pricing-page #features > div .features-hero > p a:hover {
  color: hsla(213, 37%, 9%, 0.5);
}
#pricing-page .geo-container {
  padding: 1.5rem 0 2.5rem;
}
#pricing-page .geo-container h3 {
  font-family: "Permanent Marker", cursive, serif;
  font-size: 3rem;
  color: hsl(38, 99%, 49%);
  line-height: 1.25;
  padding-top: 1rem;
}
@media (max-width: 899px) {
  #pricing-page .geo-container h3 {
    font-size: 2rem;
  }
}
#pricing-page .geo-container p {
  margin: 0 auto;
  padding: 1rem;
  line-height: 1.5;
  max-width: 750px;
}
#pricing-page .geo-container p.main-point {
  padding-top: 0;
}
#pricing-page .geo-container p.true-talk-point {
  text-align: left;
}
#pricing-page .geo-container p strong {
  letter-spacing: 1px;
}
#pricing-page .geo-container .cta-btn-container {
  padding: 3rem 0 2rem;
}

#about-page .about-hero-container {
  background: white;
  padding: 72px 0;
  animation: fadein 1s;
}
#about-page .about-hero-container > div {
  max-width: 1800px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  #about-page .about-hero-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#about-page .about-hero-container > div img {
  width: 100%;
}
#about-page .about-hero-container > div .info {
  max-width: 530px;
  padding: 0 2rem;
}
@media (max-width: 599px) {
  #about-page .about-hero-container > div .info {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #about-page .about-hero-container > div .info {
    max-width: 650px;
  }
}
#about-page .about-hero-container > div .info h1 {
  font-size: 3rem;
  font-weight: normal;
}
@media (max-width: 599px) {
  #about-page .about-hero-container > div .info h1 {
    margin-top: 0;
  }
}
#about-page .about-hero-container > div .info h1 span {
  white-space: nowrap;
}
@media (min-width: 600px) {
  #about-page .about-hero-container > div .info img {
    display: none;
  }
}
#about-page .about-hero-container > div .info p {
  line-height: 1.5;
}
#about-page .about-hero-container > div .info p a {
  font-weight: 600;
}
#about-page .about-hero-container > div .info p:nth-child(3) {
  font-size: 1.5rem;
  font-weight: 300;
}
#about-page .about-hero-container > div .info p:last-child {
  font-size: 1.125rem;
}
@media (max-width: 599px) {
  #about-page .about-hero-container > div .desktop-img-container img {
    display: none;
  }
}
#about-page .charter-container {
  padding-bottom: 14rem;
}
@media (max-width: 599px) {
  #about-page .charter-container {
    padding-bottom: 12rem;
  }
}
#about-page .charter-container > .img-container {
  text-align: center;
  margin-top: -55px;
}
#about-page .charter-container h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: normal;
  margin: 3rem 0;
}
@media (max-width: 899px) {
  #about-page .charter-container h2 {
    margin-bottom: 4rem;
  }
}
#about-page .charter-container .charter {
  padding: 0 1rem 4rem;
}
#about-page .charter-container .charter h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: hsla(213, 37%, 9%, 0.75);
}
@media (min-width: 900px) {
  #about-page .charter-container .charter h3 {
    max-width: 420px;
    text-align: right;
    margin-right: 3rem;
  }
}
#about-page .charter-container .charter h3 span {
  font-weight: 300;
}
@media (min-width: 900px) {
  #about-page .charter-container .charter h3 span {
    display: block;
    font-size: 2.5rem;
    font-weight: 300;
  }
}
#about-page .charter-container .charter .charter-item-container {
  line-height: 1.4;
}
#about-page .charter-container .charter .charter-item-container:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 899px) {
  #about-page .charter-container .charter .charter-item-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 900px) {
  #about-page .charter-container .charter .charter-item-container {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 900px) {
  #about-page .charter-container .charter .charter-item-container .item-details-container {
    max-width: 420px;
    padding-top: 4rem;
  }
}
#about-page .charter-container .charter .charter-item-container .item-details-container span {
  font-size: 0.75rem;
  font-weight: 600;
  color: hsl(213, 3%, 45%);
}
#about-page .founder-container {
  background: white;
}
#about-page .founder-container > div {
  max-width: 1800px;
  margin: 0 auto;
  padding: 6rem 1.25rem 6rem;
}
#about-page .founder-container > div .img-container {
  margin-top: -300px;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 599px) {
  #about-page .founder-container > div .img-container {
    margin-top: -250px;
  }
}
#about-page .founder-container > div .img-container img {
  border: 6px solid white;
  border-radius: 50%;
}
#about-page .founder-container > div img {
  max-width: 100%;
}
#about-page .founder-container > div p {
  max-width: 800px;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
#about-page .founder-container > div p strong {
  font-weight: 600;
}
#about-page .founder-container > div .quote {
  line-height: 1.5;
  text-align: center;
}
#about-page .founder-container > div .founder-name {
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
}
#about-page .founder-container > div .defs-container {
  margin-top: 6rem;
}
@media (max-width: 599px) {
  #about-page .founder-container > div .defs-container {
    margin-top: 3.5rem;
  }
}
#about-page .founder-container > div .defs-container p {
  line-height: 1.5;
}
@media (max-width: 599px) {
  #about-page .founder-container > div .defs-container p {
    font-size: 1rem;
  }
}
#about-page .founder-container > div .defs-container .wiki-attribution {
  max-width: 800px;
  font-weight: 0.75rem;
}

#request-demo-page, #login-page, #sponsor-sign-up-page {
  padding: 8rem 1rem;
}
#request-demo-page h1, #request-demo-page h2, #login-page h1, #login-page h2, #sponsor-sign-up-page h1, #sponsor-sign-up-page h2 {
  text-align: center;
  font-weight: normal;
}
#request-demo-page h1, #login-page h1, #sponsor-sign-up-page h1 {
  font-size: 1rem;
  color: hsl(213, 3%, 60%);
  margin: 0.5rem auto 2rem;
}
#request-demo-page h2, #login-page h2, #sponsor-sign-up-page h2 {
  font-size: 1.75rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 599px) {
  #request-demo-page h2, #login-page h2, #sponsor-sign-up-page h2 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
#request-demo-page .form-container, #login-page .form-container, #sponsor-sign-up-page .form-container {
  max-width: 400px;
  margin: 4rem auto;
  padding: 2.25rem 0;
  border: solid 1px hsla(213, 37%, 9%, 0.1);
  border-radius: 3px;
  box-shadow: 0px 2px 8px hsla(213, 37%, 9%, 0.1);
}
#request-demo-page .form-container .field, #login-page .form-container .field, #sponsor-sign-up-page .form-container .field {
  padding: 1rem 3rem;
}
@media (max-width: 599px) {
  #request-demo-page .form-container .field, #login-page .form-container .field, #sponsor-sign-up-page .form-container .field {
    padding: 1rem;
  }
}
#request-demo-page .form-container .field label, #login-page .form-container .field label, #sponsor-sign-up-page .form-container .field label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
#request-demo-page .form-container .field input[type=text], #request-demo-page .form-container .field input[type=email], #login-page .form-container .field input[type=text], #login-page .form-container .field input[type=email], #sponsor-sign-up-page .form-container .field input[type=text], #sponsor-sign-up-page .form-container .field input[type=email] {
  font-size: 1.125rem;
  width: 100%;
  border-radius: 3px;
  border: solid 1px hsla(213, 37%, 9%, 0.1);
  padding: 0.5rem;
  background-color: #fff;
}
#request-demo-page .form-container .submit-container, #login-page .form-container .submit-container, #sponsor-sign-up-page .form-container .submit-container {
  border-top: solid 1px hsla(213, 37%, 9%, 0.1);
  text-align: center;
  padding-top: 2rem;
  margin-top: 2.25rem;
}
#request-demo-page .form-container .submit-container .btn, #login-page .form-container .submit-container .btn, #sponsor-sign-up-page .form-container .submit-container .btn {
  border-radius: 36px;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
#request-demo-page .form-container .submit-container .btn:hover, #login-page .form-container .submit-container .btn:hover, #sponsor-sign-up-page .form-container .submit-container .btn:hover {
  cursor: pointer;
}
#request-demo-page h3, #login-page h3, #sponsor-sign-up-page h3 {
  font-family: "Permanent Marker", cursive;
  text-align: center;
  font-size: 3rem;
  color: hsl(38, 99%, 49%);
  margin-bottom: 0;
}
@media (max-width: 599px) {
  #request-demo-page h3, #login-page h3, #sponsor-sign-up-page h3 {
    font-size: 2.75rem;
  }
}

#sponsor-sign-up-page .form-container {
  margin-top: 2rem;
}

#request-demo-success-page > div > div h2 {
  margin-bottom: 0.5rem;
}
#request-demo-success-page > div > div p {
  margin-top: 0;
}

#terms-page, #privacy-page {
  padding: 72px 2rem 3rem;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
}

#sponsor-success-page, #sponsor-canceled-page {
  padding: 72px 2rem 3rem;
}
#sponsor-success-page h1, #sponsor-canceled-page h1 {
  font-size: 4rem;
  font-weight: 300;
}
@media (max-width: 599px) {
  #sponsor-success-page h1, #sponsor-canceled-page h1 {
    font-size: 2.5rem;
  }
}
#sponsor-success-page h1 strong, #sponsor-canceled-page h1 strong {
  color: hsl(38, 99%, 49%);
}
#sponsor-success-page h2, #sponsor-canceled-page h2 {
  font-weight: 300;
}
#sponsor-success-page p, #sponsor-canceled-page p {
  line-height: 1.5;
}
#sponsor-success-page p.email-instructions, #sponsor-success-page p.support-contact, #sponsor-canceled-page p.email-instructions, #sponsor-canceled-page p.support-contact {
  max-width: 800px;
}
#sponsor-success-page p.support-contact, #sponsor-canceled-page p.support-contact {
  margin-top: 3rem;
  color: hsl(213, 3%, 60%);
}

.breadcrumbs {
  color: hsl(213, 3%, 60%);
}
@media (max-width: 599px) {
  .breadcrumbs {
    font-size: 0.75rem;
  }
}

.dynamic-content-container {
  max-width: 1800px;
  padding: 1rem;
}
.dynamic-content-container .form-container {
  max-width: 400px;
  margin: 4rem auto;
  padding: 2.25rem 0;
  border: solid 1px hsla(213, 37%, 9%, 0.1);
  border-radius: 3px;
  box-shadow: 0px 2px 8px hsla(213, 37%, 9%, 0.1);
}
.dynamic-content-container .form-container .alert p {
  text-align: center;
  color: red;
  padding: 0 1rem;
  line-height: 1.25;
}
.dynamic-content-container .form-container .field {
  padding: 1rem 3rem;
}
@media (max-width: 599px) {
  .dynamic-content-container .form-container .field {
    padding: 1rem;
  }
}
.dynamic-content-container .form-container .field label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.dynamic-content-container .form-container .field input[type=text], .dynamic-content-container .form-container .field input[type=email], .dynamic-content-container .form-container .field input[type=url], .dynamic-content-container .form-container .field input[type=number] {
  font-size: 1.125rem;
  width: 100%;
  border-radius: 3px;
  border: solid 1px hsla(213, 37%, 9%, 0.1);
  padding: 0.5rem;
  background-color: #fff;
}
.dynamic-content-container .form-container .submit-container {
  border-top: solid 1px hsla(213, 37%, 9%, 0.1);
  text-align: center;
  padding-top: 2rem;
  margin-top: 2.25rem;
}
.dynamic-content-container .form-container .submit-container .btn {
  border-radius: 36px;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
.dynamic-content-container .form-container .submit-container .btn:hover {
  cursor: pointer;
}
.dynamic-content-container .form-container .field .info-block {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: hsl(213, 3%, 45%);
  font-weight: 500;
  line-height: 1.35;
}
.dynamic-content-container .form-container .field .info-block .two-cent-sign {
  font-family: "Permanent Marker", cursive;
  color: hsl(38, 99%, 49%);
}

.sponsor-country-notice {
  max-width: 500px;
  margin: 1rem auto;
  font-size: 0.75rem;
  color: gray;
  line-height: 1.5;
  text-align: center;
}

#my-lines-page > div {
  text-align: center;
  padding: 1rem 1rem 0;
}
#my-lines-page > div h1 {
  margin: 2rem 1rem 3rem;
  font-weight: normal;
}
#my-lines-page > div h1 strong {
  color: hsl(38, 99%, 49%);
}
@media (max-width: 599px) {
  #my-lines-page > div h1 {
    font-size: 1.25rem;
  }
}
#my-lines-page > div .activate-line-prompt > div {
  color: red;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
#my-lines-page > div .activate-line-prompt a {
  display: inline-block;
}
#my-lines-page > div h3 {
  margin: 0 0 0.5rem;
  font-family: "Permanent Marker", cursive;
  font-size: 2rem;
  font-weight: normal;
}
#my-lines-page > div .active-lines-container {
  margin: 3rem 0;
}
#my-lines-page > div .active-lines-container .active-line {
  margin-bottom: 2rem;
}
#my-lines-page > div .active-lines-container .active-line h3 a {
  color: hsl(38, 99%, 49%);
}
#my-lines-page > div .active-lines-container .active-line h3 a:hover {
  color: hsla(38, 99%, 49%, 0.5);
}
#my-lines-page > div .active-lines-container .active-line > div {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
#my-lines-page > div .active-lines-container .active-line > div span {
  color: hsl(213, 3%, 60%);
}
#my-lines-page > div .active-lines-container .active-line > div .deactivate-link {
  color: red;
}
#my-lines-page > div .active-lines-container .active-line > div .deactivate-link:hover {
  color: rgba(255, 0, 0, 0.6);
}
#my-lines-page > div .active-lines-container .active-line .line-admin-actions-container button {
  letter-spacing: 1px;
  color: hsl(144, 82%, 44%);
  font-weight: 600;
  border-top: dashed 2px hsla(38, 99%, 49%, 0.25);
  padding-top: 0.5rem;
  margin-top: 0.25rem;
}
#my-lines-page > div .active-lines-container .active-line .line-admin-actions-container button:focus {
  outline: none;
}
#my-lines-page > div .active-lines-container .active-line .line-admin-actions-container .admin-action-links {
  display: none;
  font-size: 1rem;
  max-width: 200px;
  margin: 0.5rem auto 0;
  padding: 0.75rem 0.5rem;
  box-shadow: -1px 2px 3px 0 hsla(213, 37%, 9%, 0.25);
  border-radius: 3px;
  background: hsla(38, 99%, 49%, 0.25);
  background: linear-gradient(194deg, hsla(38, 99%, 49%, 0.25) 0%, hsl(48, 100%, 83%) 57%);
  animation: fadein 1s;
}
#my-lines-page > div .active-lines-container .active-line .line-admin-actions-container .admin-action-links > div:not(:last-child) {
  margin-bottom: 0.5rem;
}
#my-lines-page > div .deactivated-lines-container {
  margin: 3rem 0;
}
#my-lines-page > div .deactivated-lines-container .deactivated-line {
  margin-bottom: 2rem;
}
#my-lines-page > div .deactivated-lines-container .deactivated-line h3 a {
  color: hsl(213, 3%, 60%);
}
#my-lines-page > div .deactivated-lines-container .deactivated-line h3 a:hover {
  color: hsl(0, 0%, 74%);
}
#my-lines-page > div .deactivated-lines-container .deactivated-line > div {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
#my-lines-page > div .deactivated-lines-container .deactivated-line > div span {
  color: hsl(213, 3%, 60%);
}
#my-lines-page > div .sponsor-payment-info-container {
  margin: 3rem auto 0;
  padding-top: 1rem;
  max-width: 600px;
  line-height: 1.25;
  border-top: dashed 1px hsl(0, 0%, 74%);
}
#my-lines-page > div .sponsor-payment-info-container > div {
  text-align: center;
}
#my-lines-page > div .sponsor-payment-info-container > div > a#add-line-link {
  font-family: "Permanent Marker", cursive;
  font-size: 2.5rem;
  color: hsl(144, 82%, 44%);
}
#my-lines-page > div .sponsor-payment-info-container > div > a#add-line-link:hover {
  color: hsl(144, 82%, 70%);
}
#my-lines-page > div .sponsor-payment-info-container > p {
  margin: 1rem 0 0.5rem;
}
#my-lines-page > div .sponsor-payment-info-container .sponsor-country-notice {
  margin-top: 0;
}
#my-lines-page > div .sponsor-payment-info-container .sponsor-country-notice a {
  color: hsl(213, 37%, 9%);
}
#my-lines-page > div .sponsor-payment-info-container .sponsor-country-notice a:hover {
  color: hsl(207, 100%, 70%);
}
#my-lines-page > div .sponsor-payment-info-container #add-line-next-step {
  display: none;
  animation: fadein 0.5s;
}
#my-lines-page > div .sponsor-payment-info-container #add-line-next-step p {
  font-size: 1.5rem;
}
#my-lines-page > div .sponsor-payment-info-container #add-line-next-step p a {
  display: inline-block;
}
@media (min-width: 600px) {
  #my-lines-page > div .sponsor-payment-info-container #add-line-next-step p a {
    animation: float 0.8s both infinite;
  }
}
#my-lines-page > div .sponsor-payment-info-container #add-line-next-step p u {
  font-weight: 300;
}
#my-lines-page > div .request-demo-section {
  margin: 2rem auto;
  max-width: 400px;
  margin-top: 2rem;
  line-height: 1.5;
}
#my-lines-page > div .support-blurb {
  margin-top: 2rem;
  color: hsl(213, 3%, 60%);
}
#my-lines-page .protect-info-text {
  margin: 1rem 0rem;
}
#my-lines-page .knight-container {
  margin: 0 auto;
  padding: 0;
}
#my-lines-page .knight-container img {
  width: 200px;
  height: auto;
}

#line-setup-page h1, #line-edit-page h1, #new-line-page h1, #line-ext-edit-page h1 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 2rem 1rem 3rem;
}
#line-setup-page h2, #line-edit-page h2, #new-line-page h2, #line-ext-edit-page h2 {
  font-family: "Permanent Marker", cursive;
  font-size: 2rem;
  font-weight: normal;
  color: hsl(38, 99%, 49%);
}
#line-setup-page .form-container, #line-edit-page .form-container, #new-line-page .form-container, #line-ext-edit-page .form-container {
  margin: 3rem auto 2rem;
}
#line-setup-page .form-container #line_area_code, #line-edit-page .form-container #line_area_code, #new-line-page .form-container #line_area_code, #line-ext-edit-page .form-container #line_area_code {
  max-width: 60px;
}
#line-setup-page .alternate-actions-section, #line-edit-page .alternate-actions-section, #new-line-page .alternate-actions-section, #line-ext-edit-page .alternate-actions-section {
  margin-bottom: 3rem;
}

#new-line-page h1 {
  margin-bottom: 1rem;
}
#new-line-page h3 {
  text-align: center;
  margin: 0;
  color: hsla(213, 37%, 9%, 0.5);
  font-weight: 400;
}
#new-line-page .form-container {
  margin-top: 2rem;
}
#new-line-page .form-container #spinner {
  border: 0.5rem solid hsla(38, 99%, 49%, 0.25);
  border-top: 0.5rem solid hsla(38, 99%, 49%, 0.75);
}

#accounts-billing-page h2 {
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.25rem;
}
#accounts-billing-page .current-month-cost {
  margin-bottom: 2rem;
}
#accounts-billing-page .current-month-cost .billing-item-container {
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 599px) {
  #accounts-billing-page .current-month-cost .billing-item-container {
    font-size: 0.75rem;
  }
}
#accounts-billing-page .current-month-cost .end-of-month-container {
  margin-bottom: 2rem;
  color: hsl(213, 3%, 45%);
}
#accounts-billing-page .update-payment-container {
  border-top: dashed 1px hsl(0, 0%, 74%);
}

#moderate-line-page h1 {
  margin: 1.5rem 0;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Permanent Marker", cursive;
}
#moderate-line-page h1 a {
  color: hsl(38, 99%, 49%);
}
#moderate-line-page h1 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#moderate-line-page .section {
  margin-bottom: 2rem;
}
#moderate-line-page h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}
#moderate-line-page h2 input[type=number] {
  margin-right: 0.5rem;
}
#moderate-line-page h2 button {
  font-size: 0.75rem;
}
#moderate-line-page h2 > button, #moderate-line-page h2 button[type=submit] {
  color: hsl(241, 84%, 62%);
  text-decoration: none;
  transition: color 0.25s;
}
#moderate-line-page h2 > button:hover, #moderate-line-page h2 button[type=submit]:hover {
  color: hsl(207, 100%, 70%);
}
#moderate-line-page p {
  font-size: 12px;
  max-width: 500px;
  margin: 0.5rem 0 0;
  line-height: 1.4;
}
#moderate-line-page .mod-section input[type=email] {
  margin-right: 0.5rem;
}
#moderate-line-page .mod-section > button, #moderate-line-page .mod-section button[type=submit] {
  text-decoration: none;
  transition: color 0.25s;
  color: hsl(241, 84%, 62%);
}
#moderate-line-page .mod-section > button:hover, #moderate-line-page .mod-section button[type=submit]:hover {
  color: hsl(207, 100%, 70%);
}
#moderate-line-page .mod-section button[type=submit]:disable {
  color: hsl(0, 0%, 74%);
}
#moderate-line-page .mod-section .mod-emails-list {
  margin: 0.75rem 0;
  color: hsl(213, 3%, 60%);
}
#moderate-line-page .mod-section .mod-emails-list div:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media (max-width: 599px) {
  #moderate-line-page .mod-section .mod-emails-list {
    font-size: 0.75rem;
  }
}
#moderate-line-page .mod-section .mod-emails-list button {
  font-size: 0.75rem;
  color: red;
}
#moderate-line-page .mod-section .mod-emails-list button:hover {
  color: rgba(255, 0, 0, 0.5);
}
#moderate-line-page .vms-section > div.has-text-gray {
  margin-top: 0.75rem;
}
@media (max-width: 599px) {
  #moderate-line-page .vms-section > div.has-text-gray {
    font-size: 0.75rem;
  }
}
#moderate-line-page .vms-section .censured-vms-container {
  margin: 1.5rem 0;
}
#moderate-line-page .vms-section .flagged-vm {
  margin-bottom: 2.5rem;
}
#moderate-line-page .vms-section .flagged-vm .time-ago a {
  color: hsl(213, 3%, 60%);
  font-size: 0.75rem;
}
#moderate-line-page .vms-section .flagged-vm .censure-tag {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.15rem 0.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: hsl(60, 8%, 95%);
  background: #1caabd;
}
#moderate-line-page .vms-section .flagged-vm .censure-tag.flagged-bg {
  background: #bd1c60;
}
#moderate-line-page .vms-section .flagged-vm .transcript {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  line-height: 1.25;
  max-width: 750px;
}
#moderate-line-page .vms-section .flagged-vm audio {
  display: block;
  height: 54px;
  max-width: 100%;
}
#moderate-line-page .vms-section .flagged-vm h4 {
  font-size: 0.75rem;
  font-weight: normal;
  color: hsl(213, 3%, 60%);
  margin: 0.25rem 0;
}
#moderate-line-page .vms-section .flagged-vm ol {
  padding: 0;
  list-style-position: inside;
  margin: 0 0 0.25rem;
}
#moderate-line-page .vms-section .flagged-vm li {
  font-size: 0.75rem;
  max-width: 750px;
  margin-bottom: 0.25rem;
  line-height: 1.25;
}
#moderate-line-page .vms-section .flagged-vm button {
  font-size: 0.75rem;
  text-decoration: none;
  transition: color 0.25s;
  color: hsl(241, 84%, 62%);
}
#moderate-line-page .vms-section .flagged-vm button:hover {
  color: hsl(207, 100%, 70%);
}
#moderate-line-page .vms-section .flagged-vm button.blacklist-link {
  color: red;
}

.line-content-container {
  max-width: 1800px;
  padding: 1rem;
}
@media (min-width: 600px) {
  .line-content-container {
    padding-top: 0;
  }
}

#show-perma-ext-page .paginate-container, #search-line-page .paginate-container {
  margin-bottom: 3rem !important;
}

#show-line-page .exts-section, #search-line-page .exts-section {
  margin: 1.25rem auto;
  max-width: 400px;
  line-height: 1.3;
}
#show-line-page .exts-section .regarding-label, #search-line-page .exts-section .regarding-label {
  letter-spacing: 1px;
}
#show-line-page .exts-section .line-ext-item, #search-line-page .exts-section .line-ext-item {
  margin-bottom: 0.75rem;
  color: hsl(213, 3%, 60%);
}
#show-line-page .exts-section .line-ext-item > div, #search-line-page .exts-section .line-ext-item > div {
  display: inline-block;
}
#show-line-page .exts-section .line-ext-item .help-block, #search-line-page .exts-section .line-ext-item .help-block {
  display: inline-block;
}
#show-line-page .exts-section .line-ext-item input#line_ext_regarding, #search-line-page .exts-section .line-ext-item input#line_ext_regarding {
  display: block;
  background: transparent;
  border: none;
  border-bottom: dotted 1px hsla(213, 37%, 9%, 0.1);
  text-align: center;
  margin: 0.5rem auto;
}
#show-line-page .exts-section .line-ext-item input#line_ext_regarding:not(:last-child), #search-line-page .exts-section .line-ext-item input#line_ext_regarding:not(:last-child) {
  margin-bottom: 0;
}
#show-line-page .exts-section .line-ext-item button, #search-line-page .exts-section .line-ext-item button {
  border: none;
  background: transparent;
}
#show-line-page .exts-section .line-ext-item button:hover, #search-line-page .exts-section .line-ext-item button:hover {
  cursor: pointer;
}
#show-line-page .exts-section .line-ext-item button:disabled, #show-line-page .exts-section .line-ext-item button[disabled], #search-line-page .exts-section .line-ext-item button:disabled, #search-line-page .exts-section .line-ext-item button[disabled] {
  color: hsl(0, 0%, 74%);
}
#show-line-page .exts-section .line-ext-item .cancel-ext-change, #search-line-page .exts-section .line-ext-item .cancel-ext-change {
  display: inline-block;
  color: hsla(213, 37%, 9%, 0.25) !important;
}
#show-line-page .exts-section .line-ext-item .cancel-ext-change:hover, #search-line-page .exts-section .line-ext-item .cancel-ext-change:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  #show-line-page .exts-section .line-ext-item .cancel-ext-change:hover, #search-line-page .exts-section .line-ext-item .cancel-ext-change:hover {
    color: hsla(213, 37%, 9%, 0.5) !important;
  }
}
#show-line-page .exts-section .line-ext-item a.editable-field, #search-line-page .exts-section .line-ext-item a.editable-field {
  color: hsla(213, 37%, 9%, 0.25) !important;
}
#show-line-page .exts-section .line-ext-item a.editable-field:hover, #search-line-page .exts-section .line-ext-item a.editable-field:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  #show-line-page .exts-section .line-ext-item a.editable-field:hover, #search-line-page .exts-section .line-ext-item a.editable-field:hover {
    color: hsla(213, 37%, 9%, 0.5) !important;
  }
}
#show-line-page .exts-section .line-ext-item a.editable-field .line-ext-re, #search-line-page .exts-section .line-ext-item a.editable-field .line-ext-re {
  color: hsl(213, 3%, 45%);
}
@media (min-width: 1200px) {
  #show-line-page .exts-section .line-ext-item a.editable-field .line-ext-re:hover, #search-line-page .exts-section .line-ext-item a.editable-field .line-ext-re:hover {
    color: hsl(213, 3%, 60%);
  }
}
#show-line-page .exts-section .line-ext-item .ellipsis, #search-line-page .exts-section .line-ext-item .ellipsis {
  color: hsl(0, 0%, 74%);
}
#show-line-page .exts-section .line-ext-item .trash-ext-icon, #search-line-page .exts-section .line-ext-item .trash-ext-icon {
  color: rgba(255, 0, 0, 0.5) !important;
}
@media (min-width: 1200px) {
  #show-line-page .exts-section .line-ext-item .trash-ext-icon:hover, #search-line-page .exts-section .line-ext-item .trash-ext-icon:hover {
    color: red !important;
  }
}
#show-line-page .exts-section .line-ext-item .regarding-text, #search-line-page .exts-section .line-ext-item .regarding-text {
  color: hsl(213, 3%, 45%) !important;
}
#show-line-page .exts-section .line-ext-item .regarding-text:hover, #search-line-page .exts-section .line-ext-item .regarding-text:hover {
  color: hsla(213, 37%, 9%, 0.5) !important;
}
#show-line-page .exts-section ::placeholder, #search-line-page .exts-section ::placeholder {
  color: hsl(0, 0%, 74%);
  opacity: 1;
}
#show-line-page .exts-section :-ms-input-placeholder, #search-line-page .exts-section :-ms-input-placeholder {
  color: hsl(0, 0%, 74%);
}
#show-line-page .exts-section ::-ms-input-placeholder, #search-line-page .exts-section ::-ms-input-placeholder {
  color: hsl(0, 0%, 74%);
}
#show-line-page #exts-component, #search-line-page #exts-component {
  display: none;
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
}
#show-line-page #top-pods-section, #search-line-page #top-pods-section {
  display: none;
  margin: 1.25rem auto;
  max-width: 400px;
  line-height: 1.3;
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
}
#show-line-page #top-pods-section > div, #search-line-page #top-pods-section > div {
  margin-bottom: 0.75rem;
}
#show-line-page #top-pods-section > div a, #show-line-page #top-pods-section > div a span, #search-line-page #top-pods-section > div a, #search-line-page #top-pods-section > div a span {
  transition: all 0.3s ease;
}
#show-line-page #top-pods-section > div a .pod-views-stamp, #search-line-page #top-pods-section > div a .pod-views-stamp {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  color: hsl(213, 3%, 45%);
  font-size: 0.75rem;
}
#show-line-page #top-pods-section > div a .pod-views-stamp span, #search-line-page #top-pods-section > div a .pod-views-stamp span {
  font-size: 1rem;
  padding: 0 2px;
  border-bottom: dotted 2px;
  font-weight: 600;
}
#show-line-page #top-pods-section > div a:hover span.pod-views, #search-line-page #top-pods-section > div a:hover span.pod-views {
  color: hsl(200, 99%, 49%);
}
#show-line-page #top-pods-section > div a:hover .pod-views-stamp, #search-line-page #top-pods-section > div a:hover .pod-views-stamp {
  color: hsl(241, 84%, 56%);
}
#show-line-page #top-pods-section > div a:hover .pod-views-stamp span, #search-line-page #top-pods-section > div a:hover .pod-views-stamp span {
  color: hsl(60, 8%, 95%);
  background-color: hsl(241, 84%, 56%);
}
#show-line-page .vms-section, #search-line-page .vms-section {
  margin: 4rem 0;
}
#show-line-page .search-img-container, #search-line-page .search-img-container {
  text-align: center;
  margin: 2rem 0 1rem;
}

#search-line-page .search-title-section {
  text-align: center;
}
#search-line-page .search-title-section h2 {
  font-family: "Permanent Marker", cursive;
  font-size: 1.25rem;
  margin: 1rem 0 0.5rem;
}
#search-line-page .filters-container {
  max-width: 300px;
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  border-top: dashed 2px rgba(249, 158, 1, 0.25);
  padding-top: 1rem;
}
#search-line-page .filters-container > div:not(:last-child) {
  margin-right: 2rem;
}
#search-line-page .filters-container .filters-label {
  color: hsl(0, 0%, 74%);
}
#search-line-page .filters-container button {
  color: hsl(213, 37%, 9%);
  font-weight: 500;
}
#search-line-page .filters-container button:focus {
  outline: none;
}
#search-line-page .filters-container button:hover {
  color: hsl(213, 37%, 9%);
  text-decoration: none;
}
@media (min-width: 1200px) {
  #search-line-page .filters-container button:hover {
    color: hsl(213, 3%, 45%);
  }
}
#search-line-page .filters-container button span {
  display: inline-block;
}
#search-line-page .filters-container button span.loading {
  animation: spinner 2s infinite;
}
#search-line-page #search-form {
  max-width: 250px;
  margin: 1rem auto;
  text-align: center;
}
#search-line-page #search-form input[type=search] {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  width: 100%;
  border-radius: 3px;
  border: solid 1px hsla(213, 37%, 9%, 0.1);
  padding: 0.5rem;
  background-color: hsl(60, 8%, 95%);
}
#search-line-page #search-form button {
  padding: 0.5rem 1rem;
  border-radius: 36px;
}
@media (max-width: 599px) {
  #search-line-page #search-form button:hover {
    box-shadow: none;
  }
}
#search-line-page .results-title {
  font-family: "Permanent Marker", cursive;
  font-size: 1.25rem;
  margin: 3rem 0 1rem;
}
#search-line-page .vms-section {
  margin-top: 2rem;
}
#search-line-page .vms-section .bouncing-v {
  display: none;
}

#show-perma-ext-page .perma-ext-header {
  text-align: center;
}
#show-perma-ext-page .perma-ext-header h1 {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  margin: 0.75rem auto 0.25rem;
  font-family: "Permanent Marker", cursive, serif;
}
#show-perma-ext-page .perma-ext-header .ext-instructions {
  font-size: 2rem;
  color: hsl(213, 3%, 45%);
  font-family: "Permanent Marker", cursive, serif;
  text-shadow: 1px 1px 1px rgba(14, 22, 31, 0.1);
}
@media (max-width: 599px) {
  #show-perma-ext-page .perma-ext-header .ext-instructions {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  #show-perma-ext-page .perma-ext-header .ext-instructions a {
    font-size: 1.5rem;
  }
}
#show-perma-ext-page .perma-ext-header .ext-instructions a {
  color: hsl(38, 99%, 49%);
}
#show-perma-ext-page .perma-ext-header .ext-instructions a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#show-perma-ext-page .perma-ext-header .ext-instructions .ext {
  color: hsl(38, 99%, 49%);
}
#show-perma-ext-page .line-and-ext-detail {
  line-height: 1.5;
  margin-top: 0.5rem;
}
#show-perma-ext-page .line-and-ext-detail .regarding-info-section {
  text-align: center;
}
#show-perma-ext-page .line-and-ext-detail .regarding-info-section .regarding-label {
  color: hsl(213, 3%, 45%);
}
#show-perma-ext-page .line-and-ext-detail .regarding-info-section a.regarding-ext-link {
  text-decoration: underline;
  color: hsl(213, 37%, 9%);
}
#show-perma-ext-page .line-and-ext-detail .regarding-info-section a.regarding-ext-link:hover {
  color: hsl(214, 96%, 55%);
}
#show-perma-ext-page .line-and-ext-detail .retired-ext-notice span {
  background: hsl(213, 37%, 9%);
  color: hsl(60, 8%, 95%);
  padding: 0 0.5rem;
}
#show-perma-ext-page .helpful-links-section {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  text-align: center;
}
#show-perma-ext-page .helpful-links-section a {
  color: hsl(144, 82%, 44%);
}
#show-perma-ext-page .helpful-links-section a:hover {
  color: hsl(144, 82%, 70%);
}
#show-perma-ext-page .vms-section {
  margin: 4rem 0;
}

p.no-vms {
  margin: 1rem 0;
}

#line-ext-edit-page h1 {
  margin: 1.5rem 0 0.5rem;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Permanent Marker", cursive, serif;
}
#line-ext-edit-page h1 a {
  color: hsl(38, 99%, 49%);
}
#line-ext-edit-page h1 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#line-ext-edit-page h2 {
  margin: 0;
  font-family: "Permanent Marker", cursive, serif;
  font-size: 1rem;
}
#line-ext-edit-page h3 {
  margin: 1rem 0 0;
  font-weight: normal;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  #line-ext-edit-page .form-container {
    margin-top: 1.5rem;
  }
}

.sponsor-header-container {
  text-align: center;
  font-family: "Permanent Marker", cursive, serif;
  font-weight: normal;
}
.sponsor-header-container a {
  color: hsl(241, 84%, 56%);
}
@media (min-width: 1200px) {
  .sponsor-header-container a:hover {
    color: hsl(200, 99%, 49%);
  }
}
.sponsor-header-container h1 {
  margin: 0;
  font-size: 30px;
  text-shadow: 1px 1px 1px hsla(213, 37%, 9%, 0.1);
  color: hsl(213, 3%, 45%);
}
@media (max-width: 599px) {
  .sponsor-header-container h1 {
    font-size: 1.75rem;
  }
}
.sponsor-header-container h1 a {
  color: hsl(38, 99%, 49%);
}
.sponsor-header-container h1 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
.sponsor-header-container .listening-title {
  margin-bottom: 0.5rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-weight: 300;
}
.sponsor-header-container .stamps-warning span {
  font-family: "Work Sans", sans-serif;
  color: red;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.25rem;
}
.sponsor-header-container .stamps-warning a {
  display: inline-block;
  color: #fff;
  margin: 1rem 0;
  font-size: 1.5rem;
}
.sponsor-header-container .name-subtitle {
  margin-top: 0.5rem;
}
.sponsor-header-container .name-subtitle small {
  font-size: 0.75rem;
  font-family: "Work Sans", sans-serif;
  color: hsl(0, 0%, 74%);
}
.sponsor-header-container .awaiting-pub {
  padding-top: 1rem;
  font-size: 0.75rem;
  font-family: "Work Sans", sans-serif;
}
.sponsor-header-container .awaiting-pub a {
  background: hsla(213, 37%, 9%, 0.1);
  padding: 0.25rem 0.5rem;
}
.sponsor-header-container .awaiting-pub a:hover {
  background: hsla(38, 99%, 49%, 0.25);
}
.sponsor-header-container .line-resources {
  display: flex;
  justify-content: space-between;
  border-top: dashed 2px hsla(38, 99%, 49%, 0.25);
  padding-top: 1rem;
  max-width: 300px;
  margin: 1rem auto 0;
}
.sponsor-header-container .line-resources a {
  color: hsl(213, 3%, 60%);
}
@media (min-width: 1200px) {
  .sponsor-header-container .line-resources a:hover {
    color: hsl(213, 3%, 45%);
  }
}

.vm-container {
  max-width: 750px;
  margin-bottom: 3rem;
}
.vm-container .is-pinned {
  float: right;
  background: hsla(38, 99%, 49%, 0.25);
  border-radius: 50%;
  box-shadow: 1px 1px 7px 0px hsla(213, 37%, 9%, 0.1);
}
.vm-container .details-container .caller-title {
  display: inline-block;
  font-family: "Permanent Marker", cursive;
  color: hsl(213, 37%, 9%);
  font-size: 1.25rem;
}
@media (min-width: 600px) {
  .vm-container .details-container .caller-title {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 900px) {
  .vm-container .details-container .caller-title.has-intro:hover {
    cursor: pointer;
  }
  .vm-container .details-container .caller-title.has-intro:hover::after {
    -webkit-animation: wobble-hor-bottom 1s both infinite;
    animation: wobble-hor-bottom 1s both infinite;
  }
}
.vm-container .details-container .caller-title.has-intro::after {
  content: "👋";
  display: inline-block;
}
.vm-container .details-container .caller-title.has-intro.played::after {
  opacity: 0.4;
}
.vm-container .details-container .caller-title span {
  margin-right: 0.25rem;
  color: hsl(38, 99%, 49%);
  letter-spacing: 1px;
}
.vm-container .details-container .caller-title span.vm-leans-line {
  margin: 0;
  color: hsl(207, 100%, 70%);
  font-family: "Work Sans", sans-serif;
}
.vm-container .details-container small .voter-reg-info {
  color: hsl(38, 99%, 49%);
  font-weight: 700;
}
@media (min-width: 600px) {
  .vm-container .details-container small .voter-reg-info {
    margin-left: -0.25rem;
  }
}
.vm-container .details-container small a {
  color: hsl(0, 0%, 74%);
}
.vm-container .details-container small a:not(:first-child) {
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .vm-container .details-container small a:hover {
    color: hsl(241, 84%, 56%);
  }
}
@media (max-width: 599px) {
  .vm-container .details-container small {
    display: block;
    margin: 0.25rem 0;
  }
}
.vm-container .regarding-title {
  font-size: 0.75rem;
  color: hsl(0, 0%, 74%);
  font-weight: 600;
}
@media (min-width: 600px) {
  .vm-container .regarding-title {
    margin: 1rem 0 0 2.5rem;
  }
}
.vm-container .regarding-title a:first-of-type {
  color: hsl(241, 84%, 56%);
  font-family: "Permanent Marker", cursive;
  font-weight: normal;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .vm-container .regarding-title a:first-of-type:hover {
    color: hsl(200, 99%, 49%);
  }
}
.vm-container .regarding-title a.grn-link {
  margin-left: 0.5rem;
  font-weight: 400;
}
.vm-container p {
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .vm-container p {
    margin-left: 2.5rem;
  }
}
.vm-container .player-controls-container {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
@media (min-width: 600px) {
  .vm-container .player-controls-container {
    margin-left: 2.5rem;
  }
}
.vm-container .player-controls-container .vm-action-opts {
  display: flex;
  align-self: center;
  align-items: center;
  font-size: 0.75rem;
}
.vm-container .player-controls-container .vm-action-opts > a, .vm-container .player-controls-container .vm-action-opts button {
  color: hsl(200, 99%, 49%);
  margin-right: 1rem;
}
@media (max-width: 599px) {
  .vm-container .player-controls-container .vm-action-opts > a, .vm-container .player-controls-container .vm-action-opts button {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .vm-container .player-controls-container .vm-action-opts > a:hover, .vm-container .player-controls-container .vm-action-opts button:hover {
    color: hsl(241, 84%, 56%);
  }
}
.vm-container .player-controls-container .vm-action-opts a.censure-link {
  color: red;
}
@media (min-width: 1200px) {
  .vm-container .player-controls-container .vm-action-opts a.censure-link:hover {
    color: rgba(255, 0, 0, 0.6);
  }
}
.vm-container .player-controls-container .vm-action-opts a:last-child {
  margin-right: 0;
}
.vm-container .player-controls-container .vm-action-opts button {
  background: transparent;
  border: none;
  color: hsl(213, 37%, 9%);
}
.vm-container .player-controls-container .vm-action-opts button:hover {
  color: hsla(213, 37%, 9%, 0.5);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .vm-container .player-controls-container .vm-action-opts button:hover span {
    animation: float 1s infinite;
  }
}
.vm-container .player-controls-container .vm-action-opts button:focus {
  outline: none;
}
.vm-container .player-controls-container .vm-action-opts button.loading {
  animation: spinner 2s infinite;
}
.vm-container .player-controls-container .vm-action-opts button span {
  display: inline-block;
}
.vm-container .player-controls-container .vm-action-opts button span.point-down {
  position: absolute;
  -webkit-animation: falldown 1s forwards;
  animation: falldown 1s forwards;
}
.vm-container .player-controls-container .open-vm-link, .vm-container .player-controls-container .load-vm-link {
  font-size: 1.5rem;
  font-family: "Permanent Marker", cursive;
  color: hsl(144, 82%, 44%);
}
.vm-container .player-controls-container .open-vm-link.is-loading, .vm-container .player-controls-container .load-vm-link.is-loading {
  text-shadow: none;
  color: hsl(213, 3%, 60%);
  pointer-events: none;
  animation: appear 0.5s;
}
@media (min-width: 1200px) {
  .vm-container .player-controls-container .open-vm-link.is-loading:hover, .vm-container .player-controls-container .load-vm-link.is-loading:hover {
    cursor: default;
    text-shadow: none;
  }
}
@media (min-width: 1200px) {
  .vm-container .player-controls-container .open-vm-link:hover, .vm-container .player-controls-container .load-vm-link:hover {
    cursor: pointer;
    text-shadow: -1px 0px 2px hsla(213, 37%, 9%, 0.1);
  }
}
.vm-container .player-controls-container .open-vm-link {
  background: -webkit-linear-gradient(#2aea76, #14cc5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vm-container .player-controls-container .open-vm-link span.bouncing-v {
  display: inline-block;
  pointer-events: none;
  -webkit-text-fill-color: hsl(144, 82%, 44%);
}
.vm-container .player-controls-container .open-vm-link:hover span.bouncing-v {
  animation-duration: 0.3s !important;
}
.vm-container .player-controls-container .opens-counter a {
  display: inline-block;
  font-size: 0.75rem;
  color: hsl(213, 3%, 60%);
  transition: all 0.2s;
}
.vm-container .player-controls-container .opens-counter a:hover {
  color: hsl(213, 3%, 45%);
  cursor: pointer;
}
.vm-container .player-controls-container .opens-counter a:hover span {
  display: inline-block;
  animation: float 1s infinite;
}
.vm-container .player-controls-container .opens-counter a span {
  transition: all 0.3s;
  pointer-events: none;
}
.vm-container .player-btn {
  display: none;
  border: none;
  padding: 0;
  background-color: transparent;
  transition: border 0.25s;
  width: 2rem;
  height: 2rem;
  border-top: 1rem solid transparent;
  border-left: 2rem solid hsl(144, 82%, 44%);
  border-right: 0 solid hsl(144, 82%, 44%);
  border-bottom: 1rem solid transparent;
}
.vm-container .player-btn:hover {
  cursor: pointer;
}
.vm-container .player-btn:focus {
  outline: none;
}
.vm-container .player-btn.is-playing {
  border-top: 0 solid hsl(144, 82%, 44%);
  border-bottom: 0 solid hsl(144, 82%, 44%);
  border-left: 0.75rem solid hsl(144, 82%, 44%);
  border-right: 0.75rem solid hsl(144, 82%, 44%);
}
.vm-container .playable-transcript {
  line-height: 1.4;
}
.vm-container .playable-transcript .loaded-transcript.blur-in {
  animation: text-focus-in 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation: text-focus-in 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.vm-container .playable-transcript .loaded-transcript span.mark {
  color: white;
  background: hsl(38, 99%, 49%);
}
.vm-container .progress-container {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 600px) {
  .vm-container .progress-container {
    margin-left: 2.5rem;
  }
}
.vm-container .progress-container > div {
  height: 20px;
  width: 100%;
}
.vm-container .progress-container .progress-bar {
  background-color: #f4ebd9;
}
@media (min-width: 1200px) {
  .vm-container .progress-container .progress-bar:hover {
    cursor: pointer;
  }
}
.vm-container .progress-container .progress-bar .current-progress {
  height: 100%;
  width: 0;
  max-width: 100%;
  background: #f5d8a3;
}
.vm-container .progress-container .clap-reactions, .vm-container .progress-container .boo-reactions {
  position: relative;
  display: flex;
  overflow: hidden;
}
.vm-container .progress-container .clap-reactions > div, .vm-container .progress-container .boo-reactions > div {
  position: absolute;
  background-color: hsl(38, 99%, 49%);
  width: 2px;
  color: hsl(38, 99%, 49%);
}
.vm-container .progress-container .clap-reactions > div {
  align-self: flex-end;
}
.vm-container .progress-container .boo-reactions > div {
  align-self: flex-start;
}
.vm-container .respond-section {
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .vm-container .respond-section {
    margin-left: 2.5rem;
  }
}
.vm-container .respond-section .reaction-btns-container {
  display: flex;
  justify-content: space-around;
}
.vm-container .respond-section .reaction-btns-container > div {
  text-align: center;
}
.vm-container .respond-section .reaction-btns-container > div button {
  font-family: "Permanent Marker", cursive;
  font-size: 1.5rem;
  color: hsl(200, 99%, 49%);
  border: none;
  padding: 0;
  background-color: transparent;
  padding: 0.5rem 1rem;
  -webkit-tap-highlight-color: hsl(38, 99%, 49%);
  touch-action: manipulation;
}
.vm-container .respond-section .reaction-btns-container > div button:active {
  color: white !important;
  background: linear-gradient(240deg, #01f90b 10%, hsl(38, 99%, 49%) 100%);
  box-shadow: -3px 3px 1px 1px hsla(213, 37%, 9%, 0.75);
}
.vm-container .respond-section .reaction-btns-container > div button:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .vm-container .respond-section .reaction-btns-container > div button:hover {
    color: hsl(207, 100%, 70%);
    cursor: pointer;
  }
}
.vm-container .respond-section .reaction-btns-container > div .unique-reactions-count {
  font-size: 0.75rem;
  color: hsl(0, 0%, 74%);
  margin-bottom: -0.5rem;
}
.vm-container .ext-section {
  text-align: center;
  font-family: "Permanent Marker", cursive;
  line-height: 1.25;
  color: hsl(213, 3%, 45%);
  text-shadow: 1px 1px 1px hsla(213, 37%, 9%, 0.1);
}
@media (max-width: 599px) {
  .vm-container .ext-section {
    line-height: 1;
  }
}
@media (min-width: 600px) {
  .vm-container .ext-section {
    font-size: 1.25rem;
    margin-left: 2.5rem;
  }
}
.vm-container .ext-section a, .vm-container .ext-section .ext {
  color: hsl(38, 99%, 49%);
  font-size: 1.5rem;
}
@media (min-width: 900px) {
  .vm-container .ext-section a, .vm-container .ext-section .ext {
    font-size: 2rem;
  }
}
.vm-container .ext-section a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
@media (min-width: 600px) {
  .vm-container .ext-section br {
    display: none;
  }
}
.vm-container .gif-section {
  margin-top: 0.25rem;
  text-align: center;
}
@media (min-width: 600px) {
  .vm-container .gif-section {
    margin-left: 2.5rem;
  }
}
.vm-container .gif-section video {
  max-width: 100%;
  height: 0;
}
.vm-container .gif-section .reaction-login-info {
  font-size: 0.75rem;
  color: hsl(213, 3%, 60%);
  margin-bottom: 0.5rem;
}
.vm-container .gif-section .enable-gifs-container {
  margin-top: -0.5rem;
  display: none;
  justify-content: center;
  align-items: center;
  font-family: "Permanent Marker", cursive;
  border: dotted 2px hsla(213, 37%, 9%, 0.25);
  color: hsla(213, 37%, 9%, 0.5);
  padding: 0.5rem;
  margin: -0.5rem auto 1rem;
  max-width: 300px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.vm-container .gif-section .enable-gifs-container:hover {
  cursor: pointer;
  background-color: hsl(48, 100%, 83%);
  border-color: transparent;
}
.vm-container .gif-section .enable-gifs-container span {
  display: block;
  margin-bottom: 0.25rem;
  letter-spacing: 1px;
}
.vm-container .gif-section .enable-gifs-container img {
  object-fit: contain;
  max-height: 1rem;
}
.vm-container i.parent-tag, .vm-container i.replies-tag {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  background: hsla(200, 99%, 49%, 0.05);
  padding: 0.25rem 0.5rem 0;
  border-radius: 6px 6px 0 0;
  margin: 0.25rem 0 0.15rem;
  color: hsl(213, 3%, 45%);
  animation: fadein 0.5s;
}
@media (min-width: 600px) {
  .vm-container i.parent-tag, .vm-container i.replies-tag {
    margin-left: 2.5rem;
  }
}
.vm-container div.sub-vm-container {
  display: block;
  padding: 0.5rem;
  color: hsl(213, 37%, 9%);
  background: hsla(200, 99%, 49%, 0.05);
  transition: background 0.25s;
  animation: fadein 0.65s;
}
.vm-container div.sub-vm-container:hover {
  text-decoration: none;
  background: hsla(200, 99%, 49%, 0.1);
}
.vm-container div.sub-vm-container:first-of-type {
  margin-top: -0.15rem;
}
@media (min-width: 600px) {
  .vm-container div.sub-vm-container {
    margin-left: 2.5rem;
  }
}
.vm-container div.sub-vm-container .details-container .stamp-container {
  display: inline;
  color: hsl(213, 3%, 45%);
}
.vm-container div.sub-vm-container .details-container .stamp-container span {
  letter-spacing: 1px;
}
.vm-container div.sub-vm-container .details-container .stamp-container strong {
  padding: 0 2px;
  border-bottom: dotted 2px;
}
@media (min-width: 600px) {
  .vm-container div.sub-vm-container .details-container .caller-title {
    font-size: 1.25rem;
  }
}
.vm-container div.sub-vm-container .details-container .caller-title.has-intro {
  pointer-events: none;
}
.vm-container div.sub-vm-container .details-container .caller-title.has-intro::after {
  display: none;
}
.vm-container div.sub-vm-container .details-container small span:last-child {
  color: hsl(0, 0%, 74%);
}
.vm-container div.sub-vm-container p {
  margin-left: 0;
}
.vm-container div.sub-vm-container p .sub-vm-reply-count {
  font-size: 0.75rem;
  color: hsl(213, 3%, 60%);
}
.vm-container .parent-vm-container div.sub-vm-container {
  margin-bottom: 0.5rem;
  border-bottom: none;
}
.vm-container .replies-container {
  margin-top: 0.5rem;
}
.vm-container div.sub-vm-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: dashed 2px hsla(200, 99%, 49%, 0.25);
  box-shadow: 0px 6px 15px 0px hsla(213, 37%, 9%, 0.25);
  border-radius: 3px;
  background-color: #f7f1db;
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/diagonal-waves-bg.png");
}
@media (min-width: 900px) {
  .vm-container div.sub-vm-container:hover {
    background-color: hsla(200, 99%, 49%, 0.1);
  }
  .vm-container div.sub-vm-container:first-of-type:hover {
    box-shadow: 0px 6px 15px 0px hsla(213, 37%, 9%, 0.25), inset 0px 6px 16px 0px hsla(213, 37%, 9%, 0.1);
    border-radius: 0px 0px 3px 3px;
  }
}
.vm-container div.sub-vm-container .sub-vm-playback-container {
  flex-grow: 1;
  position: relative;
}
.vm-container div.sub-vm-container .sub-vm-playback-container:hover {
  cursor: pointer;
}
.vm-container div.sub-vm-container .sub-vm-playback-container .sub-vm-current-progress {
  position: absolute;
  height: 100%;
  background: hsla(38, 99%, 49%, 0.25);
  box-shadow: inset 0px 0px 4px 0 hsla(213, 37%, 9%, 0.1);
  transition: width 0.3s;
}
.vm-container div.sub-vm-container .sub-vm-playback-container .sub-vm-content {
  padding: 0.25rem;
}
.vm-container div.sub-vm-container .view-link-container {
  text-align: center;
  padding-left: 0.75rem;
}
.vm-container div.sub-vm-container .view-link-container button {
  display: none;
  background: transparent;
  padding: 0;
  margin: 0 auto 0.25rem;
  font-size: 1.5rem;
  text-align: center;
  border: solid 2px transparent;
}
.vm-container div.sub-vm-container .view-link-container button:focus {
  outline: none;
}
.vm-container div.sub-vm-container .view-link-container button.is-loading img {
  display: none;
}
.vm-container div.sub-vm-container .view-link-container button.is-loading .hourglass {
  display: block;
}
@media (min-width: 900px) {
  .vm-container div.sub-vm-container .view-link-container button:hover {
    cursor: pointer;
    background: hsla(38, 99%, 49%, 0.5);
  }
}
.vm-container div.sub-vm-container .view-link-container button img {
  display: block;
  max-width: 25px;
}
.vm-container div.sub-vm-container .view-link-container button span.hourglass {
  display: none;
  max-width: 25px;
  max-height: 25px;
  -webkit-animation: spinner 2s infinite linear;
  animation: spinner 2s infinite linear;
}
.vm-container div.sub-vm-container .view-link-container a {
  font-family: "Permanent Marker", cursive;
}
.vm-container .see-all-replies {
  text-align: center;
  margin-top: 0.5rem;
  animation: slidedown 0.5s ease-out;
}
@media (min-width: 600px) {
  .vm-container .see-all-replies {
    margin-left: 2.5rem;
  }
}
.vm-container .see-all-replies a {
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: hsl(213, 3%, 60%);
}
.vm-container .see-all-replies a:hover {
  color: hsl(0, 0%, 74%);
}
@media (min-width: 600px) {
  .vm-container .social-share-container {
    margin-left: 2.5rem;
  }
}
.vm-container .social-share-container > div.social-icons {
  margin-top: 0.5rem;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
.vm-container .social-share-container > div.social-icons a {
  display: inline-block;
}
.vm-container .social-share-container > div.social-icons a:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .vm-container .social-share-container > div.social-icons a:hover {
    transform: translateY(2px);
  }
}
.vm-container .social-share-container button {
  color: hsl(144, 82%, 44%);
  font-family: "Permanent Marker", cursive;
  font-size: 0.75rem;
  letter-spacing: 2px;
  border-bottom: dotted 1px #14cc5e;
  transition: all 0.4s;
}
.vm-container .social-share-container button:hover {
  color: hsl(144, 82%, 70%);
  text-decoration: none;
  border-bottom-color: hsl(144, 82%, 70%);
}
.vm-container .social-share-container button:focus {
  outline: none;
}
.vm-container .social-share-container button.loading {
  animation: vibrate-1 0.3s linear infinite both;
}
.vm-container .download-container {
  margin-top: 1.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .vm-container .download-container {
    margin-left: 2.5rem;
  }
}
.vm-container .download-container a {
  color: hsla(213, 37%, 9%, 0.5);
}
.vm-container .download-container a:hover {
  color: hsla(213, 37%, 9%, 0.75);
}
.vm-container .download-container span {
  color: hsl(0, 0%, 74%);
  margin: 0 0.5rem;
}

.embed-code-section {
  display: none;
  padding: 1rem;
  margin: 0 auto;
  max-width: 650px;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
@media (min-width: 600px) {
  .embed-code-section {
    padding-left: 2.5rem;
  }
}
.embed-code-section .embed-code-container {
  background: hsla(213, 37%, 9%, 0.1);
  color: hsla(213, 37%, 9%, 0.75);
}
.embed-code-section pre {
  overflow-x: auto;
}

.stamp-container {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.stamp-container a {
  color: hsla(213, 37%, 9%, 0.25);
}
.stamp-container a:hover span {
  color: hsl(241, 84%, 56%);
}
.stamp-container a:hover span.stamp-number {
  background: hsl(241, 84%, 56%);
  color: hsl(60, 8%, 95%);
}
.stamp-container a:hover span.time-ago-words {
  color: hsl(241, 84%, 56%);
}
.stamp-container a span {
  letter-spacing: 1px;
  color: hsla(213, 37%, 9%, 0.5);
  transition: all 0.3s;
}
.stamp-container a span.stamp-number {
  font-weight: 600;
  color: hsl(213, 3%, 60%);
  padding: 0 2px;
  border-bottom: dotted 2px;
}
.stamp-container a span.time-ago-words {
  letter-spacing: 0;
  color: hsl(0, 0%, 74%);
}

.POSITIVE-sentiment {
  color: hsl(144, 82%, 44%);
}

.NEUTRAL-sentiment {
  color: hsla(38, 99%, 49%, 0.75);
}

.NEGATIVE-sentiment {
  color: hsla(38, 99%, 49%, 0.25);
}

.MIXED-sentiment {
  color: hsl(38, 99%, 49%);
}

.UNDETERMINED-sentiment {
  color: hsl(213, 3%, 60%);
}

span.emoji-reaction {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  font-size: 100px;
  -webkit-animation: slide-out-bck-top 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-bck-top 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

#censure-modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation: fadein 0.25s;
  animation: fadein 0.25s;
}
#censure-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 800px;
}
#censure-modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#censure-modal .close:hover, #censure-modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#censure-modal small {
  display: block;
  margin-top: 1rem;
  color: hsl(213, 3%, 60%);
}
#censure-modal .form-container .field {
  margin-bottom: 1rem;
}
#censure-modal .form-container textarea {
  min-width: 250px;
}
#censure-modal .form-container .submit-container .btn {
  background-color: hsl(60, 8%, 95%);
}
#censure-modal .form-container .submit-container a:last-child {
  margin-left: 1rem;
}
#censure-modal .form-container .alert p {
  color: red;
}

.pop-in-all-reactions {
  -webkit-animation: pop-in-all-reactions 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: pop-in-all-reactions 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.pop-in-all-reactions.clap-reactions {
  transform-origin: bottom;
}
.pop-in-all-reactions.boo-reactions {
  transform-origin: top;
}

.paginate-container {
  text-align: center;
  margin-bottom: -1.5rem !important;
}
.paginate-container button {
  font-family: "Permanent Marker", cursive;
  font-size: 1.5rem;
  color: hsl(38, 99%, 49%);
}
.paginate-container button:hover {
  text-decoration: none;
}
.paginate-container button:focus {
  outline: 0;
}
@media (min-width: 1200px) {
  .paginate-container button:hover {
    color: hsla(38, 99%, 49%, 0.75);
  }
  .paginate-container button:focus {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
  }
}

#verify-voter-page h2, #verify-voter-page h3 {
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
}
@media (max-width: 599px) {
  #verify-voter-page h2, #verify-voter-page h3 {
    font-size: 1.25rem;
  }
}
#verify-voter-page ul {
  list-style-type: circle;
}
#verify-voter-page ol, #verify-voter-page ul {
  margin: 0;
}
#verify-voter-page li {
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  #verify-voter-page li {
    font-size: 0.75rem;
  }
}
#verify-voter-page .verify-process {
  margin-bottom: 2rem;
}
#verify-voter-page .verify-process h2 {
  font-weight: 300;
}
#verify-voter-page .verify-process .fine-print-section > div {
  font-size: 0.75rem;
  max-width: 550px;
  line-height: 1.4;
  color: hsl(213, 3%, 45%);
}
#verify-voter-page .voter-payment-container h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
#verify-voter-page .voter-reg-form {
  margin: 2rem auto;
  max-width: 500px;
  text-align: center;
}
@media (min-width: 600px) {
  #verify-voter-page .voter-reg-form {
    padding: 1.5rem 0.5rem;
    border: dashed 1px hsl(213, 3%, 45%);
    border-radius: 6px;
  }
}
#verify-voter-page .voter-reg-form div:last-child {
  margin-top: 1rem;
}
#verify-voter-page .pending-approval-container {
  max-width: 500px;
  margin: 1rem auto;
  text-align: center;
  line-height: 1.5;
  padding: 1rem 1.25rem;
  background: rgba(14, 22, 31, 0.1);
  box-shadow: inset 0px 0px 6px 1px hsla(213, 37%, 9%, 0.1);
}
@media (max-width: 599px) {
  #verify-voter-page .pending-approval-container {
    font-size: 0.75rem;
  }
}
#verify-voter-page .awaiting-phone-container {
  max-width: 700px;
  margin: 1rem auto 2rem;
  text-align: center;
}
#verify-voter-page .awaiting-phone-container h3 {
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 599px) {
  #verify-voter-page .awaiting-phone-container h3 br {
    display: none;
  }
}
#verify-voter-page .awaiting-phone-container > div span {
  color: hsl(213, 3%, 45%);
}
#verify-voter-page .verified-date-container {
  font-size: 1.5rem;
  color: hsl(144, 82%, 44%);
}

#voters-pending-page .voter-item {
  margin-bottom: 0.5rem;
}

#voter-docs-page .img-container {
  margin: 1rem 0;
}
#voter-docs-page .approve-form {
  border: solid 3px hsl(144, 82%, 70%);
  padding: 1rem;
  max-width: 400px;
}
#voter-docs-page .approve-form .field {
  margin-bottom: 1rem;
}
#voter-docs-page .approve-form button {
  margin-top: 1rem;
}
#voter-docs-page .deny-form {
  margin-top: 1rem;
  border: solid 3px red;
  padding: 1rem;
  max-width: 400px;
}
#voter-docs-page .deny-form .input {
  width: 100%;
  min-height: 80px;
}
#voter-docs-page .deny-form button {
  margin-top: 1rem;
}

#approve-line-msgs-page h1 {
  margin: 1.5rem 0;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Permanent Marker", cursive;
}
#approve-line-msgs-page h1 a {
  color: hsl(38, 99%, 49%);
}
#approve-line-msgs-page h1 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#approve-line-msgs-page .section {
  margin-bottom: 2rem;
}
#approve-line-msgs-page h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}
#approve-line-msgs-page p {
  max-width: 700px;
  margin: 0.5rem 0 1rem;
  line-height: 1.25;
}
@media (max-width: 599px) {
  #approve-line-msgs-page p {
    font-size: 0.75rem;
  }
}
#approve-line-msgs-page p img {
  vertical-align: middle;
}
#approve-line-msgs-page .form-container {
  margin: 1rem 0 2rem;
}

#new-vm-ref-link-page h1 {
  font-weight: normal;
  font-size: 2rem;
}
#new-vm-ref-link-page p {
  max-width: 700px;
  margin: 0.5rem 0 1rem;
  line-height: 1.25;
}
@media (max-width: 599px) {
  #new-vm-ref-link-page p {
    font-size: 0.75rem;
  }
}
#new-vm-ref-link-page p img {
  vertical-align: middle;
}
#new-vm-ref-link-page .form-container {
  margin: 1rem 0 2rem;
}

#show-vm-page .sponsor-header-container .listening-title {
  font-family: "Permanent Marker", cursive, serif;
  font-weight: normal;
  color: hsl(213, 3%, 45%);
  text-shadow: 1px 1px 1px hsla(213, 37%, 9%, 0.1);
}
#show-vm-page .vm-container {
  margin-top: 1.5rem;
}
#show-vm-page .see-other-line-vms {
  margin: 0 auto 2rem;
  text-align: center;
  font-family: "Permanent Marker", cursive, serif;
  padding: 0 1rem;
  line-height: 1.5;
}
#show-vm-page .see-other-line-vms a {
  color: hsl(213, 3%, 60%);
}
#show-vm-page .see-other-line-vms a:hover {
  color: hsl(0, 0%, 74%);
}

#error-page {
  text-align: center;
  margin-top: 3rem;
}

#conversation-page {
  background: #fff;
  padding-bottom: 3rem;
}
#conversation-page .hero-container {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  #conversation-page .hero-container {
    flex-direction: column;
  }
}
#conversation-page .hero-container .title-container {
  margin: 1rem 0 0 1rem;
}
@media (max-width: 599px) {
  #conversation-page .hero-container .title-container {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #conversation-page .hero-container .title-container {
    max-width: 900px;
  }
}
#conversation-page .hero-container .title-container span {
  display: inline-block;
  letter-spacing: 1px;
}
#conversation-page .hero-container .title-container span a {
  text-decoration: underline;
  color: hsl(213, 37%, 9%);
}
#conversation-page .hero-container .title-container span a:hover {
  color: hsl(214, 96%, 55%);
}
#conversation-page .hero-container h1 {
  margin: 1rem 0 0 0;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 599px) {
  #conversation-page .hero-container h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 900px) {
  #conversation-page .hero-container h1 {
    font-size: 4rem;
  }
}
#conversation-page .hero-container h1 a {
  font-family: "Permanent Marker", cursive;
  color: hsl(38, 99%, 49%);
}
#conversation-page .hero-container h1 a:hover {
  color: hsla(38, 99%, 49%, 0.5);
}
#conversation-page .hero-container .regarding-text {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#conversation-page .hero-container .regarding-text span {
  font-size: 0.75rem;
  font-weight: 700;
  color: hsl(0, 0%, 74%);
}
#conversation-page .hero-container .regarding-text a {
  font-family: "Permanent Marker", cursive;
}
#conversation-page .hero-container .social-icons {
  margin-top: 0.5rem;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
#conversation-page .hero-container .social-icons a {
  display: inline-block;
}
#conversation-page .hero-container .social-icons a:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  #conversation-page .hero-container .social-icons a:hover {
    transform: translateY(2px);
  }
}
#conversation-page .play-btn-container {
  text-align: center;
}
#conversation-page .play-btn-container button {
  font-family: "Permanent Marker", cursive;
  font-size: 1.5rem;
  color: hsl(144, 82%, 44%);
  margin: 0 1rem 1rem;
  border: none;
  background: transparent;
  letter-spacing: 1px;
}
#conversation-page .play-btn-container button:hover {
  color: hsl(144, 82%, 70%);
  cursor: pointer;
}
#conversation-page .play-btn-container button:hover .triangle-right {
  border-left-color: hsl(144, 82%, 70%);
}
#conversation-page .play-btn-container button:focus {
  outline: none;
}
#conversation-page .play-btn-container .triangle-right {
  display: inline-block;
  -webkit-animation: pulsate-fwd 0.8s infinite;
  animation: pulsate-fwd 0.8s infinite;
  margin-left: 0.25rem;
  border-top: 10px solid transparent;
  border-left: 20px solid hsl(144, 82%, 44%);
  border-bottom: 10px solid transparent;
}
@media (max-width: 599px) {
  #conversation-page .title-container .play-btn-container {
    display: none;
  }
}
@media (max-width: 899px) {
  #conversation-page .title-container .play-btn-container {
    margin-top: 1rem;
  }
}
@media (min-width: 900px) {
  #conversation-page .title-container .play-btn-container {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  #conversation-page .title-container .play-btn-container {
    margin-top: 3rem;
  }
}
#conversation-page .title-container .play-btn-container button {
  margin: 0;
}
#conversation-page > .play-btn-container {
  margin-top: 1rem;
  text-align: center;
  display: none;
}
@media (max-width: 599px) {
  #conversation-page > .play-btn-container {
    display: block;
  }
}
#conversation-page hr {
  height: 2px;
  background-image: linear-gradient(90deg, transparent, hsla(38, 99%, 49%, 0.25), transparent);
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: none;
}
#conversation-page .transcript-title-container {
  text-align: center;
}
#conversation-page .transcript-title-container span {
  font-weight: 600;
  display: inline-block;
}
#conversation-page .conversation-vms-container {
  max-width: 1800px;
  margin: 0 auto;
  border-radius: 3px;
}
#conversation-page .conversation-vms-container .vm-conversation-container {
  padding: 2rem 0 1rem;
  transition: all 0.4s ease;
}
#conversation-page .conversation-vms-container .vm-conversation-container.active {
  margin-top: 1.5rem;
  padding: 2rem 0.5rem 1rem;
}
#conversation-page .conversation-vms-container .vm-conversation-container.active .vm {
  background-image: url(https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/white-feathers.png);
  box-shadow: inset 0px 2px 6px 0px hsla(213, 37%, 9%, 0.25);
  padding: 1rem 1rem 0.5rem;
}
#conversation-page .conversation-vms-container .vm-conversation-container.active .transcript {
  color: hsl(0, 0%, 74%);
}
#conversation-page .conversation-vms-container .vm-conversation-container.active .reaction-counts-container {
  color: hsl(38, 99%, 49%);
}
#conversation-page .conversation-vms-container .vm-conversation-container.active .reaction-counts-container .boo-emoji.boo-is-dom, #conversation-page .conversation-vms-container .vm-conversation-container.active .reaction-counts-container .clap-emoji.clap-is-dom {
  -webkit-animation: float 1.5s infinite;
  animation: float 1.5s infinite;
}
#conversation-page .conversation-vms-container .vm-conversation-container.active .last-pointer {
  animation: float 1s infinite;
}
#conversation-page .conversation-vms-container .vm-conversation-container:not(.active) .transcript span {
  color: hsl(213, 37%, 9%) !important;
}
#conversation-page .conversation-vms-container .vm-conversation-container .vm {
  padding: 0 1rem;
  margin: 0 auto;
  transition: all 0.4s ease;
}
@media (min-width: 900px) {
  #conversation-page .conversation-vms-container .vm-conversation-container .vm {
    display: flex;
    justify-content: flex-start;
    max-width: 900px;
  }
}
@media (min-width: 900px) {
  #conversation-page .conversation-vms-container .vm-conversation-container .speaker-details {
    width: 150px;
  }
}
#conversation-page .conversation-vms-container .vm-conversation-container .speaker-details .speaker-name {
  color: hsl(213, 3%, 45%);
}
#conversation-page .conversation-vms-container .vm-conversation-container .speaker-details .caller-title {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 600px) {
  #conversation-page .conversation-vms-container .vm-conversation-container .speaker-details .caller-title {
    margin-right: 0.5rem;
  }
}
#conversation-page .conversation-vms-container .vm-conversation-container .speaker-details .caller-title span {
  margin-right: 0.25rem;
  color: hsl(38, 99%, 49%);
  letter-spacing: 1px;
}
#conversation-page .conversation-vms-container .vm-conversation-container .speaker-details .caller-title span.vm-leans-line {
  margin: 0;
  color: hsl(207, 100%, 70%);
  letter-spacing: 0;
  font-weight: normal;
}
#conversation-page .conversation-vms-container .vm-conversation-container .speaker-details small {
  color: hsl(213, 3%, 60%);
}
@media (max-width: 899px) {
  #conversation-page .conversation-vms-container .vm-conversation-container .speaker-details small a {
    display: inline-block;
    margin-left: 0.25rem;
  }
  #conversation-page .conversation-vms-container .vm-conversation-container .speaker-details small br {
    display: none;
  }
}
#conversation-page .conversation-vms-container .vm-conversation-container .speaker-details small .ref-link {
  margin-left: 0.25rem;
}
#conversation-page .conversation-vms-container .vm-conversation-container .transcript {
  max-width: 700px;
  line-height: 1.5;
  flex: 1;
}
@media (min-width: 900px) {
  #conversation-page .conversation-vms-container .vm-conversation-container .transcript {
    font-size: 1.25rem;
    margin-left: 1rem;
  }
}
#conversation-page .conversation-vms-container .vm-conversation-container .transcript span {
  transition: all 0.4s ease;
}
#conversation-page .conversation-vms-container .vm-conversation-container .transcript span.mark, #conversation-page .conversation-vms-container .vm-conversation-container .transcript span.highlight {
  display: inline-block;
  transition: all 0.4s ease;
}
#conversation-page .conversation-vms-container .vm-conversation-container .transcript span.mark {
  font-family: "Permanent Marker", cursive;
  animation: text-focus-in 2s;
}
#conversation-page .conversation-vms-container .vm-conversation-container .transcript span.highlight {
  border-bottom: dashed 2px hsla(38, 99%, 49%, 0.5);
}
#conversation-page .down-arrow-connector {
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-size: 3.5rem;
  color: hsla(38, 99%, 49%, 0.5);
  margin: 0.75rem 0 0;
}
@media (max-width: 599px) {
  #conversation-page .down-arrow-connector {
    font-size: 2.5rem;
  }
}
#conversation-page .down-arrow-connector.last-pointer {
  margin-bottom: 0;
}
#conversation-page .down-arrow-connector .reaction-counts-container {
  display: flex;
  justify-content: center;
  transition: all 0.4s;
}
#conversation-page .down-arrow-connector .reaction-counts-container > div:first-child {
  margin-right: 1rem;
}
#conversation-page .reply-text {
  text-align: center;
  font-family: "Permanent Marker", cursive;
  line-height: 1.25;
  text-shadow: 1px 1px 1px hsla(213, 37%, 9%, 0.1);
  color: hsl(213, 3%, 45%);
}
@media (min-width: 600px) {
  #conversation-page .reply-text {
    font-size: 1.25rem;
  }
}
#conversation-page .reply-text a, #conversation-page .reply-text .ext {
  color: hsl(38, 99%, 49%);
  font-size: 1.5rem;
}
@media (min-width: 900px) {
  #conversation-page .reply-text a, #conversation-page .reply-text .ext {
    font-size: 2rem;
  }
}
#conversation-page .reply-text a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#conversation-page #play-pause-container {
  text-align: center;
  margin-bottom: 0.75rem;
  height: 32px;
}
#conversation-page #play-pause-container #play-pause-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  transition: border 0.25s;
  width: 2rem;
  height: 2rem;
  color: hsl(213, 3%, 60%);
  border-top: 1rem solid transparent;
  border-left: 2rem solid #14cc5e;
  border-right: 0 solid #14cc5e;
  border-bottom: 1rem solid transparent;
}
@media (min-width: 1200px) {
  #conversation-page #play-pause-container #play-pause-btn:hover {
    border-left-color: hsl(144, 82%, 70%);
    border-right-color: hsl(144, 82%, 70%);
    cursor: pointer;
  }
}
#conversation-page #play-pause-container #play-pause-btn:focus {
  outline: none;
}
#conversation-page #play-pause-container #play-pause-btn.loading {
  border-color: transparent !important;
}
#conversation-page #play-pause-container #play-pause-btn.loading span {
  display: inline-block;
  -webkit-animation: spinner 2s infinite linear;
  animation: spinner 2s infinite linear;
  margin-left: -32px;
}
#conversation-page #play-pause-container #play-pause-btn.is-playing {
  border-top: 0 solid hsl(144, 82%, 44%);
  border-bottom: 0 solid hsl(144, 82%, 44%);
  border-left: 0.75rem solid hsl(144, 82%, 44%);
  border-right: 0.75rem solid hsl(144, 82%, 44%);
}
@media (min-width: 1200px) {
  #conversation-page #play-pause-container #play-pause-btn.is-playing:hover {
    border-color: hsl(144, 82%, 70%);
  }
}
#conversation-page #play-pause-container #play-pause-btn span {
  display: none;
}

.bounce-bottom {
  -webkit-animation: bounce-bottom 0.9s both !important;
  animation: bounce-bottom 0.9s both !important;
}

.shake-bottom {
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both !important;
  animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both !important;
}

#add-stamps-page {
  margin-top: -100px;
  display: flex;
  flex: 1;
}
#add-stamps-page .content-container {
  flex: 1;
  max-width: 1800px;
  margin: 0 auto -2px;
  padding: 100px 1rem 100px;
  background-color: black;
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/stamps_photo.jpg");
  background-size: cover;
  background-position: top center;
  font-family: "Permanent Marker", cursive;
  color: hsl(48, 100%, 83%);
}
@media (max-width: 899px) {
  #add-stamps-page .content-container {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #add-stamps-page .content-container {
    padding-left: 200px;
    padding-top: 150px;
  }
}
#add-stamps-page .content-container h1 {
  margin: 0;
  font-size: 64px;
  line-height: 1.5;
}
@media (max-width: 899px) {
  #add-stamps-page .content-container h1 {
    font-size: 1.75rem;
  }
  #add-stamps-page .content-container h1 a {
    font-size: 2.25rem !important;
  }
}
#add-stamps-page .content-container h1 a {
  font-size: 80px;
  color: hsl(38, 99%, 49%);
}
#add-stamps-page .content-container h1 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#add-stamps-page .content-container h2 {
  margin: 1rem 0 4rem;
  font-size: 64px;
}
@media (max-width: 899px) {
  #add-stamps-page .content-container h2 {
    margin-top: 0;
    font-size: 1.75rem;
  }
}
#add-stamps-page .content-container h2 a {
  color: hsl(200, 99%, 49%);
}
#add-stamps-page .content-container h2 a:hover {
  color: hsl(241, 84%, 62%);
}
#add-stamps-page .content-container .stamp-buttons-container > div:not(:last-child) {
  margin-bottom: 3rem;
}
#add-stamps-page .content-container .stamp-buttons-container > div button {
  font-size: 36px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 899px) {
  #add-stamps-page .content-container .stamp-buttons-container > div button {
    font-size: 2rem;
  }
}
#add-stamps-page .content-container .stamp-buttons-container > div button strong {
  font-family: "Permanent Marker", cursive;
}
#add-stamps-page .after-content-img-bg {
  display: none;
}
@media (min-width: 1800px) {
  #add-stamps-page .after-content-img-bg {
    display: block;
    background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/stamps_photo.jpg");
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
  }
}

#stamps-page {
  text-align: center;
  font-family: "Permanent Marker", cursive, serif;
  line-height: 1.5;
}
#stamps-page h1 {
  margin: 1rem 0 0;
  font-size: 2rem;
  color: hsl(213, 3%, 45%);
}
#stamps-page h1 a {
  color: hsl(38, 99%, 49%);
}
#stamps-page h1 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#stamps-page h2 {
  margin: 0;
  font-size: 1.5rem;
}
#stamps-page h3 {
  margin: 0 0 2rem;
  font-size: 3rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
}
#stamps-page h3 small {
  font-size: 1rem;
  color: gray;
  letter-spacing: 1px;
  color: hsl(213, 3%, 45%);
}
#stamps-page h3 span {
  text-decoration: underline;
}
#stamps-page .add-stamps-btn-container {
  margin-bottom: 3rem;
  font-size: 2rem;
}
#stamps-page .stamp-description {
  margin: 2rem auto;
  max-width: 500px;
  font-family: "Work Sans", sans-serif;
  padding: 0 0.5rem;
  color: hsl(213, 3%, 60%);
}
#stamps-page video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#global-vol-container {
  position: fixed;
  top: 56px;
  right: 0;
}
#global-vol-container button {
  background-color: hsla(38, 99%, 49%, 0.5);
  font-size: 2rem;
  border: solid 1px hsl(60, 8%, 95%);
  padding: 0.5rem;
}
#global-vol-container button:focus {
  outline: none;
}
#global-vol-container button:hover {
  cursor: pointer;
}
#global-vol-container button#current-vol {
  background-color: transparent;
  border: none;
}

#user-dashboard-page .phone-status-title {
  vertical-align: top;
}
#user-dashboard-page span.caller-leans-line {
  color: hsl(207, 100%, 70%);
  font-weight: 600;
}
#user-dashboard-page .col-container {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 899px) {
  #user-dashboard-page .col-container {
    flex-direction: column;
  }
  #user-dashboard-page .col-container .col:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 900px) {
  #user-dashboard-page .col-container .col:not(:last-child) {
    margin-right: 3rem;
  }
}
#user-dashboard-page .col-container .dash-links-container > div:not(:last-child) {
  margin-bottom: 0.5rem;
}
#user-dashboard-page .col-container .dash-links-container #my-lines-link {
  font-family: "Permanent Marker", cursive, serif;
  font-size: 1.5rem;
  color: hsl(38, 99%, 49%);
}
#user-dashboard-page .col-container .dash-links-container #my-lines-link:hover {
  color: hsla(38, 99%, 49%, 0.5);
}
#user-dashboard-page .col-container .recent-list h3, #user-dashboard-page .col-container .external-accounts-list h3 {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: hsla(213, 37%, 9%, 0.5);
  text-transform: uppercase;
}
#user-dashboard-page .col-container .recent-list > div > div:not(:last-child), #user-dashboard-page .col-container .external-accounts-list > div > div:not(:last-child) {
  margin-bottom: 0.25rem;
}
#user-dashboard-page .col-container .recent-list > div a, #user-dashboard-page .col-container .external-accounts-list > div a {
  font-size: 0.75rem;
}
#user-dashboard-page .col-container #external-accounts-container {
  font-size: 0.75rem;
}
#user-dashboard-page .col-container #recent-vms-container a span {
  letter-spacing: 1px;
  color: hsla(213, 37%, 9%, 0.5);
  transition: all 0.3s;
}
#user-dashboard-page .col-container #recent-vms-container a strong {
  font-weight: 600;
  color: hsl(213, 3%, 45%);
  padding: 0 2px;
  border-bottom: dotted 2px;
  transition: all 0.3s;
}
#user-dashboard-page .col-container #recent-vms-container a:hover span {
  color: hsl(241, 84%, 56%);
}
#user-dashboard-page .col-container #recent-vms-container a:hover strong {
  background: #3431ed;
  color: hsl(60, 8%, 95%);
}

#clapped-vms-page h1, #booed-vms-page h1, #my-vms-page h1 {
  margin: 1rem 0;
  font-weight: 700;
}
#clapped-vms-page .reacted-to-vms-container .vm, #booed-vms-page .reacted-to-vms-container .vm, #my-vms-page .reacted-to-vms-container .vm {
  margin-bottom: 2rem;
}
#clapped-vms-page .reacted-to-vms-container .vm p.transcript, #booed-vms-page .reacted-to-vms-container .vm p.transcript, #my-vms-page .reacted-to-vms-container .vm p.transcript {
  margin: 0;
  max-width: 600px;
  line-height: 1.5;
  font-size: 0.75rem;
}
#clapped-vms-page .reacted-to-vms-container .vm .view-link, #booed-vms-page .reacted-to-vms-container .vm .view-link, #my-vms-page .reacted-to-vms-container .vm .view-link {
  font-family: "Permanent Marker", cursive;
  font-size: 1.25rem;
  color: hsl(38, 99%, 49%);
}
#clapped-vms-page .reacted-to-vms-container .vm .view-link:hover, #booed-vms-page .reacted-to-vms-container .vm .view-link:hover, #my-vms-page .reacted-to-vms-container .vm .view-link:hover {
  color: hsla(38, 99%, 49%, 0.75);
}

#line-stats-page h1 {
  margin: 1.5rem 0;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Permanent Marker", cursive;
}
#line-stats-page h1 a {
  color: hsl(38, 99%, 49%);
}
#line-stats-page h1 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#line-stats-page .voters-filter a {
  font-size: 0.75rem;
  color: hsl(213, 37%, 9%);
  font-weight: 500;
}
#line-stats-page .voters-filter a:hover {
  color: hsl(213, 37%, 9%);
}
@media (min-width: 1200px) {
  #line-stats-page .voters-filter a:hover {
    color: hsl(213, 3%, 45%);
  }
}
#line-stats-page .above-chart-container, #line-stats-page .chart-container, #line-stats-page .sentiment-section, #line-stats-page .kp-section {
  max-width: 1000px;
}
#line-stats-page .above-chart-container {
  margin-bottom: 1rem;
}
@media (min-width: 900px) {
  #line-stats-page .above-chart-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#line-stats-page .above-chart-container h3 {
  margin: 0.5rem 0 0;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 900px) {
  #line-stats-page .above-chart-container h3 {
    margin-right: 1rem;
  }
}
@media (max-width: 899px) {
  #line-stats-page .above-chart-container .date-container {
    margin-top: 1rem;
  }
}
#line-stats-page .above-chart-container .date-container .change-date-link {
  margin-right: 0.75rem;
  font-size: 0.75rem;
}
#line-stats-page .above-chart-container .date-container #datepicker {
  width: 235px;
  height: 40px;
  text-align: center;
  padding: 0 14px;
  border: solid 1px hsla(213, 37%, 9%, 0.1);
  font-weight: 300;
}
#line-stats-page .above-chart-container .date-container #datepicker:focus {
  outline: none;
}
#line-stats-page .sentiment-section {
  margin-top: 4rem;
}
#line-stats-page .sentiment-section .sentiment-title-container {
  text-align: center;
}
@media (max-width: 899px) {
  #line-stats-page .sentiment-section .sentiment-title-container {
    margin-bottom: 1rem;
  }
}
#line-stats-page .sentiment-section .sentiment-title-container > div {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
#line-stats-page .sentiment-section h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Permanent Marker", cursive;
  color: hsl(213, 3%, 45%);
  text-shadow: -3px 4px 0px hsla(213, 37%, 9%, 0.1);
}
@media (min-width: 900px) {
  #line-stats-page .sentiment-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #line-stats-page .sentiment-section .sentiment-title-container {
    max-width: 400px;
    margin-right: 1rem;
    text-align: right;
  }
  #line-stats-page .sentiment-section h3 {
    font-size: 5rem;
    font-weight: 800;
  }
}
#line-stats-page .caller-actions-section {
  margin: 4rem auto 0;
  max-width: 520px;
  text-align: center;
}
#line-stats-page .caller-actions-section h4 {
  margin: 0 0 0.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
}
#line-stats-page .kp-section {
  margin-top: 4rem;
}
#line-stats-page .kp-section h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}
#line-stats-page {
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  #line-stats-page {
    margin-bottom: 4rem;
  }
}

.flatpickr-calendar span.flatpickr-day.endRange, .flatpickr-calendar span.flatpickr-day.nextMonthDay.endRange, .flatpickr-calendar span.flatpickr-day.nextMonthDay.startRange, .flatpickr-calendar span.flatpickr-day.prevMonthDay.endRange, .flatpickr-calendar span.flatpickr-day.prevMonthDay.startRange, .flatpickr-calendar span.flatpickr-day.startRange {
  background-color: hsl(38, 99%, 49%);
  border-color: hsl(38, 99%, 49%);
}
.flatpickr-calendar span.flatpickr-day.today:focus, .flatpickr-calendar span.flatpickr-day.today:hover {
  border-color: hsl(38, 99%, 49%);
  background: hsl(38, 99%, 49%);
  color: #fff;
}
.flatpickr-calendar span.flatpickr-day.today:not(.selected) {
  border-color: hsl(0, 0%, 74%);
}
.flatpickr-calendar span.flatpickr-day.today:not(.selected):hover, .flatpickr-calendar span.flatpickr-day.prevMonthDay.today:not(.selected):hover, .flatpickr-calendar span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid hsl(38, 99%, 49%);
}

#perma-exts-page h1 {
  margin: 1.5rem 0;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Permanent Marker", cursive, serif;
}
#perma-exts-page h1 a {
  color: hsl(38, 99%, 49%);
}
#perma-exts-page h1 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#perma-exts-page .section {
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  #perma-exts-page .flex-container {
    display: flex;
  }
}
@media (min-width: 900px) {
  #perma-exts-page .static-text-content {
    margin-right: 0.75rem;
  }
}
#perma-exts-page h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}
#perma-exts-page p {
  max-width: 700px;
  margin: 0.5rem 0 1rem;
  line-height: 1.4;
}
#perma-exts-page p.example {
  margin-bottom: 0.75rem;
}
#perma-exts-page div.instruction {
  max-width: 500px;
  line-height: 1.4;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  #perma-exts-page div.instruction {
    margin-left: 0.75rem;
  }
}
#perma-exts-page .form-container {
  margin: 1.5rem auto 2rem;
}
@media (min-width: 900px) {
  #perma-exts-page .form-container {
    min-width: 380px;
  }
}
@media (min-width: 900px) {
  #perma-exts-page .active-and-retired-exts {
    display: flex;
  }
}
#perma-exts-page .perma-exts-list-container {
  flex: 1;
}
@media (min-width: 900px) {
  #perma-exts-page .perma-exts-list-container.retired-ext-section {
    margin-left: 1rem;
  }
}
#perma-exts-page .perma-exts-list-container.retired-ext-section .extension-number-link {
  color: hsl(213, 3%, 45%);
}
#perma-exts-page .perma-exts-list-container.retired-ext-section .extension-number-link:hover {
  color: hsl(0, 0%, 74%);
}
#perma-exts-page .perma-exts-list-container h3 {
  margin: 1.5rem 0 0.5rem;
  font-weight: normal;
  font-size: 1.25rem;
}
#perma-exts-page .perma-exts-list-container .perma-ext-container {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
#perma-exts-page .perma-exts-list-container .extension-number-link {
  font-family: "Permanent Marker", cursive, serif;
  color: hsl(38, 99%, 49%);
}
#perma-exts-page .perma-exts-list-container .extension-number-link:hover {
  color: hsla(38, 99%, 49%, 0.5);
}
#perma-exts-page .perma-exts-list-container .ext-vms-count {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 600;
  color: hsl(213, 3%, 60%);
}
#perma-exts-page .perma-exts-list-container .change-ext-status-container a {
  font-size: 0.75rem;
  text-decoration: underline;
  color: hsl(213, 37%, 9%);
}
#perma-exts-page .perma-exts-list-container .change-ext-status-container a:hover {
  color: hsl(214, 96%, 55%);
}

#blog-header {
  border-top: solid 3px hsl(38, 99%, 49%);
}
#blog-header .header-container {
  margin: 0.5rem auto;
  text-align: center;
}
#blog-header .header-container a {
  display: inline-block;
}
#blog-header .header-container img {
  max-width: 208px;
  max-height: 35px;
}

#blog-footer {
  background: hsl(213, 37%, 9%);
  text-align: center;
  padding: 0.5rem 0;
  color: hsl(60, 8%, 95%);
  font-size: 0.75rem;
  line-height: 1.5;
  box-shadow: 0 -3px 6px 0px hsla(213, 37%, 9%, 0.5);
}
#blog-footer a {
  color: hsl(38, 99%, 49%);
  font-weight: 600;
}
#blog-footer a:hover {
  color: hsl(48, 100%, 83%);
}

.blog-content-container {
  margin: 0 auto;
  padding: 1rem 1rem 2rem;
  max-width: 650px;
}
.blog-content-container h1 {
  margin: 0.5rem 0;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  font-family: "Permanent Marker", cursive, serif;
}
@media (min-width: 900px) {
  .blog-content-container h1 {
    font-size: 3rem;
  }
}
.blog-content-container .article-info {
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: hsl(213, 3%, 45%);
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.blog-content-container .article-info a {
  color: hsl(213, 3%, 45%);
}
.blog-content-container .article-info a:hover {
  color: hsl(213, 37%, 9%);
}
.blog-content-container h2 {
  color: hsl(213, 37%, 9%);
  font-weight: 600;
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
@media (max-width: 599px) {
  .blog-content-container h2 {
    text-align: center;
  }
}
@media (min-width: 900px) {
  .blog-content-container h2 {
    font-size: 1.4rem;
  }
}
.blog-content-container img {
  max-width: 100%;
  display: block;
  margin: 0.5rem auto;
}
.blog-content-container .vm-container {
  display: flex;
  justify-content: center;
}
.blog-content-container .vm-container iframe {
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px hsla(213, 37%, 9%, 0.1);
}
.blog-content-container .video-container iframe {
  width: 100%;
  max-width: 100%;
}
.blog-content-container p {
  margin: 1rem 0;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .blog-content-container p {
    line-height: 1.4;
  }
}
.blog-content-container div.spacer {
  height: 2rem;
}
.blog-content-container .src-link {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 0.15rem 0.1rem;
  color: hsl(60, 8%, 95%);
  border-radius: 6px;
  background: hsl(213, 3%, 60%);
  letter-spacing: 1px;
  vertical-align: text-top;
  transition: background 0.3s;
}
.blog-content-container .src-link:hover {
  background: hsl(213, 3%, 45%);
}
.blog-content-container ul {
  padding: 0 0 0 1rem;
  line-height: 1.5;
}
.blog-content-container ul li {
  margin-bottom: 0.25rem;
}
.blog-content-container a.phone-number {
  font-weight: 600;
}
.blog-content-container a.ext-link {
  font-weight: 600;
}
.blog-content-container .author-container {
  margin: 2rem 0;
  line-height: 1.5;
}
.blog-content-container .author-container img {
  border-radius: 50%;
  max-width: 128px;
  border: solid 3px hsl(38, 99%, 49%);
}
.blog-content-container .social-share-container {
  margin: 1.5rem 0 0;
}
.blog-content-container .social-share-container h3 {
  margin: 0;
  font-weight: normal;
  font-family: "Permanent Marker", cursive, serif;
  font-size: 1.5rem;
  color: hsl(213, 3%, 45%);
  letter-spacing: 1px;
}
.blog-content-container .social-share-container > div.social-icons a {
  display: inline-block;
}
.blog-content-container .social-share-container > div.social-icons a:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .blog-content-container .social-share-container > div.social-icons a:hover {
    transform: translateY(2px);
  }
}
.blog-content-container .divider-container {
  background: transparent;
}
.blog-content-container .newsletter-section {
  margin: 2rem auto 1rem;
}
.blog-content-container .newsletter-section h3 {
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.15rem;
}
.blog-content-container .newsletter-section .form-container {
  text-align: center;
}
.blog-content-container .newsletter-section .form-container .field {
  padding: 1rem 0;
}
.blog-content-container .newsletter-section .form-container .field input[type=text], .blog-content-container .newsletter-section .form-container .field input[type=email], .blog-content-container .newsletter-section .form-container .field input[type=url], .blog-content-container .newsletter-section .form-container .field input[type=number] {
  text-align: center;
  font-size: 1rem;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  border: solid 1px hsla(213, 37%, 9%, 0.1);
  padding: 0.5rem;
  background-color: #fff;
}
.blog-content-container .newsletter-section .form-container .submit-container {
  margin-top: 0.25rem;
}
.blog-content-container .newsletter-section .form-container .submit-container .btn {
  border-radius: 36px;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
.blog-content-container .newsletter-section .form-container .submit-container .btn:hover {
  cursor: pointer;
}

#vm-to-tweet-page {
  padding: 0 0 3rem;
  background: #fff;
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/sandpaper.png");
}
#vm-to-tweet-page .hero-container {
  padding: 72px 1rem;
  background-color: hsl(213, 37%, 9%);
  color: hsl(60, 8%, 95%);
}
@media (max-width: 599px) {
  #vm-to-tweet-page .hero-container {
    padding-bottom: 3rem;
  }
}
#vm-to-tweet-page h1, #vm-to-tweet-page h2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
  color: hsl(60, 8%, 95%);
  text-shadow: 1px 1px 1px hsla(213, 37%, 9%, 0.1);
}
@media (max-width: 599px) {
  #vm-to-tweet-page h1, #vm-to-tweet-page h2 {
    font-size: 3rem;
  }
}
#vm-to-tweet-page h1 {
  margin: 2rem 0 1rem;
}
#vm-to-tweet-page h2 {
  margin: 1rem 0 3rem;
}
#vm-to-tweet-page h2 a {
  font-family: "Permanent Marker", cursive, serif;
  color: hsl(38, 99%, 49%);
}
#vm-to-tweet-page h2 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#vm-to-tweet-page p {
  max-width: 700px;
  line-height: 1.5;
  margin: 1rem auto;
}
#vm-to-tweet-page .example-container {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  #vm-to-tweet-page .example-container {
    margin-top: 2rem;
  }
}
#vm-to-tweet-page .form-container.twitter-ext-form {
  margin: 1rem auto 0;
}
@media (min-width: 600px) {
  #vm-to-tweet-page .form-container.twitter-ext-form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#vm-to-tweet-page .form-container.twitter-ext-form .field input[type=text] {
  font-size: 1.125rem;
  border-radius: 3px;
  border: solid 1px hsla(213, 37%, 9%, 0.1);
  padding: 0.5rem;
  background-color: #fff;
}
@media (max-width: 599px) {
  #vm-to-tweet-page .form-container.twitter-ext-form .submit-container {
    margin: 0.5rem 0 0;
  }
}
@media (min-width: 600px) {
  #vm-to-tweet-page .form-container.twitter-ext-form .submit-container {
    margin-left: 1rem;
  }
}
#vm-to-tweet-page .form-container.twitter-ext-form .submit-container .btn {
  padding: 0.5rem;
  background: transparent;
  color: hsl(144, 82%, 44%);
  font-weight: normal;
  text-decoration: underline;
}
#vm-to-tweet-page .form-container.twitter-ext-form .submit-container .btn:hover {
  box-shadow: none;
  color: hsl(144, 82%, 70%);
}
#vm-to-tweet-page .tweet-ext-container {
  color: hsl(60, 8%, 95%);
}
#vm-to-tweet-page .tweet-ext-container span {
  font-family: "Permanent Marker", cursive, serif;
  font-size: 1.75rem;
  color: hsl(38, 99%, 49%);
}
#vm-to-tweet-page #tweeter-faq-container {
  line-height: 1.5;
  margin: 3rem 1rem;
}
#vm-to-tweet-page #tweeter-faq-container h3 {
  font-weight: 600;
  margin: 0 0 2rem;
  font-size: 1.25rem;
  color: hsl(213, 3%, 45%);
}
#vm-to-tweet-page #tweeter-faq-container .toggle {
  margin: 0 auto;
  max-width: 700px;
}
#vm-to-tweet-page #tweeter-faq-container .toggle-label {
  background: #fff;
  padding: 1em;
  cursor: pointer;
  display: block;
  margin: 0 auto 1em;
  box-shadow: 0 1px 2px 0 rgba(153, 153, 153, 0.35);
  border-radius: 4px;
  max-width: 500px;
}
#vm-to-tweet-page #tweeter-faq-container .toggle-label:after {
  color: hsl(213, 3%, 60%);
  content: "+";
  float: right;
  font-weight: bold;
}
#vm-to-tweet-page #tweeter-faq-container .toggle-content {
  color: hsl(213, 3%, 45%);
  margin-bottom: 1.5em;
  padding: 1em;
}
#vm-to-tweet-page #tweeter-faq-container .toggle-input {
  display: none;
}
#vm-to-tweet-page #tweeter-faq-container .toggle-input:not(checked) ~ .toggle-content {
  display: none;
}
#vm-to-tweet-page #tweeter-faq-container .toggle-input:checked ~ .toggle-content {
  display: block;
}
#vm-to-tweet-page #tweeter-faq-container .toggle-input:checked ~ .toggle-label:after {
  content: "-";
}
#vm-to-tweet-page .share-container h3 {
  font-family: "Permanent Marker", cursive, serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
}
#vm-to-tweet-page .share-container .social-share-container {
  margin: 0.75rem 0 0;
}
#vm-to-tweet-page .share-container .social-share-container > div.social-icons a {
  display: inline-block;
}
#vm-to-tweet-page .share-container .social-share-container > div.social-icons a:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  #vm-to-tweet-page .share-container .social-share-container > div.social-icons a:hover {
    transform: translateY(2px);
  }
}
#vm-to-tweet-page .reddit-vm-sub-container {
  background: hsla(213, 37%, 9%, 0.1);
  border-radius: 12px;
  padding: 1rem;
  max-width: 700px;
  margin: 3rem auto;
}
@media (max-width: 599px) {
  #vm-to-tweet-page .reddit-vm-sub-container {
    margin: 3rem 1rem;
  }
}
#vm-to-tweet-page .reddit-vm-sub-container .form-container {
  margin-bottom: 1rem;
}
#vm-to-tweet-page .reddit-vm-sub-container .form-container .field {
  padding: 1rem 3rem;
}
@media (max-width: 599px) {
  #vm-to-tweet-page .reddit-vm-sub-container .form-container .field {
    padding: 1rem;
  }
}
#vm-to-tweet-page .reddit-vm-sub-container .form-container .field input[type=email] {
  font-size: 1.125rem;
  width: 100%;
  max-width: 350px;
  border-radius: 3px;
  border: solid 1px hsla(213, 37%, 9%, 0.1);
  padding: 0.5rem;
  margin: 0 auto;
  background-color: hsl(60, 8%, 95%);
}
#vm-to-tweet-page .reddit-vm-sub-container .form-container .checkbox-container {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
#vm-to-tweet-page .reddit-vm-sub-container h2 {
  margin-bottom: 1rem;
  color: hsl(213, 3%, 45%);
}

#podcast-comments-page .take-calls-container {
  top: 25%;
}
@media (min-width: 900px) {
  #podcast-comments-page .take-calls-container h1 {
    font-size: 2.5rem;
  }
}
#podcast-comments-page .atf-hero-img-container {
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/podcast_comments_listener.jpg");
}
@media (min-width: 1800px) {
  #podcast-comments-page .atf-after-img-bg {
    background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/podcast_comments_listener.jpg");
  }
}

#campaign-comments-page .take-calls-container {
  max-width: 550px;
  top: 25%;
}
#campaign-comments-page .atf-hero-img-container {
  background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/campaign_comments_caller.jpg");
}
@media (min-width: 1800px) {
  #campaign-comments-page .atf-after-img-bg {
    background-image: url("https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/campaign_comments_caller.jpg");
  }
}
@media (min-width: 600px) {
  #campaign-comments-page .call-stats-container h3 br {
    display: none;
  }
}
#campaign-comments-page .activate-container {
  padding-bottom: 5rem;
}
#campaign-comments-page .activate-container > div {
  padding-top: 3rem;
}
@media (max-width: 599px) {
  #campaign-comments-page .activate-container > div {
    padding-top: 1rem;
  }
}
#campaign-comments-page .activate-container h2 {
  font-size: 1.25rem;
  font-weight: normal;
}
#campaign-comments-page .activate-container h2 span {
  color: hsl(38, 99%, 49%);
}
@media (min-width: 1200px) {
  #campaign-comments-page .activate-container img {
    max-width: 500px;
  }
}
@media (min-width: 900px) {
  #campaign-comments-page .activate-container .activate-panel > div:nth-child(2) {
    flex: 1;
  }
}
#campaign-comments-page .activate-container .activate-panel:not(:last-child) {
  margin-bottom: 7rem;
}
@media (max-width: 599px) {
  #campaign-comments-page .activate-container .activate-panel:not(:last-child):first-child {
    padding-bottom: 3rem;
  }
}
@media (max-width: 599px) {
  #campaign-comments-page .activate-container .activate-panel:not(:last-child):nth-child(2) {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 899px) {
  #campaign-comments-page .activate-container .activate-panel:first-child > div:last-child {
    min-width: 300px;
    margin-right: 2rem;
  }
}
@media (max-width: 599px) {
  #campaign-comments-page .activate-container .activate-panel:first-child > div:last-child {
    margin-right: 0;
    padding-top: 1rem;
  }
}

#podcast-comments-page .features-container h3, #campaign-comments-page .features-container h3 {
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
  padding-top: 2rem;
  color: hsl(38, 99%, 49%);
  text-decoration: underline;
}
#podcast-comments-page .features-container > div, #campaign-comments-page .features-container > div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#podcast-comments-page .features-container > div.cta-btn-container, #campaign-comments-page .features-container > div.cta-btn-container {
  display: block;
  padding: 2rem 0 4rem;
}
#podcast-comments-page .features-container .feature-panel .img-container, #campaign-comments-page .features-container .feature-panel .img-container {
  height: auto;
  align-items: flex-start;
}
#podcast-comments-page .features-container .feature-panel .img-container img, #campaign-comments-page .features-container .feature-panel .img-container img {
  max-width: 250px;
  border-radius: 16px;
  box-shadow: -1px 2px 4px 0px hsla(213, 37%, 9%, 0.25);
}
#podcast-comments-page .call-stats-container, #campaign-comments-page .call-stats-container {
  padding-top: 2rem;
}
#podcast-comments-page .call-stats-container .cta-btn-container, #campaign-comments-page .call-stats-container .cta-btn-container {
  padding: 1rem 0 1.5rem;
}
#podcast-comments-page .call-stats-container .email-form, #campaign-comments-page .call-stats-container .email-form {
  justify-content: center;
  margin-bottom: 2rem;
  padding-top: 0.25rem;
}
@media (max-width: 599px) {
  #podcast-comments-page .call-stats-container .email-form, #campaign-comments-page .call-stats-container .email-form {
    margin-left: auto;
    margin-right: auto;
  }
}
#podcast-comments-page .activate-panel.vm-display-section, #campaign-comments-page .activate-panel.vm-display-section {
  margin-bottom: 2rem;
}
@media (max-width: 899px) {
  #podcast-comments-page .activate-panel.vm-display-section, #campaign-comments-page .activate-panel.vm-display-section {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 900px) {
  #podcast-comments-page .activate-panel.vm-display-section, #campaign-comments-page .activate-panel.vm-display-section {
    margin-top: 3rem;
  }
  #podcast-comments-page .activate-panel.vm-display-section h2, #campaign-comments-page .activate-panel.vm-display-section h2 {
    margin-top: 0;
  }
}
@media (max-width: 899px) {
  #podcast-comments-page .activate-panel.vm-display-section .vm-display-container, #campaign-comments-page .activate-panel.vm-display-section .vm-display-container {
    padding-bottom: 1rem;
  }
}
@media (min-width: 900px) {
  #podcast-comments-page .activate-panel.vm-display-section .vm-display-container, #campaign-comments-page .activate-panel.vm-display-section .vm-display-container {
    padding-left: 2rem;
  }
}
#podcast-comments-page .activate-panel.vm-display-section .vm-display-container #podcast-comments-vm, #campaign-comments-page .activate-panel.vm-display-section .vm-display-container #podcast-comments-vm {
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(243, 243, 241, 0.8509803922);
  border: none;
  box-shadow: 0px 4px 12px 2px rgba(14, 22, 31, 0.25);
}

#edit-username-page h1 {
  margin: 2rem 0 1rem;
  font-weight: 600;
  font-size: 2rem;
}
#edit-username-page p {
  margin: 1rem 0;
}
#edit-username-page .form-container {
  margin: 2rem auto;
}

#edit-vm-page > div.content-container {
  max-width: 1800px;
  padding: 1rem;
}
#edit-vm-page h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}
#edit-vm-page p {
  max-width: 500px;
  margin: 1rem 0;
  line-height: 1.5;
}
#edit-vm-page .edit-section {
  margin: 2rem 0;
  padding-bottom: 1rem;
  max-width: 900px;
  line-height: 1.7;
}
#edit-vm-page .edit-section #transcript-form {
  font-size: 1.25rem;
}
#edit-vm-page .edit-section #transcript-form span {
  border-left: solid 4px transparent;
  border-radius: 3px 0 0 3px;
}
#edit-vm-page .edit-section #transcript-form input {
  border: none;
  text-align: center;
}
#edit-vm-page .edit-section #transcript-form input:focus {
  background-color: hsl(48, 100%, 83%);
}
#edit-vm-page .edit-section audio {
  background: hsl(38, 99%, 49%);
  border: solid 2px hsl(38, 99%, 49%);
  border-radius: 3px;
  padding: 1px;
  box-shadow: -1px 2px 6px 0px hsla(213, 37%, 9%, 0.25);
}
#edit-vm-page h2 {
  margin: 1.5rem 0 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#edit-vm-page #sentiment-form select {
  background-color: #fff;
}

#line-publisher-page h1, #line-rejected-vms-page h1 {
  margin: 1.5rem 0;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Permanent Marker", cursive;
}
#line-publisher-page h1 a, #line-rejected-vms-page h1 a {
  color: hsl(38, 99%, 49%);
}
#line-publisher-page h1 a:hover, #line-rejected-vms-page h1 a:hover {
  color: hsla(38, 99%, 49%, 0.75);
}
#line-publisher-page .section, #line-rejected-vms-page .section {
  margin-bottom: 2rem;
}
#line-publisher-page h2, #line-rejected-vms-page h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}
#line-publisher-page p, #line-rejected-vms-page p {
  font-size: 12px;
  max-width: 500px;
  margin: 0.5rem 0 0;
  line-height: 1.4;
}
#line-publisher-page .vms-to-publish-section, #line-rejected-vms-page .vms-to-publish-section {
  margin-bottom: 2rem;
}
#line-publisher-page .vms-to-publish-section audio, #line-rejected-vms-page .vms-to-publish-section audio {
  background: hsl(38, 99%, 49%);
  border: solid 2px hsl(38, 99%, 49%);
  border-radius: 3px;
  padding: 1px;
  box-shadow: -1px 2px 6px 0px hsla(213, 37%, 9%, 0.25);
}
#line-publisher-page .vms-to-publish-section p, #line-rejected-vms-page .vms-to-publish-section p {
  font-size: 1rem;
  max-width: none;
}
@media (min-width: 600px) {
  #line-publisher-page .vms-to-publish-section p, #line-rejected-vms-page .vms-to-publish-section p {
    margin-right: 1rem;
  }
}
#line-publisher-page .vms-to-publish-section audio, #line-rejected-vms-page .vms-to-publish-section audio {
  display: block;
  margin: 0.5rem 0;
}
#line-publisher-page .vms-to-publish-section .vm, #line-rejected-vms-page .vms-to-publish-section .vm {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  border-top: dashed 2px hsla(38, 99%, 49%, 0.5);
}
@media (max-width: 599px) {
  #line-publisher-page .vms-to-publish-section .vm, #line-rejected-vms-page .vms-to-publish-section .vm {
    flex-direction: column;
  }
}
#line-publisher-page .vms-to-publish-section .publish-actions, #line-rejected-vms-page .vms-to-publish-section .publish-actions {
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 599px) {
  #line-publisher-page .vms-to-publish-section .publish-actions, #line-rejected-vms-page .vms-to-publish-section .publish-actions {
    justify-content: center;
    align-items: center;
    margin-top: 0.75rem;
  }
  #line-publisher-page .vms-to-publish-section .publish-actions .rejected-label, #line-rejected-vms-page .vms-to-publish-section .publish-actions .rejected-label {
    padding: 0.5rem;
  }
}
@media (min-width: 600px) {
  #line-publisher-page .vms-to-publish-section .publish-actions, #line-rejected-vms-page .vms-to-publish-section .publish-actions {
    flex-direction: column;
  }
}
#line-publisher-page .vms-to-publish-section .publish-btn, #line-rejected-vms-page .vms-to-publish-section .publish-btn {
  background-color: hsl(144, 82%, 44%);
}
@media (max-width: 599px) {
  #line-publisher-page .vms-to-publish-section .publish-btn, #line-rejected-vms-page .vms-to-publish-section .publish-btn {
    margin-left: 1rem;
  }
}
@media (min-width: 600px) {
  #line-publisher-page .vms-to-publish-section .publish-btn, #line-rejected-vms-page .vms-to-publish-section .publish-btn {
    margin: 0.5rem 0 1rem;
  }
}
#line-publisher-page .vms-to-publish-section .reject-btn, #line-rejected-vms-page .vms-to-publish-section .reject-btn {
  color: red;
  font-weight: normal;
  background-color: transparent;
  border: solid 1px rgba(255, 0, 0, 0.5);
}
#line-publisher-page .vms-to-publish-section .btn, #line-rejected-vms-page .vms-to-publish-section .btn {
  padding: 0.5rem;
}
#line-publisher-page .vms-to-publish-section h4, #line-rejected-vms-page .vms-to-publish-section h4 {
  margin: 1rem 0;
}

/* Static archive layer */
body {
  margin: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
}

button,
input {
  font-family: inherit;
}

button {
  cursor: pointer;
}

#header .logo {
  display: inline-flex;
}

#header .gray-separator {
  width: 100%;
  height: 1px;
  margin: 0.5rem 0;
  background: rgba(245, 245, 242, 0.2);
}

#pricing-page .atf-hero-video-container {
  position: relative;
}

#pricing-page .atf-hero-video-container .aspect-ratio-box-inside {
  overflow: hidden;
}

#pricing-page .atf-hero-video-container video {
  object-fit: cover;
  opacity: 0.72;
}

#pricing-page .features-hero strong a {
  color: inherit;
}

@media (max-width: 899px) {
  .nowrap {
    white-space: normal;
  }

  #header .header-container {
    position: relative;
    width: 100%;
    grid-template-columns: 1fr 3rem;
  }

  #header .header-container #header-logo-container img {
    max-width: min(208px, calc(100vw - 6.5rem));
  }

  #header .header-container #header-logo-container {
    grid-column: 1;
  }

  #header .header-container #toggle-nav-btn {
    grid-column: 2;
    display: block;
    position: absolute;
    top: 0.6rem;
    right: 1rem;
  }

  .page-content-container .atf-hero .take-calls-container {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .page-content-container .atf-hero .take-calls-container h1,
  .page-content-container .atf-hero .take-calls-container p,
  .page-content-container .learn-how-section p {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  #landing-page .take-calls-container h1 strong {
    display: block;
  }

  .btn {
    max-width: 100%;
    white-space: normal;
  }

  .page-content-container .atf-hero .atf-cta-section .btn {
    width: min(340px, calc(100vw - 2rem));
    text-align: center;
  }

  .static-vm-card {
    width: min(340px, calc(100vw - 2rem));
  }
}

.static-vm-card {
  width: min(500px, calc(100vw - 2rem));
  min-height: 130px;
  margin: 0 auto;
  border: 0;
  border-radius: 3px;
  background: rgba(243, 243, 241, 0.95);
  box-shadow: 0 4px 12px 2px rgba(14, 22, 31, 0.25);
  color: hsl(213, 37%, 9%);
  overflow: hidden;
}

.static-vm-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem 0.5rem;
  border-bottom: 1px solid rgba(14, 22, 31, 0.08);
}

.static-vm-card__header img {
  width: 34px;
  height: 35px;
  object-fit: contain;
}

.static-vm-card__header strong,
.static-vm-card__header span {
  display: block;
  line-height: 1.15;
}

.static-vm-card__header span {
  margin-top: 0.2rem;
  color: hsl(213, 3%, 45%);
  font-size: 0.75rem;
}

.static-vm-card__body {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.static-vm-card__play {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: hsl(38, 99%, 49%);
  color: white;
  font-size: 1rem;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(14, 22, 31, 0.22);
}

.static-vm-card__play:hover {
  background: hsla(38, 99%, 49%, 0.75);
}

.static-vm-card__wave {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}

.static-vm-card__wave span {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, hsl(144, 82%, 44%), hsl(207, 100%, 70%));
}

.static-vm-card__wave span:nth-child(2) {
  height: 18px;
}

.static-vm-card__wave span:nth-child(3) {
  height: 30px;
}

.static-vm-card__wave span:nth-child(4) {
  height: 24px;
}

.static-vm-card__wave span:nth-child(5) {
  height: 14px;
}

.static-vm-card__time {
  color: hsl(213, 3%, 45%);
  font-size: 0.85rem;
  font-weight: 600;
}

.inactive-modal[hidden] {
  display: none;
}

.inactive-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.inactive-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 22, 31, 0.68);
}

.inactive-modal__panel {
  position: relative;
  width: min(100%, 430px);
  padding: 2rem;
  border-top: solid 0.75rem hsl(38, 99%, 49%);
  border-radius: 0 0 56px 56px;
  background: white;
  color: hsl(213, 37%, 9%);
  text-align: center;
  box-shadow: 1px 3px 24px 4px rgba(14, 22, 31, 0.35);
  animation: fadeinup 0.25s ease-out;
}

.inactive-modal__panel h2 {
  margin: 0 0 1rem;
  color: hsl(144, 82%, 44%);
  font-size: 1.5rem;
}

.inactive-modal__panel p {
  margin: 0 auto 1.5rem;
  max-width: 330px;
  color: hsl(213, 3%, 45%);
  line-height: 1.5;
}

.inactive-modal__mark {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: hsl(38, 99%, 49%);
  color: white;
  font-family: "Permanent Marker", cursive, serif;
  letter-spacing: 1px;
}

.inactive-modal__close {
  position: absolute;
  top: 0.45rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  color: hsl(0, 0%, 74%);
  font-size: 2.5rem;
  line-height: 1;
}

.inactive-modal__close:hover {
  color: hsl(213, 3%, 45%);
}

@media (max-width: 599px) {
  .static-vm-card__body {
    gap: 0.6rem;
  }

  .static-vm-card__wave {
    gap: 0.25rem;
  }

  .inactive-modal__panel {
    padding: 1.5rem 1rem 1.75rem;
    border-radius: 0 0 40px 40px;
  }
}
