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
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .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: -.5em
}

sub {
	bottom: -.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 silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	box-sizing: border-box
}

body {
	background-color: #fff;
	font-size: 18px;
	font-family: proxima-nova, sans-serif;
	color: #252525;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

#scripture {
	padding: 1rem 2rem 4rem;
	background-color: #E4E2DE;
}

#header-text {
	padding: 4rem;
	padding-top: 5rem !important;
	background-color: #BCC4AA;
}

.scripture-headline {
	margin: 4rem 0;
	font-size: 48px;
	text-align: center;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.header-headline {
	margin: 2rem 0;
	margin-top: 4rem;
	font-size: 2.5rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.video-section {
	padding: 1rem 2rem 4rem;
}

.video-section .video-inner {
	max-width: 1170px;
}

.video-headline {
	margin: 4rem 0;
	font-size: 2.5rem;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

@media(max-width:992px) {
	.video-headline {
		font-size: 2.2rem;
	}
}
@media (max-width: 1200px) and (min-width: 1100px){
	#features footer {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
        grid-column: 1 / span 2;
        max-width: 810px;
        margin: 0 auto;
        margin-left: 150px;
    }
	.arrow-next {
		right: 0 !important;
    	top: 67% !important;
	}
	.arrow-prev {
		top: 67% !important;
		left: 0 !important;
	}
	.nav-button img {
		height: 90px !important;
		width: 90px !important;
	}
}

@media(max-width:630px) {
	.video-headline {
		font-size: 1.5rem;
	}
}

@media(max-width:586px) {
	.video-headline {
		margin: 2rem 0;
	}
}

@media(max-width: 1024px) {
	.header-headline {
		font-size: 2.5rem;
	}

	#header-text {
		padding: 3rem;
	}
}

@media(max-width: 890px) {
	.header-headline {
		margin-top: 2rem;
        font-size: 1.2rem;
	}
}

.main-nav-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.main-nav-item {
	margin: 16px;
	margin: 1rem
}

@media(max-width:520px) {
	.main-nav-item {
		margin: 0 0 0 .8rem;
	}
}

@media (min-width: 750px) and (max-width: 1239px) {
	.main-nav-item {
		margin: 0 0 0 1rem;
	}
}

@media (min-width: 1240px) {
	.main-nav-item {
		margin: 0 0 0 2rem
	}
}

.main-nav-link {
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem
}

@media (min-width: 420px) and (max-width: 749px) {
	.main-nav-link {
		font-size: 1.2rem !important;
	}
}

@media (max-width: 430px) {
	.main-nav-link {
		font-size: 1rem !important;
	}

	.main-nav-item {
		margin: 0 0 0 0.5rem;
	}
}

@media (min-width: 750px) and (max-width: 1008px) {
	.main-nav-link {
		font-size: 1rem !important;
	}
}

@media (min-width: 900px) and (max-width: 1239px) {
	.main-nav-link {
		font-size: 1.4rem
	}
}

.main-nav-link {
	font-size: 1.4rem;
	color: #668C84;
	font-weight: 700;
}

.main-nav-link:hover {
	color: #4c756c;
}

/* @media (min-width: 1240px) {
    .main-nav-link {
        font-size: 2.5rem
    }
  } */
@media(max-width:800px) {
	.branding-text {
		max-width: none !important;
	}
}

@media(max-width:500px) {
	.book img {
		width: 400px !important;
		margin-top: 150px;
	}
}


.button-green {
	display: inline-block;
	background-color: #2F565C;
	color: #fff;
	text-decoration: none;
	padding: 16px 32px;
	padding: 1rem 2rem;
	cursor: pointer;
	transition: background-color 250ms ease, color 250ms ease;
	font-size: 16px;
	font-size: 1rem;
	border: 3px solid #2F565C;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	text-align: center
}

@media(min-width:700px) {
	.button-green {
		font-size: 1.5rem;
		width: auto
	}
}

.button-green:hover {
	background-color: #1a373b;
	color: #fff
}

@media(min-width:700px) {
	.button-green.left {
		text-align: left
	}
}

.button--wrapper {
	display: flex;
	justify-content: center;
}


.button {
	display: inline-block;
	background-color: transparent;
	color: #a8853c;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	cursor: pointer;
	transition: background-color 250ms ease, color 250ms ease;
	font-size: 32px;
	font-size: 2rem;
	border: 3px solid #a8853c
}

.button:hover {
	background-color: #a8853c;
	color: #fff
}

.button-inverse {
	display: inline-block;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	padding: 16px 32px;
	padding: 1rem 2rem;
	cursor: pointer;
	transition: background-color 250ms ease, color 250ms ease;
	font-size: 16px;
	font-size: 1rem;
	border: 3px solid #2F565C;
	background: #2F565C;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	text-align: center
}

@media(min-width:700px) {
	.button-inverse {
		font-size: 1.5rem;
		width: auto
	}
}

.button-inverse:hover {
	background-color: #a8853c;
	color: #fff
}

@media(min-width:700px) {
	.button-inverse.left {
		text-align: left
	}
}

.button-ghost {
	display: inline-block;
	background-color: transparent;
	color: #115f51;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	border: 3px solid #115f51;
	cursor: pointer
}

.button-ghost:hover {
	background-color: #fff;
	border: 3px solid #115f51
}

.button-ghost-inverse {
	display: inline-block;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	border: 1px solid #fff;
	cursor: pointer
}

.button-ghost-inverse:hover {
	background-color: #252525;
	border: 1px solid #252525
}

.gigantic,
.huge,
.large,
.bigger,
.big,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252525;
	font-weight: 700
}

