body {
	font-family: 'Montserrat', sans-serif;
/*	font-family: 'Gotham SSm A', 'Gotham SSm B';*/
	font-weight: 500;
	font-style: normal;
	background: #4b4a4d;
	line-height: 30px;
	color: #77767a;
	font-size: 14.5px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
    font-weight: 600;
}

a {
	color: #e55c28;
	font-weight: 500;
}

a:hover {
	color: #c95123;
	text-decoration: none !important;
}

section#orange a{
	color: #ffd092;
	font-weight: 700;
}

section#orange a:hover {
	color: #ffd092;
}

header {
	background: #fff;
	height: 80px;
	width: 100%;
}

.wrapper {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

header .wrapper {
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

.headerShadowLine {
	height: 11px;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 80px;
	right: 0px;
}

@media (min-width: 768px) {
	header .wrapper {
	width: 750px;
	padding-right: 20px;
	padding-left: 20px;
	}
}
@media (min-width: 992px) {
	header .wrapper {
	width: 970px;
	}
}
@media (min-width: 1200px) {
  header .wrapper {
    width: 1170px;
  }
}

#siteLogo {
	width: auto;
	height: 40px;
	margin: 21px 0px 0px 0px;
}

.hero-bg {
	max-height: 400px;
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

header .spacing {
	margin-top: 100px;
}

.jumbotronWrapper {
	background: #090501;
}

.jumbotron {
	background-image: url(../images/image.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: -11px;
	-moz-box-shadowo-top: inset 0 0px 125px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0px 125px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0 0px 125px 0px rgba(0,0,0,0.5);
}

/*  FORM  */

.fastCashOfferWrapper {
	width: 100%;
	height: 20px;
}

.fastCashOffer {
	width: 100%;
	position: absolute;
	display: block !important;
	text-align: center;

}

.fastCashOffer form {
  padding: .5rem;
  background-color: rgba(0,0,0,.5);
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  border-radius: .4em;
}

#propertyAddress {
	-webkit-border-radius: .3em;
	border-radius: .3em;
	padding: .6em 1em .4em;
	font-size: 1rem;
	font-weight: 500;
	vertical-align: middle;
}

#form span, #message p, #message h2 {
	text-shadow: 0px 0px 5px #32302c;
}

.btn-default {
	color: #fff;
	background-color: #c95123;
	border: none;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn-default {
	background: #e55c28;
}

.buttonFCO {
  min-width: 19rem;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
  float: left;
}

.buttonFCO button:hover {
	background: #c95123;
}

.fastCashBTN {
	background: #e55c28;
	border: none;
	color: #fff !important;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 36px;
	width: 30rem;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	line-height: 25px;
}

.fastCashBTN:hover {
	background: #c95123 !important;
	color: #fff !important;
}

.fastCashBTNClose {
	width: 125px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #54524e;
}

.fastCashBTNClose:hover {
	color: #fff !important;
	background: #c95123 !important;
}


.form-group {
  min-width: 15rem;
  padding-right: 9px;
}
 
.form-group {
  min-width: 19rem;
  font-size: 1rem;
  display: inline-block;
  margin: 0 auto;
  /*float: left;*/
}

.form-control {
	font-size: 12.5px;
	color: #77767a;
	padding: 0px 18px 0px 18px;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font34 {
	font-size: 34px;
}

.raise3 {
	padding-bottom: 3px;
}

.orange {
	color: #e55c28;
}

.grey, .gray {
	color: #77767a;
}

.white {
	color: #fff;
}

.caps {
	text-transform: uppercase;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input {
  text-transform: none;
  color: #585551;
  background-color: #fff;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #D8DFE6;
  
}

#form {
	text-align: center;
	padding: 0px 11px 1px 12px;
	background-color: rgba(0,0,0,.5);
	display: block;
	color: #fff;
	margin: 0 auto;
	margin-top: 11px;
	border-bottom-right-radius: .4em;
	border-bottom-left-radius: .4em;
	width: none;
}

#formWrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	top: 80px;
}

.form-control {
	height: 36px;
	border: none;
}

.heroBanner {
	height: 325px;
	padding-top: 154px;
	/*border: 2px solid white;*/
}

@media (min-width: 600px) {
	.heroBanner {
		/*border: 2px solid blue;*/
		padding-top: 40px;
		height: 300px;
	}
}

@media (min-width: 768px) {
	.heroBanner {
		/*border: 2px solid red;*/
		padding-top: 82px;
		height: 325px;
	}
}

@media (min-width: 992px) {
	.heroBanner {
		/*border: 2px solid green;*/
		padding-top: 128px;
		height: 400px;
	}
}

@media (min-width: 1200px) {
	.heroBanner {
		/*border: 2px solid purple;*/
		height: 550px;
	}
}

@media (min-width: 1600px) {
	.heroBanner {
		border: 2px so/*l*/id black;
		height: 700px;

	}
}

.heroBanner h2 {
	width: 100%;
	margin: 0px;
	color: white;
	font-size: 32px;
	text-align: center;
	text-shadow: 0px 0px 12px #32302c;
}


@media (max-width: 600px) {
	.form-group {
		padding-right: 0px;
		width: 100%;
  }
}

@media (max-width: 600px) {
	.fastCashBTN {
		width: 297px;
  }
}

#submit_app {
	margin-left: 0px;
	width: 300px;
	float: left;
}

@media (max-width: 600px) {
	#submit_app {
		margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
	.form-group {
		margin-bottom: 9px;
		width: 300px;
  }
}

@media (max-width: 600px) {
	#formWrapper {
		top: 80px;
		
  }
}

