@charset "UTF-8";

/* Requires: normalize.css */

/* Global Reset & Standards ---------------------- */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Links ---------------------- */

/* Misc ---------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.hide {
	display: none;
}

.hide-override {
	display: none !important;
}

.highlight {
	background: #CCFF44;
}

figure {
	margin: 0;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 22px 0 21px;
	height: 0;
}

em, i {
	font-style: italic;
	line-height: inherit;
}

strong, b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 60%;
	line-height: inherit;
}

code {
	font-weight: bold;
	background: #CCFF44;
}

/* Lists ---------------------- */

ul, ol, dl {
	line-height: 1.6;
	margin-bottom: 17px;
	list-style-position: inside;
}

ul li ul, ul li ol {
	margin-left: 20px;
	margin-bottom: 0;
}

ul.square, ul.circle, ul.disc {
	margin-left: 17px;
}

ul.square {
	list-style-type: square;
}

ul.square li ul {
	list-style: inherit;
}

ul.circle {
	list-style-type: circle;
}

ul.circle li ul {
	list-style: inherit;
}

ul.disc {
	list-style-type: disc;
}

ul.disc li ul {
	list-style: inherit;
}

ul.no-bullet {
	list-style: none;
}

ul.large li {
	line-height: 21px;
}

ol {
	margin-left: 20px;
}

ol li ul, ol li ol {
	margin-left: 20px;
	margin-bottom: 0;
}

dt.table-of-contents {
	font-weight: bold;
	font-size: 1.0em;
	color: #442233;
}

dd {
	background: none no-repeat left top;
	padding-left: 25px;
}

/* Blockquotes ---------------------- */

blockquote, blockquote p {
	line-height: 1.5;
	color: #6f6f6f;
}

blockquote {
	margin: 0 0 17px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 13px;
	color: #555555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
	color: #555555;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #222222;
	border-bottom: 1px solid #ddd;
	cursor: help;
}

abbr {
	text-transform: none;
}

/* Standard Forms ---------------------- */

form {
	margin: 0 0 19.41641px;
}

.row form .row {
	margin: 0 -6px;
}

.row form .row .column, .row form .row .columns {
	padding: 0 6px;
}

.row form .row.collapse {
	margin: 0;
}

.row form .row.collapse .column, .row form .row.collapse .columns {
	padding: 0;
}

label {
	font-size: 1.1em;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: 500;
	margin-bottom: 3px;
}

label.right {
	float: none;
	text-align: right;
}

label.inline {
	line-height: 32px;
	margin: 0 0 12px 0;
}

.prefix, .postfix {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	height: 32px;
	line-height: 31px;
}

a.button.prefix, a.button.postfix {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

span.prefix, span.postfix {
	background: #f2f2f2;
	border: 1px solid #cccccc;
}

.prefix {
	left: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	overflow: hidden;
}

.postfix {
	right: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 1.1em;
	margin: 0 0 12px 0;
	padding: 6px;
	height: 32px;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
	font-size: 17px;
	padding: 4px 6px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
	background: #fafafa;
	border-color: #b3b3b3;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
	background-color: #ddd;
}

textarea {
	height: auto;
}

select {
	width: 100%;
}

/* Fieldsets */

fieldset {
	border: solid 1px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 12px;
	margin: 18px 0;
}

fieldset legend {
	font-weight: bold;
	background: white;
	padding: 0 3px;
	margin: 0;
	margin-left: -3px;
}

/* Errors */

.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
	border-color: #DD0022;
	background-color: rgba(198, 15, 19, 0.1);
}

.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
	outline-color: #f5797c;
}

.error label, label.error {
	color: #DD0022;
}

.error small, small.error {
	display: block;
	padding: 6px 4px;
	margin-top: -13px;
	margin-bottom: 12px;
	background: #DD0022;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

/* Custom Forms ---------------------- */

form.custom {
	
}

form.custom span.custom {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	border: solid 1px #cccccc;
	background: white;
}

form.custom span.custom.radio {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

form.custom span.custom.checkbox:before {
	content: "";
	display: block;
	line-height: 0.8;
	height: 14px;
	width: 14px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.1em;
	color: #fff;
}

form.custom span.custom.radio.checked:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	background: #222222;
	position: relative;
	top: 3px;
	left: 3px;
}

form.custom span.custom.checkbox.checked:before {
	content: "\00d7";
	color: #222222;
}

form.custom div.custom.dropdown {
	display: block;
	position: relative;
	width: auto;
	height: 28px;
	margin-bottom: 9px;
	margin-top: 2px;
}

form.custom div.custom.dropdown ul {
	overflow-y: auto;
	max-height: 200px;
}

form.custom div.custom.dropdown a.current {
	display: block;
	width: auto;
	line-height: 26px;
	min-height: 28px;
	padding: 0;
	padding-left: 6px;
	padding-right: 38px;
	border: solid 1px #dddddd;
	color: #141414;
	background-color: white;
	white-space: nowrap;
}

form.custom div.custom.dropdown a.selector {
	position: absolute;
	width: 27px;
	height: 28px;
	display: block;
	right: 0;
	top: 0;
	border: solid 1px #dddddd;
}

form.custom div.custom.dropdown a.selector:after {
	content: "";
	display: block;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #aaaaaa transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	margin-left: -5px;
}

form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #222222 transparent transparent transparent;
}

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: 134px !important;
}

