/*
 Theme Name:   Swindoll Study Bible
 Theme URI:    http://tyndalebibles.com/swindollstudybible
 Description:  Child theme for Tyndale Bibles
 Author:       Tyndale House Publishers
 Author URI:   https://tyndale.com
 Template:     tyndale-bibles
 Text Domain:  swindoll-study-bible
*/


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
.user-story-grid{
  padding: 0 15px;
}
[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'proxima-nova', sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.button,
.button:visited,
#gform_submit_button_2 {
  display: inline-block;
  background-color: #1D51A4;
  color: #fff;
  text-decoration: none;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 250ms ease;
  border: 3px solid #1D51A4;
}

.button:hover {
  background-color: #fff;
  border: 3px solid #1D51A4;
  color: #1D51A4;
}

.button-inverse {
  display: inline-block;
  background-color: #fff;
  color: #111;
  text-decoration: none;
  padding: 8px 16px;
  padding: .5rem 1rem;
  cursor: pointer;
}

.button-inverse:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.button-ghost {
  display: inline-block;
  background-color: transparent;
  color: #111;
  text-decoration: none;
  padding: 8px 16px;
  padding: .5rem 1rem;
  border: 1px solid #111;
  cursor: pointer;
}

.button-ghost:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.ghost-button-inverse,
.ghost-button-inverse:visited {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border: 3px solid #fff;
  cursor: pointer;
  transition: all 300ms ease;
}

.ghost-button-inverse:hover {
  background-color: #fff;
  color: #1D51A4;
}

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold;
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.large, h2 {
  font-size: 42px;
  line-height: 1.14;
}

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38;
}

.big, h4 {
  font-size: 22px;
  line-height: 1.38;
}

.small, small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

img {
  width: 100%;
}

.flex-video {
  height: 0;
  margin-bottom: 14.222px;
  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;
}

.section-inner {
  max-width: 1300px;
  margin: auto;
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}


/* Masthead */

#masthead {
  padding: 2rem;
  background: #1D51A4;
}
.masthead-inner {
  max-width: 1300px;
  display: block;
}
.site-branding {
  padding: 0;
  text-align: center;
  /* margin-bottom: 3rem; */
}

/* 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: #ffffff;
  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;
}
.main-navigation li{
  display: inline-block;
}
.menu-main-nav-container{
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pre-navbar-toggle {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
  }
  .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: 100%;
      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;
  }
  .main-navigation li {
    padding: 1rem 0;
    display: block;
    text-align: left;
    float: none;
    width: 100%;
    padding: 4px 0;
    /* font-size: 12px; */
}
}
.menu-toggle{
display: none;
}
@media (max-width: 767px){
  .site-branding {
    padding: 0;
    text-align: left;
    /* margin-bottom: 3rem; */
  }
  .swindoll-product-grid,.swindoll-product-about{
    padding: 0 15px;
  }
  article.product-group,.swindoll-product-about{
    margin-bottom: 40px;
  }
  .product-links a{
    margin-bottom: 10px;
    display: inline-block;
  }
  .formats-grid-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
}

/* Header Toggle ends*/
@media (min-width: 600px) {
  .site-branding {
    margin-bottom: 0;
    flex: 1 0 20%;
  }
}

img.custom-logo {
  width: 250px;
}
@media (min-width: 1024px) {
  .masthead-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#primary-menu {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

@media (min-width: 1024px) {
  #primary-menu {
    display: flex;
    justify-content: flex-end;
    display: inline-block !important;
}
}

.menu-main-nav-container {
 display: block;
 text-align: right;
}
.main-navigation li:last-child{
  margin-right: 0;
}
@media (max-width:767px){
  .menu-main-nav-container{
    //display: none;
  }
  .main-navigation {
      display: none;
  }
}
.main-navigation {
  display:inline-block;
}

