@import url('https://fonts.googleapis.com/css?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

.h1, .h2, .h3, .h4, .h-title {
    font-family: 'Lilita One', sans-serif;
    letter-spacing: 1px;
}
.margin-bottom-md {
    margin-bottom: 2em;
}

/*The .pageMicrosite .bd-ctBody with the snow animation needs to have the .vbsOA class infront to select only the Operation Arctic home page.
    The h1 h2 h3 and h3 color is changed with .bdCt-wrapInner h2, .bdCt-wrapInner h3, .bdCt-wrapInner h4{*/


img.gamify-clue{
    width:100%;
    }

.jsOrderForm {
    background: #fff;
    padding: 0 1em 1em;
    margin: 1em 0
}
.bd-ctBody {
    /*background-image: url(https://assets.answersingenesis.org/img/vbs/vbs-2017/1016-vbs-background-snowflake.png);*/
    background-size: inherit;
    color: #00263a;
}
.featured-item {
    margin: 0 auto 1em auto;
    max-width: 18em;
}
.product{
    margin-bottom: 2em;
    text-align: center;
}
.product img {
    max-width: 9em;
    text-align: center;
}
.btn.prdAddToWishListBtn, .btn.addedToCartBtn {
    background: transparent;
    box-shadow: inset 0 0 0 1px #11966b;
    color: #11966b;
}

.btn.prdAddToWishListBtn:hover, .btn.addedToCartBtn:hover {
    background: transparent;
    box-shadow: inset 0 0 0 2px #11966b;
    color: #11966b;
}

.btn.prdAddToWishListBtn.is-complete {
    background: #11966b;
    box-shadow: inset 0 0 0 1px #11966b;
}

.btn.prdAddToWishListBtn.is-complete:hover {
    background: #0e6347;
    box-shadow: inset 0 0 0 1px #0e6347;
}

.prdAddToWishListBtn svg path {
    fill: #11966b;
}

.prdAddToWishListBtn.is-complete svg path {
    fill: #ffffff;
}

.prdAddToWishListBtn .jsUpdating {
    color: #ffffff;
}
.vbsOA .bd-ctBody {
    background: url("") repeat top center;
    color: #137da3;
}
.bd-whBody .bd-ctBody {
    background: none
}
.vbsOC .pageMicrosite.has-headerLogo.float-logo .nodeHeaderImageContent .name,
.animate-float,
.character-bubble {
    animation: float 6s ease-in-out infinite;
    -webkit-animation: bounce 6s ease-in-out infinite
}
.vbs-character {
    max-height: 24em;
    margin: 1em auto;
    display: block
}

.vbsOA .character-bubble {
    background: transparent;
    border: 1px solid #137da3;
    display: inline-block;
    padding: 1em;
    color: #137da3;
    -moz-border-radius: 100em;
    -webkit-border-radius: 100em;
    border-radius: 100em;
    position: relative
}

.character-bubble {
    background: transparent;
    border: 1px solid #fff;
    display: inline-block;
    padding: 1em;
    color: #fff;
    -moz-border-radius: 100em;
    -webkit-border-radius: 100em;
    border-radius: 100em;
    position: relative
}
.nodeHeaderImageContent {
    z-index: 10
}
.pageMicrosite .nodeHeaderImage .node-box1 {
    background-image: url("/cdn-assets/art/test/2016-ocean-commotion-animation.jpg");
    background-position: center center;
    background-size: cover;
    -webkit-mask: url("//cdn-assets.answersingenesis.org/img/page/vbs/header/2016-ocean-commotion-mask.jpg") top center/cover;
    mask-type: luminance;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    animation: pulse 6s infinite;
    animation-timing-function: ease-in-out
}
@keyframes pulse {
    0% {
        opacity: 1
    }
    10% {
        opacity: .8
    }
    20% {
        opacity: 1
    }
    30% {
        opacity: .5
    }
    40% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
    60% {
        opacity: 0
    }
    70% {
        opacity: .5
    }
    80% {
        opacity: 0
    }
    90% {
        opacity: .3
    }
    100% {
        opacity: 1
    }
}
.vbsOC .pageMicrosite.has-headerLogo.float-logo .nodeHeaderImageContent .name {
    animation: float 8s ease-in-out infinite;
    -webkit-animation: float 8s ease-in-out infinite
}
.pageMicrosite .nodeHeaderImageContent {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}
@-webkit-keyframes float {
    0% {
        transform: translateY(0) rotate(2deg)
    }
    50% {
        transform: translateY(0) rotate(-2deg)
    }
    25%,
    75% {
        transform: translateY(0.15em)
    }
    100% {
        transform: rotate(2deg)
    }
}
.pageMicrosite .nodeHeaderImageContent {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
.vbsOC .character-bubble {
    background: #13b6c3;
    margin: 1em 0
}
.vbsCK .character-bubble {
    background: #ec6426;
    margin: 1em 0
}
.character-bubble:before,
.character-bubble:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px
}
.character-bubble:after {
    border-top: 20px solid #fff;
    bottom: -21px;
    z-index: -10
}

.vbsOA .character-bubble:after {
    border-top: 20px solid #137da3;
    bottom: -21px;
    z-index: -10
}

.vbsCK .character-bubble:before {
    border-top: 20px solid #ec6426
}
.vbsOC .character-bubble:before {
    border-top: 20px solid #13b6c3
}

.vbsOA .character-bubble:before {
    border-top: 20px solid #137da3;
}

@keyframes bounce {
    0%, 50%, 100% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(0.25em)
    }
    75% {
        transform: translateY(0.25em)
    }
}
@-webkit-keyframes bounce {
    0%, 50%, 100% {
        -webkit-transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(0.25em)
    }
    75% {
        -webkit-transform: translateY(0.25em)
    }
}
.vbsOC .bd-ctBody .btn {
    background-color: #0e6582;
}
span.quoteAuthor {
    font-size: .7em;
    text-transform: none;
    font-style: normal;
}
.slider-default {
    background: #9ACA3B;
    color: #fff
}
.slider-default .panel {
    padding: 0;
}
.pageMicrosite .slider-default .pull {
    color: #fff;
    /*padding: 0 52px;*/
    padding: 2rem 3rem;
    font-size: 1.5rem;
}
.slider-default .slider-prev,
.slider-default .slider-next {
    width: 40px;
    height: 50px;
    background: #9ACA3B
}
.slider-default .slider-prev:after,
.slider-prev:before {
    right: 11px;
}
.slider-default .slider-prev:after {
    border-right-color: #9ACA3B
}
.slider-default .slider-next:after {
    border-left-color: #9ACA3B
}
.ex-audioWrap .aigExpanderContent {
    padding: 0
}
.audio-grid-item.is-featured {
    background: #137da3;
    color: #fff
}
.audio-grid-item.is-featured .btn {
    color: #f3841f;
    background: #fff;
    font-weight: 700
}
.audio-grid-item.is-featured .audio-btn,
.audio-grid-item.is-featured .audio-title,
.audio-grid-item.is-featured .audio-timestamp,
.audio-grid-item.is-featured .audio-price {
    color: #fff
}

