@charset "UTF-8";
/* CSS Document */

/*========== CSS reset ==========*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:active, a:focus {
    outline: none;
}

sup {
    font-size: 0.6em;
    vertical-align: super;
	line-height:1em;
}

.no-wrap {
	white-space:nowrap;
}

/*========== GLOBAL styles ==========*/

body {
	font-size:62.5%;
	font-family:'Avenir LT W01_55 Roman1475520', Helvetica, Arial, sans-serif;
	color:#666;
	-webkit-text-size-adjust: 100%;
}

html.overflow, body.overflow, .site-wrapper.overflow {
	overflow:hidden;
}

.touchevents .site-wrapper {
	position:fixed;
	width:100%;
	height:100%;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	top:0;
	left:0;
}

.touchevents .site-wrapper.overflow {
	overflow:hidden;
}


.wrapper {
	max-width:1160px;
	margin:0 auto;
	position:relative;
	padding:0 20px;
}

.grey-bg {
	background:#eee;
}

.bold, strong {
	font-family:'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
}

.clear {
	clear:both;
}

.three-column {
	width:33.3333%;
	float:left;
}

.two-column {
	width:50%;
	float:left;
}

.anchor {
	display:block;
    position: relative;
    top: -190px;
}

#appointment.anchor {
    top: -140px;
}

p.disclaimer {
    clear: left;
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.get-relief p.disclaimer {margin-top: 0px;margin-bottom: 25px;}

a {
	color:#58b947;
	text-decoration:none;
}

/*========== BODY ==========*/

section.body {
	padding:65px 0 80px 0;
	text-align:center;
	float:left;
	width:100%;
	position:relative;
}

section.body h2 {
	font-size:3.8em;
	line-height:1em;
}

section.body .content h3 {
	font-family: "Avenir LT W01_95 Black1475556",Helvetica,Arial,sans-serif;
    font-size: 2.2em;
    line-height: 1.2em;
    padding-top: 20px;
}

section.body h2 sup {
	font-size:.4em;
}

section.body .content {
	max-width:650px;
	margin:0 auto;
}

section.body.full-width .content {
	max-width:1060px;
	margin:0 auto;
}

section.body .content p {
	font-size:1.8em;
	line-height:1.4em;
	padding-top:20px;
}

section.body .content li p {
	font-size:1em !important;
}

/*========== HEADER/NAV ==========*/

.logged-in header.site-header {
	top:32px;
}

header.site-header {
	width:100%;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	border-bottom:1px solid #666;
	z-index:1000;
}

header.site-header .white .wrapper {
	min-height:125px;
	transition:min-height, .3s ease;
	-moz-transition:min-height, .3s ease;
	-webkit-transition:min-height, .3s ease;
	-ms-transition:min-height, .3s ease;
	max-width:1200px;
}

header.site-header .logo {
	background:url(images/NFCC_logo.jpg) no-repeat 0 0;
	display:block;
	width:220px;
	height:72px;
	text-indent:-9000px;
	position:relative;
	top:30px;
	background-size:contain;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	z-index:1;
}

header.site-header .share {
	position:absolute;
	right:20px;
	top:0;
	font-size:1.4em;
	visibility:visible;
	opacity:1;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
}

header.site-header .hamburger-menu {
	width:30px;
	height:21px;
	position:absolute;
	right:20px;
	top:17px;
	display:none;
	cursor:pointer;
}

header.site-header .hamburger-menu img{
	width:100%;
	height:auto;
}

header.site-header .share a.friend {
	background:#58b947 url(images/email_icon.png) no-repeat 10px center;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:6px 10px 6px 40px;
	display:block;
	font-family:'Avenir LT W01_85 Heavy1475544', Arial, Helvetica, sans-serif;
}

header.site-header .share a.phone {
	background:url(images/phone_icon.svg) no-repeat 0 0;
	color:#58b947;
	text-decoration:none;
	padding:2px 10px 2px 40px;
	margin-top:10px;
	display:block;
	font-size:1.3em;
	margin-left:10px;
}

header.site-header nav {
	position:absolute;
	right:20px;
	bottom:25px;
	transition:top .3s ease;
	-moz-transition:top .3s ease;
	-webkit-transition:top .3s ease;
	-ms-transition:top .3s ease;
	z-index:2;
	height:auto;
}

header.site-header nav ul li {
	display:inline;
	padding:0 17px;
}

.home header.site-header nav ul li.menu-item-19, .home header.site-header nav #menu-primary-navigation li:first-child {
	display:none;
}

header.site-header nav ul li:last-child {
	padding-right:0;
}

header.site-header nav ul li a {
	color:#666;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.3em !important;
	line-height:1em;
	font-family:'Avenir LT W01_65 Medium1475532', Arial, Helvitica, sans-serif;

}

header.site-header .green {
	background:#58b947;
	color:#fff;
	font-size:2em;
	text-align:right;
	height:0;
	transition:height .3s ease;
	-moz-transition:height .3s ease;
	-webkit-transition:height .3s ease;
	-ms-transition:height .3s ease;
	position:relative;
	z-index:-1;
}

header.site-header .green.mobile {
	display:none;
}

header.site-header .green .wrapper > p {
	line-height:48px;
	position:relative;
	top:-50px;
	transition:top .3s ease;
	-moz-transition:top .3s ease;
	-webkit-transition:top .3s ease;
	-ms-transition:top .3s ease;
}

header.site-header .green .wrapper a {
    color: #fff;
    position: relative;
    text-decoration: none;
	padding-right:20px;
}

header.site-header .green .wrapper a .down-arrow {
	background:url(images/open-close-form.png) no-repeat 0 0;
	display: inline-block;
    height: 30px;
	margin-left:5px;
	top:0;
	margin-top:-2px;
	position:absolute;
    width: 30px;
	background-size:100%;
}

header.site-header .green .wrapper a .form-close {
	display:none;
}

.no-touchevents header.site-header .green .wrapper a.form-toggle.close .down-arrow {
	background-position:0 bottom;
}


/* STICKY */

header.site-header.sticky .white .wrapper {
	min-height:75px;
}

header.site-header.sticky .logo {
	width:160px;
	top:13px;
	height:52px;
}

header.site-header.sticky .share {
	visibility:hidden;
	opacity:0;
}

header.site-header.sticky .green {
	height:50px;
}

header.site-header.sticky .green .wrapper > p {
	top:0;
}

/*========== MAIN BANNER ==========*/

section.main-banner {
	height: 210px;
}
	
.home section.main-banner {
    height: 285px;
background-position: top center;
}

section.main-banner {
	position:relative;
	margin-top:125px;
	background-size:cover;
	background-position:center top;
}

section.main-banner .ie8 {
	display:none;
}

section.main-banner .wrapper {
	height:100%;
	padding:0;
	max-width:1200px;
}