@media (min-width: 600px) {
  .main-navigation {
    margin-top: 2rem;
    flex: 1 0 75%;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .main-navigation {
    margin-top: 0;
  }
}

.main-navigation a {
  font-size: 1.5rem;
  color: #F1F0C4;
  transition: color 300ms ease;
}

.main-navigation a:hover {
  color: #fff;
}

@media (min-width: 600px) {
  .main-navigation a {
    font-size: 1.7rem;
  }
}

@media (min-width: 900px) {
  .main-navigation a {
    font-size: 1.3rem;
  }
}

.current-menu-item a {
  color: #fff;
}

.sub-menu {
  background-color: #F1F0C4;
}

.sub-menu li {
  padding: 1rem 0 0;
  text-align: left;
}

.sub-menu li:last-child {
  padding: 1rem 0;
}

.sub-menu li a {
  font-size: 1.1rem;
  color: #333;
  transition: color 300ms ease;
}

.sub-menu li a:hover {
  color: #777;
}



/* #masthead {
  background-color: #1D51A4;
}

.logo {
  text-align: center;
  padding: 16px 0 0;
  padding: 1rem 0 0;
}

.logo img {
  max-width: 300px;
}

.main-nav {
  padding: 16px 0 0;
  padding: 1rem 0 0;
}

.nav-trigger {
  text-align: center;
  background: #F1F0C4;
  padding: 16px 0;
  padding: 1rem 0;
  margin: 0;
}

.nav-trigger button {
  color: #1D51A4;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  background: transparent;
}

.nav-nav,
.nav-sub-nav {
  list-style: none;
  padding: 0;
  text-align: center;
}

.nav-sub-nav {
  margin: 16px 0 0;
  margin: 1rem 0 0;
  padding: 8px 0;
  padding: .5rem 0;
  background-color: #ddd;
}

.nav-sub-nav .nav-link {
  color: #1D51A4;
}

.sub-menu-link i {
  margin-left: 8px;
  margin-left: .5rem;
  transition: all 250ms ease;
}

.sub-menu-link i.active {
  transform: rotate(-180deg);
}

.nav-item {
  padding: 11.2px 0;
  padding: .7rem 0;
}

.nav-link {
  color: #F1F0C4;
  text-decoration: none;
  font-weight: 700;
} */

#swindoll-intro {
  background-image: url(assets/img/home-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swindoll-intro-inner {
  width: 70vw;
  padding: 16px 0 16px 16px;
  padding: 1rem 0 1rem 1rem;
}

.swindoll-intro-headline {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.swindoll-intro-quote {
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

.swindoll-intro-citation {
  color: #fff;
  font-size: 14.4px;
  font-size: .9rem;
  display: inline-block;
  margin-top: 8px;
  margin-top: .5rem;
}

#header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.header-inner {
  padding: 48px 16px;
  padding: 3rem 1rem;
  text-align: center;
}

.header-title {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px black;
  max-width: 700px;
  margin: auto;
}

.header-subtitle {
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 0px black;
}

.header-app {
  background-image: url(assets/img/freeAppBanner.png);
  background-position: center;
  background-size: cover;
}

.header-about {
  background-image: url(assets/img/aboutBanner.png);
  background-position: center;
  background-size: cover;
}

.header-features {
  background-image: url(assets/img/featuresBanner.jpg);
  background-position: center;
  background-size: cover;
}

.header-resources {
  background-image: url(assets/img/resourcesBanner.png);
  background-position: center;
  /* background-size: cover; */
}

.header-stories {
  background-image: url(assets/img/storiesBanner.png);
  background-position: center;
  background-size: cover;
}

.header-stories {
  background-image: url(assets/img/storiesBanner.png);
  background-position: center;
  background-size: cover;
}

.header-living-insights {
  background-image: url(assets/img/living-insights-banner.jpg);
  background-position: center;
  background-size: cover;
}

.home-video-inner {
  padding: 32px 32px 16px;
  padding: 2rem 2rem 1rem;
}

#book-preview {
  background-color: #1D51A4;
}

.book-preview-image img {
  width: 100%;
}

.book-preview-text {
  padding: 0 32px 32px;
  padding: 0 2rem 2rem;
}

.book-preview-quote {
  color: #fff;
  padding: 0;
  margin: 0;
}

.book-preview-citation {
  color: #fff;
  display: inline-block;
  font-size: 14.4px;
  font-size: .9rem;
  margin: 8px 0 32px;
  margin: .5rem 0 2rem;
}

.book-preview-button {
  text-align: center;
  margin: 32px 0;
  margin: 2rem 0;
}

.book-preview-button button {
  width: 70vw;
}

/* Features */
#features {
  background-color: #fff;
  padding: 16px;
  padding: 1rem;
}

.features-header {
  text-align: center;
  margin: 0 0 48px;
  margin: 0 0 3rem;
  line-height: 1.2;
  font-size: 48px;
  font-size: 3rem;
}

.features-accordion {
  max-width: 900px;
  margin: auto;
}

.features-accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-accordion-header {
  background-color: #1D51A4;
  text-align: center;
  transition: background-color 200ms ease;
}

.features-accordion-header:hover {
  background-color: rgba(29, 81, 164, 0.8);
  cursor: pointer;
}

.features-accordion-header h4 {
  color: #fff;
  padding: 8px;
  padding: .5rem;
  margin: 3px 0;
  font-weight: 400;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.features-accordion-header-active {
  background-color: rgba(29, 81, 164, 0.8);
  pointer-events: none;
}

.features-accordion-content {
  background: #f9f9f9;
  color: #333;
}

.features-accordion-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 16px;
  padding: 1rem;
  -ms-flex: 0 1 60%;
      flex: 0 1 60%;
}

.features-accordion-text p {
  margin: 16px;
  margin: 1rem;
  font-size: 16px;
  font-size: 1rem;
}

.features-accordion-slideshow {
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  overflow-x: auto;
  position: relative;
}

.features-accordion-image {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.features-accordion-image img {
  margin: 0;
  padding: 0;
  display: block;
  border-left: 3px solid #eee;
}

.features-accordion-text:last-child {
  -ms-flex: 0 1 40%;
      flex: 0 1 40%;
}

.features-accordion-image:last-child {
  -ms-flex: 0 1 60;
      flex: 0 1 60;
}

.features-accordion-slideshow-prompt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #00000036;
  color: white;
}

.features-accordion-slideshow-prompt p {
  margin: 0;
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem;
}

.features-accordion-button,
.download-app-button,
.other-resources-button {
  margin: 32px 0;
  margin: 2rem 0;
  text-align: center;
}

.features-accordion-button a,
.download-app-button a,
.other-resources-button a {
  background: #1D51A4;
  color: #fff;
  transition: 250ms ease;
  border: 3px solid #fff;
}

.features-accordion-button a:visited,
.download-app-button a:visited,
.other-resources-button a:visited {
  background: #1D51A4;
  color: #fff;
}

.features-accordion-button a:hover,
.download-app-button a:hover,
.other-resources-button a:hover {
  color: #1D51A4;
  background: #fff;
  border: 3px solid #1D51A4;
}

/* Purchase Grid */
#purchase {
  padding: 64px 32px 32px;
  padding: 4rem 2rem 2rem;
}

