/*
*
* CSS File
*
*
*
*
*
*
*/


body {
	background-color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
}
body::before,
body::after {
	display: none;
	visibility: hidden;
	height: 0;
}
#page.site {
	padding: 0;
	margin: 0;
}
#page .site-inner {
	padding: 0;
	max-width: 100%;
}
header#masthead {
	padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #93c90e;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"][disabled]:hover {
	background-color: #93c90e;
}
header .site-header-main {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	clear: both;
}
header .site-header-menu {
	display: inline-block;
	float: right;
	clear: right;
	margin: 0;
	right: 0;
	padding: 0;
	width: 600px;
	position: relative;
}
header .main-navigation {
	float: right;
	clear: right;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;	
}
header .site-branding {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	clear: left;
	width: 30%;
	min-width: 350px;
	position: relative;
}
header p.logo {
	display: inline-block;
	max-height: 50px;
	width: auto;
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 0;
}
header p.logo img {
	height: 50px;
	width: auto;	
}
#news-scroll {
	display: block;
	padding: 10px 20px;
	background-color: #93c90e;
	position: relative;
	clear: both;
	max-width: 100%;	
}
#news-scroll p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: rgba(0,0,0,0.3);
}
#news-scroll p span {
	color: #fff;
	font-weight: bold;
}
span.mt-date {
	margin-right: 20px;
}
span.mt-message {
	margin-left: 20px;	
}
.widget h2.widget-title {
	color: #aaa;
	margin: 0 0 5px 0;	
}

body #primary {
	width: 50%;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;	
	border-left: 2px solid #93c90e;
}

aside#secondary {
	display: block;
	width: 18%;
	float: right;
	clear: right;
	position: relative;
	margin: 10px 1% 0 0 !important;
	padding: 20px 0;
}
#secondary .widget {
	padding: 0;
	margin: 0 0 30px 0;
	border-top: 0;
	display: block;	
}
.widget .mt-message {
	display: block;
	background-color: #fff;
	border-radius: 0.5em;
	overflow: hidden;
	height: auto;
	padding: 10px;
	max-width: 100%;
	font-size: 12px;
	font-style: italic;
}
.widget .mt-message h3 {
	font-size: 12px;
	font-weight: 400;
}
footer.site-footer {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	background-color: #58595b;
	color: #fff;
	overflow: hidden;
	height: auto;
	bottom: 0;
	min-height: 60px;
	flex-wrap: nowrap;
}
footer .site-info {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
ol.tribe-list-widget {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
}
ol.tribe-list-widget li {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;	
}
ol.tribe-list-widget li h4.tribe-event-title {
	margin: 0;
	padding: 0;
	line-height: 24px;
}
ol.tribe-list-widget h4.tribe-event-title a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;	
}
ol.tribe-list-widget .tribe-event-duration {
	text-align: right;	
	font-size: 11px;
	text-transform: uppercase;
	color: #58595b;
}
body a {
	color: #93C90E;
}
table.mt-directory thead {
	background-color: #f1f1f1;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 150%;
}
table.mt-directory tbody tr td {
	font-size: 12px;	
}
table.mt-directory tbody td.contact span {
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	margin: 0;
	padding: 5px 10px;
	max-width: 100%;	
	background-color: transparent;
	color: #58595b;
	font-weight: bold;
}
table.mt-directory tbody td.contact span em {
	width: 30px;
	text-align: left;	
	display: inline-block;
}
table.mt-directory tbody td.contact span:nth-child(2) {
	border: 1px dashed #ddd;
	border-right: 0;
	border-left: 0;	
}
table.mt-directory tbody td.contact span:nth-child(3) {

}
#logged-in-user .user-photo {
	display: block;
	overflow: hidden;
	width: 134px;
	height: 134px;
	border-radius: 70px;
	position: relative;
	margin: 20px auto;
	border: 3px solid #fff;
}
#logged-in-user > h2 {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
}
#main article {
	margin-top: 10px;	
}
h2.entry-title {
	font-size: 18px;
	font-weight: bold;
	
}

