body {
	margin:0;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}
.wrapper {
	width:100%;
	overflow:auto;
}
.centered {
	margin:0 auto;
	text-align: center;
}
.logo {
	margin:15px auto;
}
.no-call-out {
	text-align:center;
	background-color:#055977;
}
.callout-text {
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
.callout-text span {
	font-weight:bold;
}
.table {
    display: table
}
.td {
    display: table-cell
}
.tr {
    display: table-row
}
.table-callout { 
	margin:0 auto;
}
.call-button {
	width:100%;
	overflow: auto;
	background-image:url('image/background.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}
.call-area {
	height:65px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: #055977; /* Old browsers */
	background: -moz-linear-gradient(top, #055977 41%, #134151 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #055977 41%,#134151 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #055977 41%,#134151 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055977', endColorstr='#134151',GradientType=0 ); /* IE6-9 */
}
.call-border {
	margin:40px auto;
	padding:0px;
	width:80%;
	height:65px;
	margin:30px auto;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border: 10px solid rgba(255,255,255,.5);
}
.h24 {
	margin:0px auto;
	height:65px;
}
.call-us, .call-us a, .call-us h2 {
	color:#fff;
	margin:0;
	text-decoration:none;
}
.call-us span {
	font-style:italic;
}
.services-list {
	width:100%;
	list-style:none;
	padding:0;
	margin:5px 0;
}
.services-list li {
	background-image:url('image/arrow.png'),url('image/arrow2.png');
	background-repeat:no-repeat,no-repeat;
	background-position: left 30px center, right 30px center;
	background-size:7px;
	text-transform:uppercase;
	color:#055977;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #d2d2d2;
	padding:7px 0 6px 0;
}
.services-list li:first-child {
	background-image:none;
	background-color:#055977;
	color:#fff;
}
.text-area {
	width:100%;
	background-color:#edf3f5;
}
.text-area h3 {
	color:#055977;
	text-align:center;
	text-transform:uppercase;
}
.quote-and-points {
	text-align:center;
}
.qbutton {
	margin:15px auto;
	width:85%;
	background-color:#055977;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	text-transform:uppercase;
	color:#fff;
}
.contact-form {
	margin:0 auto;
	width:95%;
	text-align:center;
}
.form-control {
	width:300px;
	margin-top:6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px;
	border:1px solid #dedede;
}
.btn {
	-webkit-appearance: none;
	width:85%;
	margin-top:15px;
	background-color:#055977;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform:uppercase;
	color:#fff;
	border:0;
	padding:10px;
	font-weight:bold;
}
.contact-form {
	display:none;
}
.why-us {
	list-style:none;
	color:#055977;
	text-transform:uppercase;
	padding-left:28px;
}
.why-us li {
	width:90%;
	background-position:left;
	background-image:url('image/list.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:35px;
	font-weight:bold;
	height:30px;
	line-height:20pt;
}
@media screen and (min-width: 430px) {
	.callout-text {
		font-size:20pt;
	}
	.table-callout, .tick, .no-call-out { 
		height:46px;
	}
	.call-button {
		height:300px;
	}
	.quote-text {
		font-size:17pt;
		text-decoration:underline;
	}
	.quote-img {
		margin-top:5px;
		margin-left:15px;
		width:55px;
	}
}
@media screen and (max-width: 430px) {
	.callout-text {
		font-size:12pt;
	}
	.table-callout, .tick, .no-call-out { 
		height:30px;
	}
	.call-button {
		height:200px;
		background-size:46%;
	}
	.logo-img {
		width:90%;
	}
	.quote-text {
		font-size:13pt;
		text-decoration:underline;
	}
	.quote-img {
		margin-top:5px;
		margin-left:15px;
		width:35px;
	}
}