.purchase-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.book-image-grid {
  -ms-flex-align: end;
      align-items: end;
}

.purchase-grid-group {
  margin: 0 0 48px;
  margin: 0 0 3rem;
}

.purchase-grid-title {
  margin: 16px 0;
  margin: 1rem 0;
}

.purchase-grid-buy-now {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

.purchase-grid-select,
select {
  padding: 8px 16px;
  padding: .5rem 1rem;
}

.swindoll-letter-inner {
  padding: 32px 16px;
  padding: 2rem 1rem;
  max-width: 900px;
  margin: auto;
}

.signature-group {
  border-bottom: 1px solid #777;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.signature-image img {
  width: auto;
}

.signature img {
  width: auto;
}

.signature p {
  line-height: 1;
  margin: 8px 0;
  margin: .5rem 0;
  color: #1D51A4;
}

.signature-name {
  text-transform: uppercase;
  font-weight: 700;
}

.bio {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.bio-links .button {
  display: inline-block;
  margin: 8px;
  margin: .5rem;
  width: 100%;
  text-align: center
}

#features {
  padding: 32px 16px;
  padding: 2rem 1rem;
}

.features-inner {
  max-width: 900px;
  margin: auto;
}

.features-header-text {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
}

.features-group-text {
  margin: 16px 0 48px;
  margin: 1rem 0 3rem;
}

.features-group-text b {
  color: #1D51A4;
}

.features-group-lead {
  text-transform: uppercase;
  font-weight: 700;
  color: #1D51A4;
}

.features-group-image {
  text-align: center;
}

.features-group-image img {
  width: auto;
}

.features-header {
  /* text-align: left; */
}

.features-header h3 {
  color: #1D51A4;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  text-align: left;
}

.free-app-header h3,
.features-button {
  text-align: center;
}

.free-app-header {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.features-button .button {
  width: 100%;
}

/* Footer */
#colophon.tyndale-bibles-footer {
  background-color: #666;
  color: white;
  padding: 16px;
  padding: 1rem;
  text-align: center;
}

.footer-inner {
  max-width: 900px;
  margin: auto;
}

#colophon.tyndale-bibles-footer a {
  color: white;
  transition: color 300ms ease;
}

