/* @override
	http://localhost/4life/wp-content/themes/positive/style.css */

/*  
Theme Name: Positive
Theme URI: http://involvedesign.net
Version: 1.0.0
Author: Gareth Schroder
Author URI: http://involvedesign.net
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
html {
	background-color: #E6E4E4;
}
html, body {
	width: 100%;
	overflow-x: hidden;
}
img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	//background-color: #0f3;
}
body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
	font-family: 'Pontano Sans', sans-serif;
}
a {
	color: #788179;
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	font-size: 120%;
}
p strong {
	color: #000;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
.icon-fb {
	font-family: 'ModernPictogramsNormal',sans-serif;
	color: #3B5998;
	font-size: 220%;
	position: relative;
	top: 6px;
}
.icon-orange {
	font-family: 'ModernPictogramsNormal',sans-serif;
	color: #F59739;
	font-size: 120%;
	margin-right: 10px;
}
.icon-location {
	font-family: 'ModernPictogramsNormal',sans-serif;
	color: #F29643;
	font-size: 150%;
	margin-right: 10px;
}
.icon-enquiry {
	font-family: 'ModernPictogramsNormal',sans-serif;
	color: #8D9C4E;
	font-size: 150%;
	margin-right: 5px;
}
.icon-resource {
	font-family: 'ModernPictogramsNormal',sans-serif;
	color: #959899;
	font-size: 300%;
}
.rotate {
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
.orange {
	color: #EA5C2B;
}
.green {
	color: #51B74E;
}
hr {
 	border: 0;
 	border-top: 1px solid #000;
}
.lightline {
	border-top: 1px solid #eee;
	position: relative;
	top: 5px;
}
.lightline-two {
	border-top: 1px solid #eee;
}
.greyline {
	border-top: 1px solid #ccc;
	position: relative;
	top: 5px;
}
.thickgreyline {
	border-top: 2px solid #ccc;
	position: relative;
	top: 5px;
	
}
.morelink:link, .morelink:visited {
	position: relative;
	top: -10px;
	text-transform: uppercase;
	padding: 2px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #aaa;
	color: #888;
}
.morelink:hover, .morelink:active {
	background-color: #8D9C4E;
	color: #fff;
	text-decoration: none;
}
/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
	
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
} 
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
.h4-title {
	letter-spacing: 0.2em;
}
h4.widgettitle {
	margin: 20px 0 0.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
#front-contact {
	padding-bottom: 20px;
	overflow: auto;
}
#front-contact-form p {
	margin-bottom: 8px;
}
input, textarea, select, input[type=search], button {
	font-size: 120%;
	font-family: inherit;
}
#ninja_forms_form_1_cont input[type=text], #ninja_forms_form_1_cont input[type=tel], #ninja_forms_form_1_cont input[type=email], #ninja_forms_form_1_cont input[type=password], #ninja_forms_form_1_cont textarea, #ninja_forms_form_1_cont input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
#ninja_forms_form_1_cont input[type=text], #ninja_forms_form_1_cont input[type=search], #ninja_forms_form_1_cont input[type=tel], #ninja_forms_form_1_cont input[type=email] {
	width: 100%;
}
/* text area */
#ninja_forms_form_1_cont textarea {
	width: 100%;
}
/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0 !important;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #8D9C4E;
	color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#ninja_forms_field_3 {
	height: 110px;
}
#ninja_forms_field_1, #ninja_forms_field_2, #ninja_forms_field_7, #ninja_forms_field_3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
/* Enquiry Form */
#ninja_forms_form_2_cont, #ninja_forms_form_3_cont, #ninja_forms_form_4_cont {
	width: 500px;
}
#ninja_forms_form_2_cont input[type=text], #ninja_forms_form_2_cont input[type=tel], #ninja_forms_form_2_cont input[type=email], #ninja_forms_form_2_cont input[type=password], #ninja_forms_form_2_cont textarea, #ninja_forms_form_2_cont input[type=search] {
	border: solid 1px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 10px;
}
#ninja_forms_form_3_cont input[type=text], #ninja_forms_form_3_cont input[type=tel], #ninja_forms_form_3_cont input[type=email], #ninja_forms_form_3_cont input[type=password], #ninja_forms_form_3_cont textarea, #ninja_forms_form_3_cont input[type=search] {
	border: solid 1px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 10px;
}
#ninja_forms_form_4_cont input[type=text], #ninja_forms_form_4_cont input[type=tel], #ninja_forms_form_4_cont input[type=email], #ninja_forms_form_4_cont input[type=password],
#ninja_forms_form_4_cont textarea, #ninja_forms_form_4_cont input[type=search] {
	border: solid 1px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 10px;
}
#ninja_forms_field_8, #ninja_forms_field_9, #ninja_forms_field_10, #ninja_forms_field_18, #ninja_forms_field_23, #ninja_forms_field_24, #ninja_forms_field_25, #ninja_forms_field_26, #ninja_forms_field_29, #ninja_forms_field_30, #ninja_forms_field_34, #ninja_forms_field_38, #ninja_forms_field_39, #ninja_forms_field_48,
#ninja_forms_field_40, #ninja_forms_field_50,
#ninja_forms_field_51, #ninja_forms_field_52, #ninja_forms_field_53, #ninja_forms_field_36, #ninja_forms_field_37, #ninja_forms_field_56, #ninja_forms_field_57, #ninja_forms_field_58, #ninja_forms_field_59 {
background-color: #f1f1f1;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(232, 232, 232)), to(rgb(251, 251, 251)));
background-image: -webkit-linear-gradient(top, rgb(232, 232, 232), rgb(251, 251, 251));
background-image: -moz-linear-gradient(top, rgb(232, 232, 232), rgb(251, 251, 251));
background-image: -o-linear-gradient(top, rgb(232, 232, 232), rgb(251, 251, 251));
background-image: -ms-linear-gradient(top, rgb(232, 232, 232), rgb(251, 251, 251));
background-image: linear-gradient(top, rgb(232, 232, 232), rgb(251, 251, 251));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e8e8e8', EndColorStr='#fbfbfb');
box-shadow: inset 1px 1px 1px #ddd;

}
.dropdown {
	border: solid 1px #ddd;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	//background: url('images/selector-arrow.png') no-repeat;
	background-position: 210px 11px;
	width: 239px !important;
	/* remove firefox arrow */
	text-indent: 0.01px;
	text-overflow: "";
	margin-right: 22px;
	margin-bottom: 15px;
	float: left;
	/*ie fix*/	
}
select::-ms-expand {
display: none;
}
.lineclear {
	clear: both;
	border-top: 1px dashed #ccc;
	margin-bottom: 15px;
}
.box-area-title {
	margin-top: 10px;
	font-size: 120%;

}
#ninja_forms_field_8, #ninja_forms_field_23, #ninja_forms_field_25, #ninja_forms_field_29, #ninja_forms_field_38, #ninja_forms_field_40, #ninja_forms_field_51, #ninja_forms_field_53, #ninja_forms_field_36, #ninja_forms_field_58, #ninja_forms_field_38 {
	float: left;
	width: 239px;
	margin-right: 20px;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
