progress,
sub,
sup {
	vertical-align: baseline
}

button,
hr,
input {
	overflow: visible
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

figcaption,
menu,
article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: 700
}

button,
input {}

button,
select {
	text-transform: none
}

[type=submit],
[type=reset],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}


/*# sourceMappingURL=normalize.min.css.map */


/**
 * Defaults
 */


/*
 * Apply a natural box layout model to all elements, but allowing components to change
 * www.paulirish.com/2012/box-sizing-border-box-ftw/
 */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.hide,
.hidden,
[hidden] {
	display: none
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-indent: 25px;
	border-radius: 25px !important;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clear {
	width: 100%;
	display: block;
	clear: both;
}

.clearfix,
.grid {
	zoom: 1
}

.clearfix:before,
.clearfix:after,
.grid:before,
.grid:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}

.clearfix:after,
.grid:after {
	clear: both
}

.clearfix:after {
	content: " ";
	/* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.grid {
	max-width: 1440px;
	margin: 0 auto;
	padding: 5px;
	clear: both;
}

.grid .grid {
	max-width: initial;
	margin: -10px;
	padding: 0;
	clear: unset;
}

.grid.narrow {
	padding: 2.5px;
}

.grid.gapless,
.grid.full-width {
	padding: 0;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

@media screen and (min-width: 480px) {
	/*Was: 480px*/
	.container {
		padding: 0 40px
	}
	.one,
	.two,
	.three,
	.four,
	.five,
	.six,
	.seven,
	.eight,
	.nine,
	.ten,
	.eleven,
	.twelve {
		margin-bottom: 0;
		padding: 10px;
		float: left;
	}
	.one {
		width: 8.333333%
	}
	.two {
		width: 16.666667%
	}
	.three {
		width: 25%
	}
	.four {
		width: 33.333333%
	}
	.five {
		width: 41.666667%
	}
	.six {
		width: 50%
	}
	.seven {
		width: 58.333333%
	}
	.eight {
		width: 66.666667%
	}
	.nine {
		width: 75%
	}
	.ten {
		width: 83.333333%
	}
	.eleven {
		width: 91.666667%
	}
	.twelve {
		width: 100%;
		clear: left;
	}
	/* Offsets */
	.offset-one {
		margin-left: 8.333333%
	}
	.offset-two {
		margin-left: 16.666667%
	}
	.offset-three {
		margin-left: 25%
	}
	.offset-four {
		margin-left: 33.333333%
	}
	.offset-five {
		margin-left: 41.666667%
	}
	.offset-six {
		margin-left: 50%
	}
	.offset-seven {
		margin-left: 58.333333%
	}
	.offset-eight {
		margin-left: 66.666667%
	}
	.offset-nine {
		margin-left: 75%
	}
	.offset-ten {
		margin-left: 83.333333%
	}
	.offset-eleven {
		margin-left: 91.666667%
	}
	/* fixme. */
	.one.break,
	.two.break,
	.three.break,
	.four.break,
	.five.break,
	.six.break,
	.seven.break,
	.eight.break,
	.nine.break,
	.ten.break,
	.eleven.break,
	.twelve.break {
		float: none;
	}
}

.gapless .one,
.full-width .one,
.gapless .two,
.full-width .two,
.gapless .three,
.full-width .three,
.gapless .four,
.full-width .four,
.gapless .five,
.full-width .five,
.gapless .six,
.full-width .six,
.gapless .seven,
.full-width .seven,
.gapless .eight,
.full-width .eight,
.gapless .nine,
.full-width .nine,
.gapless .ten,
.full-width .ten,
.gapless .eleven,
.full-width .eleven,
.gapless .twelve,
.full-width .twelve {
	padding: 0;
	margin: 0;
}

.narrow .one,
.narrow .two,
.narrow .three,
.narrow .four,
.narrow .five,
.narrow .six,
.narrow .seven,
.narrow .eight,
.narrow .nine,
.narrow .ten,
.narrow .eleven,
.narrow .twelve {
	padding: 5px;
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6
}

blockquote {
	border-left: 2px solid #1271db;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 20px;
	padding-left: 25px
}

pre {
	background: #222;
	color: #fff;
	display: block;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 10px;
	word-break: break-all;
	word-wrap: break-word
}

code {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 13px;
	line-height: 20px;
	padding: 2px 10px;
	word-break: break-all;
	word-wrap: break-word
}

a {
	color: #000
}

