html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body,button,input,select,optgroup,textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1,h2,h3,h4,h5,h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

dfn,cite,em,i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,kbd,tt,var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

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

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ul,li > ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    font-size: 1.1rem
}

button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active,button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: royalblue
}

a:visited {
    color: purple
}

a:hover,a:focus,a:active {
    color: midnightblue
}

a:focus {
    outline: thin dotted
}

a:hover,a:active {
    outline: 0
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover > ul,.main-navigation ul ul li.focus > ul {
    left: 100%
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li:hover > ul,.main-navigation ul li.focus > ul {
    left: auto
}

.main-navigation li {
    float: left;
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.menu-toggle,.main-navigation.toggled ul {
    display: block
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display:none
    }

    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.page-content,.entry-content,.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,iframe,object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

body {
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Merriweather Sans', sans-serif
}

.section-inner {
    max-width: 1170px;
    margin: auto
}

.post-template-default .site-content {
    display: flex;
    max-width: 1170px;
    margin: auto
}

@media (min-width: 600px) {
    .post-template-default #main {
        padding:0 1rem
    }
}

@media (min-width: 900px) {
    .post-template-default #main {
        display:flex
    }
}

@media (min-width: 1170px) {
    .post-template-default #main {
        display:flex;
        padding: 0
    }
}

.post-template-default .entry-title {
    visibility: visible;
    font-weight: 400;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.2
}

@media (min-width: 500px) {
    .post-template-default .entry-title {
        font-size:3rem
    }
}

.post-template-default .single-post-content {
    background-color: #efefef
}

.post-template-default .entry-header {
    padding: 1rem
}

@media (min-width: 500px) {
    .post-template-default .entry-header {
        padding:2rem 3rem 0
    }
}

.post-template-default .entry-content {
    margin-top: 0;
    padding: 0 1rem
}

@media (min-width: 500px) {
    .post-template-default .entry-content {
        padding:0 3rem
    }
}

.post-template-default .entry-meta {
    display: none
}

.post .blog-card-text {
    padding: 1rem 1rem 2rem
}

@media (min-width: 500px) {
    .post .blog-card-text {
        padding:1rem 3rem 2rem
    }
}

.post .blog-card-text-title h3 {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    line-height: 1.2;
    font-style: italic;
    font-weight: 400
}

@media (min-width: 500px) {
    .post .blog-card-text-title h3 {
        font-size:3rem;
        line-height: 1.2
    }
}

.post-sidebar {
    flex: 1 0 400px;
    order: 1
}

.post-content {
    margin: 0;
    order: 2
}

@media (min-width: 900px) {
    .post-content {
        margin:0 0 0 2rem
    }
}

.post-nav {
    padding: 3rem 1rem
}

.post-nav p {
    margin: 0
}

@media (min-width: 1000px) {
    .post-nav {
        display:flex;
        justify-content: space-between
    }
}

@media (min-width: 1170px) {
    .post-nav {
        padding:3rem 0
    }
}

.next {
    margin-top: 2rem
}

@media (min-width: 1000px) {
    .next {
        margin-top:0
    }

    .next p {
        text-align: right
    }
}

.sidebar-card {
    margin-bottom: 1rem;
    max-width: 400px
}

#masthead {
    padding: 2rem 1rem
}

@media (min-width: 865px) {
    #masthead {
        display:flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}

@media (min-width: 1170px) {
    #masthead {
        max-width:1170px;
        margin: auto;
        padding: 2rem 0
    }
}

.site-branding,.main-navigation {
    flex: 0 1 50%
}

.custom-logo {
    max-width: 150px;
    height: auto
}

@media (min-width: 400px) {
    .custom-logo {
        max-width: initial;
        width: auto;
    }
}

.main-navigation {
    display: none;
    justify-content: center;
    margin: 2rem 0 0
}

.main-navigation ul {
    display: block
}

.main-navigation ul li {
    margin: 0 0 0 1.5rem;
    font-size: 1.5rem
}

.main-navigation ul a {
    /* color: #59595b; */
    color: #FFB31C;
    transition: color 200ms ease;
    text-transform: uppercase;
}

.main-navigation ul a:hover {
    color: rgba(255, 179, 28, 0.6)
}

@media (min-width: 865px) {
    .main-navigation {
        width:auto;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        margin: 0
    }
}

#responsive-menu-container.slide-left {
  padding: 2rem;
}

#menu-item-461 {
  font-weight: 400;
}

.responsive-menu-item {
  font-weight: 700;
  text-transform: uppercase;
}

.tagline {
  margin: .5rem 0 0;
}

.tagline-link {
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none;
}

.tagline-link:hover {
  text-decoration: underline;
}