section.main-banner .headline {
	color:#fff;
	position:absolute;
	top:60px;
	left:20px;
	z-index:1;
}
section.main-banner .headline.black {
	color:#000;
	position:absolute;
	top:auto;
	bottom: 20px;
	left:10%;
	z-index:2;
}
section.main-banner .headline.black p {
	font-size: 3.2em;
	padding-top: 0;
	max-width: 440px;
}

section.main-banner .headline.black p.limited {text-transform: uppercase;font-size:2.3em;}

.home section.main-banner .headline.black p {
	max-width: 480px;
}

section.main-banner .headline p {
	font-size:2.4em;
	font-family:'Avenir LT W01_65 Medium1475532', Arial, Helvitica, sans-serif;
	padding-top:5px;
}

section.main-banner .scroll-wrapper {
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:1;
}

section.main-banner .scroll-wrapper .scroll-down {
	background:url(images/arrow_down.svg) no-repeat 0 0;
	background-size:cover;
	width:36px;
	height:36px;
	display:block;
	text-indent:-9000px;
	margin:0 auto;
}

section.main-banner .mobile-overlay {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.2);
	z-index:0;
	display:none;
top: 0;
	left: 0;
}


/*========== HOME - GET ANSWERS NOW ==========*/

section.get-relief.body {
	padding:65px 0 0 0;
}

section.get-relief.body .content {
	max-width:700px;
}

section.get-relief .choose {
	max-width:975px;
	margin:45px auto 30px auto;
	display:table;
}

section.get-relief .choose .two-column {
	display: table-cell;
    float: none;
    padding-bottom: 50px;
    position: relative;
}

section.get-relief p.green {color:#58b947;font-family:'Avenir LT W01_65 Medium1475532', Arial, Helvitica, sans-serif;}

section.get-relief .choose a.button {
	position:absolute;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
	

section.get-relief.home .two-column .content-wrap h3, section.get-relief .flyout-form h3 {
	font-size:2.4em;
	color:#58b947;
	text-align:center;
	margin-bottom:20px;
	font-family:"Avenir LT W01_55 Roman1475520",Helvetica,Arial,sans-serif;
}

section.get-relief .flyout-form h3 {
	margin-bottom:0;
}

section.get-relief.home .two-column .content-wrap p, section.get-relief.home .two-column .content-wrap ul {
	font-size:1.6em;
	line-height:1.4em;
	padding-bottom:15px;
	text-align:left;
}

section.get-relief.home .two-column .content-wrap ul {
	list-style:disc;
	margin-left:1em;
}

section.get-relief.home .two-column .content-wrap ul li {
	padding:4px 0;
}

section.get-relief.home .two-column .content-wrap {
	padding:0 50px;
}

section.get-relief.home .two-column.appointment .content-wrap {
	padding:0 0 0 20px;
}

section.get-relief.home a.close {
	display:none;
}

a.button {
	border:none;
	background:#58b947;
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	padding:10px 30px;
	margin-top:20px;
	display:inline-block;
}

.get-relief a.button {font-size:1.2em;}

a.close.button {
	background:none;
	border:1px solid #58b947;
	color:#58b947;
}

section.get-relief .form-wrapper {
	max-width:730px;
	margin:0 auto;
	padding-top:60px;
}

section.get-relief.interior .form-wrapper {
	padding-top:20px;
}

section.get-relief.home .form-wrapper {
	margin-top:30px;
	padding:40px 0 50px;
	background:#eeeeee;
	float:left;
	width:100%;
	max-width:none;
	display:none;
}

section.get-relief.home .form-wrapper .container {
	max-width:975px;
	margin:0 auto;
	padding:0 15px;
}

section.get-relief .form-wrapper .phone {
	float:left;
	font-size:2.8em;
	color:#58b947;
	padding-top:25px;
}

section.get-relief.home .form-wrapper .phone p {
	color: #666;
    font-size: 0.6em;
    margin-top: 10px;
    text-align: center;
}

section.get-relief.home .form-wrapper .phone {
	float:none;
}

section.get-relief .form-wrapper .phone .number.mobile, section.get-relief.home .form-wrapper .phone .number.mobile {
	display:none;
}

section.get-relief .form-wrapper .phone .number.mobile a {
	color:#58b947;
	text-decoration:none;
}

section.get-relief .form-wrapper .phone .icon {
	background:url(images/phone_icon.svg) no-repeat 0 0;
	background-size:cover;
	width:60px;
	height:60px;
	display:block;
	text-indent:-9000px;
	margin:0 auto 20px auto;
}
section.get-relief.home .form-wrapper .phone .icon {
	width:40px;
	height:40px;
	display:inline-block;
	vertical-align:middle;
	margin:0;
}

section.get-relief.home .form-wrapper .phone {
	padding-top:15px;
}

section.get-relief.home .form-wrapper .phone .number {
	display:inline-block;
	vertical-align:middle;
}

section.get-relief.home .form-wrapper .form {
	width:100%;
}

section.get-relief .form-wrapper .form {
	width:495px;
	float:right;
	text-align:left;
}

section.get-relief.home .form-wrapper .form p {
	text-align:center;
}

section.get-relief.home .form-wrapper .form p.sub, section.get-relief.interior  p.sub {
	color:#58b947;
	font-size:1.2em;
	padding-bottom:0;
}

section.get-relief .form-wrapper .form p {
	font-size:1.3em;
	padding-bottom:10px;
	font-family:'Avenir LT W01_45 Book1475508', Arial, Helvetica, sans-serif;
}

section.get-relief .form-wrapper .form .column {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

section.get-relief .form-wrapper .form .column.left {
	width:60%;
	padding-right:10px;
	padding-top:15px;
}

section.get-relief .form-wrapper .form .column.right {
	width:40%;
	padding-top:15px;
}

section.get-relief .form-wrapper .form .column.right.submit-button {
	float:right;
	width:100%;
}

section.get-relief .form-wrapper .form .column.left.half {
	width:50%;
}

section.get-relief .form-wrapper .form .column.right.half {
	width:50%;
}

section.get-relief .form-wrapper .form #subForm {
   clear:left;
   float:left;
}

section.get-relief .form-wrapper .form input, section.get-relief .form-wrapper .form button {
	width:100%;
	height:40px;
	 -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
     box-sizing: border-box;
	 font-family:"Avenir LT W01_55 Roman1475520",Helvetica,Arial,sans-serif;
	border-radius:0;
	color:#666;
}

section.get-relief .form-wrapper .form input[type=text], section.get-relief .form-wrapper .form input[type=email] {
	-webkit-appearance: none;
}

section.get-relief .form-wrapper .form .style-select {
	border: 1px solid #cfcfcf;
	height: 40px;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
     box-sizing: border-box;
	 background:#fff url("images/select-downarrow.jpg") no-repeat scroll right top;
	 width:100%;
}

section.get-relief .form-wrapper .form select {
    font-size: 1.4em;
	color:#666;
    width: 100%;
	height:40px;
	-moz-appearance: none;
	-webkit-appearance:none;
	appearance:none;
	padding:10px;
	-moz-padding-start: 5px;
	border:none;
	background:transparent;
	outline:none !important;
	font-family:"Avenir LT W01_55 Roman1475520", Helvetica, Arial, sans-serif;
}

select::-ms-expand {
    display: none;
}

section.get-relief .form-wrapper .form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #5d6770;
}


section.get-relief .form-wrapper .form .opt-in {
    float: left;
    padding-top: 20px;
	width:100%;
}

section.get-relief .form-wrapper .form .opt-in .left {
	float:left;
	padding-right:5px;
}

section.get-relief .form-wrapper .form .opt-in label {
    display: block;
    font-size: 1.2em;
	margin-top:4px;
}

section.get-relief .form-wrapper .form .opt-in input {
    display: block;
    float: left;
    height: 15px;
    width: 15px;
	padding:0;
}

section.get-relief .form-wrapper .form .opt-in .require {
	float:left;
	font-size:1.4em;
	line-height:1em;
	vertical-align:super;
	padding-left:1px;
}

section.get-relief .form-wrapper .form input.placeholdersjs {
	color:#666;
}

::-webkit-input-placeholder {
	color: #666;
    opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
	color: #666;
	opacity:1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #666;
	opacity:1 !important;
}

:-ms-input-placeholder {  
   color: #666;
   opacity:1 !important;
}

section.get-relief .form-wrapper .form input {
	border:1px solid #cfcfcf;
	padding:10px;
	font-size:1.4em;
}

section.get-relief .form-wrapper .form input#fieldName, section.get-relief .form-wrapper .form input#fieldEmail {
	margin-bottom:15px;
}

