﻿.hs-form label {
	display: block;
	float: none;
	margin-bottom: 4px;
	padding-top: 0;
	text-align: left;
	width: auto
}

.hs-input {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 400;
	line-height: 22px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%
}

	.hs-input[type=checkbox], .hs-input[type=radio] {
		border: none;
		cursor: pointer;
		height: auto;
		line-height: normal;
		margin: 3px 5px 3px 0;
		padding: 0;
		width: auto
	}

	.hs-input[type=file] {
		background-color: #fff;
		border: initial;
		box-shadow: none;
		line-height: normal;
		padding: initial
	}

	.hs-input input, .hs-input textarea {
		transition: border .2s linear
	}

.hs-form .mdl-checkbox__ripple-container .mdl-ripple, .hs-form .mdl-switch.is-checked .mdl-switch__thumb, .hs-form .mdl-switch.is-checked .mdl-switch__track {
	background: #67c3c1
}

.hs-form .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
	border-color: #67c3c1
}

.hs-form .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
	background: #67c3c1 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHZpZXdCb3g9IjAgMCAxIDEiPjxwYXRoIGQ9Ik0uMDQuNjI3LjE0Ni41Mi40My44MDQuMzIzLjkxem0uMTc3LjE3N0wuODU0LjE2Ny45Ni4yNzMuMzIzLjkxeiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIvPjwvc3ZnPg==")
}

.hs-form .mdl-radio__inner-circle, .hs-form .mdl-radio__ripple-container .mdl-ripple, .hs-form.mdl-radio__ripple-container .mdl-ripple {
	background: #67c3c1
}

.hs-form .mdl-radio.is-checked .mdl-radio__outer-circle {
	border-color: #67c3c1
}

.hs_radio_buttons .inputs-list label > span {
	vertical-align: text-top !important
}

.inputs-list label > input, .inputs-list label > span {
	line-height: 23px
}

.legal-consent-container .mdl-checkbox {
	height: auto !important
}

textarea.hs-input {
	height: auto
}

select, select.hs-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(https://507386.fs1.hubspotusercontent-na1.net/hubfs/507386/CLEAN-images/gfx/dropdown-arrow.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px 7px
}

	select.hs-input::-ms-expand, select::-ms-expand {
		display: none
	}

	select[multiple], select[multiple].hs-input {
		height: inherit
	}

.hs-error-msgs {
	border: 1px solid
}

	.hs-error-msgs label {
		display: block;
		margin-bottom: 0;
		margin-top: 0
	}

	.hs-error-msgs li {
		color: #da0101 !important;
		margin-bottom: 0
	}

fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
	width: 100% !important
}

body form.hs-form .hs-form-field, body form.hs-form fieldset {
	margin-bottom: 10px !important
}

.actions {
	padding: 0
}

.inputs-list {
	margin: 0 0 5px;
	padding-left: 0;
	width: 100%
}

	.inputs-list > li {
		display: block;
		padding: 0;
		width: 100%
	}

	.inputs-list label {
		display: block;
		float: none;
		font-weight: 400;
		line-height: 18px;
		padding: 0;
		text-align: left;
		white-space: normal;
		width: auto
	}

	.inputs-list:first-child {
		padding-top: 6px
	}

	.inputs-list > li + li {
		padding-top: 2px
	}

	.inputs-list label > input, .inputs-list label > span {
		vertical-align: middle
	}

ul.no-list {
	list-style: none
}

.field {
	margin-bottom: 18px
}

.hs-field-desc {
	font-size: 14px;
	margin: 0 0 6px
}

.hs-form-required {
	color: red
}

.hs-richtext {
	line-height: 1.2;
	margin-bottom: 3px
}

	.hs-richtext hr {
		margin-left: 0;
		text-align: left;
		width: 91%
	}

.grecaptcha-badge {
	margin: 0 auto
}

.email-correction, .email-validation {
	font-size: 12px;
	padding-top: 3px
}

	.email-correction a, .email-validation a {
		cursor: pointer
	}

@media (max-width:400px),(min-device-width:320px) and (max-device-width:480px) {
	.email-correction form .form-columns-2 .hs-form-field, .email-correction form .form-columns-3 .hs-form-field, .email-validation form .form-columns-2 .hs-form-field, .email-validation form .form-columns-3 .hs-form-field {
		float: none;
		width: 100%
	}

		.email-correction form .form-columns-2 .hs-form-field .hs-input, .email-correction form .form-columns-3 .hs-form-field .hs-input, .email-validation form .form-columns-2 .hs-form-field .hs-input, .email-validation form .form-columns-3 .hs-form-field .hs-input {
			width: 90%
		}

		.email-correction form .form-columns-2 .hs-form-field input[type=checkbox], .email-correction form .form-columns-2 .hs-form-field input[type=radio], .email-correction form .form-columns-3 .hs-form-field input[type=checkbox], .email-correction form .form-columns-3 .hs-form-field input[type=radio], .email-validation form .form-columns-2 .hs-form-field input[type=checkbox], .email-validation form .form-columns-2 .hs-form-field input[type=radio], .email-validation form .form-columns-3 .hs-form-field input[type=checkbox], .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
			width: 24px
		}
}

.hs-button, .hs-form-field input[type=date], .hs-form-field input[type=email], .hs-form-field input[type=number], .hs-form-field input[type=phone], .hs-form-field input[type=tel], .hs-form-field input[type=text], .hs-form-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none
}

.hs-default-font-element, .hs-main-font-element {
	font-family: Poppins
}

.content-wrapper {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 20px
}

.container-wide {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 15px
}

.post-page-full .blog-header-full {
	background-color: #f5fbfb;
	margin-bottom: 50px;
	padding-bottom: 50px;
	padding-top: 100px
}

@media screen and (max-width:922px) {
	.post-page-full .blog-header-full {
		padding-bottom: 50px;
		padding-top: 100px
	}
}

@media screen and (max-width:575px) {
	.post-page-full .blog-header-full {
		padding-bottom: 50px;
		padding-top: 100px
	}
}

.blog-header-standard .blog-header__inner {
	margin: 0 auto;
	padding-bottom: 150px;
	padding-top: 100px
}

@media screen and (max-width:922px) {
	.blog-header-standard .blog-header__inner {
		margin: 0 auto;
		padding-bottom: 150px;
		padding-top: 100px
	}
}

@media screen and (max-width:575px) {
	.blog-header-standard .blog-header__inner {
		margin: 0 auto;
		padding-bottom: 100px;
		padding-top: 100px
	}
}

.post-header .blog-header__inner {
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 100px
}

@media screen and (max-width:922px) {
	.post-header .blog-header__inner {
		margin: 0 auto;
		padding-bottom: 50px;
		padding-top: 100px
	}
}

