@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,500italic,400italic,300,300italic);
@import url(/static/css/bootstrap.min.css);
@import url(/static/css/font-awesome.min.css);
@import url(/static/css/mol-header.css);
@import url(/static/css/mol-navbar.css);
@import url(/static/css/mol-footer.css);

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
	font-family: 'Fira Sans Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

html {
	min-height: 100%;
	position: relative;
}

body,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	line-height: 21px;
}

body.push {
	margin-bottom: 276px;
}

body.push-thin {
	margin-bottom: 35px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Fira Sans Medium', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
a {
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
a:link {
	color: #e86e1d;
	text-decoration: none;
	padding: 0.1em;
}
a:visited {
	color: #ff903f;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #fff;
	background-color: #8cbf44;
	text-decoration: none;
	-moz-border-radius: 0.15em / 0.15em;
	-webkit-border-radius: 0.15em 0.15em;
	border-radius: 0.15em / 0.15em;
}
a:active {
	color: #fff;
	background-color: #8cbf44;
}

a.simple-link,
a.simple-link:link,
a.simple-link:visited {
	color: #ff903f;
	border-bottom: 1px dotted #ff903f;
	font-size: 16px;
}

a.simple-link:hover,
a.simple-link:active,
a.simple-link:focus {
	color: #8cbf44;
	border-bottom: 1px dotted #8cbf44;
	background-color: transparent;
	text-decoration: none;
}

.mol-header figure a:hover,
.mol-header figure a:focus,
.mol-header figure a:active {
	background-color: transparent;
}

@media (min-width: 950px) {
	.logo {
		float: left;
	}
	.container {
		width: 90%;
		max-width: 60em;
	}
	.mol-header-fat {
		width: 90%;
		max-width: 70em;
	}
}

.logo a {
	display: block;
	height: 60px;
}
.logo img {
	width: 160px;
}
@media (min-width: 950px) {
	nav {
		position: absolute;
		bottom: 0;
		right: 1em;
	}
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	text-align: center;
	font-size: 0.95em;
}
@media (min-width: 950px) {
	.menu {
		float: left;
		font-size: 1em;
	}
}

.btn-default.active {
	background-image: linear-gradient(to bottom, #8cbf44 0, #7bae33 100%);
	color: #ffffff;
}

.menu li {
	list-style: none;
	list-style-image: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
}

.menu a:link,
.menu a:visited {
	color: #3d3c3c;
	text-decoration: none;
	padding: 0.25em 0.5em 0.35em 0.5em;
	display: block;
}
.menu a:hover {
	color: #8cbf44;
}
.menu .tab a:link,
.menu .tab a:visited {
	color: #fff;
	background-color: #062d66;
	-webkit-border-radius: 0.5em 0.5em 0 0;
	-moz-border-radius: 0.5em 0.5em 0 0;
	-ms-border-radius: 0.5em 0.5em 0 0;
	-o-border-radius: 0.5em 0.5em 0 0;
	border-radius: 0.5em 0.5em 0 0;
}

.menu .tab i {
	display: inline-block;
	margin-left: 0.5em;
	content: '\f041';
	font-family: FontAwesome;
	color: #23a9d0;
	background-color: #fff;
	margin: 0.5em;
	height: 1.25em;
	width: 1.25em;
	line-height: 1.25;
	text-align: center;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
.menu .tab a:hover {
	background-color: #e86e1d;
}

.menu .tab a.selected {
	background-color: #8cbf44;
}

.content {
	margin-top: 0.7em;
}

.form-control {
	border-radius: 4px;
}

.dropdown-menu {
	z-index: 1500;
}

.visible-xxs,
.visible-xxxs {
	display: none !important;
}
.visible-xxxs li a:link,
.visible-xxxs li a:visited {
	color: #fff;
	background-color: #062d66;
	width: 100%;
}
.visible-xxxs li i {
	display: inline-block;
	margin-left: 0.5em;
	content: '\f041';
	font-family: FontAwesome;
	color: #23a9d0;
	background-color: #fff;
	margin: 0.5em;
	height: 1.25em;
	width: 1.25em;
	line-height: 1.25;
	text-align: center;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
.visible-xxxs li a:hover {
	background-color: #e86e1d !important;
}

.visible-xxxs li a.selected {
	background-color: #8cbf44 !important;
}

@media (max-width: 566px) {
	.hidden-xxs {
		display: none !important;
	}
	.visible-xxs {
		display: block !important;
	}
}
@media (max-width: 404px) {
	.hidden-xxxs {
		display: none !important;
	}
	.visible-xxxs {
		display: block !important;
	}
}