section.get-relief .form-wrapper .form button {
	border:none;
	background:#58b947;
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	padding:0 10px;
	cursor:pointer;
}

section.get-relief .form-wrapper p.error-message {
	color:red;
	display:none;
}

section.get-relief .form-wrapper .form .error {
    color:red !important;
}

section.get-relief .form-wrapper .form .error-message span {
	clear:left;
	float:left;
	padding-bottom:5px;
}

section.get-relief .form-wrapper .form input.error::-webkit-input-placeholder {
   color: red;
}

section.get-relief .form-wrapper .form input.error::-moz-placeholder { /* Firefox 18- */
   color: red;  
}

section.get-relief .form-wrapper .form input.error::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

section.get-relief .form-wrapper .form input.error::-ms-input-placeholder {  
   color: red;  
}

section.get-relief .form-wrapper .right.disclaimer {
	float:left;
	padding-top:20px;
}

section.get-relief .form-wrapper .right.disclaimer {
	font-size:1.2em;
}


section.get-relief .more-info {
	max-width:975px;
	margin:50px auto 25px auto;
	padding:0 15px;
}

section.get-relief .more-info .disclaimer{margin-top: 10px;text-align: right;}

section.get-relief .more-info .container {
	width:100%;
	display:table;
}

section.get-relief .more-info .container .two-column {
	border:1px solid #000;
	display: table-cell;
    float: none;
}

section.get-relief .more-info .container .two-column:first-child {
	border-right:none;
}

section.get-relief .more-info .container .two-column h3 {
	display:block;
	background:#666;
	color:#fff;
	padding:15px 0;
	font-size:2.2em;
	margin-bottom:0;
}

section.get-relief .more-info .container .two-column ul {
	padding:40px 40px 30px 40px;
}

section.get-relief.home .more-info .two-column .content-wrap {
	padding:0;
}

/*========== HOME - STEP 1 2 3 ==========*/

section.steps-wrapper .steps {
	max-width:900px;
	margin:0 auto;
	padding-top:65px;
}

/*section.steps-wrapper .steps .clear {
	padding-bottom:65px;
}*/

section.steps-wrapper .steps .three-column a {
	color:#666;
}

section.steps-wrapper .steps .three-column a:hover {
	color:#58b947;
}

section.steps-wrapper .steps .three-column .number {
	border: 2px solid #58b947;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
    display: inline-block;
    font-family:'Avenir LT W01_35 Light1475496', Arial, Helvetica, sans-serif;
    font-size: 4em;
    height: 60px;
    line-height: 62px;
    width: 60px;
}

section.steps-wrapper .steps .three-column h3 {
	font-size:2.4em;
	padding:20px 0;
}

section.steps-wrapper .steps .three-column p {
	font-size:1.6em;
	line-height:1.5em;
	font-family: "Avenir LT W01_45 Book1475508",Arial,Helvetica,sans-serif;
	max-width:190px;
	margin:0 auto;
}

/*========== HOME - I MADE THE CALL ==========*/

section.body .content.testimonials.home {
	width:45%;
	max-width: 670px;
	margin:75px 2.5% 25px 2.5%;
	float:left;
}

.content.testimonials.home a.button {
	font-size: 1.6em;
}

.content.testimonials.home .attributed {
	padding: 30px 0 10px 0;
}

.content.testimonials.home .attributed p.name, .content.testimonials.home .attributed p.agency {
	font-family:'Avenir LT W01_65 Medium1475532', Arial, Helvitica, sans-serif;
}

/*========== HOME - BE INFORMED ==========*/

section.be-informed .icon-content {
	max-width:700px;
	margin:0 auto;
	padding-top:60px;
}

section.be-informed .icon-content .image-wrapper {
	width:150px;
	height:150px;
	margin:0 auto;
	display:block;
	text-indent:-9000px;
}

section.be-informed .icon-content .image-wrapper a {
	display:block;
	width:150px;
	height:150px;
}


section.be-informed .icon-content .articles a {
	background:url(images/articles_icon.png) no-repeat 0 0;
	background-size:100%;
}

section.be-informed .icon-content .articles a:hover {
	background-position: 0 bottom;
}

section.be-informed .icon-content .tools a {
	background:url(images/tools_icon.png) no-repeat 0 0;
	background-size:100%;
}

section.be-informed .icon-content .tools a:hover {
	background-position:0 bottom;
}

section.be-informed .two-column p {
	font-size:1.6em;
	line-height:1.6em;
	font-family: "Avenir LT W01_45 Book1475508",Arial,Helvetica,sans-serif;
	margin:0 auto;
	padding:20px 30px;
}

/*========== PAY OFF - PROGRAM OVERVIEW ==========*/

section.program-overview .content {
	max-width:760px;
}

section.program-overview .content p {
	font-size:2.4em;
	padding-top:20px;
}

section.program-overview .table-wrapper {
	max-width:1120px;
	background:#fff;
	padding:40px;
	margin:60px auto 0 auto;
}

section.program-overview .table-wrapper .table {
	display:table;
	width:100%;
	text-align:left;
	font-size:1.5em;
	border:1px solid #cfcfcf;
}

