/* html5 display rule */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
/* global */
BODY, TD, TH, A, INPUT, TEXTAREA {
    font-family: 'acumin-pro', sans-serif;
    font-size: 75%;
    color: #5C6274;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-family: 'acumin-pro', sans-serif;
}
label {
	padding-right: 7px;
    font-size: 1.4em;
}
.clearfix {
    clear: both;
}
.norm {
	font-weight: normal;
}
.bld {
	font-weight: bold;
}
.fourteen {
	font-size: 1.3em !important;
	font-weight: lighter;
}
.sixteen {
	font-size: 1.4em;
	font-weight: lighter;
}
.eighteen {
	font-size: 1.3em;
	font-weight: lighter;
}
.twenty {
	font-size: 1.4em !important;
	font-weight: lighter;
}
.pl_blue {
	color: #0C173C;
}
.warn_red {
    color:#C51F47;
}
.one_hundy {
    width: 100% !important;
}
.wid_600 {
    width: 600px !important;
}
.loglnk_mar_lf {
    margin-left: 120px;
}
.fl_lf {
	float: left;
}
.fl_rt {
	float: right;
}
.ta_rt {
	text-align: right;
}
.pad_lf_7 {
	padding-left: 7px;
}
.pad_rt_7 {
	padding-left: 7px;
}
.pad_top_7 {
	padding-top: 7px;
}
.pad_top_15 {
    padding-top: 15px;
}
.pad_bot_7 {
	padding-bottom: 7px;
}
.pad_bot_15 {
	padding-bottom: 15px;
}
.pad_bot_50 {
    padding-bottom: 50px;
}
.mar_0 {
	margin: 0 !important;
}
.mar_lf_7 {
	margin-left: 7px;
}
.mar_lf_15 {
	margin-left: 15px;
}
.mar_lf_30 {
	margin-left: 30px;
}
.mar_rt_7 {
	margin-right: 7px;
}
.mar_rt_20 {
	margin-right: 20px;
}
.mar_top_7 {
	margin-top: 7px;
}
.mar_top_10 {
    margin-top: 10px;
}
.mar_top_20 {
    margin-top: 20px;
}
.mar_bot_7 {
	margin-bottom: 7px;
}
.mar_bot_20 {
	margin-bottom: 20px !important;
}
.mar_bot_40 {
    margin-bottom: 40px !important;
}
.block {
    display: block;
}
.vert_mid {
    vertical-align: middle;
}
.vert_top {
    vertical-align: top !important;
}
.wid_auto {
    width: auto !important;
}
.wid_250 {
    width: 250px !important;
}
.hei_40 {
    height: 40px;
}
.r {
    color: #C51F47;
    font-weight: bold;
}
.upper {
    text-transform: uppercase;
}
.footnote {
    font-size: .8em;
}
.reg {
    background-color: #fff;
}
.login_reg {
    background: #fff url("/ci/assets/images/registration/login_bg.gif") top left no-repeat;
}

/* header */
.logo_box {
    display: block;
    float: left;
    height: 54px;
    padding: 15px;
    width: 198px;
    z-index: 1343434;
}
nav {
    border-bottom: 1px solid #ededed;
    height: 102px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    z-index: 90;
}
#main_menu {
    height: 50px;
    margin: 0 auto;
    padding: 35px 0 0;
    width: 630px;
    position: relative;
}
#main_menu ul.menu {
    height: 40px;
    margin: 0 auto;
    width: 720px;
}
#main_menu ul li.leaf {
    border-right: 1px solid #ededed;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 20px;
}
#main_menu ul li.leaf a {
    font-size: 1.1em;
    font-weight: bold;
}
#menu_top_right {
    position: absolute;
    right: 0;
    top: 0;
}
#menu_top_right ul.menu li.leaf {
    border: 1px solid #ededed;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    display: block;
    height: 33px;
    line-height: 33px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 15px;
    width: 115px;
}
div.block {
    position: relative;
}
.block ul {
    margin: 0;
    padding: 0;
}
#nav_title {
    display: none;
}

/* footer */