form.custom div.custom.dropdown.open.medium ul {
	width: 254px !important;
}

form.custom div.custom.dropdown.open.large ul {
	width: 434px !important;
}

form.custom div.custom.dropdown.open.expand ul {
	width: 100% !important;
}

form.custom div.custom.dropdown ul {
	position: absolute;
	width: auto;
	display: none;
	margin: 0;
	left: 0;
	top: 27px;
	margin: 0;
	padding: 0;
	background: white;
	background: rgba(187, 102, 51, 1);
	border: solid 1px #cccccc;
}

form.custom div.custom.dropdown ul li {
	color: #555555;
	font-size: 13px;
	cursor: pointer;
	padding: 3px;
	padding-left: 6px;
	padding-right: 38px;
	min-height: 18px;
	line-height: 18px;
	margin: 0;
	white-space: nowrap;
	list-style: none;
}

form.custom div.custom.dropdown ul li.selected {
	background: #cdebf5;
	color: black;
}

form.custom div.custom.dropdown ul li.selected:after {
	content: "\2013";
	position: absolute;
	right: 10px;
}

form.custom div.custom.dropdown ul li:hover {
	background-color: #cdebf5;
	color: black;
}

form.custom div.custom.dropdown ul li:hover:after {
	content: "\2013";
	position: absolute;
	right: 10px;
	color: #a3dbec;
}

form.custom div.custom.dropdown ul li.selected:hover {
	background: #cdebf5;
	cursor: default;
	color: black;
}

form.custom div.custom.dropdown ul li.selected:hover:after {
	color: black;
}

form.custom div.custom.dropdown ul.show {
	display: block;
}

form.custom .custom.disabled {
	background-color: #dddddd;
}

/* Correct FF custom dropdown height */

@-moz-document url-prefix() {
	form.custom div.custom.dropdown a.selector { height: 28px;
}

}

.lt-ie9 form.custom div.custom.dropdown a.selector {
	height: 28px;
}

/* Normal Buttons ---------------------- */

.button {
	width: auto;
	background: #993300;
	border: 1px solid #000000;
	-webkit-box-shadow: 0 1px 0 rgba(68, 34, 51, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(68, 34, 51, 0.5) inset;
	box-shadow: 0 1px 0 rgba(68, 34, 51, 0.5) inset;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-col

or 0.15s ease

-in-out;
/*

Hovers */ 

/*

Sizes */ 

/*

Colors */ 

/*

Radii */ 

/*

Layout */ 

/*

Disabled ---------- */
}

.button:hover, .button:focus {
	color: white;
	background-color: #993300;
}

.button:active {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

.button.large {
	font-size: 17px;
	padding: 15px 30px 16px;
}

.button.medium {
	font-size: 1.1em;
}

.button.small {
	font-size: 11px;
	padding: 7px 14px 8px;
}

.button.tiny {
	font-size: 10px;
	padding: 5px 10px 6px;
}

.button.expand {
	width: 100%;
	text-align: center;
}

.button.primary {
	background-color: #993300;
	border: 1px solid #1e728c;
}

.button.primary:hover, .button.primary:focus {
	background-color: #993300;
}

.button.success {
	background-color: #9c3;
	border: 1px solid #396516;
}

.button.success:hover, .button.success:focus {
	background-color: #9c3;
}

.button.alert {
	background-color: #DD0022;
	border: 1px solid #7f0a0c;
}

.button.alert:hover, .button.alert:focus {
	background-color: #970b0e;
}

.button.secondary {
	background-color: #e9e9e9;
	color: #1d1d1d;
	border: 1px solid #c3c3c3;
}

.button.secondary:hover, .button.secondary:focus {
	background-color: #d0d0d0;
}

.button.radius {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.button.round {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
	border-radius: 1000px;
}

.button.full-width {
	width: 100%;
	text-align: center;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.button.left-align {
	text-align: left;
	text-indent: 12px;
}

.button.disabled, .button[disabled] {
	opacity: 0.6;
	cursor: default;
	background: #993300;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button.disabled:hover, .button[disabled]:hover {
	background: #993300;
}

.button.disabled.success, .button[disabled].success {
	background-color: #9c3;
}

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #9c3;
	outline: none;
}

.button.disabled.alert, .button[disabled].alert {
	background-color: #DD0022;
}

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #DD0022;
	outline: none;
}

.button.disabled.secondary, .button[disabled].secondary {
	background-color: #e9e9e9;
}

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #e9e9e9;
	outline: none;
}

/* Don't use native buttons on iOS */

input[type=submit].button, button.button {
	-webkit-appearance: none;
}

/* Correct FF button padding */

@-moz-document url-prefix() {
	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;
	padding: 0;
}

}