section.program-overview .table-wrapper .table .table-row {
	display:table-row;
}

section.program-overview .table-wrapper .table .table-row:nth-child(odd) {
	background:#eee;
}

section.program-overview .table-wrapper .table .table-row.head {
	background:#58b947;
	color:#fff;
}

section.program-overview .table-wrapper .table .table-cell {
	display:table-cell;
	padding:15px;
	border-left:1px solid #a9a9a9;
}

section.program-overview .table-wrapper .table .table-cell.plan-type {
	color:#58b947;
	font-size:18px;
}

section.program-overview .table-wrapper .table .head .plan-type {
	width:200px;
	color:#fff;
}

section.program-overview .table-wrapper .table .head .eligible-loans {
	width:240px;
}

section.program-overview .table-wrapper .table .head .table-cell {
	border-left:1px solid #666;
	font-size:18px;
}

section.program-overview .table-wrapper .table .table-cell p {
	margin-bottom:10px;
}

section.program-overview .table-wrapper .table .table-cell ul li {
	position:relative;
	margin-left:10px;
}

section.program-overview .table-wrapper .table .table-cell ul li:before {
	content: " - ";
    left: -10px;
    position: absolute;
}

section.program-overview .table-wrapper .table .table-cell:first-child {
	border-left:none;
}

/*========== PAY OFF - OTHER LOANS ==========*/

section.other-loans .content {
	max-width:none;
}

section.other-loans .two-column {
	text-align:left;
}

section.other-loans .two-column .content-wrapper {
	padding:0 20px;
}

section.other-loans .two-column .content-wrapper ul {
	list-style:disc;
	font-size:1.8em;
	line-height:1.4em;
	padding-top:20px;
	padding-left:20px;
}

section.other-loans .two-column .content-wrapper h3 {
	font-size:2.4em;
	padding-top:70px;
}


/*========== RESULTS ==========*/

section.results .graphs {
	max-width:1060px;
	margin:0 auto;
	padding-top:60px;
}

section.results .graphs .graph-wrapper {
	padding:0 30px;
}

section.results .graphs .graph-wrapper .graph {
	max-width:210px;
	height:210px;
	padding-bottom:30px;
	margin:0 auto;
	display:block;
}

section.results .graphs .graph-wrapper .graph img {
	width:100%;
	height:auto;
	float:left;
	display:block;
}

section.results  .three-column p {
	font-size:1.6em;
	line-height:1.5em;
	font-family: "Avenir LT W01_45 Book1475508",Arial,Helvetica,sans-serif;
	max-width:300px;
	margin:0 auto;
}

/*========== WHY US ==========*/

.sharpen-logo-wrapper {
	max-width:500px;
	margin:20px auto 50px;
	padding:0 20px;
}

.sharpen-logo-wrapper img {
	width:100%;
	height:auto;
}

section.body.full-width .content.video {
	max-width:1160px;
}

.content.video .video-container {
	padding-top:50px;
}

.content.video.services .video-container {
	max-width:580px;
	margin:0 auto;
	margin:0 auto;
}

.content.video .video-container.right .video-wrapper {
	margin-left:17px;
	margin-right:0;
}

.content.video .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
	margin-right:17px;

}

.content.video .video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.why-choose .icon-content {
	max-width:1100px;
	margin:0 auto;
	padding-top:60px;
}

section.why-choose .icon-content .icon {
	width:65px;
	height:65px;
	margin:0 auto;
	display:block;
	padding-bottom:30px;
}

section.why-choose .icon-content .icon img {
	width:100%;
	height:auto;
}

section.why-choose .icon-content h3 {
	font-size:2.4em;
}

section.why-choose .icon-content p {
	font-size:1.6em;
	line-height:1.6em;
	font-family: "Avenir LT W01_45 Book1475508",Arial,Helvetica,sans-serif;
	max-width:305px;
	margin:0 auto;
	padding:20px 15px 0 15px;
}

/*========== SHARPEN YOUR FOCUS ==========*/

section.sharpen-focus .content {
	max-width:800px;
}

section.sharpen-focus .sharpen {
	max-width:825px;
	margin:0 auto;
	padding-top:60px;
	font-family: "Avenir LT W01_45 Book1475508",Arial,Helvetica,sans-serif;
}

section.sharpen-focus .sharpen .sharpen-logo {
	width:260px;
	height:45px;
	display:block;
	margin:0 auto;
}

section.sharpen-focus .sharpen .sharpen-logo img {
	width:100%;
	height:auto;
}

section.sharpen-focus .sharpen h3 {
	font-size:2.4em;
	padding-top:35px;
}

section.sharpen-focus .sharpen p {
	font-size:1.6em;
	line-height:1.6em;
	margin:0 auto;
	padding:20px 15px 0 15px;
}

section.sharpen-focus .sharpen h4 {
	font-family:'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
	font-size:1.6em;
	text-transform:uppercase;
	padding-top:20px;
}

section.sharpen-focus .sharpen ul {
	list-style:disc;
	list-style-position:inside;
}

section.sharpen-focus .sharpen ul li {
	font-size:1.6em;
	padding-top:20px;
}

/*========== TOOLS ==========*/

section.body.informed {
	padding:30px 0;
}

section.body.tools {
	padding:30px 0 80px 0;
}

.tools-toggle {
	max-width:960px;
	margin:0 auto;
	text-align:left;
}

.tools-toggle h2.toggle {
	font-size:2.4em;
	text-transform:uppercase;
	padding:20px 20px 20px 40px;
	margin-top:20px;
	display:block;
	position:relative;
	background:#dbdbdb;
	cursor:pointer;
	clear:left;
}

.tools-toggle h2.toggle:hover {
	background:#e1e1e1;
}

.tools-toggle h2.toggle .arrow {
	background:url(images/toolstoggle-arrow.png) no-repeat 0 bottom;
	background-size:100%;
	width:25px;
	height:25px;
	position:absolute;
	right:20px;
	top:20px;
}

.tools-toggle h2.toggle.active {
	background:#58b947;
	color:#fff;
	
}

.tools-toggle h2.toggle.active .arrow {
	background-position:0 0;
}

.tools-toggle .toggle-me {
	display:none;
}

.tools-toggle .toggle-me .content {
	background:#d3e9cf;
}

.tools-toggle .toggle-me .content p {
	padding:40px;
}

.tools-toggle .toggle-me .tool {
	text-decoration:none;
	background:#f7f7f7;
	padding:20px 40px;
	border-top:2px solid #eee;
	display:block;
	position:relative;
}

.tools-toggle .toggle-me a.tool .arrow {
	background:url(images/toolstoggle-rightarrow.png) no-repeat 0 0;
	background-size:100%;
	width:9px;
	height:14px;
	position:absolute;
	right:20px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}

.tools-toggle .toggle-me a.tool:hover {
	background:#fff;
}

