 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

label{
	font-size: 22px;
}

.header-container-wrapper {
	height: 100px
}

header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	z-index: 5;
	opacity: 1
}

.inner-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

header .logo {
	line-height: 1
}

header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px
}



header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child {
	padding-right: 0px
}

header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	font-family: Prospectus Std, Georgia, serif;
	color: #cb333b;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 0 5px 0;
	text-decoration: none;
	position: relative;
	display: block
}

header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
	float: none
}

header nav ul li a:before {
	content: '\2022\2022';
	position: absolute;
	top: -5px;
	left: calc(50% - 5px);
	letter-spacing: 2px;
	opacity: 0;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s
}


header nav ul li ul li a:before {
	content: '';
}



header nav ul li:hover a:before,
header nav ul li.active a:before {
	opacity: 1
}

.flydown-cta {
	position: absolute;
	top: calc(100% + 10px);
	max-height: 0px;
	overflow: hidden;
	font-size: 15px;
	height: auto;
	right: 75px
}

.flydown-cta.preopen {
	max-height: 400px
}

.flydown-cta.open {
	max-height: 400px;
	-webkit-transition: max-height .75s cubic-bezier(1, 1, 1, 1);
	-o-transition: max-height .75s cubic-bezier(1, 1, 1, 1);
	transition: max-height .75s cubic-bezier(1, 1, 1, 1)
}

@media(min-width:961px) and (max-width:1280px) {
	.flydown-cta {
		right: 34px
	}
}

@media(min-width:961px) {
	.hamburger-menu {
		display: none
	}
}

@media(max-width:960px) {
	header {
		padding: 20px 0
	}

	.flydown-cta {
		display: none
	}

	.inner-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header-container-wrapper {
		height: 98px
	}

	header nav ul li a:before {
		display: none
	}

	header nav .hs-menu-wrapper.hs-menu-flow-horizontal {
		position: absolute;
		top: 75px;
		left: 0;
		width: 100%;
		z-index: 100;
		display: block
	}

	header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
		background-color: #fff;
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		left: 0;
		top: 0px;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
		padding-left: 0;
		padding-right: 0
	}

	header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		color: #cb333b;
		display: block;
		padding: 15px 0 15px 34px;
		text-align: left;
		text-decoration: none;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
		background-color: #cb333b;
		color: #fff
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child {
		background-color: #cb333b
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
		color: #fff
	}


	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul li:last-child {
		background-color: inherit;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul li:last-child a {
		color: inherit;
	}



	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	  visibility: visible !important;
	  opacity: 1 !important;
	  -webkit-transition: opacity .4s;
	  position: relative !important;
	  z-index: 10;
	  left: 0;
	  background-color: #fff !important;
	  padding: 0px 20px !important;
	}


	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	  display: block;
	  white-space: nowrap;
	  width: 140px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  color: #cb333b !important;
	  padding-left: 20px !important;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
	  color: #fff !important;
	}


	.hamburger-menu {
		padding: 0;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		display: block
	}

	.hamburger-menu:hover {
		cursor: pointer
	}

	.hamburger-menu .menu-item {
		background: #cb333b;
		display: block;
		height: 2px;
		margin: 0 0 5px;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		width: 20px
	}

	.hamburger-menu.open .menu-item {
		margin: 0 0 5px
	}

	.hamburger-menu.open .menu-item:first-child {
		-webkit-transform-origin: 0px;
		-ms-transform-origin: 0px;
		transform-origin: 0px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.hamburger-menu.open .menu-item:nth-child(2) {
		opacity: 0
	}

	.hamburger-menu.open .menu-item:nth-child(3) {
		-webkit-transform-origin: 0px;
		-ms-transform-origin: 0px;
		transform-origin: 0px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	header nav ul li.active a:before {
		opacity: 0
	}
}

@media(max-width:600px) {
	header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		padding: 15px 0 15px 24px
	}
}





.hero-banner {
	position: relative;
	color: #fff;
	overflow: hidden;
	margin-bottom: 70px
}

body:not(.menu-open) .hero-banner {
	z-index: 5
}

.hero-banner .video-poition {
	position: relative;
	min-height: 760px;
	display: flex;
	align-items: center;
	justify-content: center
}

.hero-banner .video-poition video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover
}

.hero-banner .detail-content {
	position: relative;
	z-index: 1;
	max-width: 928px;
	margin: 0 auto;
	text-align: center;
	padding: 90px 25px
}

.hero-banner .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(18, 21, 110, 0.85)
}

.ct-btn-scroll {
	width: 49px;
	height: 49px;
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 50px;
	z-index: 9;
	border-radius: 50%;
	-webkit-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	transition: all .5s ease;
	animation: bouncenew 2s infinite;
	-webkit-animation: bouncenew 2s infinite;
	-moz-animation: bouncenew 2s infinite;
	-o-animation: bouncenew 2s infinite
}

@-webkit-keyframes bouncenew {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-15px)
	}

	60% {
		-webkit-transform: translateY(-5px)
	}
}

@-moz-keyframes bouncenew {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0)
	}

	40% {
		-moz-transform: translateY(-15px)
	}

	60% {
		-moz-transform: translateY(-5px)
	}
}

@-o-keyframes bouncenew {

	0%,
	20%,
	50%,
	80%,
	100% {
		-o-transform: translateY(0)
	}

	40% {
		-o-transform: translateY(-15px)
	}

	60% {
		-o-transform: translateY(-5px)
	}
}

@keyframes bouncenew {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-15px)
	}

	60% {
		transform: translateY(-5px)
	}
}

.hero-button {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	color: #fff;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin: 15px 0;
	padding: 15px 25px
}

.hero-button:hover {
	color: rgba(18, 21, 110, 1);
	background: #fff;
	border-color: rgba(18, 21, 110, 1)
}

.hero-button.has-popup-video:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
	margin-right: 10px;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.hero-button.has-popup-video:hover:before {
	border-left-color: rgba(18, 21, 110, 1)
}

.hidescroll {
	overflow: hidden
}

.hero-modal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%
}

.hero-modal-closebtn {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-color: #fff;
	border: 1px solid #000
}

.hero-modal-closebtn:before,
.hero-modal-closebtn:after {
	content: "";
	width: 55%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%
}

.hero-modal-closebtn:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.hero-modal-closebtn:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.hero-modal-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 40px 25px
}

.hero-modal-wrapper {
	width: 100%;
	max-width: 1510px;
	position: relative;
	padding: 20px
}

.hero-modal-container .hero-modal-wrapper video,
.hero-modal-container .hero-modal-wrapper iframe {
	width: 100%;
	max-width: 100%
}

.hero-modal-container .hero-modal-wrapper video,
.hero-modal-container .hero-modal-wrapper iframe,
.hero-modal-container .hero-modal-wrapper #player {
	background-color: #000
}

@media(max-width:1280px) {
	.hero-banner .video-poition {
		min-height: 650px
	}

	.hero-banner {
		margin-bottom: 34px
	}
}