#colophon.tyndale-bibles-footer a:hover {
  color: #ccc;
}

/* .footer-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 32px 0;
  margin: 2rem 0;
} */

/* .footer-logo {
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
} */

/* .footer-logo img {
  width: 50%;
} */

.footer-copyright {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.footer-copyright-links p {
  margin: 0;
}

.footer-copyright-links a {
  margin: 0 8px;
  margin: 0 .5rem;
}

.footer-contact {
  margin-top: 8px;
  margin-top: .5rem;
}

.footer-other-bibles {
  margin: 32px 0;
  margin: 2rem 0;
}

.footer-other-bibles p {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.footer-social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer-social-icons p {
  margin: 8px 8px 0;
  margin: .5rem .5rem 0;
  font-size: 32px;
  font-size: 2rem;
}

.zmdi-facebook-box {
  color: #3b5998;
}

.zmdi-twitter-box {
  color: #1DA1F2;
}

#video-grid {
  padding: 16px;
  padding: 1rem;
}

.video-grid-inner {
  max-width: 900px;
  margin: auto;
}

.video-grid-header {
  text-align: center;
}

.video-grid-header h2 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

.video-grid-group {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.video-grid-caption {
  font-size: 16px;
  font-size: 1rem;
  color: #1D51A4;
}

#other-resources {
  text-align: center;
  padding: 0 0 48px;
  padding: 0 0 3rem;
}

.other-resources-header {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

#formats-grid {
  padding: 16px;
  padding: 1rem;
}

.formats-grid-inner {
  max-width: 800px;
  margin: auto;
}

.formats-grid-header {
  grid-column: 1 / -1;
  text-align: center;
  color: #1D51A4;
  font-size: 30.4px;
  font-size: 1.9rem;
}

.formats-grid-group {
  margin: 0 0 32px;
  margin: 0 0 2rem;
}

.formats-grid-text h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.formats-grid-text h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #1D51A4;
}

.formats-mobile-badge img {
  width: 150px;
}

.google-badge img {
  width: 170px;
  transform: translateX(-10px);
}

#download-app {
  margin: 16px 0 48px;
  margin: 1rem 0 3rem;
}

.download-app-inner {
  max-width: 90vw;
  margin: auto;
  text-align: center;
}

.download-app-image img {
  width: 150px;
}

.download-app-header {
  color: #1D51A4;
  margin: 16px 0;
  margin: 1rem 0;
}

.download-app-text {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

#resources-grid {
  padding: 32px;
  padding: 2rem;
}

.resources-grid-inner {
  max-width: 900px;
  margin: auto;
}