.tools-toggle .toggle-me a.tool:hover .arrow {
	background-position:0 bottom;
}

.tools-toggle .toggle-me .tool h2 {
	color:#666;
	font-size:2.4em;
}

.tools-toggle .toggle-me .tool p {
	color:#666;
	font-size:1.8em;
	margin-top:8px;
}

.tools-toggle .toggle-me a.tool:hover h2 {
	color:#58b947;
}

/*========== TESTIMONIALS ==========*/

section.body.testimonials-overview .content {
	max-width: 650px;
}

section.body .content.testimonials {
	max-width: 900px;
}

.content.testimonials .image-wrapper {
	max-width: 280px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 25px;
}

.content.testimonials .image-wrapper img {
	width: 100%;
	height: auto;
	display:block;
}

.content.testimonials h2 {
	margin-bottom: 15px;
}

.content.testimonials p.name, .content.testimonials p.agency {
	padding-top: 0;
	font-weight:normal;
	font-family:'Avenir LT W01_85 Heavy1475544', Arial, Helvetica, sans-serif;
}

.content.testimonials p.agency {
	color: #58b947;
}

.content.testimonials .testimonial {
	position: relative;
	padding: 0 86px;
}

.content.testimonials .testimonial:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	background:url("images/quote-left.png") no-repeat 0 0;
	background-size: 50px 42px;
	width: 50px;
	height: 42px;
}

.content.testimonials .testimonial:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background:url("images/quote-right.png") no-repeat 0 0;
	background-size: 50px 42px;
	width: 50px;
	height: 42px;
}

/*========== ARTICLES LOOP ==========*/

.wrapper .article-loop {
	width:auto;
	float:none;
	overflow:auto;
}

.wrapper .articles-sidebar {
	float:right;
	width:230px;
	padding-left:60px;
	text-align:left;
}

.wrapper .articles-sidebar.mobile {
	display:none;
	float:left;
	width:100%;
	padding-left:0;
}

.wrapper .articles-sidebar .widget {
	border-bottom:2px solid #eee;
	padding-bottom:30px;
	margin-bottom:40px;
	float:left;
	width:100%;
}

.wrapper .articles-sidebar h3 {
	font-size:2.4em;
	margin-bottom:10px;
}

.articles-sidebar input {
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
	box-sizing: border-box;
	font-family:"Avenir LT W01_55 Roman1475520",Helvetica,Arial,sans-serif;
	color:#666;
	-webkit-appearance: none;
	border:1px solid #cfcfcf;
	width:100%;
	padding:0 10px;
	margin-bottom:10px;
	margin-top:0;
	font-size:1.4em;
	height:40px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.wrapper .articles-sidebar input#form-validation-field-0 {
	border:1px solid red;
	color:red;
}

.wrapper .articles-sidebar input.wysija-submit {
	background:#58b947;
	font-size:1.8em;
	color:#fff;
	width:110px;
	border:none;
	margin-top:5px;
}

.wrapper .articles-sidebar .formError {
	float: left;
    left: auto !important;
    position: relative !important;
    top: auto !important;
	z-index:0 !important;
}

.wrapper .articles-sidebar .formError .formErrorContent {
	background:none;
	border:none;
	color:red;
	padding:0;
	width:auto;
	font-family:"Avenir LT W01_55 Roman1475520",Helvetica,Arial,sans-serif;
}

.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
	background:#eee;
	border-color:#58b947;
	padding:15px;
}

.wrapper .articles-sidebar .cat-item {
    font-size: 1.8em;
    line-height: 1.4em;
    list-style: disc;
    margin-left: 18px;
}

.wrapper .articles-sidebar .cat-item  a {
	text-decoration:none;
	color:#58b947;
}

.article.excerpt {
	float:left;
	text-align:left;
	margin-bottom:85px;
	padding-bottom:85px;
	border-bottom:2px solid #eee;
}

.article .entry-title, .article .page-title {
	font-size:3.4em;
	margin-bottom:15px;
}

.article .page-title {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:2px solid #eee;
}

.article a {
	color:#58b947;
	text-decoration:none;
}

