﻿/* Styles from https://g.foolcdn.com/static/commerce-ui/oldpremium/css/SA/order-form.css
which appear to be have been used on every front-end product.
********************************************************************************************************/

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: .025em;
    color: #333;
}

.frame {
    margin: 0 auto;
    padding: 25px;
}
.main .frame {
    max-width: 750px;
    padding-top: 3em;
    padding-bottom: 3em;
}

/* ORDER FORM STYLES */

#order-container .frame {
	max-width: 900px;
	padding-top: 1em;
	padding-bottom: 20px;
}

#offers fieldset {
    background-color: transparent;
    border: none;
}

#offers div.chosen {
    background-color: #FCFFF5;
    background-image: url('../image/OP-select-Checkon-38.png');
    opacity: 1;
    box-shadow: 0 0 20px rgba(0, 131, 24, 0.2);
    border: 2px solid #138D1C;
}

#offers div.chosen {
    opacity: 1.0;
}

#offers label {
    color: #333;
    font-size: 25px
}

#offers div.details {
    font-size: 14px;
    padding-right: 35px;
}

#offers div.details span.currency {
    font-size: inherit;
}

div.form-header {
    background-color: #ffa;
    background-image: url(../image/guaranteed.gif);
    background-repeat: no-repeat;
    background-position: 98% 15px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 130%;
    margin: 30px 0 10px 0;
    padding: 10px 50px 10px 40px;
}

div.form-header h1 {
    color: #000;
    font-size: 28px;
    letter-spacing: normal;
    line-height: 1.33;
    margin: 0;
    text-align: left;
}

#order label.required:before,
#order #required-indicator:before {
    content: "* ";
}

#order #required-indicator {
    font-size: 11px;
}

#order h3 {
    color: #17a;
    font-weight: normal;
}

#order input[type="text"],
#order input[type="tel"],
#order input[type="email"] {
    padding-left: 5px;
    width: 100%;
}

#order label.optional {
    font-size: 85%;
    font-weight: normal;
}

#order label.inline.optional {
    padding-left: 10px;
}

#order fieldset {
    background-color: #fff;
    border-style: none;
    border-color: #ccc;
    border-width: 1px;
    padding-top: 20px;
    color: #000;
    font-weight: 400;
}

#order #credit-card select {
    width: auto;
}

#order #sign-out .email {
    display: block;
}

#order #sign-out p {
    font-size: 12px;
}

#order #email-address p {
    font-size: 12px;
}

#offers {
    margin-bottom: 20px;
}

#offers .credit-table td {
    padding: 10px 0 0 10px;
}

#offers .credit-table th {
    padding: 10px 0 0 10px;
}

#offers .credit-table .credit-label {
    font-size: 13px;
}

#offers .credit-table .expandable-text {
    font-size: 12px;
}

#offers label {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    line-height: 1.25;
    width: 90%;
}

#offers label p.details {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 15px 15px 15px 0;
}

#offers div.details p.guarantee {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 0 5px 20px;
}

#offers ul.disclaimers {
    margin-bottom: 1em;
    margin-top: 5px;
    padding-left: 20px;
}

#offers ul.disclaimers li {
    color: #333;
    font-size: 20px !important;
    line-height: 1.3 !important;
    list-style-type: none;
    margin-bottom: 0.5em;
}

.disclaimer p {
    color: #333;
    margin-bottom: 20px;
}

#offers div.offer {
    background-image: url('../image/OP-select-Checkoff-dot-38.png');
    background-position: 20px 20px;
    background-repeat: no-repeat;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    color: #333;
    cursor: pointer;
    margin: 15px;
    opacity: 0.35;
    padding: 25px 0px 15px 60px;
}

#offers div.offer input {
    visibility: hidden;
}

#offers div.chosen {
    background-color: #fff;
    background-image: url('../image/check_on.png');
    opacity: 1.0;
}

#offers div.offer:hover {
    opacity: 1.0;
    -moz-transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
}

#offers div.offer span.currency {
    font-size: 20px;
}

