/* ---- jQuery UI ------ */
.clip {
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    -o-background-clip:padding;
    background-clip:padding-box;
}

/*--- Common CSS Begins --*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,fieldset,p {
    font-weight:400;
    margin:0;
    padding:0;
}
body {
    font:normal 14px/16px Helvetica;
    font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;
    color:#000;
    background:#EEE;
}

img,fieldset {
    border:none;
    margin:0;
    padding:0;
}
#php_version {
    color:white;
    position:absolute;
    left:0;
    z-index: -4;
    top:0;
}
.product_iframe_placeholder {
    background-color:#666;
}
.left {
    float:left;
}
.right {
    float:right !important;
}
.full {
    float:left;
    width:100%;
}
.curve {
    float:left;
    width:100%;
}
.curve img {
    float:left;
}
span.clear {
    clear:both;
}
ul {
    list-style:none;
}
.add_underline {
    text-decoration: underline;
}
a:focus {
    outline:none;
}
input:focus {
    outline:none !important;
}
/* --- common css ends --- */

/* --- starts body container --- */
#body_container {
    width:100%;
}

/* --- body container ends ---

.duns_hover,.hover_section {
    display:none;
}

/* --------- end new stuff --------- */
.round_topleft {
    position:absolute;
    top:0;
    left:0;
    background-image:url(/verified/images/corner-ko-left.png);
    width:4px;
    height:4px;
    background-repeat:no-repeat;
    display:block;
    z-index:600;
}
.round_topright {
    position:absolute;
    display:block;
    top:0;
    right:0;
    background-image:url(/verified/images/corner-ko-right.png);
    width:4px;
    height:4px;
    background-repeat:no-repeat;
    z-index:600;
}
#nav a {
    float:left;
    text-align:center;
    line-height:31px;
    height:31px;
    color:#fff;
    font-weight:700;
    font-size:14px;
    width:191px;
    border:1px solid #bfbdbe;
    border-right:0;
    text-decoration:none;
    background:url(/verified/images/nav-bg.jpg) top left;
}
#nav a.last {
    border-right:1px solid #bfbdbe;
}
#nav a span {
    font-size:10px;
    line-height:14px;
}
#nav li a:hover {
    background:transparent url(/verified/images/n.gif) top left;
    color:#21205f;
}
#nav li.active a {
    color:#111;
    background:url(/verified/images/n.gif) top left;
}
#splash {
    position:relative;
    overflow:hidden;
    border:1px solid #bfbdbe;
    height:258px;
    margin-bottom:8px;
    background-color:#f2f7fa;
    clear:both;
}
#search-fp-block {
    width:413px;
    height:258px;
    background-color:#f3f3f3;
    float:right;
    background:transparent url(/verified/images/CreditReport_Box_blank.png) -10px 0 no-repeat;
    margin-left:-60px;
    position:relative;
}
#search-fp-block h1 {
    font-family:Helvetica, Arial, sans;
    position:absolute;
    top:40px;
    left:90px;
    font-size:20px;
    font-weight:900;
    color:#FFF;
    letter-spacing:-1px;
}
#search-fp-block h2 {
    font-family:Helvetica, Arial, sans;
    position:absolute;
    top:70px;
    left:90px;
    font-size:12px;
    font-weight:900;
    color:#FFF;
    letter-spacing:-0.5px;
}
#container {
    width:546px;
    position:relative;
    z-index:0;
    height:258px;
    float:left;
}
#example {
    width:546px;
    height:258px;
    position:relative;
}

/* --- Slideshow style --- */
#slides {
    top:15px;
    left:4px;
    z-index:100;
    height:258px;
    width:546px;
}

/* --- Slides container
Important:
Set the width of your slides container
If height not specified height will be set by the slide content
Set to display none, prevents content flash --- */
.slides_container {
    width:546px;
    height:258px;
    overflow:hidden;
    position:relative;
    display:none;
}

/* --- Slide generic styles --- */
#slides .single-slide {
    width:486px;
    height:218px;
    display:block;
    text-align:left;
    font-size:16px;
    padding:20px;
}
#slides .single-slide a {
    color:#22215d;
    font-weight:700;
    text-decoration:underline;
}
#slides .hero-title {
    font-size:26px;
    color:#22215D;
}
#slides .get-started {
    position:absolute;
    bottom:28px;
    right:20px;
}

/* --- Next/prev buttons --- */
#slides .next,#slides .prev {
    float:left;
    width:27px;
    height:27px;
    padding:5px 0 0;
}
#slides .prev-button {
    background:transparent url(/verified/images/slider-left-bg.png) 0 0 no-repeat;
}
#slides .next-button {
    background:transparent url(/verified/images/slider-right-bg.png) 0 0 no-repeat;
}