input[type="submit"].tiny.button {
	padding: 3px 10px 4px;
}

input[type="submit"].small.button {
	padding: 5px 14px 6px;
}

input[type="submit"].button, input[type=submit].medium.button {
	padding: 8px 20px 9px;
}

input[type="submit"].large.button {
	padding: 13px 30px 14px;
}

/* @group Buttons w/Dropdowns */

/* Buttons with Dropdowns ---------------------- */

.button.dropdown {
	position: relative;
	padding-right: 44px;
}

.button.dropdown.large {
	padding-right: 60px;
}

.button.dropdown.small {
	padding-right: 28px;
}

.button.dropdown.tiny {
	padding-right: 20px;
}

.button.dropdown:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 6px;
	border-color: white transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
}

.button.dropdown.large:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 7px;
	border-color: white transparent transparent transparent;
	margin-top: -3px;
	right: 30px;
}

.button.dropdown.small:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: white transparent transparent transparent;
	margin-top: -2px;
	right: 14px;
}

.button.dropdown.tiny:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 4px;
	border-color: white transparent transparent transparent;
	margin-top: -1px;
	right: 10px;
}

.button.dropdown > ul {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: none;
	position: absolute;
	left: -1px;
	background: #fff;
	background: rgba(187, 102, 51, 1);
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
	border-top: none;
	min-width: 100%;
	z-index: 40;
}

.button.dropdown > ul li {
	width: 100%;
	cursor: pointer;
	padding: 0;
	min-height: 18px;
	line-height: 18px;
	margin: 0;
	white-space: nowrap;
	list-style: none;
}

.button.dropdown > ul li a, .button.dropdown > ul li button {
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	padding: 6px 14px;
	text-align: left;
}

.button.dropdown > ul li button {
	width: 100%;
	border: inherit;
	background: inherit;
	font-family: inherit;
	margin: inherit;
	-webkit-font-smoothing: antialiased;
}

.button.dropdown > ul li:hover, .button.dropdown > ul li:focus {
	background-color: #000000;
	color: #E8E8E8;
}

.button.dropdown > ul li.divider {
	min-height: 0;
	padding: 0;
	height: 1px;
	margin: 4px 0;
	background: #ededed;
}

.button.dropdown.up > ul {
	border-top: 1px solid #cccccc;
	border-bottom: none;
}

.button.dropdown ul.no-hover.show-dropdown {
	display: block !important;
}

.button.dropdown:hover > ul.no-hover {
	display: none;
}

.button.dropdown.split {
	padding: 0;
	position: relative;


/*

Sizes *

/ /* Triangle Spans *

/ /* Colors */
}

.button.dropdown.split:after {
	display: none;
}

.button.dropdown.split:hover, .button.dropdown.split:focus {
	background-color: #993300;
}

.button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus {
	background-color: #DD0022;
}

.button.dropdown.split.success:hover, .button.dropdown.split.success:focus {
	background-color: #9c3;
}

.button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus {
	background-color: #e9e9e9;
}

.button.dropdown.split > a {
	color: white;
	display: block;
	padding: 10px 50px 11px 20px;
	padding-left: 20px;
	padding-right: 50px;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.button.dropdown.split > a:hover, .button.dropdown.split > a:focus {
	background-color: #3366CC;
	-webkit-box-shadow: 0 1px 0 rgba(68, 34, 51, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(68, 34, 51, 0.5) inset;
	box-shadow: 0 1px 0 rgba(68, 34, 51, 0.5) inset;
}

.button.dropdown.split.large > a {
	padding: 15px 75px 16px 30px;
	padding-left: 30px;
	padding-right: 75px;
}

.button.dropdown.split.small > a {
	padding: 7px 35px 8px 14px;
	padding-left: 14px;
	padding-right: 35px;
}

.button.dropdown.split.tiny > a {
	padding: 5px 25px 6px 10px;
	padding-left: 10px;
	padding-right: 25px;
}

.button.dropdown.split > span {
	background-color: #993300;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30px;
	border-left: 1px solid #1e728c;
	-webkit-box-shadow: 1px 1px 0 rgba(68, 34, 51, 0.5) inset;
	-moz-box-shadow: 1px 1px 0 rgba(68, 34, 51, 0.5) inset;
	box-shadow: 1px 1px 0 rgba(68, 34, 51, 0.5) inset;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.button.dropdown.split > span:hover, .button.dropdown.split > span:focus {
	background-color: #3366CC;
}

.button.dropdown.split > span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 6px;
	border-color: white transparent transparent transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -2px;
}

.button.dropdown.split.secondary > span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 6px;
	border-color: #1d1d1d transparent transparent transparent;
}

.button.dropdown.split.large span {
	width: 45px;
}

.button.dropdown.split.small span {
	width: 21px;
}

.button.dropdown.split.tiny span {
	width: 15px;
}

.button.dropdown.split.large span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 7px;
	border-color: white transparent transparent transparent;
	margin-top: -3px;
	margin-left: -7px;
}

