
* {
margin:0;
padding:0;
}

*,:before,:after {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

body {
font-size:100%;
font-family:Roboto,Helvetica,Arial,sans-serif;
line-height:1;
color:#444;
height:100%;
margin:0;
padding:0;
}

html {
overflow-y:scroll;
font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-webkit-tap-highlight-color:rgba(0,0,0,0);
height:100%;
}

a:not(footer *, header *, .hero *, ul *, .left_menu_link_link), ul.chart-idg a {
	text-decoration:underline !important;
}


header,section,footer {
display:block;
}

table.offers, table.offers_consumer {
	width:100%;
}

table.offers td {
	vertical-align:top;
}

table.offers th, table.offers_consumer th {
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
}
table.offers td, table.offers_consumer td {
	height: 54px;
	//padding: 14px 20px;
	padding: 0 20px;
	//line-height: 54px;
}

table.offers th, table.offers_consumer th {
	background:#D8D8D8;
}

table.offers tr, table.offers_consumer tr {
	background: #F7F7F7;
}
/*
table.offers tr:nth-child(5n), table.offers tr:nth-child(5n-1) {
    background: #F1F1F1;
}
*/
table.offers_consumer tr:nth-child(odd), table.offers tr:nth-child(odd){
	background: #F1F1F1;
}
table.offers2 {
	line-height:120%;
}
table.offers2 td {
	line-height:140%;
}
table.offers2 a {
	text-decoration:underline;
}
td.tablemainpiece {
	padding-top:11px !important;
}

td.tablemainpiece span {
	line-height:1.5em;
	font-size:0.7em;
}

@media only screen and (max-width: 45em) {
	.tablemainpiece {
		width:200px !important;
	}
	
}
@media only screen and (max-width: 25em) {
	.settingonoff {
		width:40px !important;
	}
	.settingonoff div {
		width:39px !important;
	}
}
@media only screen and (max-width: 23em) {
	.settingonoff {
		width:20px !important;
		padding-left:10px !important;
	}
	.settingonoff div {
		width:19px !important;
	}
	.tablemainpiece {
		width:190px !important;
	}	
}

#mainwrapper {
min-height:100%;
position:relative;
}

#bodywrapper {
padding-bottom:88px;
}

#footer {
width:100%;
height:88px;
position:absolute;
bottom:0;
left:0;
}

/* submit buttons throughout the site */
input[type=submit] {
display:block;
margin:20px auto 40px;
padding:13px 30px;
background-color:#30558d;
color:#fff;
font-weight:700;
text-transform:uppercase;
border:none;
border-radius:40px;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
-webkit-appearance:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input[type=submit]:hover {
color:#fff;
background-color:#4A6FA7;
cursor:pointer;
}

a.btn-hero {
display:block;
padding:13px 30px;
background-color:#30558d;
color:#fff;
font-weight:600;
font-size:1.3em;
text-align:center;
text-decoration:none;
text-transform:uppercase;
border-radius:40px;
}

a.btn-hero:hover {
background-color:#4A6FA7;
}

a.btn-hero2 {
display:inline-block;
padding:13px 30px;
background-color:#30558d;
color:#fff;
font-weight:700;
font-size:14px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
border-radius:40px;
}

a.btn-hero2:hover {
background-color:#4A6FA7;
}

a.score_box_link {
    color: #30558d;
    font-size: 20px;
    font-weight: bold;
}

a.score_box_link:hover {
    color: #4A6FA7;
}

header nav ul li.nav-enroll a {
    padding: 15px 18px 15px 18px;
    background-color: #30558d;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
}
header nav ul li.nav-enroll a:hover {
	background-color: #4A6FA7;
}

#left_menu_welcome a {
    color: #30558d;
}


.alert-success {
    color: #fff;
    background-color: #30558d;
    border-color: #d1d1d1;
}

select {
	color:#999 !important;
}
option {
	color:#444 !important;
}
option:first-child {
    color: #999 !important;
}

/* Footer */
footer {
background-color:#eee;
padding:40px 0 50px;
font-family:Roboto,Helvetica,Arial,Sans-serif;
line-height:1;
color:#444;
}

footer p {
float:right;
color:rgba(0,0,0,.3);
font-size:.85em;
font-weight:600;
text-transform:uppercase;
}

footer ul {
float:left;
list-style-type:none;
}

footer ul li {
display:inline-block;
margin:0 0 0 10px;
}