@media screen and (max-width:575px) {
	.post-header .blog-header__inner {
		margin: 0 auto;
		padding-bottom: 50px;
		padding-top: 100px
	}
}

.blog-header__title {
	margin-top: 1.1rem !important;
	text-align: left
}

.blog-header__subtitle {
	margin: 1rem 0 2rem
}

.blog-header__form {
	margin: 0 1rem
}

.blog-header-standard {
	position: relative
}

.blog-header-overlay {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.blog-header-standard .container, .blog-header-standard .container-slim {
	position: relative;
	z-index: 2
}

@media screen and (min-width:922px) {
	.blog-header__form {
		margin: 0 auto
	}
}

.blog-index {
	display: contents;
	flex-wrap: wrap;
	padding: 3.3rem 0
}

	.blog-index:after {
		content: "";
		flex: auto
	}

.blog-index__tag-header {
	flex: 1 0 100%;
	padding: 1rem
}

.blog-index__tag-subtitle {
	font-size: 1.16rem;
	line-height: 1.1
}

.blog-index__tag-heading {
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-bottom: 1rem
}

.blog-index__post {
	flex: 0 0 100%;
	padding: 1rem;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

	.blog-index__post:hover {
		transform: scale(1.02)
	}

.blog-index__post--large {
	margin-bottom: 1rem;
	padding: 0;
	position: relative
}

	.blog-index__post--large .blog-index__post-content {
		padding: 2rem 1rem 2.5rem
	}

.hhs-blog-card-inner {
	height: 100%;
	padding: 0;
	position: relative
}

	.hhs-blog-card-inner .blog-index__post-content {
		padding: 20px
	}

.blog-index__post--large h4 a:hover, .blog-index__post--small h4 a:hover {
	text-decoration: none
}

.blog-index__post-content--small {
	min-height: 210px
}

.blog-recent-posts__list p a.blog-recent-posts__post {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	flex: none !important
}

@media screen and (min-width:1000px) {
	.blog-index__post {
		flex: 0 0 33.33333%
	}
}

@media screen and (min-width:922px) {
	.blog-index__post {
		flex: 0 0 50%
	}

	.blog-index__post--large {
		display: flex;
		flex: 1 0 100%;
		justify-items: space-between
	}
}

@media (max-width:575px) {
	.blog-header__subtitle, .blog-header__title {
		text-align: center
	}

	.blog-index__post {
		padding: 1rem 0
	}

	.blog-index__post--large.blog-index__post {
		padding-top: 0
	}
}

.blog-index__post-image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.blog-index__post--small .blog-index__post-image {
	margin-bottom: 15px
}

@media screen and (min-width:922px) {
	.blog-index__post-image--large {
		flex: 1 1 100%;
		padding-bottom: 0
	}

	.blog-index__post-content--large {
		flex: 1 1 100%
	}

	.blog-index__post-image--large {
		flex: 1 1 48%
	}

	.blog-index__post-content--large {
		flex: 1 1 48%;
		padding-left: 2rem
	}
}

.blog-index__post-content h2 {
	margin: .5rem 0
}

.blog-index__post-content--small h2 {
	font-size: 24px
}

.blog-index__post-content p {
	font-family: Poppins
}

.blog-index__post-content a {
	color: #67c3c1
}

.blog-index__post-image--large {
	display: block;
	position: relative
}

	.blog-index__post-image--large img {
		height: 100% !important;
		left: 0;
		object-fit: cover;
		position: absolute;
		top: 0;
		width: 100%
	}

.blog-index__post img {
	max-width: 100%;
	object-fit: cover
}

@media screen and (min-width:922px) {
	.blog-index__post-image--large img {
		position: static
	}
}

.blog-index__post-author {
	margin: 10px 0
}

a.blog-index__post-author-name {
	line-height: 30px
}

.blog-index__post-author-image {
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px
}

.blog-pagination {
	align-items: center;
	clear: both;
	display: flex;
	font-family: Poppins;
	justify-content: center;
	margin: 0 auto 3.3rem;
	text-align: center;
	width: 100%
}

.blog-pagination__link {
	border: 2px solid transparent;
	border-radius: 7px;
	display: inline-flex;
	line-height: 1;
	margin: 0 .1rem;
	padding: .25rem .4rem;
	text-decoration: none
}

.blog-pagination__link--active {
	border: 2px solid #67c3c1
}

.blog-pagination__link:focus, .blog-pagination__link:hover {
	text-decoration: none
}

.blog-pagination__next-link, .blog-pagination__prev-link {
	align-items: center;
	display: inline-flex
}

.blog-pagination__prev-link {
	margin-right: .25rem;
	text-align: right
}

.blog-pagination__next-link {
	margin-left: .25rem;
	text-align: left
}

.blog-pagination__next-link--disabled, .blog-pagination__prev-link--disabled {
	color: #b0c1d4;
	cursor: default;
	pointer-events: none
}

.blog-pagination__next-link svg, .blog-pagination__prev-link svg {
	fill: #444;
	margin: 0 5px
}

.blog-pagination__next-link--disabled svg, .blog-pagination__prev-link--disabled svg {
	fill: rgba(68,68,68,.5)
}

.blog-pagination__number-link:focus, .blog-pagination__number-link:hover {
	background-color: #67c3c1;
	border: 2px solid #67c3c1;
	color: #fff
}

.blog-header__author-avatar {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	height: 120px;
	margin: 0 auto 1.5rem;
	width: 120px
}

.blog-header__author-social-links a {
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	margin: 0 5px;
	position: relative;
	width: 40px
}

	.blog-header__author-social-links a:hover {
		background-color: #67c3c1
	}

.blog-header__author-social-links svg {
	fill: #fff;
	height: 15px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: auto
}

.blog-post {
	margin: 0 auto;
	padding: 0 0 3.3rem
}

.blog-post__meta {
	margin: 1rem 0
}

	.blog-post__meta p {
		font-size: .9em;
		line-height: 30px
	}

	.blog-post__meta a {
		text-decoration: none
	}

.hhs-tag-list ul {
	display: table;
	padding-left: 0
}

.hhs-tag-list li {
	display: block;
	float: left;
	list-style-type: none
}

	.blog-index__post-tag, .hhs-tag-list li a, .hhs-tag-list li a:hover {
		background-color: #67c3c1;
		color: #fff
	}

	.blog-index__post-tag, .blog-post__tag-link, .hhs-tag-list li a {
		-webkit-border-radius: 25px 25px 25px 25px;
		border-radius: 25px 25px 25px 25px;
		display: inline-block;
		font-size: .8rem;
		line-height: normal;
		margin: 0 5px 5px 0;
		padding: 5px 10px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out
	}

		.hhs-tag-list li a span {
			color: #fff;
			font-size: .6rem;
			font-weight: 700;
			text-transform: uppercase
		}

		.blog-post__tag-link:hover, .hhs-tag-list li a:hover {
			text-decoration: none;
			transform: scale(1.02)
		}

.hhs-tag-list .filter-expand-link {
	clear: both;
	display: block;
	margin-top: 15px
}

a.blog-index__post-button {
	bottom: 20px;
	font-size: 14px;
	position: absolute;
	right: 20px
}

.blog-recent-posts {
	margin-top: 3rem;
	padding: 2rem 0
}

	.blog-recent-posts h4 {
		margin-bottom: 25px;
		text-align: center;
		width: 100%
	}

.blog-recent-posts__list {
	display: flex
}

.blog-recent-posts__post {
	display: block;
	flex: 0 0 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

	.blog-recent-posts__post:hover {
		transform: scale(1.02)
	}

	.blog-recent-posts__post h3 {
		padding: 1rem 1rem .5rem
	}

	.blog-recent-posts__post p {
		padding: 0 1rem 1rem
	}

@media screen and (min-width:922px) {
	.blog-recent-posts__post {
		flex: 0 0 50%
	}
}

@media screen and (max-width:922px) {
	.blog-recent-posts__list {
		display: block
	}
}

@media screen and (min-width:1000px) {
	.blog-recent-posts__post {
		flex: 0 0 31.25%;
		margin: 10px
	}
}

.blog-recent-posts__post:hover {
	text-decoration: none
}

.blog-recent-posts__AEage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 63%
}

.blog-recent-posts__title {
	font-size: 1.25rem;
	margin: 1rem 0 .5rem
}

.blog-comments {
	margin: 0 auto;
	padding-bottom: 50px
}

	.blog-comments form {
		max-width: 100%
	}

	.blog-comments .hs-submit {
		text-align: center
	}

.comment.depth-0 {
	border-top: 0 !important
}

.blog-comments .hs-form-booleancheckbox label {
	line-height: 1.6em !important
}

.blog-comments .comment-reply-to {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer
}

	.blog-comments .comment-reply-to:hover {
		transform: scale(1)
	}

.blog-comments .replying-to {
	display: block;
	margin-bottom: 25px
}

.hs-blog-social-share {
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-top: 1px solid rgba(0,0,0,.2);
	height: auto;
	height: auto !important;
	padding: 10px 0 0;
	width: 100%
}

.filter__header {
	margin-bottom: 16px;
	margin-top: 25px;
	padding: 1rem
}

select.post__category-selector {
	height: auto !important;
	padding-right: 25px !important
}

@media screen and (min-width:922px) {
	.filter__header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 0
	}

		.filter__header .column--8 {
			-webkit-box-flex: 2;
			-ms-flex: 2 300px;
			flex: 2 300px
		}

		.filter__header .column--4 {
			margin-right: 20px
		}
}

@media screen and (max-width:575px) {
	.blog-header__author-social-links {
		text-align: center
	}
}

.sidebar-con {
	margin-bottom: 50px
}

@media (max-width:922px) {
	.blog-post__tags {
		margin-bottom: 25px
	}
}

.error-page-con {
	padding: 20rem 0;
	position: relative;
	text-align: center
}

.error-page:before {
	content: attr(data-error);
	font-family: Poppins;
	font-size: 40vw;
	font-weight: 700;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: 0
}

.error-inner {
	position: relative;
	z-index: 2
}

.error-page h4 {
	margin-bottom: 25px
}

@media screen and (min-width:1100px) {
	.error-page:before {
		font-size: 20rem
	}
}

.error-page_heading {
	margin-bottom: 1rem
}

.systems-page {
	padding: 3rem 0
}

	.systems-page .success {
		background-color: #cde3cc;
		border: 1.5px solid #4f7d24;
		border-radius: 6px;
		color: #4f7d24;
		display: inline-block;
		font-size: .75rem;
		margin: 2rem 0;
		min-width: 650px;
		padding: .1rem .75rem
	}

.sub-pre-header {
	padding: 7rem 0 5rem;
	position: relative
}

	.sub-pre-header .container {
		position: relative;
		z-index: 2
	}

	.sub-pre-header h1, .sub-pre-header p {
		text-align: center
	}

.sub-pref-full {
	padding: 1rem 0
}

	.sub-pref-full form {
		max-width: 100%
	}

		#hs_cos_wrapper_subscriptions_confirmation h2, .sub-pref-full form h2 {
			font-size: 24px
		}

		.sub-pref-full form .checkbox-row span span {
			font-weight: 700
		}

		.sub-pref-full form .item-inner p {
			font-size: .8em;
			padding-left: 20px
		}