@media (max-width: 600px) {
	h2 {
		top: -132px;
  }
}

@media (max-width: 600px) {
	#form {
		width: 320px;
  }
}

/* CONTAINERS */

section#white .container {
	padding: 50px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	section#white .container {
		width: 750px;
		padding: 50px 40px 50px 40px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 992px) {
	section#white .container {
		width: 970px;
		padding: 50px 35px 50px 35px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 1200px) {
	section#white .container {
		width: 1170px;
		padding: 50px 35px 50px 35px;
		margin-right: auto;
		margin-left: auto;
	}
}

section#white .two {
	padding: 50px 40px 30px 40px;
}

@media (min-width: 768px) {
	section#white .two {
		padding: 50px 40px 30px 40px;
	}
}

@media (min-width: 992px) {
	section#white .two {
		padding: 50px 35px 0px 35px;
	}
}

@media (min-width: 1200px) {
	section#white .two {
		padding: 50px 35px 50px 35px;
	}
}

section#white {
	background: #fff;
}

section#white h1, section#white h2 , section#white h3, section#white h4 {
	color: #e55c28;
	margin: 0px 0px 20px 0px;
}

section#white .col-md-6:nth-child(n+1) {
	margin-top:-10px;
}

section#white .col-md-4:nth-child(n+1) {
		margin-top:-10px;
}

@media (min-width: 600px) {
	section#white .col-md-4:nth-child(n+1) {
		margin-top:-10px;
	}
}

@media (min-width: 992px) {
	section#white .col-md-4:last-child {
		margin-top: -10px;
	}
}

section#grey .container {
	padding: 0px 30px 0px 30px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	section#grey .container {
		width: 750px;
		padding: 0px 15px 0px 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 992px) {
	section#grey .container {
		width: 970px;
		padding: 0px 15px 0px 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 1200px) {
	section#grey .container {
		width: 1170px;
		padding: 0px 15px 0px 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

section#grey h2 {
	padding:30px 0px 60px 0px;
	margin: 0px;
}

section#grey h1 {
	padding: 50px 0px 30px 0px;
	font-size: 26px;
}

@media (max-width: 600px) {
	section#grey h1 br {
		display: none;
	}
}

section#grey h2 {
	font-size: 26px;
}

@media (min-width: 600px) {
	section#grey h1, section#grey h2 {
		font-size: 28px;
		line-height: 38px;
	}
}

@media (min-width: 768px) {
	section#grey h1, section#grey h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (min-width: 992px) {
	section#grey h1, section#grey h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (min-width: 1200px) {
	section#grey h1, section#grey h2 {
		font-size: 36px;
		line-height: 44px;
	}
}

section#grey {
	color: #fff;
	font-weight: bold;
	line-height: 45px;
	font-size: 19px;
}

section#grey em {
	text-transform: uppercase;
	font-style: normal;
	display: inline-block;
	padding-left: 8px;
}

section#grey ul {
	list-style: none;
}

section#grey li {
	line-height: 55px;
	margin: 0px;
	padding: 0px;
	text-indent: -3em;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 16px;
}

@media (min-width: 600px) {
	section#grey li {
		font-size: 18px;
		line-height: 57px;
	}
}

@media (min-width: 768px) {
	section#grey li {
		font-size: 20px;
		line-height: 59px;
	}
}