.gigantic {
	font-size: 110px;
	line-height: 1.09;
	letter-spacing: -2px
}

.huge,
h1 {
	font-size: 40px;
	font-size: 2.5rem;
	margin-top: 16px;
	margin-top: 1rem;
	line-height: 1.05;
	color: #fff
}

@media(min-width:800px) {

	.huge,
	h1 {
		font-size: 4rem;
		line-height: 1.05
	}
}

.large,
h2 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.14
}

@media(min-width:900px) {

	.large,
	h2 {
		font-size: 48px;
		line-height: 1;
		margin: 0 0 1rem
	}
}

.bigger,
h3 {
	font-size: 30.08px;
	font-size: 1.88rem;
	line-height: 1.38;
	font-style: italic;
	color: #a8853c;
	font-weight: 400;
	text-transform: capitalize
}

@media(min-width:700px) {

	.bigger,
	h3 {
		font-size: 2.88rem;
		line-height: 1.1
	}
}

.big,
h4 {
	font-size: 26.56px;
	font-size: 1.66rem;
	line-height: 1.38;
	text-transform: uppercase
}

h5 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 400;
	color: #115f51
}

.small,
small {
	font-size: 10px;
	line-height: 1.2
}

p {
	margin: 0 0 16px;
	margin: 0 0 1rem
}

em {
	font-style: italic
}

strong {
	font-weight: 700
}

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: .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: 1170px;
	margin: auto
}

@media(min-width:600px) {
	.two-up {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}
}

.flex-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

#masthead {
	background-color: #fff;
	padding: 16px;
	padding: 1rem
}

@media(min-width:800px) {
	#masthead {
		padding: 2rem
	}
}

#masthead .section-inner {
	padding: 16px;
	padding: 1rem;
	text-align: center;
	padding-top: 5px;
}

@media(min-width:800px) {
	#masthead .section-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		text-align: left
	}
}

.branding {
	text-align: center
}

@media(min-width:800px) {
	.branding {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex: 0 50%;
		flex: 0 50%;
		text-align: left
	}
}

@media(min-width:800px) {
	.logo {
		margin-right: 1rem
	}
}

.logo img {
	/* width: 75px */
}

@media(min-width:1170px) {
	.logo img {
		width: 100%;
	}
}

.branding-text {
	max-width: 450px;
	/* margin-top:32px;margin-top:2rem */
}

.branding-title {
	margin: 0;
	line-height: 1;
	color: #115f51
}

@media(min-width:800px) {
	.branding-title {
		font-size: 2.66rem
	}
}

@media(min-width:1170px) {
	.branding-title {
		font-size: 3rem
	}
}

.edition-label {
	color: #a8853c;
	font-size: 26.56px;
	font-size: 1.66rem;
	margin: 16px 0;
	margin: 1rem 0
}

@media(min-width:800px) {
	.edition-label {
		margin: 0
	}
}

@media(min-width:1000px) {
	.edition-label {
		font-size: 1.66rem
	}
}

.tagline {
	margin-top: 32px;
	margin-top: 2rem
}

@media(min-width:800px) {
	.tagline {
		margin-top: 0
	}
}