#ninja_forms_field_9, #ninja_forms_field_24, #ninja_forms_field_26, #ninja_forms_field_30, #ninja_forms_field_39, #ninja_forms_field_50, #ninja_forms_field_52, #ninja_forms_field_37, #ninja_forms_field_59, #ninja_forms_field_57, #ninja_forms_field_56 {
	float: left;
	width: 239px;
	margin-right: 0px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
#ninja_forms_field_10 {
	width: 500px;
	clear: both;
	margin-top: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
#ninja_forms_field_12_div_wrap {
	margin-top: 15px;
}
#ninja_forms_field_18_div_wrap {
	clear: both;
	margin-top: 15px;
}
#ninja_forms_field_18, #ninja_forms_field_34, #ninja_forms_field_48, #ninja_forms_field_55 {
	width: 500px;
	height: 150px;
	background-color: #fff !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	
}
#ninja_forms_field_13, #ninja_forms_field_15 {
	margin-right: 0px !important;
}
#ninja_forms_field_32 {
	margin-right: 0px !important;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.whitestrip {
	width: 100%;
}
.greystrip {
	width: 100%;
	background-color: #E6E4E4;
}
.pagewidth {
	width: 978px;
	margin: 0 auto;
}
.pagewidthline {
	border-top: 3px solid #000;
	width: 978px;
	margin: 0 auto;
	padding-bottom: 40px;
}
/* content */
#content {
	width: 676px;
	float: left;
	padding: 2% 0 3%;
}
#content h3, #content h4 {
	color: #8D9C4E;
	font-weight: lighter;
}
#fullwidth {
	padding: 2% 0 3%;
}
#feature-vid .col3-2 {
	text-align: center;
}
#temp-logo {
	padding-top: 70px;
}
/* sidebar */
#sidebar {
	width: 252px;
	float: right;
	padding: 2% 0 3%;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}