@media (min-width: 992px) {
	section#grey li {
		font-size: 22px;
		line-height: 61px;
	}
}

@media (min-width: 1200px) {
	section#grey li {
		font-size: 24px;
		line-height: 63px;
	}
}

section#grey li:before{
	content:'';
	display:inline-block;
	height: 28px;
	width: 28px;
	background-image:url('/images/bulletCheck.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center; 
	margin-right: 20px;
	margin-bottom: -7px;
}


@media (min-width: 768px) {
	.col-md-4 {
		width: 31.33333333%;
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.col-md-4 {
		width: 33.33333333%;
	}
}

@media (min-width: 1200px) {
	.col-md-4 {
		width: 33.33333333%;
	}
}

/* CONTENT */


section.grey {
	margin-bottom: none;
}

section#inspiringQuote {
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	opacity: 1;
	height: 200px;
	background-image: url(../images/newBeginning.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-shadowo-top: inset 0 0px 125px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0px 125px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0 0px 125px 0px rgba(0,0,0,0.5);
}


@media (min-width: 600px) {
	section#inspiringQuote {
		padding-top: 40px;
		height: 250px;
	}
}

@media (min-width: 768px) {
	section#inspiringQuote {
		padding-top: 82px;
		height: 300px;
	}
}

@media (min-width: 992px) {
	section#inspiringQuote {
		padding-top: 105px;
		height: 350px;
	}
}

@media (min-width: 1200px) {
	section#inspiringQuote {
		height: 400px;
	}
}

@media (min-width: 1600px) {
	section#inspiringQuote {
		height: 450px;
	}
}

@media (min-width: 1200px) {
	section#inspiringQuote h4 {
		margin-top: 29px;
	}
}

@media (min-width: 1600px) {
	section#inspiringQuote h4 {
		margin-top: 46px;
	}
}

@media (min-width: 600px) {
	section#inspiringQuote .rwd-line {
		display: block;
	}
}

@media (min-width: 768px) {
	section#inspiringQuote .rwd-line {
		display: inline;
	}
}

.qjumbotron {
	background-image: url(../images/newBeginning.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.container h1, .container h2, .container h3 {
	text-transform: uppercase;
	font-weight: 700;
}

section#orange {
	background: #e55c28;
	color: #fff;
}

section#orange h1, section#orange h2, section#orange h3 {
	margin: 0px 0px 0px 0px;
}

section#orange h3 {
	margin-bottom: 10px;
}

section#orange h4 {
	padding: 60px 0px 30px 0px;
	font-size: 26px;
}

section#orange h2 {
	padding: 60px 0px 42px 0px;
}

section#orange .row {
	margin-bottom: 50px;
}

div#contact h4{
	margin: 0px 0px 15px 0px;
}

h4#last {
	padding-top: 0px;
}

@media (min-width: 768px) {
	h4#last {
		padding-top: 30px;
	}
}
@media (min-width: 992px) {
	h4#last {
		padding-top: 30px;
	}
}
@media (min-width: 1200px) {
	h4#last {
		padding-top: 30px;
	}
}

.heroBanner .rwd-line {
	display: inline;
}

@media (min-width: 768px) {
	.heroBanner .rwd-line {
		display: block;
	}
}
@media (min-width: 992px) {
	.heroBanner .rwd-line {
		display: inline;
	}
}
@media (min-width: 1200px) {
	.heroBanner .rwd-line {
		display: inline;
	}
}

.rwd-line {
	display: inline;
}

@media (max-width: 600px) {
	.rwd-line {
		display: block;
  }
}

div.clear {
	clear: both;
}

.greybg {
	background: red;
	width: 100%;
}

.noBullet {
	list-style: none;
}

.ulWrapper {
	display: table;
	margin: 0 auto;
}

#form label {
	margin-top: 12px;
}

@media (min-width: 600px) {
	#form {
		width: 560px;
		min-height:1px;
	}
}


@media (min-width: 600px) {
	#form input {
		width: 262px;
	}
}

@media (min-width: 600px) {
	#form #step0Next {
		position:absolute;
		top: 11px;
		margin-left: 6px;
		width: 262px;
	} 
}

@media (min-width: 600px) {
	#form label {
		margin-top: 10px;
		padding: 0;
	}
}

@media (min-width: 600px) {
	#form #submit_app {
		position:absolute;
		top: 82px;
		margin-left: 275px;
		width: 262px;
	}
}