.fancy-underlines a:not(.nfu) {
	color: #1271db !important;
	text-decoration: none;
	background-image: -webkit-linear-gradient(rgba(141, 179, 89, 0.25) 0%, #1271db 100%);
	background-image: linear-gradient(rgba(141, 179, 89, 0.25) 0%, #1271db 100%);
	background-repeat: repeat-x;
	background-size: 1px 1px;
	background-position: 0 95%;
	text-shadow: 3px 0 #fff, 2px 0 #fff, 1px 0 #fff, -1px 0 #fff, -2px 0 #fff, -3px 0 #fff;
}

.fancy-underlines a:not(.nfu):hover {
	color: #444 !important;
	text-decoration: none;
	background-image: -webkit-linear-gradient(rgba(141, 179, 89, 0.25) 0%, #444 100%);
	background-image: linear-gradient(rgba(141, 179, 89, 0.25) 0%, #444 100%);
	background-repeat: repeat-x;
	background-size: 1px 1px;
	background-position: 0 95%;
	text-shadow: 3px 0 #fff, 2px 0 #fff, 1px 0 #fff, -1px 0 #fff, -2px 0 #fff, -3px 0 #fff;
}

a:hover,
a:focus {
	text-decoration: none
}

@media screen and (max-width: 480px) {}

img,
video,
audio,
iframe,
object {
	max-width: 100%
}

.btn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #1271db;
	color: #1271db;
	display: inline-block;
	height: 44px;
	outline: none;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize
}

.btn:hover,
.btn:focus {
	background: #1271db;
	border-color: #1271db;
	color: #fff;
	text-decoration: none
}

.btn:active {
	background: #0e59ac;
	border-color: #0e59ac
}

.btn-primary {
	background-color: #1271db;
	border-color: #1271db;
	color: #fff
}

.btn-primary:hover,
.btn-primary:focus {
	background: #1065c3;
	border-color: #1065c3;
	color: #fff
}

.btn-primary:active {
	background: #0e59ac;
	border-color: #0e59ac;
	color: #fff
}

.btn-lg {
	font-size: 1.4em;
	height: 66px;
	padding: 0 60px
}

.btn-sm {
	font-size: .85em;
	height: 30.8px;
	padding: 0 10px
}

.btn-link {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: 0;
	color: #1271db;
	text-shadow: none;
	text-transform: none
}

.btn-link:hover,
.btn-link:focus {
	background: transparent;
	color: #1271db;
	text-decoration: underline
}

@media screen and (max-width: 480px) {
	.btn {
		display: block;
		margin-bottom: 10px;
		width: 100%
	}
}

table {
	width: 100%
}

table th,
table td {
	padding: 5px;
	text-align: left
}

table th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc
}

label {
	display: block;
	margin-bottom: 5px
}

form .hint {
	color: #aaa;
	margin-top: 5px
}

form .is-required {
	font-style: italic
}

form .has-error .error-description {
	color: #ff4136;
	margin-top: 5px
}

form .has-error input[type=text],
form .has-error input[type=email],
form .has-error input[type=phone],
form .has-error input[type=password],
form .has-error input[type=number],
form .has-error input[type=search],
form .has-error textarea {
	border-color: #ff4136
}

.alert {
	zoom: 1;
	border-left: 3px solid;
	margin-bottom: 40px;
	padding: 10px
}

.alert:before,
.alert:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}

.alert:after {
	clear: both
}

.alert.alert-danger {
	background: #ffeae9;
	border-color: #ff4136;
	color: #e90d00
}

.alert.alert-success {
	background: #e6f9e8;
	border-color: #2ecc40;
	color: #25a233
}

.alert.alert-warning {
	background: #fff2e7;
	border-color: #ff851b;
	color: #e76b00
}

.alert.alert-info {
	background: #cfe9ff;
	border-color: #0074d9;
	color: #0059a6
}

.alert.alert-empty {
	background: #f4f4f4;
	border: 1px dashed #ddd;
	text-align: center
}

.alert p:last-child {
	margin-bottom: 0
}


/*
nav a {
	display: inline-block;
	padding: 10px 30px
}
*/

* {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important
}

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

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

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

.clear {
	clear: both
}

.right,
.align.right {
	float: right
}

.left,
.align.left {
	float: left
}

.list-unstyled {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.valign {
	vertical-align: middle
}

hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 40px 0
}

.subtle {
	color: #aaa
}

.relative {
	position: relative
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

@media screen and (max-width: 480px) {
	body {
		overflow-x: hidden
	}
}


/**
 * Print.css
 */

@media print {
	header,
	nav,
	footer {
		display: none
	}
	img {
		max-width: 500px
	}
	body {
		font: 14pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3
	}
}


/**
 * Sensible defaults.
 */


/* always show vertical scrollbar */

html {
	overflow-y: scroll;
	overflow-x: auto;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
}


/* disable borders around linked images. */

a img {
	border: 0;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.lower {
	text-transform: lowercase;
}

.upper {
	text-transform: uppercase;
}

.muted {
	opacity: 0.5;
}

.m20,
.margin-20 {
	margin: 20px;
}


/**
 * Float element
 */

.float {
	float: inherit
}


/* This should not be used on its own: class="float left" */

.float.left {
	float: left
}

.float.right {
	float: right
}

.float-right.m20,
.float.right.m20,
.float-right.margin-20 {
	margin: 20px 0 20px 20px;
}

.float-left.m20,
.float.left.m20,
.float-left.margin-20 {
	margin: 20px 20px 20px 0;
}


/*	.tiny,
	.extrasmall,
	.small,
	.medium,
	.large,
	.extralarge */

.w320 {
	max-width: 320px !important;
}

.w640 {
	max-width: 640px !important;
}

.w960 {
	max-width: 960px !important;
}

.w1200 {
	max-width: 1200px !important;
}

.w1440 {
	max-width: 1440px !important;
}

.w1600 {
	max-width: 1600px !important;
}

.full-width {
	max-width: 100% !important;
	padding: 0;
}

.full-width .twelve {
	width: 100%;
}

.max-width-100 {
	max-width: 100px;
}

.max-width-200 {
	max-width: 200px;
}

.max-width-300 {
	max-width: 300px;
}

.max-width-400 {
	max-width: 400px;
}

.max-width-500 {
	max-width: 500px;
}

.max-width-600 {
	max-width: 600px;
}

.max-width-700 {
	max-width: 700px;
}

.max-width-800 {
	max-width: 800px;
}

.clear-inset {
	width: auto;
	overflow: hidden;
}


/* FLUIDITY v0.1.0 @mrmrs - https://github.com/mrmrs/fluidity MIT */

img,
canvas,
iframe,
video,
svg {
	max-width: 100%;
}


/* Wrap tables or pre elements in a div with this class */

.overflow-container {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}


/* margin/padding resets */

.zero {
	margin: 0 !important;
	padding: 0 !important;
}

.zero-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.zero-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.zero-left {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.zero-right {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.zero-horizontal {
	margin-left: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.zero-vertical {
	margin-top: 0 !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

ul.zero {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

ul.zero-top {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

ul.zero-horizontal {
	margin-left: 20px !important;
}

.no-border {
	border: 0;
}

nav.horizontal ul,
ul.inline {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

nav.horizontal ul *,
ul.inline * {
	display: inline;
}


/**
 * special Jack classes
 */

.token img {
	max-width: 100%;
}


/*
 * Clearfix
 * http://www.webtoolkit.info/css-clearfix.html
 */

.clearfix:after,
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
.cf {
	display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix,
* html .cf {
	height: 1%;
}

.clearfix,
.cf {
	display: block;
}


/* End hide from IE-mac */


/* Fix Google Maps canvas
 *
 * Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's
 * global `box-sizing` changes. You may optionally need to reset the `max-width`
 * on images in case you've applied that anywhere else. (That shouldn't be as
 * necessary with Bootstrap 3 though as that behavior is relegated to the
 * `.img-responsive` class.)
 */

.canvas_map img {
	max-width: none;
}

.canvas_map,
.canvas_map * {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}


/**
 * Embed responsively, people.
 * http://embedresponsively.com/
 */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**
 * CSS Columns
 */

.columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
}

.columns.few-words {
	max-width: 370px;
	column-count: 1;
}

.columns.more-words {
	max-width: 740px;
	column-count: 2;
}

.columns p:first-child {
	margin: 0 !important;
}

.columns p {
	margin: 20px 0 0 0 !important;
}

.columns.with-teaser p:first-child {
	font-weight: bold;
}


/**
 * Material style Box shadows
 * @link https://medium.com/@Florian/freebie-google-material-design-shadow-helper-2a0501295a2d
 */

.box-shadow-1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box-shadow-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box-shadow-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}


/**
 * CSS Lazy defaults
 */

@keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.lazy {
	animation-name: reset, fade-in;
	animation-duration: 2.5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0, 0;
}


/* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */

.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}