
body, p{
	font-size: 16px;
}
body, p, h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif !important;
}

.dark_green  {color: #38761D; }
.light_green {color: #6AA84F; }

#header{
    margin-top: 35px;
    margin-bottom: 50px;
}

#header img{
    width: 100%;
    height: auto;
}
#header p{
    margin-top: 35px;
}


h2{
	text-align: left;
	font-size: 38px;
	color: #a3a3a3;
	font-weight: normal;
	line-height: 1;
	border-bottom: 2px dashed #d7d7d7;
	padding: 0 0 8px;
	margin: 0 0 12px;
}
h2 span{
	font-weight: 900;
}


.show_standard{
    display: none;
}


.field {
    background: #f7f7f7;
    padding: 10px;
    font-size: 16px;
    color: #4d4d4d;
    width: 100%;
    margin: 0;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.field-green{
	background:#e0f9de;
	border-color:#83e67a;
	-webkit-box-shadow:1px 1px 2px #b4f1ae inset;
	        box-shadow:1px 1px 2px #b4f1ae inset;
}
.field-blue{
	background:#ddf6f9;
	border-color:#78dbe9;
	-webkit-box-shadow:1px 1px 2px #adeaf2 inset;
	        box-shadow:1px 1px 2px #adeaf2 inset;
}
.field-yellow{
	background:#fdf3df;
	border-color:#f8cf7c;
	-webkit-box-shadow:1px 1px 2px #fbe2b0 inset;
	        box-shadow:1px 1px 2px #fbe2b0 inset;
}
.field.bold{
	font-weight:bold;
}



#goals{
    margin-top: 15px;
    margin-bottom: 50px;
}

#goals .row{
    padding: 8px 0;
}
#goals .col-xs-8.col-sm-9{
    padding-right: 0;
}
#goals .row.heads{
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
}

#goals .field.bold{
	text-align: center;
}
#goals .add_dollar{
    position: relative;
}
#goals .add_dollar:after{
    content: "$";
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
}

#goals .total_label{
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
    padding-top: 10px;
}




#targets{
    margin-top: 15px;
    margin-bottom: 50px;
}

#targets .enter_the_number{
    margin-bottom: 15px;
}

#targets .equal{
    color: #38761D;
    font-size: 50px;
    font-weight: 900;
    line-height: 40px;
}
#targets .chevrons{
    margin-top: 10px;
    margin-bottom: 10px;
}
#targets .chevrons i{
    color: #e8e8e8;
    font-size: 40px !important;
}

#clicks_per_day{
    width: 70%;
}
.add_arrow{
    position: relative;
}
.add_arrow:after{
    content: " ";
    position: absolute;
    top: -12px;
    left: 10px;
    width: 80px;
    height: 55px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.green_number{
    color: #38761D;
    font-size: 28px;
    font-weight: bold;
}



#compare_with{
    margin-bottom: 20px;
}
#compare_with .compare_with_text{
    padding-top: 10px;
}


#results .result_title > div{
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.border_right{
    border-right: 1px solid black;
}



#results .single_amount{
    margin-bottom: 15px;
}


#results .green_box{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
#results .green_box .top{
    background: #6AA84F; /* light_green */
    font-size: 12px;
    padding: 4px 0 2px;
}
#results .green_box .bottom{
    background: #38761D; /* dark_green */
    font-size: 22px;
    padding: 5px 0;
}
#results .single_amount.first .green_box .bottom{
    padding: 15px 0;
}


#results .additional_info{
    margin: 5px 0 5px;
}
.single_amount .based_on_conversion{
    font-size: 10px;
}
.single_amount .upgrade_name{
    font-size: 12px;
    font-weight: bold;
}
.single_amount .amount_per_sale{
    font-size: 12px;
}


#results .part_right .top{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 0 2px;
}
#results .part_right .bottom{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0;
}
#results .single_amount.first .part_right .bottom{
    padding: 15px 0;
}
#results #monthly_totals .part_right .bottom{
    padding-top: 0;
}


#monthly_totals{
    color: #38761D;
}



#summary .summary_table{
    padding-left: 15px;
    padding-right: 15px;
}
#summary .summary_title{
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid black;
    color: #a3a3a3;
    color: #777;
    padding-top: 20px;
}
#summary .summary_description{
    font-size: 12px;
    margin-top: 10px;
}


.back_beige{
    background: #FFF2CC;
}
.back_blue{
    background: #C9DAF8;
}

.summary_table .summary_label{
    color: #777;
}
.summary_table .summary_small{
    font-size: 12px;
    color: #777;
}
.summary_table .summary_label,
.summary_table .summary_number{
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

.negative{
    display: none;
}
.negative.show_negative{
    display: inline-block;
}



#download{
    margin-top: 50px;
}
#download img{
    border: 2px solid transparent;
    border-radius: 7px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor:pointer;
    max-width: 100%;
}
#download img:hover{
    border-top:  2px solid #6AA84F;
    border-left: 2px solid #6AA84F;
    border-bottom: 2px solid #38761D;
    border-right:  2px solid #38761D;
}
.direct_link{
    display: none;
}




#disclaimer{
    padding-top: 100px;
    padding-bottom: 30px;
}

.row.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.summary_table .row.is-flex .col-xs-4{
    width: 33%;
}


.mobile_only_show{ display: none; }
.mobile_only_hide{ display: block; }
@media all and (max-width: 767px){
.mobile_only_show{ display: block; }
.mobile_only_hide{ display: none; }

#monthly_parts .border_right,
#summary .border_right{
    border-right: none;
}

#monthly_parts > .membership.show_vip,
#summary > .show_vip{
    margin-bottom: 30px;
}
}


@media all and (max-width: 480px){
.col-xxs    { width: 100%; }
.col-xxs-12 { width: 100%; }
.col-xxs-11 {width:91.66666667%}
.col-xxs-10 {width:83.33333333%}
.col-xxs-9  {width:75%}
.col-xxs-8  {width:66.66666667%}
.col-xxs-7  {width:58.33333333%}
.col-xxs-6  {width:50%}
.col-xxs-5  {width:41.66666667%}
.col-xxs-4  {width:33.33333333%}
.col-xxs-3  {width:25%}
.col-xxs-2  {width:16.66666667%}
.col-xxs-1  {width:8.33333333%}
.col-xxs-offset-12  {margin-left:100%}
.col-xxs-offset-11  {margin-left:91.66666667%}
.col-xxs-offset-10  {margin-left:83.33333333%}
.col-xxs-offset-9   {margin-left:75%}
.col-xxs-offset-8   {margin-left:66.66666667%}
.col-xxs-offset-7   {margin-left:58.33333333%}
.col-xxs-offset-6   {margin-left:50%}
.col-xxs-offset-5   {margin-left:41.66666667%}
.col-xxs-offset-4   {margin-left:33.33333333%}
.col-xxs-offset-3   {margin-left:25%}
.col-xxs-offset-2   {margin-left:16.66666667%}
.col-xxs-offset-1   {margin-left:8.33333333%}
.col-xxs-offset-0   {margin-left:0}


#clicks_per_day{
    width: 100%;
}
.add_arrow:after{
    display: none;
}
}