.article a.button {color:#fff;margin-bottom:40px;max-width: 200px;}

.article .entry-meta p {
	font-size:1.8em;
	line-height:1.4em;
	margin-bottom:30px;
}

.article .entry-meta p strong {
	font-weight:normal;
	font-family:'Avenir LT W01_85 Heavy1475544', Arial, Helvetica, sans-serif;
}
	

.article .entry-content p, .article .entry-content ul, .article .entry-content ol {
	font-size:1.8em !important;
	line-height:1.4em !important;
	color:#666 !important;
}

.article .entry-content ul {
	margin:20px 0 20px 20px !important;
	list-style:disc !important;
}

.article .entry-content ol {
	margin:20px 0 20px 30px !important;
	list-style:decimal;
}

.article .entry-content strong, .article .entry-content b {
	font-family:'Avenir LT W01_85 Heavy1475544', Arial, Helvetica, sans-serif !important;
}

.article .moretag {
	white-space:nowrap;
}

.article-loop .pagination {
	float:left;
	clear:left;
	width:100%;
	font-size:1.4em;
	padding-bottom:40px;
}

.article-loop .pagination a {
	color:#58b947;
	border: 1px solid #cfcfcf;
    display: inline-block;
    padding: 10px;
	text-decoration:none;
}

.article-loop .pagination a, .article-loop .pagination .current {
	border: 1px solid #cfcfcf;
    display: inline-block;
    padding: 10px;
}

.article-loop .pageof {
    border: 1px solid #cfcfcf;
    display: inline-block;
    padding: 10px;
	margin-right:10px;
}

.wrapper.category .cat-title {
	margin-bottom:50px;
}

/*========== ARTICLES ==========*/

section.body.article {
	margin-top:125px;
}

.wrapper .single-article {
	width:auto;
	float:none;
	overflow:auto;
}

.article.content {
	float:left;
	text-align:left;
}

.single-article .entry-meta p {
	margin:0;
	padding:0 0 10px 0 !important;
}

.article aside.share {
	float:left;
	width:130px;
	text-align:left;
	margin-top:5px;
}

.article aside.share h3 {
	font-size:1.8em;
	text-transform:uppercase;
	margin-bottom:4px;
}

.article aside.share a {
	color:#58b947;
	clear:left;
	font-size:1.8em;
	margin-top:5px;
	display:block;
}

/*========== SEARCH ==========*/

.search-container {
	max-width:230px;
	margin:0 auto;
}

.search-wrap {
	position:relative;
}

.search-wrap input.search-field {
	width:190px;
	float:left;
}

.search-wrap .search-submit {
	background:url(images/search.jpg) no-repeat 0 0;
	width:40px;
	height:40px;
	background-size:cover;
	float:right;
	border-left:none;
	cursor:pointer;
}

.search-wrap input {
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
	box-sizing: border-box;
	font-family:"Avenir LT W01_55 Roman1475520",Helvetica,Arial,sans-serif;
	color:#666;
	-webkit-appearance: none;
	border:1px solid #cfcfcf;
	width:100%;
	padding:0 10px;
	margin-bottom:10px;
	margin-top:0;
	font-size:1.4em;
	height:40px;
}

/*========== INFO ==========*/

section.info {
	background:#303030;
	color:#999;
	text-align:left;
}

section.info .two-column.left .content-wrapper {
	padding-right:35px;
}

section.info .two-column.right .content-wrapper {
	padding-left:15px;
}

section.info a {
	color:#58b947;
	text-decoration:none;
}

section.info h2 {
	font-size:1.6em !important;
	font-family:'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	padding-bottom:10px;
}

section.info p {
	font-size:1.3em;
	line-height:1.6em;
	padding-bottom:25px;
}

section.info .two-column.contact .content-wrapper {
	padding:0;
}

section.info .two-column.contact.left .content-wrapper {
	margin-right:10px;
}

section.info .two-column.contact p {
	line-height:normal;
	font-size:1.2em;
}

section.info .two-column.contact p strong {
	font-family:'Avenir LT W01_95 Black1475556', Helvetica, Arial, sans-serif;
	font-size:1.1em;
}
/*========== FOOTER ==========*/

footer.footer {
	background:#242424;
	padding:60px 0;
	color:#999;
	font-size:1.1em;
	float:left;
	width:100%;
}

footer li {
	display:inline;
	white-space:nowrap;
}

footer li a {
	border-right: 1px solid;
	display:inline;
    padding: 0 3px 0 1px;
}

footer li:last-child a {
	border-right:none;
}

footer.footer a {
	color:#999;
	text-decoration:none;
	transition:color .3s ease;
	-moz-transition:color .3s ease;
	-webkit-transition:color .3s ease;
	-ms-transition:color .3s ease;
}

footer.footer a:hover {
	color:#fff;
}

footer.footer .three-column {
	text-align:center;
}

footer.footer .align-left {
	text-align:left;
}

footer.footer .align-right {
	text-align:right;
}

footer.footer .share a {
	background:url(images/email_icon.png) no-repeat 10px center;
	font-size:1.4em;
	padding:10px 10px 10px 40px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Avenir LT W01_85 Heavy1475544', Arial, Helvetica, sans-serif;
}

/*========== INTERIOR CONTACT FORM ==========*/

section.get-relief.interior {
	display:none;
	z-index:-2;
	padding:30px 0 60px;
}

section.get-relief.interior .mobile-form-close {
	display:none;
	position:absolute;
	top:20px;
	right:20px;
	background:url(images/close.svg) no-repeat 0 0;
	width:20px;
	height:20px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:9999;
}

section.get-relief.interior #overlay {
	position:absolute;
	width:100%;
	background:#fff;
	padding:0;
}

.touchevents .get-relief.body.interior {
	background:rgba(255, 255, 255, 0.95);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	padding:0;
}

.touchevents section.get-relief.interior .mobile-form-close {
	display:block;
}
.touchevents .get-relief.body.interior .wrapper {
	padding-bottom:30px;
	padding-top:60px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	opacity:1;
}

.touchevents .get-relief.body.interior .wrapper.hidden {
	visibility:hidden;
	opacity:0;
}

.touchevents section.get-relief.interior #overlay {
	background:none;
}

.touchevents section.get-relief.interior #overlay .close {
	display:none;
}

.touchevents section.get-relief.interior #overlay .message-wrapper {
	overflow:hidden;
	background:none;
	max-height:none;
	top:0;
	-webkit-transform:none;
	-moz-transform:none;
	transform:none;
}


/*========== OVERLAY ==========*/

#overlay {
	position:fixed;
	background:rgba(0, 0, 0, .8);
	bottom:0;
	right:0;
	top:0;
	left:0;
	z-index:9998;
	padding:0 50px;
	visibility:hidden;
	opacity:0;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	height:100%;
}

#overlay.visible {
	visibility:visible;
	opacity:1;
}

#overlay .message-wrapper {
	position:relative;
	max-width:830px;
	margin:0 auto;
	top:50%;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	background:#fff;
	text-align:center;
	font-family:'Avenir LT W01_45 Book1475508', Arial, Helvetica, sans-serif;
	height:auto;
}

#overlay .message-wrapper .message {
	padding:75px 50px 50px 50px;
}

.no-touchevents #overlay .message-wrapper .close {
	display:none;
}

.no-touchevents .home #overlay .message-wrapper .close {
	display:block;
}

#overlay .message-wrapper .close {
	position:absolute;
	top:20px;
	right:20px;
	display:block;
	background:url(images/close.svg) no-repeat 0 0;
	width:20px;
	height:20px;
	text-indent:-9000px;
	cursor:pointer;
}

#overlay .message-wrapper h2 {
	font-size:4.4em;
	padding-bottom:10px;
}

#overlay .message-wrapper h3 {
	font-size:2.4em;
	padding-top:10px;
	padding-bottom:10px;
}

#overlay .message-wrapper h4 {
	font-size:1.5em;
}

#overlay .message-wrapper h4#member-agency-phone {
	display:block;
}
#overlay .message-wrapper h4#member-agency-phone-mobile {
	display:none;
}
#overlay .message-wrapper h4#member-agency-website {
	padding-bottom:15px;
}

#overlay .message-wrapper h5 {
	color:#58b947;
	text-transform:uppercase;
	padding-top:30px;
	padding-bottom:10px;
	font-size:1.2em;
}

#overlay .message-wrapper p {
	font-size:1.8em;
	padding-bottom:30px;
}

#overlay .message-wrapper .cta {
	display:block;
	max-width:175px;
	margin:0 auto;
}

#overlay .message-wrapper .cta a {
	background:#58b947;
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	padding:10px;
	font-family:"Avenir LT W01_55 Roman1475520",Helvetica,Arial,sans-serif;
}

#overlay .message-wrapper .overlay-share a {
	border: 1px solid #666;
    color: #666;
    display: inline-block;
    font-size: 20px;
    height: 20px;
    line-height: 15px;
    margin: 0 2px;
    padding: 5px;
    width: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}


@media only screen 
and (min-width : 1366px)  {
	section.main-banner {
    	height: 285px;
	}
	
	.home section.main-banner {
    	height: 360px;
	}
}

@media only screen 
and (min-width : 2000px)  {
	section.main-banner {
    	height: 320px;
	}
	
	.home section.main-banner {
    	height: 400px;
	}
}

@media only screen 
and (max-width : 960px) and (min-width : 768px) {
	
	header.site-header .white .green .wrapper {
		min-height:inherit !important;
	}
	
}

@media only screen 
and (max-width : 1220px) { 
	header.site-header .green .wrapper a {padding-right: 30px;}
}