/* SIDEBAR DETAILS */
.enquiry-link {
	margin-top: 10px;
	display: block;
	font-size: 120%;
	border-radius: 3px;
	padding: 10px 20px;
	color: #666;
	text-decoration: none;
	background-color: #f7f7f7;
}
.enquiry-link:hover {
	background-color: #F29643;
	color: #fff;
	text-decoration: none;
}
.enquiry-link:hover .icon-enquiry {
	color: #fff;
}
#sidebarcontact h4 {
	font-size: 120%;
	color: #8D9C4E;
	font-weight: lighter;
}
.sidecontact {
	list-style-type: none;
	margin: 0;
}
.sidecontact a {
	text-decoration: underline;
}
.sidecontact a:hover, .sidecontact a:active {
	color: #8D9C4E;
}
.sidespace {
	padding-bottom: 10px;
}
.staffrecentposts ul {
	list-style-type: none;
	margin: 30px 0 0 0;
}
.staffrecentposts ul li a:link {
	font-size: 110%;
	color: #4D86C8;
}
.staffrecentposts ul li a:visited {
	color: #aaa;
}
.staffrecentposts ul li a:hover, .staffrecentposts ul li a:active {
	font-size: 110%;
	color: #666;
}
/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1,
.colstaff,
.colresource,
.colgroups
{
	float: left;
	margin-left: 30px;
}
.col2-1:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}
.col3-1:nth-of-type(3n+1) {
	margin-left: 0;
	clear: left;

}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}
.colstaff {
	width: 146px;
}
.colresource {
	width: 205px;
	text-align: center;
}
.colgroups {
	width: 205px;
}
/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first,
.colstaff.first,
.colresource.first,
.colgroups.first
{
	margin-left: 0;
	clear: left;
}
.salign:nth-of-type(4n+1) {
	margin-left: 0;
	clear: left;
	padding-bottom: 20px;
}
.aalign:nth-of-type(4n+1) {
	margin-left: 0;
	clear: left;
	padding-bottom: 20px;
}