#menu-main-menu > li.menu-item > a {
	color: #58595b;
	text-transform: uppercase;
	font-size: 13px;
}
#menu-main-menu > li.menu-item > ul > li > a {
	font-size: 13px;
	color: #58595b;
	text-transform: uppercase;	
}
#menu-main-menu > li.menu-item > ul > li > a:hover {
	color: #93c90e;
}
#menu-main-menu > li.menu-item > a:hover {
	color: #93c90e;
}
.widget ul li a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.widget ul li a:hover {
	color: #93c90e;
}
.widget h2.widgettitle {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #58595b;
}
ul.galleries-display {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	float: none;	
}
ul.galleries-display li {
	display: block;
	float: left;
	clear: none;
	height: 250px;
	padding: 0;
	margin: 0 2% 20px 2%;
	width: 30%;	
}
ul.galleries-display li:nth-child(3),
ul.galleries-display li:nth-child(6),
ul.galleries-display li:nth-child(9) {
	margin: 0 0 20px 3%;
	clear: right;
}
ul.galleries-display li:nth-child(1),
ul.galleries-display li:nth-child(4),
ul.galleries-display li:nth-child(7) {
	margin: 0 3% 20px 0;
	clear: left;
}
li.gallery h2 {
	font-size: 18px;
	background-color: #58595b;
	color: #fff;
	text-align: left;
	line-height: 130%;
	margin-bottom: 10px;
	padding: 25px 20px;
	max-width: 100%;
	display: block;
	position: relative;
	width: 100%;	
	height: 100px;
}
li.gallery p {
	font-size: 12px;	
}

aside#expandable.no-js {
	display: none;
	visibility: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;	
}
#left-sidebar aside#expandable {
	display: block;
	visibility: visible;
	width: 100%;
	margin: 0 !important;
	padding: 20px 0;
}
#expandable a {
	width: 100%;
	background-color: #eee;
	color: #58595b;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 5px 0;
	margin: 0 auto 6px auto;
	position: relative;	
	text-align: left;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#expandable a:hover {
	cursor: pointer;	
	background-color: #93c90e;
	color: #fff;
}
#expandable a i:first-child {
	display: inline-block;
	margin-right: 10px;
	color: #58595b;
	float: left;
	clear: left;
	height: 30px;
	width: 30px;
	padding-right: 10px;
	border-right: 1px solid #58595b;
	line-height: 30px;
	margin-left: 20px;
}
ul.mtevent-widget {
	display: block;
	margin: 20px auto;
	width: 100%;
	padding: 0;
	position: relative;
	clear: both;
	float: none;	
}
ul.mtevent-widget li {
	display: block;
	width: 100%;
	margin: 0 0 6px 0;
	padding: 10px 0;
	position: relative;
	clear: both;

	border-radius: 5px;
	height: auto;
	overflow: hidden;
}

ul.mtevent-widget li.internal {
	background-color: #fffd9e;
	color: #333;
}

ul.mtevent-widget li.lender-visits {
	background-color: #a3ffe8;
	color: #333;
}

ul.mtevent-widget li.lenders {
	background-color: #44ff79;
	color: #333;	
}

ul.mtevent-widget li.meetings {
	background-color  #ffae35;
	color: #333;
}
#eventbar .meetings {
	background-color  #ffae35;
	color: #333;
}

ul.mtevent-widget li.mortgagetree-events {
	background-color #98ff23 !important;
	color: #333;	
}

ul.mtevent-widget li.personal-days {
	background-color: #aa0005;
	color: #fff;	
}

ul.mtevent-widget li.sales-staff {
	background-color: #d18cff;
	color: #333;
}

table#rates-widget {
	font-size: 13px;	
	border: 0;
}

