/*
Theme Name: LendMe
Theme URI: https://wordpress.org/themes/lendme/
Author: The Marketing Mix
Author URI: http://www.marketingmix.com.au
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. LendMe's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: lendme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


.no-break {
	display: none !important;
}

body.single.single-post .no-break {
	display: block !important;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.slick-slider button {
	float: left;
}







/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "Gotham-Medium", arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

br {
	display: block;
}


body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

.toggle-content p {
	display: none;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

@font-face {
	font-family:'Andrea-Normal';
	src: url('/wp-content/themes/lendme/fonts/Andrea-Normal_gdi.eot');
	src: url('/wp-content/themes/lendme/fonts/Andrea-Normal_gdi.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/lendme/fonts/Andrea-Normal_gdi.woff') format('woff'),
		url('/wp-content/themes/lendme/fonts/Andrea-Normal_gdi.ttf') format('truetype'),
		url('/wp-content/themes/lendme/fonts/Andrea-Normal_gdi.svg#Andrea-Normal') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Gotham-Medium';
	src: url('/wp-content/themes/lendme/fonts/Gotham-Medium_gdi.eot');
	src: url('/wp-content/themes/lendme/fonts/Gotham-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/lendme/fonts/Gotham-Medium_gdi.woff') format('woff'),
		url('/wp-content/themes/lendme/fonts/Gotham-Medium_gdi.ttf') format('truetype'),
		url('/wp-content/themes/lendme/fonts/Gotham-Medium_gdi.svg#Gotham-Medium_gdi') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Gotham-Light';
	src: url('/wp-content/themes/lendme/fonts/Gotham-Light_gdi.eot');
	src: url('/wp-content/themes/lendme/fonts/Gotham-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/lendme/fonts/Gotham-Light_gdi.woff') format('woff'),
		url('/wp-content/themes/lendme/fonts/Gotham-Light_gdi.ttf') format('truetype'),
		url('/wp-content/themes/lendme/fonts/Gotham-Light_gdi.svg#Gotham-Light_gdi') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Gotham-Light-Italic';
	src: url('/wp-content/themes/lendme/fonts/Gotham-LightItalic_gdi.eot');
	src: url('/wp-content/themes/lendme/fonts/Gotham-LightItalic_gdi.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/lendme/fonts/Gotham-LightItalic_gdi.woff') format('woff'),
		url('/wp-content/themes/lendme/fonts/Gotham-LightItalic_gdi.ttf') format('truetype'),
		url('/wp-content/themes/lendme/fonts/Gotham-LightItalic_gdi.svg#Gotham-LightItalic_gdi') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Gotham-Black';
	src: url('/wp-content/themes/lendme/fonts/Gotham-Black_gdi.eot');
	src: url('/wp-content/themes/lendme/fonts/Gotham-Black_gdi.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/lendme/fonts/Gotham-Black_gdi.woff') format('woff'),
		url('/wp-content/themes/lendme/fonts/Gotham-Black_gdi.ttf') format('truetype'),
		url('/wp-content/themes/lendme/fonts/Gotham-Black_gdi.svg#Gotham-Black') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Gotham-Bold';
	src: url('/wp-content/themes/lendme/fonts/Gotham-Bold_gdi.eot');
	src: url('/wp-content/themes/lendme/fonts/Gotham-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/lendme/fonts/Gotham-Bold_gdi.woff') format('woff'),
		url('/wp-content/themes/lendme/fonts/Gotham-Bold_gdi.ttf') format('truetype'),
		url('/wp-content/themes/lendme/fonts/Gotham-Bold_gdi.svg#Gotham-Bold') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}


 
.andrea, #blog_container h2.widgettitle {
	font-family: 'Prata', serif;
	margin-bottom: 18px !important;
}
.gotham.light {
	font-family: "Gotham-Light", arial, sans-serif;
}
.gotham.light.italic, .gotham.light.italic p {
	font-family: "Gotham-Light-Italic", arial, sans-serif;
}
body .gotham.bold {
	font-family: "Gotham-Bold", arial, sans-serif;
}
body .gotham.black {
	font-family: "Gotham-Black", arial, sans-serif;
}

body,
button,
input,
select,
textarea {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #595959;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #fff;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #595959;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #595959;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #595959;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 6.2 Menus
 */

.main-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	position: absolute;
	display: block;
	margin-left: 0;
	width: 200px;
	left: 50px;
}

.main-navigation li {
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	color: #fff;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 17px;
	right: 20%;
	width: 42px;
}

.dropdown-toggle:after {
	color: #fff;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #595959;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #595959;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #595959;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
	text-align: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear {
	clear: both;
}

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.site-branding {
	min-height: 2em;
	padding-right: 60px;
	position: relative;
}

.site-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.site-description {
	display: none;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}


/**
 * 11.0 Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0em;
}

.widget-title {
	color: #595959;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #595959;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #595959;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.0 Content
 */



.page-title,
.comments-title,
.comment-reply-title,
.post-navigation .post-title {
	font-size: 44px;
	font-size: 5.4rem;
	line-height: 1.1667;
}


.green {
	color: #39b54a;
}
.white, .site-info a.white {
	color: #fff;
}
.purple {
	color: #8050a0;
}
.dark-purple {
	color: #2e3192;
}
.light-blue {
	color: #009fdd;
}
.peach {
	color: #f47920;
}
.primary-color, .more-link {
	color: #48c3cf;
}
.dark-color {
	color: #00898a;
}

.light-color-bg {
	background: #c6e4f7;
}


.gap-top {
	margin-top: 30px !important;
}

.underline {
	text-decoration: underline;
}

.small, .entry-content ul li a.small {
	font-size: 14px;
}
.medium {
	font-size: 18px;
}
.large, .entry-content p.large {
	font-size: 38px;
}
.semi-large, .entry-content .semi-large {
	font-size: 26px; line-height:34px; 
}
.extra-large, .entry-content h2.extra-large, .entry-content p.extra-large {
	font-size: 41px;
}
.very-extra-large {
	font-size: 40px;
	line-height: 43px;
}

.float {
	float: left;
}
.float-right {
	float: right;
}
.upper {
	text-transform: uppercase;
}

.half {
	width: 50%;
}

.three-quarters {
	width: 75%;
}
.one-quarter {
	width: 25%;
}
.one-third {
	width: 33%;
}

.entry-content .one-third {
	width: 31%;
	margin-right: 2%;
}

.two-thirds {
	width: 66%;
}
.one-fifth {
	width: 17%;
}
.one-fifth.date {
	width: 20%;
}
.one-fifth.spacing {
	margin: 0 1%;
}
.four-fifth {
	width: 78%;
}

.tiny-col {
	width: 10%;
}


.one-fifth.dark-green-border {
	border-bottom: 1px solid #008a8a;
}
.one-fifth.green-border {
	border-bottom: 1px solid #39b54a;
}
.one-fifth.purple-border {
	border-bottom: 1px solid #8050a0;
}
.one-fifth.dark-purple-border {
	border-bottom: 1px solid #2e3192;
}
.one-fifth.light-blue-border {
	border-bottom: 1px solid #009fdd;
}
.one-fifth.peach-border {
	border-bottom: 1px solid #f47920;
}

.hidden {
	display: none;
}

#cboxLoadedContent .hidden {
	display: block;
}

.current.hidden {
	display: block;
}


ul.no-style, ul.archive-style {
	list-style: none;
}

ul.archive-style .widget {
	margin: 0;
	padding: 0;
}

.spacing {
	padding: 0 10px;
}

.half.spacing {
	width: 45%;
}


.wrapper {
	width: 1024px;
	margin: 0 auto;
}

h1.entry-title a, p.entry-title a {
	background: #48c3cf url(/wp-content/themes/lendme/images/logo.png) no-repeat center center;
	-webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; 
  position: absolute;
  top: 0;
  left: 20px;
	display: block;
	width: 200px;
	height: 200px;
	text-indent: -1000em;
}


#top_banner {
	background: -webkit-linear-gradient(#018b8b, #4dc4d0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#018b8b, #4dc4d0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#018b8b, #4dc4d0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#018b8b, #4dc4d0); /* Standard syntax */
  padding-top: 20px;
  min-height: 260px;
}

.ie7 #top_banner, .ie8 #top_banner, .ie9 #top_banner {
	background: #4dc4d0;
}

/*   
#top_banner .outer-wrapper {
	background: url(/wp-content/themes/lendme/images/rays.png) no-repeat 80% bottom;
}
*/
#top_banner header {
	position: relative;
	float: left;
	width: 142px;
	height: 180px;
	margin-bottom: -60px;
}


#phone_and_social_links, #phone_and_social_links .phone_number, #phone_and_social_links .social_links li {
	font-size: 22px;
	float: left;
	margin-bottom: 0;
}

#phone_and_social_links {
	float: none;
	width: 100%;
	padding-top: 20px;
}

#phone_and_social_links .social_links {
	margin: 0 0 10px 0;
	padding: 0;
}

#phone_and_social_links .social_links, #site-navigation {
	float: right;
}
#site-navigation {
	clear: both;
	white-space: nowrap;
}

.phone_number span.label {
	color: #c7e4f8;
	text-transform: uppercase;
}
.phone_number a:hover {color:#fff}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	width: 210px;
}


