﻿/* index page stuff */

.navbar-headerX{
    width:100vw;
    height:13.125vw;
    position: absolute; top: 0px; left:0px;
    margin-left: 0px auto;
    margin-right: 0px auto;
    background-color: #fff; 
}

.navbar-backX {
  float: left;  
  margin-left:3vw;
  width: 6.25vw;
  height: 10vw;
  vertical-align:middle;  
}

.navbar-backX img{
  margin-top: 3vw;
  width:4.375vw;     
}

#FAQ_Container {
	width: 100vw;
	height: 400vw;
	position: relative;
	top: 0vw;
	left: 0px;
	padding: 0vw 10vw 0vw 10vw;
	margin-bottom: 20px;
	clear: both;
}
	.FAQ_Container a {
		color: #000;
		text-decoration: none;
		font-size: 15pt;
	}

.FAQ_centre {
	width: 100vw;
	text-align: center;
	font-size: 4vw;
}

.FAQ_centre_header {
	position: absolute;
	top: -2vw;
	left: 0vw;
	width: 100vw;
	margin-bottom: 5vw;
	text-align: center;
	color: #d62128;
	font-size: 30pt;
	font-weight: bold;
}

.FAQ_Container {
	position: absolute;
	top: 10vw;
	left: 10vw;
	width: 90vw;
}

.FAQ_getstarted {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 30vw;
}

.FAQ_signup {
	position: relative;
	top: 10vw;
	left: 0px;
	width: 45vw;
	height: 12vw;
	border: none;
	margin-left: auto;
	margin-right: auto;
}


.faq_here {
	float: right;
	background-color: #e91d26;
	color: #fff;
	width: 45vw;
	height: 12vw;
	border: none;
	text-align: center;
	font-size: 20pt;
	line-height: 12vw;
	border-radius: 1.5vw;
}

	.faq_here:hover {
		background-color: #fff;
		color: #e91d26;
		text-decoration: none;
	}