/************************************************************************************
HEADER
*************************************************************************************/
#topstrip {
	width: 100%;
	height: 140px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #aaa;
	//-webkit-box-shadow: 0px 2px 10px #ccc;
}
#navstrip {
	position: absolute;
	top: 100px;
	height: 40px;
	width: 100%;
	z-index: 1000;

}
#bottomstrip {
	width: 100%;
	background-color: #E6E4E4;
}
#header {
	position: relative;
	height: 140px;
}
#head-left {
	float: left;
}
#head-right {
	float: right;
	width: 425px;
}
#location-strip {
	padding: 0;
	margin: 0;
	text-align: right;
}
#location-strip ul {
	margin: 0;
}
#location-strip li {
	padding: 5px 0 0 0;
	list-style: none;
	display: inline-block;
	zoom: 1;
	color: #959898;
	*display: inline;
	font-size: 115%;
}
#phone-strip {
	float: right;
	text-align: right;
	padding: 0 0 0 0;
}
#phonefb {
	
}
#fbleft {
	float: right;
}
#phoneright {
	float: right;
	margin-left: 20px;
}
.phonenumber {
	font-family: 'Abel';
	font-weight: bold;
	font-size: 190%;
	color: #8D9C4E;
	padding-top: 5px;
}
/* 
SITE LOGO
================================================ */
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}
#site-logo {
	position: relative;
	top: 10px;
	left: 0px;
	width: 340px;
	height: 85px;
}
/* 
SITE DESCRIPTION
================================================ */
#site-description {
	position: absolute;
	top: 75px;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
}
.headline {
	text-transform: uppercase;
	font-family: 'Abel',sans-serif;
	font-weight: lighter;
	font-size: 250%;
	padding-bottom: 30px;
}
/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 2px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}
/* 
RSS
================================================ */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}
/* 
SEARCH FORM
================================================ */
#footer #searchform {
	position: relative;
	right: 0;
	top: 15px;
	width: 160px;
}
#footer #searchform #s {
	width: 100px;
	color: #a5a099;
	background: #eee url(images/search.png) no-repeat 8px center;
	border: solid 1px #ddd;
	padding-left: 28px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#footer #searchform #s:focus {
	width: 140px;
	color: #333;
}

/* 
MAIN NAVIGATION
================================================ */
#minilogo {
	float: left;
	opacity: 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
}
#minilogo img {
	position: relative;
	top: 4px;
}
#main-nav-wrap {
	position: relative;
	float: right;
}
#main-nav {
	position: relative;
	margin: 0;
	padding: 5px 0;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-family: 'Abel',sans-serif;
	font-size: 140%;
	height: 40px;
	//background-color: #444;
}
/* main level link */
#main-nav a {
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #000;
}
/* main level link :hover */
#main-nav a:hover {
	color: #fff;
	background-color: #000;
	border-radius: 3px;
	transition: 0.5s
}
.current-menu-parent a {
	color: #000;
}
.current-menu-parent ul li a {
	color: #788179;	
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color: #F59739;	
	color: #fff;
	border-radius: 3px;
	
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding: 10px 10px;
	color: #788179;
	background: none;
	border: none;
	text-shadow: none;
	border-bottom: 1px solid #aaa;
	}
	