/* I hate having to drop and !important, but... */
/* Last item in the mobile menu */
#responsive-menu-container li.tagline a  {
  line-height: 1.2!important;
  font-size: 1.4rem!important;
  font-weight: 400!important;
  margin-top: .5rem;
}

.current-menu-item {
    font-weight: 700
}

.entry-title {
    visibility: hidden
}

#hero-video {
    padding: 0 0 1rem;
    position: relative;
    text-align: center
}

@media (min-width: 600px) and (max-width:1170px) {
    #hero-video {
        padding:0 1rem 1rem
    }
}

.hero-video-sm {
    display: block
}

@media (min-width: 700px) {
    .hero-video-sm {
        display:none
    }
}

.hero-video-lg {
    display: none
}

@media (min-width: 700px) {
    .hero-video-lg {
        display:block
    }
}

.hero-video {
    position: relative
}

.hero-video::after {
    content: ' ';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hero-image img {
    filter: brightness(80%);
    object-fit: cover;
    width: 100%;
    height: 375px
}

@media (min-width: 900px) {
    .hero-image img {
        height:700px
    }
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%
}

@media (min-width: 900px) {
    .hero-text {
        width:60%
    }
}

.hero-text p {
    font-size: 1rem;
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #fff
}

@media (min-width: 400px) {
    .hero-text p {
        font-size:1.5rem
    }
}

@media (min-width: 700px) {
    .hero-text p {
        font-size:2rem
    }
}

.hero-text-verse {
    display: block
}

@media (min-width: 1200px) {
    .hero-text-verse {
        display:inline
    }
}

.hero-icon img {
    width: 16px
}

@media (min-width: 400px) {
    .hero-icon img {
        width:auto
    }
}

.how {
  background-color: #ffbf43;
  color: #232020;
  padding: 4rem 1rem;

}

.how h2 {
  text-align: center;
  color: #232020;
}

.how p {
  max-width: 1000px;
  margin: 1rem auto 3rem;
}

.how h3 {
  font-size: 2rem;
  text-align: center;
}

.how .video-get-started {
  margin: 2rem 0;
}

.how .how-buttons {
  text-align: center;
}

.how .how-buttons button {
  background: transparent;
  border: 3px solid #232020;
  border-radius: 4px;
  padding: 1rem;
  font-weight: 700;
  max-width: 400px;
  margin: 0 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.how .how-buttons button.active {
  background: #59595B;
  border: 3px solid #fff;
  color: #fff;
}

.features {
  background-color: #59595B;
  color: #fff;
  padding: 9rem 1rem;
}

.features-nav {
  margin: 2rem 0;
}

.features-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.features-nav li {
  font-size: 1.5rem;
}

@media (min-width: 700px) {
  .features-nav li {
    font-size: 2rem;
  }
}

.features .section-inner {
  position: relative;
}

.features-nav-link {
  border: 3px solid #fff;
  border-radius: 4px;
  padding: 1rem 2rem;
  background: #EFC143;
  color: #232020;
  font-size: 1.5rem;
  margin: 0 .5rem;
  font-weight: 700;
}

@media (min-width: 700px) {
  .features-nav-link {
    margin: 0 1rem;
  }
}

.features-nav-link.active {
  background: transparent;
  color: #fff;
}

.arrow i {
  font-size: 6rem;
  padding: 0;
  transition: opacity 200ms ease;
}

.arrow i:hover {
  opacity: 0.5;
}

.arrow.prev {
  position: absolute;
  top: 20%;
  left: -137px;
  transform: translateY(-50%);
}

.arrow.next {
  position: absolute;
  top: 20%;
  right: -137px;
  transform: translateY(-50%);
}

.features h2 {
  color: #EFC143;
  text-align: center;
  
}

.features p {
  font-size: 1.2rem;
  margin: 3rem auto;
  max-width: 1000px;
}

@media (min-width: 700px) {
  .features p {
    font-size: 1.5rem;
    margin: 4rem auto;
  }
}

.features .features-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 700px) {
  /* .features .features-images {
    grid-template-columns: 1fr 1fr;
  } */
}

.features .features-images.no-gap {
  gap: 1rem;
}

@media (min-width: 700px) {
  .features .features-images.no-gap {
    gap: 0;
  }
}

.features h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem 0 1rem;
}

@media (min-width: 700px) {
  .features h3 {
    font-size: 2rem;
    margin: 11rem 0 2rem;
  }
}

.questions {
  padding: 4rem 1rem;
  text-align: center;
  color: #232020;
}

.questions h2 {
  text-align: center;
  color: #232020;
}

.questions p {
  margin: 1rem auto 3rem;
  max-width: 1000px;
  font-size: 1.5rem;
}