.audio-grid-item .audio-controlls{
    color:#137da3;
 }


.social-space a {
    margin: 1em;
    font-size: 2em
}
.vbs-logo {
    max-width: 35em;
    width: 100%
}
.btn.btnMicrosite {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 0 0 1px #3f4041;
    -moz-box-shadow: inset 0 0 0 1px #3f4041;
    box-shadow: inset 0 0 0 1px #3f4041;
    width: auto;
    background: transparent;
    color: #3f4041
}
.btn.btnMicrosite:hover {
    text-decoration: underline;
    -webkit-box-shadow: inset 0 0 0 2px #3f4041;
    -moz-box-shadow: inset 0 0 0 2px #3f4041;
    box-shadow: inset 0 0 0 2px #3f4041
}
h1#ipaNodeName {
    max-width: 12em
}
.bd-ct h1,
.bd-ct h2,
.bd-ct h3,
.bd-ct h4,
.bd-ct .h1,
.bd-ct .h2,
.bd-ct .h3,
.bd-ct .h4,
.h-title,
.panel.panel-tile-2 .node-details,
.js-fullExpander .aigExpanderLink,
.js-fullExpander .aigExpanderLink:hover {
    font-family: 'Lilita One', sans-serif;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
}

.aigExpanderLink, .aigExpanderLink:hover{
    color: #137da3 !important;
}

.aigExpanderLink {
    border-top: 1px solid #137da3 !important;
    border-bottom: 1px solid #137da3 !important;
}

.h-title {
    border-color: #137da3;
    color: #137da3;
}
.vbsOA .bdCt-wrapInner h2,
{
    color: #137da3 !important;
}

.vbsOA .bdCt-wrapInner h3{
    color:;
}

.vbsOA .bdCt-wrapInner h4{
    color:;
}

.jsOrderForm .arrow-down:after{
    border-top-color: #fff;
}

.jsOrderForm .arrow-down:before{
    border-top-color: #999;
}

.arrow-down:after{
    border-top-color: #fff;
}

.arrow-down:before{
    border-top-color: #137da3;
}