.mtevent-widget li header h3 {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	width: 90%;
	margin: 0 auto 10px auto;
	color: #333;
	text-shadow: 0 1px 1px #fff;	
	display: block;
}
.mtevent-widget li footer {
	display: block;
	width: 90%;
	margin: 10px auto 0 auto;
	position: relative;
	padding: 0;
	float: none;
	clear: both;	
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
table#rates-widget th,
table#rates-widget td {
	text-align: center;
	border: 0;
}
table#rates-widget th {
	font-size: 11px;
	color: #58595b;	
	text-transform: uppercase;
	background-color: #93c90e;
}
#second-sidebar aside p {
	font-size: 12px;
}
td.rate-cell {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
section.date {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	padding: 0;
	height: auto;
	overflow: hidden;
}
section.date span.start {
	margin-left: 5%;
	float: left;
	width: 40%;
	display: block;
	position: relative;
	padding: 0;
	margin-bottom: 0;
	clear: left;	
	text-align: center;
	background-color: #fff;
}
section.date span.end {
	margin-right: 5%;
	width: 40%;
	text-align: center;
	float: right;
	clear: right;
	display: block;
	position: relative;
	padding: 0;	
	background-color: #fff;
}
span b.month { 
	
}
span em.day {
	
}
span em.time {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
	font-weight: bold;	
}
table#profile-view td {
	border: 0;	
}
.entry-content #tribe-events .tribe-events-button {
	background-color: #58595b;	
}
.entry-content #tribe-events .tribe-events-button:hover {
	background-color: #93c90e;
}
.entry-content h1 {
	margin: 10px 0;
	font-size: 18px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #58595b;
}
.entry-content h2 .tribe-event-date-start {
	background-color: #93c90e;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	display: inline-block;
	clear: both;
	position: relative;
	margin: 0;
}
#tribe-events .tribe-events-event-meta {
	padding-top: 20px;
}