@media (min-width: 768px) {
	#form #submit_app {
		position:absolute;
		top: 82px;
		margin-left: 275px;
		width: 262px;
	}
}

@media (min-width: 992px) {
	#form #submit_app {
		position:absolute;
		top: 82px;
		margin-left: 275px;
		width: 262px;
	}
}

@media (min-width: 1200px) {
	#form #submit_app {
		position:absolute;
		top: 82px;
		margin-left: 275px;
		width: 262px;
	}
}

/* HERO TEXT */

#heroText {
		position: absolute;
		margin-top: 147px;
		text-shadow: 0px 0px 12px #32302c;
		left: 0;
		right: 0;
		top: 40px;
		font-size: 26px;
		line-height: 36px;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: 600;
}

#heroText .rwd-line {
	text-shadow: 0px 0px 12px #32302c;
		font-weight: 600;
}

@media (min-width: 600px) {
	h2#heroText {
		font-size: 30px;
		line-height: 38px;
		margin-top: 130px;
		font-weight: 600;
	}
}

@media (min-width: 768px) {
	h2#heroText {
		font-size: 32px;
		line-height: 40px;
		margin-top: 164px;
		font-weight: 600;
	}
}

@media (min-width: 992px) {
	h2#heroText {
		font-size: 34px;
		line-height: 42px;
		margin-top: 206px;
		font-weight: 600;
	}
}

@media (min-width: 1200px) {
	h2#heroText {
		font-size: 40px;
		line-height: 48px;
		margin-top: 260px;
		font-weight: 600;
	}
}

@media (min-width: 1600px) {
	h2#heroText {
		font-size: 44px;
		line-height: 54px;
		margin-top: 333px;
	}
}

#quote {
	text-shadow: 0px 0px 8px #32302c;
	font-size: 23px;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-align: center;
	padding-top: 17px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
}

@media (min-width: 600px) {
	#quote {
		font-size: 29px;
		line-height: 38px;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	#quote {
		font-size: 31px;
		line-height: 40px;
	}
}

@media (min-width: 992px) {
	#quote {
		font-size: 34px;
		line-height: 42px;
	}
}

@media (min-width: 1200px) {
	#quote {
		font-size: 35px;
		line-height: 44px;
	}
}

@media (min-width: 1200px) {
	#quote {
		font-size: 40px;
		line-height: 48px;
	}
}

@media (min-width: 1600px) {
	#quote {
		font-size: 44px;
		line-height: 54px;
	}
}



.isNow {
		font-size: 33px;
}

@media (min-width: 600px) {
	.isNow {
		font-size: 39px;
		line-height: 38px;
	}
}

@media (min-width: 768px) {
	.isNow {
		font-size: 41px;
		line-height: 40px;
	}
}

@media (min-width: 992px) {
	.isNow {
		font-size: 44px;
		line-height: 42px;
	}
}

@media (min-width: 1200px) {
	.isNow {
		font-size: 50px;
		line-height: 48px;
	}
}

@media (min-width: 1600px) {
	.isNow {
		font-size: 54px;
		line-height: 64px;
		margin-top: 333px;
	}
}


.col-lg-4 {
	text-align: center;
	/*width: 28.333334%;*/
	margin-left: 2.5%;
	margin-right: 2.5%;
}

@media (min-width: 600px) {
	.col-lg-4 {
		text-align: center;
		/*width: 28.333334%;*/
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}

@media (min-width: 768px) {
	.col-lg-4 {
		text-align: center;
		width: 28.333334%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-lg-4 {
		text-align: center;
		width: 28.333334%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-4 {
		text-align: center;
		width: 28.333334%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		float: left;
	}
}

section#orange h2 {
	font-size: 28px;
}

@media (min-width: 600px) {
	section#orange h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

@media (min-width: 768px) {
	section#orange h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (min-width: 992px) {
	section#orange h2 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media (min-width: 1200px) {
	section#orange h2 {
		font-size: 36px;
		line-height: 44px;
	}
}

section#orange h32 {
	font-size: 20px;
}

@media (min-width: 600px) {
	section#orange h3 {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (min-width: 768px) {
	section#orange h3 {
		font-size: 24px;
		line-height: 34px;
	}
}

@media (min-width: 992px) {
	section#orange h3 {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (min-width: 1200px) {
	section#orange h3 {
		font-size: 28px;
		line-height: 38px;
	}
}

section#orange .container {
	padding: 0px 50px 0px 50px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}