.tagline-label {
	color: #a8853c;
	font-weight: 700;
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.2;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

@media(min-width:1000px) {
	.tagline-label {
		font-size: 2.22rem
	}
}

#hero {
	/*background: linear-gradient(rgba(37,37,37,.2),rgba(37,37,37,.2)),*/
	background: url(../img/lasb-hero_400px.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 552px;
	width: 100%;
	position: relative
}

@media(min-width:450px) and (max-width:899px) {
	#hero {
		background: url(../img/lasb-hero_800px.png);
		background-size: cover !important;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
    	height: 213px !important;
	}
	.book img{
		margin-top: 4px !important
	}
}

@media(min-width:900px) {
	#hero {
		background: url(../img/lasb-hero.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 453px;
	}
}

#hero .section-inner {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.book img {
	width: 500px;
}

.book {
	display: flex;
	justify-content: center;
}

.nav-button img {
	height: 120px;
	width: 120px;
}

.nav-button {
	background-color: transparent;
	border: none;
	display: flex;
	position: absolute;
}

.arrow-next {
  right: 0;
  top: 58%;
}

.arrow-prev {
    top: 58%;
    left: 0;
}

.arrow-prev:disabled {
	opacity: 60%;
	pointer-events: none;
}

.arrow-next:disabled {
	opacity: 60%;
	pointer-events: none;
}

.play img {
	width: 100px;
	transition: opacity 200ms ease
}

@media(max-width:900px) {
	.nav-button img {
		width: 100px;
		height: 100px;
	}

	.arrow-next {
        top: 440px;
	}

	.arrow-prev {
        top: 440px;
	}
}

@media(max-width:653px) {
	.nav-button img {
		width: 50px;
		height: 50px;
	}

	#features .features-inner {
		padding-right: 0 !important;
	}
}

@media(max-width:576px) {
	.arrow-next {
		top: 420px;
	}

	.arrow-prev {
		top: 420px;
	}
}

@media(max-width:420px) {
	.arrow-next {
		top: 80%;
	}

	.arrow-prev {
        top: 80%;
    }
}

@media(min-width:1170px) {
	.play img {
		width: 250px
	}
}

.play img:hover {
	opacity: .7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	cursor: pointer
}

.film-intro {
	color: #fff;
	font-size: 26.56px;
	font-size: 1.66rem;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center
}

@media(min-width:1000px) {
	.film-intro {
		font-size: 2.44rem
	}
}

.film-intro span {
	font-style: italic;
	font-weight: 700
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	background: #252525;
	height: 100%;
	padding-top: 48px;
	padding-top: 3rem
}

.modal-close {
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	text-align: right;
	margin-right: 32px;
	margin-right: 2rem;
	transition: color 200ms ease
}

.modal-close:hover {
	cursor: pointer;
	color: rgba(255, 255, 255, .7)
}

.modal-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 16px;
	padding: 1rem
}

.modal-inner .flex-video {
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .2)
}

#tryit {
	padding: 16px 32px 64px;
	padding: 1rem 2rem 4rem;
	background-color: #E4E2DE;
}

@media(min-width:800px) {
	.tryit-grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

.tryit-grid .text {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	line-height: 1.5
}

@media(min-width:800px) {
	.tryit-grid .text {
		font-size: 1.5rem
	}
}

.tryit-grid .image {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row-span: 2;
	-ms-grid-row: 1;
	grid-row: 1 / span 2
}

@media(min-width:800px) {
	.tryit-grid .image {
		padding-left: 2rem
	}
}

.tryit-grid .button-wrapper {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2;
	grid-row: 2
}

.tryit-grid .button-wrapper .button-inverse {
	margin-bottom: 16px;
	margin-bottom: 1rem
}

.tryit-headline {
	text-align: center;
	margin: 32px 0;
	margin: 2rem 0
}

@media(min-width:900px) {
	.tryit-headline {
    margin: 4rem auto;
    max-width: 720px;
    line-height: 53px;
	}
}

#photogrid img {
	display: block
}

.photo-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr
}
.photo-grid img:last-child{
  margin-top: -6px;
}
@media(min-width:800px) {
	.photo-grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: -3px;
	}
}

@media(min-width:800px) {
	.photo-grid-featured {
		-ms-grid-row-span: 2;
		-ms-grid-row: 1;
		grid-row: 1 / span 2
	}
}