#email-prefs-form .page-header {
	margin-bottom: 25px
}

.sub-pref-full h1 {
	display: none
}

.sub-pref-full h3 {
	font-size: 24px
}

.head-overlay {
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

#hs_cos_wrapper_password_prompt_ form {
	margin: 0 auto;
	max-width: 400px;
	text-align: center
}

.hs-search-results {
	margin-top: 2rem
}

ul.hs-search-results__listing li {
	margin-bottom: 2rem
}

.hs-search-results__title {
	font-family: Poppins;
	font-size: 24px;
	margin-bottom: .25rem;
	text-decoration: none
}

	.hs-search-results__title:hover {
		text-decoration: none
	}

.hs-search-results__description {
	padding-top: .5rem
}

.hs-search-highlight {
	font-weight: 700
}

.hs-search-results__pagination a {
	color: #67c3c1
}

.results-pre-header {
	padding: 150px 0 50px;
	position: relative
}

@media (max-width:922px) {
	.results-pre-header {
		padding: 100px 0 50px
	}
}

@media (max-width:575px) {
	.results-pre-header {
		padding: 100px 0 50px
	}
}

.results-pre-header .container {
	position: relative;
	z-index: 2
}

.results-pre-header h1, .results-pre-header h5 {
	text-align: center
}

.hs-search-results__listing li {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 30px;
	padding-bottom: 20px
}

.hs-search__no-results {
	border: 1px solid rgba(0,0,0,.1);
	padding: 200px 60px;
	text-align: center
}

	.hs-search__no-results p:first-child {
		font-size: 18px;
		font-weight: 700
	}

.hhs-pop .hhs-pop-the-form {
	padding: 50px 0
}

.blocker {
	z-index: 100000 !important
}

.hhs-pop.hhs-modal {
	position: relative;
	z-index: 1000000
}

	.hhs-pop.hhs-modal .hhs-pform .hs-form-required {
		display: none !important
	}

	.hhs-pop.hhs-modal .hs-form {
		margin-top: 0
	}

@media (min-width:922px) {
	.hhs-pop .vert-align {
		align-items: center;
		-webkit-align-items: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		-webkit-justify-content: center
	}

		.hhs-pop .vert-align.rev-order {
			flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse
		}
}

.hhs-pop .hhs-page-center {
	float: none !important;
	margin: 0 auto !important;
	max-width: 1000px
}

