/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
} 

body {
    line-height: 18px;
}

ol,ul,li {
    list-style: none
}

blockquote,q {
    quotes:none
} 

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
} 

:focus{
    outline: 0
} 

ins {
    text-decoration: none
} 

del{
    text-decoration: line-through
} 

table{
    border-collapse: collapse;
    border-spacing: 0
} 

textarea{
    resize: none
}

/**** customisable elements ****/

html, body {
    min-height: 100%;
}

body
{
    background: #ffffff;
    background-image: none;
    color: #262626;
    font-family: sans-serif;
    line-height: 20px;
}

::selection {
    background: #5da192;
    text-shadow: none;
    color: #FFF;
}

li {
    line-height: 1.5em;
}

.logo /* brand logo (make sure you set the width and height too) */
{
    background-image: url(../images/vera-logo.png);
    height: 29px;
    background-repeat: no-repeat;
    display: block;
    margin: 30px 0 15px 15px;
    width: 142px;
}

.product-logo /* product logo (should be 50px in height, width to be set below - no wider than 220px) */
{
    /*background-image:url(../images/open-am.png);*/
    /*width:106px;*/
    height:102px;
    background-repeat:no-repeat;
    display:block;
    margin: 15px auto auto 20px;
    float:right;
}

.box /* the main content box */
{
    background: #ededfa;
    border-radius: 5px;
}

