/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	padding-bottom: 0px;
}
hr {
	border: 0px;
	padding-bottom: 25px;
}

a, figure {
    display: inline-block;
}
.important {
	background: url(../images/shadow.png);
	background-repeat: repeat-y ;
	background-position: center;
	background-size: 100%;
	padding: 25px 20px 20px;
	font-size: 14px;
}
.yellow-btn {
	background: url(../images/yellow-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	padding: 20px 20px 30px;
	text-shadow: 1px 1px 1px rgba(35, 35, 35, 1);
}
.blue-btn {
	background: url(../images/blue-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	padding: 20px 20px 30px;
	text-shadow: 1px 1px 1px rgba(35, 35, 35, 1);
}
h2 {
	color: #ffb82c;
	font-family: "Droid Serif", serif;
	font-size: 63px;
	text-shadow: 2px 1px 3px rgba(35, 35, 35, 1);
	font-weight: 700;
}
ul li {
	font-size: 18px;
	padding-bottom: 10px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 0px;
}
.footer {
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	background-color: #0c3764;
}
/* Form
-------------------------------------------------- */
.cta {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #c1c1c1 100%) repeat scroll 0 0;
    border-radius: 10px 10px 5px 5px;
    color: #333;
    font-weight: 400;
    margin: 0 auto;
    padding-bottom: 42px;
    text-align: center;
    width: 100%;
}
.cta table th {
    font-weight: 700;
    padding-right: 21px;
}

.cta table {
    margin-bottom: 14px;
    text-align: left;
}
.cta h3 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #882771 0%, #6f0d57 100%) repeat scroll 0 0;
    border-bottom: 1px solid white;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
    color: white;
    font-family: "Bree Serif",serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 42px;
    padding: 7px 28px 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.cta-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fbc357 0%, #ea8615 100%) repeat scroll 0 0;
    border: 1px solid #d27812;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(255, 255, 255, 0.8) inset;
    color: #333;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    margin-top: 14px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    width: 300px;
}