@media(max-width:1024px) {
	.hero-banner .video-poition {
		min-height: 500px
	}
}

@media(max-width:767px) {
	.hero-banner .detail-content {
		padding: 90px 10px
	}
}

@media(max-width:600px) {
	.hero-banner .video-poition {
		min-height: 375px
	}

	.hero-banner {
		margin-bottom: 16px
	}

	.hero-button {
		font-size: 12px;
		padding: 12px 20px
	}

	.hero-button.has-popup-video:before {
		border-width: 5px 0 5px 6px
	}
}






.who-we-are {
	background: #f7f7f7;
	padding: 85px 0
}

.who-we-are .dis-flex {
	justify-content: space-between;
	align-items: center
}

.who-we-are .left-content {
	width: 49.3%
}

.who-we-are .right-content {
	width: 40.75%;
	font-size: 22px;
	line-height: 1.6
}

.who-we-are .right-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.who-we-are .right-content ul li {
	width: 39%;
	margin: 20px 0
}

.who-we-are .right-content a {
	color: inherit;
	transition: all ease-in-out .3s
}

.who-we-are .right-content a:hover {
	color: #cb333b
}

.who-we-are .bottom-part {
	overflow: hidden;
	width: calc(100% - 60px);
	margin: 80px auto 0
}

.who-we-are .statements-item {
	display: inline-block;
	font-size: 25px;
	color: #12156e;
	padding: 0 18px;
	transition: all .5s ease;
	white-space: nowrap
}

.who-we-are .statements-items {
	display: flex
}

@media(max-width:1280px) {
	.who-we-are .right-content ul li {
		width: 47%;
		margin: 17px 0
	}
}

@media(max-width:1024px) {
	.who-we-are {
		padding: 80px 0
	}

	.who-we-are .left-content {
		width: 50%
	}

	.who-we-are .right-content {
		width: 46%;
		font-size: 20px
	}

	.who-we-are .bottom-part {
		margin: 70px auto 0
	}
}

@media(max-width:840px) {
	.who-we-are .left-content {
		width: 100%;
		margin-bottom: 40px
	}

	.who-we-are .right-content {
		width: 100%
	}
}

@media(max-width:767px) {
	.who-we-are {
		padding: 65px 0
	}

	.who-we-are .right-content {
		font-size: 20px
	}

	.who-we-are .statements-item {
		font-size: 22px
	}

	.who-we-are .bottom-part {
		margin: 50px auto 0
	}
}

@media(max-width:600px) {
	.who-we-are .right-content {
		font-size: 18px
	}

	.who-we-are .bottom-part {
		width: 100%;
		margin: 15px auto 0
	}

	.who-we-are .right-content ul li {
		width: 100%
	}
}





.roteting-logo {
	padding: 62px 0
}

.roteting-logo .clients {
	width: 16.66%
}

.roteting-logo .client-flex {
	align-items: center;
	justify-content: space-between
}

.roteting-logo .slick-track {
	display: flex;
	align-items: center
}

.roteting-logo .slick-slide img {
	margin: 0 auto
}

.roteting-logo .clients {
	width: calc(16.66% - 40px)
}

.roteting-logo .detail-content {
	max-width: 692px;
	margin-bottom: 62px
}

.roteting-logo img {
	max-width: 100%;
	vertical-align: middle;
	height: auto
}

@media(max-width:1024px) {
	.roteting-logo {
		padding: 50px 0
	}

	.roteting-logo .clients {
		width: calc(33.33% - 32px);
		margin: 15px 0
	}

	.roteting-logo .detail-content {
		margin-bottom: 50px
	}

	.roteting-logo img {
		max-width: 98%
	}
}

@media(max-width:767px) {
	.roteting-logo {
		padding: 35px 0
	}

	.roteting-logo .detail-content {
		margin-bottom: 35px
	}
}

@media(max-width:600px) {
	.roteting-logo .clients {
		width: calc(50% - 32px)
	}

	.roteting-logo h2 {
		font-size: 22px
	}
}


.work-Masonry {
	padding: 120px 0;
	overflow: hidden
}

.work-Masonry .dis-flex {
	justify-content: space-between
}

.work-Masonry .col-6,
.work-Masonry .col-md-6 {
	width: calc(50% - 8px)
}

.work-Masonry .col-12 {
	width: 100%
}

.work-Masonry a.content-box {
	min-height: 309px;
	background: #cb333b;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	font-family: Prospectus Std, Georgia, serif;
	font-weight: 400;
	line-height: 1.18;
	padding: 25px
}

.work-Masonry a img {
	width: 100%
}

.work-Masonry a {
	display: block;
	transition: background .4s ease;
	position: relative
}

.work-Masonry a:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0;
	transition: opacity .4s ease
}

.work-Masonry a:hover:before {
	opacity: .5
}

.work-Masonry>div:not(:first-child) {
	margin-top: 120px
}

.work-Masonry a.content-box-blue {
	text-decoration: none;
	background: #12156e;
	color: #fff;
	padding: 82px 15px
}

.work-Masonry a.content-box-blue h2 {
	font-family: inherit;
	font-weight: 400;
	margin: 0 auto;
	line-height: 1.5;
	text-align: center
}

.work-Masonry a.content-box-blue:hover {
	background: #cb333b
}

.work-Masonry a.content-box-blue:hover:before {
	opacity: 0
}

