/* Child styles added by Chris Holmes @ Fliptank - 06/11/2015 */

.ft-menu-parent {
	position: relative;
}

.ft-child-menu {
	display: none;
	position: absolute;
	top: 185px;
	background-color: #fbfbfb;
	border-bottom: 1px solid rgba(0,0,0,.15);
}

.ft-child-menu li {
	width: auto;
	height: auto;
	line-height: 1;
	border-top: 1px solid rgba(0,0,0,.15);
}

.ft-child-menu li a {
	width: 300px !important;
	padding: 15px 25px !important;
	height: auto !important;
	line-height: 1 !important;
	border-right: none !important;
}

.ft-child-menu li a:hover {
	background-image: none !important;
}

header {
	position: relative;
	z-index: 999;
}

header #header-wrapper {
	overflow: visible;
}

@media only screen and (max-width: 767px) {

	.ft-child-menu {
		position: static;
		top: 0;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ft-child-menu li a {
		width: 100% !important;
		display: block;
		padding-left: 50px !important;
		text-transform: uppercase;
	}

}

/* Form styles added by Chris Holmes @ Fliptank - 10/01/2016 */

.container-narrow {
	max-width: 800px;
}

.form-title {
	text-transform: capitalize;
	margin: 1em;
}

.form-preheading {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	margin: 1em 0;
}

.form-area {
	background-color: #e5f0f8;
	margin: 1em 0 2em;
	padding: 2em 0 1em;
}

.form-nb {
	font-size: .8em;
	font-style: italic;
	margin-bottom: 2em;
}

.form-group label {
	font-weight: normal;
}

.form-group .radio-inline {
	padding-top: 0;
}

.btn-submit {
	background-color: #0869b3;
	color: #fff;
	margin: 2em 0;
}

.btn-submit:hover {
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.text-right-sm, .text-right-md, .text-right-lg {
		text-align: right;
	}
}

form label {
	text-transform: lowercase;
}

form label:first-letter {
	text-transform: uppercase;
}