#offers div.offer sup {
    color: #6a6a6a;
    font-size: 10px;
    vertical-align: middle;
}

div#order-button {
    text-align: center;
    padding-bottom: 20px;
}

#submit-button {
    background-color: #27ae60;
    border-color: #27ae60;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 1em auto 0;
    padding: 15px 10px 13px;
    width: 11em;
    color: #fff;
}

#submit-button:hover {
    background-color: #fff;
    color:  #27ae60;
}

#submit-button.disabled {
    background-color: #ddd;
    color: #999;
}

#form-errors {
    padding: 0 0 25px 25px;
}

#form-errors h3 {
    color: #666;
    line-height: 1;
}

#form-errors ul {
    margin-top: 10px;
}

#guarantee {
    background-color: rgb(255, 250, 236);
    border: 1px dashed rgb(204, 153, 0);
    margin: 25px 0 20px 0;
    padding: 15px 15px 0 15px;
}

#guarantee img {
    display: block;
    float: right;
    height: 60px;
    text-align: center;
    width: 60px;
    margin: 0 0 0 5px;
}

#guarantee h3 {
    color: #8e6a00;
    margin: 0 0 5px;
}

#guarantee p {
    font: 15px/21px 'Open Sans', Helvetica, Arial, sans-serif;
}

@media (max-width: 700px) {
    #offers label {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25;
    width: 90%;
    }

    #offers div.details {
    font-size: .65em;
    line-height: 1.25em;
    margin-bottom: 1em;
    }

    #offers div.offer span.currency {
    font-size: 1em;
    }

    #offers div.offer li {
    margin-bottom: 1em;
    }

    #offers label p.details {
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    margin: 1em;
    }
    /* -- order form credits on mobile fix -- */
     #offers .credit-table tbody tr {
       display: inline-block;
     }

     #offers .credit-table td {
       display: inline-block;
     }

     #offers .credit-table td.currency {
       font-weight: 400;
     }
}

/* Styles from https://g.foolcdn.com/static/commerce-ui/oldpremium/css/SA/old-style.css
which appear to be have been used on every front-end product.
********************************************************************************************************/

* {
    box-sizing: border-box;
}

h1 {
    margin-top: 5px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: center;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

h2 a {
    color: inherit;
}

h3 {
    margin-bottom:3px;
}

h4 {
    text-transform: uppercase;
    padding-top: 0;
    margin-top: -16px;
    font-weight: 300;
}

p {
    margin: 1em 0;
}

.kick {
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: .15em;
    text-align: center;
    opacity: .5;
}

.small {
    font-size: 15px;
    line-height: 25px;
}

.align-center {
    text-align: center;
}

figure,
.figure {
    display: block;
    margin: 0;
    padding: 0;
}

figure img,
.figure img {
    max-width: 100%;
}

/* TRIANGLES */

.triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #000 transparent transparent transparent;
}

.triangle-white {
    border-top-color: #fff;
}

.triangle-light {
    border-top-color: #fed;
}

.triangle-brown {
    border-top-color: #a97619;
}

.triangle-red {
    border-top-color: #c0392b;
}

/* INTRODUCTION */

.intro {
    background: #fff;
}

.intro .frame {
    max-width: 750px;
    padding-top: 3em;
    padding-bottom: 3em;
}

.intro h1 {
    font-size:2.5em;
    text-align: left;
    color:#09425e;
}

/* PLAIN */

.plain .frame {
    max-width: 750px;
    padding-top: 3em;
    padding-bottom: 3em;
}

.plain h2 {
}

.plain p {
    max-width: 700px;
    margin: 1em auto;
}

/* DARK */

.dark h2 {
    color: #fff !important;
}

.dark p {
    color: #fff;
    opacity: .7;
}

.dark a {
    color: #fff;
}

/*HACKY ONE-OFFS*/

.trend-cta {
    margin: 100px 0;
}

/* DISCLAIMER */

.lp-disclaimer .frame {
    max-width: 900px;
    text-align: center;
}

.rb .kick {
    color: #f26500;
}

.rb h1 {
    color: #f26500;
}

