/* @override 
	http://wpdev.io/leadpagesblog/wp-content/plugins/leadpages-split-tests/css/splittest.css?ver=3.9.1 */

.split-test .step1 {
    display: none;
}

.split-test {
    background: #1b98ea;
    border-bottom: 5px solid #188dda;
    color: #fff;
    margin: 0 auto 26px auto;
    max-width: 600px;
    padding: 35px 25px;
}

.split-test .heading {
    font-family: Lato;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 24px;
    text-transform: uppercase;
    text-align: center;
}

.split-test .steps {
    margin-bottom: 20px;
}

.split-test .steps {
    background: #0878c3;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    height: 36px;
}

.split-test .steps .number {
    display: inline-block;
    font-weight: 500;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.split-test .step1 .step-1 {
    background: #e05b49;
    float: left;
    width: 50%;
    padding: 5px;
    position: relative;
}

.split-test .step1 .step-1::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 12px;
    border-color: transparent transparent transparent #e05b49;
    position: absolute;
    right: -12px;
    top: 0;
}

.split-test .step1 .step-1 .number {
    background: #c44b3b;
}

.split-test .step1 .step-2 {
    background: #0878c3;
    color: #3b9edf;
    float: right;
    width: 50%;
    padding: 5px;
}

.split-test .step1 .step-2 .number {
    background: #086caf;
    color: #48aae8;
}

.split-test .progress {
    background: #0878c3;
    position: relative;
    height: 5px;
    margin-bottom: 35px;
}

.split-test .progress .percent {
    color:  #086caf;
    font-size: 13px; /* Approximation due to font substitution */
    font-weight: 900;
    background: #f0f5f7;
    position: absolute;
    width: 36px;
    text-align: center;
    top: -7px;
    left: 50%;
    margin-left: -18px;
    z-index: 9;
}

.split-test .progress .bar {
    background: #ffc506;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.split-test .one-half {
    width: 48%;
    position: relative;
    float: left;
}

.split-test .one-half.last {
    float: right;
}

.split-test .image-wrap {
    position: relative;
    margin-bottom: 25px;
}

.split-test .image-wrap img {
    display: block;
}

.split-test .image-wrap .zoom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.split-test .desc {
    line-height: 1.4;
}

.split-test .vote-button {
    overflow: auto;
    display: block;
    margin-top: 20px;
}

.split-test .vote-button .tag {
    float: left;
    background: #dc5040;
    color:  #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    height: 38px;
    width: 110px;
    text-align: center;
    padding: 3px 10px 0 10px;
    position: relative;
}

.split-test .vote-button .tag::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 12px;
    border-color: transparent transparent transparent #dc5040;
    position: absolute;
    right: -12px;
    top: 0;
}

.split-test .vote-button .version {
    background: url(../images/select.gif) left center no-repeat;
    padding: 0 22px 0 28px;
    margin-top: 4px;
    float: right;
    color: #fff;
    font-weight: 700;
}

.split-test .vote-button .version:hover {
    background: url(../images/select-active.gif) left center no-repeat;
}

.split-test .step2 .steps {
    font-size: 14px;
    font-weight: 300;
}

.split-test .step2 .step-1 {
    background: #bc4234;
    float: left;
    width: 33.3333%;
    padding: 7px 5px 5px;
    position: relative;
    height: 36px;
}

.split-test .step2 .step-1::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 12px;
    border-color: transparent transparent transparent #bc4234;
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 9;
}

.split-test .step2 .step-1 .number {
    background: #ad3629;
}

.split-test .step2 .step-2 {
    background: #dc5040;
    float: left;
    width: 33.3333%;
    padding: 7px 5px 5px;
    position: relative;
    height: 36px;
}

.split-test .step2 .step-2::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 12px;
    border-color: transparent transparent transparent #dc5040;
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 9;
}

.split-test .step2 .step-2 .number {
    background: #bc4234;
}

.split-test .step2 .step-3 {
    color: #48aae8;
    background: #0878c3;
    float: left;
    width: 33.3333%;
    padding: 7px 5px 5px;
    position: relative;
    height: 36px;
}

.split-test .step2 .step-3 .number {
    color: #48aae8;
    background: #086caf;
}

.split-test .step2 .progress .percent {
    left: 66%;
}

.split-test .step2 .progress .bar {
    width: 66%;
}

.split-test .cta {
    border: 3px dashed #fedb4f;
    padding: 10px 30px;
    text-align: center;
    margin: 0 0 30px 0;
}