@media (min-width: 700px) {
  .questions p {
    font-size: 30px;
  }
}

.questions .button {
  font-size: 1rem;
  width: auto;
}

@media (min-width: 700px) {
  .questions .button {
    font-size: 1.5rem;
  }
}

#about {
    background-color: #fff;
    padding: 2rem 1rem;
}

@media (min-width: 680px) {
    #about {
      padding: 4rem 1rem;
    }
}

@media (min-width: 680px) {
    #about .section-inner {
        display:flex;
        align-items: center
    }
}

@media (min-width: 600px) {
    .about-image,.about-text {
        flex:0 1 50%
    }
}

@media (min-width: 1170px) {
    .about-image {
        flex:0 1 50%
    }
}

@media (min-width: 1170px) {
    .about-text {
        flex:0 1 60%
    }
}

.about-image {
    text-align: center;
    margin: 1rem 0
}

.about-text-header {
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    color: #59595b;
    margin: 0;
    line-height: 1.2;
    text-align: center
}

@media (min-width: 400px) {
  .about-text-header {
      font-size: 2.5rem;
  }
}

@media (min-width: 800px) {
    .about-text-header {
        font-size:48px;
        text-align: left
    }
}

@media (min-width: 680px) {
    .about-text-header-small {
        display:none
    }
}

@media (max-width: 680px) {
    .about-text-header-large {
        display:none
    }
}

@media (min-width: 1200px) {
    .about-text-buttons {
        display:flex
    }
}

.about-text-buttons .button {
    margin-bottom: 1rem;
    text-decoration: none;
    color: #59595b
}

@media (min-width: 1200px) {
    .about-text-buttons .button {
        margin:0 1rem 0 0
    }
}

.video-button-icon {
    width: 20px;
    margin: 0 5px -6px 0;
    padding: 0
}

#inside-app {
    background-color: #ffbf43;
    padding: 2rem 0
}

@media (min-width: 600px) {
    #inside-app {
        padding:4rem 2rem
    }
}

#inside-app .product-text-title h2 {
    text-align: center;
    font-size: 1.1rem;
    padding: 0 2rem;
    color: #000
}

@media (min-width: 600px) {
    #inside-app .product-text-title h2 {
        max-width: 1400px;
        margin: auto;
        font-size: 2rem
    }
}

#inside-app .inside-app-image {
    /* max-width: 1170px; */
    margin: 2rem 1rem 0;
}

@media (min-width: 600px) {
  #inside-app .inside-app-image {
      /* max-width: 1170px; */
      margin: 4rem 1rem;
  }
}

@media (min-width: 600px) {
    #inside-app .inside-app-sm {
        display:none
    }
}

#inside-app .inside-app-lg {
    display: none
}

@media (min-width: 600px) {
    #inside-app .inside-app-lg {
        display:block
    }
}

.inside-app-footer {
  padding: 0 1rem;
  text-align: center;
}

.button-inverse.inside-app-button {
  font-size: .9rem;
  border: 4px solid #232020;
  color: #232020;
  margin-top: 2rem;
}

@media (min-width: 600px) {
  .button-inverse.inside-app-button {

  }
}

#rotating-testimonials {
    padding: 2rem;
    background-color: #EFEFEF;
    min-height: 400px;
}

@media (min-width: 400px) {
    #rotating-testimonials {
      min-height: 300px;
    }
}

@media (min-width: 980px) {
    #rotating-testimonials {
      min-height: auto;
    }
}

.testimonials {
    list-style: none;
    padding: 2rem 0;
    margin: 0;
    position: relative;
}

@media (min-width: 980px) {
    .testimonials {
        padding: 4rem;
    }
}

.testimonial {
    text-align: center;
    display: none;
    position: absolute;
    max-width: 900px;
    margin: auto
}

.testimonial:last-child {
    margin-bottom: 0
}

.testimonial p {
    font-size: 1.4rem;
    line-height: 1.7;
    font-style: italic;
    font-family: 'Merriweather', serif;
    margin-bottom: 0.5rem
}

.testimonial cite {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal
}

@media (min-width: 980px) {
    .testimonial {
        margin-bottom: 2rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.cbp-qtcontent {
    display: none
}

.cbp-qtrotator .cbp-qtcontent.current {
    display: block
}

#products {
    /* margin-top: 200px; */
    padding: 3rem 1rem 0
}

@media (min-width: 680px) {
    #products {
        margin-top:0
    }
}