#video {
	padding: 32px;
	padding: 2rem;
	background: #eaeaea
}

@media(min-width:900px) {
	#video {
		padding: 6rem 1rem
	}
}

.video-inner {
	max-width: 900px
}

.video-inner .flex-video {
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .2)
}

.video-nav .button-ghost {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600
}

@media(min-width:500px) {
	.video-nav .button-ghost {
		font-size: 2rem
	}
}

.video-nav .button-ghost.active {
	background-color: #115f51;
	color: #fff;
	pointer-events: none
}

#features {
	background-color: #c2c2c3;
	overflow: hidden;
	padding: 24px;
	padding: 1.5rem
}

@media(min-width:900px) {
	#features {
		padding: 2rem
	}
}

#features .features-inner {
	max-width: 1280px;
	margin: 32px auto 0;
	margin: 2rem auto 0;
	position: relative;
	padding-right: 0;
}

@media(min-width:900px) {

	#features .features-inner {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		position: relative;
		grid-column-gap: 2rem;
        padding-right: 0;
	}
}

#features header {
	padding: 16px;
	padding: 1rem;
	max-width: 1170px;
	margin: 0 auto 16px;
	margin: 0 auto 1rem
}

@media(min-width:900px) {
	#features article {
		-ms-grid-column: 2;
		grid-column: 2;
		max-width: 600px;
		padding: 2rem
	}
}

@media(min-width:900px) {
	#features footer {
		-ms-grid-row: 2;
		grid-row: 2;
		-ms-grid-column-span: 2;
		-ms-grid-column: 1;
		grid-column: 1 / span 2;
		padding: 0 140px;
	}
}

.features-nav-menu {
	list-style: none;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
  margin: 10px 0 0;
}

.features-nav-menu li {
	font-size: 32px;
	font-size: 3rem;
	margin-right: 8px;
	margin-right: .5rem
}

.features-nav-menu li:hover {
	cursor: pointer
}

.features-nav-menu .green {
	color: #115f51
}

.features-nav-menu .brown {
	color: #a9873d
}

.features-nav-menu .tan {
	color: #d4835b
}

.features-nav-menu .black {
	color: #252525
}

.features-nav-menu .orange {
	color: #f25a42
}

.features-nav-menu .gray {
	color: #5e6f85
}

.features-nav-menu .active {
	font-size: 48px;
	font-size: 4rem;
	transform: translateY(-10px);
	pointer-events: none
}

.features-nav-menu .pulse {
	animation: pulse 1500ms infinite
}

@keyframes pulse {
	0% {
		opacity: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		transform: scale(1)
	}

	50% {
		opacity: .5;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		transform: scale(1.1)
	}

	100% {
		opacity: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		transform: scale(1)
	}
}

.features-text {
	padding: 0 16px;
	padding: 0 1rem
}

.features-header {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	font-size: 30.08px;
	font-size: 1.88rem;
	line-height: 1
}

@media(min-width:900px) {
	.features-header {
		font-size: 32px;
	}
}

.features-header.green {
	color: #252525;
}

.features-header.brown {
	color: #252525;
}

.features-header.tan {
	color: #252525;
}

.features-header.black {
	color: #252525
}

.features-header.orange {
	color: #252525;
}

.features-header.gray {
	color: #252525;
}

.features-description {
	color: #252525;
}

@media(min-width:900px) {
	.features-description {
		font-size: 20px
	}
}

.features-image {
	margin-bottom: 32px;
	margin-bottom: 2rem
}

.features-image img {
	display: block;
	width: 100%
}

#bindings {
	padding: 32px;
	padding: 2rem
}

.bindings-headline,
.bindings-subheadline {
	text-align: center
}

.bindings-headline {
	margin: 16px 0 0;
	margin: 1rem 0 0
}

.bindings-subheadline {
	max-width: 950px;
	margin: 16px auto 32px;
	margin: 1rem auto 2rem;
	text-transform: initial
}

.bindings-headline-link {
	font-size: 26.56px;
	font-size: 1.66rem;
	color: #115f51;
	transition: color 200ms ease;
	margin-top: 16px;
	margin-top: 1rem
}

.bindings-headline-link:hover {
	color: rgba(17, 95, 81, .7)
}

.show-all-link {
	display: block
}