.work-Masonry .type1 {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.work-Masonry .shape1 {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	transform: translateX(50%)
}

.work-Masonry .type1 .right-part a {
	margin-top: 120px
}

.work-Masonry a.content-box span {
	max-width: 217px;
	display: block
}

.work-Masonry .type2,
.work-Masonry .type3 {
	position: relative;
	z-index: 1
}

.work-Masonry .type2 .bottom-part>.dis-flex {
	align-items: flex-end
}

.work-Masonry .type2 .bottom-part>.dis-flex>a:last-child {
	margin-bottom: 90px
}

.work-Masonry .type2 .top-part {
	margin-bottom: 57px
}

.work-Masonry .type2 .shape2 {
	position: absolute;
	z-index: -1;
	left: 40.1%;
	top: -5%
}

.work-Masonry .tc__line.rText {
	text-align: center
}

.work-Masonry .type3 .page-center>.dis-flex {
	align-items: flex-end
}

.work-Masonry .type3 .right-part {
	margin-bottom: 235px
}

.work-Masonry .type3 .right-part>.dis-flex>a:last-child {
	/* margin-top: 16px */
}

.work-Masonry .shape3 {
	position: absolute;
	top: 16%;
	left: 33.5%;
	z-index: -1
}

@media(max-width:1550px) {
	.work-Masonry .type1 .right-part a {
		margin-top: 7.8vw
	}

	.work-Masonry .type2 .bottom-part>.dis-flex>a:last-child {
		margin-bottom: 5.8vw
	}

	.work-Masonry a.content-box {
		min-height: 19vw
	}

	.work-Masonry .type3 .right-part {
		margin-bottom: 15vw
	}
}

@media(max-width:1280px) {
	.work-Masonry a.content-box {
		padding: 25px 20px
	}

	.work-Masonry a.content-box-blue {
		padding: 60px 25px
	}

	.work-Masonry a.content-box {
		font-size: 28px
	}
}

@media(max-width:1170px) {
	.work-Masonry a.content-box {
		font-size: 24px
	}

	.work-Masonry .type2 .shape2 {
		left: 0;
		right: 0;
		margin: 0 auto
	}
}

@media(max-width:1024px) {
	.work-Masonry {
		padding: 70px 0
	}

	.work-Masonry>div:not(:first-child) {
		margin-top: 70px
	}

	.work-Masonry .col-6,
	.work-Masonry .col-md-6 {
		width: calc(50% - 5px)
	}

	.work-Masonry a.content-box {
		font-size: 20px;
		padding: 15px
	}

	.work-Masonry a.content-box-blue {
		padding: 40px 20px
	}

	.work-Masonry .type2 .top-part {
		margin-bottom: 30px
	}
}

@media(max-width:767px) {
	.work-Masonry {
		padding: 50px 0
	}

	.work-Masonry>div:not(:first-child) {
		margin-top: 16px
	}

	.work-Masonry .col-md-6 {
		width: 100%
	}

	.work-Masonry a.content-box {
		font-size: 30px;
		padding: 27px 22px
	}

	.work-Masonry .type1 .right-part a {
		margin-top: 16px
	}

	.work-Masonry .shape1,
	.work-Masonry .type2 .shape2,
	.work-Masonry .shape3 {
		display: none
	}

	.work-Masonry .type2 .top-part {
		margin-bottom: 16px
	}

	.work-Masonry .type2 .bottom-part>.dis-flex>a:first-child {
		order: 2
	}

	.work-Masonry .type2 .bottom-part>.dis-flex>a:last-child {
		margin-bottom: 16px
	}

	.work-Masonry .type3 .right-part>.dis-flex>a {
		margin-top: 16px
	}

	.work-Masonry .type3 .right-part {
		margin-bottom: 0
	}

	.work-Masonry .col-6 {
		width: calc(50% - 8px)
	}

	.work-Masonry .type4 .page-center>.dis-flex>a:last-child {
		margin-top: 16px
	}
}

@media(max-width:568px) {
	.work-Masonry a.content-box {
		min-height: 312px
	}

	.work-Masonry .col-6 {
		width: 100%
	}
}

@media(max-width:375px) {
	.work-Masonry a.content-box {
		min-height: 82vw
	}
}
.text-switcher{position:relative;overflow:hidden}.tc__line.tc__bottom{width:100%;text-align:left;position:absolute;top:0;left:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.tc__line.tc__in{-webkit-animation-name:tc-switch-in;animation-name:tc-switch-in;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.tc__line.tc__out{-webkit-animation-name:tc-switch-out;animation-name:tc-switch-out;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.text-switcher.last-line .tc__line{-webkit-animation-delay:300ms;animation-delay:300ms}@-webkit-keyframes tc-switch-in{to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes tc-switch-in{to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes tc-switch-out{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}@keyframes tc-switch-out{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}





footer .upper-footer {
	background-color: #cb333b;
	padding: 3.5% 0
}

footer .lower-footer {
	background-color: #fff;
	padding: 3% 0 2% 0;
	color: #cb333b
}

footer .logo {
	line-height: 0
}

footer .logo.mobile {
	display: none
}

footer .line {
	height: 1px;
	background-color: #cb333b;
	line-height: 0
}

footer .line.first {
	width: 27%
}

footer .line.second {
	width: 20%
}

footer .tc__line.tc__bottom {
	text-align: center
}

footer .cta-intro {
	line-height: 1.5em;
	font-family: "proxima-nova", Arial, sans-serif;
	border-radius: 0;
	font-size: 40px;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	margin-bottom: 40px
}

footer .cta:hover {
	background: #fff !important;
	color: #cb333b !important;
	border-color: #cb333b !important
}

footer .cta-container {
	padding: 0 10px;
	text-align: center
}

footer .follow-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 16%;
	line-height: 0
}

footer .fine-print-container .pr,
footer .fine-print-container .legal {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px)
}

footer .fine-print-container p,
footer .fine-print-container a {
	font-size: 12px;
	color: #cb333b
}

footer .fine-print-container {
	padding-top: 4.9%
}

footer .fine-print-container .pr {
	text-align: left
}

footer .fine-print-container .legal {
	text-align: right
}

footer .legal .copyright,
footer .legal .privacy {
	display: inline-block
}

footer .lower-footer-container.column-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

footer .mission {
	font-family: Prospectus Std, Georgia, serif;
	font-weight: 700;
	font-size: 30px;
	font-style: italic;
	color: #cb333b
}

footer .fine-print-container .legal ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0
}

footer .fine-print-container .legal ul li {
	margin-left: 45px;
	margin-top: .6em;
	margin-bottom: .6em
}

@media(max-width:1280px) {
	footer .cta-intro {
		font-size: 42px
	}

	footer .line.first {
		width: 21%
	}

	footer .line.second {
		width: 13%
	}
}

@media(max-width:1170px) {
	footer .fine-print-container .legal ul li {
		margin-left: 25px
	}
}

@media(max-width:960px) {
	footer .cta-intro {
		font-size: 42px
	}

	footer .upper-footer {
		padding: 15% 0
	}

	footer .logo.desktop {
		display: none
	}

	footer .logo.mobile {
		display: block;
		text-align: center
	}

	footer .lower-footer-container.column-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	footer .line.first {
		display: none
	}

	footer .line.second {
		width: 100%
	}

	footer .mission {
		margin-bottom: 18px
	}

	footer .follow-links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 30px 0;
		width: 100%
	}

	footer .follow-link {
		margin: 0 13px
	}

	footer .fine-print-container .pr,
	footer .fine-print-container .legal,
	footer .legal .copyright,
	footer .legal .privacy {
		display: block;
		text-align: center;
		width: 100%
	}

	footer .fine-print-container {
		padding-top: 0;
		padding-bottom: 3%;
		max-width: 325px;
		margin: 0 auto
	}

	footer .lower-footer {
		padding: 5% 0 4% 0
	}

	footer .fine-print-container .legal ul {
		justify-content: center
	}
}

@media(max-width:600px) {
	footer .cta-intro {
		font-size: 26px
	}

	footer .upper-footer {
		padding: 30% 0
	}

	footer .fine-print-container p,
	footer .fine-print-container a {
		font-size: 13px;
		color: #cb333b
	}
}

@media(max-width:320px) {
	footer .cta-intro {
		white-space: normal
	}
}

.come-in {
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	opacity: 0;
	-webkit-animation: come-in .5s ease forwards;
	animation: come-in .5s ease forwards
}

.come-in:nth-child(2) {
	-webkit-animation-duration: .7s;
	animation-duration: .7s
}

.come-in:nth-child(3) {
	-webkit-animation-duration: .9s;
	animation-duration: .9s
}

.come-in:nth-child(4) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}

.come-in:nth-child(5) {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s
}

@-webkit-keyframes come-in {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes come-in {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}


#animation {
	position: absolute;
	width: 125vw;
	top: -50%;
	left: -20%
}

@media screen and (-ms-high-contrast:none) {
	#animation {
		display: none
	}

	.animation-fallback {
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat
	}
}