/* SliderNavigation */
#SliderNavigation {
    position:absolute;
    top:215px;
    left:15px;
    min-width:70px;
    height:30px;
    display:block;
    z-index:101;
}

/* --- Pagination --- */
.pagination {
    float:left;
    height:27px;
    background:transparent url(/verified/images/slider-center-bg.png) 0 0 repeat-x;
    padding:8px 0 0;
}
.pagination li {
    float:left;
    list-style:none;
    margin:0 1px;
}
.pagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url(/verified/images/pagination.png);
    background-position:0 0;
    overflow:hidden;
}
.pagination li.current a {
    background-position:0 -12px;
}
#content {
    float:left;
    width:676px;
    text-align:left;
}
#body_container .left-nav {
    width:250px;
    float:left;
    overflow:hidden;
}
#body_container .left-nav span {
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
    color:#00f;
    font-size:12px;
}
#body_container .left-nav span small {
    color:#999;
    font-size:12px;
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
}
#body_container .left-nav h2 {
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size:18px;
    line-height:25px;
    color:#003f5f;
    font-weight:400;
    margin:10px 0 0;
}
#body_container .left-nav ul {
    overflow:hidden;
    padding:5px 0 0 15px;
}
#body_container .left-nav ul li {
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size:13px;
    line-height:1.4;
    color:#8ea6b2;
    font-weight:400;
}
#body_container .left-nav ul li a {
    color:#8ea6b2;
}
#body_container .left-nav ul li a:hover {
    color:#698b9c;
    text-decoration:underline;
}
#body_container .left-nav ul li a sup {
    position:relative;
    top:6px;
}
#page_content .right h1 {
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size:33px;
    line-height:40px;
    color:#003f5f;
    font-weight:400;
    margin:0;
}
#page_content .right p {
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size:14px;
    line-height:1.6;
    color:#3f4d54;
    font-weight:400;
}
.sell.alt h1 {
    padding-top:14px;
}
.sell {
    position:relative;
    overflow:hidden;
    font-weight:700;
    font-size:14px;
    padding-bottom:16px;
    min-height:320px;
}
.sell h1 {
    padding-left:10px;
    font-size:26px;
    font-weight:700;
    color:#2a559a;
    padding-bottom:14px;
    line-height:29px;
}
.sell h1 strong {
    color:#ff6833;
}
.sell .sell-action {
    float:left;
    margin-right:20px;
    width:174px;
    height:249px;
    background:url(/verified/images/credit-report-left.jpg) top left no-repeat;
    position:relative;
}
.sell .sell-action.alt1 {
    height:249px;
    width:174px;
    background:url(/verified/images/credit-advisor-subhero.jpg) top left no-repeat;
}
.sell .sell-action.alt2 {
    height:244px;
    width:193px;
    background:url(/verified/images/bp02.jpg) top left no-repeat;
}
.sell .sell-action a.sa1 {
    height:38px;
    width:162px;
    position:absolute;
    bottom:12px;
    left:9px;
    text-indent:-9999em;
    background:url(/verified/images/sample.png) top left no-repeat;
}
.sell .sell-action a.sa2 {
    height:38px;
    width:168px;
    position:absolute;
    bottom:12px;
    left:6px;
    text-indent:-9999em;
    background:url(/verified/images/compare.png) top left no-repeat;
}
.sell .sell-action a.sa3 {
    height:38px;
    width:168px;
    position:absolute;
    bottom:12px;
    left:6px;
    text-indent:-9999em;
    background:url(/verified/images/compare2.png) top left no-repeat;
}
.sell .sell-action.alt2 a {
    display:block;
    height:244px;
    width:193px;
}
.sell strong {
    color:#2a559a;
}
.sell p {
    line-height:1.3em;
    padding-bottom:1em;
}
.sell ul {
    padding-left:194px;
}
.sell ul li {
    position:relative;
    line-height:1.3em;
    background:url(/verified/images/check.jpg) top left no-repeat;
    padding:4px 0 2px 20px;
}
#sidebar {
    float:right;
    width:240px;
    text-align:left;
    background:#0a4999;
    border:2px solid #0a4999;
    position:relative;
    margin-bottom:10px;
}
#sidebar #ar {
    position:absolute;
    top:0;
    left:-55px;
    height:94px;
    width:78px;
    display:block;
    z-index:20;
    background:url(/verified/images/arrowd.png) top left;
}
#sidebar h3 {
    font-size:22px;
    font-weight:700;
    text-align:center;
    color:#fff;
    padding:8px 0;
}
#sidebar form {
    position:relative;
    width:210px;
    background:#fff;
    -webkit-border-radius:0 8px 8px 8px;
    -moz-border-radius:0 8px 8px;
    -o-border-radius:0 8px 8px 8px;
    border-radius:0 8px 8px 8px;
    margin:auto;
    padding:12px 15px;
}
#sidebar p {
    overflow:hidden;
    padding-bottom:8px;
}
#sidebar p label {
    display:block;
    max-width:99%;
    color:#22215d;
    font-weight:700;
    padding-bottom:2px;
    font-size:11px;
}
#sidebar .text {
    height:25px;
    width:200px;
    border:1px solid #bfbdbe;
    padding:0 0 0 8px;
}
#sidebar .st1 {
    width:54px;
    height:27px;
    margin-right:18px;
    border:1px solid #bfbdbe;
    padding:0 0 0 8px;
}
#sidebar .text.alt1 {
    width:127px;
}
#sidebar .text.alt2 {
    width:53px;
}
#sidebar .rad-wrap {
    position:relative;
    height:95px;
    width:286px;
    margin-left:-62px;
    background:url(/verified/images/bigarrow.png) top left no-repeat;
}
#sidebar .rad-wrap ul {
    padding:25px 0 0 50px;
}
#sidebar .rad-wrap ul li {
    line-height:2em;
    font-weight:700;
    color:#22215d;
}
#sidebar .form-submit {
    height:56px;
    width:230px;
    border:0;
    font-size:0;
    background:url(/verified/images/buy-now.jpg) 0 0 no-repeat;
    margin:0 0 0 -10px;
}
#front {
    position:relative;
    overflow:hidden;
    width:100%;
    text-align:left;
    font-size:12px;
}
#info {
    float:left;
    width:360px;
}
#info h4 {
    position:relative;
    height:31px;
    line-height:31px;
    font-size:14px;
    font-weight:700;
    border-bottom:0;
    color:#fff;
    padding-left:12px;
    background:url(/verified/images/frontpage-module-header-bg.png) top left;
}
#info .info-box {
    position:relative;
    margin-bottom:10px;
    border:1px solid #bfbdbe;
    background:url(/verified/images/infobg.jpg) top left;
    padding:10px;
}
#info .info-box li a {
    display:block;
    color:#333;
    text-decoration:none;
    border-bottom:1px dotted #999;
    background:url(/verified/images/tick.jpg) 5px 13px no-repeat;
    padding:12px 0 12px 20px;
}
#info .news-box {
    position:relative;
    overflow:hidden;
    border:1px solid #bfbdbe;
    background:url(/verified/images/infobg.jpg) top left;
    height:221px;
    padding:10px;
}
#info .news-box .story {
    margin-bottom:10px;
    width:220px;
    float:right;
}
#info .news-box img {
    float:left;
    margin-right:25px;
}
#info .news-box span {
    margin-left:-18px;
    display:block;
    background:url(/verified/images/tick.jpg) left center no-repeat;
    padding-left:18px;
    margin-bottom:5px;
}
#info .news-box h5 {
    font-weight:700;
    line-height:1.5em;
}
#info .news-box a {
    color:#0030d7;
    text-decoration:underline;
    font-weight:400;
}
#page_content {
    overflow:hidden;
    width:959px;
}
.sidenav {
    float:left;
    font-size:16px;
    line-height:1.3em;
    margin-left:10px;
    text-align:left;
    width:240px;
    padding-bottom:20px;
}
.sidenav span {
    color:#005290;
}
.sidenav ul {
    list-style:none;
    margin-left:28px;
}
.sidenav li {
    text-align:left;
}
.sidenav a {
    color:#333;
    text-decoration:none;
    text-align:left;
    font-size:13px;
}
.sidenav a:hover {
    font-weight:900;
    text-decoration:underline;
}
.wrap {
    float:left;
    width:700px;
    text-align:left;
    font-size:13px;
    line-height:1.5em;
    margin-top:16px;
}
.wrap ul {
    list-style:disc;
    margin-left:15px;
}
.wrap li {
    margin-left:15px;
}
.wrap ol {
    list-style:decimal;
    margin-left:15px;
}
.wrap p {
    padding-bottom:15px;
    line-height:1.5;
    color:#333;
}
.wrap h1 {
    padding-bottom:10px;
    color:#005290;
    font-size:1.5em;
    border-bottom:1px solid #EBEBEB;
    margin-bottom:10px;
}
.wrap h3 {
    color:#005290;
    font-size:18px;
    font-weight:100;
    margin-top:20px;
}
.wrap h4 {
    color:#999;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom:1px solid #EBEBEB;
    width:95%;
    margin-bottom:5px;
}
.crumb {
    display:block;
    text-align:left;
    font-size:12px;
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
    padding:10px 0;
}
.crumb span {
    color:#00f;
}
.crumb .current {
    color:#666;
}
.mid2-01 {
    clear:right;
    float:right;
}