.bindings-questions {
	background-color: #fff;
	padding: 24px;
	padding: 1.5rem;
	color: #115f51;
	max-width: 900px;
	margin: 32px auto;
	margin: 2rem auto
}

@media(min-width:500px) {
	.bindings-questions {
		padding: 2.5rem
	}
}

.bindings-questions-header progress[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #115f51;
	width: 100%
}

@media(min-width:500px) {
	.bindings-questions-header progress[value] {
		width: 150px
	}
}

.bindings-questions-header progress[value]::-webkit-progress-bar {
	background: #ddd
}

.bindings-question-lead {
	text-transform: uppercase;
	margin: 16px 0;
	margin: 1rem 0;
	font-weight: 700
}

.bindings-questions-question {
	margin: 8px 0 0;
	margin: .5rem 0 0;
	font-size: 26.56px;
	font-size: 1.66rem
}

@media(min-width:700px) {
	.bindings-questions-question {
		font-size: 2rem
	}
}

.bindings-answers-list {
	list-style: none;
	padding: 0
}

.bindings-answers-list-item {
	margin: 16px 0;
	margin: 1rem 0
}

.bindings-answer .button-ghost {
	border: 1px solid #115f51;
	width: 100%;
	text-align: left;
	margin-bottom: 16px;
	margin-bottom: 1rem
}

@media(min-width:800px) {
	.bindings-answer .button-ghost {
		width: 600px
	}
}

.bindings-answer .button-ghost.active {
	background-color: #115f51;
	color: #fff
}

.bindings-answer-input {
	margin-right: 16px;
	margin-right: 1rem;
	position: relative
}

.bindings-answer-input input {
	margin-bottom: 16px;
	margin-bottom: 1rem
}

.bibles-grid {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-gap: 3rem;
	max-width: 1170px;
	margin: 32px auto;
	margin: 2rem auto;
	padding: 32px;
	padding: 2rem;
	background-color: #efefef;
	border: 1px solid #ddd
}

@media(min-width:550px) and (max-width:700px) {
	.bibles-grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(min-width:701px) and (max-width:1169px) {
	.bibles-grid {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 3rem
	}
}

@media(min-width:1170px) {
	.bibles-grid {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 4rem
	}
}

.bibles-grid-image {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	-ms-flex-align: end;
	align-items: end
}

.bibles-grid-image img {
	display: block
}

.bibles-grid-title {
	font-size: 19.2px;
	font-size: 1.2rem;
	margin: 0
}

@media(min-width:500px) {
	.bibles-grid-title {
		font-size: 1.66rem
	}
}

.bibles-grid-price {
	font-weight: 700;
	font-size: 19.2px;
	font-size: 1.2rem;
	margin: 16px 0;
	margin: 1rem 0
}

@media(min-width:500px) {
	.bibles-grid-price {
		font-size: 1.66rem
	}
}

.bibles-grid-buy-now .buy-now-header {
	font-size: 19.2px;
	font-size: 1.2rem;
	margin: 32px 0 8px;
	margin: 2rem 0 .5rem
}

@media(min-width:500px) {
	.bibles-grid-buy-now .buy-now-header {
		font-size: 1.66rem;
		margin: 3rem 0 .5rem
	}
}

.bibles-grid-buy-now .buy-now-select {
	padding: 8px;
	padding: .5rem;
	width: 100%
}

.bibles-grid-link {
	display: inline-block;
	text-decoration: none;
	color: #115f51;
	font-weight: 700;
	font-size: 19.2px;
	font-size: 1.2rem
}

@media(min-width:500px) {
	.bibles-grid-link {
		font-size: 1.66rem
	}
}

.bibles-grid-link:hover {
	text-decoration: underline
}

.bindings-submit {
	border-color: #115f51;
	color: #115f51;
	margin-top: 16px;
	margin-top: 1rem
}

.bindings-submit:hover {
	background-color: #115f51;
	color: #fff
}

.emptySet {
	text-align: center
}

@media(min-width:400px) {
	.emptySet {
		-ms-grid-column-span: all;
		-ms-grid-column: 1;
		grid-column: 1 / span all
	}
}

#newsearch {
	margin: 16px 0 32px;
	margin: 1rem 0 2rem;
	text-align: center
}

#breadcrumbs-open {
	text-align: center
}

.breadcrumbs-header {
	text-transform: capitalize;
	text-align: center;
	margin: 48px 0 16px;
	margin: 3rem 0 1rem
}