.text-image-header-style-two .background-container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 0;
	overflow: hidden
}

.text-image-header-style-two .background-container .bg-video {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.text-image-header-style-two .background-container .video-overlay {
	position: absolute;
	top: 4.5%;
	width: 98%;
	right: 0
}

.text-image-header-style-two .background-container .text-container {
	background-color: #fff;
	padding: 40px
}

.text-image-header-style-two .background-container .text-container h1 {
	margin: 0;
	color: #cb333b
}

.text-image-header-style-two .background-container .page-center {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

@media(max-width:960px) {
	.text-image-header-style-two .background-container .text-container {
		background-color: transparent
	}

	.text-image-header-style-two .mobile-header-holder {
		background-color: #fff;
		padding: 40px 12%;
		text-align: center;
		color: #cb333b
	}

	.text-image-header-style-two .mobile-header-holder h1 {
		margin-bottom: 0
	}

	#animation {
		top: -35%
	}
}

@media(max-width:600px) {
	.text-image-header-style-two .mobile-header-holder {
		background-color: #fff;
		padding: 40px 24px;
		text-align: center;
		color: #cb333b
	}

	#animation {
		top: -25%
	}
}


.rich-text {
	padding-bottom: 42.5px;
	padding-top: 42.5px
}


.spacer {
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 42.5px
}


.text-image-content {
	padding-bottom: 42.5px;
	padding-top: 42.5px
}

.text-image-content-grid .column-container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.text-image-content-grid .column-container .grid-item {
	width: calc(50% - 15px);
	margin-bottom: 60px
}

.text-image-content-grid .column-container .grid-item a {
	color: #000;
	text-decoration: none
}

.text-image-content-grid .column-container .grid-item:hover a {
	color: #cb333b;
	text-decoration: none
}

@media(max-width:960px) {
	.text-image-content-grid .column-container .grid-item h3 {
		font-size: 22px
	}
}

@media(max-width:600px) {
	.text-image-content-grid .column-container .grid-item {
		width: 100%
	}
}


.block-quote {
	padding-bottom: 42.5px;
	padding-top: 42.5px
}

.block-quote blockquote {
	margin-left: 0;
	margin-right: 0
}

.block-quote cite {
	font-style: normal
}

.block-quote .quote-container {
	width: 91.5%
}

.block-quote .quote-ill-container {
	width: 8.5%
}

.block-quote .quote-ill-container img {
	width: 100%;
	max-width: 66px
}

@media(max-width:960px) {
	.block-quote .column-container {
		display: block
	}

	.block-quote .quote-ill-container {
		width: 80px;
		margin-bottom: 34px
	}

	.block-quote .quote-container {
		width: 100%
	}
}

.block-quote blockquote {
	font-size: 38px
}

@media(max-width:600px) {
	.block-quote blockquote {
		font-size: 30px
	}
}


.divider-line,
.divider-line .line {
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 1px
}


.blog-listing-wrapper .column-container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.post-listing {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, 27.5%);
	grid-gap: 1rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-listing-wrapper #blog-blockquote {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 3;
	grid-column-end: 4
}

.blog-listing-wrapper .post-item {
	margin-bottom: 6%
}

.blog-listing-wrapper .hs-search-results__listing.post-listing.column-container.even .post-item {
	margin-right: 5%
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.post-listing {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.blog-listing-wrapper .post-item {
		width: 27.5%
	}
}

.blog-listing-wrapper .post-item a {
	text-decoration: none
}

.blog-listing-wrapper .post-item h5 {
	line-height: 1.2
}

.blog-listing-wrapper .post-item h5 a {
	text-decoration: none;
	color: #000
}

.blog-listing-wrapper .post-item h5 a:hover {
	text-decoration: none;
	color: #cb333b
}

.blog-listing-wrapper .post-item p {
	line-height: 1.25
}

.blog-listing-wrapper .post-item p a {
	text-decoration: none;
	color: #afafaf
}

.blog-listing-wrapper .featured-image {
	width: 100%
}

.blog-listing-wrapper .featured-image-wrapper .hs-featured-image-link {
	border: 0;
	display: block;
	width: 100%;
	padding-bottom: 100%
}

.blog-pagination {
	padding-bottom: 60px
}

.blog-pagination .pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.blog-pagination .pagination h6 {
	position: relative;
	padding: 0;
	min-width: 35px;
	text-align: center;
	height: 35px;
	margin: 0 12px 0 0;
	white-space: nowrap;
	cursor: pointer
}

.blog-pagination .pagination h6:before {
	content: '';
	position: absolute;
	height: 35px;
	width: 35px;
	background-color: #fff;
	border: 1px solid #afafaf;
	z-index: -1;
	top: -1px;
	left: -2px;
	border-radius: 50%
}

.blog-pagination .pagination li.active h6 a {
	color: #fff
}

.blog-pagination .pagination li.active h6:before {
	border: 1px solid #cb333b;
	background-color: #cb333b
}

.blog-pagination .pagination li.next h6:before,
.blog-pagination .pagination li.previous h6:before {
	content: none
}

.blog-pagination h6 a {
	text-decoration: none;
	color: #afafaf;
	display: block;
	height: 100%;
	padding: 8px 0
}

.blog-pagination .next h6 a,
.blog-pagination .previous h6 a {
	font-size: 12px
}

.blog-section.page-center {
	padding: 42.5px 0
}

.text-image-header-style-one .background-container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 0;
	height: 515px
}

.text-image-header-style-one .background-container .text-container {
	position: absolute;
	bottom: 24%;
	max-width: 50%;
	background-color: #fff;
	padding: 40px
}

.text-image-header-style-one .background-container .text-container h1 {
	margin: 0
}

.single-post .about-author-sec {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	border-top: 2px solid #000;
	padding-top: 5px;
	margin-right: 35px
}

.single-post {
	padding: 42.5px 0
}

.single-post .section.post-body {
	display: inline-block;
	width: 60%;
	vertical-align: top
}

.single-post .section.post-body img {
	width: 100% !important;
	height: auto !important
}

.single-post .section.post-body .bio {
	color: #989898;
	border-top: 1px solid #afafaf;
	margin-top: 45px;
	padding-top: 30px
}

.single-post .section.post-body .tags {
	margin-top: 35px
}

.single-post .section.post-body .tags p {
	display: inline-block;
	margin-right: 16px;
	vertical-align: bottom
}

.single-post .section.post-body .tags p:last {
	margin-right: 0
}

.single-post .section.post-body .tags p a {
	color: #000
}

.single-post .section.post-body .post-navigation {
	margin: 10% 0
}

.single-post .section.post-body .post-navigation a {
	color: #afafaf;
	font-style: italic;
	text-decoration: none
}