.hhs-pop a.hhs-cta-button, .hhs-pop a.hhs-cta-button:active, .hhs-pop a.hhs-cta-button:link, .hhs-pop a.hhs-cta-button:visited, .hhs-pop a.hhs-cta_button, .hhs-pop a.hhs-cta_button:active, .hhs-pop a.hhs-cta_button:link, .hhs-pop a.hhs-cta_button:visited {
	color: #fff;
	text-decoration: none
}

.hhs-pop .hhs-pform input, .hhs-pop .hhs-pform select, .hhs-pop .hhs-pform textarea {
	-webkit-appearance: none;
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	color: #555;
	padding: 10px
}

.hhs-pop .hhs-pform .hs-button.primary {
	background-color: #99C34E;
	color: #fff;
	min-width: 93.5% !important;
	padding: 15px 12px;
	text-align: center
}

@media (max-width:767px) {
	.hhs-pop .hhs-pform .hs-button.primary {
		min-width: 100% !important
	}
}

.hhs-pop .hhs-pform .hs-button.primary:hover {
	background-color: rgba(255,175,3,.7)
}

.hhs-pop .hhs-pform .hs-button.primary {
	background: transparent;
	border: 3px solid #99C34E;
	color: #99C34E;
	display: block;
	margin-top: 10px;
	max-width: 100%;
	min-width: 100%;
	padding: 10px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	white-space: normal
}

	.hhs-pop .hhs-pform .hs-button.primary:hover {
		background: #99C34E;
		color: #fff
	}

.hhs-pop .hhs-pform .hs-form {
	margin-top: 45px
}

.hhs-pop .hhs-pform ul.inputs-list {
	-webkit-padding-start: 0
}

.hhs-pop .hhs-pform .hs-form-booleancheckbox, .hhs-pop .hhs-pform .hs-form-radio {
	list-style-type: none
}

.hhs-pop .hhs-pform .hs-form fieldset {
	max-width: none !important
}

	.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .input {
		margin-right: 0 !important
	}

	.hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .input {
		margin-right: 8px
	}

	.hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input {
		margin-right: 0
	}

	.hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .input {
		margin-right: 12px
	}

	.hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .hs-form-field:last-child .input {
		margin-right: 0
	}

	.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .hs-input {
		width: 100% !important
	}

	.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 input[type=checkbox], .hhs-pop .hs-form fieldset.form-columns-1 input[type=radio] {
		width: auto !important
	}

.hhs-pop .hhs-pform .hs-form-field .hs_email {
	display: inline-block
}

.hhs-pop .hhs-pform ul.inputs-list li {
	list-style: none
}

body .hhs-pop .hhs-pform input[type=checkbox i] {
	-webkit-appearance: checkbox;
	box-sizing: border-box
}

body .hhs-pop .hhs-pform input[type=radio i] {
	-webkit-appearance: radio;
	box-sizing: border-box
}

body .hhs-pop .hhs-pform input[type=checkbox i], body .hhs-pop .hhs-pform input[type=radio i] {
	background-color: initial;
	border: initial;
	cursor: default;
	margin: 3px .5ex;
	padding: initial
}

.hhs.hhs-modal.modal .hs-richtext, .hhs.hhs-modal.modal .hs-richtext img {
	height: auto !important;
	width: 300px !important
}

.hhs-pop .hhs-pform .hs-form fieldset[class*=form-columns] input[type=radio].hs-input {
	margin-right: 10px;
	width: auto
}

.hhs-pop .hhs-pform .hs-form fieldset[class*=form-columns] input[type=checkbox i].hs-input {
	margin-right: 10px;
	width: auto
}

.hhs-pop .hhs-pform form.hs-form fieldset[class*=form-columns] .hs-input {
	height: auto;
	width: 100%
}

.submitted-message p {
	font-size: 22px;
	font-weight: 700
}

@media (max-width:575px) {
	.hhs-pop.hhs-modal {
		padding: 50px 0
	}
}

#js-rotating {
	display: none
}

	#js-rotating.morphext, .morphext > .animated {
		display: inline-block
	}

@-webkit-keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0)
	}
}

@keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	0%,50%,to {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,50%,to {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

@keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-name: headShake;
	animation-name: headShake;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-transform-origin: top center;
	transform-origin: top center
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%,11.1%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	0%,11.1%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.heartBeat {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)
	}

	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)
	}

	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
	}
}

.animated.flip {
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg)
	}

	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg)
	}

	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg)
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg)
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg)
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg)
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

@keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

@keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

@keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

@keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	20%,60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	40%,80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0)
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	20%,60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	40%,80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0)
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
	}
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0)
	}
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0)
	}
}

@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
	}
}

@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
}

@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
}

@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: hidden
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: hidden
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: hidden
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: hidden
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: hidden
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: hidden
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: hidden
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: hidden
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

	.animated.infinite {
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite
	}

	.animated.delay-1s {
		-webkit-animation-delay: 1s;
		animation-delay: 1s
	}

	.animated.delay-2s {
		-webkit-animation-delay: 2s;
		animation-delay: 2s
	}

	.animated.delay-3s {
		-webkit-animation-delay: 3s;
		animation-delay: 3s
	}

	.animated.delay-4s {
		-webkit-animation-delay: 4s;
		animation-delay: 4s
	}

	.animated.delay-5s {
		-webkit-animation-delay: 5s;
		animation-delay: 5s
	}

	.animated.fast {
		-webkit-animation-duration: .8s;
		animation-duration: .8s
	}

	.animated.faster {
		-webkit-animation-duration: .5s;
		animation-duration: .5s
	}

	.animated.slow {
		-webkit-animation-duration: 2s;
		animation-duration: 2s
	}

	.animated.slower {
		-webkit-animation-duration: 3s;
		animation-duration: 3s
	}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

.flickity-enabled {
	position: relative
}

	.flickity-enabled:focus {
		outline: 0
	}

.flickity-viewport {
	height: 100%;
	overflow: hidden;
	position: relative
}

.flickity-slider {
	height: 100%;
	position: absolute;
	width: 100%
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

	.flickity-enabled.is-draggable .flickity-viewport {
		cursor: move;
		cursor: -webkit-grab;
		cursor: grab
	}

		.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
			cursor: -webkit-grabbing;
			cursor: grabbing
		}

.flickity-button {
	background: hsla(0,0%,100%,.75);
	border: none;
	color: #333;
	position: absolute
}

	.flickity-button:hover {
		background: #fff;
		cursor: pointer
	}

	.flickity-button:focus {
		box-shadow: 0 0 0 5px #19f;
		outline: 0
	}

	.flickity-button:active {
		opacity: .6
	}

	.flickity-button:disabled {
		cursor: auto;
		opacity: .3;
		pointer-events: none
	}

.flickity-button-icon {
	fill: currentColor
}