footer ul li a {
display:block;
color:rgba(0,0,0,.3);
font-size:.85em;
font-weight:600;
text-transform:uppercase;
text-decoration:none;
border-bottom:1px solid rgba(0,0,0,.1);
}

#order-modern .ordernow {
margin:10px auto;
}

#order-modern .cf:before,#order-modern .cf:after {
content:"";
display:table;
}

#order-modern .cf:after {
clear:both;
}

#order-modern .cf {
zoom:1;
}

.container {
width:100%;
max-width:1020px;
margin:0 auto;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
background:none;
padding:0;
}

.containerheader,.containerwide {
max-width:1140px;
}

#order-modern .panel-left {
float:left;
width:480px;
}

.panel-left {
float:left;
width:480px;
}

.panel-right {
float:right;
width:480px;
}

.panel-left2 {
float:left;
width:410px;
}

.panel-right2 {
float:right;
width:410px;
}

.panel-left3 {
float:left;
width:305px;
}

.panel-right3 {
float:left;
width:305px;
padding-left:30px;
}

.panel-third1,.panel-third2,.panel-third3 {
float:left;
width:213px;
}

#order-modern .panel-right {
float:right;
width:480px;
}

#order-modern .fields {
margin:0 0 40px 20px;
}

#order-modern .fields span {
display:block;
color:silver;
font-size:.75em;
text-align:right;
}

#order-modern a {
color:#0995F0;
text-decoration:none;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#order-modern a:hover {
color:#1986CD;
}

header {
padding: 10px 0 10px 0;
margin:0 0 60px;
border-bottom:2px solid #F4F4F4;

position:relative;
top:0;
overflow:hidden;
background:#fff;
font-family:Roboto,Helvetica,Arial,sans-serif;
}

.adminreturndiv {
z-index:9000;
}

header img {
float:left;
}

header p {
float:right;
padding:18px 0 0;
}

#order-modern h2 {
margin:0 0 20px;
color:#000;
font-size:1.5em;
font-weight:700;
}

#order-modern input::-webkit-outer-spin-button,#order-modern input::-webkit-inner-spin-button {
-webkit-appearance:none;
margin:0;
}

#order-modern input[type=number] {
-moz-appearance:textfield;
}

#order-modern input:focus,#order-modern select:focus,#order-modern textarea:focus,#order-modern button:focus {
outline:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#order-modern label {
display:block;
text-align:center;
margin-bottom:0;
font-weight:500;
}

#order-modern label a {
font-weight:600;
}

#order-modern input[type=checkbox] {
font-size:1em;
margin:0;
height:13px;
}

#order-modern input,#order-modern button,#order-modern select,#order-modern textarea {
line-height:1.3em;
}

#order-modern select {
display:block;
float:left;
width:100%;
font-size:1em;
}

#order-modern input[type=text],#order-modern input[type=email],#order-modern input[type=number],#order-modern input[type=password] {
display:block;
float:left;
width:100%;
font-size:1em;
padding:8px;
margin:0 0 10px;
border-radius:0;
/*border:2px solid #F1F1F1;*/
border:2px solid #DDD;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
-webkit-appearance:none;
}

#order-modern input[type=text]:focus,#order-modern input[type=email]:focus,#order-modern input[type=number]:focus,#order-modern input[type=password]:focus {
/*border:2px solid #D5D5D5;*/
border:2px solid #B0B0B0;
}

#order-modern .form input[type=submit] {
display:block;
width:540px;
margin:20px auto 40px;
padding:13px 0;
background-color:#30558d;
color:#fff;
font-size:2.25em;
font-weight:600;
text-transform:uppercase;
border:none;
border-radius:40px;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
-webkit-appearance:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#order-modern .form input[type=submit]:hover {
background-color:#4A6FA7;
cursor:pointer;
}

#order-modern .invalid input:required:invalid,#order-modern .invalid select:required:invalid {
border:2px solid #CC092f!important;
}

#order-modern .invalid input[type=checkbox]:required:invalid + span {
color:#CC092f;
}

#order-modern .invalid input:required:valid,#order-modern .invalid select:required:valid {
border-color:0 solid #F1F1F1;
}

#order-modern .invalid input[type=checkbox]:required:valid + span {
color:#444;
}

#order-modern input.fname,#order-modern input.lname {
width:32%;
}

#order-modern input.lname {
margin:0 0 10px 2%;
}