/* General Styles by CLE */
.clear {
    clear:both;
    background-color:transparent;
    border:0;
    height:1px !important;
}

/* careers page */
.location_box {
    background-color:#e0e0e0;
    margin-bottom:20px;
    padding:10px;
}
.location_box h2 {
    margin-left:15px;
    font-size:16px;
}
#contact-us-image {
    display:block;
    background-image:url(/verified/images/contact_us_111811.gif);
    height:460px;
    width:619px;
}
#adjust-direct-marketing {
    display:block;
    background-image:url(/verified/images/adjusting-direct-marketing-campaigns.jpg);
    height:84px;
    width:575px;
}
#paydex-img {
    display:block;
    background-image:url(/verified/images/paydex.gif);
    height:227px;
    width:204px;
}
.location_title {
    font-weight:900;
    margin:10px 0px 10px 0px;
    padding-top:5px;
    color:#333;
    border-top:1px solid #ccc;
}
.active-column {
    background:url(/verified/images/desc.gif) -7px 3px no-repeat;
    text-indent:15px;
}
.desc-column {
    background:url(/verified/images/asc.gif) -7px 3px no-repeat;
    text-indent:15px;
}
#verisign img {
    width:75px;
    height:54px;
    position:relative;
    top:-10px;
    left:-5px;
}

