/* Links */
#gsPage a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#gsPage a:link {
	outline: none;
}

#gsPage hr {
    border-color: #aaa;
}

/* GETTING STARTED */
#gettingStarted {
	padding: 20px 20px 15px;
	color: #222;
	background: #fff;
}
@media (max-width: 767px) {
	#gettingStarted .headlines {
		padding: 0 25px;
	}
}
.heading1 {
	font-size: 22px;
	margin: 0 0 10px 0;
}
.heading2 {
	font-size: 46px;
	margin: 0;
}
.nav-stacked > li {
    border-bottom: 1px solid #E6E6E6;
    padding: 0px;
}
.nav > li > a {
    padding: 15px;
	font-weight: bold;
}
.nav-stacked > li + li {
    margin-top: 0px;
    margin-left: 0px;
}
@media (max-width: 991px) {
	.tab-content {
		padding: 0 10px;
	}
}
.tab-nav {
	margin-bottom: 20px;
}
.tab-nav:after {
	display: table;
	content: " ";
	clear: both;
}
.tab-nav .btn {
    font-weight: 700;
    font-size: 12px;
    border: 0px none;
    padding: 4px 8px;
    text-transform: uppercase;
    margin: 23px 0 0 5px;
	width: auto;
}
.tab-nav .btn-default {
    color: #B6B6B6!important;
    background-color: #e6e6e6!important;
}
.tab-pane h3 {
	font-weight: bold;
}
@media (max-width: 1199px) {
	.tab-pane h3 {
		font-size: 22px;
	}
}
.tab-pane p,
.tab-pane li {
	font-size: 16px;
}
.tab-pane li {
	margin-bottom: 8px;
}
.tab-pane img {
	border: 1px solid #aaa;
}
.quickSignup {
	padding: 25px 15px 12px;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}
.quickSignup:before {
	content: "\f044";
	font-family: FontAwesome;
	font-size: 34px;
	float: left;
	margin-right: 7px;
}
.backHome {
	margin-top: 35px!important;
}
@media (max-width: 991px) {
	.backHome {
		position: absolute;
		bottom: 0px;
		right: 25px;
		margin-bottom: 0px;
	}
}
/* Ends */