@media (min-width: 56.25em) {
    .pageMicrosite .svg-AnswersinGenesisMain {
        width: auto;
        height: 2.5em;
        position: static;
        margin-top: 0
    }
}
.svg-AnswersinGenesisMain {
    height: 2.5em;
    padding: 0.5em 0 0 0.75em
}
.svg-AnswersinGenesisMain path,
.svg-AnswersinGenesisMain polygon {
    display: none
}
.svg-AnswersinGenesisMain path.svg-group-logo-icon-shape {
    display: block;
    fill: #FFF
}
.svg-AnswersinGenesisMain path.svg-group-logo-icon-text {
    display: block;
    fill: #00BCDD
}
@media (min-width: 37.5em) {
    .svg-AnswersinGenesisMain path.svg-group-logo-icon-shape {
        fill: #00BCDD
    }
    .svg-AnswersinGenesisMain path.svg-group-logo-icon-text {
        fill: #FFF
    }
}
.vbsOA .bd-ctBody {
    background-color: #0f67a1;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$vbs-water-shallow', endColorstr='$vbs-water-deep', GradientType=0);
    background-position: top center;
    background-size: 100%
    color:#0d5e96;
}
.vbsOA .bd-ct p,
.vbsOA .bd-ct ul li,
.vbsOA .bd-ct a,
{
    color: #0d5d95;
}

.vbsOA .bd-ct a:hover {
    color:#fff;
    }

.vbsOA .bd-ct .jsOrderForm p,
.vbsOA .bd-ct .jsOrderForm ul li,
.vbsOA .bd-ct .jsOrderForm a,
.vbsOA .bd-ct .jsOrderForm a:hover,
.vbsOA .jsOrderForm .aigExpanderLink,
.vbsOA .jsOrderForm .orderFormTitle,
.vbsCK .jsOrderForm .aigExpanderLink,
.vbsCK .jsOrderForm .orderFormTitle {
    color: #00a9cf
}
.vbsOA .bd-ctBody .btn {
    background-color: #f3841f;
    color: #ffffff;
}
.vbsOA .bd-ctBody .btn:hover {
    background-color: #7e7e7e
}
.vbsOA.pageMicrosite .bd-ctBody {
    background-color:#abe4fc;
    background-image: url("https://assets.answersingenesis.org/img/vbs/vbs-2017/s1.png"), url("https://assets.answersingenesis.org/img/vbs/vbs-2017/s2.png"), url("https://assets.answersingenesis.org/img/vbs/vbs-2017/s3.png");
    background-size: inherit;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    50% {
        background-position: 100px 500px, 80px 400px, 70px 300px
    }
    100% {
        background-position: 500px 1000px, 400px 800px, 300px 600px
    }
}
@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    50% {
        background-position: 100px 500px, 80px 400px, 70px 300px
    }
    100% {
        background-position: 500px 1000px, 400px 800px, 300px 600px
    }
}
@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    50% {
        background-position: 100px 500px, 80px 400px, 70px 300px
    }
    100% {
        background-position: 500px 1000px, 400px 800px, 300px 600px
    }
}
@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    50% {
        background-position: 100px 500px, 80px 400px, 70px 300px
    }
    100% {
        background-position: 500px 1000px, 400px 800px, 300px 600px
    }
}
.vbsOC .bd-ctBody {
    background: #13b6c3;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$vbs-water-shallow', endColorstr='$vbs-water-deep', GradientType=0);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%
}

/* Time Lab VBS Styles*/
.vbsTL .bd-ctBody{
    background: url("https://assets.answersingenesis.org/img/vbs/vbs-2018/1705_TimeLab_Blue_Background_960x744.jpg") no-repeat;
    background-color: #fff;
    color:#3f4041;
    background-size:100%;
    }

.vbsTL .character-bubble{
    border: 1px solid #f78d1b;
    color: #f78d1b;
    }

.vbsTL h1, .vbsTL h2, .vbsTL h3, .vbsTL h4{
    color: #f78d1b;
    }

.vbsTL .h-title{
    border-bottom: 1px solid #f78d1b;
    color: #f78d1b;
    }
    
.vbsTL h3 a{
    color: #9456a7;
    }
    
.vbsTL h3 a:hover{
    color: #ba76cf;
    }
    
.vbsTL .aigExpanderLink{
    color: #9456a7 !important;
    border-top: 1px solid #9456a7 !important;
    border-bottom: 1px solid #9456a7 !important;
    }
    
.vbsTL .aigExpanderLink:hover{
    color: #ba76cf !important;
    }
    
.vbsTL input[type="submit"].btn, .btn{
    background-color: #9456a7;
    }
    
.vbsTL input[type="submit"].btn, .btn:hover{
    background-color: #ba76cf;
    }
    
.vbsTL .arrow-down:before{
    border-top-color: #9456a7;
    }

.vbsTL .character-bubble:before{
    border-top: 20px solid #f78d1b;
    }