.single-post .recent-posts>h6 {
	text-align: center;
	margin-bottom: 55px
}

.single-post .recent-posts .rec-post,
.recent-posts .rec-post {
	width: 32%;
	background-color: #d9d8d6;
	padding: 40px;
	box-sizing: border-box
}

.single-post .recent-posts .rec-post a,
.recent-posts .rec-post a {
	color: #000;
	text-decoration: none
}

.single-post .recent-posts .rec-post.yellow {
	background-color: #f1be48
}

.single-post .recent-posts .rec-post.pink {
	background-color: #f9b5c4
}

.single-post .recent-posts .rec-post.dark-red {
	background-color: #9d2235
}

.single-post .recent-posts .rec-post.phase-red {
	background-color: #cb333b
}

.single-post .recent-posts .rec-post.cobalt {
	background-color: #12156e
}

.single-post .recent-posts .rec-post.light-blue {
	background-color: #8bb8e8
}

.single-post .recent-posts .rec-post.dark-red a,
.single-post .recent-posts .rec-post.cobalt a,
.single-post .recent-posts .rec-post.light-blue a,
.single-post .recent-posts .rec-post.phase-red a {
	color: #fff
}

.single-post .recent-posts .rec-post h6 {
	text-align: left;
	margin-bottom: 60px
}

.single-post .section.post-body h2,
.single-post .section.post-body h3,
.single-post .section.post-body h4 {
	margin-top: -.25em;
	margin-bottom: 1.33em
}

h4 {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	border-top:2px solid;
	border-bottom:2px solid;
	padding:30px 0;
}


.single-post .author {
	margin-top: 0;
	margin-right: 35px
}

@media(max-width:1280px) {
	.text-image-header-style-one .background-container {
		height: 385px
	}
}

@media(max-width:960px) {
	.text-image-header-style-one .background-container {
		height: 286px
	}

	.post-listing {
		grid-template-columns: repeat(auto-fill, 48%)
	}

	.blog-listing-wrapper #blog-blockquote {
		-ms-grid-column-span: 2;
		grid-column-end: 3
	}

	.text-image-header-style-one .background-container .text-container {
		background-color: transparent
	}

	.text-image-header-style-one .mobile-header-holder {
		background-color: #fff;
		padding-top: 25px
	}

	.text-image-header-style-one .mobile-header-holder h1 {
		margin-bottom: 0
	}

	.single-post .about-author-sec {
		display: block;
		width: 100%;
		padding-top: 5px;
		margin-right: auto
	}

	.single-post .section.post-body {
		display: block;
		width: 100%;
		margin-top: 55px
	}

	.single-post .recent-posts .recent-posts-container.column-container,
	.recent-posts .recent-posts-container.column-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.single-post .recent-posts .rec-post,
	.recent-posts .rec-post {
		width: 47%;
		margin-bottom: 40px
	}
}

@media(max-width:600px) {
	.text-image-header-style-one .background-container {
		height: 140px
	}

	.post-listing {
		grid-template-columns: repeat(auto-fill, 100%)
	}

	.post-nav-container.column-container {
		-webkit-box-orient: normal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.blog-listing-wrapper #blog-blockquote {
		-ms-grid-column-span: 1;
		grid-column-end: 2
	}

	.single-post .recent-posts .rec-post,
	.recent-posts .rec-post {
		width: 100%;
		margin-bottom: 40px
	}
}


.recent-posts>h6 {
	text-align: center;
	margin-bottom: 55px
}

.recent-posts .rec-post {
	background-color: #d9d8d6;
	padding: 40px;
	box-sizing: border-box
}

.recent-posts .rec-post a {
	color: #000;
	text-decoration: none
}

.recent-posts .rec-post.yellow {
	background-color: #f1be48
}

.recent-posts .rec-post.pink {
	background-color: #f9b5c4
}

.recent-posts .rec-post.dark-red {
	background-color: #9d2235
}

.recent-posts .rec-post.phase-red {
	background-color: #cb333b
}

.recent-posts .rec-post.cobalt {
	background-color: #12156e
}

.recent-posts .rec-post.light-blue {
	background-color: #8bb8e8
}

.recent-posts .rec-post.dark-red a,
.recent-posts .rec-post.cobalt a,
.recent-posts .rec-post.light-blue a,
.recent-posts .rec-post.phase-red a {
	color: #fff
}

.recent-posts .rec-post h6 {
	text-align: left;
	margin-bottom: 60px
}


.newsletter-signup {
	padding-top: 42.5px;
	padding-bottom: 42.5px
}

.newsletter-signup h3 {
	margin-top: 0
}

.newsletter-signup h3,
.newsletter-signup p {
	color: #cb333b
}

.newsletter-signup p.fine-print {
	color: #afafaf;
	font-size: 12px
}

.newsletter-signup ul.hs-error-msgs {
	padding-left: 0
}

.newsletter-signup ul.hs-error-msgs li label:before {
	content: '!';
	font-weight: 900;
	padding-right: 5px
}

.newsletter-signup .hs_error_rollup {
	position: absolute;
	opacity: 0;
	display: none
}

.newsletter-signup ul.hs-error-msgs li {
	color: #cb333b;
	list-style: none
}

.newsletter-signup input.hs-button {
	font-family: "proxima-nova", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
	color: #cb333b;
	border: 1px solid #cb333b;
	padding: 20px;
	cursor: pointer;
	height: 61px;
	width: 100%;
	background-color: #fff
}

.newsletter-signup input.hs-button:hover {
	background-color: #cb333b;
	color: #fff;
	-webkit-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important
}

.newsletter-signup ::-webkit-input-placeholder {
	color: #fff;
	font-size: 18px
}

.newsletter-signup ::-moz-placeholder {
	color: #fff;
	font-size: 18px
}

.newsletter-signup :-ms-input-placeholder {
	color: #fff;
	font-size: 18px
}

.newsletter-signup :-moz-placeholder {
	color: #fff;
	font-size: 18px
}

.newsletter-signup .hs_email .input input {
	background-color: #cb333b;
	border: 0;
	font-size: 18px;
	padding: 20px 15px;
	height: 61px;
	overflow: hidden;
	color: #fff
}

.newsletter-signup .hs_email>label {
	display: none
}

@media(max-width:600px) {
	.newsletter-signup .hbspt-form>form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}

	.newsletter-signup .hbspt-form>form .hs-email {
		margin-bottom: 25px
	}

	.newsletter-signup .hbspt-form>form .hs-email .hs-error-msgs label:before {
		padding-left: 5px
	}

	.newsletter-signup .hbspt-form>form .hs-email .hs-error-msgs label {
		padding-left: 15px
	}
}

@media(min-width:601px) {
	.newsletter-signup .hbspt-form>form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.newsletter-signup .hbspt-form>form .hs-email {
		-webkit-box-flex: 2;
		-ms-flex: 2 0 auto;
		flex: 2 0 auto;
		margin-right: 15px;
		margin-bottom: 0
	}

	.newsletter-signup .hs_submit {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 10%;
		flex: 1 0 10%
	}
}

