@charset "UTF-8";
/**
* Gumby Framework
* ---------------
*
* Follow @gumbycss on twitter and spread the love.
* We worked super hard on making this awesome and released it to the web.
* All we ask is you leave this intact. #gumbyisawesome
*
* Gumby Framework
* http://gumbyframework.com
*
* Built with love by your friends @digitalsurgeons
* http://www.digitalsurgeons.com
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
@import url(////fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
.pull_right {
	float: right;
}
.pull_left {
	float: left;
}
/* Base Styles */
html {
	font-size: 100%;
	line-height: 1.625em;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
	font-weight: 400;
	color: #555555;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
	}
}
html, body {
	height: 100%;
}
.hide {
	display: none;
}
.hide.active, .show {
	display: block;
}
.fixed {
	position: fixed;
}
.fixed.pinned {
	position: absolute;
}
@media only screen and (max-width: 768px) {
	.fixed {
		position: relative !important;
		top: auto !important;
		left: auto !important;
	}
}
.unfixed {
	position: relative !important;
	top: auto !important;
	left: auto !important;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

/* Fonts */

@font-face {
	font-family: "entypo";
	font-style: normal;
	font-weight: 400;
	src: url(https://www.mhaarchitects.com/fonts/icons/entypo.eot);
	src: url("https://www.mhaarchitects.com/fonts/icons/entypo.eot#iefix") format("ie9-skip-eot"), url("https://www.mhaarchitects.com/fonts/icons/entypo.woff") format("woff"), url("https://www.mhaarchitects.com/fonts/icons/entypo.ttf") format("truetype");
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #444444;
	text-rendering: optimizeLegibility;
	padding-top: 0.273em;
	line-height: 1.15538em;
	padding-bottom: 0.273em;
}
@media only screen and (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
		word-wrap: break-word;
	}
}
h1 {
	font-size: 68px;
	font-size: 4.25rem;
}
h1.xlarge {
	font-size: 110px;
	font-size: 6.875rem;
}
h1.xxlarge {
	font-size: 126px;
	font-size: 7.875rem;
}
h1.absurd {
	font-size: 177px;
	font-size: 11.0625rem;
}
h2 {
	font-size: 42px;
	font-size: 2.625rem;
}
h3 {
	font-size: 30px;
	font-size: 1.875rem;
}
h4 {
	font-size: 26px;
	font-size: 1.625rem;
}
h5 {
	font-size: 18px;
	font-size: 1.125rem;
}
h6 {
	font-size: 16px;
	font-size: 1rem;
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 42px;
		font-size: 2.625rem;
	}
	h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
}
.subhead {
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}
/*=====================================================
 Links & Paragraph styles
 ======================================================*/