#order-modern input.password,#order-modern input.password-confirm {
width:49%;
}

#order-modern input.password-confirm {
margin:0 0 10px 2%;
}

#order-modern input.cc-cvv {
width:32%;
margin:0 0 10px 2%;
}

#order-modern input.cc-cvv2 {
width:32%;
margin:0 0 10px;
}

#order-modern input.city {
width:51%;
}

#order-modern input.zip {
width:20%;
margin:0 0 10px 2%;
}

#order-modern {
padding:0!important;
}

.fraudtext {
width:262px;
padding-top:4px;
}

/* Select Styling */
#order-modern .state-wrapper {
float:left;
width:25%;
height:40px;
margin:0 0 10px 2%;
}

#order-modern .state-wrapper select.state {
background:transparent;
padding:10px;
color:#999;
border-radius:0;
-webkit-appearance:none;
-moz-appearance:none;
-o-appearance:none;
appearance:none;
outline:none;
}

#order-modern select {
background:transparent;
padding:10px;
color:#999;
border-radius:0;
-webkit-appearance:none;
-moz-appearance:none;
-o-appearance:none;
appearance:none;
outline:none;
}

#order-modern .expire-month-wrapper {
float:left;
width:32%;
height:40px;
margin:0 0 10px;
}

#order-modern .expire-month-wrapper select.cc-expire-month {
background:transparent;
padding:10px;
color:#999;
border-radius:0;
-webkit-appearance:none;
-moz-appearance:none;
-o-appearance:none;
appearance:none;
outline:none;
}

#order-modern .expire-year-wrapper {
float:left;
width:32%;
height:40px;
margin:0 0 10px 2%;
}

#order-modern .expire-year-wrapper select.cc-expire-year {
height:40px;
background:transparent;
padding:10px;
color:#999;
border-radius:0;
-webkit-appearance:none;
-moz-appearance:none;
-o-appearance:none;
appearance:none;
outline:none;
}

#order-modern .type-wrapper {
float:left;
width:100%;
height:40px;
margin:0 0 10px;
}

#order-modern .type-wrapper select.cctype {
background:transparent;
padding:10px;
color:#999;
border-radius:0;
-webkit-appearance:none;
-moz-appearance:none;
-o-appearance:none;
appearance:none;
outline:none;
}

#order-modern select::-ms-expand {
display:none;
}

#order-modern .validatepromo {
width:auto!important;
background-color:transparent!important;
color:#0995F0!important;
margin:0!important;
padding:0!important;
border:none!important;
border-radius:0!important;
font-size:1em!important;
font-weight:400!important;
text-transform:none!important;
}

#order-modern select {
border:2px solid #DDD!important;
padding:0 0 0 5px!important;
height:40px;
}

#order-modern table.cart tr.recurring td {
border-bottom:none!important;
}

#order-modern section.terms p {
font-size:.75em;
font-weight:300;
line-height:1.3em;
}

#order-modern section.summary {
margin:40px 0 20px;
}

#order-modern section.summary table {
width:100%;
border:2px solid #F1F1F1;
}

#order-modern section.summary table td {
padding:20px!important;
font-size:100%!important;
}

#order-modern section.summary table td.textright {
text-align:right;
}

#order-modern section.summary tr:nth-child(even) {
background-color:#F1F1F1;
}

#order-modern section.summary tr:nth-child(odd) {
background:none;
}

#order-modern section.summary tr td {
background-color:transparent!important;
}

#order-modern table.cart tr.total td {
font-weight:700!important;
}

#order-modern section.promocode {
margin:0 0 40px;
}

#order-modern section.promocode p {
display:block;
width:40%;
float:left;
}

#order-modern section.promocode span {
display:block;
width:40%;
float:right;
font-size:.75em;
font-weight:300;
}

.ssnv {
margin-right:20px;
}

#order-modern input::-webkit-input-placeholder {
font-size:1em;
text-rendering:auto;
color:#999;
letter-spacing:normal;
word-spacing:normal;
text-transform:none;
text-indent:0;
text-shadow:none;
text-align:start;
}

#order-modern input::-moz-placeholder {
font-size:1em;
text-rendering:auto;
color:#999;
opacity:1;
letter-spacing:normal;
word-spacing:normal;
text-transform:none;
text-indent:0;
text-shadow:none;
text-align:start;
}