.fastCashButtonIcon {
	width: 225px;
	margin-bottom: 0px;
}

@media (min-width: 600px) {
	.fastCashButtonIcon {
		width: 225px;
	}
}

@media (min-width: 768px) {
	.fastCashButtonIcon {
		margin-top: 15px;
		width: 165px;
		margin-bottom: 32px;
	}
}

@media (min-width: 992px) {
	.fastCashButtonIcon {
		margin-top: -6px;
		width: 225px;
		margin-bottom: 26px;
	}
}

.state {
	text-align: center;
}

.state h4{
	text-align: center;
}

.phoneIcon {
	width: 96px;
	margin-bottom: 30px;
}

.soldContractIcon {
	width: 75px;
	margin-bottom: 29px;
}

@media (max-width: 768px) {
	.step1 {
		margin-bottom: 70px;
	}
}

@media (max-width: 768px) {
	.step2 {
		margin-bottom: 70px;
	}
}

@media (max-width: 768px) {
	.step3 {
		margin-bottom: 70px;
	}
}


.tennesseIcon {
	width: 222px;
	margin-bottom: 0px;
	margin-top: -10px;
}

.oklahomaIcon {
	width: 222px;
	margin-bottom: 15px;
}

.oklahomaCityIcon {
	width: 222px;
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	.tennesseIcon {
		width: 222px;
	}
}

@media (min-width: 768px) {
	.tennesseIcon {
		margin-top: -20px;
		width: 222px;
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	.tennesseIcon {
		margin-top: -6px;
		width: 222px;
		margin-bottom: 26px;
	}
}

@media (min-width: 600px) {
	.oklahomaCityIcon {
		width: 222px;
	}
}

@media (min-width: 768px) {
	.oklahomaCityIcon {
		margin-top: 15px;
		width: 222px;
		margin-bottom: 32px;
	}
}

@media (min-width: 992px) {
	.oklahomaCityIcon {
		margin: -6px 15px 26px 0px;
		width: 222px;
		margin-bottom: 26px;
	}
}

@media (min-width: 600px) {
	.oklahomaIcon {
		width: 222px;
	}
}

@media (min-width: 768px) {
	.oklahomaIcon {
		margin-top: 15px;
		width: 222px;
		margin-bottom: 32px;
	}
}

@media (min-width: 992px) {
	.oklahomaIcon {
		margin: -6px 15px 26px 0px;
		width: 222px;
		margin-bottom: 26px;
	}
}

.copyright {
	color: #d4d4d4;
	float: right;
	margin-right: 20px;
	font-size: 10px;
	text-transform: uppercase;
}

.copyright span {
	color: #e55c28;
}

.phoneNumberWrapper {
	display: block;
	float: right;
	margin-top: 0px;
	display: inline-block;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	display: table-cell;
	text-align: middle;
}

.call {
	color: #4b4a4e;
	float: left;
	text-align: right;
	font-size: 10.5px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
}

#oklahoma .call {
	margin-top: 26px;
}

#tennessee {
	margin-top: 13px;
}

#tennessee .phoneNumber {
	color: #e55c28;
	font-weight: 700;
	float: left;
	text-align: right;
	font-size: 19px;
	letter-spacing: .65px;
}

#oklahoma .phoneNumber {
	color: #e55c28;
	font-weight: 700;
	float: left;
	text-align: right;
	font-size: 19px;
	margin-top: 25px;
}

#oklahoma a {
	color: #e55c28;
	font-weight: 700;
}

.callIcon {
	display: none;
	width: 23px;
	height: 23px;
}

.callIcon img {
	width: 23px;
	height: 23px;
}

@media (max-width: 600px) {
	.callIcon {
		display: block;
		margin-top: 24px;
	}
}

@media (max-width: 768px) {
	.callIcon {
		display: block;
		margin-top: 24px;
	}
}

@media (max-width: 600px) {
	.phoneNumber, .call {
		display: none;
	}
}

@media (max-width: 768px) {
	.phoneNumber, .call {
		display: none;
	}
}


@media (max-width: 600px) {
	.phoneNumber, .call {
		display: none;
	}
}

@media (max-width: 600px) {
	.phoneNumber, .call {
		display: none;
	}
}

.orange {
	color: #e55c28;
}