@media(min-width:961px) {
	.newsletter-signup .hs_submit {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.newsletter-signup .hbspt-form>form .hs-email {
		-webkit-box-flex: 5;
		-ms-flex: 5 0 auto;
		flex: 5 0 auto;
		margin-right: 15px;
		margin-bottom: 0
	}
}


.image-grid {
	text-align: center;
	padding-top: 42.5px;
	padding-bottom: 42.5px
}

.image-grid h6 {
	margin-top: 0
}

.image-grid .image-grid-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.image-grid .image-grid-container.two-column .image-cell {
	width: calc(50% - 60px);
	margin: 30px
}

.image-grid .image-grid-container.three-column .image-cell {
	width: calc(33.33333% - 60px);
	margin: 30px
}

.image-grid .image-grid-container.four-column .image-cell {
	width: calc(25% - 60px);
	margin: 30px
}

@media(max-width:960px) {
	.image-grid .image-grid-container.four-column .image-cell {
		width: calc(33.33333% - 60px);
		margin: 30px
	}
}

@media(max-width:600px) {
	.image-grid .image-grid-container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.image-grid .image-grid-container.four-column .image-cell {
		width: calc(50% - 40px);
		margin: 15px 0
	}
}


.impact-links {
	text-align: center;
	padding-top: 42.5px;
	padding-bottom: 42.5px
}

.impact-links h6 {
	margin-top: 0
}

.impact-links a.impact {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	position: relative;
	overflow: hidden;
	white-space: nowrap
}

.impact-links .impact-link {
	width: 50%;
	text-align: center
}

.impact-links a.impact::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: left;
	max-width: 0;
	content: attr(data-hover);
	-webkit-transition: max-width .5s;
	-moz-transition: max-width .5s;
	transition: max-width .5s
}

.impact-links a.impact:hover::before,
.impact-links a.impact:focus::before {
	max-width: 100%
}

@media(max-width:600px) {
	.impact-links .impact-link {
		width: 100%;
		text-align: center;
		margin-bottom: 40px
	}
}



img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom
}

video {
	max-width: 100%;
	height: auto
}

.hs-responsive-embed {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
	width: 100%;
	height: 100%;
	border: 0
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
	padding-bottom: 2%
}

.hs-responsive-embed.hs-responsive-embed-instagram {
	padding-bottom: 116.01%
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
	height: auto;
	overflow: visible;
	padding: 0
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
	position: static;
	width: auto;
	height: auto
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
	width: 100%;
	max-width: 100%
}

@media(max-width:568px) {
	iframe {
		max-width: 100%
	}
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.hs-menu-wrapper ul {
	padding: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
	list-style: none;
	margin: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	display: inline-block;
	margin-bottom: 20px
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
	content: " ";
	display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
	content: " ";
	display: table;
	clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
	float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	display: inline-block;
	padding: 10px 20px;
	white-space: nowrap;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
	position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	position: absolute;
	z-index: 10;
	left: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	display: block;
	white-space: nowrap;
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;

	color:#fff;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: 180px;
	top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: visible;
	background-color: #001e61;
	padding:7px 0;
	position: absolute;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
	position: relative;
	margin-bottom: 20px;
	min-height: 7em
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
	margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
	position: static
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
	display: block;
	visibility: visible;
	opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
	content: " ";
	display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
	content: " ";
	display: table;
	clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
	float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
	display: inline-block;
	padding: 10px 20px;
	white-space: nowrap;
	max-width: 140px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical {
	width: 100%
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
	list-style: none;
	margin: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
	display: block;
	white-space: nowrap;
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
	margin-bottom: 20px
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
	width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
	padding: 10px 20px;
	text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
	position: relative
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 180px
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: visible
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
	min-width: 140px;
	width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul {
	max-width: 100%;
	overflow: hidden
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: none
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li.hs-item-has-children>ul.hs-menu-children-wrapper {
	display: block;
	visibility: visible;
	opacity: 1;
	position: static
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2>a {
	padding-left: 4em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3>a {
	padding-left: 6em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4>a {
	padding-left: 8em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5>a {
	padding-left: 140px
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18)
}

@media(max-width:568px) {

	.hs-menu-wrapper,
	.hs-menu-wrapper * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal ul {
		list-style: none;
		margin: 0;
		display: block
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
		display: block
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
		float: none
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
	.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
		display: block;
		max-width: 100%;
		width: 100%
	}
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: visible;
	opacity: 1
}

.widget-type-space {
	visibility: hidden
}

.hs-author-listing-header {
	margin: 0 0 .75em 0
}

.hs-author-social-links {
	display: inline-block
}

.hs-author-social-links a.hs-author-social-link {
	width: 24px;
	height: 24px;
	border-width: 0px;
	border: 0px;
	line-height: 24px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -99999px
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
	background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
	background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
	background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
	background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png")
}

.hs_cos_wrapper_type_image_slider {
	display: block;
	overflow: hidden
}

.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
	outline: 0
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.hs_cos_flex-slider {
	margin: 0;
	padding: 0
}

.hs_cos_flex-slider .hs_cos_flex-slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
	width: 100%;
	display: block;
	border-radius: 0px
}

.hs_cos_flex-pauseplay span {
	text-transform: capitalize
}

.hs_cos_flex-slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .hs_cos_flex-slides {
	display: block
}

* html .hs_cos_flex-slides {
	height: 1%
}

.hs_cos_flex-slider {
	margin: 0 0 60px;
	background: #fff;
	border: 0;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	zoom: 1
}

.hs_cos_flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease
}

.loading .hs_cos_flex-viewport {
	max-height: 300px
}

.hs_cos_flex-slider .hs_cos_flex-slides {
	zoom: 1
}

.carousel li {
	margin-right: 5px
}

.hs_cos_flex-direction-nav {
	*height: 0
}

.hs_cos_flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
	background-position: 100% 0;
	right: -36px
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
	left: -36px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
	opacity: .8;
	right: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
	opacity: .8;
	left: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
	opacity: 1
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default
}

.hs_cos_flex_thumbnavs-direction-nav {
	margin: 0px;
	padding: 0px;
	list-style: none
}

.hs_cos_flex_thumbnavs-direction-nav {
	*height: 0
}

.hs_cos_flex_thumbnavs-direction-nav a {
	width: 30px;
	height: 140px;
	margin: -60px 0 0;
	display: block;
	background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
	background-position: 100% 40%;
	right: 0px
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
	left: 0px
}

.hs-cos-flex-slider-control-panel img {
	cursor: pointer
}

.hs-cos-flex-slider-control-panel img:hover {
	opacity: .8
}

.hs-cos-flex-slider-control-panel {
	margin-top: -30px
}

.hs_cos_flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center
}

.hs_cos_flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.hs_cos_flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.hs_cos_flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7)
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default
}

.hs_cos_flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}

.hs_cos_flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}

.hs_cos_flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer
}

