/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* Box Sizing
--------------------------------------------- */
*, input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.clearfix:before, .entry-content:before, .entry:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
    content: " ";
    display: table;
}

.clearfix:after, .entry-content:after, .entry:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
    position: relative;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    position: relative;
    background-color: #fff;
    color: #000;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}

.background-div {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #e1e7f0;
    right: 0;
}

.full-width-content .site-inner {
    background: #fff;
}

textarea:focus, input:focus, h3:focus {
    outline: 1px dotted #000;
}

a, button, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #222;
    color: #fff;
}

::selection {
    background-color: #222;
    color: #fff;
}

a {
    color: #006896;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:hover {
}

p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: Arial, sans-serif;
}

.light-blue {
    color: #006896;
}

.blue {
    color: #18027A;
}

.light {
    font-weight: 300;
}

b, strong, .strong {
    font-weight: 700;
}

.block {
    display: block;
}

ol, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

blockquote {
    margin: 0;
    padding: 15px 30px 40px;
    color: #555;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
}

.entry-content blockquote p {
    border-left: 4px solid #18027A;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
    padding: 10px 0 10px 30px;
}

blockquote p em {
    display: block;
    text-align: right;
    margin: 10px 0 0px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

.clear {
    clear: both;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    font-weight: 300;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    color: #18027A;
}

h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    color: #18027A;
}

h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
}

h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
}

.vendor-ie-7 .site-title a {
    background: url(../images/logo-280.png) no-repeat !important;
}

.vendor-ie-8 .site-title a {
    background: url(../images/logo-280.png) no-repeat !important;
}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img, .gallery img {
    width: auto;
    /* IE8 */
}

/* Forms
--------------------------------------------- */
input, html:not(.browser-android) select textarea {
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px;
    width: 100%;
    border: none;
}

.browser-android select {
    width: 100% !important;
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
    width: auto;
}

input:focus, textarea:focus {
    border: none;
    outline: none;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #666;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
    background-color: #64c9ea;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 20px;
    width: auto;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
    background-color: #6bd5f1;
    border: none;
    text-decoration: none;
}

.button {
    border-radius: 5px;
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
}

th, td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    padding: 6px 0;
}

/* GLOBAL GRAVITY FORM STYLING */
.site-container .gform_wrapper div.validation_error {
    display: none;
}

.site-container .gform_wrapper .gform_footer {
    padding: 0;
    margin: 13px 0 0 0;
    clear: both;
}

.site-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .site-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0;
}

.site-container .gform_wrapper .ginput_container+.gfield_description.validation_message {
    display: none;
}

.site-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding: 0 !important;
    margin: 0;
}

.site-container .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: none;
}

.site-container .gform_wrapper .top_label .gfield_error {
    width: 100%;
}

.site-container .gform_wrapper .top_label .gfield_error .ginput_container {
    width: 100%;
    max-width: 100%;
}

.site-container .gform_wrapper .top_label .gfield_error input, html:not(.browser-android) .site-container .gform_wrapper .top_label .gfield_error select {
    background: #ffdfdf;
}

.site-container .gform_wrapper .validation_message {
    display: none;
}

.gform_wrapper ul li.gfield {
    margin-bottom: 10px;
}

.site-container .gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0;
}

.block {
    display: block;
}

