/*
    SC stylesheet
*/

body.tsc{
    margin: 0;
    padding: 0;
    padding-top: 1em;
}

a {
    text-decoration: none;
    color: #1a75bb;
}

body.tsc #content{
    font-family: "Open Sans" !important;
    color: #333;
}

.header {
    background: transparent;
    color: #222;
    margin-bottom: 0.75em;
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 18pt;
}

body.tsc .content-wrap{
    width: 760px;
    margin: 0 auto;
    padding: 0 10px;
}

body.tsc p{
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
    margin-bottom: 0.5em;
    max-width: 510px;
    font-weight: normal;
}

body.tsc .step-content .action
{
    padding-left: 60px;
}

body.tsc #step2-content.step-content .action,
body.tsc #step2-content.step-content .prompt
{
    padding: 1.5em 0;
}

body.tsc #step2-content.step-content .action  p
{
    margin: 0;
    margin-bottom: 1em;
}

body.tsc .action p
{
    width: 280px;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 1em;
}

body.tsc .action .button{
    background: transparent url('/static/img/sc/btn-bgd.png') no-repeat top left;
    line-height: 52px;
    width: 275px;
    padding: 0 1.6em;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
}

.mindroom{
    font-weight: 800;
}

body.tsc .action .button .price{
    font-weight: 800;
}

body.tsc .prompt{
    color: white;
    padding: 0.5em 0em;
    width: 400px;
}

body.tsc .prompt p{
    font-size: 14px;
    font-weight: 400;
}

body.tsc .prompt h3{
    font-size: 14px;
}

#scForm
{
    display : none;
}

.step-content{
    display: none;
    color: white;
}

#me-logo{
	margin-top: 2px;
}

div#steps{
    height: 60px;
    margin: 2em 0;
    margin-left: 4em;
}

#steps .step{
	width: 160px;
	height: 60px;
	margin-right: 100px;
	line-height: 1.3em;
	font-size: 14pt;
	color: #2e2e2e;
	letter-spacing: 1px;
	
	opacity: 0.3;
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	filter:alpha(opacity=30);
}

#step1-content p
{
    margin-top: 1em;
}

#steps .step.current{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter:alpha(opacity=100);
}

#steps-content {
    background-color: #1a75bb;
    width: 100%;
}

body.tsc .prompt p.key{
    font-size: 20px;
}

body.tsc .prompt p.key,
body.tsc .prompt p.email{
    font-weight: 800;
    letter-spacing: 2px;
}
body.tsc .prompt p.title{
    font-weight: normal;
    font-size: 18px;
}

.step-content{
    background-image: url("/static/img/sc/step-curr-ind.png");
    background-repeat: no-repeat;
    position: relative;
    top: -13px;
    padding-top: 13px;
}

#step1-content{
    background-position: 21px 0px;
}

#step2-content{
    background-position: 280px 0px;
}

#step3-content{
    background-position: 541px 0px;
}

#steps .indicator{
	position: relative;
	margin-left: -57px;
	margin-right:10px;
	background: transparent url("/static/img/sc/step-bgd.png") no-repeat;
	width: 56px;
	height: 56px;
	float: left;
	color: white;
	text-align: center;
	line-height: 57px;
	font-weight: bold;
}

#steps .step.completed .indicator,
#steps .step.current .indicator{
	background: url("/static/img/sc/step-curr-bgd.png") no-repeat;
}

#steps .step .title{
    padding-top: 0.25em
}

.step-content > div,
.step-content,
#steps-content{
    min-height: 200px;
}

.step-content .loading-wrap{
    width: 100%;
    height: 200px;
}

.step-content .loading{
    background: transparent url("/static/img/sc/loading.gif") center left no-repeat;
    padding-left: 50px;
    line-height: 1.6em;
    font-size: 16pt;
    color: white;
    display: inline-block;
    margin: 0 auto;
}

#support{
    float: right;
    height: 145px;
    width: 201px;
    background: transparent url("/static/img/sc/bubble-bgd.png") no-repeat;
    cursor: pointer;
}

#support span{
    display: block;
    margin-left: 40px;
    line-height: 1.3em;
}
#support span:first-child{
    color: #6e6e70;
    margin-top: 40px;
}
#support span:last-child{
    color: #1a75bb;
}

#footer{
    margin: 1em auto;
}

#footer p,
#footer #partner-logos{
    font-size: 8pt;
    color: #555;
    text-align: center;
    margin: 0 auto;
}

#footer #partner-logos img {
    margin: 0.75em 1em;
}

/* modal dialogs */

#simplemodal-overlay {
    height: 100% !important;
    width: 100% !important;
	background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
	background: -moz-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7));
}
#simplemodal-container {
    background-color:white;
    border-radius: 8px; 
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* contact form */

#contact-wrap{
    padding: 8px 15px;
    display: none;
}

#contact-wrap div.dialog-header{
    color: white;
    background: #1A75BB;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 0;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}	

#contact-wrap h2.header{
    font-size: 14px;
    color: white;
    padding: 7px 15px;
    margin: 0;
}	

#contact-wrap .contactClose {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    color: white;
    padding: 6px 8px;
    z-index: 9999;
}

#contactForm fieldset{
    padding:0;
    border:none;	
    float:left;
    display: inline-block;
    width:260px;
    margin: 0 0.25em;
}
#contactForm p{margin:.5em 0;}	
#contactForm label{display:block;}	
#contactForm input, #contactForm textarea{		
    width:252px;
    border:1px solid #ddd;
    padding:3px;
}		
#contactForm textarea{
    height:125px;
    overflow:auto;
}
#contactForm p.submit{
    clear: both;
    padding: 0.5em 5px;
    margin: 0;
    text-align: right;
    max-width: none;
}	

#contactForm input[type=submit]{
    width: 100px;
    height: 35px;
    line-height: 1.6em;
    border: none;
    color:#fff;
    cursor: pointer;
    text-align: center;
    background: #1A75BB;
    font-size: 16px;
    padding: 0;
    border-radius: 4px;
}

#contactForm input[type=submit]:disabled{
    background: #ccc url("/static/img/sc/submit-load.gif") no-repeat 8px 9px;
}

#contactForm .contact-success > p{
    font-size: 16px;
    margin-top: 6em;
    text-align: center;
}

#contactForm .contact-success p.submit{
    text-align: right;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* hbox and vbox classes */
 
.hbox {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch;
 
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: stretch;
 
	display: box;
	box-orient: horizontal;
	box-align: stretch;
}
 
.hbox > * {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	display: block;
}
 
.vbox {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
 
	display: -moz-box !important;
	-moz-box-orient: vertical;
	-moz-box-align: stretch;
 
	display: box !important;
	box-orient: vertical;
	box-align: stretch;
}
 
.vbox > * {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	display: block;
}

.align-center{
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    box-align: center !important;
}
 
.spacer {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
 
.reverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	box-direction: reverse;
}
 
.boxFlex0 {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
}
 
.boxFlex1, .boxFlex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
 
.boxFlex2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	box-flex: 2;
}
 
.boxGroup1 {
	-webkit-box-flex-group: 1;
	-moz-box-flex-group: 1;
	box-flex-group: 1;
}
 
.boxGroup2 {
	-webkit-box-flex-group: 2;
	-moz-box-flex-group: 2;
	box-flex-group: 2;
}
 
.start {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
}
 
.end {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
}
 
.pack-center {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
}