.button /* secondary buttons */
{
    color:#FFF; /* font color */
    border:1px solid #9f9f9f;
    background-color:#898989; /* solid colour alternative for browsers that do not support gradients */

    /* choose the gradient-from and gradient-to colours and replace them in EACH of the rules below */
    background-image:-webkit-gradient(linear, left top, left bottom, from(#cecece), to(#898989));
    background-image:-webkit-linear-gradient(top, #cecece, #898989);
    background-image:-moz-linear-gradient(top, #cecece, #898989);
    background-image:-ms-linear-gradient(top, #cecece, #898989);
    background-image:-o-linear-gradient(top, #cecece, #898989);
    background-image:linear-gradient(top, #cecece, #898989);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cecece', EndColorStr='#898989');
}

.primary /* primary button */
{
    color:#FFF; /* font color */
    border:1px solid #d16000;
    background-color:#e76a00; /* solid colour alternative for browsers that do not support gradients */

    /* choose the gradient-from and gradient-to colours and replace them in EACH of the rules below */
    background-image:-webkit-gradient(linear, left top, left bottom, from(#fbbc87), to(#e76a00));
    background-image:-webkit-linear-gradient(top, #fbbc87, #e76a00);
    background-image:-moz-linear-gradient(top, #fbbc87, #e76a00);
    background-image:-ms-linear-gradient(top, #fbbc87, #e76a00);
    background-image:-o-linear-gradient(top, #fbbc87, #e76a00);
    background-image:linear-gradient(top, #fbbc87, #e76a00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbbc87', EndColorStr='#e76a00');
}

.box h1 {
    color: #313763;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.box h2 {
    font-size: 50px;
    line-height: 56px;
    margin: 0 0 0.5em;
    font-family: "proxima-nova",sans-serif;
    font-weight: bold
}

.box h3 {
    font-size: 30px;
    line-height: 1.15;
    margin: 0;
    font-family: "proxima-nova",sans-serif;
    font-weight: bold;
}

.footer { color:#2e3437; } /* footer font colour (need to change both values here) */
.footer a { color:#2e3437; }

.message /* info/error message */
{
    background-color:#f6ddc9; /* background colour */
    color:#363636; /* font colour */
}
#steps li.on /* set this colour and bg colour to be the same as the message colours */
{
    background-color:#f6ddc9; /* background colour */
    color:#363636; /* font colour */
}

/**** end of customisable elements ****/



/* 960 Grid System - http://960.gs/ */
body{min-width:960px}.container_12{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;margin-left:10px;margin-right:10px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_3{width:220px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_6{width:460px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_9{width:700px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_12 .grid_12{width:940px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_3{padding-left:240px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_6{padding-left:480px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_9{padding-left:720px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_3{padding-right:240px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_6{padding-right:480px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_9{padding-right:720px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_3{left:240px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_6{left:480px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_9{left:720px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_3{left:-240px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_6{left:-480px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_9{left:-720px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after,.container_12:before,.container_12:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.clearfix:after,.container_12:after{clear:both}.clearfix,.container_12{zoom:1}

.container_12 .grid_12 {
    margin: 0;
}

.container_12 .footer > div {
    display: block;
    float: none;
    padding: 0 15px;
    text-align: center;
    width: auto;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clear-float:before,.clear-float:after {content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clear-float:after {clear:both;}
.left { float:left !important; }
.right { float:right !important; }

/* type */
body { font-family:Arial,Helvetica,Sans-Serif; font-size:12px; line-height:14px; background-repeat:repeat-x; }
h1, h1 a { font-size:20px; line-height:20px; }
h2, h2 a { font-size:18px; line-height:18px; }
h3, h3 a { font-size:15px; line-height:15px; }

a {
    color: #313763;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;
    text-decoration: underline;
}

a:hover {
    color: #313763;
    text-decoration: none;
}

a:visited {
    color: #313763;
}

a.registration {
    margin-left: 108px;
}

.footer { margin-top:20px; font-size:10px; line-height:12px; }

.box 
{
    clear: both;
    padding: 20px 0;
}

.box .grid_12 {
    margin: 0;
}

.box-spaced { padding:150px 0; }
.box-content { padding: 10px 15px 0; }
.content-strips li { border-top:1px solid #ececec; border-bottom:2px solid #bababa; padding:20px 0; clear:both; }
.content-strips :first-child { border-top:0; }
.content-strips :last-child { border-bottom:0; }

.content-strips li h3 { width:200px; float:left; }
.content-strips li p { margin-bottom:10px; }
.content-strips li div { width:455px; float:left; }


.left-seperator
{ 
    border-left:0px solid #ececec;
    margin-left:9px;
}

.box h1 { margin-bottom: 15px; }

.box-content .note {
    margin: 0 0 25px;
}

/* form styles */
.box-content fieldset { margin-bottom: 10px; margin-top:10px; display:block; float:left; }
.box-content fieldset .row:last-child { margin-top:10px; }
.row { clear:both; margin-bottom:10px; float:left; width:100%; white-space: nowrap;}

.box-content .password {
    border-top: 1px solid #bbc0e0;
    clear: both;
}

label {
    color: #262626;
    display: block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    padding: 0;
    width: 120px;
}
input.textbox {
    width:250px;
    display:block;
    float:left;
    height:22px;
    border:1px solid #b3b3b3;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    -webkit-box-shadow:0 3px 5px -2px #999;
    -moz-box-shadow:0 3px 5px -2px #999;
    box-shadow:0 3px 5px -2px #999;
    padding:2px;
}
input.short { width:100px; }
input[type=text], input[type=password], select {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #9da2ce;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #505050;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 20px;
    padding: 6px;
    width: 280px;
}

input[type=submit], input[type=button] {
    margin-left: 0;
    /*margin-left: 0 !important;*/
}

input[type=button], input[type=submit], .button {
    background: #80b7ab;
    border: 0px;
    color: #FFF;
    cursor: pointer;
    display: block;
    height: 1.7em;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 1em 0 0;
    padding: 0px 18px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, .button:hover {
    background: #5e887f;
}

input:-webkit-autofill {
    background: #cccccc !important;
}
.checkbox
{
    width:488px;
    display:block;
    float:left;
    padding-top:8px;
}
.radios
{
    width:498px;
    display:block;
    float:left;
    padding-top:8px;
}
.radios input { display:block; float:left; clear:none; margin:3px 3px 0px 5px; padding:0; }
.radios label { display:block; float:left; clear:none; padding:1px 0 2px 3px; width:220px; font-weight:normal; }
.radios label:last-child { padding-bottom:0px; }

.checkbox input { display:block; float:left; margin:2px 4px 0 3px; padding:0; }
.checkbox label { display:inline; float:none; clear:none; padding:1px 3px; width:auto; font-weight:normal; }

.button
{
    display:block;
    float:left;
    padding:4px 12px;
    font-weight:bold;
    font-size:14px;
    text-shadow:1px 1px 5px #666;
    text-decoration:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:2px 2px 5px -1px #999;
    -moz-box-shadow:2px 2px 5px -1px #999;
    box-shadow:2px 2px 5px -1px #999;
    cursor: pointer;
}
a.button {
    height: 26px;
}
a.button:hover {
    color: #FFF;
}

.disabled
{
    text-shadow:none !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    border-color:#ababab !important;
    background-color:#cecece !important;
    background-image:none !important;
    color:#FFF !important;
    cursor:default !important;
}

.box-content fieldset .button { margin-right:5px; }
.box-content fieldset .primary
{
    clear:both; 
    margin-left:140px;
}

.box-content .button.primary {
    background-color: #313763;
    background-image: linear-gradient(to bottom, #515783, #313763);
    border: 1px solid #000;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    margin-left: 120px;
    padding: 4px 12px;
    text-transform: none;
}

.box-content .button.primary:hover, .box-content .button.primary:active, .box-content .button.primary:focus {
    background-color: #313763;
    background-image: none;
}


/* messages */
.message { 
    background: none;
    color: #f00b4c;
    padding: 10px 10px 10px 0;
    margin-bottom:10px; 
    line-height:20px; 
    font-weight:bold; 
}
.message h3 { margin-bottom:5px; }
.message a { font-weight:normal; }
.message .icon { margin-left:-30px; margin-top: 6px; }
.message p {
    padding-top: 10px;
}
.no-icon { padding-left:10px; }

.icon { width:20px; height:20px; display:block; float:left; }
.error { background:url(../images/icons.png) no-repeat 0 0; }
.info { background:url(../images/icons.png) no-repeat -25px 0; }
.arrow { background:url(../images/icons.png) no-repeat -50px 0; }

.row .message { padding-top:5px; padding-bottom:5px; float:left; width:170px; margin-bottom:0; margin-left:10px; }
.row .radios .message, .row .checkbox .message { margin-top:5px; margin-left:0; }

/* modal stuff */
hr { border-top:1px solid #B3B3B3; border-bottom:1px solid #FFF; border-left:0; border-right:0; clear:both; }

#modal { width:900px; padding-top:0; padding-bottom:15px; background-image:none; position:relative; }
#modal p { margin-bottom:10px; }
.close { width:40px; height:40px; background:url(../images/icons.png) no-repeat -70px 0; text-indent:-5000px; }
#modal .close { position:absolute; top:-10px; right:-10px; }
.col { float:left; padding-top:25px; }
#left-col { width:180px; }
#main-col { width:660px; padding-left:10px; padding-right:40px; }
#main-col h1 { margin-top:8px; }
#main-col hr { margin-top:25px; margin-bottom:15px; }
#main-col fieldset { clear:both; border:1px solid #B3B3B3; padding:10px 15px 15px; margin-bottom:20px; }
#main-col fieldset legend { margin-left:-3px; padding:0 5px; font-size:14px; font-weight:bold; }
.desc { font-style:italic; font-weight:bold; }

#steps { margin-left:15px; }
#steps, #steps li { list-style-type:decimal; list-style-position:inside; }
#steps li { font-weight:bold; padding:8px 5px; }
#steps li a { text-decoration:none; cursor:text; }
#steps li.done a { cursor:pointer; }

/* customization */
div .row .button { margin: auto 5px auto 0 }
.container_12 .grid_3{ width:auto }

@media (max-width: 959px) {
    body {
        min-width: 0;
    }
    
    .container_12, .container_12 .grid_12 {
        width: 100%;
    }
}

@media (max-width: 479px) {
    label {
        float: none;
    }
    
    .box-content .button.primary {
        margin-left: 0;
    }
}