.button.dropdown.split.small span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 4px;
	border-color: white transparent transparent transparent;
	margin-top: -1px;
	margin-left: -4px;
}

.button.dropdown.split.tiny span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 3px;
	border-color: white transparent transparent transparent;
	margin-top: -1px;
	margin-left: -3px;
}

.button.dropdown.split.alert > span {
	background-color: #DD0022;
	border-left-color: #7f0a0c;
}

.button.dropdown.split.success > span {
	background-color: #9c3;
	border-left-color: #396516;
}

.button.dropdown.split.secondary > span {
	background-color: #e9e9e9;
	border-left-color: #c3c3c3;
}

.button.dropdown.split.secondary > a {
	color: #1d1d1d;
}

.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus {
	background-color: #970b0e;
}

.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus {
	background-color: #9c3;
}

.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus {
	background-color: #d0d0d0;
}

/* @end */

/* @group Button Groups */

/* Button Groups */

.button-group {
	list-style: none;
	margin: 0;
	*zoom: 1;
}

.button-group:before, .button-group:after {
	content: " ";
	display: table;
}

.button-group:after {
	clear: both;
}

.button-group > * {
	margin: 0 0 0 -1px;
	float: left;
}

.button-group > *:first-child {
	margin-left: 0;
}

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-bottomleft: 1000px;
	-moz-border-radius-topleft: 1000px;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-topright: 1000px;
	-moz-border-radius-bottomright: 1000px;
	-webkit-border-top-right-radius: 1000px;
	-webkit-border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
}

.button-group.even-2 li {
	width: 50%;
}

.button-group.even-2 li .button {
	width: 100%;
}

.button-group.even-3 li {
	width: 33.33333%;
}

.button-group.even-3 li .button {
	width: 100%;
}

.button-group.even-4 li {
	width: 25%;
}

.button-group.even-4 li .button {
	width: 100%;
}

.button-group.even-5 li {
	width: 20%;
}

.button-group.even-5 li .button {
	width: 100%;
}

.button-group.even-6 li {
	width: 16.66667%;
}

.button-group.even-6 li .button {
	width: 100%;
}

.button-group.even-7 li {
	width: 14.28571%;
}

.button-group.even-7 li .button {
	width: 100%;
}

.button-group.even-8 li {
	width: 12.5%;
}

.button-group.even-8 li .button {
	width: 100%;
}

.button-bar {
	*zoom: 1;
}

.button-bar:before, .button-bar:after {
	content: " ";
	display: table;
}

.button-bar:after {
	clear: both;
}

.button-bar .button-group {
	float: left;
	margin-right: 0.625em;
}

.button-bar .button-group div {
	overflow: hidden;
}

/* @end */

/* @group Reveal */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.45);
	z-index: 40;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	background: #e5e5dc;
	visibility: hidden;
	display: none;
	top: 100px;
	left: 50%;
	margin-left: -260px;
	margin-top: 10%;
	width: 520px;
	position: absolute;
	z-index: 41;
	padding: 30px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal .close-reveal-modal:not(.button) {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	cursor: pointer;
}

.reveal-modal.small {
	width: 30%;
	margin-left: -15%;
}

.reveal-modal.medium {
	width: 40%;
	margin-left: -20%;
}

.reveal-modal.large {
	width: 60%;
	margin-left: -30%;
}

.reveal-modal.xlarge {
	width: 70%;
	margin-left: -35%;
}

.reveal-modal.expand {
	width: 90%;
	margin-left: -45%;
}

.reveal-modal .row {
	min-width: 0;
	margin-bottom: 10px;
}

.reveal-modal > :first-child {
	margin-top: 0;
}

.reveal-modal > :last-child {
	margin-bottom: 0;
}

.reveal-modal {
	border: solid 1px #666;
	background: #e5e5dc;
}

.reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge {
	width: 65%;
	top: 25px;
	left: 60%;
	margin-left: -42%;
	padding: 20px;
	height: auto;
}

/* @end */