@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	color: #333;
	background: #222;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	margin: 10px 0;
}

p {
	margin: 15px 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

ul, li {
	list-style: none;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #4096ee;
}

a:hover, a:active, .btn:focus, .btn:hover {
	text-decoration: none;
	outline: 0;
}


label.error {
  position: absolute;
  background: red;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  line-height: 1;
  left: 15px;
  top: 100%;
  margin-top: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 9999;
}

label.error:before {
  position: absolute;
  top: -4px;
  left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid red;
  content: "";
}

.form-control.error,
.form-control.error:focus {
  border-color: red;
  box-shadow: none;
  background: #ffe8e8;
}

.frm-pin label.error {
  top: auto;
  bottom: 100%;
}

.frm-pin label.error:before {
  top: auto;
  bottom: -4px;
  border-bottom: 0;
  border-top: 4px solid red;
}


.txt-blue {
	color: #4096ee;
}

.txt-light-blue {
	color: #c4ecfc;
}

.txt-dark-blue {
	color: #03589b;
}

.btn, 
.button, 
a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.container {
	max-width: 700px;
}

.content {
	background: #fff;
	margin: 40px 0;
}

.content-header{
	padding: 20px 20px 10px 20px;
	text-align: center;
}

.content-header.sub {
	background: #e8f0f6;
	padding: 10px 20px;
}

.phonenum {
	margin: 10px;
}
.phonenum p,
.phonenum h5 {
	margin: 0;
	font-weight: bold;
}

.frm-actions {
	margin: 20px 0 0 0;
}

.content-body {
	padding: 10px 20px 20px 20px;
}

.form-control {
	border: 1px solid #4096ee;
	background: #edf7fb;
	height: 40px;
	box-shadow: none;
	border-radius: 0;
}

.form-control:hover,
.form-control:focus {
	outline: 0;
}

.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.btn-inverse {
	background: #222;
	color: #fff;
}

.btn-inverse:hover {
	background: #444;
	color: #fff;
}

/* Page Styles */
.wrapper {
	background: #19283A url('../img/bg.jpg') no-repeat bottom center;
	border-bottom: 5px solid #0099ff;
	padding: 20px 0;
}

.page-1 { 
	margin-top: 50px;
}

header {}

header .logo {
}

header .logo img {
	max-width: 280px;
	height: auto;
}

.main-content {}
.intro {
	margin-bottom: 20px;
}
.intro h1 {}
.intro h3 {
	font-weight: 400;
}

.intro h5 {
	font-weight: 300;
}

.box {
	background: #fff;
	padding: 10px;
}

.box h1, 
.box h2, 
.box h3, 
.box h4, 
.box h5, 
.box h6 {
	color: #333;
	text-transform: none;
	font-weight: 400;
}

.txt-blue {
	color: #4096ee;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

#frm-pin {}
#frm-pin .input-pin{
	text-align: center;
	height: 50px;
}

.frm-box {}
.frm-box .frm-row {
	margin-bottom: 15px;
}

.frm-box h4 {
	color: #444;
	text-transform: none;
	font-weight: 400;
}

.frm-box input[type=text] {
}

.frm-box .modal-link a {
	color: #333;
}


.frm-box .modal-link a:hover {
	color: #4096ee;
}

.footer {}

.footer p {
	margin: 10px 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.stepy-titles { 
	margin: 0;  
	padding: 0; 
	text-align: center;
}

.stepy-titles li { 
	display: none;
}

.stepy-titles li div { 
	display: none;
}

.stepy-titles li span {}

.stepy-titles li.current-step { 
	display: block;  
	font-size: 20px;  
	margin: 0;
	text-transform: none;
}

#frm-step { 
	padding: 10px 20px;

}

#frm-step label { 
	margin: 10px 0 5px 0;
	display: block;
	text-align: left;
}

.frm-step-buttons { 
	padding: 10px;  
	margin: 20px -20px -10px;  
}

.identify-box {}

.identify-box img {
	max-width: 200px;
}

.final-action {
	margin-top: 20px;
}

.location.box {
	margin-top: 20px;
	background: #f7f7f7;
	border-bottom: 1px solid #ddd;
}

.location.box h4,
.location.box p {
	margin: 0;
}

.location.box address {
	margin-bottom: 0;
}

.map {
	background: #f7f7f7;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #fff;
}

.info-box p {
	margin-bottom: 5px;
}

.congrat-box {
  text-align: left;
}
.congrat-box p{
	font-size: 14px;
	margin-bottom: 15px;
}

.offer-box {
  text-align: right;
}
.offer-box p {
	margin: 0;
}

.offer-box h4 {}
.offer-box h5 {}
.offer-box img {
	max-width: 200px;
	border: 3px solid #4096ee;
	margin: 10px 0;
}

@media screen and (max-width: 479px) {
	#frm-pin .btn,
	.frm-actions .btn,
	.frm-action .btn {
		width: 100%;
		margin: 10px 0;
	}

}

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

	.phonenum {
		text-align: center;
	}

	.frm-actions {
		margin-bottom: 30px;
	}
	.content {
		margin: 0;
	}

	.txt-right.offer-box {
		text-align: left;
	}
}