﻿/*Default Styles*/
body {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 28px;
}

h1 {
	font-size: 28px;
	color: #056738;
	text-transform: uppercase;
	font-weight: bold;
}

/*Header Area*/
#logo {
	padding: 10px 0;
}

.phone-text {
	font-size: 30px;
	color: #056738;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0;
}

/*Sections & Rows*/
section {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.cc-row {
	background-color: #eee;
	float: left;
	width: 100%;
}

/*Main Content*/
#content-wrapper {
	margin-top: 20px;
}

/*Footer*/
#visa-mastercard-logos {
	width: 100%;
}

/*Custom Classes*/
.underlined {
	border-bottom: solid 1px #000;
}

.one-px {
	height: 1px;
}

.red {
	color: #ff0000;
}