.gform_wrapper .top_label li.no-label .gfield_label {
    display: none !important;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-container {
    position: relative;
    z-index: 9995;
    margin: 0 auto;
}

.site-inner {
    background: url(../images/content-sidebar-wrap-bg.jpg) center top repeat-y;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}

.wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.content-sidebar-wrap {
    overflow: hidden;
    z-index: 9998;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Content  */
.content {
    float: right;
    width: 62%;
    padding: 0;
    position: relative;
    z-index: 9999;
}

.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    width: 100%;
}

/* Site Header */
.site-header {
    margin: 0 auto;
    width: 100%;
}

/* Title Area
--------------------------------------------- */
.title-area {
    font-weight: 700;
    float: left;
    overflow: hidden;
    width: auto;
}

.site-title {
    margin: 0;
    overflow: hidden;
}

.site-title a, .site-title a:hover {
    color: #222;
    display: block;
    padding: 28px 0 0;
    text-decoration: none;
}

/* Full width header, no widgets */
.header-full-width .title-area, .header-full-width .site-title {
    width: 100%;
}

.site-description, .site-title a {
    display: block;
    text-indent: -9999px;
}

/* Logo, hide text */
.site-description, .site-title a {
    height: 1px;
    display: block;
    text-indent: -9999px;
    background-size: 100% !important;
}

/* .site-title a {
    background: url(../images/logo-280.png) no-repeat;
    float: left;
    margin: 0;
    max-width: 280px;
    min-height: 84px;
    padding: 0;
    width: 280px;
} */

.site-title a:focus {
    border: 1px dotted #000;
}

.title-area {
    padding: 20px 0;
}

.vendor-ie-8 .site-title a {
    background: url(../images/logo-280.png) no-repeat !important;
}

.vendor-ie-8 body.apply-new-2 .gform_wrapper form .gform_body .page-one ul li.trust-pilot-block {
    display: none !important;
}

/* Widget Area */
.site-header .widget-area {
    background: #E2E6EF;
    padding: 17px 0 7px 50px;
    float: right;
    /* width: 70.5%; */
    border-radius: 62px 0 0 62px;
}

.site-header .widget {
    padding: 0;
}

.site-header .widget.phone-widget {
    float: right;
    width: 256px;
}

.site-header .right-side-phone {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #18027A;
    font-size: 16px;
    font-size: 1.6rem;
}

.site-header p.phone .icon-wrap {
    background: #18027A;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    position: relative;
    top: -16px;
    left: -1px;
}

.site-header p.phone .icon-wrap .fa-phone {
    font-size: 35px;
    font-size: 3.5rem;
    position: relative;
    top: 15px;
}

.site-header .widget.header-text-widget {
    margin-top: 27px;
    float: left;
    width: 57%;
}

.site-header .left-side-text {
    display: none;
}

.site-header .widget.header-text-widget p {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.site-header .widget p {
    margin-bottom: 0;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
    width: 50%;
}

.background-div {
    display: none;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
.mobile-form {
    display: none;
}

.mobile-sidebar {
    display: none;
}

/* Entries
--------------------------------------------- */
.entry {
    margin-bottom: 0px;
}

.executive-pro-portfolio .entry, .single-portfolio .entry {
    margin-bottom: 20px;
}

.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
    margin-bottom: 26px;
}

.entry-content ol li, .entry-content ul li {
    margin-left: 40px;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content ol ol, .entry-content ul ul, .entry-content .wp-caption p {
    margin-bottom: 0;
}

.content .entry-header .entry-meta {
    background-color: #f8f8f8;
    clear: both;
    color: #777;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 5;
    margin: 0 0 24px -60px;
    max-width: 600px;
    overflow: hidden;
    padding-left: 60px;
    text-transform: uppercase;
}

.content .entry-header .entry-meta a {
    color: #777;
    font-weight: 700;
}

.content .entry-header .entry-meta {
    margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
    background-color: #64c9ea;
    color: #fff;
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 20px;
    text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
    background: url(images/icon-comments.png) no-repeat left;
    background-size: 16px 16px;
    color: #fff;
    padding-left: 32px;
}

.entry-footer .entry-meta {
    border-top: 1px dotted #ddd;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding-top: 10px;
}

.entry-footer .entry-tags {
    background: url(images/icon-dot.png) no-repeat left;
    margin-left: 4px;
    padding-left: 10px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    color: #222;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 0;
    text-align: center;
    text-transform: uppercase;
	padding: 30px 0;
	background: #F2F5F8
}

.site-footer .wrap {
    /* max-width: 100%; */
}

.site-footer a {
    color: #222;
}

.site-footer p {
    margin: 0;
}

/* Footer Affiliations */
/* .footer-affiliations {
	border-top: 1px solid #DEE4ED;
	background: #fff;
	overflow: hidden;
	clear: both;
	padding: 45px 0;
}

.footer-affiliations a {
	background: url(../images/affiliations.png) no-repeat;
	display: block;
	float: left;
	text-indent: -9999em;
	margin-right: 45px;
}

.footer-affiliations .bbb-form {
	background-position: 0px -623px;
	width: 139px;
	height: 53px;
	margin-top: 24px;
}

.footer-affiliations .afcc-form {
	background-position: 0px -693px;
	width: 89px;
	height: 87px;
	margin-top: 8px;
}

.footer-affiliations .top-ten-reviews {
	width: 72px;
	height: 116px;
	margin-top: 0;
	background: url(https://www.nationaldebtrelief.com/wp-content/uploads/2018/01/ttr2018-small.png) no-repeat;
}

.footer-affiliations .top-consumer-reviews {
	width: 113px;
	height: 68px;
	margin-top: 19px;
	background: url(/wp-content/uploads/2018/01/tcr2018-115.png) no-repeat;
}

.footer-affiliations .db {
	background: url(../images/trust-pilot-logo-dark.png) no-repeat;
	margin: 37px 0 0 0;
	width: 255px;
	height: 29px;
}

.footer-affiliations .wrap {
	max-width: 850px;
	margin: 0 auto;
} */
/* Footer Affiliations */
.footer-affiliations {
    border-top: 1px solid #DEE4ED;
    background: #fff;
    overflow: hidden;
    clear: both;
    padding: 45px 0;
}

.footer-affiliations .wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-affiliations a {
    background: url(../images/affiliations.png) no-repeat;
    display: block;
    float: left;
    text-indent: -9999em;
    /* margin-right: 45px; */
    margin: 0 25px;
}

.footer-affiliations a:first-child {
    margin-left: 0;
}

.footer-affiliations a:last-child {
    margin-right: 0;
}

.footer-affiliations .bbb-form {
    background-position: 0px -623px;
    width: 139px;
    height: 53px;
    /* margin-top: 24px; */
}

.footer-affiliations .afcc-form {
    background-position: 0px -693px;
    width: 89px;
    height: 87px;
    /* margin-top: 8px; */
}

.footer-affiliations .top-ten-reviews {
    background: url(/wp-content/uploads/2018/01/ttr2018-small.png) no-repeat;
    width: 72px;
    height: 116px;
    /* margin-top: 0; */
}

.footer-affiliations .top-consumer-reviews {
    background: url(https://www.nationaldebtrelief.com/wp-content/uploads/2018/01/2018-TCR-Blue-Ribbon-Graphic.png) no-repeat;
    width: 130px;
    height: 76px;
    /* margin-top: 9px; */
}

.footer-affiliations .db {
    background: url(../images/trustpilot-logo-288.png) no-repeat;
    /* margin: 21px 0 0 0; */
    width: 244px;
    height: 72px;
    background-size: 100%;
}

.footer-affiliations a.consumers-advocate {
    background: url(https://www.nationaldebtrelief.com/wp-content/uploads/2019/07/Consumer-Affairs-Top-Rated.png) no-repeat;
    background-size: 100%;
    width: 140px;
    height: 97px;
}

/* Footer Nav */
.footer-nav {
    background: #E1E7F0;
    padding: 30px 0;
}

.footer-nav .wrap {
    max-width: 1070px;
    margin: 0 auto;
}

.footer-nav .menu {
    width: 62%;
    float: left;
}

.footer-nav ul {
    text-align: left;
}

.footer-nav ul li {
    display: inline;
    margin-right: 20px;
}

.footer-nav ul li a {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: none;
}

.footer-nav p.copyright {
    width: 35%;
    text-align: right;
    float: right;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: none;
}

/* Footer Disclaimer */
.footer-disclaimer {
    background: #F2F5F8;
    padding: 30px 0;
}

.footer-disclaimer .wrap {
    max-width: 1070px;
    margin: 0 auto;
}

.footer-disclaimer p {
    text-align: left;
    color: #000;
    text-transform: none;
    font-size: 10px;
    font-size: 1rem;
    line-height: 12px;
    font-family: Arial, sans-serif;
}

.light-blue-bg {
    background: #E1E7F0;
}

.light-gray-bg {
    background: #F2F5F8;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 0px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wrap #nav .wrap ul li a .fa {
    display: none;
}

.applynow.full-width-content .content {
    width: 979px;
}

.applynow #nav {
    display: none;
}

.applynow #custom-footer {
    display: none;
}

.applynow #description {
    display: none;
}

.applynow .content-sidebar-wrap {
    border: none;
    width: 982px;
    margin: 0 auto;
    float: none;
}

.applynow .site-header #title-area #title a {
    background: url(images/logo-280.png) no-repeat;
    width: 280px;
    height: 84px;
}

.applynow #wrap #title-area {
    width: 280px !important;
}

.applynow #wrap .site-header {
    height: 90px;
    margin-bottom: 10px !important;
}

.applynow .site-header .widget-area {
    padding: 0px;
    /* width: 345px !important; */
    margin-top: 32px;
}

.applynow .site-header .right-side-phone {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 0px;
    color: #5a5a5a;
    float: right;
    text-align: center;
}

.applynow .site-header .widget-area p.phone {
    margin-top: 0px;
    height: 33px;
    /* width: 253px; */
    text-align: left;
    background: url(../images/applynow/red-phone-with-number-alt.png) no-repeat;
    background: url(https://www.nationaldebtrelief.com/wp-content/uploads/2019/10/red-phone-icon.png) no-repeat;
    /* text-indent: -9999em; */
    /* float: right; */
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.applynow .site-header .widget-area p.phone a {
    color: #261e7d;
    font-size: 28px;
    font-weight: 300;
    padding-left: 45px;
    line-height: 1.2;
}

.applynow .site-header .widget-area p.phone a:focus {
    outline: 1px dotted #000;
    display: block;
    height: 34px;
}

.applynow .site-header .wrap {
    width: 974px;
    margin: 0 auto;
    float: none;
}

.applynow #wrap {
    margin: 10px auto 0 !important;
    width: 100% !important;
}

.applynow .privacy-link {
    display: block;
    margin-top: 10px;
    text-align: center;
    text-decoration: underline;
    color: purple;
}

.applynow .site-inner-top {
    display: none;
}

.applynow h1.entry-title {
    display: none;
}

.applynow .entry-content {
    overflow: visible;
}

.applynow .entry-content p {
    margin: 0px;
    padding: 0px;
}

.applynow .post-edit-link {
    display: none !important;
}

.applynow .gform_wrapper .top_label {
    position: relative;
}

.applynow .gform_wrapper .top_label .phone {
}

.applynow .gform_wrapper .top_label .phone input {
    padding: 0;
    width: 90px !important;
}

.applynow .gform_wrapper .top_label .phone-first input {
    margin: 0px !important;
}

.applynow .gform_wrapper .top_label .phone-second input {
    margin: 0px !important;
}

.applynow .gform_wrapper .top_label .phone-first {
    float: left;
    width: 142px;
    clear: none !important;
    margin-right: 10px !important;
}

.applynow .gform_wrapper .top_label .phone-second {
    float: left;
    width: 142px;
    clear: none !important;
    margin-right: 10px !important;
}

.applynow .gform_wrapper .top_label .phone-third {
    float: left;
    width: 142px;
    clear: none !important;
}

.applynow .gform_wrapper .top_label .phone-third input {
    margin: 0px !important;
}

.applynow .gform_wrapper .top_label .phone label {
    display: none;
}

.applynow .gform_wrapper .top_label .phone-first label {
    display: block;
}

.applynow .gform_wrapper {
    padding: 75px 50px 0;
}

.applynow .gform_wrapper li, .applynow .gform_wrapper form li {
    margin-bottom: 20px !important;
    margin-left: 0px;
    list-style: none;
}

.applynow .landing-page-form-with-icons {
    background: url(../images/applynow/applynow-bg.png) no-repeat;
    margin-bottom: 35px;
    width: 554px !important;
    height: 642px !important;
    float: right;
    margin-right: -15px;
}

.applynow .landing-page-with-icons {
    float: left;
    width: 425px !important;
}

.applynow .site-inner {
    background: url(../images/applynow/applynow-body-bg.png) #eeeeee repeat-x;
    min-height: 845px;
    margin-bottom: 0px;
    width: 100%;
}

.applynow .site-header {
    height: 105px !important;
}

.applynow .content {
    padding-top: 15px !important;
    padding-bottom: 0;
}

.applynow .landing-page-with-icons h1 {
    line-height: 30px;
    color: #ffd800;
    font-size: 36px;
    font-size: 3.6rem;
    text-decoration: none;
    width: 370px;
    height: 92px;
    margin-top: 9px;
    margin-bottom: 47px;
}

.applynow .landing-page-with-icons h1 span.white {
    margin-bottom: 25px;
    color: #fff;
    text-decoration: underline;
    display: block;
}

.applynow .landing-page-with-icons .landing-page-icons .bg-icons {
    background: url(../images/applynow/applynow-icon-sprite.png) no-repeat;
    padding-left: 80px;
    margin-bottom: 10px;
}

.applynow .landing-page-with-icons .landing-page-icons .icon-reduce-your-debts {
    background-position: 0 13px;
}

.applynow .landing-page-with-icons .landing-page-icons .icon-compare-your-debt {
    background-position: 0 -73px;
}

.applynow .landing-page-with-icons .landing-page-icons .icon-low-program-payments {
    background-position: 0 -155px;
}

.applynow .landing-page-with-icons .landing-page-icons .icon-is-debt-relief-for-you {
    background-position: 0 -237px;
}

.applynow .landing-page-with-icons .landing-page-icons .icon-red-phone {
    background: url(../images/applynow/applynow-red-phone-bg.png) no-repeat;
    width: 415px;
    height: 111px;
    margin-top: 18px;
}

.applynow .landing-page-with-icons .landing-page-icons .icon-red-phone p {
    border-bottom: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #575757;
    padding-left: 110px;
    padding-bottom: 0px;
    padding-top: 25px;
}

.applynow .landing-page-with-icons .landing-page-icons .icon-red-phone h2 {
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: bold;
    color: #ff0303;
    padding-left: 105px;
}

.applynow .landing-page-with-icons .landing-page-icons .icon-red-phone h2 a {
    color: #ff0303;
}

.applynow .landing-page-with-icons .landing-page-icons h2 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #575757;
    font-weight: bold;
    margin-bottom: 2px;
}

.applynow .landing-page-with-icons .landing-page-icons p {
    font-family: Arial, sans-serif;
    color: #6c6c6c;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}

.applynow .gform_wrapper .top_label input.medium {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px !important;
    font-size: 1.6rem!important;
    line-height: 1 !important;
    color: #6a6a6a;
    -moz-box-shadow: 0px 0px 3px #aaa inset;
    -webkit-box-shadow: 0px 0px 3px #aaa inset;
    box-shadow: 0px 0px 3px #aaa inset;
    padding: 9px 0 9px 50px !important;
    width: 100%;
    background: url(../images/applynow/applynow-form-icons.png) no-repeat #f5f5f5 !important;
}

.applynow .gform_wrapper .top_label input.medium:focus, html:not(.browser-android) .applynow .gform_wrapper .top_label li.debt-dropdown select.medium:focus, .applynow .gform_wrapper .top_label textarea.textarea:focus {
    background-color: #ffffc1 !important;
}

.applynow .gform_wrapper .top_label select.medium {
}

html:not(.browser-android) .applynow .gform_wrapper .top_label select.medium {
    font-family: Arial, sans-serif;
    font-size: 16px !important;
    font-size: 1.6rem!important;
    line-height: 16px !important;
    color: #6a6a6a;
    padding: 9px 0 9px 50px !important;
    width: 400px;
    width: 452px !important;
    margin-left: 0px !important;
    padding-right: 5px !important;
    border: 1px solid #c1c1c1;
    background: url(../images/applynow/applynow-form-icons.png) no-repeat #f5f5f5 !important;
    background-position: 7px -232px !important;
    -moz-box-shadow: 0px 0px 3px #aaa inset;
    -webkit-box-shadow: 0px 0px 3px #aaa inset;
    box-shadow: 0px 0px 3px #aaa inset;
}

.applynow .gform_wrapper .top_label textarea.textarea {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #6a6a6a;
    -moz-box-shadow: 0px 0px 3px #aaa inset;
    -webkit-box-shadow: 0px 0px 3px #aaa inset;
    box-shadow: 0px 0px 3px #aaa inset;
    padding: 9px 0 9px 50px !important;
    width: 100%;
    background: url(../images/applynow/comments-icon.png) 10px 10px no-repeat #f5f5f5 !important;
    height: 115px !important;
}

.applynow .gform_wrapper .top_label li label {
    display: none !important;
}

.applynow .gform_wrapper .top_label li.first-name input {
    background-position: 7px 6px !important;
}

.applynow .gform_wrapper .top_label li.last-name input {
    background-position: 7px -54px !important;
}

.applynow .gform_wrapper .top_label li.email input {
    background-position: 7px -113px !important;
}

.applynow .gform_wrapper .top_label li.custom-tel input {
    background-position: 7px -175px !important;
}

.applynow .gform_wrapper .top_label li.debt-dropdown input {
    background-position: 7px 6px !important;
}

.applynow .gform_wrapper .top_label li.comments input {
    background-position: 7px 6px !important;
}

.applynow .gform_wrapper .top_label li.comments {
    padding-top: 20px !important;
}

.applynow .gform_wrapper .validation_error {
    display: none;
}

.applynow .gform_wrapper li.gfield.gfield_error .gfield_description {
    display: none;
}

.applynow .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    padding-left: 0px !important;
}

.applynow .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .applynow .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0px !important;
}

.applynow .gform_wrapper li.gfield.gfield_error.gfield_contains_required input, html:not(.browser-android) .applynow .gform_wrapper .top_label li.debt-dropdown.gfield_error select.medium {
    background-color: #ffdfdf !important;
}

.applynow .gform_wrapper li.gfield.gfield_error, .applynow .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0px !important;
    border: none;
    background: none;
}

.applynow .gform_wrapper .gform_footer .button,
.applynow .gform_wrapper .gform_footer button[type="submit"] {
    background: url(../images/applynow/applynow-submit.png) no-repeat;
    text-indent: -9999em;
    width: 386px;
    height: 67px;
    margin: 0 auto;
    float: none;
    display: block;
    color: #454545;
}

.applynow .gform_wrapper .gform_footer {
    padding: 5px 0 0;
}

.applynow .new-form-affiliations {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 10px;
}

.applynow .new-form-affiliations a {
    display: block;
    float: left;
    text-indent: -9999em;
    margin-right: 35px;
}

.applynow .new-form-affiliations .bbb-logo {
    text-indent: 0px;
    margin-top: 10px;
}

.applynow .new-form-affiliations .mcafee-form {
    width: 94px;
    height: 54px;
    text-indent: 0em;
    margin-top: 14px;
}

.applynow .new-form-affiliations .afcc-form {
    background: url(../images/applynow/new-afcc-80.png) no-repeat;
    width: 80px;
    height: 80px;
}

.applynow .new-form-affiliations .bsi-form {
    background: url(../images/bsi-80.png) no-repeat;
    width: 80px;
    height: 80px;
    margin-top: 1px;
}

.applynow .new-form-affiliations .uscoc-form {
    background: url(../images/uscoc-83.png) no-repeat;
    width: 83px;
    height: 82px;
    margin-top: 0;
}

.applynow .new-form-affiliations .truste-form a {
    float: left;
    /* background: url(../images/trust-e.png) no-repeat; */
    width: 143px;
    height: 45px;
    margin-top: 19px;
}

.applynow .new-form-affiliations .truste-form a img {
    display: block;
}

.applynow .new-form-affiliations .verisign-form {
    width: 135px;
    float: left;
}

.applynow ul.footer-links {
    float: left;
    margin-top: 2px;
    width: 475px;
    padding: 0px;
}

.applynow .new-form-footer p {
    float: right;
    font-size: 11px;
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
    color: #b9b9b9;
    margin-top: 5px;
}

.applynow .footer-links li {
    display: inline;
    margin-right: 15px;
    margin-left: 0px;
}

.applynow .footer-links li a {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
    color: #b9b9b9;
}

.applynow .landing-page-with-icons h1 {
    line-height: 30px;
    color: #ffd800;
    font-size: 42px;
    text-decoration: none;
    width: 357px;
    height: 92px;
    margin-top: 9px;
    margin-bottom: 47px;
    background: url(../images/applynow/applynow-call-to-action.png) no-repeat;
    text-indent: -9999em;
    color: #000;
}

.applynow .landing-page-with-icons h1 span.white {
    margin-bottom: 25px;
    color: #fff;
    text-decoration: underline;
    display: block;
}

.applynow .limit-message {
    text-align: center;
    padding: 80px 0;
    font-size: 25px;
    font-size: 2.5rem;
}

.applynow .after-post-form {
    display: none !important;
}

.applynow .disclaimer-text {
    margin-bottom: 10px;
    overflow: hidden;
}

.applynow .new-form-footer-menu {
    margin-bottom: 20px;
    overflow: hidden;
}

.applynow .icon-red-phone.mobile {
    display: none;
}

body.applynow {
    width: 100%;
}

.applynow .gform_wrapper .gform_heading {
    display: none;
}

.applynow #subnav {
    display: none;
}

.applynow .site-header .widget.header-text-widget {
    display: none;
}

.site-header p.phone .icon-wrap {
    display: none;
}

.site-header .widget-area {
    background: none;
}

.trustpilot-widget {
    clear: both;
}

ol.validation_list {
    display: none;
}


.footer-logos {
    border-top: 1px solid #DEE4ED;
	padding: 60px 0;
}
.footer-logos .logos-wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-logos .footer-logo {
    padding: 0 10px;
}
.footer-logos a img {
    width: auto;
    height: auto;
    max-width: 245px;
    max-height: 100px;
    display: block;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: 1px dotted #000;
}

/**
 * This hack targets the Webkit browser engine
 * which includes Safari and Chrome.
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .applynow .gform_wrapper .top_label li.debt-dropdown select.medium {
        text-indent: 0px;
        -webkit-appearance: none;
    }

    html:not(.browser-android) .applynow .gform_wrapper .top_label li.debt-dropdown select.medium {
        background: url(../images/applynow/applynow-dropdown.png) 6px 7px no-repeat #f5f5f5 !important;
    }

    .applynow .gform_wrapper .top_label li.comments {
        padding-top: 10px !important;
    }

    .applynow .gform_wrapper .gform_footer {
        margin: 0px;
    }

    .applynow .gform_wrapper li.debt-dropdown, .applynow .gform_wrapper form li.debt-dropdown {
        margin-bottom: 15px !important;
    }
}

.disclaimer-768, .disclaimer-480 {
    display: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
}

@media only screen and (max-width: 1199px) {
    .site-container {
        max-width: 100%;
    }

    .wrap, .affiliations .wrap {
        max-width: 100%;
        padding: 0 2%;
    }

    .content-sidebar-wrap {
        max-width: 100%;
        padding: 30px 2%;
    }

    .footer-affiliations .wrap {
        padding: 0;
    }

    .footer-affiliations a {
        margin: 0 15px;
    }

    .site-footer .wrap {
        /* padding: 0; */
    }

    .site-header .wrap {
        padding: 0;
    }

    .footer-nav .wrap, .footer-disclaimer .wrap {
        padding: 0 2%;
    }

    .title-area {
        padding: 10px 0 10px 2%;
    }

    .site-inner {
        background-position: 56% top;
    }

    .bluebutton a, .redbutton a, .ndrbuttonred a, .ndrbuttonblue a {
        padding-left: 20px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 22px;
    }

    .entry-content p.highlight b {
        font-size: 30px;
        font-size: 3rem;
    }

    .entry-content p.highlight {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .site-header .widget-area {
        padding: 15px 2% 9px 50px;
    }

    .site-header {
        background: none;
    }

    .background-div {
        display: none;
    }

    .site-header .widget-area {
        /* width: 675px; */
    }

    .site-header .widget.header-text-widget {
        width: 53%;
        margin-top: 16px;
    }

    h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .applynow .content-sidebar-wrap {
        padding: 0;
    }
}

@media only screen and (max-width: 1023px) {
	.site-header .phone-title {
		display: none;
	}
    .mobile-sidebar {
        display: block;
        border-bottom: 1px solid #DEE4ED;
        padding-bottom: 20px;
    }

    .mobile-form {
        display: block;
    }

    .desktop-form {
        display: none;
    }

    .site-header .widget.header-text-widget {
        display: none;
    }

    .site-header .widget-area {
        /* width: 320px; */
    }

    .sidebar {
        display: none;
    }

    .site-inner {
        background: none;
    }

    .footer-nav .menu {
        width: 100%;
        float: none;
        text-align: center;
    }

    .footer-nav p.copyright {
        width: 100%;
        text-align: center;
    }

    .footer-nav {
        padding: 20px 0;
    }

    .footer-nav .menu {
        margin-bottom: 10px;
    }

    .affiliations a {
        background: url(images/mobile-affiliation-logos.png) no-repeat;
        margin-right: 33px;
    }

    .affiliations .bbb-form {
        width: auto;
        margin-right: 25px;
    }

    .affiliations .bbb-form img {
        width: 180px;
        height: 42px;
    }

    .affiliations .uscoc-form {
        width: 63px;
        height: 61px;
        margin-top: 6px;
        background-position: -329px -4px;
    }

    .affiliations .afcc-form {
        background-position: -435px -4px;
        width: 61px;
        height: 60px;
        margin-top: 6px;
    }

    .affiliations .truste-form {
        background-position: -526px -20px;
        width: 104px;
        height: 30px;
        margin-top: 19px;
        margin-right: 16px;
    }

    .affiliations .norton-logo {
        background-position: -653px -11px;
        margin-right: 0px;
        width: 79px;
        height: 43px;
        margin-top: 10px;
    }

    .affiliations .mcafee-form {
        margin-top: 13px;
    }

    .affiliations .wrap {
        max-width: 735px;
        padding: 0;
    }

    /* .footer-affiliations .wrap {
		max-width: 562px;
	} */
    .footer-affiliations .db {
        display: none;
    }

    .footer-affiliations .top-consumer-reviews {
        margin-right: 0;
    }

    .blue-form {
        width: 100%;
        margin-bottom: 20px;
    }

    .home .blue-form {
        width: 295px;
    }

    .content-sidebar-wrap {
        padding-top: 20px;
    }

    .mobile-sidebar .effect2 {
        position: static;
        margin-bottom: 5px;
    }

    .mobile-sidebar .effect2:before, .mobile-sidebar .effect2:after {
        display: none;
    }

    .mobile-sidebar ul.sidebar-logos {
        text-align: center;
    }

    .mobile-sidebar ul.sidebar-logos li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .mobile-sidebar ul.sidebar-logos li a {
        display: block;
    }

    .mobile-sidebar ul.sidebar-logos li a.mcafee-form {
        margin: 0 0 0 20px;
        position: relative;
        top: 4px;
    }

    .content {
        width: 100%;
        margin-top: 25px;
    }

    .applynow.full-width-content .content {
        width: 100%;
        margin: 0;
    }

    .applynow .site-header .wrap {
        width: 100%;
    }

    .applynow #content-sidebar-wrap {
        width: 100%;
    }

    .applynow.full-width-content #content {
        width: 100%;
    }

    .applynow .landing-page-with-icons {
        width: 275px !important;
        margin-left: 25px;
    }

    .applynow .landing-page-with-icons .landing-page-icons p {
        display: none;
    }

    .applynow .landing-page-with-icons .landing-page-icons .bg-icons {
        height: 60px;
        margin-bottom: 15px;
        padding: 0 0 0 70px;
        text-align: center;
        width: 241px;
    }

    .applynow .landing-page-with-icons .landing-page-icons .icon-reduce-your-debts {
        padding-top: 17px;
        background-position: 0px 5px;
    }

    .applynow .landing-page-with-icons .landing-page-icons .icon-compare-your-debt {
        padding-top: 10px;
        background-position: 0px -73px;
    }

    .applynow .landing-page-with-icons .landing-page-icons .icon-low-program-payments {
        padding-top: 13px;
        background-position: 0px -155px;
    }

    .applynow .landing-page-with-icons .landing-page-icons .icon-is-debt-relief-for-you {
        padding-top: 11px;
        background-position: 0px -237px;
    }

    .applynow .landing-page-with-icons .landing-page-icons .icon-red-phone {
        background: url(../images/applynow/applynow-red-phone-bg-small.png) no-repeat;
        width: 225px;
        height: 60px;
    }

    .applynow .landing-page-with-icons .landing-page-icons .icon-red-phone h2 {
        font-size: 22px;
        font-size: 2.2rem;
        padding: 15px 0 0 58px;
        margin: 0px;
    }

    .applynow .landing-page-form-with-icons {
        margin: 152px 15px 0 0;
        background: url(../images/applynow/applynow-bg-mid.png) no-repeat;
        padding-right: 5px;
        width: 415px !important;
        height: 480px !important;
    }

    .applynow .gform_wrapper {
        padding: 58px 35px 0;
    }

    .applynow .gform_wrapper .top_label textarea.textarea {
        display: none;
    }

    .applynow .gform_wrapper .top_label input.medium {
        width: 295px;
    }

    .applynow .gform_wrapper .top_label select.medium {
        width: 348px !important;
        padding-right: 5px !important;
    }

    .applynow .gform_wrapper li, .applynow .gform_wrapper form li {
        margin-bottom: 24px !important;
    }

    .applynow .gform_wrapper .gform_footer input.button, .applynow .gform_wrapper .gform_footer input[type="submit"] {
        background: url(../images/applynow/applynow-submit-mid.png) no-repeat !important;
        margin: 0 auto;
        float: none;
        display: block;
        padding: 0px;
        width: 340px;
        height: 58px;
    }

    .applynow .gform_wrapper .top_label li.comments {
        display: none;
        padding: 0px !important;
        margin: 0px !important;
    }

    .applynow .landing-page-with-icons h1 {
        margin-bottom: 66px;
    }

    .applynow #wrap #title-area {
        margin-left: 25px;
    }

    .applynow .site-header .widget-area {
        margin-right: 25px;
    }

    .applynow .new-form-affiliations {
        margin-left: 25px;
        padding-top: 32px;
    }

    .applynow .new-form-affiliations a {
        margin-right: 25px;
    }

    .applynow .new-form-affiliations .bbb-form {
        margin-right: 0px;
    }

    .applynow .new-form-footer-menu {
        margin-left: 15px;
    }

    .applynow .new-form-footer p {
        font-size: 10px;
        font-size: 1rem;
        margin-top: 0px;
        float: none;
        text-align: center;
    }

    .applynow .footer-links li a {
        font-size: 10px;
        font-size: 1rem;
    }

    .applynow ul.footer-links {
        width: 410px;
        margin-top: 0px;
        margin: 0 auto;
        float: none;
        display: none;
    }

    .applynow .footer-links li {
        margin-right: 10px;
    }

    .applynow .disclaimer-text {
        margin: 0 10px 10px;
    }

    .applynow .new-form-affiliations {
        padding-bottom: 0px;
        margin-bottom: 18px;
    }

    .applynow .gform_wrapper .gform_heading {
        display: block;
    }

    .applynow .landing-page-form-with-icons {
        margin-bottom: 45px;
        padding-right: 0px;
        border-radius: 8px;
        width: 52% !important;
        background: #fff;
        border: 1px solid #b6b6b6;
        box-shadow: 0px 0px 2px #cbcbcb;
    }

    .applynow .gform_wrapper h2.gsection_title, .applynow .gform_wrapper .gsection_description, .applynow .gform_wrapper h3.gform_title {
        color: #555;
        font-family: "Lato", sans-serif !important;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        font-weight: 400;
        margin: 0;
    }

    .applynow .gform_wrapper span.gform_description {
        display: block;
        color: #2a1584;
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .applynow .gform_wrapper {
        padding: 10px 20px;
    }

    .applynow .gform_wrapper .top_label input.medium {
        width: 100%;
    }

    .applynow .gform_wrapper .top_label select.medium {
        width: 99% !important;
    }

    html:not(.browser-android) .applynow .gform_wrapper .top_label select.medium {
        width: 99% !important;
        background-position: 113% 5px !important;
    }

    .applynow .site-inner #content {
        padding-left: 0px !important;
        width: 100% !important;
    }

    .applynow .new-form-affiliations .truste-form a img {
        display: none;
    }

    .applynow .new-form-affiliations .verisign-form {
        display: none !important;
    }

    .applynow .site-header #title-area #title a {
        background: url(../images/applynow/ndr-logo-tiny.png) no-repeat;
        width: 149px;
        height: 45px;
    }

    .applynow .site-header .widget-area p {
        display: none;
    }

    .applynow .site-header .widget-area p.phone {
        display: block;
        /* background: url(../images/applynow/red-phone-with-number-small.png) no-repeat;
		width: 200px;
		height: 26px; */
    }

    .applynow .site-header .widget-area {
        /* width: 200px !important; */
    }

    .applynow .site-header #title-area #title {
        padding: 0px !important;
        margin: 0px;
    }

    .applynow #wrap .site-header {
        height: auto !important;
        overflow: hidden;
    }

    .applynow .site-header .widget-area {
        margin-top: 18px;
    }

    .applynow #wrap #title-area {
        width: 150px !important;
    }

    html:not(.browser-android) .applynow .gform_wrapper .top_label li.debt-dropdown select.medium {
        background-size: 96% !important;
        background-position: 6px 6px !important;
    }

    .site-title a {
        padding: 0 !important;
        height: 46px!important;
        width: 150px!important;
        background-size: 100% !important;
    }

    .applynow .site-header {
        height: auto !important;
    }

    .disclaimer-768 {
        display: block;
    }

    .disclaimer-desktop {
        display: none;
    }
	.footer-logos .footer-logo.tp {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
    .five-sixths, .four-sixths, .home-middle .widget, .home-top .widget, .one-fourth, .one-half, .one-sixth, .one-third, .executive-pro-portfolio .portfolio, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
        margin: 0;
        width: 100%;
    }

    .affiliations {
        padding: 10px 0 15px;
    }

    .affiliations .wrap {
        max-width: 400px;
    }

    .affiliations .uscoc-form {
        margin-right: 0;
    }

    .affiliations .afcc-form {
        margin-left: 35px;
    }

    .affiliations .truste-form {
        margin-top: 22px;
    }

    .affiliations .norton-logo {
        margin-top: 15px;
    }

    .bluebutton a, .redbutton a, .ndrbuttonred a, .ndrbuttonblue a {
        padding-left: 15px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 18px;
    }

    .signup .signup-content {
        padding: 21px 25px 15px;
    }

    .signup .signup-content .signup-list {
        margin: 0;
    }

    .entry-content p.highlight {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .entry-content p.highlight b {
        font-size: 24px;
        font-size: 2.4rem;
    }

    h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .footer-affiliations {
        display: none;
    }

    .menu-footer-menu-container {
        display: none;
    }

    .phone-icon-wrap {
        display: block;
    }

    .applynow .site-header #title-area #title a {
        background: url(../images/applynow/ndr-logo-tiny.png) no-repeat;
        width: 149px;
        height: 45px;
    }

    .applynow .landing-page-with-icons h1 {
        display: none;
    }

    .applynow .landing-page-icons {
    }

    .applynow .icon-red-phone.mobile {
        clear: both;
        margin: 55px auto 15px;
        display: block;
        background: url("../images/applynow/applynow-red-phone-bg-390.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 104px;
        width: 390px;
    }

    .applynow .icon-red-phone.mobile p {
        border-bottom: medium none;
        color: #575757;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        padding-bottom: 0;
        padding-left: 106px;
        padding-top: 21px;
    }

    .applynow .icon-red-phone.mobile h2 {
        line-height: 38px;
        color: #FF0303;
        font-family: Arial, sans-serif;
        font-size: 38px;
        font-size: 3.8rem;
        font-weight: bold;
        padding-left: 103px;
    }

    .applynow .icon-red-phone.mobile h2 a {
        color: #ff0303;
    }

    .applynow .landing-page-with-icons {
        display: none;
    }

    .applynow .landing-page-form-with-icons {
        margin: 0 auto;
        float: none;
        padding: 0px;
    }

    .applynow .new-form-affiliations .afcc-form {
        display: none;
    }

    .applynow .new-form-affiliations .truste-form {
        display: none;
    }

    .applynow .new-form-footer-menu {
        margin-left: 28px;
    }

    .applynow .new-form-footer p {
        margin-top: 0px;
        text-align: center;
        float: none;
    }

    .applynow .new-form-footer .disclaimer-text p {
        text-align: left;
    }

    .applynow .new-form-affiliations {
        padding-bottom: 2px;
        width: 87%;
        width: 400px;
        float: none;
        margin: 0 auto 18px;
    }

    .applynow .new-form-affiliations .uscoc-form {
        display: none;
        margin-right: 0px;
    }

    .applynow .gform_wrapper h2.gsection_title, .applynow .gform_wrapper .gsection_description, .applynow .gform_wrapper h3.gform_title {
        font-size: 21px;
        font-size: 2.1rem;
    }

    .applynow .landing-page-form-with-icons {
        width: 90% !important;
        margin-bottom: 25px;
    }

    .applynow .site-inner {
        height: auto;
    }

    .applynow #wrap #title-area {
        float: left;
    }

    .applynow .site-header .widget-area {
        float: right;
    }

    .applynow .new-form-menu-copyright {
        overflow: hidden;
    }

    .applynow .new-form-affiliations {
        padding-top: 28px;
    }

    .applynow .site-header .widget-area p {
        padding-bottom: 0px;
    }

    .applynow .site-inner {
        height: 835px;
        min-height: inherit;
    }
	.footer-logos {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
    .disclaimer-480 {
        display: block;
    }

    .disclaimer-768 {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .home-banner {
        background: url(images/home-banner-479.jpg) center top no-repeat;
    }

    .home-banner h2 {
        padding-bottom: 30px;
        width: 280px;
        font-size: 40px;
        font-size: 4rem;
        padding-top: 205px;
        line-height: 50px;
    }

    .responsive-menu-icon .menu-icon {
        width: 34%;
    }

    .responsive-menu-icon .text {
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        position: relative;
        top: -2px;
    }

    .responsive-menu-icon p.phone {
        width: 56%;
    }

    .phone-icon-wrap {
        right: 10px;
    }

    .phone-icon-wrap .text {
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
    }

    .wrap {
        padding: 0 4%;
    }

    .content-sidebar-wrap {
        padding: 20px 5%;
    }

    .footer-nav .wrap, .footer-disclaimer .wrap {
        padding: 0 5%;
    }

    .home .content {
        margin-top: 0px;
    }

    .bluebutton a, .redbutton a, .ndrbuttonred a, .ndrbuttonblue a {
        padding: 15px 5px 0 20px;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 24px;
        width: 85%;
    }

    .bluebutton a.submit-icon, .redbutton a.submit-icon, .ndrbuttonred a.submit-icon, .ndrbuttonblue a.submit-icon {
        padding: 29px 0 26px;
        width: 15%;
    }

    .affiliations .uscoc-form {
        display: none;
    }

    .affiliations .afcc-form {
        display: none;
    }

    .affiliations .truste-form {
        display: none;
    }

    .affiliations .norton-logo {
        display: none;
    }

    .affiliations .mcafee-form {
        margin-right: 0;
    }

    .affiliations .wrap {
        max-width: 280px;
        margin: 0 auto;
    }

    .affiliations .bbb-form {
        margin-right: 5px;
    }

    .signup .signup-header {
        padding: 20px 20px 10px;
    }

    .signup .signup-header h4 {
        margin-bottom: 15px;
    }

    .signup .signup-header p {
        text-align: center;
    }

    .home-signup .signup-header {
        position: relative;
    }

    .home-signup .signup-header .tri {
        bottom: -27px;
        position: absolute;
        left: 50%;
        margin-left: -143px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 27px 143px 0 143px;
        border-color: #0073A6 transparent transparent transparent;
    }

    .signup .signup-content {
        padding-top: 40px;
    }

    .signup .signup-content .signup-list {
        padding: 130px 0 0;
        background-position: 30% top;
    }

    .signup .signup-form {
        padding: 20px 20px 10px;
    }

    .signup-form .gform_wrapper ul li.gfield .ginput_container {
        width: 75%;
    }

    .signup-form .gform_wrapper .top_label .gfield_label {
        width: 25%;
    }

    .signup .signup-form h4 {
        font-size: 17px;
        font-size: 1.7rem;
    }

    .testimonial-wrap .testimonial {
        padding: 25px 30px 25px;
    }

    .testimonial-wrap .cite {
        padding: 25px 0 0 45px;
    }

    .after-content-form .gform_wrapper .gform_body {
        width: 100%;
        padding: 0;
    }

    .after-content-form .gform_wrapper .gform_footer {
        width: 100%;
        padding: 0;
    }

    .footer-nav {
        padding: 10px 0;
    }

    .footer-nav .wrap {
        padding: 0
    }

    .footer-nav p.copyright {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .applynow #wrap #title-area {
        margin-left: 10px;
    }

    .applynow .site-header .widget-area p.phone {
        padding-top: 0;
        line-height: 1;
        font-size: 20px;
        font-size: 2rem;
        font-family: "Open Sans", sans-serif !important;
        color: #2a1584;
        background: none;
        text-indent: 0px;
        width: auto;
        height: auto;
    }

    .applynow .site-header .widget-area {
        margin-right: 15px;
        float: right;
        width: auto !important;
    }

    .applynow .landing-page-form-with-icons {
        border-radius: 8px;
        width: 90% !important;
        background: #fff;
        border: 1px solid #b6b6b6;
        box-shadow: 0px 0px 2px #cbcbcb;
    }

    .applynow .gform_wrapper span.gform_description {
        display: none;
    }

    .applynow .gform_wrapper .top_label .phone input {
        width: 41px !important;
    }

    .applynow .gform_wrapper .top_label .phone-first {
        width: 93px !important;
        margin-right: 8px !important;
    }

    .applynow .gform_wrapper .top_label li.phone-second input {
        width: 43px !important;
        padding-left: 12px !important;
    }

    .applynow .gform_wrapper .top_label .phone-second {
        width: 58px;
        margin-right: 7px !important;
    }

    .applynow .gform_wrapper .top_label li.phone-third input {
        width: 50px !important;
        padding-left: 12px !important;
    }

    .applynow .gform_wrapper .top_label .phone-third {
        width: 63px;
        margin-right: 0px !important;
    }

    .applynow .gform_wrapper .gform_footer input.button, .applynow .gform_wrapper .gform_footer input[type="submit"] {
        background: url(../images/applynow/applynow-submit-small.png) no-repeat !important;
        width: 225px;
        height: 43px;
    }

    .applynow .icon-red-phone.mobile {
        background: url("../images/applynow/applynow-red-phone-bg-tiny.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 70px;
        width: 260px;
        margin-top: 40px;
    }

    .applynow .icon-red-phone.mobile p {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 12px 0 1px 75px;
    }

    .applynow .icon-red-phone.mobile h2 {
        line-height: 25px;
        font-size: 25px;
        font-size: 2.5rem;
        margin: 0;
        padding: 0px 0 0 67px;
    }

    .applynow .new-form-affiliations {
        margin-top: 0px;
        padding-top: 0px;
    }

    .applynow .new-form-affiliations .bbb-form {
        margin-bottom: 6px;
        margin-top: 0px;
        width: 138px;
        margin-right: 23px !important;
    }

    .applynow .new-form-affiliations .mcafee-form {
        margin: 6px 0px 0 0;
        display: none;
    }

    .applynow .new-form-affiliations .afcc-form {
        display: block;
        margin-right: 0px;
        display: none;
    }

    .applynow .new-form-affiliations .uscoc-form {
        display: none;
        margin-right: 37px;
        margin-left: 9px;
    }

    .applynow ul.footer-links {
        display: none;
    }

    .applynow .new-form-footer-menu {
        margin-left: 0px;
    }

    .applynow .new-form-affiliations {
        margin-bottom: 23px;
        width: 260px;
    }

    .applynow .site-inner {
        height: auto;
    }

    .site-header .widget.phone-widget {
        width: auto;
    }

    .applynow .gform_wrapper h3.gform_title {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    html:not(.browser-android) .applynow .gform_wrapper .top_label li.debt-dropdown select.medium {
        background-size: inherit !important;
        padding: 9px 0 9px 20px !important;
        width: 100% !important;
        background-position: 106% center !important;
    }

    .applynow .site-header .widget-area p.phone a {
        padding-left: 0;
        font-size: 20px;
        font-size: 2rem;
    }
}