#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-72 > a:before {
	content: url(/wp-content/themes/lendme/images/menu-item-home-loans.png);
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-72 > a:hover:before {
	content: url(/wp-content/themes/lendme/images/menu-item-home-loans-hover.png);
}


#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-71 > a:before {
	content: url(/wp-content/themes/lendme/images/menu-item-auto.png);
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-71 > a:hover:before {
	content: url(/wp-content/themes/lendme/images/menu-item-auto-hover.png);
}


#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-42 > a:before {
	content: url(/wp-content/themes/lendme/images/menu-item-personal.png);
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-42 > a:hover:before {
	content: url(/wp-content/themes/lendme/images/menu-item-personal-hover.png);
}

#stpulldown {
	display: none !important;
}

.social_links li {
	margin-left: 5px;
}
.social_links a {
	display: block;
	width: 33px;
	height: 33px;
	text-indent: -1000em;
}
.social_links .email {
	background: url(/wp-content/themes/lendme/images/email.svg) no-repeat;
}
.social_links .facebook {
	background: url(/wp-content/themes/lendme/images/facebook.svg) no-repeat;
}
.social_links .google-plus {
	background: url(/wp-content/themes/lendme/images/google-plus.svg) no-repeat;
}
.social_links .linked-in {
	background: url(/wp-content/themes/lendme/images/linkedin.svg) no-repeat;
}

#phone_and_social_links .phone_number {
	padding-left: 10px;
}

.main-navigation {
	float: left;
	margin: 0;
}

.menu-mainmenu-container {
	float: right;
	display: table;
}
.main-navigation ul {
	display: table-row;
}
.main-navigation ul li {
	display:table-cell;
	text-align: center;
	padding-left: 23px;
}
.main-navigation ul li a {
	font: 11px "Gotham-Bold", arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
}

.main-navigation ul li.menu-item-home {
	text-align: left;
}
.main-navigation ul li.contact {
	text-align: right;
}

.main-navigation ul li ul li {	 
	float: none;
	display: block;
	text-align: left;
}

#rev_slider_1_1_wrapper,
#rev_slider_2_1_wrapper,
#rev_slider_3_1_wrapper,
#rev_slider_4_1_wrapper,
#rev_slider_5_1_wrapper,
#rev_slider_6_1_wrapper {
	clear: both;
	margin-top: 0px !important;
	min-height: 200px !important;
}
#rev_slider_1_1_wrapper, #rev_slider_1_1,
#rev_slider_2_1_wrapper, #rev_slider_2_1,
#rev_slider_3_1_wrapper, #rev_slider_3_1,
#rev_slider_4_1_wrapper, #rev_slider_4_1,
#rev_slider_5_1_wrapper, #rev_slider_5_1,
#rev_slider_6_1_wrapper, #rev_slider_6_1 {
	max-height: 250px !important;
	height: 250px !important;
}
#rev_slider_1_1_wrapper .tparrows.default.round,
#rev_slider_2_1_wrapper .tparrows.default.round,
#rev_slider_3_1_wrapper .tparrows.default.round,
#rev_slider_4_1_wrapper .tparrows.default.round,
#rev_slider_5_1_wrapper .tparrows.default.round,
#rev_slider_6_1_wrapper .tparrows.default.round {
	display: none !important;
}
#rev_slider_1_1_wrapper .tp-caption.large_text, #rev_slider_1_1_wrapper .large_text,
#rev_slider_2_1_wrapper .tp-caption.large_text, #rev_slider_2_1_wrapper .large_text,
#rev_slider_3_1_wrapper .tp-caption.large_text, #rev_slider_3_1_wrapper .large_text,
#rev_slider_4_1_wrapper .tp-caption.large_text, #rev_slider_4_1_wrapper .large_text,
#rev_slider_5_1_wrapper .tp-caption.large_text, #rev_slider_5_1_wrapper .large_text,
#rev_slider_6_1_wrapper .tp-caption.large_text, #rev_slider_6_1_wrapper .large_text {
	left: auto;
	right: 0;
}
#rev_slider_1_1_wrapper .andrea, #rev_slider_1_1_wrapper .andrea strong, #rev_slider_1_1_wrapper .andrea span,
#rev_slider_2_1_wrapper .andrea, #rev_slider_2_1_wrapper .andrea strong, #rev_slider_2_1_wrapper .andrea span,
#rev_slider_3_1_wrapper .andrea, #rev_slider_3_1_wrapper .andrea strong, #rev_slider_3_1_wrapper .andrea span,
#rev_slider_4_1_wrapper .andrea, #rev_slider_4_1_wrapper .andrea strong, #rev_slider_4_1_wrapper .andrea span,
#rev_slider_5_1_wrapper .andrea, #rev_slider_5_1_wrapper .andrea strong, #rev_slider_5_1_wrapper .andrea span,
#rev_slider_6_1_wrapper .andrea, #rev_slider_6_1_wrapper .andrea strong, #rev_slider_6_1_wrapper .andrea span {
	font-size: 35px !important;
	line-height: 40px !important;
	margin: 0;
}

#rev_slider_1_1_wrapper .andrea.smaller, #rev_slider_1_1_wrapper .andrea.smaller strong, #rev_slider_1_1_wrapper .andrea.smaller span,
#rev_slider_2_1_wrapper .andrea.smaller, #rev_slider_2_1_wrapper .andrea.smaller strong, #rev_slider_2_1_wrapper .andrea.smaller span,
#rev_slider_3_1_wrapper .andrea.smaller, #rev_slider_3_1_wrapper .andrea.smaller strong, #rev_slider_3_1_wrapper .andrea.smaller span,
#rev_slider_4_1_wrapper .andrea.smaller, #rev_slider_4_1_wrapper .andrea.smaller strong, #rev_slider_4_1_wrapper .andrea.smaller span,
#rev_slider_5_1_wrapper .andrea.smaller, #rev_slider_5_1_wrapper .andrea.smaller strong, #rev_slider_5_1_wrapper .andrea.smaller span,
#rev_slider_6_1_wrapper .andrea.smaller, #rev_slider_6_1_wrapper .andrea.smaller strong, #rev_slider_6_1_wrapper .andrea.smaller span {
	font-size: 35px !important;
	line-height: 38px !important;
}


#rev_slider_1_1_wrapper p.andrea,
#rev_slider_2_1_wrapper p.andrea,
#rev_slider_3_1_wrapper p.andrea,
#rev_slider_4_1_wrapper p.andrea,
#rev_slider_5_1_wrapper p.andrea,
#rev_slider_6_1_wrapper p.andrea {
	padding: 40px 10px 10px 0;
	text-shadow: none;
}
#rev_slider_1_1_wrapper .andrea strong,
#rev_slider_2_1_wrapper .andrea strong,
#rev_slider_3_1_wrapper .andrea strong,
#rev_slider_4_1_wrapper .andrea strong,
#rev_slider_5_1_wrapper .andrea strong,
#rev_slider_6_1_wrapper .andrea strong {
	color: #fff450;
}
#rev_slider_1_1_wrapper .gotham,
#rev_slider_2_1_wrapper .gotham,
#rev_slider_3_1_wrapper .gotham,
#rev_slider_4_1_wrapper .gotham,
#rev_slider_5_1_wrapper .gotham,
#rev_slider_6_1_wrapper .gotham {
	margin-bottom: 25px;
}
#rev_slider_1_1_wrapper .gotham.light,
#rev_slider_2_1_wrapper .gotham.light,
#rev_slider_3_1_wrapper .gotham.light,
#rev_slider_4_1_wrapper .gotham.light,
#rev_slider_5_1_wrapper .gotham.light,
#rev_slider_6_1_wrapper .gotham.light {
	font-size: 27px;
	clear: both;
}
#rev_slider_1_1_wrapper .gotham.bold,
#rev_slider_2_1_wrapper .gotham.bold,
#rev_slider_3_1_wrapper .gotham.bold,
#rev_slider_4_1_wrapper .gotham.bold,
#rev_slider_5_1_wrapper .gotham.bold,
#rev_slider_6_1_wrapper .gotham.bold {
	background: #fff450;
	text-shadow: none;
	font-size: 30px;
	clear: both;
	padding: 5px 50px;
}
#rev_slider_1_1_wrapper .tp-bullets.simplebullets.round .bullet,
#rev_slider_2_1_wrapper .tp-bullets.simplebullets.round .bullet,
#rev_slider_3_1_wrapper .tp-bullets.simplebullets.round .bullet,
#rev_slider_4_1_wrapper .tp-bullets.simplebullets.round .bullet,
#rev_slider_5_1_wrapper .tp-bullets.simplebullets.round .bullet,
#rev_slider_6_1_wrapper .tp-bullets.simplebullets.round .bullet {
	background-image: url(/wp-content/themes/lendme/images/bullet-lendme.png);
}


.rev_slider span.clear {
	display: block;
	clear: both;
}


.alignright {
	text-align: right;
}


.tp-bannertimer {
	display: none !important;
}



body #cboxOverlay {
	background: url(/wp-content/themes/lendme/images/overlay.png);
}




#calculator_banner {
	background: -webkit-linear-gradient(#fff, #dbe8f1); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #dbe8f1); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #dbe8f1); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #dbe8f1); /* Standard syntax */
  float: left;
  width: 100%;
  padding: 20px 0;
}