footer {
    clear: both;
    float: none;
    padding: 0;
    position: relative;
    width: 100%;
}
.footernav {
    width:100%;
}
#main {
    clear: both;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    border:none;
    margin-bottom: 6px;
    padding: 0;
}
#main ul {
    margin:0;
    padding:0;
}
#main ul li {
    list-style: none;
    padding-bottom:3px;
}
#main ul li.maintab {
    font-weight: bold;
}
#main ul li.bspace {
    margin-bottom:4px;
}
.fntable {
    border-spacing:0;
    border-collapse:collapse;
}
.fntable td {
    vertical-align: top;
    padding:0 25px;
    border-right:solid 1px #fff;
}
.fntable td.borderlf {
    border-left:solid 1px #fff;
}
.copyright {
    text-align:center;
    color: #0E1427;
    padding: 10px 0;
}
.center {
    text-align:center;
}

/* content */

header {
    margin:0px 157px;
    padding:25px;
    border-left: solid 1px #ededed;
    display: block;
}
section {
    padding:15px;
}
header h1 {
    color: #0C173C;
    font-size: 1.9em;
    font-weight: normal;
    margin: 0;
}
header.blue_tube {
    display: block;
    background-color: #0C173C;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #0C173C;
    position: relative;
    z-index: 20;
    padding: 0 0 7px 0;
    height:auto;
}
header .hilite {
    position: absolute;
    z-index: 40;
    background-color: rgba(255,255,255,0.12);
    width: 100%;
    height: 16px;
    border-radius:5px 5px 0 0;
}
header h2 {
    color: #fff;
    font-size: 1.2em;
    z-index: 60;
    position: absolute;
    padding: 7px 15px;
    display: block;
}
section#ret_user {
    margin-bottom: 50px;
}
form.login_form {
    display: inline;
}
form.login_form table.login {
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}
form.login_form table.login td {
    padding: 10px 5px;
}
form input {
    padding: 10px;
    border: solid 1px #BABABA;
    width: 180px;
    font-size: 1.4em;
    background-color: #fff;
    color: #0E1427;
    font-weight: normal;
}
form input.input_long {
    width: 250px;
}
form input.terms_box {
    float: right;
    width: auto;
    margin: 10px 5px 10px 0;
}
span.terms_msg {
	float: right;
	padding: 7px 0;
    font-size: 1.4em;
}
section #perks {
    margin: 0 0 12px 12px;
    padding: 0;
    border-left: none;
}
section #perks header {
    margin:0;
    padding:0;
}
section #perks header h3 {
    margin:0;
    display: block;
    font-size: 1.4em;
    color: #0C173C;
}
section #perks p {
    padding: 0;
    margin: 10px 0 30px;
    width: 70%;
    font-size: 1.1em;
}
table.bb_tbl {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
    width: 90%;
}
table.bb_tbl td.img {
    padding: 3px;
    width: 30%;
    vertical-align: top;
}
table.bb_tbl td.con {
    padding: 3px;
    width: 70%;
    vertical-align: top;
}
form.reg_form {
    padding: 20px 12px 10px 12px;
}
form.reg_form table.register {
    border-spacing: 0;
    border-collapse: collapse;
    width: auto;
    margin: 0 auto;
    max-width: 250px;
}
form.reg_form table.register td {
    padding: 4px 0;
    vertical-align: middle;
}
form.reg_form table.register td:nth-child(2) {
	padding-right: 20px;
}
form.password_form {
    padding: 40px 12px;
}
form.password_form table.register {
    border-spacing: 0;
    border-collapse: collapse;
    width: 50%
}
form.password_form table.register td {
    padding: 10px 0;
}
table.fp {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}
table.fp td {
    padding: 50px 0 50px 15px;
}
.select_prop {
	padding: 20px 15px;
	width: auto;
	display: block;
}
.change_prop {
    padding: 20px 15px;
    width: auto;
}
.select_prop .prop_addr {
	padding: 20px 15px;
}
form.reg_form table.search {
    border-spacing: 0;
    border-collapse: collapse;
    width: 90%;
}
form.reg_form table.search td {
    padding: 10px 5px;
    vertical-align: middle;
    text-align: left;
}
section#search_results {
    padding: 5px 15px;
}
div.filter_bar {
	background-color: #ededed;
	padding: 10px 15px;
	text-align: left;
	font-size: 1em;
	border: solid #ededed;
	border-width: 1px 1px 0px;
	margin: 0 40px;
}
div.filter_bar form {
    display: inline;
}
div.filter_bar form input {
    padding: 4px;
    border: solid 1px #BABABA;
    width: 100px;
}
table.search {
	border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: solid 1px #ededed;
    border-top: none;
}
table.search td {
	padding: 15px;
    text-align: left;
    vertical-align: middle;
}
table.search tr:nth-child(odd) {
	background-color: #fff;
	border: solid 1px #ededed;
	border-top: none;
	transition: all 0.5s ease-in-out;
}
table.search tr:nth-child(even) {
	background-color: #ededed;
	border: solid 1px #ededed;
	border-top: none;
	transition: all 0.5s ease-in-out;
}
table.search tr:hover {
    background-color: #E6F6F0;
}
form.reg_form table.search td:nth-child(2) {
	width:190px;
}
#prop_results {
	display: none;
}
.tbl_scroll {
	height:auto;
	margin: 0 40px;
	padding: 0 0 25px 0;
}
p.pwhead {
	font-weight: bold;
	margin: 0 0 7px 0;
}
ul.pwlist {
	padding: 0;
	margin: 0 0 0 10px;
}
ul.pwlist li {
	padding: 2px 0;
	margin: 0 0 0 10px;
}
span.strike {
	text-decoration: line-through;
}