.flickity-prev-next-button {
	border-radius: 50%;
	height: 44px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px
}

	.flickity-prev-next-button.previous {
		left: 10px
	}

	.flickity-prev-next-button.next {
		right: 10px
	}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
	left: 10px;
	right: auto
}

.flickity-prev-next-button .flickity-button-icon {
	height: 60%;
	left: 20%;
	position: absolute;
	top: 20%;
	width: 60%
}

.flickity-page-dots {
	bottom: -25px;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.flickity-rtl .flickity-page-dots {
	direction: rtl
}

.flickity-page-dots .dot {
	background: #333;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 8px;
	opacity: .25;
	width: 10px
}

	.flickity-page-dots .dot.is-selected {
		opacity: 1
	}

.mdl-ripple {
	background: #000;
	border-radius: 50%;
	height: 50px;
	left: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 50px
}

	.mdl-ripple.is-animating {
		transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);
		transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1)
	}

	.mdl-ripple.is-visible {
		opacity: .3
	}

.mdl-animation--default, .mdl-animation--fast-out-slow-in {
	transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.mdl-animation--linear-out-slow-in {
	transition-timing-function: cubic-bezier(0,0,.2,1)
}

.mdl-animation--fast-out-linear-in {
	transition-timing-function: cubic-bezier(.4,0,1,1)
}

.mdl-checkbox {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 1
}

	.mdl-checkbox.is-upgraded {
		padding-left: 24px
	}

.mdl-checkbox__input {
	line-height: 24px
}

.mdl-checkbox.is-upgraded .mdl-checkbox__input {
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	height: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 0
}

.mdl-checkbox__box-outline {
	border: 2px solid #969696;
	border-radius: 2px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 3px;
	width: 16px;
	z-index: 2
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
	border: 2px solid #3f51b5
}

.mdl-checkbox.is-disabled .mdl-checkbox__box-outline, fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline {
	border: 2px solid rgba(0,0,0,.26);
	cursor: auto
}

.mdl-checkbox__focus-helper {
	background-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 16px
}

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
	background-color: rgba(0,0,0,.1);
	box-shadow: 0 0 0 8px rgba(0,0,0,.1)
}

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
	background-color: rgba(63,81,181,.26);
	box-shadow: 0 0 0 8px rgba(63,81,181,.26)
}

.mdl-checkbox__tick-outline {
	background: 0 0;
	height: 100%;
	left: 0;
	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHZpZXdCb3g9IjAgMCAxIDEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZD0iTTAgMHYxaDFWMEgwem0uODUzLjE2N0wuOTYuMjczbC0uNTMuNTNMLjMyMi45MS4yMTcuODAzLjA0LjYyNy4xNDcuNTJsLjE3Ni4xNzYuNTMtLjUzeiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoMXYxSDB6IiBjbGlwLXBhdGg9InVybCgjYSkiIHN0eWxlPSJmaWxsOiMwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiLz48L3N2Zz4=");
	mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHZpZXdCb3g9IjAgMCAxIDEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZD0iTTAgMHYxaDFWMEgwem0uODUzLjE2N0wuOTYuMjczbC0uNTMuNTNMLjMyMi45MS4yMTcuODAzLjA0LjYyNy4xNDcuNTJsLjE3Ni4xNzYuNTMtLjUzeiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoMXYxSDB6IiBjbGlwLXBhdGg9InVybCgjYSkiIHN0eWxlPSJmaWxsOiMwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiLz48L3N2Zz4=");
	position: absolute;
	top: 0;
	transition-duration: .28s;
	transition-property: background;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	width: 100%
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
	background: #3f51b5 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHZpZXdCb3g9IjAgMCAxIDEiPjxwYXRoIGQ9Ik0uMDQuNjI3LjE0Ni41Mi40My44MDQuMzIzLjkxem0uMTc3LjE3N0wuODU0LjE2Ny45Ni4yNzMuMzIzLjkxeiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIvPjwvc3ZnPg==")
}

.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline, fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
	background: rgba(0,0,0,.26) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHZpZXdCb3g9IjAgMCAxIDEiPjxwYXRoIGQ9Ik0uMDQuNjI3LjE0Ni41Mi40My44MDQuMzIzLjkxem0uMTc3LjE3N0wuODU0LjE2Ny45Ni4yNzMuMzIzLjkxeiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIvPjwvc3ZnPg==")
}

.mdl-checkbox__label {
	cursor: pointer;
	margin: 0;
	position: relative
}

.mdl-checkbox.is-disabled .mdl-checkbox__label, fieldset[disabled] .mdl-checkbox .mdl-checkbox__label {
	color: rgba(0,0,0,.26);
	cursor: auto
}

.mdl-checkbox__ripple-container {
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	height: 36px;
	left: -10px;
	-webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
	overflow: hidden;
	position: absolute;
	top: -6px;
	width: 36px;
	z-index: 2
}

	.mdl-checkbox__ripple-container .mdl-ripple {
		background: #3f51b5
	}

.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container, fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container {
	cursor: auto
}

	.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple, fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple {
		background: 0 0
	}

.mdl-radio {
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding-left: 0;
	position: relative;
	vertical-align: middle
}

	.mdl-radio.is-upgraded {
		padding-left: 24px
	}

.mdl-radio__button {
	line-height: 24px
}

.mdl-radio.is-upgraded .mdl-radio__button {
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	height: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 0
}

.mdl-radio__outer-circle {
	border: 2px solid rgba(0,0,0,.54);
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 4px;
	width: 16px;
	z-index: 2
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
	border: 2px solid #3f51b5
}

.mdl-radio.is-disabled .mdl-radio__outer-circle, .mdl-radio__outer-circle fieldset[disabled] .mdl-radio {
	border: 2px solid rgba(0,0,0,.26);
	cursor: auto
}

.mdl-radio__inner-circle {
	background: #3f51b5;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	height: 8px;
	left: 4px;
	margin: 0;
	position: absolute;
	top: 8px;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition-duration: .28s;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	width: 8px;
	z-index: 1
}