.ie7 #calculator_banner, .ie8 #calculator_banner, .ie9 #calculator_banner {
	background: #dbe8f1;
}

body.page-template-calculators #calculator_banner {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}


#calculator_banner .three-quarters h2 {
	color: #48c3cf;
}

#calculator_banner .three-quarters {
	float: right;
}
#calculator_banner .one-quarter {
	float: left;
}

#calculator_banner .one-quarter img {
	margin: 0 20px 20px;
	width: 200px;
}

#calculator_banner ul li {
	border: 3px solid #fff;
	float: left;
	width: 48%;
	margin: 1%;
	padding: 15px 0;
	text-align: center;
}

#calculator_banner ul li a {
	font-size: 24px;
}

#view_more_container h2 {
	color: #008a8a;
	width: 100%;
	margin: 0 0 10px 0;
	line-height: 20px;
}
#view_more_container a {
	text-transform: uppercase;
	color: #008a8a;
	background: #fff450;
	font-size: 12px;
	width: 70px;
}

#view_more_container .second-line {
	clear: both;
	display: block;
}

#view_more_container .spacing {
	width: 200px;
	margin: 0 20px;
	padding: 0;
}

#calculator_banner #view_more_container.one-quarter img {
	margin-right: 0;
	margin-left: 0;
}


#summary_services_container {
	float: left;
	width: 100%;
	padding-top: 40px;
}
#summary_services_container h2, #summary_services_container p {
	font-size: 12px;
}

#summary_services_container .content {
	height: 125px;
}


#blog_container {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.page-template-home-new-template #blog_container {padding-top: 30px;padding-bottom: 30px;}
#blog_container .one-quarter ul.no-style li {
	border-top: 4px solid #48c3cf;
}
#blog_container .one-quarter ul.no-style, #blog_container .one-quarter ul#menu-categoriesmenu {
	border-bottom: 4px solid #48c3cf;
}

#blog_container .widget_archive li, #blog_container .widget_categories li, #blog_container .widget_links li, #blog_container .widget_meta li, #blog_container .widget_nav_menu li, #blog_container .widget_pages li, #blog_container .widget_recent_comments li, #blog_container .widget_recent_entries li {
	border-top: 4px solid #48c3cf;
	padding: 10px 0;
}


#blog_container .date {
	color: #008a8a;
	text-transform: uppercase;
	line-height: 21px;
	padding: 10px 0;
}
#blog_container .title a.gotham.black {
	color: #595959;
	font-size: 12px;
	display: block;
	line-height: 12px;
	padding: 15px 0;
}

#blog_container .content {
	width: 80%;
}

#blog_container .content p {
	font-size: 80%;
}

#blog_container .three-quarters h2 {
	padding-left: 50px;
	width: 500px;
}

body.archive.category #blog_container .three-quarters h2,
#blog_container .three-quarters .entry-content h2 {
	padding-left: 0;
	width: auto;
}


#blog_container button,#testimonials_container button {
	margin-top: 50px;
	width: 10px;
	text-indent: -1000em;
}
#blog_container .slick-list{
	float: left;
	width: 600px;
}
#testimonials_container .slick-list {width: 882px; float:left}
.testimonials-block{width: 99%;}
.testimonials-block h2.aligncenter { margin-bottom:30px}
.testimonials-block p,.testimonials-block .slick-track,.testimonials-block .slick-track alignleft { text-align:center;color: #333;}
#blog_container button.slick-prev, .fancybox-nav.fancybox-prev:hover span,#testimonials_container button.slick-prev{
	background: url(/wp-content/themes/lendme/images/test-left.jpg) no-repeat center center;
}
#blog_container button.slick-next, .fancybox-nav.fancybox-next:hover span,#testimonials_container button.slick-next {
	background: url(/wp-content/themes/lendme/images/test-right.jpg) no-repeat center center;
}

.fancybox-nav.fancybox-prev:hover span, .fancybox-nav.fancybox-next:hover span {
	border-radius: 18px;
	border: 1px solid #48c3cf;
	background-color: #fff;
	width: 47px;
	height: 44px;
}

#blog_container h2.widgettitle {
	color: #00898a;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 10px;
}


#why_choose_container {
	background: #48c3cf;
	min-height: 410px;
	padding-top: 30px;
	margin-top: 30px;
}

#why_choose_container h2 {
	padding: 20px 0 30px;
}

.one-quarter #why_choose_container h2 {
	width: 230px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 40px;
}

#why_choose_container li span {
	font-size: 22px;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	line-height: 20px;
}
#why_choose_container li span.why {
	background: #fff;
	background-repeat: no-repeat;
	-webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  margin-bottom: 10px;
}

.one-quarter #why_choose_container li span.why {
  width: 80px;
	height: 80px;
}

#why_choose_container li span.why#competitive {
	background-image: url(/wp-content/themes/lendme/images/piggy-bank.svg);
}
#why_choose_container li span.why#fast_approval {
	background-image: url(/wp-content/themes/lendme/images/stopwatch.svg);
}
#why_choose_container li span.why#hard_work {
	background-image: url(/wp-content/themes/lendme/images/weight.svg);
}
#why_choose_container li span.why#lenders {
	background-image: url(/wp-content/themes/lendme/images/choice.svg);
}

#why_choose_container li span.why#no_dealership {
	background-image: url(/wp-content/themes/lendme/images/nodealer-locateme.svg);
}
#why_choose_container li span.why#wholesale_pricing {
	background-image: url(/wp-content/themes/lendme/images/wholesale-price-locateme.svg);
}
#why_choose_container li span.why#buy_or_sell {
	background-image: url(/wp-content/themes/lendme/images/buy-sell-locateme.svg);
}
#why_choose_container li span.why#advice {
	background-image: url(/wp-content/themes/lendme/images/tailored-advice-planme.svg);
}
#why_choose_container li span.why#pay_need {
	background-image: url(/wp-content/themes/lendme/images/pay-need-planme.svg);
}
#why_choose_container li span.why#unbiased_choices {
	background-image: url(/wp-content/themes/lendme/images/unbiased-planme.svg);
}


#lenders_container {
	padding: 40px 0;
}
#lenders_container h2 {
	padding-bottom: 20px;
    line-height: normal; 
}

#lenders_container button {
	display: none !important;
}


#contact_container {
	float: left;
	padding: 20px 0 40px;
	width: 100%;
}

  #sidebar_link {
  	position: fixed;
    top: 440px;
    right: 0;
    z-index: 9000;
    text-transform: uppercase;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); 
    background: #fff;
    display: block;
    width: 38px;
    white-space: nowrap;	
  }

  #contact_sidebar {
  	background: #fff;
  	font-size: 12px;
  	display: inline-block;
  	padding: 13px 13px 37px 13px;
  }


#contact_details_container {
	border-left: 4px solid #48c3cf;
	position: relative;
}


#contact_details_container .vcard {
	padding-left: 136px;
}

#contact_details_container .vcard .fn, .entry-content .vcard .fn {
	background: #48c3cf url(/wp-content/themes/lendme/images/logo-footer.png) no-repeat center center;
	-webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px; 
  position: absolute;
  top: 0;
  left: 20px;
	display: block;
	width: 97px;
	height: 97px;
	text-indent: -1000em;
}

body.page-id-66 .entry-content .vcard .fn {
	background: none;
	position: static;
	text-indent: 0;
	height: auto;
}

.entry-content .vcard .fn {
	position: static;
}

.vcard {
	padding-bottom: 40px;
	padding-left: 200px;
}

.entry-content .vcard {
	padding-left: 0;
}
.author.vcard {
	display: none;
}

.vcard p {
	margin: 0;
}
.vcard .social_links {
	margin-top: 30px;
}

.entry-content img.float.spacing {
	margin-top: 27px
}



.entry-content .collapsed {
	background: url(/wp-content/themes/lendme/images/arrow-down-grey.png) no-repeat right 15px;
}
.entry-content .expanded {
	background: url(/wp-content/themes/lendme/images/arrow-up-grey.png) no-repeat right 15px;
}


.full-width .entry-content {
	padding-left: 0 !important;
	margin-left: 0 !important
}



h2.content-expander {
	padding-top: 10px;
}


.page-template-generic #sidemenu .dark-color-bg, .page-template-generic-without-calculators #sidemenu .dark-color-bg {
	background: #00898a;
}
#sidemenu .light-grey-bg {
	background: #ededed;
	margin: 2px 0;
}

#sidemenu h2 a:hover {
	color: #fff;
}

#sidemenu ul, #sidemenu li {
	margin: 0;
	padding: 0;
}

#sidemenu ul ul li {
	border-top: 1px solid #ededed;
}

#sidemenu .menu a {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidemenu .menu .selected-loan ul a {
	color: #b0afaf;
}




#main_page_content_container {
	margin-top: 20px;
}

h1.entry-title.andrea {
	color: #00898a;
}

.entry-content h2 {
	color: #00898a;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.entry-content h2.content-expander {
	cursor: hand;
	cursor: pointer;
}


.entry-content ul {
	margin-left: 30px;
}

.entry-content ul.no-style {
	margin: 0;
}

.entry-content ul.sitemap ul, .entry-content ul.sitemap li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.entry-content ul.sitemap p {
	display: none;
}