#order-modern input::-ms-input-placeholder {
font-size:1em;
text-rendering:auto;
color:#999;
letter-spacing:normal;
word-spacing:normal;
text-transform:none;
text-indent:0;
text-shadow:none;
text-align:start;
}

#view_score {
text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

a {
color:#444;
}

.alert-warning {
color:#fff;
background-color:#30558d;
border-color:#fff;
}

.alert {
border-radius:8px;
}

img.newalert {
width:45px;
height:45px;
position:absolute;
margin-left:10px;
margin-top:-10px;
}

.blink_me {
display:none;
}

.panel-center {
float:none;
width:460px;
margin:auto;
}

.dashalert {
height:45px;
padding:18px 0 0 36px;
}

.dashsmalltext {
color:#666;
font-size:11px;
}

i.dashicons {
margin-top:-6px;
font-size:20px;
}

.mobile-menu {
display:none;
}

#alert_status_container_mobile {
display:none;
}



#nav {
display:none;
}

#nav div {
display:none;
}

.input-xlarge {
width:450px;
}

.input-250 {
width:250px;
}

#order-modern input[type=text].input-xlarge,#order-modern input[type=email].input-xlarge,#order-modern input[type=number].input-xlarge,#order-modern input[type=password].input-xlarge,#order-modern select.input-xlarge {
width:450px;
}

#order-modern input[type=text].input-250,#order-modern input[type=email].input-250,#order-modern input[type=number].input-250,#order-modern input[type=password].input-250,#order-modern select.input-250 {
width:250px;
}

#order-modern input[type=text].input-small,#order-modern input[type=email].input-small,#order-modern input[type=number].input-small,#order-modern input[type=password].input-small,#order-modern select.input-small {
width:150px;
}

#order-modern input[type=text].input-145,#order-modern input[type=email].input-145l,#order-modern input[type=number].input-145,#order-modern input[type=password].input-145,#order-modern select.input-145 {
width:145px;
}

#fdn_dashboard {
width:1172px;
}

.fpn_clientarea_bg {
width:1172px;
}

div.box_cpr_button {
width:320px;
}

.paddingleft20 {
padding-left:20px;
}

#alert_status_adbox {
background:url(/images/ad_credit_report.png) no-repeat center center;
margin-top:20px;
}

#menu_sub {
margin-top:0;
}

.width490 {
width:490px;
}

.width450 {
width:450px;
}

.width350 {
width:350px;
}

#memberareatop {
padding:140px 0 20px;
}

.blink {
display:inline-block;
}

.tableheader {
background:#D8D8D8;
width:865px;
height:54px;
line-height:54px;
padding:0 20px;
}

.creditheader {
font-weight:700;
background:#D8D8D8;
width:300px;
height:54px;
line-height:54px;
padding:0 20px;
}

.fpn_clientarea_bg {
background:none;
height:100%;
}

section.compare .chart-idg2 {
width:250px;
}

#col_2_content {
background:none;
}

#leftside {
background:#F7F7F7;
color:#444;
height:100%;
}

.left_menu_heading {
background:#D8D8D8;
color:#444;
padding:8px 15px 0;
text-shadow:none;
text-transform:uppercase;
}

#left_menu_welcome {
background:#727272;
color:#fff;
min-height:80px;
}

.left_menu_link {
background:#F1F1F1;
color:#444;
text-shadow:none;
}

.left_menu_link:hover {
background:#F1F1F1;
color:#444;
text-decoration:underline;
text-shadow:none;
}

#alert_status_adbox {
background:url(/memberaccess/images/rapidpro2.png) no-repeat scroll center center;
height:128px;
background-size:75%;
}

#box_resolution {
display:none;
}

#col_2_menu {
margin-top:15px;
height:100%;
overflow:hidden;
}

section.compare .chart-features2 {
width:419px;
}

.dispute {
width:267px;
height:52px;
border-radius:8px;
radius:8px;
font-size:16px;
line-height:52px;
color:#fff;
font-weight:700;
background:0;
/* For Safari 5.1 to 6.0 */
background:0;
/* For Opera 11.1 to 12.0 */
background:0;
/* For Firefox 3.6 to 15 */
background:linear-gradient(#BD1200,#780100);
/* Standard syntax */
}

#welcomename {
text-transform:capitalize;
}

.blink_me {
margin-top:-28px;
}

.controls2 {
padding-right:20px;
}

.box_title {
color:#444;
font-weight:700;
line-height:54px;
height:auto;
padding:0 20px;
background:#D8D8D8;
border-top-left-radius:0;
border-top-right-radius:0;
}

