@import url('fonts/myriad/font.css');

/****TYPOGRAPHY***/

body {
	color: #FFF;
	font: 19px 'MyriadProLight';
}

h1, h2, h3, h4, h5, h6, h7, #wpmem_reg legend, #wpmem_login legend {
}

h1, .h1, #wpmem_reg legend, #wpmem_login legend {
	font-size: 31px;
}

.text h1, #wpmem_reg legend, #wpmem_login legend {
}

h2 {
	font-size: 31px;
}

.text h2 {
}

h3 {
	font-size: 26px
}

.text h3 {
	margin: 0 0 7px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p, li, address {
	line-height: 140%;
}

p, address {
	margin-bottom: 22px;
}

p, li, h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
}

strong, b, .strong {
	font-weight: normal;
	font-family: 'MyriadProRegular';
}

.semi, strong.semi {
	font-family: 'MyriadProSemibold';
}

em, i, .em {
	font-style: none;
	font-family: 'MyriadProLightItalic';
}

strong em, b em, em b, em strong, strong i, b i, i strong, i b {
	font-style: none;
	font-weight: normal;
	font-family: 'MyriadProItalic';
}

address {
	font-style: normal;
}

a {
	text-decoration: none;
}	

.lowercase  { text-transform: lowercase; }
.uppercase  { text-transform: uppercase; }
.capitalize	{ text-transform: capitalize; }
.small_caps { font-variant: small-caps; }

.normal		{ font-weight: normal; }
.oblique	{ font-style: oblique; }

.underline { text-decoration: underline; }

/* custom */

.black {
	color: #000!important;
}

.white {
	color: #FFF!important;
}

.green {
	color: #269426!important;
}

.blue {
	color: #006991!important;
}

.text a {
	color: #269426;
}

#header-contact {
	font-family: 'MyriadProLight', Arial, sans-serif;
	font-size: 37px;
	text-align: right;
	line-height: 37px;
}

#header-contact .telephone {
}

#strapline {
	font-size: 37px;
}

.navigation, .navigation a {
	color: #5b5c5e;
	font-size: 24px;
	text-decoration: none;
}

.navigation a:hover, .navigation .current_page_item a {
	color: #006991;
	font-family: 'MyriadProRegular';
}

.navigation li {
	text-align: center;
}

.contact h3 {
	margin: 0 0 12px;
	font-size: 27px;
	line-height: 120%;
}

#social.small a {
	line-height: 18px;
	color: #001A24;
}

.contact .telephone {
	font-size: 31px;
}

#footer-info {
	color: #58595B;
	font-size: 15px;
	line-height: 110%;
}

#footer-contact {
	font-size: 37px;
}

.sidebar-inner h2, .sidebar-inner a, .sidebar-inner li, .sidebar-inner p, .sidebar-inner {
	color: #FFF;
}

#sidebar h2, .sidebar-inner h2, #sidebar h2 a, #user a, #service .service-link {
}

.sidebar-inner a, .sidebar-inner li, .sidebar-inner p, .sidebar-inner {
}

.sidebar-inner p strong {
}

.sidebar-inner p {
	margin: 0 0 10px;
	line-height: 130%;
}

#sidebar .wpcf7 p {
	margin: 0 0 3px;
}

#sidebar input[type="submit"] {
	color: #FFF;
	font-size: 20px;
}

#sidebar a {
}

.read-more {
	display: block;
	text-align: right;
	text-decoration: underline;
}