
Theme Name: Idaho Housing and Finance Association
Theme URI: https://www.valice.com/
Description: An Accessible Theme for Idaho Housing and Finance Association
Author: Valice
Author URI: https://www.valice.com

Theme Version: 9999.9999.9999

Template: genesis
Template Version: 2.2.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Toggle
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 15px;
   	font-size: 1.5rem;
}

body {
	background-color: #f2f4f3;
	color: #666;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
}

.crimson {
	font-family: 'Crimson Text', serif;
}

.karla {
	font-family: 'Karla', sans-serif;
}	

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #1465a1;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 18px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.content li,
.entry li,
.pre-content li,
.light-blue-background li {
	list-style-type: disc;
}

.blue-bar-full li,
.blue-bar li {
	list-style-type: none;
	margin-left: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 3px solid #ddd;
	clear: both;
	margin: 1em 0;
}

hr.thin {
	border-top: 1px solid #ddd;
}

hr.light-blue {
	border-top: 3px solid #009cf4;
}

.center p,
.center h2,
.center h3,
.center h4 {
	text-align: center;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1, h2 {
	font-size: 30px;
	font-size: 3rem;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	color: #1465a1;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
}

h4 {
	font-size: 14px;
	font-size: 1.4rem;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
}

h6 {
	font-size: 13px;
	font-size: 1.3rem;
}

h3, h4, h5, h6 {
	font-family: 'Karla', sans-serif;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #029dfa;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 6px 10px;
	text-transform: uppercase;
	width: auto;
	text-decoration: none;
	margin-top: 20px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #1465a1;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #1465a1;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
	background: #fff;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;	
}

.breadcrumb {
	margin-top: 130px;
	background: #f5f5f5;
}

.site-inner {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 64%;
	float: left;
}

.full-width-content.full .content,
.full-width-content.events-archive .content {
	width: 100%;
}

.side-content {
	width: 34%;
	float: right;
	padding: 30px 20px 0 0;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	padding: 10px 30px 10px 0;
	text-align: right;
	font-size: 13px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
	margin-bottom: 10px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search input {
	padding: 2px;
	font-size: 14px;
	font-size: 1.4rem;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #1465a1;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #1465a1;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff;
	box-shadow: 0px 10px 10px #ccc;
	top: 44px;
	position: fixed;
	z-index: 999;
	width: 100%;
}

.site-header .wrap {
	padding: 0;
}

.site-header .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
	padding: 15px 10px 15px 10px;
	color: #666;
	font-size: 14px;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 200px;
	margin: 15px 0 5px 30px;
}

.admin-bar .title-area {
	margin-top: 47px;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.site-header .site-title > a {
	background-size: contain !important;
	display: block;
	background: url(~/Images/logo.png) no-repeat;
	width: 200px;
	height: 50px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.site-title {
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #1465a1;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

/*.genesis-nav-menu .menu-item:hover {
	position: static;
}*/

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

*/.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}*/

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu,
.pre-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu,
.pre-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li,
.pre-header .genesis-nav-menu li li  {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
}

.admin-bar .nav-primary {
	margin-top: 32px;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #1465a1;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #fff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#fff, #fff, #ccc 100%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #fff, #ccc 100%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #fff, #ccc 100%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #fff, #ccc 100%); /* Standard syntax */
	top: 0;
	position: fixed;
	height: 44px;
	width: 100%;
	z-index: 9999;
}

.nav-secondary .genesis-nav-menu {
	float: right;
	text-align: right;
	padding-right: 30px;
}

.admin-bar .nav-secondary {
	top: 32px;
}



/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	padding: 30px 20px 30px 80px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul,
.pre-content ul,
.resp-tab-content ul,
.light-blue-background ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

ul.no-space {
	margin-top: -18px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry ul > li > ul > li {
	list-style-type: none;
	text-indent: -10px;
}

.entry ul > li > ul > li:before {
	content: "-";
	margin-right: 5px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #1465a1;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	color: #1465a1;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #05ac6f;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 100px;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	display: inline;
}

.footer-widgets .widget {
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 1240px;
	margin: 0 auto;
	padding: 40px 40px 20px 40px;
	text-align: center;
	border-bottom: solid 10px #049b6b;
}

.footer-widgets-1 ul.menu > li a {
	padding: 0 20px 0 20px;
	text-decoration: none;
}

.footer-widgets-1 ul.menu > li a:hover {
	color: #666;
}

.footer-widgets-1 ul.menu > li:after {
	content: '/';
	color: #049b6b;
}

.footer-widgets-1 ul.menu > li:last-child:after {
	content: '';
}

.footer-widgets-2,
.footer-widgets-3 {
	margin: 20px 0 20px 0;
	width: 50%;
}

.footer-widgets-2 .widget,
.footer-widgets-3 .widget {
	padding: 0 100px 0 80px;
}

.footer-widgets-1,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-2 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* # Toggles
---------------------------------------------------------------------------------------------------- */

.toggleable > .toggle-handle {
	cursor: pointer;
}
.toggleable > .toggle-body {
    display: none;
}

.toggle-body {
	margin-left: 40px;
}

.toggle-handle h2,
.toggle-handle h3 {
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	color: #666;
	font-weight: 300;
	border-bottom: 2px solid #ccc;
}

.toggleable .toggle-handle h2::before,
.toggleable .toggle-handle h3::before,
.resp-arrow  {
	content: url(~/Images/plus.png);
	width: 30px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.toggleable.open .toggle-handle h2::before,
.toggleable.open .toggle-handle h3::before,
h2.resp-tab-active span.resp-arrow  {
    content: url(~/Images/minus.png);
}



/* # Featured Image / Gradient Center Page
---------------------------------------------------------------------------------------------------- */

.featured-image {
	position: relative;
	margin: auto;
   	width: 100%;
	border-bottom: 10px solid transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	-moz-border-image: -moz-linear-gradient(right, #05ac6f 0%, #1465a1 100%);
	-webkit-border-image: -webkit-linear-gradient(right, #05ac6f 0%, #1465a1 100%);
	-o-border-image: -o-linear-gradient(right, #05ac6f 0%, #1465a1 100%);
	border-image: linear-gradient(to left, #05ac6f 0%, #1465a1 100%);
	background: -ms-linear-gradient(left, #05ac6f 0%, #1465a1 100%);
	border-image-slice: 1;
	line-height: 0;
}

.home .featured-image {
	border: none;
	margin-top: 124px;
}


/*.featured-image-wrapper {
	position: absolute;
   	top: 50%;
	width: 100%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}*/

.featured-image img {
	width: 100%;	
}

.gradient .breadcrumb{
	border-bottom: 10px solid transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	-moz-border-image: -moz-linear-gradient(right, #05ac6f 0%, #1465a1 100%);
	-webkit-border-image: -webkit-linear-gradient(right, #05ac6f 0%, #1465a1 100%);
	border-image: linear-gradient(to left, #05ac6f 0%, #1465a1 100%);
	border-image-slice: 1;
}

.gradient .content {
	width: 100%;
	text-align: center;
}


/* # Documents
---------------------------------------------------------------------------------------------------- */

h3.documents::before,
a.documents::before,
h2.documents::before {
	content: url(~/Images/acrobat.png);
	width: 20px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

h3.documents {
	margin-bottom: 0;
}

h2.documents {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	color: #333;
}
	

ul.documents {
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 0;
}

ul.documents > li {
	list-style-type: none;
}

/* # Full Width Region (testimonials)
---------------------------------------------------------------------------------------------------- */

.full-width-region-page {
	background: url(~/Images/testimonial-background.png) no-repeat;
	background-size: 100%;
	background-position: center bottom;
	height: 330px;
	overflow: hidden;
}

.full-width-region-wrap {
	display: table;
	height: 330px;
	margin: 0 auto;
}

.full-width-region-page .testimonial {
	width: 800px;
	color: rgba(255,255,255,0.85);
	font-family: 'Crimson Text', serif;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0 auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.testimonial-slider {
	margin: 0 auto;
	float: none;
	font-family: 'Crimson Text', serif;
	font-size: 30px;
	font-size: 3.0rem;
	color: #fff;
	width: 800px;
	text-align: center;
}

ol.flex-control-nav {
	margin-top: 10px;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	cursor: default;
}

.blue-bar-full h2 {
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	color: #009cf4;
	font-size: 24px;
	font-size: 2.4rem;
}

.blue-bar-full ul {
	margin: 0;
}
	

.testimonial p {
	margin: 0;
}

.testimonial .testimonial-author,
.testimonial-slider .testimonial-author {
	font-size: 20px;
	font-size: 2.0rem;
}

/* # Impact Slider
---------------------------------------------------------------------------------------------------- */

.impact-slider {
	width: 1280px;
	margin: 0 auto;
}

.impact-image {
	float: left;
	width: 30%;
	height: 300px;
	overflow: hidden;
}

.impact-content {
	width: 65%;
	float: right;
	color: #fff;
	text-align: left;
}

/* # Pre Footer Region (features)
---------------------------------------------------------------------------------------------------- */

.pre-footer .content {
	width: 100%;
}

.pre-footer .absolute-footer {
	margin-top: 100px;
	margin-bottom: -100px;
	float: left;
	text-align: center;
}

/* # Related Products / Pages
---------------------------------------------------------------------------------------------------- */

.related-products {
	float: left;
	width: 100%;
}

.related-product {
	float: left;
	text-align: center;
	width: 25%;
	padding: 20px;
	height: 260px;
}


/* # Full Width Color Region (forms and side toggles)
---------------------------------------------------------------------------------------------------- */

.full-width-color-region-page {
	background: #f2f4f3;
}

/* # Contact Box / Sidebar
---------------------------------------------------------------------------------------------------- */

.contact-box {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
}

.light-blue-background { 
	padding: 20px;
	margin-bottom: 20px;
	background: #e3fbfb;
}

.light-blue-background .location {
	line-height: 1.4;
}

.contact-box h3,
.contact-box h2 {
	text-transform: uppercase;
	color: #666;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Karla', sans-serif;	
}

.light-blue-background h2 {
	text-transform: uppercase;
	color: #666;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Karla', sans-serif;
}

.contact-box strong {
	color: #666;
}

.location {
	margin-bottom: 20px;
}

.location-first p {
	margin: 0;
}

.contact-box .location p {
	margin: 0;
}

h2.light-blue-bar {
	width: 100%;
	background: #e3fbfb;
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	padding: 5px 30px;
	color: #333;
}

.side-content h3.documents {
	margin-top: 10px;
}

.side-content h2.grey-heading {
	margin-bottom: 10px;
	line-height: 1;
}

.heading {
	color: #1465a1;
	font-size: 30px;
	font-size: 3rem;
	font-family: 'Crimson Text', serif;
}

.light-blue-background .steps {
	background: #ccc;
	border-radius: 40px;
	font-size: 30px;
	font-size: 3rem;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Crimson Text', serif;
	letter-spacing: -2px;
}

.light-blue-background .five-sixths {
	margin-top: 5px;
	margin-bottom: 10px;
}

.logos {
	width: 46%;
	margin: 10px 2% 10px 2%;
	float: left;
}

.logos img {
	max-width: 100px;
}


/* # Contacts in Content and Contact Form
---------------------------------------------------------------------------------------------------- */

.content-location {
	float: left;
	width: 25%;
	height: 220px;
	padding: 0 10px;
}

h2.contacts {
	color: #666;
	font-family: 'Karla', sans-serif;
	clear: both;
	font-size: 24px;
	font-size: 2.4rem;
}

.contact-form {
	width: 60%;
}

/* # Search
---------------------------------------------------------------------------------------------------- */

.search .content {
	width: 100%;
	margin-left: 30px;
}

.search .entry-title a {
	font-size: 20px;
	font-size: 2rem;
	font-family: 'Karla', sans-serif;
	color: #1465a1;
}

.archive-description {
	padding: 10px;
	margin-bottom: 10px;
}

.search .entry {
	padding: 10px;
}


/* # Videos, Newsletters
---------------------------------------------------------------------------------------------------- */

.videos-container,
.newsletter-container,
.report-container {
	float: left;
	width: 100%;
}

.video-list,
.newsletter,
.community-report {
	float: left;
	width: 23%;
	margin: 10px 1% 10px 1%;
	text-align: center;
}

.video-list {
	height: 200px;
}

.video-list-3 {
	float: left;
	width: 31%;
	margin: 10px 1% 10px 1%;
	text-align: center;
}

.video-list-3 .video-title a {
	color: #1465a1;
}

.newsletter {
	height: 300px;
}

.community-report {
	height: 260px;
}

.newsletter-image  {
	max-width: 260px;
	height: 207px;
	overflow: hidden;
	margin: 0 auto;
}

.community-report-image {
	max-width: 216px;
	height: 160px;
	margin: 0 auto;
}

.newsletter-image img,
.community-report-image img {
	height: 100%;
	width: auto;
}

.video-popup {
	text-align: center;
}

.video-title a {
	color: #333;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
}

.newsletter-information {
	line-height: 1;
	margin-top: 10px;
}

.newsletter-link-item {
	margin-bottom: 10px;
	margin-left: 30px;
}

.mobile-videos {
	display: none;
}
/* # News Releases Single Page
---------------------------------------------------------------------------------------------------- */

.release-notes {
	width: 100%;
	float: left;
}

.release-notes .release-date {
	float: left;
	margin-bottom: 20px;
	width: 50%;
}

.release-notes .release-contact {
	float: right;
	margin-bottom: 20px;
	width: 50%;
	text-align: right;
}

.release-content {
	width: 100%;
	float: left;
}

.single .content {
	width: 100%;
}

/* # Board
---------------------------------------------------------------------------------------------------- */

.team {
	float: left;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

.team-member-title {
	color: #009cf4;
}

.team-bio {
	margin-top: 10px;
}

.team-image {
	float: left;
	padding-right: 20px;
	max-height: 250px;
	overflow: hidden;
}

.team-image img {
	max-width: 150px;
}

.board-members {
	width: 270px;
	background: #f5f5f5;
	height: 540px;
	float: left;
	margin: 0 1% 20px 1%;
	position: relative;
}

.board-image {
	width: 100%;
	max-height: 275px;
	overflow: hidden;
}

.board-image img {
	width: 100%;
}

.board-members h3 {
	color:  #1465a1;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	margin: 0;
 	left: 0;
	top: 380px;
}

.appointed {
	text-transform: uppercase;
	font-weight: 700;
}

.board-content {
	float: left;
	padding: 20px;
	width: 100%;
}

.board-details {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	margin: 0;
}

.board-members h2 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 0;
}

/* # Lender Trainings
---------------------------------------------------------------------------------------------------- */

.lender-training {
	float: left;
	width: 100%;
	margin: 0 auto 20px auto;
}

.lender-training-date {
	float: left;
	width: 80px;
	text-align: center;
	color: #000;
	margin-right: 40px;
}

.lender-training-date .lender-training-day {
	border-bottom: 3px solid #009cf4;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
}

.lender-training-month {
	margin-top: 5px;
}

.lender-training-title {
	font-weight: bold;
}

.lender-training-title a {
	text-decoration: none;
}

.lender-training-description {
	float: left;
}

.page .tribe-mini-calendar-event .list-date .list-daynumber {
	color: #666;
	border-top: 2px solid #029dfa;
	font-size: 30px;
	font-size: 3rem;
	padding-top: 5px;
}

.page .tribe-mini-calendar-event .list-info {
	margin-top: 20px;
}

.page .tribe-mini-calendar-event .list-info,
.page .tribe-mini-calendar-event .list-info h2 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.page p.tribe-events-widget-link {
	padding-top: 10px;
	border-top: 2px solid #ccc;
}

.events-archive .archive-description {
	display: none;
}

.circle-image img {
	border-radius: 100%;
	margin-bottom: 10px;
}

/* # Page Templates
---------------------------------------------------------------------------------------------------- */

.no-title header.entry-header {
	display: none;
}

.featured-section {
	float: left;
	width: 33.333%;
	margin: 0;
	padding: 5px 15px 20px 15px;
	text-align: center;
	color: #666;
	line-height: 1.6;
}

.featured-section h2 {
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
}

.light-blue {
	background: #e3fbfb;
}

h2.blue-bar-heading {
	text-align: center;
	color: #fff;
	font-family: 'Karla', sans-serif;
	background: #009cf4;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
	padding: 16px;
}

.pre-content .wrap {
	padding: 30px 80px;
}
	

/* # Horizontal Rate
---------------------------------------------------------------------------------------------------- */

.blue-bar {
	width: 100%;
	background: #0166a4;
	text-align: center;
	padding: 15px 0 10px 0;
	height: 90px;
}

.blue-bar-full {
	padding: 20px;
	height: auto;
	float: left;
	width: 100%;
	background: #0166a4;
	text-align: center;
}

.blue-bar a {
	color: #fff;
	text-decoration: none;
}

.horizontal-rate {
	max-width: 600px;
	margin: 0 auto;
}

.box-rate {
	width: 350px;
	margin: 0 auto 10px auto;
	padding: 15px 40px 15px 30px;
	border: 3px solid #009cf4;
	line-height: 1;
}

.horizontal-house-icon,
.house-icon { 
	float: left;
	position: relative;
	margin-right: 12px;
}

.horizontal-house-icon img {
	width: 70px;
}

.horizontal-rate .rate-intro-text {
	color: #fff;
}

.box-rate .house-icon img {
	width: 90px;
}

.horizontal-rate .rate,
.horizontal-rate .rate-details {
	float: left;
}

.box-rate .rate {
	font-size: 66px;
	font-size: 6.6rem;
	font-weight: 600;
	font-family: 'Crimson Text', serif;	
	color: #666;
	letter-spacing: -1px;
}


.box-rate .rate .apr-text {
	color: #009cf4;
	font-size: 36px;
	font-size: 3.6rem;
}

.box-rate .apr-rate {
	float: left;
	border-top: 2px solid #009cf4;
	padding-top: 10px;
	margin-top: 10px;
}

.box-rate .rate-details {
	line-height: 1;
	font-size: 18px;
	font-size: 1.8rem;
}

.horizontal-rate .big-rate {
	font-size: 56px;
	font-size: 5.6rem;
	color: #fff;
	text-align: left;
	font-family: 'Crimson Text', serif;
}

.horizontal-rate .rate {
	padding-right: 12px;
	border-right: 3px solid #009cf4;
	line-height: 1;
}

.horizontal-rate .rate-details {
	margin-left: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #009cf4;
	text-align: left;
}

.horizontal-rate .rate-details .apr-text {
	font-size: 20px;
	font-size: 2rem;
}

.horizontal-rate .rate-link {
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
}

/* # Quarterly Payment Winner
---------------------------------------------------------------------------------------------------- */

.quarterly-winner {
	width: 100%;
	text-align: center;
}

.quarterly-winner-headline {
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
}

.quarterly-winner-name {
	font-family: 'Crimson Text', serif;
	margin-bottom: 10px;
	font-weight: 700;
}

.quarterly-winner-content {
	padding: 5px 20px 5px 20px;
	color: #666;
}

.quarterly-winner-content p {
	margin-top: 10px;
}

/* # About
---------------------------------------------------------------------------------------------------- */

.mission {
	padding: 60px 100px 40px 40px;
}

.mission {
	font-size: 2.2rem;
	font-size: 22px;
	color: #1465a1;
	font-family: 'Crimson Text', serif;
}
	

/* # Lenders
---------------------------------------------------------------------------------------------------- */

.search-intro {
	margin-top: -60px;
	width: 55%;
	float: left;
}

.lender-search-box {
	float: right;
	width: 42%;
	background: #e3fbfb;
	margin: -100px 20px 0 0;
	padding: 40px;
}

.lender-search-box input {
	float: left;
	width: 70%;
	padding: 5px;
}

.lender-search-box input[type="submit"] {
	float: right;
	width: 25%;
	margin-top: 0;
	line-height: 1.4;
}

.lender-list h2 {
	clear: both;
}

.lender-list-item {
	width: 23%;
	height: 110px;
	margin: 0 1% 20px 1%;
	float:left;
}

#directory-pagination {
	clear: both;
}

h2.grey-heading {
	text-transform: uppercase;
	color: #666;
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	clear: both;
	text-align: center;
	margin-bottom: -10px;
}

.top-lender-list {
	float: right;
	position: relative;
	left: -50%;
}

.top-lender {
	text-align: center;
	float: left;
	margin: 0 10px 20px 10px;
	left: 50%;
	position: relative;
	height: 100px;
}

.top-lender-image img {
	max-width: 170px;
}

.loan-officer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

#directory-pagination {
	background: #f5f5f5;
	padding: 5px;
	margin-bottom: 20px;
}

/* # Tabs
---------------------------------------------------------------------------------------------------- */

.resp-tab-content h2 {
	color: #666;
	font-weight: 400;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Karla', sans-serif;
}

h2.resp-accordion {
	font-family: 'Karla', sans-serif;
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */

.home-top-left-wrap {
	width: 62%;
	float: left;
}

.home-top-left {
	float: right;
	margin-left: 30px;
	width: 850px;
}

.home-top-right-wrap {
	width: 38%;
	float: right;
}

.home-top-right {
	float: left;
	width: 400px;
}

.home-top-right .box-rate {
	border: none;
	padding: 50px 40px 0 25px;
}

.home-features {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	padding-top: 50px;
	height: 280px;
}

.home-features.grey {
	background: #f5f5f5;
}

.home-features .icon {
	position: absolute;
   	top: -20px;
    	width: 100%;
}

.home-features .intro {
	padding: 10px 20px 10px 20px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight 700;
	color: #333;
}

.home-features hr {
	width: 60px;
	margin: 12px auto 5px auto;
	border-top: 4px solid #ddd;
}

.home-features .feature-title {
	color: #1465a1;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	line-height: 1;
	font-size: 16px;
	font-size: 1.6rem;
}

.home-features a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
}

.home-features p {
	margin-bottom: 10px;
}	

.home-right {
	width: 38%;
	background: #dafbf9;
	height: 280px;
	float: right;
	border-left: 10px solid #fff;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 10px 0 10px 0;
}

.home-right-wrap {
	float: left;
	padding: 40px 10px 0 40px;
	width: 350px;
}

.home-left {
	background: url(~/Images/blue-blur-background.jpg)no-repeat;
	height: 280px;
	background-size: 100% 100%;
	width: 62%;
	float: left;
	margin: 10px 0 10px 0;
}

.home-left-wrap {
	width: 800px;
	float: right;
	padding: 40px 60px 0 60px;
	text-align: center;
}

.home-left h1 {
	color: #fff;
}

.home-left a.button {
	background: none;
	border: 3px solid #fff;
	border-radius: 0;
	text-transform: none;
	font-size: 20px;
	font-size: 2rem;
}

h2.payment {
	color: #666;
	font-family: 'Karla', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}

h2.payment:before {
	content: url(~/Images/account-icon.png);
	margin-right: 20px;
}
	
.home-overlay {
	position: absolute;
	top: 200px;
	left: 0;
	z-index: 1;
	color: #fff;
	width: 500px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 80px;
}

.home-overlay p {
	text-shadow: 1px 1px #666;
}

.home-overlay h1 {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
}

.overlay-container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
	

/* # Mortgage Calculator
---------------------------------------------------------------------------------------------------- */

.financial-calculator {
	padding-bottom: 100px;
	float: left;
	width: 100%;
}

.calculator-inputs,
.calculator-results {
	float: left;
	width: 50%;
}

.calculator-inputs {
	padding-right: 40px;
	border-right: 3px solid #ccc;
}

.calculator-inputs label {
	float: left;
	width: 76%;
	height: 60px;
	line-height: 2;
}

.calculator-inputs input {
	float: right;
	width: 20%;
}

.before-label {
	width: 4%;
	float: left;
	line-height: 2;
}

.calculator-inputs input[type=submit],
.calculator-inputs input[type=button] {
	border: none;
	float: left;
}

.after-label {
	float: left;
	margin-left: 5px;
	line-height: 2;
}

.rate-inputs,
.length-inputs {
	float: left;
	width: 50%;
}

.rate-inputs label,
.length-inputs label  {
	width: 100%;
	float: left;
	height: auto;
}

.rate-inputs input,
.length-inputs input {
	float: left;
	width: 125px;
}

.calculator-results {
	padding-left: 40px;
}

.calculator-results label {
	float: left;
	width: 100%;
}


.financial-calculator h2 {
	color: #009cf4;
}

.financial-calculator .calculator-results h2:before {
	content: url(~/Images/calculator.png);
	vertical-align: middle;
	display: inline-block;
}

.financial-calculator input {
	padding: 5px;
	border: 2px solid #ccc;
}

input#monthlypayment,
input#houseprice,
.calculator-results .before-label {
	border: none;
	font-family: 'Crimson Text', serif;
	font-size: 30px;
	font-size: 3rem;
	padding: 0;
}

input#monthlypayment,
input#houseprice {
	float: left;
	width: 96%;
}

.calculator-results .before-label {
	line-height: 1.4;
}

.house-price-result,
.payment-result {
	margin-bottom: 20px;
	float: left;
	width 100%;
}

/* # Forms
---------------------------------------------------------------------------------------------------- */

.eligibility-form input[type=email], 
.eligibility-form input[type=number], 
.eligibility-form input[type=password], 
.eligibility-form input[type=tel], 
.eligibility-form input[type=text], 
.eligibility-form input[type=url] {
	padding: 10px !important;
}

.eligibility-form select {
	height: 40px;
	padding: 0 10px 0 10px;
}

.steps a {
	display: inline-block;
	font-size: 26px;
	font-size: 2.6rem;
	text-transform: uppercase;
	padding: 10px;
	color: #029dfa;
	text-decoration: none;
	height: 44px;
	width: 118px;
	line-height: 1;
	background-size: contain;
}

.steps .stepcurrent {
	color: #fff;
	background: url(../Images/step-bg.png)no-repeat;
}

.steps .stepinactive {
	color: #CCCCCC;
}

.steps .stepactive:hover {
	color: #fff;
	background: url(../Images/step-bg.png)no-repeat;
}

.steps .stepinactive {
	color: #D1D1D1;
}

.eligibility-form .options-border {
	border-right: 3px solid #009cf4;
}

.itemerrormessage {
	color: red;
}

.eligibility h2:before {
	content: url(../Images/check_house_icon.png);
	width: 60px;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}


.eligibility-form_wrapper .gform_page_footer {
		border: none !important;
}

.eligibility-form_wrapper,
.gform_wrapper {
	position: relative;
}

li.hard_right {
	position: absolute;
	right: 20px;
	top: 150px;
}

li.blue_label .gfield_label {
	text-transform: uppercase;
	color: #009cf4;
}

.gform_wrapper li.gfield.option_1,
.gform_wrapper li.gfield.option_2 {
	border-right: 3px solid #009cf4;
	height: 450px;
	padding-right: 10px;
}

@media only screen and (max-width: 1280px) {

	.steps .stepcurrent {
		font-size: 20px;
		font-size: 2rem;
		height: 34px;
		width: 90px;
		background-size: 90px 34px;
	}

	.steps .stepinactive {
		font-size: 20px;
		font-size: 2rem;
		height: 34px;
		width: 90px;
		color: #CCCCCC;
	}

	.steps .stepactive {
		font-size: 20px;
		font-size: 2rem;
		height: 34px;
		width: 90px;
	}

	.steps .stepactive:hover {
		font-size: 20px;
		font-size: 2rem;
		height: 34px;
		width: 90px;
		color: #fff;
		background-size: 90px 34px;
	}

	.steps .stepinactive {
		font-size: 20px;
		font-size: 2rem;
		height: 34px;
		width: 90px;
		color: #D1D1D1;
	}
}

@media only screen and (max-width: 1140px) {

	.eligibility-form_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
		width: 100% !important;
	}
}

@media only screen and (max-width: 960px) {

	.gf_left_third,
	.gf_right_third,
	.gf_middle_third {
		width: 100% !important;
	}

	.gform_wrapper .eligibility-form .top_label li.gfield.gf_middle_third, 
	.gform_wrapper .eligibility-form .top_label li.gfield.gf_right_third {
		margin-left: 0 !important;
	}

	.eligibility-form .one-third {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.gform_wrapper li.gfield.option_1,
	.gform_wrapper li.gfield.option_2 {
		border: none;
		height: auto;
	}

	.eligibility .one-third,
	.eligibility .two-thirds {
		width: 100%;
		margin: 0 0 10px 0;
	}

	li.hard_right {
		position: relative;
		top: auto;
		right: auto;
	}
	
}

/* # Footer Logos
---------------------------------------------------------------------------------------------------- */

ul.housing-icons li {
	margin-right: 10px;
}

.powered-by,
.copyright {
	font-size: 80%;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	line-height: 1;
}

.content .tablepress thead th {
	background-color: #e4fbfb;
	padding: 5px 3px;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap,
	.impact-slider {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 200px;
	}

	.footer-widgets-1 {
		width: 1140px;
	}

	.featured-image {
		height: auto;
	}

	.featured-image-wrapper {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 -5px 0;
		transform: none;
	}

	.featured-image img {
		width: 100%;	
	}

	.box-rate {
		width: 100%;
		max-width: 350px;
	}

	.entry {
		padding: 30px 20px;
	}

	.footer-widgets-1 ul.menu > li a {
		padding: 0 10px 0 10px;
	}

	.board-members {
		margin: 0 40px 20px 40px;
	}

	.home-top-left {
		width: 740px;
		margin: 0;
	}

	.home-features {
		margin-top: 5px;
	}

	.home-left-wrap,
	.home-right-wrap {
		width: 100%;
	}

}

@media only screen and (max-width: 1140px) {

	.site-inner,
	.wrap,
	.impact-slider {
		max-width: 960px;
	}

	.footer-widgets-1 {
		width: 960px;
	}

	.box-rate {
		padding: 15px;
	}

	.title-area {
		padding: 0;
		margin-left: 0;
	}

	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		padding: 10px;
	}
	
	.footer-widgets-1 {
		padding: 40px 0 20px 0;
	}

	.footer-widgets-1 ul.menu > li a {
		padding: 0 5px;
	}

	.footer-widgets-2 .widget, 
	.footer-widgets-3 .widget {
		padding: 0;
	}

	.related-product {
		padding: 10px	
	}

	.board-members {
		margin: 0 18px 20px 18px;
	}

	.nav-primary {
		width: 100%;
		float: left;
		margin-top: 15px;
	}

	.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 0 20px;
	}

	.nav-primary div#mega-menu-wrap-primary.mega-menu-wrap {
		width: 800px;
		margin: 0 auto;
	}


	.home-top-left,
	.home-top-right {
		width: 100%;
	}

	.content-location {
		width: 50%;
	}

	.home-features {
		padding-left: 5px;
		padding-right: 5px;
		width: 50%;
	}

	.mission {
		padding: 20px;
	}

	.breadcrumb {
		margin-top: 220px;
	}

	.home .featured-image {
		margin-top: 200px;
	}

	.home-overlay {
		font-size: 14px;
		font-size: 1.4rem;
		top: 250px;
	}

	.home-overlay h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap,
	.impact-slider {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.related-product {
		width: 50%;
	}

	.related-product .title {
		clear: both;
	}

	.team {
		width: 100%;
		height: auto;
	}

	.board-members {
		margin: 0 55px 20px 55px;
	}

	.lender-list-item {
		width: 48%;
	}

	.lender-search-box {
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}

	.search-intro {
		width: 100%;
	}

	.home-top-left {
		width: 100%;
	}

	.home-top-right {
		float: left;
		width: 100%;
	}

	.contact-form {
		width: 100%;
	}

	.lender-training-date {
		margin-right: 10px;
	}

	.lender-training-description {
		float: none;
	}
}

@media only screen and (max-width: 800px) {

	body {
		background-color: #f2f4f3;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap,
	.pre-content .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home .site-inner {
		padding: 0;
	}

	.site-header .wrap {
		padding: 20px 0;
	}

	.site-header .title-area {
		padding-left: 10px;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.entry {
		padding: 20px 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.featured-section {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.nav-primary {
		width: 100%;
	}

	.video-list,
	.newsletter,
	.community-report {
		width: 48%;
		margin: 20px 1% 0 1%;
	}

	.video-list-3 {
		width: 100%;
		margin: 10px auto;
	}

	.full-width-content .content {
		width: 100%;
	}

	.side-content {
		width: 100%;
		float: left;
		padding: 20px 5% 0 5%;
	}

	.footer-widgets-1 {
		border: none;
	}

	.footer-widgets ul.menu > li {
		display: block;
		padding: 10px 0 10px 0;
	}

	.footer-widgets-1 ul.menu > li:after {
		content: none;
	}

	.site-header {
		position: relative;
	}

	.full-width-region-page {
		background-size: auto 100%;
	}

	.full-width-region-page .testimonial,
	.testimonial-slider {
		width: 100%;
		font-size: 20px;
		font-size: 2rem;
		padding: 0 10px;
	}

	.calculator-inputs, 
	.calculator-results {
		border: none;
		width: 100%;
		padding: 0;
		margin: 0;
	} 

	.calculator-inputs,
	.financial-calculator {
		padding-bottom: 10px;
	}

	.calculator-inputs input[type=submit],
	.calculator-inputs input[type=button] {
		width: 100%;
	}

	.calculator-inputs label,
	.calculator-inputs input {
		line-height: 1;
		font-size: .9em;
	}

	.horizontal-rate {
		width: 100%;
		float: none;
	}

	.related-product {
		width: 100%;
	}

	.board-members {
		margin: 0 auto 20px auto;
		float: none;
	}

	.impact-slider {
		width: 100%;
		padding: 0 20px 0 20px;
	}

	.impact-image,
	.impact-content {
		width: 100%;
		margin: 10px 0 0 0;
		height: auto;
	}

	.home .featured-image {
		margin-top: 0;
	}
	
	.home-features {
		width: 100%;
	}

	.content-location {
		width: 100%;
		height: auto;
		margin: 10px auto;
	}

	.lender-training-description {
		float: left;
	}

	.home-left,
	.home-top-left-wrap,
	.home-top-right-wrap,
	.home-right {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.home-right,
	.home-left {
		border: none;
		height: auto;
	}

	.home-right-wrap {
		background: #dafbf9;
	}

	.home-left-wrap {
		background: url(~/Images/blue-blur-background.jpg)no-repeat;
	}

	.home-left-wrap,
	.home-right-wrap,
	.home-top-right {
		padding: 20px;
		margin-bottom: 20px;
	}

	.home-top-right .box-rate {
		padding: 20px;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.home-top-right .box-rate .apr-rate {
		width: 100%;
	}

	.site-header {
		box-shadow: none;
		top: 0;
	}

	.site-header .wrap {
		padding: 0;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.nav-primary .wrap {
		padding: 0;
	}

	.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #666;
	}

	.nav-primary div#mega-toggle-block-1.mega-toggle-block.mega-menu-toggle-block.mega-toggle-block-left,
	.nav-primary div#mega-toggle-block-1.mega-toggle-block.mega-menu-toggle-block.mega-toggle-block-right {
		right: 5px;
		float: right;
		margin-top: -100px;
	}

	.nav-primary #mega-menu-wrap-primary .mega-menu-toggle {
		height: 0;
	}

	.nav-primary div#mega-menu-wrap-primary.mega-menu-wrap {
		width: 100%;
	}

	a.mega-menu-link {
		text-transform: uppercase;
		color: #333;
		text-decoration: none;
		font-weight: 600;
	}

	a.mega-menu-link:hover {
		color: #1465a1;
	}

	.dl-back {
		text-transform: uppercase;
	}

	.breadcrumb {
		margin-top: 40px;
	}

	.nav-secondary {
		position: relative;
		height: auto;
	}

	.nav-secondary > .wrap {
		padding: 0 0 0 15px;
	}

	.nav-secondary .genesis-nav-menu {
		float: none;
		text-align: left;
	}

	.nav-secondary .genesis-nav-menu .menu-item {
		display: block;
	}

	.nav-secondary .genesis-nav-menu .menu-item a {
		padding: 5px;
	}

	.blue-bar {
		float: left;
		height: auto;
	}

	.home-overlay {
		display: none;
	}
	
}

@media only screen and (max-width: 600px) {
	.horizontal-rate .rate {
		border: none;
	}

	.horizontal-rate .rate-details {
		border-top: 3px solid #009cf4;
		padding-top: 10px;
	}

	.horizontal-rate .horizontal-house-icon,
	.horizontal-rate .rate,
	.horizontal-rate .rate .big-rate,
	.horizontal-rate .rate-details {
		float: none;
		text-align: center;
		margin: 0 auto;
		padding-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	
	.video-list,
	.newsletter,
	.community-report {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		text-align: center;
	}

	footer-widgets-2 {
		background: #666;
	}

	.footer-widgets .simple-social-icons ul li {
		float: none;
	}

	.simple-social-icons ul.alignright {
		text-align: center;
	}

	.simple-social-icons ul.right li {
		display: inline-block;
		float: none;
	}

	.simple-social-icons ul.alignright {
		float: none;
		text-align: center;
	}

	.footer-widgets .wrap {
		padding: 20px 0 0 0;
	}

	.footer-widgets-2 {
		margin-top: 0;
	}

	.footer-widgets-3 {
		background: #666;
		margin: 0;
		padding: 8px 0 8px 0;
	}

	.mobile-videos {
		display: inline;
	}

	.desktop-videos {
		display: none;
	}

	.lender-list-item {
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.lender-search-box {
		padding: 10px;
	}

	.lender-search-box input,
	.lender-search-box input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.top-lender {
		width: 100%;
		height: auto;
	}

	.lender-training-date,
	.lender-training-description {
		margin: 0 auto 10px auto;
		float: none;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}


table.purchaseOrRefinance td {
	border-top: none;
	border-bottom: none;
}

table.purchaseOrRefinance tbody {
	border: none;
}

table.purchaseOrRefinance {
	margin-bottom: 0;
}