#main-nav ul .current-menu-item a {
	background-color: #F59739;
	color: #fff !important;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	color: #fff;
	border-radius: 0;
	background-color: #F59739;
}
#main-nav .current-page-ancestor a {
	border-radius: 3px;
}
.current-menu-ancestor a {
	background-color: #F59739;

}
.current-menu-parent a {
	background-color: #F59739;
	color: #fff !important;
}
.current-menu-parent .menu-item a {
	color: #666 !important;
	
}
.current-menu-parent .menu-item a:hover {
	color: #fff !important;
}
.current-menu-parent .current-menu-item a {
	color: #000 !important;

}
/* dropdown ul */
#main-nav ul {
	list-style: none;
	z-index: 100;
	position: absolute;
	left: -70px;
	top: 18px;
	width: 200px;
	background-color: #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 2px solid #aaa;
	display: none;
}
#main-nav ul li {
	display: inline;
	font-size: 80%;
}
#menu-item-31 ul {
	right: -82px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: inline-block;
}
/* CONTENT */
#slideshow {
	padding-bottom: 20px;
	width: 100%;
}
#royalslider-2 img {
	max-width: 100%;
}
.royalCaptionItem {
	color: #444 !important;
	text-transform: uppercase;
}
#pagecontent {
	padding: 20px 0 40px;
	border-bottom: 1px solid #aaa;
}
#content ul li {
	font-size: 120%;
}
.h3-title-contact {
	margin-top: 0 !important;
}
#frontfeature {
	padding: 20px 0 40px;
	border-bottom: 1px dashed #aaa;
}
#blog {
	padding: 20px 0 40px;
	
}
#fourlife {
	padding: 20px 0 40px;
	border-bottom: 1px solid #aaa;
}
#feature-vid {
	padding: 20px 0 0;
	border-bottom: 1px solid #aaa;
}
#feature-vid iframe {
	width: 100% !important;
}
.iframetweak iframe {
	width: 100% !important;
}
.feature-vid-txt {
	text-align: left;
	font-family: 'Annie Use Your Telescope';
	width: 240px;
	margin-left: 40px;
	font-size: 300%;
	color: #fff;
	color: #000;
	line-height: 1.3;
}
#services {
	padding: 20px 0 40px;
	border-bottom: 1px solid #aaa;
}
#tenreasons {
	padding: 20px 0 0;
	border-bottom: 1px solid #aaa;
}
/******
#tenreasonsbox {
	height: 500px;
	width: 903px;
	background: url(images/10-reasons-bg.png) no-repeat center;
	font-family: 'Handlee',cursive;
}
*****/
#tenreasons ul {
	width: 45%;
	font-size: 125%;
	padding: 0;
	margin-top: 0;
	float: left;
	list-style-type: none;
	color: #000;
	text-align: left;
}
#tenreasons ul:nth-of-type(2n+1) {
	text-align: right;
}
#tenreasons ul li:nth-of-type(2n+1) {
	color: #8D9C4E;
}
#rebates {
	padding: 20px 0 40px;
	border-bottom: 1px solid #aaa;
}
#medicare-img {
	height: 50px;
}
#hicaps-img {
	height: 60px;
}
.staffshot {
	text-align: center;
}
.staffshot a:link {
	text-decoration: none;
}
.staffshot:hover {
	background-color: #eee;
	transition: 1s;
}
.staffcaption {
	background-color: #eee;
	margin: 0;
	padding: 0;
}
.staffshot h4 {
	font-weight: lighter;
	margin: 0;
	font-size: 1.1em;
	padding: 0;
	color: #000!important;
}
.staffshot h5 {
	font-weight: lighter;
	color: #888;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.smalltitle {
	font-size: 70%;
}
.title-centre {
	text-align: center;
}
.featuretxt {
	text-align: center;
}
.service {
	padding-top: 20px;
}
.service-snapshot {
	padding-bottom: 15px;
}
.servicelink:link, .servicelink:visited {
	display: block;
	padding-bottom: 10px;
	color: #F29643;
	font-size: 140%;
}
.servicelink:hover, .servicelink:active {
	color: #000;
	text-decoration: none;
}
.group-programs a:link, .group-programs a:visited {
	text-transform: uppercase;
	font-size: 80%;
	padding: 2px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #aaa;
	color: #8D9C4E;
}
.group-programs a:hover, .group-programs a:active {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.group-programs h4 {
	padding: 2px 5px;
	margin: 0;
}
.group-programs h5 {
	padding: 2px 5px;
	margin: 0;
	font-weight: lighter;
	color: #666;
}
.group-programs hr {
	border-top: 1px solid #eee;
}
.gp-specific p {
	padding: 5px 0 0 5px;
}
/* FAQ Section */
.more {
	display: none;
}
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
}
a.hideLink {

}
a.showLink:hover, a.hideLink:hover {

}

