html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    background-color: #FFF;
}

ol, ul {
    list-style: disc;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*****************************************************************/

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

/*****************************************************************/

header {
    width: 960px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
}

footer {
    background-color: #336699;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
}

footer a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #00BEFF;
}

h2 {
    color: #2b3f60;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    font: 16px "Dosis", sans-serif;
    color: #666666;
    line-height: 19px;
}

.content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    width: 960px;
    position: relative;

}

.content .intro {
    font: 20px "Cabin", sans-serif;
    color: #2b3f60;
    margin-bottom: 15px;

}

.content p {
    font: 18px "Dosis", sans-serif;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;

}

.content .messages {
    font: 16px "Dosis", sans-serif;
    color: #666666;
    line-height: 19px;
}

.highlight-bar {
    background: #feb url('/static/images/background/gradient-20-50-white-up.png') repeat-x top left;
    border-bottom: 1px double #e5c982;
    border-top: 1px solid #ffd;
    color: #640;
    padding: 7px 12px;
    text-shadow: #ffc 0 1px 0;
}

.submit_buttons {
    float: right;
    text-align: right;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline;
}

#banner_main {
    width: 100%;
    height: 65px;
}

.header_bottom {
    position: absolute;
    width: 100%;
    height: 65px;
    float: left;
    background: #336699;
}

.header_bottom .up {
    overflow: hidden;
    width: 960px;
    margin: auto;
    height: 68px;
}

.header_bottom .left {
    width: 300px;
    height: 1px;
    background: #FFF;
    float: left;
    margin-top: 30px;
}

.header_bottom .mid {
    text-align: center;
    float: left;
    padding-top: 12px;
    font-size: 34px;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    color: #FFF;
    width: 360px;
}

.header_bottom .right {
    width: 300px;
    height: 1px;
    background: #FFF;
    float: right;
    margin-top: 30px;
}

.top_selection {
    margin-top: 45px;
    margin-bottom: 40px;
}

.top_selection .button {

    background: url("/static/images/shuttle/public/default/signup/img/select_back.png") no-repeat scroll 0 0 transparent;
    height: 148px;
    line-height: 128px;
    position: relative;
    text-align: center;
    width: 181px;
    float: left;
    margin-right: 13px;
    display: inline;
}

.top_selection .selectedTier {

    background: url("/static/images/shuttle/public/default/signup/img/select_back_ro.png") no-repeat scroll 0 0 transparent;
    height: 148px;
    line-height: 128px;
    position: relative;
    text-align: center;
    width: 181px;
    float: left;
    margin-right: 13px;
    display: inline;
}

.top_selection .button.last {

    float: right;
    margin-right: 0;
}

.top_selection .button img {

    vertical-align: middle;
}

.top_selection .selectedTier img {

    vertical-align: middle;
}

.top_selection .button .price {

    color: #FFE0C4;
    font-size: 17px;
    font-weight: bold;
    left: 115px;
    position: absolute;
    top: 30px;
    text-shadow: 1px 1px #694214;
}

.top_selection .selectedTier .price {

    color: #FFE0C4;
    font-size: 17px;
    font-weight: bold;
    left: 115px;
    position: absolute;
    top: 30px;
    text-shadow: 1px 1px #694214;
}

.form_js {

    padding-bottom: 10px;

}

.box {
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

.box .services {
    width: 944px;
    padding-left: 6px;
    padding-right: 6px;
}

.box .services .cost {
    color: #1957B1;
    font-weight: bold;
    font: 24px "Cabin", sans-serif;
    margin-bottom: 25px;
}

.box .services h2 {
    color: #2b3f60;
    font-size: 36px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box .services .intro {
    font-size: 20px;
    margin-bottom: 10px;
}

.box table {
    width: 100%;
}

.box table tr {
    padding-top: 125px;
    vertical-align: baseline;
    display: table-row;
}

.box table td.first {
    width: 40px;
}

.box table td.second {
    width: 830px;
    font: 18px "Dosis", sans-serif;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.box table td.second p {
    font: 18px "Dosis", sans-serif;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.box table .second .title {
    font: 20px "Cabin", sans-serif;
    font-weight: 700;
    color: #2b3f5f;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.box .total {
    height: 47px;
    color: white;
    background: #2a3f62;
    font: 32px "Cabin", sans-serif;
    font-weight: 700;
    padding-left: 20px;
    padding-top: 15px;
    float: right;
    margin-top: 57px;
    text-align: right;
}

#total_amount {
    margin-left: 40px;
}

.switch {
    width: 100%;
    height: 69px;
    padding-top: 6px;
    margin-left: 6px;
}

.switch p {
    font: 24px "Dosis", sans-serif;
    color: #858585;
    float: right;
    padding-left: 8px;
    padding-top: 6px;
    line-height: 25px;
}

.switch .orange {
    color: #FF8E00;
}

#annual {
    margin-right: 6px;
    border: none;
    width: 120px;
    height: 62px;
    float: left;
    cursor: pointer;
}

#annual.up {
    background: #d3d3d3;
}

#annual.down {
    background: #2057aa;
}