.mdl-radio.is-checked .mdl-radio__inner-circle {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.mdl-radio.is-disabled .mdl-radio__inner-circle, fieldset[disabled] .mdl-radio .mdl-radio__inner-circle {
	background: rgba(0,0,0,.26);
	cursor: auto
}

.mdl-radio.is-focused .mdl-radio__inner-circle {
	box-shadow: 0 0 0 10px rgba(0,0,0,.1)
}

.mdl-radio__label {
	cursor: pointer
}

.mdl-radio.is-disabled .mdl-radio__label, fieldset[disabled] .mdl-radio .mdl-radio__label {
	color: rgba(0,0,0,.26);
	cursor: auto
}

.mdl-radio__ripple-container {
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	height: 42px;
	left: -13px;
	-webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
	overflow: hidden;
	position: absolute;
	top: -9px;
	width: 42px;
	z-index: 2
}

	.mdl-radio__ripple-container .mdl-ripple {
		background: #3f51b5
	}

.mdl-radio.is-disabled .mdl-radio__ripple-container, fieldset[disabled] .mdl-radio .mdl-radio__ripple-container {
	cursor: auto
}

	.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple, fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple {
		background: 0 0
	}

.mdl-switch {
	-webkit-touch-callout: none;
	box-sizing: border-box;
	display: inline-block;
	height: 24px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	width: 100%;
	z-index: 1
}

	.mdl-switch.is-upgraded {
		padding-left: 28px
	}

.mdl-switch__input {
	line-height: 24px
}

.mdl-switch.is-upgraded .mdl-switch__input {
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	height: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 0
}

.mdl-switch__track {
	background: rgba(0,0,0,.26);
	border-radius: 14px;
	cursor: pointer;
	height: 14px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 36px
}

.mdl-switch.is-checked .mdl-switch__track {
	background: rgba(63,81,181,.5)
}

.mdl-switch.is-disabled .mdl-switch__track, .mdl-switch__track fieldset[disabled] .mdl-switch {
	background: rgba(0,0,0,.12);
	cursor: auto
}

.mdl-switch__thumb {
	background: #fafafa;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	transition-duration: .28s;
	transition-property: left;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	width: 20px
}

.mdl-switch.is-checked .mdl-switch__thumb {
	background: #3f51b5;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
	left: 16px
}

.mdl-switch.is-disabled .mdl-switch__thumb, .mdl-switch__thumb fieldset[disabled] .mdl-switch {
	background: #bdbdbd;
	cursor: auto
}

.mdl-switch__focus-helper {
	background-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	height: 8px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-4px,-4px);
	transform: translate(-4px,-4px);
	width: 8px
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
	background-color: rgba(0,0,0,.1);
	box-shadow: 0 0 0 20px rgba(0,0,0,.1)
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
	background-color: rgba(63,81,181,.26);
	box-shadow: 0 0 0 20px rgba(63,81,181,.26)
}

.mdl-switch__label {
	cursor: pointer;
	font-size: 16px;
	left: 24px;
	line-height: 24px;
	margin: 0;
	position: relative
}

	.mdl-switch.is-disabled .mdl-switch__label, .mdl-switch__label fieldset[disabled] .mdl-switch {
		color: #bdbdbd;
		cursor: auto
	}

.mdl-switch__ripple-container {
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	height: 48px;
	left: -14px;
	-webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
	overflow: hidden;
	position: absolute;
	top: -12px;
	transition-duration: .4s;
	transition-property: left;
	transition-timing-function: step-end;
	width: 48px;
	z-index: 2
}

	.mdl-switch__ripple-container .mdl-ripple {
		background: #3f51b5
	}

	.mdl-switch.is-disabled .mdl-switch__ripple-container, .mdl-switch__ripple-container fieldset[disabled] .mdl-switch {
		cursor: auto
	}

		.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple, fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple {
			background: 0 0
		}

.mdl-switch.is-checked .mdl-switch__ripple-container {
	left: 2px
}

@-webkit-keyframes border-expand {
	0% {
		opacity: 0;
		width: 0
	}

	to {
		opacity: 1;
		width: 100%
	}
}

@keyframes border-expand {
	0% {
		opacity: 0;
		width: 0
	}

	to {
		opacity: 1;
		width: 100%
	}
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(.99);
		transform: scale(.99)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		visibility: visible
	}
}

@keyframes pulse {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(.99);
		transform: scale(.99)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		visibility: visible
	}
}

.blocker {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	overflow: auto;
	padding: 20px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1
}

	.blocker:before {
		content: "";
		display: inline-block;
		height: 100%;
		margin-right: -.05em;
		vertical-align: middle
	}

	.blocker.behind {
		background-color: transparent
	}

.modal {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	box-sizing: border-box;
	display: none;
	max-width: 500px;
	padding: 15px 30px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 90%;
	z-index: 2
}

	.modal a.close-modal {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		height: 30px;
		position: absolute;
		right: -12.5px;
		text-indent: -9999px;
		top: -12.5px;
		width: 30px
	}

.modal-spinner {
	background-color: #111;
	border-radius: 5px;
	display: none;
	height: 20px;
	left: 50%;
	padding: 12px 16px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%) translateX(-50%)
}

	.modal-spinner > div {
		-webkit-animation: sk-stretchdelay 1.2s ease-in-out infinite;
		animation: sk-stretchdelay 1.2s ease-in-out infinite;
		background-color: #fff;
		border-radius: 100px;
		display: inline-block;
		height: 20px;
		margin: 0 1px;
		width: 2px
	}

	.modal-spinner .rect2 {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s
	}

	.modal-spinner .rect3 {
		-webkit-animation-delay: -1s;
		animation-delay: -1s
	}

	.modal-spinner .rect4 {
		-webkit-animation-delay: -.9s;
		animation-delay: -.9s
	}