@media (min-width: 680px) {
    .product-grid {
        display:flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.product-group {
    margin: 0 0 3rem;
    text-align: center;
}

@media (min-width: 680px) {
    .product-group {
        flex: 0 1 50%;
        text-align: left
    }
}

@media (min-width: 1000px) {
    .product-group {
        flex: 0 1 30%;
        text-align: left
    }
}

.product-image {
  position: relative;
}

.new-sticker {
  position: absolute;
  top: 0;
  left: -1rem;
}

.product-text footer {
    position: relative
}

.product-text-title h3 {
    margin-bottom: 0
}

.product-text {
    padding-right: 2rem;
}

.product-text-content p {
    margin-top: 0;
}

.product-button-label {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: 700;
  font-size: .9rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 25
}

.retailers {
    position: fixed;
    background-color: #fff;
    background-color: #999;
    top: 0;
    left: 0;
    transform: translateX(-300px);
    width: 275px;
    height: 100%;
    z-index: 50;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: 'Merriweather', serif;
    transition: all 500ms ease
}

.button.retailer-button {
  font-size: .8rem;
  display: inline-block;
}

.button.retailer-button.left-button {
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .button.retailer-button.left-button {
    border-right: 0;
    margin-right: -3px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
  }
}


@media (min-width: 600px) {
  .button.retailer-button.right-button {
    margin-left: -7px;
    padding-left: 20px;
    border-left: 0;
    transform: translateX(3px);
  }
}


@media (min-width: 600px) {
  .retailer-button-divider {
    height: 30px;
    width: 2px;
    background-color: #808080;
    position: absolute;
    transform: translateY(40%);
  }
}


.retailer-slide-open {
  transform: translateX(0);
}

.retailer-menu {
    list-style: none;
    padding: 0 1rem;
    margin: 0;
    font-size: 1.5rem
}

.retailer-menu-close {
    margin: 0;
    padding: 1rem;
    text-align: right;
    cursor: pointer;
    color: white
}

.retailer-menu-title {
    font-size: 1.5rem;
    color: white
}

.retailer-menu-link {
    padding: 0.5rem 0
}

.retailer-menu-link a {
    text-decoration: none;
    color: #ffbf43
}

.retailer-menu-link a:hover {
    text-decoration: underline
}

#hero-header {
    text-align: center;
    padding: 0 0 2rem
}

#hero-header h2,#hero-header h3 {
    margin: 0
}

#hero-header h2 {
    font-family: 'Merriweather', serif;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize
}

#hero-header h3 {
    font-size: 1rem;
    font-weight: 400
}

#video-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1170px;
    margin: auto;
    padding: 2rem 1rem 3rem
}

.video-image {
    position: relative;
    transition: all 200ms ease;
    display: block
}

.video-image:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14), 0 6px 6px rgba(0, 0, 0, 0.18)
}

.video-image img {
    display: block;
    position: relative
}

.video-image i {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 4rem
}

.video-image.active {
    border: 1px solid #ffbf43;
    padding: 5px;
    pointer-events: none
}

@supports (display: grid) {
    #video-grid {
        display:grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem
    }

    @media (min-width: 600px) {
        #video-grid {
            display:grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 1rem 2rem
        }
    }

    @media (min-width: 900px) {
        #video-grid {
            display:grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 1rem 2rem
        }
    }
}

.blog-grid {
    max-width: 1170px;
    margin: auto;
    padding: 2rem 1rem 3rem
}

@media (min-width: 1170px) {
    .blog-grid {
        padding:2rem 0 3rem
    }
}

.blog-card {
    background-color: #efefef;
    transition: box-shadow 300ms ease
}

.blog-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14), 0 6px 6px rgba(0, 0, 0, 0.18)
}

.blog-card-text {
    padding: 1rem
}

.blog-card-text-title a {
    text-decoration: none;
    color: #59595b
}

.blog-card-text-title a:hover {
    text-decoration: underline
}

.blog-card-text-title h3 {
    line-height: 1.4;
    text-transform: capitalize
}

.blog-card-text-content {
    line-height: 1.5
}

.blog-card-text-footer {
    cursor: pointer
}

.blog-card-text-footer p {
    font-weight: 700;
    font-size: 0.9rem
}

#nav-posts {
  max-width: 1170px;
  margin: auto;
  padding: 2rem 0;
}

.page-id-14 .blog-grid {
    max-width: 1200px;
    margin: auto;
    padding: 2rem 1rem 3rem
}

@media (min-width: 1170px) {
    .page-id-14 .blog-grid {
        padding:2rem 0 3rem
    }
}

.page-id-14 .blog-card {
    background-color: #efefef;
    transition: box-shadow 300ms ease;
    width: 380px;
    margin: 0.5rem
}

.page-id-14 .blog-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14), 0 6px 6px rgba(0, 0, 0, 0.18)
}

#colophon {
    padding: 2rem 1rem 1rem;
    background-color: #4d4d4d;
}

