@charset "UTF-8";
/* CSS Document */

/* Links */
a.info {
	font-size: 20px;
	padding: 20px 35px 20px 35px;
	font-family: 'korolevheavy';
	text-transform: uppercase;
	text-decoration: none;
}
a.info::after, a.required::after {
	font-family: 'FontAwesome';
	content: '\f061';
	padding-left: 10px;
}
.link {
	text-align: center;
	margin: 75px auto 100px auto;
}
a.required {
	font-family: 'korolevbold';
}
a.info, a.required {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a.info {
	color: #FFFFFF;
	background-color: #419BF9;
}
a.required:hover {
	color: #419BF9;
}
a.info:hover {
	color: #02A9F7;
	background-color: #FFFFFF;
}
.cta {
	cursor: pointer;
}
/* End links */

.section-1 {
	position: relative;
	top: -2px;
	overflow: hidden;
	z-index: 1;
	background-color: #1E1E1E;
}
.section-1 .section-heading {
	text-align: center;
	color: #FFFFFF;
	position: relative;
	margin: auto;
	z-index: 3;
	padding: 180px 0px 120px 0px;
}
.section-heading h1 {
	font-size: 50px;
	margin: 0px;
}
h1.info a {
	color: #FFFFFF;
}
.section-1 .section-heading hr {
	min-width: 100px;
	max-width: 150px;
	margin: 0px auto 0px auto;
	border: 1px solid #FFFFFF;
}
.section-1 .section-heading #typed {
	font-size: 26px;
	max-width: 700px;
	margin: auto;
}
.section-1 .section-heading #typed strong {
	text-transform: uppercase;
}
.section-1 .section-heading #typed::before {
	content: '';
}
.section-1 .pattern {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0px;
	/* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWMwT53yn4EOAADe9wIwDtDIOgAAAABJRU5ErkJggg==
		) repeat; */
	opacity: 1;
	background-color: rgba(36,90,146,0.80);
}
.section-1 .hero {
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(/digisigns/img/sec-1-hero-2.jpg) no-repeat top;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	opacity: 1.0;
}
/* code for animated blinking cursor */
.typed-cursor {
	opacity: 1;
	font-weight: 100;
	font-size: 40px;
	color: #419BF9;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.section-2 {
	position: relative;
	z-index: 3;
	padding: 100px 0px 0px 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.section-2 .section-wrapper {
	width: 95%;
	margin: auto;
	display: table;
	background-color: #FFFFFF;
	padding: 0px 0px 200px 0px;
}
.section-2 .section-heading {
	width: 98%;
	margin-bottom: 50px;
}
.section-2 .heading h1 {
	color: #323232;
	line-height: 50px;
	max-width: 400px;
}
.section-2 .device-promo {
	width: 100%;
	margin-right: auto;
	position: relative;
	height: 360px;
	text-align: center;
}
.section-2 #tv {
	width: 100%;
	position: absolute;
}
.section-2 #tv img {
	max-width: 450px;
}
.section-2 #phone {
	width: 100%;
	position: absolute;
	bottom: -125px;
	height: 285px;
	background-position: right bottom;
	background-size: 250px;
	z-index: 1;
}
.section-2 #phone img {
	max-width: 350px;
}
.section-2 #tv, .section-2 #phone {
	-webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section-3 {
	background-color: rgba(0,0,0,0.85);
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #FFFFFF;
	padding-bottom: 0px;
	-webkit-transition: padding 400ms ease-in-out;
	transition: padding 400ms ease-in-out;
}
.section-3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background: url('../img/sec-3-hero-b.jpg') no-repeat 20% top;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	
	-webkit-filter: blur(0px);
  	-moz-filter: blur(0px);
  	-o-filter: blur(0px);
  	-ms-filter: blur(0px);
  	filter: blur(0px);
}
.section-3 .section-heading {
	padding-top: 50px;
	width: 95%;
	max-width: 700px;
	margin: auto;
	text-align: center;
}
.section-3 .section-heading p {
	margin: 10px auto 25px auto;
}
.section-3 .row-item img {
	border: 1px solid transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	max-width: 150px;
	margin: auto;
	background-color: transparent;
}
.section-3 .row-item h2 {
	font-size: 18px;
	font-family: 'korolevmedium';
	text-transform: uppercase;
	margin: 0px auto 5px auto;
}
.section-3 .row-item span.tagline {
	display: none;
}
.section-3 .row-container {
	display: table;
	position: relative;
	z-index: 3;
	margin: auto;
	width: 100%;
	padding: 75px 0px 0px 0px;
}
.section-3 .row-item-wrapper {
	float: left;
	width: 50%;
	margin: 25px auto 10px auto;
	-webkit-transition: all ease-in-out 600ms;
	transition: all ease-in-out 600ms;
}
.section-3 .row-item {
	position: relative;
	z-index: 4;
	text-align: center;
	color: #FFFFFF;
	width: 95%;
	max-width: 250px;
	margin: auto;
}
.section-3 .requirements {
	background-color: #02577A;
	text-align: center;
	width: 100%;
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	height: 0%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.section-3.active {
	padding-bottom: 275px;
}
.section-3.active .requirements {
	height: 100%;
}
.section-3 .requirements p.close-toggle {
	font-size: 20px;
	text-transform: uppercase;
}
.section-3 .requirements span.toggle {
	position: absolute;
	top: 93px;
	left: 10px;
	height: 50px;
	width: 50px;
}
.section-3 .requirements span.toggle::before, .section-3 .requirements span.toggle::after {
	position: absolute;
	font-size: 40px;
}
.section-3 .requirements span.toggle::before {
	content: '/';
	left: 19px;
	-ms-transform: rotate(22deg); /* IE 9 */
	-webkit-transform: rotate(22deg); /* Chrome, Safari, Opera */
	transform: rotate(22deg);
}
.section-3 .requirements span.toggle::after {
	content: '/';
	display: block;
	left: 20px;
	-ms-transform: rotate(-56deg); /* IE 9 */
	-webkit-transform: rotate(-56deg); /* Chrome, Safari, Opera */
	transform: rotate(-56deg);
}
.section-3 .requirements .section-heading {
	width: 95%;
	margin: auto;
	margin-bottom: 50px;
}
.section-3 .requirements .section-heading h1 {
	max-width: 250px;
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 50px 0px 0px 0px;
	margin: 0px auto 5px auto;
}
.section-3 .requirements .section-heading p {
	margin: 0px;
	font-size: 25px;
}
.section-3 .requirements .row-container {
	display: table;
	width: 100%;
}
.section-3 .requirements .icon-row {
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.section-3 .requirements .icon-row h2 {
	font-size: 20px;
	padding-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin: 0px auto 10px auto;
	position: relative;
	text-transform: uppercase;
}
.section-3 .requirements .icon-row h2::before {
	content: "";
	display: block;
	border-bottom: 1px solid #00344A;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 50px;
	margin: auto;
}
.section-3 .requirements .icon-row p {
	max-width: 250px;
	margin: 0px auto 0px auto;
}
.section-3 .requirements .icon-row img {
	max-width: 100px;
	margin: auto;
}
.section-3 .requirements p.disclaimer {
	margin: 0px auto 15px auto;
	line-height: 20px;
	font-size: 12px;
	max-width: 450px;
}
.section-3 .requirements h1.info {
	text-shadow: 2px 3px 0px #0E8BC5;
	background-color: #0FADF7;
	margin: 50px auto 75px auto;
}
.section-3 .requirements h1.info:hover {
	text-shadow: 2px 3px 0px #2BBCC3;
	background-color: #2BBCC3;
}
.section-3 .requirements img {
	max-width: 500px;
	margin: auto;
}
@media screen and (min-width: 414px) {
.section-2 #phone {
	height: 255px;
}
}
@media screen and (min-width: 500px) {
.section-2 .section-heading {
	text-align: center;
}
.section-2 .heading h1 {
	margin: auto;
}
.section-3 .row-item-wrapper {
	margin: 0px auto 40px auto;
}
.section-3 .row-item span.tagline {
	display: block;
}
}
@media screen and (min-width: 600px) {
.section-2 .section-wrapper {
	padding: 50px 25px 115px 25px;
}
}
@media screen and (min-width: 768px) {
.section-2 .section-wrapper {
	padding: 50px 0px 50px 0px;
}
.section-2 .device-promo {
	text-align: right;
}
.section-2 .device-promo img {
	margin: auto;
}
.section-2 #tv img {
	min-width: 450px;
	max-width: 550px;
}
.section-2 .section-heading {
	text-align: left;
}
.section-2 .heading {
	width: 85%;
}
.section-2 .section-heading, .section-2 .device-promo {
	float: left;
	width: 50%;
}
.section-2 .section-wrapper {
	width: 98%;
	margin-left: auto;
}
.section-2 .heading h1 {
	margin: 0px auto 0px 0px;
}
.section-3 {
	padding: 50px 0px 50px 0px;
}
.section-3.active {
	padding-bottom: 0px;
}
.section-3.float .row-item-wrapper {
	width: 25%;
}
.section-3 .requirements .row-container {
	margin-bottom: 100px;
}
.section-3 .requirements .icon-row {
	width: 33.3333%;
}
}
@media screen and (min-width: 1000px) {
.section-2 .section-wrapper {
	width: 95%;
	margin: auto;
	padding: 50px 25px 10% 25px;
}
.section-3 .row-item-wrapper {
	width: 25%;
}
}