.btn-primary2 {
display:inline-block;
padding:13px 30px;
background-color:#30558d;
color:#FFF;
font-weight:700;
text-transform:uppercase;
border:medium none;
border-radius:40px;
width:120px;
transition:all .3s ease 0;
}

.label.paid {
background-color:#30558d;
}

#exampletext {
font-size:80px;
padding:160px 0;
margin-left:-260px;
}

.starburst {
display:inline-block;
width:25px;
height:25px;
background:#BF5048;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
rotation:-45deg;
position:relative;
top:2em;
left:2em;
text-align:center;
text-decoration:none;
color:#fff;
font-size:12px;
font-weight:700;
font-family:Arial, sans-serif;
}

.starburst span {
display:inline-block;
width:25px;
height:25px;
background:#BF5048;
-webkit-transform:rotate(33.5deg);
-moz-transform:rotate(33.5deg);
rotation:22.5deg;
}

img.newalert {
display:none;
}

#alert_status_container {
margin-bottom:20px;
}

#alert_status_container_mobile {
background:#fff;
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
color:#555;
cursor:default;
background-color:#FFF;
border-width:1px;
border-style:solid;
border-color:#444;
-moz-border-top-colors:none;
-moz-border-right-colors:none;
-moz-border-bottom-colors:none;
-moz-border-left-colors:none;
border-image:none;
}

.nav-tabs {
border-bottom:none;
}

.nav-tabs > li > a {
margin-right:2px;
line-height:1.42857;
border:1px solid #eee;
border-radius:4px 4px 4px 4px;
}

#wel1 {
width:100%;
}

.secureinput {
background-image:url(/memberaccess/images/lock.png);
background-repeat:no-repeat;
padding-right:15px;
background-position:right 5px center;
}

.paymentcode {
width:400px;
clear:left;
}

.monopoly {
width:34px;
margin:0 10px 0 0;
float:left;
}

.pcode {
padding:5px 10px 8px 0;
float:left;
width:280px;
font-size: 0.85em;
}

/* Adaptive */
@media only screen and (max-width: 71.250em) {
#alert_status_adbox {
width:55%;
}

	.fpn_content_container {
		padding:0 20px;
	}

.tableheader {
width:729px;
}

section.compare .chart-idg2 {
width:250px;
}

section.compare .chart-features2 {
width:325px;
}

.panel-third1,.panel-third2,.panel-third3 {
width:200px;
}
}
@media only screen and (max-width: 62em) {

	#col_2_content {
	width:100%;
	max-width:760px;
	margin:0 auto;
	}
}


@media only screen and (max-width: 64em) {

#order-modern .container {
width:100%;
/* max-width: 980px; */
margin:0 auto;
}

header nav ul li {
    margin: 0 0px 0 0;
}

#col_2_content {
width:720px;
max-width:720px;
margin:0 auto;
}
	
#fdn_dashboard {
margin:auto;
width:100%;
overflow:hidden;
}

.dashboard_wrapper_single_box {
width:100%;
}

#alert_status_notice {
width:45%;
padding-left:0;
}

#alert_status_adbox {
width:55%;
background-size:80%;
}

.fpn_clientarea_bg {
width:100%;
max-width:1010px;
margin:auto;
}

header img {
margin-left:20px;
}

header p {
margin-right:20px;
}

#memberareatop {
padding:120px 0 20px;
}

.tableheader {
width:720px;
}

section.compare .chart-idg2 {
width:225px;
}

section.compare .chart-features2 {
width:340px;
}

.fraudtext {
width:222px;
padding-top:0;
}

#exampletext {
font-size:80px;
padding:140px 0;
margin-left:-140px;
}
}

@media only screen and (max-width: 63.75em) {

.panel-third1,.panel-third2,.panel-third3 {
width:180px;
}

#order-modern .container {
width:100%;
margin:0 auto;
}

#order-modern .panel-left {
float:left;
width:360px;
}

#order-modern .panel-right {
float:right;
width:360px;
}

.panel-left {
float:left;
width:360px;
}

.panel-right {
float:right;
width:360px;
}

#order-modern .panel-left2 {
float:none;
width:100%;
}

#order-modern .panel-right2 {
float:none;
width:100%;
}

nav ul li a {
padding:0;
}

header nav ul li {
margin:0 5px;
}