#colophon a {
    color: #fff !important;
    transition: color 200ms ease
}

#colophon a:hover {
    color: rgba(128, 128, 128, 0.8)
}

@media (min-width: 600px) {
    #colophon .section-inner {
        display:flex;
        justify-content: space-between
    }
}

@media (min-width: 600px) {
    .site-info {
        order:1;
        flex: 0 1 70%;
        margin-right: 2rem
    }
}

@media (min-width: 768px) {
    .site-info {
        flex:0 1 35%
    }
}

.footer-copyright {
    text-align: center
}

@media (min-width: 600px) {
    .footer-copyright {
        text-align:left
    }
}

.footer-copyright-copyright {
    margin: 1rem 0 0;
    font-size: 0.8rem;
	color:#fff;
}

@media (min-width: 768px) {
    .footer-copyright-copyright {
        font-size:0.7rem
    }
}

.footer-copyright-links {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width: 600px) {
    .footer-copyright-links {
        display:flex;
        flex-wrap: wrap
    }
}

.footer-copyright-link-item {
    font-size: 0.8rem;
    margin: 0.5rem 5px
}

@media (min-width: 950px) {
    .footer-copyright-link-item:after {
        content:' | ';
        padding-left: 5px
    }

    .footer-copyright-link-item:last-child:after {
        content: ''
    }
}

@media (min-width: 768px) {
    .footer-copyright-link-item {
        font-size:0.7rem
    }
}

.social-links {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 1rem 0 2rem
}

@media (min-width: 600px) {
    .social-links {
        order:2;
        flex: 0 1 30%
    }
}

@media (min-width: 768px) {
    .social-links {
        order:2;
        flex: 0 1 20%
    }
}

.social-links-link {
    font-size: 2rem
}

.button {
    display: inline-block;
    background: transparent;
    border: 4px solid #ffbf43;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 1rem;
    width: 100%;
    font-weight: 700;
    text-align: center;
    transition: all 200ms ease;
    text-decoration: none;
    font-size: 1.1rem;
    color: #59595b
}

.button.inverse {
    background: #fff;
    color: #efc143;
    border: 4px solid #fff;
    width: auto;
}

.button.inverse.disabled {
    pointer-events: none
}

.button.inverse:hover {
    background: transparent;
    color: #efc143;
    border: 4px solid #fff
}

.button:active,
.button:visited {
    color: #efc143;
}

.button:hover {
    cursor: pointer;
    background-color: #ffbf43;
    border: 4px solid #ffbf43;
    color: #fff
}

@media (min-width: 600px) {
    .button {
        width:auto
    }
}

.flex-video {
    height: 0;
    margin-bottom: 0.88889rem;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative
}

.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.sl-wrapper a {
    border-bottom: 0 !important;
    text-decoration: none !important
}

.sl-button {
    padding: 0.375em 0.625em;
    font-size: 1em;
    line-height: 1;
    font-weight: normal
}

a.liked {
    color: #da1b1b
}

a.liked:hover,a.liked:active,a.liked:focus {
    color: #666
}

a.liked span.sl-count,.sl-count {
    color: #666
}

.sl-icon {
    margin-right: 0.3125em;
    font-family: 'Arial Unicode MS', Arial, sans-serif;
    vertical-align: middle
}

.sl-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em
}

.sl-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sl-count {
    font-size: 0.625em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    vertical-align: middle
}

.loader,.loader:before,.loader:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 0.2em;
    height: 0.6em
}

.loader:before,.loader:after {
    position: absolute;
    top: 0;
    content: ''
}

.loader:before {
    left: -0.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.loader:after {
    left: 0.375em
}

@-webkit-keyframes load1 {
    0%,80%,100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: 0.6em
    }

    40% {
        box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
        height: 1em
    }
}

@keyframes load1 {
    0%,80%,100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: 0.6em
    }

    40% {
        box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
        height: 1em
    }
}

#john-hero {
    max-width: 1170px;
    margin: auto
}

#john-hero .section-inner {
    text-align: center
}

#john-hero .slider {
    width: 1170px;
    height: 375px;
    overflow: hidden;
    position: relative
}

@media (min-width: 1170px) {
    #john-hero .slider {
        height:700px
    }
}

#john-hero .slider .slides {
    width: 6000px;
    height: 600px;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none
}

#john-hero .slider .slide {
    width: 1170px;
    height: 600px;
    position: relative
}

#john-hero .slider .slide img {
    position: absolute;
    top: 0;
    left: 0;
    height: 375px;
    width: 100%;
    object-fit: cover
}

@media (min-width: 700px) {
    #john-hero .slider .slide img {
        object-fit:contain;
        height: auto
    }
}