.resources-group {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.resources-headline {
  color: #1D51A4;
  font-size: 24px;
  font-size: 1.5rem;
}

.resources-content {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.resources-button {
  margin-top: 32px;
  margin-top: 2rem;
}

.resources-button .button {
  width: 100%;
  text-align: center;
}

@media (min-width: 600px) {

  .two-up {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

  .signature-group {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    margin-top: 3rem;
  }

  .signature-image {
    margin-right: 1rem;
  }

  .features-group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
  }

  .features-group-text {
    margin: 1rem 1rem 0;
  }

  .features-group-image img {
    width: 100%;
  }

  .features-group-image {
    -ms-flex: 1 0 30%;
        flex: 1 0 30%;
  }

  .free-app-header {
    margin: 2rem 0 1.5rem;
  }

  .features-button .button {
    width: auto;
  }

  .full-size-grid .formats-grid-group:nth-child(2) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
  }

  .full-size-grid .formats-grid-group:nth-child(3) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 3;
        grid-column: 3 / span 2;
  }

  .full-size-grid .formats-grid-group:nth-child(4) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 5;
        grid-column: 5 / span 2;
  }

  .full-size-grid .formats-grid-group:nth-child(5) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 7;
        grid-column: 7 / span 2;
  }

  .full-size-indexed-grid .formats-grid-group:nth-child(2),
  .large-print-grid .formats-grid-group:nth-child(2) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 2;
        grid-column: 2 / span 2;
  }

  .full-size-indexed-grid .formats-grid-group:nth-child(3),
  .large-print-grid .formats-grid-group:nth-child(3) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 4;
        grid-column: 4 / span 2;
  }

  .full-size-indexed-grid .formats-grid-group:nth-child(4),
  .large-print-grid .formats-grid-group:nth-child(4) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 6;
        grid-column: 6 / span 2;
  }

  .large-print-indexed-grid .formats-grid-group:nth-child(2),
  .other-formats-grid .formats-grid-group:nth-child(2) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 3;
        grid-column: 3 / span 2;
  }

  .large-print-indexed-grid .formats-grid-group:nth-child(3),
  .other-formats-grid .formats-grid-group:nth-child(3) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 5;
        grid-column: 5 / span 2;
  }

  .download-app-inner {
    max-width: 70vw;
  }

  #resources-grid {
    padding: 4rem 0;
  }

  .resources-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 1fr;
        grid-template-columns: 40% 1fr;
    grid-gap: 2rem;
  }

  .resources-headline {
    margin-top: 0;
  }

  .resources-button .button {
    width: auto;
  }
}

@media (min-width: 1050px) {

  .masthead-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1rem;
    max-width: 1400px;
    margin: auto;
  }

  .nav-trigger {
    display: none;
  }

  .nav-nav {
    display: -ms-flexbox;
    display: flex;
  }

  .nav-item {
    margin: 0 0 0 1.5rem;
    padding: 0;
  }
}

@media (min-width: 400px) {

  #swindoll-intro {
    background-position: center center;
  }

  .features-accordion-text {
    padding: 2rem;
  }
}

@media (min-width: 650px) {

  #swindoll-intro {
    background-position: 70% center;
    min-height: 40vh;
  }

  .swindoll-intro-inner {
    width: 50vw;
    padding: 2rem;
  }

  .swindoll-intro-citation {
    margin-top: 1rem;
  }

  .home-video-inner {
    padding: 4rem 0;
    max-width: 900px;
    margin: auto;
  }

  #book-preview {
    padding: 2rem;
  }

  .book-preview-inner {
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    margin: auto;
  }

  .book-preview-image {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1 0 40%;
        flex: 1 0 40%;
  }

  .book-preview-text {
    -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    padding: 2rem 0;
  }

  .book-preview-quote {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .book-preview-citation {
    margin: 1rem 0;
  }

  .book-preview-button {
    text-align: left;
  }

  .book-preview-button button {
    width: auto;
  }
}

@media (min-width: 900px) {

  #swindoll-intro {
    min-height: 60vh;
  }

  .swindoll-intro-inner {
    width: 60vw;
    max-width: 600px;
    margin: 0 0 0 5%;
  }

  .swindoll-intro-headline {
    font-size: 2rem;
    margin: 2rem 0;
  }

  .swindoll-intro-quote {
    font-size: 1.3rem;
  }

  .swindoll-intro-citation {
    font-size: 1.3rem;
  }

  #header {
    height: 50vh;
  }

  .header-title {
    font-size: 5rem;
  }

  #book-preview {
    padding: 4rem 0;
  }

  .book-preview-image {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }

  .book-preview-text {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }

  .features-accordion-header h4 {
    font-size: 1.875rem;
  }

  .features-accordion-text p {
    font-size: 1.3rem;
  }

  .footer-copyright-links a:nth-child(1) {
    margin-left: 0;
  }
}