.vbsTL.has-headerLogo.pageMicrosite .nodeHeaderImageContent{
    width: 100% !important;
    padding: 0 !important;
    height: 100%;
    }
.vbsTL .intro{
    font-weight: bold;
    }
.vbsTL.pageMicrosite.has-headerLogo .nodeHeaderImageText .btn{
    background: rgba(0,0,0,0.8);
    }
.vbsTL.pageMicrosite.has-headerLogo .nodeHeaderImageText{
    margin-top: -13%;
    }
@media (min-width: 37.5em){
    .vbsTL.pageMicrosite.has-headerLogo .nodeHeaderImageText{
        margin-top: -6%;
    }
}

/* Incredible Race VBS Styles*/
.vbsIR .bd-ctBody{
    background: url("https://assets.answersingenesis.org/img/vbs/vbs-2019/1805_IncredibleRace_Background_960x744.jpg") no-repeat;
    background-color: #fff;
    color:#3f4041;
    background-size:100%;
    }

.vbsIR .character-bubble{
    border: 1px solid #f78d1b;
    color: #f78d1b;
    }

.vbsIR h1, .vbsIR h2, .vbsIR h3, .vbsIR h4{
    color: #229798;
    }

.vbsIR .h-title {
    border-bottom: 1px solid #94428b;
    color: #94428b;
}
    
.vbsIR h3 a{
    color: #9456a7;
    }
    
.vbsIR h3 a:hover{
    color: #ba76cf;
    }
    
.vbsIR .aigExpanderLink{
    color: #50295c !important;
    border-top: 1px solid #512b5e !important;
    border-bottom: 1px solid #502a5c !important;
    }
    
.vbsIR .aigExpanderLink:hover{
    color: #94428b !important;
    }
    
.vbsIR input[type="submit"].btn, .btn{
    background-color: #502a5c;
    }
    
.vbsIR input[type="submit"].btn, .btn:hover{
    background-color: #94428b;
    }
    
.vbsIR .arrow-down:before{
    border-top-color: #9456a7;
    }

.vbsIR .character-bubble:before{
    border-top: 20px solid #f78d1b;
    }

.vbsIR.has-headerLogo.pageMicrosite .nodeHeaderImageContent{
    width: 100% !important;
    padding: 0 !important;
    height: 100%;
    }
.vbsIR .intro{
    font-weight: bold;
    }
.vbsIR.pageMicrosite.has-headerLogo .nodeHeaderImageText .btn{
    background: rgba(0,0,0,0.8);
    }
.vbsIR.pageMicrosite.has-headerLogo .nodeHeaderImageText{
    margin-top: -13%;
    }
@media (min-width: 37.5em){
    .vbsIR.pageMicrosite.has-headerLogo .nodeHeaderImageText{
        margin-top: -6%;
        }
    }
.vbsIR .jsOrderForm {
    background: none !important;
}

/*Mystery Island VBS Styles*/
.vbsMI .bd-ctBody{
    background: url("https://assets.answersingenesis.org/img/vbs/vbs-2020/1905_MysteryIsland_Background_1200x1242_01.jpg") no-repeat;
    background-color: #fff;
    color:#3f4041;
    background-size:100%;
}
.vbsMI .bd-ctHead{
    border-bottom: 0;
}
.vbsMI hr {
    transform: TranslateY(50px);
    border-color: #98d6cf;
    opacity: 0.4;
}
.vbsMI .nodeHeaderImage {
    box-shadow: none;
}
.vbsMI .character-bubble{
    border: 1px solid #f78d1b;
    color: #f78d1b;
}
.vbsMI h1, .vbsMI h2, .vbsMI h3, .vbsMI h4{
    color: #08853a;
}
.vbsMI .h-title {
    border-bottom: solid 1px #08853a;
    color: #08853a;
}
.vbsMI .theme-btn-wrapper {
    margin-top: 3em;
}