.breadcrumbs-list {
	list-style: none;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto
}

@media(min-width:500px) {
	.breadcrumbs-list {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.breadcrumbs-group {
	margin: 8px 0;
	margin: .5rem 0;
	text-align: center
}

@media(min-width:500px) {
	.breadcrumbs-group {
		display: -ms-flexbox;
		display: flex;
		margin: 0 1rem 1rem 0
	}
}

.breadcrumbs-check {
	transition: color 200ms ease
}

@media(min-width:500px) {
	.breadcrumbs-check {
		margin: 0 .7rem 0 0
	}
}

.breadcrumbs-check.active {
	pointer-events: none
}

.breadcrumbs-check:hover {
	color: #a8853c;
	cursor: pointer
}

.breadcrumbs-item-label {
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	margin: 0 0 16px;
	margin: 0 0 1rem
}

@media(min-width:500px) {
	.breadcrumbs-item-label {
		margin: 0 1rem 0 0
	}
}

.breadcrumbs-icon {
	margin-right: 8px;
	margin-right: .5rem
}

.refine-search {
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center
}

.bindings-answer-button-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.bindings-explainer-trigger {
	margin: 0;
	transform: translate(-54px, -8px)
}

.site-footer {
	background-color: #4d4d4d;
	padding: 32px 16px;
	padding: 2rem 1rem
}

.site-footer p,
.site-footer .button {
	font-size: 19.2px;
	font-size: 1.2rem
}

.site-footer-inner {
	max-width: 1640px;
	margin: auto
}

@media(min-width:600px) {
	.site-footer-inner {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 2rem
	}
}

@media(min-width:900px) {
	.site-footer-inner {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media(min-width:1200px) {
	.site-footer-inner {
		-ms-grid-columns: 1fr 1fr 1fr auto;
		grid-template-columns: 1fr 1fr 1fr auto
	}
}

@media(min-width:500px) {
	.site-info {
		display: -ms-flexbox;
		display: flex
	}
}

@media(min-width:600px) {
	.site-info {
		-ms-flex: 0 1 35%;
		flex: 0 1 35%;
		margin-right: 1rem
	}
}

#footer-logo {
	width: 75px;
	margin-right: 16px;
	margin-right: 1rem
}

.copyright {
	color: #fff
}

.copyright p {
	margin: 0
}

.copyright a {
	color: #fff
}

.copyright-contact {
	font-weight: 700
}

.email-signup {
	margin: 32px 0;
	margin: 2rem 0
}

.footer-form {
	margin-top: 16px;
	margin-top: 1rem
}

.footer-label {
	color: #fff;
	display: block;
	margin: 4.8px 0;
	margin: .3rem 0;
	font-size: 14.4px;
	font-size: .9rem
}

.footer-input {
	padding: 16px;
	padding: 1rem;
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 5px
}

.footer-widget-heading {
	margin: 0 0 8px;
	margin: 0 0 .5rem;
	font-size: 20.8px;
	font-size: 1.3rem;
	color: #fff;
	text-transform: capitalize
}

.footer-widget {
	margin: 32px 0;
	margin: 2rem 0
}

@media(min-width:600px) {
	.footer-widget {
		-ms-flex: 0 1 30%;
		flex: 0 1 30%;
		padding: 0 1rem;
		margin: 0 0 2rem
	}
}

.footer-button {
	background: transparent;
	border: 3px solid #fff;
	border-radius: 5px;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	display: inline-block;
	margin-top: 16px;
	margin-top: 1rem
}

.footer-button:hover {
	background-color: #fff;
	color: #000;
	border: 3px solid #fff
}

.footer-text {
	color: #fff;
	margin: 0 0 8px;
	margin: 0 0 .5rem
}

.footer-submit {
	padding: 0
}

.social-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex
}

.social-links ul li {
	color: #fff;
	margin-right: 16px;
	margin-right: 1rem
}

.social-links ul li a {
	color: #fff;
	transition: color 300ms ease
}

.social-links ul li a:hover {
	color: rgba(255, 255, 255, .7)
}

.social-links ul li i {
	font-size: 40px;
	font-size: 2.5rem
}

@media(min-width:600px) {
	.social-links {
		-ms-flex: 0 1 20%;
		flex: 0 1 20%
	}

	.social-links ul li {
		margin-right: 2rem
	}
}

.thanks-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto 1fr auto;
	grid-template-rows: auto 1fr auto;
	min-height: 100vh
}

#thanks {
	padding: 32px;
	padding: 2rem
}