@media All and (min-width: 800px) {
	
	header#masthead {
		height: 80px;	
		display: block;
		width: 100%;
		z-index: 99;
		background-color: #fff;
	}	
	body {
		min-width: 1100px;	
	}
	.site-inner {
		
	}
	#news-scroll {
		top: 80px;
		width: 100%;
		display: block;
	}
	header .site-header-main {
		padding: 0;
		margin: 0;
		width: 100%;	
	}
	header .site-header-menu {
		margin: 10px 0;
		padding: 0;
		float: right;
		clear: none;
		position: relative;
		display: inline-block;	
		flex: none;
	}
	header#main-header {
		display: block;
		width: 100%;
		position: relative;
		padding: 10px 20px;
		margin: 0;
		border-bottom: 1px solid #eee;
		background-image: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.2) 100%);
	}
	header#main-header h3 {
		font-weight: 500;
		font-size: 13px;
		text-transform: uppercase;
		color: #555;
		text-shadow: 0 1px 1px #fff;
	}
	.featured-posts header h3 {
		padding: 5px 20px;
		font-weight: 300;
		text-transform: uppercase;
		font-size: 15px;
		color: #93c90e;
	}
	#left-sidebar {
		display: block;
		float: left;
		clear: left;
		width: 18%;
		position: fixed;
		margin: 0;
		padding: 0;	
		min-height: 600px;
		z-index: 2;
		background-color: #93c90e;
		background-color: #fff;
		
	}
	#left-sidebar aside,
	#left-sidebar .widget {
		padding: 0;
		margin: 0 20px 30px 20px;
		font-size: 15px;
		border-top: 0;
	}
	#left-sidebar li.widget {
		display: block;
		position: relative;
	}
	body .site-content {
		padding: 0;
		padding-top: 128px;
		display: block;
		width: 100%;
	}
	#logged-in-user h2 {
		text-transform: none;
		color: #aaa;
		font-style: italic;
		text-align: center;	
	}
	h1.entry-title {
		font-size: 20px;
		margin: 0 0 10px 0 !important;
		color: #58595b;
		font-family: 'Open Sans', Arial, sans-serif;	
	}
	body #primary.fullsize {
		width: 82%;
		margin: 0;
		padding: 0;
		float: right;
		clear: right;
		
		max-width: 82%;
		/* width: calc(82% - 2px); */
		transition: width 0.5s linear;
	}
	body #primary.thirds {
		width: 82%;
		float: right;
		clear: right;
		max-width: 82%;

	} 
	#primary #main article,
	.featured-posts article {
		width: 100%;
		margin: 0;
		padding: 20px;
		max-width: 100%;
		display: block;
		clear: both;
		height: auto !important;
		border-bottom: 1px solid #f1f1f1;
		overflow: hidden;
		position: relative;	
	}
	body.page #primary #main article.post:hover,
	body.home #primary #main article.post:hover {
		background-color: #f1f1f1;
		transform: all 0.2s ease;
	}
	#main article header.entry-header {
		display: block;
		float: left;
		clear: left;
		margin: 0;
		padding: 0;
		position: relative;
		width: 80%;
	}
	#main article div.entry-content,
	body .featured-posts .entry-content {
		float: left;
		clear: left;
		font-size: 14px;
		width: 80%;
		margin: 0;
		text-align: left;
		padding: 0;
		position: relative;
		display: block;
	}
	body .featured-posts .entry-content {
		width: 80% !important;	
		float: left !important;
	}
	article .meta {
		display: block;
		float: right;
		width: 15%;
		clear: right;
		position: relative;
		margin: 0;
		padding: 0;	
	}
	article .meta > a {
		display: block;
		clear: both;
		position: relative;
		margin: 0;
		padding: 0;
		float: none;	
	}
	#main article footer.entry-footer,
	.featured-posts footer {
		display: block;
		float: right;
		clear: right;
		position: absolute;
		margin: 0;
		top: 20px;
		right: 20px;
		padding: 0;
		width: 18%;
	}
	#second-sidebar {
		display: block;
		position: fixed;
		float: left;
		clear: none;
		margin-left: -500px;
		width: 15%;
		background-color: #58595b;
		color: #fff;
		min-height: 300px;	
		z-index: 1;
	}
	#second-sidebar > * {
		display: none;
		visibility: hidden;
	}
	#second-sidebar > aside.shown,
	#second-sidebar.shown > span.sidebar-closer {
		display: block;
		visibility: visible;
	}
	#second-sidebar aside.shown {
		animation: fadeIn 1s linear;	
	}
	#second-sidebar.shown {
		margin-left: 20%;	
		width: 30%;
		height: auto;
		margin-top: 20px;
		max-height: 500px;
		min-height: 300px;
		border-radius: 10px;
		overflow-y: scroll;
		box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
		animation: SidebarIn 0.5s linear;
	}
	#second-sidebar.closed {
		width: 0;
		animation: SlideOut 0.5s linear;	
	}
	#second-sidebar aside {
		width: 90%;
		margin: 20px auto;
		float: none;
		clear: both;
		position: relative;	
	}
	#second-sidebar aside > h2 {
		margin-bottom: 10px;	
	}
	li:hover > ul.sub-menu {
		z-index: 9999;
	}

	@keyframes SidebarIn {
		0% { width: 0; margin-left: 0; }
		100% { margin-left: 18%; }
	}
	@keyframes SlideOut {
		0% { margin-left: 18%; }
		100% { margin-left: 0; }
	}
	@keyframes fadeIn {
		0% { opacity: 0; }
		80% { opacity: 0; }
		100% { opacity: 1; }
	}
	@keyframes fadeOut {
		0% { opacity: 1; }
		20% {opacity: 0; }
		100% { opacity: 0; }
	}	

	body img {
		animation: fadeIn 2s linear;
	}
	.entry-title a:hover {
		color: #93c90e;	
	}
	
	body span.sidebar-closer {
		display: block;
		position: absolute;
		z-index: 8;
		width: 50px;
		height: 50px;
		line-height: 44px;
		border-radius: 26px;
		padding: 0;
		margin: 0;
		right: 10px;
		top: 10px;	
		color: #ccc;
		font-size: 24px;
		font-weight: bold;
		float: right;
		text-align: center;
		background-color: #666;
		border: 1px solid #ccc;
		text-transform: uppercase;
	}
	span.sidebar-closer:hover {
		cursor: pointer;
		background-color: #999;
		transition: background-color 0.5s linear;
	}
	#second-sidebar a:hover {
		color: #fff;	
	}
	span.sidebar-closer > i {
		float: right;
		clear: right;
		line-height: 20px;
		display: inline-block;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		border-left: 1px  solid #333;
	}
	footer#colophon {
		background-color: #93c90e;
		line-height: 30px;
		padding: 10px 2%;
		width: 100%;
		display: none;
		visibility: hidden;	
	}
	#masthead {
		z-index: 999999;
		position: fixed;
	} 
	#news-scroll {
		position: fixed;
		z-index: 8;
	}
	body #main.site-main {
		margin-bottom: 0;
		padding-bottom: 50px;
	}
	body #main.site-main #primary article:first-child {
		margin-top: 40px !important;
	}
	#main > section {
		display: block;
		padding: 50px 2%;
		width: 96%;
		clear: both;
		position: relative;
		float: none;
		margin: 0 0 20px 0;	
	}
	#main > section form.search-form {
		max-width: 500px;	
	}
	#logged-in-user h2 {
		margin: 20px 0 0 0;
	}
	table#profile-view {
		font-size: 11px;
		color: #fff;
		border: 0;	
	}
	ul.mt-docs {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		clear: both;
	}
	ul.mt-docs li {
		display: block;
		position: relative;
		margin: 0 0 10px 0;
		padding: 5px 2%;
		width: 100%;
		width: calc(100% - 4px);
		clear: both;
		float: none;
		border-radius: 5px;
		border: 2px solid  #93c90e;
		background-color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
	ul.mt-docs li h3 a {
		font-size: 14px;
		color: #58595b;	
	}
	#main ul,
	#main ol {
		list-style: inside disc;
	}
	form#profile .left {
		width: 30%;
		float: left;
		clear: left;
		display: block;
		position: relative;
		margin: 0 3%;
		padding: 0;	
	}
	li.mortgagetree-events {
		background-color #98ff23 !important;
	}
	.ratesheet-creator {
		display: block;
		overflow: hidden;
		height: auto;
		width: 80%;
		max-width: 600px;
		padding: 0;
		margin: 0 auto;
		float: none;
		clear: both;
		border: 1px solid #ddd;
	}	
	.ratesheet-creator .sheet-main {
		width: 73%;
		float: right;
		clear: right;
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
	}
	.sheet-main .feature {
		background-color: #93c90e;
		display: block;
		width: 90%;
		margin: 20px auto;
		border: 3px solid #58595b;
		float: none;
		clear: both;
		padding: 5px 0;
		height: auto;
		overflow: hidden;
		border-radius: 10px;
	}
	.sheet-main .content {
		width: 90%;
		display: block;
		position: relative;
		margin: 0 auto;
		float: none;
		clear: both;
		font-size: 10px;
	}
	.content > h4 {
		margin: 0 0 10px 0;
		padding: 0;
		display: inline-block;
		position: relative;
		clear: both;
		background-color: #fff;
		font-size: 14px;
		color: #58595b;
		text-transform: none;
	}
	.sheet-main .main-part > h3 {
		width: 90%;
		margin: 0 auto;
		display: block;
		padding: 0;
		text-align: center;
		position: relative;
		clear: both;
		color: #93c90e;
	}
	.main-part > h3 em {
		text-transform: uppercase;
		font-style: normal;
		font-weight: bold;
		color: #58595b;	
	}
	.ratesheet-creator .leftside {
		background-color: #ddd;
		width: 25%;
		max-width: 160px;
		padding: 0;
		margin: 0;
		float: left;
		min-height: 690px;
		display: block;
		position: absolute;
		color: #58595b;
	}
	.ratesheet-creator .leftside > h2 {
		width: 90%;
		margin: 0 0 0 20px;
		margin-top: 130px;
		display: block;
		position: relative;
		padding: 0;
		float: none;
		clear: both;	
		font-size: 11px;
		text-transform: uppercase;
	}
	.ratesheet-creator .leftside > ul,
	.ratesheet-creator .leftside > span.date {
		width: 120px;
		margin: 0 0 0 20px;
		padding: 0;
		position: relative;
		float: none;
		font-size: 10px;
		display: block;
		clear: both;
	}
	.ratesheet-creator footer {
		display: block;
		position: relative;
		bottom: 0;
		clear: both;
		float: none;
		overflow: visible;
		height: auto;
		padding: 10px 0;
		min-height: 80px;
		background-color: #58595b;
		width: 100%;	
		background-image: url('/media/images/mortgagetree_logo_faded.png');
		background-position: top right;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	.ratesheet-creator footer .photo {
		width: 120px;
		float: left;
		clear: left;
		display: block;
		position: absolute;
		margin: 0 10px 0 20px;
		padding: 0;
		bottom: 20px;
		background-color: #fff;
		min-height: 150px;
	}
	footer .photo img {
		border: 2px solid #fff;
	}
	.ratesheet-creator .mt-card {
		float: left;
		width: 40%;
		clear: left;
		display: block;
		position: relative;
		padding: 0;
		margin: 0 0 0 5%;	
	}
	.ratesheet-creator .mt-card img {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		height: auto;	
	}
	.mt-card p {
		font-size: 9px;
		width: 90%;
		line-height: 130%;
		font-style: italic;	
		text-align: center;
		color: #58595b;
	}
	.ratesheet-creator .lenders {
		display: block;
		float: right;
		width: 50%;
		clear: right;
		margin-right: 5%;
	}
	.ratesheet-creator footer .info {
		width: auto;
		display: inline-block;
		float: left;
		clear: none;
		position: relative;
		margin: 0 0 0 160px;
		padding: 0;
		font-family: 'Open Sans Condensed', Arial, sans-serif;
	}
	footer .info span em {
		color: #93c90e;
		font-weight: bold;
		font-style: normal;
	}
	footer .info span.name {
		color: #93c90e;
		font-size: 14px;
		font-weight: bold;
		display: block;
		clear: both;
		margin: 0;
		padding: 0;
		line-height: 110%;
	}
	footer .info span.title {
		color: #ccc;
		font-size: 10px;
		text-transform: uppercase;
		display: block;	
	}
	header.sheet-logo {
		display: block;
		position: relative;
		width: 40%;
		clear: both;
		margin: 30px auto 15px auto;
		padding: 0;
	}
	header.sheet-logo img {
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
	}
	ul.rates-list {
		display: inline-block;
		width: 90%;
		padding: 0;
		margin: 0 0 20px 0 !important;
		position: relative;	
		float: none;
		clear: both;
		height: auto;
		overflow: hidden;
	}
	ul.rates-list li {
		font-size: 10px;
		display: block;
		width: 100%;
		position: relative;
		clear: both;
		padding: 0;
		margin: 0;	
		font-family: 'Open Source Condensed', sans-serif;
	}
	ul.rates-list br {
		display: block;
		height: 10px;
		width: 100%;	
	}
	ul.rates-list li .desc {
		width: 60%;
		float: left;
		clear: left;	
		display: block;
		text-transform: uppercase;
	}
	ul.rates-list li .desc em.small {
		font-size: 0.8em;
		font-weight: normal;
		font-style: italic;
		text-transform: none;
	}
	ul.rates-list li .rate {
		width: 40%;
		float: right;
		clear: right;
		display: block;
		font-weight: bold;	
		text-align: right;
	}
	.feature .rate {
		width: 45%;
		float: left;
		clear: left;
		position: relative;
		display: block;
		margin: 0;
		padding: 0 0 0 3%;
		text-align: right;
		font-weight: bold;
		color: #fff;
		font-size: 26px;
		line-height: 30px;
	}
	.feature .term {
		width: 52%;
		padding: 0 3% 0 3%;
		display: block;
		line-height: 30px;
		text-transform: uppercase;
		float: right;
		clear: right;
		position: relative;
		margin: 0;
		font-size: 18px;
		text-align: left;
		color: #fff;
		font-weight: bold;
		border-left: 2px solid #fff;
	}
	ul.outlined {
		border: 2px solid #93c90e;
		border-left: 0;
		border-right: 0;
		margin-top: -18px;
		padding: 15px 0;
	}
	footer span.email,
	footer span.phone,
	footer span.web {
		color: #ccc;	
		font-weight: 300;
		font-size: 13px;
		margin-right: 10px;
	}
	.lenders h5 {
		font-size: 14px;
		color: #58595b;
		text-transform: uppercase;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		display: block;
	}
	.lenders ul {
		display: block;
		margin: 0;
		padding: 0;
	}
	.lenders ul li {
		display: block;
		float: left;
		max-width: 50%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		clear: none;	
	}
	.lenders ul li:first-child {
		float: left;
		clear: left;
	}
	.lenders ul li:nth-child(2),
	.lenders ul li:last-child {
		float: right;
		clear: right;
	}

	.lenders ul li img {
		width: 80%;
		height: auto;
		float: none;
		display: block;
		margin: 0 auto;
		clear: both;
		position: relative;	
	}
	.rate-chooser {
		display: block;
		width: 100%;
		max-width: 600px;
		position: relative;
		float: none;
		margin: 0 auto 20px auto;
		overflow: hidden;
		height: auto;
		clear: both;
	}
	.rate-chooser form {
		width: 100%;
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		clear: both;
	}
	span.mt-date {
		width: 22%;	
		font-weight: 300;
		font-size: 13px;
		text-transform: uppercase;
	}
	#rate-submit {
		float: left;
		clear: left;
		background-color: #58595b;
	}
	select#chosen-rate {
		font-family: 'Open Sans', Arial, sans-serif;
		float: left;
		clear: left;
	}
	.rate-chooser h2 {
		font-size: 18px;
		font-family: 'Open Sans', Arial, sans-serif;
		color: #58595b;
		margin: 20px 0 10px 0;
		padding: 0;
		display: block;	
	}
	.rate-chooser .intro {
		font-size: 12px;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.print-it {
		display: inline-block;
		float: left;
		clear: both;
		position: relative;
		margin: 20px 0 0 0;
		padding: 0 10px;
		width: auto;
		font-size: 18px;
		border-radius: 3px;
		line-height: 42px;
		letter-spacing: 1px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
		background-color: #58595b;
	}
	.rate-chooser a.print-it:hover {
		background-color: #93c90e;
		color: #fff;
	}
	.ratesheet .leftside h3 {
		margin: 5px auto 5px auto;
		padding: 0;
		display: block;
		float: none;
		clear: both;
		position: relative;
		font-size: 12px;
		width: 120px;
		font-weight: bold;	
	}
	.site-header .user-photo {
		float: right;
		clear: right;
		position: relative;
		margin: 0 0 0 8px;
		padding: 0;
		height: 60px;
		width: 60px;
		border-radius: 30px;
		overflow: hidden;
		display: inline-block;
		overflow: hidden;
	}
	.user-photo:hover {
		cursor: pointer;
		box-shadow: 0 0 5px #93c90e;
	}
	.site-header .user-photo > img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		max-width: 60px;	
	}
	#usernav.off {
		display: block;
		width: 300px;
		position: absolute;
		top: 0;
		height: 0;
		overflow: hidden;
		margin: 0;
		padding: 0;
		border: 1px solid transparent;
	}
	#usernav.on {
		height: auto;
		border: 1px solid #ddd;
		right: 0;
		top: 80px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 2px 2px 5px #555;
	}
	#usernav h2 {
		font-size: 11px;
		font-style: italic;
		font-weight: 300;
		color: #58595b;
		padding: 0 10px;
		display: block;
		width: 100%;
		margin-top: 5px;	
	}
	#usernav ul {
		display: block;
		padding: 10px;
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
	}
	#usernav ul li {
		width: 47%;
		float: left;
		margin: 0 0 10px 0;
		padding: 0;
		clear: left;
		display: block;
		position: relative;
		min-height: 100px;
		text-align: center;
		color: #58595b;
		font-weight: bold;
		font-size: 15px;
		
	}
	#usernav ul li a {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		position: relative;
		margin: 0;
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 20px 0;	
		color: #777;
		background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #f1f1f1 60%, #ddd 100%);
	}
	#usernav ul li i {
		width: 50%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		display: block;
		position: relative;
		clear: both;
		font-size: 40px;
	}
	#usernav ul li a:hover {
		background-color: #fff;
		background-image: none;
		color: #93c90e;
	}
	#usernav ul li:nth-child(2),
	#usernav ul li:nth-child(4) {
		float: right;
		clear: right;
	}
	#eventbar h2 {
		font-size: 13px;
		margin: 5px 0 10px 0;
	}
	#eventbar .end {
		display: none;
		visibility: hidden;	
	}
	#eventbar .start {
		width: 92%;
		position: relative;
		margin: 0 auto;
		float: none;
		background-color: transparent;
		text-align: left;
		padding: 0 10px;
		display: block;
		max-width: 100%;
	}
	#eventbar header a h3 {
		margin-bottom: 0;
	}
	#eventbar footer {
		display: none;
		visibility: hidden;
	}
	#eventbar em.time {
		clear: none;
		display: inline-block;
		margin-left: 10px;
		width: auto;
	}
	#eventbar ul.mtevent-widget {
		margin-bottom: 0;
		
	}
	a.morelink:hover {
		color: #fff;	
		text-decoration: underline;
	}
	#left-sidebar a.morelink:hover {
		color: #58595b;
		text-decoration: underline;
	}
	#left-sidebar aside#expandable {
		padding-top: 0;
		width: auto;
		display: block;
		margin: 0 20px 30px 20px !important;	
	}
	.featured-posts {
		display: block;
		padding: 0 0 20px 0;
	}
	body.single #main .entry-content {
		width: 100%;
	} 
	body .site-header-menu {
		width: auto;	
	}
	.meta h4 {
		color: #58595b;
		font-size: 12px;
		font-weight: 300;
	}
	#comments {
		padding: 20px;
		margin: 30px 0;
		display: block;
	}
	#comments h2#reply-title,
	#comments h2.comments-title {
		border: 0;
		font-size: 18px;
		color: #58595b;
	}
	div.nav-links > div {
		width: 50%;
		margin: 0;
		padding: 0;
		font-size: 15px;	
		display: inline-block;
		float: left;
	}
	.post-navigation a {
		padding: 20px;
	}
	.post-navigation a:hover > span.post-title {
		color: #93c90e;
	}
	.nav-next a {
		text-align: right;
	}
	#comments ol {
		display: block;
		padding: 0;
		margin: 0;
	}
	#comments article {
		border: 0;	
	}
	#comments ol li {
		display: block;
		float: none;
		clear: both;
		padding: 0;
		border: 0;
		margin: 0 0 10px 0;
		border: 1px solid #ddd;
		border-radius: 10px;
		overflow: hidden;	
		background-color: #f1f1f1;
	}
	#comments ol.children {
		border: 0;	
	}
	#comments ol.children li {
		margin-left: 80px;
		background-color: transparent;
		border: 0;
		border-radius: 0;
	}
	#comments ol.children li article {
		border: 0;
	}
	#comments #respond {
		margin-right: 20px;
	}
}