header nav ul li a {
font-size:.8em;
}

#leftside {
display:none;
}

.fpn_clientarea_bg {
width:100%;
margin:auto;
padding:0;
background:#fff;
}

#col_2_content {
background:#fff;
width:100%;
margin:auto;
padding:10px;
overflow:hidden;
margin:auto;
float:none;
display:block;
}

#menu_sub {
margin-top:-10px;
}

.col60,.col40 {
margin:0;
padding:0 0 0 20px;
}

.center80 {
padding:0 20px;
}

#memberareatop {
padding:110px 0 20px;
}

#col_2_menu {
display:none;
}

.tableheader {
width:741px;
}

section.compare .chart-idg2 {
width:246px;
}

section.compare .container {
width:741px;
}

.controls2 {
padding-right:0;
}

.dashalert {
height:45px;
line-height:25px;
font-size:16px;
width:auto;
padding:10px 0 0 26px;
}
}
@media only screen and (max-width: 60em) {

.tableheader {
width:686px;
}

section.compare .chart-idg2 {
width:233px;
}

section.compare .container {
width:686px;
}

.dashalert {
height:45px;
line-height:25px;
font-size:16px;
width:auto;
padding:10px 0 0 36px;
}
}
@media only screen and (max-width: 780px) {
	#order-modern .panel-left {
	float:none;
	width:100%;
	}

	#order-modern .panel-right {
	float:none;
	width:100%;
	}

}

nav {
	float:right;
	width:auto;
}


@media only screen and (max-width: 45em) {
.dashalert {
	float:none !important;
	width:100% !important;
}
}

@media only screen and (max-width: 57em) {

.fpn_content_container {
	padding:0;
}
.box_content {
	padding:10px;
}


.creditheader {
width:100%;
}

#order-modern .container {
width:100%;
max-width:95%;
margin:0 auto;
}

#order-modern .panel-left {
float:none;
width:100%;
}

#order-modern .panel-right {
float:none;
width:100%;
}

.panel-left {
float:none;
width:100%;
}

.panel-right {
float:none;
width:100%;
}

#order-modern .panel-left2 {
float:none;
width:100%;
}

#order-modern .panel-right2 {
float:none;
width:100%;
}

.panel-left2 {
float:none;
width:100%;
}

.panel-right2 {
float:none;
width:100%;
}

.panel-left3 {
float:none;
width:100%;
}

.panel-right3 {
padding-top:10px;
float:none;
width:100%;
padding-left:0;
}

.panel-third1,.panel-third2,.panel-third3 {
float:none;
width:100%;
padding-top:10px;
}

.panel-center {
float:none;
width:100%;
margin:auto;
}

.mobilepadding {
padding:0 20px;
}

.fpn_clientarea_bg {
width:100%;
margin:auto;
padding:0;
background:#fff;
}

#col_2_content {
background:#fff;
width:100%;
padding:10px;
overflow:hidden;
margin:auto;
float:none;
display:block;
}

#savedcards {
margin-top:-25px;
}

#mobilefixanc {
margin-left:30px;
}

.col60,.col40 {
margin:0;
padding:0 0 0 20px;
}

.table tr,.table th,.table td {
padding:0;
}

.table {
overflow:auto;
}

.scrollingtable {
overflow:auto;
width:100%;
}

.resizeme {
zoom:0.85;
-moz-transform:scale(0.85);
}

.internalpadding {
margin:0;
padding:0;
}

#leftside {
width:100%;
display:none;
}

.dashboard_wrapper_single_box {
margin:auto;
}

#fdn_dashboard {
margin:auto;
width:100%;
overflow:hidden;
}

.container {
width:100%;
max-width:90%;
margin:0 auto;
}

.header_dashboard {
font-size:32px;
}

.dashsmaller {
display:none;
}

#alert_status_adbox {
clear:left;
width:75%;
display:none;
}

#alert_status_container {
padding:0 30px;
margin-top:-50px;
}

#alert_status_notice {
width:100%;
margin-top:-20px;
font-size:32px;
padding-left:15px;
}

#alert_status_notice a {
font-size:16px;
}

.box_dispute_left {
width:100%;
padding:20px 20px 0;
}

.box_dispute_right {
clear:left;
width:100%;
}

body {
display:block;
background:#fff;
}