@-webkit-keyframes sk-stretchdelay {
	0%,40%,to {
		-webkit-transform: scaleY(.5)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes sk-stretchdelay {
	0%,40%,to {
		transform: scaleY(.5);
		-webkit-transform: scaleY(.5)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

.fa, .fa-brands, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-check:before {
	content: "\f00c"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-search:before {
	content: "\f002"
}

.fa-times:before {
	content: "\f00d"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-phone:before {
	content: "\f095"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-x-twitter:before {
	content: "\e61b"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-discord:before {
	content: "\f392"
}

.fa-tiktok:before {
	content: "\e07b"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-minus:before {
	content: "\f068"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-angle-down:before {
	content: "\f107"
}

.sr-only {
	clip: rect(0,0,0,0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-display: block;
	font-family: Font Awesome\ 5 Brands;
	font-style: normal;
	font-weight: 400;
	src: url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-brands-400.woff2) format("woff2"),url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-brands-400.woff) format("woff"),url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-brands-400.ttf) format("truetype"),url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/brands.svg) format("svg")
}

@font-face {
	font-display: block;
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 400;
	src: url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-regular-400.woff2) format("woff2"),url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-regular-400.woff) format("woff"),url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-regular-400.ttf) format("truetype"),url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
	font-weight: 400
}

@font-face {
	font-display: block;
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
	src: url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-solid-900.woff2) format("woff2"),url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-solid-900.woff) format("woff"),url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-solid-900.ttf) format("truetype"),url(//22619966.fs1.hubspotusercontent-na1.net/hubfs/22619966/raw_assets/public/@marketplace/Helpful_Hero/CLEAN-6-1-theme/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
	font-family: Font Awesome\ 5 Free
}

.fa, .fas {
	font-weight: 900
}

.fa-brands, .fab {
	font-family: Font Awesome\ 5 Brands;
	font-weight: 400
}

.fa, .far, .fas {
	font-family: Font Awesome\ 5 Free
}

.dnd-section {
	padding-bottom: 0;
	padding-top: 0
}

.body-container__homepage .dnd-section:nth-child(odd) {
	background-color: #67c3c1
}

@media (min-width:1200px) {
	.container {
		max-width: 1320px
	}
}

.container-slim {
	max-width: 880px !important
}

.hhs-divider {
	border-bottom: 2px solid #000;
	margin: 0 0 50px;
	width: 50px
}

.hhs-icon-con svg {
	fill: #3a7484;
	color: #3a7484;
	height: 42px;
	width: 42px
}

.c-icon-con svg {
	fill: #3a7484
}

body i {
	color: #3a7484
}

.button--primary, .cta-five, .cta-four, .cta-primary, .cta-secondary, .cta-tertiary, .hs-button, .submit-alt .hs-button {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	vertical-align: middle;
	will-change: transform
}

	.button--primary:active, .button--primary:focus, .button--primary:hover, .cta-five:active, .cta-five:focus, .cta-five:hover, .cta-four:active, .cta-four:focus, .cta-four:hover, .cta-primary:active, .cta-primary:focus, .cta-primary:hover, .cta-secondary:active, .cta-secondary:focus, .cta-secondary:hover, .cta-tertiary:active, .cta-tertiary:focus, .cta-tertiary:hover, .hs-button:active, .hs-button:focus, .hs-button:hover {
		text-decoration: none
	}

button {
	font-family: arial,helvetica,sans-serif
}

.cta-primary, .cta-primary:active, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary {
	background-color: #4ac2ca;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	color: #fff !important;
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	padding: 10px 25px;
	text-transform: capitalize
}

	.cta-primary:focus, .cta-primary:hover, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary:focus, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary:hover, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary:focus, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary:hover, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary:focus, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary:hover {
		background-color: #d8751c !important;
		color: #fff !important
	}

.cta-secondary, .cta-secondary:active, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-secondary, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-secondary, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-secondary {
	background-color: #93c767;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	color: #fff !important;
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 25px;
	text-transform: capitalize
}

	.cta-secondary:focus, .cta-secondary:hover, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-secondary:focus, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-secondary:hover, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-secondary:focus, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-secondary:hover, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-secondary:focus, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-secondary:hover {
		background-color: #86b55e !important;
		color: #fff !important
	}

.cta-tertiary, .cta-tertiary:active, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-tertiary, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-tertiary, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-tertiary {
	background-color: #67c3c1;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	color: #fff !important;
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 25px;
	text-transform: capitalize
}

	.cta-tertiary:focus, .cta-tertiary:hover, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-tertiary:focus, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-tertiary:hover, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-tertiary:focus, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-tertiary:hover, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-tertiary:focus, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-tertiary:hover {
		background-color: #5ab4b2 !important;
		color: #fff !important
	}

.cta-four, .cta-four:active, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-four, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-four, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-four {
	background-color: transparent;
	border: 2px solid #67c3c1;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	color: #67c3c1 !important;
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 25px;
	text-transform: uppercase
}

	.cta-four:focus, .cta-four:hover, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-four:focus, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-four:hover, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-four:focus, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-four:hover, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-four:focus, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-four:hover {
		background-color: transparent;
		border: 2px solid #67c3c1;
		color: #fff !important
	}

.cta-five, .cta-five:active, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-five, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-five, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-five {
	background-color: #4ac2ca;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff !important;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 10px 25px;
	text-transform: uppercase
}

	.cta-five:focus, .cta-five:hover, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-five:focus, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-five:hover, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-five:focus, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-five:hover, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-five:focus, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-five:hover {
		background-color: #4ac2ca !important;
		color: #fff !important
	}

.button--primary, .hs-button {
	background-color: #4ac2ca;
	border: none;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	color: #fff !important;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 15px 25px;
	text-transform: capitalize
}

	.button--primary:focus, .button--primary:hover, .hs-button:focus, .hs-button:hover {
		background-color: #99C34E
		color: #fff !important
	}

.submit-alt .button--primary, .submit-alt .hs-button {
	background-color: transparent;
	border: 1px solid #3a7484;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	color: #fff !important;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 20px 25px;
	text-transform: uppercase
}

	.submit-alt .button--primary:focus, .submit-alt .button--primary:hover, .submit-alt .hs-button:focus, .submit-alt .hs-button:hover {
		background-color: transparent;
		border: 1px solid #3a7484;
		color: #fff !important;
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

.hs-input, select {
	background-color: #fff;
	border: 1px solid hsla(0,0%,80%,0);
	-webkit-border-radius: 9px;
	border-radius: 9px;
	color: #444;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	padding: 12px 8px
}

::-webkit-input-placeholder {
	color: #3a7484;
	transition: opacity .25s ease-in-out
}

:focus::-webkit-input-placeholder {
	opacity: .5
}

:-ms-input-placeholder {
	color: #3a7484;
	transition: opacity .25s ease-in-out
}

:focus:-ms-input-placeholder {
	opacity: .5
}

::-moz-placeholder {
	color: #3a7484;
	opacity: 1;
	transition: opacity .25s ease-in-out
}

:focus::-moz-placeholder {
	opacity: .5
}

:-moz-placeholder {
	color: #3a7484;
	opacity: 1;
	transition: opacity .25s ease-in-out
}

:focus:-moz-placeholder {
	opacity: .5
}

.hs-input:focus {
	border-color: #67c3c1;
	outline: none
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	padding: 12px 8px !important
}

	select.post__category-selector {
		background-color: rgba(0,0,0,.3);
		border-color: hsla(0,0%,100%,.3);
		color: #ccc
	}

.hs-fieldtype-checkbox > label, .hs-form label {
	color: #3a7484;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize
}

	.hs-fieldtype-checkbox .hs-form-checkbox label, .hs-form label.hs-form-radio-display span, .hs-form-booleancheckbox label, .hs_radio_buttons .hs-form-radio label, .hs_single_checkbox label {
		color: #444;
		font-family: Poppins;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.2em;
		text-transform: none
	}

.hs-form legend, .legal-consent-container, .legal-consent-container p {
	color: #999;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400
}

div.field.error .chzn-choices, div.field.error .chzn-choices:focus, div.field.error input, div.field.error input:focus, div.field.error textarea, div.field.error textarea:focus, input.hs-input.error, input.hs-input.error:focus, select.hs-input.error, select.hs-input.error:focus, textarea.hs-input.error, textarea.hs-input.error:focus {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #da0101;
	border-bottom: 0
}

.hs-error-msgs {
	border-size: 1px;
	background-color: rgba(218,1,1,.2);
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-color: #da0101
}

	.hs-error-msgs label {
		color: #da0101;
		font-family: Poppins;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0;
		padding: 10px;
		text-transform: none
	}

form input, form select, form textarea, select {
	border-color: hsla(0,0%,80%,0)
}

	form input:focus, form select:focus, form textarea:focus, select:focus {
		border-color: #67c3c1
	}

.fn-date-picker .pika-table thead th {
	color: rgba(34,34,34,0)
}

.fn-date-picker td.is-today .pika-button {
	color: #3a7484
}

.fn-date-picker td.is-selected .pika-button {
	background: #3a7484
}

.fn-date-picker td .pika-button:hover {
	background-color: #67c3c1 !important
}

.hhs-pop.hhs-modal {
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 800px;
	padding: 25px 0;
	width: 100%
}

.blocker {
	background-color: rgba(0,0,0,.8)
}

.blog-content-body {
	background-color: #f2f5f8
}

.blog-header-standard {
	background-color: #444
}

.blog-header-overlay {
	background-color: rgba(0,0,0,.5)
}

.blog-header__title {
	color: #fff;
	font-size: 62px
}

h4.blog-header__subtitle, p.blog-header__subtitle {
	color: #fff
}

@media (max-width:575px) {
	.blog-header__title {
		font-size: 38px;
		text-align: center
	}
}

.blog-header-standard .blog-header__form h1, .blog-header-standard .blog-header__form h2, .blog-header-standard .blog-header__form h3, .blog-header-standard .blog-header__form h4, .blog-header-standard .blog-header__form h5, .blog-header-standard .blog-header__form h6, .blog-header-standard .blog-header__form li, .blog-header-standard .blog-header__form p, .blog-header-standard .blog-header__form span, .blog-header-standard .hs-form label {
	color: #fff
}

.blog-index__post--large, .blog-recent-posts__post, .hhs-blog-card-inner {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 20px 1px rgba(0,0,0,.1)
}

.legacy-blog-listing .blog-index__post--large {
	margin-top: -130px;
	position: relative;
	z-index: 2
}

.blog-index__post--large h2, .blog-index__post--large h2 a, .blog-index__post--small h2, .blog-index__post--small h2 a, .blog-index__tag-heading, .blog-recent-posts__title {
	color: #222
}

	.blog-index__post--large h2 a:hover, .blog-index__post--small h2 a:hover {
		color: #67c3c1
	}

.blog-index__post--large p, .blog-index__post--small p, .blog-index__tag-subtitle, .blog-recent-posts__post p {
	color: #444
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #3a7484
}

.blog-pagination__link {
	color: #444
}

.blog-pagination__link--active:after, .blog-pagination__next-link:after, .blog-pagination__prev-link:after {
	background-color: #3a7484
}

.post-page-full {
	background-color: #fff
}

.container-slim.content-area-width {
	max-width: 800px !important
}

h1.blog-post__title {
	font-size: 48px
}

.blog-post h2, h1.blog-post__title {
	color: #3a7484;
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize
}

.blog-post h2 {
	font-size: 42px
}

.blog-post h3 {
	font-family: Poppins;
	font-size: 32px;
	text-transform: capitalize
}

#comments-listing .comment-from h4, .blog-post h3, .blog-post h4 {
	color: #3a7484;
	font-style: normal;
	font-weight: 700;
	text-decoration: none
}

#comments-listing .comment-from h4, .blog-post h4 {
	font-family: arial,helvetica,sans-serif;
	font-size: 24px;
	text-transform: none
}

.blog-post h5 {
	font-family: Poppins;
	font-size: 21px;
	font-weight: 700
}

.blog-post h5, .blog-post h6 {
	color: #3a7484;
	font-style: normal;
	text-transform: none
}

.blog-post h6 {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	text-decoration: none
}

#comments-listing .comment-body p, .blog-post p {
	line-height: 1.5em
}