/* gray font color for default input text */
.gray {
    color:#6D6E71;
}
/* --- combined styles -- */
.left,.curve img,#header div.logo,#main_banner .home_icon img,#footer .footer_top_section .logo_section ul li img,#nav li,#sidebar p span,.creamyCenter {
    float:left;
}
.full,.curve {
    float:left;
    width:100%;
}
#wrapper {
    position: relative;
    width: 972px;
    margin:0 auto;
    overflow:hidden;
    background-color: #FFF;
    padding: 0 14px 0;
}

#header .top {
    margin-top:5px;
}
#header .top .welcome {
    color:#153564;
    font-size:11px;
    width:100%;
    position:relative;
    line-height:11px;
    text-align:right;
    margin-right:10px;
    margin-bottom: -13px;
    margin-top: 7px;
}
#header .top .welcome div {
    margin-right:7px;
}
#header .top ul {
    float:right;
    margin-top: 11px;
}
#header .top ul li {
    float:left;
    text-align:center;
    margin:0 16px 0 0;
    color:#666;
    font-size: 14px;
}

#header .top ul li a{
    text-decoration: none;
}
#lpButton {
    position: relative;
    top: -4px;
}
#lp_button #lpButtonDiv {
    position: relative;
}

#chat_container #lpButtonDiv {
    position: relative;
    margin-top:3px;
}
#header .top ul li #phone_number {
    color: #555;
    font-weight: 500;
    display: inline-block;
    position: relative;
    top: -5px;
}
#header .top ul li a {
    color: #666;
    position: relative;
    margin-top: 4px;
    display: inline-block;
}
#header .top ul li a.text_link {
    margin-top: 7px;
}
#header .top ul li a:hover {
    text-decoration:underline;
}
#header .top .welcome #dashboard-link,#header .top .welcome #dashboard a {
    color:#005D86;
}
#header .bottom ul li a strong,#header .bottom2 ul li a strong {
    display:block;
    font-size:18px;
    font-weight:700;
}
#header .bottom ul li a span:hover,#header .bottom2 ul li a span:hover {
    color:#FFF;
}
#header .bottom2 ul li a:hover,#header .contact_section ul li a img,#main_banner .box .box_details .detail_section .internation a:hover,#main_banner .box .yellow_box .advanced a:hover {
    text-decoration:none;
}
#header .bottom2 ul li:hover span {
    color:#fff;
}
#header ul.btm_link li a:hover,#header ul.btm_link li.active a {
    text-decoration:underline;
    color:#005d86;
}
#main_banner .box .box1 a:hover,#main_banner .box .box1.active_nav1 a {
    background:url(/verified/images/nav1_hover.png) no-repeat 0 0;
}
#main_banner .box .box2 a:hover,#main_banner .box .box2.active_nav2 a {
    background:url(/verified/images/nav2_hover.png) no-repeat 0 0;
}
#main_banner .box .box3 a:hover,#main_banner .box .box3.active_nav3 a {
    background:url(/verified/images/nav3_hover.png) no-repeat 0 0;
}
#main_banner .box .box4 a:hover,#main_banner .box .box4.active_nav4 a {
    background:url(/verified/images/nav4_hover.png) no-repeat 0 0;
}
#footer .footer_top_section .col ul li a:hover,#footer_bottom_section #footer_bottom_wrap span a:hover {
    text-decoration:underline;
}
#footer .footer_top_section .col.col03,#footer .footer_top_section .col.col04 {
    float:left;
    width:130px;
}
.copyright {
    font-size: 13px !important;
}
#nav li:last-of-type a,#info .info-box li:last-of-type a {
    border:0;
}
#info .info-box li a strong {
    font-weight:700;
}
.wrap a,.crumb a,.active-column a,.desc-column a {
    color:#05519C;
    text-decoration:underline;
}
.wrap a:hover,.crumb a:hover {
    color:navy;
}
.crumb span small,.searchHelpTextFillSmall {
    color:#999;
}
#orange-searchbar .cos-radio-text,#orange-searchbar .coo-radio-text {
    margin-left:4px;
}
/* --- end combined styles --- */
/* --- begin emergency patch styles --- */
.fat_header_ul li div.li_inner_container span.fat_header_down_arrow,
.fat_header_ul li:hover div.li_inner_container span.fat_header_down_arrow,
.fat_header_ul li.open div.li_inner_container span.fat_header_down_arrow,
#header .logo{
    background: transparent url(/verified/images/template/fat_header_sprite2.png);
}
#header .logo {
    float: left;
    background-position: 0 0;
    width: 260px;
    height: 60px;
}
/*** FAT HEADER DESIGN STYLES */