.vbsMI .grid img {
    border-radius: 14px;
}
.vbsMI .aigExpanderLink{
    color: #9456a7 !important;
    border-top: 1px solid #9456a7 !important;
    border-bottom: 1px solid #9456a7 !important;
}
.vbsMI .aigExpanderLink:hover{
    color: #a862be !important;
}
.vbsMI input[type="submit"].btn, .btn{
    background-color: #502a5c;
}
.vbsMI input[type="submit"].btn, .btn:hover{
    background-color: #94428b;
}
.vbsMI .arrow-down:before{
    border-top-color: #08853a;
}
.vbsMI .character-bubble:before{
    border-top: 20px solid #f78d1b;
}
.vbsMI .nodeHeaderImage {
    box-shadow: none;
}
.vbsMI.has-headerLogo.pageMicrosite .nodeHeaderImageContent{
    width: 100% !important;
    height: 100%;
    padding: 0 !important;
    box-shadow: none;
}
.vbsMI .intro{
    font-weight: bold;
}
.vbsMI.pageMicrosite.has-headerLogo .nodeHeaderImageText .btn{
    background: rgba(0,0,0,0.8);
}
.vbsMI.pageMicrosite.has-headerLogo .nodeHeaderImageText{
    margin-top: -13%;
}
@media (min-width: 20em){
    .vbsMI.pageMicrosite.has-headerLogo .nodeHeaderImageText{
        margin-top: -17%;
    }
}
@media (min-width: 37.5em){
    .vbsMI.pageMicrosite.has-headerLogo .nodeHeaderImageText{
        margin-top: -8%;
    }
}
.vbsMI .jsOrderForm {
    background: none !important;
}
.vbsMI .jsOrderForm a, .jsOrderForm.orderFormMoreInfo a {
    color: #9456a7 !important;
}
.vbsMI .jsOrderForm a:hover, .jsOrderForm.orderFormMoreInfo a:hover {
    color: #a862be !important;
}


/* Zoomerang VBS Styles */
.vbsZ .bd-ctHead{
    border-bottom: 0;
}
.vbsZ .bd-ctBody {
    color:#3f4041;
}
.vbsZ hr {
    transform: TranslateY(50px);
    border-color: #98d6cf;
    opacity: 0.4;
}
.vbsZ .nodeHeaderImage {
    box-shadow: none;
}
.vbsZ .character-bubble{
    border: 1px solid #f78d1b;
    color: #f78d1b;
}
.vbsZ h1, .vbsZ h2, .vbsZ h3, .vbsZ h4{
    color: #97473d;
}
.vbsZ .h-title {
    border-bottom: solid 1px #97473d;
    color: #97473d;
}
.vbsZ .theme-btn-wrapper {
    margin-top: 3em;
}

.vbsZ .grid img {
    border-radius: 14px;
}
.vbsZ .aigExpanderLink{
    color: #46b4ab !important;
    border-top: 1px solid #46b4ab !important;
    border-bottom: 1px solid #46b4ab !important;
}
.vbsZ .aigExpanderLink:hover{
    color: #2c8e86 !important;
}
.vbsZ input[type="submit"].btn, .btn{
    background-color: #46b4ab;
}
.vbsZ input[type="submit"].btn, .btn:hover{
    background-color: #2c8e86;
}
.vbsZ .btn.btn-secondary {
    color: #46b4ab;
    background-color: transparent;
    border: solid 3px;
}
.vbsZ .btn.btn-secondary:hover {
    color: #2c8e86;
}
.vbsZ .arrow-down:before{
    border-top-color: #97473d;
}
.vbsZ .character-bubble:before{
    border-top: 20px solid #f78d1b;
}
.vbsZ .nodeHeaderImage {
    box-shadow: none;
}
.vbsZ.has-headerLogo.pageMicrosite .nodeHeaderImageContent{
    width: 100% !important;
    height: 100%;
    padding: 0 !important;
    box-shadow: none;
}
.vbsZ .intro{
    font-weight: bold;
}
.vbsZ.pageMicrosite.has-headerLogo .nodeHeaderImageText .btn{
    background: rgba(0,0,0,0.8);
}
.vbsZ.pageMicrosite.has-headerLogo .nodeHeaderImageText{
    margin-top: -13%;
}
@media (min-width: 20em){
    .vbsZ.pageMicrosite.has-headerLogo .nodeHeaderImageText{
        margin-top: -17%;
    }
}
@media (min-width: 37.5em){
    .vbsZ.pageMicrosite.has-headerLogo .nodeHeaderImageText{
        margin-top: -8%;
    }
}
@media (min-width: 56.25em){
    .vbsZ .bd-ctBody {
        background: url("https://assets.answersingenesis.org/img/vbs/vbs-2025/2404-rock-order-page-v2.png") no-repeat;
        background-color: #fff;
        background-size:100%;
    }
}
.vbsZ .jsOrderForm {
    background: none !important;
}
.vbsZ .jsOrderForm a, .jsOrderForm.orderFormMoreInfo a {
    color: #46b4ab !important;
}
.vbsZ .jsOrderForm a:hover, .jsOrderForm.orderFormMoreInfo a:hover {
    color: #2c8e86 !important;
}


/* Emerald Crossing VBS Styles */
.vbsEC .bd-ctHead {
  border-bottom: 0; }

