body, html {
    font-family: Arial;
    font-size: 12px;
	color: #fff;
    line-height: 16px;
    margin: 0;
    padding: 0;
	background-color: #211b24;
	text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8);
}

a {
	text-decoration: none;
	color: #fff;
	cursor: none;
}

#wrapper {
    margin: 0 auto;
    max-width: 960px;
    min-height: 100%;
    position: relative;
}

#header {
    margin: 0 auto;
    max-width: 960px;
    min-height: 100%;
    position: relative;
}

#header img {
    width: 100%;
	height: auto;
}

#col1 {
	width: 100%;
	float: left;
	background-image: url(../images/col1-bg.jpg);
	background-repeat: no-repeat;
	height: 358px;
	margin-top: 15px;
}

#col2 {
	width: 49%;
	float: right;
	background-image: url(../images/col2-bg.jpg);
	background-repeat: no-repeat;
	height: 358px;
	margin-top: 15px;
}

#col1 ul, #col2 ul   {
	float: left;
	list-style: none;
	padding: 15px; margin: 0;
}

#col1 li, #col2 li   {
	width: 100%;
	float: left;
}

.headers {
	font-size: 32px;
	font-weight: bold;
	margin: 15px 0 112px 0;
}

.headers2 {
  font-size: 32px;
  font-weight: bold;
  margin: 15px 0 161px;
}

.number {
	font-size: 42px;
	font-weight: bold;
	padding-bottom: 5px;
}

.term {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

.cta1 {
	font-size: 29px;
	margin-bottom: 4px;
}

.cta2 {
	font-weight: bold;
}

.cta3 {
  font-family: "PT Sans Narrow",sans-serif;
  font-size: 21px;
  margin-bottom:  4px;
}

.cta4 {
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 35px;
}

.cta5 {
  font-size: 19px;
  line-height: 34px;
  margin-top: 10px;
}

#footer {
	float: left;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	padding: 13px 10px 10px 10px;
	color: #CCC;
	text-shadow: none;
}

#footer a {
	text-decoration: underline;
	color: #CCC;
}

#confessions {
	margin-top: 17px;
	float: left;
	width: 100%;
	background-image: url(../images/confessions-bg.jpg);
	background-repeat: no-repeat;
	padding: 5px 15px;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #000;
}

#confessions span {
  font-size: 25px;
  line-height: 25px;
}

#confessions ul {
	float: left;
	width: 100%;
	padding: 0; margin: 0;
}

#confessions li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 5px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#confessions li.last {
	border: none;
}

.confessions_col1 {
  float: left;
  font-size: 16px;
  line-height: 18px;
  padding-top: 12px;
  width: 48%;
}

.confessions_col2 {
  float: right;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  width: 50%;
}

.confessions_col2 p {
	font-size: 11px;
    font-weight: normal;
    line-height: 11px;
	padding: 0; margin: 0;
}




@media screen and (max-width: 768px) {
.headers {
  font-size: 31px;
  margin-bottom: 70px;
  margin-top: 20px;
}

.headers2 {
  font-size: 31px;
  margin-bottom: 70px;
  margin-top: 20px;
}

.cta3 {
  line-height: 21px;
}

#col1 {
	background-position: 60% center;
}

#col2 {
	background-position: 70%;
}

.confessions_col1 {
  padding-top: 2px;
}

}

@media screen and (max-width: 646px) {
	
#wrapper {
    margin: 0 auto;
}

#col1 ul, #col2 ul   {
	padding: 2% 15% 15% 15%;
}
	
#col1 {
	width: 100%;
	background-position: 50%;
}

#col2 {
	width: 100%;
	background-position: 50%;
}

.headers {
  font-size: 26px;	
}

.headers2 {
  font-size: 26px;
  margin-bottom: 70px;
  margin-top: 20px;
}

.cta1 {
  margin-bottom: 0;
}

.cta2 {
	line-height: 27px;
}

.cta3 {
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 0;
}

.cta4 {
  line-height: 20px;
  margin-bottom: 0;
}

.cta5 {
   line-height: 23px;
   margin-bottom: 0;
}

}

@media screen and (max-width: 480px) {
#wrapper {
    margin: 0 auto;
}

#col1 ul, #col2 ul   {
	padding: 5%;
}
	
#col1 {	
	background-position: 67% center;
}

#col2 {
	background-position: 70%;
	margin-top: 5px;
	margin-bottom: 0;
}

.headers {
  margin-bottom: 39px;
  margin-top: 27px;
}

.headers2 {
  font-size: 26px;
  margin-bottom: 70px;
  margin-top: 20px;
}

.cta3 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}

.cta4 {
  margin-top: 3px;
}

#confessions {
	margin-top: 5px;
}
}

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

.confessions_col1 {
  padding-top: 0;
  width: 100%;
}

.confessions_col2 {
  float: left;
  font-size: 26px;
  font-weight: bold;
  line-height: 27px;
  width: 100%;
}

#confessions li {
	border-bottom-color: #999;
	padding: 5px 0 7px 0;
}
}

