/* Yes No */
#yn_query {
    width: 100%;
    max-width: 760px;
    margin: 1rem auto -3rem auto;
    position: relative;
    z-index: 1;
}
#yn_cards {
    width: 100%;
    position: relative;
}
.yn_card {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5em;
    background: #fff;
    background: #6F2C3E;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
}
.yn_card.current {
    position: relative;
    z-index: 9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.yn_card_content {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    background:#fff;
    border: 1px solid rgba(0,0,0,0.05);
}
#yn_result .yn_card_content {
    padding: 1rem;
}
#yn_result .yn_card_content p {
    margin: 0 0 1rem 0;
    line-height: 1.45em;
}
#ynResources h3 {
    font-size: 1.25rem;
    margin: 1.5rem 0 0.5rem 0;
    color: #373737;
}
#yn_result .intro {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #6F2C3E;
    text-transform: uppercase;
}
#ynResources ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.925rem;
}
#ynResources li {
    padding: 0.5rem 0;
    position: relative;
}
#ynResources li a:after {
    content: '';
    margin: 0 0.5rem;
    border-right: 1px solid #000;
    opacity: 0.25;
}
#ynResources li:last-child a:after {
    display: none;
}
.yn_header {
    text-align: center;
    padding: 1rem;
}
.yn_heading {
    margin-top: 0em;
    margin-bottom: 1em;
    font-weight: 400;
    font-family: 'BentonSansRegular', Helvetica, Arial, sans-serif;
    color: #373737;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
}
.yn_title {
    font-family: 'adriannabold';
    text-transform: none;
    line-height: 1.3em;
    color: #45382b;
    font-size: 1rem;
}
.yn_title .yn_highlight {
    display: block;
    text-transform: uppercase;
    color: #6F2C3E;
    font-weight: 600;
    margin: 0.75rem 0 0 0;
    font-size: 1.25rem;
}
.yn_options {
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 1em;
    background: rgba(255,255,255,0.3);
}
.yn_options ul {
    margin: 0 -0.75rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
}
.yn_options li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0.75rem;
}
.yn_options li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    opacity: 0.75;
}
.yn_card[data-id="3"] .yn_options li:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
            opacity: 1;
}
.yn_button {
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    padding: 0.75rem 0.75rem 0.65rem; 
    cursor: pointer
}
.yn_button.yes,
.yn_button.maybe,
.yn_button.no {
    background: transparent;
    border: 2px solid #6F2C3E;
    color: #6F2C3E;
    margin: 0 0 0 auto;
    font-weight: 600;
}
.yn_button.yes:hover,
.yn_button.yes:focus,
.yn_button.maybe:hover,
.yn_button.maybe:focus,
.yn_button.no:hover,
.yn_button.no:focus {
    background: #6F2C3E;
    color: #fff;
}
.yn_button.maybe {
    margin: 0 auto;
}
.yn_button.no {
    margin: 0 auto 0 0;
}
/*
.yn_button.no {
    background: transparent;
    border: 2px solid #6F2C3E;
    color: #6F2C3E;
    margin: 0 auto 0 0;
}
.yn_button.no:hover,
.yn_button.no:focus {
    background: #6F2C3E;
    color: #fff;
}
*/
#yn_progress {
    position: relative;
    z-index: 2;
    padding: 1rem 0;
}
#yn_progress ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#yn_progress li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0.25rem;
}
#yn_progress li span {
    background: #ccc;
    height: 0.25rem;
    width: 100%;
    display: block;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
#yn_progress li span:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #6F2C3E;
    -webkit-transform: translate3d(-100%, 0,0);
    transform: translate3d(-100%, 0,0);
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
}
#yn_progress li.complete span:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#yn_result {
    padding: 1rem;
}

@media screen and (max-width:480px){
    #ynResources ul {
        margin: 0 0 0 0.5rem;
        padding: 0 0 0 1rem;
        list-style: disc;
    }
    #ynResources li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    #ynResources li a:after {
        display: none;
    }
}

#yn_result h3 {
    text-align: center;
    margin: 0 auto;
    color: #6F2C3E;
}