#john-hero .slider .slide .banner-text {
    position: absolute
}

#john-hero .slider .slide .slide-pause-icon {
    position: absolute;
    top: 1rem;
    right: 1rem
}

#john-hero .slider .slide .slide-pause-icon i {
    color: #fff;
    font-size: 2.5rem
}

.hero-banner {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 375px;
    position: relative
}

.john-hero-sm {
    display: block
}

@media (min-width: 700px) {
    .john-hero-sm {
        display:none
    }
}

.john-hero-lg {
    display: none
}

@media (min-width: 700px) {
    .john-hero-lg {
        display:block
    }
}

.start-banner-text {
    padding-top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.start-banner-text h1 {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-family: 'Merriweather', serif;
    margin: 0 0 1rem
}

@media (min-width: 400px) {
    .start-banner-text h1 {
        font-size:2.5rem
    }
}

@media (min-width: 700px) {
    .start-banner-text h1 {
        font-size:4rem
    }
}

@media (min-width: 1170px) {
    .start-banner-text h1 {
        font-size:5rem;
        padding: 2rem 0 0;
        margin: 0
    }
}

.start-banner-text h2 {
    font-size: 1rem;
    color: #000;
    padding: 0 1rem;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    line-height: 1.4
}

@media (min-width: 400px) {
    .start-banner-text h2 {
        font-size:1.2rem
    }
}

@media (min-width: 700px) {
    .start-banner-text h2 {
        font-size:1.1rem
    }
}

@media (min-width: 900px) {
    .start-banner-text h2 {
        font-size:1.5rem;
        padding: 0 0 0
    }
}

@media (min-width: 1170px) {
    .start-banner-text h2 {
        padding:2rem 0 0
    }
}

.graham-banner {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.graham-banner-text {
    height: 100%;
    width: 50%;
    padding: 1rem 1rem 0 0
}

@media (min-width: 500px) {
    .graham-banner-text {
        padding:3rem 2rem 0 0;
        width: 55%
    }
}

@media (min-width: 500px) {
    .graham-banner-text {
        width:45%
    }
}

@media (min-width: 1170px) {
    .graham-banner-text {
        padding:4rem 3rem 0 0;
        width: 45%
    }
}

.graham-banner-text h1 {
    color: #efc143;
    font-size: 1rem;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-align: left
}

@media (min-width: 700px) {
    .graham-banner-text h1 {
        font-size:1.3rem
    }
}

@media (min-width: 1170px) {
    .graham-banner-text h1 {
        font-size:1.5rem
    }
}

.graham-banner-text blockquote {
    font-size: 1rem;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-family: 'Merriweather', serif;
    margin: 0;
    line-height: 1.5;
    text-align: left;
    text-indent: -0.5rem
}

@media (min-width: 400px) {
    .graham-banner-text blockquote {
        font-size:1.3rem;
        line-height: 1.4
    }
}

@media (min-width: 900px) {
    .graham-banner-text blockquote {
        font-size:2rem;
        margin-bottom: 2rem;
        text-indent: -1rem
    }
}

@media (min-width: 1170px) {
    .graham-banner-text blockquote {
        font-size:2.8rem;
        margin-bottom: 2rem;
        text-indent: -1rem
    }
}

.elephant-banner {
    display: flex
}

.elephant-banner-text {
    text-align: left;
    width: 55%;
    padding: 2rem 0 0 1.3rem
}

@media (min-width: 700px) {
    .elephant-banner-text {
        padding:3rem 0 0 2rem;
        width: 50%
    }
}

@media (min-width: 1170px) {
    .elephant-banner-text {
        padding:4rem 0 0 3rem
    }
}

.elephant-banner-text blockquote {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-family: 'Merriweather', serif;
    margin: 0 0 1rem;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-indent: -0.7rem
}

@media (min-width: 400px) {
    .elephant-banner-text blockquote {
        font-size:1.2rem;
        text-indent: -1rem
    }
}

@media (min-width: 500px) {
    .elephant-banner-text blockquote {
        font-size:1.5rem;
        text-indent: -0.9rem
    }
}

@media (min-width: 1170px) {
    .elephant-banner-text blockquote {
        font-size:2.8rem;
        margin-bottom: 2rem;
        text-indent: -1.2rem
    }
}

.elephant-banner-text cite {
    color: #efc143;
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    text-align: left
}

@media (min-width: 1170px) {
    .elephant-banner-text cite {
        font-size:1.5rem
    }
}

#john-intro {
    background-color: #efefef;
    max-width: 1170px;
    margin: auto;
    padding: 1rem 2rem
}

#john-intro p {
    font-size: 1.2rem
}

@media (min-width: 700px) {
    #john-intro {
        padding:1rem 4rem
    }
}