.fat_header_ul_container {
    position:relative;
    width:977px;
    margin:15px auto 0 auto;
    z-index: 1;
}
.fat_header_ul {
    clear:both;
    background: transparent url(/verified/images/template/fat-header-gradient.png) 0 0 repeat-x;
    height:40px;
    border-radius:8px;
    margin:0;
    padding:0;
}
.fat_header_ul li {
    width: 241px;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}
.fat_header_ul li:first-child {
    border-radius: 8px 0 0 8px;
}
.fat_header_ul li:last-child {
    border-radius: 0 8px 8px 0;
    width: 251px;
    margin-left: -4px;
    float:right;
}
.fat_header_ul li:nth-child(2), .fat_header_ul li:nth-child(3) {
    margin-left: -4px;
}
.fat_header_ul li div.li_inner_container {
    height: 20px;
    margin-top: 8px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 16px;
    border-right: 1px solid #AEAEAE;
    padding-top: 4px;
    width: 241px;
}
.fat_header_ul li:last-child div.li_inner_container {
    border:none;
}
.fat_header_ul li div.li_inner_container .registered_sup {
    font-size: 9px;
    position: relative;
    top: -8px;
}
.fat_header_ul li #lastContainer
{
    width:241px;
}
.fat_header_ul li div.li_inner_container span.fat_header_down_arrow {
    background-position: -269px 0;
    width: 17px;
    height: 12px;
    display: inline-block;
}
.fat_header_ul li:hover {
    background-color:#064475;
    color:#666;
}
.fat_header_ul li:hover div.li_inner_container span.fat_header_down_arrow {
    background-position: -270px -17px;
    width: 17px;
    height: 12px;
}
.fat_header_ul li.open {
    background-color:white;
    border:none;
    border-radius:0;
}
.fat_header_ul li.open div.li_inner_container span.fat_header_down_arrow {
    background-position: -271px -35px;
    width: 17px;
    height: 12px;
}
.fat_header_ul li:last-child.open {
    border-right:1px solid #EFEFEF;
    width:250px;
    -webkit-box-shadow: 0 27px 27px rgba(50, 50, 50, 0.69);
    -moz-box-shadow:    0 27px 27px rgba(50, 50, 50, 0.69);
    box-shadow:         0 27px 27px rgba(50, 50, 50, 0.69);
}
.fat_header_ul li:first-child.open {
    border-left:1px solid #EFEFEF;
    width:241px;
    -webkit-box-shadow: 0 27px 27px rgba(50, 50, 50, 0.69);
    -moz-box-shadow:    0 27px 27px rgba(50, 50, 50, 0.69);
    box-shadow:         0 27px 27px rgba(50, 50, 50, 0.69);
}
.fat_header_ul li.open div.li_inner_container {
    color:#064475;
    border:none;
}

