@charset "UTF-8";
@font-face {
  font-family: "DidotDisplay-Bold";
  src: url("/wp-content/themes/paidleaveforall/webfonts/DidotDisplayBold/font.woff") format("woff");
  src: url("/wp-content/themes/paidleaveforall/webfonts/DidotDisplayBold/font") format("woff2");
}
@font-face {
  font-family: "BrandonGrotesqueWeb-Black";
  src: url("/wp-content/themes/paidleaveforall/webfonts/BrandonGrotesqueWebBlack/font.woff") format("woff");
  src: url("/wp-content/themes/paidleaveforall/webfonts/BrandonGrotesqueWebBlack/font") format("woff2");
}
@font-face {
  font-family: "AvenirLTPro-Book";
  src: url("/wp-content/themes/paidleaveforall/webfonts/AvenirLTProBook/font.woff") format("woff");
  src: url("/wp-content/themes/paidleaveforall/webfonts/AvenirLTProBook/font") format("woff2");
}
/* Colors */
.news-feed {
  padding: 2rem;
}
@media (min-width: 48em) {
  .news-feed {
    padding: 2rem 2rem;
  }
}
@media (min-width: 64em) {
  .news-feed {
    padding: 4rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .news-feed {
    padding: 5rem 2rem;
  }
}
@media (min-width: 100em) {
  .news-feed {
    padding: 6rem 2rem;
  }
}
@media (min-width: 112.5em) {
  .news-feed {
    padding: 7rem 2rem;
  }
}

.alert {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.alert.reveal {
  opacity: 1;
}
@media (min-width: 48em) {
  .alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.alert-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.alert-item:first-child {
  background: #dc9e30;
}
.alert-item:first-child:hover {
  background: #ba821f;
}
.alert-item:nth-child(2) {
  background: #113E5E;
}
.alert-item:nth-child(2):hover {
  background: #092233;
}
.alert-item-link {
  width: 100%;
  display: block;
  padding: 1.25rem;
  color: #fff;
}
@media (min-width: 48em) {
  .alert-item-link {
    padding: 1.5rem;
  }
}
@media (min-width: 48em) {
  .alert-item-link {
    padding: 2rem;
  }
}
.alert-item-headline {
  font-family: "BrandonGrotesqueWeb-Black", san-serif;
}
@media (min-width: 48em) {
  .alert-item-headline {
    font-size: 1.1rem;
  }
}
@media (min-width: 64em) {
  .alert-item-headline {
    font-size: 1.3rem;
  }
}
@media (min-width: 100em) {
  .alert-item-headline {
    font-size: 1.8rem;
  }
}
.alert-item-teaser {
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  .alert-item-teaser {
    font-size: 1.1rem;
  }
}
@media (min-width: 64em) {
  .alert-item-teaser {
    font-size: 1.2rem;
  }
}
@media (min-width: 81.25em) {
  .alert-item-teaser {
    font-size: 1.25rem;
  }
}
@media (min-width: 100em) {
  .alert-item-teaser {
    font-size: 1.3rem;
  }
}
.alert-item-button {
  background: #78AEAB;
  color: #fff;
  padding: none;
  cursor: pointer;
  border: 0;
  display: table;
  font-family: "AvenirLTPro-Book", sans-serif;
  padding: 0.5rem 1rem;
  margin: 0.5rem auto 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.alert-item-button:hover {
  background: #5b9895;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 48em) {
  .alert-item-button {
    font-size: 1.1rem;
  }
}
@media (min-width: 64em) {
  .alert-item-button {
    font-size: 1.2rem;
  }
}

.hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  color: #fff;
}
.hero-block {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.hero.reveal .hero-block {
  opacity: 1;
}
.hero-intro {
  background: #113E5E;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (min-width: 48em) {
  .hero-intro {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.hero-intro-headline {
  font-family: "BrandonGrotesqueWeb-Black", san-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
@media (min-width: 48em) {
  .hero-intro-headline {
    font-size: 1.1rem;
  }
}
@media (min-width: 64em) {
  .hero-intro-headline {
    font-size: 1.3rem;
  }
}
@media (min-width: 100em) {
  .hero-intro-headline {
    font-size: 1.8rem;
  }
}
.hero-photo1 {
  background-color: #FAAE75;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row: 2;
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
@media (min-width: 48em) {
  .hero-photo1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
}
.hero-photo2 {
  background-color: #78AEAB;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
  -ms-grid-row: 2;
  grid-row: 2;
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
@media (min-width: 48em) {
  .hero-photo2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.hero-photo3 {
  background-color: #113E5E;
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
@media (min-width: 48em) {
  .hero-photo3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.hero-photo4 {
  background-color: #0D252D;
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
@media (min-width: 48em) {
  .hero-photo4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.hero-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.hero-aspect-wide {
  padding: 1rem;
}
@media (min-width: 48em) {
  .hero-aspect-wide {
    padding: 0;
    padding-top: 50%;
  }
}
.hero-aspect-square {
  padding-top: 100%;
}
.hero-center {
  padding: 1rem;
}
@media (min-width: 48em) {
  .hero-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
    overflow: hidden;
    padding: 1.75rem;
  }
}
@media (min-width: 64em) {
  .hero-center {
    padding: 2rem;
  }
}
@media (min-width: 100em) {
  .hero-center {
    padding: 3.5rem;
  }
}
.hero-join {
  background-color: #78AEAB;
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
@media (min-width: 48em) {
  .hero-join {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.hero-form-blurb {
  font-family: "AvenirLTPro-Book", sans-serif;
  font-size: 1rem;
  font-weight: 200;
}
@media (min-width: 48em) {
  .hero-form-blurb {
    font-size: 0.75rem;
  }
}
@media (min-width: 64em) {
  .hero-form-blurb {
    font-size: 1rem;
  }
}
@media (min-width: 81.25em) {
  .hero-form-blurb {
    font-size: 1.25rem;
  }
}
@media (min-width: 100em) {
  .hero-form-blurb {
    font-size: 1.5rem;
  }
}

.join-form {
  margin-top: 1rem;
}
.join-form .gform_fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
  grid-template-columns: 65% 35%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  position: relative;
  z-index: 100;
  list-style: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
@media (min-width: 64em) {
  .join-form .gform_fields {
    width: 80%;
  }
}
.join-form .gform_fields > * {
  margin: 0;
  padding: 0;
}
.join-form .gform_fields li {
  padding: 0 0.25rem;
  position: relative;
}
.join-form input {
  background: #fff;
  padding: 0.65rem;
  border: 1px solid #fff;
  width: 100%;
  color: #505050;
  font-size: 1rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-family: "AvenirLTPro-Book", sans-serif;
  margin: 0 0.15rem;
  cursor: pointer;
}
@media (min-width: 48em) {
  .join-form input {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 64em) {
  .join-form input {
    padding: 0.75rem;
    font-size: 1rem;
  }
}
@media (min-width: 100em) {
  .join-form input {
    padding: 1rem;
    font-size: 1.15rem;
  }
}
.join-form input.placeholder {
  color: #505050;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form input:-moz-placeholder {
  color: #505050;
  -moz-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form input::-moz-placeholder {
  color: #505050;
  -moz-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form input:-ms-input-placeholder {
  color: #505050;
  -ms-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form input::-webkit-input-placeholder {
  color: #505050;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form input:hover {
  background: #78AEAB;
  color: #fff;
  border: 1px solid #78AEAB;
}
.join-form input:hover.placeholder {
  color: #fff;
}
.join-form input:hover:-moz-placeholder {
  color: #fff;
}
.join-form input:hover::-moz-placeholder {
  color: #fff;
}
.join-form input:hover:-ms-input-placeholder {
  color: #fff;
}
.join-form input:hover::-webkit-input-placeholder {
  color: #fff;
}
.join-form input:focus {
  background: #092233;
  border-color: #113E5E;
  color: #FAAE75;
}
.join-form input:focus.placeholder {
  color: #FAAE75;
}
.join-form input:focus:-moz-placeholder {
  color: #FAAE75;
}
.join-form input:focus::-moz-placeholder {
  color: #FAAE75;
}
.join-form input:focus:-ms-input-placeholder {
  color: #FAAE75;
}
.join-form input:focus::-webkit-input-placeholder {
  color: #FAAE75;
}
.join-form button {
  background: #FAAE75;
  color: #0D252D;
  padding: none;
  cursor: pointer;
  border: 0;
  font-family: "AvenirLTPro-Book", sans-serif;
  padding: 0.7rem 1rem 0.35rem;
  margin-top: 0.5rem;
  font-size: 1.15rem;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form button:hover {
  background: #f89144;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 48em) {
  .join-form button {
    font-size: 1.2rem;
  }
}
@media (min-width: 64em) {
  .join-form button {
    font-size: 1.4rem;
  }
}
.join-form .validation_error {
  display: none;
}
.join-form .validation_message {
  background: #FAAE75;
  color: #0D252D;
  font-family: "AvenirLTPro-Book", sans-serif;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0.45rem;
  white-space: nowrap;
  padding: 0.3rem;
  font-size: 0.9rem;
}
.join-form .gform_body {
  position: relative;
}
.join-form .gfield_label,
.join-form .gform_validation_container,
.join-form .gform_footer img {
  display: none !important;
}
.join-form .gform_confirmation_message {
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  z-index: 200;
  font-family: "AvenirLTPro-Book", sans-serif;
}
.join-form .gform_confirmation_message h3 {
  color: #fff;
}

.stories-intro {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  opacity: 0;
  background-color: #78AEAB;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.stories-intro.reveal {
  opacity: 1;
}
@media (min-width: 48em) {
  .stories-intro {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.stories-intro-center {
  padding: 2rem;
}
@media (min-width: 48em) {
  .stories-intro-center {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
    overflow: hidden;
    padding: 3rem;
  }
}
@media (min-width: 64em) {
  .stories-intro-center {
    padding: 3.5rem;
  }
}
.stories-intro-link {
  display: block;
}
.stories-intro-link:hover .stories-intro-headline {
  color: #113E5E;
}
.stories-intro-headline {
  font-family: "BrandonGrotesqueWeb-Black", san-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .stories-intro-headline {
    font-size: 2.5rem;
  }
}
@media (min-width: 64em) {
  .stories-intro-headline {
    font-size: 2.65rem;
  }
}
@media (min-width: 81.25em) {
  .stories-intro-headline {
    font-size: 3rem;
  }
}
@media (min-width: 100em) {
  .stories-intro-headline {
    font-size: 3.5rem;
  }
}
.stories-intro-blurb {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 48em) {
  .stories-intro-blurb {
    font-size: 1.2rem;
  }
}
@media (min-width: 64em) {
  .stories-intro-blurb {
    font-size: 1.3rem;
  }
}
@media (min-width: 81.25em) {
  .stories-intro-blurb {
    font-size: 1.4rem;
  }
}
@media (min-width: 100em) {
  .stories-intro-blurb {
    font-size: 1.5rem;
  }
}

.news-feed {
  max-width: 93.75em;
  margin: 0 auto;
}
.news-feed-intro {
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .news-feed-intro {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 64em) {
  .news-feed-intro {
    margin-bottom: 2rem;
  }
}
@media (min-width: 81.25em) {
  .news-feed-intro {
    margin-bottom: 3rem;
  }
}
@media (min-width: 100em) {
  .news-feed-intro {
    margin-bottom: 4rem;
  }
}
.news-feed-intro.reveal {
  opacity: 1;
}
.news-feed-headline {
  font-family: "BrandonGrotesqueWeb-Black", san-serif;
  font-size: 1.8rem;
  color: #113E5E;
  font-weight: 300;
}
@media (min-width: 48em) {
  .news-feed-headline {
    font-size: 2rem;
  }
}
@media (min-width: 64em) {
  .news-feed-headline {
    font-size: 2.2rem;
  }
}
@media (min-width: 81.25em) {
  .news-feed-headline {
    font-size: 2.4rem;
  }
}
@media (min-width: 100em) {
  .news-feed-headline {
    font-size: 2.6rem;
  }
}
.news-feed-headline-link {
  color: #113E5E;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
}
.news-feed-headline-link:hover {
  color: #78AEAB;
}
.news-feed-blurb {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .news-feed-blurb {
    font-size: 1.1rem;
  }
}
@media (min-width: 64em) {
  .news-feed-blurb {
    font-size: 1.3rem;
  }
}
@media (min-width: 81.25em) {
  .news-feed-blurb {
    font-size: 1.4rem;
  }
}
@media (min-width: 100em) {
  .news-feed-blurb {
    font-size: 1.5rem;
  }
}

.video {
  width: 100%;
}
@media (min-width: 48em) {
  .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 48em) {
  .video.right-photo {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
.video-photo {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.video-photo.reveal {
  opacity: 1;
}
@media (min-width: 48em) {
  .video-photo {
    width: 40%;
  }
}
.video-photo-aspect {
  padding-top: 100%;
}
.video-text {
  background: #0D252D;
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.video-text.reveal {
  opacity: 1;
}
@media (min-width: 48em) {
  .video-text {
    width: 60%;
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important;
  }
}
.video-link {
  display: block;
  color: #fff;
}
.video-link:hover .video-headline {
  opacity: 0.8;
}
.video-link:hover .video-play {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.video-link:hover .video-play-icon {
  background: #fff;
}
.video-link:hover .video-play-icon-svg {
  fill: #78AEAB;
}
.video-headline {
  font-family: "BrandonGrotesqueWeb-Black", san-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
@media (min-width: 48em) {
  .video-headline {
    font-size: 1.85rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 64em) {
  .video-headline {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 81.25em) {
  .video-headline {
    font-size: 2.75rem;
  }
}
@media (min-width: 100em) {
  .video-headline {
    font-size: 3rem;
  }
}
.video-headline-sub {
  font-size: 70%;
  display: block;
  font-weight: 300;
  font-style: normal;
  font-family: "AvenirLTPro-Book", sans-serif;
}
.video-center {
  padding: 2rem;
}
@media (min-width: 48em) {
  .video-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
    overflow: hidden;
  }
}
@media (min-width: 64em) {
  .video-center {
    padding: 3.5rem;
  }
}
.video-play {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.video-play-icon {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  position: relative;
}
.video-play-icon-svg {
  width: 60%;
  max-height: 2rem;
  fill: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.video-play-label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding-left: 0.5rem;
}