.hs_cos_flex-control-thumbs img:hover {
	opacity: 1
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
	opacity: 1;
	cursor: default
}

@media screen and (max-width:860px) {
	.hs_cos_flex-direction-nav .hs_cos_flex-prev {
		opacity: 1;
		left: 0
	}

	.hs_cos_flex-direction-nav .hs_cos_flex-next {
		opacity: 1;
		right: 0
	}
}

.hs_cos_flex-slider .caption {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	font-size: 2em;
	line-height: 1.1em;
	color: white;
	padding: 0px 5% 0px 5%;
	width: 100%;
	bottom: 0;
	text-align: center
}

.hs_cos_flex-slider .superimpose .caption {
	color: white;
	font-size: 3em;
	line-height: 1.1em;
	position: absolute;
	padding: 0px 5% 0px 5%;
	width: 90%;
	top: 40%;
	text-align: center;
	background-color: transparent
}

@media all and (max-width:400px) {
	.hs_cos_flex-slider .superimpose .caption {
		background-color: black;
		position: static;
		font-size: 2em;
		line-height: 1.1em;
		color: white;
		width: 90%;
		padding: 0px 5% 0px 5%;
		top: 40%;
		text-align: center
	}

	#recaptcha_area table#recaptcha_table {
		width: 300px !important
	}

	#recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
		width: 300px !important
	}

	#recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
		width: 67px !important
	}

	#recaptcha_area table#recaptcha_table #recaptcha_image {
		width: 280px !important
	}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
	color: white
}

.hs-gallery-thumbnails li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-right: -4px
}

.hs-gallery-thumbnails.fixed-height li img {
	max-height: 150px;
	margin: 0px;
	padding: 0px;
	border-width: 0px
}

pre {
	overflow-x: auto
}

table pre {
	white-space: pre-wrap
}

.comment {
	margin: 10px 0 10px 0
}

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
	word-wrap: break-word
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

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

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

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

#map_canvas img,
.google-maps img {
	max-width: none
}

#recaptcha_table td {
	line-height: 0
}

.recaptchatable #recaptcha_response_field {
	min-height: 0;
	line-height: 12px
}

body * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-font-kerning: auto;
	font-kerning: auto
}

.page-center {
	max-width: 1366px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box
}

.no-padding {
	padding-left: 0;
	padding-right: 0
}

.five-padding {
	padding-left: 75px;
	padding-right: 75px
}

.twelve-padding {
	padding-left: 173px;
	padding-right: 173px
}

.twenty-padding {
	padding-left: 278px;
	padding-right: 278px
}

.eight-gutter {
	margin-left: 8.5%
}

.quarter-gutter {
	margin-left: 25%
}

.column-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.column-container.even {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.row-fluid-wrapper .row-fluid [class*="span"] {
	min-height: 0
}

.no-child {
	display: none !important
}

.cta {
	font-family: "proxima-nova", Arial, sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	letter-spacing: 2px !important;
	-webkit-transition: all .25s ease-in-out !important;
	-o-transition: all .25s ease-in-out !important;
	transition: all .25s ease-in-out !important
}

@media(max-width:600px) {
	.column-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

textarea,
input[type="text"],
input.hs-button {
	-webkit-appearance: none;
	border-radius: 0
}

body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.67;
	font-family: "proxima-nova", Arial, sans-serif;
	color: #000;
	background-color: #fff
}

h1 {
	font-family: Prospectus Std, Georgia, serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3;
	margin-top: .83em;
	margin-bottom: .83em
}

h2,
blockquote {
	font-family: Prospectus Std, Georgia, serif;
	font-weight: 700;
	font-size: 55px;
	line-height: 1.2;
	margin-top: .83em;
	margin-bottom: .83em
}

blockquote {
	margin-top: .2em;
	margin-bottom: .6em;
	font-weight: 400
}

h3,
h2.seo {
	font-family: Prospectus Std, Georgia, serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.38;
	margin-top: .35em;
	margin-bottom: .35em
}

h3 strong {
	font-weight: 700
}

h4 {
	font-family: Prospectus Std, Georgia, serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	margin-top: .33em;
	margin-bottom: .33em
}

h5 {
	font-family: Prospectus Std, Georgia, serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	margin-top: .67em;
	margin-bottom: .67em
}

h6,
cite {
	font-family: "proxima-nova", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 2px;
	margin-top: 1.33em;
	margin-bottom: 1.33em
}

p {
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.67;
	margin-top: .6em;
	margin-bottom: .6em
}

p.small {
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6
}

p.large {
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.6
}

.impact {
	font-family: Prospectus Std, Georgia, serif;
	font-weight: 700;
	font-size: 110px;
	line-height: 1.2
}

.black {
	font-weight: 900
}

.cta_button.ghost-cta {
	background-color: transparent !important;
	-moz-transition: all .25s ease !important;
	-webkit-transition: all .25s ease !important;
	-o-transition: all .25s ease !important
}

.cta_button.ghost-cta.dark {
	color: #000 !important
}

.cta_button.ghost-cta.dark:hover {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important
}

.cta_button.ghost-cta.dark:hover h6 {
	color: #fff !important
}

.cta_button.ghost-cta.red {
	color: #cb333b !important
}

.cta_button.ghost-cta.red:hover {
	color: #fff !important;
	background-color: #cb333b !important;
	border: 1px solid #cb333b !important
}

.cta_button.ghost-cta.red:hover h6,
.cta_button.ghost-cta.red:hover h6 span {
	color: #fff !important
}

.cta_button.ghost-cta.white {
	color: #fff !important
}

.cta_button.ghost-cta.white:hover {
	color: #12156e !important;
	background-color: #fff !important;
	border: 1px solid #fff !important
}

.cta_button.ghost-cta.white:hover h6,
.cta_button.ghost-cta.white:hover h6 span {
	color: #12156e !important
}

.cta_button.ghost-cta h6 {
	margin: 0;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease
}

@media(min-width:961px) and (max-width:1280px) {
	.five-padding {
		padding-left: 34px;
		padding-right: 34px
	}

	.twelve-padding {
		padding-left: 116px;
		padding-right: 116px
	}

	.twenty-padding {
		padding-left: 194px;
		padding-right: 194px
	}

	.eight-gutter {
		margin-left: auto
	}

	h1 {
		font-size: 38px
	}

	h2,
	blockquote {
		font-size: 46px
	}

	h3,
	h2.seo {
		font-size: 30px
	}

	h4 {
		font-size: 24px
	}

	h5 {
		font-size: 20px
	}

	h6,
	cite {
		font-size: 14px
	}

	p {
		font-size: 16px
	}

	p.large {
		font-size: 18px
	}

	.impact {
		font-size: 76px
	}
}

@media(min-width:601px) and (max-width:960px) {
	.hide-small-screens {
		display: none
	}

	.five-padding {
		padding-left: 34px;
		padding-right: 34px
	}

	.twelve-padding {
		padding-left: 34px;
		padding-right: 34px
	}

	.twenty-padding {
		padding-left: 34px;
		padding-right: 34px
	}

	.eight-gutter {
		margin-left: auto
	}

	.quarter-gutter {
		margin-left: auto
	}

	h1 {
		font-size: 26px
	}

	h2,
	blockquote {
		font-size: 38px
	}

	h3,
	h2.seo {
		font-size: 28px
	}

	h4 {
		font-size: 24px
	}

	h5 {
		font-size: 20px
	}

	h6,
	cite {
		font-size: 14px
	}

	p {
		font-size: 16px
	}

	p.large {
		font-size: 18px
	}

	.impact {
		font-size: 50px
	}
}

@media(max-width:600px) {
	.cta_button.ghost-cta {
		width: 100% !important;
		padding: 20px 0 !important
	}

	.hide-small-screens {
		display: none
	}

	.five-padding {
		padding-left: 24px;
		padding-right: 24px
	}

	.twelve-padding {
		padding-left: 24px;
		padding-right: 24px
	}

	.twenty-padding {
		padding-left: 24px;
		padding-right: 24px
	}

	.eight-gutter {
		margin-left: auto
	}

	.quarter-gutter {
		margin-left: auto
	}

	h1 {
		font-size: 26px
	}

	h2,
	blockquote {
		font-size: 38px
	}

	h3,
	h2.seo {
		font-size: 28px
	}

	h4 {
		font-size: 24px
	}

	h5 {
		font-size: 20px
	}

	h6,
	cite {
		font-size: 14px
	}

	p {
		font-size: 16px
	}

	p.large {
		font-size: 18px
	}

	.impact {
		font-size: 55px
	}

	.cta_button.ghost-cta {
		width: 100% !important;
		padding: 20px 0 !important
	}
}


@charset "UTF-8";

* {
	box-sizing: border-box
}

img {
	height: auto
}


.detail-content h1 {
	font-size: 50px;
	font-weight: 400;
	line-height: 1.33;
	margin-top: 0
}

.detail-content h2 {
	margin-top: 0;
	font-size: 48px
}

.detail-content h3 {
	margin-top: 0
}

.detail-content>*:last-child {
	margin-bottom: 0
}

.dis-flex {
	display: flex;
	flex-wrap: wrap
}

.rtp {
	padding-top: 0 !important
}

.rbp {
	padding-bottom: 0 !important
}

@media(min-width:961px) and (max-width:1280px) {
	.detail-content h1 {
		font-size: 44px
	}

	.detail-content h2 {
		font-size: 38px
	}
}

@media(min-width:601px) and (max-width:960px) {
	.detail-content h1 {
		font-size: 38px
	}

	.detail-content h2 {
		font-size: 30px
	}
}

@media(max-width:600px) {
	.five-padding {
		padding-left: 16px;
		padding-right: 16px
	}

	.detail-content h1 {
		font-size: 35px
	}

	.detail-content h2 {
		font-size: 26px
	}

	.detail-content h3 {
		font-size: 24px
	}
}

/*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */
.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.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-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-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-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-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-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
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.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-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-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(0);
		transform: rotate(0)
	}
}

