/* These settings were ported over from gantry */
.g-features {
	 border-top: 1px solid #cfe7b1;
	 border-bottom: 1px solid #cfe7b1;
	 text-align: center;
}
.g-title {
	 font-size: 50px;
	 line-height: 50px;
	 font-weight: bold;
	 margin-bottom: 0;
}
.custom > p {
	 margin-top: 0;
	 font-size: 22px;
}
.orbs .orblink {
	 display: inline-block;
	 padding: 0 1%;
}
.orbs .orblink img {
	 width: 150px;
	 border: 5px solid #59bf4c;
	 border-radius: 200px;
}
.orbs .orblink a {
	 color: #95989a;
	 font-weight: bold;
	 font-size: 18px;
}
.orbs .orblink a:hover {
	 color: #6b6b6c;
}
.appdiv{
	width:80px;
	height:80px;
	float:left;
	padding:7px;
	margin:2px;
}
.getouterring{
	background: url(/custom_scripts/media/images/group-13.png);
	background-size: 250px;
	background-repeat: no-repeat;
	padding: 25px 25px 30px 25px;
	width: 250px;
	height: 255px;
	margin:15px;
	display:inline-block;
}

.getstartedring{
	float: left;
	color: #59bf4c;
	font-weight: bold;
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 30px;
	padding-top: 70px;
	font-size: 30px;
	border: 3px solid #59bf4c;
	border-radius: 500px;
	transform: rotate(345deg);
}
.threelines {
	padding-top:50px;
}
.highlighted{
	color:blue;
	font-weight:bold;
	font-size:14px;
	line-height: 14px;
	padding:5px 0;
}
.plain{
	color:grey;
	font-size:12px;
	line-height:14px;
	display:block;
	width:200px;
	padding:5px 0;
}
.video-container {
    z-index: 100;
    position: absolute;
    background: rgba(0, 128, 0, 0.4);
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
}
.video-container::before {
	content: "";
    position: absolute;
    background: rgba(0, 128, 0, 0.4);
    width: 100%;
    height: 400px;
}
/* Override various module titles */
#whatcanyoubuild > div > h3 {
	 font-size: 50px;
	 line-height: 50px;
	 font-weight: bold;
	 margin-bottom: 5px;
	 text-align: center;
}

.filterx {
	z-index: 200;
	position: absolute;
	background: rgba(0, 128, 0, 0.4);
	background-size: cover;
	width: 100%;
	height:400px;
	top: 0;
	left: 0;
}