html {
-webkit-font-smoothing:antialiased;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

*,:before,:after {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

.dashboard_col_3_1,.dashboard_col_3_2,.dashboard_col_3_3 {
font-size:28px;
height:80px;
}

.dashboard_col_3_1 {
width:60%;
}

.dashboard_col_3_2 {
width:10%;
}

.dashboard_col_3_3 {
width:30%;
}

.box_info {
font-size:28px;
}

.dashalert {
height:45px;
line-height:25px;
font-size:16px;
width:auto;
padding:10px 0 0;
}

.evensmaller {
font-size:14px;
}

.dashalert a {
font-size:16px;
}

.dashsmalltext {
background:auto;
line-height:28px;
color:#666;
font-size:18px;
}

#questions {
display:none;
}

#left_menu_welcome {
height:75px;
background-position:0 -30px;
}

#box_resolution {
margin:auto;
}

.left_menu_blank,.left_menu_blank2 {
height:10px;
}

#menu_sub {
display:none;
}

.center80 {
padding:0 20px;
}

.input-xlarge {
width:100%;
}

.input-250 {
width:100%;
}

#order-modern input {
width:100%;
}

#order-modern input[type=text].input-xlarge,#order-modern input[type=email].input-xlarge,#order-modern input[type=number].input-xlarge,#order-modern input[type=password].input-xlarge,#order-modern select.input-xlarge {
width:100%;
}

#order-modern input[type=text].input-250,#order-modern input[type=email].input-250,#order-modern input[type=number].input-250,#order-modern input[type=password].input-250,#order-modern select.input-250 {
width:100%;
}

#order-modern input[type=text].input-small,#order-modern input[type=email].input-small,#order-modern input[type=number].input-small,#order-modern input[type=password].input-small,#order-modern select.input-small {
width:50%;
}

#order-modern input[type=text].input-145,#order-modern input[type=email].input-145,#order-modern input[type=number].input-145,#order-modern input[type=password].input-145,#order-modern select.input-145 {
width:40%;
}

#order-modern input[type=text].input-toobig,#order-modern input[type=email].input-toobig,#order-modern input[type=number].input-toobig,#order-modern input[type=password].input-toobig,#order-modern select.input-toobig {
width:90%;
clear:left;
}

#steptwo {
padding-left:20px;
}

#topalert {
margin-top:20px;
}

.nav-tabs {
background:#fff;
}

#memberareatop {
padding:80px 0 20px;
}

.paddingleft20 {
padding-left:0;
}

section.form {
padding:0;
margin:0;
}

#order-modern .container2 {
width:100%;
max-width:100%;
margin:0 auto;
}

::-webkit-scrollbar {
-webkit-appearance:none;
width:7px;
}

::-webkit-scrollbar-thumb {
border-radius:4px;
background-color:rgba(0,0,0,.5);
-webkit-box-shadow:0 0 1px rgba(255,255,255,.5);
}

.recordslimit {
padding-top:10px;
}

#alert_status_container {
padding:0;
margin:0;
}

#credit_report_status_container {
width:100%;
padding:20px 10px 20px 0;
}

div.box_cpr_button {
width:100%;
}

.control-group {
margin-left:0;
margin-right:0;
}

.width490 {
width:100%;
}

.width450 {
width:100%;
}

.width350 {
width:100%;
}

nav {
background:none;
border-bottom:0;
}

#nav {
display:none;
}

header a.mobile-menu {
float:right;
display:none;
color:#444;
text-decoration:none;
}

header nav ul {
margin:9px 0 0;
list-style-type:none;
}

header nav ul li {
display:inline-block;
margin:0 20px 0 0;
}

header nav ul li a {
display:block;
color:rgba(0,0,0,0.6);
font-size:.9em;
font-weight:400;
text-decoration:none;
text-transform:uppercase;
}

header nav ul li a:hover {
color:rgba(0,0,0,0.9);
}

header nav ul li.nav-enroll {
margin:0;
}

header nav ul li.nav-enroll a {
padding:15px 18px;
background-color:#30558d;
color:#fff;
font-weight:700;
text-decoration:none;
text-transform:uppercase;
border-radius:30px;
}

header nav ul li.nav-enroll a:hover {
background-color:#4A6FA7;
}

#nav {
width:100%;
padding:0 0 10px;
list-style-type:none;
z-index:900;
position:absolute;
background:#fff;
margin-top:-10px;
border-bottom:1px solid #DDD;
}

#nav div {
display:block;
padding:10px 20px;
clear:left;
margin:auto;
width:80%;
text-align:center;
border-bottom:1px solid #f6f6f6;
}

