body, * {
	font-family: "franklin-gothic-urw-cond",sans-serif;
}

content { display:table; width: 100%;}

content h1,content h2,content h3,content h4,content h5,content ul,content li,content p {margin:0;padding:0;margin-bottom: 15px;}

content h1 {color:#c91c5a; font-weight: 200; font-size: 46px; margin-top:15px;}
content h1 strong {font-size: 58px;}

content h2 {font-weight: 300; color: #ccdb54; font-size: 33px;}
content h3 {font-weight: 300; color: #585F69; font-size: 25px;}
content h4 {}
content p, content li, content td, content th { font-size: 16px; line-height: 20px; font-weight: 300; color: #585F69;}
content ul {margin-left: 15px; }
content li {margin-bottom: 5px;}
content th {font-weight: bold;}
content p.intro { font-size: 21px; line-height: 25px; font-weight: 300; color: #666;}

content ul.fa-ul {display:table;}

content a { color: #000; }
content a:hover, content a:focus, content a:active {color: #633d8f; text-decoration:none; border:none;}

content h2 a, content h3 a { border:none !important;}

content .well {
	background: #fff; margin: 30px 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

content .btn-primary {background: #bcd74e; border: solid 1px #bcd74e !important;}
content .btn-primary:hover {background: #633d8f; border: solid 1px #633d8f !important;}

content .btn-default {border: solid 1px #efefef !important;}
content .btn-default:hover {border: solid 1px #ccc !important;}

footer {padding: 30px 0px;color: #ccc; display:table;width:100%;text-align:center; font-size: 11px;}
footer a {color:#ccc;}


.menu, .menu * {margin:0;padding:0; list-style: none; }

.menu a {color: #c91c5a; text-decoration: none; display:block; padding: 5px;border-bottom: dotted 1px #e2e2e2;}
.menu a:hover {background: #fff; color: #ccdb54; border-bottom: solid 1px #ccc;}
.menu a.active {background: #fff; color: #ccdb54; border-bottom: solid 1px #c91c5a;}


.main_content {padding: 30px 0px;}

.menu {
	/*background: rgba(0,0,0,0.025); */
	margin: 30px 0px; 
	padding:15px;
}
.hamburger {
	float: right;
	display: block;
}
.header {
	padding-top: 20px;
}