@media (min-width: 700px) {

  .header-title {
    font-size: 3rem;
  }

  #features {
    padding: 3rem 2rem;
  }

  .features-accordion-content {
    display: -ms-flexbox;
    display: flex;
  }

  .features-accordion-text:last-child {
    -ms-flex: 0 1 50;
        flex: 0 1 50;
  }

  .features-accordion-image:last-child {
    -ms-flex: 0 1 50;
        flex: 0 1 50;
  }

  .swindoll-letter-inner {
    padding: 4rem 1rem;
  }

  .bio-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .bio-links button {
    margin: 0 .5rem;
  }

  #video-grid {
    padding: 2rem;
  }

  .video-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }

  .video-grid-group {
    margin-bottom: 0;
  }
}

@media (min-width: 500px) {

  #purchase {
    padding: 4rem 2rem;
  }
}

@media (min-width: 550px) {

  .purchase-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 2rem;
    max-width: 900px;
    margin: auto;
  }

  .purchase-grid-group {
    margin: 0;
  }
}

@media (min-width: 768px) {

  .purchase-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem 2rem;
  }
}

@media (min-width: 800px) {

  .footer-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    text-align: left;
    font-size: .9rem;
  }

  /* .footer-logos {
    margin: 1rem 0;
  }

  .footer-logo {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    margin: 0 1rem;
  } */

  .footer-other-bibles {
    margin: 0;
  }

  .download-app-inner {
    max-width: 40vw;
  }
}

@media (min-width: 375px) {

  .formats-grid-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem 2rem;
  }
}

@media (min-width: 375px) and (min-width: 600px) {

  .formats-grid-grid {
    -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr);
    -ms-grid-column-align: center;
        justify-items: center;
  }
}

/* Stories Page */

.stories-intro {
  padding: 2rem ;

}

.stories-intro-inner {
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid #1D51A4;
  padding-bottom: 2rem;
  text-align: center;
}

.stories-intro-inner h3 {
  color: #1D51A4;
  max-width: 900px;
  margin: auto;
}

.page-id-12 .blog-card {
  margin-bottom: 1rem;
  width: 95%;
  font-family: 'proxima-nova', sans-serif;
}
@media (min-width: 784px) {
  .page-id-12 .blog-card {
    margin-bottom: 1rem;
    width: 47%;
  }
}
@media (min-width: 1170px) {
  .page-id-12 .blog-card {
    margin-bottom: 1rem;
    width: 32%;
  }
}

@media (min-width: 1170px) {
	.page-id-12 .category-featured {
		width: 65%;
	}
}

.accordion-header h3 {
  text-align: center;
}

.blog-grid {
  max-width: 1200px;
  margin: auto;
}


/* Free App */

.free-app-form,
#free-app .section-text {
  max-width: 800px;
  margin: auto;
  padding: 4rem 1rem
}

.free-app-intro {
  font-size: 1.2rem;
}

#field_1_5 {
  margin-top: -1rem;
}

#field_1_2 label {
  display: none;
}

#gform_1 input[type="submit"] {
  display: inline-block;
  background-color: #1D51A4;
  color: #fff;
  text-decoration: none;
  padding: 24px 16px;
  padding: 1.5rem 2rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 250ms ease;

}

#gform_1 input[type="submit"]:hover {
  background-color: rgba(29, 81, 164, 0.8);
}

#gform_1 .step,
#free-app .step {
  margin: 3rem 0 2rem;
  font-size: 1.3rem;
  font-weight: 500;
}


#post-4 header {
  display: none;
}


/* Styles for Zag Plugin */

.appload {
	max-width: 800px;
	margin: auto;
}

#free-app .section-text p {
  font-size: 1.2rem;
  line-height: 1.7;
}

#zag_download_form {
	/* font-size: 1rem !important; */
}

#zag_download_form p {
	/*font-family: 'Playfair Display', serif;*/
	/*font-style: italic;*/
	/* line-height: 2em; */
}

.error_message_code, .error_message_email_1, .error_message_email_2, .submission_failure_message {
	/*font-family: 'Montserrat', sans-serif;*/
	color: red;
	display: block;
	display: none;
}

#zag_download_form .step {
  margin: 3rem 0 1rem;
  font-size: .8rem;
}