.entry-content ul.sitemap ul.no-style {
	margin-left: 30px;
}
.entry-content ul.sitemap li, .entry-content ul.sitemap li a {
	font-size: 16px !important;
}

.entry-content ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.entry-content p, .entry-content li, .entry-content h3 {
	font-size: 12px;
}

.entry-content ul li a {
	font-size: 20px;
	text-decoration: none;
	display: block;
}

.entry-content ul.sitemap li a {
	text-transform: none;
}

.entry-content .download-section {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.entry-content .download-section img {
	height: 220px;
}

.entry-content .download-section h3 {
	text-transform: uppercase;
	white-space: nowrap;
}

.entry-content .download-section .pdf {
	background-color: #00898a;
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0;
}
.entry-content .download-section .pdf:hover {
	background-color: #fff450;
	color: #00898a;
}

.entry-content .download-section ul li {
	border: none !important;
}

.entry-content .small-text h5, .entry-content .small-text p, .entry-content .small-text a, .entry-content .small-text span {
	font-size: 10px;
}

.entry-content .component.component-content-default {
	margin-top: 30px;
}



.entry-content form.search-form label {
	clear: both;
	float: none;
	width: 200px;
}
.entry-content form.search-form input[type="search"], 
.entry-content form.search-form input.search-submit.screen-reader-text {
	position: static !important;
	clear: both;
	width: 200px;
	height: auto;
	overflow: visible;
	padding: 0.8125em 1.625em;
	margin-top: 10px;
}



#cboxClose, .fancybox-item.fancybox-close {
	background: #fff url(/wp-content/themes/lendme/images/close.png) no-repeat center center !important;
	-webkit-box-shadow: 10px 10px 67px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 67px 1px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 67px 1px rgba(0,0,0,0.75);
	-webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; 
	width: 50px;
	height: 50px;
	top: -23px;
	right: -29px;
}


body #colorbox, body #cboxOverlay, body #cboxWrapper {
	overflow: visible;
}

body #colorbox {
	border: none;
	-webkit-box-shadow: 10px 10px 67px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 67px 1px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 67px 1px rgba(0,0,0,0.75);
}
body #cboxContent {
	margin: 0;
}
body #cboxLoadedContent {
	border: none;
	padding: 20px;
}
#cboxContent .wrapper {
	width: auto;
}
body #cboxContent h2 {
	margin-bottom: 30px;
}

body #cboxLoadedContent .primary-color {
	font-size: 20px;
	padding: 10px;
	margin: 0 0 10px 0;
}
body #cboxLoadedContent .yellow-bg {
	background: #fff450;
}
body #cboxLoadedContent .yellow-bg a {
	display: block;
	margin: 0;
}
body #cboxLoadedContent iframe {
	margin-bottom: 10px;
}



body .fancybox-title.fancybox-title-inside-wrap {
	padding-bottom: 23px;
}

body .fancybox-title.fancybox-title-inside-wrap .social-likes {
	padding-top: 5px;
}
body .fancybox-title.fancybox-title-inside-wrap .social-likes a {
	display: block;
	margin-left: 10px;
}
body .fancybox-title.fancybox-title-inside-wrap .social-likes a img {
	vertical-align: top;
}
body .fancybox-title.fancybox-title-inside-wrap .social-likes iframe, body .fancybox-title.fancybox-title-inside-wrap .social-likes a {
	float: left;
	width: 60px;
}

.ngg-gallery-thumbnail-box {
	float: left;
	margin-right: 10px;
}

.ngg-gallery-thumbnail span {
	background: #595959;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 10px;
	min-height: 120px;
}

.ngg-gallery-thumbnail-box, .ngg-gallery-thumbnail-box img, .ngg-gallery-thumbnail span {
	width: 245px;
}

.ngg-gallery-thumbnail span strong.support, strong.support {
	clear: both;
	display: block;
}

#main_page_content_container {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}



.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}

.site-footer {
	padding: 3.84615% 7.6923%;
}

#colophon {
	background: #595959;
	padding-top: 40px;
}

#colophon ul.no-style.widget, #colophon ul.no-style li.widget, #colophon .wrapper dl {
	margin: 0;
	padding: 0;
}

#colophon .site-info li {
	border-right: 1px solid #fff;
}
#colophon .site-info li.last {
	border: none;
}

#colophon * {
	font-size: 13px;
}
#colophon .site-info ul.aligncenter.no-style {
	width: 880px;
}

#colophon a:hover {
	color: #fff;
	text-decoration: underline;
}
#colophon .small, #colophon .small * {
	font-size: 10px;
}








/**
 * 12.1 Posts and pages
 */

.hentry {
	padding-top: 7.6923%;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}


.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.page-template-guides-tips .entry-header,
.single .entry-header,
.entry-content,
.entry-summary {
	font-size: 15px;
	padding: 0 0 1% 7.6923%;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.page-template-guides-tips .entry-header,
.single .entry-header,
.entry-content,
.entry-summary,
.page-content,
.comment-content {
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}




.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #595959;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0 0 1% 5.3333%
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #595959;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #595959;
}

.sticky-post {
	background-color: #595959;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.full-width .page-header {
	padding-left: 0;
}


.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #595959;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #595959;
	border-color: #595959;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #595959;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #595959;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #595959;
	color: #595959;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #595959;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #595959;
	color: #fff;
	display: block;
}

