@charset "utf-8";
/*
    font size px to % table
    8   61.5
    9   69.2
    10  77
    11  85
    12  93
    13  100
    14  108
    15  116
    16  123.1
    17  131
    18  138.5
    19  146.2
    20  153.9
    21  161.6
    22  167
    23  177
    24  185
    25  192.5
    26  200
    27  207.7
    28  215.5
    29  223.1
    30  230.8
}
    link:       #093b6f;
    text:       #555566;
    ltbl-brdr:  #cadae4;
    ltrbl-bg:   #ebf3fe;
    drbl-brdr:  #6489b5;
    brtyelorg:  #ff9900;
    dullorg:    #f28133;
    redorg:     #f54b0f;
*/

/******************************************************************/
/******************************************************************/
/************************************************ LAYOUT **********/
html {
    height: 100%;
}
body {
    height: auto;
    min-height: 100%;
}
#hd {
    position: relative;
}
.body-type-b #hd {
    background: #FFF;
}
#replacement-hd {
    overflow: hidden;
    margin: 0 3px 0 3px;
}
#hd-short {
    position: relative;
}
#hd-content {
    height: 81px;
}

#hd-content.fix-tall-logo,
.bd-full-width #hd-content.fix-tall-logo {
    height: 145px;
}

#hd-content.fix-tall-logo #member-sign-in,
.bd-full-width #hd-content.fix-tall-logo #member-sign-in {
    top: 57px;
}

#hd-content.fix-tall-logo #hd-mid-2,
.bd-full-width #hd-content.fix-tall-logo #hd-mid-2 {
    padding-top: 50px;
}

#logo-short {
    overflow: hidden;
    padding: 0.5em;
}
#site-logo {
    width: 261px;
    height: 58px;
}
#powered-by-logo {
    width: 126px;
    height: 36px;
}
.member-btn {
    width: 16px;
    height: 16px;
}
.main-bg {
}
#bd {
    background-color: #ffffff;
    height: auto;
    position: relative;
    margin: 0 3px 0 3px;
}
#bd-short {
    background-color: #ffffff;
    height: auto;
    width: 100%;
    position: relative;
}
#ft {
    height: auto;
    position: relative;
    margin: 0 3px 0 3px;
}
#ft-short {
    height: auto;
    position: relative;
}
.separator-line {
    background-color: #f38f43;
    height: 4px;
}
.gray-line {
    margin: 8px;
    height: 1px;
}
.dotted-border {
    border-left: 1px dotted #000000;
    padding-left: 1.5em;
}
.yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {
    /* this essentially provides the padding for the main content area
       since the main content area may be broken into several yui grids
       we simply put the padding on all of the grids, rather than creating ids
    */
    padding: 1em 1.5em 1em 1.5em;
}
.short {
    width: 50em;
    text-align: left;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#gr1-col1 { width: 71% }
#gr1-col2 { width: 27% }

/******************************************************************/
/******************************************************************/
/**************************************FULL WIDTH LAYOUT **********/
.bd-full-width {
    background: #e8ede6;
}
.bd-full-width #doc4 {
    width: 100%;
    padding: 0;
}
.bd-full-width .bd-inner-width {
    width: 960px;
    position: relative;
    margin: auto;
}
.bd-full-width #hd {
    background: #fff;
}
.bd-full-width #hd-content {
    margin-top: 5px;
    height: 74px;
    overflow:hidden;
}
.bd-full-width #hd-mid-1 {
    display: none;
}
.bd-full-width #hd-mid-2 {
    text-align: left;
}
.bd-full-width #hd-top,
.bd-full-width .hd-mid {
    border: none !important;
}
.bd-full-width #hd-bottom {
    display: none;
}
.bd-full-width #site-logo {
    width: 195px;
    height: auto;
}
.bd-full-width #member-sign-in {
    top: 20px;
    right: 0;
}
.bd-full-width .member-sign-in-text {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    margin-left: -5px;
}
.bd-full-width #pg-hd {
    width: 100%;
}
.bd-full-width #bd {
    background: none;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.bd-full-width .gr1-content,
.bd-full-width .gr2-content {
    padding: 0;
}
.bd-full-width #ft {
    background: #fff;
    margin: 0;
}
.bd-full-width .footer-area,
.bd-full-width .footer-area a {
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    color: #777 !important;
    text-decoration: none;
}
.bd-full-width .footer-area .link {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #777;
}
.bd-full-width .footer-area .link.first {
    padding-left: 0;
}
.bd-full-width .footer-area .link.last {
    border-right: 0;
}
.bd-full-width .footer-area .separator {
    display: none;
}
.bd-full-width #footer-bottom {
    display: none;
}
.bd-full-width #nav-content {
    padding: 0;
}
.bd-full-width input[type="text"],
.bd-full-width input[type="number"],
.bd-full-width input[type="tel"],
.bd-full-width input[type="email"],
.bd-full-width select {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #bbb;
    border: 1px solid #9bb6d2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.bd-full-width .submit-btn-bg,
.bd-full-width .submit-btn {
    width: 205px;
    height: 70px;
    border: 1px solid #dd6300;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #c04002;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fd811b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9327), color-stop(100%,#fb6f0e));
    background: -webkit-linear-gradient(top, #ff9327 0%,#fb6f0e 100%);
    background: -o-linear-gradient(top, #ff9327 0%,#fb6f0e 100%);
    background: -ms-linear-gradient(top, #ff9327 0%,#fb6f0e 100%);
    background: linear-gradient(to bottom, #ff9327 0%,#fb6f0e 100%);
}
.bd-full-width .submit-btn-bg:hover,
.bd-full-width .submit-btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb6f0e), color-stop(100%,#ff9327));
    background: -webkit-linear-gradient(top, #fb6f0e 0%,#ff9327 100%);
    background: -o-linear-gradient(top, #fb6f0e 0%,#ff9327 100%);
    background: -ms-linear-gradient(top, #fb6f0e 0%,#ff9327 100%);
    background: linear-gradient(to bottom, #fb6f0e 0%,#ff9327 100%);
    cursor: pointer;
}
.bd-full-width .submit-btn.grayed {
    background: #dedede !important;
    border-bottom: 3px solid #c9c9c9 !important;
    cursor: default !important;
}
.bd-full-width .submit-btn-2 {
    width: 180px;
    height: 46px;
    border: 1px solid #4982bb;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #114983;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #78a3ce;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85aed7), color-stop(100%,#6b98c5));
    background: -webkit-linear-gradient(top, #85aed7 0%,#6b98c5 100%);
    background: -o-linear-gradient(top, #85aed7 0%,#6b98c5 100%);
    background: -ms-linear-gradient(top, #85aed7 0%,#6b98c5 100%);
    background: linear-gradient(to bottom, #85aed7 0%,#6b98c5 100%);
}
.bd-full-width .submit-btn-2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b98c5), color-stop(100%,#85aed7));
    background: -webkit-linear-gradient(top, #6b98c5 0%,#85aed7 100%);
    background: -o-linear-gradient(top, #6b98c5 0%,#85aed7 100%);
    background: -ms-linear-gradient(top, #6b98c5 0%,#85aed7 100%);
    background: linear-gradient(to bottom, #6b98c5 0%,#85aed7 100%);
    cursor: pointer;
}
.bd-full-width .submit-btn-2:hover {
    cursor: pointer;
}
.bd-full-width a:hover {
    color: #e36501;
}
.bd-full-width .modern .member-btn {
    display: none;
}
.bd-full-width .modern #member-sign-in {
    height: 24px;
    padding-left: 30px;
    padding-top: 2px;
}
.bd-full-width .modern #member-sign-in a {
    font-family: OpenSansSemiBold;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}
.bd-full-width .modern #member-sign-in {
    background: url(/resources/site/images/member-btn-2.png) top left no-repeat;
}

/******************************************************************/
/************************************** HYBRID LAYOUT *************/

body.hybrid {
    background: #e8eff7;
}

.hybrid #hd {
    background: #FFF;
    border-bottom: 1px solid #cfcfcf;
}

.hybrid #doc4 {
    width: 100%;
    padding: 0;
}

.hybrid .bd-inner-width {
    width: 960px;
    position: relative;
    margin: auto;
}

.hybrid #hd-top, .hybrid .hd-mid, .hybrid #hd-mid-1 {
    border: none;
}

.hybrid .main-bg {
    background: none;
}

.hybrid #hd-bottom {
    display: none;
}

.hybrid .top-banner,
.hybrid .top-banner-bg,
.hybrid .top-banner-inner {
    width: 960px;
    margin: 0 auto;
    height: 170px;
}

.hybrid .top-banner {
    margin-top: 30px;
    border: none;
}

.hybrid .top-banner-bg,
.hybrid .top-banner-inner {
    margin-top: -170px;
}

.hybrid .top-banner-bg {
    background-color: transparent;
}

.hybrid .top-banner-inner .headline-top {
    padding: 28px 0 0 30px;
    font-size: 30px;
    line-height: 90%;
    color: #fff;
}

.hybrid .top-banner-inner .headline-bottom {
    padding: 20px 0 0 30px;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    width: 345px;
}

.hybrid #col1 {
    width: 56%;
    border-right: 1px solid #d2d2d2;
    padding-right: 18px;
}

.hybrid #col2 {
    width: 42%;
    margin-left: 0;
}

.hybrid #col2 .dotted-border {
    padding-left: 30px;
    border-left: none;
    padding-top: 10px;
}

#registration.hybrid .form-area {
    margin-top: 10px;
}

.hybrid .form-corner,
.hybrid .form-corner .corner,
.hybrid .form-corner-bg {
    background: none;
    border: none;
}

.hybrid #bd {
    margin: 0 auto;
    width: 960px;
}

.hybrid #footer-bottom {
    background: none;
}

#registration.hybrid #member-sign-in {
    top: 30px;
}

#registration.hybrid #member-sign-in a {
    font-family: OpenSansSemiBold;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}

#registration.hybrid #rhs1Div {
    margin: 0;
    width: 300px;
}

#registration.hybrid .form-corner-top {
    display: none;
}

#registration.hybrid .step-header-first #step1HeadingDiv,
#registration.hybrid .step-header-first #step1TopDiv {
    margin-top: 0;
}

#registration.hybrid .form-area td.col-1 {
    text-align: left;
}

#registration.hybrid .form-area td.col-1,
#registration.hybrid .form-area td.col-2 {
    width: 50%;
    padding: 0;
}

#registration.hybrid .step-text .step-title,
#registration.hybrid .form-area .step-heading {
    color: #f98f43;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
}

#registration.hybrid .step-text .step-description,
#registration.hybrid .form-area .step-top {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    color: #333;
}

#registration.hybrid .form-area .form-main label {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}

#registration.hybrid .form-area .form-main input[type=email],
#registration.hybrid .form-area .form-main input[type=tel],
#registration.hybrid .form-area .form-main input[type=text],
#registration.hybrid .form-area .form-main select {
    background: #f9f9f9;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #d0d0d0;
    width: 200px;
    padding: 5px 10px;
    font-size: 18px;
}

#registration.hybrid .form-area .step-separator,
#registration.hybrid .form-area .gray-line {
    background: #d2d2d2;
    margin: 30px 0;
    height: 1px;
}

#registration.hybrid .form-area #step1Button {
    text-align: center;
    margin-top: 20px;
}

#registration.hybrid .form-area .form-main select {
    height: 38px;
}

#registration.hybrid .form-area .form-main input#phone1,
#registration.hybrid .form-area .form-main input#phone2 {
    width: 43px;
}
#registration.hybrid .form-area .form-main input#phone3 {
    width: 45px;
}

#registration.hybrid .form-area .form-main select#cctype {
    width: 222px;
}

#registration.hybrid .form-area .form-main select#ccmonth,#registration.hybrid .form-area .form-main select#ccyear {
    width: 105px;
}

#registration.hybrid .form-area #termsTopDiv {
    color: #444;
    font-weight: normal;
    margin-bottom: 20px;
}

#registration.hybrid .form-area #termsTopDiv strong {
    font-weight: bold;
    display: block;
}

#registration.hybrid .form-area #eo-btn,
#registration.hybrid .form-area #reg-btn {
    background: #ff8216;
    border: none;
    border-bottom: 3px solid #df6600;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: normal;
    font-size: 18px;
    padding: 25px 30px;
    width: auto;
    height: auto;
    text-shadow: 0px 2px 0px rgba(0,0,0,0.3);
    color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}

#registration.hybrid .form-area #reg-btn:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 15px;
}

.hybrid .error-text {
    color: #cc0000;
}

.hybrid .error {
    background: #ffbfbf !important;
    border: 1px solid #cc0000 !important;
    color: #cc0000 !important;
}

.hybrid .form-area label em {
    font-style: normal;
    color: #cc0000;
}

#registration.hybrid #rhs1Div,
#registration.hybrid #rhs2Div,
#registration.hybrid #rhs1BottomDiv,
#registration.hybrid #rhs2BottomDiv {
    margin-left: 0;
}

#registration.hybrid #rhs2Div {
    margin-top: 20px;
}

#registration.hybrid #rhs1TopDiv,
#registration.hybrid #rhs2TopDiv {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
}

#registration.hybrid #rhs1BottomDiv,
#registration.hybrid #rhs2BottomDiv {
    color: #333;
    margin-top: 5px;
}

#registration.hybrid .eo-fields {
    margin-top: 20px;
}

#registration.hybrid .eo-fields .eo-checkbox {
    width: 350px;
}

#registration.hybrid #termsTopContent {
    margin-top: 20px;
}

#registration.hybrid #bd-main #col1 form {
     margin: 1.5em 0 1.5em 1.5em;
}

/******************************************************************/
/******************************************************************/
/****************************************** BASIC STYLES **********/
body, div, table, td, tr, th, a, p, input, option, legend {
    color: #000000;
}
em {
    font-style: italic;
}
li, td, a, p {
    font-size: 93%;     /* eq 12px */
}
p a, td a, td p, li td {
    font-size: 100%;        /* 'nuetralizes' the nested %'s */
}
p {
    padding: .75em 0 .75em 0;
}
h1, h2, h3, h4, h5, h6 {
    padding: .1em 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #415870;
}
h1 {
    font-size: 215.5%;  /* eq 28px */
}
h2 {
    font-size: 200%;    /* eq 26px */
}
h3 {
    font-size: 153.9%;  /* eq 20px */
}
h4 {
    font-size: 138.5%;  /* eq 18px */
}
h5 {
    font-size: 108%;    /* eq 14px */
}
h6 {
    font-size: 93%;     /* eq 12px */
    padding: 0;
}
a {
    text-decoration: underline;
    font-size: 100%;
    color: #093b6f;
    cursor: pointer;
}
a:hover {
    color: #107ef0;
}
sup {
    font-size: 75%;
}
.no-underline {
    text-decoration: none;
}
.underline {
    text-decoration: underline;
}
.hidden {
    visibility: hidden;
    display: none;
}
.hidden-frame{
    width:1px;
    height:1px;
}
.visible {
    visibility: visible;
    display: block;
}
tr.visible {
    display: table-row;
}
.no-height {
    height: 0 !important;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
select {
    color: #093b6f;
    font-size: 10px;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"] {
    height: 14px;
    border: 1px solid #6489b5;
    width: 10em;
}
select {
    border: 1px solid #6489b5;
}
input.radio,
input.checkbox {
    width: 14px;
    height: 14px;
    border: 0;
    padding: 0;
}
input.sumbit {
    width: auto;
}
fieldset {
    float: left;
clear: left;
width: 100%;
margin: 1em 0 .25em 0;
padding: 0 0 1em 0;
border: 1px solid #f28133;
/* IE-only hack */
*position: relative;
}
fieldset ol {
    margin: 1em 1em 0 1em;
    list-style: none;
}
fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 1.5em;
    list-style-image: none;
}
legend {
    margin-left: 1em;
    font-weight: bold;
    padding: .5em;
    /* IE-only hack */
    *position: relative;
    *left: -7px;
}
.form-container {
    /* usd for fancier forms with graphic headers */
    border: 2px solid #6489b5;
    border-top: 0px;
    padding: 1em 2em 1.5em 2em;
    background-color: #FFFFFF;
    height: 100%;
}
table {
    width: 100%;
    border: 0;
    padding: 0;
}
table.auto {
    width: auto;
}
table.fixed {
    table-layout: fixed;
}
.form-area input[type="text"],
.form-area input[type="number"],
.form-area input[type="tel"],
.form-area input[type="email"],
.form-area select {
    font-size: 110%;
    width: 10.7em;
    height: 1.45em;
    border: 1px solid #c7c7c7;
    color: #3e3d3d;
    vertical-align: middle;
}
.form-area input {
    padding-top: 3px;
}
.box-title {
    width: 100%;
    height: 24px;
    margin-bottom: 5px;
    text-align: center;
}
.box-title .title-text {
    text-align: center;
    display: block;
    width: 100%;
    background-color: #6289b2;
}
.box-title .inner-text {
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
}
.box-title .curve-left {
    float: left;
    width: 5px;
    height: 24px;
}
.box-title .curve-right {
    float: right;
    width: 5px;
    height: 24px;
}
.property-details-title {
    width: 266px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    margin-bottom: 1px;
    font-size: 108%;
    font-weight: bold;
    color: #fff;
}
.testimonial-text {
    font-size: 14px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.testimonial-author {
    margin-top: 4px;
    text-align: right;
}
.spinner-overlay .spinner-bg{
    background-color:rgba(51, 51, 51, 0.8);
    border-radius:10px 10px 10px 10px;
    box-shadow:0 1px 0 #FFFFFF;
    height:120px;
    width:120px;
    display:inline-block;
    position:relative;
}

/******************************************************************/
/******************************************************************/
/********************************************* GLOBAL ELEMENTS ****/
#logo {
    overflow: hidden;
}
#brand-logo {
    vertical-align: top;
    margin-left: .6em;
    margin-top: .4em;
}
#brand-logo-short {
    vertical-align: top;
    margin-left: 1.5em;
    margin-top: 1em;
}
#header-text {
    font-size: 153.9%;
    color: #415870;
    margin-top: 10px;
    float: left;
}
.bureau-links {
    padding: 9px; 12px 0 0;
}
.bd-full-width .bureau-links {
    padding-top: 5px;
}
#member-sign-in {
    font-size: 85%;
    position: absolute;
    float: right;
    bottom: 46px;
    right: 20px;
}
.member-sign-in-text {
    padding-left: .3em;
    color: #f28133;
}
.member-sign-in-text:hover {
    color: #FFCC00;
}
#member-sign-in img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}
#header-close-link {
    position: absolute;
    float: right;
    bottom: 15px;
    right: 25px;
}
#footer {
    background-color: #FFFFFF;
    padding: 1.2em 0 1em 0;
}
#footer-short {
    padding: 25px 25px 15px 0;
}
#footer-bottom {
    background-color: #8fa1ad;
    height: 3px;
}
#footer-close-link {
    text-align: right;
}
.top-banner {
    text-align: center;
    height: 280px;
    border-top: 1px #3a8f22 solid;
    border-bottom: 1px #3a8f22 solid;
    background-position: center top;
}
.top-banner img {
    width: 100%;
    height: 100%;
}
.top-banner-bg {
    height: 280px;
    opacity: 0.8;
    background-color: #479533;
    position: relative;
    margin-top: -281px;
}
.top-banner-inner {
    width: 960px;
    height: 280px;
    position: relative;
    margin: auto;
    margin-top: -280px;
}
.no-result .top-banner,
.no-result .top-banner-bg,
.no-result .top-banner-inner {
    height: 430px;
}
.no-result .top-banner-bg {
    margin-top: -431px;
}
.no-result .top-banner-inner {
    margin-top: -430px;
}
#overDiv{width: 280px; text-align: justify;}
#overDiv div{padding: 2px 5px 2px 5px; background-color: #FFFFFF;}

/******************************************** Header **********/
#hd-top {
    height: 14px;
    font-size: 1px;
}
.hd-mid {
    height: 67px;
}
.hd-mid-bg {
}
#hd-mid-1 {
    float: left;
    width: 3px;
}
#hd-mid-2 {
    background-color: #FFFFFF;
    float: left;
    text-align: center;
    width: 296px;
}
#hd-mid-3 {
    float: left;
    width: 59px;
}
#hd-mid-4 {
    float: left;
    vertical-align: top;
}
#hd-bottom {
    background-color: #FFFFFF;
    margin: 0 3px 0 3px;
    padding: 15px 12px 15px 12px;
}

/******************************************** Navigation **********/
/*
    the outer and inner wrappers allow the button graphic to expand
    the outer wrapper defines the top of the button and the default
    center bg color the inner wrapper defines the bottom of the button
    when the text/button expands it pushes down the inner wrapper
    and exposes the default bg color of the outer wrapper
*/
#nav-content {
    background-color: #FFFFFF;
    padding: 0 .4em 0 .4em;
}
#nav-wrapper-outer {
    /* contains top half of button graphic and default bg */
}
#nav-wrapper-inner {
    /* contains bottom half of button graphic */
    text-align:center;
}
#nav {
    /* container for buttons, allows for centering */
    width: 100%;
    margin: 0 auto;
    height: 2.4em;
}
#nav-bottom {
    height: 8px;
}
#nav-content .nav-btn {
    border: none;
    border-left: #bbbbbb solid 1px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    width: 9em;
    padding: .5em 0;
    margin: 0;
    font-size: 100%;
    background: transparent;
    height: 100%;
}
#nav-content .nav-btn-hov {
    color: #FFCC00;
    height: 100%;
}
#nav-content .nav-btn-last {
    /* this is the last  and needs a right hand border */
    border-right: #bbbbbb solid 1px;
    height: auto;
}

/******************************************** Column Header **********/
/* the following 4 styles are used for all column headers regardless of page or column widths */
.hdr-wrapper-outer {
}
.hdr-wrapper-left {
}
.hdr-wrapper-right {
}
.hdr-wrapper {
    margin: 0 5px;      /* width of rounded corner */
    padding-bottom: .25em;
}
.hdr-wrapper h5, .hdr-wrapper h6 {
    color: #ffffff;
    font-weight: bold;
    padding: .25em;
}
.wrapper-col {
    width: 5px;
}
.hdr {
    padding-top: .125em !important;
    padding-bottom: .125em !important;
    background: transparent;
    height: 2.25em;
}
.hdr-left {
    border-left: 0px !important;
}
/* the following 2 styles are required because of the 5px width of the rounded corners */
.col-left {
    border-left: 0px !important;
}
.col-right {
}

/******************************************** Form Corners ***********/
.form-corner {
    width: 100%;
    height: 11px;
    background-color: #ffffff;
    position:relative;
}
.form-corner-bg {
    border-left: 2px solid #fab17d;
    border-right: 2px solid #fab17d;
    background-color: #ffffff;
}
.form-corner-top {
}
.form-corner-bottom {
}
.form-corner-top .corner, .form-corner-bottom .corner {
    width: 11px;
    height: 11px;
    font-size: 1px;
}
.form-corner-top .left {
    float: left;
}
.form-corner-top .right {
    float: right;
}
.form-corner-top .left-blue1 {
    float: left;
}
.form-corner-top .right-blue1 {
    float: right;
}
.form-corner-top .left-blue2 {
    float: left;
}
.form-corner-top .right-blue2 {
    float: right;
}
.form-corner-top .left-blue3 {
    float: left;
}
.form-corner-top .right-blue3 {
    float: right;
}
.form-corner-bottom .left {
    float: left;
}
.form-corner-bottom .right {
    float: right;
}
.form-corner-bottom .left-blue1 {
    float: left;
}
.form-corner-bottom .right-blue1 {
    float: right;
}
.form-corner-bottom .left-blue2 {
    float: left;
}
.form-corner-bottom .right-blue2 {
    float: right;
}
.form-corner-bottom .left-blue3 {
    float: left;
}
.form-corner-bottom .right-blue3 {
    float: right;
}

/*************************************** Rounded Corners - Blue ***********/
.rounded-corner {
    width: 100%;
    height: 7px;
    background-color: #ebf3fe;
}
.rounded-corner-bg {
    border-left: 1px solid #cadae4;
    border-right: 1px solid #cadae4;
    background-color: #ebf3fe;
}
.rounded-corner-top {
}
.rounded-corner-bottom {
}
.rounded-corner-top .corner, .rounded-corner-bottom .corner {
    width: 7px;
    height: 7px;
    font-size: 1px;
}
.rounded-corner-top .left {
    float: left;
}
.rounded-corner-top .right {
    float: right;
}
.rounded-corner-bottom .left {
    float: left;
}
.rounded-corner-bottom .right {
    float: right;
}
.rounded-corner-blue4 {
    background-color: #f2f2f8;
}
.rounded-corner-blue4 .corner {
    width: 7px;
    height: 7px;
    font-size: 1px;
}
.rounded-corner-blue4 .top-left-blue4 {
    float: left;
}
.rounded-corner-blue4 .top-right-blue4 {
    float: right;
}
.rounded-corner-blue4 .bottom-left-blue4 {
    float: left;
}
.rounded-corner-blue4 .bottom-right-blue4 {
    float: right;
}


/*************************************** Rounded Corners - Grey ***********/
.rounded-corner-grey {
    width: 100%;
    height: 7px;
    background-color: #ebf3fe;
}
.rounded-corner-grey-bg {
    border-left: 1px solid #d4e0ea;
    border-right: 1px solid #d4e0ea;
    background-color: #efefef;
}
.rounded-corner-grey-top {
}
.rounded-corner-grey-bottom {
}
.rounded-corner-grey-top .corner, .rounded-corner-grey-bottom .corner {
    width: 7px;
    height: 7px;
    font-size: 1px;
}
.rounded-corner-grey-top .left {
    float: left;
}
.rounded-corner-grey-top .right {
    float: right;
}
.rounded-corner-grey-bottom .left {
    float: left;
}
.rounded-corner-grey-bottom .right {
    float: right;
}


/******************************************** Buttons ***********/
input.submit-btn,
input.submit-btn-gray {
    width: 140px;
    height: 35px;
    border: 0;
    font-size: 130%;
    color: #ffffff;
    font-weight: 900;
    font-family: Arial Black, Arial;
    padding-bottom: .3em;
    cursor: pointer;
}
input.submit-btn-long {
    width: 220px;
    height: 35px;
    border: 0;
    font-size: 130%;
    color: #ffffff;
    font-weight: 900;
    font-family: Arial Black, Arial;
    padding-bottom: .3em;
    cursor: pointer;
}
input.submit-btn-large {
    width: 220px;
    height: 60px;
    border: 0;
    font-size: 200%;
    color: #ffffff;
    font-weight: 900;
    font-family: Arial Black, Arial;
    padding-bottom: .4em;
    cursor: pointer;
}
input.submit-btn-small {
    width: 120px;
    height: 25px;
    border: 0;
    font-size: 110%;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: .3em;
    cursor: pointer;
}
input.submit-btn-short {
    width: 80px;
    height: 22px;
    border: 0;
    font-size: 100%;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: .1em;
    cursor: pointer;
}
input.primary, input.secondary {
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    font-size: 108%;
    font-weight: bold;
    border: outset 2px #FF6600;
    text-align: center;
    width: 11.125em;    /* 12em minus 1/2 of span offset */
    height: 27px;
    color: #ffffff;
    vertical-align:top;
}
input.secondary {
    border: outset 2px #cadae4;
    font-size: 93%;
    width: 8.625em;
}
input.primary.hov, input.secondary.hov {
    color: #FFCC00;
}
input.primary.hov {
    border: solid 2px #ffdac1;
}
input.secondary.hov {
    border: solid 2px #e9eff3;
}
input.submit-add-and-continue {
    width: 176px;
    height: 35px;
    border: 0;
}
input.submit-no-thanks {
    width: 127px;
    height: 35px;
    border: 0;
}
input.submit-continue {
    width: 105px;
    height: 29px;
    border: 0;
}
.cta-submit,
#registration .registration-110 .submit-btn {
    font-family: inherit;
    color: #FFF;
    text-align: center;
    background: #0e65b9;
    border: 0;
    border-bottom: 3px solid #0d4c89;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}
/******************************************************************/
/******************************************************************/
/************************************************* COMPONENTS******/
.sidebar, .sidebarSolid, .sidebarBlank {
    border: #6489b5 solid 1px;
    padding: 1.2em;
    margin-bottom: 1em;
}
.sidebarSolid {
    background-color: #ebf3fe;
}
.sidebarBlank {
    background: transparent;
}
.sidebar-hdr {
    background-color: #6289b2;
    height: 2em;
}
.sidebar-hdr h4, .sidebar-hdr h5, .sidebar-hdr h6 {
    padding: .35em 0 0 1em;
    color: #ffffff;
}
.sidebar-bg-bottom {
    border: #6489b5 solid 1px;
    border-top: #6687bc solid 7px;
    padding: 1.2em;
    margin-bottom: 1em;
}

/********************************************** Lists ************/
ul {
    margin-bottom: .2em;
}
ul.graphic li {
    list-style-position: inside;
}
ul.disc li {
    list-style: disc;
    list-style-position: inside;
}
ul li {
    margin-left: .7em;
    margin-top: .5em;
}
.list-spacing {
    padding-left: 1em;
}

/************************************************ Forms ***********/
.blue {
    color: #4b6179;
}
.error {
    background-image: none !important;
    background-color: #ee101a !important;
}
.error-text {
    color: #f54b0f;
    font-weight: bold;
}
.arrow {
    background-position: 0 2px;
    padding: 0 .5em 0 1.5em;
    margin: .65em;
}
.arrow-2 {
    background-position: 0 2px;
    padding: 0 .5em 0 1.5em;
    margin: .65em;
}
.circle {
    background-position: 0 2px;
    padding: 0 .5em 0 1.5em;
    margin-top: .65em;
}
.checkbox-content {
    width: 20px;
    vertical-align: top;
    padding-top: 1px;
}
.spacer {
    height: 1.5em;
}
table.form-main {
    width: 100%;
}
.form-content {
    padding: 1em 1em 0 1em;
    margin: 0;
}
.form-content li {
    padding-bottom: 1em;
}
.form-content .button {
    margin-top: .6em;
}
.form-area td {
    vertical-align: top;
}
.form-area .form-text {
    font-size: 100%;
    font-weight: bold;
    color: #3e3d3d;
}
.form-area label em {
    display: block;
    color: #f54b0f;
    font-size: 77%;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: .3em;
}
.gray-text option {
    color: #3e3d3d;
}
tr.form-separator {
    height: .9em;
}
tr.form-separator-select {
    height: .2em;
}
fieldset.blue {
    border: 1px solid #6489b5;
}
fieldset.gradient {
}
fieldset.yellow {
    background-color: #FFFFCC;
}
fieldset.orange {
    border: 1px solid #6489b5;      /* drk blu */
}
fieldset.none {
    border: none;
    margin: 0;
}
label.top {
    display: block;
}
label.left {
    float: left;
    width: 14em;
    margin-right: 1em;
    position: relative;
}
.right-side {
    padding-left: 15em;
}
label em, label strong, form li em {
    display: block;
    color: #f54b0f;
    font-size: 70%;
    text-transform: uppercase;
    font-weight: normal;
}
fieldset fieldset {
    margin-bottom: -2.5em;
    border-style: none;
    background-color: transparent;
    background-image: none;
}
fieldset fieldset legend {
    /* acts as a label for embedded sets such as radio buttons */
    margin-left: 0;
    font-weight: normal;
    border: none;
    background: none;
    padding: 0;
}
fieldset fieldset ol {
    position: relative;
    top: -1em;
    /* the margin-left is equal to label.left width + margin-right */
    margin: 0 0 0 15em;
    padding: 0;
}
fieldset fieldset li {
    padding-bottom: 1em;
}
fieldset fieldset label {
    float: none;
    width: auto;
    position: absolute;
    left: 3em;
}
.form-area .form-title {
    background-color: #ffffff;
    position: absolute;
    top: -9px;
    margin-left: .2em;
    padding: 0 .6em 0 .6em;
    font-size: 123.1%;
    color: #4b6179;
    font-weight: bold;
}
.form-area .step-heading {
    font-size: 108%;
    color: #f98f43;
    font-weight: bold;
    font-style: italic;
    margin-right: .6em;
}
.form-area .step-top {
    font-size: 108%;
    color: #727070;
    font-weight: bold;
    font-style: italic;
}
.form-area .step-bottom {
    color: #3e3d3d;
    font-size: 85%;
}
label.right {
    text-align: right;
    margin-right: .5em;
}
form.form-horizontal {
    padding: 0;
}
form.form-horizontal fieldset {
    margin: 0;
    padding: 0 0 1em 0;
}
form.form-horizontal ol {
    float: left;
    width: 90%;
}
form.form-horizontal li.thirds {
    float: left;
    width: 20%;
    clear: none;
    padding: 0 0 0 6em;
    margin: 0;
}
form.form-horizontal button {
    margin-top: -1em;
}
.no-result-searchbox .title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.no-result-searchbox .search-box {
    width: 320px;
    padding: 10px;
    color: #a8abad;
    font-size: 20px !important;
    font-weight: normal !important;
    margin-bottom: 70px;
    border-top: 1px solid #686868;
    border-left: 1px solid #686868;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 20px;
}
.no-result-searchbox .button {
    padding-top: 3px;
}

/************************************************ Local Info Details List ***********/
.local-info-details {
    margin: 30px 0 -15px 0;
    width: 88%;
    margin-left: 12%;
    text-align: left;
}
.local-info-details-list li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0;
    height: 60px;
    margin-bottom: 45px;
    background: url('../images/icon_local_info.png') no-repeat top left;
}
.local-info-details-list li .hover {
    width: 50px;
    height: 100%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.local-info-details-list li .text {
    display: inline-block;
}
.local-info-details-list li .type {
    font-family: Arial;
    font-size: 14px;
    color: #777777;
    padding-top: 3px;
}
.local-info-details-list li .value {
    font-family: Arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 100%;
}
.local-info-details-list li.population {
   background-position: 0 4px;
}
.local-info-details-list li.family-size {
   background-position: 0 -72px;
}
.local-info-details-list li.median-income {
   background-position: 0 -152px;
}
.local-info-details-list li.crime-risk {
   background-position: 0 -236px;
}
.local-info-details-list li.rainfall {
   background-position: 0 -312px;
}
.local-info-details-list li.air-pollution {
   background-position: 0 -396px;
}


/************************************************ Site Features List ***********/
.site-features-list {
    margin-top: 45px;
    width: 98%;
    margin-left: 2%;
    text-align: left;
}
.site-features-list li {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    padding-left: 14%;
    padding-right: 1%;
    height: 140px;
    margin: 0;
    margin-bottom: 58px;
    background: url('../images/icon_search_feature.png') no-repeat top center;
}
.site-features-list li.col-1 {
    width: 28%;
    padding-left: 19%;
    padding-right: 8%;
}
.site-features-list li .title {
    font-family: OpenSansBold;
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 14px;
}
.site-features-list li .desc {
    font-family: OpenSans;
    font-size: 14px;
    color: #555;
}
.site-features-list li.search {
   background-position: 0 0;
}
.site-features-list li.access {
   background-position: 12px -150px;
}
.site-features-list li.resources {
   background-position: 0 -300px;
}
.site-features-list li.advanced {
   background-position: 0 -450px;
}

/*****************************************************************/
/*****************************************************************/
/*************************************** PAGE SPECIFIC ***********/

/********************************************* Search Results Top Featured Property ***********/
#search-results .top-featured-property {
    padding: 25px;
    background: #eff5fe;
    margin-bottom: 25px;
    position: relative;
    min-height: 120px;
}
#search-results .top-featured-property .lhs {
    display: table-cell;
    vertical-align: top;
    wdith: 215px;
}
#search-results .top-featured-property .rhs {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
#search-results .top-featured-property .top-featured-property-photo {
    border: 1px solid #000;
}
#search-results .top-featured-property .ribbon-text {
    position: absolute;
    top : 0;
    right: 0;
    background: url(../images/ribbon.png) top left no-repeat;
    width: 112px;
    height: 43px;
    text-align: right;
    padding-top: 7px;
}
#search-results .top-featured-property .ribbon-text span {
    font-family: Arial;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding-right: 12px;
}
#search-results .top-featured-property .property-info div {
    font-family: Arial;
    color: #333333;
}
#search-results .top-featured-property .property-info .highlight {
    color: #2571bb;
    font-weight: bold;
}
#search-results .top-featured-property .property-info .location {
    font-size: 18px;
    font-weight: bold;
}
#search-results .top-featured-property .property-info .price {
    font-size: 13px;
    font-weight: bold;
    margin-top: 7px;
}
#search-results .top-featured-property .property-info .description {
    font-size: 13px;
    margin-top: 15px;
}
#search-results .top-featured-property .property-info .details {
    font-size: 11px;
    margin-top: 12px;
}

/********************************************* Tiles Search Results Top Featured Property ***********/
#search-results #tilesTopFeaturedProperties {
    background: #f7f7f7;
}
#search-results .tiles-top-featured-title {
    font-family: OpenSansLight;
    color: #333333;
    font-size: 28px;
    margin-top: 17px;
}
#search-results .tiles-top-featured-properties-separator {
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%);
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%);
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 );
    border-bottom: 1px solid #dedede;
}
#search-results .tiles-top-featured-property {
    background: #f7f7f7;
    margin-top: 25px;
    margin-bottom: 18px;
    position: relative;
    min-height: 205px;
}
#search-results .tiles-top-featured-property .lhs {
    display: table-cell;
    vertical-align: top;
    wdith: 325px;
    position: relative;
}
#search-results .tiles-top-featured-property .rhs {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
#search-results .tiles-top-featured-property .star-highlight {
    position: absolute;
    top : 0;
    right: -2px;
    background: url(../images/star-highlight.png) top left no-repeat;
    width: 38px;
    height: 38px;
}
#search-results .tiles-top-featured-property .property-info div {
    font-family: OpenSans;
    color: #333333;
}
#search-results .tiles-top-featured-property .property-info .text-strong {
    font-family: OpenSansBold;
}
#search-results .tiles-top-featured-property .property-info .highlight {
    color: #2571bb;
    font-family: OpenSansBold;
}
#search-results .tiles-top-featured-property .property-info .location {
    font-family: OpenSansBold;
    font-size: 25px;
}
#search-results .tiles-top-featured-property .property-info .price {
    font-size: 18px;
    margin-top: 7px;
}
#search-results .tiles-top-featured-property .property-info .description {
    font-size: 18px;
    margin-top: 22px;
}
#search-results .tiles-top-featured-property .property-info .details {
    font-size: 15px;
    margin-top: 18px;
}

/********************************************* Search Results Page 1 ***********/
#search-results .num-listings-title {
    font-weight: bold;
    margin-bottom: .5em;
}
#search-results .search-legend {
    width: 100%;
    margin-bottom: 1em;
}
#search-results .search-legend td.legend-cell {
    text-align: center;
    padding-top: .5em;
}
#search-results .hdr-wrapper {
    margin: 0;
}
#search-results .hdr {
    text-align: center;
    vertical-align: middle;
    padding: 0;
    font-size: 93%;
}
#search-results .sr-main {
    width: 100%;
    border: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    *border-collapse: collapse; /* IE hack */
}
#search-results .eo-form {
    margin-top: 1.5em;
    margin-bottom: .5em;
}
#search-results .eo-form .form-title {
    font-size: 108%;
}
#search-results .eo-form .reg-text {
    font-weight: normal;
    margin: 0 .3em 1.15em .3em;
}
#search-results .eo-form .promotion-content {
    margin-top: .8em;
}
#search-results .eo-form .promotion-text {
    font-size: 100%;
}
#search-results .eo-form .button-content {
    text-align: center;
    margin: .9em 0 .6em 0;
}
#search-results .eo-form .button {
}
#search-results .rhs1-text {
    margin-top: 1em;
}
#search-results .rhs2-text {
    margin-top: 1em;
}

/********************************************* Search Results Page 2 ***********/
#search-results .search-results-2 input[type="text"],
#search-results .search-results-2 input[type="number"],
#search-results .search-results-2 input[type="tel"],
#search-results .search-results-2 input[type="email"] {
    font-size: 93%;
    padding-left: 4px;
    width: 95%;
    height: 20px;
}

/********************************************* Search Results Page 7 ***********/
#search-results .search-results-7 #pg-hd {
    width: 100%;
    margin-top: -20px;
}
#search-results .search-results-7 #pg-hd h2,
#search-results .search-results-7 #pg-hd h3 {
    margin-left: 20px;
}
#search-results .search-results-7 #pg-hd h2 {
    font-size: 29px;
    font-weight: 900;
    font-family: Arial;
}
#search-results .search-results-7 #pg-hd h3 {
    margin-top: -6px;
}
#search-results .search-results-7 .search-content {
    margin-top: 5px;
    margin-bottom: 25px;
}
#search-results .search-results-7 .search-content .search-box-top {
    margin-left: 6px;
    margin-bottom: 6px;
}
#search-results .search-results-7 .search-content .search-box-bottom {
    margin-left: 6px;
    margin-top: 6px;
}
#search-results .search-results-7 .search-content .text-input {
    width: 290px;
    height: 38px;
    font-size: 18px;
    color: #ababab;
    margin: 0 6px;
    padding-left: 10px;
    border-top: 1px solid #686868;
    border-left: 1px solid #686868;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#search-results .search-results-7 .search-content input.submit-btn {
    position: absolute;
    margin-top: 2px;
    margin-left: 10px;
    font-size: 18px;
    padding-bottom: 2px;
}
#search-results .search-results-7 .rhs-intro-top {
    font-weight: bold;
    font-size: 100%;
}
#search-results .search-results-7 .testimonial-area {
    min-height: 164px;
    margin-top: 3px;
}
#search-results .search-results-7 .testimonial-area .testimonial-text {
    font-size: 14px;
    font-style: italic;
    color: #666;
    margin-top: 6px;
    margin-bottom: 6px;
}

/********************************************* Search Results Page 8 ***********/
#search-results .search-results-8 #col2 {
    padding-top: 180px;
}
#search-results .search-results-8 #pg-hd h2 {
    font-weight: 700;
}
#search-results .search-results-8 .sort-by-area.top {
    margin-top: 0px;
    font-size: 93%;
    text-align: right;
}
#search-results .search-results-8 .num-listings-title.bottom {
    margin-top: 22px;
}
#search-results .search-results-8 .content-text p {
    color: #333;
    padding-top: 4px;
}
#search-results .search-results-8 .content-text h3 {
    font-size: 21px;
}
#search-results .search-results-8 .content-text h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}
#search-results .search-results-8 .content-text .cta-submit {
    padding: 17px 26px;
    font-size: 22px;
}
#search-results .search-results-8 .faqs-title-top {
    margin-top: 4px;
    margin-bottom: 10px;
}
#search-results .search-results-8 .intro-content {
    width: 920px;
    margin-top: 30px;
    padding-top: 36px;
    border-top: 1px solid #cccccc;
}
#search-results .search-results-8 .intro-content-col {
    float: left;
    width: 460px;
}
#search-results .search-results-8 .map-display {
    width: 458px;
    height: 158px;
}
#search-results .search-results-8 .local-info {
    margin-top: 20px;
    border: 1px solid #eeeeee;
}
#search-results .search-results-8 .local-info-inner {
    padding: 14px;
    margin-top: 8px;
}
#search-results .search-results-8 .local-info-title {
    font-size: 28px;
    text-transform: capitalize;
}
#search-results .search-results-8 .local-info-location {
    margin-top: 4px;
    color: #777;
}
#search-results .search-results-8 .local-info-desc {
    margin-top: 18px;
}

/********************************************* Search Results Page 8fullwidth ***********/
#search-results .search-results-8fullwidth #bd {
    border-bottom: 1px solid #cfcfcf;
}
#search-results .search-results-8fullwidth .map-display {
    width: 100%;
    height: 230px;
    margin: 22px 0;
}
#search-results .search-results-8fullwidth .local-info {
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-top: 30px;
}
#search-results .search-results-8fullwidth .local-info-title {
    text-transform: capitalize;
    font-family: Arial;
    font-size: 28px;
    color: #333333;
    margin: 20px 18px 6px 18px;
}
#search-results .search-results-8fullwidth .local-info-location {
    font-family: Arial;
    font-size: 13px;
    color: #777777;
    margin: 0 18px;
}
#search-results .search-results-8fullwidth .local-info-desc {
    font-family: Arial;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #ebebeb;
    margin: 0 18px;
    padding-bottom: 30px;
    line-height: 20px;
}
#search-results .search-results-8fullwidth .intro-title {
    font-family: OpenSansBold;
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin: 58px 0 75px 0;
}
#search-results .search-results-8fullwidth .gr3-bd {
    background: #f5f5f5;
    border-bottom: 1px solid #cfcfcf;
}
#search-results .search-results-8fullwidth .signup-button {
    text-align: center;
    margin: 15px 0 50px 0;
}
#search-results .search-results-8fullwidth .cta-submit {
    padding: 19px 45px;
    font-size: 24px;
}

/********************************************* Search Results Page 11 ***********/
#search-results .search-results-11 {
    padding-right: 0;
}
#search-results .search-results-11 #col1 {
    width: 70%;
}
#search-results .search-results-11 #col2 {
    width: 29%;
    margin-left: 1%;
    margin-top: 2.1em;
}
#search-results .search-results-11 .property-details {
    background-color: #FFF;
    color: #000;
    font-family: Verdana;
    font-size: 77%;
    font-weight: bold;
    line-height: 180%;
}
#search-results .search-results-11 .property-details-fixed {
    position: fixed;
    top: 18px;
}
#search-results .search-results-11 .property-details a {
    font-weight: normal;
    color: #107ef0;
}
#search-results .search-results-11 .property-details a:hover {
    font-weight: normal;
    color: #ff3333;
}
#search-results .search-results-11 .property-details .amount {
    color: #ff3333;
    font-size: 108%;
}
#search-results .search-results-11 .property-details .property-details-box-top {
    height: 0;
}
#search-results .search-results-11 .property-details .property-details-box-bottom {
    height: 0;
}
#search-results .search-results-11 .property-details .property-details-box {
    border: 3px solid #f38f43;
    border-top: 2px solid #f38f43;
    padding: 6px;
    width: 248px;
}
#search-results .search-results-11 .property-details .property-image-div {
    border: 2px solid #e3e3e3;
    width: 244px;
    height: 152px;
    margin-top: .5em;
    margin-bottom: .3em;
}
#search-results .search-results-11 .property-details .property-image {
    width: 244px;
    height: 152px;
}
#search-results .search-results-11 .property-details .property-details-content {
    padding: 3px;
}
#search-results .search-results-11 .property-details .property-details-separator {
    width: 100%;
    height: 2px;
    background: #e3e3e3;
    margin: 5px 0;
}
#search-results .search-results-11 .property-details .tbl-property-data {
    font-size: 93%;
}
#search-results .search-results-11 .property-details .tbl-property-data td.col-1 {
    width: 58%;
    line-height: 130%;
    padding-top: 7px;
}
#search-results .search-results-11 .property-details .tbl-property-data td.col-2 {
    width: 42%;
    line-height: 130%;
    padding-top: 7px;
    text-align: left;
}
#search-results .search-results-11 .property-details .button-content {
    margin: 1.2em 0 .8em 0;
    text-align: center;
}
#search-results .search-results-11 .property-details .button {
    font-size: 13px;
    padding-bottom: .3em;
}
#search-results .search-results-11 #rhs1,
#search-results .search-results-11 #rhs2 {
    width: 248px;
    padding: 6px;
    border: 0 ;
    background: none;
    line-height: 15px;
    font-weight: normal;
}

/******************************************** Search Results Listings ***********/
td.sr-col1, td.sr-col2, td.sr-col3, td.sr-col4, td.sr-col5, td.sr-col6, td.sr-col7 {
    text-align: center;
    vertical-align: top;
    border-left: #fff solid 1px;
    font-size: 93%;
    padding: 1.2em 0;
}
#search-results .sr-row {
    height: 94px;
}
#search-results .sr-row-odd {
    background: none #e2ecf6;
}
#search-results .sr-row-even {
}
#search-results td.sr-col1 {
    width: 15.5%;
    text-align: center;
}
#search-results td.sr-col2 {
    width: 16.5%;
}
#search-results td.sr-col2 p {
    padding: .25em 0 0 0;
    font-size: 85%;
}
#search-results td.sr-col3 {
    width: 28.5%;
    text-align: left;
    padding-left: .5em;
    padding-right: .5em;
}
#search-results td.sr-col4 {
    width: 12.5%;
}
#search-results td.sr-col5 {
    width: 12.5%;
}
#search-results td.sr-col6 {
    width: 14.5%;
}
#search-results td.sr-col7 {
    width: 25%;
}
#search-results .listings .photo-area {
    margin-right: 5px;  /* to balance the extra spacing on LHS */
}
#search-results .listings .property-photo {
    border: 1px solid black;
}
#search-results .listings .property-description {
    padding: 0 .3em;
}
#search-results .listings .location {
    padding-top: .3em;
}
#search-results .listings .price {
    text-decoration: underline;
}
#search-results .listings .price-description {
    margin-top: 4px;
    font-size: 85%;
}
#search-results .listings .price-top {
    font-weight: bold;
    margin-top: 8px;
}
#search-results .listings .price-bottom {
    font-size: 93%;
    margin-top: 6px;
    color: #333;
}
#search-results .listings .button {
    margin-left: 5px;   /* to balance the extra spacing on LHS */
}

/******************************************** Search Results Featured ***********/
#search-results .title-box-top {
    background: #297AD5;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 10px 3px 10px;
}
#search-results .view-more-box {
    border: 1px solid #FFB207;
    margin: 8px 0 8px 0;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
#search-results .view-more-box a {
    text-decoration: none;
    color: #FD8411;
}
#search-results .sr-featured .sr-row-featured.sr-row-odd {
    background: #FFFCDB;
}
#search-results .sr-featured .sr-row-featured.sr-row-even {
    background: #FFFBCE;
}
#search-results .sr-featured .sr-row-featured.sr-row-odd td,
#search-results .sr-featured .sr-row-featured.sr-row-even td {
    border-bottom: 1px solid #FFFFFF;
}
#search-results .sr-featured input.submit-btn-short {
    width: 87px;
    height: 24px;
}
#search-results .sr-featured .sr-row-featured input.submit-btn-short {
    padding-bottom: .3em;
}
#search-results .sr-featured td.sr-col2,
#search-results .sr-featured td.sr-col4,
#search-results .sr-featured td.sr-col5,
#search-results .sr-featured td.sr-col6 {
    padding-top: 24px;
}
#search-results .sr-featured td.sr-col7 {
    padding-top: 16px;
}
#search-results .sr-featured td.sr-col2 p {
    padding: 0 8px 10px 8px;
    font-size: 100%;
}
#search-results .sr-featured td.sr-col2 a {
    color: #107EF0;
}
#search-results .sr-featured td.sr-col3 a {
    color: #266ebd;
}
#search-results .sr-featured td.sr-col4 a,
#search-results .sr-featured td.sr-col7 a {
    color: #266ebd;
}
#search-results .sr-featured td.sr-col5 a {
    color: #107EF0;
    font-size: 100%;
}
#search-results .sr-featured .sr-row-featured td.sr-col4 a,
#search-results .sr-featured .sr-row-featured td.sr-col7 a {
    color: #000000;
}
#search-results .sr-featured .sr-row-featured td.sr-col5 a {
    color: #ff5c00;
    font-size: 116%;
    line-height: 116%;
    font-weight: bold;
}

/******************************************** Search Results 11 Listings ***********/
#search-results .search-results-11 .wrapper-col {
    width: 3px;
}
#search-results .search-results-11 .hdr-wrapper-outer {
    margin-left: 2px;
    margin-right: 2px;
}
#search-results .search-results-11 .sr-row {
    height: 62px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
#search-results .search-results-11 .sr-row:hover {
    cursor: pointer;
}
#search-results .search-results-11 .sr-row td {
    padding: 4px 0;
}
#search-results .search-results-11 .sr-row td.wrapper-col.left {
    border-left: 2px solid #FFFFFF;
}
#search-results .search-results-11 .sr-row td.wrapper-col.right {
    border-right: 2px solid #FFFFFF;
}
#search-results .search-results-11 .sr-row-odd-selected,
#search-results .search-results-11 .sr-row-even-selected {
}
#search-results .search-results-11 .sr-row-odd-selected:hover,
#search-results .search-results-11 .sr-row-even-selected:hover {
    cursor: pointer;
}
#search-results .search-results-11 .sr-row-odd-selected td,
#search-results .search-results-11 .sr-row-even-selected td {
    background: #FFFFFF;
    padding: 4px 0;
    height: 62px;
    border-top: 2px solid #f38f43;
    border-bottom: 2px solid #f38f43;
    border-left: 0;
}
#search-results .search-results-11 .sr-row-odd-selected td.wrapper-col.left,
#search-results .search-results-11 .sr-row-even-selected td.wrapper-col.left {
    border-left: 2px solid #f38f43;
}
#search-results .search-results-11 .sr-row-odd-selected td.wrapper-col.right,
#search-results .search-results-11 .sr-row-even-selected td.wrapper-col.right {
    border-right: 2px solid #f38f43;
}
#search-results .search-results-11 td.sr-col1 {
    width: 15.5%;
}
#search-results .search-results-11 td.sr-col3 {
    width: 46.5%;
    text-align: left;
    padding-left: .5em;
    padding-right: .5em;
}
#search-results .search-results-11 td.sr-col4 {
    width: 18%;
}
#search-results .search-results-11 td.sr-col5 {
    width: 20%;
}
#search-results .search-results-11 td.sr-col7 {
    width: 38%;
}

/******************************************** Search Results 12 Listings ***********/
#search-results .search-results-12 .sr-row:hover td {
    background: #fffe9c;
    *position: relative; /* IE hack */
}

/******************************************** Search Results Pagination ***********/
#search-results .results-footer {
    margin: 1em 0 1em 0;
}
#search-results .sr-footer {
    width: 100%;
}
#search-results .results-footer select {
    font-size: 100%;
}
#search-results .sort-by-area {
    width: 17em;
}
#search-results .pagination-area {
    text-align: center;
    font-size: 85%;
}
#search-results .pagination-area .prev-arrow {
    margin-right: 1.5em;
}
#search-results .pagination-area .next-arrow {
    margin-left: .7em;
}
#search-results .pagination-area .paging-separator {
    margin-right: .8em;
}
#search-results .pagination-area img {
    position: relative;
    top: .1em;
}
#search-results .jump-to-area {
    width: 9em;
    text-align: right;
}
#search-results .results-footer .highlighted {
    font-size: 108%;
}

/******************************************** Search Results Tiles ***********/
#search-results .search-results-4 .error-msg {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 100px;
}
#search-results .search-results-4 #pg-hd {
    padding: 0;
    margin: 0;
}
#search-results .search-results-4 #pg-hd h2 {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #2e2e2e;
    padding: 0;
    padding-top: 8px;
    text-shadow: 0 1px 0 #fff;
}
#search-results .search-results-4 #pg-hd h3 {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: #3471b0;
    padding: 0;
    margin-top: 6px;
    margin-bottom: 28px;
    text-shadow:0 1px 0 #fff;
}
#search-results .search-results-4 #pg-hd h3 em {
    font-style: normal;
}
#search-results .search-results-4 .num-listings-title,
#search-results .search-results-4 .intro-top,
#search-results .search-results-4 .intro-bottom {
    font-size: 12px;
    font-weight: normal;
    color: #777;
    margin-bottom: 14px;
}
.srp-tiles-content {
    margin-bottom: 60px;
}
.srp-tiles {
    width: 960px;
}
.srp-tiles .property-tile {
    display: inline-block;
    width: 320px;
}
.srp-tiles .property-tile .col-1 {
    margin-right: 14px;
}
.srp-tiles .property-tile .col-2 {
    margin-left: 7px;
    margin-right: 7px;
}
.srp-tiles .property-tile .col-3 {
    margin-left: 14px;
}
.srp-tiles .tiles-separator {
    height: 21px;
}
.srp-tiles .property-tile .prop-container {
    width: 306px;
    position: relative;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.srp-tiles .property-tile .prop-container:hover {
    box-shadow: 0 0 8px #99aec3;
}
.srp-tiles .property-tile .prop-container a {
    text-decoration :none;
}
.srp-tiles .property-tile .prop-container a img {
    border: none;
}
.srp-tiles .property-tile .prop-header {
    height: 52px;
    padding: 9px 14px 11px 14px;
    border: 1px solid #d8e3f0;
    border-bottom: none;
    position: relative;
}
.srp-tiles .property-tile a span.prop-price {
    color: #333;
    font-weight: bold;
    float: right;
    font-size: 16px;
    line-height: 13px;
    margin-top: 3px;
}
.srp-tiles .property-tile a span.below-prop-price {
    font-weight: normal;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}
.srp-tiles .property-tile span.prop-info {
    display: block;
    width: 168px;
    text-transform: capitalize;
}
.srp-tiles .property-tile span.prop-state {
    text-transform: uppercase;
}
.srp-tiles .property-tile span.prop-info a {
    color: #415870;
    font: bold normal 14px/18px Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.srp-tiles .property-tile span.prop-info .prop-address a {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 13px;
    color: #666;
}
.srp-tiles .property-tile .prop-image {
    width: 304px;
    height: 204px;
    overflow: hidden;
    position: relative;
    border-left: 1px solid #d8e3f0;
    border-right: 1px solid #d8e3f0;
}
.srp-tiles .property-tile .prop-image .property-photo {
    width: 304px;
    height: 204px;
    margin: -1px 0 0 -1px;
}
.srp-tiles .property-tile .prop-container .prop-features {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}
.srp-tiles .property-tile .prop-image .prop-features span {
    display: block;
}
.srp-tiles .property-tile a span.prop-type {
    font: bold normal 16px/18px Arial, Helvetica, sans-serif;
    color: #fff;
}
.srp-tiles .property-tile a span.prop-details {
    font: normal normal 12px/14px Arial, Helvetica, sans-serif;
    color: #fff;
}
.srp-tiles .property-tile .prop-buttons {
    padding: 16px 12px;
    border: 1px solid #d8e3f0;
    border-top: none;
    position: relative;
    height: 30px;
}
.srp-tiles .property-tile .prop-toggle-btn {
    float: right;
}
.srp-tiles .property-tile .prop-toggle-btn ul,
.srp-tiles .property-tile .prop-toggle-btn li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.srp-tiles .property-tile .prop-toggle-btn li {
    float: left;
}
.srp-tiles .property-tile .prop-toggle-btn span {
    display: inline-block;
    padding: 6px 11px;
}
.srp-tiles .property-tile .prop-toggle-btn span img {
    vertical-align: bottom;
    display: inline-block;
    padding-right: 4px;
}
.srp-tiles .property-tile .prop-toggle-btn .btn-toggle-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
}
.srp-tiles .property-tile .prop-toggle-btn .btn-toggle-right,
.srp-tiles .property-tile .prop-toggle-btn .btn-toggle-right:hover {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
    font-size: 12px;
}
.cta-prop-details,
.srp-tiles .property-tile .cta-prop-details {
    font-size: 14px;
    padding: 6px 0;
    display: block;
    width: 127px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.srp-tiles .property-tile .prop-price .price-ribbon {
    color: #fff;
    text-align: center;
    font: bold normal 16px/18px Arial, Helvetica, sans-serif;
    padding: 6px 15px 8px 22px;
    position: absolute;
    top: 12px;
    right: -5px;
}
.srp-tiles .property-tile .prop-price.price-ribbon small {
    display: block;
    text-align: center;
    font: normal normal 11px/12px Arial, Helvetica, sans-serif;
}
.srp-tiles .property-tile .prop-price .price-fallback {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    color: #959595;
}
.srp-tiles .property-tile .cta-gray {
    color: #415870;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 0 #fff;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #f5f5f5 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f0f0f0',GradientType=0 );
}
.srp-tiles .property-tile .cta-gray:hover {
    color: #415870;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 0 #fff;
    background: #e0e0e0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #f5f5f5 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 );
}
.cta-orange,
.srp-tiles .property-tile .cta-orange,
.lightbox-eoform-div .lightbox-11 .cta-orange {
    border: 1px solid #dd6300;
    color: #fff;
    text-shadow: 0 1px 0 #c04002;
    box-shadow: inset 0 1px 0 #f7ae47;
    background: #ff9428;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9428), color-stop(100%,#fb6f0e));
    background: -webkit-linear-gradient(top,  #ff9428 0%,#fb6f0e 100%);
    background: -o-linear-gradient(top,  #ff9428 0%,#fb6f0e 100%);
    background: -ms-linear-gradient(top,  #ff9428 0%,#fb6f0e 100%);
    background: linear-gradient(to bottom,  #ff9428 0%,#fb6f0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9428', endColorstr='#fb6f0e',GradientType=0 );
    cursor: pointer;
}
.cta-orange:hover,
.srp-tiles .property-tile .cta-orange:hover,
.lightbox-eoform-div .lightbox-11 .cta-orange:hover {
    border: 1px solid #dd6300;
    color: #fff;
    text-shadow: 0 1px 0 #c04002;
    box-shadow: inset 0 1px 0 #f7ae47;
    background: #e66004;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9428), color-stop(100%,#e66004));
    background: -webkit-linear-gradient(top,  #ff9428 0%,#e66004 100%);
    background: -o-linear-gradient(top,  #ff9428 0%,#e66004 100%);
    background: -ms-linear-gradient(top,  #ff9428 0%,#e66004 100%);
    background: linear-gradient(to bottom,  #ff9428 0%,#e66004 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9428', endColorstr='#e66004',GradientType=0 );
}
#search-results .search-results-4 .btn-load {
    margin-top: 24px;
    text-align: center;
}
#search-results .search-results-4 .btn-load a {
    text-decoration: none;
}
#search-results .search-results-4 .btn-load img {
    margin-right: 10px;
}
#search-results .search-results-4 .cta-btn-load {
    padding: 15px 65px;
    font-size: 16px;
    color: #688099;
    border: 1px solid #ccdaea;
    box-shadow: inset 0 1px 0 #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #e2e2e2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e2e2));
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e2e2e2 100%);
    background: -o-linear-gradient(top,  #f5f5f5 0%,#e2e2e2 100%);
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#e2e2e2 100%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e2e2e2',GradientType=0 );
}
#search-results .search-results-4 .cta-btn-load:hover {
    background: #dbdada;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dbdada));
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#dbdada 100%);
    background: -o-linear-gradient(top,  #f5f5f5 0%,#dbdada 100%);
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#dbdada 100%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#dbdada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dbdada',GradientType=0 );
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    .srp-tiles .property-tile .prop-container .prop-features,
    .srp-tiles .property-tile .prop-container:hover .prop-features{
        bottom: 0;
        display: block;
    }
}
@media only screen and (max-width: 479px) {
    .srp-tiles .property-tile .prop-container .prop-features,
    .srp-tiles .property-tile .prop-container:hover .prop-features{
        bottom: 0;
        display: block;
    }
}
@media only screen and (max-width: 320px) {
    .srp-tiles .property-tile .prop-container .prop-features,
    .srp-tiles .property-tile .prop-container:hover .prop-features{
        bottom: 0;
        display: block;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    .srp-tiles .property-tile .prop-container .prop-features,
    .srp-tiles .property-tile .prop-container:hover .prop-features{
        bottom: 0;
        display: block;
    }
}

/******************************************** Search Results Tiles 2 ***********/
.bd-full-width.search-results-6 #bd {
    border-top: 0;
}
.search-results-6 .footer-area {
    text-align: center !important;
}
.bd-full-width.search-results-6 #nav-content {
    display: none;
}
.bd-full-width.search-results-6 .member-btn {
    display: none;
}
#search-results .search-results-6 #member-sign-in {
    height: 24px;
    padding-left: 30px;
    padding-top: 2px;
}
#search-results .search-results-6 #member-sign-in a {
    font-family: OpenSansSemiBold;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}
#search-results .search-results-6 .refine-search {
	display: block;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 686px;
    height: 205px;
    margin: auto;
    margin-top: -38px;
    margin-bottom: -167px;
    position: relative;
    z-index: 9999;
    -moz-box-shadow: 0px 4px 4px 0px rgba(60, 60, 60, 0.4), 0px 12px 12px 0px rgba(60, 60, 60, 0.4);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(60, 60, 60, 0.4), 0px 12px 12px 0px rgba(60, 60, 60, 0.4);
    box-shadow: 0px 4px 4px 0px rgba(60, 60, 60, 0.4), 0px 12px 12px 0px rgba(60, 60, 60, 0.4);
}
#search-results .search-results-6 .refine-search .main {
    height: 100%;
    display: table;
}
#search-results .search-results-6 .refine-search .left-col {
    display: table-cell;
    width: 260px;
    height: 100%;
    padding: 0 15px;
    background: #FFF;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-radius-topleft: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius-bottomleft: 4px;
}
#search-results .search-results-6 .refine-search .right-col {
    display: table-cell;
    width: 355px;
    height: 100%;
    border-left: 1px solid #d2d2d2;
    padding: 0 20px;
    background: #f0f0f0;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-radius-bottomright: 4px;
}
#search-results .search-results-6 .refine-search .left-col .title {
    font-family: OpenSansSemiBold;
    font-size: 16px;
    color: #333;
}
#search-results .search-results-6 .refine-search .left-col .area {
    margin-top: 9px;
}
#search-results .search-results-6 .refine-search .left-col .area.first {
    margin-top: 0;
}
#search-results .search-results-6 .refine-search .left-col .area a {
    text-decoration: none;
    font-family: OpenSans;
    font-size: 14px;
    color: #666;
}
#search-results .search-results-6 .refine-search #suggestedAreaList {
    margin-top: 12px;
}
#search-results .search-results-6 .refine-search #typeAheadList {
    margin-top: 15px;
    width: 260px;
    height: 175px;
    overflow-x: hidden;
}
#search-results .search-results-6 .refine-search #typeAheadList.scroll {
    overflow-y: scroll;
}
#search-results .search-results-6 .refine-search .search-fields {
    margin-top: 11px;
}
#search-results .search-results-6 .refine-search .search-fields .separator {
    height: 12px;
}
#search-results .search-results-6 .refine-search .search-fields .checkbox-separator {
    height: 18px;
}
#search-results .search-results-6 .refine-search .search-fields .text {
    font-family: OpenSansBold;
    font-size: 13px;
    color: #000;
    padding-bottom: 4px;
}
#search-results .search-results-6 .refine-search .search-fields .field {
    width: 119px;
    font-family: OpenSans;
    font-weight: normal;
    font-size: 13px;
    color: #666;
}
#search-results .search-results-6 .refine-search .search-fields .field.long {
    width: 117px;
}
#search-results .search-results-6 .refine-search .search-fields .field input,
#search-results .search-results-6 .refine-search .search-fields .field select {
    width: 87px;
    font-family: OpenSans;
    font-weight: normal;
    font-size: 13px;
    color: #666;
    padding: 3px 5px;
}
#search-results .search-results-6 .refine-search .search-fields .field input {
    height: 20px;
}
#search-results .search-results-6 .refine-search .search-fields .field.long input {
    width: 117px;
}
#search-results .search-results-6 .refine-search .search-fields .field.long select {
    width: 127px;
}
#search-results .search-results-6 .error-msg {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
}
#search-results .search-results-6 .headline-top {
    font-family: OpenSansBold;
    font-size: 42px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}
#search-results .search-results-6 .headline-bottom {
    font-family: OpenSans;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
#search-results .search-results-6.no-result .headline-top {
    padding-top: 60px;
}
#search-results .search-results-6.no-result .no-result-text {
    font-family: OpenSans;
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
}
#search-results .search-results-6 .search-content {
    display: block;
    text-align: center;
    margin-top: 40px;
}
#search-results .search-results-6 .search-content input[type="text"],
#search-results .search-results-6 .search-content input[type="number"],
#search-results .search-results-6 .search-content input[type="tel"],
#search-results .search-results-6 .search-content input[type="email"] {
    font-family: OpenSansSemiBold;
    font-size: 28px;
    color: #bfbfbf;
    width: 420px;
    height: 74px;
    padding: 0 15px;
    border: 0;
}
#search-results .search-results-6 .search-content .btn-search {
    cursor: pointer;
    margin-left: 18px;
}
#search-results .search-results-6 .search-content #qs-text {
    box-shadow: 0 3px 0 0 rgba(0,0,0,.4);
}
#search-results .search-results-6 .num-listings-title,
#search-results .search-results-6 .intro-top,
#search-results .search-results-6 .intro-bottom {
    font-size: 12px;
    font-weight: normal;
    color: #777;
    margin-bottom: 14px;
}
#search-results .search-results-6 .cta-gray {
    font-family: OpenSansBold;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border: 1px solid #dedede;
    border-bottom: 2px solid #dedede;
    background: #fff;
    padding: 5px 18px 5px 28px;
}
#search-results .search-results-6 .cta-gray:hover {
    background: #f2f2f2;
}
#search-results .search-results-6 .btn.btn-small {
    font-size: 13px;
    padding: 6px 0 7px 0;
    width: 98px;
}
#search-results .search-results-4 .btn.btn-normal,
#search-results .search-results-6 .btn.btn-normal {
    font-size: 20px;
    padding: 15px 0 16px 0;
    width: 188px;
}
#search-results .search-results-6 .btn.btn-large {
    font-size: 28px;
    padding: 16px 0 15px 0;
    width: 218px;
}
#search-results .search-results-6 .search-options {
    margin-top: 28px;
    margin-bottom: 18px;
}
#search-results .search-results-6 .search-options a {
    text-decoration: none;
}
#search-results .search-results-6 .sort-by {
    display: inline-block;
    font-family: OpenSansSemiBold;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
#search-results .search-results-6 .sort-by select {
    font-family: OpenSansSemiBold;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding: 3px;
    border: 1px solid #dedede;
    border-bottom: 2px solid #dedede;
    margin-left: 8px;
}
#search-results .search-results-6 .search-buttons {
    display: inline-block;
    float: right;
    margin-top: 6px;
}
#search-results .search-results-6 .search-buttons a {
    text-decoration: none;
}
#search-results .search-results-6 .search-buttons .btn-1 {
    border-right: 0;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-radius-topleft: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius-bottomleft: 4px;
}
#search-results .search-results-6 .search-buttons .btn-2 {
    background: #f2f2f2;
    color: #8a8a8a;
}
#search-results .search-results-6 .search-buttons .btn-3 {
    border-left: 0;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-radius-bottomright: 4px;
}
#search-results .search-results-6 .search-buttons .btn-4 {
    margin-left: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#search-results.search-results-6.refine .lightbox-bg-layer {
    z-index: 10000;
}
.search-results-6.refine .lightbox-message-div .form-corner-top,
.search-results-6.refine .lightbox-message-div .form-corner-top .right,
.search-results-6.refine .lightbox-message-div .form-corner-bottom,
.search-results-6.refine .lightbox-message-div .form-corner-bottom .right-blue3 {
    display: none;
}
.search-results-6.refine .lightbox-message-div .form-corner-bg {
    border: none;
}
#search-results.search-results-6.refine #lightbox .lightbox-message-div {
    width: 520px;
}
#search-results.search-results-6.refine #lightbox .lightbox-message-div .button-area {
    width: 100%;
    text-align: center;
}
#search-results.search-results-6.refine #lightbox .lightbox-message-div .header .headerLoginText,
#search-results.search-results-6.refine #lightbox .lightbox-message-div .header-separator-line {
    display: none;
}
#search-results.search-results-6.refine #lightbox .lightbox-message-div .close-link {
    display: block;
    position: absolute;
    top: -12px;
    right: -25px;
}
#search-results.search-results-6.refine #lightbox .lightbox-message-div .header-text h2 {
    font-family: OpenSansBold;
    font-size: 26px;
    color: #000;
    margin-top: -15px;
}
#search-results.search-results-6.refine #lightbox .lightbox-message-div .header-text h3 {
    font-family: OpenSans;
    font-size: 19px;
    color: #000;
}
#search-results.search-results-6.refine #lightbox .lightbox-message-div .submit-button {
    font-family: OpenSansSemiBold;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    background: #0e65b9;
    border: 0;
    font-size: 18px;
    width: auto;
    height: auto;
    padding: 10px 24px;
    margin-left: 15px;
    border-bottom: 3px solid #0d4c89;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#search-results.search-results-6.refine #lightbox .lightbox-message-div .no-thanks-text {
    display: none;
}
#search-results.search-results-6.refine #lightbox .lightbox-message-div #lightboxFooterText {
    display: none;
}
.srp-tiles-2-content {
    margin-top: 20px;
    margin-bottom: 35px;
}
.srp-tiles-2 {
    width: 960px;
}
.srp-tiles-2 .property-tile {
    float: left;
}
.srp-tiles-2 .property-tile .col-1 {
    margin-right: 18px;
}
.srp-tiles-2 .property-tile .col-2 {
    margin-left: 9px;
    margin-right: 9px;
}
.srp-tiles-2 .property-tile .col-3 {
    margin-left: 18px;
}
.srp-tiles-2 .tiles-separator {
    height: 21px;
}
.srp-tiles-2 .property-tile .prop-container {
    width: 302px;
    position: relative;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.srp-tiles-2 .property-tile .prop-container:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.17);
}
.srp-tiles-2 .property-tile .prop-container a {
    text-decoration :none;
}
.srp-tiles-2 .property-tile .prop-container a img {
    border: none;
}
.srp-tiles-2 .property-tile .prop-header {
    height: 48px;
    overflow: hidden;
    padding: 9px 12px 11px 16px;
    border: 1px solid #bed5b6;
    border-bottom: none;
    position: relative;
}
.srp-tiles-2 .property-tile span.prop-info {
    display: inline-block;
    width: 168px;
    text-transform: capitalize;
}
.srp-tiles-2 .property-tile span.prop-info .sale-type {
    font-family: OpenSansBold;
    font-size: 16px;
    color: #0e65b9;
    line-height: 16px;
}
.srp-tiles-2 .property-tile span.prop-state {
    text-transform: uppercase;
}
.srp-tiles-2 .property-tile span.prop-info .prop-address {
    font-family: OpenSansSemiBold;
    font-size: 11px;
    color: #777;
    text-transform: capitalize;
    display: block;
    margin-top: 3px;
}
.srp-tiles-2 .property-tile span.prop-price {
    font-family: OpenSansBold;
    color: #777;
    float: right;
    font-size: 12px;
    display: inline-block;
    width: 100px;
    text-align: right;
}
.srp-tiles-2 .property-tile span.below-prop-price {
    font-family: OpenSansSemiBold;
    font-size: 11px;
    margin-top: 3px;
}
.srp-tiles-2 .property-tile .prop-price .price-ribbon {
    color: #fff;
    text-align: center;
    font: bold normal 16px/18px Arial, Helvetica, sans-serif;
    padding: 6px 15px 8px 22px;
    position: absolute;
    top: 12px;
    right: -5px;
}
.srp-tiles-2 .property-tile .prop-price.price-ribbon small {
    display: block;
    text-align: center;
    font: normal normal 11px/12px Arial, Helvetica, sans-serif;
}
.srp-tiles-2 .property-tile .prop-image {
    width: 302px;
    height: 203px;
    position: relative;
}
.srp-tiles-2 .property-tile .prop-image .property-photo {
    width: 302px;
    height: 203px;
    border: 0;
}
.srp-tiles-2 .property-tile .loading-image .loading-image-bg,
.srp-tiles-2 .property-tile .last-image .last-image-bg {
    width: 302px;
    height: 203px;
    margin-top: -203px;
    opacity: 0.88;
}
.srp-tiles-2 .property-tile .last-image .last-image-content {
    width: 302px;
    height: 203px;
    position: absolute;
    margin-top: -203px;
    text-align: center;
}
.srp-tiles-2 .property-tile .last-image .last-image-text {
    font-family: OpenSansBold;
    font-size: 20px;
    font-weight: normal;
    color: #FFF;
    margin-top: 40px;
}
.srp-tiles-2 .property-tile .last-image .last-image-btn {
    margin-top: 25px;
}
.srp-tiles-2 .property-tile .last-image .cta-register-now {
    padding: 8px 20px !important;
}
.srp-tiles-2 .property-tile .loading-image .loading-image-bg {
    background: #fff;
}
.srp-tiles-2 .property-tile .loading-image .loading-image-content {
    background: url('../images/loading_med.gif') no-repeat center;
    width: 302px;
    height: 203px;
    position: absolute;
    margin-top: -203px;
}
.srp-tiles-2 .property-tile .counter .images-counter {
    font-family: OpenSansBold;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 12px 6px 10px;
}
.srp-tiles-2 .property-tile .counter .images-counter img {
    vertical-align: top;
    padding-top: 2px;
    margin-right: 8px;
}
.srp-tiles-2 .property-tile .counter .arrow span {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #FFF;
    border: 1px solid #bed5b6;
    z-index: 9999;
}
.srp-tiles-2 .property-tile .counter .arrow .left {
    top: 94px;
    left: -12px;
}
.srp-tiles-2 .property-tile .counter .arrow .right {
    top: 94px;
    right: -12px;
}
.srp-tiles-2 .property-tile .prop-features {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    height: 60px;
    overflow: hidden;
    border: 1px solid #bed5b6;
    border-top: none;
}
.srp-tiles-2 .property-tile .prop-features .prop-data {
    display: inline-block;
    width: 175px;
    margin-top: 12px;
    padding-left: 15px;
}
.srp-tiles-2 .property-tile .prop-features .prop-type {
    font-family: OpenSansBold;
    font-size: 13px;
    color: #777;
    line-height: 14px;
}
.srp-tiles-2 .property-tile .prop-features .prop-details {
    font-family: OpenSansSemiBold;
    font-size: 11px;
    color: #777;
    display: block;
    margin-top: 3px;
}
.srp-tiles-2 .property-tile .cta-prop-details {
    display: inline-block;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}
.srp-tiles-2 .property-tile .cta-button {
    border: 1px solid #dd6300;
    color: #fff;
    text-shadow: 0 1px 0 #c04002;
    box-shadow: inset 0 1px 0 #f7ae47;
    background: #ff9428;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9428), color-stop(100%,#fb6f0e));
    background: -webkit-linear-gradient(top,  #ff9428 0%,#fb6f0e 100%);
    background: -o-linear-gradient(top,  #ff9428 0%,#fb6f0e 100%);
    background: -ms-linear-gradient(top,  #ff9428 0%,#fb6f0e 100%);
    background: linear-gradient(to bottom,  #ff9428 0%,#fb6f0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9428', endColorstr='#fb6f0e',GradientType=0 );
}
.srp-tiles-2 .property-tile .cta-button:hover {
    border: 1px solid #dd6300;
    color: #fff;
    text-shadow: 0 1px 0 #c04002;
    box-shadow: inset 0 1px 0 #f7ae47;
    background: #e66004;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9428), color-stop(100%,#e66004));
    background: -webkit-linear-gradient(top,  #ff9428 0%,#e66004 100%);
    background: -o-linear-gradient(top,  #ff9428 0%,#e66004 100%);
    background: -ms-linear-gradient(top,  #ff9428 0%,#e66004 100%);
    background: linear-gradient(to bottom,  #ff9428 0%,#e66004 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9428', endColorstr='#e66004',GradientType=0 );
}
.srp-tiles-2-content #pagination {
    margin-top: 25px;
}
.srp-tiles-2-content #pagination-text {
    float: left;
    font-family: OpenSansBold;
    font-size: 14px;
    color: #333;
    padding-top: 6px;
}
.srp-tiles-2-content #pagination-area {
    float: left;
    margin-left: 20px;
}
.srp-tiles-2-content #pagination-area a {
    float: left;
    text-decoration: none;
    font-family: OpenSansBold;
    font-size: 14px;
    color: #333;
    background: #FFF;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #fff;
}
.srp-tiles-2-content #pagination-area a.selected,
.srp-tiles-2-content #pagination-area a.selected:hover {
    background: #0f65ba;
    color: #fff;
    cursor: auto;
    border: none;
    padding: 6px 11px;
}
.srp-tiles-2-content #pagination-area a:hover {
    background: #f2f2f2;
    color: #0f65ba;
    border: 1px solid #bed5b6;
}
.srp-tiles .property-tile .last-image {
    background: #479533;
    opacity: 0.8;
    width: 302px;
    height: 203px;
    position: relative;
    margin-top: -203px;
}
.srp-tiles .property-tile .cta-register-now {
    font-size: 18px;
    padding: 6px 0;
    display: block;
    width: 170px;
    text-align: center;
    background: #56b743;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/********************************************* REP Cart **************/
#rep-cart #col1 {
    width: 66%;
}
#rep-cart #col2 {
    width: 32%;
}
#rep-cart #pg-hd {
    padding: 0;
    margin-top: -1em;
}
#rep-cart h2 {
    font-family: 'OswaldBook', Arial, sans-serif;
    font-size: 207.7%;
    color: #555555;
}
#rep-cart h3 {
    font-family: 'OswaldBook', Arial, sans-serif;
    font-size: 167%;
    color: #555555;
}
#rep-cart #headlineTopDiv,
#rep-cart #headlineBottomDiv {
    padding: 0;
}
#rep-cart .intro-text {
    margin-left: -26px;
    color: #164B07;
    font-family: georgia;
    font-size: 138.5%;
    text-align: center;
    margin-bottom: 1.8em;
}
#rep-cart .highlight {
    color: #FB770A;
}
#rep-cart .step {
    border: 1px solid #3a7fc2;
    margin-left: 1em;
    width: 45.5em;
    margin: 0;
}
#rep-cart .step-header {
    margin-top: 3.5em;
    border-bottom: none;
}
#rep-cart .step-1-header {
    margin-top: 1.5em;
}
#rep-cart .step-content {
    margin-bottom: 1em;
    margin-top: -.5em;
    border-top: none;
    padding: 1em 0 .8em 0;
}
#rep-cart .step-content-first {
    padding-bottom: 1.5em;
}
#rep-cart .step-title {
    margin: -26px 0px 0px -26px;
    width: 100px;
    height: 53px;
    background-color: #FFFFFF;
}
#rep-cart .step-title-text-left {
    padding: 15px 10px 0px 6px;
    font-weight: bold;
    font-size: 131%;
}
#rep-cart .step-title-text-right {
    position: absolute;
    background-color: #FFFFFF;
    padding: 13px 10px 0px 6px;
    margin-left: 65px;
    color: #2571BB;
    font-size: 167%;
}
#rep-cart .title-image {
    width: 53px;
    height: 53px;
    margin: -15px -10px 0 -6px;
    background-position: top left;
}
#rep-cart .step-info {
    padding: 0 25px 0 30px;
}
#rep-cart .step-info .left {
    width: 72%;
}
#rep-cart .step-info .right {
    width: 26%;
}
#rep-cart .step-bottom {
    padding: 2px 25px 8px 30px;
    color: #2571BB;
    font-style: italic;
    font-size: 93%;
    line-height: 153.9%;
}
#rep-cart .step-info .step-bottom {
    padding-left: 0;
    padding-right: 2%;
    margin-bottom: -1em;
}
#rep-cart .price-display {
    color: #FFFFFF;
    font-size: 85%;
    text-align: center;
    background-color: #0077ae;
    padding: .3em 0 .8em 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#rep-cart .price-amount {
    color: #FFFFFF;
    font-size: 215.5%;
    margin-top: -.1em;
}
#rep-cart .error-text {
    width: 350px;
    color: #FF0000;
    font-size: 116%;
    font-weight: normal;
    font-style: normal;
    background: #FFF4F4;
    border: 1px solid #FED9D9;
    padding: 8px;
    margin: 8px 0 5px 0;
}
#rep-cart .zip-info-display {
    margin: 1.4em 25px 0 30px;
    padding: .5em 0;
    line-height: 131%;
    border: 1px solid #9AB5E9;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#rep-cart .zip-info-display .col-1 {
    width: 23%;
    text-align: center;
}
#rep-cart .zip-info-display .zip-text {
    color: #1B530B;
    font-weight: bold;
    font-size: 185%;
    padding-top: .7em;
}
#rep-cart .zip-info-display .zip-text-short {
    padding-top: .4em;
}
#rep-cart .zip-info-display .col-2 {
    width: 14%;
    color: #2571BB;
}
#rep-cart .zip-info-display .col-3 {
    width: 33%;
    color: #444444;
}
#rep-cart .zip-info-display .col-4 {
    width: 15%;
    color: #2571BB;
}
#rep-cart .zip-info-display .col-5 {
    width: 15%;
    color: #444444;
}
#rep-cart .add-zip-form .add-zip-text {
    padding: .7em .6em .6em 1em;
}
#rep-cart .add-zip-form .add-zip-field {
    padding: 1em .8em 0 0;
}
#rep-cart .add-zip-form .add-zip-field input {
    padding-left: .3em;
}
#rep-cart .add-zip-form .add-zip-button {
    padding-top: .7em;
}
#rep-cart .add-zip-form .continue-text {
    float: right;
    margin-right: 1.5em;
    padding-top: 1em;
}
#rep-cart .add-zip-form .continue-text a {
    color: #2571BB;
    font-size: 131%;
    font-weight: bold;
}
#rep-cart .step-continue {
    font-style: italic;
    color: #164B07;
    font-family: georgia;
    font-size: 138.5%;
    padding-top: .8em;
    margin-bottom: 1.5em;
}
#rep-cart #step2 {
    padding-top: 1em;
}
#rep-cart .form-main {
    width: 42em;
    margin-left: 30px;
}
#rep-cart .form-main .col-1 {
    width: 15.5em;
}
#rep-cart .form-main .col-2 {
    width: 26.5em;
}
#rep-cart .form-main .form-text {
    color: #444444;
    padding-top: .3em;
}
#rep-cart .form-main .form-text .required {
    color: #FF0000;
}
#rep-cart .form-main input {
    border: 1px solid #cccccc;
    padding: 2px 0 0 3px;
}
#rep-cart .form-main .form-separator {
    height: 1.5em;
}
#rep-cart .form-main .field-separator {
    margin-left: .7em;
}
#rep-cart .button-area {
    text-align: center;
    margin-top: 1.4em;
}
#rep-cart .rhs1-text,
#rep-cart .rhs2-text {
    color: #555555;
}
#rep-cart .rhs-text h2,
#rep-cart .rhs-text h3 {
    margin-bottom: .6em;
}
#rep-cart .rhs-text .icon {
    margin: 1em 0;
}
#rep-cart .rhs-box {
    border: 1px solid #ABC5E7;
    background: #E0EBFA;
    padding: 10px;
    margin-top: 30px;
    color: #555555;
}
#rep-cart .rhs-box .highlight {
    color:#2571BB;
    font-weight:bold;
}

/********************************************* Update ZIP **************/
.update-zip #bd {
    border-bottom: 0;
}
.update-zip #bd-main {
    background: #FFF;
    width: 730px;
    text-align: center;
    margin: auto;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 50px;
    margin-top: 55px;
}
.update-zip .title-text {
    font-family: Arial;
    font-size: 22px;
    color: #333;
}
.update-zip .desc-text {
    font-family: Arial;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 30px;
}
.update-zip input[type="text"],
.update-zip input[type="number"],
.update-zip input[type="tel"],
.update-zip input[type="email"] {
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 1px 1px 2px 0 rgba(3,3,3,.08);
}
.update-zip input[type="text"].zip {
    width: 340px;
    height: 50px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.update-zip input[type="email"].email {
    width: 220px;
    height: 40px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.update-zip label em {
    text-align: left;
    font-weight: bold;
    font-size: 77%;
    padding-top: 3px;
}
.update-zip .zipcode-input {
    margin: auto;
    width: 340px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.update-zip .find-zipcode {
    text-align: right;
    padding-top: 5px;
}
.update-zip .email-input {
    display: inline-block;
    width: 234px;
    text-align: left;
}
.update-zip .button-area {
    display: inline-block;
    vertical-align: top;
}
.update-zip .cta-submit {
    width: 110px;
    height: 40px;
    font-size: 14px;
    border-bottom: 0;
}

/********************************************* Preview **************/
.table-preview {
    margin: .125em 0 2em 0;
    padding: 0 5px;
}
.prv-col {
    text-align: center;
    width: 25%;
    border-left: solid 1px #fff;
    height:  23.077em;      /* 300/13 */
    /* IE-only hack */
    *height: 22.501em;      /* 300/13.333 */
    padding-top: 1em;
}
.prv-text {
    width:110px;
    margin: auto;
}

/****************************************** Details Page *******/
#details .summary-content {
    min-height: 205px;
    padding: .3em .8em .3em .8em;
}
#details .summary-content .photo {
    float: left;
    width: 260px;
    height: 200px;
    margin: 0 1em .5em 0;
}
#details .summary-content .summary {
    padding-top: .2em;
}
#details .form-area {
}
#details .form-content {
    padding-bottom: .5em;
}
#details .eo-form .promotion-content {
    margin-top: .8em;
}
#details .eo-form .promotion-text {
    font-size: 100%;
}
#details .eo-form .button-content {
    margin: .9em 0 .6em 0;
}
#details .spacing {
    height: 1.5em;
}

#details #gr2 p {
    padding: 0.5em 0;
}
#details .saletype-summary {
    padding: 0 0 0 273px;
}

/****************************************** Details Basic Page *******/
#details-basic {
    padding: 15px;
}
#details-basic .details {
    width: 930px;
    height: 266px;
    background: #f2f2f2;
    margin: auto;
    margin-bottom: 15px;
    -moz-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.4);
}
#details-basic .details .property-info {
    width: 536px;
    height: 166px;
    padding-left: 26px;
    text-align: left;
}
#details-basic .details .property-info .col-1 {
    width: 260px;
    padding-top: 12px;
}
#details-basic .details .property-info .col-2 {
    width: 276px;
    padding-top: 12px;
}
#details-basic .details .link a {
    font-family: OpenSans;
    font-size: 14px;
    color: #2073bb;
    text-decoration: none;
    cursor: pointer;
}
#details-basic .details .property-info .data {
    font-family: OpenSans;
    font-size: 14px;
    margin-top: 9px;
    color: #333;
}
#details-basic .details .property-info .data .type {
    font-family: OpenSansBold;
    color: #333;
}
#details-basic .details .property-summary {
    width: 526px;
    height: 100px;
    padding-left: 26px;
    font-family: OpenSans;
    font-size: 14px;
    color: #333;
    margin-top: 34px;
    text-align: left;
    line-height: 22px;
}
#details-basic .details .property-photo {
    margin-left: 12px;
    width: 356px;
    height: 266px;
}
#details-basic .details .photo-display {
    width: 356px;
    height: 266px;
    position: relative;
}
#details-basic .details .last-image .last-image-bg {
    width: 356px;
    height: 266px;
    margin-top: -266px;
    opacity: 0.88;
}
#details-basic .details .last-image .last-image-content {
    width: 356px;
    height: 266px;
    text-align: center;
    position: absolute;
    margin-top: -266px;
    text-align: center;
}
#details-basic .details .last-image .last-image-text {
    font-family: OpenSansBold;
    font-size: 26px;
    font-weight: normal;
    color: #FFF;
    margin-top: 60px;
}
#details-basic .details .last-image .last-image-btn {
    margin-top: 30px;
}
#details-basic .details .last-image .last-image-btn a {
    text-decoration: none;
}
#details-basic .details .last-image .cta-submit {
    font-size: 26px;
    padding: 8px 20px !important;
}
#details-basic .details .counter .images-counter {
    font-family: OpenSansBold;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 12px 6px 10px;
    z-index: 9999;
}
#details-basic .details .counter .images-counter img {
    vertical-align: top;
    padding-top: 2px;
    margin-right: 8px;
}
#details-basic .details .counter .arrow span {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #FFF;
    border: 1px solid #ccc;
    z-index: 9999;
}
#details-basic .details .counter .arrow .left {
    top: 124px;
    left: -12px;
}
#details-basic .details .counter .arrow .right {
    top: 124px;
    right: -12px;
}

/****************************************** Details Teaser Page *******/
#details-basic.details-teaser .details {
    height: 306px;
}
#details-basic.details-teaser .property-title {
    width: 515px;
    height: 64px;
    margin-top: 18px;
    padding-left: 29px;
    padding-right: 18px;
}
#details-basic.details-teaser .property-title .street,
#details-basic.details-teaser .property-title .amount {
    font-family: OpenSansBold;
    font-weight: normal;
    font-size: 24px;
    color: #333;
    text-transform: capitalize;
}
#details-basic.details-teaser .property-title .city {
    font-family: OpenSans;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
}
#details-basic.details-teaser .property-title .sale-type {
    font-family: OpenSans;
    font-weight: normal;
    font-size: 14px;
    color: #333;
}
#details-basic.details-teaser .property-title .col-1 {
    width: 287px;
    text-align: left;
}
#details-basic.details-teaser .property-title .col-2 {
    width: 228px;
    text-align: right;
}
#details-basic.details-teaser .property-info {
    width: 515px;
    height: 120px;
    padding-left: 29px;
    padding-right: 18px;
}
#details-basic.details-teaser .property-info .col-1 {
    width: 280px;
}
#details-basic.details-teaser .property-info .col-2 {
    width: 235px;
}
#details-basic.details-teaser .property-info .data {
    margin-top: 6px;
}
#details-basic .details .property-summary {
    height: 84px;
}
#details-basic.details-teaser .property-photo {
    height: 306px;
}
#details-basic.details-teaser .photo-display {
    height: 306px;
}
#details-basic.details-teaser .last-image .last-image-bg {
    height: 306px;
    margin-top: -306px;
}
#details-basic.details-teaser .last-image .last-image-content {
    height: 306px;
    margin-top: -306px;
}
#details-basic.details-teaser .last-image .last-image-text {
    margin-top: 80px;
}

/****************************************** Registration Page *******/
#registration input[type="text"],
#registration input[type="number"],
#registration input[type="tel"],
#registration input[type="email"] {
    padding-left: 3px;
}
#registration .width3.phone-field {
    width: 2.85em !important;
}
#registration .width5.phone-field {
    width: 4.85em !important;
}
#registration .headline-bottom {
    font-style: italic;
}
#registration .intro-text {
    font-size: 100%;
    color: #3e3d3d;
}
#registration .form-content {
    padding: .2em 1.5em .8em 1.5em;
}
#registration .form-area {
    margin: 2em 0 1.5em 0;
}
#registration .form-area td.col-1 {
    width: 8.2em;
    text-align: right;
    padding: .2em .5em 0 0;
}
#registration .form-area td.col-2 {
    width: 12.3em;
}
#registration .form-area td.col-3 {
    width: 7.2em;
    text-align: right;
    padding: .2em .5em 0 0;
}
#registration .form-area td.col-4 {
    width: 12.3em;
}
#registration .promo1-top, #registration .promo1-bottom {
    font-size: 93%;
    visibility: hidden;
    display: none;
}
#registration .terms-top {
    color: #3e3d3d;
    font-size: 93%;
    margin-left: .7em;
}
#registration .terms-bottom {
    margin-top: .2em;
    color: #3e3d3d;
    font-size: 85%;
}
#registration .button {
    text-align: center;
    margin-top: 1.2em;
}
#registration .disclaimer {
    margin-top: 2em;
    font-size: 85%;
    color: #3e3d3d;
}
#registration .seal-area {
    margin: 1em 0 .5em 0;
    text-align: center;
}
#registration .seal-frame {
    width: 560px;
    height: 100px;
    overflow: hidden;
}
#registration .form-container {
    _margin-right: 2px;         /* offset for IE6 */
}
#registration .error-content {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
}
#registration .password-info {
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    color: #fe0000;
}
#registration .password-tip {
    color: #0e5aa4;
}
#registration .password-info-error {
    color: #F14C1F;
}
#registration .password-info img {
    vertical-align: middle;
}
#registration .cc-link-text img {
        vertical-align:middle;
}
#registration .cc-type-link-content {
        text-align: right;
        font-size: 100%;
}
#registration .cc-type-link-content img {
        display: block;
        float: left;
        text-decoration: none;
}
#registration .cc-numb-link-text {
    font-size: 100%;
    padding-top: .1em;
}
#registration .cc-link-text {
    font-size: 85%;
    text-decoration: underline;
}
#registration .cc-type-link-content .cc-link-text,
#registration .cc-numb-link-text .cc-link-text,
#registration .step-cclink .cc-link-text {
    float: right;
}
#registration .cc-link-text-cvv {
    font-size: 85%;
    text-decoration: underline;
    padding-left: .4em;
}
#registration .step-header-first #step1HeadingDiv,
#registration .step-header-first #step1TopDiv {
    margin-top: 26px;
}
#registration .step-header-first {
    margin-bottom: 1.2em;
}
#registration .step-header {
    margin: 1.2em 0 1.2em 0;
}
#registration .step-area {
    margin-bottom: 2em;
}
#registration .offers-area {
    margin-bottom: 2em;
    margin-left: 2em;
}
#registration .offer-row {
    margin-top: .5em;
}
#registration .banner {
    margin: .5em 0 1.5em 0;
    text-align: center;
}
#registration .input-separator {
    margin-left: .7em;
}
#registration #termsDisplay {
    position: relative;
}
#registration .button-area {
    position: relative;
}
#registration .link-text {
    font-size: 116%;
    color: #0b4c88;
}
#registration .rhs1-content {
    margin-bottom: 1.5em;
}
#registration .rhs1-box {
    padding: .2em 1.2em .8em 1.2em;
}
#registration .rhs-intro-top {
    margin-bottom: 1em;
}
#registration .rhs1-text {
    margin-top: 1em;
}
#registration .rhs2-text {
    margin-top: 1em;
}
#registration .faqs-title-top {
    font-size: 138.5%;
    color: #415870;
    font-family: Verdana;
    margin-bottom: .3em;
}
#registration .faqs-title-bottom {
    font-size: 100%;
    margin-bottom: .3em;
}

#registration .offer-row a {text-decoration: none;}

#registration .registration-23 .dotted-border,
#registration .registration-42 .dotted-border {
    padding: 0 3em 2em 4em;
}
#registration .registration-23 .minisearch-single-iframe,
#registration .registration-42 .minisearch-single-iframe,
#registration .registration-81 .minisearch-single-iframe,
#registration .registration-82 .minisearch-single-iframe {
    width: 245px;
    height: 350px;
    overflow: hidden;
    margin-top: .2em;
    margin-bottom: .5em;
}
#registration .registration-23 .sidebar,
#registration .registration-42 .sidebar {
    background: none !important;
    border: none;
    padding: 0;
}
#registration .registration-23 #col2 .faqs-content,
#registration .registration-42 #col2 .faqs-content {
    padding-left: .5em;
}
#registration .registration-23 .faqs-title-top,
#registration .registration-42 .faqs-title-top {
    font-size: 116%;
    font-weight: bold;
}
#registration .registration-23 #col2 .faq-text a,
#registration .registration-42 #col2 .faq-text a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 108%;
    color: #666666;
    text-decoration: none;
}
#registration .registration-23 #col2 .separator-line,
#registration .registration-42 #col2 .separator-line {
    height: 1px;
    background-color: #dfebf9;
    font-size: 1px;
    margin-left: 8px;
    margin-bottom: 15px;
    width: 97%;
}
#registration .registration-23 #col2 .rhs1-content,
#registration .registration-23 #col2 .rhs2-content,
#registration .registration-42 #col2 .rhs1-content,
#registration .registration-42 #col2 .rhs2-content {
    padding-left: 1em;
}
#registration .registration-23 #col2 .rhs1-content h3,
#registration .registration-23 #col2 .rhs2-content h3,
#registration .registration-42 #col2 .rhs1-content h3,
#registration .registration-42 #col2 .rhs2-content h3,
#registration .registration-80 #col2 .rhs1-content h3,
#registration .registration-80 #col2 .rhs2-content h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 93%;
    color: #666666;
    font-weight: bold;
    padding: 0;
}
#registration .registration-23 #col2 .rhs1-content h3,
#registration .registration-42 #col2 .rhs1-content h3,
#registration .registration-80 #col2 .rhs1-content h3 {
    margin: 0;
}
#registration .registration-23 #col2 .rhs2-content h3,
#registration .registration-42 #col2 .rhs2-content h3,
#registration .registration-80 #col2 .rhs2-content h3 {
    margin: 1.5em 0 0 0;
}
#registration .registration-23 #col2 .rhs1-text,
#registration .registration-23 #col2 .rhs2-text,
#registration .registration-42 #col2 .rhs1-text,
#registration .registration-42 #col2 .rhs2-text,
#registration .registration-80 #col2 .rhs1-text,
#registration .registration-80 #col2 .rhs2-text,
#registration .registration-80 #col2 .rhs3-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 93%;
    color: #666666;
    line-height: 138.5%;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

/****************************************** Registration Page 21 *******/
#registration .registration-21 .rhs1-content,
#registration .registration-21 .rhs2-content {
    margin: 0 7px;
}
#registration .registration-21 .rhs1-text p,
#registration .registration-21 .rhs1-text p {
    font-size: 100%;
}
#registration .registration-21 .rhs1-text,
#registration .registration-21 .rhs2-text {
    font-size: 90%;
    color: #3E3D3D;
    margin-top: 1em;
}
#registration .registration-21 #rhs2Div {
    margin-top: 1.4em;
}

/****************************************** Registration Page 30 *******/
#registration .registration-30 .form-area {
    margin-top: 0;
}
#registration .registration-30 .step-header-first #step1HeadingDiv,
#registration .registration-30 .step-header-first #step1TopDiv {
    margin-top: 0;
}
#registration .registration-30 .box-title .title-text {
    text-align: left;
}
#registration .registration-30 .box-title .inner-text {
    padding-left: 2em;
}
#registration .registration-30 .form-area td.col-1 {
    width: 10em;
    text-align: left;
    padding: .25em 1em 0 2em;
}
#registration .registration-30 .form-area td.col-2 {
    width: 30em;
}
#registration .registration-30 .form-area input[type="text"],
#registration .registration-30 .form-area input[type="number"],
#registration .registration-30 .form-area input[type="tel"],
#registration .registration-30 .form-area input[type="email"] {
    width: 16.7em;
}
#registration .registration-30 .form-area select {
    width: 16.9em;
}
#registration .registration-30 .form-area .expiry-field {
    width: 8.1em;
}

/****************************************** Registration Page 40 *******/
#registration .registration-40 .yui-gc {
    padding-top: 0;
}
#registration .registration-40 #col1 {
    width: 71%;
}
#registration .registration-40 #col2 {
    width: 26%;
}
#registration .registration-40 .dotted-border {
    border-left: none;
    padding-left: 0;
}
#registration .registration-40 td.col-1 {
    width: 9.5em;
}
#registration .registration-40 td.col-2 {
    width: 12em;
}
#registration .registration-40 td.col-3 {
    width: 6em;
}
#registration .registration-40 td.col-4 {
    width: 14.5em;
}
#registration .registration-40 td.col-wide {
    width: 34.5em;
}
#registration .registration-40 .form-separator {
    height: 1.5em;
}
#registration .registration-40 .headline-top {
    margin-top: .3em;
    padding: 0;
}
#registration .registration-40 .headline-bottom {
    padding: 0;
}
#registration .registration-40 .form-title {
    color: #666;
    font-weight: normal;
    padding: 0;
    margin-top: .8em;
    font-family: Arial, Helvetica, sans-serif;
}
#registration .registration-40 .step {
    border: 1px solid #3a7fc2;
    margin-left: 1em;
    width: 46.5em;
    margin: 0;
}
#registration .registration-40 .step-header {
    margin-top: 3.5em;
    border-bottom: none;
}
#registration .registration-40 .step-1-header {
    margin-top: 1.5em;
}
#registration .registration-40 .step-content {
    margin-bottom: 1em;
    margin-top: -.5em;
    border-top: none;
    padding: 1em 0 1.8em 0;
}
#registration .registration-40 .step-title {
    margin: -26px 0px 0px -26px;
    width: 100px;
    height: 53px;
    background-color: #FFFFFF;
}
#registration .registration-40 .step-title-text-left {
    padding: 15px 10px 0px 6px;
    font-weight: bold;
    font-size: 131%;
}
#registration .registration-40 .step-title-text-right {
    position:absolute;
    background-color:#FFFFFF;
    padding: 17px 10px 0px 6px;
    margin-left: 65px;
    font-weight: bold;
}
#registration .registration-40 .title-image {
    width: 53px;
    height: 53px;
    margin: -15px -10px 0 -6px;
    background-position: top left;
}
#registration .registration-40 .step-bottom {
    padding: 0 25px 8px 40px;
    margin-top: -8px;
}
#registration .registration-40 .form-main {
    width: 42em;
    margin-left: 1.4em;
}
#registration .registration-40 .col-text {
    font-size: 108%;
    padding: .2em .5em 0 0;
}
#registration .registration-40 .col-error-text {
    text-align: right;
}
#registration .registration-40 .state-text {
    width: 6.2em;
    display: inline-block;
}
#registration .registration-40 #termsDisplay {
    padding-right: .7em;
}
#registration .registration-40 .terms-bottom {
    text-align: justify;
    padding-left: 3.4em;
    padding-right: 3.4em;
}
#registration .registration-40 .button {
    padding-right: .6em;
}
#registration .registration-40 .secure-link-text {
    margin-top: 1em;
}
#registration .registration-40 .seal-area {
    margin: 0;
}
#registration .registration-40 .offers-area {
    margin-bottom: 0;
    margin-left: 3em;
    margin-top: -1em;
}
#registration .registration-40 #col2 .intro-text {
    margin-top: .6em;
    margin-bottom: 2.5em;
}
#registration .registration-40 #col2 .rounded-corner-top,
#registration .registration-40 #col2 .rounded-corner-top .left,
#registration .registration-40 #col2 .rounded-corner-top .right,
#registration .registration-40 #col2 .rounded-corner-bottom,
#registration .registration-40 #col2 .rounded-corner-bottom .left,
#registration .registration-40 #col2 .rounded-corner-bottom .right,
#registration .registration-40 #col2 .rounded-corner-top .corner,
#registration .registration-40 #col2 .rounded-corner-bottom .corner {
    background: none !important;
    height: 0;
}
#registration .registration-40 #col2 .rhs1-box,
#registration .registration-40 #col2 .rhs2-content {
    padding: 0;
    margin-bottom: 0;
    margin-top: 2em;
    border: none;
    background: none !important;
}

#registration .registration-40 #col2 .rhs1-content h3,
#registration .registration-40 #col2 .rhs2-content h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 93%;
    color: #666666;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
#registration .registration-40 #col2 .rhs1-text,
#registration .registration-40 #col2 .rhs2-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 93%;
    color: #666666;
    line-height: 138.5%;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

/****************************************** Registration Page 41 *******/
#registration .registration-41 #col1 {
    width: 66%;
}
#registration .registration-41 #col2 {
    width: 31%;
    padding-top: 3em;
}

/****************************************** Registration Page 42 *******/
#registration .registration-42 #col1 {
    width: 69%;
}
#registration .registration-42 #col2 {
    width: 28%;
}

#registration .registration-42 #col2 .rhs1-content {
    padding: 0;
}

/****************************************** Registration Page 43 *******/
#registration .registration-43 #col1 {
    width: 66%;
}
#registration .registration-43 #col2 {
    width: 31%;
    padding-top: 4.8em;
}
#registration .registration-43 .step {
    border-color: #4893ce;
}
#registration .registration-43 .step-content {
    padding-top: .7em;
}
#registration .registration-43 .form-main {
    margin-left: 1.3em;
}
#registration .registration-43 .form-separator {
    height: 1em;
}
#registration .registration-43 #col2 .headline-image {
    margin-bottom: 2.2em;
}
#registration .registration-43 #col2 .rhs1-content,
#registration .registration-43 #col2 .rhs2-content {
    margin-top: 1.9em;
    margin-right: .3em;
}
#registration .registration-43 #col2 .rhs1-content h3,
#registration .registration-43 #col2 .rhs2-content h3 {
    font-size: 108%;
    color: #0b4c88;
}
#registration .registration-43 #col2 .rhs1-text,
#registration .registration-43 #col2 .rhs2-text {
    margin-top: 1.2em;
    color: #333333;
}

/****************************************** Registration Page 44 *******/
#registration .registration-44 .rhs-intro {
    color: #777777;
    font-size: 100%;
}
#registration .registration-44 .rhs-intro h3 {
    color: #333333;
    font-size: 138.5%;
}

/****************************************** Registration Page 60 *******/
#registration .registration-60 .error-content {
    width: 40.8em;
    text-align: center;
}
#registration .registration-60 .title {
    margin-top: .8em;
    width: 70.8em;
}
#registration .registration-60 .title .title-tab {
    float: left;
    width: 37.6em;
    margin-left: 3.85em;
}
#registration .registration-60 .title .title-tab .right {
    padding-right: 10px;
}
#registration .registration-60 .title .title-tab .left {
    padding: 12px 0 0 10px;
    height: 46px;
}
#registration .registration-60 .title .title-tab-text {
    font-family: Arial;
    font-size: 230.8%;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    text-align: center;
}
#registration .registration-60 .title .title-description {
    float: left;
    width: 23.36em;
    margin: -.6em 0 .5em 5.2em;
    padding-right: 10px;
}
#registration .registration-60 .title .title-description-text {
    font-size: 153.9%;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #777777;
}
#registration .registration-60 #step1 {
}
#registration .registration-60 #step2 {
    margin-bottom: 2.3em;
}
#registration .registration-60 .banner {
    margin: 2em 0;
}
#registration .registration-60 .step-spacing {
    height: 3em;
}
#registration .registration-60 .step-content {
    width: 70.8em;
    background-color: #ededfe;
}
#registration .registration-60 .step-content .tl {
    width: 69.6em;
}
#registration .registration-60 .step-content .tr {
}
#registration .registration-60 .step-content .bl {
    width: 69.6em;
    height: 20px;
}
#registration .registration-60 .step-content .br {
    height: 20px;
}
#registration .registration-60 .step-left {
    float: left;
    width: 40.8em;
    padding: .4em 2.2em 0 1.6em;
}
#registration .registration-60 .step-right {
    float: left;
    width: 25em;
    min-height: 300px;
    margin-top: .5em;
    text-align: center;
}
#registration .registration-60 .step-image {
    margin: -1.5em 0 0 -2.4em;
}
#registration .registration-60 .step-title {
    font-family: Arial;
    font-size: 185%;
    font-weight: bold;
    color: #1a1975;
}
#registration .registration-60 .step-cclink {
    float: right;
    padding-top: 15px;
}
#registration .registration-60 .step-description {
    font-family: Arial;
    font-size: 93%;
    color: #424242;
    margin-top: 0.6em;
    line-height: 1.5em;
}
#registration .registration-60 .form-area {
    margin: 2.2em 0 0 0;
    width: 40.8em;
}
#registration .registration-60 .form-main {
    width: 40.8em;
}
#registration .registration-60 .form-area .form-text {
    text-align: right;
    font-family: Arial;
    font-size: 100%;
    font-weight: bold;
    color: #1a1975;
    padding: .3em 0.8em 0 0;
}
#registration .registration-60 .form-area td.col-1 {
    width: 8.3em;
    padding-right: 8px;
}
#registration .registration-60 .form-area td.col-2 {
    width: 12.4em;
}
#registration .registration-60 .form-area td.col-3 {
    width: 7.7em;
}
#registration .registration-60 .form-area td.col-4 {
    width: 12.4em;
}
#registration .registration-60 .form-area tr.form-separator {
    height: .4em;
}
#registration .registration-60 .form-area .terms-content {
    width: 38.1em;
    margin: 1.1em 0 0 2.7em;
}
#registration .registration-60 .form-area .terms-area {
    width: 22em;
    vertical-align: middle;
    padding-top: .5em;
}
#registration .registration-60 .form-area .terms-top {
    font-family: Arial;
    font-size: 95%;
    color: #333333;
    margin-right: 3.4em;
    background-color: #dbdcfb;
    padding: 8px 8px 8px 11px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#registration .registration-60 .form-area .checkbox {
    padding-top: 0;
}
#registration .registration-60 .form-area .terms-bottom {
    font-family: Arial;
    font-size: 95%;
    color: #333333;
    margin-top: .8em;
    padding: 0 2em 0 .8em;
    line-height: 14px;
}
#registration .registration-60 .form-area .button-area {
    vertical-align: top;
    width: 16.1em;
}
#registration .registration-60 .disclaimer {
    display: block;
    font-size: 85%;
    margin-top: 1.5em;
    line-height: 1.2em;
}
#registration .registration-60 .rhs-title {
    text-align: center;
    margin: 1.1em 0 .6em 15px;
    font-family: Arial;
    font-size: 138.5%;
    font-weight: bold;
    color: #1a1975;
}
#registration .registration-60 .rhs-description {
    text-align: left;
    margin: 1em 1em .5em 3.8em;
    font-size: 85%;
    color: #424242;
}
#registration .registration-60 .homes-title {
    margin-bottom: .2em;
}
#registration .registration-60 .faqs-area {
    text-align: left;
    margin-top: 1em;
    margin-left: 3.6em;
}
#registration .registration-60 .faq-list .faq-arrow {
    padding-top:1px;
    width: 15px;
    vertical-align: top;
}
#registration .registration-60 .faq-list .faq-text {
    font-family: Arial;
    font-size: 93%;
    padding: 0 .4em .7em 0;
}
#registration .registration-60 .faq-list .faq-text a {
    color: #1a1975;
    text-decoration: none;
}
#registration .registration-60 .faq-list .faq-answer {
    display: none;
}
#registration .registration-60 .faq-content {
    margin-left: -2.5em;
    font-size: 100%;
    width: 312px;
}
#registration .registration-60 #tempFaqContentDisplay {
    display: none;
    height: 0;
}
#registration .registration-60 .faq-content .tl {
    width: 299px;
}
#registration .registration-60 .faq-content .tr {
}
#registration .registration-60 .faq-content .bl {
    width: 299px;
    height: 13px;
}
#registration .registration-60 .faq-content .br {
    height: 13px;
}
#registration .registration-60 .faq-content .close-image-div {
    margin-left: 21.5em;
}
#registration .registration-60 .faq-content .close-image {
    margin-top: .1em;
}
#registration .registration-60 .faq-content .close-image:hover {
    cursor: pointer;
}
#registration .registration-60 .faq-content .question-text {
    font-family: Arial;
    font-size: 131%;
    line-height: 1.2em;
    font-weight: bold;
    color: #1a1975;
    margin: -4px 26px 5px 26px;
}
#registration .registration-60 .faq-content .answer-text {
    padding: 2px 26px 8px 26px;
    font-size: 93%;
    line-height: 1.3em;
}
#registration .registration-60 .seal-area {
    margin: 2em 0 0 0;
}

/****************************************** Registration Page 70 *******/
#registration .registration-70 #hd-bottom {
        padding-bottom: 0;
}
#registration .registration-70 #pg-hd {
        height: 302px;
        background: no-repeat center top;
        padding: 0 .8em 0 .8em;
        margin-bottom: 0;
}
#registration .registration-70 .headline-top {
        font-size: 245%;
        font-family: Verdana;
        color: #6289b2;
        padding-left: .1em;
}
#registration .registration-70 .headline-bottom {
        font-size: 138.5%;
        font-family: Verdana;
        font-style: normal;
        color: #333333;
        margin-top: .1em;
        line-height: 1.6em;
}
#registration .registration-70 #bd-main {
        padding-top: 0;
}
#registration .registration-70 .error-content {
        margin-bottom: 1em;
}
#registration .registration-70 .intro-text {
        font-size: 100%;
        font-weight: normal;
        color: #3e3d3d;
        margin-bottom: 1em;
}
#registration .registration-70 tr.form-separator {
        height: .9em;
}
#registration .registration-70 tr.form-separator-2 {
        height: 1.1em;
}
#registration .registration-70 .rhs1-content,
#registration .registration-70 .rhs2-content {
        border: 2px solid #cadae4;
        background: #ebf3fe;
        padding: 10px;
        margin: 0 7px;
}
#registration .registration-70 #rhs1TopDiv,
#registration .registration-70 #rhs2TopDiv {
        color: #2571bb;
        font-weight: normal;
}
#registration .registration-70 .rhs1-text p,
#registration .registration-70 .rhs1-text p {
        font-size: 100%;
        color: #000000;
}
#registration .registration-70 .rhs1-text,
#registration .registration-70 .rhs2-text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        color: #000000;
        margin-top: .4em;
}
#registration .registration-70 #rhs2Div {
        margin-top: 1.4em;
}

/****************************************** Registration Page 80 *******/
#registration .registration-80 #col1 {
    width: 56.5%;
}
#registration .registration-80 #col2 {
    width: 40.5%;
}
#registration .registration-80 .error-content {
    width: 40.8em;
    text-align: center;
}
#registration .registration-80 #pg-hd {
    height: 154px;
    background: no-repeat center top;
    padding: 0 .8em 0 .8em;
    margin-top: -15px;
    margin-bottom: 1em;
}
#registration .registration-80 .bg-bottom {
    height: 0;
}
#registration .registration-80 .headline-top {
    padding: 1.5em 0 0 .81em;
    font-family: Arial;
    font-size: 200%;
    font-weight: bold;
    color: #415870;
}
#registration .registration-80 .headline-bottom {
    margin-top: -.2em;
    padding-left: 1em;
    font-family: Arial;
    font-style: italic;
    font-size: 161.6%;
    font-weight: normal;
    color: #333333;
}
#registration .registration-80 .intro {
    margin-bottom: .8em;
}
#registration .registration-80 .step-text {
    margin-left: 4.2em;
}
#registration .registration-80 .step-title {
    font-family: Arial;
    font-size: 153.9%;
    font-weight: bold;
    color: #777777;
}
#registration .registration-80 .step-description {
    color: #3e3d3d;
}
#registration .registration-80 .price-callout{
    background:#FF9930;
    border:1px solid #E57101;
    color:#fff;
    font-weight:bold;
    padding:2px 5px;
    text-shadow:0 0 2px #BC492A;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
}
#registration .registration-80 .step-separator {
    margin-left: 43px;
}
#registration .registration-80 .form-area {
    margin: 2.2em 0 0 0;
    width: 40.8em;
}
#registration .registration-80 .form-main {
    width: 40.8em;
}
#registration .registration-80 .form-area .form-text {
    text-align: right;
    font-family: Arial;
    font-size: 100%;
    font-weight: bold;
    color: #3e3d3d;
    padding: .3em 0.8em 0 0;
}
#registration .registration-80 .form-area td.col-1 {
    width: 8.3em;
    padding-right: 8px;
}
#registration .registration-80 .form-area td.col-2 {
    width: 12.4em;
}
#registration .registration-80 .form-area td.col-3 {
    width: 7.7em;
}
#registration .registration-80 .form-area td.col-4 {
    width: 12.4em;
}
#registration .registration-80 .form-area .eo-fields {
    margin-top: 1.5em;
}
#registration .registration-80 .form-area .eo-checkbox {
    padding-top: .3em;
    font-size: 93%;
    margin-left: 5em;
    width: 24em;
}
#registration .registration-80 .form-area .cc-type-link {
    margin-left: 2em;
    width: 10em;
}
#registration .registration-80 .form-area .eo-button {
    text-align: center;
    margin: 2em 0 2em 0;
}
#registration .registration-80 .form-area tr.form-separator {
    height: .4em;
}
#registration .registration-80 .form-area .terms-top-area {
    margin-top: 2em;
}
#registration .registration-80 .form-area .button {
    margin: 2em 0 2em 0;
}
#registration .registration-80 .disclaimer {
    display: block;
    font-size: 85%;
    margin-top: 1.5em;
    line-height: 1.2em;
}
#registration .registration-80 .disclaimer,
#registration .registration-82 .disclaimer {
   padding-bottom: 20px;
}
#registration .registration-80 .divider-short {
    padding-left: 60px;
    padding-right: 20px;
    min-height: 235px;
}
/**IE8**/
#registration .registration-80 .divider-short{
    min-height: 220px\9;
}
#registration .registration-80 .#etp2{
    padding-bottom:15px\9;
}
/**END IE8**/

#registration .registration-80 .divider-long {
    padding-left: 60px;
    padding-right: 20px;
    min-height: 498px;
}
#registration .registration-80 .testimonial-content {
    margin-bottom: 3.5em;
}
#registration .registration-80 .testimonial-title {
    font-family: Arial;
    font-size: 123.1%;
    font-weight: bold;
    color: #4b6179;
    margin-bottom: 1em;
}
#registration .registration-80 .testimonial-text {
    font-family: Arial;
    font-size: 123.1%;
    font-style: italic;
    color: #333333;
    line-height: 138.5%
}
#registration .registration-80 .testimonial-display {
    margin-top: 1.2em;
}
#registration .registration-80 .testimonial-photo {
    width: 84px;
    height: 84px;
}
#registration .registration-80 .testimonial-display-rhs {
    margin-left: 1.5em;
}
#registration .registration-80 .testimonial-author {
    text-align: left;
    margin: -.2em 0 .7em 0;
    font-family: Arial;
    color: #093b6f;
    text-transform: capitalize;
    width: 13.5em;
}
#registration .registration-80 .btn-next-testimonial {
    margin-top: 1em;
    font-family: Arial;
    font-weight: bold;
    font-size: 93%;
    color: #FFFFFF;
    width: 150px;
    height: 22px;
    border: 0;
    cursor: pointer;
    padding-bottom: 4px;
    padding-bottom: 0px\9;
}
#registration .registration-80 #col2 .rhs1-content h3,
#registration .registration-80 #col2 .rhs2-content h3,
#registration .registration-80 #col2 .rhs1-text,
#registration .registration-80 #col2 .rhs2-text,
#registration .registration-80 #col2 .rhs3-text {
    color: #333333;
}
#registration .registration-80 .seal-area {
    margin: 0;
}

/****************************************** Registration Page 80creditaddon *******/
#registration [class$="-creditaddon"] #step2,
#registration [class$="-creditaddon"] #step3 {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
#registration.bd-full-width [class$="-creditaddon"] #step3 {
    padding-bottom: 20px;
    border-bottom: none;
}
#registration [class$="-creditaddon"] #creditaddonDisplay {
    margin-top: 15px;
    width: 500px;
    height: 380px;
}
#registration [class$="-creditaddon"] #processingText,
#registration [class$="-creditaddon"] #processingText2 {
    text-align: center;
    margin-top: 1.2em;
    margin-bottom: .6em;
}
#registration [class$="-creditaddon"] .seal-area {
    padding-top: 20px;
}
#registration.bd-full-width .registration-110-creditaddon .seal-area,
#registration.bd-full-width .registration-111-creditaddon .seal-area,
#registration.bd-full-width .registration-120-creditaddon .seal-area {
    padding-top: 0;
}
#registration [class$="-creditaddon"] #col2 .rhs3-content {
    margin-top: 46px;
}
#registration [class$="-creditaddon"] #col2 .rhs3-text {
    margin-top: 14px;
}
#registration [class$="-creditaddon"] #step3 {
    text-align: center;
}
#registration [class$="-creditaddon"] .step3-headline-top {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}
#registration.bd-full-width [class$="-creditaddon"] .step3-headline-top {
    font-size: 22px;
}
#registration [class$="-creditaddon"] .step3-headline-bottom {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-top: 8px;
    margin-bottom: 20px;
    font-style: normal;
}
#registration.bd-full-width [class$="-creditaddon"] .step3-headline-bottom .price-callout {
    padding: 1px 5px;
    font-size: 12px;
}
#registration [class$="-creditaddon"] .step3-button-area .buttons-display {
    width: 80%;
    margin-top: 5px;
}
#registration [class$="-creditaddon"] .step3-button-area .button2,
#registration [class$="-creditaddon"] .step3-button-area .decline-button2 {
    display: inline-block;
    width: 50%;
    margin-top: 15px;
}
#registration [class$="-creditaddon"] .step3-button-area .submit-btn-2 {
    font-size: 100%;
    padding-top: 4px;
}
#registration.bd-full-width [class$="-creditaddon"] .step3-button-area .submit-btn-2 {
    margin-top: 0;
    font-size: 18px;
    padding: 10px 15px;
    height: auto;
    width: auto;
    line-height: 100%;
}
#registration [class$="-creditaddon"] .step3-button-area .decline-button2 {
    padding-top: 10px;
    vertical-align: top;
}
#registration [class$="-creditaddon"] .step3-button-area .decline-button2 a {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #444;
}
#registration [class$="-creditaddon"] .step3-button-area .below-button2-text {
    font-family: Arial;
    font-size: 10px;
    color: #9c9c9c;
    padding-top: 8px;
    display: block;
}
#registration [class$="-creditaddon"] .disclaimer2 {
    text-align: left;
    margin-left: 15px;
}

/****************************************** Registration Page 81 *******/
#registration .registration-81 .minisearch-single-iframe,
#registration .registration-82 .minisearch-single-iframe {
    margin: -.2em 0 0 17px;
}

/****************************************** Registration Page 83 *******/
#registration .registration-83 #col1 {
    width: 64.5%;
}
#registration .registration-83 #col2 {
    width: 32.5%;
    margin-top: 3.6em;
}
#registration .registration-83 #pg-hd {
    padding: 0;
    margin: 0;
    height: 140px;
}
#registration .registration-83 .headline-top {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    color: #e36501;
    padding: 0;
    padding-top: 25px;
    text-shadow:0 1px 0 #fff;
}
#registration .registration-83 .headline-bottom {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    color: #222222;
    padding: 0;
    margin-top: -2px;
    margin-left: 0;
    text-shadow:0 1px 0 #fff;
}
#registration .registration-83 .error-content {
    width: 100%;
}
#registration .registration-83 .step-text {
    margin-left: 0;
}
#registration .registration-83 .step-title {
    font-size: 16px;
}
#registration .registration-83 .form-area {
    margin-top: 24px;
}
#registration .registration-83 .form-area,
#registration .registration-83 .form-main {
    width: 100%;
}
#registration .registration-83 .form-area td.col-1 {
    width: 19%;
    padding-left: 0;
}
#registration .registration-83 .form-area td.col-2 {
    width: 33%;
}
#registration .registration-83 .form-area td.col-3 {
    width: 15%;
}
#registration .registration-83 .form-area td.col-4 {
    width: 33%;
}
#registration .registration-83 .form-area .form-text {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: .5em 0.8em 0 0;
}
#registration .registration-83 input[type="text"],
#registration .registration-83 input[type="number"],
#registration .registration-83 input[type="tel"],
#registration .registration-83 input[type="email"],
#registration .registration-83 select {
    border: 1px solid #9bb6d2;
    font-weight: normal;
    font-size: 14px;
    padding: 6px;
}
#registration .registration-83 input[type="text"],
#registration .registration-83 input[type="number"],
#registration .registration-83 input[type="tel"],
#registration .registration-83 input[type="email"],
#registration .registration-83 select {
    width: 184px;
}
#registration .registration-83 input[type="text"].width3,
#registration .registration-83 input[type="number"].width3,
#registration .registration-83 input[type="tel"].width3,
#registration .registration-83 input[type="email"].width3
#registration .registration-83 select.width3 {
    width: 45px !important;
}
#registration .registration-83 input[type="text"].width5,
#registration .registration-83 input[type="number"].width5,
#registration .registration-83 input[type="tel"].width5,
#registration .registration-83 input[type="email"].width5,
#registration .registration-83 select.width5 {
    width: 94px !important;
}
#registration .registration-83 select {
    height: 33px;
}
#registration .registration-83 .cc-link-text-div {
    padding-left: 20px;
    padding-top: 3px;
}
#registration .registration-83 .form-area #termsTopDiv,
#registration .registration-83 .form-area #termsBottomDiv {
    color: #555;
}
#registration .registration-83 .form-area .eo-checkbox {
    color: #555555;
    font-size: 12px;
    margin-left: 10em;
    width: 20em;
}
#registration .registration-83 .form-area .cc-type-link {
    margin-left: 4em;
}
#registration .registration-83 .seal-frame {
    width: 100%;
}
#registration .registration-83 .divider-short {
    padding-left: 25px;
    padding-right: 0;
}
#registration .registration-83 .divider-long {
    padding-left: 25px;
    padding-right: 0;
    min-height: 564px;
}
#registration .registration-83 .minisearch-single-iframe {
    width: 268px;
    height: 400px;
    border: 1px solid #bfd0e2;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    margin-bottom: 30px;
}
#registration .registration-83 #col2 .rhs1-content h3,
#registration .registration-83 #col2 .rhs2-content h3,
#registration .registration-83 #col2 .rhs1-text,
#registration .registration-83 #col2 .rhs2-text {
    padding-left: 20px;
    color: #555;
}
#registration .registration-83 #col2 .rhs1-content h3,
#registration .registration-83 #col2 .rhs2-content h3 {
    font-size: 12px;
}
#registration .registration-83 #col2 .rhs1-text,
#registration .registration-83 #col2 .rhs2-text {
    margin-top: 4px;
    font-size: 11px;
}

/****************************************** Registration Page 90 *******/
#registration .registration-90 #hd-bottom {
    padding-bottom: 0;
}
#registration .registration-90 .top-separator {
    display: none;
}
#registration .registration-90 #bd-main {
    padding: .2em 1em 0 1em;
}
#registration .registration-90 #col1 {
    width: 46%;
}
#registration .registration-90 #col2 {
    width: 53%;
    margin-left: 1%;
    padding-top: .2em;
}
#registration .registration-90 .stats-content {
    min-height: 350px;
}
#registration .registration-90 .stats-content .stats-title {
    font-family: Arial;
    font-size: 223.1%;
    font-weight: bold;
    color: #2571bb;
}
#registration .registration-90 .stats-content .stats-description {
    font-family: Arial;
    font-size: 185%;
    font-weight: bold;
    color: #2571bb;
}
#registration .registration-90 .stats-content .stats-info {
    font-family: Arial;
    font-size: 167%;
    color: #777777;
}
#registration .registration-90 .stats-content .stats-name {
    font-family: Arial;
    font-size: 146.2%;
    color: #777777;
    font-style: italic;
}
#registration .registration-90 .stats-content .stats-value {
    font-family: Arial;
    font-size: 146.2%;
    color: #2571bb;
}
ul.stats-name li {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: .6em 1.2em .4em .3em;
    margin-top: 0;
}
ul.stats-name li.last {
    border-bottom: 0;
}
ul.stats-value li {
    border-bottom: 1px solid #e0e0e0;
    padding: .6em .3em .4em 1.2em;
    margin-top: 0;
    margin-left: 0;
}
ul.stats-value li.last {
    border-bottom: 0;
}
#registration .registration-90 .seal-area {
    margin-top: 4.4em;
    margin-left: -44px;
}
#registration .registration-90 .seal-frame {
    width: 485px;
}
#registration .registration-90 .error-content {
    margin: .2em .5em .5em .5em;
}
#registration .registration-90 .form-bg {
    padding-bottom: 30px;
}
#registration .registration-90 .form-bg-top {
    position: absolute;
    top: 0;
    margin-left: 135px;
}
#registration .registration-90 .form-area {
    margin: 105px 0 2em 0;
    padding: 2em .8em 1.6em .8em;
    border: 2px solid #c7dbee;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
}
#registration .registration-90 .form-area .title {
    font-family: Arial;
    font-weight: bold;
    color: #2571bb;
    font-size: 200%;
    text-align: center;
    margin-bottom: 1em;
}
#registration .registration-90 .form-area .step-header {
    width: 32.8em;
    margin: 0 0 .5em 3.5em;
    padding: .8em;
    font-family: Arial;
    font-size: 93%;
    color: #333333;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
}
#registration .registration-90 .form-area .step-description {
    margin: 0 0 .5em 3.7em;
    font-family: Arial;
    font-size: 85%;
    color: #333333;
}
#registration .registration-90 .form-area .form-main {
    width: 36.1em;
    margin-top: 1.4em;
    margin-bottom: 1.2em;
}
#registration .registration-90 .form-area .form-text {
    font-weight: bold;
}
#registration .registration-90 .form-area input[type="text"],
#registration .registration-90 .form-area input[type="number"],
#registration .registration-90 .form-area input[type="tel"],
#registration .registration-90 .form-area input[type="email"],
#registration .registration-90 .form-area select {
    border: 1px solid #cccccc;
    width: 10em;
}
#registration .registration-90 .form-area td.col-1 {
    width: 5.7em;
    text-align: right;
    padding: .2em .5em 0 0;
}
#registration .registration-90 .form-area td.col-2 {
    width: 11.7em;
}
#registration .registration-90 .form-area td.col-3 {
    width: 6.4em;
    text-align: right;
    padding: .2em .5em 0 0;
}
#registration .registration-90 .form-area td.col-4 {
    width: 12.3em;
}
#registration .registration-90 .form-area .input-separator {
    margin-left: .4em;
}
#registration .registration-90 .form-area input.phone-field {
    width: 2.7em;
}
#registration .registration-90 .form-area .expiry-field {
    width: 4.6em;
}
#registration .registration-90 .form-area .form-text.select-field {
    padding-top: .1em;
}
#registration .registration-90 .terms-bottom {
    padding: 0 1em 0 1em;
    text-align: center;
}
#registration .registration-90 .button {
    margin-top: 1em;
}
#registration .registration-90 .disclaimer {
    margin-top: .8em;
}

/****************************************** Registration Page 100 *******/
#registration .registration-100 .yui-gc {
    padding-top: 0;
}
#registration .registration-100 #col1 {
    width: 67.5%;
}
#registration .registration-100 #col2 {
    width: 31%;
    margin-left: 1.5%;
    padding-top: 2em;
}
#registration .registration-100 .dotted-border {
    border-left: none;
    padding-left: 0;
}
#registration .registration-100 .headline-top {
    margin-top: .3em;
    padding: 0;
}
#registration .registration-100 .headline-bottom {
    padding: 0;
}
#registration .registration-100 .form-title {
    color: #666;
    font-weight: normal;
    padding: 0;
    margin-top: .8em;
    font-family: Arial, Helvetica, sans-serif;
}
#registration .registration-100 .form-content {
    padding: 0;
}
#registration .registration-100 .step-image-top {
    margin-bottom: .3em;
    padding-right: 1em;
}
#registration .registration-100 #stepImage {
    text-align: left;
    width: 420px;
    height: 35px;
}
#registration .registration-100 .step-click,
#registration .registration-100 .step-click span {
    display: inline-block;
    width: 30px;
    height: 35px;
}
#registration .registration-100 .step-click.step1 {
    margin-left: 54px;
}
#registration .registration-100 .step-click.step2 {
    margin-left: 110px;
}
#registration .registration-100 .step-click.step3 {
    margin-left: 110px;
}
#registration .registration-100 .step-click .active:hover,
#registration .registration-100 .step-click .selected:hover {
    cursor: pointer;
}
#registration .registration-100 .step {
    border: 1px solid #cccccc;
    margin: 0;
    width: 48.5em;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#registration .registration-100 .step.top-spacing {
    margin-top: 35px;
}
#registration .registration-100 .step-header {
    margin-top: 1.5em;
}
#registration .registration-100 .with-background-headers .step-header {
    margin-top:-1px;
    margin-left:-1px;
    margin-right:-1px;
    padding-top: 1.5em;
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border: 1px solid #032749;
    background: linear-gradient(to bottom, #0F5290 0%, #063560 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #0F5290 0%, #063560 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 #017CEE inset;
    color: #FFFFFF;
}

#registration .registration-100 .with-background-headers .step-header .step-title {
    color: #FFFFFF;
}

#registration .registration-100 .with-background-headers .cc-top-text {
    text-align: center;
    margin: 1.5em 0em;
}

#registration .registration-100 .with-background-headers .form-main.with-password {
    width: 500px;
}

#registration .registration-100 .with-background-headers label[for="repeatpassword"] {
    padding-left: 6px;
    padding-right: 6px;
}

#registration .registration-100 .with-background-headers .full-cell-width {
    width: 100%;
}

#registration .registration-100 .with-background-headers input#password,
#registration .registration-100 .with-background-headers input#repeatpassword {
    width: 95px;
    padding-right: 19px;
}

#registration .registration-100 .with-background-headers input#custemail {
    width: 348px;
}

#registration .registration-100 .with-background-headers #password1Info {
    float: left;
}

#registration .registration-100 .with-background-headers #password2Info {
    float: right;
}

#registration .with-background-headers .password-info-error,
#registration .with-background-headers .password-info {
    color: #CC0000;
}
#registration .with-background-headers .password-tip,
#registration .with-background-headers .password-info.password-tip {
    color: #0E5AA4;
}

#registration .registration-100 .with-background-headers.full-form #step1Button {
    display: none;
    visibility: hidden;
}

#registration .registration-100 .with-background-headers #step1 .step-content,
#registration .registration-100 .with-background-headers #step2 .step-content {
    padding-top: 1.75em;
}

#registration .registration-100 .with-background-headers #step1 .step-content{
    padding-bottom: 1.75em;
}

#registration .registration-100 .with-background-headers.full-form #step2 .step-header {
    border-radius: 0px;
}

#registration .registration-100 .with-background-headers .step-error {
    background: none;
    background-color: none;
    border: none;
    color: #CC0000;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 1em;
}

#registration .registration-100 .with-background-headers input.input-failure {
    border-color: #CC0000;
    color: #CC0000;
}

#registration .registration-100 .step-title {
    margin: 0 40px 1.2em 40px;
    font-family: Arial;
    font-weight: bold;
    font-size: 123.1%;
}
#registration .registration-100 .step-description {
    margin: 0 40px 1.8em 40px;
    font-family: Arial;
    font-size: 100%;
}
#registration .registration-100 .error-text {
    padding: 1em .8em 1em .8em;
    background: #ffece8;
    border: 1px solid #dd3c10;
    font-size: 93%;
    font-weight: normal;
    text-align: center;
    width: 95%;
    color: #000000;
}
#registration .registration-100 .step-error {
    margin: -.8em 40px 1.7em 40px;
    padding: 1em .8em 1em .8em;
    background: #ffece8;
    border: 1px solid #dd3c10;
    font-size: 93%;
    text-align: center;
}
#registration .registration-100 .step-content {
    padding-bottom: 2.5em;
}
#registration .registration-100 .form-main {
    width: 44em;
}
#registration .registration-100 td.col-1 {
    width: 10.5em;
}
#registration .registration-100 td.col-2 {
    width: 13em;
}
#registration .registration-100 td.col-3 {
    width: 6em;
}
#registration .registration-100 td.col-4 {
    width: 14.5em;
}
#registration .registration-100 td.col-5 {
    width: 17.5em;
    text-align: right;
    padding: .2em .5em 0 0;
}
#registration .registration-100 td.col-6 {
    width: 26.5em;
}
#registration .registration-100 td.col-wide {
    width: 34.5em;
}
#registration .registration-100 .form-separator {
    height: 1em;
}
#registration .registration-100 .password-step2 .password-separator {
    height: 2.5em;
}
#registration .registration-100 .password-step2 .password-info {
    width: 12em;
    margin-left: 1em;
    line-height: 11px;
}
#registration .registration-100 .col-text {
    font-size: 110%;
    padding: .2em .5em 0 0;
}
#registration .registration-100 .col-error-text {
    text-align: right;
}
#registration .registration-100 .state-text-wrapper {
    padding: .6em 0;
}
#registration .registration-100 .state-text {
    font-size: 110%;
    width: 6.2em;
    display: inline-block;
}
#registration .registration-100 .repeat-ssn-separator {
    height: .3em;
}
#registration .registration-100 .ssn-image {
    float: right;
    padding-right: 10.5em;
}
#registration .registration-100 .secure-text {
    padding: 2em 5em 0 5em;
    font-size: 85%;
    font-style: italic;
}
#registration .registration-100 .secure-text img {
    float: left;
    margin-right: .5em;
    padding-top: .3em;
}
#registration .registration-100 .terms-top-area {
    padding-left: 12.2em;
}
#registration .registration-100 .terms-bottom {
    padding-left: 3.4em;
    padding-right: 3.4em;
    text-align: justify;
    font-size: 85%;
}
#registration .registration-100 .button {
    margin-top: 2em;
}
#registration .registration-100 .secure-link-text {
    margin-top: .6em;
}
#registration .registration-100 #termsDisplay {
    margin-top: 3em;
}
#registration .registration-100 .disclaimer {
    margin-top: 2em;
    padding-left: 3.4em;
    padding-right: 3.4em;
}
#registration .registration-100 .seal-area {
    margin-top: 3.5em;
}
#registration .registration-100 #col2 .intro-text {
    margin-top: .6em;
    margin-bottom: 2.5em;
}
#registration .registration-100 #col2 .faqs-content {
    margin-top: -.8em;
}
#registration .registration-100 #col2 .rhs1-content,
#registration .registration-100 #col2 .rhs2-content {
    margin-top: 1.9em;
    margin-right: .3em;
}
#registration .registration-100 #col2 .rhs1-content h3,
#registration .registration-100 #col2 .rhs2-content h3,
#registration .registration-100 #col2 #rhs2TopDiv {
    font-size: 108%;
    color: #0b4c88;
}
#registration .registration-100 #col2 .rhs1-text,
#registration .registration-100 #col2 .rhs2-text {
    margin-top: .4em !important;
    font-size: 93%;
    color: #333333;
}
#registration .registration-100 .loader {
    padding: 120px 30px;
}
#registration .registration-100 .loader-image {
    text-align: center;
    width: 70px;
    padding: 28px;
    margin: 8px auto 25px auto;
    background: #5c5c5c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#registration .registration-100 .loader .loading-text {
    text-align: center;
}
#registration .registration-100 .loader .loading-text h3 {
    display: block;
    color: #000;
    margin-top: 18px;
    margin-bottom: 10px;
}
#registration .registration-100 #step3Main {
    margin: 25px 25px;
    position: relative;
}
#registration .registration-100 #step3Main .title-text {
    margin-right: 110px;
    margin-bottom: 34px;
}
#registration .registration-100 #step3Main .verification-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 123.1%;
    font-weight:700;
    color: #000;
}
#registration .registration-100 #step3Main .verification-text {
    font-style: italic;
    color: #666666;
    font-size: 14px;
    margin-top: 15px;
}
#registration .registration-100 #step3Main .verification-questions input[type="radio"] {
    border: 0;
}
#registration .registration-100 #step3Main .verification-countdown {
    background: none repeat scroll 0 0 #FFF6E8;
    border: 1px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 8px 0 #888888;
    color: #667F96;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-shadow: 0 1px #FFFFFF;
    top: 10px;
}
#registration .registration-100 #step3Main .verification-countdown span {
    display: block;
    font-size: 30px;
    line-height: 22px;
}
#registration .registration-100 #step3Main .verification-countdown em {
    font-size: 12px;
    font-style: normal;
}
#registration .registration-100 #step3Main .separator {
    width: 100%;
    height: 1px;
    background: #ccc;
}
#registration .registration-100 #step3Main #verificationQuestions .question {
    clear: both;
    display: block;
}
#registration .registration-100 #step3Main #verificationQuestions .question .text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 123.1%;
    font-weight:700;
    color: #000;
    margin-top: 38px;
}
#registration .registration-100 #step3Main #verificationQuestions .question .answers ul {
    margin-left: 25px;
    width: 34em;
}
#registration .registration-100 #step3Main #verificationQuestions .question .answers li {
    list-style: none;
    display: block;
    font-size: 12px;
    color: #333;
    padding: 6px 0;
    display: block;
    float: left;
    width: 17em;
}


/****************************************** CSID Verify *******/
#registration .registration-100.csid-verify .step.top-spacing {
    margin-top: 0;
}
#registration .registration-100.csid-verify .step-click .active:hover,
#registration .registration-100.csid-verify .step-click .selected:hover {
    cursor: default;
}

/****************************************** Registration Page 102 *******/
#registration .registration-102 .yui-gc {
    padding-top: 0;
}
#registration .registration-102 #top {
    background: #e3e3e3;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    padding: 25px;
    border-bottom: 2px solid #d9d9d9;
}
#registration .registration-102 #pg-hd {
    padding-left: 0;
    margin-left: 0;
}
#registration .registration-102 #bd {
    border-top: 2px solid #d9d9d9;
    border-bottom: 0;
}
#registration .registration-102 #ft {
    background: none;
}
#registration .registration-102 #nav-content {
    display: none;
}
#registration .registration-102 #footer {
    background: #efefef;
    margin-bottom: .6em;
    padding-top: .6em;
    padding-left: .2em;
}
#registration .registration-102 #bd-main {
    background: #FFF;
    padding: 0;
    padding-bottom: 50px;
    margin-bottom: 0;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
#registration .registration-102 .bd-inner-width {
    width: 882px;
}
#registration .registration-102 #col1 {
    width: 70%;
}
#registration .registration-102 #col2 {
    width: 30%;
    margin-left: 0;
    padding-top: .4em;
}
#registration .registration-102.loader #col1 {
    width: 100%;
}
#registration .registration-102.loader #col2 {
    width: 0;
}
#registration .registration-102.loader #pg-hd,
#registration .registration-102.loader #stepImageDiv {
    display: none;
}
#registration .registration-102.loader #bd-main {
    margin-top: 65px;
}
#registration .registration-102.verification #col1 {
    width: 100%;
}
#registration .registration-102.verification #col2 {
    width: 0;
}
#registration .registration-102.verification #pg-hd,
#registration .registration-102.verification #stepImageDiv {
    display: none;
}
#registration .registration-102.verification #bd-main {
    margin-top: 22px;
}
#registration .registration-102 .error-highlight {
    padding: 1em .8em 1em .8em;
    margin-bottom: 1.2em;
    background: #fcf2f1;
    border: 1px solid #c11c09;
    font-size: 93%;
    font-weight: normal;
    text-align: center;
    width: 95%;
    color: #c11c09;
}
#registration .registration-102 #stepImage {
    text-align: left;
    width: 897px;
    height: 59px;
    position: relative;
    margin-top: 10px;
    margin-left: -14px;
    padding-left: 58px;
}
#registration .registration-102 .step-click {
    float: left;
    padding-top: 14px;
    margin-right: 75px;
}
#registration .registration-102 .step-click span {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #13649a;
    text-shadow: 0 -1px 0 rgba(1,1,1, 0.26), 0 1px 0 #6fc4f2;
    cursor: default;
}
#registration .registration-102 .step-click span.link {
    cursor: pointer;
}
#registration .registration-102 .step-click .selected {
    padding-top: 13px;
    color: #FFF;
    text-shadow: 0 2px 1px #013b71;
}
#registration .registration-102 .headline-top {
    margin-top: .4em;
    padding: 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 32px;
    color: #0b4c88;
    text-shadow: 0 -1px 0 #010101, 0 2px 0 #FFF;
    text-align: center;
}
#registration .registration-102 .headline-top .headline-error {
    font-size: 22px;
    color: #af2719;
    padding: 10px 0 6px 0;
    text-shadow: 0 -1px 0 rgba(1,1,1, 0.64), 0 2px 0 #FFF;
}
#registration .registration-102 .headline-bottom {
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #f47423;
    text-align: center;
}
#registration .registration-102 .security-image {
    float: left;
    margin-right: 6px;
}
#registration .registration-102 .security-text div {
    display: block;
    font-family: Arial;
    font-size: 15px;
    color: #045e9d;
    font-weight: bold;
}
#registration .registration-102 .security-text div.security-text-bottom {
    color: #333;
    letter-spacing: -.5px;
    font-weight: 900;
}
#registration .registration-102 .step-header {
    margin: 0;
}
#registration .registration-102 .step {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: -4px;
}
#registration .registration-102 .top-spacing-separate {
    border-top: 1px solid #CCC;
    margin-top: 40px;
    padding-top: 10px;
}
#registration .registration-102 .step-separator {
    background: #ccc;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 5px;
}
#registration .registration-102 #step4 {
    min-height: 520px;
}
#registration .registration-102 #step4.error-step {
    min-height: 0;
}
#registration .registration-102.verification .step {
    padding: 0;
}
#registration .registration-102 .step-title {
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    color: #0a4274;
    padding-right: 20px;
    margin-bottom: 20px;
}
#registration .registration-102 .step-desc {
    font-family: Arial;
    font-size: 12px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
#registration .registration-102 .form-area {
    margin-top: 0;
    margin-bottom: 0;
}
#registration .registration-102 .form-content {
    padding: 1em 1.5em 0 1.5em;
}
#registration .registration-102 .form-main {
    width: 44em;
}
#registration .registration-102 .form-main .step-field {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
#registration .registration-102 .form-main label {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
#registration .registration-102 .state-text {
    display: inline-block;
    padding-top: 8px;
}
#registration .registration-102 .form-main input[type="text"],
#registration .registration-102 .form-main input[type="number"],
#registration .registration-102 .form-main input[type="tel"],
#registration .registration-102 .form-main input[type="email"],
#registration .registration-102 .form-main input[type="password"],
#registration .registration-102 .form-main select {
    width: 236px;
    border: 1px solid #acaaaa;
    height: 23px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 3px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}
#registration .registration-102 .form-main select {
    width: 244px;
    height: 25px;
    padding: 2px;
}
#registration .registration-102 .form-main .error {
    background-color: #fcf2f1 !important;
    border: 1px solid #c11b0a !important;
}
#registration .registration-102 .form-main .form-separator {
    height: 1em;
}
#registration .registration-102 .promotion-text,
#registration .registration-102 .disclaimer-text {
    font-family: Arial;
    font-size: 11px;
    color: #333;
}
#registration .registration-102 .promotion-text {
    margin-top: 20px;
}
#registration .registration-102 .promotion-text input[type="checkbox"] {
    margin-right: 6px;
    padding-top: 4px;
}
#registration .registration-102 .error-text-bottom {
    text-align: center;
    height: 27px;
    padding-top: 23px;
}
#registration .registration-102 .error-msg {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #af2719;
    bottom: 0;
}
#registration .registration-102 .button {
    margin-top: 0;
    text-align: left;
}
#registration .registration-102 .seal-area {
    text-align: left;
}
#registration .registration-102 .step1-seal-area {
    margin-top: 53px;
    margin-left: 20px;
}
#registration .registration-102 .seal-frame {
    width: 260px;
    height: 90px;
    overflow: hidden;
}
#registration .registration-102 .step2-form-main {
    width: 43.4em;
}
#registration .registration-102 .ssn-image {
    display: inline-block;
    margin-left: 10px;
}
#registration .registration-102 .bg-verify {
    padding-left: 32px;
}
#registration .registration-102 .verify-title-text {
    margin: 26px 0 3px 0;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#registration .registration-102 .verify-title-text.verification {
    color: #f47423;
}
#registration .registration-102 .form-box {
    height: auto;
    border: 1px solid #aaaaaa;
    padding: .7em .7em 1.4em .7em;
    margin-bottom: 30px;
}
#registration .registration-102 .info-text {
    font-family: Arial;
    font-size: 12px;
    color: #333;
}
#registration .registration-102 .verify-info-text {
    margin-left: 32px;
}
#registration .registration-102 .account-info {
    margin-top: 10px;
}
#registration .registration-102 .login-info {
    margin-top: 20px;
}
#registration .registration-102 .login-email {
    color: #0e589d;
}
#registration .registration-102 .ssn-info-separator {
    height: 18px;
}
#registration .registration-102 .password-separator {
    height: 12px;
}
#registration .registration-102 .cc-separator {
    height: 10px;
}
#registration .registration-102 .password-info {
    width: 20em;
    line-height: 11px;
}
#registration .registration-102 .cc-link-text {
    font-family: Arial;
    font-size: 10px;
    color: #333;
    margin-left: 8px;
    text-decoration: none;
}
#registration .registration-102 .password-link {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}
#registration .registration-102 .password-link:hover {
    cursor: default;
}
#registration .registration-102 .step2-seal-area {
    margin-top: 35px;
    margin-bottom: 15px;
}
#registration .registration-102 .disclaimer-text {
    margin-top: 30px;
}
#registration .registration-102 .cc-field {
    margin-left: 25px;
}
#registration .registration-102 .cc-card-link {
    margin-left: 50px;
}
#registration .registration-102 .cc-card-link img {
    margin-top: -8px;
}
#registration .registration-102 .billing-info {
    margin-top: 10px;
}
#registration .registration-102 .cc-select-info {
    margin-top: 15px;
}
#registration .registration-102 .expiry-field.input-separator {
    margin-left: 1.6em;
}
#registration .registration-102 #termsDisplay {
    margin-top: 30px;
}
#registration .registration-102 .seal-display {
    display: inline-block;
    vertical-align: top;
}
#registration .registration-102 .button-area {
    display: inline-block;
    vertical-align: top;
}
#registration .registration-102 .step2-button-display {
    margin-top: 10px;
}
#registration .registration-102 .step3-button-display {
    margin-top: 30px;
    text-align: center;
}
#registration .registration-102 .step3-button-display .button-area {
    margin-left: 30px;
    margin-right: 30px;
}
#registration .registration-102 .step4-button-display .error-display {
    margin-left: 94px;
}
#registration .registration-102 .step4-button-display .seal-display {
    margin-top: 3px;
}
#registration .registration-102 .step4-button-display .button-area {
    margin-left: 20px;
    margin-right: 20px;
}
#registration .registration-102 #partAHeader {
    margin-top: 12px;
}
#registration .registration-102 .process-info-div {
    margin-left: 20px;
}
#registration .registration-102 .process-info-div .main-info {
    display: inline-block;
    vertical-align: top;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
#registration .registration-102 .process-info-div .sub-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #0b4c88;
}
#registration .registration-102 .process-info-div .processed-info {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    padding-top: 2px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #59a501;
    margin-top: 0;
    background-position: 0 3px;
}
#registration .registration-102 .process-info-div .info-separator {
    clear: both;
    height: 15px;
}
#registration .registration-102 .process-info-div .summary-info {
    display: block;
    margin: 15px 0 45px 0;
    padding-top: 10px;
    text-align: right;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    color: #59a501;
}
#registration .registration-102 #col2 .rhs-content {
    margin: 0 1.6em 0 2.8em;
    font-size: 10px;
    color: #444;
}
#registration .registration-102 #col2 .rhs-content h3 {
    font-size: 12px;
    color: #0b4c88;
    margin-top: 1.5em;
    margin-bottom: .5em;
}
#registration .registration-102 #col2 .rhs-content div {
    color: #444;
}
#registration .registration-102 #col2 .rhs-content .box-text {
    border: 1px solid #AAA;
    margin-top: 22px;
    padding: 6px
}
#registration .registration-102 #col2 .rhs-content .box-text h3 {
    padding-top: 0;
    margin-top: 0;
}
#registration .registration-102 #col2 .rhs-content .offer-details {
    margin-top: 300px;
}
#registration .registration-102 #col2 .rhs-content .image-display {
    margin-left: -2.8em;
    margin-right: -1.6em;
    display: block;
    text-align: center;
}
#registration .registration-102 #col2 ul li {
    list-style: disc;
    font-size: 11px;
    margin: 4px 0 4px 18px;
}
#registration .registration-102 .loader-div {
    padding: 80px 30px;
}
#registration .registration-102 .loader-image {
    text-align: center;
    width: 70px;
    padding: 28px;
    margin: 8px auto 25px auto;
    background: #5c5c5c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#registration .registration-102 .loader-div .loading-text h3 {
    display: block;
    color: #000;
    margin-top: 18px;
    margin-bottom: 10px;
}
#registration .registration-102 .error-div {
    padding: 30px 30px 0 30px;
}
#registration .registration-102 .blocked-error-message {
    padding-left: 50px;
    padding-top: 8px;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}
#registration .registration-102 .blocked-error-message .contact-phone {
    margin-top: 35px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
#registration .registration-102.verification .verification-countdown {
    background: none repeat scroll 0 0 #FFF6E8;
    border: 1px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 8px 0 #888888;
    color: #667F96;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 25px;
    text-align: center;
    text-shadow: 0 1px #FFFFFF;
    top: 25px;
}
#registration .registration-102.verification .verification-countdown span {
    display: block;
    font-size: 30px;
    line-height: 22px;
}
#registration .registration-102.verification .verification-countdown em {
    font-size: 12px;
    font-style: normal;
}
#registration .registration-102.verification .text {
    font-family: Arial;
    font-size: 12px;
    color: #333;
    border: 1px solid #e8e8e8;
    margin-top: 16px;
    padding: 8px;S
}
#registration .registration-102.verification .answers {
    font-family: Arial;
    font-size: 12px;
    color: #333;
    margin: 15px 0 0 12px;
}
#registration .registration-102.verification .answers ul {
    margin-top: 12px;
}
#registration .registration-102.verification .answers ul li {
    margin: 0;
    padding: 3px 0 2px 0;
    font-family: Arial;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}
#registration .registration-102.verification .answers ul li.odd {
    background: #f2f2f2;
}

/****************************************** Registration Page 110 *******/
.bd-full-width .registration-110 {
    background: #F2F2F2;
}
.bd-full-width .registration-110 #search-area {
    position: absolute;
    top: 14px;
    right: 160px;
}
.bd-full-width .registration-110 #search-area .top-search-input {
    font-family: OpenSansBold;
    font-weight: normal;
    font-size: 16px;
    color: #555;
    width: 220px;
    height: 36px;
    padding-left: 15px;
    border: 1px solid #d1d1d1;
    border-right: 0;
    border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-radius-topleft: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-radius-bottomleft: 15px;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-radius-topright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius-bottomright: 0;
}
.bd-full-width .registration-110 #search-area .top-search-btn {
    background: #f0f0f0;
    font-family: OpenSansBold;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-radius-topright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-radius-bottomright: 15px;
}
.bd-full-width .registration-110 #bd {
    border-top: 0;
    margin-top: 200px;
    padding-bottom: 200px;
}
#registration .registration-110 #col1 {
    width: 70%;
}
#registration .registration-110 #col2 {
    width: 29%;
    margin-left: 1%;
}
#registration .registration-110 .dotted-border,
#registration .registration-110 .divider-short,
#registration .registration-110 .divider-long {
    padding-left: 0;
    padding-right: 0;
}
.registration-110 .footer-area {
    text-align: center !important;
}
.bd-full-width .registration-110 #nav-content {
    display: none;
}
.bd-full-width .registration-110 .member-btn {
    display: none;
}
#registration .registration-110 #member-sign-in {
    height: 24px;
    padding-left: 30px;
    padding-top: 2px;
}
#registration .registration-110 #member-sign-in a {
    font-family: OpenSansSemiBold;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}
#registration .registration-110 .headline-top {
    font-family: OpenSansBold;
    font-weight: normal;
    font-size: 40px;
    color: #fff !important;
    text-align: center;
    padding-top: 36px;
}
#registration .registration-110 .headline-bottom {
    font-family: OpenSans;
    font-style: normal;
    color: #fff;
    text-align: center;
    padding-top: 2px;
}
#registration .registration-110 .search-content {
    display: block;
    text-align: center;
    margin-top: 40px;
}
#registration .registration-110 .error-content {
    width: 45.4em;
    margin-left: 2.4em;
}
#registration .registration-110 .property-info {
    height: 310px;
    margin-top: 30px;
}
#registration .registration-110 .property-info-iframe {
    width: 960px;
    height: 310px;
    overflow: hidden;
}
#registration .registration-110 .step-text {
    margin-left: 6em;
}
#registration .registration-110 .step-title {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #666;
    font-size: 28px;
}
#registration .registration-110 #step2 .step-title {
    font-size: 20px;
    color: #333;
}
#registration .registration-110 .step-description {
    font-size: 14px;
    margin-top: 4px;
}
#registration .registration-110 .price-callout {
    background: #FF9930;
    border: 0;
    color: #fff;
    font-weight: normal;
    padding: 2px 8px;
    text-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
#registration .registration-110 #step2 {
    margin-top: 54px;
}
#registration .registration-110 .form-area,
#registration .registration-110 .seal-area {
    width: 50.8em;
}
#registration .registration-110 .form-main {
    width: 50.8em;
}
#registration .registration-110 .form-area .form-text {
    text-align: right;
    font-family: OpenSansBold;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    padding: .4em .6em 0 0;
}
#registration .registration-110 .form-area input[type="text"],
#registration .registration-110 .form-area input[type="number"],
#registration .registration-110 .form-area input[type="tel"],
#registration .registration-110 .form-area input[type="email"],
#registration .registration-110 .form-area select {
    font-family: OpenSans;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    width: 173px;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.16);
}
#registration .registration-110 .form-area .phone-field {
    width: 47px !important;
}
#registration .registration-110 .form-area .expiry-field {
    width: 82px !important;
}
#registration .registration-110 .form-area td.col-1 {
    width: 8.3em;
    padding-right: 8px;
}
#registration .registration-110 .form-area td.col-2 {
    width: 15.1em;
}
#registration .registration-110 .form-area td.col-3 {
    width: 9.4em;
}
#registration .registration-110 .form-area td.col-4 {
    width: 19.1em;
}
#registration .registration-110 .form-area .eo-button {
    padding-right: 50px;
}
#registration .registration-110 .form-area .eo-checkbox {
    width: 28em;
    margin-left: 4em;
}
#registration .registration-110 .form-area .cc-type-link {
    width: 12em;
    margin-left: 1em;
}
#registration .registration-110 .eo-checkbox,
#registration .registration-110 .cc-link-text,
#registration .registration-110 .cc-link-text-cvv {
    font-family: OpenSans;
    font-style: normal;
    font-size: 13px !important;
}
#registration .registration-110 .terms-top {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: -5px;
}
#registration .registration-110 .button-area {
    padding-right: 50px;
}
#registration .registration-110 .submit-btn {
    font-size: 32px;
    width: auto;
    height: 75px;
    padding-left: 70px;
    padding-right: 70px;
    text-shadow: none;
    margin-top: 15px;
}
#registration .registration-110 .seal-area {
    display: block;
    margin-top: 28px;
    /*margin-left: 30px;*/
    position: relative;
}
#registration .registration-110 .seal-area:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 296px;
    border-style: solid;
    border-width: 0 10px 14px;
    border-color: #e0e0e0 transparent;
    display: block;
    width: 0;
    z-index: 0;
}
#registration .registration-110 .seal-area:after {
    content: "";
    position: absolute;
    top: -13px;
    left: 296px;
    border-style: solid;
    border-width: 0 10px 14px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
}
#registration .registration-110 .seal-frame {
    height: 88px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 50px;
}
#registration .registration-110 .testimonial-title {
    font-family: OpenSansBold;
    font-weight: normal;
    color: #333 !important;
    font-size: 18px;
}
#registration .registration-110 .testimonial-display-rhs {
    margin-left: 1em;
    width: 160px;
    padding-top: 6px;
}
#registration .registration-110 .testimonial-author {
    font-family: OpenSansBold;
    font-weight: normal;
    color: #000 !important;
    font-size: 14px;
}
#registration .registration-110 .btn-next-testimonial {
    margin-top: 1em;
    font-family: OpenSansBold;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
    text-transform: capitalize;
    color: #2073bb;
    border: 1px solid #dedede;
    border-bottom: 3px solid #dedede;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 10px;
}
#registration .registration-110 .faqs-section {
    margin-left: -30px;
}
#registration .registration-110 .dotted-border {
    border-left: 0;
}
#registration .registration-110 .faqs-title-top {
    font-family: OpenSansBold;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    text-align: left;
    margin-left: -12px;
}
#registration .registration-110 .faqs-title-bottom {
    font-family: OpenSans;
    font-weight: normal;
    font-size: 14px;
    color: #bbb;
    text-align: left;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 16px;
    margin-left: -12px;
}
#registration .registration-110 .faq {
    margin-top: 16px;
    margin-bottom: -20px;
}
#registration .registration-110 .faq-text {
    padding-bottom: 18px;
}
#registration .registration-110 .faq-text a {
    font-family: OpenSans;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}
#registration .registration-110 .faq-text p {
    font-family: OpenSans;
    font-size: 11px;
    color: #000;
    font-style: italic;
}
#registration .registration-110 .faq-text a.close {
    display: block;
    font-family: OpenSansBold;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    color: #6caf5b;
    text-decoration: underline;
    margin-top: 16px;
}
#registration .registration-110 .minisearch-single-iframe {
    margin-bottom: 15px;
}

/****************************************** Registration Page 111 *******/
#registration .registration-111 #bd-main {
    padding-top: 2em;
}
#registration .registration-111 #col1 {
    width: 66%;
}
#registration .registration-111 #col2 {
    width: 33%;
    margin-left: 1%;
}
#registration .registration-111 .property-info-iframe {
    width: 960px;
    height: 350px;
    overflow: hidden;
}
#registration .registration-111 .error-content {
    width: 44.2em;
    margin-left: .2em;
}
#registration .registration-111 .step-text {
    margin-left: 0;
    margin-bottom: 20px;
}
#registration .registration-111 #step1HeadingDiv {
    text-align: left;
}
#registration .registration-111 .step-title {
    color: #333;
}
#registration .registration-111 .form-area,
#registration .registration-111 .seal-area {
    width: 43em;
}
#registration .registration-111 .seal-area:before {
    left: 272px;
}
#registration .registration-111 .seal-area:after {
    left: 272px;
}
#registration .registration-111 .form-area .eo-button {
    padding-right: 0;
    margin-left: -5px;
}
#registration .registration-111 .button-area {
    padding-right: 0;
    margin-left: -5px;
}
#registration .registration-111 .seal-area {
    margin-left: -5px;
}
#registration .registration-111 .seal-frame {
    margin-right: 0;
}
#registration .registration-111 .form-area td.col-1 {
    text-align: left;
    width: 45%;
}
#registration .registration-111 .form-area td.col-2 {
    text-align: left;
    width: 55%;
}
#registration .registration-111 .form-main tr.form-separator {
    height: 0;
}
#registration .registration-111 .form-area input[type="text"],
#registration .registration-111 .form-area input[type="number"],
#registration .registration-111 .form-area input[type="tel"],
#registration .registration-111 .form-area input[type="email"],
#registration .registration-111 .form-area select {
    width: 250px;
    padding: 2px;
    margin-top: 2px;
    box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.16);
}
#registration .registration-111 .form-area select {
    height: 32px;
    padding-top: 3px;
}
#registration .registration-111 .form-area .phone-field {
    width: 5.2em !important;
}
#registration .registration-111 .form-area .expiry-field {
    width: 8.6em !important;
}
#registration .registration-111 .form-area .eo-checkbox {
    margin-left: 0;
    margin-top: 3px;
}
#registration .registration-111 #step2-rhs-content {
    display: none;
    visibility: hidden;
}
#registration .registration-111 #col2 .faqs-content {
    margin-top: -12px;
}
#registration .registration-111 #col2 #rhs2Div.sidebar {
    margin-top: -35px;
}

/****************************************** Registration Page 120 *******/
.registration-120 .top-banner {
    height: 166px;
}
.registration-120 .top-banner-bg {
    height: 166px;
    margin-top: -167px;
}
.registration-120 .top-banner-inner {
    height: 166px;
    margin-top: -166px;
}
.bd-full-width .registration-120 #bd {
    margin-top: 30px;
}
#registration .registration-120 .error-content {
    width: 45.4em;
    margin-left: 3.4em;
}
#registration .registration-120 #step2-rhs-content {
    display: none;
    visibility: hidden;
}
#registration .registration-120 #col2 .faqs-content {
    margin-top: -14px;
}
#registration .registration-120 #col2 #rhs2Div.sidebar {
    margin-top: -35px;
}

/****************************************** Registration Page 140 *******/
#registration .registration-140 .error-content {
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 15px 0 5px 0;
}
#registration .registration-140 #step1 {
    padding: 0 8px;
    margin-left: 0 !important;
}
#registration .registration-140 .step {
    width: 934px !important;
}
#registration .registration-140 .step-lhs {
    display: inline-block;
    width: 590px;
    vertical-align: top;
}
#registration .registration-140 .step-rhs {
    display: inline-block;
    width: 319px;
    vertical-align: top;
    margin-left: 18px;
    margin-right: 7px;
}
#registration .registration-140 .step-text {
    margin: -2px 0 -10px 0;
}
#registration .registration-140 .step-title {
    font-family: Arial;
    font-size: 22px;
    color: #777;
    text-align: center;
}
#registration .registration-140 .form-area,
#registration .registration-140 .form-main {
    width: auto;
}
#registration .registration-140 .custlname {
    text-align: right;
}
#registration .registration-140 .form-area .eo-fields {
    margin-top: -12px;
}
#registration .registration-140 .form-area .eo-checkbox {
    padding-top: 0;
    margin-left: 0;
    width: auto;
    font-size: 12px !important;
}
#registration .registration-140 .form-area .eo-button {
    width: 322px;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
#registration .registration-140 .form-area .field-col {
    width: 320px;
    padding-bottom: 18px;
}
#registration .registration-140 .form-area .field-col-half {
    width: 160px;
}
#registration .registration-140 .form-area .input-separator {
    float: right;
}
#registration .registration-140 .form-area input[type="text"],
#registration .registration-140 .form-area input[type="number"],
#registration .registration-140 .form-area input[type="tel"],
#registration .registration-140 .form-area input[type="email"],
#registration .registration-140 .form-area select {
    font-family: OpenSans;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    width: 300px;
    height: 29px;
    border: 1px solid #ccc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.16);
    padding-left: 10px;
    padding-right: 10px;
}
#registration .registration-140 .form-area select {
    width: 100%;
    height: 34px;
}
#registration .registration-140 .form-area input[type="text"].half-width,
#registration .registration-140 .form-area input[type="number"].half-width,
#registration .registration-140 .form-area input[type="tel"].half-width,
#registration .registration-140 .form-area input[type="email"].half-width,
#registration .registration-140 .form-area select.half-width {
    width: 130px;
}
#registration .registration-140 .form-area select.half-width {
    width: 48%;
}
#registration .registration-140 #step2 {
    margin-top: 0;
    padding-top: 32px;
}
#registration .registration-140-classic #bd-main {
    margin-left: -12px;
}
#registration .registration-140-classic .error-content {
    width: 854px;
    margin-left: 8px;
    padding: 0 40px 15px 40px;
}
#registration .registration-140-classic #step2 .step-title {
    padding-top: 12px;
    font-size: 19px;
    font-weight: normal;
}
#registration .registration-140-classic #step2 .form-area {
    padding-top: 5px;
}
#registration .registration-140 #step2 .form-area {
    padding-top: 20px;
}
#registration .registration-140 #step2 .form-main {
    margin: auto;
}
#registration .registration-140 #step2 .form-area .field-col.first {
    padding-left: 18px;
    padding-right: 0;
}
#registration .registration-140 #step2 .form-area .field-col.second {
    width: 338px;
    padding-left: 18px;
    padding-right: 18px;
}
#registration .registration-140 #step2 .form-area .form-separator {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    height: 20px;
    border-top: 1px solid #ddd;
}
#registration .registration-140 .form-area .terms-top-area {
    width: 640px;
    margin: auto;
    text-align: center;
    margin-top: 15px;
}
#registration .registration-140 .form-area .terms-top-area #termsTopDiv {
    color: #666;
}
#registration .registration-140 .form-area .terms-bottom {
    color: #666;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    width: 640px;
    padding-left: 150px;
    padding-right: 150px;
}
#registration .registration-140 .form-area .button {
    margin-top: 0;
}
#registration .registration-140 .form-area .disclaimer {
    padding: 20px;
}
#registration .registration-140 .form-area .disclaimer div {
    color: #666;
}
#registration .registration-140 .seal-area {
    margin-top: 18px;
}
#registration .registration-140 .form-area .cc-type-link {
    margin-left: 0;
    width: auto;
    float: right;
}
#registration .registration-140 .form-area .cc-type-link a {
    font-size: 12px !important;
}
#registration .registration-140 .form-area .cc-numb-link {
    margin-left: 20px;
}
#registration .registration-140 .form-area .cc-numb-link a {
    font-size: 12px !important;
}
#registration .registration-140 .form-area .cc-link-text-cvv {
    margin-left: 20px;
    font-size: 12px !important;
}
#registration .registration-140 .rhs1-content {
    padding-left: 35px;
    padding-top: 72px;
}
#registration .registration-140 .rhs1-title {
    font-family: Arial;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
#registration .registration-140 .rhs1-text {
    font-family: Arial;
    font-size: 13px;
    color: #333;
    margin-top: 8px;
}
#registration .registration-140 .rhs2-content {
    padding-left: 35px;
    margin-top: 10px;
}
#registration .registration-140 .rhs2-title {
    font-family: Arial;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
#registration .registration-140 .rhs2-text {
    font-family: Arial;
    font-size: 14px;
    color: #333;
    margin-top: 8px;
}
#registration .registration-140-classic #bd-main {
    padding: 0 !important;
}
#registration .registration-140-classic #gr1 {
}
#registration .registration-140-classic #pg-hd {
    height: 154px;
    background: no-repeat center top;
    padding: 0 .8em 0 .8em;
    margin-top: -15px;
    margin-bottom: 1em;
}
#registration .registration-140-classic .bg-bottom {
    height: 0;
}
#registration .registration-140-classic .headline-top {
    padding: 1.5em 0 0 .81em;
    font-family: Arial;
    font-size: 200%;
    font-weight: bold;
    color: #415870;
}
#registration .registration-140-classic .headline-bottom {
    margin-top: -.2em;
    padding-left: 1em;
    font-family: Arial;
    font-style: italic;
    font-size: 161.6%;
    font-weight: normal;
    color: #333333;
}
#registration .registration-140-classic #step2 {
    margin-left: 0 !important;
    width: 100%;
}
#registration .registration-140-classic #step2 .form-area .field-col {
    width: 280px;
}
#registration .registration-140-classic #step2 .form-area input[type="text"],
#registration .registration-140-classic #step2 .form-area input[type="number"],
#registration .registration-140-classic #step2 .form-area input[type="tel"],
#registration .registration-140-classic #step2 .form-area input[type="email"],
#registration .registration-140-classic #step2 .form-area select {
    width: 260px;
}
#registration .registration-140-classic #step2 .form-area select {
    width: 100%;
}
#registration .registration-140-classic #step2 .form-area input[type="text"].half-width,
#registration .registration-140-classic #step2 .form-area input[type="number"].half-width,
#registration .registration-140-classic #step2 .form-area input[type="tel"].half-width,
#registration .registration-140-classic #step2 .form-area input[type="email"].half-width,
#registration .registration-140-classic #step2 .form-area select.half-width {
    width: 100px;
}
#registration .registration-140-classic #step2 .form-area select.half-width {
    width: 48%;
}
#registration .registration-140-classic .form-area .terms-top-area {
    width: 560px;
}
#registration .registration-140-classic .form-area .terms-bottom {
    width: 560px;
    padding: 0;
}
#registration .registration-140-classic .submit-btn.grayed {
    background: none !important;
    font-family: OpenSansBold;
    font-weight: normal;
    font-size: 18px;
    color: #666;
    cursor: default;
}
#registration .registration-140-classic .form-area .disclaimer {
    padding: 0;
}

/****************************************** Registration Page 140FULLWIDTH *******/
#registration .registration-140fullwidth #bd {
    padding-bottom: 40px;
}
#registration .registration-140fullwidth #step1 {
    margin-top: -12px !important;
    padding: 13px;
}
#registration .registration-140fullwidth .step-rhs {
    width: 322px;
    margin-left: 15px;
}
#registration .registration-140fullwidth .lhs-col {
    width: 610px;
}
#registration .registration-140fullwidth .rhs-col {
    width: 350px;
}
#registration .registration-140fullwidth .step-title {
    font-family: OpenSans;
    font-size: 22px;
    color: #333;
    text-align: center;
}
#registration .registration-140fullwidth .step-text.step2 .step-title {
    font-family: OpenSansBold;
}
#registration .registration-140fullwidth .step-title strong {
    font-family: OpenSansSemiBold;
}
.registration-140fullwidth .top-banner {
    height: 280px;
}
.registration-140fullwidth .top-banner-bg {
    height: 280px;
    margin-top: -281px;
}
.registration-140fullwidth .top-banner-inner {
    height: 280px;
    margin-top: -280px;
}
.registration-140fullwidth .top-banner.extended {
    height: 320px;
}
.registration-140fullwidth .top-banner-bg.extended {
    height: 320px;
    margin-top: -321px;
}
.registration-140fullwidth .top-banner-inner.extended {
    height: 320px;
    margin-top: -320px;
}
#registration .registration-140fullwidth .headline-top {
    padding-top: 50px;
}
#registration .registration-140fullwidth .form-bg {
    background: #FFF;
    margin-top: -172px;
    box-shadow: 0px 0px 21px 0px rgba(3, 3, 3, 0.25);
    -moz-box-shadow: 0px 0px 21px 0px rgba(3, 3, 3, 0.25);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(3, 3, 3, 0.25);
    -o-box-shadow: 0px 0px 21px 0px rgba(3, 3, 3, 0.25);
}
#registration .registration-140fullwidth .form-area .eo-button {
    margin-top: 0;
}
#registration .registration-140fullwidth .form-area .submit-btn {
    width: 322px;
    font-size: 26px;
    font-family: OpenSansSemiBold;
}
#registration .registration-140fullwidth .rhs2-content {
    padding-left: 40px;
    margin-top: 25px;
}
#registration .registration-140fullwidth .rhs2-title {
    font-family: OpenSans;
}
#registration .registration-140fullwidth .rhs2-text {
    font-family: OpenSans;
}

/****************************************** Registration Page 150 *******/
#registration .registration-150 #bd {
    padding-bottom: 15px !important;
    margin-top: 0;
}
#registration .registration-150 #bd-main {
    padding-top: 4px !important;
    padding-bottom: 45px;
}
#registration .registration-150 .step-text {
    margin-left: 0 !important;
    text-align: center;
}
#registration .registration-150 .step-title {
    font-size: 24px;
    color: #333;
}
#registration .registration-150 .form-bg {
    position: absolute;
    top: 40px;
    left: 130px;
    width: 700px;
    opacity: 1;
    background: rgba(255,255,255,.93);
    margin: auto;
    box-shadow: 0px 0px 21px 0px rgba(3, 3, 3, 0.25);
    -moz-box-shadow: 0px 0px 21px 0px rgba(3, 3, 3, 0.25);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(3, 3, 3, 0.25);
    -o-box-shadow: 0px 0px 21px 0px rgba(3, 3, 3, 0.25);
}
#registration .registration-150 .form-content {
    padding: 20px 0 0 0;
}
#registration .registration-150 .form-area {
    width: 665px;
    margin: 32px auto 20px auto;
}
#registration .registration-150 .form-area td.col-1 {
    width: 19%;
}
#registration .registration-150 .form-area td.col-2 {
    width: 33%;
}
#registration .registration-150 .form-area td.col-3 {
    width: 18%;
}
#registration .registration-150 .form-area td.col-4 {
    width: 30%;
}
#registration .registration-150 .eo-button,
#registration .registration-150 .button {
    width: 665px;
}
#registration .registration-150 .submit-btn {
    font-size: 22px;
    padding: 5px 45px;
    height: auto;
    font-weight: normal;
}
#registration .registration-150 .terms-bottom {
    text-align: center;
}
#registration .registration-150 .seal-area,
#registration .registration-150 .seal-area iframe {
    margin: auto;
    border: 0;
}
#registration .registration-150 .seal-area:before {
    display: none;
}
#registration .registration-150 .prop-image {
    width: 674px;
    height: 449px;
}
#registration .registration-150 .bg-images-bottom {
    padding-top: 20px;
}
#registration .registration-150 .disclaimer {
    width: 665px;
}

/****************************************** Credit Report 1 *******/
.credit-report-1 {
    background: #f9f9f9;
    margin: 0 auto;
    padding: 0;
}
.credit-report-1 .report {
    width: 685px;
    padding-top: 15px;
    padding-bottom: 2px;
}
.credit-report-1 .title {
    margin-bottom: .4em;
}
.credit-report-1 .title-text {
    color: #333333;
    font-family: Arial;
    font-size: 185%;
    font-weight: bold;
    float: left;
}
.credit-report-1 .btn-print {
    float: right;
    width: 78px;
    height: 37px;
}
.credit-report-1 .report-content {
    margin-left: 26px;
    margin-right: 26px;
    width: 613px;
}
.credit-report-1 .report-section {
    border: 2px solid #dfdfe0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 1.3em;
    background: #ffffff;
}
.credit-report-1 .report-section .header-bar {
    width: 613px;
    height: 36px;
    padding-top: 11px;
    margin-left: -2px;
    margin-top: -2px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 161.6%;
    font-weight: bold;
    text-align: center;
}
.credit-report-1 .report-section-last {
    height: 182px;
    overflow: hidden;
}
.credit-report-1 .report-section .row-top {
    height: 36px;
    background: #dfe9f2;
}
.credit-report-1 .report-section .row-1 {
    height: 22px;
    background: #ffffff;
}
.credit-report-1 .report-section .row-2 {
    height: 22px;
    background: #fcf0e3;
}
.credit-report-1 .report-section .row-3 {
    height: 18px;
    background: #dfe9f2;
}
.credit-report-1 .report-section .row-4 {
    height: 26px;
    background: #dfe9f2;
}
.credit-report-1 .report-section .row-last {
    height: 8px;
    background: #ffffff;
}
.credit-report-1 .report-section,
.credit-report-1 .report-section td {
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.credit-report-1 .tbl-summary,
.credit-report-1 .tbl-report {
    width: 609px;
    margin-bottom: 8px;
}
.credit-report-1 .tbl-report td {
    text-align: left;
}
.credit-report-1 .tbl-report .center {
    text-align: center;
}
.credit-report-1 .tbl-report .row-top td {
    font-weight: 900;
    font-family: Arial Black, Arial;
    font-size: 11px;
}
.credit-report-1 .tbl-summary .col-1 {
    width: 459px;
}
.credit-report-1 .tbl-summary .col-2 {
    width: 150px;
}
.credit-report-1 .tbl-summary .col-1,
.credit-report-1 .tbl-summary .col-2 {
    padding-left: 1.8em;
}
.credit-report-1 .tbl-summary .row-top .col-2 {
    padding-left: 0;
}
.credit-report-1 .tbl-summary .row-top {
    height: 32px;
}
.credit-report-1 .tbl-report .first {
    width: 75px;
    text-align: left;
    padding-left: 10px;
}
.credit-report-1 .tbl-details td,
.credit-report-1 .tbl-history td {
    text-align: center;
}
.credit-report-1 .tbl-report td.strong-text {
    font-weight: 900;
    font-family: Arial Black, Arial;
}
.credit-report-1 .tbl-report td.large-text {
    font-size: 12px;
}
.credit-report-1 .tbl-account {
    margin-bottom: 0;
}
.credit-report-1 .tbl-account td {
    padding-top: 2px;
    padding-bottom: 3px;
}
.credit-report-1 .tbl-account .account-info {
    width: 40%;
    font-weight: 900;
    font-family: Arial Black, Arial;
    font-size: 13px;
    text-align: left;
    border-right: 2px solid #dfdfe0;
    padding-left: 1em;
    vertical-align: middle;
}
.credit-report-1 .tbl-account .info-1 {
    padding-left: .5em;
    width: 15%;
}
.credit-report-1 .tbl-account .info-2 {
    width: 27%;
}
.credit-report-1 .tbl-account .info-3 {
    width: 18%;
}
.credit-report-1 .tbl-details {
    margin-bottom: 6px;
}
.credit-report-1 .tbl-history {
    margin-bottom: 15px;
}
.credit-report-1 .tbl-history .first {
    width: 135px;
}
.credit-report-1 .tbl-history .history-1,
.credit-report-1 .tbl-history .history-2,
.credit-report-1 .tbl-history .history-3 {
    width: 90px;
}
.credit-report-1 .tbl-history .space {
    width: 39px;
}
.credit-report-1 .tbl-history .payment-history {
    width: 165px;
    padding-left: 20px;
}
.credit-report-1 .tbl-history .legend img {
    margin-left: .2em;
    margin-right: .5em;
}
.credit-report-1 .tbl-history .payment-record td {
    padding-top: .7em;
}
.credit-report-1 .tbl-history .tbl-payment-history {
    width: 270px;
    margin-right: .6em;
}
.credit-report-1 .tbl-history .tbl-payment-history td {
    color: #a49c9b;
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    border-top: 1px solid #d8d7d7;
    border-left: 1px solid #d8d7d7;
    padding-bottom: 3px;
}
.credit-report-1 .tbl-history .tbl-payment-history td.last-col {
    border-right: 1px solid #d8d7d7;
}
.credit-report-1 .tbl-history .tbl-payment-history td.last-row {
    border-bottom: 1px solid #d8d7d7;
}
.credit-report-1 .tbl-history .tbl-payment-history td.no-border {
    border: 0;
    padding-right: 5px;
}
.credit-report-1 .tbl-history .payment-date td {
    padding-bottom: 1.2em;
    border: 0;
}
.credit-report-1 .tbl-remarks {
    margin-bottom: 15px;
}
.credit-report-1 .tbl-remarks td.remarks-text {
    padding-left: 5.8em;
    font-family: Arial;
}

/****************************************** Credit Report 2 *******/
.credit-report-2 {
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
}
.credit-report-2 .report-content {
    width: 670px;
    padding: 15px 25px 0 25px;
    text-align: left;
}
.credit-report-2 .title-text {
    color: #0a4983;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 15px;
}
.credit-report-2 .display-content {
    float: left;
    width: 452px;
    border: 2px solid #dfdfdf;
    border-bottom: 0;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-radius-topright: 4px;
}
.credit-report-2 .separator-content {
    float: left;
    width: 16px;
}
.credit-report-2 .text-content {
    float: left;
    width: 190px;
    padding: 8px 8px 0 0;
}
.credit-report-2 .text-content-title {
    color: #333333;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}
.credit-report-2 .text-content-desc {
    margin-top: .6em;
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
}
.credit-report-2 .report-section .header-bar {
    width: 452px;
    height: 60px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-radius-topright: 4px;
}
.credit-report-2 .report-section .header-bar-short {
    height: 35px;
}
.credit-report-2 .report-section .header-bar-text {
    color: #FFFFFF;
    font-family: Arial;
    text-shadow: 0 1px 2px #890505;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-top: 19px;
    padding-left: 10px;
}
.credit-report-2 .report-section .header-bar-text.left {
    float: left;
}
.credit-report-2 .report-section .header-bar-short .header-bar-text {
    padding-top: 7px;
    padding-left: 0;
    text-align: center;
}
.credit-report-2 .report-section .score-text-div {
    float: right;
    width: 66px;
    height: 30px;
    background: #668fb1;
    border: 1px solid #d1deea;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 13px 24px 0 0;
}
.credit-report-2 .report-section .score-text {
    color: #ffb100;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 1px #890505;
    text-align: center;
    padding-top: 4px;
}
.credit-report-2 .report-section .summary-text {
    font-family: Arial;
    font-size: 10px;
    color: #333333;
    padding: 2px 15px 6px 15px;
}
.credit-report-2 .report-section .summary-text .factor-num {
    font-weight: bold;
    display: inline-block;
    width: 70px;
}
.credit-report-2 .report-section .display-content {
    margin-bottom: 3.8em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0.1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.1));
}
.credit-report-2 .report-section,
.credit-report-2 .report-section td {
    color: #333333;
    font-family: Arial;
    font-size: 10px;
}
.credit-report-2 .tbl-report {
    width: 452px;
}
.credit-report-2 .tbl-report .first {
    width: 65px;
    text-align: left;
    padding-left: 10px;
}
.credit-report-2 .tbl-report .strong-text {
    font-weight: 900;
    font-family: Arial Black, Arial;
}
.credit-report-2 .tbl-report .large-text {
    font-size: 11px;
}
.credit-report-2 .tbl-report .row-top {
    background: #dfe9f3;
}
.credit-report-2 .tbl-report .row-1 {
    background: #ffffff;
}
.credit-report-2 .tbl-report .row-2 {
    background: #fdf1e3;
}
.credit-report-2 .tbl-report .height-1 {
    height: 12px;
}
.credit-report-2 .tbl-report .height-2 {
    height: 16px;
}
.credit-report-2 .tbl-report .height-3 {
    height: 24px;
}
.credit-report-2 .tbl-report .height-4 {
    height: 28px;
}
.credit-report-2 .tbl-summary {
    width: 450px;
    margin: 0 1px 6px 1px;
}
.credit-report-2 .tbl-summary td {
    font-weight: bold;
}
.credit-report-2 .tbl-summary .col-1 {
    width: 320px;
    padding-left: 15px;
}
.credit-report-2 .tbl-summary .col-2 {
    width: 102px;
    padding-left: 15px;
}
.credit-report-2 .tbl-summary .col-2.first {
    padding-left: 0;
}
.credit-report-2 .tbl-account {
    margin-bottom: 0;
}
.credit-report-2 .tbl-account .account-info {
    padding-left: 6px;
    border-right: 2px solid #dfdfdf;
}
.credit-report-2 .tbl-account .info-1 {
    padding-left: 4px;
}
.credit-report-2 .tbl-details {
    margin-bottom: 4px;
}
.credit-report-2 .tbl-details td {
    text-align: center;
}
.credit-report-2 .tbl-details .row-top td,
.credit-report-2 .tbl-history .row-above td {
    font-weight: bold;
}
.credit-report-2 .tbl-history {
    margin-bottom: 6px;
}
.credit-report-2 .tbl-history .row-above td {
    padding-top: 2px;
}
.credit-report-2 .tbl-history .row-below td {
    padding-bottom: 2px;
}
.credit-report-2 .tbl-history .first {
    width: 95px;
}
.credit-report-2 .tbl-history .legend img {
    margin-left: 2px;
    margin-right: 4px;
}
.credit-report-2 .tbl-history .history-1,
.credit-report-2 .tbl-history .history-2,
.credit-report-2 .tbl-history .history-3 {
    width: 39px;
}
.credit-report-2 .tbl-history .space {
    width: 28px;
}
.credit-report-2 .tbl-history .payment-history {
    width: 240px;
    text-align: center;
}
.credit-report-2 .tbl-history .tbl-payment-history {
    margin-top: 5px;
}
.credit-report-2 .tbl-history .tbl-payment-history {
    width: 240px;
    margin-right: .3em;
}
.credit-report-2 .tbl-history .tbl-payment-history td {
    color: #a49c9b;
    font-family: Arial;
    font-size: 7px;
    border-top: 1px solid #d8d7d7;
    border-left: 1px solid #d8d7d7;
    padding: 1px;
    text-align: center;
}
.credit-report-2 .tbl-history .tbl-payment-history td.last-col {
    border-right: 1px solid #d8d7d7;
}
.credit-report-2 .tbl-history .tbl-payment-history td.last-row {
    border-bottom: 1px solid #d8d7d7;
}
.credit-report-2 .tbl-history .tbl-payment-history td.no-border {
    border: 0;
    padding-right: 5px;
}
.credit-report-2 .tbl-history .payment-date td {
    padding-bottom: 5px;
    border: 0;
}

/****************************************** Credit Report 3 *******/
.credit-report-3 {
    background: #ffffff;
    margin: 38px 0 0 40px;
    padding: 0;
}
.credit-report-3 .report {
    width: 725px;
    padding-top: 15px;
    padding-bottom: 2px;
}
.credit-report-3 .report-content {
    margin-left: 26px;
    margin-right: 26px;
    width: 653px;
    margin-bottom: 25px;
    overflow: hidden;
}
.credit-report-3 .report-side {
    padding: 20px;
    border: 1px solid #dfdfe0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f9f9f9;
}
.credit-report-3 .report-side.narrow {
    padding: 10px;
}
.credit-report-3 .report-section {
    border: 1px solid #dfdfe0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 1.3em;
    background: #ffffff;
}
.credit-report-3 .report-section-last {
    height: 182px;
    overflow: hidden;
}
.credit-report-3 .report-section .row-top {
    height: 36px;
    background: #dfe9f2;
}
.credit-report-3 .report-section .row-1 {
    height: 22px;
    background: #ffffff;
}
.credit-report-3 .report-section .row-2 {
    height: 22px;
    background: #fcf0e3;
}
.credit-report-3 .report-section .row-3 {
    height: 18px;
    background: #dfe9f2;
}
.credit-report-3 .report-section .row-4 {
    height: 26px;
    background: #dfe9f2;
}
.credit-report-3 .report-section .row-last {
    height: 8px;
    background: #ffffff;
}
.credit-report-3 .report-section,
.credit-report-3 .report-section td {
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.credit-report-3 .report-display {
    height: 185px;
    margin-bottom: 28px;
}
.credit-report-3 .report-result {
    float: left;
    width: 246px;
    height: 185px;
}
.credit-report-3 .report-graph {
    float: left;
    width: 372px;
    height: 185px;
    margin-left: 13px;
}
.credit-report-3 .report-desc {
    width: 879px;
    height: 90px;
    overflow: visible;
}
.credit-report-3 .report-text {
    text-align: left;
    float: left;
    width: 250px;
    padding-right: 43px;
}
.credit-report-3 .report-text .title {
    font-size: 116%;
    font-weight: bold;
    color: #2f2f2f;
    display: block;
    padding-bottom: 8px;
}
.credit-report-3 .tbl-report {
    width: 609px;
    margin-bottom: 8px;
}
.credit-report-3 .tbl-report td {
    text-align: left;
}
.credit-report-3 .tbl-report .center {
    text-align: center;
}
.credit-report-3 .tbl-report .row-top td {
    font-weight: 900;
    font-family: Arial Black, Arial;
    font-size: 11px;
}
.credit-report-3 .tbl-report .first {
    width: 75px;
    text-align: left;
    padding-left: 10px;
}
.credit-report-3 .tbl-details td,
.credit-report-3 .tbl-history td {
    text-align: center;
}
.credit-report-3 .tbl-report td.strong-text {
    font-weight: 900;
    font-family: Arial Black, Arial;
}
.credit-report-3 .tbl-report td.large-text {
    font-size: 12px;
}
.credit-report-3 .tbl-account {
    margin-bottom: 0;
}
.credit-report-3 .tbl-account td {
    padding-top: 2px;
    padding-bottom: 3px;
}
.credit-report-3 .tbl-account .account-info {
    width: 40%;
    font-weight: 900;
    font-family: Arial Black, Arial;
    font-size: 13px;
    text-align: left;
    border-right: 2px solid #dfdfe0;
    padding-left: 1em;
    vertical-align: middle;
}
.credit-report-3 .tbl-account .info-1 {
    padding-left: .5em;
    width: 15%;
}
.credit-report-3 .tbl-account .info-2 {
    width: 27%;
}
.credit-report-3 .tbl-account .info-3 {
    width: 18%;
}
.credit-report-3 .tbl-details {
    margin-bottom: 6px;
}
.credit-report-3 .tbl-history {
    margin-bottom: 15px;
}
.credit-report-3 .tbl-history .first {
    width: 135px;
}
.credit-report-3 .tbl-history .history-1,
.credit-report-3 .tbl-history .history-2,
.credit-report-3 .tbl-history .history-3 {
    width: 90px;
}
.credit-report-3 .tbl-history .space {
    width: 39px;
}
.credit-report-3 .tbl-history .payment-history {
    width: 165px;
    padding-left: 20px;
}
.credit-report-3 .tbl-history .legend img {
    margin-left: .2em;
    margin-right: .5em;
}
.credit-report-3 .tbl-history .payment-record td {
    padding-top: .7em;
}
.credit-report-3 .tbl-history .tbl-payment-history {
    width: 270px;
    margin-right: .6em;
}
.credit-report-3 .tbl-history .tbl-payment-history td {
    color: #a49c9b;
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    border-top: 1px solid #d8d7d7;
    border-left: 1px solid #d8d7d7;
    padding-bottom: 3px;
}
.credit-report-3 .tbl-history .tbl-payment-history td.last-col {
    border-right: 1px solid #d8d7d7;
}
.credit-report-3 .tbl-history .tbl-payment-history td.last-row {
    border-bottom: 1px solid #d8d7d7;
}
.credit-report-3 .tbl-history .tbl-payment-history td.no-border {
    border: 0;
    padding-right: 5px;
}
.credit-report-3 .tbl-history .payment-date td {
    padding-bottom: 1.2em;
    border: 0;
}
.credit-report-3 .tbl-remarks {
    margin-bottom: 15px;
}
.credit-report-3 .tbl-remarks td.remarks-text {
    padding-left: 5.8em;
    font-family: Arial;
}
.credit-report-3 .bubble {
    font-size: 93%;
    font-family: Arial;
    color: #FFFFFF;
    width: 167px;
    height: 117px;
    padding: 36px 17px 0 17px;
}
.credit-report-3 .bubble-1 {
    position: absolute;
    top: 5px;
    left: 5px;
}
.credit-report-3 .bubble-2 {
    position: absolute;
    top: 15px;
    left: 560px;
    padding-top: 44px;
}
.credit-report-3 .bubble-3 {
    position: absolute;
    top: 456px;
    left: 578px;
}

/****************************************** Recently Viewed Homes Content *******/
.recently-viewed-content {
    margin-bottom: 1.5em;
    margin-left: .8em;
}
.recently-viewed {
    margin: .8em 0 0 0;
    height: 100%;
}
.recently-viewed .image-area {
    float: left;
    width: 130px;
    height: 110px;
}
.recently-viewed img {
    margin-left: 9px;
    margin-top: 9px;
    width: 110px;
    height: 90px;
    border: 1px solid #d1d9de;
}
.recently-viewed .description-text {
    margin: .3em 0 0 1em;
    width:150px;
    float: left;
}
.recently-viewed .price {
    padding-top: 0;
    padding-bottom: .5em;
    color: #4b6179;
    font-weight: bold;
}
.original-price {
    padding-top: 0;
    padding-bottom: 1em;
    text-decoration: line-through;
}
.recently-viewed .new-price {
    padding-top: 0;
    padding-bottom: .4em;
    color: #990000;
    font-weight: bold;
    font-size: 116%;
}
.recently-viewed .address {
    padding-top: 0;
}

/****************************************** testimonials *******/
#testimonials .testimonials {
    margin: 0 0 1em 0;
    padding: 0;
}
#testimonials .testimonials .testimonials-content {
    padding: 1.4em;
}
#testimonials .testimonials .testimonial-text {
    color: #3e3d3d;
    font-size: 102%;
    font-style: italic;
}
#testimonials .testimonials .author-text {
    text-align: right;
    color: #3e3d3d;
    font-size: 102%;
    margin-top: .6em;
}
#testimonials .testimonials .gray-line {
    margin: 1.6em 0 1.6em 0;
}
#testimonials .pagination-area {
    margin-bottom: 1em;
    text-align: center;
}
#testimonials .paging-separator {
    margin-right: .6em;
}
#testimonials .eo-form {
    margin-top: 1.5em;
    margin-bottom: .5em;
}
#testimonials .eo-form .form-title {
    font-size: 108%;
}
#testimonials .eo-form .promotion-content {
    margin-top: .8em;
}
#testimonials .eo-form .promotion-text {
    font-size: 100%;
}
#testimonials .eo-form .button-content {
    text-align: center;
    margin: .9em 0 .6em 0;
}
#testimonials .eo-form .button {
    margin-bottom: .5em;
}
#testimonials .rhs1-text {
    margin-top: 1em;
}

/****************************************** minisearch *******/
#mini-search-results,
#mini-search-results-welcome,
#mini-search-results-single {
    background: none;
    overflow: hidden;
}

#mini-search-results {
    width: 300px;
}

.minisearch-iframe {
    width: 310px;
    height: 440px;
    overflow: hidden;
/*  margin-bottom: 1.6em;*/
}

#welcome-2 .minisearch-iframe {
    width: 630px;
    height: 270px;
    overflow: hidden;
}

#welcome-3 .minisearch-iframe {
    width: 630px;
    height: 150px;
    overflow: hidden;
    margin-bottom: .4em;
}

#registration .registration-41 .minisearch-iframe {
    width: 300px;
}

#registration .registration-60 .minisearch-iframe {
    width: 280px;
    height: 300px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#mini-search-results .mini-search-homes {
    margin: 10px 10px 0 10px;
}

#mini-search-results .mini-search {
}

#mini-search-results .title {
    font-weight: bold;
}

#mini-search-results .recently-viewed {
    margin: 0;
}

#mini-search-results .mini-search input.button {
    height:22px;
    margin-left:5px;
    padding-bottom:0.1em;
    width:80px;
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Arial;
    font-weight:bold;
    font-size:110%;
}

#mini-search-results .recently-viewed .photo {
    float: left;
    width: 104px;
    height: 84px;
}

#mini-search-results .recently-viewed img {
    margin: 11px 0;
    height: 60px;
    width: 80px;
}

#mini-search-results .recently-viewed .property-description {
    float: left;
    margin-top: .52em;
    width: 176px;
}

#mini-search-results .recently-viewed .address,
#mini-search-results .recently-viewed .bedbeth,
#mini-search-results .recently-viewed .savings {
    font-size: 11px;
}

#mini-search-results .recently-viewed .property-price {
    color: #990000;
}

#mini-search-results .recently-viewed .bar {
    width: 280px;
    height: 2px;
    clear: both;
    padding: 10px 2px 10px 2px;
}

#mini-search-results .recently-viewed .bar .top {
    width: 100%;
    height: 1px;
    background-color: #585d5b;
}

#mini-search-results .recently-viewed .bar .bottom {
    width: 100%;
    height: 1px;
    background-color: #bcbdbc;
}

#mini-search-results .mini-search h4 {
    padding-bottom: 8px;
}
#mini-search-results .search-box {
    padding-bottom: 2px;
}
#mini-search-results .num-of-listings {
    font-size: 93%;
    padding-top: 8px;
}

#mini-search-results input.submit-btn-small {
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Arial;
}
#mini-search-results .mini-search {
    margin: 10px 0;
}

#mini-search-results .mini-search input#city,
#mini-search-results .mini-search input#state {
    margin: 0 5px;
}

#mini-search-results .mini-search-homes .footer {
    clear: both;
    width: 0px;
    height: 1px;
    border: 0;
    padding: 0;
}

#mini-search-results.styleC .title {
    color: #000;
}

#mini-search-results.styleC .recently-viewed .bar {
    height: 1px;
}

#mini-search-results.styleC .recently-viewed .bar .top {
    background-color: #d2d2d2;
}

#mini-search-results.styleC .recently-viewed .bar .bottom {
    display: none;
}

#mini-search-results.styleC .recently-viewed .property-description {
    width: 171px;
}

#mini-search-results.styleC .recently-viewed .property-description  div {
    text-align: left;
}

#mini-search-results.styleC .recently-viewed .photo {
    margin-right: 5px;
}

#mini-search-results.styleC .recently-viewed .address {
    width: 171px;
}

#mini-search-results.styleC .mini-search .rounded-corner-grey-top,
#mini-search-results.styleC .mini-search .rounded-corner-grey-bottom {
    display: none;
}

#mini-search-results.styleC .mini-search .search-box {
    border: 1px solid #d8d8d8;
    background: #f0f0f0;
    padding: 8px 0;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

#mini-search-results.styleC .mini-search h4 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#mini-search-results.styleC .mini-search .search-box input[type=text],
#mini-search-results.styleC .mini-search .search-box select {
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
}

#mini-search-results.styleC .mini-search .search-box input[type=text] {
    height: 20px;
}

#mini-search-results.styleC .mini-search .search-box select {
    margin: 0 5px;
    height: 22px;
}

#mini-search-results.styleC .mini-search input.button {
    background: #ff8216;
    border-bottom: 2px solid #df6600;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    font-size: 12px;
}

/****************************************** minisearch welcome *******/
#mini-search-results-welcome .preview-column .property-photo {
    width: 130px;
    height: 103px;
    margin-left: 13px;
    padding-top: 10px;
}
#mini-search-results-welcome-b .preview-column {
    width: 12.9em;
    padding: .4em;
    font-size: 85%;
}
#mini-search-results-welcome-b .preview-column .description {
    margin-top: .5em;
    color: #121d77;
}

/****************************************** minisearch single *******/
#mini-search-results-single {
    padding: 0;
    margin: 0;
}
#mini-search-results-single .mini-search-homes {
    margin: 0;
    padding: 0;
}
#mini-search-results-single .title {
    font-weight: bold;
}
#mini-search-results-single .recently-viewed {
    margin: auto;
    width: 235px;
    margin-top: 1.2em;
}
#mini-search-results-single .recently-viewed .tl {
    width: 230px;
    padding-top: 5px;
}
#mini-search-results-single .recently-viewed .tr {
}
#mini-search-results-single .recently-viewed .bl {
    width: 230px;
    height: 5px;
}
#mini-search-results-single .recently-viewed .br {
    height: 5px;
}
#mini-search-results-single .recently-viewed .photo {
    padding: 0;
}
#mini-search-results-single .recently-viewed .property-photo {
    width: 190px;
    height: 140px;
    border: 7px #889cb4 solid;
}
#mini-search-results-single .recently-viewed .property-description {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    margin-top: 1em;
    margin-left: 1.8em;
    padding-bottom: .5em;
    line-height: 1.4em;
}
#mini-search-results-single .recently-viewed .description-name {
    font-size: 93%;
}
#mini-search-results-single .recently-viewed .description-value {
    font-size: 93%;
    font-weight: bold;
}
#mini-search-results-single .recently-viewed .description-value.city {
    text-transform: uppercase;
}
#mini-search-results-single.styleB .title {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #777;
    margin-top: 8px;
    margin-bottom: 4px;
}
#mini-search-results-single.styleB .recently-viewed {
    width: 268px;
    margin-top: 0;
}
#mini-search-results-single.styleB .recently-viewed .property-photo {
    width: 268px;
    height: auto;
    margin:0;
    border: 0;
    border-top: 1px #bfd0e2 solid;
    border-bottom: 1px #bfd0e2 solid;
}
#mini-search-results-single.styleB .recently-viewed .property-description {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    margin: 20px 8px 4px 8px;
    padding-bottom: 0;
    line-height: .5em;
    width: 252px;
}
#mini-search-results-single.styleB .recently-viewed .description-name {
    display: table-cell;
    width: 92px;
    text-align: right;
    font-size: 13px;
    color: #777;
    line-height: 1.1em;
}
#mini-search-results-single.styleB .recently-viewed .description-value {
    display: table-cell;
    width: 154px;
    padding-left: 6px;
    font-size: 13px;
    color: #555;
    line-height: 1.1em;
}
#mini-search-results-single.styleB .recently-viewed .description-value .normal {
    font-weight: normal;
}
#mini-search-results-single.styleB .recently-viewed .tl,
#mini-search-results-single.styleB .recently-viewed .tr,
#mini-search-results-single.styleB .recently-viewed .bl,
#mini-search-results-single.styleB .recently-viewed .br {
    background: none;
}
#mini-search-results-single.styleC .mini-search-homes {
    border: 1px solid #bbbbbb;
    background: #FFF;
    width: 270px;
}
#mini-search-results-single.styleC .title {
    color: #777777;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0 5px 0;
}
#mini-search-results-single.styleC .recently-viewed {
    margin-top: 0;
    width: 270px;
}
#mini-search-results-single.styleC .recently-viewed .property-photo {
    margin: 0;
    width: 270px;
    height: 180px;
    border: 0;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}
#mini-search-results-single.styleC .recently-viewed .property-description {
    width: 270px;
    margin: 20px 0 12px 0;
    padding: 0;
    line-height: 6px;
}
#mini-search-results-single.styleC .recently-viewed .description-name {
    display: table-cell;
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #777;
    line-height: 14px;
}
#mini-search-results-single.styleC .recently-viewed .description-value {
    display: table-cell;
    width: 160px;
    padding-left: 6px;
    padding-right: 5px;
    font-size: 14px;
    color: #555;
    line-height: 14px;
}
#mini-search-results-single.styleC .recently-viewed .description-value .normal {
    font-weight: normal;
}
#mini-search-results-single.styleC .recently-viewed .description-value.city {
    text-transform: capitalize;
}
#mini-search-results-single.styleC .recently-viewed .description-value .state {
    text-transform: uppercase;
}

/********************************** minisearch registration-60 *******/
#mini-search-results.mini-search-results-registration-60 {
    width: 280px;
}
#mini-search-results.mini-search-results-registration-60 .mini-search-homes {
    margin-top: 1em;
}
#mini-search-results.mini-search-results-registration-60 .title {
    display: none;
}
#mini-search-results.mini-search-results-registration-60 .recently-viewed .address,
#mini-search-results.mini-search-results-registration-60 .recently-viewed .bedbeth,
#mini-search-results.mini-search-results-registration-60 .recently-viewed .savings {
    font-size: 93%;
}
#mini-search-results.mini-search-results-registration-60 .recently-viewed .property-description {
    width: 144px;
    margin-left: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #333333;
    text-align: left;
    padding-top: .7em;
    line-height: 1.1em;
}
#mini-search-results.mini-search-results-registration-60 .recently-viewed .sale-type {
    font-size: 123.1%;
    font-weight: normal;
    color: #1a1975;
}
#mini-search-results.mini-search-results-registration-60 .recently-viewed .address {
    padding-top: -1.3em;
}
#mini-search-results.mini-search-results-registration-60 .recently-viewed .property-price {
    font-size: 93%;
    color: #ff5b00;
    padding-top: .1em;
}
#mini-search-results.mini-search-results-registration-60 .recently-viewed .bar {
    height: 0;
    clear: both;
    padding: 8px 0;
}
#mini-search-results.mini-search-results-registration-60 .recently-viewed .bar .top {
    height: 0;
}
#mini-search-results.mini-search-results-registration-60 .recently-viewed .bar .bottom {
    height: 0;
}
#mini-search-results.mini-search-results-registration-60 .search-box .search-title {
    color: #777777;
}


/****************************************** Offer Details Page *******/
.offer-details-text {
    width: 380px;
    text-align: left;
    margin: 12px;
    font-size: 12px;
    line-height: 16px;
}
.offer-details-text .title {
    font-weight: bold;
    margin-bottom: 10px;
}


/****************************************** Refund/Rebate Page *******/
#refund .form-container {
    border-top: 2px solid #6489b5;
    margin-top: 1.3em;
    padding: 0 1.5em 1.5em 1.5em;
}
#refund .title {
    margin-top: 1em;
    padding-left: .6em;
}
#refund .instructions {
    margin-top: .8em;
}
#refund .instructions-box {
    padding: .2em 1.2em .8em 1.2em;
}
#refund .instructions-address {
    padding-left: 1.2em;
}
#refund .print-button-area {
    margin-top: 1.3em;
    text-align: right;
    padding-right: 1em;
}
#refund .form-row {
    margin-top: 1.5em;
    width: 100%;
}
#refund .form-text {
    float: left;
    padding-right: .6em;
    color: #535353;
}
#refund .line {
    border-bottom: 1px solid #C8C8C8;
    overflow:hidden;
}
#refund .form-reminder {
    font-size: 77%;
    color: #535353;
    text-align: center;
}
#refund .form-closing {
    color: #535353;
}

/****************************************** Interstitial Page *******/
#interstitial div.interstitial {
    margin-bottom: 1px;
    position: relative;
}
#interstitial .headline-header {
    margin-top: .5em;
}
#interstitial .headline-content {
    margin-top: 1em;
}
#interstitial div.upsell-content {
}
#interstitial div.feedback-content {
    border: 1px solid #cadae4;
    background-color: #ebf3fe;
    padding: .5em;
    font-size: 146.2%;
}
#interstitial div.button-content {
    margin-bottom: .5em;
    text-align: center;
}
#interstitial .upsell-box {
    margin-top: 1em;
    margin-bottom: 1em;
}
#interstitial .button-content {
    text-align: center;
}
#interstitial button.button {
    width: 10em;
}
#interstitial .disclaimer {
    margin-top: 2em;
}

/****************************************** Offer Page *******/
#offer #bd,
#offer #ft {
    position: static;
}
#offer #nav-content {
    display: none;
}
#offer div.offer {
    margin-bottom: 1px;
}
#offer .headline-header {
    margin-top: .5em;
}
#offer .headline-content {
    margin-top: 1em;
}
#offer div.offer-content {
    width: 98%;
    text-align: left;
}
#offer fieldset {
    padding: 5px;
}
#offer .button-content {
    margin-top: 2em;
}
#offer #processing-text-large {
    margin-top: 1.2em;
    margin-bottom: .5em;
    text-align: center;
    font-size: 146.2%;
    font-weight: bold;
}
#offer #processing-text-small {
    font-size: 116%;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: .2em;
    text-align: center;
}
#offer .button-area {
    width: 35em;
}
#offer .button-area .accept-button {
    float: left;
}
#offer .button-area .decline-button {
    float: right;
}
#offer .offer-accept-button {
    width: 320px;
    height: 50px;
    border: 0;
    cursor: pointer;
    font-size: 167%;
    color: #ffffff;
    font-weight: 900;
    font-family: Arial Black, Arial;
    padding-bottom: .15em;
}
#offer .offer-decline-button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #093b6f;
    text-decoration: underline;
    font-size: 116%;
    margin-top: .8em;
}
#offer .offer-decline-button:hover {
    color: #107ef0;
}
#offer .disclaimer {
    margin-top: 2em;
}

/******************************** CC Details Popup Page *******/

.lightbox-bg-layer {
    position: absolute;
    width: 100%;
    min-height: 100%;
    margin: 0;
    top: 0px;
    left: 0px;
    display: none;
}

.lightbox-cc-verification-div {
    position: absolute;
    width: 650px;
    height:405px;
}

.lightbox-order-verification-div {
    position: absolute;
    width: 650px;
    height:405px;
}

.lightbox-add-user-div {
    position: absolute;
    width: 560px;
    height: 350px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
}

.lightbox-order-confirmation-div {
    position: absolute;
    width: 650px;
    height:405px;
}

.lightbox-message-div {
    position: absolute;
    width: 460px;
    height: 405px;
}

.lightbox-terms-div {
    position: absolute;
    width: 460px;
    height: auto;
}

.lightbox-terms-div .content-main .terms-text {
    padding: 14px;
    text-align: left;
}

.lightbox-property-details-div {
    position: absolute;
    width: 990px;
    height: 480px;
}

.lightbox-eoform-div {
    position: absolute;
    width: 540px;
    height: 405px;
}

.lightbox-11 {
    position: absolute;
    width: 500px;
    height: 480px;
    z-index: 99999;
}

.lightbox-credit-lightbox-div {
    position: absolute;
    width: 540px;
    height: 405px;
}

.lightbox-rep-lead-div {
    position: absolute;
    width: 560px;
    height: 485px;
    border: 1px solid #6489b5;
    background: #FFFFFF;
}

.lightbox-seller-lead-div {
    position: absolute;
    width: 550px;
    height: 440px;
    border: 1px solid #6489b5;
    background: #FFFFFF;
}

.lightbox-homesearch-confirmation-div {
    position: absolute;
    width: 540px;
    height:480px;
    z-index: 9999;
}

.lightbox .popup-main {
    border-color: #607992;
    border-style: solid;
    border-width: 1px;
}

.lightbox .header {
    width: 100%;
}

.lightbox .header-left {
    float: left;
    width: 60%;
    height: 100%;
}

.lightbox .header-logo {
    padding-left: 8px;
}

.lightbox .header-right {
    padding-top: 15px;
    position: relative;
    float: right;
    width: 40%;
    height: 100%;
}

.lightbox .close-link {
    padding-right: 15px;
}

.lightbox .close-img {
    vertical-align: bottom;
}

.lightbox .content-main {
}

.lightbox .content-box {
    width: 90%;
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 25px;
}

.lightbox .box-top, .lightbox .box-bottom {
    width: 100%;
    height: 12px;
}

.lightbox .box-corner {
    width: 12px;
    height: 12px;
}

.lightbox .box-tl {
    float: left;
}

.lightbox .box-tr {
    float: right;
}

.lightbox .box-bl {
    float: left;
}

.lightbox .box-br {
    float: right;
}

.lightbox .box-main {
    padding: .5em 1em .5em 1em;
}

.lightbox .header-separator-line {
    background-color: #6489b5;
}

.lightbox .header-text {
    font-size: 110%;
    font-weight: bold;
    color: #4b6179;
}

.lightbox .description-text {
    font-size: 110%;
}

.lightbox .small-text {
    font-size: 85%;
}

.lightbox .submit-button {
    border: 0;
}
.lightbox .footer {
    display: table;
    width: 448px;
    background: #ebebeb;
    border: 1px solid #d5d5d5;
}
.lightbox .seal-inner {
    display: table-row;
}
.lightbox .seal-display {
    width: 122px;
    padding: 10px 18px;
}
.lightbox .footer-text {
    display: table-cell;
    width: 265px;
    height: 100%;
    border-left: 1px solid #d5d5d5;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    text-align: left;
    vertical-align: top;
    padding: 12px;
    margin-bottom: 20px;
}

/****************************************** CC Verification Div *******/
.lightbox-cc-verification-div {
    font-size: 13px;
}
.lightbox-cc-verification-div .cc-content {
    padding-top: 15px;
}
.lightbox-cc-verification-div .button-content {
    padding-top: .5em;
}
.lightbox-cc-verification-div .no-thanks-content {
    padding-top: .6em;
}
.lightbox-cc-verification-div .no-thanks-text {
    font-size: 80%;
}
.lightbox-cc-verification-div .cc-verification-text {
    padding-top: 1.15em;
    padding-left: 1.5em;
    padding-bottom: .75em;
}

/****************************************** Order Verification Div *******/
.lightbox-order-verification-div {
    font-size: 13px;
}
.lightbox-order-verification-div .button-content {
    padding-top: .3em;
}
.lightbox-order-verification-div .no-thanks-content {
    padding-top: .6em;
}
.lightbox-order-verification-div .no-thanks-text {
    font-size: 80%;
}
.lightbox-order-verification-div .order-verification-text {
    padding: 1.15em 1.5em 0em 1.5em;
}

/****************************************** Add User Div *******/
.lightbox-add-user-div .error-content {
    margin: .5em 1em -1em 1em;
}
.lightbox-add-user-div .lightbox-2 .intro {
    font-size: 93%;
}
.lightbox-add-user-div .lightbox-2 .form-area {
    margin-top: 1.8em;
}
.lightbox-add-user-div .lightbox-2 .form-text {
    padding-right: .6em;
}
.lightbox-add-user-div .lightbox-2 label em {
    padding-left: 0;
}
.lightbox-add-user-div .lightbox-2 .checkbox-area {
    margin-top: 2em;
}
.lightbox-add-user-div .lightbox-2 .checkbox-content {
    width: 24px;
}
.lightbox-add-user-div .lightbox-2 .terms-content {
    font-size: 93%;
}
.lightbox-add-user-div .lightbox-2 .terms-content label em {
    font-size: 85%;
}
.lightbox-add-user-div .lightbox-2 .button-area {
    margin: 1.5em 0 1.2em 0;
}

/****************************************** Order Confirmation Div *******/
.lightbox-order-confirmation-div {
    font-size: 13px;
}
.lightbox-order-confirmation-div .close-button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #093b6f;
}
.lightbox-order-confirmation-div .button-content {
    padding-top: .3em;
}
.lightbox-order-confirmation-div .no-thanks-content {
    padding-top: .6em;
}
.lightbox-order-confirmation-div .no-thanks-text {
    font-size: 80%;
}
.lightbox-order-confirmation-div .order-confirmation-text {
    padding: 1.15em 1.5em 0em 1.5em;
    text-align: center;
}

/****************************************** Lightbox Message Div *******/
.lightbox-message-div .content-main {
}
.lightbox-message-div .header-text {
    font-size: 100%;
}
.lightbox-message-div .button-content {
    padding-top: 1.5em;
}
.lightbox-message-div .button-area {
    width: 55%;
    text-align: left;
}
.lightbox-message-div .no-thanks-text {
    font-size: 85%;
    margin-top: .6em;
}
.lightbox-message-div .below-button-text {
    font-size: 85%;
    padding: 1.5em .8em 0 .8em;
}

/****************************************** Lightbox Property Details Div *******/
.lightbox .property-details-content {
    height: 480px;
}
.lightbox .property-details-frame {
    width: 990px;
    height: 480px;
}

/****************************************** Lightbox EO Form Div *******/
.lightbox-eoform-div .lightbox-eoform {
    margin-top: 1.2em;
}
.lightbox-eoform-div .form-text {
    padding: .3em .5em 0 0;
    font-size: 93%;
}
.lightbox-eoform-div input[type="text"],
.lightbox-eoform-div input[type="number"],
.lightbox-eoform-div input[type="tel"],
.lightbox-eoform-div input[type="email"],
.lightbox-eoform-div select {
    width: 10em;
}
.lightbox-eoform-div .lightbox-6 input[type="text"],
.lightbox-eoform-div .lightbox-6 input[type="number"],
.lightbox-eoform-div .lightbox-6 input[type="tel"],
.lightbox-eoform-div .lightbox-6 input[type="email"] {
    width: 15em;
}
.lightbox-eoform-div .lightbox-6 select {
    width: 15.15em;
}
.lightbox-eoform-div .form-separator {
    height: .5em;
}
.lightbox-eoform-div .button-area {
    width: 45%;
    text-align: left;
}
.lightbox-eoform-div .button-content {
    padding-top: 1.2em;
}
.lightbox-eoform-div .below-button-text {
    padding: 1.5em 1em 0 1em;
}
.lightbox-eoform-div .col-1 {
    width: 17%;
    text-align: right;
}
.lightbox-eoform-div .col-2 {
    width: 35%;
    text-align: left;
}
.lightbox-eoform-div .col-3 {
    width: 15%;
    text-align: right;
}
.lightbox-eoform-div .col-4 {
    width: 33%;
    text-align: left;
}
.lightbox-eoform-div .lightbox-6 .col-1 {
    width: 30%;
}
.lightbox-eoform-div .lightbox-6 .col-2 {
    width: 70%;
}
.lightbox-eoform-div .cta-submit, #cascade-action-lightbox .cta-submit {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    padding: 14px 26px;
    width: auto;
    height: auto;
}

/****************************************** Lightbox 11 *******/
.lightbox-eoform-div.lightbox-modern input[type="text"],
.lightbox-eoform-div.lightbox-modern input[type="number"],
.lightbox-eoform-div.lightbox-modern input[type="tel"],
.lightbox-eoform-div.lightbox-modern input[type="email"],
.lightbox-eoform-div.lightbox-modern select {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #bbb;
    border: 1px solid #9bb6d2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.lightbox-eoform-div .lightbox-106,
.lightbox-eoform-div .lightbox-201,
.lightbox-eoform-div .lightbox-11 {
    width: 500px;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.lightbox-eoform-div .lightbox-106 .close-link,
.lightbox-eoform-div .lightbox-201 .close-link,
.lightbox-eoform-div .lightbox-11 .close-link {
    position: absolute;
    top: -12px;
    right: -26px;
}
.lightbox-eoform-div .lightbox-106 .header-text,
.lightbox-eoform-div .lightbox-201 .header-text,
.lightbox-eoform-div .lightbox-11 .header-text {
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    color: #333;
    margin-top: 22px;
    margin-bottom: 26px;
}
.lightbox-eoform-div .lightbox-106 .header-text h2,
.lightbox-eoform-div .lightbox-201 .header-text h2,
.lightbox-eoform-div .lightbox-11 .header-text h2 {
    font-family: Arial;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.lightbox-eoform-div .lightbox-106 .header-text h3,
.lightbox-eoform-div .lightbox-201 .header-text h3,
.lightbox-eoform-div .lightbox-11 .header-text h3 {
    font-family: Arial;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.lightbox-eoform-div .lightbox-106 .form-main .col-1,
.lightbox-eoform-div .lightbox-201 .form-main .col-1,
.lightbox-eoform-div .lightbox-11 .form-main .col-1 {
    width: 115px;
}
.lightbox-eoform-div .lightbox-106 .form-main .col-2,
.lightbox-eoform-div .lightbox-201 .form-main .col-2,
.lightbox-eoform-div .lightbox-11 .form-main .col-2 {
    width: 385px;
}
.lightbox-eoform-div .lightbox-106 .form-text,
.lightbox-eoform-div .lightbox-201 .form-text,
.lightbox-eoform-div .lightbox-11 .form-text {
    font-size: 16px;
    color: #777;
    padding-top: .1em;
}
.lightbox-eoform-div .lightbox-106 .form-separator,
.lightbox-eoform-div .lightbox-201 .form-separator,
.lightbox-eoform-div .lightbox-11 .form-separator {
    height: 12px;
}
.lightbox-eoform-div .lightbox-106 input,
.lightbox-eoform-div .lightbox-106 select,
.lightbox-eoform-div .lightbox-201 input,
.lightbox-eoform-div .lightbox-201 select,
.lightbox-eoform-div .lightbox-11 input,
.lightbox-eoform-div .lightbox-11 select {
    width: 290px;
    border: 1px solid #c4c4c4;
    color: #555;
    font-size: 18px;
    font-weight: normal;
}
.lightbox-eoform-div .lightbox-106 input,
.lightbox-eoform-div .lightbox-201 input,
.lightbox-eoform-div .lightbox-11 input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
}
.lightbox-eoform-div .lightbox-106 select,
.lightbox-eoform-div .lightbox-201 select,
.lightbox-eoform-div .lightbox-11 select {
    padding: 5px;
    width: 312px;
    -webkit-appearance: menulist-button;
}
.lightbox-eoform-div .lightbox-106 input:focus,
.lightbox-eoform-div .lightbox-106 select:focus,
.lightbox-eoform-div .lightbox-201 input:focus,
.lightbox-eoform-div .lightbox-201 select:focus,
.lightbox-eoform-div .lightbox-11 input:focus,
.lightbox-eoform-div .lightbox-11 select:focus {
    border: 1px solid #86afd8;
    box-shadow:0 1px 3px #86afd8;
    -moz-box-shadow:0 1px 3px #86afd8;
    -webkit-box-shadow:0 1px 3px #86afd8;
    -o-box-shadow:0 1px 3px #86afd8;
}
.lightbox-eoform-div .lightbox-106 .button-content,
.lightbox-eoform-div .lightbox-201 .button-content,
.lightbox-eoform-div .lightbox-11 .button-content {
    margin-top: 6px;
    margin-bottom: 22px;
}
.lightbox-eoform-div .lightbox-106 .button-content a,
.lightbox-eoform-div .lightbox-201 .button-content a,
.lightbox-eoform-div .lightbox-11 .button-content a {
    text-decoration: none;
}
.lightbox-eoform-div .lightbox-106 .cta-submit,
.lightbox-eoform-div .lightbox-201 .cta-submit,
.lightbox-eoform-div .lightbox-11 .cta-submit {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    padding: 14px 26px;
    width: auto;
    height: auto;
}
.lightbox-eoform-div .lightbox-106 label em,
.lightbox-eoform-div .lightbox-201 label em,
.lightbox-eoform-div .lightbox-11 label em {
    margin-top: 4px;
    font-size: 85%;
}
.lightbox-eoform-div .lightbox-106 .cta-orange:hover,
.lightbox-eoform-div .lightbox-201 .cta-orange:hover,
.lightbox-eoform-div .lightbox-11 .cta-orange:hover {
    cursor: pointer;
}
.lightbox-eoform-div .lightbox-106 .footer,
.lightbox-eoform-div .lightbox-201 .footer,
.lightbox-eoform-div .lightbox-11 .footer {
    margin: 0 25px 22px 25px;
}

/****************************************** Lightbox 12 *******/
.lightbox-eoform-div .lightbox-12 .header-text {
    font-family: Arial;
    font-size: 13px;
    color: #4b6179;
    font-weight: normal;
}
.lightbox-eoform-div .lightbox-12 .header-text h2 {
    font-family: Arial;
    font-size: 22px;
    color: #4b6179;
    font-weight: bold;
    margin-bottom: 5px;
}
.lightbox-eoform-div .lightbox-12 .below-button-text {
    font-size: 11px;
    color: #777;
    margin-top: 6px;
}

/****************************************** Lightbox 14 *******/
.lightbox-14 .header {
    background: #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
}
.lightbox-14 .header-text {
    margin-top: -6px;
    margin-bottom: 1.8em;
    text-align: center;
}
.lightbox-14 .header-text h3 {
    font-family: Arial;
    color: #333 !important;
    font-size: 20px;
    font-weight: bold;
}
.lightbox-14 .form-text {
    font-size: 100%;
}
.lightbox-14 input[type="text"],
.lightbox-14 input[type="number"],
.lightbox-14 input[type="tel"],
.lightbox-14 input[type="email"] {
    width: 200px;
    height: 22px;
    padding: 0 5px;
}
.lightbox-14 .form-separator {
    height: 18px;
}
.lightbox-14 .submit-button {
    width: 129px;
    height: 27px;
    background-size: cover;
}
.lightbox-14 #lightboxStep2 {
    display: none;
    margin-top: 2.6em;
}
.lightbox-14 .button-content {
    padding: 0;
    margin-top: 2em;
    margin-bottom: 1em;
}
.lightbox-14 #finalStepDisplay {
    display: none;
    text-align: left;
}
.lightbox-14 #finalStepDisplay .main-text {
    font-size: 13px;
    line-height: 18px;
    color: #333;
    margin-left: 20px;
    margin-right: 20px;
}
.lightbox-14 #finalStepDisplay .box-text {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #ffeda2;
    padding: 8px;
    margin: 25px 15px 8px 15px;
}

/****************************************** Lightbox 15 *******/
.lightbox-15 .header {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}
.lightbox-15 {
    position: absolute;
    width: 500px;
    z-index: 99999;
}
.lightbox-15 .popup-main {
    border: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #FFF;
}
.lightbox-15 .content-main {
    background: none !important;
}
.lightbox-15 .close-link {
    position: absolute;
    top: -12px;
    right: -26px;
}
.lightbox-15 .header-separator-line {
    display: none;
}
.lightbox-15 .header-text {
    margin-top: -5px;
    margin-bottom: 1em;
    text-align: center;
    font-family: Arial;
    color: #333;
    font-size: 18px;
    font-weight: normal;
}
.lightbox-15 .header-text h3 {
    font-family: Arial;
    color: #333;
    font-size: 30px;
    font-weight: bold;
}
.lightbox-eoform-div .lightbox-15 .form-main .col-1 {
    width: 125px;
}
.lightbox-eoform-div .lightbox-15 .form-main .col-2 {
    width: 285px;
}
.lightbox-15 .form-text {
    font-size: 123.1%;
    color: #666 !important;
    font-weight: normal;
    padding-top: 8px;
}
.lightbox-15 input[type="text"],
.lightbox-15 input[type="number"],
.lightbox-15 input[type="tel"],
.lightbox-15 input[type="email"] {
    width: 245px;
    padding: 0 10px;
    font-size: 123.1% !important;
    font-weight: normal !important;
    color: #666 !important;
    height: 35px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: none #FFF !important;
}
.lightbox-15 .form-separator {
    height: 12px;
}
.lightbox-15 .button-content {
    margin-top: 1.6em;
    margin-bottom: .8em;
}
.lightbox-15 #finalStepDisplay .main-text {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-left: -16px;
    margin-right: -16px;
}
.lightbox-15 #finalStepDisplay .box-text {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #ffeda2;
    padding: 12px;
    margin: 20px -12px 5px -12px;
}
.lightbox-15 .below-button-text {
    color: #666;
    font-size: 12px;
}

/****************************************** Lightbox 16 *******/
.lightbox-16 {
    height: auto;
}

/****************************************** Lightbox 17 *******/
.lightbox-17 {
    height: auto;
}
.lightbox-eoform-div .lightbox-17 .header-text {
    color: #333 !important;
}
.lightbox-eoform-div .lightbox-17 .header-text h2 {
    color: #333  !important;
}
.lightbox-eoform-div .lightbox-17 .header-text h3 {
    color: #777  !important;
}
.lightbox-eoform-div .lightbox-106 input,
.lightbox-eoform-div .lightbox-106 select,
.lightbox-eoform-div .lightbox-11 input,
.lightbox-eoform-div .lightbox-11 select {
    border: 1px solid #9ab6d4;
}
/****************************************** Lightbox 201 *******/
.lightbox-eoform-height,
.lightbox-eoform-height .lightbox-eoform-div {
    height: initial;
}

/****************************************** Credit Lightbox Div *******/
.lightbox-credit-lightbox-div h2 {
    font-size: 167%;
    color: #415870;
    font-family: Arial;
}
.lightbox-credit-lightbox-div .lightbox-eoform {
    margin-top: 1.8em;
    margin-bottom: .6em;
}
.lightbox-credit-lightbox-div input[type="text"],
.lightbox-credit-lightbox-div input[type="number"],
.lightbox-credit-lightbox-div input[type="tel"],
.lightbox-credit-lightbox-div input[type="email"] {
    width: 16em;
}
.lightbox-credit-lightbox-div .button-area {
    width: 70%;
}
.lightbox-credit-lightbox-div .no-thanks-text {
    margin-top: 0;
}

/****************************************** Homesearch Confirmation Lightbox Div *******/
.lightbox-homesearch-confirmation-div .inner-content {
    margin: 25px;
    padding: 18px 10px 15px 10px;
    background: #ffffff;
    border: 2px solid #fb8f38;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.lightbox-homesearch-confirmation-div .promo-text {
    font-size: 123.1%;
    font-weight: bold;
    color: #4b6179;
    margin-bottom: 18px;
}
.lightbox-homesearch-confirmation-div .below-promo-text {
    font-size: 93%;
    color: #777777;
    margin: 20px 15px 0 15px;
}
.lightbox-homesearch-confirmation-div .homesearch-confirmation .form-text {
    float: left;
    width: 47%;
    text-align: right;
    padding-top: .3em;
    padding-right: 2.5%;
    font-size: 100%;
    font-weight: bold;
    color: #333333;
}
.lightbox-homesearch-confirmation-div .homesearch-confirmation .form-field {
    float: left;
    width: 50.5%;
    text-align: left;
    padding-top: .3em;
    font-size: 100%;
    color: #333333;
}
.lightbox-homesearch-confirmation-div .homesearch-confirmation .form-separator {
    height: 5px;
}
.lightbox-homesearch-confirmation-div .homesearch-confirmation .highlight {
    color: #ff0000;
}
.lightbox-homesearch-confirmation-div .button-content {
    margin-top: 20px;
    margin-bottom: .6em;
}
.lightbox-homesearch-confirmation-div #link2 {
    font-size: 93%;
    color: #777777;
}

/****************************************** Lightbox REP Lead Div *******/
.lightbox-2 {
    background: #FFFFFF;
}
.lightbox-2 .header {
    height: 47px;
    background: #6687bc;
}
.lightbox-2 .header .title {
    float: left;
    padding: 13px 0 0 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 153.9%;
    font-weight: bold;
    color: #FFFFFF;
}
.lightbox-2 .header .close-btn {
    float: right;
    padding: 7px 8px 0 0;
}
.lightbox-2 .intro {
    margin: 1.8em 0 0 2em;
    font-size: 93%;
    text-align: left;
}
.lightbox-2 .form-area {
    margin: 2.5em 1.5em 0 0;
}
.lightbox-2 .form-area .form-text {
    text-align: right;
    font-weight: bold;
    padding-top: .2em;
}
.lightbox-2 label em {
    text-align: left;
    padding-left: 1em;
}
.lightbox-2 .form-area .col-1 {
    width: 110px;
}
.lightbox-2 .form-area .col-2 {
    width: 160px;
}
.lightbox-2 .form-area .col-3 {
    width: 110px;
}
.lightbox-2 .form-area .col-4 {
    width: 160px;
}
.lightbox-2 .form-area select {
    margin-top: .2em;
}
.lightbox-2 #step-separator,
.lightbox-2 tr.form-separator {
    height: 1.3em;
}
.lightbox-2 .checkbox-area {
    margin: 2.5em 2.5em 0 2.5em;
}
.lightbox-2 .checkbox-content {
    width: 30px;
}
.lightbox-2 .button-area {
    margin-top: 2em;
}
.lightbox-2.step2 .button-area {
    margin-top: 3em;
}
.lightbox-2 .submit-btn {
    font-size: 21px;
}

/****************************************** Lightbox Seller Lead Div *******/
.lightbox-2.lightbox-seller-lead .form-area {
    width: 41.5em;
}
.lightbox-2.lightbox-seller-lead .form-area.step-2 {
    padding-top: .8em;
}
.lightbox-2.lightbox-seller-lead .form-area input[type="text"],
.lightbox-2.lightbox-seller-lead .form-area input[type="number"],
.lightbox-2.lightbox-seller-lead .form-area input[type="tel"],
.lightbox-2.lightbox-seller-lead .form-area input[type="email"],
.lightbox-2.lightbox-seller-lead .form-area select {
    border: 1px solid #cccccc;
    height: 22px;
    width: 10em;
    margin-top: 0;
}
.lightbox-2.lightbox-seller-lead .form-area input[type="text"].address,
.lightbox-2.lightbox-seller-lead .form-area input[type="number"].address,
.lightbox-2.lightbox-seller-lead .form-area input[type="tel"].address,
.lightbox-2.lightbox-seller-lead .form-area input[type="email"].address {
    width: 28.7em;
}
.lightbox-2.lightbox-seller-lead .form-area label {
    font-size: 93%;
    padding: 1em .5em 0 0;
    display: inline-block;
}
.lightbox-2.lightbox-seller-lead .form-area .form-row {
    margin: .8em 1em 0 1em;
    text-align: left;
}
.lightbox-2.lightbox-seller-lead .form-area .form-row label.col-first {
    width: 7.5em;
}
.lightbox-2.lightbox-seller-lead .form-area .button-area {
    margin-top: 4em;
}
.lightbox-2.lightbox-seller-lead .form-area .zip-error-text {
    font-size: 93%;
    margin-left: 1.9em;
    padding-top: .2em;
}

/****************************************** Lightbox Blocked Verification Div *******/
.lightbox-blocked-verification-div {
    position: absolute;
    width: 500px;
    height: 380px;
    background: #FFF;
    border: 1px solid #606060;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.lightbox-blocked-verification-div .close-link {
    position: absolute;
    top: -16px;
    right: -32px;
}
.lightbox-blocked-verification-div .header-text {
    padding: 14px 20px;
    background-image: -ms-linear-gradient(top, #0b4c88 0%, #06355f 100%);
    background-image: -webkit-linear-gradient(top, #0b4c88, #06355f);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b4c88), to(#06355f));
    background-image: linear-gradient(to bottom, #0b4c88, #06355f);
}
.lightbox-blocked-verification-div .header-text h3 {
    text-align: left;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
}
.lightbox-blocked-verification-div .content-text {
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    padding: 34px 40px;
    line-height: 16px;
}
.lightbox-blocked-verification-div .content-text h3 {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/****************************************** Confirmation Page *******/
#confirmation #nav-content {
    display: none;
}
#confirmation div.confirmation {
    margin-bottom: 1em;
    position: relative;
}
#confirmation .headline-header {
    margin-top: .5em;
}
#confirmation .headline-content {
    margin-top: .4em;
}
#confirmation fieldset.intro {
    float: none;
    margin-bottom: 1.5em;
}
#confirmation div.upsell-header {
    margin-top: .5em;
}
#confirmation div.upsell-success {
    margin-top: .4em;
}
#confirmation div.upsell-failure {
    margin-top: .4em;
    margin-bottom: 1.5em;
}
#confirmation div.upsell-description {
    margin-top: .3em;
}
#confirmation table.upsell-content {
    margin-top: .2em;
    margin-left: .7em;
    margin-bottom: 1.5em;
}
#confirmation .upsell-content-spacing {
    height: .3em;
}
#confirmation .upsell-arrow {
    padding-top: 2px;
    width: 15px;
}
#confirmation div.promo-header {
    margin-top: 1.5em;
    margin-bottom: .6em;
}
#confirmation div.promo-content {
    margin-top: .5em;
    margin-bottom: 2em;
}
#confirmation div.button-content {
    margin-top: 1em;
    margin-bottom: .5em;
}
#confirmation table.button-area {
    width: 30em;
}
#confirmation .button {
    font-size: 100%;
}
#confirmation .button1-under-text {
    margin-top: .5em;
}
#confirmation .login-link {
    font-size: 12px;
    padding-top: .7em;
    padding-left: 1em;
    padding-right: 1em;
}
#confirmation #loginLink.hidden {
    visibility: hidden;
    display: block;
}
#confirmation .seal-area {
    text-align: center;
    margin-bottom: 3em;
}
#confirmation .seal-frame {
    width: 560px;
    height: 100px;
    overflow: hidden;
}
#confirmation li { list-style: disc inside; }
#confirmation fieldset li { list-style-type: none; }

#confirmation .credit-addon #creditLoginLink {
    padding-top: 35px;
    background-image: url('../images/logo_ysam_small.png');
    background-size: 120px;
    background-repeat: no-repeat;
    background-position-x: center;
}

/****************************************** Confirmation Page 2 *******/
#confirmation .confirmation-2 .wrapper {
    width: 100%;
    border: 1px solid #f28133;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 10px;
    text-align: left;
    line-height: 1.4em;
}
#confirmation .confirmation-2 #confpage li,
#confirmation .confirmation-2 td,
#confirmation .confirmation-2 a,
#confirmation .confirmation-2 p {
    font-size:100% !important;
}
#confirmation .confirmation-2 #confpage h2 {
    background-position:center bottom;
    background-repeat:repeat-x;
    color:#4C68B1;
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    height:auto;
    text-transform:capitalize;
    margin-top: 24px;
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
}
#confirmation .confirmation-2 .img1 {
    margin-top: -30px;
}
#confirmation .confirmation-2 .fourboxes {
    width: 98%;
    display: block;
    float: left;
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}
#confirmation .confirmation-2 .box {
    padding: 10px;
    width: 47%;
    margin-bottom: 20px;
    float: left;
    background-repeat: repeat-x;
    border: 1px solid #F28133;
    background-position: top;
}
#confirmation .confirmation-2 .box h3 {
    margin-top: -18px;
    margin-bottom: 6px;
    background-color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-right: 3px;
    padding-left: 3px;
    text-transform: capitalize;
}
#confirmation .confirmation-2 .box.accounttype {
    height: 40px;
    float: left;
    margin-bottom: 20px;
    margin-left: -10px;
    background-position: bottom;
}
#confirmation .confirmation-2 .box.logininfo {
    height: 40px;
    float: right;
    margin-bottom: 20px;
    background-position: bottom;
    margin-left: 5px;
    margin-right: -5px;
}
#confirmation .confirmation-2 .box.transactiondetail {
    float: left;
    margin-left: -10px;
    margin-right: -5px;
    min-height: 100px;
}
#confirmation .confirmation-2 .box.reachus {
    float: right;
    margin-left: 5px;
    margin-right: -5px;
    min-height: 100px;
}
#confirmation .confirmation-2 li.box.reachus {
    float: right !important;
    clear: none;
}
#confirmation .confirmation-2 li.box.logininfo {
    float: right !important;
    clear: none;
}
#confirmation .confirmation-2 .print {
    height: 27px;
    width: 85px;
    float: right;
    margin-right: 150px;
    margin-top: -5px;
}
#confirmation .confirmation-2 .box.accounttype h3 {
    display: block;
    width: 96px;
}
#confirmation .confirmation-2 .box.logininfo h3 {
    display: block;
    width: 114px;
}
#confirmation .confirmation-2 .box.transactiondetail h3 {
    display: block;
    width: 130px;
}
#confirmation .confirmation-2 .box.reachus h3 {
    display: block;
    width: 124px;
}
#confirmation .confirmation-2 ul.reminders {
    list-style: outside;
    margin-left: 10px;
    margin-right: 10px;
}
#confirmation .confirmation-2 ul.reminders li {
    margin-bottom: -10px;
}
#confirmation .confirmation-2 #confpage fieldset.reminders li {
}
#confirmation .confirmation-2 ul.credit li {
    margin-left: 30px;
}
#confirmation .confirmation-2 ul.credit {
    background-position:right top;
    background-repeat:no-repeat;
    height:110px;
    padding-bottom:20px;
    padding-top:0;
    width:75%;
}
#confirmation .confirmation-2 .boxtext {
    padding-top: 34px;
    padding-right: 60px;
}
#confirmation .confirmation-2 a {
    color: #093B6F;
}
#confirmation .confirmation-2 .boxinside {
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 104px;
    margin-top: -34px;
    margin-right: -7px;
}
#confirmation .confirmation-2 p {
    margin-top: 0px;
}
#confirmation .confirmation-2 div.button-content {
    clear:both !important;
}
#confirmation .confirmation-2 table.button-area {
    width:60% !important;
}
#confirmation .confirmation-2 #footer {
    font-size: 69.2%;
}
#confirmation .confirmation-2 .introsection {
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 100px;
    text-align: left;
    width: 100%;
}
#confirmation .confirmation-2 .introtext {
    width: 60%;
}

/****************************************** Transition Page *******/
#transition #nav-content {
    display: none;
}

#transition #bd-main {
    text-align: center;
}

#transition #bd-main .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: serif;
    color: #1B530B; /* #confirmation .hdr-wrapper h5 */
}

#transition #bd-main .info-wrapper {
    border: 1px solid #59A144; /* #confirmation .form-container */
    width: 730px;
    display: inline-block;
}

#transition #bd-main .info-wrapper .description {
    margin: 30px 0;
    font-size: 14px;
}

#transition #bd-main .info-wrapper .redirect-images {
    margin: 80px 0;
}

#transition #bd-main .info-wrapper .redirect-images .logo {
    padding: 20px;
    width: 200px;
    height: 45px;
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(238,238,238,1);
    -moz-box-shadow: 1px 2px 1px 0px rgba(238,238,238,1);
    box-shadow: 1px 2px 1px 0px rgba(238,238,238,1);
    display: inline-block;
    vertical-align: middle;
}

#transition #bd-main .info-wrapper .redirect-images .logo img {
    width: 100%;
    vertical-align: text-top;
}

#transition #bd-main .info-wrapper .redirect-images #arrow {
    margin: 0 25px;
    display: inline-block;
    vertical-align: middle;
}

#transition #bd-main .info-wrapper .note {
    margin: 30px 80px;
    background: #eee;
    padding: 20px;
    font-size: 14px;
}

/****************************************** Contact Us Page *******/
#contact-us .contact-form {
}
#contact-us .notice {
    text-decoration: underline;
    font-weight: bold;
}
#contact-us .error-content {
    text-align: center;
}
#contact-us .button {
    margin-top: 1em;
    padding-top: 3px;
}
#contact-us fieldset fieldset ol {
    min-height: 3em;
    /* IE-only hack */
    *height: 3em;
}
#contact-us .faqs-title-top {
    font-size: 138.5%;
    color: #415870;
    font-family: Verdana;
    margin-bottom: .3em;
}
#contact-us .faqs-title-bottom {
    font-size: 100%;
    margin-bottom: .3em;
}

/****************************************** Login Page *******/
#login .save-text {
    font-size: 11px;
    padding-right: 1em;
}
#login fieldset fieldset ol {
    /* the margin-left is equal to label.left width + margin-right */
    margin: -2em 0 0 15em;
    min-height: 3em;
    /* IE-only hack */
    *height: 3em;
}
#login .sign-in-button {
    width: 10em;
}
#login .sign-up-button {
    width: 10em;
    margin-top: .5em;
}

/****************************************** Cancel Membership Page *******/
#cancel-membership .cancel-form {
    margin-top: 1em;
}
#cancel-membership .button {
    width: 10em;
}

/****************************************** Forgot Password Page *******/
#forgot-password .password-button {
    width: 10em;
}
#forgot-password .sign-up-button {
    width: 10em;
    margin-top: .5em;
}

/****************************************** Unsubscribe Page *******/
#unsubscribe .unsubscribe-form {
    margin-top: 1.5em;
}
#unsubscribe .button {
    margin-top: .5em;
}

/****************************************** Error Page *******/
#page-not-found-error #site-logo,
#server-error #site-logo {
    width: 0;
    height: 0;
}
#page-not-found-error .error-message {
    margin-bottom: 2.5em;
}
#server-error .error-message {
    text-align: center;
    margin-bottom: 6em;
}
#page-not-found-error .nav-btn,
#server-error .nav-btn {
    color: #000000;
}
#page-not-found-error .nav-btn-hov,
#server-error .nav-btn-hov {
    color: #000000;
}
#page-not-found-error #footer-bottom,
#server-error #footer-bottom {
    background-color: #ffffff;
}

/****************************************** Link Frame *******/
.link-frame {
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: none;
}

/************************************** Property Details Grid *******/
.top {
    margin: 0;
    padding: 0;
}
.prop-det-odd, .prop-det-even {
    position:relative;
    width: 95%;
    margin: .25em auto;
    padding: 0 1em;
}
.prop-det-odd {
    background-color: #ebf3fe;
}
.prop-det-even {
    background-color: #ffffff;
}
.prop-det-th {
    position:relative;
    font-weight: bold;
    width: 25%;
    float: left;
}
.prop-det-td {
    position:relative;
    float: left;
    width: 75%;
}
.prop-det-half {
    position:relative;
    float: left;
    width: 50%;
}
#details-save {
    width: 45em;
    margin: auto;
}
#details-save input{
    margin: 2em 0;
    display:inline-block;
}
#details-save label, #details-save span{
    position: relative;
    /* IE-only hack */
    *top: -2em;
}
body#details td.td-center img{
    float: left;
    margin: 0 1em .5em 0;
}
body#details fieldset {
    margin: 0;
}
body#details fieldset legend{
    padding-top: 0;
}

/*********************************************** Welcome Page 1 ******/
#welcome-1 #bd {
}
#welcome-1 #alternateCarouselContent {
    display: block;
    text-align: center;
    width: 400px;
    height: 390px;
    margin-left: 26px;
}

#welcome-1 #nav-content {
    padding: 0;
}
#welcome-1 .title {
    margin-bottom: .2em;
}
#welcome-1 .postcard {
    z-index: 10;
    position: relative;
    top: -50px;
    right: -15px;
}
#welcome-1 #member-sign-in {
    bottom: 56px;
}
#welcome-1 .headline-bottom {
    margin-bottom: .5em;
}
#welcome-1 .types-block {
    width: 26em;
    margin: .8em auto 0 auto;
    text-align: left;
}
#welcome-1 .eo-form {
    margin-bottom: .5em;
}
#welcome-1 .form-content {
    padding-bottom: 1em;
}
#welcome-1 .promotion-content {
    margin-top: .5em;
}
#welcome-1 .promotion-text {
    font-size: 100%;
    padding-right: 4em;
}
#welcome-1 .button {
    margin-top: .5em;
}
#welcome-1 .link-text {
    padding-top: .5em;
}


/*********************************************** Welcome Page 1EOP ******/
#welcome-1eop #bd {
}
#welcome-1eop #alternateCarouselContent {
    display: block;
    text-align: center;
    width: 400px;
    height: 390px;
    margin-left: 26px;
}

#welcome-1eop #nav-content {
    padding: 0;
}
#welcome-1eop .title {
    margin-bottom: .2em;
}
#welcome-1eop .postcard {
    z-index: 10;
    position: relative;
    top: -50px;
    right: -15px;
    margin-bottom: 0.5em;
}
#welcome-1eop #member-sign-in {
    bottom: 56px;
}
#welcome-1eop .headline-bottom {
    margin-bottom: .5em;
}
#welcome-1eop .types-block {
    width: 26em;
    margin: .8em auto 0 auto;
    text-align: left;
}
#welcome-1eop .eo-form {
    margin-bottom: .5em;
}
#welcome-1eop .form-separator {
    height: 1.1em;
}
#welcome-1eop .eo-form .form-text {
    font-size: 93%;
    padding-top: .3em;
}
#welcome-1eop .form-content {
    padding: 1.5em 0 1.2em 0;
}
#welcome-1eop .promotion-content {
    margin-top: .5em;
    margin-left: 2em;
}
#welcome-1eop .promotion-text {
    font-size: 100%;
    padding-right: 4em;
}
#welcome-1eop .button-content {
    text-align: center;
}
#welcome-1eop .button {
    margin-top: .5em;
}
#welcome-1eop .link-text {
    text-align: center;
    padding-top: .5em;
}


/*********************************************** Welcome Page 2 ******/
#welcome-2 #member-sign-in {
    bottom: 56px;
}
#welcome-2 #hd-bottom {
    padding-bottom: 0;
}
#welcome-2 #gr1 {
    margin: 0 12px 0 12px;
    padding: 0;
}
#welcome-2 .gr1-content {
    min-height: 265px;
}
#welcome-2 #gr1-col1 {
    width: 67%;
}
#welcome-2 #gr1-col2 {
    width: 31%;
    margin-left: 1%;
}
#welcome-2 #gr2-col1 {
    width: 69%;
}
#welcome-2 #gr2-col2 {
    width: 31%;
    margin-left: 0%;
}
#welcome-2 #gr2 {
    margin: 10px 12px 0 12px;
    padding: 0;
}
#welcome-2 .gr2-content {
    min-height: 315px;
}
#welcome-2 .below-line {
    margin: 0 12px 0 12px;
}
#welcome-2 .main-text {
    margin-left: 25.3em;
    padding-top: 1.8em;
}
#welcome-2 .eo-form {
    margin: .7em 1em .4em 0;
}
#welcome-2 .form-content {
    padding: 0 .5em 0 .5em;
}
#welcome-2 .eo-form .reg-text {
    text-align: center;
    font-size: 123.1%;
    color: #4b6179;
    font-weight: bold;
    padding: .2em 0 .4em 0;
}
#welcome-2 .eo-form .affordability-select {
    width: 10.2em;
}
#welcome-2 .promotion-content {
    margin: .5em 0 0 3em;
}
#welcome-2 .promotion-text {
    font-size: 93%;
    padding-right: 1em;
}
#welcome-2 .button {
    text-align: center;
    padding-top: .2em;
}
#welcome-2 .link-text {
    padding-top: .3em;
    text-align: center;
    font-size: 77%;

}
#welcome-2 #nav-content .separator-line {
    background-color: #FFFFFF;
    height: 0px;
    font-size: 1px;
}
#welcome-2 .form-area input.submit-btn-small {
    height: 25px;
}
#welcome-2 .form-separator {
    height: .6em;
}
#welcome-2 .preview-text-top {
}
#welcome-2 .preview-content {
    margin: 1em 0 0.5em 0;
    height: 250px;
}
#welcome-2 .preview-column {
    width: 156px;
    height: 100%;
    text-align: center;
}
#welcome-2 .preview-column .property-type {
    font-size: 108%;
    color: #000000;
    font-weight: bold;
}
#welcome-2 .preview-column .property-photo {
    width: 130px;
    height: 110px;
    margin-left: 13px;
    padding-top: 10px;
}
#welcome-2 .preview-column .property-price {
    font-size: 108%;
    color: #890b00;
    font-weight: bold;
}
#welcome-2 .preview-column .property-description {
    margin-top: .4em;
    font-size: 93%;
    color: #000000;
}
#welcome-2 .preview-column .property-address {
    margin-top: .4em;
    font-size: 93%;
    color: #000000;
}
#welcome-2 .preview-column .link-text {
    margin-top: .5em;
    font-size: 93%;
}
#welcome-2 .column-separator {
    width: 2px;
    height: 100%;
    border-left: 1px dotted #000000;
}
#welcome-2 .promo-content {
    margin: 5px 0 0 2px;
}
#welcome-2 .promo-box {
    width: 273px;
    height: 265px;
}
#welcome-2 .promo-box-top {
    width: 273px;
    height: 18px;
}
#welcome-2 .promo-box-bottom {
    width: 273px;
    height: 18px;
}
#welcome-2 .promo-box-left {
    width: 7px;
    height: 100%;
}
#welcome-2 .promo-box-right {
    width: 7px;
    height: 100%;
}
#welcome-2 .promo-box-content {
    width: 235px;
    padding: 10px 12px 10px 12px;
}
#welcome-2 .promo-text-top {
}
#welcome-2 .promo-text-separator {
    width: 100%;
    height: 1px;
    background-color: #415870;
    margin-top: .75em;
}
#welcome-2 .promo-text-bottom {
    margin-top: 1em;
}
#welcome-2 .circle {
    margin-top: 1.1em;
}


/*********************************************** Welcome Page 2EOP ******/
#welcome-2 .welcome-2eop .form-area input[type="text"],
#welcome-2 .welcome-2eop .form-area input[type="number"],
#welcome-2 .welcome-2eop .form-area input[type="tel"],
#welcome-2 .welcome-2eop .form-area input[type="email"] {
    padding-top: 1px;
    height: 1.2em;
    font-size: 100%;
}
#welcome-2 .welcome-2eop .eo-form .form-text {
    font-size: 93%;
    font-weight: normal;
}
#welcome-2 .welcome-2eop .form-separator {
    height: 2px;
}

/*********************************************** Welcome Page 3 ******/
#welcome-3 #gr1 {
    margin: 0 12px 0 12px;
    padding: 0;
}
#welcome-3 #gr1-col1 {
    width: 65%;
}
#welcome-3 #gr1-col2 {
    width: 33%;
    margin-left: 2%;
}
#welcome-3 #gr2-col1 {
    width: 65%;
}
#welcome-3 #gr2-col2 {
    width: 33%;
    margin-left: 2%;
}
#welcome-3 #gr2 {
    margin: 10px 12px 0 12px;
    padding: 0;
}
#welcome-3 #carousel-div {
    width: 606px;
    height: 147px;
    margin-top: .6em;
}
#welcome-3 #carousel-div .preview-homes {
    width: 100%;
}
#welcome-3 #carousel-div .preview-homes-titles {
    position: relative;
    width: 536px;
    height: 19px;
    margin-top: 4px;
}
#welcome-3 #carousel-div .preview-homes-titles .title {
    position: relative;
    float: left;
    width: 130px;
    height: 100%;
    margin-left: 4px;
    padding-top: 2px;
    text-align: center;
    background-color: #F2F2F8;
    font-family: Arial;
    font-size: 12px;
    color: #CC0000;
    font-weight: bold;
}
#welcome-3 #carousel-div .preview-homes-images {
    position: relative;
    width: 536px;
    height: 106px;
    margin-top: 4px;
}
#welcome-3 #carousel-div .preview-homes-images .image {
    float: left;
    width: 130px;
    height: 100%;
    margin-left: 4px;
}
#welcome-3 .search-box {
    text-align: center;
}
#welcome-3 .search-box input[type="text"],
#welcome-3 .search-box input[type="number"],
#welcome-3 .search-box input[type="tel"],
#welcome-3 .search-box input[type="email"] {
    width: 18em;
}
#welcome-3 .search-box label em {
    display: block;
    color: #f54b0f;
    font-size: 77%;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: .3em;
}
#welcome-3 .search-box .search-text {
    padding-top: .4em;
    font-size: 93%;
}
#welcome-3 .search-box .search-input {
    padding-top: 1em;
}
#welcome-3 .search-box .search-input #state {
    width: 6em;
}
#welcome-3 .search-box .search-input #county {
    width: 16em;
    margin-left: 1em;
}
#welcome-3 .search-box .search-btn {
    padding-top: .7em;
    padding-bottom: .4em;
}

/*********************************************** Welcome Page 3 EO Form ******/
#welcome-3 .welcome-3 .eo-form .form-main {
    width: 100%;
    display: inline-block;
}
#welcome-3 .welcome-3 .eo-form .form-content {
    padding: 0 2em 0 2em;
}
#welcome-3 .welcome-3 .eo-form .reg-text {
    font-size: 108%;
    font-weight: bold;
    color: #415870;
    margin: .3em 0 .8em 0;
}
#welcome-3 .welcome-3 .eo-form .field-area {
    float: left;
    width: 80%;
}
#welcome-3 .welcome-3 .eo-form .button-area {
    float: left;
    width: 20%;
}
#welcome-3 .welcome-3 .eo-form .form-text {
    float: left;
    font-size: 93%;
    padding-top: .3em;
}
#welcome-3 .welcome-3 .eo-form .custzip-error {
    margin-left: -5em;
}
#welcome-3 .welcome-3 .eo-form .form-field {
    float: left;
    margin-left: .5em;
}
#welcome-3 .welcome-3 .eo-form .form-separator {
    float: left;
    width: 3em;
    height: .1em;
}
#welcome-3 .welcome-3 .eo-form .promotion-content {
    margin: .5em 0 2.5em 0;
}
#welcome-3 .welcome-3 .eo-form .checkbox-content {
    float: left;
}
#welcome-3 .welcome-3 .eo-form .promotion-text {
    float: left;
    font-size: 85%;
}
#welcome-3 .welcome-3 .eo-form .button-content {
    margin-top: -1em;
}
#welcome-3 .welcome-3 .eo-form .link-content {
    padding-left: .5em;
}
#welcome-3 .welcome-3 .main-text {
    margin: .8em .8em .8em 1.2em;
    font-size: 93%;
}

/*********************************************** Welcome Page 3EOR EO Form ******/
#welcome-3 .welcome-3eor .eo-form .form-separator {
    float: left;
    width: 1.8em;
    height: .1em;
}
#welcome-3 .welcome-3eor .field-separator {
    margin-top: .5em;
}
#welcome-3 .welcome-3eor .eo-form .promotion-text {
    font-size: 100%;
}
#welcome-3 .welcome-3eor .eo-form .button-content {
    margin-top: -.2em;
}

/*********************************************** Welcome Page 3EOP EO Form ******/
#welcome-3 .welcome-3eop .eo-form {
    margin-bottom: 0.75em;
}
#welcome-3 .welcome-3eop .eo-form .form-text {
    font-size: 93%;
    font-weight: normal;
}
#welcome-3 .welcome-3eop .eo-form .form-main {
    padding: .2em 2em .2em 2em;
}
#welcome-3 .welcome-3eop .eo-form .reg-text {
    font-size: 108%;
    font-weight: bold;
    color: #415870;
    margin-bottom: .3em;
}
#welcome-3 .welcome-3eop .eo-form .form-fields {
    margin-bottom: .3em;
}
#welcome-3 .welcome-3eop .eo-form input[type="text"],
#welcome-3 .welcome-3eop .eo-form input[type="number"],
#welcome-3 .welcome-3eop .eo-form input[type="tel"],
#welcome-3 .welcome-3eop .eo-form input[type="email"],
#welcome-3 .welcome-3eop .eo-form select {
    width: 16em;
}
#welcome-3 .welcome-3eop .eo-form .col-1 {
    width: 45%;
}
#welcome-3 .welcome-3eop .eo-form .col-2 {
    width: 65%;
}
#welcome-3 .welcome-3eop .eo-form .form-separator {
    height: .1em;
}
#welcome-3 .welcome-3eop .eo-form .button-area {
    width: 100%;
}
#welcome-3 .welcome-3eop .eo-form .button-content {
    float: left;
}
#welcome-3 .welcome-3eop .eo-form .checkbox-content {
    float: left;
    padding-left: 2em;
    padding-top: 0.5em;
}
#welcome-3 .welcome-3eop .eo-form .promotion-text {
    float: left;
    padding-top: 0.5em;
    font-size: 85%;
}
#welcome-3 .welcome-3eop .eo-form .link-content {
    padding-left: .5em;
}
#welcome-3 .welcome-3eop .main-text {
    margin: .8em .8em .8em 1.2em;
    font-size: 93%;
}


/*********************************************** Welcome Page 4 ******/
#welcome-4 .yui-g {
    padding: 0 12px 15px 12px;
}
#welcome-4 #col1 {
    width: 43%;
}
#welcome-4 #col2 {
    width: 57%;
}
#welcome-4 .eo-form {
    width: 100% !important;
}
#welcome-4 .eo-form .form-text {
    font-size: 93%;
    padding-top: .3em;
    padding-left: 4.5em;
}
#welcome-4 .eo-form .form-separator {
    height: .5em;
}
#welcome-4 .eo-form .reg-text {
    font-size: 116%;
    font-weight: bold;
    color: #415870;
    text-align: center;
    padding-top: .6em;
}
#welcome-4 .eo-form .form-main {
    width: 90%;
    margin-top: 1.3em;
}
#welcome-4 .eo-form .col-1 {
    width: 40%;
}
#welcome-4 .eo-form .col-2 {
    width: 60%;
}
#welcome-4 .eo-form .promotion-content {
    text-align: center;
    margin-top: .2em;
}
#welcome-4 .eo-form .button-content {
    text-align: center;
    margin-top: .7em;
}
#welcome-4 .eo-form .link-content {
    text-align: center;
    margin-top: .6em;
    margin-bottom: .4em;
}
#welcome-4 .map-content {
    text-align: center;
}
#welcome-4 .map-title-top {
    font-family: Arial;
    font-size: 185%;
    font-weight: bold;
    color: #bf0000;
    text-align: center;
    padding-top: 1.6em;
}
#welcome-4 .map-title-separator {
    height: 1px;
    width: 70%;
    background-color: #8992b1;
    margin-top: .5em;
    margin-left: 15%;
}
#welcome-4 .map-title-bottom {
    font-family: Arial;
    font-size: 123.1%;
    font-weight: bold;
    color: #6a70a5;
    text-align: center;
    padding-top: .5em;
}
#welcome-4 .map-div {
    padding: 2em;
}

/*********************************************** Welcome Page 5 ******/
#welcome-5 #bd-main {
    background-position: top right;
    background-repeat: no-repeat;
}
#welcome-5 #hd-bottom {
    padding-bottom: 0;
}
#welcome-5 .gr1-content {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
}
#welcome-5 #gr1-col1 {
    width: 62%;
    padding-top: 1em;
}
#welcome-5 #gr1-col2 {
    width: 37.5%;
    margin-left: 0;
    margin-top: 0;
}
#welcome-5 .gr2-content {
    padding-top: 2.5em;
    padding-bottom: 2em;
}
#welcome-5 #gr2-col1 {
    width: 67.5%;
}
#welcome-5 #gr2-col2 {
    width: 32.5%;
    margin-left: 0;
}
#welcome-5 #nav-content {
    padding: 0;
}
#welcome-5 h4 {
    margin-bottom: .8em;
    font-weight: normal;
}
#welcome-5 .headline-text {
    margin-top: .3em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
#welcome-5 .map-content {
    padding-left: 2em;
}
#welcome-5 .search-text {
    font-size: 85%;
}
#welcome-5 .search-input input.search-box {
    width: 310px;
    height: 18px;
    margin-top: .2em;
    padding: 8px 5px 8px 5px;
    vertical-align: middle;
    font-size: 123.1%;
}
#welcome-5 .search-input label em {
    margin-top: .3em;
    font-size: 85%;
}
#welcome-5 .search-btn {
    margin-left: 1.5em;
    margin-top: .3em;
}
#welcome-5 .flash-map {
    margin-top: 2em;
}
#welcome-5 .html-map {
    margin-top: 2em;
    margin-left: 1em;
}
#welcome-5 .html-map-title {
    margin-left: -.3em;
    margin-bottom: .9em;
    font-size: 120%;
    font-weight: bold;
    color: #0e5299;
}
#welcome-5 #alternateMapContent {
    display: block;
    text-align: center;
    width: 428px;
    height: 293px;
}
#welcome-5 .top-right {
    text-align: right;
}
#welcome-5 .title-text {
    text-align: center;
}
#welcome-5 .reg-text {
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    margin-top: 1em;
}
#welcome-5 .eo-form {
    padding: 0 1em 0 1.5em;
}
#welcome-5 .form-main {
    margin-top: .2em;
}
#welcome-5 .form-text {
    font-weight: normal;
}
#welcome-5 .form-separator {
    height: .8em;
}
#welcome-5 .promotion-content {
    margin-top: .8em;
}
#welcome-5 .promotion-text {
    font-family: Arial;
    font-size: 100%;
    color: #666666;
}
#welcome-5 .button-content {
    margin-top: 1.2em;
}
#welcome-5 .link-content {
    margin-top: .2em;
}
#welcome-5 .main-text {
    padding-left: 5em;
    padding-right: 4em;
}
#welcome-5 .below-image-text {
    padding-left: 2em;
}
#welcome-5 .welcome-5pd .search-input {
    margin-top: 1em;
}
#welcome-5 .welcome-5pd .search-input select {
    font-size: 123%;
    margin-right: 1em;
}
#welcome-5 .welcome-5pd .search-input select.state {
    width: 5.5em;
}
#welcome-5 .welcome-5pd .search-input select.county {
    width: 13.5em;
}
#welcome-5 .welcome-5pd .search-btn {
    margin-left: 0;
    margin-top: 1.6em;
}

/*********************************************** Welcome Page 5HTMLB ******/
#welcome-5 .welcome-5htmlb .gr2-content,
#welcome-5 .welcome-5pdhtmlb .gr2-content {
    padding-top: .8em;
    padding-bottom: 2em;
}

/*********************************************** Welcome Page 5CONTENT ******/
#welcome-5 .welcome-5content #bd {
    padding-bottom: 20px;
}
#welcome-5 .welcome-5content .main-text,
#welcome-5 .welcome-5content .below-image-text {
    padding: 0 20px;
    margin: 0;
}
#welcome-5 .welcome-5content .geo-text {
    width: 870px;
    margin: 25px 0 40px 0;
    text-align: left;
}
#welcome-5 .welcome-5content .geo-text .state-photo {
    width: 360px;
    height: 180px;
    margin: 6px 30px 18px 0;
}
#welcome-5 .welcome-5content .geo-text h2 {
    padding: 0;
}
#welcome-5 .welcome-5content .geo-text p {
    color: #5f788c;
}
#welcome-5 .welcome-5content .main-text p,
#welcome-5 .welcome-5content .below-image-text p {
    color: #333;
    padding-top: 4px;
}
#welcome-5 .welcome-5content .main-text h3,
#welcome-5 .welcome-5content .below-image-text h3 {
    font-size: 21px;
}
#welcome-5 .welcome-5content .main-text h4,
#welcome-5 .welcome-5content .below-image-text h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}
#welcome-5 .welcome-5content .main-text .cta-submit,
#welcome-5 .welcome-5content .below-image-text .cta-submit {
    padding: 17px 26px;
    font-size: 22px;
}

/*********************************************** Welcome Page 6 ******/
#welcome-6 #hd-bottom {
    padding-bottom: 0;
}
#welcome-6 .gr1-content,
#welcome-6 .gr2-content {
    margin: 0;
    padding: 0;
}
#welcome-6 .gr3-content {
    padding-top: 1.8em;
    padding-bottom: 1.5em;
}
#welcome-6 #gr1-col1 {
    width: 100%;
    text-align: center;
    padding: .5em 0 .45em 0;
}
#welcome-6 #gr2-col1,
#welcome-6 #gr3-col1 {
    width: 63%;
}
#welcome-6 #gr2-col2,
#welcome-6 #gr3-col2 {
    width: 37%;
    margin-left: 0;
}
#welcome-6 #gr2-col2 {
    padding-top: 2em;
}
#welcome-6 #nav-content {
    padding: 0;
}
#welcome-6 h4 {
    margin-bottom: .8em;
    font-weight: normal;
}
#welcome-6 .headline-text {
    font-size: 370%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
#welcome-6 .lhs-image {
    text-align: center;
}
#welcome-6 .top-right {
    text-align: center;
    margin-bottom: 1.6em;
}
#welcome-6 .reg-text {
    text-align: center;
    font-family: Arial;
    font-weight: bold;
}
#welcome-6 .eo-form {
    padding: 0 1em 0 1.5em;
}
#welcome-6 .form-main {
    margin-top: .2em;
}
#welcome-6 .form-text {
    font-weight: normal;
}
#welcome-6 .form-separator {
    height: .8em;
}
#welcome-6 .promotion-content {
    margin-top: .8em;
}
#welcome-6 .promotion-text {
    font-family: Arial;
    font-size: 100%;
    color: #666666;
}
#welcome-6 .button-content {
    margin-top: 1.2em;
}
#welcome-6 .link-content {
    margin-top: .2em;
}
#welcome-6 .main-text {
    padding-left: 5em;
    padding-right: 4em;
    font-family: Arial;
}
#welcome-6 .below-image-text {
    padding-left: 2em;
}

/*********************************************** Welcome Page 7 ******/
#welcome-3 .welcome-7 #gr2 {
    margin-top: 0;
}

/*********************************************** Welcome Page 8 ******/
#welcome-8 #hd-bottom {
    padding-bottom: 0;
}
#welcome-8 .top-separator {
    display: none;
}
#welcome-8 .gr1-content {
    margin: 0;
    padding: 0;
    padding-top: .2em;
}
#welcome-8 .gr2-content {
    margin-top: 2.4em;
}
#welcome-8 #gr1-col1 {
    width: 38.5%;
    margin-left: 1.5%;
}
#welcome-8 #gr1-col2 {
    width: 58.5%;
    margin-right: 1.5%;
    min-height: 450px;
    margin-left: 0%;
}
#welcome-8 #gr2-col1 {
    width: 45%;
}
#welcome-8 #gr2-col2 {
    width: 52%;
    margin-left: 3%;
}
#welcome-8 .price {
    margin-top: 2em;
}
#welcome-8 .main-text .title {
    font-family: Arial;
    font-size: 123.1%;
    font-weight: bold;
    color: #415870;
    text-align: right;
    padding-right: 26px;
    margin-top: 1.3em;
}
#welcome-8 .main-text .copy {
    font-family: Arial;
    font-size: 93%;
    color: #000000;
    text-align: right;
    padding-right: 26px;
}
#welcome-8 .eo-form {
    padding-top: 6.5em;
    padding-left: 19.7em;
}
#welcome-8 .eo-form .reg-text {
    font-family: Arial;
    font-size: 215.5%;
    font-weight: bold;
    color: #415870;
}
#welcome-8 .eo-form .form-main {
    margin: .8em 0 0 1.7em;
}
#welcome-8 .eo-form .form-text {
    font-family: Arial;
    font-size: 108%;
    color: #333333;
    margin-top: 1em;
}
#welcome-8 .eo-form .form-field {
    margin-top: 2px;
}
#welcome-8 .eo-form .form-field input[type="text"],
#welcome-8 .eo-form .form-field input[type="number"],
#welcome-8 .eo-form .form-field input[type="tel"],
#welcome-8 .eo-form .form-field input[type="email"] {
    height: 26px;
    border: 1px solid #cccccc;
    width: 14em;
    font-size: 116%;
    color: #000000;
}
#welcome-8 .eo-form .button-content {
    width: 16.3em;
    margin-top: 1.7em;
    display: block;
}
#welcome-8 h2 {
    font-family: Arial;
    font-size: 18px;
    color: #415870;
}
#welcome-8 .promo-text {
    font-family: Arial;
    font-size: 93%;
    color: #333333;
}
#welcome-8 .promo-text img {
    margin-right: 1.5em;
}
#welcome-8 .testimonial-title {
    text-align: right;
    padding-right: 1em;
}
#welcome-8 .testimonial-content {
    margin: .4em .5em 0 5em;
    padding-left: 4.8em;
    min-height: 140px;
}
#welcome-8 .testimonial-text {
    font-family: Arial;
    font-size: 93%;
    color: #777777;
    line-height: 192.5%;
    text-align: right;
}
#welcome-8 .testimonial-author {
    margin-top: .3em;
    text-align: right;
    font-family: Arial;
    font-size: 123.1%;
    font-weight: bold;
    color: #777777;
}
#welcome-8 .testimonial-address {
    text-align: right;
    font-family: Arial;
    font-size: 100%;
    color: #777777;
}

/*********************************************** Welcome Page 9 ******/
#welcome-9 #pg-hd {
    padding-top: 0;
    padding-bottom: 0;
}
#welcome-9 .headline-top {
    padding-top: 0;
    font-size: 261.9%;
    font-weight: bold;
}
#welcome-9 .gr1-content {
    margin-top: -.6em;
    padding-bottom: 0;
}
#welcome-9 #gr1-col1 {
    width: 67%;
}
#welcome-9 #gr1-col2 {
    width: 33%;
    margin-left: 0;
}
#welcome-9 .gr2-content {
    padding-top: 0;
    margin-bottom: 1em;
}
#welcome-9 #gr2-col1 {
    width: 32%;
}
#welcome-9 #gr2-col2 {
    width: 68%;
    margin-left: 0;
    display: block;
}
#welcome-9 ul {
    font-family: Arial;
    font-size: 192.5%;
    font-weight: bold;
    color: #2282d9;
}
#welcome-9 .form-title {
    font-size: 167%;
    font-weight: bold;
    color: #666666;
    text-align: center;
    margin-bottom: .2em;
}
#welcome-9 .form-area {
    border: 1px solid #d9ecf0;
    background: #e9f8ff;
    margin: 0 1.2em 0 1.4em;
}
#welcome-9 .form-area .form-main {
    padding: 0 1.7em 0 1.7em;
}
#welcome-9 .form-area .form-text {
    font-size: 108%;
    font-weight: bold;
    color: #777777;
    margin-top: 1em;
}
#welcome-9 .form-area .form-input {
    margin-top: .6em;
}
#welcome-9 .form-area .form-input input[type="text"],
#welcome-9 .form-area .form-input input[type="number"],
#welcome-9 .form-area .form-input input[type="tel"],
#welcome-9 .form-area .form-input input[type="email"] {
    width: 16em;
}
#welcome-9 .form-area .form-input select {
    width: 16.6em;
}
#welcome-9 .form-area .button-content {
    text-align: center;
    margin: 1.7em 0 1.2em 0;
}
#welcome-9 .seal-frame {
    margin-top: 1.2em;
    margin-left: -3em;
    width: 325px;
    height: 60px;
    overflow: hidden;
}

/*********************************************** Welcome Page 10 ******/
#welcome-10 #gr1-col1,
#welcome-10 #gr2-col1 {
    width: 100%;
}
#welcome-10 .top-grid {
    width: 950px;
    border: 1px solid #cccccc;
    background: top left no-repeat;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#welcome-10 .tag-line h1 {
    position: absolute;
    display: block;
    margin: 0;
    padding: 24px 65px 0 14px;
    font-family: Arial;
    font-size: 215.5%;
    font-weight: normal;
    text-shadow:0 1px 2px #890505;
    color: #ffffff;
    left: 0;
    top: 28px;
    height: 91px;
    margin-left: 7px;
    z-index: 1;
}
#welcome-10 .tag-line h1 span {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -14px;
    display: block;
    width: 15px;
    height: 91px;
}
#welcome-10 .rhs-section {
    width: 366px;
    float: right;
}
#welcome-10 .form-area {
    width: 310px;
    margin-top: 1.5em;
    margin-left: 3.2em;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#welcome-10 .form-title {
    position: relative;
    width: 312px;
    height: 52px;
    padding: 0;
    margin-left: -1px;
    text-align: center;
    padding-top: 5px;
}
#welcome-10 .form-title h1 {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    text-shadow:0 1px 2px #890505;
}
#welcome-10 .eo-form {
    border: 1px solid #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#welcome-10 .form-content {
    padding: 0;
    margin: 0;
}
#welcome-10 .form-area .form-main {
    margin-left: 2em;
    margin-top: -1.5em;
}
#welcome-10 .form-area .form-text {
    color: #333333;
    font-family: Arial;
    font-size: 123.1%;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: .3em;
}
#welcome-10 .form-area .form-input input[type="text"],
#welcome-10 .form-area .form-input input[type="number"],
#welcome-10 .form-area .form-input input[type="tel"],
#welcome-10 .form-area .form-input input[type="email"] {
    width: 17.4em;
}
#welcome-10 .form-area .form-input select {
    width: 18em;
}
#welcome-10 .form-area .promotion-content {
    margin: 1.5em 2em 0 2em;
}
#welcome-10 .form-area .button-content {
    text-align: center;
    padding: 1.2em 0 1.2em 0;
}
#welcome-10 .seal-area {
    margin-top: 1em;
    width: 366px;
    height: 90px;
}
#welcome-10 .seal-frame {
    width: 325px;
    height: 60px;
    margin-left: 32px;
    overflow: hidden;
}
#welcome-10 .headline-bottom {
    color: #0b4c88;
    font-family: Arial;
    font-size: 200%;
    font-style: italic;
    font-weight: bold;
    margin: -.3em 10px .4em 10px;
}
#welcome-10 .main-text {
    margin: 0 10px 1.2em 10px;
}

/*********************************************** Welcome Page 12 ******/
#welcome-12 #gr1-col1 {
    width: 37%;
}
#welcome-12 #gr1-col2 {
    width: 62%;
    margin-left: 1%;
}
#welcome-12 .gr1-content {
    padding: 0;
}
#welcome-12 .gr2-content {
    width: 100%;
    padding: 0;
    margin-top: 1.5em;
}
#welcome-12 #gr2-col1 {
    width: 100%;
    margin-left: 0;
}
#welcome-12 .main-text {
    margin-top: 2em;
}
#welcome-12 h1 {
    font-family: Verdana;
    color: #2571bb;
    font-size: 330.8%;
    line-height: 100%;
}
#welcome-12 h2 {
    font-family: Verdana;
    color: #2571bb;
    font-size: 253.9%;
    line-height: 100%;
}
#welcome-12 .main-text ul {
    list-style: none;
    font-family: Arial;
    font-size: 116%;
    font-weight: bold;
    color: #333;
}
#welcome-12 .main-text ul li {
    margin-top: 3px;
}
#welcome-12 .main-text ul li.tick {
    padding: 5px 25px 0 0;
}
#welcome-12 .eo-form {
    background: top right no-repeat;
    height: 380px;
}
#welcome-12 .form-content {
    padding: 4.5em 0 0 21em;
}
#welcome-12 .form-box {
    width: 22.5em;
}
#welcome-12 .reg-text {
    color: #59a144;
    font-weight: bold;
    font-size: 215.5%;
    margin-bottom: .6em;
}
#welcome-12 .form-main {
    margin-left: .9em;
}
#welcome-12 .form-main .form-separator {
    height: 1em;
}
#welcome-12 .form-main .form-text {
    font-size: 108%;
}
#welcome-12 .form-main .error-display {
    font-size: 93%;
}
#welcome-12 .form-main input {
    border: 1px solid #cccccc;
    padding: 2px 0 0 3px;
}
#welcome-12 .promotion-content {
    margin-bottom: -1.4em;
}
#welcome-12 .promotion-text {
    font-size: 100%;
    padding-right: 1em;
}
#welcome-12 .button {
    text-align: center;
    margin-top: 2.4em;
    padding-right: 1.5em;
}
#welcome-12 .submit-btn {
    font-size: 167%;
    padding-bottom: .2em;
}
#welcome-12 .panel-content {
    width: 100%;
}
#welcome-12 .panel {
    float: left;
    width: 32%;
    margin-right: 1.3%;
}
#welcome-12 h2.panel-title {
    font-size: 167%;
    color: #555555;
    font-family: 'OswaldBook', Arial, sans-serif;
    font-weight: lighter;
    margin-bottom: .8em;
}
#welcome-12 h3.title {
    font-size: 138.5%;
    color: #555555;
    font-family: 'OswaldBook', Arial, sans-serif;
    font-weight: lighter;
    margin: .4em 0 .4em 0;
}
#welcome-12 .image {
    margin-bottom: 1.2em;
}
#welcome-12 .below-image-text p,
#welcome-12 .below-image-text ul {
    font-size: 100%;
    color: #555555;
    padding: .55em 0 .55em 0;
}
#welcome-12 .below-image-text ul li {
    margin-top: .2em;
}

/*********************************************** Welcome Page 13 ******/
#welcome-13 #nav {
    display: none;
}
#welcome-13 #gr1-col1,
#welcome-13 #gr2-col1 {
    width: 960px;
    padding: 0;
    margin: 0;
}
#welcome-13 #gr1-col1 {
    margin-top: -55px;
}
#welcome-13 #gr2-col1 {
    margin-top: -40px;
}
#welcome-13 .gr1-content {
    padding-bottom: 0;
}
#welcome-13 .top-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    background: top left repeat-x;
    height: 500px;
}
#welcome-13 .top-grid-inner {
    width: 100%;
    padding: 0;
    margin: 0;
    background: top left no-repeat;
    height: 500px;
}
#welcome-13 .tag-line h1 {
    position: absolute;
    display: block;
    margin: 0;
    padding: 24px 65px 0 20px;
    font-family: 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 33px;
    font-weight: normal;
    color: #fff;
    left: 28px;
    top: 154px;
    height: 91px;
    margin-left: 7px;
    z-index: 1;
    text-shadow: 0 1px 2px #06335c;
}
#welcome-13 .tag-line h1 span {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -14px;
    display: block;
    width: 15px;
    height: 91px;
}
#welcome-13 .rhs-section {
    width: 500px;
    float: right;
}
#welcome-13 .form-area {
    width: 475px;
    margin-top: 1.5em;
}
#welcome-13 .form-title {
    font-family: 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 30px;
    line-height: 38px;
    color: #111;
    font-weight: normal;
    background: none;
    text-shadow: 0 1px 2px #fff;
}
#welcome-13 .form-title h3 {
    font-family: 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 43px;
    font-weight: normal;
    color: #002A46;
}
#welcome-13 .form-title .highlight {
    color: #FFFFFF;
    text-shadow: 0 1px 2px #d96301;
}
#welcome-13 .form-title .small {
    font-family: 'RobotoCondensed', Arial, sans-serif;
    font-size: 13px;
    color: #111;
    font-weight: normal;
    text-shadow: none;
}
#welcome-13 .form-content {
}
#welcome-13 .form-area .form-main {
    margin-left: 2em;
    margin-top: 8em;
}
#welcome-13 tr.form-separator {
    height: 1em;
}
#welcome-13 .form-area .form-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-top: .4em;
    padding-right: 1.5em;
}
#welcome-13 .form-area input[type="text"],
#welcome-13 .form-area input[type="number"],
#welcome-13 .form-area input[type="tel"],
#welcome-13 .form-area input[type="email"] {
    border-top: 1px solid #8a8a8a;
    border-bottom: 1px solid #773b09;
}
#welcome-13 .form-area .col-1 {
    width: 25%;
}
#welcome-13 .form-area .col-2 {
    width: 75%;
}
#welcome-13 .form-area input[type="text"],
#welcome-13 .form-area input[type="number"],
#welcome-13 .form-area input[type="tel"],
#welcome-13 .form-area input[type="email"] {
    width: 21.6em;
}
#welcome-13 .form-area select {
    width: 22.2em;
}
#welcome-13 .form-area .button-content {
    text-align: right;
    padding-right: 1.5em;
}
#welcome-13 .submit-btn-large {
    width: 341px;
    height: 93px;
    font-family: 'RobotoCondensed', Arial, sans-serif;
    font-size: 30px;
    padding-bottom: 1em;
}
#welcome-13 .checkbox-content {
    padding-right: 3em;
    font-size: 11px;
    color: #666666;
}
#welcome-13 .seal-area {
    margin-top: 1.5em;
    width: 366px;
    height: 90px;
    margin-left: 10.2em;
}
#welcome-13 .seal-frame {
    width: 325px;
    height: 60px;
    overflow: hidden;
}
#welcome-13 .headline-bottom {
    color: #333333;
    font-family: 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin: -.3em 10px .4em 10px;
}
#welcome-13 .main-text {
    margin: 0 10px 1.2em 10px;
    font-size: 13px;
}
#welcome-13 .main-text h2 {
    font-size: 18px;
}
#welcome-13 .welcome-13credit .tag-line h1 {
    top: 176px;
}
#welcome-13 .welcome-13credit .top-grid {
    height: 360px;
}
#welcome-13 .welcome-13credit .top-grid-inner {
    height: 360px;
}
#welcome-13 .welcome-13credit .checkbox-content {
    color: #AAAAAA;
}
#welcome-13 .welcome-13credit .seal-area {
    margin-top: 3em;
}
#welcome-13 .welcome-13credit.welcome-13creditzip .top-grid {
    min-height: 520px;
}
#welcome-13 .welcome-13credit.welcome-13creditzip .top-grid-inner {
    min-height: 520px;
}
#welcome-13 .welcome-13credit.welcome-13creditzip .tag-line h1 {
    top: 154px;
}
#welcome-13 .welcome-13credit.welcome-13creditzip .button-content {
    padding-top: 5px;
}
#welcome-13 .welcome-13credit.welcome-13creditzip .seal-area {
    margin-top: 1.6em;
}

/*********************************************** Welcome Page 14 ******/
#welcome-14 #bd-main {
    margin: 0 1em;
}
#welcome-14 #gr1,
#welcome-14 #gr2 {
    padding: 0;
}
#welcome-14 #gr1 {
    padding-top: .9em;
    padding-bottom: 0;
}
#welcome-14 #gr1-col1,
#welcome-14 #gr2-col1 {
    width: 60%;
}
#welcome-14 #gr1-col2,
#welcome-14 #gr2-col2 {
    width: 39%;
    margin-left: 0;
}
#welcome-14 #gr1-col2 {
    margin-top: -.3em;
}
#welcome-14 .gr3-content,
#welcome-14 .gr4-content {
    padding: 0;
}
#welcome-14 #gr3-col1,
#welcome-14 #gr4-col1 {
    width: 100%;
    margin: 0;
    padding: 0;
}
#welcome-14 ul.arrow-list li {
    font-family: Tahoma, Arial;
    font-size: 131%;
    color: #415870;
    line-height: 100%;
    padding: 1px 0 3px 24px;
}
#welcome-14 ul.tick-list li {
    font-size: 100%;
    color: #2b5783;
    line-height: 100%;
    padding: 7px 0 7px 30px;
}
#welcome-14 .form-text {
    font-size: 100%;
    font-weight: bold;
    color: #333333;
}
#welcome-14 .headline-top {
    font-family: Arial;
    font-size: 215.5%;
    font-weight: bold;
    color: #3e5671;
    line-height: 100%;
    padding-top: 0;
    margin-left: .4em;
}
#welcome-14 .headline-bottom {
    font-family: Arial;
    text-align: center;
    font-size: 153.9%;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #c35802;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-radius-topright: 4px;
    text-shadow: 2px 0 0 #cb5b07;
    margin: 0;
    padding: 12px 0;
    background-image: -ms-linear-gradient(top, #fd9e2c 0%, #f28117 100%);
    background-image: -webkit-linear-gradient(top, #fd9e2c, #f28117);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd9e2c), to(#f28117));
    background-image: linear-gradient(to bottom, #fd9e2c, #f28117);
}
#welcome-14 .eo-form {
    position: relative;
    z-index: 999;
    padding: 12px 0 30px 0;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #dddddd 100%);
    background-image: -webkit-linear-gradient(top, #fdfdfd, #dddddd);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#dddddd));
    background-image: linear-gradient(to bottom, #fdfdfd, #dddddd);
}
#welcome-14 .eo-form .reg-text {
    font-size: 108%;
    font-style: italic;
    color: #333333;
    text-align: center;
}
#welcome-14 .eo-form .form-main {
    margin-top: 14px;
}
#welcome-14 .eo-form .form-text {
    float: left;
    width: 22%;
    text-align: right;
    padding-top: .4em;
    padding-right: 1.5%;
}
#welcome-14 .eo-form .form-field {
    float: left;
    width: 76.5%;
}
#welcome-14 .eo-form .form-separator {
    height: 1em;
}
#welcome-14 input[type="text"],
#welcome-14 input[type="number"],
#welcome-14 input[type="tel"],
#welcome-14 input[type="email"],
#welcome-14 select {
    border: 1px solid #c7c7c7;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f8f8f8 100%);
    background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #ffffff, #f8f8f8);
}
#welcome-14 input[type="text"],
#welcome-14 input[type="number"],
#welcome-14 input[type="tel"],
#welcome-14 input[type="email"] {
    width: 200px;
    padding-left: 3px;
    padding-right: 3px;
}
#welcome-14 .eo-form .promotion-text {
    font-size: 85%;
    color: #666666;
    padding-bottom: .5em;
}
#welcome-14 .eo-form .promotion-text input[type="checkbox"],
#welcome-14 .eo-form-short .promotion-text input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 8px;
}
#welcome-14 .eo-form .button-content {
    margin-top: 1.5em;
}
#welcome-14 .submit-btn,
#welcome-14 .submit-btn-gray {
    font-size: 131%;
    font-family: Arial Black, Arial;
    font-weight: 900;
}
#welcome-14 .eo-box-arrow {
    position: absolute;
    top: 94px;
    left: -38px;
    z-index: -99;
}
#welcome-14 .step-separator {
    background-image: -ms-linear-gradient(top, #1a3f65 0%, #4974a0 100%);
    background-image: -webkit-linear-gradient(top, #1a3f65, #4974a0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a3f65), to(#4974a0));
    background-image: linear-gradient(to bottom, #1a3f65, #4974a0);
}
#welcome-14 .below-image-text {
    font-weight: Arial;
    font-size: 167%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 23px;
}
#welcome-14 #gr2-bottom {
    height: 38px;
}
#welcome-14 .map-display {
    width: 552px;
    height: 334px;
    margin: 15px 15px 15px 0;
}
#welcome-14 .home-search {
    min-height: 286px;
    padding: 28px 0 50px 0;
}
#welcome-14 .home-search .title-text {
    font-size: 93%;
    color: #333333;
    text-align: center;
}
#welcome-14 .home-search-form {
    margin-top: 1.6em;
}
#welcome-14 .home-search-form .form-text {
    float: left;
    width: 42%;
    text-align: right;
    padding-right: 2%;
    padding-top: .3em;
}
#welcome-14 .home-search-form .form-field {
    float: left;
    width: 56%;
}
#welcome-14 .home-search select {
    width: 186px;
    font-size: 108%;
    color: #000000;
    padding: 2px;
}
#welcome-14 .home-search-form .form-separator {
    height: 12px;
}
#welcome-14 .home-search .button-content {
    margin-top: 2.6em;
}
#welcome-14 .main-text .title-text {
    font-size: 138.5%;
    font-weight: bold;
    color: #2b5783;
    margin-top: -.1em;
    margin-bottom: .6em;
}
#welcome-14 .main-text .property-image {
    float: left;
    width: 37%;
}
#welcome-14 .main-text .property-info {
    float: left;
    width: 52%;
}
#welcome-14 .main-text .property-spacing {
    float: left;
    width: 11%;
}
#welcome-14 .main-text .separator {
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin: 17px 0;
}
#welcome-14 .main-text .separator-image {
    position: relative;
    top: -44px;
    left: 137px;
    margin-bottom: -32px;
}
#welcome-14 .eo-form-short .form-outer {
    display: block;
    border: 1px solid #6687bc;
    border-top-width: 8px;
    padding: 16px 14px 14px 14px;
}
#welcome-14 .eo-form-short .form-inner {
    display: block;
    border: 2px solid #f98f43;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#welcome-14 .eo-form-short .title-text {
    position: relative;
    font-size: 123.1%;
    font-weight: bold;
    color: #4b6179;
    top: -10px;
    left: 12px;
    width: 93px;
    padding: 0 10px;
    background: #ffffff;
}
#welcome-14 .eo-form-short .reg-text {
    font-size: 93%;
    color: #6687bc;
    margin-top: -8px;
    margin-left: 22px;
}
#welcome-14 .eo-form-short .eo-box {
    margin-top: 12px;
    height: 70px;
}
#welcome-14 .eo-form-short .form-main-short {
    float: left;
    width: 67%;
}
#welcome-14 .eo-form-short .form-display {
    margin-top: .4em;
    margin-left: 4em;
}
#welcome-14 .eo-form-short .button-content {
    float: left;
    width: 33%;
}
#welcome-14 .eo-form-short .form-text {
    padding-top: .3em;
}
#welcome-14 .eo-form-short .promotion-text {
    font-size: 93%;
    color: #666666;
    margin-top: .4em;
}

/*********************************************** Welcome Page 15 ******/
#welcome-15 #bd-main {
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 85px;
}
#welcome-15 .bd-content {
    padding: 0;
}
#welcome-15 .headline-top {
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    color: #415870;
    padding: 0;
    padding-top: 28px;
    text-shadow:0 1px 0 #fff;
}
#welcome-15 .headline-bottom {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    color: #e36501;
    padding: 0;
    margin-top: -2px;
    text-shadow:0 1px 0 #fff;
}
#welcome-15 .html-map {
    display: table;
    width: 100%;
    height: 530px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    margin-top: 25px;
    margin-bottom: -15px;
    padding: auto;
    box-shadow:0 1px 15px #b4c7dc;
    -moz-box-shadow:0 1px 15px #b4c7dc;
    -webkit-box-shadow:0 1px 15px #b4c7dc;
    -o-box-shadow:0 1px 15px #b4c7dc;
}
#welcome-15 .html-map-inner {
    display: table-cell;
    vertical-align: middle;
    height: 530px;
}
#welcome-15 .html-map-title {
    font-size: 16px;
    font-weight: bold;
    color: #064f9b;
    text-align: left;
    padding-left: 270px;
    margin-bottom: 15px;
}
#welcome-15 .flash-map {
    text-align: center;
    margin-top: 5px;
}
#welcome-15 .search-form {
    width: 100%;
    margin-top: 54px;
}
#welcome-15 input[type="text"],
#welcome-15 input[type="number"],
#welcome-15 input[type="tel"],
#welcome-15 input[type="email"],
#welcome-15 select {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#welcome-15 input {
    height: 70px;
}
#welcome-15 input.search-box {
    width: 650px;
    padding-left: 10px;
    padding-right: 20px;
    color: #868686;
}
#welcome-15 input.submit-btn {
    color: #fff;
}
#welcome-15 select {
    padding: 19px 0 18px 30px;
}
#welcome-15 .styled-select {
    display: inline-block;
    width: 350px;
    overflow: hidden;
    background: #fff no-repeat right;
    border: 1px solid #9bb6d2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#welcome-15 .styled-select select {
    width: 375px;
    background: transparent;
    border: 0;
}
#welcome-15 .styled-select.state {
    margin-right: 16px;
}
#welcome-15 .styled-select.county {
    width: 369px;
}
#welcome-15 .styled-select.county select {
    width: 394px;
}
#welcome-15 .property-display-title {
    margin: 32px 0 14px 0;
    text-align: center;
    font-family: Times New Roman;
    font-size: 28px;
    font-style: italic;
    color: #999999;
}
#welcome-15 .property-display {
    width: 100%;
    background: #fff;
    border: 1px solid #bfd8f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 255px;
    position: relative;
}
#welcome-15 .property-display .property-image {
    float: left;
    width: 355px;
}
#welcome-15 .property-display .property-image .img-property {
    width: 355px;
    height: 255px;
}
#welcome-15 .property-display .property-details {
    float: left;
    padding: 28px 20px 15px 45px;
    width: 538px;
}
#welcome-15 .property-display .property-details div a {
    font-family: Arial;
    color: #5d7a97;
}
#welcome-15 .property-display .property-details .type a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
#welcome-15 .property-display .property-details .desc a {
    font-size: 18px;
    margin-top: 6px;
    text-decoration: none;
}
#welcome-15 .property-display .property-details .address a {
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
}
#welcome-15 .property-display .property-details .notes {
    margin-top: 20px;
    color: #5d7a97;
    font-size: 14px;
}
#welcome-15 .property-display .property-details ul.tick {
    margin-left: 12px;
}
#welcome-15 .property-display .property-details ul.tick li {
    margin-top: 10px;
    color: #5d7a97;
    font-size: 14px;
}
#welcome-15 .property-display .left-arrow {
    position: absolute;
    top: 99px;
    left: -29px;
}
#welcome-15 .property-display .right-arrow {
    position: absolute;
    top: 90px;
    right: -29px;
}

/*********************************************** Welcome Page 16 ******/
#welcome-16 .bd-content {
    padding: 0;
}
#welcome-16 .gr1-content {
    padding-top: 70px;
    padding-bottom: 115px;
}
#welcome-16 .gr2-content {
    margin-top: 30px;
}
#welcome-16 #gr1 {
    background-position: top center;
    background-repeat: no-repeat;
}
#welcome-16 #gr2-col1 {
    width: 60%;
}
#welcome-16 #gr2-col2 {
    width: 37%;
    margin-left: 3%;
}
#welcome-16 .gr3-content {
    margin-top: 48px;
    margin-bottom: 40px;
}
#welcome-16 .search-area {
    width: 618px;
    background: #FFF;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 40px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.92);
}
#welcome-16 .search-area .headline-top {
    font-family: Arial;
    font-size: 30px;
    color: #415870;
    font-weight: bold;
    text-align: center;
}
#welcome-16 .search-area .headline-bottom {
    font-family: Arial;
    font-size: 16px;
    color: #888;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}
#welcome-16 .search-area .search-area-inner {
    display: block;
    margin-top: 28px;
    text-align: center;
}
#welcome-16 .search-area .search-box {
    width: 350px;
    height: 63px;
    border: 1px solid #c4c4c4;
    background: #FFF !important;
    padding-left: 10px;
    padding-right: 10px;
    color: #868686;
}
#welcome-16 .search-area .search-input {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}
#welcome-16 .search-area .search-btn {
    display: inline-block;
    vertical-align: top;
}
#welcome-16 .search-area .search-btn a {
    text-decoration: none;
}
#welcome-16 .search-area .submit-btn {
    width: 164px;
    height: 48px;
    padding-top: 15px;
}
#welcome-16 .search-area .submit-btn img {
    margin-left: 8px;
}
#welcome-16 .main-text,
#welcome-16 .main-text p {
    font-family: Arial;
    font-size: 13px;
    color: #555555;
    font-weight: normal;
    line-height: 18px;
}
#welcome-16 .main-text .title-text {
    font-family: Arial;
    font-size: 22px;
    color: #415870;
    font-weight: bold;
    padding-top: 0;
    margin-bottom: 6px;
}
#welcome-16 .main-text .header-text {
    font-family: Arial;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 6px;
}
#welcome-16 .below-image-text .header-text {
    font-size: 28px;
    color: #999999;
    font-style: italic;
    margin-bottom: 8px;
}
#welcome-16 .form-area .promo-text {
    font-family: Arial;
    font-size: 22px;
    color: #415870;
    font-weight: bold;
}
#welcome-16 .form-area .reg-text {
    font-family: Arial;
    font-size: 15px;
    color: #555;
    font-weight: normal;
}
#welcome-16 .form-main {
    margin-top: 10px;
}
#welcome-16 .form-area .form-separator {
    height: 16px;
}
#welcome-16 .form-area label em {
    font-size: 11px;
}
#welcome-16 .form-area .form-text {
    font-size: 16px;
    color :#333;
    font-weight: bold;
}
#welcome-16 .form-area input[type="text"],
#welcome-16 .form-area input[type="number"],
#welcome-16 .form-area input[type="tel"],
#welcome-16 .form-area input[type="email"] {
    border: 1px solid #9bb6d2;
    width: 353px !important;
    font-size: 18px;
    padding: 4px;
    font-weight: normal;
    margin-top: 8px;
}
#welcome-16 .form-area .checkbox-content input[type="checkbox"] {
    margin-top: 0;
}
#welcome-16 .form-area .promotion-text {
    font-family: Arial;
    font-size: 12px;
    color: #777;
}
#welcome-16 .form-area .button {
    margin-top: 16px;
}
#welcome-16 .form-area .link-text {
    margin-top: 6px;
    width: 180px;
    text-align: center;
}


/*********************************************** Welcome Page 17 ******/
#welcome-17 #top {
    background: #e3e3e3;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    padding: 18px 0 15px 0;
    border-bottom: 2px solid #d9d9d9;
}
#welcome-17 #hd {
    padding-top: 1px;
}
#welcome-17 #hd #logo {
    margin-top: 20px;
}
#welcome-17 #hd-content {
    height: 97px;
}
#welcome-17 #header-text {
margin-top: 0;
}
#welcome-17 #header-text img {
    vertical-align: middle;
}
#welcome-17 #header-text .seal {
margin-left: 25px;
}
#welcome-17 #nav {
    display: none;
}
#welcome-17 #member-sign-in {
    visibility: hidden;
    display: none;
}
#welcome-17 .yui-gc {
    padding: 0;
}
#welcome-17 #gr2 {
}
#welcome-17 #bd {
    border: none;
}
#welcome-17 .gr1-content {
    padding-bottom: 0;
}
#welcome-17 .top-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    background: top center repeat-x;
}
#welcome-17 .top-grid-inner {
    width: 100%;
    padding: 0;
    margin: 0;
    background: top left no-repeat;
    min-height: 376px;
}
#welcome-17 .tag-line h1 {
    position: absolute;
    display: block;
    margin: 0;
    padding: 16px 65px 0 61px;
    font-family: 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #256499;
    left: -15px;
    top: 260px;
    height: 91px;
    margin-left: 7px;
    z-index: 1;
}
#welcome-17 .tag-line h1.highlight {
    color: #d56118;
}
#welcome-17 .rhs-section {
    width: 560px;
    float: right;
}
#welcome-17 .form-area {
    width: 540px;
    margin-top: 1.5em;
}
#welcome-17 .form-title {
    padding-top: 28px;
    font-family: Tahoma, Arial;
    font-size: 29px;
    line-height: 35px;
    color: #0b4c88;
    font-weight: bold;
    background: none;
}
#welcome-17 .form-title h3 {
    font-family: Tahoma, Arial;
    font-size: 35px;
    font-weight: bold;
}
#welcome-17 .form-title .highlight {
    color: #FFFFFF;
}
#welcome-17 .form-title .small {
    font-family: Tahoma, Arial;
    font-size: 10px;
    color: #333333;
    font-weight: bold;
}
#welcome-17 .form-content {
    padding-left: 0;
    padding-right: 0;
}
#welcome-17 .form-area .form-main {
    margin-top: 8em;
}
#welcome-17 .form-main .error {
    background-color: #fcf2f1 !important;
    border: 1px solid #c11b0a !important;
}
#welcome-17 .form-main label em {
    color: #FFF;
}
#welcome-17 .form-main .step-field {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
#welcome-17 .form-main .step-field.col-1 {
    width: 52.5%;
}
#welcome-17 .form-main .step-field.col-2 {
    width: 47.5%;
}
#welcome-17 .form-main label {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}
#welcome-17 .form-main input[type="text"],
#welcome-17 .form-main input[type="number"],
#welcome-17 .form-main input[type="tel"],
#welcome-17 .form-main input[type="email"] {
    width: 170px;
    border: 1px solid #256499;
    height: 28px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    margin-left: 3px;
}
#welcome-17 .form-main input[type="text"].phone-field,
#welcome-17 .form-main input[type="number"].phone-field,
#welcome-17 .form-main input[type="tel"].phone-field,
#welcome-17 .form-main input[type="email"].phone-field {
    width: 3.5em;
}
#welcome-17 .form-separator {
    height: 1.2em;
}
#welcome-17 .button-display {
    margin-left: 7.4em;
}
#welcome-17 .promotion-text {
    margin-top: 1.2em;
    margin-left: 1em;
    color: #FFF;
    font-family: Arial;
    font-size: 11px;
}
#welcome-17 .button {
    margin-top: .2em;
}
#welcome-17 .seal-display {
    margin-top: 5px;
    margin-left: .5em;
}
#welcome-17 .link-text {
    margin-top: 6px;
    width: 318px;
    text-align: center;
    color: #e5e5e5;
    font-family: Arial;
    font-size: 12px;
}
#welcome-17 .box-text {
    margin: 30px;
    padding: 22px;
    background: #e5e5e5;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    font-family: Arial;
    font-size: 12px;
    color: #333;
}
#welcome-17 .box-text h4 {
    font-family: Arial;
    font-size: 14px;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
}
#welcome-17 .box-text .list {
    display: inline-block;
    padding-left: 20px;
}
#welcome-17 .box-text li {
    list-style: disc;
    font-size: 12px;
    margin-bottom: 10px;
}
#welcome-17 .box-text .left img {
    float: left;
    border: 4px solid #FFF;
    margin-right: 20px;
    margin-bottom: 14px;
}
#welcome-17 .box-text .left {
    display: inline-block;
    width: 66%;
}
#welcome-17 .box-text .right {
    display: inline-block;
    width: 34%;
}
#welcome-17 #ft .footer-left {
    display: inline-block;
    vertical-align: top;
    width: 54%;
}
#welcome-17 #ft #footer {
    margin-left: 0;
    text-align:left;
    margin-left: 30px;
}
#welcome-17 #ft #footer .link {
    text-decoration: none;
}
#welcome-17 #ft #footer .link a {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#welcome-17 #ft .below-image-text {
    margin-left: 30px;
}
#welcome-17 #ft p.bottom,
#welcome-17 #ft .below-image-text {
    font-family: Arial;
    font-size: 10px;
    color: #777;
}
#welcome-17 #ft .footer-right {
    display: inline-block;
    vertical-align: top;
    width: 46%;
}
#welcome-17 #ft .seal-frame {
    margin-top: 50px;
    width: 460px;
    height: 110px;
}

/*********************************************** Welcome Page 18 ******/
#welcome-18 .member-btn {
    display: none;
}
#welcome-18 #member-sign-in {
    height: 24px;
    padding-left: 30px;
    padding-top: 2px;
}
#welcome-18 #member-sign-in a {
    font-family: OpenSansSemiBold;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}
#welcome-18 #bd {
    border-top: 1px solid #88a9c8 !important;
    border-bottom: 1px solid #cfcfcf !important;
}
#welcome-18 .bd-content {
    padding: 0;
}
#welcome-18 .gr3-content {
    padding-left: 0;
}
#welcome-18 .hero {
    border-bottom: 1px solid #88a9c8;
    margin: 0 0 30px 0;
    background: no-repeat;
    background-position: center 0;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#welcome-18 .hero-inner {
    margin: 0 auto;
    text-align: center;
    padding: 88px 0;
}
#welcome-18 .hero-inner-content {
    width: 100%;
    height: 210px;
    margin: 0 auto;
    padding: 44px 0;
}
#welcome-18 .hero-search-inner {
    width: 680px;
    margin: 30px auto;
}
#welcome-18 .hero-search-inner input[type=text] {
    margin-right: 5px;
}

/*********************************************** Welcome Page 19 ******/
#welcome-19 #hd {
    padding-top: 5px;
}
#welcome-19 #site-logo {
    padding-top: 2px;
}
#welcome-19 .bureau-links img {
    vertical-align: middle;
}
#welcome-19 .bureau-links {
    margin-right: 96px;
    border-right: 1px solid #cbcbcb;
    padding: 9px; 12px 0 0;
}
#welcome-19 #nav {
    display: none;
}
#welcome-19 .yui-gc {
    padding: 0;
}
#welcome-19 #bd {
    border: none;
}
#welcome-19 .gr1-content {
    padding-bottom: 0;
}
#welcome-19 .top-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    background: top center repeat;
    padding-bottom: 26px;
}
#welcome-19 .headline-top {
    padding-top: 15px;
    padding-bottom: 0;
    text-align: center;
    font-family: OpenSans;
    font-weight: normal;
    font-size: 55px;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(2, 3, 3, 0.84);
}
#welcome-19 .headline-top .highlight {
    font-family: OpenSansBold;
    color: #ff7e12;
}
#welcome-19 .headline-bottom {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -3px;
    text-align: center;
    font-family: OpenSans;
    font-weight: normal;
    font-size: 24px;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(2, 3, 3, 0.84);
}
#welcome-19 .headline-bottom .highlight {
    font-family: OpenSansBold;
}
#welcome-19 .top-grid-inner {
    width: 100%;
    margin-top: 20px;
}
#welcome-19 .top-grid-inner .headline-image {
    display: inline-block;
    width: 510px;
    position: relative;
    z-index: 99999;
}
#welcome-19 .rhs-section {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 465px;
    margin-left: -15px;
}
#welcome-19 .form-area {
    background: #b3d4ef;
    padding-bottom: 48px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#welcome-19 .reg-text {
    font-size: 22px;
    color: #FFF;
    font-family: OpenSansBold;
    background: #002343;
    padding: 9px;
    text-align: center;
}
#welcome-19 .form-content {
    padding-left: 0;
    padding-right: 0;
}
#welcome-19 .form-area .form-main {
    padding-left: 25px;
    padding-top: 5px;
}
#welcome-19 .form-main .error {
    background-color: #fcf2f1 !important;
    border: 1px solid #c11b0a !important;
}
#welcome-19 .form-main label em {
    color: #f54b0f;
    font-size: 9px;
}
#welcome-19 .form-main .step-field {
    display: inline-block;
    vertical-align: top;
}
#welcome-19 .form-main .step-field.col-1 {
    width: 52%;
}
#welcome-19 .form-main .step-field.col-2 {
    width: 48%;
}
#welcome-19 .form-main label {
    font-family: OpenSansBold;
    font-weight: normal;
    font-size: 14px;
    color: #002343;
}
#welcome-19 .form-main input[type="text"],
#welcome-19 .form-main input[type="number"],
#welcome-19 .form-main input[type="tel"],
#welcome-19 .form-main input[type="email"] {
    width: 180px;
    height: 28px;
    border: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
}
#welcome-19 .form-separator {
    height: .7em;
}
#welcome-19 .button-display {
    width: 415px;
}
#welcome-19 .button-area {
    width: 100%;
    text-align: center;
}
#welcome-19 .promotion-text {
    margin-top: .8em;
    margin-bottom: -4px;
    text-align: center;
    color: #002343;
    font-family: Arial;
    font-size: 11px;
}
#welcome-19 .submit-btn-bg {
    margin-top: 18px;
    width: 250px;
    height: 60px;
    box-shadow:0 0 4px rgba(0, 0, 0, .44);
}
#welcome-19 .seal-display {
    margin-top: 5px;
    margin-left: .5em;
}
#welcome-19 .link-text {
    margin-top: 6px;
    text-align: center;
    color: #e5e5e5;
    font-family: Arial;
    font-size: 12px;
}
#welcome-19 .gr2-content {
    background: #f5f5f5;
}
#welcome-19 .gr2-text {
    font-family: Helvetica;
    font-size: 13px;
    color: #434343;
    line-height: 19px;
}
#welcome-19 .gr2-text h3 {
    font-family: OpenSansBold;
    font-size: 20px;
    font-weight: normal;
    color: #034a8a;
    margin-bottom: 12px;
}
#welcome-19 .gr3-content {
    background: #fff;
    padding-bottom: 30px;
}
#welcome-19 .gr3-text p {
    font-family: Helvetica;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}
#welcome-19 .gr3-text h3 {
    font-family: OpenSans;
    font-weight: normal;
    font-size: 14px;
    color: #111111;
    padding-top: 16px;
}
#welcome-19 ul.tick li {
    list-style-position: inside;
    line-height: 20px;
}
#welcome-19 ul.tick li span {
    vertical-align: top;
}
#welcome-19 .seal-frame {
    width: 422px;
    height: 90px;
    margin-top: 30px;
}

/*********************************************** Welcome Page 1nsf ******/

#welcome-1nsf { background: none; }
#welcome-1nsf #doc4 { width: 736px; height: 671px; margin: 0; padding: 0; position: relative; }
#welcome-1nsf #doc4  #call-to-action { display: inline-block; margin: 10px 0 0 255px; }
#welcome-1nsf #doc4  .headline { color: #fff; height: 80px; padding: 30px 120px; font-size: 40px; line-height: 100%; font-weight: bold; text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,.7);}
#welcome-1nsf #doc4  .bullet-wrapper { margin-top: 60px; }
#welcome-1nsf #doc4  .bullet-wrapper .bullet { padding: 5px 320px 5px 57px; height: 47px; margin: 30px; font-size: 16px; font-weight: bold; color: #555;}
#welcome-1nsf.orange #doc4  .bullet-wrapper .bullet { background: url('../images/narrow-check-mark-orange.png') no-repeat; }
#welcome-1nsf.blue #doc4  .bullet-wrapper .bullet { background: url('../images/narrow-check-mark-blue.png') no-repeat; }
#welcome-1nsf.orange #doc4 { background: url('../images/narrow-bg-orange.jpg') no-repeat; }
#welcome-1nsf.blue #doc4 { background: url('../images/narrow-bg-blue.jpg') no-repeat; }

#welcome-1nsf .search-content { margin-left: 265px; margin-top: 20px; text-align: center; }
#welcome-1nsf #qs-text {
    width: 425px;
    padding: 10px 15px;
    border: 1px solid #ea7223;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 30px;
    line-height: 100%;
    color: #a3a3a3;
    display: block;
    height: auto;
    margin-bottom: 10px;
}

#welcome-1nsf .btn-search {
    border: 1px solid #f75f00;
    background: url('../images/img-search-icon-white.png') 235px center no-repeat, rgb(250,147,36); /* Old browsers */
    background: url('../images/img-search-icon-white.png') 235px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,147,36,1)), color-stop(100%,rgba(233,113,35,1))); /* Chrome,Safari4+ */
    background: url('../images/img-search-icon-white.png') 235px center no-repeat, -webkit-linear-gradient(top,  rgba(250,147,36,1) 0%,rgba(233,113,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url('../images/img-search-icon-white.png') 235px center no-repeat, -o-linear-gradient(top,  rgba(250,147,36,1) 0%,rgba(233,113,35,1) 100%); /* Opera 11.10+ */
    background: url('../images/img-search-icon-white.png') 235px center no-repeat, -ms-linear-gradient(top,  rgba(250,147,36,1) 0%,rgba(233,113,35,1) 100%); /* IE10+ */
    background: url('../images/img-search-icon-white.png') 235px center no-repeat, linear-gradient(to bottom,  rgba(250,147,36,1) 0%,rgba(233,113,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9324', endColorstr='#e97123',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFf;
    font-size: 30px;
    padding: 14px 90px 14px 50px;
    font-weight: bold;
    margin-right: 20px;
}


/*********************************************** 3 columns ******/
.three-column-wrap {
    width: 930px;
}
.three-column-wrap .block-content {
    width: 284px;
    float: left;
    padding-right: 39px;
}
.three-column-wrap .block-content.block-content-last {
    padding-right: 0;
}
.three-column-wrap .block-content .title {
    margin-bottom: .5em;
}
.three-column-wrap .block-content .title img {
    float: left;
    margin-right: 1em;
}
.three-column-wrap .block-content .title h2 {
    padding-top: .6em;
}
.three-column-wrap .block-content h2 {
    font-size: 138.1%;
    color: #2282d9;
    font-family: Arial;
    font-weight: bold;
    padding: 0;
}
.three-column-wrap .block-content p {
    padding: .5em 0;
    font-size: 108%;
    font-family: Arial;
    color: #333333;
}

/************************************************* EO Form ******/
#welcome-1 .form-area td.col-1 {
    width: 10em;
    padding: .2em .5em 0 0;
}
#welcome-1 .form-area td.col-2 {
    width: 22em;
}
#welcome-1eop .form-area input[type="text"],
#welcome-1eop .form-area input[type="number"],
#welcome-1eop .form-area input[type="tel"],
#welcome-1eop .form-area input[type="email"],
#welcome-1eop .form-area select {
    width: 9.5em;
}
#welcome-1eop .form-area td.col-1 {
    width: 5.5em;
    padding: .3em .5em 0 0;
    text-align: right;
}
#welcome-1eop .form-area td.col-2 {
    width: 9.8em;
}
#welcome-1eop .form-area td.col-3 {
    width: 6.5em;
    padding: .3em .5em 0 0;
    text-align: right;
}
#welcome-1eop .form-area td.col-4 {
    width: 10.2em;
}
#welcome-2 .form-area td.col-1 {
    width: 30%;
    padding: .2em .4em 0 0;
    text-align: right;
}
#welcome-2 .form-area td.col-2 {
    width: 70%;
}
#welcome-2 .welcome-2eop .form-area td.col-1 {
    width: 43.5%;
    padding: .2em .4em 0 0;
    text-align: right;
}
#welcome-2 .welcome-2eop .form-area td.col-2 {
    width: 56.5%;
}
#welcome-5 .form-area td.col-1,
#welcome-6 .form-area td.col-1 {
    width: 25%;
    padding: .2em .4em 0 0;
}
#welcome-5 .form-area td.col-2,
#welcome-6 .form-area td.col-2 {
    width: 75%;
}

/************************************************* FAQ ******/
.faq {
    margin-top: .5em;
}
.faq .faq-arrow {
    padding-top:1px;
    width: 15px;
    vertical-align: top;
}
.faq .faq-text {
    font-size: 85%;
    padding-bottom: .7em;
}
.faq .faq-text-hidden {
    display:none;
}

/******************************************************************/
/******************************************************************/
/************************************************ QUALIFIERS ******/
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.small {
    font-size: 69.2%
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}
.clearBlue {
    background-color: #c5d2dc;
    height: 3px;
    border: 0;
}
.highlighted {
    color: #ff8200;
    font-weight: bold;
}
.strike {
    text-decoration: line-through;
}
strong {
    font-weight: bold;
}
.standout {
    color: #990000;
}
.block {
    margin: 1em;
}
.testimonial {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 200%;
    text-align: justify;
    font-size: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.quote-left {
    margin-right: .3em;
}
.quote-right {
    margin-left: .3em;
}
.author {
    font-size: 1em;
    text-align: right;
    padding-right: 1.5em;
    font-size: 108%;    /* 14pt */
    color: #f28133;
    color: #f54b0f;
}
.capitalize {
    text-transform: capitalize;
}
.width2 {
    width: 2em !important;
}
.width2-5 {
    width: 2.5em !important;
}
.width3 {
    width: 3em !important;
}
.width3-5 {
    width: 3.5em !important;
}
.width4 {
    width: 4em !important;
}
.width4-5 {
    width: 4.5em !important;
}
.width5 {
    width: 5em !important;
}
.width5-5 {
    width: 5.5em !important;
}
.width6 {
    width: 6em !important;
}
.width7 {
    width: 7em !important;
}
.width8 {
    width: 8em !important;
}
.width9 {
    width: 9em !important;
}
.width10 {
    width: 10em !important;
}
.width11 {
    width: 11em !important;
}
.width111 {
    width: 11.15em !important;
}
.width12 {
    width: 12em !important;
}
.width121 {
    width: 12.15em !important;
}
.width13 {
    width: 13em !important;
}
.width14 {
    width: 14em !important;
}
.width15 {
    width: 15em !important;
}
.width151 {
    width: 15.15em !important;
}
.width16 {
    width: 16em !important;
}
.width17 {
    width: 17em !important;
}
.width18 {
    width: 18em !important;
}
.width20 {
    width: 20em !important;
}
.width21 {
    width: 21em !important;
}




/******************************************************************/
/******************************************************************/
/********************************************* COMMON IMAGES ******/

input.btn-map {
    width: 196px;
    height: 53px;
    font-size: 123.1%;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: inherit;
    padding-bottom: .1em;
    text-transform: uppercase;
}
input.submit-btn-green {
    background: url(../images/buttons/btn-green.png) top left no-repeat;
}
input.submit-btn-green:hover {
    background: url(../images/buttons/btn-green.png) bottom left no-repeat;
}
input.submit-btn-violet {
    background: url(../images/buttons/btn-violet.png) top left no-repeat;
}
input.submit-btn-violet:hover {
    background: url(../images/buttons/btn-violet.png) bottom left no-repeat;
}
input.submit-btn-usb {
    background: url(../images/buttons/btn-usb.png) top left no-repeat;
}
input.submit-btn-usb:hover {
    background: url(../images/buttons/btn-usb.png) bottom left no-repeat;
}
input.submit-btn-usbhf {
    background: url(../images/buttons/btn-usbhf.png) top left no-repeat;
}
input.submit-btn-usbhf:hover {
    background: url(../images/buttons/btn-usbhf.png) bottom left no-repeat;
}
input.submit-btn-usgb {
    background: url(../images/buttons/btn-usgb.png) top left no-repeat;
}
input.submit-btn-usgb:hover {
    background: url(../images/buttons/btn-usgb.png) bottom left no-repeat;
}
input.submit-btn-uslb {
    background: url(../images/buttons/btn-uslb.png) top left no-repeat;
}
input.submit-btn-uslb:hover {
    background: url(../images/buttons/btn-uslb.png) bottom left no-repeat;
}
.alternate-map-green {
    background: url(../images/maps/map-green.png) top left no-repeat;
}
.alternate-map-violet {
    background: url(../images/maps/map-violet.png) top left no-repeat;
}
.alternate-map-usb {
    background: url(../images/maps/map-usb.png) top left no-repeat;
}
.alternate-map-usbhf {
    background: url(../images/maps/map-usbhf.png) top left no-repeat;
}
.alternate-map-usgb {
    background: url(../images/maps/map-usgb.png) top left no-repeat;
}
.alternate-map-uslb {
    background: url(../images/maps/map-uslb.png) top left no-repeat;
}
.input-validate {
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-top: 9px;
    margin-left: 5px;
    vertical-align: top;
}
.input-valid {
    background: url(../images/img-input-valid.png) top left no-repeat;
}
.input-invalid {
    background: url(../images/img-input-invalid.png) top left no-repeat;
}

ol.scam-warning-list {margin: 5px 0 5px 30px;}
ol.scam-warning-list li {list-style: inherit;margin: 10px 0;}


/******************************************************************/
/*** lightbox *****************************************************/

body.lightbox {
    background: #fff;
    overflow: hidden;
}

.lb-small {
    border: 1px solid #003366;
    font-size: 12px;
    width: 450px;
}

.lb-small .header {
    height: 30px;
    border-bottom: 3px solid #2571bb;
    line-height: 150%;
}

.lb-small .close {
    background: url("../images/btn_close.png") no-repeat scroll 40px 0 transparent;
    padding-right: 25px;
}
.lb-small .button-wrapper {
    margin: 20px 0 10px 0;
}

.lb-small .float-r {
    float: right;
}

.lb-small .content {
    margin: 20px 30px;
    border: 2px solid #59a144;
    padding: 20px;
    border-radius: 10px;
}

.lb-small .content .button {
    color: #fff;
    background: #ff8a29;
    text-decoration: none;
    padding: 3px 15px;
    margin-right: 40px;
    font-weight: bold;
    border-radius: 4px;
}

.fancybox-inner, .fancybox-iframe {
    border-radius: 4px;
}

#cascade-action-lightbox .lightbox {
    padding: 10px;
}

#cascade-action-lightbox .lightbox p.single-paragraph {
    font-size: 14px;
    font-weight: bold;
    padding: 40px 30px;
    text-align: center;
}

#cascade-action-lightbox .cta-submit {
    text-decoration: none;
}


/**************************** EOForm Confirmation Lightbox *******/
#eoform-confirmation-div {
    position: absolute;
    width: 665px;
    background-color: #FFF;
}

#eoform-confirmation-div .lightbox-content input#eoform-confirmation-checkbox {
    margin-right: 5px;
    vertical-align: middle;
}

#eoform-confirmation-div .lightbox.lightbox-modern .close-link {
    padding-right: 0;
    margin-right: -10px;
    margin-top: -10px;
}

#eoform-confirmation-div .lightbox.lightbox-modern .close-link a {
    height: 25px;
    width: 25px;
    display: block;
    background: url('../images/btn_close_3.png') no-repeat;
}

#eoform-confirmation-div .lightbox.lightbox-modern .close-link a span {
    display: none;
}

#eoform-confirmation-div .lightbox.lightbox-modern .lightbox-content p {
    font-size: 14px;
}

#eoform-confirmation-div .lightbox.lightbox-modern .lightbox-content p.copy {
    margin-top: 20px;
}

#eoform-confirmation-div .lightbox.lightbox-modern .lightbox-content p.option {
    margin-top: 20px;
}

#eoform-confirmation-div .lightbox.lightbox-modern .lightbox-content input.cta-submit {
    margin: 30px auto;
    padding: 15px 25px;
    font-size: 20px;
}

#eoform-confirmation-div .lightbox.lightbox-modern .lightbox-content input.cta-submit.btn-decline {
    background: #888;
    border-bottom: 3px solid #555;
    margin-left: 20px;
}

#eoform-confirmation-div .lightbox.lightbox-classic .lightbox-header {
    height: 30px;
    line-height: 30px;
    border-bottom: 4px solid #6489b5;
}

#eoform-confirmation-div .lightbox.lightbox-classic .close-link a {
    display: block;
    background: url('../images/close.gif') no-repeat right;
    padding-right: 22px;
    line-height: 30px;
    height: 30px;
}

#eoform-confirmation-div .lightbox.lightbox-classic .lightbox-content-wapper {
    padding: 25px;
    background: url('../images/main-bg-home-short.jpg') bottom repeat-x #FFF;
}

#eoform-confirmation-div .lightbox.lightbox-classic .lightbox-content {
    border: 2px solid #fab17d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #FFF;
}

#eoform-confirmation-div .lightbox.lightbox-classic .lightbox-content p {
    font-size: 14px;
}

#eoform-confirmation-div .lightbox.lightbox-classic .lightbox-content p.copy {
    margin-top: 20px;
}

#eoform-confirmation-div .lightbox.lightbox-classic .lightbox-content p.option {
    margin-top: 10px;
}

#eoform-confirmation-div .lightbox.lightbox-classic .lightbox-content input.cta-submit {
    margin: 20px auto;
    padding: 3px 15px;
    font-size: 14px;
}

#eoform-confirmation-div .lightbox.lightbox-classic .lightbox-content input.cta-submit.btn-decline {
    background: #ddd;
    border: 1px solid #aaa;
    background-image: linear-gradient(to bottom, #777 0%, #ddd 100%);
    background-image: -o-linear-gradient(bottom, #777 0%, #ddd 100%);
    background-image: -webkit-linear-gradient(bottom, #777 0%, #ddd 100%);
    background-image: -ms-linear-gradient(bottom, #777 0%, #ddd 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #777), color-stop(1, #ddd));
    margin-left: 20px;
}




/**************************** LeadGen Lightbox *******/
.text-center{
    text-align: center;
}
#leadgen-questionnaire-srp{
    padding: 20px 32px;
}
#leadgen-questionnaire-srp h1{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
#leadgen-questionnaire-srp h2 small{
    font-size: 14px;
    font-weight: normal;
    color: #666;
    display: block;
    padding: 12px
}
#leadgen-questionnaire-srp input{
    width: auto;
    height: auto;
    font-size: inherit;
}
#leadgen-questionnaire-srp .question-container{
    line-height: 1.75;
    font-size: 14px;
}
#leadgen-questionnaire-srp .form-group{
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

#eoform-confirmation-div.confirm-optin-container .lightbox.lightbox-modern .close-link {
    margin: 0px;
    padding: 0px;
}

#eoform-confirmation-div.confirm-optin-container .lightbox.lightbox-classic .close-link a,
#eoform-confirmation-div.confirm-optin-container .lightbox.lightbox-modern .close-link a {
    text-decoration: none;
    background: none;
    cursor: default;
}

#eoform-confirmation-div.confirm-optin-container .lightbox.lightbox-classic .lightbox-content-wapper .lightbox-content,
#eoform-confirmation-div.confirm-optin-container .lightbox.lightbox-modern .lightbox-content-wapper .lightbox-content {
    padding-top: 110px;
    background: url("../images/img-mail-envelope.png") center 20px no-repeat;
}

.confirm-optin-container .email-message-wrapper{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /*word-break: break-all;*/
    /* Instead use this non-standard one: */
    word-break: break-word;
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
}

.lightbox-message-div.confirm-optin-container .lightbox .lightbox-header {
    background: url("/resources/site/images/logos/logo_lightbox.png") no-repeat 30px 2px;
}

.lightbox-message-div.confirm-optin-container .button-area {
    width: 100%;
}

.confirm-optin-container .button-area input[type="button"] {
    min-width: 130px;
    display: inline-block;
}

#eoform-confirmation-div.lightbox-message-div {
    position: static;
/*    width: 100%;*/
    height: auto;
}

#eoform-confirmation-div.lightbox-message-div p.confirm-text,
#eoform-confirmation-div.lightbox-message-div .lightbox.lightbox-classic .lightbox-content p.confirm-text {
    font-size: 20px;
}

#eoform-confirmation-div.lightbox-message-div .button-area {
    text-align: center;
}








/*CUSTOME RESPONSIVE RHS MINI SEARCH*/
#mini-search-results.styleC .title {
   font-family: Helvetica, Arial, sans-serif !important;
   font-weight: bold !important;
   color: #666 !important;
   font-size: 22px;
}
#mini-search-results.styleC .mini-search input.button {
   color: #fff;
   background: #333;
   box-shadow: inset 0 -.16em 0 0 rgba(0,0,0,.3);
   -webkit-box-shadow: inset 0 -.16em 0 0 rgba(0,0,0,.3);
   -moz-box-shadow: inset 0 -.16em 0 0 rgba(0,0,0,.3);
   -o-box-shadow: inset 0 -.16em 0 0 rgba(0,0,0,.3);
   border-bottom: none !important;
}