#zag_download_form .step p {
	/* font-size: 1.2rem; */
}

#zag_download_form .step label {
  display: inline-block;
	margin: 2rem 0 1rem;
}

#zag_download_form .step input[type=checkbox] {
	margin: 1rem 0 2rem;
}

#zag_download_form {
	/*font-family: 'Montserrat', sans-serif;*/
	font-style: normal;
	/* font-size: 1rem; */
}

.steplabel {
	/*font-family: 'Montserrat', sans-serif;*/
	font-style: initial;
  font-weight: 700;
}

.step-header {
  font-size: 1.2rem;
  line-height: 1.5;
}

.step-form-intro {
  margin-bottom: 4rem;
}

.label-description {
  font-size: .8rem;
}

#free-app .checkbox-step {
  margin: 2rem 0 1rem;
}

input.error {
	line-height: 2em;
	width: 250px;
}

#zag_download_submit {
	width: auto;
	border: none;
	padding: 1rem;
	/*line-height: 3em;*/
	/*height: 3em;*/
	background: #758b97;
	color: white;
	/*font-family: 'Montserrat', sans-serif;*/
	font-style: normal;
	font-size: 1rem;
	text-transform: uppercase;
}

.app-button {
	width: 100px;
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
}


/* Redeem App section */

#redeem-app {
  padding: 2rem;
}

.redeem-app-inner {
	max-width: 800px;
	margin: auto;
}

.redeem-app-button {
  text-align: center;
  margin-top: 2rem;
}


/* single.php */

.post-template-default .site-content {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.post-template-default #main {
  margin: 3rem 1rem;
}
@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 .hentry {
  border: 1px solid #C7C7C7;
  padding-bottom: 1rem;
}
.post-template-default .entry-title {
  visibility: visible;
  font-weight: 700;
  font-family: 'proxima-nova', sans-serif;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #1D51A4;
}
@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 60px 0;
  }
}
@media (min-width: 1200px) {
  .post-template-default .entry-header {
    padding: 2rem 100px 0;
  }
}
.post-template-default .entry-content {
  margin-top: 0;
  padding: 0 1rem;
}
@media (min-width: 500px) {
  .post-template-default .entry-content {
    padding: 0 60px 2rem 60px;
    font-size: 1.2rem;
  }
  @media (min-width: 1200px) {
    .post-template-default .entry-content {
      padding: 0 100px 2rem 100px;
    }
  .post-template-default .entry-content img {
    width: auto;
  }
  .post-template-default p .pullquote-margin {
    width: 60%;
  }
}
.post-template-default .entry-content p {
  font-size: 1rem;
}
.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 a {
  color: #1D51A4;
}
.post .blog-card-text-title h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 2rem;
  font-style: normal;
  line-height: 1.2;
  font-weight: 700;
  color: #1D51A4;
  margin: 0 0 1.5rem;
}
@media (min-width: 500px) {
  .post .blog-card-text-title h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

.post .blog-card-text-content p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1rem;
}

.post .pullquote {
  color: #008098;
  color: #008098;
  float: right;
  width: 40%;
  padding-left: 1rem;
  margin: 0;
}
.post .pullquote p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.3;
}
.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 1rem;
  }
}
.next {
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .next {
    margin-top: 0;
  }
  .next p {
    text-align: right;
  }
}

@media (min-width: 600px) and (max-width: 900px ) {
  .post-sidebar {
    display: flex;
  }
}


.sidebar-card {
  margin-bottom: 1rem;
  max-width: 400px;
}

@media (min-width: 600px) and (max-width: 900px ) {
  .sidebar-card:first-child {
    margin-right: 1rem;
  }
}

.sidebar-card  .blog-card-text-title h3,
.sidebar-card  .blog-card-text-title a {
  color: #1D51A4;
}

.pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 2rem 0 1rem;
  transform: translateY(30px);
}
.page-numbers {
  margin: 0 1rem;
  font-size: 1.5rem;
  text-decoration: none;
  height: 40px;
  width: 40px;
  padding: 0.5rem 1rem;
  border: 1px solid #008098;
  color: #008098;
  transition: background 300ms ease, color 300ms ease;
}
.page-numbers:visited {
  color: #008098;
}
.page-numbers:hover {
  background: #008098;
  color: #fff;
}
.page-numbers.current {
  background: #008098;
  color: #fff;
}


