/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.pre-footer {
  background-color: var(--aqua);
}
.footer {
  background-color: var(--purple);
  clear: both;
  margin-top: 0;
}
.copyright {
  color: var(--white);
  font-size: 16px;
  margin: 0;
  text-align: right;
  padding-top: 25px;
  padding-bottom: 10px;
}
#footer-links {
  margin-bottom: 0;
}
#footer-links a {
  font-size: 16px;
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }
/*********************
CUSTOM STYLES
*********************/
:root {
  --aqua: #3bbebe;
  --black: #000000;
  --orange: #f2644c;
  --purple: #303672;
  --white: #FFFFFF;
  --yellow: #FCC013;
  --tide-3: 'TideSans-300LilKahuna', sans-serif;
  --tide-7: 'TideSans-700Mondo', sans-serif;
  --urban-medium: 'UrbaneRounded-Medium', sans-serif;
  --urban-bold: 'UrbaneRounded-Bold', sans-serif;
}
@font-face {
  font-family: 'var(--tide-3)';
	font-display: swap;
  src: url('../fonts/TideSans-300LilKahuna.woff2');
}
@font-face {
  font-family: 'var(--tide-7)';
	font-display: swap;
  src: url('../fonts/TideSans-700Mondo.woff2');
}
@font-face {
  font-family: 'var(--urban-medium)';
	font-display: swap;
  src: url('../fonts/UrbaneRounded-Medium.woff2');
}
@font-face {
  font-family: 'var(--urban-bold)';
	font-display: swap;
  src: url('../fonts/UrbaneRounded-Bold.woff2');
}
body {
  font-family: 'var(--tide-3)';
  color: #979797;
  line-height: 24px;
}
h1, h2, h3, h4 {
  font-family: 'var(--tide-7)';
  margin-bottom: 1rem;
}
.grid-container {
  max-width: 1100px;
}
.top-bar,
.top-bar ul {
  background-color: var(--purple);
}
.top-bar {
  position: relative;
  z-index: 2;
}
.menu a {
  color: var(--white);
  font-size: 22px;
}
.menu a:focus,
.menu a:hover {
  color: var(--orange);
  transition: all ease-in 0.1s;
}
.menu .active > a {
  background: var(--purple);
}
.logo {
  display: inline-block;
  margin-top: -5px;
  max-width: 200px;
}
.sticky {
  -webkit-transform: none;
  transform: none;
  z-index: 2;
}
.button,
.button:hover {
  background: linear-gradient(#d88f53, #db634d);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 51, 0.4) 0 3px 5px 0;
  font-family: 'var(--tide-7)';
  font-size: 1rem;
  overflow: hidden;
  padding: 20px 60px;
}
.elipse {
  display: none;
  clip-path: ellipse(54% 26.78% at 50% 54%);
  -webkit-clip-path: ellipse(54% 26.78% at 50% 54%);
  background-color: var(--purple);
  position: absolute;
  left: 0;
  top: 12px;
  height: 160px;
  width: 100%;
  z-index: 1;
}
.help-icon {
  position: fixed;
  bottom: 6px;
  right: 14px;
  z-index: 99999999999999999;
  transition: 280ms ease;
}
.cookie-notice-container{
  border-top: medium solid white;
}

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: var(--white);
  min-height: 400px;
  position: relative;
}
.overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 59%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero .grid-container {
  /* max-width: 700px; */
  z-index: 2;
}
.about-hero {
  background-image: url(https://cdn.buttercms.com/EPtyg39S2ahYGPrD131Q),linear-gradient(#368dab, #303672);
  background-size: auto 117%;
  border-radius: 0 0 85% 85% / 17%;
  color: #fff;
  font-family: 'var(--tide-3)';
  text-align: center;
  justify-content: center;
  display: flex;
}
.about-hero .grid-container {
  max-width: 850px;
}
.green-box {
  background-image: url(https://cdn.buttercms.com/9xfTuRSiWYtOCOzahgLA);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  padding: 20px;
}
.hero-form {
  position: relative;
  height: 60px;
}
.hero-right {
  text-align: center;
}
.hero-form > [type="email"] {
  height: 60px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  border-radius: 20px;
  border: none;
  padding-left: 30px;
  padding-right: 300px;
  font-size: 17px;
  font-family: TideSans300;
  color: #979797 !important;
  line-height: 22px;
}
.hero-form  > [type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#D88F53), to(#DB634D)) 0 0 no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #D88F53 0%, #DB634D 100%) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #D88F53 0%, #DB634D 100%) 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 3px 5px #00000033;
  box-shadow: 0 3px 5px #00000033;
  border-radius: 20px;
  border: none;
  font-family: 'var(--tide-7)';
  cursor: pointer;
  color: #fff;
  height: 100%;
  width: 300px;
  font-size: 16px;
  line-height: 19px;
}
.section {
  padding-bottom: 60px;
  padding-top: 60px;
}
.purple-bg {
  filter: grayscale(0%) brightness(100%) contrast(100%) blur(0px) sepia(0%) invert(0%) saturate(100%) hue-rotate(0deg);
  background-image: url(https://cdn.buttercms.com/0gqbPeTcimFWbku8ZKgO), linear-gradient(rgb(48, 54, 114), rgb(48, 54, 114)) !important;
  background-size: cover, auto !important;
  background-position: 50% 50%, 50% 50% !important;
  background-attachment: scroll, scroll !important;
  background-repeat: no-repeat, no-repeat !important;
}
.vertical.tabs {
  margin-bottom: 25px;
}
.tabs {
  border: 0px;
  background: none;
}
.tabs-title > a {
  font-family: 'var(--urban-bold)';
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1rem;
}
.tabs-content {
  background: none;
}
.tabs-content.vertical {
  border: 0px;
}
.tabs-title > a:hover,
.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: none;
  outline: none;
}
.purple-bg .tabs-title > a {
  color: var(--white);
}
.purple-bg .tabs-title > a:hover,
.purple-bg .tabs-title > a:focus,
.purple-bg .tabs-title > a[aria-selected=true] {
  color:  var(--yellow);
}
.purple-bg .button,
.pricing .button {
  display: block;
  margin: 30px auto;
  max-width: 310px;
}
.pricing .tabs-title > a {
  color: var(--purple);
  font-family: 'var(--tide-3)';
}
.pricing .tabs-title > a:hover,
.pricing .tabs-title > a:focus,
.pricing .tabs-title > a[aria-selected=true] {
  color: var(--purple);
  font-family: 'var(--tide-7)';
}
.price-heading {
  color: var(--purple);
}
.price-image {
  margin-top: -75px;
  max-width: 250px;
}
.shows-title,
.shows-description {
  color: var(--white);
  margin: 30px 0 40px 0;
  text-align: center;
}
.shows-description {
  font-family: 'var(--tide-3)';
}
.shows-image {
  border-radius: 20px;
}
.top-text-right {
  font-size: 12px;
}
.top-text-right,
.top-text-right a,
.top-text-right a:hover,
.top-text-right a:focus {
  color: var(--white);
}
.top-text-right .login-button {
  background-color: var(--aqua);
  border-radius: 8px;
  font-family: 'var(--tide-7)';
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  padding: 5px 10px;
}
.top-text-right .search-button {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.top-text-right a {
  text-decoration: underline;
}
.aqua-bar {
  background-color: rgb(59, 190, 190);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  color: var(--white);
}
.footer-links,
.footer-links a,
.footer-right a {
  font-size: 12px;
  text-align: right;
}
.footer-links {
  margin-bottom: 25px;
}
.social-heading {
  color: var(--white);
  font-size: 20px;
  font-family: 'var(--tide-3)';
  text-align: right;
}
.social-icons {
  justify-content: flex-end;
}
.social-icons a {
  font-size: 36px;
  padding-bottom: 0;
  text-align: right;
}
.social-icons a:last-of-type {
  padding-right: 0;
}
.social-icons a:hover,
.recent-post a:hover,
.recent-post,
.recent-post a {
  color: var(--white)
}
.recent-post img {
  border: 5px solid var(--white);
}
.recent-post .entry-excerpt {
  padding: 10px 0 20px 0;
}
.minno-image {
  display: block;
  margin: 0 auto;
}
.off-canvas {
  background: var(--purple);
}
.js-off-canvas-overlay {
  background: rgb(0,0,0, 0.5);
}
.faqs {
  background-color: var(--purple);
  color: var(--white);
  font-family: 'var(--tide-3)';
}
.faq-heading {
  color: var(--yellow);
  font-family: 'var(--tide-7)';
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.faqs h2 {
  font-family: 'var(--urban-medium)';
  margin-top: 20px;
  margin-bottom: 30px;
}
.faqs p {
  margin-bottom: 2rem;
}
.watch {
  color: var(--white);
}
.watch-image {
  margin-bottom: 1.5rem;
}
.plan-box ul,
.minno-list ul,
.watch ul {
  list-style-type: none;
  margin-left: 10px;
}
.plan-box ul,
.watch ul {
  margin-left: 30px;
}
li {
  margin: 0.8rem 0;
}
.minno-list li {
  color: #979797;
}
.plan-box li,
.minno-list li,
.watch li {
  position: relative;
  padding-left: 10px;
  font-size: 17px;
}
.plan-box li:before,
.minno-list li:before,
.watch li:before {
  content: '\2713';
  position: absolute;
  left: -20px;
}
.plan-box li:before,
.minno-list li:before {
  color: var(--aqua);
}
img.free-image {
  max-width: 200px;
}
.splide__pagination {
  display: none !important;
}
.splide__slide {
  text-align: center;
}
.spanShows {
  color: var(--yellow);
  font-size: 40px;
  text-align: center;
}
.custom-arrow-class {
  background-color: aqua;
  width: 25px;
  height: 25px;
}
.splide__arrow--prev {
  left: -2em !important;
}
.splide__arrow--next {
  right: -2em !important;
}
.shows-title {
  color: var(--yellow);
}
.shows-information {
  align-items: center;
  margin-top: 30px;
}
.show-info {
  color: var(--white);
  text-align: center;
}
.submitFreeButton {
  background-color: var(--aqua);
  border-radius: 20px;
  width: 282px;
}
.free-title {
  color: var(--purple);
  text-align: center;
}
.free-monthly {
  align-items: center;
  background-color: var(--white);
  border: 2px solid var(--aqua);
  border-radius: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
}
.free-month-head {
  font-family: 'var(--tide-7)';
  font-size: 40px;
  color: var(--aqua);
}
.free-month-p {
  color: rgb(151, 151, 151);
  font-size: 16px;
}
.available {
  background-size: cover;
  background-repeat: no-repeat;
}
.available-heading {
  color: var(--aqua);
  text-align: center;
}
.available .av-platform {
  margin-top: 30px;
  max-width: 150px;
}
.available .av-service {
  margin-top: 70px;
  max-width: 275px;
}
.parents-heading {
  color: var(--purple);
  margin-bottom: 50px;
  text-align: center;
}
.parents-title {
  color: var(--aqua);
  text-align: center;
}
.parents-description {
  color: var(--purple);
  font-size: 18px;
}
.about-box {
  background-color: var(--white);
  border-radius: 8px;
  color: var(--purple);
  font-size: 17px;
  margin: 20px auto;
  max-width: 350px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
}
.about-box h3 {
  margin-bottom: 0;
}
.about-mino-heading {
  margin-bottom: 40px;
  text-align: center;
}
.free-week {
  background-size: cover;
  background-position: center;
}
.signup-form-aqua {
  margin-top: 40px;
}
.signup-form-aqua [type='email']::-webkit-input-placeholder { /* Edge */
  color: var(--white);
}
.signup-form-aqua [type='email'] :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--white);
}
.signup-form-aqua [type='email'] ::placeholder {
  color: var(--white);
}
.signup-form-aqua [type='email'] {
  background-color: #3BADAC;
  color: var(--white) !important;
}
.signup-form-aqua [type="submit"] {
  background: transparent linear-gradient(180deg, #7DB6AF 0%, #3BADAC 100%) 0% 0% no-repeat padding-box;
}
.signup-form-aqua span {
  display: none;
}
.platforms {
  margin: 0 auto;
  max-width: 900px;
}
.title-with-image {
  color: var(--aqua);
  font-family: 'var(--urban-bold)';
  margin: 20px 0 50px 0;
}
.title-with-image img {
  margin-left: 10px;
  width: 325px;
}
.p-column {
  color: #303672;
  font-family: 'var(--tide-3)';
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 350px;
  text-align: center;
}
.p-column strong {
  font-family: 'var(--tide-7)';
}
.video-section {
  background-color: #3bbebe;
  border-radius: 89% 89% 0 0 / 10%;
  padding-top: 100px;
  padding-bottom: 0;
}
.gradient-intro,
.video-intro {
  color: var(--white);
  display: block;
  font-family: 'var(--tide-3)';
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 760px;
}
.gradient-intro h1,
.gradient-intro h2,
.video-intro h1,
.video-intro h2 {
  font-size: 42px;
  line-height: 39px;
  margin-bottom: 40px;
  text-align: center;
}
.gradient-intro h2,
.video-intro h2 {
  font-size: 28px;
}
.gradient-bg {
  background: linear-gradient(rgba(59,190,190,0.95), #303672 90%);
  color: var(--white);
  margin: 0;
  margin-top: -25px;
  max-width: 100%;
}
.gradient-intro .button {
  display: block;
  margin: 0 auto;
  max-width: 275px;
}
.hidden {
  display: none;
}
.video {
  position: relative;
  user-select: none;
}
.video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.video::after {
  content: '';
  background-image: url(/wp-content/uploads/2020/12/play-button-4x.png);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}
.video:hover .video::after {
  transform: scale(1.1);
}
.plan-box {
  background-color: #FFF;
  border: solid 3px grey;
  border-radius: 20px;
  color: #4a4a4a;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 620px;
  padding: 15px;
  width: 100%;
}
.plan-box-inner {
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
}
.plan-box h1 {
  color: var(--aqua);
  font-size: 40px;
  font-family: 'var(--tide-7)';
  margin-bottom: 5px;
}
.plan-box h2 {
  color: grey;
  font-family: 'var(--tide-3)';
}
.plan-box-inner ul,
.plan-box-inner ol {
  text-align: left;
}
.plan-box h1.orange,
.orange {
  color: #E06B52;
}
.plan-box .button {
  font-size: 20px;
}
.plan-box .monthly {
  background: linear-gradient(#7db6af, #3badac);
}
.plan-box .annual {
  background: linear-gradient(#d88f53, #db634d);
}
.pricing-header .page-title {
  font-family: 'var(--urban-bold)';
  color: var(--purple);
  font-size: 40px;
  margin-top: 75px;
  text-align: center;
}
.apps-section h1 {
  color: var(--purple);
  font-family: 'var(--urban-bold)';
  font-size: 48px;
  line-height: 57px;
  margin-top: 15px;
}
.mobile-section {
  background-color: var(--aqua);
  color: var(--white);
  margin-bottom: 25px;
  text-align: center;
}
.mobile-icon {
  margin-bottom: 30px;
  max-height: 66px;
}
.devices-section {
  border-bottom: solid 5px #979797;
  margin-bottom: 20px;
  text-align: center;
}
.mobile-heading,
.os-section h1,
.devices-section h1 {
  font-family: 'var(--tide-3)';
  color: var(--purple);
}
.os-section {
  text-align: center;
}
.os-section h2 {
  color: gray;
  font-family: 'var(--tide-3)';
  margin-bottom: 40px;
}
.os-icon {
  margin-top: 30px;
  max-height: 45px;
}
.os-name {
  font-size: 20px;
  margin: 40px 0;
}
.mobile-heading {
  color: var(--white);
  margin-bottom: 40px;
}
.devices-item {
  margin-top: 50px;
  margin-bottom: 50px;
}
.devices-item a, .devices-item a:hover {
  color: #3bbebe;
  text-decoration: none;
  transition: color 150ms ease;
}
.devices-icon {
  margin-bottom: 25px;
  max-height: 45px;
}
.devices-text {
  text-align: left;
}
.browser-section {
  background-color: #f8f8f8;
  text-align: center;
}
.browser-section h1 {
  color: #979797;
  font-family: 'var(--tide-3)';
  line-height: 39px;
  margin-bottom: 50px;
}
.browser-icon {
  margin: 0 auto;
  margin-bottom: 20px;
  max-height: 45px;
}
.stores-content {
  margin-bottom: 30px;
}
.hero.church {
  background-image: url(https://cdn.buttercms.com/kRNYQ52wR7ORtKwUpahm);
  background-position-x: -200px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}
.hero.press {
  background-color: var(--purple);
  color: #FFFFFF;
  min-height: 325px;
}
.hero-press-image {
  width: 500px;
}
.gray-box {
  background-image: linear-gradient(rgb(237, 237, 237), rgb(237, 237, 237));
  color: #000000;
  padding: 40px;
  text-align: center;
}
.gray-box h5 {
  font-family: 'var(--tide-3)';
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 25px;
}
.press-releases {
  color: #000000;
  font-family: 'var(--tide-3)';
  font-size: 20px;
  line-height: 30px;
}
.acc-press a,
.press-releases a {
  text-decoration: underline;
}
.press-releases a,
.acc-press a,
.press-releases-heading {
  color: var(--purple);
}
.acc-press {
  margin-top: 40px;
}
.acc-press a {
  font-family: 'var(--tide-3)';
  font-size: 20px;
  line-height: 30px;
}
.acc-press .accordion-title {
  background-color: var(--white);
  color: #000000;
  font-size: 18px;
  text-decoration: underline;
}
.acc-press .accordion-title,
.acc-press .accordion-content {
  border: 0px !important;
}
.acc-press .accordion-title:focus,
.acc-press .accordion-title:hover {
  background-color: var(--white);
}
.acc-press .accordion-title::before {
  content: '...';
  top: 43%;
}
/* .acc-press .accordion-title:hover,
.acc-press .accordion-content:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.2);
} */
.about-ceo {
  color: #000000;
  font-size: 18px;
}
.about-ceo-heading {
  color: var(--purple);
}
.about-ceo img {
  margin-bottom: 30px;
}
.green-gradient {
  background-image: url('../images/02-section-1-background.png');
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.videos-heading,
.photos-heading,
.kits-heading {
  color: var(--white);
}
.kits-heading.light {
  font-family: 'var(--tide-3)';
  margin-top: 20px;
}
.download-photo {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 305px;
}
/**********
 * Cookies
*/
#cookie-notice {
    background: #303672 !important;
    /* display: block;
    padding: .8em 1.5em;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: solid 1px #f8f8f8;
    z-index: 999999999;
    -webkit-animation-delay: 1s; */
}
#cookie-notice .cn-button {
    appearance: none;
    background-color: #3bbebe;
    border: 0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: tide-sans, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    float: right;
    background: #3bbebe;
    color: #fff;
    padding: 0.75em 6.5em;
    margin: auto 6%;
    max-height: 42px;
}
.cookie-footer .footer-secondary-links #banner-agree-button {
    float: right;
    background: #3bbebe;
    color: #fff;
    padding: 0.75em 6.5em;
    margin: auto 6%;
    max-height: 42px;
}
#cookie-notice .cn-text-container {
    float: left;
    color: white;
    font-size: 18px;
    max-width: 55%;
    margin: 0 6%;
    font-family: tide-sans-300, sans-serif;
    text-align: justify;
}
#offcanvas-nav {
  margin-top: 80px;
}
#offcanvas-nav a {
  color: var(--light-pink);
}
#offcanvas-nav a:hover {
  color: var(--orange);
}
#offcanvas-nav a:focus {
  outline: none;
}
#offcanvas-nav .active > a {
  background: none;
  color: var(--orange);
}
.price-vertical-tabs {
  margin-top: -60px;
}
/*********************
MEDIA QUERIES
*********************/
@media screen and (max-width: 639px) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 1;
  }
  .top-bar-left.float-left li a {
    max-width: 150px !important;
  }
  .top-bar .top-bar-right a {
    font-size: 14px !important;
    padding: 10px !important;
}
  .logo {
    margin-left: -10px;
    max-width: 100%;
  }
  .hero-form {
    height: auto;
  }
  .hero-form > [type="email"] {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-form > [type="submit"] {
    position: relative;
    display: block;
    height: 60px;
    margin-bottom: 15px;
    width: 100%;
  }
  .tabs.vertical > li {
    margin: 0;
  }
  .tabs-title > a {
    padding: 0.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    align-items: center;
  }
  .h1, h1 {
    font-size: 2rem;
  }
  .h2, h2 {
    font-size: 1.5rem;
  }
  .h3, h3 {
    font-size: 1.3rem;
  }
  .h4, h4 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .hero {
    min-height: 700px;
  }
  .about-hero {
    min-height: 400px;
  }
  .about-hero h1 {
    font-family: 'var(--urban-bold)';
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.03em;
  }
  .faqs {
    font-size: 17px;
  }
  .faqs p {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .top-bar .top-bar-right {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 5;
  }
  .top-bar .top-bar-right a {
    border: 1px solid;
    margin-right: 15px;
    font-size: 16px;
  }
  .top-bar-left.float-left li {
    width: 100%;
  }
  .top-bar-left.float-left li a {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
  .about-ceo {
    text-align: center;
  }
  .hero {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .hero .grid-container {
    max-width: 700px;
  }
  .green-box {
    margin-bottom: 40px;
  }
  .recent-post {
    margin-bottom: 25px;
    text-align: center;
  }
  .minno-image {
    width: 250px;
  }
  .social-heading {
    margin-top: 40px;
    text-align: center;
  }
  .social-icons {
    margin-top: 25px;
    justify-content: center;
  }
  #footer-links {
    justify-content: center;
    margin-top: 40px;
  }
  .copyright {
    text-align: center;
  }
  .footer-links {
    justify-content: center;
    margin-top: 15px;
  }
  .aqua-bar h1 {
    margin-bottom: 2rem;
  }
  .parents-description {
    margin: 0 auto;
    max-width: 375px;
    margin-bottom: 40px;
  }
  .signup-form-aqua {
    margin-bottom: 40px;
  }
  .watch-image {
    margin-bottom: 2.5rem;
  }
  .small-grid {
    display: block;
    margin: 0 auto !important;
    max-width: 600px;
  }
  .apps-section h1 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .top-bar {
    padding-top: 30px;
  }
  .hero {
    margin-top: -50px;
  }
  .about-hero {
    margin-top: 0;
  }
  .elipse {
    display: block;
  }
  .green-box {
    font-size: 22px;
  }
  .copyright {
    margin-right: 1rem;
  }
  .footer-links {
    float: right;
  }
  .sticky-nav {
    filter: drop-shadow(-1px 6px 3px rgba(0,0,0,0.23));
  }
  .shows-information .cell {
    border-left: none;
    border-right: 3px solid var(--aqua);
  }
  .shows-information .cell:last-of-type {
    border-right: 0;
  }
}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1366px) {}
@media screen and (min-width: 1500px) {}

/* iPhone Queries */

/* 1792x828px at 326ppi iPhone 11 */
@media only screen
    and (device-width: 414px)
    and (device-height: 896px)
    and (-webkit-device-pixel-ratio: 2) { }

/* 2436x1125px at 458ppi iPhone 11 Pro */
@media only screen
  and (device-width: 375px)
  and (device-height: 812px)
  and (-webkit-device-pixel-ratio: 3) { }

/* 2688x1242px at 458ppi iPhone 11 Pro Max */
@media only screen
    and (device-width: 414px)
    and (device-height: 896px)
    and (-webkit-device-pixel-ratio: 3) { }

/* 2340x1080 pixels at 476ppi  // iPhone 12 Mini */
@media only screen
    and (device-width: 375px)
    and (device-height: 812px)
    and (-webkit-device-pixel-ratio: 3) { }

/* 2532x1170 pixels at 460ppi  // iPhone 12, 12 Pro */
@media only screen
    and (device-width: 390px)
    and (device-height: 844px)
    and (-webkit-device-pixel-ratio: 3) { }

/* 2778x1284 pixels at 458ppi // iPhone 12 Max */
@media only screen
  and (device-width: 428px)
  and (device-height: 926px)
  and (-webkit-device-pixel-ratio: 3) { }
/*# sourceMappingURL=style.css.map */
