@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* --- Typography --- */

h1, h2, h3, p {
	color:#537673;
	font-family: 'Source Sans Pro', sans-serif;
}
h1 {
	font-size:2.4em;
	text-transform:uppercase;
	font-weight:200;
	line-height:1em;
	padding: 0 0 5px 0;
}
h2 {
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:600;
	padding:10px 0 5px 0;
	line-height:1em;
}
p {
	font-weight:400;
	padding:10px 0 10px 0;
}
#quote_text {
	font-size:1.5em;
}
.text_link {
	text-decoration:none;
	color:#ea6c54;
}
.text_link:hover {
	text-decoration:underline;
}
.logo_text {
	text-decoration:none;
	color:#ea6c54;
}
.logo_text:hover {
	text-decoration:underline;
}

/* --- Head --- */

#mobile_contact {
	display:none;
}
#head_wrapper {
	width:100%;
	background-color:#e7eef3;
	border-top:3px solid #ea6c54;
}
#header {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
#logo_wrapper {
	float:left;
	width:25%;
	margin:30px 5% 30px 10%;
	display:inline;
}
.logo {
	width:100%;
}
#head_nav {
	margin-right:10%;
}
ol {
	counter-reset:li;
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
	padding:40px 0 40px 0;
}
ol > li {
	position:relative; /* Create a positioning context */
	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	text-transform:uppercase;
}
ol > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	margin:0 15px 0 0;
	color:#537673;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	text-align:center;
}
li ol, li ul {
	margin-top:6px;
}
ol ol li:last-child {
	margin-bottom:0;
}
.head_nav_style {
	text-decoration:none;
	color:#537673;
	font-weight:1em;
}
.head_nav_style:hover {
	border-bottom:3px solid #537673;
}
.head_nav_style_here {
	text-decoration:none;
	color:#537673;
	font-weight:1em;
	border-bottom:3px solid #ea6c54;
}
.head_nav_style_here:hover {
	border-bottom:3px solid #537673;
}

/* --- Body --- */

#body_wrapper {
	width:100%;
}
#body_content {
	max-width:900px;
	margin:30px auto 0 auto;
}
#quote {
	float:left;
	margin:20px 0 0 10%;
	width:25%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
	font-style:italic;
	border-top:14px solid #537673;
	padding:25px 0 0 0;
	display:inline;
}
#looking_glass {
	background-image:url(../images/looking_glass.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:100%;
	height:61px;
	margin:10px 0 0 0;
}
#body_copy {
	float:left;
	width:50%;
	margin:15px 10% 0 5%;
}

/* --- Footer --- */

#foot_wrapper {
	float:left;
	width:100%;
	background-color:#e7eef3;
	margin-top:40px;
}
#foot {
	max-width:900px;
	margin:30px auto 20px auto;
}
#copy {
	float:left;
	font-size:0.7em;
	margin-bottom:45px;
}
ul {
	float:left;
	list-style:none;
	margin:0 0 0 40%;
	display:inline;
}
ul > li {
	display:inline;
	padding:0 15px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	text-transform:uppercase;
}
.foot_links_li {
	color:#537673;
	text-decoration:none;
}
.foot_links_li:hover {
	border-bottom:3px solid #537673;
}
#foot_logo_wrapper {
	float:left;
	width:18%;
	margin:10px 5% 0 17%;
}
.foot_logo {
	width:100%;
}

/* --- Pages --- */

.divider {
	width:100%;
	border-top:1px solid #e7eef3;
	margin-top:10px;
}
.divider2 {
	width:100%;
	border-top:1px solid #e7eef3;
	margin-top:10px;
	margin-bottom:10px;
}
#acfe_logo {
	background-image:url(../images/acfe_logo.jpg);
	background-repeat:no-repeat;
	width:224px;
	height:76px;
	margin-top:20px;
}
#cffl_logo {
	background-image:url(../images/cffl_logo.jpg);
	background-repeat:no-repeat;
	width:246px;
	height:76px;
	margin-top:20px;
}
#iafl_logo {
	background-image:url(../images/iafl_logo.jpg);
	background-repeat:no-repeat;
	width:261px;
	height:76px;
	margin-top:20px;
}

@media all and (max-width: 720px) {
	
ol {
	padding:30px 0 20px 0;
}
ol > li {
	position:relative; /* Create a positioning context */
	margin:0 0 2px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	text-transform:uppercase;
}
}

@media all and (max-width: 640px) {
	
#logo_wrapper {
	float:left;
	width:100%;
	margin:25px 28% 30px 28%;
}
.logo {
	width:44%;
}
#head_nav {
	width:72%;
	margin-left:28%;	
}
ol > li {
	margin:0 0 6px 0;
}	
ol {
	padding:40px 0 25px 0;
}
ul > li {
	text-align:center;
	display:block;
	padding:10px 15px 10px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	border-bottom:1px solid #FFF;
}
ul {
	float:none;
	list-style:none;
	margin:0 0 0 0;
	width:100%;
}	
#head_wrapper {
	border-top:none;
}	
#mobile_contact {
	display:inline;
	background-color:#e7eef3;
}
#call_btn {
	text-align:center;
	float:left;
	background-color:#ea6c54;
	width:49%;
	height:35px;
	padding-top:15px;
}
#email_btn {
	text-align:center;
	float:right;
	background-color:#ea6c54;
	width:50%;
	height:35px;
	padding-top:15px;
}
.mobile_btn {
	color:#FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
}
#quote{
	display:none;
}
#body_copy {
	float:left;
	width:90%;
	margin:0 5% 0 5%;
}
#foot_logo_wrapper {
	float:none;
	width:160px;
	margin:20px auto 5px auto;
}
.foot_logo {
	width:100%;
}
#foot {
	max-width:900px;
	margin:0 auto 20px auto;
}
#copy {
	clear:left;
	text-align:center;
	float:none;
	font-size:0.7em;
	margin-bottom:45px;
	margin-left:auto;
	margin-right:auto;
	width:65%;
}
}

@media all and (max-width: 570px) {
	
#logo_wrapper {
	width:50%;
	margin:30px 25% 30px 25%;
}
.logo {
	width:100%;
}
#head_nav {
	width:97%;
	margin-left:3%;	
}
ol > li {
	margin:0 0 6px 0;
}
}

@media all and (max-width: 470px) {
	
#logo_wrapper {
	width:70%;
	margin:20px 15% 20px 15%;
}
}