/* Simple Likes (Blog Hearts) */

/* Heart container */
.simple-likes {
  margin-top: 1rem;
}

/* Wrapper */
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}

.sl-button {
	padding: 0;
	font-size: 1.2em;
	line-height: 1;
	font-weight: normal;
}

/* Colors */
a.liked {
	color: red;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: red;
}
a.liked span.sl-count,
.sl-count {
	/* color: $light-blue; */
	font-weight: 700;
  /* font-family: 'acumin-pro', sans-serif !important; */
}

/* Icon */
.sl-icon {
	margin-right: 0.3125em;
	font-family: 'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle;
}
.sl-icon svg {
  overflow:
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.sl-count {
	font-size: .7rem;
	/* font-family: 'acumin-pro', sans-serif; */
	text-transform: uppercase;
  vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
	font-weight: 700;
}


/* Thank You Page */

#thank-you {
	padding: 4rem 1rem;
  max-width: 800px;
  margin: auto;
}

#thank-you .page-header h2 {
	margin-bottom: 1rem;
	padding: 0;
}


/* User Story Form */

.user-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  max-width: 1000px;
  margin: 2rem auto;
  padding: 1rem;
}

@media (min-width: 768px) {
  .user-story-grid {
    grid-template-columns: 1fr 300px;
  }
}

.user-story-sidebar-inner {
  background-color: #d7ecf4;
  padding: 1rem;
}

.user-story-sidebar-inner ul {
  padding: 0;
  margin-left: 1rem;
}

.user-story-section-header {
  margin-top: 3rem;
  font-weight: 700;
}

.gform_wrapper h3 {
  font-weight: 700 !important;
}

.my-story-input {
  margin: 3rem 0;
}

.my-story-input:last-child {
  margin: 3rem 0 0;
}

.gform_wrapper ul li.field_description_below .ginput_container_checkbox {
  margin: -2rem 0 0 !important;
}

.bold {
  font-weight: 700;
}

.blue {
  color: #1D51A4;
}

.page-id-133 {
  background-color: #E2E7EB;
}

.page-id-133 .swindoll-letter-inner {
  max-width: 1300px;
  padding-bottom: 2rem;
}

.page-id-133 .swindoll-letter-inner p {
  font-size: 24px;
}

.page-id-133 .swindoll-letter-inner p:first {
  font-size: 30px;
}

.swindoll-product-grid {
  padding: 0 1.5rem;
}

.swindoll-product-grid .product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0 1.5rem 3rem;
}

@media (min-width: 700px) {
  .swindoll-product-grid .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

@media (min-width: 1000px) {
  .swindoll-product-grid .product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
  }
}

.swindoll-product-grid h2 {
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  margin: 0 0 3rem;
  color: #1D51A4;
}

.swindoll-product-grid .product-image {
  margin: 0 0 .5rem;
}

.swindoll-product-grid .product-links a {
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #1D51A4;
}

.swindoll-product-grid .product-links select {
  display: block;
  margin: 1rem 0 0;
}

.swindoll-product-about {
  padding: 1.5rem;
}

@media (min-width: 900px) {
  .swindoll-about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    border-top: 1px solid #000;
    padding: 1.5rem 0;
  }

  .about-button {
    grid-column: 1 / span 2;
    text-align: center;
  }
}
.about-group h2 {
  color: #1D51A4;
  font-size: 24px;
}
.pre-header-link{
  padding: 1rem;
  max-width: 1400px;
  margin: auto;
}
.pre-header-link a{
	color: #F1F0C4 !important;
	text-transform: none;
  text-transform: uppercase;
  font-size: 14px;
}
.pre-header-link a:hover{
  color: #fff !important;
}
@media (max-width: 767px){
  .formats-grid-grid {
    display: block;
}
.formats-grid-image img{
  width: auto;
}
}
@media (min-width: 810px) and (max-width: 880px){
  .formats-grid-grid {
    display: block;
    text-align: center;
}
.formats-grid-image img{
  width: auto;
}
}
.spacer-top-50{
  margin-top:50px;
}