p {
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 13px;
	line-height: 1.625em;
}
p.lead {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
	p {
		font-size: 17.6px;
		font-size: 1.1rem;
		line-height: 1.625em;
	}
}
a {
	color: #d04526;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover {
	color: #c03d20;
}
.marg_left {
	margin-left:10px !important;
}
.marg_right {
	margin-right:10px !important;
}
.sep50px {
	padding:50px 0 !important;
}
.top10px {
	margin-top:10px !important;
}
.top20px {
	margin-top:20px !important;
}
.top30px {
	margin-top:30px !important;
}
.top40px {
	margin-top:40px !important;
}
.top50px {
	margin-top:50px !important;
}
.bott10px {
	margin-bottom:10px !important;
}
.bott20px {
	margin-bottom:20px !important;
}
.bott30px {
	margin-bottom:30px !important;
}
.bott40px {
	margin-bottom:40px !important;
}
.bott50px {
	margin-bottom:50px !important;
}
.no_marg_bottom {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.no-gutter {
	padding-left:0 !important;
	padding-right:0 !important;
}
.white {
	color:#fff;
}
.pg-img {
	width:50%;
	height:auto;
	margin-left:20px;
	float:right;
}
.radius {
	border-radius:5px;
}

/*=====================================================
 Lists
 ======================================================*/
 
ul, ol {
	margin-bottom: 13px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
	margin-left: 30px;
}
ul.square, ul.circle, ul.disc {
	margin-left: 25px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul {
	margin: 4px 0 5px 25px;
}
ol ol {
	margin: 4px 0 5px 30px;
}
li {
	padding-bottom: 0.273em;
}
ul.large li {
	line-height: 21px;
}
dl dt {
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}
@media only screen and (max-width: 768px) {
	ul, ol, dl, p {
		text-align: left;
	}
}

/* Mobile */

em {
	font-style: italic;
	line-height: inherit;
}
strong {
	font-weight: 700;
	line-height: inherit;
}
small {
	font-size: 56.4%;
	line-height: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	color: #777;
}

/*  Blockquotes  */

blockquote {
	line-height: 20px;
	color: #777;
	margin: 0 0 18px;
	padding: 9px 20px 0 19px;
	border-left: 5px solid #ccc;
}
blockquote p {
	line-height: 20px;
	color: #777;
}
blockquote cite {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #555555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a {
	color: #555555;
}
blockquote cite a:visited {
	color: #555555;
}
hr {
	border: 1px solid #ccc;
	clear: both;
	margin: 16px 0 18px;
	height: 0;
}
abbr, acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #222;
	border-bottom: 1px solid #ccc;
	cursor: help;
}
abbr {
	text-transform: none;
}

@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 {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a:visited {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	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;
	}
}

.row {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.row .row {
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}
.column, .columns {
	margin-left: 2.12766%;
	float: left;
	min-height: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.column:first-child, .columns:first-child, .alpha {
	margin-left: 0;
}
.column.omega, .columns.omega {
	float: right;
}

/* Column Classes */

.row .one.column {
	width: 6.38298%;
}
.row .one.columns {
	width: 6.38298%;
}
.row .two.columns {
	width: 14.89362%;
}
.row .three.columns {
	width: 23.40426%;
}
.row .four.columns {
	width: 31.91489%;
}
.row .five.columns {
	width: 40.42553%;
}
.row .six.columns {
	width: 48.93617%;
}
.row .seven.columns {
	width: 57.44681%;
}
.row .eight.columns {
	width: 65.95745%;
}
.row .nine.columns {
	width: 74.46809%;
}
.row .ten.columns {
	width: 82.97872%;
}
.row .eleven.columns {
	width: 91.48936%;
}
.row .twelve.columns {
	width: 100%;
}

/* Push and Pull Classes */

.row .push_one {
	margin-left: 10.6383%;
}
/*.row .push_one:first-child {
	margin-left: 8.51064%;
}*/
.row .pull_one.one.column {
	margin-left: -14.89362%;
}
.row .pull_one.two.columns {
	margin-left: -23.40426%;
}
.row .pull_one.three.columns {
	margin-left: -31.91489%;
}
.row .pull_one.four.columns {
	margin-left: -40.42553%;
}
.row .pull_one.five.columns {
	margin-left: -48.93617%;
}
.row .pull_one.six.columns {
	margin-left: -57.44681%;
}
.row .pull_one.seven.columns {
	margin-left: -65.95745%;
}
.row .pull_one.eight.columns {
	margin-left: -74.46809%;
}
.row .pull_one.nine.columns {
	margin-left: -82.97872%;
}
.row .pull_one.ten.columns {
	margin-left: -91.48936%;
}
.row .push_two {
	margin-left: 19.14894%;
}
.row .push_two:first-child {
	margin-left: 17.02128%;
}
.row .pull_two.one.column {
	margin-left: -23.40426%;
}
.row .pull_two.two.columns {
	margin-left: -31.91489%;
}
.row .pull_two.three.columns {
	margin-left: -40.42553%;
}
.row .pull_two.four.columns {
	margin-left: -48.93617%;
}
.row .pull_two.five.columns {
	margin-left: -57.44681%;
}
.row .pull_two.six.columns {
	margin-left: -65.95745%;
}
.row .pull_two.seven.columns {
	margin-left: -74.46809%;
}
.row .pull_two.eight.columns {
	margin-left: -82.97872%;
}
.row .pull_two.nine.columns {
	margin-left: -91.48936%;
}
.row .pull_two.eleven.columns {
	margin-left: -108.51064%;
}
.row .push_three {
	margin-left: 27.65957%;
}
.row .push_three:first-child {
	margin-left: 25.53191%;
}
.row .pull_three.one.column {
	margin-left: -31.91489%;
}
.row .pull_three.two.columns {
	margin-left: -40.42553%;
}
.row .pull_three.three.columns {
	margin-left: -48.93617%;
}
.row .pull_three.four.columns {
	margin-left: -57.44681%;
}
.row .pull_three.five.columns {
	margin-left: -65.95745%;
}
.row .pull_three.six.columns {
	margin-left: -74.46809%;
}
.row .pull_three.seven.columns {
	margin-left: -82.97872%;
}
.row .pull_three.eight.columns {
	margin-left: -91.48936%;
}
.row .pull_three.ten.columns {
	margin-left: -108.51064%;
}
.row .pull_three.eleven.columns {
	margin-left: -117.02128%;
}
.row .push_four {
	margin-left: 36.17021%;
}
.row .push_four:first-child {
	margin-left: 34.04255%;
}
.row .pull_four.one.column {
	margin-left: -40.42553%;
}
.row .pull_four.two.columns {
	margin-left: -48.93617%;
}
.row .pull_four.three.columns {
	margin-left: -57.44681%;
}
.row .pull_four.four.columns {
	margin-left: -65.95745%;
}
.row .pull_four.five.columns {
	margin-left: -74.46809%;
}
.row .pull_four.six.columns {
	margin-left: -82.97872%;
}
.row .pull_four.seven.columns {
	margin-left: -91.48936%;
}
.row .pull_four.nine.columns {
	margin-left: -108.51064%;
}
.row .pull_four.ten.columns {
	margin-left: -117.02128%;
}
.row .pull_four.eleven.columns {
	margin-left: -125.53191%;
}
.row .push_five {
	margin-left: 44.68085%;
}
.row .push_five:first-child {
	margin-left: 42.55319%;
}
.row .pull_five.one.column {
	margin-left: -48.93617%;
}
.row .pull_five.two.columns {
	margin-left: -57.44681%;
}
.row .pull_five.three.columns {
	margin-left: -65.95745%;
}
.row .pull_five.four.columns {
	margin-left: -74.46809%;
}
.row .pull_five.five.columns {
	margin-left: -82.97872%;
}
.row .pull_five.six.columns {
	margin-left: -91.48936%;
}
.row .pull_five.eight.columns {
	margin-left: -108.51064%;
}
.row .pull_five.nine.columns {
	margin-left: -117.02128%;
}
.row .pull_five.ten.columns {
	margin-left: -125.53191%;
}
.row .pull_five.eleven.columns {
	margin-left: -134.04255%;
}
.row .push_six {
	margin-left: 53.19149%;
}
.row .push_six:first-child {
	margin-left: 51.06383%;
}
.row .pull_six.one.column {
	margin-left: -57.44681%;
}
.row .pull_six.two.columns {
	margin-left: -65.95745%;
}
.row .pull_six.three.columns {
	margin-left: -74.46809%;
}
.row .pull_six.four.columns {
	margin-left: -82.97872%;
}
.row .pull_six.five.columns {
	margin-left: -91.48936%;
}
.row .pull_six.seven.columns {
	margin-left: -108.51064%;
}
.row .pull_six.eight.columns {
	margin-left: -117.02128%;
}
.row .pull_six.nine.columns {
	margin-left: -125.53191%;
}
.row .pull_six.ten.columns {
	margin-left: -134.04255%;
}
.row .pull_six.eleven.columns {
	margin-left: -142.55319%;
}
.row .push_seven {
	margin-left: 61.70213%;
}
.row .push_seven:first-child {
	margin-left: 59.57447%;
}
.row .pull_seven.one.column {
	margin-left: -65.95745%;
}
.row .pull_seven.two.columns {
	margin-left: -74.46809%;
}
.row .pull_seven.three.columns {
	margin-left: -82.97872%;
}
.row .pull_seven.four.columns {
	margin-left: -91.48936%;
}
.row .pull_seven.six.columns {
	margin-left: -108.51064%;
}
.row .pull_seven.seven.columns {
	margin-left: -117.02128%;
}
.row .pull_seven.eight.columns {
	margin-left: -125.53191%;
}
.row .pull_seven.nine.columns {
	margin-left: -134.04255%;
}
.row .pull_seven.ten.columns {
	margin-left: -142.55319%;
}
.row .pull_seven.eleven.columns {
	margin-left: -151.06383%;
}
.row .push_eight {
	margin-left: 70.21277%;
}
.row .push_eight:first-child {
	margin-left: 68.08511%;
}
.row .pull_eight.one.column {
	margin-left: -74.46809%;
}
.row .pull_eight.two.columns {
	margin-left: -82.97872%;
}
.row .pull_eight.three.columns {
	margin-left: -91.48936%;
}
.row .pull_eight.five.columns {
	margin-left: -108.51064%;
}
.row .pull_eight.six.columns {
	margin-left: -117.02128%;
}
.row .pull_eight.seven.columns {
	margin-left: -125.53191%;
}
.row .pull_eight.eight.columns {
	margin-left: -134.04255%;
}
.row .pull_eight.nine.columns {
	margin-left: -142.55319%;
}
.row .pull_eight.ten.columns {
	margin-left: -151.06383%;
}
.row .pull_eight.eleven.columns {
	margin-left: -159.57447%;
}
.row .push_nine {
	margin-left: 78.7234%;
}
.row .push_nine:first-child {
	margin-left: 76.59574%;
}
.row .pull_nine.one.column {
	margin-left: -82.97872%;
}
.row .pull_nine.two.columns {
	margin-left: -91.48936%;
}
.row .pull_nine.four.columns {
	margin-left: -108.51064%;
}
.row .pull_nine.five.columns {
	margin-left: -117.02128%;
}
.row .pull_nine.six.columns {
	margin-left: -125.53191%;
}
.row .pull_nine.seven.columns {
	margin-left: -134.04255%;
}
.row .pull_nine.eight.columns {
	margin-left: -142.55319%;
}
.row .pull_nine.nine.columns {
	margin-left: -151.06383%;
}
.row .pull_nine.ten.columns {
	margin-left: -159.57447%;
}
.row .pull_nine.eleven.columns {
	margin-left: -168.08511%;
}
.row .push_ten {
	margin-left: 87.23404%;
}
.row .push_ten:first-child {
	margin-left: 85.10638%;
}
.row .pull_ten.one.column {
	margin-left: -91.48936%;
}
.row .pull_ten.three.columns {
	margin-left: -108.51064%;
}
.row .pull_ten.four.columns {
	margin-left: -117.02128%;
}
.row .pull_ten.five.columns {
	margin-left: -125.53191%;
}
.row .pull_ten.six.columns {
	margin-left: -134.04255%;
}
.row .pull_ten.seven.columns {
	margin-left: -142.55319%;
}
.row .pull_ten.eight.columns {
	margin-left: -151.06383%;
}
.row .pull_ten.nine.columns {
	margin-left: -159.57447%;
}
.row .pull_ten.ten.columns {
	margin-left: -168.08511%;
}
.row .pull_ten.eleven.columns {
	margin-left: -176.59574%;
}
.row .push_eleven {
	margin-left: 95.74468%;
}
.row .push_eleven:first-child {
	margin-left: 93.61702%;
}
.row .pull_eleven.two.columns {
	margin-left: -108.51064%;
}
.row .pull_eleven.three.columns {
	margin-left: -117.02128%;
}
.row .pull_eleven.four.columns {
	margin-left: -125.53191%;
}
.row .pull_eleven.five.columns {
	margin-left: -134.04255%;
}
.row .pull_eleven.six.columns {
	margin-left: -142.55319%;
}
.row .pull_eleven.seven.columns {
	margin-left: -151.06383%;
}
.row .pull_eleven.eight.columns {
	margin-left: -159.57447%;
}
.row .pull_eleven.nine.columns {
	margin-left: -168.08511%;
}
.row .pull_eleven.ten.columns {
	margin-left: -176.59574%;
}
.row .pull_eleven.eleven.columns {
	margin-left: -185.10638%;
}

/* Centered Classes */

.row .one.centered {
	margin-left: 46.80851%;
}
.row .two.centered {
	margin-left: 42.55319%;
}
.row .three.centered {
	margin-left: 38.29787%;
}
.row .four.centered {
	margin-left: 34.04255%;
}
.row .five.centered {
	margin-left: 29.78723%;
}
.row .six.centered {
	margin-left: 25.53191%;
}
.row .seven.centered {
	margin-left: 21.2766%;
}
.row .eight.centered {
	margin-left: 17.02128%;
}
.row .nine.centered {
	margin-left: 12.76596%;
}
.row .ten.centered {
	margin-left: 8.51064%;
}
.row .eleven.centered {
	margin-left: 4.25532%;
}

.row .pull_one.one.column:first-child, .row .pull_one.two.columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-child, .row .pull_one.five.columns:first-child, .row .pull_one.six.columns:first-child, .row .pull_one.seven.columns:first-child, .row .pull_one.eight.columns:first-child, .row .pull_one.nine.columns:first-child, .row .pull_one.ten.columns:first-child, .row .pull_two.one.column:first-child, .row .pull_two.two.columns:first-child, .row .pull_two.three.columns:first-child, .row .pull_two.four.columns:first-child, .row .pull_two.five.columns:first-child, .row .pull_two.six.columns:first-child, .row .pull_two.seven.columns:first-child, .row .pull_two.eight.columns:first-child, .row .pull_two.nine.columns:first-child, .row .pull_two.eleven.columns:first-child, .row .pull_three.one.column:first-child, .row .pull_three.two.columns:first-child, .row .pull_three.three.columns:first-child, .row .pull_three.four.columns:first-child, .row .pull_three.five.columns:first-child, .row .pull_three.six.columns:first-child, .row .pull_three.seven.columns:first-child, .row .pull_three.eight.columns:first-child, .row .pull_three.ten.columns:first-child, .row .pull_three.eleven.columns:first-child, .row .pull_four.one.column:first-child, .row .pull_four.two.columns:first-child, .row .pull_four.three.columns:first-child, .row .pull_four.four.columns:first-child, .row .pull_four.five.columns:first-child, .row .pull_four.six.columns:first-child, .row .pull_four.seven.columns:first-child, .row .pull_four.nine.columns:first-child, .row .pull_four.ten.columns:first-child, .row .pull_four.eleven.columns:first-child, .row .pull_five.one.column:first-child, .row .pull_five.two.columns:first-child, .row .pull_five.three.columns:first-child, .row .pull_five.four.columns:first-child, .row .pull_five.five.columns:first-child, .row .pull_five.six.columns:first-child, .row .pull_five.eight.columns:first-child, .row .pull_five.nine.columns:first-child, .row .pull_five.ten.columns:first-child, .row .pull_five.eleven.columns:first-child, .row .pull_six.one.column:first-child, .row .pull_six.two.columns:first-child, .row .pull_six.three.columns:first-child, .row .pull_six.four.columns:first-child, .row .pull_six.five.columns:first-child, .row .pull_six.seven.columns:first-child, .row .pull_six.eight.columns:first-child, .row .pull_six.nine.columns:first-child, .row .pull_six.ten.columns:first-child, .row .pull_six.eleven.columns:first-child, .row .pull_seven.one.column:first-child, .row .pull_seven.two.columns:first-child, .row .pull_seven.three.columns:first-child, .row .pull_seven.four.columns:first-child, .row .pull_seven.six.columns:first-child, .row .pull_seven.seven.columns:first-child, .row .pull_seven.eight.columns:first-child, .row .pull_seven.nine.columns:first-child, .row .pull_seven.ten.columns:first-child, .row .pull_seven.eleven.columns:first-child, .row .pull_eight.one.column:first-child, .row .pull_eight.two.columns:first-child, .row .pull_eight.three.columns:first-child, .row .pull_eight.five.columns:first-child, .row .pull_eight.six.columns:first-child, .row .pull_eight.seven.columns:first-child, .row .pull_eight.eight.columns:first-child, .row .pull_eight.nine.columns:first-child, .row .pull_eight.ten.columns:first-child, .row .pull_eight.eleven.columns:first-child, .row .pull_nine.one.column:first-child, .row .pull_nine.two.columns:first-child, .row .pull_nine.four.columns:first-child, .row .pull_nine.five.columns:first-child, .row .pull_nine.six.columns:first-child, .row .pull_nine.seven.columns:first-child, .row .pull_nine.eight.columns:first-child, .row .pull_nine.nine.columns:first-child, .row .pull_nine.ten.columns:first-child, .row .pull_nine.eleven.columns:first-child, .row .pull_ten.one.column:first-child, .row .pull_ten.three.columns:first-child, .row .pull_ten.four.columns:first-child, .row .pull_ten.five.columns:first-child, .row .pull_ten.six.columns:first-child, .row .pull_ten.seven.columns:first-child, .row .pull_ten.eight.columns:first-child, .row .pull_ten.nine.columns:first-child, .row .pull_ten.ten.columns:first-child, .row .pull_ten.eleven.columns:first-child, .row .pull_eleven.two.columns:first-child, .row .pull_eleven.three.columns:first-child, .row .pull_eleven.four.columns:first-child, .row .pull_eleven.five.columns:first-child, .row .pull_eleven.six.columns:first-child, .row .pull_eleven.seven.columns:first-child, .row .pull_eleven.eight.columns:first-child, .row .pull_eleven.nine.columns:first-child, .row .pull_eleven.ten.columns:first-child, .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.one.column:first-child, .sixteen.colgrid .row .pull_one.two.columns:first-child, .sixteen.colgrid .row .pull_one.three.columns:first-child, .sixteen.colgrid .row .pull_one.four.columns:first-child, .sixteen.colgrid .row .pull_one.five.columns:first-child, .sixteen.colgrid .row .pull_one.six.columns:first-child, .sixteen.colgrid .row .pull_one.seven.columns:first-child, .sixteen.colgrid .row .pull_one.eight.columns:first-child, .sixteen.colgrid .row .pull_one.nine.columns:first-child, .sixteen.colgrid .row .pull_one.ten.columns:first-child, .sixteen.colgrid .row .pull_one.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.twelve.columns:first-child, .sixteen.colgrid .row .pull_one.thirteen.columns:first-child, .sixteen.colgrid .row .pull_one.fourteen.columns:first-child, .sixteen.colgrid .row .pull_two.one.column:first-child, .sixteen.colgrid .row .pull_two.two.columns:first-child, .sixteen.colgrid .row .pull_two.three.columns:first-child, .sixteen.colgrid .row .pull_two.four.columns:first-child, .sixteen.colgrid .row .pull_two.five.columns:first-child, .sixteen.colgrid .row .pull_two.six.columns:first-child, .sixteen.colgrid .row .pull_two.seven.columns:first-child, .sixteen.colgrid .row .pull_two.eight.columns:first-child, .sixteen.colgrid .row .pull_two.nine.columns:first-child, .sixteen.colgrid .row .pull_two.ten.columns:first-child, .sixteen.colgrid .row .pull_two.eleven.columns:first-child, .sixteen.colgrid .row .pull_two.twelve.columns:first-child, .sixteen.colgrid .row .pull_two.thirteen.columns:first-child, .sixteen.colgrid .row .pull_two.fifteen.columns:first-child, .sixteen.colgrid .row .pull_three.one.column:first-child, .sixteen.colgrid .row .pull_three.two.columns:first-child, .sixteen.colgrid .row .pull_three.three.columns:first-child, .sixteen.colgrid .row .pull_three.four.columns:first-child, .sixteen.colgrid .row .pull_three.five.columns:first-child, .sixteen.colgrid .row .pull_three.six.columns:first-child, .sixteen.colgrid .row .pull_three.seven.columns:first-child, .sixteen.colgrid .row .pull_three.eight.columns:first-child, .sixteen.colgrid .row .pull_three.nine.columns:first-child, .sixteen.colgrid .row .pull_three.ten.columns:first-child, .sixteen.colgrid .row .pull_three.eleven.columns:first-child, .sixteen.colgrid .row .pull_three.twelve.columns:first-child, .sixteen.colgrid .row .pull_three.fourteen.columns:first-child, .sixteen.colgrid .row .pull_three.fifteen.columns:first-child, .sixteen.colgrid .row .pull_four.one.column:first-child, .sixteen.colgrid .row .pull_four.two.columns:first-child, .sixteen.colgrid .row .pull_four.three.columns:first-child, .sixteen.colgrid .row .pull_four.four.columns:first-child, .sixteen.colgrid .row .pull_four.five.columns:first-child, .sixteen.colgrid .row .pull_four.six.columns:first-child, .sixteen.colgrid .row .pull_four.seven.columns:first-child, .sixteen.colgrid .row .pull_four.eight.columns:first-child, .sixteen.colgrid .row .pull_four.nine.columns:first-child, .sixteen.colgrid .row .pull_four.ten.columns:first-child, .sixteen.colgrid .row .pull_four.eleven.columns:first-child, .sixteen.colgrid .row .pull_four.thirteen.columns:first-child, .sixteen.colgrid .row .pull_four.fourteen.columns:first-child, .sixteen.colgrid .row .pull_four.fifteen.columns:first-child, .sixteen.colgrid .row .pull_five.one.column:first-child, .sixteen.colgrid .row .pull_five.two.columns:first-child, .sixteen.colgrid .row .pull_five.three.columns:first-child, .sixteen.colgrid .row .pull_five.four.columns:first-child, .sixteen.colgrid .row .pull_five.five.columns:first-child, .sixteen.colgrid .row .pull_five.six.columns:first-child, .sixteen.colgrid .row .pull_five.seven.columns:first-child, .sixteen.colgrid .row .pull_five.eight.columns:first-child, .sixteen.colgrid .row .pull_five.nine.columns:first-child, .sixteen.colgrid .row .pull_five.ten.columns:first-child, .sixteen.colgrid .row .pull_five.twelve.columns:first-child, .sixteen.colgrid .row .pull_five.thirteen.columns:first-child, .sixteen.colgrid .row .pull_five.fourteen.columns:first-child, .sixteen.colgrid .row .pull_five.fifteen.columns:first-child, .sixteen.colgrid .row .pull_six.one.column:first-child, .sixteen.colgrid .row .pull_six.two.columns:first-child, .sixteen.colgrid .row .pull_six.three.columns:first-child, .sixteen.colgrid .row .pull_six.four.columns:first-child, .sixteen.colgrid .row .pull_six.five.columns:first-child, .sixteen.colgrid .row .pull_six.six.columns:first-child, .sixteen.colgrid .row .pull_six.seven.columns:first-child, .sixteen.colgrid .row .pull_six.eight.columns:first-child, .sixteen.colgrid .row .pull_six.nine.columns:first-child, .sixteen.colgrid .row .pull_six.eleven.columns:first-child, .sixteen.colgrid .row .pull_six.twelve.columns:first-child, .sixteen.colgrid .row .pull_six.thirteen.columns:first-child, .sixteen.colgrid .row .pull_six.fourteen.columns:first-child, .sixteen.colgrid .row .pull_six.fifteen.columns:first-child, .sixteen.colgrid .row .pull_seven.one.column:first-child, .sixteen.colgrid .row .pull_seven.two.columns:first-child, .sixteen.colgrid .row .pull_seven.three.columns:first-child, .sixteen.colgrid .row .pull_seven.four.columns:first-child, .sixteen.colgrid .row .pull_seven.five.columns:first-child, .sixteen.colgrid .row .pull_seven.six.columns:first-child, .sixteen.colgrid .row .pull_seven.seven.columns:first-child, .sixteen.colgrid .row .pull_seven.eight.columns:first-child, .sixteen.colgrid .row .pull_seven.ten.columns:first-child, .sixteen.colgrid .row .pull_seven.eleven.columns:first-child, .sixteen.colgrid .row .pull_seven.twelve.columns:first-child, .sixteen.colgrid .row .pull_seven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eight.one.column:first-child, .sixteen.colgrid .row .pull_eight.two.columns:first-child, .sixteen.colgrid .row .pull_eight.three.columns:first-child, .sixteen.colgrid .row .pull_eight.four.columns:first-child, .sixteen.colgrid .row .pull_eight.five.columns:first-child, .sixteen.colgrid .row .pull_eight.six.columns:first-child, .sixteen.colgrid .row .pull_eight.seven.columns:first-child, .sixteen.colgrid .row .pull_eight.nine.columns:first-child, .sixteen.colgrid .row .pull_eight.ten.columns:first-child, .sixteen.colgrid .row .pull_eight.eleven.columns:first-child, .sixteen.colgrid .row .pull_eight.twelve.columns:first-child, .sixteen.colgrid .row .pull_eight.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fifteen.columns:first-child, .sixteen.colgrid .row .pull_nine.one.column:first-child, .sixteen.colgrid .row .pull_nine.two.columns:first-child, .sixteen.colgrid .row .pull_nine.three.columns:first-child, .sixteen.colgrid .row .pull_nine.four.columns:first-child, .sixteen.colgrid .row .pull_nine.five.columns:first-child, .sixteen.colgrid .row .pull_nine.six.columns:first-child, .sixteen.colgrid .row .pull_nine.eight.columns:first-child, .sixteen.colgrid .row .pull_nine.nine.columns:first-child, .sixteen.colgrid .row .pull_nine.ten.columns:first-child, .sixteen.colgrid .row .pull_nine.eleven.columns:first-child, .sixteen.colgrid .row .pull_nine.twelve.columns:first-child, .sixteen.colgrid .row .pull_nine.thirteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fourteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fifteen.columns:first-child, .sixteen.colgrid .row .pull_ten.one.column:first-child, .sixteen.colgrid .row .pull_ten.two.columns:first-child, .sixteen.colgrid .row .pull_ten.three.columns:first-child, .sixteen.colgrid .row .pull_ten.four.columns:first-child, .sixteen.colgrid .row .pull_ten.five.columns:first-child, .sixteen.colgrid .row .pull_ten.seven.columns:first-child, .sixteen.colgrid .row .pull_ten.eight.columns:first-child, .sixteen.colgrid .row .pull_ten.nine.columns:first-child, .sixteen.colgrid .row .pull_ten.ten.columns:first-child, .sixteen.colgrid .row .pull_ten.eleven.columns:first-child, .sixteen.colgrid .row .pull_ten.twelve.columns:first-child, .sixteen.colgrid .row .pull_ten.thirteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fourteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.one.column:first-child, .sixteen.colgrid .row .pull_eleven.two.columns:first-child, .sixteen.colgrid .row .pull_eleven.three.columns:first-child, .sixteen.colgrid .row .pull_eleven.four.columns:first-child, .sixteen.colgrid .row .pull_eleven.six.columns:first-child, .sixteen.colgrid .row .pull_eleven.seven.columns:first-child, .sixteen.colgrid .row .pull_eleven.eight.columns:first-child, .sixteen.colgrid .row .pull_eleven.nine.columns:first-child, .sixteen.colgrid .row .pull_eleven.ten.columns:first-child, .sixteen.colgrid .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_eleven.twelve.columns:first-child, .sixteen.colgrid .row .pull_eleven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.one.column:first-child, .sixteen.colgrid .row .pull_twelve.two.columns:first-child, .sixteen.colgrid .row .pull_twelve.three.columns:first-child, .sixteen.colgrid .row .pull_twelve.five.columns:first-child, .sixteen.colgrid .row .pull_twelve.six.columns:first-child, .sixteen.colgrid .row .pull_twelve.seven.columns:first-child, .sixteen.colgrid .row .pull_twelve.eight.columns:first-child, .sixteen.colgrid .row .pull_twelve.nine.columns:first-child, .sixteen.colgrid .row .pull_twelve.ten.columns:first-child, .sixteen.colgrid .row .pull_twelve.eleven.columns:first-child, .sixteen.colgrid .row .pull_twelve.twelve.columns:first-child, .sixteen.colgrid .row .pull_twelve.thirteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fourteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fifteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.one.column:first-child, .sixteen.colgrid .row .pull_thirteen.two.columns:first-child, .sixteen.colgrid .row .pull_thirteen.four.columns:first-child, .sixteen.colgrid .row .pull_thirteen.five.columns:first-child, .sixteen.colgrid .row .pull_thirteen.six.columns:first-child, .sixteen.colgrid .row .pull_thirteen.seven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eight.columns:first-child, .sixteen.colgrid .row .pull_thirteen.nine.columns:first-child, .sixteen.colgrid .row .pull_thirteen.ten.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_thirteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.one.column:first-child, .sixteen.colgrid .row .pull_fourteen.three.columns:first-child, .sixteen.colgrid .row .pull_fourteen.four.columns:first-child, .sixteen.colgrid .row .pull_fourteen.five.columns:first-child, .sixteen.colgrid .row .pull_fourteen.six.columns:first-child, .sixteen.colgrid .row .pull_fourteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fourteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fourteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fourteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.two.columns:first-child, .sixteen.colgrid .row .pull_fifteen.three.columns:first-child, .sixteen.colgrid .row .pull_fifteen.four.columns:first-child, .sixteen.colgrid .row .pull_fifteen.five.columns:first-child, .sixteen.colgrid .row .pull_fifteen.six.columns:first-child, .sixteen.colgrid .row .pull_fifteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fifteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fifteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fifteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fifteen.columns:first-child {
	margin-left: 0;
}
.row .pull_one.eleven.columns, .row .pull_two.ten.columns, .row .pull_three.nine.columns, .row .pull_four.eight.columns, .row .pull_five.seven.columns, .row .pull_six.six.columns, .row .pull_seven.five.columns, .row .pull_eight.four.columns, .row .pull_nine.three.columns, .row .pull_ten.two.columns, .row .pull_eleven.one.columns, .sixteen.colgrid .row .pull_one.fifteen.columns, .sixteen.colgrid .row .pull_two.fourteen.columns, .sixteen.colgrid .row .pull_three.thirteen.columns, .sixteen.colgrid .row .pull_four.twelve.columns, .sixteen.colgrid .row .pull_five.eleven.columns, .sixteen.colgrid .row .pull_six.ten.columns, .sixteen.colgrid .row .pull_seven.nine.columns, .sixteen.colgrid .row .pull_eight.eight.columns, .sixteen.colgrid .row .pull_nine.seven.columns, .sixteen.colgrid .row .pull_ten.six.columns, .sixteen.colgrid .row .pull_eleven.five.columns, .sixteen.colgrid .row .pull_twelve.four.columns, .sixteen.colgrid .row .pull_thirteen.three.columns, .sixteen.colgrid .row .pull_fourteen.two.columns, .sixteen.colgrid .row .pull_fifteen.one.columns {
	margin-left: -100%;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#map_canvas img, .map_canvas img {
	max-width: none !important;
}

/* Tile Grid */

.tiles {
	display: block;
	overflow: hidden;
}
.tiles > li, .tiles > .tile {
	display: block;
	height: auto;
	float: left;
	padding-bottom: 0;
}
.tiles.two_up {
	margin-left: -4%;
}
.tiles.two_up > li, .tiles.two_up > .tile {
	margin-left: 4%;
	width: 46%;
}
.tiles.three_up, .tiles.four_up {
	margin-left: -2%;
}
.tiles.three_up > li, .tiles.three_up > .tile {
	margin-left: 2%;
	width: 31.3%;
}
.tiles.four_up > li, .tiles.four_up > .tile {
	margin-left: 2%;
	width: 23%;
}
.tiles.five_up {
	margin-left: -1.5%;
}
.tiles.five_up > li, .tiles.five_up > .tile {
	margin-left: 1.5%;
	width: 18.5%;
}
.tiles.six_up > li, .tiles.six_up > .tile {
	width: 16.66%;
}
.tiles.seven_up > li, .tiles.seven_up > .tile {
	width: 14.28%;
}

/* Nicolas Gallagher's micro clearfix */

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.row {
	*zoom: 1;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.valign:before {
	content: ' ';
	display: inline-block;
	height: 400px;
	vertical-align: middle;
	margin-right: -0.25em;
}
.valign > div, .valign > article, .valign > section, .valign > figure {
	display: inline-block;
	vertical-align: middle;
}

/* Mobile */

@media only screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
	}
	.container {
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.row {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.row .row .column, .row .row .columns {
		padding: 0;
	}
	.row .centered {
		margin-left: 0 !important;
	}
	.column, .columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.column:last-child, .columns:last-child {
		margin-right: 0;
		float: none;
	}
	[class*="column"] + [class*="column"]:last-child {
		float: none;
	}
	[class*="column"]:before {
		display: table;
	}
	[class*="column"]:after {
		display: table;
		clear: both;
	}
	[class^="push_"], [class*="push_"], [class^="pull_"], [class*="pull_"] {
		margin-left: 0 !important;
	}
}

/* Navigation (with dropdowns) */

.navbar {
	width: 100%;
	min-height: 60px;
	display: block;
	margin-bottom: 20px;
	background: #4a4d50;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.navbar {
		border: none;
	}
	.navbar .column, .navbar .columns {
		min-height: 0;
	}
}
.navbar.fixed {
	position: fixed;
	z-index: 99999;
}
.navbar.pinned {
	position: absolute;
}
.navbar a.toggle {
	display: none;
}
@media only screen and (max-width: 767px) {
	.navbar a.toggle {
		top: 18%;
		right: 4%;
		width: 46px;
		position: absolute;
		text-align: center;
		display: inline-block;
		color: #fff;
		background: #4a4d50;
		height: 40px;
		line-height: 38px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size: 30px;
		font-size: 1.875rem;
	}
	.navbar a.toggle:hover {
		background: #565a5d;
	}
	.navbar a.toggle:active, .navbar a.toggle.active {
		background: #3e4043;
	}
}
.navbar .logo {
	display: inline-block;
	margin: 0 2.12766% 0 0;
	padding: 0;
	height: 60px;
	line-height: 58px;
}
.navbar .logo a {
	display: block;
	padding: 0;
	overflow: hidden;
	height: 60px;
	line-height: 58px;
}
.navbar .logo a img {
	max-height: 95%;
}
@media only screen and (max-width: 767px) {
	.navbar .logo {
		float: left;
		display: inline;
	}
	.navbar .logo a {
		padding: 0;
	}
	.navbar .logo a img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
}
.navbar ul {
	display: table;
	vertical-align: middle;
	margin: 0;
	float: none;
}
@media only screen and (max-width: 767px) {
	.navbar ul {
		position: absolute;
		display: block;
		width: 100% !important;
		height: 0;
		max-height: 0;
		top: 60px;
		left: 0;
		overflow: hidden;
		text-align: center;
		background: #3e4043;
	}
	.navbar ul.active {
		height: auto;
		max-height: 600px;
		z-index: 999998;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		-moz-box-shadow: 0 2px 2px #252728;
		-webkit-box-shadow: 0 2px 2px #252728;
		box-shadow: 0 2px 2px #252728;
	}
}
.navbar ul li {
	display: table-cell;
	text-align: center;
	padding-bottom: 0;
	margin: 0;
	height: 60px;
	line-height: 58px;
}
@media only screen and (max-width: 767px) {
	.navbar ul li {
		display: block;
		position: relative;
		min-height: 50px;
		max-height: 320px;
		height: auto;
		width: 100%;
		border-right: 0 !important;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}
}
.navbar ul li > a {
	display: block;
	padding: 0 16px;
	white-space: nowrap;
	color: #fff;
	text-shadow: 0 1px 2px #191a1b, 0 1px 0 #191a1b;
	height: 60px;
	line-height: 58px;
	font-size: 16px;
	font-size: 1rem;
}
.navbar ul li > a i.icon-popup {
	position: absolute;
}
.navbar ul li .btn {
	border-color: #000101 !important;
}
.navbar ul li.field {
	margin-bottom: 0 !important;
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.navbar ul li.field {
		padding: 0 20px;
	}
}
.navbar ul li.field input.search {
	background: #191a1b;
	border: none;
	color: #f2f2f2;
}
.navbar ul li .dropdown {
	width: auto;
	min-width: 0;
	max-width: 320px;
	height: 0;
	position: absolute;
	background: #fafafa;
	overflow: hidden;
	z-index: 999;
}
@media only screen and (max-width: 767px) {
	.navbar ul li .dropdown {
		width: 100%;
		max-width: 100%;
		position: relative;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.navbar ul li.active .dropdown {
		border-bottom: 1px solid #313436;
	}
	.navbar ul li.active .dropdown ul {
		position: relative;
		top: 0;
		background: #36393b;
		min-height: 50px;
		max-height: 250px;
		height: auto;
		overflow: auto;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.navbar ul li.active .dropdown ul li {
		min-height: 50px;
		border-bottom: #3e4043;
	}
	.navbar ul li.active .dropdown ul li a {
		color: #fff;
		border-bottom: 1px solid #313436;
	}
	.navbar ul li.active .dropdown ul li a:hover {
		color: #d04526;
	}
}
@media only screen and (min-width: 768px) and (max-width: 939px) {
	.navbar > ul > li > .btn a {
		padding: 0 10px 0 10px !important;
	}
	.navbar ul > li .dropdown ul li.active .dropdown {
		left: -320px;
	}
}
.navbar li .dropdown {
	width: auto;
	min-width: 0;
	max-width: 320px;
	height: 0;
	position: absolute;
	background: #fafafa;
	overflow: hidden;
	z-index: 999;
}
@media only screen and (max-width: 767px) {
	.navbar li .dropdown .dropdown {
		width: 100%;
		max-width: 100%;
		position: relative;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.navbar li .dropdown.active .dropdown {
		border-bottom: 1px solid #313436;
	}
	.navbar li .dropdown.active .dropdown ul {
		position: relative;
		top: 0;
		background: #36393b;
		min-height: 50px;
		max-height: 250px;
		height: auto;
		overflow: auto;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.navbar li .dropdown.active .dropdown ul li {
		min-height: 50px;
		border-bottom: #3e4043;
	}
	.navbar li .dropdown.active .dropdown ul li a {
		color: #fff;
		border-bottom: 1px solid #313436;
	}
	.navbar li .dropdown.active .dropdown ul li a:hover {
		color: #d04526;
	}
}
.navbar li .dropdown ul {
	margin: 0;
	display: block;
}
.navbar li .dropdown ul > li {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	text-align: left;
	height: auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 939px) {
	.navbar li .dropdown ul > li {
		max-width: 320px;
		word-wrap: break-word;
	}
}
.navbar li .dropdown ul > li a {
	display: block;
	padding: 0 20px;
	color: #d04526;
	border-bottom: 1px solid #ccc;
	text-shadow: none;
	height: 51px;
	line-height: 49px;
}
@media only screen and (max-width: 767px) {
	.navbar li .dropdown ul > li a {
		padding: 0 20px;
	}
}
.navbar li .dropdown ul > li .dropdown {
	display: none;
	background: white;
}
.navbar li .dropdown ul li:first-child a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.gumby-no-touch .navbar ul li:hover > a, .gumby-touch .navbar ul li.active > a {
	position: relative;
	background: #868d92;
	z-index: 1000;
}
.gumby-no-touch .navbar ul li:hover .dropdown, .gumby-touch .navbar ul li.active .dropdown {
	min-height: 50px;
	max-height: 561px;
	overflow: visible;
	height: auto;
	width: 100%;
	padding: 0;
	border-top: 1px solid #3e4043;
	-moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}
.gumby-no-touch .navbar ul li:hover .dropdown ul {
	position: relative;
	top: 0;
	min-height: 50px;
	max-height: 250px;
	height: auto;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
	.gumby-no-touch .navbar ul li:hover .dropdown ul {
		overflow: auto;
		background: #36393b;
	}
	.gumby-no-touch .navbar ul li:hover .dropdown ul li {
		border-bottom: #3e4043;
	}
	.gumby-no-touch .navbar ul li:hover .dropdown ul li a {
		color: #fff;
		border-bottom: 1px solid #313436;
	}
	.gumby-no-touch .navbar ul li:hover .dropdown ul li a:hover {
		color: #d04526;
	}
}
.gumby-no-touch .navbar li .dropdown ul > li:hover .dropdown, .gumby-touch .navbar li .dropdown ul > li.active .dropdown {
	border-top: none;
	display: block;
	position: absolute;
	z-index: 9999;
	left: 100%;
	top: 0;
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.gumby-no-touch .navbar li .dropdown ul > li:hover .dropdown, .gumby-touch .navbar li .dropdown ul > li.active .dropdown {
		position: relative;
		left: 0;
	}
	.gumby-no-touch .navbar li .dropdown ul > li:hover .dropdown ul, .gumby-touch .navbar li .dropdown ul > li.active .dropdown ul {
		background: #252728 !important;
	}
}
.gumby-no-touch .navbar li .dropdown ul li a:hover {
	background: #f2f2f2;
}
.gumby-touch .navbar a:hover {
	color: #fff !important;
}
.subnav {
	display: block;
	width: auto;
	overflow: hidden;
	margin: 0 0 18px 0;
	padding-top: 4px;
}
.subnav li, .subnav dt, .subnav dd {
	float: left;
	display: inline;
	margin-left: 9px;
	margin-bottom: 4px;
}
.subnav li:first-child, .subnav dt:first-child, .subnav dd:first-child {
	margin-left: 0;
}
.subnav dt {
	color: #f2f2f2;
	font-weight: normal;
}
.subnav li a, .subnav dd a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.subnav li.active a, .subnav dd.active a {
	background: #4a4d50;
	padding: 5px 9px;
	text-shadow: 0 1px 1px #4a4d50;
}

/* Push and Pull Classes */
.row .push_one { margin-left: 10.6383%; }
.row .pull_one.one.column { margin-left: -14.89362%; }
.row .pull_one.one.column:first-child { margin-left: 0; }
.row .pull_one.two.columns { margin-left: -23.40426%; }
.row .pull_one.two.columns:first-child { margin-left: 0; }
.row .pull_one.three.columns { margin-left: -31.91489%; }
.row .pull_one.three.columns:first-child { margin-left: 0; }
.row .pull_one.four.columns { margin-left: -40.42553%; }
.row .pull_one.four.columns:first-child { margin-left: 0; }
.row .pull_one.five.columns { margin-left: -48.93617%; }
.row .pull_one.five.columns:first-child { margin-left: 0; }
.row .pull_one.six.columns { margin-left: -57.44681%; }
.row .pull_one.six.columns:first-child { margin-left: 0; }
.row .pull_one.seven.columns { margin-left: -65.95745%; }
.row .pull_one.seven.columns:first-child { margin-left: 0; }
.row .pull_one.eight.columns { margin-left: -74.46809%; }
.row .pull_one.eight.columns:first-child { margin-left: 0; }
.row .pull_one.nine.columns { margin-left: -82.97872%; }
.row .pull_one.nine.columns:first-child { margin-left: 0; }
.row .pull_one.ten.columns { margin-left: -91.48936%; }
.row .pull_one.ten.columns:first-child { margin-left: 0; }
.row .pull_one.eleven.columns { margin-left: -100.0%; }
.row .pull_one.eleven.columns:first-child { margin-left: 0; }
.row .push_two { margin-left: 19.14894%; }
.row .push_two:first-child { margin-left: 17.02128%; }
.row .pull_two.one.column { margin-left: -23.40426%; }
.row .pull_two.one.column:first-child { margin-left: 0; }
.row .pull_two.two.columns { margin-left: -31.91489%; }
.row .pull_two.two.columns:first-child { margin-left: 0; }
.row .pull_two.three.columns { margin-left: -40.42553%; }
.row .pull_two.three.columns:first-child { margin-left: 0; }
.row .pull_two.four.columns { margin-left: -48.93617%; }
.row .pull_two.four.columns:first-child { margin-left: 0; }
.row .pull_two.five.columns { margin-left: -57.44681%; }
.row .pull_two.five.columns:first-child { margin-left: 0; }
.row .pull_two.six.columns { margin-left: -65.95745%; }
.row .pull_two.six.columns:first-child { margin-left: 0; }
.row .pull_two.seven.columns { margin-left: -74.46809%; }
.row .pull_two.seven.columns:first-child { margin-left: 0; }
.row .pull_two.eight.columns { margin-left: -82.97872%; }
.row .pull_two.eight.columns:first-child { margin-left: 0; }
.row .pull_two.nine.columns { margin-left: -91.48936%; }
.row .pull_two.nine.columns:first-child { margin-left: 0; }
.row .pull_two.ten.columns { margin-left: -100.0%; }
.row .pull_two.ten.columns:first-child { margin-left: 0; }
.row .pull_two.eleven.columns { margin-left: -108.51064%; }
.row .pull_two.eleven.columns:first-child { margin-left: 0; }
.row .push_three { margin-left: 27.65957%; }
.row .push_three:first-child { margin-left: 25.53191%; }
.row .pull_three.one.column { margin-left: -31.91489%; }
.row .pull_three.one.column:first-child { margin-left: 0; }
.row .pull_three.two.columns { margin-left: -40.42553%; }
.row .pull_three.two.columns:first-child { margin-left: 0; }
.row .pull_three.three.columns { margin-left: -48.93617%; }
.row .pull_three.three.columns:first-child { margin-left: 0; }
.row .pull_three.four.columns { margin-left: -57.44681%; }
.row .pull_three.four.columns:first-child { margin-left: 0; }
.row .pull_three.five.columns { margin-left: -65.95745%; }
.row .pull_three.five.columns:first-child { margin-left: 0; }
.row .pull_three.six.columns { margin-left: -74.46809%; }
.row .pull_three.six.columns:first-child { margin-left: 0; }
.row .pull_three.seven.columns { margin-left: -82.97872%; }
.row .pull_three.seven.columns:first-child { margin-left: 0; }
.row .pull_three.eight.columns { margin-left: -91.48936%; }
.row .pull_three.eight.columns:first-child { margin-left: 0; }
.row .pull_three.nine.columns { margin-left: -100.0%; }
.row .pull_three.nine.columns:first-child { margin-left: 0; }
.row .pull_three.ten.columns { margin-left: -108.51064%; }
.row .pull_three.ten.columns:first-child { margin-left: 0; }
.row .pull_three.eleven.columns { margin-left: -117.02128%; }
.row .pull_three.eleven.columns:first-child { margin-left: 0; }
.row .push_four { margin-left: 36.17021%; }
.row .push_four:first-child { margin-left: 34.04255%; }
.row .pull_four.one.column { margin-left: -40.42553%; }
.row .pull_four.one.column:first-child { margin-left: 0; }
.row .pull_four.two.columns { margin-left: -48.93617%; }
.row .pull_four.two.columns:first-child { margin-left: 0; }
.row .pull_four.three.columns { margin-left: -57.44681%; }
.row .pull_four.three.columns:first-child { margin-left: 0; }
.row .pull_four.four.columns { margin-left: -65.95745%; }
.row .pull_four.four.columns:first-child { margin-left: 0; }
.row .pull_four.five.columns { margin-left: -74.46809%; }
.row .pull_four.five.columns:first-child { margin-left: 0; }
.row .pull_four.six.columns { margin-left: -82.97872%; }
.row .pull_four.six.columns:first-child { margin-left: 0; }
.row .pull_four.seven.columns { margin-left: -91.48936%; }
.row .pull_four.seven.columns:first-child { margin-left: 0; }
.row .pull_four.eight.columns { margin-left: -100.0%; }
.row .pull_four.eight.columns:first-child { margin-left: 0; }
.row .pull_four.nine.columns { margin-left: -108.51064%; }
.row .pull_four.nine.columns:first-child { margin-left: 0; }
.row .pull_four.ten.columns { margin-left: -117.02128%; }
.row .pull_four.ten.columns:first-child { margin-left: 0; }
.row .pull_four.eleven.columns { margin-left: -125.53191%; }
.row .pull_four.eleven.columns:first-child { margin-left: 0; }
.row .push_five { margin-left: 44.68085%; }
.row .push_five:first-child { margin-left: 42.55319%; }
.row .pull_five.one.column { margin-left: -48.93617%; }
.row .pull_five.one.column:first-child { margin-left: 0; }
.row .pull_five.two.columns { margin-left: -57.44681%; }
.row .pull_five.two.columns:first-child { margin-left: 0; }
.row .pull_five.three.columns { margin-left: -65.95745%; }
.row .pull_five.three.columns:first-child { margin-left: 0; }
.row .pull_five.four.columns { margin-left: -74.46809%; }
.row .pull_five.four.columns:first-child { margin-left: 0; }
.row .pull_five.five.columns { margin-left: -82.97872%; }
.row .pull_five.five.columns:first-child { margin-left: 0; }
.row .pull_five.six.columns { margin-left: -91.48936%; }
.row .pull_five.six.columns:first-child { margin-left: 0; }
.row .pull_five.seven.columns { margin-left: -100.0%; }
.row .pull_five.seven.columns:first-child { margin-left: 0; }
.row .pull_five.eight.columns { margin-left: -108.51064%; }
.row .pull_five.eight.columns:first-child { margin-left: 0; }
.row .pull_five.nine.columns { margin-left: -117.02128%; }
.row .pull_five.nine.columns:first-child { margin-left: 0; }
.row .pull_five.ten.columns { margin-left: -125.53191%; }
.row .pull_five.ten.columns:first-child { margin-left: 0; }
.row .pull_five.eleven.columns { margin-left: -134.04255%; }
.row .pull_five.eleven.columns:first-child { margin-left: 0; }
.row .push_six { margin-left: 53.19149%; }
.row .push_six:first-child { margin-left: 51.06383%; }
.row .pull_six.one.column { margin-left: -57.44681%; }
.row .pull_six.one.column:first-child { margin-left: 0; }
.row .pull_six.two.columns { margin-left: -65.95745%; }
.row .pull_six.two.columns:first-child { margin-left: 0; }
.row .pull_six.three.columns { margin-left: -74.46809%; }
.row .pull_six.three.columns:first-child { margin-left: 0; }
.row .pull_six.four.columns { margin-left: -82.97872%; }
.row .pull_six.four.columns:first-child { margin-left: 0; }
.row .pull_six.five.columns { margin-left: -91.48936%; }
.row .pull_six.five.columns:first-child { margin-left: 0; }
.row .pull_six.six.columns { margin-left: -100.0%; }
.row .pull_six.six.columns:first-child { margin-left: 0; }
.row .pull_six.seven.columns { margin-left: -108.51064%; }
.row .pull_six.seven.columns:first-child { margin-left: 0; }
.row .pull_six.eight.columns { margin-left: -117.02128%; }
.row .pull_six.eight.columns:first-child { margin-left: 0; }
.row .pull_six.nine.columns { margin-left: -125.53191%; }
.row .pull_six.nine.columns:first-child { margin-left: 0; }
.row .pull_six.ten.columns { margin-left: -134.04255%; }
.row .pull_six.ten.columns:first-child { margin-left: 0; }
.row .pull_six.eleven.columns { margin-left: -142.55319%; }
.row .pull_six.eleven.columns:first-child { margin-left: 0; }
.row .push_seven { margin-left: 61.70213%; }
.row .push_seven:first-child { margin-left: 59.57447%; }
.row .pull_seven.one.column { margin-left: -65.95745%; }
.row .pull_seven.one.column:first-child { margin-left: 0; }
.row .pull_seven.two.columns { margin-left: -74.46809%; }
.row .pull_seven.two.columns:first-child { margin-left: 0; }
.row .pull_seven.three.columns { margin-left: -82.97872%; }
.row .pull_seven.three.columns:first-child { margin-left: 0; }
.row .pull_seven.four.columns { margin-left: -91.48936%; }
.row .pull_seven.four.columns:first-child { margin-left: 0; }
.row .pull_seven.five.columns { margin-left: -100.0%; }
.row .pull_seven.five.columns:first-child { margin-left: 0; }
.row .pull_seven.six.columns { margin-left: -108.51064%; }
.row .pull_seven.six.columns:first-child { margin-left: 0; }
.row .pull_seven.seven.columns { margin-left: -117.02128%; }
.row .pull_seven.seven.columns:first-child { margin-left: 0; }
.row .pull_seven.eight.columns { margin-left: -125.53191%; }
.row .pull_seven.eight.columns:first-child { margin-left: 0; }
.row .pull_seven.nine.columns { margin-left: -134.04255%; }
.row .pull_seven.nine.columns:first-child { margin-left: 0; }
.row .pull_seven.ten.columns { margin-left: -142.55319%; }
.row .pull_seven.ten.columns:first-child { margin-left: 0; }
.row .pull_seven.eleven.columns { margin-left: -151.06383%; }
.row .pull_seven.eleven.columns:first-child { margin-left: 0; }
.row .push_eight { margin-left: 70.21277%; }
.row .push_eight:first-child { margin-left: 68.08511%; }
.row .pull_eight.one.column { margin-left: -74.46809%; }
.row .pull_eight.one.column:first-child { margin-left: 0; }
.row .pull_eight.two.columns { margin-left: -82.97872%; }
.row .pull_eight.two.columns:first-child { margin-left: 0; }
.row .pull_eight.three.columns { margin-left: -91.48936%; }
.row .pull_eight.three.columns:first-child { margin-left: 0; }
.row .pull_eight.four.columns { margin-left: -100.0%; }
.row .pull_eight.four.columns:first-child { margin-left: 0; }
.row .pull_eight.five.columns { margin-left: -108.51064%; }
.row .pull_eight.five.columns:first-child { margin-left: 0; }
.row .pull_eight.six.columns { margin-left: -117.02128%; }
.row .pull_eight.six.columns:first-child { margin-left: 0; }
.row .pull_eight.seven.columns { margin-left: -125.53191%; }
.row .pull_eight.seven.columns:first-child { margin-left: 0; }
.row .pull_eight.eight.columns { margin-left: -134.04255%; }
.row .pull_eight.eight.columns:first-child { margin-left: 0; }
.row .pull_eight.nine.columns { margin-left: -142.55319%; }
.row .pull_eight.nine.columns:first-child { margin-left: 0; }
.row .pull_eight.ten.columns { margin-left: -151.06383%; }
.row .pull_eight.ten.columns:first-child { margin-left: 0; }
.row .pull_eight.eleven.columns { margin-left: -159.57447%; }
.row .pull_eight.eleven.columns:first-child { margin-left: 0; }
.row .push_nine { margin-left: 78.7234%; }
.row .push_nine:first-child { margin-left: 76.59574%; }
.row .pull_nine.one.column { margin-left: -82.97872%; }
.row .pull_nine.one.column:first-child { margin-left: 0; }
.row .pull_nine.two.columns { margin-left: -91.48936%; }
.row .pull_nine.two.columns:first-child { margin-left: 0; }
.row .pull_nine.three.columns { margin-left: -100.0%; }
.row .pull_nine.three.columns:first-child { margin-left: 0; }
.row .pull_nine.four.columns { margin-left: -108.51064%; }
.row .pull_nine.four.columns:first-child { margin-left: 0; }
.row .pull_nine.five.columns { margin-left: -117.02128%; }
.row .pull_nine.five.columns:first-child { margin-left: 0; }
.row .pull_nine.six.columns { margin-left: -125.53191%; }
.row .pull_nine.six.columns:first-child { margin-left: 0; }
.row .pull_nine.seven.columns { margin-left: -134.04255%; }
.row .pull_nine.seven.columns:first-child { margin-left: 0; }
.row .pull_nine.eight.columns { margin-left: -142.55319%; }
.row .pull_nine.eight.columns:first-child { margin-left: 0; }
.row .pull_nine.nine.columns { margin-left: -151.06383%; }
.row .pull_nine.nine.columns:first-child { margin-left: 0; }
.row .pull_nine.ten.columns { margin-left: -159.57447%; }
.row .pull_nine.ten.columns:first-child { margin-left: 0; }
.row .pull_nine.eleven.columns { margin-left: -168.08511%; }
.row .pull_nine.eleven.columns:first-child { margin-left: 0; }
.row .push_ten { margin-left: 87.23404%; }
.row .push_ten:first-child { margin-left: 85.10638%; }
.row .pull_ten.one.column { margin-left: -91.48936%; }
.row .pull_ten.one.column:first-child { margin-left: 0; }
.row .pull_ten.two.columns { margin-left: -100.0%; }
.row .pull_ten.two.columns:first-child { margin-left: 0; }
.row .pull_ten.three.columns { margin-left: -108.51064%; }
.row .pull_ten.three.columns:first-child { margin-left: 0; }
.row .pull_ten.four.columns { margin-left: -117.02128%; }
.row .pull_ten.four.columns:first-child { margin-left: 0; }
.row .pull_ten.five.columns { margin-left: -125.53191%; }
.row .pull_ten.five.columns:first-child { margin-left: 0; }
.row .pull_ten.six.columns { margin-left: -134.04255%; }
.row .pull_ten.six.columns:first-child { margin-left: 0; }
.row .pull_ten.seven.columns { margin-left: -142.55319%; }
.row .pull_ten.seven.columns:first-child { margin-left: 0; }
.row .pull_ten.eight.columns { margin-left: -151.06383%; }
.row .pull_ten.eight.columns:first-child { margin-left: 0; }
.row .pull_ten.nine.columns { margin-left: -159.57447%; }
.row .pull_ten.nine.columns:first-child { margin-left: 0; }
.row .pull_ten.ten.columns { margin-left: -168.08511%; }
.row .pull_ten.ten.columns:first-child { margin-left: 0; }
.row .pull_ten.eleven.columns { margin-left: -176.59574%; }
.row .pull_ten.eleven.columns:first-child { margin-left: 0; }
.row .push_eleven { margin-left: 95.74468%; }
.row .push_eleven:first-child { margin-left: 93.61702%; }
.row .pull_eleven.one.column { margin-left: -100.0%; }
.row .pull_eleven.one.column:first-child { margin-left: 0; }
.row .pull_eleven.two.columns { margin-left: -108.51064%; }
.row .pull_eleven.two.columns:first-child { margin-left: 0; }
.row .pull_eleven.three.columns { margin-left: -117.02128%; }
.row .pull_eleven.three.columns:first-child { margin-left: 0; }
.row .pull_eleven.four.columns { margin-left: -125.53191%; }
.row .pull_eleven.four.columns:first-child { margin-left: 0; }
.row .pull_eleven.five.columns { margin-left: -134.04255%; }
.row .pull_eleven.five.columns:first-child { margin-left: 0; }
.row .pull_eleven.six.columns { margin-left: -142.55319%; }
.row .pull_eleven.six.columns:first-child { margin-left: 0; }
.row .pull_eleven.seven.columns { margin-left: -151.06383%; }
.row .pull_eleven.seven.columns:first-child { margin-left: 0; }
.row .pull_eleven.eight.columns { margin-left: -159.57447%; }
.row .pull_eleven.eight.columns:first-child { margin-left: 0; }
.row .pull_eleven.nine.columns { margin-left: -168.08511%; }
.row .pull_eleven.nine.columns:first-child { margin-left: 0; }
.row .pull_eleven.ten.columns { margin-left: -176.59574%; }
.row .pull_eleven.ten.columns:first-child { margin-left: 0; }
.row .pull_eleven.eleven.columns { margin-left: -185.10638%; }
.row .pull_eleven.eleven.columns:first-child { margin-left: 0; }

/* Buttons */

.btn, .skiplink {
	display: inline-block;
	width: auto;
	background: #f2f2f2;
	-webkit-appearance: none;
	font-weight: 600;
	padding: 0 !important;
	text-align: center;
}
.btn > a, .btn input, .btn button, .skiplink > a, .skiplink input, .skiplink button {
	display: block;
	padding: 0 18px;
	color: #fff;
	height: 100%;
}
.btn input, .btn button, .skiplink input, .skiplink button {
	background: none;
	border: none;
	width: 100%;
	font-size: 100%;
	cursor: pointer;
	font-weight: 400;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.btn.primary, .skiplink.primary {
	background: #3085d6;
	border: 1px solid #3085d6;
}
.btn.primary:hover, .skiplink.primary:hover {
	background: #5b9ede;
}
.btn.primary:active, .skiplink.primary:active {
	background: #236bb0;
}
.btn.secondary, .skiplink.secondary {
	background: #42a35a;
	border: 1px solid #42a35a;
}
.btn.secondary:hover, .skiplink.secondary:hover {
	background: #5bbd73;
}
.btn.secondary:active, .skiplink.secondary:active {
	background: #337f46;
}
.btn.default, .skiplink.default {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #555555;
	border: 1px solid #f2f2f2;
}
.btn.default:hover, .skiplink.default:hover {
	background: white;
}
.btn.default:active, .skiplink.default:active {
	background: #d8d8d8;
}
.btn.default:hover, .skiplink.default:hover {
	border: 1px solid #e5e5e5;
}
.btn.default a, .btn.default input, .btn.default button, .skiplink.default a, .skiplink.default input, .skiplink.default button {
	color: #555555;
}
.btn.info, .skiplink.info {
	background: #4a4d50;
	border: 1px solid #4a4d50;
}
.btn.info:hover, .skiplink.info:hover {
	background: #63676a;
}
.btn.info:active, .skiplink.info:active {
	background: #313436;
}
.btn.danger, .skiplink.danger {
	background: #ca3838;
	border: 1px solid #ca3838;
}
.btn.danger:hover, .skiplink.danger:hover {
	background: #d56060;
}
.btn.danger:active, .skiplink.danger:active {
	background: #a32c2c;
}
.btn.warning, .skiplink.warning {
	background: #f6b83f;
	border: 1px solid #f6b83f;
	color: #644405;
}
.btn.warning:hover, .skiplink.warning:hover {
	background: #f8ca70;
}
.btn.warning:active, .skiplink.warning:active {
	background: #f4a60e;
}
.btn.warning a, .btn.warning input, .btn.warning button, .skiplink.warning a, .skiplink.warning input, .skiplink.warning button {
	color: #644405;
}
.btn.success, .skiplink.success {
	background: #58c026;
	border: 1px solid #58c026;
}
.btn.success:hover, .skiplink.success:hover {
	background: #72d940;
}
.btn.success:active, .skiplink.success:active {
	background: #44951e;
}
.btn.metro, .metro .btn, .metro .skiplink, .skiplink.metro, .btn.pretty.squared, .pretty .squared.btn, .pretty .squared.skiplink, .pretty .btn.squared {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Icons */

[class^="icon-"] a:before, [class*=" icon-"] a:before, [class^="icon-"] a:after, [class*=" icon-"] a:after, i[class^="icon-"], i[class*=" icon-"] {
	font-family: "entypo";
	position: absolute;
	text-decoration: none;
	zoom: 1;
}
i[class^="icon-"], i[class*=" icon-"] {
	display: inline-block;
	position: static;
	min-width: 20px;
	margin: 0 5px;
	text-align: center;
}

/* Form Styles */

form {
	margin: 0 0 18px;
}
form label {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625em;
	cursor: pointer;
	margin-bottom: 9px;
}
form label.inline {
	display: inline-block;
	padding-right: 20px;
}
form dt {
	margin: 0;
}
form textarea {
	height: 150px;
}
form ul, form ul li {
	margin-left: 0;
	list-style-type: none;
}
form fieldset {
	border-width: 0.0625em;
	border-style: solid;
	padding: 1.5625em;
	border-color: #d8d8d8;
	margin: 18px 0;
}
form fieldset legend {
	padding: 5px 10px;
}
.field {
	position: relative;
	max-width: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
	font-size: 16px;
	overflow: hidden;
}
.field input, .field input[type="*"], .field textarea {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.field .input {
	position: relative;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #d8d8d8;
	height: 36px;
	line-height: 34px;
	font-size: 16px;
	font-size: 1rem;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.field .input.search {
	height: 36px;
	line-height: 34px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	padding-right: 0;
}
.field .input.textarea {
	height: auto;
}
input.xnarrow, .input.xnarrow {
	width: 13.33333%;
	margin: 0;
}
input.xnarrow:last-child, .input.xnarrow:last-child {
	margin-left: -4px;
}
input.xnarrow:first-child, .input.xnarrow:first-child {
	margin-right: 3.94%;
	margin-left: 0;
}
input.xnarrow:first-child:last-child, .input.xnarrow:first-child:last-child {
	margin: 0;
}
input.narrow, .input.narrow {
	width: 30.66667%;
	margin: 0;
}
input.narrow:last-child, .input.narrow:last-child {
	margin-left: -4px;
}
input.narrow:first-child, .input.narrow:first-child {
	margin-right: 3.94%;
	margin-left: 0;
}
input.narrow:first-child:last-child, .input.narrow:first-child:last-child {
	margin: 0;
}
input.normal, .input.normal {
	width: 48%;
	margin: 0;
}
input.normal:last-child, .input.normal:last-child {
	margin-left: -4px;
}
input.normal:first-child, .input.normal:first-child {
	margin-right: 3.94%;
	margin-left: 0;
}
input.normal:first-child:last-child, .input.normal:first-child:last-child {
	margin: 0;
}
input.wide, .input.wide {
	width: 65.33333%;
	margin: 0;
}
input.wide:last-child, .input.wide:last-child {
	margin-left: -4px;
}
input.wide:first-child, .input.wide:first-child {
	margin-right: 3.94%;
	margin-left: 0;
}
input.wide:first-child:last-child, .input.wide:first-child:last-child {
	margin: 0;
}
input.xwide, .input.xwide {
	width: 82.66667%;
	margin: 0;
}
input.xwide:last-child, .input.xwide:last-child {
	margin-left: -4px;
}
input.xwide:first-child, .input.xwide:first-child {
	margin-right: 3.94%;
	margin-left: 0;
}
input.xwide:first-child:last-child, .input.xwide:first-child:last-child {
	margin: 0;
}
input.xxwide, .input.xxwide {
	width: 100%;
	margin: 0;
}
input.xxwide:last-child, .input.xxwide:last-child {
	margin-left: -4px;
}
input.xxwide:first-child, .input.xxwide:first-child {
	margin-right: 3.94%;
	margin-left: 0;
}
input.xxwide:first-child:last-child, .input.xxwide:first-child:last-child {
	margin: 0;
}
label + .xnarrow:last-child, label + .narrow:last-child, label + .normal:last-child, label + .wide:last-child, label + .xwide:last-child, label + .xxwide:last-child {
	margin-left: 0;
}
@media only screen and (max-width: 960px) {
	.xxwide:first-child, .xxwide:last-child {
		margin-right: 0%;
	}
}

/* remove inline-block white-space — A 0px font-size = 0px of white space */

.prepend, .append {
	font-size: 0;
	white-space: nowrap;
	padding-bottom: 3.5px;
}
.prepend input, .prepend .input, .append input, .append .input {
	display: inline-block;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.prepend input, .prepend .input, .prepend.append input:last-child, .append *:last-child {
	-moz-border-radius: 0px 4px 4px 0;
	-webkit-border-radius: 0px;
	border-radius: 0px 4px 4px 0;
}
.append input, .append .input, .prepend.append input:first-child, .prepend *:first-child {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px;
}
.prepend.append input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.prepend.append input:last-child {
	margin-left: -1px;
}
.prepend .adjoined, .append .adjoined, .prepend .btn, .append .btn {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	z-index: 99;
}
.prepend .btn a, .prepend .btn input, .prepend .btn button, .append .btn a, .append .btn input, .append .btn button {
	padding: 0 12px;
}
.prepend .adjoined, .append .adjoined {
	padding: 0 10px 0 10px;
	background: #f2f2f2;
	border: 1px solid #d8d8d8;
	font-weight: 600;
	color: #555555;
	font-size: 16px;
	font-size: 1rem;
	height: 36px;
	line-height: 34px;
}
.prepend .adjoined, .prepend .btn {
	margin-right: -1px;
}
.adjoined:first-child {
	margin-left: 0 !important;
}
.append .adjoined, .append .btn {
	margin-left: -1px;
}
.append button, .prepend button {
	display: inline-block;
}
.prepend input:first-child, .append input:first-child, .prepend .input:first-child, .append .input:first-child {
	margin-right: 0;
}
.double input, .double .input {
	width: 50% !important;
}
.double input:last-child, .double .input:last-child {
	margin-left: -1px;
}
.field input, .field .input, .field textarea, .field .textarea, .field .radio span, .field .checkbox span, .field .picker {
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.field.danger:after {
	font-family: "entypo";
	content: "✖";
	font-size: 16px;
	position: absolute;
	top: 14%;
	right: 15px;
	z-index: 999;
	color: #ca3838;
}
.field.danger.no-icon:after {
	display: none;
}
.field.danger.append:after, .field.danger.prepend:after {
	content: "";
}
.field.danger input, .field.danger .input, .field.danger textarea, .field.danger .textarea, .field.danger .radio span, .field.danger .checkbox span, .field.danger .picker {
	border-color: #ca3838;
	background: #f0c5c5;
}
.field.danger input, .field.danger .input, .field.danger textarea, .field.danger .textarea, .field.danger .radio span, .field.danger .checkbox span, .field.danger .picker, .field.danger input::-webkit-input-placeholder, .field.danger textarea::-webkit-input-placeholder, .field.danger input:-moz-placeholder, .field.danger textarea:-moz-placeholder textarea {
color: #ca3838;
}
.field.warning:after {
	font-family: "entypo";
	content: "⚠";
	font-size: 16px;
	position: absolute;
	top: 14%;
	right: 15px;
	z-index: 999;
	color: #f6b83f;
}
.field.warning.no-icon:after {
	display: none;
}
.field.warning.append:after, .field.warning.prepend:after {
	content: "";
}
.field.warning input, .field.warning .input, .field.warning textarea, .field.warning .textarea, .field.warning .radio span, .field.warning .checkbox span, .field.warning .picker {
	border-color: #f6b83f;
	background: #fef7ea;
}
.field.warning input, .field.warning .input, .field.warning textarea, .field.warning .textarea, .field.warning .radio span, .field.warning .checkbox span, .field.warning .picker, .field.warning input::-webkit-input-placeholder, .field.warning textarea::-webkit-input-placeholder, .field.warning input:-moz-placeholder, .field.warning textarea:-moz-placeholder textarea {
color: #f6b83f;
}
.field.success:after {
	font-family: "entypo";
	content: "✓";
	font-size: 16px;
	position: absolute;
	top: 14%;
	right: 15px;
	z-index: 999;
	color: #58c026;
}
.field.success.no-icon:after {
	display: none;
}
.field.success.append:after, .field.success.prepend:after {
	content: "";
}
.field.success input, .field.success .input, .field.success textarea, .field.success .textarea, .field.success .radio span, .field.success .checkbox span, .field.success .picker {
	border-color: #58c026;
	background: #c0eeaa;
}
.field.success input, .field.success .input, .field.success textarea, .field.success .textarea, .field.success .radio span, .field.success .checkbox span, .field.success .picker, .field.success input::-webkit-input-placeholder, .field.success textarea::-webkit-input-placeholder, .field.success input:-moz-placeholder, .field.success textarea:-moz-placeholder textarea {
color: #58c026;
}
.field .picker.danger {
	border-color: #ca3838;
	color: #ca3838;
	background: #f0c5c5;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.field .picker.danger select, .field .picker.danger:after {
	color: #ca3838;
}
.field .picker.warning {
	border-color: #f6b83f;
	color: #f6b83f;
	background: #fef7ea;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.field .picker.warning select, .field .picker.warning:after {
	color: #f6b83f;
}
.field .picker.success {
	border-color: #58c026;
	color: #58c026;
	background: #c0eeaa;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.field .picker.success select, .field .picker.success:after {
	color: #58c026;
}
.field .text input[type="search"] {
	-webkit-appearance: textfield;
}
.no-js .radio input {
	-webkit-appearance: radio;
	margin-left: 1px;
}
.no-js .checkbox input {
	-webkit-appearance: checkbox;
}
.no-js .radio input, .no-js .checkbox input {
	display: inline-block;
	width: 16px;
}
.js .field .radio, .js .field .checkbox {
	position: relative;
}
.js .field .radio.danger, .js .field .checkbox.danger {
	color: #ca3838;
}
.js .field .radio.danger span, .js .field .checkbox.danger span {
	border-color: #ca3838;
	color: #ca3838;
	background: #f0c5c5;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.js .field .radio.warning, .js .field .checkbox.warning {
	color: #f6b83f;
}
.js .field .radio.warning span, .js .field .checkbox.warning span {
	border-color: #f6b83f;
	color: #f6b83f;
	background: #fef7ea;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.js .field .radio.success, .js .field .checkbox.success {
	color: #58c026;
	color: #555555;
}
.js .field .radio.success i, .js .field .checkbox.success i {
	color: #58c026;
}
.js .field .radio.success span, .js .field .checkbox.success span {
	border-color: #58c026;
	color: #58c026;
	background: #c0eeaa;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.js .field .radio.checked i, .js .field .checkbox.checked i {
	position: absolute;
	top: -1px;
	left: -8px;
	line-height: 16px;
}
.js .field .radio span, .js .field .checkbox span {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	border: solid 1px #ccc;
	background: #fefefe;
}
.js .field .radio input[type="radio"], .js .field .radio input[type="checkbox"], .js .field .checkbox input[type="radio"], .js .field .checkbox input[type="checkbox"] {
	display: none;
}
.js .field .radio span {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.js .field .checkbox span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.field .text input[type="search"] {
	-webkit-appearance: textfield;
}

/* Form Picker Element (<select>) */

.picker {
	position: relative;
	width: auto;
	display: inline-block;
	margin: 0 0 2px 1.2%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: "Open Sans";
	font-weight: 600;
	height: auto;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
	background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
	background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
	background-image: linear-gradient(#ffffff, #f2f2f2);
}
.picker:after {
	content: "\25BE";
	font-family: entypo;
	z-index: 0;
	position: absolute;
	right: 8%;
	top: 50%;
	margin-top: -12px;
	color: #555555;
}
.picker:first-child {
	margin-left: 0;
}
.picker select {
	position: relative;
	display: block;
	min-width: 100%;
	width: 135%;
	height: 34px;
	padding: 6px 45px 6px 15px;
	color: #555555;
	border: none;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
	z-index: 99;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
}
.picker select::-ms-expand {
display: none;
}

/* Labels */

.badge, .label {
	height: 20px;
	display: inline-block;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.badge a, .label a {
	color: #fff;
}
.badge.primary, .label.primary {
	background: #3085d6;
	border: 1px solid #3085d6;
}
.badge.secondary, .label.secondary {
	background: #42a35a;
	border: 1px solid #42a35a;
}
.badge.default, .label.default {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #555555;
}
.badge.default:hover, .label.default:hover {
	border-color: #e5e5e5;
}
.badge.default a, .label.default a {
	color: #555555;
}
.badge.info, .label.info {
	background: #4a4d50;
	border: 1px solid #4a4d50;
}
.badge.danger, .label.danger {
	background: #ca3838;
	border: 1px solid #ca3838;
}
.badge.warning, .label.warning {
	background: #f6b83f;
	border: 1px solid #f6b83f;
	color: #644405;
}
.badge.warning a, .label.warning a {
	color: #644405;
}
.badge.success, .label.success {
	background: #58c026;
	border: 1px solid #58c026;
}
.badge.light, .label.light {
	background: #fff;
	color: #555555;
	border: 1px solid #f2f2f2;
}
.badge.light a, .label.light a {
	color: #d04526;
}
.badge.dark, .label.dark {
	background: #212121;
	border: 1px solid #212121;
}
.badge {
	padding: 0 10px;
	font-size: 14px;
	font-size: 0.875rem;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.label {
	padding: 0 10px;
	font-size: 12px;
	font-size: 0.75rem;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.alert {
	padding: 0 10px;
	font-weight: 600;
	list-style-type: none;
	word-wrap: break-word;
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 0.875rem;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.alert.primary {
	background: #85b7e7;
	border: 1px solid #3085d6;
	color: #1a5186;
}
.alert.secondary {
	background: #80cb92;
	border: 1px solid #42a35a;
	color: #255a32;
}
.alert.default {
	background: white;
	border: 1px solid #f2f2f2;
	color: #bfbfbf;
	color: #555555;
	border: 1px solid #f2f2f2;
}
.alert.info {
	background: #7b8085;
	border: 1px solid #4a4d50;
	color: #191a1b;
	color: #f2f2f2;
}
.alert.danger {
	background: #df8989;
	border: 1px solid #ca3838;
	color: #7b2121;
}
.alert.warning {
	background: #fbdca0;
	border: 1px solid #f6b83f;
	color: #c68609;
	color: #644405;
}
.alert.success {
	background: #91e26a;
	border: 1px solid #58c026;
	color: #316b15;
}

/* Tabs */

.tabs {
	display: block;
}
.tab-nav {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}
.tab-nav > li {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0 2.12766% 0 0;
	cursor: default;
	top: 1px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
.tab-nav > li > li {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0 2.12766% 0 0;
	cursor: default;
	top: 1px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
.tab-nav > li > li > a {
	display: block;
	width: auto;
	padding: 0 16px;
	margin: 0;
	color: #555555;
	font-weight: 600;
	border: 1px solid #e5e5e5;
	border-width: 1px 1px 0 1px;
	text-shadow: 0 1px 1px white;
	background: #f2f2f2;
	cursor: pointer;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
	height: 42px;
	line-height: 40px;
}
.tab-nav > li > li > a:hover {
	text-decoration: none;
	background: whitesmoke;
}
.tab-nav > li > li > a:active {
	background: #ededed;
}
.tab-nav > li > li.active > a {
	height: 43px;
	line-height: 41px;
	background: #fff;
	cursor: default;
}
.tab-nav > li > li:last-child {
	margin-right: 0;
}
.tab-nav > li:last-child {
	margin-right: 0;
}
.tab-nav > li > a {
	display: block;
	width: auto;
	padding: 0 16px;
	margin: 0;
	color: #555555;
	font-weight: 600;
	border: 1px solid #e5e5e5;
	border-width: 1px 1px 0 1px;
	text-shadow: 0 1px 1px white;
	background: #f2f2f2;
	cursor: pointer;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
	height: 42px;
	line-height: 40px;
}
.tab-nav > li > a:hover {
	text-decoration: none;
	background: whitesmoke;
}
.tab-nav > li > a:active {
	background: #ededed;
}
.tab-nav > li.active > a {
	height: 43px;
	line-height: 41px;
	background: #fff;
}
.tabs.pill .tab-nav {
	width: 100%; /* remove if you dont want the tabs to span the full container width */
	display: table;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.tabs.pill .tab-nav > li {
	display: table-cell;
	margin: 0;
	margin-left: -4px;
	text-align: center;
	top: 0;
}
.tabs.pill .tab-nav > li:first-child {
	margin-left: 0;
}
.tabs.pill .tab-nav > li > a {
	border: none;
	border-right: 1px solid #e5e5e5;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 42px;
	line-height: 40px;
}
.tabs.pill .tab-nav > li:last-child > a {
	border-right: none;
}
.tab-content {
	display: none;
	padding: 20px 10px;
}
.tab-content.active {
	display: block;
}
.tabs.vertical .tab-nav {
	border: none;
}
.tabs.vertical .tab-nav > li {
	display: block;
	margin: 0;
	margin-bottom: 5px;
}
.tabs.vertical .tab-nav > li.active {
	position: relative;
	z-index: 99;
}
.tabs.vertical .tab-nav > li.active > a {
	border-right: 1px solid #fff;
}
.tabs.vertical .tab-nav > li > a {
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px;
}
.tabs.vertical .tab-content {
	padding: 10px 0 30px 20px;
	margin-left: -1px;
	border-left: 1px solid #e5e5e5;
}

/* Images */

.image {
	line-height: 0;
	margin-bottom: 20px;
}
.image.circle {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50%;
	border-radius: 50% !important;
	overflow: hidden;
	width: auto;
}
.image.rounded {
	overflow: hidden;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px;
}
.image.photo {
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 1px #555555;
	-webkit-box-shadow: 0 0 1px #555555;
	box-shadow: 0 0 1px #555555;
}
.image.photo.polaroid {
	padding-bottom: 50px;
	background: #fff;
}

/* Video */

body .video {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
body .video.twitch, body .video.youtube.show_controls {
	padding-top: 30px;
}
.video > video, .video > iframe, .video > object, .video > embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Toggles */

.drawer {
	position: relative;
	width: 100%;
	max-height: 0;
	background: #3e4144;
	-moz-box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
	-webkit-box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
	box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
	overflow: hidden;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.drawer.active {
	height: auto;
	max-height: 800px;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background: black;
	background: rgba(0, 0, 0, 0.8);
}
.modal > .content {
	width: 50%;
	min-height: 50%;
	max-height: 65%;
	position: relative;
	top: 25%;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	z-index: 2;
	overflow: auto;
}
@media only screen and (max-width: 768px) {
	.modal > .content {
		width: 80%;
		min-height: 80%;
		max-height: 80%;
		top: 10%;
	}
}
@media only screen and (max-width: 767px) {
	.modal > .content {
		width: 92.5%;
		min-height: 92.5%;
		max-height: 92.5%;
		top: 3.75%;
	}
}
.modal > .content > .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}
.modal, .modal > .content {
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.modal.active {
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.modal.active, .modal.active > .content {
	visibility: visible;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

/* Tables */

table {
	display: table;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #e5e5e5;
}
table caption {
	text-align: center;
	font-size: 30px;
	padding: .75em;
}
table thead th, table tbody td, table tr td {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #e5e5e5;
}
table tr td, table tbody tr td {
	font-size: 16px;
}
table thead {
	background-color: #3085d6;
	color: #fff;
}
table thead tr th {
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
}
table.striped tr:nth-of-type(even), table table tr.stripe, table table tr.striped {
	background-color: #e5e5e5;
}

/* Tooltips */

.ttip {
	position: relative;
	cursor: pointer;
}
.ttip:after {
	display: block;
	background: #3085d6;
	border: 1px solid #3085d6;
	border-bottom: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.5em 0.75em;
	width: auto;
	min-width: 130px;
	max-width: 500px;
	position: absolute;
	left: 0;
	bottom: 101%;
	margin-bottom: 8px;
	text-align: left;
	color: #fff;
	content: attr(data-tooltip);
	line-height: 1.5;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YTRlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwODVkNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #65a4e1), color-stop(100%, #3085d6));
	background-image: -moz-linear-gradient(top, #65a4e1, #3085d6);
	background-image: -webkit-linear-gradient(top, #65a4e1, #3085d6);
	background-image: linear-gradient(to bottom, #65a4e1, #3085d6);
	-moz-box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
	-webkit-box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
	box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
}
.ttip:before {
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 101%;
	left: 8px;
	border-top: 9px solid #3085d6 !important;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}
.ttip:hover:after, .ttip:hover:before {
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.ttip:after, .ttip:before {
		display: none;
	}
}

/* SHAME */

.ie8 .xxwide, .ie8 .xwide, .ie8 .wide, .ie8 .normal, .ie8 .narrow, .ie8 .xnarrow {
	display: inline;
}
.ie8 .xxwide + input, .ie8 .xwide + input, .ie8 .wide + input, .ie8 .normal + input, .ie8 .narrow + input, .ie8 .xnarrow + input {
	display: inline;
	margin: 0 0 0 -.25em;
}
.ie8 .ttip:before, .ie8 .ttip:after {
	display: none;
}
.ie8 .ttip:hover:before, .ie8 .ttip:hover:after {
	display: block;
}
.ie9 .radio.checked i, .ie9 .checkbox.checked i {
	top: 0;
}