#FAQ_DL dt {
	font-size: 110%;
}
.contact-parking {
	padding-top: 20px;
}
.colresource a:link {
	text-decoration: none;
}
.colresource {
	padding: 20px 0 0 0;
}
.colresource ul li {
	color: #666;
}
.colresource hr {
	margin: 0;
}
.colresource:hover {
	background-color: #eee;
	-webkit-transition: 0.6s;
	-moz-transition: w0.6s;
	transition: 0.6s;
}
.colresource span {
	margin: 0;
}
.colresource h4 {
	margin: 0;
	padding: 20px 0 20px;
}
.colresource ul {
	list-style: none;
	margin: 0 0 10px;	
}
#resource h5 {
	color: #8D9C4E;
	font-size: 120%;
}
#resource #content ul li {
	margin-bottom: 10px;
	font-size: 115%;
}
#resource #content ul li a:link, #resource #content ul li a:visited {
	text-decoration: none;
	padding: 3px 10px;
}
#resource #content ul li a:hover, #resource #content ul li a:active {
	background-color: #eee;
	color: #000;
}
.links ul {
	list-style: none;
}
.booksandcds ul {
	list-style: bullet;
}
.booksandcds img {
	margin-right: 20px;
	max-width: 150px;
	float: left;
}
.booksandcds h5 {
	padding-bottom: 10px;
}
#bac-content hr {
	clear: both;
	border-top: 1px dashed #aaa ;
}
.left-title {
	float: left;
	}
.right-title {
	float: right;
}
.backtopage a:link, .backtopage a:visited {
	position: relative;
	top: 25px;
	text-align: right;
	border: 1px solid #ccc;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: lighter;
	color: #888;
	text-decoration: none;
}
.backtopage a:hover, .backtopage a:active {
	background-color: #8D9C4E;
	color: #fff;
}
.longtitle a:link, .longtitle a:visited {
	position: relative;
	top: -5px;
	text-align: right;
	border: 1px solid #ccc;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: lighter;
	color: #888;
	text-decoration: none;
}
.longtitle a:hover, .longtitle a:active {
	background-color: #5DB954;
	color: #fff;
}
.staff-feature-img {
	float: left;
	width: 150px;
}
.staff-feature-img img {
	width: 150px;
}
.staff-txt {
	width: 500px;
	float: right;
}
.location {
	text-align: center;
	color: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 8px;
	background-color: #f1f1f1;
}
.google-maps {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.twitter-share-button {
	float: left;
}
/* PAGE */
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 300%;
	line-height: 110%;
}
/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 140%;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a:link {
	color: #000;
	} 

.post-title a:visited {
	color: #aaa;
}
.post-title a:hover, .post-title a:active {
	color: #8D9B52;
	text-decoration: none;
}
time {
	font-size: 90%;
}
/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}
/* post meta */
.post-meta {
	margin: 0 0 7px;
}
/*
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
*/
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/* POST VIDEO (css for fluid video) */
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* PAGE NAVIGATION */
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/* POST NAVIGATION */
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}
/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/* COMMENTS */
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}
/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}
/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}
/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}
/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}
/* COMMENT FORM */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/* SIDEBAR */
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font-size: 120%;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}
/* FOOTER */
#footer {
	padding: 10px 0 30px;
	clear: both;
}
#footer h4 {
	color: #666;
	font-weight: lighter;
}
#footer a:link, #footer a:visited {
	
}
#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	transition: 0.7s;
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
.footer-right a:hover {
	text-decoration: underline !important;
}
/* back to top */
.back-top {
	clear: both;
	position: relative;
	left: 30px;
	top: 30px;
}
.back-top a {
	background: #000 url(images/arrow-up.png) no-repeat center center;
	display: block;
	block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.back-top a:hover {
	background-color: #333;
}
/* footer nav */
.footer-nav, .services-nav, .contact {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}
/* original
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
*/
.footer-nav li, .services-nav li, .contact li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	zoom:1;
}
.footer-nav a, .services-nav a, .contact a {
	color: #788179;
}
.contact {
	text-align: left;
}
.contact li {
	color: #788179;
}
/* footer text */
.footertext {
	font-size: 90%;
	clear: both;
	border-top: 1px dashed #ccc;
	padding-top: 12px;
}
/* WORDPRESS POST FORMATTING */
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/* GALLERY */
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}
/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}
/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}
/* get rid of br tag */
.gallery br {
	display:none;
}
/* CLEAR & ALIGNMENT */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('fonts/modernpics-webfont.eot');
    src: url('fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/modernpics-webfont.woff') format('woff'),
         url('fonts/modernpics-webfont.ttf') format('truetype'),
         url('fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}