.fat_header_dropdown {
    display:none;
    width:969px;
    height:340px;
    z-index: 999999999;
    font: normal 14px/16px Arial;
    position:absolute;
    background-color:white;
    border:1px solid #EFEFEF;
    border-top:0;
    border-radius:0 0 10px 10px;
    -webkit-box-shadow: 0 27px 27px rgba(50, 50, 50, 0.69);
    -moz-box-shadow:    0 27px 27px rgba(50, 50, 50, 0.69);
    box-shadow:         0 27px 27px rgba(50, 50, 50, 0.69);
    padding:0 3px 3px 3px;
    margin:-1px auto 0 12px;
}
.fat_header_dropdown.active {
    display:block;
}
.fat_header_dropdown .panel {
    width: 295px;
    height: 100%;
    float: left;
    padding: 0 13px;
}
.fat_header_dropdown .panel .panel_content {
    margin-top: 60px;
    color: #444;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
}
.fat_header_dropdown .panel .panel_content .panel_contact_section {
    margin-top: 20px;
    font-size: 19px;
    color: #0965A4;
}
.fat_header_dropdown .panel .panel_content .panel_contact_section .panel_phone_number {
    font-size: 23px;
    display: block;
    color: #0965A4;
    padding-bottom: 20px;
}
.fat_header_dropdown .panel .panel_content .panel_contact_section a {
    padding-top: 20px;
    display: block;
    font-size: 17px;
}
.fat_header_dropdown .panel:first-child {
    border-right: 1px solid #DEDEDE;
}
.fat_header_dropdown .panel:last-child {
    border-left: 1px solid #DEDEDE;
}
.fat_header_dropdown .panel h3 {
    color: #064475;
    font-size: 16px;
    padding: 13px 0px 6px;
    font-weight: 600;
}

.fat_header_dropdown .panel ul {
    color:#666;
    list-style-type: none;
    height:270px;
    font-size:12px;
}
.fat_header_dropdown .panel.split_panel ul {
    height:auto;
}

.fat_header_dropdown .panel ul li {
    margin: 10px 0;
}
.fat_header_dropdown .panel ul li .list_bold {
    font-family:'HelveticaBold';
    font-weight:normal;
}
.fat_header_dropdown .panel ul li .list_bold a {
    color:#333;
    text-decoration: underline;
}
.fat_header_dropdown .panel .bottom_comparison {
    text-align: center;
}
.fat_header_dropdown .panel .bottom_comparison a {
    text-decoration: underline;
    font-size: 13px;
    color: #333;
    font-weight: bold;
}
.third_panel_promo_title {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
    font-weight: 100;
    line-height: 1.2;
    font-size: 22px;
    color: #0965A4;
    text-align: center;
}
.third_panel_promo {
    padding-top: 7px;
    width: 85%;
    margin: 0 auto;
    font-weight: normal;
    line-height: 1.2;
    font-size: 13px;
    color: #444444;
    text-align: center;
}
.third_panel_promo sup {
    font-size:9px;
}
.third_panel_promo .free_text {
    font-weight:bold;
}
.third_panel_promo_call {
    padding-top: 25px;
    width: 90%;
    margin: 0 auto;
    font-weight: 100;
    line-height: 1.2;
    font-size: large;
    color: #444444;
    text-align: center;
}
.third_panel_promo a {
    text-decoration:none;
    cursor:pointer;
}
.fourth_panel_promo {
    padding-top: 17px;
    width: 300px;
    margin: 0 auto;
    font-weight: 100;
    line-height: 1.2;
    font-size: 22px;
    color: #0965A4;
    text-align: center;
}
.fourth_panel_small_grey_text {
    font-size: 13px;
    color: #444;
    width: 290px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 7px;
    margin-left: 20px;
}
.panel_promo_code {
    color:#444;
    font-size:15px;
    text-align:center;
    font-weight:normal;
    margin-top:15px;
}
.first_panel_promo {
    padding-top: 27px!important;
    width: 250px!important;
    margin: 0 auto;
    font-weight: 100;
    line-height: 1.2;
    font-size: 22px;
    color: #0965A4;
    text-align: center;
}
.first_panel_promo sup {
    font-size:9px;
}
.first_panel_promo .free_text {
    font-weight:bold;
}
.first_panel_promo a {
    text-decoration:none;
    display:block;
    cursor:pointer;
}
.panel_promo {
    margin: 0 auto;
    width: 180px!important;
    font-size: large;
}
.panel_promo span {
    float: right;
    color: #0965A4;
}
#search_now_button_link_container {
    width: 100%;
    display: block;
    text-align: center;
    height: 30px;
    position: absolute;
    bottom: 45px;
}
.second_panel_promo {
    padding-top: 27px!important;
    width: 237px!important;
    margin: 0 auto;
    font-weight: 100;
    line-height: 1.2;
    font-size: 22px;
    color: #0965A4;
    text-align: center;
}
.second_panel_promo sup {
    font-size:9px;
}
.second_panel_promo .free_text {
    font-weight:bold;
}
.second_panel_promo a {
    text-decoration:none;
    display:block;
    cursor:pointer;
}
.second_panel_promo span {
    float: right;
}
.second_panel_promo {
    padding-top: 17px;
    width: 300px;
    margin: 0 auto;
    font-weight: 100;
    line-height: 1.2;
    font-size: 22px;
    color: #0965A4;
    text-align: center;
}
.small_grey_text {
    font-size: 12px;
    color: #666;
    width: 263px;
    text-align: left;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 7px;
    margin-left: 43px;
}
.second_panel_promo sup {
    font-size:9px;
}
.second_panel_promo .free_text {
    font-weight:bold;
}
.second_panel_promo a {
    text-decoration:none;
    display:block;
    cursor:pointer;
}
/** END FAT HEADER DESIGN STYLES */
.message {
    width: 100%;
    height: 45px;
    border: 1px solid #0088d7;
    border-radius: 4px;
    background-color: #F0F8FF;
    color: #0088d7;
    margin-bottom: 20px;
}

