
/* -------------------------------------------------- 
    Table of Contents
-----------------------------------------------------
:: Reset & Standards
:: Links
:: Lists
:: Tables
:: Misc
*/


/* -----------------------------------------
   Global Reset & Standards
----------------------------------------- */
	* {
	  margin:0;
	  padding:0;
	  outline:none;
	}
	
	article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}audio,canvas,video{display:inline-block;display:inline;zoom:1;}audio:not([controls]){display:none;}[hidden]{display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;color:#222;}body{margin:0;font-size:1em;line-height:1.4;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}ins{background:#ff9;color:#000;text-decoration:none;}mark{background:#ff0;color:#000;font-style:italic;font-weight:bold;}pre,code,kbd,samp{font-family:monospace, serif;_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;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0;}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:0;margin:0;padding:0;}label{cursor:pointer;}legend{border:0;margin-left:-7px;padding:0;white-space:normal;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle;}button,input{line-height:normal;}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;width:13px;height:13px;}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,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;resize:vertical;}input:valid,textarea:valid{}input:invalid,textarea:invalid{background-color:#f0dddd;}table{border-collapse:collapse;border-spacing:0;}td{vertical-align:top;}.chromeframe{margin:.2em 0;background:#ccc;color:black;padding:.2em 0;}

	html {
		font-size:62.5%;
	}
	
	body { overflow-x:hidden; background: #fff; font-family: "Microsoft yahei", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; line-height:18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; }

/* -----------------------------------------
   Links
----------------------------------------- */

a, a:visited { color: #2554C7; text-decoration: none;  }
a:hover { color: #342D7E; }
a:focus { color: #cc4714; outline: none; }
p a, p a:visited { line-height: inherit; }
	
/* -----------------------------------------
   Lists
----------------------------------------- */

ul, ol { margin-bottom: 18px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
li { margin-bottom: 12px; }
ul.large li { line-height: 21px; }

/* -----------------------------------------
   Tables
----------------------------------------- */

table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd;  }

table thead, table tfoot { background: #f5f5f5; }
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
table thead tr th,
table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr.even,
table tbody tr.alt { background: #f9f9f9; }
table tbody tr:nth-child(even) { background: #f9f9f9; }
table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

/* -----------------------------------------
   Misc
----------------------------------------- */

.left { float: left; }
.right { float: right; }
img.left  { margin:5px 10px 5px 0px; }
img.right { margin:5px 0px 5px 10px; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.hide { display: none; }
.highlight { background: #ff0; }

/* -----------------------------------------
   Typography
----------------------------------------- */

h1, h2, h3, h4 { letter-spacing:-1px; font-family:"Microsoft yahei"; }
h1, h2, h3, h4, h5, h6 { color: #181818; line-height: 1.60; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { font-weight: inherit; color:#000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { border-bottom:1px solid #ccc; color:#444; }

h1 { font-size: 32px; margin-bottom: 12px; }
h2 { font-size: 28px; margin-bottom: 12px; }
h3 { font-size: 24px; margin-bottom: 12px; }
h4 { font-size: 20px; margin-bottom: 11px; }
h5 { font-size: 13px; margin-bottom: 10px; }
h6 { font-size: 12px; text-transform:uppercase; margin-bottom: 10px; }

.subheader { color: #777; font-weight: 300; margin-bottom: 20px; letter-spacing:0px; }

p { font-size: 13px; line-height: 1.80; margin: 0 0 18px; }
p img { margin: 0; }
p.lead { font-size: 18px; line-height: 1.5;  }

em, i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 60%; line-height: inherit; }

/*	Blockquotes  */
blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; 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, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; }

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
.print-only { display: none !important; }
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	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: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	.hide-on-print { display: none !important; }
	.print-only { display: block !important; }
}
/* -----------------------------------------
   Grid
   
	This is the mobile-friendly, responsive grid that
	lets Foundation work much of its magic.
----------------------------------------- */

.container { padding: 0; margin:0; }

.row { width: 100%; max-width: 960px; min-width: 727px; margin: 0 auto; }
/* To fix the grid into a certain size, set max-width to width */
.row .row { min-width: 0; }

.column, .columns { margin-left: 4.4%; padding-bottom:20px; float: left; min-height: 1px; position: relative; }
.column:first-child, .columns:first-child { margin-left: 0; }
[class*="column"] + [class*="column"]:last-child { float: right; }

.row .one 		{ width: 4.3%; }
.row .two 		{ width: 13%; }
.row .three 	{ width: 21.679%; }
.row .four 		{ width: 30.37%; }
.row .five 		{ width: 39.1%; }
.row .six 		{ width: 47.8%; }
.row .seven 	{ width: 56.5%; }
.row .eight 	{ width: 65.2%; }
.row .nine 		{ width: 73.9%; }
.row .ten 		{ width: 82.6%; }
.row .eleven 	{ width: 91.3%; }
.row .twelve 	{ 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 .centered { float: none; margin: 0 auto; }

.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%;  }

/* Source Ordering */
.push-two 		{ left: 17.4% }
.push-three 	{ left: 26.1%; }
.push-four 		{ left: 34.8%; }
.push-five 		{ left: 43.5%; }
.push-six 		{ left: 52.2%; }
.push-seven 	{ left: 60.9%; }
.push-eight 	{ left: 69.6%; }
.push-nine 		{ left: 78.3%; }
.push-ten 		{ left: 87%; }

.pull-two 		{ right: 17.4% }
.pull-three 	{ right: 26.1%; }
.pull-four 		{ right: 34.8%; }
.pull-five 		{ right: 43.5%; }
.pull-six 		{ right: 52.2%; }
.pull-seven 	{ right: 60.9%; }
.pull-eight 	{ right: 69.6%; }
.pull-nine 		{ right: 78.3%; }
.pull-ten 		{ right: 87%; }

img, object, embed { max-width: 100%; height: auto; }
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img {max-width: none!important;}
 
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

/* -----------------------------------------
   Block Grids
   
	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones
	
	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
----------------------------------------- */
	
.block-grid { display: block; overflow: hidden; }

.block-grid.two-up { margin-left: -4% }
.block-grid.three-up { margin-left: -2% }
.block-grid.four-up { margin-left: -2% }
.block-grid.five-up { margin-left: -1.5% }

.block-grid>li { display: block; height: auto; float: left; }

.block-grid.two-up>li { margin-left: 4%; width: 46%; }
.block-grid.two-up>li:nth-child(2n+1) {clear: left;}

.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }
.block-grid.three-up>li:nth-child(3n+1) {clear: left;}

.block-grid.four-up>li { margin-left: 2%; width: 23%; }
.block-grid.four-up>li:nth-child(4n+1) {clear: left;}

.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }
.block-grid.five-up>li:nth-child(5n+1) {clear: left;}

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Buttons
:: Alerts
:: Labels
:: Tabs
:: Pagination
:: Breadcrumbs
:: Lists
:: Panels
:: Nav
:: Video
:: Microformats
*/

/* -----------------------------------------
   Buttons
----------------------------------------- */

.button,.button:visited{
	background: #00a6fc;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight:700;
	line-height: 1;
	font-family: "Microsoft yahei", "Helvetica", Arial, Verdana, sans-serif;
	position: relative;
	cursor: pointer;
	border: none;
	outline: none;
	margin: 0;
	padding:9px 12px 10px;
	color:#444;
	background-color: #FCFCFC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F3F3F3)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FCFCFC, #F3F3F3); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FCFCFC, #F3F3F3); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FCFCFC, #F3F3F3); /* IE10 */
	background-image:      -o-linear-gradient(top, #FCFCFC, #F3F3F3); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FCFCFC, #F3F3F3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.05);
	box-shadow:0 1px 3px rgba(0,0,0,0.05);
	color:#444;
	border:1px solid #ddd;
	text-shadow:0px 1px 0px rgba(255,255,255,0.90);
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button { -webkit-appearance: none; }

/* Hide inner focus effect in Firefox */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

.button:hover,.button:active{
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#FAFAFA)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FCFCFC, #FAFAFA); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FCFCFC, #FAFAFA); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FCFCFC, #FAFAFA); /* IE10 */
	background-image:      -o-linear-gradient(top, #FCFCFC, #FAFAFA); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FCFCF, #fcfcfc);
	color:#222;
}

.button:active{top:1px;}

.small.button,.small.button:visited{
	font-size:11px;
}
.button,.button:visited,.medium.button,.medium.button:visited{
	line-height:1;
}
.large.button,.large.button:visited{
	font-size:16px;
	letter-spacing:px;
	padding:12px 15px 13px;
}

.black.button,.black.button:visited{
	background-color: #757575;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#585858)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #757575, #585858); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #757575, #585858); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #757575, #585858); /* IE10 */
	background-image:      -o-linear-gradient(top, #757575, #585858); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #757575, #585858);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	box-shadow:0 1px 3px rgba(0,0,0,0.20);
	color:#fff;
	border:1px solid #666;
	text-shadow:0px 1px 0px rgba(0,0,0,0.40);
}
.black.button:hover{
	background-color: #888888;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#757575)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #717171, #757575); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #717171, #757575); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #717171, #757575); /* IE10 */
	background-image:      -o-linear-gradient(top, #717171, #757575); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #717171, #757575);
}

.blue.button,.blue.button:visited{
	background-color: #A2E8F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A2E8F5), to(#63CDEB)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #A2E8F5, #63CDEB); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #A2E8F5, #63CDEB); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #A2E8F5, #63CDEB); /* IE10 */
	background-image:      -o-linear-gradient(top, #A2E8F5, #63CDEB); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #A2E8F5, #63CDEB);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	box-shadow:0 1px 3px rgba(0,0,0,0.20);
	color:#7B5777;
	border:1px solid #70c2d6;
	text-shadow:0px 1px 0px rgba(255,255,255,0.40);
}
.blue.button:hover{
	background-color: #B8ECF6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B8ECF6), to(#8ADEF2)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #B8ECF6, #8ADEF2); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #B8ECF6, #8ADEF2); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #B8ECF6, #8ADEF2); /* IE10 */
	background-image:      -o-linear-gradient(top, #B8ECF6, #8ADEF2); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #B8ECF6, #8ADEF2);
}

.green.button,.green.button:visited{
	background-color: #CAE285;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CAE285), to(#9FCB57)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #CAE285, #9FCB57); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #CAE285, #9FCB57); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #CAE285, #9FCB57); /* IE10 */
	background-image:      -o-linear-gradient(top, #CAE285, #9FCB57); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #CAE285, #9FCB57);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.15);
	box-shadow:0 1px 3px rgba(0,0,0,0.15);
	color:#5D7731;
	border:1px solid #ADC671;
	text-shadow:0px 1px 0px rgba(255,255,255,0.40);
}
.green.button:hover{
	background-color: #D7E9A4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D7E9A4), to(#AFD367)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #D7E9A4, #AFD367); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #D7E9A4, #AFD367); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #D7E9A4, #AFD367); /* IE10 */
	background-image:      -o-linear-gradient(top, #D7E9A4, #AFD367); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #D7E9A4, #AFD367);
}

.pink.button,.magenta.button:visited{
	background-color: #FF7EB6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7EB6), to(#FB73AF)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FF7EB6, #FB73AF); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FF7EB6, #FB73AF); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FF7EB6, #FB73AF); /* IE10 */
	background-image:      -o-linear-gradient(top, #FF7EB6, #FB73AF); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FF7EB6, #FB73AF);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	box-shadow:0 1px 3px rgba(0,0,0,0.20);
	color:#7e224a;
	border:1px solid #ef3f8c;
	text-shadow:0px 1px 0px rgba(255,255,255,0.40);
}
.pink.button:hover{
	background-color: #FF9FC9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9FC9), to(#FF7EB6)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FF9FC9, #FF7EB6); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FF9FC9, #FF7EB6); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FF9FC9, #FF7EB6); /* IE10 */
	background-image:      -o-linear-gradient(top, #FF9FC9, #FF7EB6); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FF9FC9, #FF7EB6);
}

.red.button,.red.button:visited{
	background-color: #FF5555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF5555), to(#FF4040)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FF5555, #FF4040); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FF5555, #FF4040); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FF5555, #FF4040); /* IE10 */
	background-image:      -o-linear-gradient(top, #FF5555, #FF4040); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FF5555, #FF4040);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	box-shadow:0 1px 3px rgba(0,0,0,0.20);
	color:#7b1b1b;
	border:1px solid #e62424;
	text-shadow:0px 1px 0px rgba(255,255,255,0.30);
}
.red.button:hover{
	background-color: #FF7D7D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7D7D), to(#FF5555)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FF7D7D, #FF5555); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FF7D7D, #FF5555); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FF7D7D, #FF5555); /* IE10 */
	background-image:      -o-linear-gradient(top, #FF7D7D, #FF5555); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FF7D7D, #FF5555);
}

.orange.button,.orange.button:visited{
	background-color: #FFBE57;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFBE57), to(#FFAC29)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFBE57, #FFAC29); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FFBE57, #FFAC29); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFBE57, #FFAC29); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFBE57, #FFAC29); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FFBE57, #FFAC29);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.20);
	box-shadow:0 1px 3px rgba(0,0,0,0.20);
	color:#a46400;
	border:1px solid #f09911;
	text-shadow:0px 1px 0px rgba(255,255,255,0.20);
}
.orange.button:hover{
	background-color: #FFDC91;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDC91), to(#FFBE57)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFDC91, #FFBE57); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FFDC91, #FFBE57); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFDC91, #FFBE57); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFDC91, #FFBE57); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FFDC91, #FFBE57);
}

.yellow.button,.yellow.button:visited{
	background-color: #FDFF7E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFF7E), to(#FDFF33)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FDFF7E, #FDFF33); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FDFF7E, #FDFF33); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FDFF7E, #FDFF33); /* IE10 */
	background-image:      -o-linear-gradient(top, #FDFF7E, #FDFF33); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FDFF7E, #FDFF33);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.10);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.10);
	box-shadow:0 1px 3px rgba(0,0,0,0.10);
	color:#829100;
	border:1px solid #d7d925;
	text-shadow:0px 1px 0px rgba(255,255,255,0.20);
}
.yellow.button:hover{
	background-color: #FDFF9D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFF9D), to(#FDFF7E)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FDFF9D, #FDFF7E); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #FDFF9D, #FDFF7E); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FDFF9D, #FDFF7E); /* IE10 */
	background-image:      -o-linear-gradient(top, #FDFF9D, #FDFF7E); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FDFF9D, #FDFF7E);
}

/* -----------------------------------------
   Alerts
----------------------------------------- */

div.alert-box { display: block; padding: 6px 7px; font-weight: bold; font-size: 13px; background: #eee; border: 1px solid rgba(0,0,0,0.1); margin-bottom: 12px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0 1px rgba(255,255,255,0.9); position: relative; }
.alert-box.success { background-color: #7fae00; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }
.alert-box.warning { background-color: #f68b01; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }
.alert-box.error { background-color: #c00000; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }

.alert-box a.close { color: #000; position: absolute; right: 4px; top: 0; font-size: 18px; opacity: 0.2; padding: 4px; }
.alert-box a.close:hover,.alert-box a.close:focus { opacity: 0.4; }

/* -----------------------------------------
   Labels
----------------------------------------- */

.label { padding: 0 4px 2px; font-size: 11px; font-weight: bold; text-align: center; text-decoration: none; line-height: 1;  white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff !important; background: #00a6fc; }
.label.radius { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.label.round { padding: 1px 7px 2px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/* Colors ---------- */
.blue.label				{ background-color: #00a6fc; }
.red.label				{ background-color: #e91c21; }
.green.label			{ background-color: #7fae00; }
.white.label			{ background-color: #e9e9e9; color: #333 !important; }
.black.label			{ background-color: #141414; }
	
/* -----------------------------------------
   Tabs
----------------------------------------- */

dl.tabs { display: block; margin: 0 0 20px 0; padding: 0; height: 35px; border-bottom: solid 1px #ddd; }
dl.tabs dt { display: block; width: auto; height: 35px; padding: 0 9px 0 20px; line-height: 35px; float: left; color: #999; font-size: 11px; text-transform: uppercase; cursor: default; }
dl.tabs dt:first-child { padding: 0 9px 0 0; }
dl.tabs dd { display: block; width: auto; height: 35px; padding: 0; float: left; }
dl.tabs dd a { display: block; font-size: 13px; width: auto; height: 34px; padding: 0 12px; line-height: 35px; border: solid 1px #ddd; margin: 0 -1px 0 0; color: #555; background: #eee; }
dl.tabs dd a.active { background: #fff; border-width: 1px 1px 0 1px; height: 35px; }

	.nice.tabs { border-bottom: solid 1px #eee; margin: 0 0 30px 0; height:48px; }
	.nice.tabs dd a { padding: 7px 18px 9px; color: #555555; background: none; border: none; }
	.nice.tabs dd a.active { color: #333; background: #fff; border-left: 1px solid #eee; border-right: 1px solid #eee; border-top: 3px solid #444; margin: 0 10px; position: relative; top: -5px; }
	.nice.tabs dd:first-child a.active { margin-left: 0; }
	
dl.tabs.vertical { height: auto; }
dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt, dl.nice.tabs.vertical dd { float: none; height: auto; }
dl.tabs.vertical dd a { display: block; width: auto; height: auto; padding: 15px 20px; line-height: 1; border: solid 0 #ccc; border-width: 1px 1px 0; margin: 0; color: #555; background: #eee; font-size: 15px; }
dl.tabs.vertical dd a.active { height: auto; margin: 0; border-width: 1px 0 0; background: #fff; }

	.nice.tabs.vertical { border-bottom: solid 1px #eee; height: auto; }
	.nice.tabs.vertical dd a { padding: 15px 20px; border: none; border-left: 1px solid #eee; border-right: 1px solid #eee; border-top: 1px solid #eee; background: #fff; }
	.nice.tabs.vertical dd a.active { border: none; background: #444; color: #fff; margin: 0; position: static; top: 0; height: auto; }
	.nice.tabs.vertical dd:first-child a.active { margin: 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: 0; }
dl.contained.tabs dd a { padding: 0 14px; }
dl.nice.contained.tabs dd a { padding: 7px 18px 9px; }

ul.contained.tabs-content { padding: 0; }
ul.contained.tabs-content>li { padding: 20px; border: solid 0 #ddd; border-width: 0 1px 1px 1px; }
ul.contained.vertical.tabs-content>li { border-width: 1px 1px 1px 1px; }
ul.nice.contained.tabs-content>li { border-color: #eee; }

/* -----------------------------------------
   Pagination
----------------------------------------- */

ul.pagination { display: block; height: 24px; margin-left: -5px; }
ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 15px; margin-left: 5px; }
ul.pagination li a { display: block; padding: 6px 7px 4px; color: #555; }
ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus { border-bottom: solid 2px #00a6fc; color: #141414; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { border-bottom: none; }

/* -----------------------------------------
   Breadcrumbs
----------------------------------------- */
 
ul.breadcrumbs { display: block; background: #f4f4f4; padding: 7px 10px; border: 1px solid #ddd; border-radius: 2px; overflow: hidden; }
ul.breadcrumbs li { margin: 0; padding: 0 12px 0 0; float: left; }
ul.breadcrumbs li a, ul.breadcrumbs li span { text-transform: uppercase; font-size: 11px; padding-left: 12px; }
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span { padding-left: 0; }
ul.breadcrumbs li:before { content: "/"; color: #aaa; }
ul.breadcrumbs li:first-child:before { content: ""; }
ul.breadcrumbs li.current a { cursor: default; color: #333; }
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus { text-decoration: underline; }
ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus { text-decoration: none; }
ul.breadcrumbs li.unavailable a { color: #999; }
ul.breadcrumbs li.unavailable:hover a, ul.pagination li.unavailable a:focus { text-decoration: none; color: #999; cursor: default; }
    
/* -----------------------------------------
   Lists
----------------------------------------- */

    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: 0; top: 0; color: #ccc; }

/* -----------------------------------------
   Panels
----------------------------------------- */
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

div.panel {
	padding: 20px 20px 2px 20px;
	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));
	background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	margin: 0 0 20px 0;
}

/* -----------------------------------------
   Nav Bar with Dropdowns
----------------------------------------- */
	
.nav-bar { height: 45px; background: #fff; margin-top: 20px; border: 1px solid #ddd; }	
.nav-bar>li { float: left; display: block; position: relative; padding: 0; margin: 0; border-right: 1px solid #ddd; line-height: 45px; }
.nav-bar>li>a.main { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 15px; }
.nav-bar>li>input { margin: 0 16px; }
.nav-bar>li ul { margin-bottom: 0; }
.nav-bar>li li { line-height: 1.3; }
.nav-bar>li.has-flyout>a.main { padding-right: 36px; }
.nav-bar>li.has-flyout>a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
.nav-bar>li.has-flyout>a.flyout-toggle span { content: ""; width: 0; height: 0; border-left: 4px solid transparent;border-right: 4px solid transparent; border-top: 4px solid #2a85e8; display: block; }
.flyout { background: #fff; margin: 0; padding: 20px; border: 1px solid #ddd; position: absolute; top: 45px; left: -1px; width: 400px; z-index: 40; }
.flyout.small { width: 200px; }
.flyout.large { width: 600px; }
.flyout.right { left: auto; right: 0; }
.flyout p:last-child { margin-bottom: 0; }
.nav-bar>li .flyout { display: none; }

/* -----------------------------------------
   Sub Navs
	http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na
----------------------------------------- */
	
dl.sub-nav { display: block; width: auto; overflow: hidden;	margin: -4px 0 18px -9px; padding-top: 4px; }

dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 9px; margin-bottom: 4px; }
dl.sub-nav dt { color: #999; font-weight: normal; }

dl.sub-nav dd a { text-decoration: none; -webkit-border-radius: 12px; -moz-border-radius: 12px; }
dl.sub-nav dd.active a { background: #00A6FC; color: #fff; padding: 3px 9px; }
	
/* -----------------------------------------
   Video
	Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
----------------------------------------- */
	
.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------
   Microformats
----------------------------------------- */
	
/* hCard */
ul.vcard { display: inline-block; margin: 0 0 12px 0; border: 1px solid #ddd; padding: 10px; }
ul.vcard li { margin: 0; display: block; }
ul.vcard li.fn { font-weight: bold; font-size: 15px; }

p.vevent span.summary { font-weight: bold; }
p.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 1px; }

/* -----------------------------------------
   Tooltips
----------------------------------------- */

.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}
.has-tip:hover {
  border-bottom: dotted 1px #0593dc;
  color: #0192dd;
}
.tooltip {
display: none;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.8);
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
}
.tooltip > .nub {
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent rgb(0,0,0) transparent;
  border-color: transparent transparent rgba(0,0,0,0.8) transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}
.tooltip.tip-override > .nub {
  border-color: transparent transparent rgb(0,0,0) transparent !important;
  border-color: transparent transparent rgba(0,0,0,0.8) transparent !important;
  top: -10px !important;
}
.tooltip.tip-top > .nub {
  border-color: rgb(0,0,0) transparent transparent transparent;
  border-color: rgba(0,0,0,0.8) transparent transparent transparent;
  top: auto;
  bottom: -10px;
}
.tooltip.tip-left, .tooltip.tip-right, .has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}
.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent rgb(0,0,0);
  border-color: transparent transparent transparent rgba(0,0,0,0.8);
  right: -10px;
  left: auto;
}
.tooltip.tip-right > .nub {
  border-color: transparent rgb(0,0,0) transparent transparent;
  border-color: transparent rgba(0,0,0,0.8) transparent transparent;
  right: auto;
  left: -10px;
}
.tooltip.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.has-tip.opened {
  color: #0192DD !important;
  border-bottom: dotted 1px #0593DC !important;
}
.tap-to-close {
  display: block;
  font-size: 10px;
  color: #888;
  font-weight: normal;
}

/* -----------------------------------------
   Standard Forms
----------------------------------------- */

form { margin: 0 0 18px; }
form label { display: block; font-size: 13px; line-height: 18px; cursor: pointer; margin-bottom: 9px; }

input.input-text, textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
input.input-text, textarea, select { display: block; margin-bottom: 9px; }
label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown { margin-top: -9px; }

/* Text input and textarea font and padding */
input.input-text, textarea { font-size: 13px; padding: 4px 3px 2px; background: #fff; }
input.input-text:focus, textarea:focus { outline: none !important; }
input.input-text.oversize, textarea.oversize { font-size: 18px !important; padding: 4px 5px !important; }
input.input-text:focus, textarea:focus { background: #f9f9f9; }

/* Text input and textarea, disabled */
input.input-text[disabled], textarea[disabled] { background-color: #ddd; }

/* Inlined Label Style */
input.placeholder, textarea.placeholder { color: #888; }

/* Text input and textarea sizes */
input.input-text, textarea { width: 254px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
input.small, textarea.small { width: 134px; }
input.medium, textarea.medium { width: 254px; }
input.large, textarea.large { width: 434px; }
input.expand, textarea.expand { width: 100%; }

/* Fieldsets */
form fieldset { padding: 9px 9px 2px 9px; border: solid 1px #ddd; margin: 18px 0; }

/* Inlined Radio & Checkbox */
.form-field input[type=radio], div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }

/* Errors */
.form-field.error input, input.input-text.red { border-color: #C00000; background-color: rgba(255,0,0,0.15); }
.form-field.error label, label.red { color: #C00000; }
.form-field.error small, small.error { margin-top: -6px; display: block; margin-bottom: 9px; font-size: 11px; color: #C00000; width: 254px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.small + small.error { width: 134px; }
.medium + small.error { width: 254px; }
.large + small.error { width: 434px; }
.expand + small.error { width: 100%; }

.small.oversize + small.error { width: 144px; }
.medium.oversize + small.error { width: 254px; }
.large.oversize + small.error { width: 444px; }
.expand.oversize + small.error { width: 100%; }

/* -----------------------------------------
   :: Nicer Forms
----------------------------------------- */

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: 13px; padding: 10px; 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; }

/* Text input and textarea, disabled */
form.nice div.form-field input[disabled], form.nice input.input-text[disabled], form.nice textarea[disabled] { background-color: #ddd; }

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: 6px 4px; border: solid 0 #C00000; border-width: 0 1px 1px 1px; margin-top: -10px; background: #C00000; color: #fff; font-size: 12px; 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.nice div.form-field.error .small.oversize + small, form.nice .small.oversize + small.error { width: 136px; }
form.nice div.form-field.error .medium.oversize + small, form.nice .medium.oversize + small.error { width: 256px; }
form.nice div.form-field.error .large.oversize + small, form.nice .large.oversize + small.error { width: 436px; }

/* -----------------------------------------
   :: Custom Forms
----------------------------------------- */

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: 0 -14px; }
form.custom span.custom.checkbox.checked { background-position: 0 -28px; }

form.custom div.custom.dropdown { display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; }
form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; min-height: 26px; padding: 0 38px 0 6px; border: solid 1px #ddd; color: #141414; background-color: #fff; }
form.custom div.custom.dropdown a.selector { position: absolute; width: 26px; height: 26px; display: block; background: url(../images/misc/custom-form-sprites.png) -14px 1px no-repeat; right: 0; top: 0; 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: 0; top: 27px; margin: 0; padding: 0; background: #fff; background: rgba(255,255,255,0.95); border: solid 1px #ddd; }
form.custom div.custom.dropdown ul li { cursor: pointer; padding: 3px 38px 3px 6px; min-height: 18px; margin: 0; white-space: nowrap}
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; z-index: 10; }

form.custom div.custom.dropdown.small { width: 134px !important; }
form.custom div.custom.dropdown.medium { width: 254px !important; }
form.custom div.custom.dropdown.large { width: 434px !important; }
form.custom div.custom.dropdown.expand { width: 100% !important; }

form.custom div.custom.dropdown.open.small ul { width: 132px !important; }
form.custom div.custom.dropdown.open.medium ul { width: 252px !important; }
form.custom div.custom.dropdown.open.large ul { width: 432px !important; }
form.custom div.custom.dropdown.open.expand ul { width: 100% !important; box-sizing: border-box; }

/* Custom input, disabled */
form.custom .custom.disabled { background-color: #ddd; }

/* -----------------------------------------
   :: Nicer Custom Forms
----------------------------------------- */

form.custom.nice span.custom.checkbox { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }

form.custom.nice div.custom.dropdown a.current { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; background-image: url(../images/misc/input-bg-outset.png); background-position: bottom right; }
form.custom.nice div.custom.dropdown a.selector { height: 27px; border-width: 0 0 0 1px; }
form.custom.nice div.custom.dropdown ul { 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; }


/* CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php */
 
/* -----------------------------------------
   Orbit Slider
----------------------------------------- */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit .orbit-slide {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

div.orbit a.orbit-slide {
    border: none;
    line-height: 0; 
    display: none; }

div.orbit div.orbit-slide {
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */

/* Timer
   ================================================== */

div.orbit-wrapper div.timer {
	display:none !important;
    z-index: 31; }

/* Captions
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    z-index: 30;
	font-weight:700;
    color: #fff;
    padding: 6px 10px;
	line-height:20px;
    font-size: 13px;
    position: absolute;
	margin-left:10px;
    right: 10px;
    top: 10px; }
	
.orbit-wrapper .orbit-caption a {
	color:#8EE5FF;	
}

.orbit-wrapper .orbit-caption a {
	color:#8EE5FF;	
}

/* Directional Nav
   ================================================== */

div.orbit-wrapper div.slider-nav {
    display: block }

div.orbit-wrapper div.slider-nav span {
    width: 30px;
    height: 30px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background:#fff url(../images/orbit/slider-controls.png) no-repeat;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    text-indent: -9999px;
    position: absolute;
    z-index: 30;
	bottom:10px;
    cursor: pointer; }

div.orbit-wrapper div.slider-nav span.right {
	background-position:top center;
    left: 43px; }

div.orbit-wrapper div.slider-nav span.left {
	background-position:bottom center;
    left: 10px; }
	
div.orbit-wrapper div.slider-nav span:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* Bullet Nav
   ================================================== */

ul.orbit-bullets {
	margin:0px !important;
    position: absolute;
    z-index: 30;
    list-style: none;
    bottom:10px;
	left:80px;
    padding: 0; }

ul.orbit-bullets li {
    float: left;
	opacity:0.9;
	filter: alpha(opacity=90);
	display:block;
	width:10px;
	height:10px;
	padding:0;
	margin:10px 4px;
	text-indent:-9999px;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
    cursor: pointer;
    overflow: hidden; }

ul.orbit-bullets li.active {
	opacity:1.0;
	width:14px;
	height:14px;
	margin:8px 2px; }
    
/* Fluid Layout
   ================================================== */
   
div.orbit img.fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%; }

div.orbit, div.orbit-wrapper { width: 100% !important; }

/* CSS for jQuery Reveal Plugin
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 40;
	display: none;
	top: 0;
	left: 0; 
	}

.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee url(../images/misc/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 41;
	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;
	} 

.reveal-modal .row {
	min-width: 0;
}
	
/* Mobile */
	
	@media handheld, only screen and (max-width: 1023px) {
		.reveal-modal-bg { position: absolute; }
		
		.reveal-modal,
		.reveal-modal.small,
		.reveal-modal.medium,
		.reveal-modal.large,
		.reveal-modal.xlarge { width: 60%; top: 60px; left: 15%; margin-left: 0; padding: 20px; 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: 15px; left: 5%; margin-left: 0; padding: 20px; height: auto; }
	}


/* --------------------------------------------------
	Mobile Styles Start
	-------------------------------------------------- */

/* --------------------------------------------------
	:: Typography
	-------------------------------------------------- */
	
	@media handheld, only screen and (max-width: 767px) {
		h1 { font-size: 32px; line-height: 1.3; }
		h2 { font-size: 28px; line-height: 1.3; }
		h3 { font-size: 21px; line-height: 1.3; }
		h4 { font-size: 18px; line-height: 1.2; }
		h5 { font-size: 16px; line-height: 1.2; }
		h6 { font-size: 15px; line-height: 1.2; }
		body, p { font-size: 15px; line-height: 1.6; }
	}

/* --------------------------------------------------
	:: Grid
	-------------------------------------------------- */
	
	/* Mobile */
	
	.row .row { width:100% !important; }
	
	@media only screen and (min-width: 768px) and (max-width: 1000px) {
		.row { width:94%; }
	}
	
	@media only screen and (min-width: 460px) and (max-width: 767px) {
		.row { width:420px; }
	}
	
	@media only screen and (min-width: 320px) and (max-width: 459px) {
		.row { width:94%; }
	}
	
	@media only screen and (max-width: 319px) {
		.row { width:92%; }
	}
	
	@media only screen and (max-width: 767px) {		
		body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
		.container { min-width: 0; margin-left: 0; margin-right: 0; }
		.row { min-width: 0; }
		.row .row .column, .row .row .columns { padding: 0; }
		.column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; margin-bottom:15px; }
		.column:last-child, .columns:last-child { margin-right: 0; float: none; }
		[class*="column"] + [class*="column"]:last-child { float: none; }
		[class*="column"]:before, [class*="column"]:after { content:""; display:table; }
		[class*="column"]:after { clear: both; }
		
		.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; }
		
		.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
		.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
		
		/* Mobile 4-column Grid */
		.row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child { margin-left: 0; }
		.row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child { float: right; }
		
		.row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four { margin-left: 4.4%; float: left; min-height: 1px; position: relative; padding: 0; }
		
		.row .phone-one 	{ width: 21.68% !important; }
		.row .phone-two 	{ width: 47.8% !important; }
		.row .phone-three 	{ width: 73.9% !important; }
		.row .phone-four 	{ width: 100% !important; }
		
		.row .push-one-phone { left: 26.08%; }
		.row .push-two-phone { left: 52.2% }
		.row .push-three-phone { left: 78.3% }
		
		.row .pull-one-phone { right: 26.08% }
		.row .pull-two-phone { right: 52.2% }
		.row .pull-three-phone { right: 78.3%; }
		
		
	}
	
/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */	
	
	@media only screen and (max-width: 767px) {
		.block-grid.mobile { margin-left: 0; }
		.block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
	}

/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/
	
	.show-on-phones { display: none !important; }	
	.show-on-tablets { display: none !important; }
	.show-on-desktops { display: block !important; }
	
	.hide-on-phones { display: block !important; }	
	.hide-on-tablets { display: block !important; }
	.hide-on-desktops { display: none !important; }
	
	/* Modernizr-enabled tablet targeting */
	@media only screen and (max-width: 1280px) and (min-width: 768px) {
		.touch .hide-on-phones { display: block !important; }
		.touch .hide-on-tablets { display: none !important; }
		.touch .hide-on-desktops { display: block !important; }
		
		.touch .show-on-phones { display: none !important; }
		.touch .show-on-tablets { display: block !important; }
		.touch .show-on-desktops { display: none !important; }
	}
	
	@media only screen and (max-width: 767px) {
		.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; }
	}
	
	/* Specific overrides for elements that require something other than display: block */
	
	table.show-on-desktops { display: table !important; }
	table.hide-on-phones { display: table !important; }	
	table.hide-on-tablets { display: table !important; }
	
	@media only screen and (max-width: 1280px) and (min-width: 768px) {
		.touch table.hide-on-phones { display: table !important; }
		.touch table.hide-on-desktops { display: table !important; }
		.touch table.show-on-tablets { display: table !important; }
	}
	
	@media only screen and (max-width: 767px) {
		table.hide-on-tablets { display: table !important; }
		table.hide-on-desktops { display: table !important; }
		table.show-on-phones { display: table !important; }
	}
	
/* -------------------------------------------------- 
	:: Forms
---------------------------------------------------*/	

	@media only screen and (max-width: 767px) {
		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: 100%; 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; 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; }
		form.nice div.form-field.error .expand + small, form.nice .expand + .error { width: auto; }
	}

/* -------------------------------------------------- 
	:: Orbit Slider
---------------------------------------------------*/
	
	@media only screen and (max-width: 320px) {
		
		.orbit-wrapper .orbit-caption {
			right:0;
			top:0;
			border-radius:0px;
			padding:3px 5px;
			line-height:16px;
		}
		div.orbit-wrapper div.slider-nav span {
			width: 25px;
			height: 25px;
			bottom: 3px; }
		
		div.orbit-wrapper div.slider-nav span.right {
			background-position-y:-2px;
			left: 30px; }
		
		div.orbit-wrapper div.slider-nav span.left {
			background-position-y:-32px;
			left: 3px; }
		
		ul.orbit-bullets {
			bottom:0px;
			left:60px; }

	}
/* -------------------------------------------------- 
	:: UI
---------------------------------------------------*/	
	
	/* Buttons */
	@media only screen and (max-width: 767px) {
		.button { display: block; }
		button.button, input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; margin-bottom: 5px; }
	}
	
	/* Tabs */
	
	@media only screen and (max-width: 767px) {
		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 0 #ccc; border-width: 1px 0 0; margin: 0; color: #555; background: #eee; font-size: 15px; }
		dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; }
	
		.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: 0; height: auto; }
		.nice.tabs.mobile dd:first-child a.active { margin: 0; }
		
		dl.contained.mobile, dl.nice.contained.mobile { margin-bottom: 0; }
		dl.contained.tabs.mobile dd a { padding: 18px 20px; }
		dl.nice.contained.tabs.mobile dd a { padding: 18px 20px; }
		
		dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; }
	}
	
	/* Nav Bar */

	@media only screen and (max-width: 767px) {
		.nav-bar { height: auto; }
		.nav-bar>li { float: none; display: block; border-right: none; }
		.nav-bar>li>a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; }
		.nav-bar>li:first-child>a.main { border-top: none; }
		.nav-bar>li.has-flyout>a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; border-left: 1px dashed #eee; display: block; }
		.nav-bar>li.has-flyout>a.flyout-toggle span { content: ""; width: 0; height: 0; border-left: 4px solid transparent;border-right: 4px solid transparent; border-top: 4px solid #2a85e8; display: block; }
		.nav-bar>li.has-flyout>a.flyout-toggle:hover span { border-top-color: #141414; }
		
		.flyout { position: relative; width: auto; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; }
		.flyout.right { float: none; right: auto; left: -1px; }
		.flyout.small, .flyout.large { width: auto; }
		.flyout p:last-child { margin-bottom: 18px; }
	}


	/* Tooltips */
	@media only screen and (max-width: 767px) {
	  .tooltip {
	    font-size: 14px;
	    line-height: 1.4;
	    padding: 7px 10px 9px 10px;
	  }
  	.tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
		  border-color: transparent transparent rgb(0,0,0) transparent;
		  border-color: transparent transparent rgba(0,0,0,0.85) transparent;
		  top: -12px;
    	left: 10px;
		}
  }
	
	/* Video */
	
	@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
		.flex-video { padding-top: 0; }
	}