.rb h2 {
    color: #f26500;
}

.rb .stocks {
    background: #f26500;
}

.rb .triangle-brand {
    border-top-color: #f26500;
}

.rb .dead-card strong,
.rb .dead-card .small,
.rb .dead-card .fa {
    color: #f26500;
}

.rb .universe {
    background-image: url(../image/rb-universe.min.png);
}

.page .kick {
    color: #17a;
}

.page h1 {
    color: #17a;
}

.page h2 {
    color: #17a;
    margin-top: 0;
}

.page .stocks {
    background: #17a;
}

.page .triangle-brand {
    border-top-color: #17a;
}

.page .triangle-dark {
    border-top-color: #09425e;
}

.page .dead-card strong,
.page .dead-card .small,
.page .dead-card .fa {
    color: #17a;
}

.page .universe {
    background-image: url(../image/sa-universe.min.png);
}

.page .dark {
    background: #09425e;
}

.ii .kick {
    color: #289;
}

.ii h1 {
    color: #289;
}

.ii h2 {
    color: #289;
}

.ii .stocks {
    background: #289;
}

.ii .triangle-brand {
    border-top-color: #289;
}

.ii .dead-card strong,
.ii .dead-card .small,
.ii .dead-card .fa {
    color: #289;
}

.ii .universe {
    background-image: url(../image/ii-universe.min.png);
}

@media (max-width: 950px) {
    .stocks .frame {
        background-image: none;
    }
}

@media (max-width: 750px) {
    .medium-hide {
        display: none;
    }

    .stocks .frame {
        max-width: 350px;
        background-image: none;
    }

    .stocks .col {
        max-width: 250px;
        margin: 0 25px 25px;
    }
}

@media (max-width: 700px) {

    .intro .frame {
    padding-top: 1em;
    padding-bottom: 2em;
    }
    .intro h1 {
    font-size:1.75em;
    text-align: left;
    }
    .plain .frame {
    padding-top: 1em;
    padding-bottom: 1em;
    }
    .service .frame {
        padding-right: 25px;
    }

    .service img {
        display: none;
    }

    .trend-cta {
        margin: 0;
    }
}

#form-footer {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

#encrypted p {
    font-size: 13px;
    text-align: center;
}

#page-footer {
    margin: 40px auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}

/* Common styles from https://g.foolcdn.com/static/commerce-ui/oldpremium/css/<product initials>/style.css
The individual product files still exist but contain only styles specific to each product.
********************************************************************************************************/

.page .button {
    border-color: transparent;
}

.page h1 {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.25em;
    margin-top: 5px;
    text-align: center;
}

h1.dis-h1 {
    font-size: 2.75em;
}

h1.nflx-h1 {
    font-size: 3.25em;
}


.plain.dark h1 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    opacity: .8;
}

.grey p {
    opacity: .7;
}

.green h1 {
    color: #fff;
}

.green p {
    color: #fff;
    opacity: .9;
}

.center {
    text-align: center;
}

.center a:link {
    color: white;
}

.strong {
    font-weight: 500;
}

.returns {
    font-weight: 400;
}

.scorecard {
    text-align: center;
    background-color: transparent;
    padding: .75em;
    margin: 1em .25em;
}

.testimonial {
    text-align: center;
    background-color: #ecf0f1;
    padding: .75em;
    margin: 0 .25em;
}

.testimonial h4 {
    margin: 1em 0 0;
    font-weight: 400;
}

.testimonial h5 {
    font-size: .75em;
    margin: 0;
    font-weight: 300;
}

.value {
    text-align: center;
    padding: 1em;
}

.value p {
    line-height: 1.25em;
    padding-bottom: 1em;
    font-size: .85em;
}

.card-1,
.card-2,
.card-3,
.card-4 {
    background-color: transparent;
    padding-top: 1em;
}

.alert > p {
    margin: 0;
}

.guarantee {
    text-align: center;
    padding: .75em;
    margin: 0;
}

.guarantee p,
p.guarantee {
    color: white;
    font-weight: 400;
}