@media only screen 
and (max-width : 900px) {

	section.get-relief.home .two-column .content-wrap {
		padding:0 20px;
	}

}

@media only screen 
and (max-width : 820px) {
	header.site-header .white .wrapper {
		min-height:145px !important;
	}
	
	section.main-banner, body.contact section.get-relief {
		margin-top:195px;
	}
}

@media only screen 
and (min-width : 769px) {
	header.site-header nav {
		display:block !important;
	}
}
@media only screen  and (max-width : 980px) {
	section.main-banner .headline.black {
		left:20px;
	}
}

@media only screen 
and (max-width : 960px) {
	
	header.site-header .white .wrapper {
		min-height:125px;
	}
	
	header.site-header .white .green .wrapper {
		min-height:inherit !important;
	}
	
	section.program-overview .table-wrapper .table .table-cell.comments {
		display:none;
	}
section.main-banner .headline.black p {
		font-size: 3em;
	}
	section.body .content.testimonials.home {width:100%;float:none;margin:75px auto 25px auto;}
	.content.testimonials.home .testimonial:before, .content.testimonials.home .testimonial:after {
		bottom:auto;
		top: 40px;
	}
}

@media only screen 
and (max-width : 800px) {
	
	section.results .graphs .graph-wrapper .graph {
		height:185px;
	}
	
	section.get-relief .form-wrapper .two-column {
		width:100%;
	}
	
	section.get-relief.home .two-column.appointment .content-wrap {
		padding:50px 80px 0 80px;
	}
	
	.home section.main-banner {
		height:240px;
	}
	
	.wrapper .articles-sidebar.desktop {
	display:none;
	}
	
	.wrapper .articles-sidebar.mobile {
	display:block;
	}
	
	.single .entry-content {
		margin-bottom:60px;
	}
	
	.widget > form#search-form {
		max-width:230px;
		margin:0 auto;
	}
	
	section.info .two-column.contact {
		width:100%;
		margin-right:0;
		padding-bottom:0;
	}
	
}


@media only screen 
and (max-width : 768px) {
	
section.main-banner .headline.black p {font-size: 2.5em;}	
.home section.main-banner .headline.black p {max-width: 400px;}
header.site-header .share {
		display:none;
	}
	
	header.site-header .green {
		display:block;
		height:50px;
	}

	header.site-header .green .wrapper > p {
		top:0px;
	}
	
	/*header.site-header .green.mobile {
		display:block;
		height:auto;
		margin-bottom:-20px;
		text-align:left;
		margin-top:10px;
	}
	
	header.site-header .green.mobile .wrapper a {
		display:block;
		padding:0 20px;
	}
	
	header.site-header .green .wrapper a .down-arrow{
		top:11px;
		right:20px;
	}
	
	header.site-header .green.mobile .wrapper > p {
		top:auto;
	}*/
	
	header.site-header .white .wrapper {
		min-height:77px !important;
		padding:0;
	}
	
	header.site-header .white .green .wrapper {
		min-height:inherit !important;
	}
	
	section.main-banner, section.body.article {
		margin-top:150px;
	}
	
	.anchor {
    	top: -165px;
	}
	
	#appointment.anchor {
    	top: -80px;
	}
	
	header.site-header .hamburger-menu {
		display:block;
	}
	
	header.site-header .logo {
		height:65px;
		margin-top:22px !important;
		top:0 !important;
		left:20px;
	}
	
	header.site-header nav {
		left: 0;
		bottom:0;
    	position: relative;
    	right: 0;
    	width: 100%;
		display:none;
		padding:20px 0 5px 0;
	}
	
	header.site-header nav ul li {
		display:block;
		padding:0;
	}
	
	header.site-header nav ul li a {
    	display: block;
    	padding: 10px 20px;
	}
	
	section.get-relief .form-wrapper .phone {
		float:none;
		padding-top:0;
	}
	
	section.get-relief .form-wrapper .form {
		float:none;
		margin:0 auto;
		padding-top:60px;
	}
	
	section.get-relief.home .form-wrapper .form {
		padding-top:0;
	}
	
	section.get-relief .form-wrapper .form p {
		font-size:1.4em;
		text-align:center;
		padding:0 15px 20px;
	}
	
	section.get-relief .form-wrapper .form p.error-message {
		font-size:1.2em;
		text-align:left !important;
	}
	
	section.get-relief .more-info .container .two-column h3 {
		font-size:1.7em;
	}
	
	section.get-relief .more-info .container .two-column ul {
		padding:20px 20px 30px;
	}
	
	section.get-relief .form-wrapper .phone .number {
		display:none;
	}
	
	section.get-relief .form-wrapper .phone .number.mobile {
		display:block;
	}
	
	#overlay .message-wrapper h4#member-agency-phone {
	display:none;
	}
	
	#overlay .message-wrapper h4#member-agency-phone-mobile {
		display:block;
	}
	
	section.made-the-call .three-column {
		width:100%;
		padding-bottom:70px;
	}
	
	section.body .content p.video-title {
		font-size:1.4em;
	}
	
	a.tooltip .fa {
		display:none;
	}
	
	.footer .three-column.align-left, .footer .three-column.align-right {
   		text-align: center;
	}
	
	.footer .three-column.align-right {
		position:absolute;
		top:0;
		left:0;
	}
	
	.footer .three-column {
		width:100%;
		padding-bottom:10px;
	}
	
	.footer .three-column.align-left {
		margin-top:60px;
	}
	
	#overlay {
    	padding: 0;
	}
	
	#overlay .message-wrapper {
    	max-height: 600px;
    	padding: 0;
	}
	
	#overlay.visible .message-wrapper {
    	overflow: scroll;
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
	}
	
	#overlay .message-wrapper .message {
    	padding: 50px 0;
	}
	
	#overlay .message-wrapper h2 {
		font-size:3em;
	}
	
	#overlay .message-wrapper h3 {
		font-size:2em;
	}
	
	#overlay .message-wrapper p {
		font-size:1.4em;
	}

}

@media only screen 
and (max-width : 700px) {
	
	.wrapper .single-article {
		float:left;
	}
	
	.article aside.share {
		float:left;
		width:100%;
		margin-bottom:30px;
	}
	
	.article aside.share a {
		float:left;
		clear:none;
		margin-right:5px;
	}
	
	section.program-overview .table-wrapper .table .table-cell.specifics {
		display:none;
	}
}

