html,body{
  height:100%;
}
.navbar-default{
	background: transparent;
    border: 0;
}

.navbar-brand{
	height: auto;
	display: inline-block;
}

.navbar-nav{
	float: right;
	margin-top: 25px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.banner-img{
	display: inline-block;
	width: 100%;
	height: 30vh;
	position: relative;
	background: url(../images/login_bg.jpg) repeat;
    background-position: top center;
}

.overlay{
	display: inline-block;
	z-index: 0;
	width: 100%;
	height: 30vh;
	left: 0;
	right: 0;
	top: 0;
	opacity: .95;
	position: absolute;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f0011+0,001845+100 */
background: #8f0011; /* Old browsers */
background: -moz-linear-gradient(top, #8f0011 0%, #001845 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8f0011 0%,#001845 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8f0011 0%,#001845 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0011', endColorstr='#001845',GradientType=0 ); /* IE6-9 */
}

.g-details{
	display: inline-block;
	position: relative;
	width: 100%;
}

.h2-wrap{
	display: inline-block;
	position: relative;
	top: -50px;
	width: 100%;
	padding: 25px;
	background: #fff;
	text-align: center;
	border: 1px solid #f1f1f1;
}
.h2-wrap h1{
	display: inline-block;
	margin:  15px auto;
	width: 100%;
	font-weight: bolder!important;
}

.g-details h2{
	text-align: center;
	width: 100%;
	margin: 25px auto;
}
.g-questions{
	display: inline-block;
	width: 100%;
	padding: 25px;
}

.accordion {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    color: #444;
    cursor: pointer;
    padding: 35px 20px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 25px;
    display: none;
    background-color: white;
    overflow: hidden;
    font-size: 18px;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#readystarted{
	background: url(../images/bg-body.png) no-repeat;
	background-size: auto;
	overflow: hidden;
	background-position: top 220px center;
}
	
.ready{
	display: inline-block;
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 35px;
}

.ready h2{
	margin-bottom: 10px; 
}

.g-button{
	text-align: center;
	list-style-type: none;
	width: 100%;
	height: 250px;
	padding: 0;
	display: inline-block;
	position: relative;
}
.g-button li{
	display: inline-block;
	margin: 5px;
}
.btn-getstarted, .btn-contact{
	display: inline-block;
	width: auto;
	padding: 15px 25px;
	border: 1px solid #e3e3e3;
	color: #000;
	font-weight: bold;
}

.btn-getstarted{
	background: #cf142b;
	color: #fff;
	border: 0;
}

.btn-getstarted:hover{
	border-bottom: 5px solid #ae1225;
}

.btn-contact:hover{
	border-bottom: 5px solid #b2b2b2;
}


.footer-wrap{
	display: inline-block;
	padding: 25px;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 430px){
	.g-questions{
		padding: 0;
	}
	.panel{
		padding: 15px 0;
	}
	#readystarted{
		background-size: contain;
		background-position: top 310px center;
	}
	.h2-wrap h1{
		font-size: 30px;
	}
}

@media screen and (max-width: 767px){
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		margin: 25px 15px;
	}
	.navbar-nav{
		width: 100%;
	}
}

.navbar-toggle{
	margin: 25px 15px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #00247d;
}
.navbar-default .navbar-toggle{
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}