#twoyear {
    margin-right: 6px;
    border: none;
    width: 130px;
    height: 62px;
    float: left;
    cursor: pointer;
}

#twoyear.up {
    background: #d3d3d3;
}

#twoyear.down {
    background: #2057aa;
}

#monthly {
    margin-right: 6px;
}

#threeyear {
    border: none;
    width: 130px;
    height: 62px;
    float: left;
    cursor: pointer;
    margin-right: 6px;
}

#threeyear.up {
    background: #d3d3d3;
}

#threeyear.down {
    background: #2057aa;
}

#monthly {
    margin-right: 6px;
    border: none;
    width: 140px;
    height: 62px;
    float: left;
    cursor: pointer;
}

#monthly.up {
    background: #d3d3d3;
}

#monthly.down {
    background: #2057aa;
}

.orangeBox {
    width: 100%;
    border: 5px solid #FF8E00;
    /*border-radius: 8px;*/
    margin-top: 20px;
}

.orangeBox .title_bar {
    height: 40px;
    background: #FF8E00;
    color: #FFF;
    padding-left: 30px;
    font-size: 32px;
    font-weight: bold;
}

.orangeBox p {
    font-size: 18px;
    line-height: 1.4;
}

.box .services .breakDown {
    width: 100%;
    font-size: 18px;
    overflow: auto;
}

.box .t_switch td.first {
    width: 95px;
    padding: 0;
}

.box .t_switch td.second {
    padding: 0;
    padding-left: 25px;
    padding-right: 35px;
}

.box table .header_spec_annual {

}

.box table .header_spec_annual td {

    padding: 0;
}

.box table .header_spec_annual .grey {

    background-color: #888888;
    padding-top: 6px;
    padding-left: 30px;
    float: left;
    padding-bottom: 5px;
    padding-right: 18px;
    display: inline-block;
    cursor: pointer;
}

.box table .header_spec_annual .grey span {

    font-weight: bold;
    font-size: 18px;
    color: white;
    display: inline-block;
    margin-left: 5px;
}

.box table .header_spec_annual .switch_to_annual .yes {

    border: none;
    background: no-repeat url("/static/images/shuttle/public/default/signup/annual_yes.png") 0 0;
    width: 50px;
    height: 20px;
    cursor: pointer;
    vertical-align: top;
}

.box table .header_spec_annual .switch_to_annual {

    background: no-repeat url("/static/images/shuttle/public/default/signup/switch_to_annual.png") 0 0;
    display: inline-block;
    float: left;
    width: 220px;
    height: 24px;
    padding-top: 6px;
    padding-left: 10px;
}

.box table .header_spec_annual .switch_to_annual span {

    font-weight: bold;
    font-size: 18px;
    color: #603300;
    display: inline-block;
    margin-right: 5px;
}

.box table tr.spec_bundle {
    background-color: #FF8E00;
}

.box table tr.spec_bundle_option {
    background-color: #FF8E00;
}