#john-resources {
    margin: 0;
    padding: 1rem 2rem
}

#john-resources .section-header {
    text-align: center;
    padding: 0 1rem
}

@media (min-width: 700px) {
    #john-resources .section-header {
        padding:0 4rem
    }
}

@media (min-width: 700px) {
    #john-resources .section-header {
        margin:3rem 0 2rem
    }
}

#john-resources h3 {
    font-size: 2.25rem;
    font-style: italic;
    font-weight: 400;
    font-family: 'Merriweather', serif;
    line-height: 1.3
}

.john-resources-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem
}

@media (min-width: 700px) {
    .john-resources-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1100px) {
    .john-resources-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

.john-resources-group {
    background-color: #efefef;
    padding-bottom: 2rem
}

.john-resources-image {
    height: 250px;
    overflow: hidden
}

.john-resources-image img {
    height: 250px;
    width: 100%;
    object-fit: cover
}

.john-resources-text {
    padding: 0 1rem
}

.john-resources-text h4 {
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2
}

.john-resources-button {
    padding: 0
}

.john-resources-button a {
    text-decoration: none;
    color: inherit
}

#john-learn-more {
    padding: 0 0 3rem
}

#john-learn-more .section-inner {
    padding: 0 2rem
}

@media (min-width: 700px) {
    #john-learn-more .section-inner {
        display:flex;
        padding: 0 3rem
    }
}

.john-learn-more-group:first-of-type {
    margin: 0 0 3rem
}

@media (min-width: 700px) {
    .john-learn-more-group:first-of-type {
        margin:0 2rem 3rem 0
    }
}

.john-learn-more-text h4 {
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    margin-bottom: 0
}

.john-learn-more-button a {
    text-decoration: none;
    color: inherit
}

.slider-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    z-index: 1000
}

.slider-nav .slider-nav-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.slider-nav .slider-nav-dots .slider-nav-dot {
    color: #ccc;
    margin: 0 1rem;
    font-size: 1.5rem;
    transition: color 200ms ease
}

.slider-nav .slider-nav-dots .slider-nav-dot.active {
    color: #ffbf43;
    pointer-events: none
}

.slider-nav .slider-nav-dots .slider-nav-dot:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8)
}

@media (max-width: 699px) {
  .hero-slider .slick-arrow {
    display: none!important;
  }
}

.hero-slider .slick-arrow {
  background: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.7;
  transition: opacity 200ms ease;
}

.hero-slider .slick-arrow:hover {
  opacity: 1;
}

.hero-slider .slick-arrow i {
  color: #000;
  font-size: 4rem;
}

.hero-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  /* content: "\2039"; */
  z-index: 10000;
}

.hero-slider .slick-next {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  /* content: "\203A"; */
  z-index: 10000;
}


/* Bible search style overrides */
/* Do NOT move these to custom.css. They will be overridden each time the  */
/* code in custom.css is overridden */

.tyfb_wrapper p,
.tyfb_wrapper button {
  font-family: 'open sans', sans-serif;
}

.tyfb_wrapper .text-center .tyfb_heading {
  font-family: 'merriweather', serif;
  font-style: italic;
  font-weight: 400!important;
  font-size: 2.6rem!important;
  line-height: 1!important;
  margin-bottom: 1rem;
}

.tyfb_wrapper p {
  font-size: 1.6rem!important;
  margin-bottom: 0!important;
}

.tyfb_wrapper button {
  color: #DBAA23!important;
  font-size: 1.6rem!important;
}

.tyfb_btn {
  color: #000!important;
  border: 3px solid #DBAA23!important;
}

.tyfb_btn:hover {
  background: #DBAA23!important;
  color: #fff!important;
  border: 3px solid #DBAA23!important;
}

.tyfb_prd-content .tyfb_prd-content__detail {
  color: #DBAA23!important;
}


/* FAQ Page */

.faqs {
  padding: 4rem 1rem;
}

.faq-hero img {
  object-fit: cover;
  width: 100%;
}

.faqs h2 {
  color: #232020;
  margin: 0 0 4rem;
}

.faqs h3 {
  color: #252525;
  font-size: 30px;
  margin: 0;
}

.faq-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #59595b4d;
  display: none;
  z-index: 50;
}

.faq-answer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 1rem;
  background: #fff;
  z-index: 100;
}

@media (min-width: 1000px) {
  .faq-answer {
    width: 1000px;
  }
}

.faq-answer-close {
  color: #59595B;
  font-weight: 700;
  text-align: right;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  transition: opacity 200ms ease;
}

@media (min-width: 1000px) {
  .faq-answer-close {
    padding: initial;
    margin: 0 0 1rem;
  }
}