.site-info a:hover,
.site-info a:focus {
	color: #fff;
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 15.0 Multisite
 */

.widecolumn {
	background-color: #fff;
	padding: 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_alert {
	margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.widecolumn p {
	margin: 1.6em 0;
}

.widecolumn p + h2 {
	margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

.page-template-landing-page-refinance-without-calculators ::-webkit-input-placeholder {
  color: #222222;  font-family:inherit;
}

.page-template-landing-page-refinance-without-calculators :-moz-placeholder { /* Firefox 18- */
  color: #222222;  font-family:inherit;
}

.page-template-landing-page-refinance-without-calculators ::-moz-placeholder {  /* Firefox 19+ */
  color: #222222;  font-family:inherit;
}

.page-template-landing-page-refinance-without-calculators :-ms-input-placeholder {  
  color: #222222;   font-family:inherit;
}
.landing-banner p.entry-title a,.page-template-landing-page-refinance-without-calculators p.entry-title a{height: 150px;width: 150px;background-size:150px}
.page-template-landing-page-refinance-without-calculators #top_banner.landing-banner { background:url("images/landing-refinance-banner.jpg") no-repeat scroll center top;background-size: cover;}
.page-template-landing-page-refinance-without-calculators .banner-block{ padding:15% 8% 5%}
.page-template-landing-page-refinance-without-calculators .banner-block .banner-main{ padding-bottom:15px}
.page-template-landing-page-refinance-without-calculators .banner-block .banner-sub{line-height:26px;font-size: 18px; }
.page-template-landing-page-refinance-without-calculators .primary-color{ color: #48c3cf !important; }
.page-template-landing-page-refinance-without-calculators .primary-color.small{font-size: 14px;}
.page-template-landing-page-refinance-without-calculators h3.banner-sub-footer1{ padding-top:35px}
.page-template-landing-page-refinance-without-calculators .banner-sub-footer2,h3.banner-sub-footer2{ font-size:28px;line-height:28px; padding-top:22px}
.page-template-landing-page-refinance-without-calculators h3.banner-sub-footer3{ padding-bottom:15px}
.page-template-landing-page-refinance-without-calculators .banner-sub-footer2 {
    font-size: 30px;
    line-height: 30px;
    padding: 28px 7%;
}
 
.page-template-landing-page-refinance-without-calculators #top_banner.landing-banner { min-height: 408px;}	
.page-template-landing-page-refinance-without-calculators div.wpcf7 {width: 700px; margin: -65px auto 0;box-shadow:0 0 26px 6px #787878;background-color: #fff; padding:2% 5% 2%}
.page-template-landing-page-refinance-without-calculators form input.text, .page-template-landing-page-refinance-without-calculators form select{ width:100%;height: 36px; line-height: 36px; background-color:#F0F0F0;  border: 1px solid rgba(51, 51, 51, 0.1);font-size: 14px; color:#222}
.page-template-landing-page-refinance-without-calculators div.wpcf7 input[type="submit"]{width:100%; background-color:#48c3cf}
.page-template-landing-page-refinance-without-calculators .entry-content div.wpcf7 h2.extra-large.aligncenter{ line-height:50px; padding-bottom:15px}
@media only screen and (max-width:767px){ 
.page-template-landing-page-refinance-without-calculators .banner-block { padding: 16% 8%;}
.page-template-landing-page-refinance-without-calculators #top_banner.landing-banner { background:url("images/landing-refinance-banner.jpg") no-repeat scroll center top;background-size: cover;}
	.page-template-landing-page-refinance-without-calculators div.wpcf7 {width: 90%; }
	.page-template-landing-page-refinance-without-calculators .banner-block .banner-main.very-extra-large {font-size: 25px;line-height: 32px;}
	.page-template-landing-page-refinance-without-calculators .banner-block .banner-sub.gotham {font-size:15px;line-height:20px;} 
}

.page-template-landing-page-without-calculators ::-webkit-input-placeholder,.page-template-ebook-page-without-calculators ::-webkit-input-placeholder,.page-template-ebook2-page-without-calculators ::-webkit-input-placeholder  {
  color: #222222;  font-family:inherit;
}

.page-template-landing-page-without-calculators :-moz-placeholder,.page-template-ebook-page-without-calculators :-moz-placeholder,.page-template-ebook2-page-without-calculators  :-moz-placeholder{ /* Firefox 18- */
  color: #222222;  font-family:inherit;
}

.page-template-landing-page-without-calculators ::-moz-placeholder,.page-template-ebook-page-without-calculators ::-moz-placeholder,.page-template-ebook2-page-without-calculators ::-moz-placeholder{  /* Firefox 19+ */
  color: #222222;  font-family:inherit;
}

.page-template-landing-page-without-calculators :-ms-input-placeholder,.page-template-ebook-page-without-calculators  :-ms-input-placeholder,.page-template-ebook2-page-without-calculators  :-ms-input-placeholder{  
  color: #222222;   font-family:inherit;
}
.landing-banner p.entry-title a,.page-template-landing-page-without-calculators p.entry-title a{height: 150px;width: 150px;background-size:150px}
.page-template-landing-page-without-calculators #top_banner.landing-banner { background:url("images/landing-banner.jpg") no-repeat scroll center top;background-size: cover;}
.page-template-landing-page-without-calculators .banner-block{ padding:15% 8% 5%}
.page-template-landing-page-without-calculators .banner-block .banner-main{ padding-bottom:15px}
.page-template-landing-page-without-calculators .banner-block .banner-sub{line-height:26px;font-size: 18px; }
.page-template-landing-page-without-calculators .primary-color{ color: #48c3cf !important; }
.page-template-landing-page-without-calculators .primary-color.small{font-size: 14px;}
.page-template-landing-page-without-calculators h3.banner-sub-footer1{ padding-top:35px}
.page-template-landing-page-without-calculators .banner-sub-footer2,h3.banner-sub-footer2{ font-size:28px;line-height:28px; padding-top:22px}
.page-template-landing-page-without-calculators h3.banner-sub-footer3{ padding-bottom:15px}

 
.page-template-landing-page-without-calculators #top_banner.landing-banner { min-height: 408px;}	
.page-template-landing-page-without-calculators div.wpcf7 {width: 700px; margin: -65px auto 0;box-shadow:0 0 26px 6px #787878;background-color: #fff; padding:2% 5% 2%}
.page-template-landing-page-without-calculators form input.text, .page-template-landing-page-without-calculators form select{ width:100%;height: 36px; line-height: 36px; background-color:#F0F0F0;  border: 1px solid rgba(51, 51, 51, 0.1);font-size: 14px; color:#222}
.page-template-landing-page-without-calculators div.wpcf7 input[type="submit"]{width:100%; background-color:#48c3cf}
.page-template-landing-page-without-calculators .entry-content div.wpcf7 h2.extra-large.aligncenter{ line-height:50px; padding-bottom:15px}
@media only screen and (max-width:767px){ 
.page-template-landing-page-without-calculators .banner-block { padding: 16% 8%;}
.page-template-landing-page-without-calculators #top_banner.landing-banner { background:url("images/landing-banner-small.jpg") no-repeat scroll center top;background-size: cover;}
	.page-template-landing-page-without-calculators div.wpcf7 {width: 90%; }
	.page-template-landing-page-without-calculators .banner-block .banner-main.very-extra-large {font-size: 25px;line-height: 32px;}
	.page-template-landing-page-without-calculators .banner-block .banner-sub.gotham {font-size:15px;line-height:20px;} 
}

/*ebook*/
.button-white{ background:#fff; color:#48c3cf; padding:18px 36px; text-align:center; margin:10px 6px 5px}
.landing-banner p.entry-title a,.page-template-ebook-page-without-calculators p.entry-title a{height: 150px;width: 150px;background-size:150px}
.page-template-ebook-page-without-calculators #top_banner.landing-banner { background:url("images/ebook-banner.jpg") no-repeat scroll center top;background-size: cover;}
.page-template-ebook-page-without-calculators .banner-block{ padding:15% 8% 5%}
.page-template-ebook-page-without-calculators .banner-block .banner-main{ padding-bottom:15px}
.page-template-ebook-page-without-calculators .banner-block .banner-sub{line-height:28px;font-size: 24px; }
.page-template-ebook-page-without-calculators .banner-sub2.gotham.white{ padding-left:5%; padding-right:5%}
.page-template-ebook-page-without-calculators .primary-color{ color: #48c3cf !important; f }
.page-template-ebook-page-without-calculators .primary-color.small{font-size: 18px;}
.page-template-ebook-page-without-calculators h3.banner-sub-footer1{ padding-top:35px}
.page-template-ebook-page-without-calculators .banner-sub-footer2 { font-size:30px;line-height:30px;padding:28px 7%}
.page-template-ebook-page-without-calculators h3.banner-sub-footer3{ padding-bottom:15px}

 
.page-template-ebook-page-without-calculators #top_banner.landing-banner { min-height: 408px;}	
.page-template-ebook-page-without-calculators div.wpcf7 {width: 700px; margin: -65px auto 0;box-shadow:0 0 26px 6px #787878;background-color: #fff; padding:2% 5% 2%}
.page-template-ebook-page-without-calculators form input.text, .page-template-ebook-page-without-calculators form select{ width:100%;height: 36px; line-height: 36px; background-color:#F0F0F0;  border: 1px solid rgba(51, 51, 51, 0.1);font-size: 14px; color:#222}
.page-template-ebook-page-without-calculators div.wpcf7 input[type="submit"]{width:100%; background-color:#48c3cf}
.page-template-ebook-page-without-calculators .entry-content div.wpcf7 h2.extra-large.aligncenter{ line-height:50px; padding-bottom:15px}
@media only screen and (max-width:767px){ 
.page-template-ebook-page-without-calculators .banner-block { padding: 16% 8%;}
.page-template-ebook-page-without-calculators #top_banner.landing-banner { background-size: cover;}
	.page-template-ebook-page-without-calculators div.wpcf7 {width: 90%; }
	.page-template-ebook-page-without-calculators .banner-block .banner-main.very-extra-large {font-size: 25px;line-height: 32px;}
	.page-template-ebook-page-without-calculators .banner-block .banner-sub.gotham {font-size:15px;line-height:20px;} 
}


.page-template-ebook2-page-without-calculators #top_banner.landing-banner { background:url("images/ebook2-banner.jpg") no-repeat scroll center top;background-size: cover;}
.page-template-ebook2-page-without-calculators .banner-block{ padding:15% 8% 5%}
.page-template-ebook2-page-without-calculators .banner-block .banner-main{ padding-bottom:15px}
.page-template-ebook2-page-without-calculators .banner-block .banner-sub{line-height:28px;font-size: 24px; }
.page-template-ebook2-page-without-calculators .banner-sub2.gotham.white{ padding-left:5%; padding-right:5%}
.page-template-ebook2-page-without-calculators .primary-color{ color: #48c3cf !important; f }
.page-template-ebook2-page-without-calculators .primary-color.small{font-size: 18px;}
.page-template-ebook2-page-without-calculators h3.banner-sub-footer1{ padding-top:35px}
.page-template-ebook2-page-without-calculators .banner-sub-footer2 { font-size:30px;line-height:30px;padding:28px 7%}
.page-template-ebook2-page-without-calculators h3.banner-sub-footer3{ padding-bottom:15px}
 
.page-template-ebook2-page-without-calculators #top_banner.landing-banner { min-height: 408px;}	
.page-template-ebook2-page-without-calculators div.wpcf7 {width: 700px; margin: -65px auto 0;box-shadow:0 0 26px 6px #787878;background-color: #fff; padding:2% 5% 2%}
.page-template-ebook2-page-without-calculators form input.text, .page-template-ebook2-page-without-calculators form select{ width:100%;height: 36px; line-height: 36px; background-color:#F0F0F0;  border: 1px solid rgba(51, 51, 51, 0.1);font-size: 14px; color:#222}
.page-template-ebook2-page-without-calculators div.wpcf7 input[type="submit"]{width:100%; background-color:#48c3cf}
.page-template-ebook2-page-without-calculators .entry-content div.wpcf7 h2.extra-large.aligncenter{ line-height:50px; padding-bottom:15px}
@media only screen and (max-width:767px){ 
.page-template-ebook2-page-without-calculators .banner-block { padding: 16% 8%;}
.page-template-ebook2-page-without-calculators #top_banner.landing-banner { background-size: cover;}
	.page-template-ebook2-page-without-calculators div.wpcf7 {width: 90%; }
	.page-template-ebook2-page-without-calculators .banner-block .banner-main.very-extra-large {font-size: 25px;line-height: 32px;}
	.page-template-ebook2-page-without-calculators .banner-block .banner-sub.gotham {font-size:15px;line-height:20px;} 
}

h1.entry-title a, p.entry-title a{background-size:120px auto !important;width: 120px; height: 120px;}
/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	ul,
	ol {
		margin-left: 0;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 1.3333em;
	}

	blockquote {
		margin-left: -1em;
	}

	blockquote > blockquote {
		margin-left: 0;
	}

	.site-branding {
		min-height: 3.2em;
	}

	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.0909;
	}

	.site-description {
		display: block;
	}

	.secondary {
		margin: 7.6923% 7.6923% 0;
		padding: 7.6923% 7.6923% 0;
	}

	.main-navigation {
		margin-bottom: 0;
	}

	.social-navigation {
		margin-bottom: 11.1111%;
	}

	.social-navigation {
		margin-top: 0;
	}

	.widget-area {
		margin-top: 0;
	}

	.widget {
		margin-bottom: 11.1111%;
	}

	.site-main {
		padding: 7.6923% 0;
	}

	.hentry.sticky:not(.has-post-thumbnail) {
		padding-top: inherit;
	}

	.hentry,
	.page-header,
	.page-content {
		margin: 0;
	}

	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 7.6923%;
	}

	.hentry + .hentry {
		border-top: 0;
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}


	.page-template-guides-tips .entry-header,
	.single .entry-header,
	.entry-content,
	.entry-summary {
		padding: 0 0 1% 9.0909%;
	}

	.entry-footer {
		padding: 0 0 1% 5.3333%
	}

	.page-header {
		border-bottom: 0;
		padding: 3.8461% 0 3.8461% 7.6923%;
	}

	.page-content {
		padding: 9.0909%;
	}

	.site-footer {
		border-top: 0;
		margin: 0;
		padding: 3.84615% 7.6923%;
	}

	.post-navigation {
		border-top: 0;
		margin: 7.6923% 7.6923% 0;
	}

	.post-navigation a {
		padding: 4.5454% 9.0909%;
	}

	.pagination {
		border-top: 0;
		margin: 7.6923% 7.6923% 0;
		padding: 0;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.image-navigation {
		padding: 0 9.0909%;
	}

	.comments-area {
		border-top: 0;
		margin: 7.6923% 7.6923% 0;
	}

	.comment-content ul,
	.comment-content ol {
		margin-left: 0;
	}

	.comment-content li > ul,
	.comment-content li > ol,
	.comment-content blockquote > ul,
	.comment-content blockquote > ol {
		margin-left: 1.3333em;
	}

	.widecolumn {
		margin: 7.6923%;
	}
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}

	blockquote {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		margin-left: -1.05em;
		padding-left: 0.85em;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.main-navigation a {
		padding: 1em 0;
	}

	.main-navigation ul ul {
		margin-left: 1em;
	}

	.main-navigation .menu-item-description {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation a {
		height: 2.8824em;
		width: 2.8824em;
	}

	.secondary-toggle {
		height: 56px;
		width: 56px;
	}

	.secondary-toggle:before {
		line-height: 54px;
		width: 54px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.image-navigation,
	.comment-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-branding {
		min-height: 3.7059em;
		padding-right: 66px;
	}

	.site-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table,
	.widget pre {
		margin-bottom: 1.5em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
		margin-bottom: 1.6471em;
		margin-left: -1.2353em;
		padding-left: 1em;
	}

	.widget blockquote p {
		margin-bottom: 1.6471em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.widget blockquote > blockquote {
		margin-left: 0;
	}

	.widget pre {
		line-height: 1.5;
		padding: 0.75em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		line-height: 1.75;
	}

	.widget button,
	.widget input {
		line-height: normal;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	.widget blockquote.alignleft,
	.widget .wp-caption.alignleft,
	.widget img.alignleft {
		margin: 0.5em 1.5em 1.5em 0;
	}

	.widget blockquote.alignright,
	.widget .wp-caption.alignright,
	.widget img.alignright {
		margin: 0.5em 0 1.5em 1.5em;
	}

	.widget blockquote.aligncenter,
	.widget .wp-caption.aligncenter,
	.widget img.aligncenter {
		margin-top: 0.5em;
		margin-bottom: 1.5em;
	}

	.widget .wp-caption.alignleft,
	.widget .wp-caption.alignright,
	.widget .wp-caption.aligncenter {
		margin-bottom: 1em;
	}

	.widget-title {
		margin: 0 0 1.5em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.9286;
	}

	.widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.9643em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.9643em 0 0 1em;
		padding-top: 0.9643em;
	}

	.widget_rss li {
		margin-bottom: 1.5em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}

	.post-thumbnail {
		margin-bottom: 3em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}



	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info {
		margin: 0 9.0909%;
		padding: 9.0909% 0;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}


	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1.4em;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

	.comments-title {
		margin-bottom: 1.4em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6471em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.comment-list .children > li {
		padding-left: 1.2353em;
	}

	.comment-meta {
		position: relative;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		position: relative;
		top: 5px;
		width: 42px;
	}

	.comment-metadata .edit-link:before {
		top: 2px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6471em;
	}

	.comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6471em;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 0;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.widecolumn p {
		margin: 1.6471em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: normal;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}
}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6842em;
	}

	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.8182;
		margin-bottom: 1.8182em;
		margin-left: -1.0909em;
		padding-left: 0.9091em;
	}

	blockquote p {
		margin-bottom: 1.8182em;
	}

	blockquote cite,
	blockquote small {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	pre {
		line-height: 1.2632;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.main-navigation a {
		padding: 0.75em 0;
	}

	.main-navigation .menu-item-description {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
		width: 2.5263em;
	}

	.secondary-toggle {
		height: 64px;
		width: 64px;
	}

	.secondary-toggle:before {
		line-height: 62px;
		width: 62px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.pagination .page-numbers {
		line-height: 3.3684em;
		padding: 0 0.8421em;
	}

	.pagination .prev,
	.pagination .next {
		height: 64px;
		padding: 0;
		width: 64px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 64px;
		line-height: 64px;
		width: 64px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.site-branding {
		min-height: 3.7895em;
		padding-right: 74px;
	}

	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget blockquote {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
		margin-bottom: 1.6842em;
		margin-left: -1.2632em;
		padding-left: 1.0526em;
	}

	.widget blockquote p {
		margin-bottom: 1.6842em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		line-height: 1.5;
	}

	.widget button,
	.widget input {
		line-height: normal;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		line-height: 1.5;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.9375;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.7188em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.7188em 0 0 1em;
		padding-top: 0.7188em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.post-thumbnail {
		margin-bottom: 2.9474em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}


	.page-links {
		margin-bottom: 1.4736em;
	}


	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-bottom: 1.4545em;
	}

	.format-link .entry-title a:after {
		top: 0.125em;
	}

	.comments-title {
		margin-bottom: 1.4545em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6842em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6842em;
	}

	.comment-list .children > li {
		padding-left: 1.4737em;
	}

	.comment-author .avatar {
		height: 56px;
		margin-right: 1.6842em;
		top: 3px;
		width: 56px;
	}

	.comment-metadata {
		line-height: 2;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6842em;
	}

	.comment-list .reply a {
		padding: 0.4375em 0.875em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6842em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 0;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6842em;
	}

	.widecolumn p {
		margin: 1.6842em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.641em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.421em;
	}
}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {

	.site {
		float: none;
	}

	.sidebar {
		float: left;
		margin-right: -100%;
		max-width: 413px;
		position: relative;
		width: 29.4118%;
	}

	.secondary {
		background-color: transparent;
		display: block;
		margin: 0;
		padding: 0;
	}

	.site-main {
		padding: 0;
	}

	.site-content {
		display: block;
	}

	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6em;
	}

	blockquote {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6667;
		margin-bottom: 1.6667em;
		margin-left: -1.3333em;
		padding-left: 1.1111em;
	}

	blockquote cite,
	blockquote small {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	pre {
		line-height: 1.2;
	}

	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	button,
	input {
		line-height: normal;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.7917em 1.5833em;
	}

	.main-navigation {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.main-navigation a {
		padding: 0.5em 0;
	}

	.main-navigation .menu-item-description {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.dropdown-toggle {
		height: 24px;
		width: 24px;
	}

	.dropdown-toggle:after {
		font-size: 16px;
		line-height: 24px;
		width: 24px;
	}

	.social-navigation {
		margin: 0 20% 20%;
	}

	.social-navigation ul {
		margin-bottom: -1.6em;
	}

	.social-navigation li {
		width: 25%;
	}

	.social-navigation a {
		height: 3.2em;
	}

	.secondary-toggle {
		display: none;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.post-navigation {
		margin: 8.3333% 8.3333% 0;
	}

	.post-navigation a {
		padding: 5% 10%;
	}

	.pagination {
		margin: 8.333% 8.333% 0;
	}

	.pagination .nav-links {
		min-height: 3.2em;
	}

	.pagination .page-numbers {
		line-height: 3.2em;
		padding: 0 0.8em;
	}

	.pagination .prev,
	.pagination .next {
		height: 48px;
		padding: 0;
		width: 48px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 48px;
		line-height: 48px;
		width: 48px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 16px;
		top: 0;
	}

	.image-navigation {
		padding: 0 10%;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4em 1.6em 1.6em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4em 0 1.6em 1.6em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		clear: both;
		margin-top: 0.4em;
		margin-bottom: 1.6em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}

	.site-header {
		background-color: transparent;
		border-bottom: 0;
		margin: 20% 0;
		padding: 0 20%;
	}

	.site-branding {
		min-height: 0;
		padding: 0;
	}

	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
	}

	.site-description {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 20%;
		padding: 0 20%;
	}

	.widget blockquote {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin-left: -1.5em;
		padding-left: 1.1667em;
	}

	.widget blockquote p {
		margin-bottom: 1.5em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget pre {
		padding: 0.5em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.5417em 1.0833em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9167;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4583em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4583em 0 0 1em;
		padding-top: 0.4583em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.hentry,
	.page-header,
	.page-content {
		margin: 0;
	}

	.hentry {
		padding-top: 0;
	}

	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 8.3333%;
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-bottom: 1.1613em;
	}

	.page-template-guides-tips .entry-header,
	.single .entry-header,
	.entry-content,
	.entry-summary {
		padding: 0 0 1% 5.3333%;
	}


	body.archive.category .entry-content {
		padding: 0 0 1% 0;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-top: 1.5484em;
		margin-bottom: 0.7742em;
	}


	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 16px;
		top: 5px;
	}

	.author-info {
		margin: 0 10%;
		padding: 10% 0;
	}

	.author-info .avatar {
		height: 36px;
		margin: 0 1.5em 1.5em 0;
		width: 36px;
	}

	.author-link:after {
		font-size: 16px;
		top: 1px;
	}

	.entry-footer {
		padding: 0 0 1% 5.3333%;
	}

	body.archive.category .entry-footer {
		padding: 0 0 1% 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.page-header {
		padding: 4.1666% 0 1% 5.3333%;
	}

	body.page-template-guides-tips .page-header {
		padding: 0 0 1% 5.3333%;
	}

	body.page-template-contact-page .page-header {
		padding-top: 0;
	}

	.page-content {
		padding: 5.3333%;
	}

	.taxonomy-description {
		padding-top: 0.4em;
	}



	.page-links {
		margin-bottom: 1.3333em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.3333em 0.3333em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-bottom: 1.3333em;
	}

	.format-link .entry-title a:after {
		top: 0;
	}

	.comments-area {
		margin: 8.3333% 8.3333% 0;
		padding: 8.3333%;
	}

	.comments-title {
		margin-bottom: 1.3333em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6em;
	}

	.comment-list .children > li {
		padding-left: 0.8em;
	}

	.comment-author {
		margin-bottom: 0.4em;
	}

	.comment-author .avatar {
		height: 24px;
		margin-right: 0.8em;
		top: 0;
		width: 24px;
	}

	.comment-metadata .edit-link:before {
		top: 3px;
	}

	.pingback .edit-link:before {
		top: 5px;
	}

	.bypostauthor > article .fn:after {
		top: 5px;
		left: 3px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 2em;
	}

	.comment-list .reply a {
		padding: 0.4167em 0.8333em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6em;
	}

	.comment-reply-title small a:before {
		top: -3px;
	}

	.site-footer {
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 0;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 1.6em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6em;
	}

	.widecolumn {
		margin: 8.3333%;
		padding: 8.3333%;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6em;
	}

	.widecolumn p {
		margin: 1.6em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.5484em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.375em;
	}
}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}

	blockquote {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		margin-left: -1.05em;
		padding-left: 0.85em;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.5714em;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main-navigation a {
		padding: 0.4643em 0;
	}

	.main-navigation .menu-item-description {
		line-height: 1.4583;
		margin-top: 0.25em;
	}

	.dropdown-toggle {
		height: 28px;
		width: 28px;
	}

	.dropdown-toggle:after {
		line-height: 28px;
		width: 28px;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation li {
		width: 20%;
	}

	.social-navigation a {
		height: 2.8824em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget blockquote {
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 1.2143em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.75em 1.5em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		line-height: 1.4583;
		padding: 0.5833em 0;
	}

	.widget_calendar caption {
		margin: 0 0 1.9286em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9286;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4643em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4643em 0 0 1em;
		padding-top: 0.4643em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}

	.post-thumbnail {
		margin-bottom: 2.4706em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}



	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1.4em;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

	.comments-title {
		margin-bottom: 1.4em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6471em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.comment-list .children > li {
		padding-left: 1.1667em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		top: 5px;
		width: 42px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-metadata .edit-link:before {
		top: 6px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6471em;
	}

	.comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6471em;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 0;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.widecolumn p {
		margin: 1.6471em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}
}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6842em;
	}

	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.8182;
		margin-bottom: 1.8182em;
		margin-left: -1.0909em;
		padding-left: 0.9091em;
	}

	blockquote p {
		margin-bottom: 1.8182em;
	}

	blockquote cite,
	blockquote small {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	pre {
		line-height: 1.2632;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.main-navigation a {
		padding: 0.5em 0;
	}

	.main-navigation .menu-item-description {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		margin-top: 0.3077em;
	}

	.dropdown-toggle {
		height: 32px;
		top: 17px;
		width: 32px;
	}

	.dropdown-toggle:after {
		line-height: 32px;
		width: 32px;
	}

	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.pagination .page-numbers {
		line-height: 3.3684em;
		padding: 0 0.8421em;
	}

	.pagination .prev,
	.pagination .next {
		height: 64px;
		padding: 0;
		width: 64px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 64px;
		line-height: 64px;
		width: 64px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4211em 1.6842em 1.6842em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4211em 0 1.6842em 1.6842em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4211em;
		margin-bottom: 1.6842em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.site-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1.6rem;
		padding-left: 1.25em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 0.8462em 1.6923em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		padding: 0.6154em 0;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9375;
	}

	.widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4688em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4688em 0 0 1em;
		padding-top: 0.4688em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}

	.post-thumbnail {
		margin-bottom: 2.9474em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-bottom: 1.4545em;
	}

	.format-link .entry-title a:after {
		top: 3px;
	}

	.comments-title {
		margin-bottom: 1.4545em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6842em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6842em;
	}

	.comment-list .children > li {
		padding-left: 1.4737em;
	}

	.comment-author .avatar {
		height: 56px;
		margin-right: 1.6842em;
		top: 3px;
		width: 56px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6842em;
	}

	.comment-list .reply a {
		padding: 0.4375em 0.875em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6842em;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 0;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6842em;
	}

	.widecolumn p {
		margin: 1.6842em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.641em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.421em;
	}
}


/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	body:before {
		width: -webkit-calc(50% - 289px);
		width: calc(50% - 289px);
	}
}


/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #595959 !important; /* Make sure color schemes don't affect to print */
	}


	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #595959 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0 0 1% 5.3333%;
	}

	.page-template-guides-tips .entry-header,
	.single .entry-header,
	.entry-content,
	.entry-summary {
		padding: 0 0 1%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}


@media screen and (max-width: 980px) {
	#top_banner header {
		float: none;
		margin-bottom: 0;
		height: 150px;
	}
	h1.entry-title a, p.entry-title a {
		background-image: url(/wp-content/themes/lendme/images/logo-footer.png);
		width: 125px;
		height: 125px;
	}
	#phone_and_social_links {
		width: 100%;
	}
	.wrapper {
		width: 90%;
		margin: 0 5%;
	}

	#calculator_banner, #summary_services_container, #why_choose_container, #lenders_container, #contact_container {
		float: left;
		width: 100%;
	}
	#calculator_banner ul li a {
		font-size: 18px;
	}

	#blog_container .slick-list,#testimonials_container .slick-list  {
		width: 430px;
	}

}

@media screen and (max-width: 1024px) {
	.half {
		width: 46%;
		margin: 0 1%;
	}
	.three-quarters {
		width: 70%;
	}
}

@media screen and (max-width: 768px) {
	.entry-content .download-section h3 {
		white-space: normal;
	}
}


@media screen and (max-width: 970px) {
	.one-fifth.spacing {
		width: 28%;
		margin: 20px 2%;
	}

	#colophon .vcard {
		padding-top: 122px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 890px) {
	#colophon {
		clear: both;
	}
	#colophon .half {
		clear: both;
		float: none;
		width: 100%;
	}
	#contact_details_container {
		background: none;
	}
	#colophon .site-info ul.aligncenter.no-style {
		width: 100%;
	}
}


@media screen and (max-width: 790px) {
	#calculator_banner ul li a {
		font-size: 14px;
	}

	#summary_services_container .content {
		height: 126px;
	}

	#blog_container .three-quarters h2 {
		padding-left: 0;
	}
	#blog_container button.slick-prev, #blog_container button.slick-next,#testimonials_container button.slick-prev,#testimonials_container button.slick-next {
		display: none !important;
	}
	#blog_container .slick-list, #colophon .site-info ul.aligncenter.no-style,#testimonials_container .slick-list  {
		width: 100%;
	}
}

@media screen and (max-width: 710px) { 
	#calculator_banner .three-quarters, #calculator_banner .one-quarter, #blog_container .one-quarter, #blog_container .three-quarters {
		float: none;
		width: 100%;
	}

	#why_choose_container ul li.float {
		float: none;
	}
	#why_choose_container li span.white {
		height: 60px;
	} 
}


@media screen and (max-width: 768px) {

	#top_banner {
	  min-height: 320px;
	}
.page-template-home-new-template #top_banner{
	  min-height: 300px;
	}
	#mega-menu-primary {
		background: #4dc4d0 !important;
	}

	#view_more_container img, #view_more_container h2, #view_more_container a  {
		display: none;
	}	

	#calculator_banner .three-quarters, #why_choose_container li span.white {
		width: 100%;
	}
	#blog_container .one-quarter ul {
		margin: 0;
	}
	#blog_container .three-quarters.spacing {
		padding-left: 0;
	}
	#site-navigation {
		width: 100%;
	}
	#phone_and_social_links .phone_number {
		padding-left: 0;
		margin-left: 0;
	}
	#top_banner .float-right {
		float: none;
	}
	#top_banner .float-right .float-right {
		float: right;
	}
}