.box table tr.spec_bundle_option td {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.box table tr.spec_bundle_option.last td {
    padding-bottom: 10px;
}

.saving {

    background-image: url('/static/images/shuttle/public/default/signup/piggy_bank.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 157px;
    height: 129px;
    float: left;
    position: relative;
    top: 11px;
}

.saving .orange {

    color: #FF8000;
    display: table;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;

}

.saving .grey {

    color: #666666;
    font-size: 14px;
}

.box .saving .orange > div {

    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.box .saving .orange > div.first {

    padding-right: 10px;
}

.box .saving .orange > div.last {

    padding-right: 8px;
    padding-left: 8px;
}

.act_now {

    height: 110px;
    text-align: center;
    margin-top: 40px;
}

.act_now > span.expiration {
    font: 14px "Dosis", sans-serif;
    color: #666666;
    bottom: 45px;
    left: 417px;
    position: absolute;
}

.box .saving .orange > div.amount_saving {

    /*background-image:url('/static/images/shuttle/public/default/signup/orange_circle.png');
    background-repeat:no-repeat;*/
    color: white;
    border-radius: 5px;
    background-color: #FF8E00;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}

.nb_users {
    float: right;
    margin-top: 12px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.nb_users label {
    font: 19px "Dosis", sans-serif;
    color: #2B3F5F;
    font-weight: bold;
}

.org_id_guide {
    font-size: .96em;
    line-height: 1.09em;
}

.box table tr.boxblue {
    background-color: #0066FF;
}

.box table tr.boxblue.bottom {
    background-color: white;
    padding-top: 15px;
    padding-left: 55px;
    padding-bottom: 15px;
    padding-right: 185px;
}

.box table tr.boxorange {
    background-color: #FF8E00;
}

.box table tr.boxorange.bottom td {
    padding-bottom: 10px;
}

.requiredField {
    border-left: #900 solid 2px;
    display: inline-block;
}

.alreadyLogin {
    font: 22px "Dosis", sans-serif;
    font-weight: bold;
    color: #1957B1;
    padding: 40px 100px;
}

.infoLabel {
    width: 200px;
    text-align: right;
    font: 20px "Cabin", sans-serif;
    font-weight: bold;
    color: #797979;
}

.orgInfoLabel {
    font: 20px "Cabin", sans-serif;
    font-weight: bold;
    color: #797979;
}

.orgInfoField {
    height: 24px;
    margin-top: 8px;
    font-size: 20px;
    color: #666;
}

.billing_step {
    color: #2b3f60;
    font: 18px "Cabin", sans-serif;
    font-weight: 100;
    font-weight: bold;
    margin-bottom: 10px;
}

.step6Label {
    font: 16px "Cabin", sans-serif;
    font-weight: bold;
    color: #797979;
}

.step6Field {
    height: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #666666;
}

.step6SelectField {
    height: 28px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #666666;
}

#context-bar {
    width: 100%;
    height: 23px;
    padding-left: 75px;
}

#context-bar a img {
    vertical-align: text-bottom;
}

.tag-bar {
    float: right;
    padding-right: 6px;
    padding-top: 4px;
}

.tag-bar .tag-label {
    font-size: 9pt;
}

.tag-bar .selected-tag-label {
    font-size: 9pt;
    font-weight: bold;
    background: #6f6993;
}

.navBar {
    height: 32px;
    margin: 0 auto;
    width: 960px;
    position: relative;
}

.navBar .navBtn {
    background: #FF8E00;
    margin-right: 6px;
    border: none;
    height: 30px;
    float: left;
    cursor: pointer;
    font: 24px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
}

.messages {
    width: 944px;
    padding-left: 6px;
    padding-right: 6px;
    /*margin-left:35px;*/
    margin-bottom: 10px;
}

.messages .intro {

    margin-left: 35px;
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

#mainMessagePane {
    position: absolute;
    top: 3px;
    left: 700px;
    width: 430px;
    margin: 3px;
    border: 2px solid #654c24;
    z-index: 100;
}

#messagePane {
    float: right;
    width: 400px;
    font-family: "Dosis", sans-serif;
    margin: 3px;
    margin-right: 20px;
    border: 2px solid #654c24;
    z-index: 100;
}

.message-header {
    background-color: orange;
    height: 20px;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
}

.message-body {
    background-color: #F5F5DC;
    padding: 5px;
}

/******************************** Signup **********************************/

#form_signup {
    width: 880px;
    padding: 40px 40px;
    position: relative;
    border: 2px solid #DDD;
    border-radius: 8px;
    margin-bottom: 50px;
}

#form_signup h3 {

    color: #1957B1;
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;

}

#form_signup p {
    font-size: 20px;
    line-height: 1.3;
}

#form_signup .help_section {

    margin-top: 20px;
}

#form_signup label {
    font: 20px "Cabin", sans-serif;
    font-weight: bold;
    color: #797979;
}

#form_signup em {
    color: red;
}

#form_signup .form_table {
    display: table;
    border-collapse: separate;
    border-spacing: 0 15px;
}

#form_signup .form_tr {
    display: table-row;
}

#form_signup .form_td {
    display: table-cell;

}

#form_signup [type=text], #form_signup [type=password] {
    width: 415px;
    height: 28px;
    margin-top: 8px;
    font-size: 20px;
    color: #666666;

}

#form_signup select {

    width: 421px;
    height: 38px;
    margin-top: 8px;
    font-size: 24px;
    vertical-align: middle;
    color: #666666;

}

#form_signup .form_td.mail {
    font: 18px "Cabin", sans-serif;
    padding-left: 30px;
}

#form_signup .form_td.name {
    font: 18px "Dosis", sans-serif;
    margin-bottom: 10px;
}

/******************************* Test Buttons ***********************/

.submit_buttons {
    float: right;
    text-align: right;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline;
}

.submit_buttons [type=button], .submit_buttons [type=submit] {
    border: none;
    background: #E27B28;
    font: 30px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    height: 66px;
    padding: 0 40px;
    bottom: 80px;
    float: right;
    cursor: pointer;
}

.submit_buttons [type=button]:hover, .submit_buttons [type=submit]:hover {
    background: #FF8E00;
}

.submit_buttons p {
    float: right;
    font: 32px "Cabin", sans-serif;
    color: #2B3F60;
    margin-top: 1.2%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}