
/* LANDERS */

#home.lander {
  
}

#home.lander .main-banner {
  background: #0e2844;
  padding: 15px 0;
}
#home.lander .main-message {
  padding-bottom: 0;
}
#home.lander .main-message img {
  padding-bottom: 0;
}

#home.lander #pricing .section-header {
/*   padding-bottom: 0; */
}

#home.lander #pricing h1 {
  font-size: 24px; 
  line-height: 10px;
  padding: 1em 0;
}

#home.lander #pricing .product {
  min-height: 640px;
}
#home.lander #pricing .product .scribble {
  text-align: center;
  padding: 0;
}
#home.lander #pricing .product.feature {
  min-height: 715px;
  width: auto; 
  left: 0;
}
#home.lander #pricing .product ul {
  text-align: left;
  padding: 1em 1em 0;
  margin-top: 1em;
}
#home.lander #pricing .product li {
  list-style: disc;
/*   list-style-image: url(../images/icon-check.png); */
  text-align: left;
  padding: 0.5em 0 0;
  font-size: .875em;
  line-height: 1.35em;
}
#home.lander #pricing .product.feature li {
  font-size: 1em;
}

#home.lander .pricing {
  padding:20px;
/*   background: radial-gradient(ellipse at center,rgba(26, 64, 103, 0.01) 0,rgba(14, 40, 68, 0.02) 100%); */
}

#home.lander .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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


homestyle

.homestyle .main-banner {
  background: #0e2844;
  padding: 15px 0;
}
.homestyle .main-message {
  padding-bottom: 0;
}
.homestyle .main-message img {
  padding-bottom: 0;
}

.homestyle #pricing .section-header {
/*   padding-bottom: 0; */
}

.homestyle #pricing h1 {
  font-size: 24px; 
  line-height: 10px;
  padding: 1em 0;
}

.homestyle #pricing .product {
  min-height: 640px;
}
.homestyle #pricing .product .scribble {
  text-align: center;
  padding: 0;
}
.homestyle #pricing .product.feature {
  min-height: 715px;
  width: auto; 
  left: 0;
}
.homestyle ul {
  text-align: left;
}
.homestyle li {
  list-style: disc;
/*   list-style-image: url(../images/icon-check.png); */
  text-align: left;
  padding: 0.5em 0 0;
  font-size: .875em;
  line-height: 1.35em;
}
.homestyle .product.feature li {
  list-style: disc;
/*   list-style-image: url(../images/icon-check.png); */
  text-align: left;
  padding: 0.5em 0 0;
  line-height: 1.35em;
  font-size: 1em;
}

.homestyle .pricing {
  padding:20px;
/*   background: radial-gradient(ellipse at center,rgba(26, 64, 103, 0.01) 0,rgba(14, 40, 68, 0.02) 100%); */
}

.homestyle .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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