#nav a {
display:block;
color:rgba(0,0,0,0.6);
font-size:.9em;
font-weight:400;
text-decoration:none;
text-transform:uppercase;
}

#nav a:hover {
color:rgba(0,0,0,0.9);
}

header nav {
display:none;
}

header,nav,section,footer {
display:block;
}

header a.mobile-menu {
display:block;
font-size:2em;
margin:4px 0 0;
}

header nav ul {
float:none;
display:none;
width:100%;
margin:20px 0 0;
padding:20px 0;
overflow:hidden;
}

header nav ul li {
display:block;
width:100%;
border-bottom:1px solid #f6f6f6;
margin:0;
}

header nav ul li a {
display:block;
padding:10px 0;
text-align:center;
}

header {
margin:0 0 10px;
overflow:hidden;
padding:10px 0 10px 0;
border-bottom:1px solid #DDD;
background:#fff;
}

header img {
height:40px;
width:108px;
margin-left:0;
}

#footer {
width:100%;
}

footer {
padding-top:20px;
}

footer p {
float:none;
text-align:center;
width:100%;
}

footer ul {
float:none;
margin:0;
text-align:center;
width:100%;
}

.panel-center {
float:none;
width:100%;
margin:auto;
}

.mobilepadding {
padding:0 20px;
}

.dashalert {
line-height:25px;
font-size:16px;
}

#alert_status_container_mobile {
padding:10px 5%;
}

header {
margin:0 0 10px;
}

#order-modern .fields {
margin:0 0 20px;
}

#order-modern header {
padding:10px 0;
margin:0 0 20px;
}

#order-modern header img {
width:100px;
height:37px;
}

#order-modern header p {
padding:10px 0 0;
}

#order-modern .expire-month-wrapper,#order-modern .expire-year-wrapper,#order-modern .state-wrapper {
width:100% !important;
height:40px;
margin:0 0 10px;
}

#order-modern input[type=text],#order-modern input[type=email],#order-modern input[type=number],#order-modern input[type=password],#order-modern select.cc-expire-month,#order-modern select.cc-expire-year,#order-modern select.state {
width:100%;
margin:0 0 10px;
}

#order-modern .form input[type=submit] {
width:90%;
}

#order-modern section.promocode p {
width:100%;
float:none;
margin:0 0 10px;
}

#order-modern section.promocode span {
width:100%;
float:none;
}

#order-modern h2 {
margin-top:0!important;
}

.nav-tabs > li > a {
clear:left;
margin-top:10px;
}

#wel1 {
width:auto;
margin-right:10px;
}

#wel1,#wel2 {
float:left;
}

#gravatar {
width:58px;
height:58px;
}

#exampletext {
font-size:48px;
padding:120px 20px;
margin-left:0;
}

.paymentcode {
width:320px;
clear:left;
}

.monopoly {
width:34px;
margin:0 10px 0 0;
float:left;
}

.pcode {
padding:5px 10px 8px 0;
float:left;
width:200px;
}
}

@media only screen and (max-width: 20em) {
	
#alert_status_container_mobile {
display:block;
padding:10px 10%;
margin:auto;
background:#fff;
height:100%;
overflow:hidden;
}	
	
.dashalert {
line-height:20px;
font-size:14px;
width:100% !important;
}

#alert_status_container_mobile .dashalert {
	clear:left;
}

.dashalert .fraudtext {
	width:70%;
}

#alert_status_notice a {
font-size:14px;
}

section.seals img {
width:80%;
height:80%;
}

.ssnv,#ssnv2 {
margin:auto;
}

#ssnv3 {
width:150px;
}

#ssnspacing {
display:none;
}

#alert_status_container_mobile {
padding:10px 0;
}
}
@media only screen and (max-width: 20em) {

.dashalert {
line-height:18px;
font-size:14px;
}

#alert_status_notice a {
font-size:14px;
}

.evensmaller {
font-size:12px;
}

#col_2_content {
padding:0;
}

#creditnav {
padding-left:10px;
}
}

#show_report_1, #show_report_2, #show_report_3 {
	line-height:1.3em;
}
.payment_history_cell_wrapper {
	line-height:1.0em;
	font-size:0.9em;
}

#show_report_1 label, #show_report_2 label, #show_report_3 label {
	margin-bottom:0;
}
table.history_list {
	width:100%;
}