/*! normalize.css (modified from 2011-07-20T19:34 UTC) · http://github.com/necolas/normalize.css */
/* HTML5 */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }
audio,canvas,video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; visibility: hidden; }
/* Base */
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
body,button,input,select,textarea { font-family: sans-serif; }
/* Links */
a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }
a:hover,a:active { outline: 0; }
/* Typography */
abbr[title] { border-bottom: 1px dotted; }
b,strong { font-weight: bold; }
blockquote { margin: 1em 2.86em; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre,code,kbd,samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before,q:after { content: ''; content: none; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul,ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul,nav ol { list-style: none; }
/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
/* Figures */
figure { margin: 0; }
/* Forms */
form { margin: 0; }
fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; position: relative; }
legend { border: 0; *margin-left: -7px; }
button,input,select,textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button,input { line-height: normal; *overflow: visible; }
table button,table input { *overflow: auto; }
button,html input[type="button"],input[type="reset"],input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"],input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
/* Tables */
table { border-collapse: collapse; border-spacing: 0; }
/* END normalize.css */

/* Adrian Testa-Avila  · http://custom-anything.com/ 
 * based on foundation.css (Artfully Masterminded by ZURB)
 * -removes global reset & rules already addressed by normalize.css
 * -modifies layout styles to use border-box model
 * -modifies typography styles to use (r)ems rather than px 
 * --(equates "medium" (typ.14px) to "1em" in most cases; other dimensions are proportional)
 * -removes or namespaces some globally declared styles
 */
/* Global Reset & Standards */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { vertical-align: baseline; /*-add-*/-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;/*-end-*/ }
html,body,div,span { margin: 0; padding: 0; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { position: relative; }
body { background: #fff; line-height: 1; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #222; -webkit-font-smoothing: antialiased; }
/* Links */
p a,p a:visited { line-height: inherit; }
/* Lists */
ul { list-style: none outside; }
ol,ul.square,ul.circle,ul.disc { margin-left: 2.14em; }
ol { list-style: decimal; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul.nice,ol.nice { list-style: none; margin: 0; }
ul.nice li,ol.nice li { padding-left: 13px; position: relative }
ul.nice li span.bullet,ol.nice li span.number { position: absolute; left: 0px; top: 0px; color: #ccc; }
/* Tables */
caption,tr,th,td { margin: 0; padding: 2em; text-align: left; }
caption,th,td { line-height: 1.5; }
tr.even,tr.alt { background: rbga( 255,255,255,0.875 ); }
th { text-align: center; font-weight: bold; }
table.zurb { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; width: 100%; margin: 0 0 1.5em; border: 1px solid #ddd; }
table.zurb thead { background: #f5f5f5; }
/* Typography */
h1,h2,h3,h4,h5,h6 { color: #444; font-weight: bold; line-height: 1.25; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { font-weight: inherit; }
h1 { font-size: 46px; font-size: 2.875rem; margin-bottom: .85rem; }
h2 { font-size: 35px; font-size: 2.18rem; margin-bottom: .65rem; }
h3 { font-size: 28px; font-size: 2rem; margin-bottom: .65rem; }
h4 { font-size: 21px; font-size: 1.5rem; margin-bottom: .25rem; }
h5 { font-size: 18px; font-size: 1.28rem; font-weight: normal; margin-bottom: .25rem;  }
h6 { font-size: 15px; font-size: 1.1rem; font-weight: normal; }
subline,.subline { font-size: .75em; }
blockquote,blockquote p { line-height: 1.43rem; color: #777; }
blockquote { border-left: 3px solid #ddd; }
blockquote cite { display: block; font-size: .8em; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a,blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
abbr { font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr.ini { text-transform: uppercase; }
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	p a, p a:visited { color: #444 !important; text-decoration: underline; }
	p a[href]:after { content: " <" attr(href) ">"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}
/* Grid */
.container { padding: 0px 20px; }
.row { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; }
.row .row { min-width: 0px; }
.column,.columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; }
.column:first-child,.columns:first-child { margin-left: 0px; }
.row .one.columns,.row .one.column { width: 4.3%; }
.row .two.columns { width: 13%; }
.row .three.columns { width: 21.68%; }
.row .four.columns { width: 30.4%; }
.row .five.columns { width: 39.1%; }
.row .six.columns { width: 47.8%; }
.row .seven.columns { width: 56.5%; }
.row .eight.columns { width: 65.2%; }
.row .nine.columns { width: 73.9%; }
.row .ten.columns { width: 82.6%; }
.row .eleven.columns { width: 91.3%; }
.row .twelve.columns { width: 100%; }
.row .offset-by-one { margin-left: 13.1%;  }
.row .offset-by-two { margin-left: 21.8%;  }
.row .offset-by-three { margin-left: 30.5%;  }
.row .offset-by-four { margin-left: 39.2%;  }
.row .offset-by-five { margin-left: 47.9%;  }
.row .offset-by-six { margin-left: 56.6%;  }
.row .offset-by-seven { margin-left: 65.3%;  }
.row .offset-by-eight { margin-left: 74.0%;  }
.row .offset-by-nine { margin-left: 82.7%;  }
.row .offset-by-ten { margin-left: 91.4%;  }
.row .one.centered { margin-left: 47.9%; }
.row .two.centered { margin-left: 43.5%; }
.row .three.centered { margin-left: 39.2%; }
.row .four.centered { margin-left: 34.8%; }
.row .five.centered { margin-left: 30.5%; }
.row .six.centered { margin-left: 26.1%; }
.row .seven.centered { margin-left: 21.8%; }
.row .eight.centered { margin-left: 17.4%; }
.row .nine.centered { margin-left: 13.1%; }
.row .ten.centered { margin-left: 8.7%; }
.row .eleven.centered { margin-left: 4.3%; }
.row .offset-by-one:first-child { margin-left: 8.7%;  }
.row .offset-by-two:first-child { margin-left: 17.4%;  }
.row .offset-by-three:first-child { margin-left: 26.1%;  }
.row .offset-by-four:first-child { margin-left: 34.8%;  }
.row .offset-by-five:first-child { margin-left: 43.5%;  }
.row .offset-by-six:first-child { margin-left: 52.2%;  }
.row .offset-by-seven:first-child { margin-left: 60.9%;  }
.row .offset-by-eight:first-child { margin-left: 69.6%;  }
.row .offset-by-nine:first-child { margin-left: 78.3%;  }
.row .offset-by-ten:first-child { margin-left: 87%;  }
.row .offset-by-eleven:first-child { margin-left: 95.7%;  }
.row .backleft { margin-left: -100% !important; }
img,object,embed { max-width: 100%; height: auto; }
.row:before,.row:after,.clearfix:before,.clearfix:after { content:""; display:table; }
.row:after,.clearfix:after { clear: both; }
.row,.clearfix { zoom: 1; }
/* Micro Clearfix · Necolas Gallagher */
.row:before,.row:after,.clearfix:before,.clearfix:after { content:""; display:table; }
.row:after,.clearfix:after { clear: both; }
.row,.clearfix { zoom: 1; }
/* Block Grids (UL Blocks (may use .mobile)) */
.block-grid { display: block; overflow: hidden; }
.block-grid>li { display: block; height: auto; float: left; }
.block-grid.two-up { margin-left: -4% }
.block-grid.two-up>li { margin-left: 4%; width: 46%; }
.block-grid.three-up { margin-left: -2% }
.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }
.block-grid.four-up { margin-left: -2% }
.block-grid.four-up>li { margin-left: 2%; width: 23%; }
.block-grid.five-up { margin-left: -1.5% }
.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }
/* Buttons */
.button { background: #00a6fc; display: inline-block; text-align: center; padding: .6em 2em .75em; color: #fff; text-decoration: none; font-weight: bold; line-height: 1; font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif; position: relative; cursor: pointer; border: none; width: auto; }
.button.nice { background: #00a6fc url("images/button-gloss.png") repeat-x 0 50%; -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5); text-shadow: 0 -1px 1px rgba(0,0,0,0.28); background: #00a6fc url("images/button-gloss.png") repeat-x 0 50%, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%); background: #00a6fc url("images/button-gloss.png") repeat-x 0 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent)); border: 1px solid #0593dc; -webkit-transition: background-color .15s ease-in-out; -moz-transition: background-color .15s ease-in-out; -o-transition: background-color .15s ease-in-out; }
.button.radius { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.button.radius8{ -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.button.round { -moz-border-radius: 1000px; -webkit-border-radius: 1000px; border-radius: 1000px; }
.button.full-width { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }
.button.left-align { text-align: left; text-indent: 1em; }
.button:active { top: 1px; }
.small.button { font-size: .75em; }
.medium.button { font-size: 1em; }
.large.button { font-size: 1.3em; }
.blue.button { background-color: #00a6fc;  }
.red.button { background-color: #e91c21; }
.white.button { background-color: #e9e9e9; color: #333; }
.black.button { background-color: #141414; }
.nice.blue.button { border: 1px solid #0593dc;  }
.nice.red.button { border: 1px solid #b90b0b;  }
.nice.white.button { border: 1px solid #cacaca; text-shadow: none !important; }
.nice.black.button { border: 1px solid #000; }
.button:hover { background-color: #0192dd; color: #fff; }
.blue.button:hover { background-color: #0192dd; 	}
.red.button:hover { background-color: #d01217; 	}
.white.button:hover { background-color: #dadada; color: #333; }
.black.button:hover { background-color: #000; }
/* Alerts / Notices */
p.alert-box, div.alert-box { display: block; padding: .6em .7em; font-weight: bold; font-size: 1em; background: #eee; border: 1px solid rgba(0,0,0,0.1); margin-bottom: .85em; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0px 1px rgba(255,255,255,0.9); position: relative; }
.alert-box.success { background-color: #7fae00; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.3); }
.alert-box.warning { background-color: #c08c00; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.3); }
.alert-box.error { background-color: #c00000; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.3); }
p.alert-box a, .alert-box p a{ color: #fff !important; text-decoration: underline !important; }
.alert-box a.close { color: #000; position: absolute; right: .3em; top: 0px; font-size: 1.3em; opacity: 0.2; padding: .3em; }
.alert-box a.close:hover { opacity: 0.4; }
.notice,.alert { position: relative; background: #222 url("images/button-overlay.png") repeat-x bottom; width: 100%; margin: .7em 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #fff; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); font-weight: bold; }
.notice>span,.alert>span { display: block; padding: .35em .7em .45em; }
.notice a.close { font-size: 1.45em; line-height: .5; color: #fff; text-shadow: 0 -1px 1px rbga(0,0,0,.25); font-weight: bold; cursor: pointer; position: absolute; right: .7em; top: .45em; }
/* Tabs */
dl.tabs { display: block; margin: 0 0 20px 0; padding: 0; height: 2.15em; border-bottom: solid 1px #ddd; }
dl.tabs dt { display: block; width: auto; height: 2.15em; padding: 0 .65em 0 1.4em; line-height: 2.15em; float: left; color: #999; font-size: 1em; text-transform: uppercase; cursor: default; }
dl.tabs dt:first-child { padding: 0 .65em 0 0; }
dl.tabs dd { display: block; width: auto; height: 2.15em; padding: 0; float: left; margin: 0; }
dl.tabs dd a { display: block; width: auto; height: 2.14em; padding: 0 .65em; line-height: 2.15em; border: solid 1px #ddd; margin: 0 -1px 0 0; color: #555; background: #eee; }
dl.tabs dd a.active { background: #fff; border-width: 1px 1px 0px 1px; height: 2.15em; }
.nice.tabs { border-bottom: solid 1px #eee; margin: 0 0 2.15em 0; height: 3em; }
.nice.tabs dd a { padding: .5em 1.28em .65em; font-size: 1em; color: #555555; background: none; border: none; }
.nice.tabs dd a.active { font-weight: bold; color: #333; background: #fff; border-left: 1px solid #eee; border-right: 1px solid #eee; border-top: 3px solid #00a6fc; margin: 0 10px; position: relative; top: -5px; }
.nice.tabs dd:first-child a.active { margin-left: 0; }
ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }
dl.contained, dl.nice.contained { margin-bottom: 0px; }
dl.contained.tabs dd a { padding: 0 1em; }
dl.nice.contained.tabs dd a { padding: .5em 1.28em .65em; }
ul.contained.tabs-content { padding: 0; }
ul.contained.tabs-content li { padding: 1.4em; border: solid 0px #ddd; border-width: 0px 1px 1px 1px; }
ul.nice.contained.tabs-content li { border-color: #eee; }
ul.contained.tabs-content li li{ padding: 0; border: 0; }
/* Pagination */
ul.pagination { display: block; height: 1.7em; margin-left: -5px; }
ul.pagination li { float: left; display: block; height: 1.7em; color: #999; font-size: 1em; margin-left: 5px; }
ul.pagination li a { display: block; padding: .42em .5em .3em; color: #555; }
ul.pagination li.current a, ul.pagination li:hover a { border-bottom: solid 2px #00a6fc; color: #141414; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a { border-bottom: none; }
/* Panels */
div.panel { padding: 1.42em 1.42em .2em 1.42em; background: #efefef; background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 ); box-shadow: 0px 2px 5px rgba(0,0,0,0.15); -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.15); -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.25); margin: 0 0 20px 0; }
.panel .panel { margin: 1em; background: #fff; }
/* (Zurb) Forms */
form.zurb { margin: 0 0 18px; }
form.zurb label { display: block; font-size: 1em; line-height: 1.3em; cursor: pointer; margin-bottom: 9px; }
form.zurb input.input-text,form.zurb textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
form.zurb input.input-text,form.zurb textarea,form.zurb select { display: block; margin-bottom: 9px; }
form.zurb label + input.input-text,form.zurb label + textarea,form.zurb label + select,form.zurb label + div.dropdown,form.zurb select + div.dropdown { margin-top: -9px; }
form.zurb input.input-text, textarea { font-size: 1em; padding: .3em .25em .2em; outline: none !important; background: #fff; }
form.zurb input.input-text.oversize,form.zurb textarea.oversize { font-size: 1.3em !important; padding: .3em .35em !important; }
form.zurb input.input-text:focus,form.zurb textarea:focus { background: #f9f9f9; }
form.zurb input.placeholder,form.zurb textarea.placeholder { color: #888; }
form.zurb input.input-text,form.zurb textarea { width: 254px; }
form.zurb input.small,form.zurb textarea.small { width: 134px; }
form.zurb input.medium,form.zurb textarea.medium { width: 254px; }
form.zurb input.large,form.zurb textarea.large { width: 434px; }
form.zurb fieldset { padding: .65em .65em .15em .65em; border: solid 1px #ddd; margin: 18px 0; }
form.zurb div.form-field input[type=radio],form.zurb  div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }
form.zurb div.form-field.error input,form.zurb  input.input-text.red { border-color: red; background-color: rgba(255,0,0,0.15); }
form.zurb div.form-field.error label,form.zurb label.red { color: red; }
form.zurb div.form-field.error small,form.zurb  small.error { margin-top: -6px; display: block; margin-bottom: 9px; font-size: .78em; color: red; width: 260px; }
form.zurb .small + small.error { width: 140px; }
form.zurb  .medium + small.error { width: 260px; }
form.zurb  .large + small.error { width: 440px; }
form.nice div.form-field input,form.nice input.input-text,form.nice textarea { border: solid 1px #bbb; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
form.nice div.form-field input,form.nice input.input-text,form.nice textarea { font-size: .78em; padding: .42em .21em .28em; outline: none !important; background: url(../images/misc/input-bg.png) #fff; }
form.nice div.form-field input:focus,form.nice input.input-text:focus,form.nice textarea:focus { background-color: #f9f9f9; }
form.nice fieldset { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
form.nice div.form-field input[type=radio],form.nice div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }
form.nice div.form-field.error small,form.nice small.error { padding: .42em .28em; border: solid 0px red; border-width: 0px 1px 1px 1px; margin-top: -10px; background: red; color: #fff; font-size: .85em; font-weight: bold; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; }
form.nice div.form-field.error .small + small,form.nice .small + small.error { width: 132px; }
form.nice div.form-field.error .medium + small,form.nice .medium + small.error { width: 252px; }
form.nice div.form-field.error .large + small,form.nice .large + small.error { width: 432px; }
form.custom span.custom { display: inline-block; width: 14px; height: 14px; position: relative; top: 2px; border: solid 1px #ccc; background: url(../images/misc/custom-form-sprites.png) 0 0 no-repeat; }
form.custom span.custom.radio { border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
form.custom span.custom.radio.checked { background-position: 0px -14px; }
form.custom span.custom.checkbox.checked { background-position: 0px -28px; }	
form.custom div.custom.dropdown { position: relative; display: inline-block; width: auto; height: 28px; margin-bottom: 9px; }
form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; padding: 0 38px 0 6px; border: solid 1px #ddd; color: #141414; }
form.custom div.custom.dropdown a.selector { position: absolute; width: 26px; height: 26px; display: block; background: url(../images/misc/custom-form-sprites.png) -14px 0 no-repeat; right: 0px; top: 0px; border: solid 1px #ddd; }
form.custom div.custom.dropdown:hover a.selector,
form.custom div.custom.dropdown.open a.selector { background-position: -14px -26px; }
form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0px; top: 27px; margin: 0; padding: 0; background: rgba(255,255,255,0.9); border: solid 1px #ddd; z-index: 10; }
form.custom div.custom.dropdown ul li { cursor: pointer; padding: 3px 38px 3px 6px; margin: 0; }
form.custom div.custom.dropdown ul li.selected { background: url(../images/misc/custom-form-sprites.png) right -52px no-repeat; }
form.custom div.custom.dropdown ul li:hover { background-color: #2a85e8; color: #fff; }
form.custom div.custom.dropdown ul li.selected:hover { background: url(../images/misc/custom-form-sprites.png) #2a85e8 right -78px no-repeat; }
form.custom div.custom.dropdown ul.show { display: block; }
form.custom div.custom.dropdown.open ul { display: block; }
/* (Adrian's) Forms */
label.full-right,label.box-right { font-size: .9em; display: block; position: relative; width: 100%; text-align: right; cursor: pointer; margin-bottom: .5em; }
label.full-right input { width: 60%; margin-left: 1em; }
label.full-right textarea { width: 100%; margin: auto; }
/* jQuery Orbit 1.2.3 
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
#caseStudies { width: 1000px; height: 210px; background: #fff url('../images/orbit/loading.gif') no-repeat center center; overflow: hidden; }
#caseStudies>img,#caseStudies>div,#caseStudies>a { display: none; }
div.orbit-wrapper { width: 1px; height: 1px; position: relative; }
div.orbit { width: 1px; height: 1px; position: relative; overflow: hidden }
div.orbit>img { position: absolute; top: 0; left: 0; /* display: none; */ }
div.orbit>a { border: none; position: absolute; top: 0; left: 0; line-height: 0; display: none; }
.orbit>div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 1001; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url(../images/orbit/rotator-black.png) no-repeat; z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0 }
span.mask.move { width: 40px; left: 0; background: url(../images/orbit/timer-black.png) repeat 0 0; }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url(../images/orbit/pause-black.png) no-repeat; z-index: 4; opacity: 0; }
span.pause.active { background: url(../images/orbit/pause-black.png) no-repeat 0 -40px }
div.timer:hover span.pause,span.pause.active { opacity: 1 }
.orbit-caption { display: none; font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }
.orbit-wrapper .orbit-caption { background: #000; background: rgba(0,0,0,.6); z-index: 1000; color: #fff; text-align: center; padding: 7px 0; font-size: 13px; position: absolute; right: 0; bottom: 0; width: 100%; }
div.slider-nav { display: block }
div.slider-nav span { width: 78px; height: 100px; text-indent: -9999px; position: absolute; z-index: 1000; top: 50%; margin-top: -50px; cursor: pointer; }
div.slider-nav span.right { background: url(../images/orbit/right-arrow.png); right: 0; }
div.slider-nav span.left { background: url(../images/orbit/left-arrow.png); left: 0; }
.orbit-bullets { position: absolute; z-index: 1000; list-style: none; bottom: -40px; left: 50%; margin-left: -50px; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(../images/orbit/bullets.jpg) no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -8px 0; }    
.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }
.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid #000; }
.orbit .fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; }
.orbit,.orbit-wrapper { width: 100% !important; }
.orbit-bullets { position: absolute; z-index: 1000; list-style: none; bottom: -40px; left: 50%; margin-left: -50px; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(../images/orbit/orbit/bullets.jpg) no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; }
.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }
.orbit-bullets li.active { color: #222; background-position: -8px 0; }
.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid #000; }
/* jQuery Reveal (Modals) */
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; z-index: 2000; display: none; top: 0; left: 0; }
.reveal-modal { visibility: hidden; top: 0; left: 50%; margin-left: -300px; width: 520px; background: #eee url(../images/misc/modal-gloss.png) no-repeat -200px -80px; position: absolute; z-index: 2001; padding: 30px 40px 34px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 0 10px rgba(0,0,0,.4); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); box-shadow: 0 0 10px rgba(0,0,0,.4); }
.reveal-modal.small { width: 200px; margin-left: -140px;}
.reveal-modal.medium { width: 400px; margin-left: -240px;}
.reveal-modal.large { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal { font-size: 22px; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rbga(0,0,0,.6); font-weight: bold; cursor: pointer; } 
/* Media Queries for mobile */
@media handheld, only screen and (device-width: 768px), (device-width: 800px) {
	.reveal-modal-bg { position: absolute; }
	.reveal-modal,.reveal-modal.small,.reveal-modal.medium,.reveal-modal.large,.reveal-modal.xlarge { width: 60%; top: 30%; left: 15%; margin-left: 0px; padding: 5%; height: auto; }
}
@media handheld, only screen and (max-width: 767px) {
	.reveal-modal-bg { position: absolute; }
	.reveal-modal,.reveal-modal.small,.reveal-modal.medium,.reveal-modal.large,.reveal-modal.xlarge { width: 80%; top: 15%; left: 5%; margin-left: 0px; padding: 5%; height: auto; }
	body { -webkit-text-size-adjust: none; }
	.row,body,.container { width: 100%; min-width: 0; margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; }
	.row .row .column,.row .row .columns { padding: 0; }
	.column,.columns { width: auto !important; float: none; margin-left: 0px; margin-right: 0px; padding-left: 20px; padding-right: 20px; }
	.column:last-child,.columns:last-child { margin-right: 0px; }
	.offset-by-one,.offset-by-two,.offset-by-three,.offset-by-four,.offset-by-five,.offset-by-six,.offset-by-seven,.offset-by-eight,.offset-by-nine,.offset-by-ten,.offset-by-eleven,.centered { margin-left: 0% !important; }
	.row .backleft { margin-left: 0 !important; }
	.block-grid.mobile li { float: none; width: 100%; }
	.hide-on-phones { display: none !important; }
	.hide-on-tablets { display: block !important; }
	.hide-on-desktops { display: block !important; }
	.show-on-phones { display: block !important; }
	.show-on-tablets { display: none !important; }
	.show-on-desktops { display: none !important; }
	div.form-field input,div.form-field input.small,div.form-field input.medium,div.form-field input.large,div.form-field input.oversize,input.input-text,input.input-text.oversize,textarea,form.nice div.form-field input,form.nice div.form-field input.oversize,form.nice input.input-text,form.nice input.input-text.oversize,form.nice textarea { display: block; width: 96%; padding: 6px 2% 4px; font-size: 18px; }
	form.nice div.form-field input,form.nice div.form-field input.oversize,form.nice input.input-text,form.nice input.input-text.oversize,form.nice textarea { -webkit-border-radius: 2px; -moz-border-radius: 2px; }
	form.nice div.form-field.error small,form.nice small.error { padding: 6px 2%; display: block; }
	form.nice div.form-field.error .small + small,form.nice .small + .error { width: auto; }
	form.nice div.form-field.error .medium + small,form.nice .medium + .error { width: auto; }
	form.nice div.form-field.error .large + small,form.nice .large + .error { width: auto; }
	.button { display: block; }
	button.button { width: 100%; padding-left: 0px; padding-right: 0px; }
	dl.tabs.mobile,dl.nice.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; }
	dl.tabs.mobile dt,dl.tabs.mobile dd,dl.nice.tabs.mobile dt,dl.nice.tabs.mobile dd { float: none; height: auto; }
	dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0px #ccc; border-width: 1px 0px 0px; margin: 0; color: #555; background: #eee; font-size: 15px; font-size: 1.5rem; }
	dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0px 0px; }
	.nice.tabs.mobile { border-bottom: solid 1px #ccc; height: auto; }
	.nice.tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; }
	.nice.tabs.mobile dd a.active { border: none; background: #00a6fc; color: #fff; margin: 0; position: static; top: 0px; height: auto; }
	.nice.tabs.mobile dd:first-child a.active { margin: 0; }
	dl.contained.mobile,dl.nice.contained.mobile { margin-bottom: 0px; }
	dl.contained.tabs.mobile dd a { padding: 18px 20px; }
	dl.nice.contained.tabs.mobile dd a { padding: 18px 20px; }
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 800px) {
	.hide-on-phones { display: block !important; }
	.hide-on-tablets { display: none !important; }
	.hide-on-desktops { display: block !important; }
	.show-on-phones { display: none !important; }
	.show-on-tablets { display: block !important; }
	.show-on-desktops { display: none !important; }
}
.show-on-phones { display: none !important; }	
.show-on-tablets { display: none !important; }
.show-on-desktops { display: block; }
.hide-on-phones { display: block !important; }	
.hide-on-tablets { display: block !important; }
.hide-on-desktops { display: none; }
/* Utility */
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.jsonly { display: none; }
.mark { background: #ff9; background: rgba( 255,255,150,0.875 ); }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }

/*--------------LOGIN FORM-------------*/
.loginForm{ max-width: 16em; overflow: hidden; margin: 0 auto; }
.loginForm input{ width: 100%; margin: 3px auto; text-align: center; }