@media screen and (max-width: 760px) {
	#sidemenu, .wrapper > .one-quarter, .one-quarter #why_choose_container {
		width: 100%;
	}
	#sidebar_link {
		top: 200px;
	}
	.extra-large, .entry-content h2.extra-large, .entry-content p.extra-large {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
.page-template-calculators #cboxLoadedContent{  overflow:auto!important;-webkit-overflow-scrolling: touch;} 
body.page-template-calculators{-webkit-transform:translate3d(0, 0, 0);}
#rev_slider_1_1_wrapper .andrea, #rev_slider_1_1_wrapper .andrea strong, #rev_slider_1_1_wrapper .andrea span,
#rev_slider_2_1_wrapper .andrea, #rev_slider_2_1_wrapper .andrea strong, #rev_slider_2_1_wrapper .andrea span,
#rev_slider_3_1_wrapper .andrea, #rev_slider_3_1_wrapper .andrea strong, #rev_slider_3_1_wrapper .andrea span,
#rev_slider_4_1_wrapper .andrea, #rev_slider_4_1_wrapper .andrea strong, #rev_slider_4_1_wrapper .andrea span,
#rev_slider_5_1_wrapper .andrea, #rev_slider_5_1_wrapper .andrea strong, #rev_slider_5_1_wrapper .andrea span,
#rev_slider_6_1_wrapper .andrea, #rev_slider_6_1_wrapper .andrea strong, #rev_slider_6_1_wrapper .andrea span {
	font-size: 19px !important;line-height: 26px !important;padding-top:9px!important;padding-bottom:5px;margin-bottom:5px!important}