.faq-answer-close:hover {
  opacity: 0.5;
}

.faq-questions-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 700px) {
  .faq-questions-grid {
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    gap: 2rem 4rem;
  }
}

.faq-question {
  background: transparent;
  border: 0;
  text-decoration: underline;
  color: #808080;
  margin: .75rem 0;
  padding: 0;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 700px) {
  .faq-question {
    margin: .5rem 0;
    font-size: 1.5rem;
  }
}

.faq-question:hover {
  text-decoration: none;
  cursor: pointer;
}

/* Header Toggle starts*/
.main-navigation.main-navigation--mob .menu-main-menu-container ul {
    display: flex;
  }
  .pre-navbar-toggle {
    display: none;
  }
  .pre-navbar-toggle span {
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #000000;
    display: block;
    transition: all 300ms ease-in-out;
    margin-bottom: 5px;
  }
  .pre-navbar-toggle span:last-of-type {
    margin-bottom: 0;
  }
  .site-header {
    position: relative;
  }
  
  @media screen and (max-width: 768px) {
    .pre-navbar-toggle {
      display: inline-block;
      cursor: pointer;
    }
    .masthead-inner.masthead-inner--mob {
      flex-wrap: wrap;
    }
    .masthead-inner.masthead-inner--mob .site-branding {
      flex: 1 0 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .masthead-inner.masthead-inner--mob .main-navigation--mob {
        display: none;
        flex: 0 1 100% !important;
        background: #000000cc;
        padding: 10px 16px;
        position: absolute !important;
        top: 53%;
        left: 0;
        z-index: 99999;
    }
    .main-navigation.main-navigation--mob .menu-main-menu-container ul {
      display: block;
    }
    .masthead-inner.masthead-inner--mob
      .main-navigation--mob
      .menu-main-menu-container
      ul
      li {
      float: none;
      text-align: left;
      margin-bottom: 8px;
    }
    .masthead-inner.masthead-inner--mob
      .main-navigation--mob
      .menu-main-menu-container
      ul
      li:last-of-type {
      margin-bottom: 0;
    }
    .masthead-inner.masthead-inner--mob
      .main-navigation--mob
      .menu-main-menu-container
      ul
      li
      a {
      font-size: 16px;
      line-height: 20px;
    }
    .masthead-inner.masthead-inner--mob
      .main-navigation--mob
      .menu-main-menu-container
      ul
      li.menu-item-has-children
      .caret {
      content: "";
      border: solid white;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      position: absolute;
      top: 1px;
      right: 0;
    }
    .masthead-inner.masthead-inner--mob
      .main-navigation--mob
      .menu-main-menu-container
      ul
      li.menu-item-has-children
      .sub-menu
      li
      a::after {
      content: none;
    }
    .masthead-inner.masthead-inner--mob
      .main-navigation--mob
      .menu-main-menu-container
      ul
      li.menu-item-has-children
      .sub-menu {
      background-color: #4f5052 !important;
      width: 101% !important;
    }
    #primary-menu .sub-menu{
      display: none;
    }
    .tagline-link{
        color:#fff;
    }
  }
  /* Header Toggle ends*/

  @media (min-width: 1024px){
    .section-inner-grid,.grid-column-feature{
        display: grid;
        grid-template-columns: 614px 1fr;
        gap: 75px;
      }
    .features-group{
        position: relative;
      }
      .grid-column-feature .features-images{
        position: absolute;
        top: -340px;
        right: 0;
      }
      .section-inner-grid{
        margin-top: 80px;
      }
  }
@media (min-width: 1024px) and (max-width: 1370px){
    .section-inner-grid,.grid-column-feature{
        display: grid;
        grid-template-columns: 464px 1fr;
        gap: 75px;
      }
      .arrow.prev{
        left: 0;
        top: 50%;
    }
    .arrow.next{
        right: 0;
        top: 50%;
        margin-top: 0;
    }
    .features-images img{
        max-width: 380px;
    }
}
@media (max-width: 1024px){
    .arrow.prev{
        left: 0;
        top: 50%;
    }
    .arrow i{
        width: 40px;
    }
    .arrow.next{
        right: 0;
        top: 50%;
        margin-top: 0;
    }
    .features-images img{
        margin: 0 auto;
    }
}
@media (max-width: 767px){
    .arrow i{
        width: 20px;
    }
    .features-nav-link{
        padding: .5rem 1rem;
        font-size: .8rem;
    }
    .how h3 {
    font-size: 1.1rem;
    text-align: center;
    }
    .how .video-get-started{
        margin: 1.1rem 0;
    }
    .features{
        padding: 3rem 1rem;
    }
    .how-buttons button{
        margin-bottom: 15px !important;
    }
}