@media(min-width:1240px) {
	#thanks {
		padding: 4rem
	}
}

#thanks .button {
	font-size: 19.2px;
	font-size: 1.2rem
}

.thanks-inner {
	max-width: 800px;
	margin: auto
}

.thank-you-header {
	color: #a8853c
}

.thanks-button:hover {
	color: #fff;
	background-color: #115f51
}

.hs_email label {
	color: #fff;
	display: block;
	margin: 4.8px 0;
	margin: .3rem 0;
	font-size: 14.4px;
	font-size: .9rem
}

.hs-input {
	padding: 16px;
	padding: 1rem;
	box-sizing: border-box;
	display: block;
	background: #fff;
	width: 100%;
	border: 0;
	border-radius: 5px
}

.inputs-list.hs-error-msgs li {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 300
}

.inputs-list.hs-error-msgs li label {
	color: #ff8484 !important
}

.inputs-list li {
	list-style: none
}

.inputs-list li label {
	color: #fff;
	font-size: 14px
}

.hs-richtext {
	display: none
}

.hs-form-booleancheckbox-display .hs-input {
	margin-right: 5px;
	display: inline-block;
	width: auto;
	margin-top: 15px
}

.hs-form-booleancheckbox-display a {
	color: #fff;
	text-decoration: none
}

.hs-form-booleancheckbox-display a:hover {
	color: #fff
}

.hs-button.primary {
	background: transparent;
	border: 3px solid #fff;
	border-radius: 5px;
	font-size: 1.2rem;
	color: #fff;
	display: inline-block;
	margin-top: 16px;
	margin-top: 1.5rem;
	padding: 12px 20px;
	text-transform: capitalize
}

.hs-button.primary:hover {
	background: #fff;
	color: #000
}

.product-title h3.coming-soon {
	line-height: 30px;
	color: #000;
	text-transform: capitalize;
	text-decoration: none;
	margin-top: 10px
}

.submitted-message {
	color: #fff
}
@media(max-width:768px) {
	.features-nav-menu li.active{
		font-size: 3rem !important;
	}
	.features-nav-menu li{
		font-size: 2rem !important;
	}
	  .logo img{
    width: 150px !important;
  }
    .video-headline,.large, h2,.scripture-headline,.features-header{
        font-size: 1.5rem;
		margin: 20px 0;
		line-height: 30px;

    }
}
@media only screen and (max-width: 767px) {
  .tyfb_col-sm-3{
    margin-bottom: 0 !important;
  }
  .tyfb_quesarea {
    max-width: 95%;
    margin: 55px auto 0;
    padding: 70px 80px 54px;
    min-height: 490px;
  }
  .tyfb_quesarea .tyfb_ques {
    color: #555;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
  }
  .tyfb_opt {
    margin: 25px 0 0 0;
  }
  .tyfb_wrapper .text-center p {
    font-size: 30px;
    line-height: 40px;
  }
  .tyfb_wrapper .text-center .tyfb_heading {
    font-size: 50px;
    line-height: 70px;
  }
  .tyfb_wrapper .text-center a {
    font-size: 30px;
    line-height: 45px;
  }
  .tyfb_btn {
    min-width: 160px;
    font-size: 16px;
    line-height: 25px;
  }
  .tyfb_prd-content {
    margin-bottom: 30px;
  }
  .tyfb_prd-content {
    font-size: 20px !important;
    line-height: 30px;
  }
  .tyfb_prd-content a {
    font-size: 20px;
    line-height: 28px;
  }
  .tyfb_product-filters h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 50px;
  }
  .tyfb_search-result p {
    font-size: 28px;
    line-height: 35px;
  }
  .tyfb_search-result span {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
  .tyfb_product-filters__desc {
    font-size: 22px;
    line-height: 30px;
  }
  .tyfb_search-result {
    width: 100%;
  }
  #hero {
    background: url(../img/lasb-hero_400px.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 173px;
    width: 100%;
    position: relative;
  }
  .book img {
    width: 250px !important;
    margin-top: -9px;
  }
  .button-wrapper{
    margin-top: 15px;
  }
  .features-inner h2{
    font-size: 1.9rem;
  }
  .tyfb_prd-im img {
    max-width: 300px;
  }
}
