0N/A/* reset */
3261N/Ahtml,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 {
0N/A margin: 0;
0N/A padding: 0;
0N/A border: 0;
0N/A outline: 0;
2362N/A font-size: 100%;
0N/A vertical-align: baseline;
2362N/A background: transparent;
0N/A}
0N/A
0N/Abody {
0N/A line-height: 18px;
0N/A}
0N/A
0N/Aol,ul,li {
0N/A list-style: none
0N/A}
0N/A
0N/Ablockquote,q {
2362N/A quotes:none
2362N/A}
2362N/A
0N/Ablockquote:before,blockquote:after,q:before,q:after {
0N/A content: "";
0N/A content: none
0N/A}
0N/A
0N/A:focus{
0N/A outline: 0
893N/A}
0N/A
0N/Ains {
0N/A text-decoration: none
2984N/A}
0N/A
0N/Adel{
0N/A text-decoration: line-through
893N/A}
0N/A
0N/Atable{
0N/A border-collapse: collapse;
893N/A border-spacing: 0
0N/A}
0N/A
0N/Atextarea{
0N/A resize: none
0N/A}
0N/A
0N/A/**** customisable elements ****/
0N/A
0N/Ahtml, body {
0N/A min-height: 100%;
0N/A}
0N/A
0N/Abody
0N/A{
0N/A background: #ffffff; /* Old browsers */
0N/A background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
0N/A background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
0N/A background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
0N/A background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
0N/A background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Opera 11.10+ */
0N/A background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* IE10+ */
0N/A background: linear-gradient(to bottom, #ffffff 0%,#dbdbdb 100%); /* W3C */
0N/A filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-8 */
0N/A background-position: 0, 0;
0N/A /*background-position: 0, 0 !important;*/
0N/A color: #2a2f32;
0N/A font-family: sans-serif;
0N/A font-weight: 300;
0N/A line-height: 1.5;
0N/A}
893N/A
0N/A::selection {
0N/A background: #5da192;
0N/A text-shadow: none;
0N/A color: #FFF;
0N/A}
0N/A
0N/Ali {
0N/A line-height: 1.5em;
0N/A}
0N/A
0N/A.logo /* brand logo (make sure you set the width and height too) */
0N/A{
0N/A background-image:url(../images/forge-rock.png);
0N/A width: 226px;
0N/A height: 110px;
0N/A background-repeat:no-repeat;
0N/A display:block;
0N/A margin:30px 0;
0N/A}
0N/A
0N/A.product-logo /* product logo (should be 50px in height, width to be set below - no wider than 220px) */
0N/A{
0N/A /*background-image:url(../images/open-am.png);*/
0N/A /*width:106px;*/
0N/A height:102px;
0N/A background-repeat:no-repeat;
0N/A display:block;
0N/A margin: 15px auto auto 20px;
0N/A float:right;
0N/A}
0N/A
0N/A.box /* the main content box */
0N/A{
0N/A background: #ffffff url(../images/box-bg.png) 600px -300px no-repeat;
0N/A padding-top: 20px;
0N/A margin-bottom: 30px;
0N/A border-radius: 0;
0N/A -webkit-border-radius: 0;
0N/A -moz-border-radius: 0;
0N/A box-shadow: 0 0 1px #2e3437;
0N/A}
0N/A
0N/A.button /* secondary buttons */
0N/A{
0N/A color:#FFF; /* font color */
0N/A border:1px solid #9f9f9f;
0N/A background-color:#898989; /* solid colour alternative for browsers that do not support gradients */
0N/A
893N/A /* choose the gradient-from and gradient-to colours and replace them in EACH of the rules below */
0N/A background-image:-webkit-gradient(linear, left top, left bottom, from(#cecece), to(#898989));
0N/A background-image:-webkit-linear-gradient(top, #cecece, #898989);
0N/A background-image:-moz-linear-gradient(top, #cecece, #898989);
0N/A background-image:-ms-linear-gradient(top, #cecece, #898989);
0N/A background-image:-o-linear-gradient(top, #cecece, #898989);
0N/A background-image:linear-gradient(top, #cecece, #898989);
0N/A filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cecece', EndColorStr='#898989');
0N/A}
0N/A
0N/A.primary /* primary button */
0N/A{
0N/A color:#FFF; /* font color */
0N/A border:1px solid #d16000;
0N/A background-color:#e76a00; /* solid colour alternative for browsers that do not support gradients */
0N/A
0N/A /* choose the gradient-from and gradient-to colours and replace them in EACH of the rules below */
0N/A background-image:-webkit-gradient(linear, left top, left bottom, from(#fbbc87), to(#e76a00));
0N/A background-image:-webkit-linear-gradient(top, #fbbc87, #e76a00);
0N/A background-image:-moz-linear-gradient(top, #fbbc87, #e76a00);
0N/A background-image:-ms-linear-gradient(top, #fbbc87, #e76a00);
0N/A background-image:-o-linear-gradient(top, #fbbc87, #e76a00);
0N/A background-image:linear-gradient(top, #fbbc87, #e76a00);
0N/A filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbbc87', EndColorStr='#e76a00');
0N/A}
0N/A
0N/A.box h1 {
0N/A margin: 0 0 0.2em;
0N/A font-size: 60px;
0N/A line-height: 75px;
0N/A font-family: "proxima-nova",sans-serif;
0N/A font-weight: bold;
0N/A}
0N/A
0N/A.box h2 {
0N/A font-size: 50px;
0N/A line-height: 56px;
0N/A margin: 0 0 0.5em;
0N/A font-family: "proxima-nova",sans-serif;
0N/A font-weight: bold
0N/A}
0N/A
0N/A.box h3 {
0N/A font-size: 30px;
0N/A line-height: 1.15;
0N/A margin: 0;
0N/A font-family: "proxima-nova",sans-serif;
0N/A font-weight: bold;
0N/A}
0N/A
0N/A.footer { color:#2e3437; } /* footer font colour (need to change both values here) */
0N/A.footer a { color:#2e3437; }
0N/A
0N/A.message /* info/error message */
0N/A{
0N/A background-color:#f6ddc9; /* background colour */
0N/A color:#363636; /* font colour */
0N/A}
0N/A#steps li.on /* set this colour and bg colour to be the same as the message colours */
0N/A{
0N/A background-color:#f6ddc9; /* background colour */
0N/A color:#363636; /* font colour */
0N/A}
893N/A
3200N/A/**** end of customisable elements ****/
0N/A
0N/A
0N/A
0N/A/* 960 Grid System - http://960.gs/ */
0N/Abody{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}
0N/A
3200N/A/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
3200N/A.clear-float:before,.clear-float:after {content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
3200N/A.clear-float:after {clear:both;}
3200N/A.left { float:left !important; }
3200N/A.right { float:right !important; }
3200N/A
3200N/A/* type */
3200N/Abody { font-family:Arial,Helvetica,Sans-Serif; font-size:12px; line-height:14px; background-repeat:repeat-x; }
3200N/Ah1, h1 a { font-size:20px; line-height:20px; }
3200N/Ah2, h2 a { font-size:18px; line-height:18px; }
0N/Ah3, h3 a { font-size:15px; line-height:15px; }
0N/A
0N/Aa {
0N/A color: #5da192;
3200N/A font-weight: bold;
0N/A text-decoration: none;
0N/A -webkit-transition-property: color;
0N/A -moz-transition-property: color;
0N/A -o-transition-property: color;
0N/A transition-property: color;
0N/A -webkit-transition-duration: 0.1s;
0N/A -moz-transition-duration: 0.1s;
0N/A -o-transition-duration: 0.1s;
0N/A transition-duration: 0.1s;
0N/A -webkit-transition-timing-function: ease-in-out;
893N/A -moz-transition-timing-function: ease-in-out;
3200N/A -o-transition-timing-function: ease-in-out;
0N/A transition-timing-function: ease-in-out;
0N/A}
0N/A
0N/Aa:hover {
0N/A color: #5e887f;
0N/A text-decoration: none;
0N/A}
0N/A
0N/A.footer { margin-top:20px; font-size:10px; line-height:12px; }
0N/A
0N/A.box
3200N/A{
3200N/A clear:both;
3200N/A padding:40px 0;
3200N/A}
3200N/A
3200N/A.box-spaced { padding:150px 0; }
3200N/A.box-content { padding:10px 30px 0 0; margin-left:13px; }
3200N/A.content-strips li { border-top:1px solid #ececec; border-bottom:2px solid #bababa; padding:20px 0; clear:both; }
3200N/A.content-strips :first-child { border-top:0; }
3200N/A.content-strips :last-child { border-bottom:0; }
0N/A
0N/A.content-strips li h3 { width:200px; float:left; }
0N/A.content-strips li p { margin-bottom:10px; }
0N/A.content-strips li div { width:455px; float:left; }
0N/A
0N/A
0N/A.left-seperator
3200N/A{
0N/A border-left:0px solid #ececec;
0N/A margin-left:9px;
0N/A}
0N/A
0N/A.box h1 { margin-bottom:20px; }
0N/A
0N/A
0N/A/* form styles */
0N/A.box-content fieldset { margin-top:10px; display:block; float:left; }
0N/A.box-content fieldset .row:last-child { margin-top:10px; }
0N/A.row { clear:both; margin-bottom:10px; float:left; width:100%; white-space: nowrap;}
0N/Alabel {
0N/A color: #666666;
0N/A display: block;
0N/A font-family: sans-serif;
0N/A font-size: 16px;
0N/A line-height: 24px;
893N/A font-weight: normal;
0N/A float: none;
0N/A width: auto;
0N/A padding: 0;
0N/A}
0N/Ainput.textbox {
0N/A width:250px;
0N/A display:block;
0N/A float:left;
0N/A height:22px;
0N/A border:1px solid #b3b3b3;
0N/A -webkit-border-radius:1px;
0N/A -moz-border-radius:1px;
0N/A border-radius:1px;
0N/A -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
0N/A -webkit-box-shadow:0 3px 5px -2px #999;
0N/A -moz-box-shadow:0 3px 5px -2px #999;
0N/A box-shadow:0 3px 5px -2px #999;
0N/A padding:2px;
0N/A}
0N/Ainput.short { width:100px; }
0N/Ainput[type=text], input[type=password], select {
0N/A -moz-border-bottom-colors: none;
0N/A -moz-border-left-colors: none;
0N/A -moz-border-right-colors: none;
0N/A -moz-border-top-colors: none;
0N/A background: none repeat scroll 0 0 #CCCCCC;
0N/A border-color: #F00B4C;
0N/A border-image: none;
0N/A border-style: solid;
0N/A border-width: 0px;
0N/A box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
0N/A color: #666666;
0N/A font-family: sans-serif;
0N/A font-size: 16px;
0N/A font-weight: 400;
0N/A line-height: 1;
0N/A padding: 0.2em 0.5em;
0N/A width: 320px;
0N/A /*margin-bottom: 15px;*/
0N/A}
0N/A
0N/Ainput[type=submit], input[type=button] {
0N/A margin-left: 0;
0N/A /*margin-left: 0 !important;*/
0N/A}
0N/A
0N/Ainput[type=button], input[type=submit], .button {
0N/A background: #80b7ab;
0N/A border: 0px;
0N/A color: #FFF;
893N/A cursor: pointer;
893N/A display: block;
893N/A height: 1.7em;
893N/A font-family: sans-serif;
893N/A font-size: 16px;
893N/A font-weight: bold;
893N/A line-height: 1.4;
893N/A margin: 0 1em 0 0;
893N/A padding: 0px 18px;
893N/A text-transform: uppercase;
893N/A border-radius: 0;
893N/A -webkit-border-radius: 0;
893N/A -moz-border-radius: 0;
893N/A text-shadow: none;
893N/A -webkit-text-shadow: none;
893N/A -moz-text-shadow: none;
893N/A box-shadow: none;
893N/A -webkit-box-shadow: none;
893N/A -moz-box-shadow: none;
893N/A -webkit-transition-property: background;
893N/A -moz-transition-property: background;
893N/A -o-transition-property: background;
893N/A transition-property: background;
893N/A -webkit-transition-duration: 0.1s;
893N/A -moz-transition-duration: 0.1s;
893N/A -o-transition-duration: 0.1s;
893N/A transition-duration: 0.1s;
893N/A -webkit-transition-timing-function: ease-in-out;
893N/A -moz-transition-timing-function: ease-in-out;
893N/A -o-transition-timing-function: ease-in-out;
893N/A transition-timing-function: ease-in-out;
893N/A}
893N/A
893N/Ainput[type=button]:hover, input[type=submit]:hover, .button:hover {
893N/A background: #5e887f;
893N/A}
893N/A
893N/Ainput:-webkit-autofill {
893N/A background: #cccccc !important;
893N/A}
893N/A.checkbox
893N/A{
893N/A width:488px;
893N/A display:block;
893N/A float:left;
893N/A padding-top:8px;
893N/A}
893N/A.radios
893N/A{
893N/A width:498px;
893N/A display:block;
893N/A float:left;
893N/A padding-top:8px;
893N/A}
893N/A.radios input { display:block; float:left; clear:none; margin:3px 3px 0px 5px; padding:0; }
893N/A.radios label { display:block; float:left; clear:none; padding:1px 0 2px 3px; width:220px; font-weight:normal; }
893N/A.radios label:last-child { padding-bottom:0px; }
893N/A
893N/A.checkbox input { display:block; float:left; margin:2px 4px 0 3px; padding:0; }
893N/A.checkbox label { display:inline; float:none; clear:none; padding:1px 3px; width:auto; font-weight:normal; }
893N/A
893N/A.button
893N/A{
893N/A display:block;
893N/A float:left;
893N/A padding:4px 12px;
893N/A font-weight:bold;
893N/A font-size:14px;
893N/A text-shadow:1px 1px 5px #666;
893N/A text-decoration:none;
893N/A -webkit-border-radius:5px;
893N/A -moz-border-radius:5px;
893N/A border-radius:5px;
893N/A -webkit-box-shadow:2px 2px 5px -1px #999;
893N/A -moz-box-shadow:2px 2px 5px -1px #999;
893N/A box-shadow:2px 2px 5px -1px #999;
893N/A cursor: pointer;
893N/A}
893N/Aa.button {
893N/A height: 26px;
893N/A}
893N/Aa.button:hover {
893N/A color: #FFF;
893N/A}
893N/A
893N/A.disabled
893N/A{
893N/A text-shadow:none !important;
893N/A -webkit-box-shadow:none !important;
893N/A -moz-box-shadow:none !important;
893N/A box-shadow:none !important;
893N/A border-color:#ababab !important;
893N/A background-color:#cecece !important;
893N/A background-image:none !important;
893N/A color:#FFF !important;
893N/A cursor:default !important;
893N/A}
893N/A
893N/A.box-content fieldset .button { margin-right:5px; }
893N/A.box-content fieldset .primary
893N/A{
893N/A clear:both;
893N/A margin-left:140px;
893N/A}
893N/A
893N/A
893N/A/* messages */
893N/A.message {
893N/A background: none;
893N/A color: #f00b4c;
893N/A padding: 10px 10px 10px 0;
893N/A margin-bottom:10px;
893N/A line-height:20px;
893N/A font-weight:bold;
893N/A}
893N/A.message h3 { margin-bottom:5px; }
893N/A.message a { font-weight:normal; }
893N/A.message .icon { margin-left:-30px; margin-top: 6px; }
893N/A.message p {
1109N/A padding-top: 10px;
893N/A}
893N/A.no-icon { padding-left:10px; }
893N/A
893N/A.icon { width:20px; height:20px; display:block; float:left; }
0N/A.error { background:url(../images/icons.png) no-repeat 0 0; }
0N/A.info { background:url(../images/icons.png) no-repeat -25px 0; }
0N/A.arrow { background:url(../images/icons.png) no-repeat -50px 0; }
0N/A
0N/A.row .message { padding-top:5px; padding-bottom:5px; float:left; width:170px; margin-bottom:0; margin-left:10px; }
0N/A.row .radios .message, .row .checkbox .message { margin-top:5px; margin-left:0; }
0N/A
0N/A/* modal stuff */
0N/Ahr { border-top:1px solid #B3B3B3; border-bottom:1px solid #FFF; border-left:0; border-right:0; clear:both; }
0N/A
893N/A#modal { width:900px; padding-top:0; padding-bottom:15px; background-image:none; position:relative; }
0N/A#modal p { margin-bottom:10px; }
0N/A.close { width:40px; height:40px; background:url(../images/icons.png) no-repeat -70px 0; text-indent:-5000px; }
0N/A#modal .close { position:absolute; top:-10px; right:-10px; }
0N/A.col { float:left; padding-top:25px; }
0N/A#left-col { width:180px; }
0N/A#main-col { width:660px; padding-left:10px; padding-right:40px; }
893N/A#main-col h1 { margin-top:8px; }
0N/A#main-col hr { margin-top:25px; margin-bottom:15px; }
0N/A#main-col fieldset { clear:both; border:1px solid #B3B3B3; padding:10px 15px 15px; margin-bottom:20px; }
0N/A#main-col fieldset legend { margin-left:-3px; padding:0 5px; font-size:14px; font-weight:bold; }
0N/A.desc { font-style:italic; font-weight:bold; }
2984N/A
2984N/A#steps { margin-left:15px; }
3200N/A#steps, #steps li { list-style-type:decimal; list-style-position:inside; }
2984N/A#steps li { font-weight:bold; padding:8px 5px; }
2984N/A#steps li a { text-decoration:none; cursor:text; }
3200N/A#steps li.done a { cursor:pointer; }
2984N/A
2984N/A/* customization */
2984N/Adiv .row .button { margin: auto 5px auto 0 }
2984N/A.container_12 .grid_3{ width:auto }