.vbsEC .bd-ctBody {
  color: #3f4041; }

.vbsEC hr {
  transform: TranslateY(50px);
  border-color: #9ad8da;
  opacity: 0.4; }

.vbsEC .nodeHeaderImage {
  box-shadow: none; }

.vbsEC .character-bubble {
  border: 1px solid #f28845;
  color: #f28845; }

.vbsEC h1, .vbsEC h2, .vbsEC h3, .vbsEC h4 {
  color: #97473d; }

.vbsEC .h-title {
  border-bottom: solid 1px #873f28;
  color: #873f28; }

.vbsEC .theme-btn-wrapper {
  margin-top: 3em; }

.vbsEC .grid img {
  border-radius: 14px; }

.vbsEC .aigExpanderLink {
  color: #11966b !important;
  border-top: 1px solid #11966b !important;
  border-bottom: 1px solid #11966b !important; }

.vbsEC .aigExpanderLink:hover {
  color: #0e6347 !important; }

.vbsEC input[type="submit"].btn, .btn {
  background-color: #11966b; }

.vbsEC input[type="submit"].btn, .btn:hover {
  background-color: #0e6347; }

.vbsEC .btn.btn-secondary {
  color: #11966b;
  background-color: transparent;
  border: solid 3px; }

.vbsEC .btn.btn-secondary:hover {
  color: #11966b; }

.vbsEC .arrow-down:before {
  border-top-color: #873f28; }

.vbsEC .character-bubble:before {
  border-top: 20px solid #f28845; }

.vbsEC .nodeHeaderImage {
  box-shadow: none; }

.vbsEC.has-headerLogo.pageMicrosite .nodeHeaderImageContent {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
  box-shadow: none; }

.vbsEC .intro {
  font-weight: bold; }

.vbsEC.pageMicrosite.has-headerLogo .nodeHeaderImageText .btn {
  background: rgba(0, 0, 0, 0.8); }

.vbsEC.pageMicrosite.has-headerLogo .nodeHeaderImageText {
  margin-top: -13%; }

@media (min-width: 20em) {
  .vbsEC.pageMicrosite.has-headerLogo .nodeHeaderImageText {
    margin-top: -17%; } }

@media (min-width: 37.5em) {
  .vbsEC.pageMicrosite.has-headerLogo .nodeHeaderImageText {
    margin-top: -8%; } }

@media (min-width: 56.25em) {
  .vbsEC .bd-ctBody {
    background: url("https://assets.answersingenesis.org/img/vbs/vbs-2026/2505_VBS_EC_OrderPage_Border.png") no-repeat;
    background-color: #fff;
    background-size: 100%; } }

.vbsEC .jsOrderForm {
  background: none !important; }

.vbsEC .jsOrderForm a, .jsOrderForm.orderFormMoreInfo a {
  color: #11966b !important; }

.vbsEC .jsOrderForm a:hover, .jsOrderForm.orderFormMoreInfo a:hover {
  color: #0e6347 !important; }



/* VBS Microsite Base */
.icon-social {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #36c7e4;
    height: 1em;
    width: 1em;
    padding: .75em;
    text-align: center;
    color: #fff;
    margin: .25em;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.icon-social:hover {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.icon-social.spr-facebook {
    background: #3864a2
}
.icon-social.spr-twitter {
    background: #03b6f4
}
.icon-social.spr-xplatform {
    background: #000000;
}
.icon-social.spr-pinterest {
    background: #ca1f27
}
.pageMicrosite .pull {
    color: #36c7e4
}
.slider-prev,
.slider-next {
    background: #3f4041;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}
.vbsOC .bd-ct p,
.vbsOC .bd-ct ul li,
.vbsOC .bd-ct a,
.vbsOC .bd-ct a:hover {
    color: #fff
}
.vbsOC .bd-ct .jsOrderForm p,
.vbsOC .bd-ct .jsOrderForm ul li,
.vbsOC .bd-ct .jsOrderForm a,
.vbsOC .bd-ct .jsOrderForm a:hover,
.vbsCK .bd-ct .jsOrderForm .orderPriceQty,
.vbsCK .bd-ct .jsOrderForm p,
.vbsCK .bd-ct .jsOrderForm ul li,
.vbsCK .bd-ct .jsOrderForm a,
.vbsCK .bd-ct .jsOrderForm a:hover {
    color: #3f4041
}
.jsOrderForm .orderFormMoreInfo {
    color: #00a9cf !important
}
.jsOrderForm .orderFormMoreInfo:hover {
    color: #00CDE2 !important
}
.vbsOC .jsOrderForm .aigExpanderLink,
.vbsOC .jsOrderForm .orderFormTitle,
.vbsCK .jsOrderForm .aigExpanderLink,
.vbsCK .jsOrderForm .orderFormTitle {
    color: #00a9cf
}
.orderFormTitle {
    font-weight: 700
}
.orderFormDetail {
    margin-top: .5em
}
.vbsOC .h-title {
    border-color: #fff
}

.vbsOA .h-title {
    border-color: #137da3;
    color: #137da3;
}

.vbsOC .bd-ct h1,
.vbsOC .bd-ct h2,
.vbsOC .bd-ct h3,
.vbsOC .bd-ct h4,
.vbsOC .bd-ct .h1,
.vbsOC .bd-ct .h2,
.vbsOC .bd-ct .h3,
.vbsOC .bd-ct .h4,
.vbsOC .h-title,
.vbsOC .panel.panel-tile-2 .node-details,
.vbsOC .js-fullExpander .aigExpanderLink,
.vbsOC .js-fullExpander .aigExpanderLink:hover {
    color: #fff
}
.vbsCK .bd-ctBody p,
.vbsCK .bd-ctBody li {
    font-family: 'Bubblegum Sans', sans-serif;
    font-size: 1.2em
}
.vbsCK .bd-ctBody h1,
.vbsCK .bd-ctBody h2,
.vbsCK .bd-ctBody h3,
.vbsCK .bd-ctBody h4,
.vbsCK .bd-ctBody .h-title,
.vbsCK .bd-ctBody .h-titleAlt {
    color: #fff
}
.vbsCK .bd-ctBody .drop-cap {
    float: left;
    font-size: 3em;
    line-height: 0.5em;
    padding-top: 0.1em;
    padding-right: 8px;
    padding-left: 3px;
    font-family: 'Passero One', cursive
}
.vbsCK .bd-ctBody {
    background-image: url("https://cdn-assets.answersvbs.com/img/vbs-2015/Memory-Verse-Background.png");
    background-color: #cea120;
    color: #fff
}
.vbsCK .bd-ctBody .btn {
    background-color: #ec6426;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0.2em solid #cd4c10
}
.vbsCK .bd-ctBody .btn:hover {
    background-color: #fe821d;
    border: 0.2em solid #ee601e
}
.list-people .node-name,
.is-person .node-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #9ACA3B
}
.is-person .node-link:hover,
.list-people .node-link:hover {
    color: #9ACA3B
}
.pull {
    color: #b85917;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

.audio-grid-item.is-featured{
    background-color:#f3841f;
}

.banner-notification-donate h2 {
    color: #fff;
}

@media all and (max-width: 56.1875em) {
    .actionbox {
        background-color: #9ACA3B;
        background-image: url("https://cdn-assets.answersingenesis.org/img/page/vbs/bg-water.png");
        background-repeat: repeat;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
        text-transform: uppercase
    }
    .actionbox .btn {
        background-color: #fff;
        color: #9ACA3B
    }
    .actionbox .btn:hover {
        background-color: #fff;
        color: #b9da77
    }
    .actionbox a:hover:not(.btn):hover {
        color: #e2f0c8
    }
    .donate {
        background-color: #6e9127;
        background-image: url("https://cdn-assets.answersingenesis.org/img/page/vbs/bg-water.png");
        background-repeat: repeat;
        color: #fff;
        border-bottom: 1px solid #b9da77
    }
}
.nav-sub .rootNode .subNavBtn {
    background-image: url("https://cdn-assets.answersingenesis.org/img/page/vbs/svg/answers-vbs-alt.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0;
    width: 10em;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}
@media all and (min-width: 56.25em) {
    .nav-sub .rootNode.l0 {
        padding: 0 1em 1em
    }
    .nav-sub .rootNode .subNavBtn {
        background-image: url("https://cdn-assets.answersingenesis.org/img/page/vbs/svg/answers-vbs.svg");
        height: 0;
        padding: 0;
        padding-bottom: 50%;
        width: auto
    }
}

.vbs-gamify .topEdge.theme-gamify {
    background: #5ac4ba;
}
.vbs-gamify .gamify-body p {
    color: #137DA3;
}
.vbs-gamify p.node-winners {
    color: #f6c162;
}
.vbs-gamify .gamify-body .vbsTL input[type="submit"].btn, .vbs-gamify .gamify-body .btn {
    background-color: #a2c13f;
}
.vbs-gamify .gamify-body .vbsTL input[type="submit"].btn:hover, .vbs-gamify .gamify-body .btn:hover {
    background-color: #92af37;
}
.gamify-alert, .gamify-alert:hover {
    color: #a2c13f;
    border: 1px solid #a2c13f;
}
.vbs-gamify .gamify-body .h-title {
    border-color: #f6c162;
    color: #f6c162;
}
.vbs-gamify .gamify-body .gamify-icon {
    color: #f6c162;
    border: 3px solid #f6c161;
}
.gamify-body h2, .gamify-body h3, .gamify-body h4 {
    color: #6bc9cb;
}
.gamify-body .gamify-entry-bonus {
    border: none;
    padding: 1em;
    margin-bottom: 1em;
    background: #f5f3f3;
}
.gamify-body .gamify-points {
    border: 1px solid #f3642c;
    color: #f3642c;
}
.gamify-body .gamify-alert .spr {
    color: #f3642c;
}
.gamify-body .toolbar.theme-gamify {
    background: transparent;
}
.gamify-body .toolbar ul li {
    background: #a2c13f;
    margin: 0 0.3rem;
}
.gamify-body .toolbar ul li:hover {
    background:#92af37;
    margin: 0 0.3rem;
}
.gamify-body .toolbar.theme-gamify .toolbar-link:hover {
    color: #ffffff;
    background: #92af37;
}
.vbs-gamify .gamify-level1>.gamify-icon, .vbs-gamify .gamify-level1 .spr {
    border-color: #f4c666;
    color: #f6c162;
}
.vbs-gamify .gamify-level2>.gamify-icon, .vbs-gamify .gamify-level2 .spr {
    border-color: #a2c13f;
    color: #a2c13f;
}
.vbs-gamify .gamify-level3>.gamify-icon, .vbs-gamify .gamify-level3 .spr {
    border-color: #7f5587;
    color: #7f5587;
}
.vbs-gamify .gamify-level1 .progress-svg .progress-bar {
    stroke: #f6c162;
}
.vbs-gamify .gamify-level3 .progress-svg .progress-bar {
    stroke: #7f5587;
}
.gamify-level2 .progress-svg .progress-bar {
    stroke: #a2c13f;
}
.vbs-gamify .gamify-body .gamify-points {
    border: 3px solid #f6c162;
    color: #a2c13f;
}

.ft .btn {
    background: transparent;
}

<!-- Temporary styles -->
.padded-lg {
  padding: 2em;
}

@media (min-width: 42.5em) {
  .padded-lg {
    padding: 4em;
  }
}

.vbsPage {
  width: 100%;
  max-width: 100%;
}

.vbsPage .bd {
  padding-top: 0;
}

.vbsPage .bd-ct {
  width: 100%;
}

.vbsPage .bd-ct .bd-ctHead {
  position: relative;
}

.vbsPage header {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
}

.vbsPage .vbs-logo {
  padding: .5em;
  max-width: 200px;
}

.vbsPage .vbs-logo svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.vbsPage .dropbtn>svg {
  pointer-events: none;
}

.vbsPage .nav-links ul {
  padding: 0;
}

.vbsPage .nav-links li {
  padding-left: 1rem;
  display: inline-block;
  list-style: none;
  font-size: 1rem;
}

.vbsPage .nav-links a {
  color: #001221;
}

.vbsPage .nav-links a:hover {
  color: #46B4AB;
  cursor: pointer;
}

.vbsPage .nav-link a {
  color: #FFFFFF;
  width: auto;
}

@media (min-width: 600px) {
  #nav-search>.content {
    margin-right: 1.3em;
  }

  .vbsPage .nav-link a {
    color: #001221;
  }
}

.vbsPage .nodeHeaderImage {
  padding-bottom: 0;
  min-height: 400px;
  height: 45vh;
}

.arrow-down::before {
  border-top-color: #1e1e1e;
}

.arrow-down::after {
  border-top-color: #F5F5F5;
}
.max-width-md {
  max-width: 948px;
}

.navbar {
  align-items: center;
}

.navbar a.btn {
  margin-left: 1em !important;
  height: 42px;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.vbsPage .nav-links {
  display: flex;
  align-items: center;
}

.sub-nav-logo {
  display: none;
}

.vbs-dropdown .dropbtn {
  padding: .5em 1.2em .55em;
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 0;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  width: 150px;
  display: flex;
}

.vbs-dropdown .dropbtn .dropbtn-arrow {
  margin: 2.5px 0 0 10px;
}

.dropdown-content {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 160px;
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(72px);
  z-index: 300;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: .8em;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #F5F5F5;
}

.show {
  display: block;
}

@media (min-width: 768px) {
  .dropdown-content {
    border-top: 0;
    display: flex;
    position: relative;
    width: fit-content;
    background: transparent;
    transform: none;
    padding-left: 2em;
  }

  .dropdown-content a:hover {
    background-color: transparent;
  }

  .sub-nav-logo {
    display: inline;
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 0;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    width: 120px;
  }

  .vbs-dropdown .dropbtn {
    display: none;
  }

  .sub-nav-logo {
    width: 150px;
  }

  .vbsPage .nav-links .mobile-home {
    display: none;
  }
}

@media (min-width: 1200px) {
  .sub-nav-logo {
    width: 175px;
  }
}