/* FOR INTERNET EXPLORER 10 & 11 */
@media (min-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#form #step0Next {
	float: right;
	margin-left: 274px;
	}
}


		/** {background-color: #16a085;margin: 0;padding: 0;}*/
		/*@font-face{font-family: Lobster;src: url('Lobster.otf');}*/
		/*h2{font-family: Lobster;font-size: 30px;}*/
        /*body { font-family:Lucida Sans, Arial, Helvetica, Sans-Serif; font-size:13px; margin:20px; width:100%;}*/
        /*#main { width:960px; margin: 0px auto; border:solid 1px #b2b3b5; -moz-border-radius:10px; padding:20px; background-color:#f6f6f6;}*/
        /*#header { text-align:center; border-bottom:solid 1px #b2b3b5; margin: 0 0 20px 0; }*/
        /*fieldset { border:none; width:320px;}*/
        /*legend { font-size:18px; margin:0px; padding:10px 0px; color:#b0232a; font-weight:bold;}*/
        /*label { display:block; margin:15px 0 5px;}*/
        /*input[type=text], input[type=password] { width:300px; padding:5px; border:solid 1px #fff;}*/
        /*.prev, .next { background-color:#b0232a; margin:20px 0;padding:5px 10px; color:#fff; text-decoration:none;}*/
        /*.prev:hover, .next:hover { background-color:#000; text-decoration:none;}*/
        /*.prev { float:left;}*/
        /*.next { float:right;}*/
       .next { text-decoration: none; }
        #steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
        #steps li {font-size:24px; float:left; padding:10px; color:#b0b1b3;}
        #steps li span {font-size:11px; display:block;}
        #steps li.current { color:#000;}
        #makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
        /*#makeWizard:hover { background-color:#000;}*/
		/*.sub{float:right;background-color:#b0232a;color:#fff;border:solid 1px #b0232a;margin: -40px 0 0 -100px;height:25px;}*/
		.error_msg{color:red;}
		/*.wrapper{width:400px; margin: 0 auto;}*/
		.border{border:1px solid white;width:310px;}
		.title{color:white;}
		#message {
			display:none;
			margin-top:-10px;
			padding: 30px 30px 30px 30px;
			color: #fff;
			position: relative;
		}
		
		@media (max-width: 600px) {
			#message {
				font-size: 12px;
			}
		}
		
		#message p {
			padding-bottom: 5px;
		}
		#message h2, #message p {
			text-align: center;
		}
		
		#message #checkmark{margin-left: 170px;}
		/*#close{position: absolute;
			position: absolute;
			right: 10px;
			top: 17px;
			height: 22px;
			width: 22px;
			cursor: pointer;
		}*/
		.hide{display: none;}
		




.fadeIn {
        /* Styling for Demo
        ---------------------------------------------------- */
        /*border:5px solid #c9c9c9;
        margin:15px;
        -webkit-box-shadow: 0px 0px 5px #333;
        -moz-box-shadow: 0px 0px 5px #333;
        -ms-box-shadow: 0px 0px 5px #333;
        -o-box-shadow: 0px 0px 5px #333;
        box-shadow: 0px 0px 5px #333;*/

        /* CSS needed for animation
        ---------------------------------------------------- */
        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-2s {
        -webkit-animation-duration:2s;
        -moz-animation-duration:2s;
        -o-animation-duration:2s;
        animation-duration:2s;
}

.fadeIn-3s {
        -webkit-animation-duration:3s;
        -moz-animation-duration:3s;
        -o-animation-duration:3s;
        animation-duration:3s;
}

.fadeIn-5s {
        -webkit-animation-duration:5s;
        -moz-animation-duration:5s;
        -o-animation-duration:5s;
        animation-duration:5s;
}

/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-025s {
        -webkit-animation-delay:0.25s;
        -moz-animation-delay:0.25s;
        -o-animation-delay:0.25s;
        animation-delay:0.25s;
}

.fadeIn-Delay-2s {
        -webkit-animation-delay:2s;
        -moz-animation-delay:2s;
        -o-animation-delay:2s;
        animation-delay:2s;
}

.fadeIn-Delay-2and5s {
        -webkit-animation-delay:2.5s;
        -moz-animation-delay:2.5s;
        -o-animation-delay:2.5s;
        animation-delay:2.5s;
}

.fadeIn-Delay-3s {
        -webkit-animation-delay:3s;
        -moz-animation-delay:3s;
        -o-animation-delay:3s;
        animation-delay:3s;
}

.fadeIn-Delay-5s {
        -webkit-animation-delay:5s;
        -moz-animation-delay:5s;
        -o-animation-delay:5s;
        animation-delay:5s;
}

/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }