/*
    Theme Name: National Debt Relief
    Theme URI: http://my.studiopress.com/themes/executive/
    Description: Genesis Child Theme for National Debt Relief
    Author: Hire Jordan Smith
    Author URI: http://hirejordansmith.com/
    Version: 1.0

    Template: genesis
    Template Version: 2.1

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Gallery
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - WordPress
        - Genesis
        - Titles
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Latest Tweets
        - Genesis Responsive Slider
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
        - Responsive Menu
    - Content Area
        - Home Page
        - Portfolio
        - Entries
        - After Entry
        - Pagination
        - Comments
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Theme Colors
        - Executive Pro Brown
        - Executive Pro Green
        - Executive Pro Orange
        - Executive Pro Purple
        - Executive Pro Red
        - Executive Pro Teal
    - Media Queries
        - Retina Display
        - max-width: 1200px
        - max-width: 1023px
        - max-width: 767px
        - max-width: 500px
        - max-width: 270px

*/

/*
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 {}

a:active, a:hover {}

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: none;
	margin: 0;
	padding: 15px;
}

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 {
	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;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	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;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 30px 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 {}

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

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

a {
	color: #0000EE;
	text-decoration: none;
}

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

.entry-content a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {}

p {
	line-height: 24px;
	margin: 0 0 24px;
	padding: 0;
	font-family: Arial, sans-serif;
}

li {
	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 0 20px 0;
	padding: 0;
}

li {}

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;
}

body.title-margin h1,
body.title-margin h2,
body.title-margin h3,
body.title-margin h4,
body.title-margin h5,
body.title-margin h6 {
	margin-bottom: 24px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 40px;
	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;
}

.home h2 {
	overflow: hidden;
	background: #F2F5F8;
	margin: 40px 0;
}

.home h2 span.icon-text {
	width: 80%;
	float: left;
	display: block;
	padding: 10px 0 0 15px;
}

.home h2 .fa {
	border-top-right-radius: 57px 58px;
	border-bottom-right-radius: 57px 58px;
	font-size: 40px;
	font-size: 4rem;
	padding: 6px 22px 6px 12px;
	float: left;
	display: block;
	background: #18027A;
	color: #fff;
}

.home h2.ndr-icon {
	line-height: 36px;
}

.home h2.ndr-icon .icon {
	margin-right: 15px;
	border-top-right-radius: 57px 58px;
	border-bottom-right-radius: 57px 58px;
	padding: 48px;
	float: left;
	display: block;
	background: url(images/ndr-icon-white-shadow.png) 19px center no-repeat #18027A;
}

.home h2.ndr-icon .text {
	padding: 10px 0 15px;
	display: block;
}

.home h3 {
	overflow: hidden;
	margin-bottom: 22px;
}

.home h3 span.text {
	margin-top: 9px;
	display: block;
}

.home h3 span.icon-wrap {
	margin-right: 25px;
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	padding: 6px 0 6px 12px;
	border-radius: 50%;
	background: #18027A;
}

.home h3 .fa {
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
}

.home h3.money-icon .fa {
	position: relative;
	top: 7px;
	left: -1px;
}

.home h3.check-circle .fa {
	margin-right: 25px;
	position: relative;
	left: 1px;
	font-size: 63px;
	font-size: 6.3rem;
	color: #18027A;
}

.home h3.check-circle span {
	position: relative;
	top: -12px;
}

.home h3.trophy-icon span.icon-wrap {
	position: relative;
	top: 7px;
}

.home h3.trophy-icon span.text {
	margin-top: 0;
}

.home h3.trophy-icon .fa {
	position: relative;
	top: 5px;
	left: 0px;
	font-size: 39px;
	font-size: 3.9rem;
}

.home h1.trophy-icon span.icon-wrap {
	position: relative;
	top: 7px;
}

.home h1.trophy-icon span.text {
    margin-top: 0;
    font-size: 34px;
    font-size: 3.4rem;
}

.home h1.trophy-icon .fa {
	position: relative;
	top: 5px;
	left: 0px;
	font-size: 39px;
	font-size: 3.9rem;
    color: #fff;
}

.home h1 span.icon-wrap {
  margin-right: 25px;
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  padding: 6px 0 6px 12px;
  border-radius: 50%;
  background: #18027A;
}

.home h3.checklist-icon .icon-wrap {
	background: none;
	padding: 0;
	position: relative;
	margin-right: 20px;
}

.home h3.checklist-icon span.text {
	margin-top: 11px;
}

.home h3.checklist-icon .fa {
	color: #18027A;
	font-size: 65px;
	font-size: 6.5rem;
}

.home h3.checklist-icon .fa-check {
	position: absolute;
	top: 15px;
	left: 12px;
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
}

.entry-content h3.highlight {
	color: #333;
	margin: 40px 0;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 30px;
	font-size: 3rem;
	line-height: 30px;
}

.entry-content h3.highlight b {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
}

.entry-content .apply-now-cta h3.highlight {
	float: left;
	margin: 8px 0 35px;
}

/*
.vendor-ie .home h2 span.icon-text { padding-top: 15px;}
.vendor-ie .home h2.ndr-icon .text {padding-top: 15px;}
.vendor-ie .home h3 span.text { margin-top: 15px;}
.vendor-ie .home h3.trophy-icon span.icon-wrap { top: 0;}
*/

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

.optout .gform_wrapper {
	max-width: 75%;
	margin: 0 auto;
}

.optout h3.gform_title {
	font-weight: 400;
    text-align: center;
    max-width: 62%;
    margin: 0 auto 30px;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.1;
	color: #333;
}

.optout h1.entry-title {
	clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text,
.wp-caption-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.optout .gform_wrapper ul li.gfield,
.optout .gform_wrapper ul li.gfield .ginput_complex input,
.optout .gform_wrapper ul li.gfield .ginput_complex select {
	margin-bottom: 10px;
}

.optout .gform_wrapper ul li.gfield .ginput_complex select {
	height: 45px;
}

.optout .site-container .gform_wrapper .gform_footer {
	text-align: center;
}

.optout .after-content-form {
	display: none;
}

.optout .gform_wrapper .top_label li.gfield.gf_left_half,
.optout .gform_wrapper .top_label li.gfield.gf_right_half,
.optout .gform_wrapper ul li.gfield .ginput_complex .ginput_left,
.optout .gform_wrapper ul li.gfield .ginput_complex .ginput_right {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 0;
    float: none;
}

.optout .gform_wrapper .top_label li.gfield.gf_right_half,
.optout .gform_wrapper ul li.gfield .ginput_complex .ginput_right {
	margin-left: 2%;
}

.optout .entry {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* ## Screen reader text
--------------------------------------------- */

/*.genesis-skip-link { margin: 0; }
.genesis-skip-link li {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}*/

.menu .menu-item:focus {
	position: static;
	outline: 1px dotted #000;
}

.menu .menu-item>a:focus+ul.sub-menu, .menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.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;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */

:focus {
	color: #333;
	outline: 1px dotted #000;
}

a:focus img {
	outline: 2px solid #079031;
}

/* 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: 1px solid #ccc;
}

.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, select:focus, html:not(.browser-android) select:focus {
	outline: 1px dotted #000;
	background-color: #ffffc1;
}

::-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: #18027A;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 15px 25px;
	width: auto;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
	background-color: #18027A;
	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 0 10px;
}

.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 {
	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-color: #ffdfdf;
}

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

.entry-content .gform_wrapper ul {
	margin-bottom: 0;
}

.gform_wrapper ul li.gfield {
	margin-left: 0;
	list-style: none;
}

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

.vendor-ie-8 .gform_wrapper select, .vendor-ie-8 .gform_wrapper input[type=text], .vendor-ie-8 .gform_wrapper input[type=tel], .vendor-ie-8 .gform_wrapper input[type=email] {
	width: 100% !important;
}

.vendor-ie-7 .gform_wrapper select, .vendor-ie-7 .gform_wrapper input[type=text], .vendor-ie-7 .gform_wrapper input[type=tel], .vendor-ie-7 .gform_wrapper input[type=email] {
	width: 100% !important;
}

.site-container .gform_wrapper ul {
	margin-left: 0;
}

.block {
	display: block;
}

/* SHORTCODES */

.bluebutton {
	margin: 0 0 35px 0;
	border-radius: 3px;
	overflow: hidden;
	background: #1F00A9;
	/*border-bottom: 5px solid #18027A;*/
}

.bluebutton a {
	text-decoration: none;
	padding: 19px 25px;
	display: block;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

.bluebutton a .fa {
	position: absolute;
	right: 0;
	top: 0px;
	background: #18027a;
	padding: 20px;
}

.bluebutton a:focus, .bluebutton a:hover {
	background-color: #00ab66;
}

.bluebutton a:focus .fa, .bluebutton a:hover .fa {
	background-color: #079031;
}

/*.vendor-ie .bluebutton a { padding-top: 30px; }  */

.redbutton {
	margin: 0 0 35px 0;
	border-radius: 3px;
	overflow: hidden;
	background: #df0000;
	border-bottom: 5px solid #D80000;
}

.redbutton a {
	text-decoration: none;
	padding: 19px 0px 0px 25px;
	display: block;
	width: 90%;
	float: left;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.redbutton a.submit-icon {
	padding: 19px 0 16px;
	text-align: center;
	display: block;
	background: #D80000;
	width: 10%;
	float: right;
}

/*.vendor-ie .redbutton a { padding-top: 30px; }*/

.ndrbuttonred {
	margin: 0 0 35px 0;
	border-radius: 3px;
	overflow: hidden;
	/*border-bottom: 5px solid #D80000;*/
}

.ndrbuttonred a {
	background: url(images/ndr-icon-white-shadow.png) 10px 8px no-repeat #df0000;
	text-decoration: none;
	padding: 20px 25px 20px 65px;
	display: block;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

.ndrbuttonred a .fa {
	position: absolute;
	right: 0;
	top: 0px;
	background: #D80000;
	padding: 22px 20px;
}

.ndrbuttonred a:focus, .ndrbuttonred a:hover {
	background-color: #00ab66;
}

.ndrbuttonred a:focus .fa, .ndrbuttonred a:hover .fa {
	background-color: #079031;
}

.ndrbuttonblue {
	margin: 0 0 35px 0;
	border-radius: 3px;
	overflow: hidden;
	background: url(images/ndr-icon-white-shadow.png) 10px 8px no-repeat #1F00A9;
	border-bottom: 5px solid #18027A;
}

.ndrbuttonblue a {
	text-decoration: none;
	padding: 19px 0px 0px 70px;
	display: block;
	width: 90%;
	float: left;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.ndrbuttonblue a.submit-icon {
	padding: 21px 0 18px;
	text-align: center;
	display: block;
	background: #18027A;
	width: 10%;
	float: right;
}

/*.vendor-ie .ndrbuttonblue a { padding-top: 24px; }*/

.bigbluebutton {
	width: 500px;
	margin: 0 auto 35px;
	border-radius: 3px;
	overflow: hidden;
	background: #1F00A9;
	/*border-bottom: 5px solid #18027A;*/
}

.bigbluebutton a {
	text-decoration: none;
	padding: 14px 0px 0px 25px;
	display: block;
	width: 80%;
	float: left;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

.bigbluebutton a {
	text-decoration: none;
	padding: 10px 80px 10px 35px;
	display: block;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

.bigbluebutton a .fa {
	position: absolute;
	right: 0;
	top: 0px;
	background: #18027A;
	padding: 22px 20px;
	font-size: 50px;
	font-size: 5rem;
}

.bigbluebutton a:focus, .bigbluebutton a:hover {
	background-color: #00ab66;
}

.bigbluebutton a:focus .fa, .bigbluebutton a:hover .fa {
	background-color: #079031;
}

.ndrdeepindebtred {
	background: rgba(211, 21, 33, 1);
	background: -moz-linear-gradient(top, rgba(211, 21, 33, 1) 0%, rgba(211, 21, 33, 1) 0%, rgba(190, 0, 13, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211, 21, 33, 1)), color-stop(0%, rgba(211, 21, 33, 1)), color-stop(100%, rgba(190, 0, 13, 1)));
	background: -webkit-linear-gradient(top, rgba(211, 21, 33, 1) 0%, rgba(211, 21, 33, 1) 0%, rgba(190, 0, 13, 1) 100%);
	background: -o-linear-gradient(top, rgba(211, 21, 33, 1) 0%, rgba(211, 21, 33, 1) 0%, rgba(190, 0, 13, 1) 100%);
	background: -ms-linear-gradient(top, rgba(211, 21, 33, 1) 0%, rgba(211, 21, 33, 1) 0%, rgba(190, 0, 13, 1) 100%);
	background: linear-gradient(to bottom, rgba(211, 21, 33, 1) 0%, rgba(211, 21, 33, 1) 0%, rgba(190, 0, 13, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31521', endColorstr='#be000d', GradientType=0);
	border: 1px solid #710007;
	box-shadow: 0 1px 0px #FF828A inset;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF2D7;
	font-size: 42px;
	font-size: 4.2rem;
	padding: 8px 20px;
	width: 270px;
	text-shadow: 0 1px 1px #6A030A;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.ndrdeepindebtred a {
	display: block;
	text-align: center;
	color: #FFF2D7;
	font-size: 28px;
	font-size: 2.8rem;
	float: left;
	width: auto;
}

.ndrdeepindebtred a.phone-icon {
	margin-right: 15px;
}

.ndrdeepindebtred a .fa {
	font-size: 40px;
	position: relative;
	top: 5px;
}

.testimonial-wrap .testimonial {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	margin: 0px;
	background: #E1E7F0;
	border-radius: 3px;
	box-shadow: 0px 0px 6px #999 inset;
	position: relative;
	padding: 35px 45px 38px;
}

.testimonial-wrap .testimonial .triangle {
	background: url(images/testimonial-arrow.png) no-repeat;
	position: absolute;
	bottom: -25px;
	left: 7%;
	display: block;
	width: 37px;
	height: 29px;
}

.testimonial-wrap .cite {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	padding-left: 89px;
	padding-top: 12px;
}

.testimonial-wrap .cite a {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
}

.apply-now-cta {
	overflow: hidden;
}

.apply-now-cta p.highlight {
	width: 50%;
	float: left;
	margin-top: 15px;
}

.apply-now-cta .ndrbuttonred {
	margin: 10px 0 0;
	width: 45%;
	float: right;
}

.apply-now-cta .ndrbuttonred a.submit-icon {
	width: 22%;
}

.greenbutton {
	margin-bottom: 30px;
	width: auto;
	text-align: center;
}

.greenbutton a {
	background: #5CB85C;
	border: 1px solid #5CB85C;
	border-radius: 3px;
	padding: 16px 35px 20px;
	text-shadow: 1px 1px 0 #51B352;
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 600;
	text-transform: none;
}

.greenbutton a .fa {
	font-size: 30px;
	font-size: 3rem;
}

.greenbutton a:hover {
	background: #449D44;
	border: 1px solid #398439;
}

.gform_wrapper .top_label li.no-label .gfield_label {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*
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%;
}

body img.gform_ajax_spinner {
	display: none!important;
}

/* Column Classes
 *
 * Width: 1080px
 * Gutter: 50px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 4.6296296296296%;
}

.one-half, .three-sixths, .two-fourths {
	width: 47.685185185185%;
}

.one-third, .two-sixths {
	width: 30.246913580247%;
}

.four-sixths, .two-thirds {
	width: 65.123456790123%;
}

.one-fourth {
	width: 21.527777777778%;
}

.three-fourths {
	width: 73.842592592593%;
}

.one-fifth {
	width: 16.296296296296%;
}

.two-fifths {
	width: 37.222222222222%;
}

.three-fifths {
	width: 58.148148148148%;
}

.four-fifths {
	width: 79.074074074074%;
}

.one-sixth {
	width: 12.808641975309%;
}

.five-sixths {
	width: 82.561728395062%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img, img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 5px 24px 3px 0;
}

a.alignright img, img.alignright, .wp-caption.alignright {
	margin: 5px 0 3px 24px;
}

.entry-content .wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption, .entry-content .gallery-caption {
	margin: 0 0 10px;
}

.blog .entry-footer .entry-meta {
	display: none;
}

/* Genesis
--------------------------------------------- */

body .breadcrumb {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 500;
	background: #e2e6ef;
	color: #333;
	line-height: 1.2;
}

body .breadcrumb a {
	color: #666;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	padding: 0;
	border-bottom: 1px solid;
	display: inline-block;
}

body .breadcrumb .fa-angle-right {
	margin: 0 10px;
	float: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.archive-description, .author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 0;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Site Header */

.site-header {
	margin: 0 auto;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	width: auto;
	padding-top: 20px;
}

.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;
	height: 1px;
	margin: 0;
}

/* Logo, hide text */

.site-description, .site-title a {
	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: 250px;
	min-height: 76px;
	padding: 0;
	width: 250px;
}

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

.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 .widget.phone-widget p {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #18027A;
	font-size: 15px;
	font-size: 1.5rem;
}

.site-header .widget.phone-widget p.phone {
	border: 1px solid #18027A;
	background: #fff;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 27px;
	font-weight: 800;
	padding: 15px 0 16px;
	border-radius: 30px;
}

.site-header .widget.phone-widget p.phone a {
	color: #18027A;
}

.site-header .widget.phone-widget 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 .widget.phone-widget p.phone .icon-wrap .fa {
	font-size: 35px;
	font-size: 3.5rem;
	position: relative;
	top: 15px;
}

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

.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%;
}

.vendor-ie .site-header .phone-widget.widget p.phone {
	/*padding-bottom: 7px; line-height: 37px;*/
}

/* Site Navigation */

.genesis-nav-menu {
	background: none;
	clear: both;
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.footer-nav .menu-item.show-policies {
	display: none;
}

.page-id-1311 .footer-nav .menu-item.show-policies,
.page-id-1196 .footer-nav .menu-item.show-policies,
.page-id-2428 .footer-nav .menu-item.show-policies {
	display: inline-block;
}

.single-post .genesis-nav-menu .menu-item.hide-blog,
.single-post .footer-nav ul li.hide-blog {
	display: none;
}

.genesis-nav-menu a {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	display: block;
	padding: 16px;
	position: relative;
}

.genesis-nav-menu a .fa {
	position: relative;
	top: -3px;
	left: 4px;
	color: #7D6BCF;
	font-size: 12px;
	font-size: 1.2rem;
}

.genesis-nav-menu a .fa-snowflake-o {
	font-size: 16px;
	top: 0;
	margin-right: 5px;
}

.genesis-nav-menu li:hover {
	background: none;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .sub-menu a:focus {
	background: #e2e6ef;
	color: #333;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item>a {
	background-color: #130260;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 200px;
	z-index: 9999;
}

.genesis-nav-menu .sub-menu a {
	background: #130260;
	border: none;
	border-top: none;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 18px;
	position: relative;
	width: 250px;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #E2E6EF;
	color: #333;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 225px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu>.right>a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu>.rss>a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.genesis-nav-menu>.twitter>a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.genesis-nav-menu>.search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation */

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

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 38px 18px 40px;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

/*.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}*/

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu, .menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle, .sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Home Banner */

/* Home Affiliations */

.affiliations {
	border-bottom: 1px solid #DEE4ED;
	background: #fff;
	overflow: hidden;
	clear: both;
	padding: 23px 0;
}

.affiliations.hide-on-desktop {
    display: none;
}

.affiliations.short {
    border: none;
    padding: 0;
    margin-top: -69px;
    width: 730px;
    float: left;
}

.affiliations .wrap {
	padding-left: 50px;
}

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

.affiliations .bbb-form {
	background: none;
	width: 135px;
    height: 65px;
	margin-top: 12px;
	margin-right: 30px;
}

.affiliations .bbb-form img {
	background: none;
/* 	width: 250px;
	height: 52px;
	width: 177px;
	height: 86px; */
	display: block;
}

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

.affiliations .uscoc-form {
	width: 83px;
	height: 82px;
	margin-top: 0;
}

.affiliations .afcc-form {
	background-position: 0px -351px;
	width: 80px;
	height: 80px;
}

.affiliations .truste-form {
	background-position: 0px -152px;
	width: 143px;
	height: 45px;
	margin-top: 19px;
	margin-right: 16px;
}

.affiliations .norton-logo {
	background-position: 0 -204px;
	margin-right: 0px;
	width: 103px;
	height: 55px;
	text-indent: -9999em;
	margin-top: 10px;
	margin-left: 10px;
}

.affiliations .google-logo {
	margin-right: 0px;
    width: 120px;
    height: 52px;
    text-indent: -9999em;
    margin-top: 10px;
    margin-left: 10px;
    background: url(/wp-content/uploads/2019/12/tuC5zf3z.png) no-repeat;
    background-size: cover;
}

.affiliations .truste-logo {
	text-indent: 0;
	background: none;
	margin-top: 17px;
}

.nc_socialPanel .nc_tweetContainer a:focus {
	border: 1px solid;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #18027A;
	position: relative;
}

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

.nav-primary .wrap {
	position: relative;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu li:hover, .nav-secondary .genesis-nav-menu a:hover, .nav-secondary .genesis-nav-menu li.current-menu-item a:hover {
	background-color: transparent;
	color: #666;
}

.nav-secondary .genesis-nav-menu .current-menu-item>a {
	background-color: transparent;
	color: #64c9ea;
}

/* Responsive Menu
--------------------------------------------- */

/*.responsive-menu-icon { padding: 10px 0; overflow: hidden; position: relative; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; background:none; cursor: pointer;display: none;}
.responsive-menu-icon .menu-icon { margin: 0; text-align: left; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; float: left; width: 50%;  color: #7D6BCF; font-size: 28px; font-size: 2.8rem;}
.responsive-menu-icon .fa { margin-right: 10px; position: relative; top: 3px;}
.responsive-menu-icon .menu-icon .fa { position: relative; top: 1px;}
.responsive-menu-icon p.phone { margin: 0; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 50%; float: right; color: #7D6BCF; text-align: right; font-size: 28px; font-size: 2.8rem;}
.responsive-menu-icon .text { color: #fff; font-size: 23px; font-size: 2.3rem; line-height: 23px;}

.phone-icon-wrap { display: none; position: absolute; top: 9px; right: 20px; z-index: 9999; }
.phone-icon-wrap .fa { margin-right: 10px; position: relative; top: 3px;}
.phone-icon-wrap p.phone { margin: 0; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 100%; float: right; color: #7D6BCF; text-align: right; font-size: 28px; font-size: 2.8rem;}

.phone-icon-wrap .text { color: #fff; font-size: 23px; font-size: 2.3rem; line-height: 23px;}
.phone-icon-wrap .text a { color: #fff; }*/

.phone-icon-wrap {
	display: none;
	position: relative;
	top: 12px;
	right: 20px;
	z-index: 9999;
	height: 1px;
	margin: 0;
	padding: 0;
}

.phone-icon-wrap .fa {
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.phone-icon-wrap p.phone {
	margin: 0;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	float: right;
	color: #7D6BCF;
	text-align: right;
	font-size: 28px;
	font-size: 2.8rem;
}

.phone-icon-wrap .text {
	color: #fff;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 23px;
}

.phone-icon-wrap .text a {
	color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

.mobile-form {
	display: none;
}

.mobile-sidebar {
	display: none;
}

.blue-form h4 {
	text-align: center;
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 25px;
	text-transform: none;
}

.blue-form {
	border-radius: 3px;
	padding: 20px;
	background: #18027A;
	width: 295px;
	float: right;
}

.blue-form .gform_wrapper .top_label input.medium, html:not(.browser-android) .blue-form .gform_wrapper .top_label select.medium {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0px;
	width: 100%;
	max-width: 100%;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	padding: 12px;
	height: auto;
	min-height: 42px;
}

.blue-form .gform_wrapper .top_label .gfield_label {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #fff;
}

.blue-form .gform_wrapper {
	overflow: inherit;
	margin: 0;
	max-width: 100%;
}

.blue-form .gform_wrapper .gform_footer button {
	margin-bottom: 10px;
	padding: 10px 16px 10px;
	border-radius: 3px;
	width: 100%;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	background: #df0000;
	text-align: left;
	position: relative;
}

.blue-form .gform_wrapper .gform_footer button .fa {
	position: absolute;
	right: 0;
	top: 0px;
	background: #d80000;
	padding: 12px 12px;
	border-radius: 0 5px 5px 0;
}

.blue-form .gform_wrapper .gform_footer button:focus, .blue-form .gform_wrapper .gform_footer button:hover {
	background-color: #00ab66;
}

.blue-form .gform_wrapper .gform_footer button:focus .fa, .blue-form .gform_wrapper .gform_footer button:hover .fa {
	background-color: #079031;
}

.blue-form .gform_wrapper .gform_footer {
	padding: 7px 0 0 0;
	margin: 0;
}

.blue-form .gform_wrapper .gform_footer .secure {
	color: #fff;
	text-align: center;
}

.blue-form .gform_wrapper .gform_footer .secure .fa {
	font-size: 20px;
	font-size: 2rem;
	position: relative;
	top: 2px;
	margin-right: 7px;
}

.blue-form .gform_wrapper .gform_footer .form-text {
	padding: 12px 0;
	width: 80%;
	float: left;
}

.blue-form .gform_wrapper .gform_footer .submit-icon {
	border-radius: 0 3px 3px 0;
	padding: 12px 0;
	width: 20%;
	float: right;
	background: #C80000;
}

.blue-form .gform_wrapper ul li.gfield {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

.blue-form .validation_list li a {
	color: #fff;
}

.blue-form .validation_list li a:focus {
	outline: 1px dotted #fff;
}

.blue-form .footer-message {
	color: #fff;
}

.footer-message {
	font-size: 14px;
	display: block;
	line-height: 1.2;
}

.sidebar .footer-message {
	margin-top: 10px;
}

.home-banner {
	padding: 20px 0;
	background: url(images/home-banner.jpg) no-repeat center top #000;
	background: #fff;
	border-bottom: 1px solid #DEE4ED;
	min-height: inherit;
}

.home-banner .wrap {
	min-height: inherit;
}

.home-banner .fa-angle-down {
	display: none;
}

.home-banner h2 {
	background: none;
	padding-left: 298px;
	padding-top: 130px;
	color: #fff;
	font-weight: 300;
	font-size: 60px;
	font-size: 6rem;
	line-height: 70px;
	width: auto;
	float: left;
}

.home-banner .blue-form-wrap {
	overflow: hidden;
	min-height: inherit;
	width: 295px;
	padding: 0;
	float: right;
}

.home-banner .blue-form h2 {
	padding: 0;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 20px;
}

.sidebar .blue-form h4 {
	color: #fff;
	text-transform: none;
}

.home h1.entry-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px;
}

.home h1.entry-title .sub-title {
	font-weight: 600;
	display: block;
	font-size: 36px;
	line-height: 36px;
}

.content-sidebar-wrap {
	padding: 45px 0 30px;
}

.home .featured-image-one {
	padding: 22px 23px 22px 170px;
	box-shadow: 0px 0px 6px #999 inset;
	border-radius: 3px 3px 0 0;
	margin-bottom: -2px;
	background: url(images/home-cta.png) no-repeat #F9FCFB;
}

.home .featured-image-one p {
	margin: 0px;
	line-height: 30px;
}

.home .top-ten-featured {
	background: url(images/top-ten-shadow.png) center top no-repeat;
	background-size: 100%;
}

.home .top-ten-featured p {
	padding: 20px 250px 0 0;
	background: url(/wp-content/uploads/2018/01/ttr2018-86.png) 97% top no-repeat;
}

.signup {
	background: #fff;
	margin-bottom: 50px;
	border: 1px solid #006896;
	border-radius: 3px;
}

.signup p {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.entry-content .signup ul {
	margin: 0;
}

.entry-content .signup ul>li {
	margin: 0;
	font-weight: 600;
	list-style: none;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.signup .signup-header {
	background: #0073A6;
	padding: 25px 40px;
}

.signup .signup-header .fa {
	float: left;
	color: #fff;
	font-size: 60px;
	margin-right: 25px;
}

.signup .signup-header h4 {
	color: #fff;
	margin-bottom: 5px;
}

.signup .signup-header p {
	color: #fff;
	font-weight: 300;
	margin: 0px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 22px;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.signup .signup-content p {}

.signup .signup-content h4 {
	color: #006896;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.signup .signup-content li .fa {
	color: #569625;
	font-size: 21px;
	font-size: 2.1rem;
	margin-right: 8px;
	position: relative;
	top: 1px;
}

.signup .signup-content .signup-list {
	padding-left: 115px;
	margin: 0 0 0 15px;
	padding-bottom: 5px;
	background: url(images/optin-book.png) no-repeat;
}

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

.signup .signup-form {
	background: #E1E7F0;
	padding: 20px 40px;
}

.signup .signup-form h4 {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	color: #006896;
	margin-bottom: 15px;
}

.signup-form .af-element {
	padding: 0;
	overflow: hidden;
	border: 1px solid #006896;
	border-radius: 3px;
}

.signup-form .af-element .af-textWrap {
	overflow: hidden;
	width: 83%;
}

.signup-form .af-element.buttonContainer {
	margin-top: 15px;
	border: none;
}

.signup-form .previewLabel {
	width: 17%;
	float: left;
	text-align: center;
	color: #006896;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 11px 0 12px;
	margin: 0;
	line-height: 14px;
}

.signup-form input {
	border: none;
	box-shadow: none;
	float: left;
	padding: 10px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 0px;
	width: 100%;
}

.signup-form .secure {
	margin-top: 15px;
	color: #606060;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.signup-form input[type=submit] {
	background: rgba(0, 124, 181, 1);
	background: -moz-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 124, 181, 1)), color-stop(0%, rgba(0, 124, 181, 1)), color-stop(0%, rgba(0, 124, 181, 1)), color-stop(100%, rgba(0, 105, 150, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cb5', endColorstr='#006996', GradientType=0);
	border: 1px solid #00628D;
	border-radius: 3px;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	box-shadow: inset 0px 1px 0px #50A6CC;
	padding: 11px 0;
}

.free-reports .signup .signup-header h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	color: #fff;
}

.free-reports .signup .signup-content {
	overflow: hidden;
}

.free-reports .signup .signup-list {
	padding-top: 25px;
	background: url(images/two-ebooks.png) no-repeat;
	width: 100%;
	padding-bottom: 40px;
	padding-left: 465px;
	float: left;
	margin: 0;
	background-position: -2px 10px;
}

.free-reports .signup .signup-content h4 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
}

.free-reports .signup .signup-list.right {
	float: right;
	background: url(images/debt-relief-options1.png) no-repeat;
	background-size: 123px;
	width: 47%;
	background-position: -15px 0;
}

.free-reports .signup ul {
	margin: 0;
}

.free-reports .signup ul>li {
	margin: 10px;
	font-weight: 600;
	list-style: none;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

.free-reports .background-div {
	display: none;
}

.free-reports .ainput-wrap {
	border: 1px solid #006896;
	border-radius: 3px;
	overflow: hidden;
}

.free-reports label {
	width: 17%;
	float: left;
	text-align: center;
	color: #006896;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 11px 0 12px;
	margin: 0;
	line-height: 14px;
}

.free-reports .ainput-wrap input {
	border: none;
	box-shadow: none;
	float: left;
	padding: 10px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 0px;
	width: 83%;
}

.free-reports input.button, .free-reports input[type=submit] {
	background: rgba(0, 124, 181, 1);
	background: -moz-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 124, 181, 1)), color-stop(0%, rgba(0, 124, 181, 1)), color-stop(0%, rgba(0, 124, 181, 1)), color-stop(100%, rgba(0, 105, 150, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cb5', endColorstr='#006996', GradientType=0);
	border: 1px solid #00628D;
	border-radius: 3px;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	box-shadow: inset 0px 1px 0px #50A6CC;
	padding: 11px 0;
	margin-bottom: 10px;
}

.free-reports .signup ul>li.ainput-wrap {
	margin: 0 0 12px;
}

.free-reports .secure {
	margin-top: 15px;
	color: #606060;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.free-reports .signup .signup-form {
	padding-bottom: 15px;
	padding-left: 25%;
	padding-right: 25%;
}

.free-reports .content-sidebar-wrap {
	padding-top: 0;
}

.free-reports .site-header .local830 {
	margin: 5px auto 0;
	display: block;
}

.free-mistakes-report .signup .signup-header h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	color: #fff;
}

.free-mistakes-report .signup .signup-content {
	overflow: hidden;
}

.free-mistakes-report .signup .signup-list {
	padding-top: 25px;
	background: url(images/free-money-mistakes-ebook.png) no-repeat;
	width: 100%;
	padding-bottom: 40px;
	padding-left: 465px;
	float: left;
	margin: 0;
	background-position: -2px 10px;
}

.free-mistakes-report .signup .signup-content h4 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
}

.free-mistakes-report .signup .signup-list.right {
	float: right;
	background: url(images/debt-relief-options1.png) no-repeat;
	background-size: 123px;
	width: 47%;
	background-position: -15px 0;
}

.free-mistakes-report .signup ul {
	margin: 0;
}

.free-mistakes-report .signup ul>li {
	margin: 10px;
	font-weight: 600;
	list-style: none;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

.free-mistakes-report .background-div {
	display: none;
}

.free-mistakes-report .ainput-wrap {
	border: 1px solid #006896;
	border-radius: 3px;
	overflow: hidden;
}

.free-mistakes-report label {
	width: 17%;
	float: left;
	text-align: center;
	color: #006896;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 11px 0 12px;
	margin: 0;
	line-height: 14px;
}

.free-mistakes-report .ainput-wrap input {
	border: none;
	box-shadow: none;
	float: left;
	padding: 10px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 0px;
	width: 83%;
}

.free-mistakes-report input.button, .free-mistakes-report input[type=submit] {
	background: rgba(0, 124, 181, 1);
	background: -moz-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 124, 181, 1)), color-stop(0%, rgba(0, 124, 181, 1)), color-stop(0%, rgba(0, 124, 181, 1)), color-stop(100%, rgba(0, 105, 150, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 124, 181, 1) 0%, rgba(0, 105, 150, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cb5', endColorstr='#006996', GradientType=0);
	border: 1px solid #00628D;
	border-radius: 3px;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	box-shadow: inset 0px 1px 0px #50A6CC;
	padding: 11px 0;
	margin-bottom: 10px;
	white-space: normal;
}

.free-mistakes-report .signup ul>li.ainput-wrap {
	margin: 0 0 12px;
}

.free-mistakes-report .secure {
	margin-top: 15px;
	color: #606060;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.free-mistakes-report .signup .signup-form {
	padding-bottom: 15px;
	padding-left: 25%;
	padding-right: 25%;
}

.free-mistakes-report .content-sidebar-wrap {
	padding-top: 0;
}

.free-mistakes-report .site-header .local830 {
	margin: 5px auto 0;
	display: block;
}

/* =================== */

.free-mistakes-report .signup .signup-list {
	padding-left: 375px;
}

.free-mistakes-report .content {
	margin-top: 0;
}

@media only screen and (max-width: 1023px) {
	.free-mistakes-report .signup .signup-list {
		background-position: -84px center;
		padding-left: 260px;
		padding-top: 0;
	}
}

@media only screen and (max-width: 739px) {
	.free-mistakes-report .signup .signup-list {
		background-position: center top;
		padding-left: 0;
		padding-top: 340px;
	}
	.free-mistakes-report .signup .signup-form {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media only screen and (max-width: 479px) {
	.free-mistakes-report .signup .signup-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.free-mistakes-report .signup .signup-content .signup-list {
		padding-top: 340px;
		background-position: center top;
	}
	.free-mistakes-report .signup .signup-form {
		padding-left: 5%;
		padding-right: 5%;
	}
}

/* =================== */

.site-container .signup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	width: 83%;
	float: left;
}

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

.site-container .signup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	border: 1px solid #006896;
}

.sidebar-signup {
	margin-bottom: 0;
}

.sidebar-signup .signup-form {
	background: #fff;
	padding: 0 18px;
}

.sidebar-signup .signup-header {
	margin-bottom: 30px;
	clear: both;
	position: relative;
	padding: 18px 20px 10px;
}

.sidebar-signup .signup-header .tri {
	bottom: -27px;
	position: absolute;
	left: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 147px 0 147px;
	border-color: #0073A6 transparent transparent transparent;
}

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

.sidebar-signup .signup-header h4 {
	margin-top: 4px;
	text-transform: none;
	font-weight: 700;
}

.sidebar-signup .signup-header .fa {
	font-size: 33px;
	font-size: 3.3rem;
	margin-right: 15px;
}

.sidebar-signup .signup-header p {
	padding-left: 45px;
	font-size: 20px;
	font-size: 2rem;
}

.sidebar-signup .signup-content {
	padding: 25px 24px 8px;
}

.sidebar-signup .signup-content:after {
	content: "";
	height: 1px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 104, 150, 1) 50%, rgba(0, 0, 0, 0) 100%);
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sidebar-signup .signup-content p {
	line-height: 17px;
}

.sidebar-signup .signup-content .signup-list {
	padding-bottom: 23px;
}

.sidebar-signup .signup-form h4 {
	text-transform: none;
	padding: 0;
}

.sidebar .signup-form {
	background: #fff;
}

.sidebar .signup-form .gform_wrapper .top_label .gfield_label {
	background: #E1E7F0;
	width: 25%;
}

.sidebar .signup-form .gform_wrapper ul li.gfield {
	border: 1px solid #E1E7F0;
	box-shadow: inset 0px 0px 4px #F7F7F7;
}

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

.sidebar .signup-form .secure {
	margin-bottom: 10px;
}

.sidebar .signup-form .previewLabel {
	background: #E1E7F0;
	width: 24%;
}

.sidebar .signup-form .af-element .af-textWrap {
	width: 76%;
}

.site-container .signup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	width: 75%;
}

/*.vendor-ie .gf_browser_ie.gform_wrapper .gform_footer input.button { padding-top: 9px;} */

.box iframe {
	text-align: center;
	position: relative;
	top: 0;
}

.box {
	width: 100%;
	height: inherit;
	background: #FFF;
	margin: 0 auto;
}

.effect2 {
	position: relative;
}

.effect2:before, .effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #444;
	-webkit-box-shadow: 0 15px 10px #444;
	-moz-box-shadow: 0 15px 10px #444;
	box-shadow: 0 15px 10px #444;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.effect2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.entry-content ul.check-list>li, .entry-content ul.x-list>li, .entry-content ul.star-list>li {
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 16px;
	font-size: 1.6rem;
	list-style: none;
}

.home .featured-image-two ul>li {
	margin: 0 0 8px;
	font-size: 16px;
	font-size: 1.6rem;
	list-style: none;
}

.entry-content ul.check-list .fa {
	color: #569625;
	font-size: 20px;
	font-size: 2rem;
	margin-right: 12px;
	top: 1px;
	position: relative;
}

.entry-content ul.x-list .fa {
	color: #DA0000;
	font-size: 20px;
	font-size: 2rem;
	margin-right: 12px;
	top: 1px;
	position: relative;
}

.entry-content ul.star-list .fa,
ul.star-list .fa {
	color: #F9CE38;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 12px;
	top: 1px;
	position: relative;
}

.home .featured-image-two {
	padding: 22px 23px 22px 262px;
	box-shadow: 0px 0px 6px #999 inset;
	border-radius: 3px;
	margin-bottom: 25px;
	background: url(images/featured-image-2.jpg) no-repeat;
}

.home .featured-image-two p {
	margin: 0px;
	line-height: 30px;
}

.home .featured-image-two .fa {
	padding: 0 0 0 1px;
	color: #18027A;
	font-size: 15px;
	font-size: 1.5rem;
}

.home .featured-image-two .fa-circle {
	font-size: 11px;
	font-size: 1.1rem;
	position: absolute;
	top: 5.48px;
	left: 4.2px;
}

.home .featured-image-two ul {
	overflow: hidden;
}

.home .featured-image-two ul li {
	overflow: hidden;
}

.home .featured-image-two span.double-circle {
	margin-top: 6px;
	position: relative;
	float: left;
	width: 8%;
	display: block;
}

.home .featured-image-two span.text {
	display: block;
	float: left;
	line-height: 18px;
	width: 90%;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 25px;
	padding-bottom: 30px;
	border-bottom: 2px solid #ccc;
}

h2.entry-title a {
	color: #18027A;
}

.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 {
	font-size: 14px;
	font-size: 1.4rem;
}

.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;
}

.blog .entry-content p {
	margin-bottom: 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child, .after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 30px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #18027a;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #df0000;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li, .ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1, .ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header, .ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite, .ping-list cite, .says {
	display: inline-block;
}

.comment-header .comment-meta a, .comment-metadata a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p, .comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt, .even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol>li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul>li {
	text-indent: 0;
}

.widget ul>li {
	list-style-position: outside;
	padding: 0 0 0 10px;
	line-height: 20px;
}

.widget ol>li:last-child, .widget ul>li:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}

/* Primary Sidebar */

.sidebar-primary {
	background: none;
	float: right;
	width: 340px;
	position: relative;
	z-index: 9999;
}

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

.sidebar .sidebar-video {
	background: #fff;
	padding: 10px 10px 4px;
}

.sidebar {
	display: inline;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 30px;
	padding-right: 3px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child, .sidebar ul {
	margin-bottom: 0;
}

.sidebar li, .sidebar .more-from-category a {
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 50px;
	padding: 0px 0px 0 44px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar h3.sidebar-phone-graphic,
.sidebar span.widget-title.sidebar-phone-graphic {
	line-height: 22px;
	padding: 20px;
	margin: 0;
	box-shadow: 0px 0px 6px #999 inset;
	border-radius: 3px 3px 0 0;
	background: url(images/sidebar-phone-ad.jpg) no-repeat;
	color: #18027A;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: none;
	text-align: left;
}

.sidebar p.phone {
	margin-top: -2px;
	padding: 11px 30px 13px;
	border-radius: 3px;
	background: #18027A;
	color: #fff;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 27px;
	font-weight: 800;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.sidebar p.phone .fa {
	position: relative;
	top: 4px;
	font-size: 35px;
	font-size: 3.5rem;
	margin-right: 20px;
}

.sidebar .widget ul>li:before {
	content: "";
	height: 1px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(147, 147, 147, 1) 50%, rgba(0, 0, 0, 0) 100%);
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sidebar .widget.phone-cta {}

.sidebar h3,
.sidebar span.widget-title {
	padding-left: 0;
	margin-bottom: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	color: #18027A;
	/* text-transform: uppercase; */
	font-weight: 400;
	display: block;
	line-height: 1.2;
}

.sidebar .widget.recent-posts .fa {
	color: #18027a;
	font-size: 36px;
	font-size: 3.6rem;
	position: relative;
	top: 5px;
	margin-right: 3px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #222;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0px 0;
	text-align: center;
	text-transform: uppercase;
}

.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; */
	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-affiliations .wrap {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

/* 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;
	margin: 0;
}

.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;
}

/* AFTER CONTENT FORM */

.deluxe .after-content-form .gform_wrapper h3.gform_title,
.after-content-form .gform_wrapper h3.gform_title {
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 20px;
	max-width: 100%;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.deluxe .after-content-form,
.after-content-form {
	clear: both;
	background: #006896;
}

.deluxe .after-content-form {
	clear: both;
    background: #006896;
    overflow: hidden;
    float: none;
    max-width: 670px;
    margin: 0 auto 40px;
    width: 100%;
}

.after-content-form .gform_wrapper .top_label input.medium,
html:not(.browser-android) .after-content-form .gform_wrapper .top_label .medium,
.deluxe .after-content-form .gform_wrapper .top_label input.medium,
html:not(.browser-android) .deluxe .after-content-form .gform_wrapper .top_label .medium {
	cursor: pointer;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	width: 100%;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	padding: 11px;
	height: 42px;
	margin-bottom: 10px;
}

.deluxe .after-content-form .gform_wrapper .top_label .gfield_label,
.after-content-form .gform_wrapper .top_label .gfield_label {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #fff;
}

.deluxe .after-content-form .gform_wrapper,
.after-content-form .gform_wrapper {
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	padding: 20px;
	box-shadow: none;
	background: none;
}

.deluxe .after-content-form .gform_wrapper .gform_footer button,
.after-content-form .gform_wrapper .gform_footer button {
	margin-bottom: 0;
	padding: 11px 16px;
	border-radius: 3px;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	background: #1F00A9;
	text-align: left;
	position: relative;
}

.deluxe .after-content-form .gform_wrapper .gform_footer button {
	line-height: 1.35;
}

.deluxe .after-content-form .gform_wrapper .gform_footer button .fa,
.after-content-form .gform_wrapper .gform_footer button .fa {
	position: absolute;
	right: 0;
	top: 0px;
	background: #18027A;
	padding: 13px 12px;
	border-radius: 0 5px 5px 0;
}

.deluxe .after-content-form .gform_wrapper .gform_footer button:focus,
.deluxe .after-content-form .gform_wrapper .gform_footer button:hover,
.after-content-form .gform_wrapper .gform_footer button:focus,
.after-content-form .gform_wrapper .gform_footer button:hover {
	background-color: #00ab66;
}

.deluxe .after-content-form .gform_wrapper .gform_footer button:focus .fa,
.deluxe .after-content-form .gform_wrapper .gform_footer button:hover .fa,
.after-content-form .gform_wrapper .gform_footer button:focus .fa,
.after-content-form .gform_wrapper .gform_footer button:hover .fa {
	background-color: #079031;
}

.deluxe .after-content-form .gform_wrapper .gform_footer,
.after-content-form .gform_wrapper .gform_footer {
	padding: 7px 0 0 0;
	margin: 0;
}

.deluxe .after-content-form .gform_wrapper .gform_footer .form-text,
.after-content-form .gform_wrapper .gform_footer .form-text {
	padding: 9px 0 0;
	width: 80%;
	float: left;
}

.deluxe .after-content-form .gform_wrapper .gform_footer .submit-icon,
.after-content-form .gform_wrapper .gform_footer .submit-icon {
	padding: 8px 0;
	width: 20%;
	float: right;
	background: #18027A;
}

.deluxe .after-content-form .gform_wrapper .gform_body,
.after-content-form .gform_wrapper .gform_body {
	width: 65%;
	float: left;
	padding-left: 1.5%;
}

.deluxe .after-content-form .gform_wrapper .gform_footer,
.after-content-form .gform_wrapper .gform_footer {
	width: 30%;
	float: right;
	clear: none;
	padding: 0 1.5% 0 0;
}

.deluxe .after-content-form .gform_wrapper .gform_heading,
.after-content-form .gform_wrapper .gform_heading {
	margin: 0;
	width: 100%;
}

.deluxe .after-content-form .validation_list li,
.after-content-form .validation_list li {
	color: #fff;
}

.deluxe .after-content-form .validation_list li a,
.after-content-form .validation_list li a {
	color: #fff;
}

.deluxe .after-content-form .validation_list li a:focus,
.after-content-form .validation_list li a:focus {
	outline: 1px dotted #fff;
}

.deluxe .section.options .after-content-form ul {
	margin: 0;
}

.deluxe .section.options .after-content-form ul li.gfield {
	margin: 0;
}

.deluxe .section.options .after-content-form ul li.gfield select {
	margin: 0;
}

.site-inner .sidebar .gform_wrapper input[type="button"], .site-inner .sidebar .gform_wrapper input[type="submit"] {
	background-color: #df0000 !important;
	/*background-image: linear-gradient(bottom, rgb(189,54,47) 0%, rgb(238,95,91) 73%, rgb(238,95,91) 100%) !important;
    background-image: -o-linear-gradient(bottom, rgb(189,54,47) 0%, rgb(238,95,91) 73%, rgb(238,95,91) 100%) !important;
    background-image: -moz-linear-gradient(bottom, rgb(189,54,47) 0%, rgb(238,95,91) 73%, rgb(238,95,91) 100%) !important;
    background-image: -webkit-linear-gradient(bottom, rgb(189,54,47) 0%, rgb(238,95,91) 73%, rgb(238,95,91) 100%) !important;
    background-image: -ms-linear-gradient(bottom, rgb(189,54,47) 0%, rgb(238,95,91) 73%, rgb(238,95,91) 100%) !important;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(189,54,47)),color-stop(0.73, rgb(238,95,91)),color-stop(1, rgb(238,95,91)) !important);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	color: #FFFFFF;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	width: 100% !important;
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.site-inner .sidebar .gform_wrapper input[type="button"]:hover, .site-inner .sidebar .gform_wrapper input[type="submit"]:hover {
	background-color: #51a351 !important;
	/*background-image: linear-gradient(bottom, rgb(81,163,81) 0%, rgb(81,163,81) 45%, rgb(98,196,98) 100%) !important;
    background-image: -o-linear-gradient(bottom, rgb(81,163,81) 0%, rgb(81,163,81) 45%, rgb(98,196,98) 100%) !important;
    background-image: -moz-linear-gradient(bottom, rgb(81,163,81) 0%, rgb(81,163,81) 45%, rgb(98,196,98) 100%) !important;
    background-image: -webkit-linear-gradient(bottom, rgb(81,163,81) 0%, rgb(81,163,81) 45%, rgb(98,196,98) 100%) !important;
    background-image: -ms-linear-gradient(bottom, rgb(81,163,81) 0%, rgb(81,163,81) 45%, rgb(98,196,98) 100%) !important;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(81,163,81)),color-stop(0.45, rgb(81,163,81)),color-stop(1, rgb(98,196,98)) !important);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	color: #FFFFFF;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}

.site-inner .sidebar .gform_wrapper input[type="button"]:focus, .site-inner .sidebar .gform_wrapper input[type="submit"]:focus {
	background-color: #51a351 !important;
}

.sidebar .widget .gform_wrapper ul>li:before {
	display: none;
}

.sidebar .widget .gform_wrapper ul li.gfield {
	padding: 0;
}

.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%;
}

/* Thank You Page Styling */

.thank-you-for-applying .content-sidebar-wrap {
	padding-top: 15px;
}

.thank-you-for-applying h1.entry-title {
	display: none;
}

.thank-you-for-applying .content h1 {
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #39a000;
	font-size: 32px;
	font-size: 3.2rem;
}

.thank-you-for-applying h2 {
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #18027a;
	font-size: 22px;
	font-size: 2.2rem;
}

.thank-you-for-applying .entry-content p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.thank-you-for-applying .thank-you-wrap {
	overflow: hidden;
}

.thank-you-for-applying .thank-you-content {
	width: 660px;
	float: left;
	margin-bottom: 20px;
}

.thank-you-for-applying .thank-you-top {
	padding-bottom: 20px;
	background: url(images/thankyou/content-shadow.png) center bottom no-repeat;
}

.thank-you-for-applying .entry-content p.green-phone {
	line-height: 46px;
	font-size: 30px;
	font-size: 3rem;
	font-family: 'Lato', sans-serif;
	color: #39a000;
	font-weight: 700;
	width: 250px;
	margin: 25px auto 0;
	text-align: center;
	padding-left: 28px;
	background: url(images/thankyou/small-phone.png) 16px center no-repeat #f9f9f9;
}

.thank-you-for-applying .thank-you-bottom ul li {
	margin: 0px;
	list-style: none;
	padding-left: 80px;
	background: url(images/thankyou/step-one.png) 3px 12px no-repeat;
}

.thank-you-for-applying .thank-you-bottom ul li.two {
	background: url(images/thankyou/step-two.png) 3px 12px no-repeat;
}

.thank-you-for-applying .thank-you-bottom ul li.three {
	background: url(images/thankyou/step-three.png) 3px 12px no-repeat;
}

.thank-you-for-applying .thank-you-bottom ul li.four {
	background: url(images/thankyou/step-four.png) 3px 12px no-repeat;
}

.thank-you-for-applying .thank-you-bottom ul li span.list-highlight {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.thank-you-for-applying .thank-you-sidebar {
	width: 340px;
	float: right;
}

.thank-you-for-applying .thank-you-notice {
	padding: 10px 15px 0;
	background: #f75357;
	border: 1px solid #cb282c;
	border-radius: 10px;
}

.thank-you-for-applying .thank-you-notice p {
	color: #fff;
}

.thank-you-for-applying .thank-you-notice h4 {
	color: #ffcb3d;
	font-size: 32px;
	font-size: 3.2rem;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background: url(images/thankyou/dotted-header-bg.png) center 19px no-repeat;
}

.thank-you-for-applying .recommend-us {
	background: url(images/thankyou/sidebar-header-bg-arrow.png) center 47px no-repeat #f9f9f9;
	padding-bottom: 25px;
}

.thank-you-for-applying .recommend-us h4 {
	line-height: 32px;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	background: #3f9ad2;
	text-align: center;
	padding: 7px 0 8px;
}

.thank-you-for-applying .recommend-us p {
	color: #7e7e7e;
	padding: 0px 0px;
	overflow: hidden;
	margin-bottom: 0px;
}

.thank-you-for-applying .facebook-wrap {
	margin: 0 auto;
	padding: 0;
	width: 300px;
	overflow: hidden;
}

.thank-you-for-applying .google-plus-wrap {
	margin: 0 auto;
	padding: 0;
	width: 300px;
	overflow: hidden;
}

.thank-you-for-applying .facebook-description {
	float: right;
	width: 230px;
	margin-bottom: 20px;
}

.thank-you-for-applying .google-plus-description {
	float: right;
	width: 230px;
}

.thank-you-for-applying .fb_iframe_widget {
	float: left !important;
}

#___plusone_0 {
	float: left !important;
}

.thank-you-for-applying .why-choose-us {
	background: url(images/thankyou/sidebar-header-bg-arrow.png) center 47px no-repeat #f9f9f9;
	padding-bottom: 25px;
	clear: both;
}

.thank-you-for-applying .why-choose-us h4 {
	line-height: 32px;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	background: #3f9ad2;
	text-align: center;
	padding: 7px 0 8px;
}

.thank-you-for-applying .why-choose-us p {
	color: #7e7e7e;
	padding: 0px 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.thank-you-for-applying .why-choose-us p.sidebar-logos {
	margin: 0px;
}

.thank-you-for-applying .why-choose-us a {
	display: block;
	text-indent: -9999em;
	float: left;
	margin: 0px 16px;
}

.thank-you-for-applying .why-choose-us a.bbb-logo {
	background: url(images/thankyou/bbb-vertical-logo.png) no-repeat;
	width: 57px;
	height: 91px;
}

.thank-you-for-applying .why-choose-us a.top-ten-excellence-logo {
	background: url(/wp-content/uploads/2018/01/ttr2018-small.png) no-repeat;
	width: 72px;
	height: 116px;
}

/* .thank-you-for-applying .why-choose-us a.top-ten-gold-logo {
	background: url(/wp-content/uploads/2018/01/ttr2018-small.png) no-repeat;
	width: 72px;
	height: 116px;
} */

.thank-you-for-applying .cesi-debt-solutions {
	background: url(images/thankyou/sidebar-header-bg-arrow.png) center 47px no-repeat #f9f9f9;
	padding-bottom: 25px;
	clear: both;
}

.thank-you-for-applying .cesi-debt-solutions h4 {
	line-height: 32px;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.8rem;
	color: #fff;
	background: #3f9ad2;
	text-align: center;
	padding: 7px 0 8px;
}

.thank-you-for-applying .cesi-debt-solutions p {
	color: #7e7e7e;
	padding: 0px 20px;
	overflow: hidden;
}

.thank-you-for-applying .cesi-debt-solutions p.sidebar-logos {
	margin: 0px;
}

.thank-you-for-applying .cesi-debt-solutions a {
	display: block;
	margin: 0px 20px;
}

.thank-you-for-applying .cesi-debt-solutions a.bbb-logo {
	background: url(images/thankyou/bbb-vertical-logo.png) no-repeat;
	width: 57px;
	height: 91px;
}

.thank-you-for-applying .testimonials {
	background: url(images/thankyou/sidebar-header-bg-arrow.png) center 47px no-repeat #f9f9f9;
	padding-bottom: 25px;
}

.thank-you-for-applying .testimonials h4 {
	line-height: 32px;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	background: #3f9ad2;
	text-align: center;
	padding: 7px 0 8px;
}

.thank-you-for-applying .testimonials p {
	color: #7e7e7e;
	padding: 0px;
	overflow: hidden;
}

.thank-you-for-applying .testimonials p.quote {
	line-height: 20px;
	padding: 0px 30px;
	font-family: Georgia, serif !important;
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
}

.thank-you-for-applying .testimonials p.quote span.open-quote {
	margin-left: -20px;
	background: url(images/thankyou/open-quote.png) no-repeat;
	width: 16px;
	height: 12px;
	display: block;
}

.thank-you-for-applying .testimonials p.quote span.close-quote {
	margin-top: 20px;
	float: right;
	background: url(images/thankyou/close-quote.png) no-repeat;
	width: 16px;
	height: 12px;
	display: block;
}

.thank-you-for-applying .testimonials p.cite {
	font-family: 'Lato', sans-serif !important;
	padding-left: 66px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #3a97d1;
	line-height: 32px;
	background: url(images/thankyou/testimony-icon.png) 27px 0 no-repeat;
	margin: 0px;
}

.thank-you-for-applying .tracking-code-content {
	height: 0px;
}

.thank-you-for-applying .tracking-code-content p {
	padding: 0px;
	margin: 0px;
}

.thank-you-for-applying #content {
	background: url(images/thankyou/full-width-shadow.png) center bottom no-repeat;
}

.thank-you-for-applying #custom-footer .wrap {
	border: none;
}

.thank-you-for-applying .entry-content {
	overflow: visible;
}

.thank-you-for-applying h5 {
	color: #555555;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Lato', sans-serif;
}

.thank-you-for-applying p.first-name {
	text-transform: capitalize;
}

.thank-you-for-applying .after-post-form {
	clear: both;
}

.thank-you-for-applying .free-book-wrap {
	overflow: hidden;
}

.thank-you-for-applying .free-book-one {
	float: left;
	margin-right: 30px;
	width: 50%;
}

.thank-you-for-applying .free-book-two {
	float: left;
}

.thank-you-for-applying .background-div {}

.thank-you-for-applying .site-inner {
	background: #fff;
}

.thank-you-for-applying .site-header .widget.phone-widget {
	width: auto;
}

.thank-you-for-applying .site-header .widget.phone-widget .widget-left {
	width: auto;
	float: left;
}

.thank-you-for-applying .site-header .widget.phone-widget .widget-right {
	float: right;
	width: 256px;
}

.thank-you-for-applying .site-header .widget.header-text-widget {
	display: none;
}

.thank-you-for-applying .site-header .widget.phone-widget .widget-left {
	margin: 0;
	margin-top: 10px;
	margin-right: 15px;
}

.thank-you-for-applying .site-header .widget-area {
	width: auto;
	background: none;
	padding: 15px 2% 0 0;
	display: block;
}

.thank-you-testimonials h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

.thank-you-for-applying .testimonial-wrap .testimonial, .thank-you-for-applying .testimonial-wrap .cite {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}

.thank-you-for-applying .testimonial-wrap .cite {
	margin-bottom: 26px;
}

.thank-you-for-applying .proven-results {
	background: url(images/thankyou/sidebar-header-bg-arrow.png) center 47px no-repeat #f9f9f9;
	margin-top: 40px;
}

.thank-you-for-applying .proven-results h4 {
	line-height: 32px;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	background: #3f9ad2;
	text-align: center;
	padding: 7px 0 8px;
	margin-bottom: 25px;
}

.thank-you-for-applying ul.proven-results-list li p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 16px;
	font-size: 1.6rem;
}

.thank-you-for-applying ul.proven-results-list {
	max-width: 225px;
	margin: 0 auto;
}

.thank-you-for-applying ul.proven-results-list li {
	padding: 0 0 25px;
	background: none;
	border-bottom: 3px solid #3f9ad2;
	margin-bottom: 30px;
	list-style: None;
	margin-left: 0;
	display: block;
}

.thank-you-for-applying ul.proven-results-list li:last-child {
	margin: 0;
	border: none;
}

.thank-you-for-applying ul.proven-results-list img {
	margin-bottom: 0;
	margin: 0 auto 20px;
	float: none;
	display: block;
	border: 1px solid #ddd;
}

.thank-you-for-applying #fancybox-overlay.overlay-fixed {
	z-index: 9999;
}

.thank-you-for-applying .fancybox-opened {
	z-index: 10000;
}

.thank-you-for-applying .thank-you-top a {
	color: #000;
	text-decoration: none;
}

.thank-you-for-applying .green-phone a {
	color: #39a000;
	text-decoration: none;
}

.countdown .label.first {
	display: inline-block;
	clear: both;
}

.countdown span.clear {
	height: 1px;
	display: block;
	clear: both;
}

.countdown {
	width: 100%;
	background: none;
	border: 2px dashed red;
	color: #333;
	text-transform: uppercase;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
	padding: 15px 20px 20px;
	margin-bottom: 25px;
}

.countdown #clock-weekday {
	display: block;
	float: left;
}

.countdown #clock-saturday {
	display: block;
	float: left;
}

.countdown .time {
	font-size: 48px;
	font-size: 4.8rem;
	color: #df0000;
	display: inline-block;
}

.countdown .label {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin: 0 5px;
	display: inline-block;
	position: relative;
	top: -20px;
}

.countdown .label.minute {
	margin-left: 26px;
}

.countdown .label.second {
	margin-left: 18px;
}

.countdown .text-before {
	float: left;
	display: block;
	letter-spacing: -1px;
	margin-right: 18px;
	line-height: 1.5;
}

.countdown .text-after {
	float: right;
	display: block;
	letter-spacing: -1px;
	line-height: 1.5;
}

.countdown .bottom-line {
	display: block;
	clear: both;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.3;
}

.countdown .bottom-line a {
	color: #0000ff;
	font-size: 28px;
	font-size: 2.8rem;
}

.thank-you-for-applying .thank-you-content {
	width: 690px;
	margin: 0 auto;
}

.site-header .widget-left.bbb-mobile {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.countdown {
		font-size: 28px;
		font-size: 2.8rem;
		max-width: 590px;
	}
	.countdown .text-before, .countdown .text-after {
		line-height: 1.6;
	}
	.affiliations a {
		margin-right: 40px;
	}

    .affiliations.short {
        width: 655px;
    }
    .affiliations a {
        margin-right: 13px;
    }
    .affiliations.short .bbb-form {
        margin-right: 10px;
    }
	.optout h3.gform_title {
		max-width: 65%;
	}

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

}

@media only screen and (max-width: 1023px) {
	.thank-you-for-applying .thank-you-content {
		float: none;
	}
    .affiliations.hide-on-mobile {
        display: none;
    }
    .affiliations.hide-on-desktop {
        display: block;
    }
	.optout h3.gform_title {
	    max-width: 75%;
	    font-size: 38px;
	    font-size: 3.8rem;
	}
}

@media only screen and (max-width: 739px) {
	.countdown {
		width: 460px !important;
	}
	.countdown .text-after {
		clear: both;
		float: none;
		text-align: center;
		position: relative;
		top: -9px;
	}
	.thank-you-for-applying .thank-you-content {
		width: 100%;
	}
	.countdown .bottom-line .content-right {
		font-size: 20px !important;
		font-size: 2.4rem !important;
	}
	.countdown .bottom-line a {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.optout .gform_wrapper {
		max-width: 90%;
	}
	.optout h3.gform_title {
		max-width: 90%;
		font-size: 28px;
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 479px) {
	.countdown {
		width: 290px !important;
	}
	.countdown .text-before {
		width: 100%;
		font-size: 36px;
		font-size: 3.6rem;
		text-align: center;
	}
	.countdown #clock-weekday, .countdown #clock-saturday {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	.countdown .text-after {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.countdown .bottom-line {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.countdown .bottom-line a {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.optout .gform_wrapper {
		max-width: 100%;
	}
	.optout h3.gform_title {
		max-width: 100%;
		/* font-size: 28px;
		font-size: 2.8rem; */
	}
}

.thank-you-alt-two .thank-you-content {
	width: 100%;
}

.thank-you-alt-two .thank-you-box {
	border-radius: 10px;
	background: #f2f5f8;
	padding: 9px;
	margin-bottom: 35px;
}

.thank-you-alt-two .content h1 {
	margin-bottom: 5px;
	color: #18027a;
	font-size: 30px;
	text-align: center;
}

.thank-you-alt-two .entry-content p.subtitle {
	margin-bottom: 35px;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	color: #838586;
	text-align: center;
}

.thank-you-alt-two .thank-you-content .icon-left {
	width: 21%;
	float: left;
	margin-right: 2%;
}

.thank-you-alt-two .thank-you-content .icon.phone {
	margin: 6px auto 0;
	background: url(images/thankyou/thank-you-phone-icon.png) no-repeat;
	height: 79px;
	width: 79px;
}

.thank-you-alt-two .thank-you-content .icon.pen-paper {
	margin: 25px auto 0;
	background: url(images/thankyou/thank-you-pen-paper.png) no-repeat;
	height: 77px;
	width: 70px;
}

.thank-you-alt-two .thank-you-content .icon.free-ebooks {
	background: url(images/thankyou/thank-you-free-ebooks.png) no-repeat;
	height: 62px;
	width: 83px;
	margin: 0 auto;
}

.thank-you-alt-two h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 5px;
}

.thank-you-alt-two .icon-left h2 {
	text-align: center;
}

.thank-you-alt-two .icon-left p {
	text-align: center;
}

.thank-you-alt-two .free-ebook h2 {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 13px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.thank-you-alt-two .free-ebook h2 {
	text-align: center;
	padding: 0 30px;
}

.thank-you-alt-two .entry-content p {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #838586;
	font-family: "Lato", sans-serif;
	line-height: 1.25;
	margin-bottom: 5px;
}

.thank-you-alt-two .background-div {
	display: none;
}

.thank-you-alt-two .thank-you-top {
	padding: 0;
	background: none;
}

.thank-you-alt-two .thank-you-box-section {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 9px;
	padding: 25px 0;
	overflow: hidden;
}

.thank-you-alt-two .thank-you-box-section:last-child {
	margin-bottom: 0;
}

.thank-you-alt-two .thank-you-box-section .content-right {
	overflow: hidden;
	width: 77%;
	float: left;
}

.thank-you-alt-two .thank-you-box-section .content-right a.phone {
	font-size: 18px;
	font-size: 1.8rem;
}

.thank-you-alt-two .entry-content p {
	margin: 0;
}

.thank-you-alt-two .thank-you-box-section.trustpilot {
	min-height: 170px;
}

.thank-you-alt-two .thank-you-box-section.free-ebook p {
	padding: 0 30px;
	text-align: center;
}

.thank-you-alt-two .free-book-one img, .thank-you-alt-two .free-book-two img {
	float: left;
	margin: 0 25px 0 0;
}

.thank-you-alt-two .free-book-one h3, .thank-you-alt-two .free-book-two h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 25px;
}

.thank-you-alt-two .free-book-two {
	float: left;
	width: 45%;
}

.thank-you-alt-two .button.red {
	background: #fc0d1b;
	color: #fff !important;
	text-decoration: none;
	padding: 7px 15px 7px;
	font-size: 14px;
	font-size: 1.4rem;
}

.thank-you-alt-two .button.red:hover {
	background: #cc0000;
}

.thank-you-for-applying.thank-you-alt-two .trustpilot-widget {
	padding: 0 30px 0 0;
}

.thank-you-for-applying.thank-you-alt-two .free-book-one {
	margin-right: 2.5%;
}

.thank-you-for-applying.thank-you-alt-two .content-sidebar-wrap {
	padding-top: 30px;
	padding-bottom: 0;
}

.red {
	color: #df0000 !important;
}

.green {
	color: #3F9A5C !important;
}

/*.new-thank-you-for-applying .content-sidebar-wrap { max-width: 100%; padding: 0;}
.new-thank-you-for-applying h1.entry-title { display: none;}
.new-thank-you-for-applying .thank-you-top { padding-top: 50px; min-height: 545px; background: url(images/deepindebt/deep-in-debt-page-four.jpg) no-repeat #eee right top; }
.new-thank-you-for-applying .thank-you-top h1 { font-family: "Open Sans", sans-serif; line-height: 44px; margin-bottom: 20px; color: #18027a; font-size: 44px;font-size: 4.4rem; }
.new-thank-you-for-applying .thank-you-top p { font-family: "Open Sans", sans-serif; color: #323232; font-size: 16px;font-size: 1.6rem; width: 67%; text-align: justify; line-height: 30px; margin-bottom: 20px; }
.new-thank-you-for-applying .site-header .widget-area { background: none; }
.new-thank-you-for-applying .background-div { display: none; }

.new-thank-you-for-applying .thank-you-bottom { padding-bottom: 40px;overflow: hidden; padding-top: 60px; min-height: 600px; background: url(images/deepindebt/deep-in-debt-page-four-bottom.jpg) no-repeat #5B4D9C center bottom; }
.new-thank-you-for-applying .thank-you-bottom h1 { margin-bottom: 40px; font-family: "Open Sans", sans-serif; color: #FFD74A; font-size: 44px; font-size: 4.4rem; }
.new-thank-you-for-applying .thank-you-bottom ul li { color: #fff; font-family: "Open Sans", sans-serif; }
.new-thank-you-for-applying .thank-you-bottom p { color: #fff; font-family: "Open Sans", sans-serif; font-size: 15px; font-size: 1.5rem; float: left; width: 86%;text-align: justify; }
.new-thank-you-for-applying .thank-you-bottom p.step { margin: 0 15px 0 0; position: relative;top: 8px; float: left; text-align: center; color: #312859; background: #FFD74A; width: 40px; height: 40px; font-size: 28px; font-size: 2.8rem; border-radius: 50%; line-height: 37px;}
.new-thank-you-for-applying .ndrdeepindebtred { margin-top: 30px;}
.new-thank-you-for-applying .thank-you-bottom p .list-highlight { margin-bottom: 5px; line-height: 28px; font-size: 18px; font-size: 1.8rem;font-weight: 600; display: block;}
.new-thank-you-for-applying .thank-you-bottom .bottom-left { width: 50%; float: left; }
.new-thank-you-for-applying .thank-you-bottom .bottom-right { width: 49%; float: left;  }
.new-thank-you-for-applying .thank-you-bottom h2 { margin-bottom: 15px; font-size: 21px;font-size: 2.1rem; line-height: 45px; text-align: center;color: #18027a;background: url(images/deepindebt/free-ebooks-header.png) no-repeat;padding: 0px 0 77px; }
.new-thank-you-for-applying .thank-you-bottom .free-book-wrap { padding-left: 84px; overflow: hidden; }
.new-thank-you-for-applying .thank-you-bottom .free-book-wrap a.alignnone img,
.new-thank-you-for-applying .thank-you-bottom .free-book-wrap img.alignnone {margin-bottom: 0;display: block; }
.new-thank-you-for-applying .thank-you-bottom .free-book-wrap .download-link-text { font-weight: 600; font-size: 17px;font-size: 1.7rem;display: block;text-align: center;padding-top: 7px; }
.new-thank-you-for-applying .thank-you-bottom .free-book-wrap .book-one { float: left; margin-right: 17px; width: 170px; overflow: hidden; background: #fff; padding: 7px;}
.new-thank-you-for-applying .thank-you-bottom .free-book-wrap .book-two { width: 170px; overflow: hidden; background: #fff; padding: 7px;}

.new-thank-you-for-applying .thank-you-bottom .free-book-wrap a { color: #18027a; text-transform: uppercase; text-align: center;  }
.new-thank-you-for-applying .footer-affiliations { border: none; }
*/

#inner .sidebar .widget.sidebar-trustpilot {
	padding: 0;
	border: none;
	background: none;
}

.five-star {
	float: right;
}

.five-star .fa {
	background: #079031;
	color: #fff;
	padding: 3px;
	font-size: 13px;
	font-size: 1.3rem;
	border-radius: 2px;
	margin-left: 0px;
}

.pq-attr {
	text-align: right;
	float: right;
	clear: both;
	line-height: 1.3;
}

.sidebar .widget.sidebar-trustpilot .tp-heading,
.sidebar .widget.sidebar-trustpilot h4.tp-heading {
	text-transform: none;
	text-align: center;
	padding: 8px 15px;
	font-size: 20px;
	font-size: 2rem;
	background: #079031;
	color: #fff;
}

.sidebar .widget.sidebar-trustpilot .fa {
	margin-right: 10px;
}

.sq-meta {
	overflow: hidden;
	clear: both;
}

.smallquote {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	padding-bottom: 16px;
}

.smallquote .fa-user {
	padding: 7px 10px;
	border: 1px solid;
	border-radius: 50%;
	width: 8%;
	color: #00b67a;
	float: left;
	font-size: 20px;
	font-size: 2rem;
	width: auto;
	display: block;
}

.smallquote .quote-content-wrap {
	float: right;
	width: 82%;
	margin-bottom: 5px;
}

.smallquote .quote-title {
	font-weight: 700;
}

.smallquote .quote-content-wrap p {
	margin: 0 0 5px;
	line-height: 1.4;
}

.sidebar .tp-overview {
	text-align: center;
}

.sidebar .tp-overview .excellent {
	font-size: 30px;
	font-size: 3rem;
	margin: 0;
	line-height: 1.6;
	text-transform: none;
	font-size: 400;
}

.sidebar .tp-overview .five-star {
	float: none;
	margin-bottom: 0;
}

.sidebar .tp-overview .fa {
	font-size: 20px;
	font-size: 2rem;
}

.sidebar .tp-overview p {
	margin-bottom: 30px;
}

.sidebar .trust-pilot-logo a {
	display: block;
	background: url(images/trust-pilot-mini-logo.png) center no-repeat;
	width: 100%;
	height: 13px;
}

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

.home-video-wrap {
	width: 64%;
	float: left;
	margin-top: 20px;
}

.home-banner .red-arrow .fa {
	color: #fa0000;
	font-size: 100px;
	font-size: 10rem;
}

.home-banner .red-arrow {
	float: left;
	margin-left: 3%;
	margin-top: 140px;
}

.embed-container {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Mobile Sidebar Styling */

.mobile-sidebar .gform_wrapper {
	margin-bottom: 25px;
}

.mobile-sidebar .gform_wrapper ul li.gfield {
	padding: 0;
	margin-bottom: 5px;
}

.mobile-sidebar .gform_wrapper ul li.gfield input, html:not(.browser-android) .mobile-sidebar .gform_wrapper ul li.gfield select {
	border: 1px solid #aaa;
}

.mobile-sidebar h3 {
	text-align: center;
}

.mobile-sidebar .gform_wrapper input[type="button"], .mobile-sidebar .gform_wrapper input[type="submit"] {
	background-color: #bd362f !important;
	background-image: linear-gradient(bottom, rgb(189, 54, 47) 0%, rgb(238, 95, 91) 73%, rgb(238, 95, 91) 100%) !important;
	background-image: -o-linear-gradient(bottom, rgb(189, 54, 47) 0%, rgb(238, 95, 91) 73%, rgb(238, 95, 91) 100%) !important;
	background-image: -moz-linear-gradient(bottom, rgb(189, 54, 47) 0%, rgb(238, 95, 91) 73%, rgb(238, 95, 91) 100%) !important;
	background-image: -webkit-linear-gradient(bottom, rgb(189, 54, 47) 0%, rgb(238, 95, 91) 73%, rgb(238, 95, 91) 100%) !important;
	background-image: -ms-linear-gradient(bottom, rgb(189, 54, 47) 0%, rgb(238, 95, 91) 73%, rgb(238, 95, 91) 100%) !important;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(189, 54, 47)), color-stop(0.73, rgb(238, 95, 91)), color-stop(1, rgb(238, 95, 91)) !important);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width: 100%;
	margin-left: 0px;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 10px 0;
}

.mobile-sidebar .gform_wrapper input[type="button"]:hover, .mobile-sidebar .gform_wrapper input[type="submit"]:hover {
	background-color: #51a351 !important;
	background-image: linear-gradient(bottom, rgb(81, 163, 81) 0%, rgb(81, 163, 81) 45%, rgb(98, 196, 98) 100%) !important;
	background-image: -o-linear-gradient(bottom, rgb(81, 163, 81) 0%, rgb(81, 163, 81) 45%, rgb(98, 196, 98) 100%) !important;
	background-image: -moz-linear-gradient(bottom, rgb(81, 163, 81) 0%, rgb(81, 163, 81) 45%, rgb(98, 196, 98) 100%) !important;
	background-image: -webkit-linear-gradient(bottom, rgb(81, 163, 81) 0%, rgb(81, 163, 81) 45%, rgb(98, 196, 98) 100%) !important;
	background-image: -ms-linear-gradient(bottom, rgb(81, 163, 81) 0%, rgb(81, 163, 81) 45%, rgb(98, 196, 98) 100%) !important;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(81, 163, 81)), color-stop(0.45, rgb(81, 163, 81)), color-stop(1, rgb(98, 196, 98)) !important);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.error404 input[type="text"] {
	border: 1px solid #ccc;
	width: 50%;
}

.error404 input[type="submit"] {
	background: #18027A;
	text-transform: uppercase;
	line-height: 1;
	padding: 14px 30px;
}

.error404 ol li {
	margin-bottom: 10px;
}

.top-section .new-form-affiliations .trust-pilot {
	margin-top: 32px;
	background: url(custom/images/trustpilot-small.png) no-repeat;
	width: 143px;
	height: 16px;
}

.footer-left .trust-pilot {
	display: block;
	float: left;
	background: url(custom/images/trustpilot-small.png) no-repeat !important;
	width: 143px !important;
	height: 16px !important;
	margin: 18px 10px 0 0 !important;
}

div.sidebar, .home div.sidebar {
	width: 278px;
	padding-left: 10px;
}

#inner .sidebar .widget.sidebar-trustpilot {
	padding: 0;
	border: none;
	background: none;
}

.five-star {
	float: right;
}

.five-star .fa {
	background: #079031;
	color: #fff;
	padding: 3px;
	font-size: 13px;
	font-size: 1.3rem;
	border-radius: 2px;
	margin-left: -2px;
}

.pq-attr {
	text-align: right;
	float: right;
	clear: both;
	line-height: 1.3;
}

.sidebar .widget.sidebar-trustpilot .tp-heading,
.thank-you-for-applying .tp-heading {
	text-align: center;
    padding: 8px 15px;
    font-size: 20px;
    font-size: 2rem;
    background: #00b67a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sq-meta {
	overflow: hidden;
	clear: both;
}

.smallquote {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	padding-bottom: 16px;
}

.smallquote .fa-user {
	padding: 7px 10px;
	border: 1px solid;
	border-radius: 50%;
	width: 8%;
	color: #00b67a;
	float: left;
	font-size: 20px;
	font-size: 2rem;
	width: auto;
	display: block;
}

.smallquote .quote-content-wrap {
	float: right;
	width: 82%;
	margin-bottom: 5px;
}

.smallquote .quote-title {
	font-weight: 700;
}

.smallquote .quote-content-wrap p {
	margin: 0 0 5px;
	line-height: 1.4;
}

.tp-overview {
	text-align: center;
}

.tp-overview .excellent,
.thank-you-for-applying .tp-overview .excellent {
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 10px;
	color: #000;
	text-align: center;
}

.tp-overview .five-star {
	float: none;
	margin-bottom: 0;
}

.tp-overview .fa {
	font-size: 20px;
	font-size: 2rem;
}

.tp-overview p {
	margin-bottom: 30px;
}

.thank-you-for-applying .testimonials p.tp-count {
	text-align: center;
	color: #000;
}

.thank-you-for-applying .trustpilot-widget {
	padding: 0 20px;
}

.thank-you-for-applying .trust-pilot-logo a {
	text-indent: -9999em;
    display: block;
    background: url(images/trust-pilot-logo-144.png) center no-repeat;
    width: 100px;
    height: 24px;
    margin: 0 auto;
    background-size: 100%;
}

.thank-you-for-applying .after-content-form {
	display: none;
}

.sidebar .trust-pilot-logo a {
	text-indent: -9999em;
    display: block;
    background: url(images/trust-pilot-logo-144.png) center no-repeat;
    width: 100px;
    height: 24px;
    margin: 0 auto;
    background-size: 100%;
}

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

h3.accordion-title {
	display: block;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #27AE60;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6px 0px 6px 40px;
	cursor: pointer;
}

.accordion-content {
	padding-left: 40px;
}

#accordion-1-t1 {
	background: url(images/numbers/step-one.png) no-repeat;
}

#accordion-1-t2 {
	background: url(images/numbers/step-two.png) no-repeat;
}

#accordion-1-t3 {
	background: url(images/numbers/step-three.png) no-repeat;
}

#accordion-1-t4 {
	background: url(images/numbers/step-four.png) no-repeat;
}

#accordion-1-t5 {
	background: url(images/numbers/step-five.png) no-repeat;
}

#accordion-1-t6 {
	background: url(images/numbers/step-six.png) no-repeat;
}

#accordion-1-t7 {
	background: url(images/numbers/step-seven.png) no-repeat;
}

#accordion-1-t8 {
	background: url(images/numbers/step-eigiht.png) no-repeat;
}

#accordion-1-t9 {
	background: url(images/numbers/step-nine.png) no-repeat;
}

#accordion-1-t10 {
	background: url(images/numbers/step-ten.png) no-repeat;
}

#accordion-1-t11 {
	background: url(images/numbers/step-eleven.png) no-repeat;
}

#accordion-1-t12 {
	background: url(images/numbers/step-twelve.png) no-repeat;
}

#accordion-1-t13 {
	background: url(images/numbers/step-thirteen.png) no-repeat;
}

#accordion-1-t14 {
	background: url(images/numbers/step-fourteen.png) no-repeat;
}

#accordion-1-t15 {
	background: url(images/numbers/step-fifteen.png) no-repeat;
}

#accordion-2-t1 {
	background: url(images/numbers/step-one.png) no-repeat;
}

#accordion-2-t2 {
	background: url(images/numbers/step-two.png) no-repeat;
}

#accordion-2-t3 {
	background: url(images/numbers/step-three.png) no-repeat;
}

#accordion-2-t4 {
	background: url(images/numbers/step-four.png) no-repeat;
}

#accordion-2-t5 {
	background: url(images/numbers/step-five.png) no-repeat;
}

#accordion-2-t6 {
	background: url(images/numbers/step-six.png) no-repeat;
}

#accordion-2-t7 {
	background: url(images/numbers/step-seven.png) no-repeat;
}

#accordion-2-t8 {
	background: url(images/numbers/step-eigiht.png) no-repeat;
}

#accordion-2-t9 {
	background: url(images/numbers/step-nine.png) no-repeat;
}

#accordion-2-t10 {
	background: url(images/numbers/step-ten.png) no-repeat;
}

#accordion-2-t11 {
	background: url(images/numbers/step-eleven.png) no-repeat;
}

#year {
	float: right;
}

.twentyfourteen {
	display: none;
}

td.column-1 {
	color: #c00;
}

td.column-2 {
	color: #287900;
}

td.column-3 {
	color: #3c0;
}

table.tablepress tfoot th, table.tablepress thead th {
	background: none;
}

table.tablepress {
	border: 1px solid #ddd;
}

.debt-calculator .content-left {
	width: 50%;
	float: left;
}

.debt-calculator .content-right {
	width: 45%;
	float: right;
}

.debt-calculator span#monthlypay {
	color: #df0000;
	font-weight: bold;
	width: 100%;
	background: #fafafa;
	border: 1px solid #ccc;
	display: block;
	padding: 30px 0;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	height: 90px;
}

.debt-calculator .bluebutton {
	max-width: 62%;
}

.debt-calc_wrapper {
	background: #E2E6EF;
	padding: 4% 0;
}

.debt-calc_wrapper ul li.gfield.gpfg_open {
	width: 49.9%;
	float: right;
	margin-bottom: 1.5em;
}

.debt-calc_wrapper ul li.gfield.gpfg_open.first {
	float: left;
}

.debt-calc_wrapper ul li.gfield.gpfg_open fieldset {
	height: 105px;
}

.debt-calc_wrapper ul li.gfield .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #e2e6ee transparent transparent transparent;
	width: 19px;
	margin: -15px auto 6px;
}

.debt-calc_wrapper ul li.gfield.gpfg_open fieldset p {
	font-family: "Lato", sans-serif;
	font-weight: 600;
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
}

.debt-calc_wrapper ul li.gfield.gpfg_open.first fieldset {
	border: none;
	background: #e70b18;
	padding: 15px 0;
}

.debt-calc_wrapper ul li.gfield.gpfg_open fieldset .small {
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	text-align: center;
}

.debt-calc_wrapper ul li.gfield.gpfg_open fieldset .min-payments, .debt-calc_wrapper ul li.gfield.gpfg_open fieldset .payoff {
	margin-bottom: 8px;
	font-size: 20px;
	font-size: 2rem;
	float: left;
	width: 50%;
}

.debt-calc_wrapper ul li.gfield.gpfg_open fieldset .interest {
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
}

.debt-calc_wrapper ul li.gfield.one-half {
	width: 47%;
	float: right;
	margin-bottom: 1em;
}

.debt-calc_wrapper ul li.gfield.one-half.first {
	float: left;
}

.debt-calc_wrapper ul li.gfield.one-half h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	color: #484848;
	text-align: center;
	font-weight: 400;
	padding: 0;
	line-height: 1.2;
	width: 220px;
	margin: 0 auto;
}

.debt-calc_wrapper ul li.gfield.one-half h4.green {
	color: #178f36;
	font-weight: 600;
	padding: 0;
}

.site-container .debt-calc_wrapper ul {
	margin: 0;
}

.debt-calc_wrapper ul li.gfield.gpfg_open ul li {
	display: list-item;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "Lato", sans-serif;
	line-height: 1;
}

.debt-calc_wrapper ul li.gfield.debt-dropdown {
	margin-bottom: 30px;
}

.debt-calc_wrapper ul li.gfield.debt-dropdown .gfield_label {
	font-size: 21px;
	font-size: 2.1rem;
	text-align: center;
	display: block;
	margin-bottom: 25px;
}

.debt-calc_wrapper ul li.gfield.debt-dropdown .ginput_container {
	max-width: 75% !important;
	margin: 0 auto 30px !important;
}

html:not(.browser-android) .debt-calc_wrapper select {
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
}

.debt-calc_wrapper .gform_button, .debt-calc_wrapper .gform_button:hover {
	margin: 0 auto;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	background: #1075a5;
	border-bottom: none;
	width: 336px;
	font-size: 18px;
	font-size: 1.8rem;
	word-wrap: break-word;
	padding: 22px 0;
	font-weight: 600;
	box-shadow: 0px 5px 5px #c2c6cd;
}

.debt-calc_wrapper .disclaimer {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	clear: both;
	padding: 0 30px;
	color: #7c7c7c;
	font-weight: 400;
	font-family: "Lato", sans-serif;
	line-height: 1.3;
	margin-bottom: 20px;
}

.debt-calc_wrapper .disclaimer strong {
	color: #454545;
	font-weight: 400;
}

.debt-calc_wrapper h3 {
	margin: 0 0 5px;
	font-weight: 300;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}

.debt-calc_wrapper h2 {
	margin: 0 0 20px;
	text-align: center;
	background: none;
	color: #000;
	font-size: 24px;
	font-size: 2.4rem;
}

body img.gform_ajax_spinner {
	display: none !important;
}

.trustpilot-mobile {
	display: none;
}

.thank-you-alt-two h2 {
	margin-bottom: 10px;
}

.thank-you-box-section .fa-thumbs-o-up {
	font-size: 74px;
	font-size: 7.4rem;
	color: #18027a;
	text-align: center;
	display: block;
}

.thank-you-box-section.why-choose-us a {
	margin: 0 20px 0 0;
}

.thank-you-box-section.why-choose-us p {
	padding: 0;
	margin-bottom: 20px;
}

.thank-you-box-section.why-choose-us .sidebar-logos {
	overflow: hidden;
}

.thank-you-box-section.why-choose-us .sidebar-logos .logo {
	float: left;
}

.thank-you-box-section.why-choose-us .sidebar-logos .logo.bbb {
	margin-top: 30px;
	width: 250px;
}

.thank-you-box-section.why-choose-us .sidebar-logos .logo.tcr {
	margin-top: 11px;
	width: 36%;
	margin-right: 3%;
}

.thank-you-box-section.why-choose-us .sidebar-logos .logo.ttr {
	width: 30%;
}

.thank-you-box-section.why-choose-us .sidebar-logos .logo.ttr p {
	padding-top: 10px;
}

.thank-you-for-applying .why-choose-us a.apply-graphic, .thank-you-for-applying .why-choose-us a.bbb-form {
	text-indent: 0;
}

div.mfp-bg {
	z-index: 9999;
}

div.mfp-wrap {
	z-index: 9999;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px 30px;
	width: auto;
	max-width: 85%;
	margin: 40px auto;
	overflow: hidden;
}

.home-popup h2 {
	background: none;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 1rem;
}

.home-popup p, .home-popup li {
	font-size: 14px;
	font-size: 1.4rem;
}

.home-popup ol {
	margin-left: 25px;
}

ol.validation_list {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* FAQ Container */

.faq-container {
	margin: 0 auto;
	/*background: #E1E7F0;
	padding: 50px;*/
	max-width: 1110px !important;
	margin-bottom: 50px;
}

.faq-container .wrap {
	margin: 0 auto;
}

.faq-container .odd-column {
	width: 48.5%;
	float: left;
}

.faq-container .even-column {
	width: 48.5%;
	float: left;
	margin-left: 3%;
}

.faq-container .faq-container {
	margin-bottom: 10px;
	overflow: hidden;
}

.faq-container .half {
	float: left;
	width: 50%;
	padding: 0 1em;
}

/* Acordeon styles */

.faq-container .tab {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

.faq-container input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.faq-container label {
	position: relative;
	display: block;
	padding: 15px 40px 15px 20px;
	background: #e0f1ff;
	line-height: 1.5;
	cursor: pointer;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 5px;
}

.faq-container .blue label {
	background: #2980b9;
}

.faq-container .tab-content {
	max-height: 0;
	overflow: hidden;
	background: #e0f1ff;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
}

.faq-container .blue .tab-content {
	background: #3498db;
}

.faq-container .tab-content p {
	margin: 5px 20px 20px !important;
	max-width: 100% !important;
}

/* :checked */

.faq-container input:checked~.tab-content {
	max-height: 999em;
	border-radius: 0 0 5px 5px;
}

/* Icon */

.faq-container label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: auto;
	height: auto;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	padding: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.faq-container input[type=checkbox]+label::after {
	content: "\f067";
	font-family: "FontAwesome";
}

.faq-container input[type=radio]+label::after {
	content: "\f078";
	font-family: "FontAwesome";
}

.faq-container input[type=checkbox]:checked+label {
	border-radius: 5px 5px 0 0;
}

.faq-container input[type=checkbox]:checked+label::after {
	transform: rotate(315deg);
}

.faq-container input[type=radio]:checked+label {
	border-radius: 5px 5px 0 0;
}

.faq-container input[type=radio]:checked+label::after {
	transform: rotateX(180deg);
}

.apply-rep-disclaimer a {
	color: #000;
	border-bottom: 1px solid #1155cc;
	display: inline-block;
	line-height: 1;
}

.footer-disclaimer p {
	margin-bottom: 10px;
}

.author-content {
	margin-top: 25px;
}

.author-content .author-title {
	font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    color: #18027A;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}

.author-content img {
	border-radius: 50%;
}

.author-follow a {
	margin: 0 7px;
}

.disclaimer-tablet,
.disclaimer-mobile {
	display: none;
}

div.ml-responsive-table {
	background: #fff;
}

/*.header-widget-area h2.genesis-sidebar-title {
	display: none;
}*/

.form-styles .gform_wrapper ul li.gfield {
	margin-bottom: 15px;
}

.form-styles .gform_wrapper ul li.gfield .ginput_complex input,
.form-styles .gform_wrapper ul li.gfield .ginput_complex select {
	margin-bottom: 15px;
}

.form-styles .gform_wrapper ul li.gfield .ginput_complex span.address_zip input {
	margin-bottom: 0;
}

.form-styles .entry-content .gform_wrapper ul.gfield_checkbox > li,
.form-styles .entry-content .gform_wrapper ul.gfield_radio > li {
	margin: 0;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
	padding-left: 1px;
}

.form-styles input[type="radio"] {
	margin-right: 6px;
}

.form-styles .gfield_label {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}

.form-styles .gfield_required {
	display: none;
}

.form-styles input[type="submit"] {
	background: #de0401;
	padding: 10px 40px;
}

.form-styles .gf_progressbar_wrapper {
	display: none;
}
.form-styles .gform_previous_button {
	display: none;
}

.alert-bar {
	background: #eed06c;
	border-top: 1px solid #000;
	padding: 10px 0 16px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
.alert-bar .alert-circle {
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.alert-bar .alert-circle .fa {
	color: #e41435;
}
.alert-bar .alert-circle .fa-exclamation {
	position: absolute;
	top: 7px;
	left: 9px;
}
.alert-bar .alert-circle .fa-circle-thin {
	font-size: 28px;
}
.alert-bar a {
	color: #18017a;
	border-bottom: 1px solid;
}


/***************** Resolve Debit *********************/

.resolve-debit .widget_text {
	background: #fff;
	padding: 20px 13px;
	text-align: center;
	border-top: 4px solid #18027A;
}
.resolve-debit .widget_text  span.widgettitle {
	text-transform: inherit;
	display: block;
	margin-bottom: 15px;
	font-family: Arial, sans-serif;
}
.resolve-debit ul {
	margin: 20px 0;
}
.resolve-debit ul li {
	position: relative;
	padding-left: 21px;
	margin-bottom: 12px;
}
.resolve-debit ul li:before {
	display: none !important;
 }
.resolve-debit ul li .fa {
	position: absolute;
	left: 0px;
	color: #00B67A;
}
.resolve-debit a.button {
	text-transform: inherit;
    background: #5B9E6A;
    font-size: 18px;
    display: block;
    border-radius: 0;
}
.resolve-debit a.button:hover,.resolve-debit a.button:focus {
	background: #18027A;
}


.silo-menu span.title{
	font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    color: #18027A;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;

}
.silo-menu {
	text-align: center;
	 padding-top: 20px !important;
}
.footer-nav .silo-menu .menu {
	width: 100%;
	float: none;
	text-align: center;
}


/****************** New Styles ***********************/

.footer-widgets {
	text-align: left;
}

.site-footer .footer-widgets {
	background: #E1E7F0;
	padding: 30px 3%;
}

.site-footer .footer-widgets ul {
	list-style: none;
}

.site-footer h5.widget-title  {
	color: #1F017F;
	font-size: 1.6rem;
}
.site-footer ul li {
	margin-bottom: 3px;
}
.site-footer ul li a {
	font-size: 1.4rem;
	text-transform: none;
}

.site-footer .footer-widgets .wrap {
	max-width: 1080px;
}

.footer-widgets .social-links,.footer-widgets .social-title {
	display: inline-block;
}

.footer-widgets .social-links ul li {
	display: inline-block;
	margin-left: 10px;
}

.footer-widgets .two-fifths.last {
	text-align: right;
}

.footer-widgets p.copyright {
	text-transform: none;
	font-size: 1.4rem;
}

.footer-widgets .social-media  {
	margin-top: 20px;
}

.footer-widgets .social-media .social-title {
	color: #1F017F;
    font-weight: 700;
    text-transform: none;
    font-size: 1.4rem;

}

.footer-widgets .social-links ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50px;
}

.footer-widgets .social-links ul li a:hover,.footer-widgets .social-links ul li a:focus {
	opacity: 0.6;
}

.footer-widgets .social-links ul li.facebook a { background: #3B5999; }
.footer-widgets .social-links ul li.twitter a { background: #007BB6;  }
.footer-widgets .social-links ul li.linkedin a {  background: #01ADED; }
.footer-widgets .social-links ul li.instagram a {  background: #4E7EA3; }
.footer-widgets .social-links ul li.pinterest a {  background: #CE1F1E; }


.category .content h1 {
	font-size: 36px;
	font-weight:700;
	color: #000;
}

.category .content h2 {
	font-size: 32px;
	font-weight:700;
	color: #18027A;
}

.category .content h3 {
	font-size: 28px;
	font-weight:400;
	color: #000;
}

.category .content h4 {
	font-size: 24px;
	font-weight:400;
	color: #18027A;
	font-style: italic;
}

.category .content h5 {
	font-size: 20px;
	font-weight:400;
	color: #000;
}

.category .content h6 {
	font-size: 18px;
	font-weight:400;
	color: #18027A;
	font-style: italic;
}

.CampaignType--slide {
	left:20px;
}

.KJELogo {
	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: 1220px) {
	.genesis-nav-menu a {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 16px 15px;
	}
}

@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;
	}
	.site-footer .wrap {
		padding: 0;
	}
	.site-header .wrap {}
	.footer-nav .wrap, .footer-disclaimer .wrap {
		padding: 0 2%;
	}
	.home-banner .wrap {
		max-width: 100%;
		background-position: 144% top;
		padding: 0;
	}
	.title-area {
		padding: 20px 0 20px 2%;
	}
	.home-banner h2 {
		padding-left: 4%;
	}
	.site-inner {
		background-position: 56% top;
	}
	.home .featured-image-two {
		padding-left: 247px;
	}
	.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;
	}
	.apply-now-cta p.highlight {
		width: 48%;
	}
	.apply-now-cta .ndrbuttonred {
		width: 47%;
	}
	/*.apply-now-cta .ndrbuttonred a { padding: 22px 0px 0px 70px; }*/
	.apply-now-cta .ndrbuttonred a.submit-icon {
		padding: 20px 0;
	}
	.deluxe .after-content-form .gform_wrapper h3.gform_title,
	.after-content-form .gform_wrapper h3.gform_title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.deluxe .after-content-form .gform_wrapper .gform_footer,
	.after-content-form .gform_wrapper .gform_footer {
		width: 33%;
	}
	.deluxe .after-content-form .gform_wrapper .gform_body,
	.after-content-form .gform_wrapper .gform_body {
		width: 62%;
	}
	.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;
	}
	.home h1.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 28px;
	}
	.home h1.entry-title .sub-title {
		font-size: 30px;
		font-size: 3.0rem;
		line-height: 30px;
	}
	h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.thank-you-for-applying .thank-you-content {
		width: 60%;
	}
	.home-banner {
		padding: 20px 2%;
	}
	.home-video-wrap {
		width: 61%;
		float: left;
		margin-top: 40px;
	}
	.debt-calc_wrapper ul li.gfield.gpfg_open ul li {
		font-size: 20px;
		font-size: 2rem;
	}
	.debt-calc_wrapper ul li.gfield.gpfg_open fieldset {}
	.debt-calc_wrapper ul li.gfield.debt-dropdown .gfield_label {
		font-size: 20px;
		font-size: 2rem;
	}
	.debt-calc_wrapper ul li.gfield.one-half h4.green {}
	.debt-calc_wrapper ul li.gfield.gpfg_open fieldset .min-payments, .debt-calc_wrapper ul li.gfield.gpfg_open fieldset .payoff {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.free-reports .site-header .widget-area {
		padding-left: 0;
	}
	.thank-you-for-applying.thank-you-alt-two .thank-you-content {
		width: 100%;
	}
	.thank-you-for-applying.thank-you-alt-two .free-book-one {
		margin-right: 0;
	}
	.thank-you-box-section.why-choose-us .sidebar-logos .logo.tcr {
		width: 34%;
		margin-right: 2%;
	}
}

@media only screen and (max-width: 1023px) {
	.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: auto;
		background: none;
		padding: 16px 0 0 0;
	}
	.home-banner .wrap {
		background: none;
	}
	.home-banner .blue-form-wrap {
		padding-top: 27px;
		width: 336px;
	}
	.home-banner h2 {
		padding-left: 3%;
		margin: 0;
		padding-top: 260px;
		text-align: center;
	}
	.sidebar {
		display: none;
	}
	.site-inner {
		background: none;
	}
	.home .top-ten-featured p {
		padding-bottom: 20px;
	}
	.sidebar .widget {
		padding: 0;
	}
	.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: 7px;
	}
	.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: 18px;
	}
	.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 {
		margin-top: 10px;
		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;
	}
	.site-title a {
		width: 200px;
		min-height: 61px;
	}
	.free-reports .site-header .local830 {
		width: 100px;
		height: 32px;
		margin: 0 auto;
	}
	.site-header .widget.phone-widget p.phone {
		border: none;
		background: #fff;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 24px;
		font-weight: 800;
		padding: 0;
		border-radius: 0;
		width: 185px;
		float: right;
	}
	.site-header .widget.phone-widget p.phone .icon-wrap {
		background: none;
		color: #18027a;
		border-radius: 0;
		width: auto;
		height: auto;
		display: block;
		float: left;
		position: static;
		top: 0;
		left: 0;
	}
	.site-header .widget.phone-widget p.phone .icon-wrap .fa {
		position: static;
		top: 0;
		font-size: inherit;
	}
	.site-header .widget.phone-widget p {
		text-align: right;
	}
	.title-area {
		padding: 10px 0 10px 0;
	}
	.free-reports .title-area {
		padding: 0;
	}
	.genesis-nav-menu a {
		padding: 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	/* THANK YOU FOR APPLYING */
	.thank-you-for-applying .thank-you-content {
		width: 100%;
	}
	.thank-you-for-applying .thank-you-sidebar {
		width: 100%;
	}
	.thank-you-for-applying #header .widget-area .widget-left {
		display: none;
	}
	.thank-you-for-applying #header .widget-area {
		width: auto !important;
	}
	.thank-you-for-applying #header .widget-right .phone-image {
		display: block;
	}
	.thank-you-for-applying #header .widget-area p.phone {
		line-height: 36px;
		padding-top: 16px;
	}
	.thank-you-for-applying .why-choose-us {
		background-position: center 47px;
	}
	.thank-you-for-applying .why-choose-us a.bbb-logo {
		margin-left: 0px;
	}
	.thank-you-for-applying .why-choose-us p.sidebar-logos {
		margin: 0 auto;
		padding: 0;
		width: 270px;
	}
	.thank-you-for-applying .site-header .widget.phone-widget .widget-left {
		display: none;
	}
	.thank-you-for-applying .phone-icon-wrap {
		display: none;
	}
	.free-reports .signup .signup-list {
		background-position: center top;
		padding: 340px 0 15px;
	}
	.free-reports .content {
		margin-top: 0;
	}
	.free-reports .signup .signup-header h4 {
		margin-bottom: 20px;
		font-size: 22px;
		font-size: 2.2rem;
		margin-top: 16px;
	}
	.home-banner .fa-angle-down {
		display: block;
	}
	.home-banner .red-arrow .fa-angle-right {
		display: none;
	}
	.home-video-wrap {
		width: 100%;
		margin: 0;
	}
	.home-banner .blue-form-wrap {
		width: 100%;
		padding: 0;
	}
	.home .blue-form {
		width: 100%;
	}
	.home-banner .red-arrow {
		margin: 0;
		float: none;
		text-align: center;
	}
	.debt-calculator .bluebutton {
		max-width: 100%;
	}
	.debt-calc_wrapper ul li.gfield.gpfg_open fieldset {
		height: 105px;
	}
	.free-reports .site-header .widget-area {
		padding: 0;
		margin-top: 5px;
	}
	.free-reports .site-header {
		padding: 10px 0;
	}
	.thank-you-for-applying.thank-you-alt-two .content {
		margin-top: 0;
	}
	.thank-you-alt-two .thank-you-content .icon-left {
		margin-right: 0;
		width: 25%;
	}
	.thank-you-alt-two .thank-you-box-section .content-right {
		width: 73%;
	}
	.thank-you-for-applying.thank-you-alt-two .free-book-one {
		margin-bottom: 30px;
	}
	.thank-you-for-applying.thank-you-alt-two .trustpilot-widget {
		padding: 0;
	}
	.thank-you-alt-two .thank-you-box-section.free-ebook p {
		padding: 0 20px;
	}
	.thank-you-for-applying.thank-you-alt-two .free-book-one, .thank-you-for-applying.thank-you-alt-two .free-book-two {
		margin-left: 9%;
	}
	.thank-you-alt-two .thank-you-box-section.trustpilot p {
		padding: 0 20px;
	}
	.thank-you-for-applying .free-book-one, .thank-you-for-applying .free-book-two {
		width: auto;
	}
	.thank-you-box-section.why-choose-us .sidebar-logos .logo.bbb, .thank-you-box-section.why-choose-us .sidebar-logos .logo.tcr, .thank-you-box-section.why-choose-us .sidebar-logos .logo.ttr {
		width: 100%;
		float: none;
		margin: 0 0 25px;
		overflow: hidden;
	}
	.thank-you-alt-two .thank-you-content .why-choose-us .icon-left {
		padding: 0 25px;
	}
	.thank-you-for-applying .why-choose-us a.apply-graphic, .thank-you-for-applying .why-choose-us a.top-ten-gold-logo {
		margin: 0 auto;
		display: block;
		background-position: center;
	}
	.thank-you-for-applying .why-choose-us a.apply-graphic img, .thank-you-for-applying .why-choose-us a.top-ten-gold-logo img {
		display: block;
		margin: 0 auto;
	}
	.thank-you-box-section.why-choose-us .sidebar-logos .logo.ttr {
		margin-bottom: 0;
	}
	.thank-you-box-section.why-choose-us p {
		width: 200px;
	}
	.thank-you-box-section.why-choose-us a {
		margin: 0 auto;
		float: none;
	}
	.thank-you-for-applying .why-choose-us a.apply-graphic, .thank-you-for-applying .why-choose-us a.top-ten-gold-logo {
		margin: 0 auto 10px;
	}
	.thank-you-box-section.why-choose-us p {
		margin: 0 auto;
	}
	.thank-you-box-section.why-choose-us .sidebar-logos .logo.bbb img {
		margin: 0 auto;
		display: block;
	}
	/* .footer-affiliations a {
		margin-right: 35px;
	} */

	.disclaimer-tablet {
		display: block;
	}

	.disclaimer-desktop {
		display: none;
	}
}

@media only screen and (max-width: 960px) {

	/* ### Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle, .sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
		border-width: 0;
	}
	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}
	.menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
		font-size: 23px;
		font-size: 2.3rem;
		background: #18027A;
		color: #fff;
		text-align: left;
		border-radius: 0;
		padding: 15px;
	}
	.menu-toggle::before {
		margin-right: 17px;
		text-rendering: auto;
		font-size: 3.4rem;
		position: relative;
		top: -4px;
		content: none;
	}
	.menu-toggle .dashicons {
		font-size: 25px;
	}
	.sub-menu-toggle {
		float: right;
		padding: 11px 19px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		background: None;
		color: #fff;
	}
	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0);
		-ms-transform: rotate( 0);
		transform: rotate( 0);
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg);
		-ms-transform: rotate( 180deg);
		transform: rotate( 180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 0;
		padding: 10px 20px;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.nav-secondary .genesis-nav-menu>.first>a, .nav-secondary .genesis-nav-menu>.last>a, .nav-secondary .genesis-nav-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
	}
	.genesis-nav-menu a .fa-chevron-down {
		display: none;
	}
	.phone-icon-wrap {
		display: inline-block;
		float: right;
	}

}

@media only screen and (max-width: 800px) {
	.trustpilot-desktop {
		display: none;
	}
	.trustpilot-mobile {
		display: block;
	}

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

	.footer-widgets .two-fifths.last {
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		margin: 0;
		width: 100%;
	}
	.site-header .widget-left.bbb-mobile {
		display: block;
		margin-top: 8px;
	}
	.site-header .widget-left.bbb-mobile img {
		display: block;
		margin: 0;
	}
	.site-header .widget-area .widget-right {
		display: none;
	}
	.home-banner .blue-form-wrap {
		padding: 0;
		width: 100%;
		background: none;
	}
	.home .blue-form {
		width: 100%;
		margin: 0;
	}
	.home-banner {
		background-position: center top;
	}
	.home-banner h2 {
		margin: 0 auto;
		width: 420px;
		float: none;
		padding-left: 0;
	}
	.affiliations {
		padding: 10px 0 15px;
	}
	.affiliations .wrap {
		max-width: 400px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.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-right: 55px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 18px;
	}
	.home .featured-image-one {
		padding: 22px 23px 17px 22px;
	}
	.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;
	}
	.signup .signup-header {
		padding: 25px;
	}
	.home h2 .fa {
		width: 100%;
		text-align: center;
		border-radius: 0;
	}
	.home h2 span.icon-text {
		width: 100%;
		text-align: center;
		float: none;
		display: block;
		padding: 10px 0px;
		clear: both;
	}
	.home h3 .fa {
		width: 100%;
		text-align: center;
		border-radius: 0;
		background: #18027A;
		color: #fff;
	}
	.home h3 span.icon-wrap {
		position: static;
		width: 100%;
		border-radius: 0;
	}
	.home h3 span {
		background: #F2F5F8;
		padding: 10px;
		position: static;
		display: block;
		text-align: center;
	}
	.home h3.check-circle span {
		position: static;
	}
	.home h3.check-circle .fa {
		color: #fff;
	}
	.home h3 span.text {
		clear: both;
	}
	.home h3.trophy-icon span.icon-wrap {
		position: static;
	}
	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.home .featured-image-two {
		background: #F2F5F8;
	}
	.home .featured-image-two {
		padding: 25px 25px 0px;
		overflow: hidden;
	}
	.apply-now-cta p.highlight {
		width: 100%;
		text-align: center;
		margin: 0 0 20px;
	}
	.apply-now-cta p.highlight b.block {
		display: inline;
	}
	.apply-now-cta .ndrbuttonred {
		margin: 0 0 30px;
		width: 100%;
	}
	.ndrbuttonred {
		background-position: 10px 5px;
	}
	.deluxe .after-content-form .gform_wrapper .gform_footer,
	.after-content-form .gform_wrapper .gform_footer {
		width: 45%;
	}
	.deluxe .after-content-form .gform_wrapper .gform_body,
	.after-content-form .gform_wrapper .gform_body {
		width: 50%;
	}
	.deluxe .after-content-form .gform_wrapper h3.gform_title,
	.after-content-form .gform_wrapper h3.gform_title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.footer-affiliations {
		display: none;
	}
	.menu-footer-menu-container {

	}
	.footer-nav ul li {
		display: inline-block;
		margin: 0 10px 10px;
	}
	.home .top-ten-featured p {
		background-position: center top;
		padding: 185px 0 20px;
	}
	.home h2.ndr-icon .icon {
		width: 100%;
		border-radius: 0;
		background-position: center center;
		padding: 35px 0;
	}
	.home h2.ndr-icon .text {
		clear: both;
		font-size: 25px;
		font-size: 2.5rem;
		text-align: center;
		padding: 10px;
	}
	.home h3 .fa {
		margin: 0;
		font-size: 50px;
		font-size: 5rem;
	}
	.home h3.check-circle .fa {
		margin: 0;
		font-size: 50px;
		font-size: 5rem;
	}
	.home h3.money-icon .fa {
		margin: 0;
		position: static;
	}
	.debt-calculator .content-left {
		width: 100%;
	}
	.debt-calculator .content-right {
		width: 100%;
		margin-bottom: 40px;
	}
	.debt-calculator .content-right img {
		display: none;
	}
	#applyforscholarship .column-left, #applyforscholarship .column-right {
		width: 100%;
	}
	.debt-calc_wrapper ul li.gfield.one-half {
		width: 100%;
		float: none;
		padding-bottom: 80px;
	}
	.debt-calc_wrapper ul li.gfield.gpfg_open.first {
		position: absolute;
		top: 185px;
		width: 100%;
		float: none;
	}
	.debt-calc_wrapper ul li.gfield.gpfg_open {
		position: absolute;
		top: 370px;
		float: none;
		width: 100%;
	}
	.debt-calc_wrapper form {
		position: relative;
	}
	.site-container .debt-calc_wrapper .gfield_html.gfield_no_follows_desc {
		clear: both;
	}
	.debt-calc_wrapper ul li.gfield.one-half h4 {}
	.debt-calc_wrapper .gform_button, .debt-calc_wrapper .gform_button:hover {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.debt-calc_wrapper ul li.gfield.one-half {
		padding-bottom: 54px;
	}
	.debt-calc_wrapper ul li.gfield.one-half {
		padding-bottom: 130px;
	}
	.debt-calc_wrapper ul li.gfield.debt-dropdown .gfield_label {
		font-size: 20px;
		font-size: 2rem;
		width: 335px;
		margin: 0 auto 25px;
	}
	.thank-you-for-applying .thank-you-bottom ul li span.list-highlight {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.thank-you-for-applying .thank-you-bottom ul li span.list-desc {
		display: none;
	}
	.thank-you-for-applying .thank-you-bottom ul li {
		min-height: 45px;
		background-position: 3px center !important;
		background-size: 45px !important;
	}
	.thank-you-testimonials h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.free-reports .site-header .widget-area {
		display: block;
		width: auto;
		padding: 0;
	}
	.free-reports .title-area {
		padding: 0;
	}
	.free-reports .site-header .wrap {
		padding: 0 2%;
	}
	.site-header .widget.phone-widget {
		width: auto;
	}
	.site-header .widget-area {
		padding: 16px 2% 0 0;
	}
}

@media only screen and (max-width: 739px) {
	.free-reports .signup .signup-header h4 {
		margin-top: 2px;
	}
	.free-reports .site-header .widget-area {
		display: block;
		width: auto;
		padding: 11px 0 0;
	}
	.free-reports .site-title a {
		float: left;
		margin: 0;
		width: 170px;
		min-height: 51px;
	}
	.free-reports .widget.phone-widget p {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.free-reports .widget.phone-widget .widget-right p {
		display: none;
	}
	.free-reports .widget.phone-widget p.phone {
		text-align: right;
		display: block;
		border: none;
		background: none;
		padding: 0;
		border-radius: 0;
	}
	.free-reports .widget.phone-widget p.phone .icon-wrap {
		display: none;
	}
	.free-reports .title-area {
		padding: 0;
	}
	.free-reports .site-header {
		padding: 0 2% 5px;
	}
	.free-reports .site-header .widget-area .widget-right {
		width: auto;
	}
	.free-reports .site-header .widget img.local830 {
		margin-top: 0;
		width: 80px;
		height: 25px;
	}
	.home .top-ten-featured p {
		padding: 170px 0 0;
	}
	.free-reports .widget.phone-widget p.phone {
		width: auto;
	}
	.free-reports .site-header .widget.phone-widget p.phone {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1;
	}
	.free-reports .signup .signup-form {
		padding: 15px 5%;
	}
	.thank-you-alt-two .thank-you-content .icon-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.thank-you-alt-two .thank-you-box-section .content-right {
		width: 90%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.thank-you-alt-two h2 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.2;
	}
	.thank-you-alt-two .thank-you-content .icon.pen-paper, .thank-you-alt-two .thank-you-content .icon.phone {
		margin-top: 0;
	}
	.thank-you-for-applying.thank-you-alt-two .free-book-one, .thank-you-for-applying.thank-you-alt-two .free-book-two {
		margin: 0 0 30px 5%;
	}
	.thank-you-for-applying.thank-you-alt-two .free-book-two {
		margin-bottom: 0;
	}
	.thank-you-alt-two .free-book-one img, .thank-you-alt-two .free-book-two img {
		float: left;
	}
	.thank-you-alt-two .free-book-one h3, .thank-you-alt-two .free-book-two h3 {
		text-align: left;
	}
	.thank-you-alt-two .button.red {
		float: left;
	}
	.hide-on-mobile {
		display: none;
	}
	.thank-you-alt-two .thank-you-box-section .content-right a.phone {
		font-size: 24px;
		font-size: 2.4rem;
		display: block;
		margin-top: 5px;
	}
	.thank-you-for-applying .site-header .widget.phone-widget .widget-right {
		width: auto;
	}
	.thank-you-for-applying .site-header .widget-area {
		padding: 15px 0 0;
	}
	.deluxe .after-content-form .gform_wrapper,
	.after-content-form .gform_wrapper {
		padding: 10px;
	}
	.entry-content ol li,
	.entry-content ul li {
		margin-left: 20px;
	}
	.break {
		display: block;
	}

	.footer-widgets .social-media .social-title {
		margin-bottom: 10px;
	}

	.footer-widgets .social-links ul li {
	    margin: 0 15px 0 0;
	}
}

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

	.disclaimer-tablet {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.home-banner h2 {
		padding-bottom: 30px;
		width: auto;
		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: 19px;
		font-size: 1.9rem;
		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.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;
	}
	.deluxe .after-content-form .gform_wrapper .gform_body,
	.after-content-form .gform_wrapper .gform_body {
		width: 100%;
		padding: 0;
	}
	.deluxe .after-content-form .gform_wrapper .gform_footer,
	.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;
	}
	.free-reports .signup .signup-content .signup-list {
		padding: 205px 0 0;
		background-size: 235px;
		background-position: top center;
	}
	.free-reports .signup .signup-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.free-reports label {
		width: 22%;
	}
	.free-reports .ainput-wrap input {
		width: 78%;
	}
	.free-reports .site-header {
		padding: 10px 5%;
	}
	.free-reports .title-area {
		width: auto;
		float: left;
	}
	.free-reports .site-title a {
		width: 125px;
		min-height: inherit;
		height: 38px;
	}
	.free-reports .site-header .widget-area {
		padding: 0;
		margin: 0;
		width: auto;
		text-align: right;
	}
	.free-reports .site-header .widget.phone-widget {
		float: none;
		width: auto;
	}
	.free-reports .widget.phone-widget p.phone {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1;
	}
	.free-reports input.button, .free-reports input[type=submit] {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.free-reports .signup .signup-header h4 {
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	.signup .signup-header p {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.home-banner {
		padding: 20px 5%;
	}
	.tablepress td, .tablepress th {
		padding: 5px;
		font-size: 9px;
		font-size: 0.9rem;
	}
	.debt-calc_wrapper ul li.gfield.one-half {}
	.debt-calc_wrapper ul li.gfield.debt-dropdown .gfield_label {
		width: 240px;
	}
	.debt-calc_wrapper ul li.gfield.one-half h4 {
		width: 240px;
	}
	.debt-calc_wrapper .gform_button, .debt-calc_wrapper .gform_button:hover {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 15px 10px;
	}
	.debt-calc_wrapper ul li.gfield.one-half {}
	.debt-calc_wrapper ul li.gfield.one-half:first-child {
		margin-bottom: 18px;
	}
	.debt-calc_wrapper ul li.gfield.debt-dropdown .ginput_container {
		max-width: 100%;
	}
	.debt-calc_wrapper h2 {
		height: 55px;
	}
	.debt-calc_wrapper ul li.gfield.gpfg_open.first {
		top: 205px;
	}
	.debt-calc_wrapper ul li.gfield.gpfg_open {
		top: 390px;
	}
	.debt-calc_wrapper .gform_button, .debt-calc_wrapper .gform_button:hover {
		width: 255px;
	}
	.free-reports .site-header .widget img.local830 {
		margin-top: 0;
	}
	.site-title a {
		width: 150px;
		min-height: 47px;
	}
	.site-header .widget.phone-widget p {
		display: none;
	}
	.site-header .widget.phone-widget {
		width: auto;
	}
	.site-header .widget.phone-widget p.phone {
		border: none;
		background: #fff;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1;
		font-weight: 800;
		padding: 0;
		border-radius: 0;
		width: 140px;
		float: right;
		display: block;
		margin-top: 7px;
	}
	.site-header .widget.phone-widget p.phone .icon-wrap {
		display: none;
	}
	.thank-you-alt-two .entry-content p.subtitle {
		font-size: 20px;
		font-size: 2rem;
	}
	.thank-you-alt-two .free-book-one img, .thank-you-alt-two .free-book-two img {
		float: none;
		margin: 0 auto;
	}
	.thank-you-alt-two .free-book-one h3, .thank-you-alt-two .free-book-two h3 {
		text-align: center;
	}
	.thank-you-for-applying.thank-you-alt-two .free-book-one, .thank-you-for-applying.thank-you-alt-two .free-book-two {
		margin: 0 0 50px 0;
		text-align: center;
	}
	.thank-you-for-applying.thank-you-alt-two .free-book-two {
		margin-bottom: 0;
	}
	.thank-you-alt-two .button.red {
		float: none;
	}
	.countdown .text-before, .countdown .text-after {
		line-height: 1.2;
	}
	.countdown .bottom-line img {
		max-width: 100% !important;
	}
	.site-header .widget-area {
		padding-right: 0;
	}
	.site-header .widget-left.bbb-mobile {
		margin-top: 0;
	}
	.alert-bar {
		font-size: 13px;
	}

	.mobile-sidebar h3 {
		font-size: 20px;
		font-size: 2rem;
	}
}
