#main_wrap h3 {
	color: #990404;
	font-size: 1em;
	font-weight: bold;
}

#questions_wrap {
	position: relative;
}

#questions li {
	line-height: 1.2em;
	padding-bottom: 10px;
}

#ask_a_question {
	position: absolute;
	left: 0;
	top: 14px;
	width: 260px;
}

#questions a:link,
#questions a:visited,
body.is_mobile #questions a:link,
body.is_mobile #questions a:visited,
body.is_mobile #questions a:hover,
body.is_mobile #questions a:active {
	color: #245F85;
	text-decoration: none;
}

#questions {
/*	margin-left: 300px;*/
}

#answers h2 {
	border-bottom: 1px solid #395C78;
}

#main_content ul.faq {
	margin-top: 0;
}

#main_content div.faq_group,
#main_content div.faq_group div {
	margin-left: 20px;
}

#main_content table {
	margin-left: 15px;
	margin-bottom: 15px;
}

#button_top {
	z-index: 1;
	
	transition: top 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: top 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: top 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: top 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: top 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
}

#button_top a:link,
#button_top a:visited,
#button_top a:active {
	text-decoration: none;
	display: block;
	border: none;
}

#button_top a:hover {
/*	background: url(../images/buttons/return_to_top_on.png) no-repeat;*/
/*	background-color: blue;*/
}

.arrow_box a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
	padding: 4px 7px 7px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

.arrow_box {
	background: rgb(39,110,60); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,205,62,1) 0%, rgba(40,109,60,1) 48%, rgba(32,98,51,1) 52%, rgba(17,53,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,205,62,1)), color-stop(48%,rgba(40,109,60,1)), color-stop(52%,rgba(32,98,51,1)), color-stop(100%,rgba(17,53,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(4,205,62,1) 0%,rgba(40,109,60,1) 48%,rgba(32,98,51,1) 52%,rgba(17,53,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(4,205,62,1) 0%,rgba(40,109,60,1) 48%,rgba(32,98,51,1) 52%,rgba(17,53,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(4,205,62,1) 0%,rgba(40,109,60,1) 48%,rgba(32,98,51,1) 52%,rgba(17,53,27,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(4,205,62,1) 0%,rgba(40,109,60,1) 48%,rgba(32,98,51,1) 52%,rgba(17,53,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04cd3e', endColorstr='#11351b',GradientType=0 ); /* IE6-9 */
}

.arrow_box.aHover {
	background: rgb(94,161,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(94,161,255,1) 0%, rgba(15,37,87,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,161,255,1)), color-stop(100%,rgba(15,37,87,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(94,161,255,1) 0%,rgba(15,37,87,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(94,161,255,1) 0%,rgba(15,37,87,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(94,161,255,1) 0%,rgba(15,37,87,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(94,161,255,1) 0%,rgba(15,37,87,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea1ff', endColorstr='#0f2557',GradientType=0 ); /* IE6-9 */
}

.arrow_box.aActive {
	background: rgb(132,132,132); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(173,173,173,1) 0%, rgba(64,62,62,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,1)), color-stop(100%,rgba(64,62,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(64,62,62,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(64,62,62,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(173,173,173,1) 0%,rgba(64,62,62,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(173,173,173,1) 0%,rgba(64,62,62,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#403e3e',GradientType=0 ); /* IE6-9 */
}

.arrow_box {
	position: absolute;
	left: 4px;
	/*background: #286D3C;*/
	border: 2px solid #222222;
	border-radius: 6px;
}

/* IE9 fix */
:root .arrow_box {
	border-radius: 0\9;
}

/* Reset for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	:root .arrow_box {
		border-radius: 6px;
	}
}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

/* To increase or decrease the arrow size, change the border-width and margin-left in .arrow_box:after AND .arrow_box:before. They should be a 3px difference between the :after and :before values */
.arrow_box:after {
	border-color: rgba(5, 204, 62, 0);
	border-bottom-color: #05CC3E;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}

.arrow_box.aHover:after {
	border-color: rgba(93, 160, 254, 0);
	border-bottom-color: #5da0fe;
}

.arrow_box.aActive:after {
	border-color: rgba(173, 173, 173, 0);
	border-bottom-color: #adadad;
}

.arrow_box:before {
	border-color: rgba(34, 34, 34, 0);
	border-bottom-color: #222222;
	border-width: 11px;
	left: 50%;
	margin-left: -11px;
}

#ask_a_question label {
	display: block;
	font-size: .97em;
}

.contact_submit {
	text-align: center;
}

/*.contact_submit .loading_img_wrap {
	left: 290px;
	top: 8px;
	*top: 15px;
}*/

.input_text {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.input_text {
	margin-bottom: 10px;
	width: 100%;
}

#message {
	padding: 4px 10px;
	border: 1px solid #009BB6;
	border-radius: 6px;
	margin-bottom: 10px;
	background-color: #e9fcff;
}

#message > div {
	text-align: center;
	font-weight: bold;
}

/* ===== Media Queries ===== */

@media screen and (max-width: 700px) {
	#ask_a_question {
		position: static;
		left: auto;
		top: auto;
		width: auto;
		margin-bottom: 50px;
	}
	
	#questions {
		margin: 0 0 20px 0;
	}
}