body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

a.nolink:link, a.nolink:visited, a.nolink:active, a.nolink:hover {
	color: inherit;
	text-decoration: none;
	bottom: 0px;
}

.column {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 35px 0px 35px;
	box-sizing: border-box;
}

#header span {
	display: block;
	width: 50%;
	float: left;
	height: 5px;
	background: #FFF;
	position: relative;
	z-index: 0;
}

#header .left {
	border-bottom: 5px solid #005Ca3;
	border-top: 162px solid #005CA3;
}

#header .right {
	border-bottom: 5px solid #FFCC32;
	border-top: 162px solid #FFCC32;
}

#header .content {
	position: relative;
	height: 172px;
	z-index: 10;
	background: url(images/bg.png) repeat-x;
}

#header h1 {
	position: absolute;
	top: 24px;
	left: 35px;
	
	color: #FFCC32;
	font-weight: 700;
	font-size: 42px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

#header h1:after {
	display: inline-block;
	content: "FCPA";
	font-size: 15px;
	margin-left: 24px;
}

#header p {
	position: absolute;
	left: 35px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#header .small {
	top: 80px;
	color: #FFCC32;
	font-weight: 700;
	font-size: 15px;
}

#header .tag {
	top: 104px;
	color: #FFF;
	font-size: 19px;
}

#header img {
	position: absolute;
	right: 0px;
	top: 0px;
}

#questions {
	color: #005CA3;
	text-align: center;
	font-size: 22px;
	overflow: hidden;
}

#questions span.cpa-wording{
	font-size: 14px;
    text-align: right;
    width: 100%;
    display: inline-block;
    margin-top: 9px;
}

#questions p {
	margin-bottom: 0px;
}

#questions p:first-of-type {
	margin-top: 20px;
}

#content_wrapper {
	margin-top: 50px;
	background: #A5DCE6;
	padding: 5px 0px 5px 0px;
}

#content {
	background: #A5DCE6;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	padding: 50px 0px 50px 0px;
	
}

#content .column div:first-child {
	display: inline-block;
}

#content .column {
	position: relative;
}

#content h2 {
	font-size: 28px;
	color: #005CA3;
	margin: 0px 0px 5px 0px;
}

#content p {
	margin: 0px;
}

form {
	width: 405px;
}

.contact-details {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#content form h2 {
	text-align: right;
	margin-bottom: 10px;
}

input, button, textarea {
	display: block;
	border: 2px solid #005CA3;
	height: 30px;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
	outline:none;
}

textarea {
	height: 85px;
}

button {
	background: #FFF;
	cursor: pointer;
}

button:hover {
	background: #EEE;
}

input:focus, textarea:focus, button:focus {
	border: 2px solid #FFCC32;
}


input.error, textarea.error {
	border: 2px solid #D74D44;
}


form img {
	border: 2px solid #005CA3;
}

#footer {
	margin-top: 50px;
	color: #FFF;
}

#footer span {
	display: block;
	width: 50%;
	float: left;
	height: 5px;
	background: #FFF;
	position: relative;
	z-index: 0;
}

#footer .left {
	border-bottom: 140px solid #005Ca3;
	border-top: 5px solid #005CA3;
}

#footer .right {
	border-bottom: 140px solid #FFCC32;
	border-top: 5px solid #FFCC32;
}

#footer .content {
	position: relative;
	height: 150px;
	z-index: 10;
	background: url(images/footer.png) no-repeat;
	background-position: 100% 0%;
}

#footer p {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 35px;
}

#footer #copyright {
	top: 30px;
}

#footer #address1 {
	top: 80px;
	font-size: 12px;
}

#footer #liability {
	width: 80px;
	font-size: 11px;
	font-weight: 400;
	top: 30px;
	left: auto;
	right: 35px;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: inherit;
	text-decoration: underline;
}

#copyright a:hover {
	color: #CCC;
}

#msg_wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.9;
	z-index: 15;
}


#msg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	width: 300px;
	height: 140px;
	background: #EEE;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border: 2px solid #FFF;
}


#msg a:link, #msg a:visited, #msg a:active {
	margin-top: 20px;
	display: block;
	background: #CCC;
	border: 1px solid #AAA;
	color: inherit;
	text-decoration: none;
	font-weight: 700;
	line-height: 30px;
	height: 30px;
}

#msg a:hover {
	background: #DDD;
}


@media (max-width: 1024px) {
	body {
		font-size: 18px;
	}

	.column {
		padding: 0px 5px 0px 5px;
		margin: 0px;
		width: 100%;
	}
	
	#header .column {
		padding: 0px;
	}
	
	#header_text {
		padding: 0px 5px 0px 5px;
	}
	
	#header span {
		height: auto;
	}
	
	#header .left {
		border: none;
		background: #005CA3;
	}

	#header .right {
		border: none;
		background: #005CA3;
	}
	
	#header img {
		display: none;
	}
	
	#header .content {
		position: static;
		height: auto;
		top: 0px;
		background: #005CA3;
	}
	
	#header .content:after {
		margin-left: 0px;
		margin-top: 10px;
		display: block;
		height: 182px;
		width: 100%;
		content: ".";
		background: url(images/header.png);
		background-position: center;
	}
	
	#header h1, #header p {
		display: block;
		position: static;
	}
	
	#header h1 {
		font-size: 40px;
	}
	
	#header p  {
		margin-top: 10px;
	}

	
	#content form h2 {
		margin-top: 50px;
		text-align: left;
	}
	
	#footer  {
		border-top: 5px solid #005CA3;
		background: #FFF;
		padding: 5px 0 0 0;
		height: auto;
	}
	
	#footer .content {
		height: auto;
		background: #005CA3;
	}
	
	#footer span {
		display: none;
	}
	
	#content {
		position: static;
	}
	
	#footer p {
		position: static;
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
	
	#footer #copyright {
		font-size: 14px;
		padding-top: 20px;
	}
	
	#footer #liability {
		display: none;
	}
	
	#questions span.cpa-wording{
		text-align: center;
	}
}

@media (max-width: 520px) {
	
	form {
		width: 100%;
	}
	
	form img {
		display: none;
	}
	
	#header h1, #header p {
		text-align: center;
	}
	
	#header h1:after {
		display: none;
	}
	
	.contact-details {
		display: block;
	}
	
	
	input, button, textarea {
		width: 100%;
	}
}