/* modal popup */
#mask {
  position:absolute;
  z-index:700;
  background-color:#343434;
  display:none;
  top: 0;
  left: 0;
}
#boxes .window {
  position:fixed;
  display:none;
  z-index:999999999;
  padding:20px;
  background-color: #fff;
}
#boxes #dialog {
  width:600px;
  height:400px;
}
#boxes #dialog .close {
	float: right;
	display: block;
}
#boxes #cancel_dialog {
  width:600px;
  height:120px;
}
#boxes #cancel_dialog .close {
	float: right;
	display: block;
}
#boxes #cancel_dialog div.message .close {
	float: left;
	display: block;
}
#boxes div.message {
    clear: both;
    margin: 20px 0;
    padding:8px;
}
#boxes div.message p {
    padding: 5px 0 15px 0;
}
#boxes .window_tls {
    position: fixed;
    display: none;
    z-index: 9999;
    padding: 5px;
    background-color: #fff;
    margin: 0;
    width: 600px;
    height: auto;
    font-size: 1.1em;
}
#boxes .window_tls .titlebar {
    background-color: #0C173C;
    color: #fff;
    padding: 7px;
    margin: -20px 0 15px 0;
}
#boxes #warn_TLS .titlebar {
    background-color: #C51F47;
    color: #fff;
    padding: 7px;
    margin: 0 0 15px 0;
    font-size: 1.1em;
}
#boxes #warn_TLS p,
#boxes #warn_TLS h3 {
    padding: 0 10px 10px;
}
#boxes #warn_TLS h3 {
    font-weight: bold;
    color: #C51F47;
}
#boxes #warn_TLS .closebtn {
    float: right;
    display: block;
    margin: 6px 6px 0 0;
    color: #fff !important;
    text-decoration: none;
    font-size: 1.1em;
}
.center {
    text-align: center;
}
p.gen_announce {
	margin: 30px 15px 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #0E1427;
}
p.instruct {
    margin: 0 0 30px 0;
	font-size: 1.1em;
}
div.terms {
    overflow-x: auto;
    clear: both;
    margin: 20px 0;
    padding:8px;
    height:375px;
    border: solid 1px #8A8D9E;
}
div.terms p {
    padding: 5px 0;
}
#cancel_search {
    padding: 20px 30px 40px 0;
}
p.instruct {
    font-size: .9em;
}
.faq_div {
    margin: 0 30px;
    padding: 15px 0;
    float: left;
    color: #5C6274;
    font-weight: bold;
    font-size: 1.1em;
}
.address_count {
    font-size: 1.1em;
    margin: 3px 0 0 7px;
    color: #5C6274;
}
.prop_search_lbl {
    float: left;
    padding:17px 15px 0 0;
}
.prop_search_field {
    float: left;
    margin: 10px 0 0;
    background-color: #fff;
    border: solid 1px #8A8D9E;
}
.address_examples {
    padding: 15px 0 0 0;
    clear: both;
}
.address_examples p.instruct {
    margin: 0 0 10px 0;
}
.refine_message {
    background-color: #fcf1d6;
    padding: 15px 10px;
    font-weight: lighter;
    color: #5C6274;
    margin: 0 30px;
}
div.deactivate {
    padding: 40px 0 120px 20px;
    font-size: 1.1em;
}
div.deactivate a {
    font-size: 1.1em;
}
div.deactivate h2 {
    font-size: 1.3em;
    margin: 0 0 15px 0;
}
div.deactivate p {
    margin: 0 0 15px 0;
}
div.deactivate p.contact_info {
    line-height: 20px;
    font-weight: bold;
}
ul.ulist li {
    display: list-item;
    text-align: left;
    list-style-position: inside;
    padding: 2px 20px;
    list-style-type: disc;
    text-indent: -10px;
}
ul.ulist li ul li {
    display: list-item;
    text-align: left;
    list-style-position: inside;
    list-style-type: circle;
    padding: 2px 20px;
    text-indent: -12px;
}
ul.ulist li ul li ul li {
    display: list-item;
    text-align: left;
    list-style-position: inside;
    list-style-type: square;
    padding: 2px 20px;
    text-indent: -12px;
}
ul.ulist li.no_type {
    list-style-type:none;
}
div.login_box {
    display: block;
    width: 500px;
    text-align: center;
}
div.login_box_head {
    text-align: center;
    padding: 10px 0;
}
div.login_box_head h1 {
    color: #0C173C;
    font-weight: 600;
    font-size: 2em;
}
div.login_box_content {
    padding: 0 0 20px 0;
    -webkit-box-shadow: 1px 2px 3px 3px #E7E7E7;
    -moz-box-shadow: 1px 2px 3px 3px #E7E7E7;
    box-shadow: 1px 2px 3px 3px #E7E7E7;
}
span label.error {
    font-size: 1.4em !important;
}
div.login_box_content_plain {
    box-shadow: none;
    margin: 40px 0 0;
}
div.login_box_content_plain input {
    border: 1px solid #8A8D9E;
    border-radius: 31.5px;
    margin: 0 0 7px;
    background-color: #fff;
    color: #0E1427;
    font-size: 1.4em;
    width: 230px;
}
div.login_box_content_plain table {
    width: 100%;
}
div.login_box_content_plain table td {
    text-align: center;
}
div.login_box_content table {
    margin: 0 0 60px;
    width: 100%;
}
div.login_box_content table td {
    padding: 8px 0;
    text-align: center;
}
div.login_box_foot {
    text-align: center;
    height: 65px;
}
div.help_footer {
    padding: 12px 0 0;
    color: #0E1427;
    font-size: 1.2em;
    font-weight: lighter;
}
.login_input {
    width: 270px;
    font-weight: normal;
    font-size: 1.2em;
    color: #0E1427;
    display: block;
}
span label.error {
    float: none !important;
}
input.checkbox {
    width: auto;
}
.light_txt {
    color: #8A8D9E;
    font-size: 1.05em;
    font-weight: lighter;
    display: block;
    margin: 0 0 30px 0;
}
div.form_box {
    float: left;
    padding: 0 40px 60px;
    margin: 0 40px 0 0;
}
div.form_box_center {
    padding: 0 40px 60px;
    margin: 0 auto;
    width: 500px;
}
div.ad_box {
    float: left;
    padding: 0 40px;
    text-align: center;
}
div.ad_box h2 {
    font-size: 1.6em;
    font-weight: lighter;
    color: #5C6274;
    margin: 20px 0;
}
div.ad_box p {
    font-size: 1.2em;
    line-height: 28px;
    font-weight: lighter;
    width: 480px;
}
.navbar {
    z-index: 1030;
    height: 170px;
    margin-bottom: 40px;
}
.navbar .container {
    width: 275px;
    margin-right: auto;
    margin-left: auto;
    zoom: 1;
    padding: 25px 20px;
    background-color: #fff;
}
.container span.logo {
    background: url('/ci/assets/images/shared/zego_gpi_logo.png') no-repeat;
    display: block;
    width: 266px;
    height: 141px;
}
div.facebook {
    background: url('/ci/assets/images/shared/fb_placeholder.png') no-repeat;
    display: block;
    cursor: pointer;
    width: 250px;
    height: 39px;
    margin: 0 0 3px;
}
a.google{
    background: url('/ci/assets/images/shared/ggl_placeholder.png') no-repeat;
    display: block;
    width: 250px;
    height: 40px;
}
td.no_padding {
    padding: 0 !important;
}
div.prop_search_ad {
    background-color: #ededed;
    width: 360px;
    padding: 30px 20px;
    margin: 40px;
    float: left;
}
div.prop_search_ad h5 {
    font-size: 1.5em;
    font-weight: lighter;
    margin: 0 0 10px;
}
div.prop_search_ad p {
    font-size: 1.2em;
    font-weight: lighter;
}
div.reg_ad {
    background-color: #fff;
    width: 260px;
    margin: 20px;
    float: left;
}
div.reg_ad h5 {
    font-size: 1.8em;
    font-weight: lighter;
    margin: 0 0 10px;
    color: #06846E;
}
div.reg_ad p {
    font-size: 1.2em;
    font-weight: lighter;
    height: 125px;
    color: #0E1427;
}
div.billing_icon {
    background: url('/ci/assets/images/shared/billing_client_icon.png') no-repeat;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
}
div.renter_icon {
    background: url('/ci/assets/images/shared/multi_family_housing_icon.png') no-repeat;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
}
div.homeowner_icon {
    background: url('/ci/assets/images/shared/single_family_housing_icon.png') no-repeat;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
}
div.prop_mgr_icon {
    background: url('/ci/assets/images/shared/property_manager_icon.png') no-repeat;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
}
div.search_box {
    width: 430px;
    float: left;
    margin: 40px 0 0 40px;
}
div.search_box h3 {
    font-size: 1.6em;
    font-weight: lighter;
}
div.search_box p {
    font-size: 1.2em;
    font-weight: lighter;
}
div.search_form {
    margin: 0 auto;
    width: 430px;
}
span.prop_result {
    float: left;
    padding: 0 0 0 10px;
    text-align: left;
}
select.reg_select {
    font-size: 1.4em;
    font-weight: normal;
}
p.reset_msg {
    padding: 10px 50px 50px;
    font-size: 1.5em;
}
a.reg_back {
    float: left;
    background: url('/ci/assets/images/shared/reg_back.png') no-repeat;
    display: block;
    width: 12px;
    height: 22px;
    margin: 0 14px;
    cursor: pointer !important;
}
div.login_option {
    background-color: #5C6274;
    border: none;
    margin: 20px 0;
    padding: 10px 0 20px;
    text-align: center;
}
div.login_option p {
    font-size: 1.2em;
    color: #fff;
    padding: 0 0 30px;
}
div.search_again_option {
    margin: 20px 3%;
    padding: 10px;
}
div.search_again_option form.reg_form {
    padding: 0 12px 10px 12px;
}
div.search_again_form {
    width: 100%;
}
div.search_again_form p {
    margin: 18px 0 0;
    font-size: 1.4em;
    font-weight: normal;
    color: #0C173C;
}
.billing_login {
    padding: 10px;
    margin: 10px auto 0;
    background: #E6F6F0;
    border: solid 1px #59C09B;
    font-size: 1.05em;
    text-align: left;
    width: 300px;
}
.billing_login .headline {
    font-size: 1.2em;
    font-weight: bold;
    color: #5C6274;
}
.billing_banner {
    background-color: #E6F6F0;
    border: solid 1px #59C09B;
    padding: 15px;
    font-size: 1.1em;
    text-align: left;
    margin: 20px auto;
    max-width: 1000px;
}