.message  img {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 8px;
    line-height: 45px;
}

.message span {
    position: relative;
    top: -18px;
    font-family: Arial, Helvetica, "Sans-Serif";
    font-weight: bold;
    letter-spacing: -1pt;
}
#overlay {
    position:absolute;
    top:220px;
    margin-left: -15px;
    bottom:0;
    height: 500px;
    background-color:#000000;
    width: 1000px;
    opacity: .5;
    z-index:9;
    color:white;
}
/* verify_phone modal dialog css */

#phone_pop_up {
    width: auto;
    padding: 25px 20px;
    background: #fff;
    border-radius: 8px;
    float: left;
    position: relative;
    max-width: 560px;
}
#phone_pop_up  p{
    width: 505px;
    color: #333333;
    font: 14px/18px 'Helvetica';
    padding-bottom: 20px;
}
#phone_pop_up .cross {
    position: absolute;
    top: -13px;
    right: -13px
}
#phone_pop_up h2 {
    color: #666666;
    font: 22px/28px 'Helvetica';
    width: 520px;
    padding-bottom: 20px;
}
#phone_pop_up form {
    float: left;
    width: 100%;
}
#phone_number {
    /*font: 16px/20px 'Helvetica';*/
    display: inline-block;

    width: 188px;
    text-align: center;
    font-weight: bold;
}
.phone_number_verify {
    margin-bottom: 10px;
    width: 100%;
}

.disabled {
    opacity: .5;
}

#phone_pop_up form input[type="text"] {
    margin: 0 0 0 54px;
    width: 186px;
    border: 1px solid #cccccc;
    padding: 8px 5px 0 5px;
    border-radius: 5px;
    font: 17px/20px 'Helvetica';
    height: 32px;
}

#phone_pop_up form input[type="button"] {
    height: 35px;
    width: 130px;
    background: #ff9000;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 0 0 0;
    text-align: center;
    text-shadow: 1px 1px 1px #df7a24;
    margin-left: 6px;
    font: 18px/20px 'Helvetica';
}
#phone_pop_up form input[type="button"]:hover {
    background: #ffa500;
}

/************************address_pop_up***************************/
#address_pop_up {
    height: 153px;
    width: 500px;
    padding: 25px 20px;
    background: #fff;
    border-radius: 8px;
    position: relative;
}
#address_pop_up h2 {
    color: #666666;
    font: 24px/60px 'Helvetica';
    width: auto;
}
#address_pop_up p {
    width: 505px;
    margin-bottom: 10px;
    color: #666666;
}
#address_pop_up p span {
    font-weight: bold;
}