#rev_slider_1_1_wrapper .gotham.light, #rev_slider_2_1_wrapper .gotham.light, #rev_slider_3_1_wrapper .gotham.light, #rev_slider_4_1_wrapper .gotham.light, #rev_slider_5_1_wrapper .gotham.light, #rev_slider_6_1_wrapper .gotham.light{   font-size: 17px; }
#rev_slider_1_1_wrapper .gotham.bold, #rev_slider_2_1_wrapper .gotham.bold, #rev_slider_3_1_wrapper .gotham.bold, #rev_slider_4_1_wrapper .gotham.bold, #rev_slider_5_1_wrapper .gotham.bold, #rev_slider_6_1_wrapper .gotham.bold { 
    font-size: 16px; }
.rev_slider_wrapper .alignright{text-align:left!important;float: left!important}
.rev_slider_wrapper .tp-caption.large_text, .rev_slider_wrapper .tp-caption{left:0;width:99%;overflow:visible;padding-left:10px}
.rev_slider_wrapper .gotham.primary-color{padding-right:12pxpadding-left:12px}
.hide-sm{display:none!important}
#contact_sidebar{padding: 11px 11px 15px;}
#sidebar_link {top: 170px;}
.page-template-ebook-page-without-calculators .banner-sub-footer2,.page-template-ebook2-page-without-calculators .banner-sub-footer2,.page-template-landing-page-refinance-without-calculators .banner-sub-footer2{ padding:12px 6% 8px 6%;}
.page-template-ebook-page-without-calculators .button-white,.page-template-ebook2-page-without-calculators .button-white,.page-template-landing-page-refinance-without-calculators .button-white{clear: both;display: block; padding: 15px 30px;margin: 10px 22px 5px;}
.page-template-ebook-page-without-calculators .top_banner_bottom,.page-template-ebook2-page-without-calculators .top_banner_bottom, .page-template-landing-page-refinance-without-calculators .top_banner_bottom{padding-bottom: 20px; }
}
@media screen and (max-width: 568px) { 
	#summary_services_container .content {
		height: 150px;
	}
	.page-header {
		border: none;
	}
	.page-header h1.andrea {
		margin-bottom: 10px !important;
	}
	.page-template-guides-tips .entry-header, .single .entry-header, .entry-content, .entry-summary {
		margin-left: 0;
		padding-left: 0;
	}
	.page-header {
		padding-left: 0;
	}

	span.block {
		display: block;
	}

}