.split-test .cta .line1 {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.split-test .cta .line2 {
    display: block;
    line-height: 1.4;
    margin-bottom: 10px;
}

.split-test .cta .button {
    display: block;
    margin: 0 0 10px;
    text-shadow: 1px 2px 1px #ffb809;
}

.split-test .cta .button:hover {
    text-shadow: none;
}

.split-test .cta .button .underline {
    text-decoration: underline;
}

.split-test .cta .button em {
    font-weight: 700;
}

.split-test .cta .policy img {
    vertical-align: text-bottom;
    display: inline-block;
    margin-right: 5px;
}

.split-test .cta .policy {
    margin: 0;
    font-size: 13px;
}

.split-test .step2 .image-wrap {
    margin: 0 0 10px 0;
}

.split-test .step2 .alt-view a {
    color: #fff;
    font-size: 16px;
}

.split-test .winner .line1 {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.split-test .winner .line2 {
    display: block;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2;
}

.split-test .winner .line3 {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.correct,
.wrong {
    width: 70px;
    height: 55px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 1;
    display: none;
}

.correct strong,
.wrong strong {
    display: block;
}

.correct {
    background: #0fcb9c;
    padding-top: 16px;
}

.wrong {
    background: #dc5040;
    padding-top: 8px;
}

.split-test-chart-wrap {
    background: url(../images/legend.jpg) bottom right no-repeat;
    position: relative;
}

.split-test-chart-wrap .a-results {
    color: #2ba3ea;
    font-size: 26px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 16px;
}

.split-test-chart-wrap .b-results {
    color: #2cc17b;
    font-size: 26px;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 16px;
}

.split-test-chart {
    display: block;
    margin: 0 auto;
}

.split-test .how {
    text-align: center;
    font-size: 16px;
    margin: 0;
}

.split-test-results-reveal {
    display: none;
}

@media only screen and (max-width: 959px) {

    .split-test {
        padding: 20px 25px;
    }

    .split-test .heading {
        font-size: 20px;
    }

    .split-test .desc {
        font-size: 16px;
    }

    .split-test .vote-button .tag {
        padding: 4px 0 0;
        width: 90px;
    }

    .split-test .vote-button .version {
        padding: 0 0 0 20px;
        font-size: 16px;
        margin-top: 6px;
    }

    .split-test .cta .line1 {
        font-size: 20px;
    }

    .split-test .cta .line2 {
        font-size: 16px;
    }

    .split-test .cta .policy {
        font-size: 10px;
    }

    .split-test .winner .line2 {
        font-size: 22px;
    }

    .split-test .winner .line3 {
        font-size: 13px;
        margin: 10px 0 10px;
    }

    .split-test-chart-wrap .a-results {
        font-size: 22px;
        left: 0;
    }

    .split-test-chart-wrap .b-results {
        font-size: 22px;
        right: 0;
    }

}

@media only screen and (max-width: 767px) {

    .split-test {
        padding: 15px;
    }

    .split-test .heading {
        font-size: 18px;
        margin-bottom: 16px;
        line-height: 1.2;
    }

    .split-test .steps {
        height: auto;
    }

    .split-test .step1 .step-1,
    .split-test .step1 .step-2,
    .split-test .step2 .step-1,
    .split-test .step2 .step-2,
    .split-test .step2 .step-3 {
        width: 100%;
        float: none;
        font-size: 14px;
    }

    .split-test .desc {
        font-size: 12px;
    }

    .split-test .image-wrap {
        margin-bottom: 15px;
    }

    .split-test .vote-button .tag {
        display: block;
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
        padding: 5px;
    }

    .split-test .vote-button {
        text-align: center;
    }

    .split-test .vote-button .tag::after {
        display: none;
    }

    .split-test .vote-button .version {
        display: inline-block;
        float: none;
    }

    .split-test .cta {
        padding: 10px;
    }

    .split-test .cta .line1 {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    .split-test .cta .line2 {
        font-size: 14px;
        line-height: 1.1;
    }

    .split-test .step2 .one-half.first {
        display: none;
    }

    .split-test .step2 .one-half.last {
        width: 100%;

    }

}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/* New styles as of 4/17/15 */

.split-test {
    background: #34495e; /* Dark blue */
    border-bottom: none;
}

.split-test .step1 .step-1 {
    background: #2ba3ea; /* Light blue */
}

.split-test .step1 .step-2 {
    background: #26364b;
    color: #536d87;
}

.split-test .steps .number {
    line-height: 1.4em;
}

.split-test .step1 .step-1 .number {
    background: #1c88ca;
}

.split-test .step1 .step-1::after {
    border-color: transparent transparent transparent #2ba3ea;
}

.split-test .step1 .step-2 .number {
    background: #202e41;
    color: #536d87;
}

.split-test .progress {
    background: #26364b; /* Dark blue */
}

.split-test .progress .percent {
    color: #2ba3ea; /* Light blue */
}

.split-test .progress .bar {
    background: #2ba3ea; /* Light blue */;
}

.split-test .vote-button .tag {
    background: #2cc17b;
}
.split-test .vote-button .tag::after {
    border-color: transparent transparent transparent #2cc17b;
}

.split-test .vote-button .version {
    background: url(../images/select.jpg) left center no-repeat;
}

.split-test .vote-button .version:hover {
    background: url(../images/select-active.jpg) left center no-repeat;
}

.split-test .step2 .step-1 {
    background: #1c88ca;
}

.split-test .step2 .step-1 .number {
    background: #116da7;
}

.split-test .step2 .step-1::after {
    border-color: transparent transparent transparent #1c88ca;
}

.split-test .step2 .step-2 {
    background: #2ba3ea;
}

.split-test .step2 .step-2 .number {
    background: #1c88ca;
}

.split-test .step2 .step-2::after {
    border-color: transparent transparent transparent #2ba3ea;
}

.split-test .cta {
    border: 3px dashed #2ba3ea;
}

.split-test .cta .button {
    background: #2cc17b;
    text-shadow: none;
}

.policy i {
    font-size: 1.5em;
    opacity: .3;
    margin-right: 5px;
}

.correct {
    background: none;
    padding-top: 14px;
    border: 2px solid #0fcb9c;
    color: #0fcb9c;
}

.split-test-chart-wrap .a-results {
    color: #2ba3ea;
}

.split-test-chart-wrap .b-results {
    color: #2cc17b;
}