img {
	height: auto;
	max-width: 100%;
}
html {
	font-size: 16px;
}
.section {
	position: relative;
	padding: 70px 0;
}
.section:after {
	top: 0;
	position: absolute;
	content: attr(data-headings);
	left: 0;
	right: 0;
	color: rgba(0,0,0,0.05);
	font-size: 24em;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	line-height: 1;
	z-index: 0;
}
.section .fix-container {
	position: relative;
	z-index: 1;
}
.first-fold {
	background: #2cbed2;
	height: 692px;
}
.first-fold > img {
	position: relative;
	z-index: 1;
}
.section-heading {
	margin: 0 auto;
	text-align: center;
}
.section-heading h2 {
	margin: 15px auto;
	color: #000;
	font-size: 2.25em;
	font-weight: 600;
	display: block;
}
.section-heading h2 span {
	display: block;
	font-size: 1.75rem;
}
.optimizer {
	margin: 70px 0 0 0;
}
.optimizer .section-heading {
	max-width: 847px;
}
.cta-optimizer {
	position: relative;
	margin: 25px auto;
	display: block;
	max-width: 1111px;
}
.cta-optimizer.one {
	float: right;
}
.cta-optimizer.two {
	float: left;
}
.cta-optimizer img {
	margin: 0 auto;
	display: inline-block;
}
.cta-optimizer p {
	bottom: 60px;
	font-size: 1.05em;
	line-height: 1.6;
	font-weight: 600;
	max-width: 518px;
	position: absolute;
}
.cta-optimizer p.right {
	right: 0;
}
.cta-optimizer p.left {
	left: 0;
}
.page-cta {
	border: solid 5px #ededed;
	max-width: 1062px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	padding: 25px;
}
.page-cta h3 {
	color: #000;
	font-size: 1.6em;
	padding-right: 35px;
	/*max-width: 65%;*/
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
}
.cta-btn {
	max-width: 35%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
/**/
.modern-slider {
	padding: 0;
}
.modern-slider .slick-slide {
	position: relative;
	outline: none;
	z-index: 1;
	padding: 80px 0;
}
.modern-slider .slick-slide.slick-current {
	z-index: 2;
}
.modern-slider .slick-arrow {
	position: absolute;
	width: 150px;
	top: 0;
	height: 100%;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 0);
	text-indent: -9999px;
	z-index: 999;
	cursor: pointer;
}
.modern-slider .slick-arrow:before {
	content: "";
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	top: 50%;
	margin-top: -21px;
	-webkit-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-khtml-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-moz-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-ms-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-o-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
}
.modern-slider .slick-arrow:after {
	content: "";
	position: absolute;
	display: block;
	height: 2px;
	width: 160px;
	top: 50%;
	background-color: white;
	-webkit-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-khtml-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-moz-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-ms-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	-o-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
	opacity: 0;
}
.modern-slider .slick-arrow.slick-prev {
	left: 0;
}
.modern-slider .slick-arrow.slick-prev:before {
	border-top: 2px solid white;
	border-left: 2px solid white;
	left: 50px;
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modern-slider .slick-arrow.slick-prev:after {
	left: 300px;
}
.modern-slider .slick-arrow.slick-prev:hover:before {
	left: 120px;
}
.modern-slider .slick-arrow.slick-prev:hover:after {
	left: 113px;
	opacity: 1;
	width: 80px;
}
.modern-slider .slick-arrow.slick-next {
	right: 0;
}
.modern-slider .slick-arrow.slick-next:before {
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	right: 50px;
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modern-slider .slick-arrow.slick-next:after {
	right: 300px;
}
.modern-slider .slick-arrow.slick-next:hover:before {
	right: 120px;
}
.modern-slider .slick-arrow.slick-next:hover:after {
	right: 113px;
	opacity: 1;
	width: 80px;
}
.modern-slider .img-fill {
	float: left;
	margin-right: 130px;
}
.modern-slider .info {
	color: #fff;
}
.modern-slider .info h2 {
	font-size: 2.25em;
	color: #fff;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 30px;
}
.modern-slider .info h2 span {
	display: block;
	line-height: 1.5;
	font-size: 1.55rem;
	color: #fff;
}
.modern-slider .info p {
	font-size: 1.3em;
	color: #fff;
	line-height: 1.7;

	margin-bottom: 30px;
}
.modern-slider .info h3 span {
	display: block;
	font-size: 0.9rem;
	color: #fff;
}
.modern-slider .info li {
	display: list-item;
	font-size: 1.2rem;
	color: #fff;
	margin: 7px 0;
	list-style: inside;
}
/* ==== Slider Style === */
 
.modern-slider .item.slick-active h2, .modern-slider .item.slick-active p, .modern-slider .item.slick-active ul {
	-webkit-animation: fadeInDown 1s both 1s;
	animation: fadeInDown 1s both 1s;
}
/*
.modern-slider .item.slick-active h3, .modern-slider .item.slick-active ul {
	-webkit-animation: fadeInLeft 1s both 1.5s;
	animation: fadeInLeft 1s both 1.5s;
}*/
.modern-slider .item.slick-active {
	-webkit-animation: Slick-FastSwipeIn 1s both;
	animation: Slick-FastSwipeIn 1s both;
}
 

/* ==== Slider Image Transition === */
@-webkit-keyframes Slick-FastSwipeIn {
 0% {
-webkit-transform:rotate3d(0, 1, 0, 10deg) scale(0.99) perspective(400px);
transform:rotate3d(0, 1, 0, 10deg) scale(0.99) perspective(50px);
}
 100% {
-webkit-transform:rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
transform:rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
}
}
@keyframes Slick-FastSwipeIn {
 0% {
-webkit-transform:rotate3d(0, 1, 0, 10deg) scale(0.99) perspective(400px);
transform:rotate3d(0, 1, 0, 10deg) scale(0.99) perspective(50px);
}
 100% {
-webkit-transform:rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
transform:rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
}
}
.bg-dark-gray {
	padding: 20px 0;
	background: #505859;
}
.bg-dark-gray h3 {
	color: #fff;
}
.bg-yellow {
	padding: 20px 0;
	background: #ffdd00;
}
.bg-yellow .page-cta {
	border-color: #000;
}
.observed {
	background: #31bdd1 url(../../img2/observed-bg.jpg) no-repeat center top;
	padding-bottom: 0;
}
.observed .fix-container {
	position: relative;
	min-height: 793px;
}
.observed h2 {
	padding-top: 90px;
	color: #fff;
	font-size: 2.25em;
	font-weight: 600;
	margin-bottom: 35px;
}
.observed h2 span {
	display: block;
	color: #fff;
	font-size: 1.65rem;
}
.ticker-slider {
	max-width: 596px;
	position: absolute;
	bottom: 0;
}
.ticker-slider ul li {
	margin-bottom: 18px;
	display: block; padding:0 20px;
}
.ticker-slider ul li:last-child {
	margin-bottom: 0;
}
.ticker-slider p {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.33);
	padding: 20px;
	position: relative;
	padding-left: 45px;
}
.ticker-slider p:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #ffdd00;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 25px;
}
.ticker-slider .slick-dots {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 30px;
	right: -100px;
}
.ticker-slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}
.ticker-slider .slick-dots li.slick-active button {
	background-color: white;
	height: 14px;
	width: 14px;
}
.ticker-slider .slick-dots li.slick-active button:hover {
	background-color: white;
}
.ticker-slider .slick-dots li button {
	outline: none;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid white;
	background-color: rgba(255, 255, 255, 0);
	text-indent: -9999px;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all, 0.2s, ease-in 1s ease-in-out;
	-khtml-transition: all, 0.2s, ease-in 1s ease-in-out;
	-moz-transition: all, 0.2s, ease-in 1s ease-in-out;
	-ms-transition: all, 0.2s, ease-in 1s ease-in-out;
	-o-transition: all, 0.2s, ease-in 1s ease-in-out;
	transition: all, 0.2s, ease-in 1s ease-in-out;
}
.ticker-slider .slick-dots li button:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
 @media screen and (max-width: 1024px) {
html {
	font-size: 13px;
}
.section {
	padding: 10px 0;
}
.first-fold {
	height: auto;
}
.section-heading h2 {
	font-size: 2em;
}
.optimizer {
	margin: 0;
}
.cta-optimizer p {
	max-width: 450px;
}
.modern-slider {
	padding: 0;
}
.observed {
	padding: 0;
}
.modern-slider .slick-slide {
	padding: 20px 0;
}
.modern-slider .img-fill {
	margin-right: 0;
	width: 45%;
}
.modern-slider .info {
	float: right;
	width: 53%;
}
.modern-slider .info h2 {
	font-size: 1.25em;
	margin-bottom: 5px;
}
.modern-slider .info h2 span {
	font-size: 1rem;
}
.modern-slider .info h3 {
	font-size: 1em;
	margin-bottom: 5px;
}
.modern-slider .info li {
	font-size: 0.8rem;
}
.bg-dark-gray h3 {
	font-size: 1.2em;
}
}
@media screen and (max-width: 767px) {
.cta-optimizer p {
	position: static;
}
.modern-slider .img-fill {
	margin-right: 0;
	width: auto;
	float: none;
}
.modern-slider .info {
	float: none;
	width: auto;
}
.page-cta{ display:block; width:auto;}
.page-cta h3, .cta-btn {
	display: block;
	padding: 10px 0;
	width: auto;
	max-width: none; text-align:center;
}
.observed h2 { line-height:1;
	padding: 0;
	margin: 0; font-size:2em;
}
.page-cta {
	text-align: center;
}
.modern-slider .slick-arrow:after, .modern-slider .slick-arrow:before {
	content: normal;
}
.modern-slider .slick-arrow.slick-prev {
	left: 0
}
.modern-slider .slick-arrow.slick-next {
	right: 0;
}
.ticker-slider {
	position: static;
	max-width: none;
}
.ticker-slider .slick-dots{ left:0; right:0 ; bottom:5px; margin:0 auto; text-align:center;}
.observed{ padding:20px 0;}
}