@media screen and (max-width: 500px) {

	#top_banner {
	  min-height: 350px;
	}

	#blog_container .three-quarters h2, #why_choose_container .one-quarter, .entry-content .half {
		width: 100%;
	}
	#why_choose_container ul, #colophon dd ul, #colophon dd ul li {
		margin: 0;
		padding: 0;
	}

	#phone_and_social_links, #phone_and_social_links .phone_number, #phone_and_social_links .social_links li {
		font-size: 17px;
	}

}

@media screen and (max-width: 414px) {
	.one-fifth.spacing {
		width: 46%;
	}
	.one-quarter, .three-quarters {
		width: 100%;
	}
	.site-footer {
		padding: 4% 0;
	}
}

@media screen and (max-width: 320px) {
	.one-fifth.spacing, .entry-content .one-third {
		width: 100%;
	}
	.entry-content .one-third {
		margin: 0;
	}
	#summary_services_container .content {
		height: auto;
	}
}
#testimonials_container{ background:#EDECEC; padding-top:35px; padding-bottom:35px}
.calculator-img{ background:#299393 url(/wp-content/themes/lendme/images/calculator-background.jpg) no-repeat center center; background-size:cover; float: left; width: 100%;  padding: 30px 0;}

/* 11 August Css Start Here */

.loan-categorey{ padding: 0px; margin-bottom: 0px; }
.loan-categorey li{ list-style: none; display: inline-block; width: 174px; padding: 0px 10px 5px; }
.loan-categorey li a{ display: block; width: 174px; height: 154px; color: transparent; }
.loan-categorey li a.pl-loans{ background: url(images/personal_loan.svg) no-repeat center center; }
.loan-categorey li a.pl-loans:hover{ background: url(images/personal_loan_hover.svg) no-repeat center center; }
.loan-categorey li a.hl-loans{ background: url(images/home_loan.svg) no-repeat center center; }
.loan-categorey li a.hl-loans:hover{ background: url(images/home_loan_hover.svg) no-repeat center center; }
.loan-categorey li a.cl-loans{ background: url(images/car_loan.svg) no-repeat center center; }
.loan-categorey li a.cl-loans:hover{ background: url(images/car_loan_hover.svg) no-repeat center center; }
.loan-categorey li a.bl-loans{ background: url(images/business_loan.svg) no-repeat center center; }
.loan-categorey li a.bl-loans:hover{ background: url(images/buisness_loan_hover.svg) no-repeat center center; }
.btn-talk { background: #48c3cf; color: #fff; font-size: 13px; padding: 6px 12px; display: inline-block; }
.btn-talk:hover{ background: #333; color: #fff; }
.db{ display: block; }
.calc-btn{ display: block; background: #fff; color: #48c3cf; padding: 15px 0px; margin-bottom:15px }
.calc-btn:hover{ background: #48c3cf; color: #fff; }
.prl-10{ padding: 0px 10px; }
.home-blog ul li{ width: 50%; float: left; padding: 0px 15px; min-height: 315px; margin-bottom: 20px; }
.home-blog ul li .thumbblog{ width: 100%; }
.home-blog ul li .thumbblog a{ display: block; }
/*.home-blog ul li .thumbblog img{ width: 100%; }*/
.home-blog ul li .entry-title{ font-size: 17px; font-weight: 500; margin-bottom: 5px; }
.home-blog ul li .entry-title a{ color: #48c3cf; }
.home-blog ul li .date{ font-size: 14px; color: #333!important; padding: 0px !important; font-weight: 500; }
.home-blog ul li .btn-blog-read{ background: #48c3cf; color: #fff; font-size: 15px; padding: 8px 18px; float: right; display: inline-block; }
.home-blog ul li .btn-blog-read:hover{ background: #333; color: #fff; }
.home-blog ul li .thumbblog{ padding-bottom: 15px; }
.wel-txt{ font-size: 34px; line-height: 39px; padding: 3% 0 3%; }

.page-template-home-new-template .video-block .one-thirds{ width: 34%; }
.video-block .loan-categorey li.hidenormal { display:none}
@media screen and (max-width: 1024px) {
.page-template-home-new-template .site-main{ padding-top:2%}
.page-template-home-new-template .video-block .one-thirds,.page-template-home-new-template .video-block .two-thirds{ width: 98%; clear:both; }
.video-block .loan-categorey{text-align: center;}
.video-block .loan-categorey li{ width: auto; text-align:center;display: inline-block;}
.video-block .wrapper * {padding: 1%;}
.video-block .wrapper .btn-talk{padding: 6px 12px;}
.prl-10 a{font-size: 16px;}
.home-blog h2{ line-height:40px}
}
@media screen and (max-width: 900px) and (min-width: 628px) {
.video-block .loan-categorey li.hidenormal { display:block; clear:both; height:1px;}
}
@media screen and (max-width: 767px) {  
.calculator-img  h2.white.large {line-height: 40px; margin-bottom:10px}
.home-blog h2 { line-height:22px;}
.prl-10.one-third{ clear:both; width:100%}
.prl-10 a{font-size: 18px;}
.home-blog ul li{ width:99%; clear:both}
.video-block .wrapper .wel-txt{ padding:4% 0 2.5%}
}
/* 11 August Css Start End Here */
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before{content:none!important}