@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(0);
		transform: rotate(0)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-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: none;
		transform: none
	}

	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: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	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: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	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: none;
		transform: none
	}

	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 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-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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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-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: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-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% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg)
	}

	60%,
	80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg)
	}

	60%,
	80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.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 {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		transform-origin: top left
	}

	0%,
	20%,
	60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		transform-origin: top left
	}

	0%,
	20%,
	60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50%,
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50%,
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		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;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		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;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.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% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		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;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		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;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.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 {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}







.text-image-header-style-one .background-container .text-container {
  background-color: #fff;
  bottom: 24%;

  max-width: 50%;
  padding: 40px;
  position: absolute;
}



.section-title-two-column-list .section-title {
  border-top: 2px solid;
    border-top-color: currentcolor;
  width: 27%;
  padding-top: 14px;
}

.section-title-two-column-list .column-list-container {
  border-top: 2px solid;
    border-top-color: currentcolor;
  width: 70%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.section-title-two-column-list .column-list-container h5 {
  margin: 0;
  padding: 25px 0;
  width: 42.4%;
  border-bottom: 1px solid;
    border-bottom-color: currentcolor;
}




.rich-text-two-column .left-column {
  width: 30%;
}

.rich-text-two-column .right-column {
  width: 63%;
}

@media (max-width: 960px){
	.rich-text-two-column .left-column, .rich-text-two-column .right-column {
	  width: 100%;
	}

	.rich-text-two-column .column-container {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
}



.rich-text-form-two-column .hs_firstname, .rich-text-form-two-column .hs_lastname {
  display: inline-block;
  width: calc(50% - 23px);
}

@media (max-width: 1280px){
	.rich-text-form-two-column .hs_firstname, .rich-text-form-two-column .hs_lastname {
	  display: inline-block;
	  width: calc(50% - 7px);
	}
}

.hs-fieldtype-textarea.hs-input {
  resize: vertical;
}

.rich-text-form-two-column .hs-fieldtype-text input, .hs-fieldtype-phonenumber input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #000;
  padding: 3px 0;
  font-size: 22px;
  color: #000;
}

.rich-text-form-two-column .hs-fieldtype-select select {
  font-size: 18px;
  margin-top: 5px;
  padding: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 20px;
  background-position: right 10px center;
}



.rich-text-form-two-column .hs-fieldtype-textarea textarea {
  border: 1px solid #000;
  font-size: 22px;
  min-height: 154px;
  padding: 3px;
}



.rich-text-form-two-column ul.hs-error-msgs {
  padding-left: 0;
  position: absolute;
}

.rich-text-form-two-column .hs-form-field {
  margin-bottom: 60px;
}

.rich-text-form-two-column .hs_firstname {
  margin-right: 41px;
}

.rich-text-form-two-column .right-column {
  width: 50%;
}

.rich-text-form-two-column .left-column {
  width: 41.5%;
}

.location-information {
  padding-bottom: 42.5px;
  padding-top: 42.5px;
}

.location-information .locations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.location-information .locations-container .single-location a {
  color: #afafaf;
}
.location-information .locations-container .single-location .address a {
  text-decoration: none;
}

@media (max-width: 960px){
	.location-information .locations-container .single-location {
	  margin-bottom: 20px;
	}
}

@media (min-width: 601px) and (max-width: 900px){
	.location-information .locations-container .single-location {
	  margin-right: 3.3%;
	  width: 46.6%;
	}
}


@media (min-width: 901px){
	.location-information .locations-container .single-location {
		margin-right: 3.3%;
		width: 30%;
	}
}

@media (max-width: 960px){
	.rich-text-form-two-column .left-column, .rich-text-form-two-column .right-column {
		width: 100%;
		margin-bottom: 60px;
	}
}


.rich-text-form-two-column {
  padding-bottom: 42.5px;
  padding-top: 42.5px;
}


.rich-text-form-two-column .hs-button {
  font-family: "proxima-nova",Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  border: 1px solid;
  padding: 20px 50px;
  cursor: pointer;
  height: 61px;
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