#comments-listing .comment-body p, .blog-post li, .blog-post p {
	color: #3a7484;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none
}

@media (max-width:575px) {
	h1.blog-post__title {
		font-size: 38px
	}

	.blog-post h2 {
		font-size: 32px
	}

	.blog-post h3 {
		font-size: 28px
	}

	.blog-post h4 {
		font-size: 24px
	}

	.blog-post h5 {
		font-size: 18px
	}

	.blog-post h6 {
		font-size: 16px
	}

	.blog-post li, .blog-post p {
		font-size: 18px
	}
}

.blog-post__author {
	background-color: #67c3c1
}

.reading-minutes {
	display: none
}

.meta-author, .meta-author a {
	color: #3a7484
}

p.reading-minutes {
	color: #444;
	font-size: 12px !important;
	text-transform: uppercase
}

.blog-post__tag-link {
	background-color: #67c3c1;
	color: #fff
}

	.blog-post__tag-link:hover {
		background-color: #5ab4b2;
		color: #fff
	}

#comments-listing .comment-date {
	color: rgba(58,116,132,.6) !important
}

.blog-comments .hs-form .hs-field-desc, .blog-comments .hs-form .legal-consent-container p {
	color: #3a7484
}

#comments-listing .comment-reply-to {
	color: #67c3c1 !important
}

.blog-post__timestamp {
	color: #3a7484
}

#comments-listing .comment-reply-to:focus, #comments-listing .comment-reply-to:hover {
	color: #4ac2ca
}

#comments-listing .comment-reply-to:active {
	color: #67c3c1
}

.error-page-full {
	background-color: #fff
}

.error-page h1, .error-page h4, .error-page p {
	color: #3a7484
}

.error-page:before {
	color: rgba(58,116,132,.05)
}

.sub-pre-header {
	background: transparent url(https://507386.fs1.hubspotusercontent-na1.net/hubfs/507386/CLEAN-images/heros/sub-prefs-bg.jpg) no-repeat 50%;
	background-size: cover
}

	.sub-pre-header h1, .sub-pre-header p {
		color: #fff
	}

.sub-pref-full {
	background-color: #fff
}

	.sub-pref-full #email-prefs-form .page-header, .sub-pref-full #email-prefs-form h2, .sub-pref-full #email-prefs-form h3, .sub-pref-full #email-prefs-form p, .sub-pref-full #email-prefs-form span {
		color: #3a7484
	}

.results-pre-header {
	background-color: #3a7484
}

	.results-pre-header h1, .results-pre-header h4 {
		color: #3a7484
	}

.results-full {
	background-color: #fff
}

	.results-full .hs-search-results__description, .results-full .hs-search-results__title {
		color: #3a7484
	}

		.results-full .hs-search-results__title:hover {
			color: #4ac2ca
		}

body .icon svg {
	fill: #3a7484
}

body .tns-nav button.tns-nav-active, body .tns-nav button:focus, body .tns-nav button:hover {
	background-color: #3a7484
}

body .team-member__description {
	background-color: #67c3c1
}