#chart {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

#chart-mobile {
    display: none;
}

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    background-color: #e74c3c;
    border-radius: 2px;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 3em;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
    margin: 1em auto;
    padding: 1em 2em;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

input[type="submit"] .ink,
input[type="reset"] .ink,
input[type="button"] .ink,
.button .ink {
    position: absolute;
    border-radius: 50%;
    height: 1px;
    width: 1px;
    border: 0px solid #F44336;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

input[type="submit"]:active,
input[type="submit"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="button"]:active,
input[type="button"]:focus,
.button:active,
.button:focus {
    background-color: #e74c3c;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.2);
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
    background-color: #D50000;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.2);
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.button.disabled,
.button:disabled {
    background-color: #777 !important;
    color: #f5f5f5 !important;
    cursor: default;
    opacity: 0.25;
}

input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
    background-color: #777;
}

input[type="submit"].disabled:active,
input[type="submit"]:disabled:active,
input[type="reset"].disabled:active,
input[type="reset"]:disabled:active,
input[type="button"].disabled:active,
input[type="button"]:disabled:active,
.button.disabled:active,
.button:disabled:active {
    background-color: #777;
}

input[type="submit"].disabled .ink,
input[type="submit"]:disabled .ink,
input[type="reset"].disabled .ink,
input[type="reset"]:disabled .ink,
input[type="button"].disabled .ink,
input[type="button"]:disabled .ink,
.button.disabled .ink,
.button:disabled .ink {
    transform: none;
    transition: none;
}

.icon.major {
    background: #F44336;
    border-radius: 100%;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    height: 5.5em;
    line-height: 5.5em;
    margin: 0 0 2em 0;
    width: 5.5em;
}

.icon.minor {
    background: #F44336;
    border-radius: 100%;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    margin: 12px 0 6px 0;
    width: 2em;
}

.icon.tiny {
    background: #F44336;
    border-radius: 100%;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    height: 1em;
    line-height: 2em;
    margin: 12px 0 6px 0;
    width: 1em;
}

.icon.major:before {
    font-size: 2.5em;
}

.icon.minor.green {
    background: #27ae60;
    color: #ffffff;
}

.icon.tiny.white {
    background: #ffffff;
    color: #27ae60;
}

.icon.major.red {
    background: #e74c3c;
    color: #ffffff;
}

.icon.major.accent3 {
    background: #7fcdb8;
    color: #ffffff;
}

.icon.major.accent4 {
    background: #90b0ba;
    color: #ffffff;
}

.icon.major.accent5 {
    background: #e5cb95;
    color: #ffffff;
}

/* .icon.minor.red is defined on the product-specific stylesheets. */

.pricing {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    margin: 0 0;
}

.pricing h4 {
    margin-top: 0;
}

h3.countdown-title {
    color: #289;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    padding-bottom: 12px;
}

ul.countdown {
    list-style: none;
    margin: 3em 0;
    padding: 18px;
    display: block;
    text-align: center;
    border-top: 2px solid #289;
    border-bottom: 2px solid #289;
}

ul.countdown li {
    display: inline-block;
}

ul.countdown li span {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    padding: 0 36px;
}

ul.countdown li p {
    color: black;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 700px) {

    .page h1 {
        font-size: 2em;
    }

    .grey h2 {
        color: #fff;
        font-size: 1.8em;
        text-align: left;
    }

    .button {
        font-size: .75em;
        font-weight: 400;
    }

    .value {
        text-align: center;
        padding: .75em;
    }

    .value p {
        line-height: 1.25em;
        padding-bottom: 1em;
        font-size: .85em;
    }

    .card-1,
    .card-2,
    .card-3,
    .card-4 {
        border-radius: 2px;
        padding-top: 1em;
    }

    .green h1 {
        font-size: 1.5em;
        text-align: left;
    }

    #chart {
        display: none;
    }

    #chart-mobile {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

/* End of styles pulled from https://g.foolcdn.com/static/commerce-ui/oldpremium/css/<product initials>/style.css
********************************************************************************************************/