#address_pop_up form input[type="button"] {
    height: 35px;
    background: #ff9000;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 11px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #df7a24;
    width: 220px;
    margin-top: 5px;
    font: 18px/20px 'Helvetica';
}
#address_pop_up form input[type="button"]:hover {
    background: #ffa500;
}
/************************cc_pop_up***************************/
.overlay {
    float: left;
    width: 100%;
    background: #404040;
    padding: 80px 0
}
#cc_pop_up {
    float: left;
    width: 797px;
    padding: 25px 18px;
    border-radius: 5px;
    behavior: url(PIE.htc);
    background: #fff;
    position: relative
}
#cc_pop_up form {
    float: left;
    width: 100%
}
#cc_pop_up .cross {
    position: absolute;
    top: -13px;
    right: -13px
}
#cc_pop_up h2 {
    color: #666666;
    text-align: center;
    font: 16px/18px'HelveticaBold';
}
#cc_pop_up .form_box {
    position: relative;
    float: left;
    width: 345px;
    padding: 20px;
    background: url(/verified/images/modal/reg_box_bg.jpg) repeat-x 0 0 #f4f4f4;
    border-radius: 7px;
}
#cc_pop_up .form_box.right {
    float: right;
}
#cc_pop_up .form_box .row {
    float: left;
    width: 345px;
    margin-bottom: 7px
}
#cc_pop_up .form_box .row .col_1 {
    float: left;
    width: 172px
}
#cc_pop_up .form_box .row .col_2 {
    float: right;
    width: 168px
}
#cc_pop_up .form_box .row label {
    display: block;
    padding-left: 6px;
    color: #666666;
    font: 14px/16px'Helvetica';
}
#cc_pop_up .form_box .row .addr {
    float: left;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px 5px;
    width: 156px;
}
#cc_pop_up .form_box .row .col_2 .addr {
    float: right;
}
#cc_pop_up .form_box .row .col_2 .cvv {
    float: left;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px 5px;
    width: 54px;
    margin-left: 4px
}
#cc_pop_up .form_box .row .city_col {
    float: left;
    width: 150px
}
#cc_pop_up .form_box .row .city {
    float: left;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px 5px;
    width: 138px;
}
#cc_pop_up .form_box .row .state_col {
    float: left;
    width: 66px;
    margin: 0 5px
}
#cc_pop_up .form_box .row .state {
    float: left;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px 5px;
    width: 54px;
}
#cc_pop_up .form_box .row .zip_col {
    float: left;
    width: 116px;
}
#cc_pop_up .form_box .row .zip {
    float: left;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px 5px;
    width: 104px;
}
#cc_pop_up .form_box .row .tel {
    float: left;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px 5px;
    width: 243px;
}
#cc_pop_up .form_box .row .col_2 img {
    margin-top: 17px
}
#cc_pop_up .summary_box {
    clear: both;
    margin-top: 13px;
    width: 385px;
    float: right;
}
#cc_pop_up .summary_box .list {
    float: right;
    width: 345px;
    padding: 20px 20px 0 20px;
    background: #f4f4f4;
    border-radius: 7px;
    position: relative
}
#cc_pop_up .summary_box strong {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    color: #666666;
    font: 14px/16px 'Helvetica';
}
#cc_pop_up .summary_box .list .row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 8px
}
#cc_pop_up .summary_box .list .row.none {
    border: none;
}
#cc_pop_up .summary_box .list .row.last {
    border-bottom: none
}
#cc_pop_up .summary_box .list .row span {
    display: inline-block;
    color: #666666;
    font: 14px/16px 'Helvetica';
    padding-bottom: 10px
}
#cc_pop_up .summary_box .list .row .col_1 {
    float: left;
    width: 272px
}
#cc_pop_up .summary_box .list .row .col_2 {
    float: left;
    width: 73px
}
#cc_pop_up form .verify {
    height: 35px;
    background: #ff9000;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    padding: 5px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #df7a24;
    width: 130px;
    clear: both;
    margin-top: 19px;
    font: 18px/20px 'Helvetica';
}
#cc_pop_up form .verify:hover {
    background: #ffa500;
}
#postcard_send_form {
    text-align: center;
}
.verified_since {
    font-size: 12px;
}
.center {
    text-align: center;
}

div.veteran-owned-image{
    float: left;
    position: relative;
}
div.veteran-owned-text {
    float: left;
    position: relative;
    top: 15px;
    color: #C02619;
}

.hide-icon {
    display: none;
}

/* for Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    #phone_pop_up form input[type="button"] {
        padding: 0px;
    }

    #address_pop_up form input[type="button"] {
        padding: 0px;
    }
}

/* for IE10 and above */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    #phone_pop_up form input[type="button"] {
        padding: 0px;
    }

    #address_pop_up form input[type="button"] {
        padding: 0px;
    }
}

/* for Live Person modal */
#dandb-sales-invite a img {
    display: block;
}

.error_msg_container {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    padding-top: 30px;
}

.error_msg_container h2 {
    text-align: center;
}