@media only screen 
and (max-width : 640px) {
	
section.main-banner .headline.black {
		top:25px;
		bottom: auto;
		left:auto;
		right: auto;
	}
	
	section.main-banner .headline.black p {
		color: #fff;
		margin: 0 auto;
	}	

.home section.main-banner {
		height:190px;
	}
	
	section.main-banner .scroll-wrapper {
		display:none;
	}

	section.get-relief.home .two-column.appointment .content-wrap {
		padding:0 20px;
	}
	
	section.get-relief .more-info .container .two-column {
		display:block;
	}
	
	section.get-relief .more-info .container .two-column:first-child {
		border-right:1px solid #666;
		border-bottom:none;
	}
	
	p.disclaimer {
    	margin-top: 0;
	}
	
	header.site-header .white .wrapper {
		min-height:55px !important;
	}
	
	header.site-header .white .green .wrapper {
		min-height:inherit !important;
	}
	
	section.main-banner, section.body.article {
		margin-top:119px;
	}
	
	section.main-banner .mobile-overlay {
		display:block;
	}
	
	.anchor {
    	top: -135px;
	}
	
	#appointment.anchor {
    	top: -90px;
	}
	
	header.site-header .logo {
		width:138px !important;
		height:45px !important;
		margin-top:14px !important;
	}
	
	header.site-header .hamburger-menu {
		top:10px;
	}
	
	section.main-banner .headline {
		top:75px;
		width:100%;
		text-align:center;
		left:0;
	}
	
	.three-column, .two-column {
		width:100%;
		padding-bottom:70px;
	}
	
	.more-info .two-column {
		padding-bottom:inherit;
	}
	
	section.get-relief .choose .two-column:first-child {
		padding-bottom:40px;
	}
	
	section.get-relief .choose .two-column {
		padding-bottom:0;
		display:block;
	}
	
	section.get-relief .choose a.button {
		position:relative;
		left:auto;
		-webkit-transform:none;
		-moz-transform:none;
		transform:none;
	}
	
	section.get-relief.home .form-wrapper {
		padding:30px 0;
		margin-top:0;
	}
	
	.other-loans .two-column {
		padding-bottom:0;
	}
	
	.clear {
		display:none;
	}
	
	section.steps-wrapper .steps .three-column h3 {
		padding:20px 0 5px 0;
	}
	
	section.results .graphs .graph-wrapper .graph {
		height:220px !important;
	}
	
	section.results .graphs img {
		max-width:220px;
		margin:0 auto;
	}
	
	section.why-choose .icon-content p {
		padding:10px 15px 0;
	}
	
	.tools-toggle .toggle-me .tool h2 {
		font-size:2em;
	}
	
	section.info .two-column.right .content-wrapper {
		padding-left:0;
	}
	
	section.info .two-column.left .content-wrapper {
		padding-right:0;
	}
	
	.content.video .video-wrapper {
		margin-right:0 !important;
		margin-left:0 !important;
	}
	
	section.body .content p.video-title {
		font-size:1.8em;
	}
	
	section.body .content.testimonials.home {
		margin-top: 45px;
	}
	
	.content.testimonials .testimonial:before, .content.testimonials .testimonial:after{
		width:35px;
		height: 29px;
		background-size: 35px 29px;
	}
	
	.content.testimonials .testimonial {
		padding: 0 56px;
	}
}

@media only screen 
and (max-width : 500px) {
	
	section.body {
		padding:40px 0;
	}
	
	section.body h2, .article .entry-title, .article .page-title {
		font-size:2.6em;
	}
	
	section.body .content h3 {
		font-size:1.7em;
	}
	
	.anchor {
    	top: -95px;
	}

	
	section.body .content p, section.body .content ul, .article .entry-content p, .article .entry-content ul, .article .entry-content ol {
		font-size:1.6em !important;
	}
	
	.article .entry-meta p {
		font-size:1.4em;
	}
	
	section.program-overview .content p {
		font-size:2em !important;
	}
	
	section.main-banner, .home section.main-banner {
		height:auto;
	}
	
	section.main-banner .headline {
		display:none;
	}

.home section.main-banner .headline {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 40px 0;
	}
	
	section.get-relief.body {
		padding:30px 0;
	}
	
	section.get-relief .form-wrapper {
		padding-top:25px;
	}
	
	section.get-relief .content p, section.get-relief .form-wrapper .phone .icon {
		display:none;
	}
	
	section.get-relief .form-wrapper .phone .number.mobile {
		background: #58b947;
		margin: 0 auto;
	}
	
	section.get-relief.home .two-column.appointment .content-wrap {
		padding:0;
	}
	
	section.get-relief .form-wrapper .phone .number.mobile a {
		color:#fff;
		display:block;
		padding:25px 0;
	}
	
	section.get-relief .form-wrapper .form {
    	width: 100%;
		padding-top:20px;
	}
	
	section.get-relief .form-wrapper .form .column.left.half, section.get-relief .form-wrapper .form .column.right.half, section.get-relief .form-wrapper .form .style-select, section.get-relief .form-wrapper .form select {
		width:100%;
		padding-right:0;
	}
	
	section.program-overview .table-wrapper {
		padding:40px 0;
	}
	
	section.program-overview .table-wrapper .table {
		border-left:none;
		border-right:none;
	}
	
	section.program-overview .table-wrapper .table .table-cell.plan-type, section.program-overview .table-wrapper .table .head .table-cell {
		font-size:15px;
	}
	
	section.results h3 {
		font-size:1.3em;
	}
	
	section.results .graphs, section.made-the-call .images, section.steps-wrapper .steps {
		padding-top:30px;
	}
	
	section.results .graphs img {
		padding-bottom:15px;
	}
	
	.article.excerpt {
		margin-bottom:40px;
		padding-bottom:40px;
	}
	
	.tools-toggle {
		margin-top:-30px;
	}
	
	.tools-toggle h2.toggle {
		font-size:2em;
	}
	
	.tools-toggle .toggle-me .tool h2 {
		font-size:1.8em;
	}
	
	.tools-toggle .toggle-me .content p, .tools-toggle .toggle-me .tool p {
		font-size:1.4em !important;
	}
	
	.tools-toggle .toggle-me .tool {
		padding:20px 40px 20px 20px;
	}
	
	.tools-toggle .toggle-me .content p, .tools-toggle h2.toggle {
		padding:20px;
	}
	
	#overlay .message-wrapper {
    	max-height: 400px;
	}
	
	.content.testimonials .image-wrapper {
		max-width: 200px;
	}
	
	.content.testimonials .testimonial:before, .content.testimonials .testimonial:after{
		width:30px;
		height: 25px;
		background-size: 30px 25px;
	}
	
	.content.testimonials .testimonial {
		padding: 0 36px;
	}
	
}

@media only screen 
and (max-width : 740px) {
	
	section.results .graphs .graph-wrapper .graph {
		height:165px;
	}
	
}

@media only screen 
and (max-width : 690px) {
	
	section.results .graphs .graph-wrapper .graph {
		height:145px;
	}
	
}

@media only screen 
and (max-width : 500px) {
	header.site-header .green .wrapper .hidephone {display:none;}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)
  and (orientation: landscape) {
	  
	header.site-header nav {
		height:120px;
		overflow:auto;
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
	}
	  
}
	


