/** Trulia main combiner stylesheet */
/* Button Hover State */
/* Button Pressed State */
/* For Hearts Only */
/* For Stars Only */
/* For Stars Only */
/* For LINKS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(../fonts/fontello/css/fontello.css);
header#branding .global-nav-wrap:after { content: ""; display: table; clear: both; }

/** Class helpers */
.pull-left { float: left; }

.pull-right { float: right; }

.only-mobile { display: none; }
@media (max-width: 480px) { .only-mobile { display: block; } }

@media (max-width: 480px) { .hide-mobile { display: none; } }

/* ----------------------------------------- Functions
----------------------------------------- */
/* Grid */
.grid-container { margin-right: auto; margin-left: auto; padding-left: 0.9375rem; padding-right: 0.9375rem; }
.grid-container:before, .grid-container:after { content: " "; display: table; }
.grid-container:after { clear: both; }

@media (min-width: 768px) { .grid-container { width: 750px; } }
@media (min-width: 992px) { .grid-container { width: 970px; } }
@media (min-width: 1200px) { .grid-container { width: 1020px; } }
.grid-row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 100%; }
@media screen and (min-width: 768px) { .grid-row { width: 750px; } }
@media screen and (min-width: 992px) { .grid-row { width: 970px; } }
@media screen and (min-width: 1200px) { .grid-row { width: 1020px; } }
.grid-row:before, .grid-row:after { content: " "; display: table; }
.grid-row:after { clear: both; }
.grid-row.collapse > .column, .grid-row.collapse > .columns { padding-left: 0; padding-right: 0; }
.grid-row.collapse .grid-row { margin-left: 0; margin-right: 0; }
.grid-row .grid-row { width: auto; margin-left: -0.9375rem; margin-right: -0.9375rem; margin-top: 0; margin-bottom: 0; max-width: none; }
.grid-row .grid-row:before, .grid-row .grid-row:after { content: " "; display: table; }
.grid-row .grid-row:after { clear: both; }
.grid-row .grid-row.collapse { width: auto; margin: 0; max-width: none; }
.grid-row .grid-row.collapse:before, .grid-row .grid-row.collapse:after { content: " "; display: table; }
.grid-row .grid-row.collapse:after { clear: both; }

.grid-col, .grid-cols { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; position: relative; }

[class*="grid-col"] + [class*="grid-col"]:last-child { float: right; }

[class*="grid-col"] + [class*="grid-col"].end { float: left; }

* { box-sizing: border-box; }

header#branding .global-nav-wrap { font-family: "Open Sans", "open-sans", Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; background: #5eab1f; width: 100%; height: 48px; }
@media screen and (min-width: 802px) { header#branding .global-nav-wrap { background: #53b50a; height: 43px; } }
header#branding .global-nav-wrap .global-primary-nav { width: 100%; }

.truliaLogo { float: left; width: 86px; height: 28px; margin: 9px 22px 0 12px; background-image: url("http://static.trulia-cdn.com/images/logos/standardized/v2/Trulia_Logo_Reverse_White.svg"); background-size: 86px 26px; background-position: 0 center; display: block; border-radius: 0; }
@media screen and (min-width: 768px) { .truliaLogo { width: 5rem; height: 1.5625rem; background-size: 80px 25px; margin-left: 0; } }

.no-svg .truliaLogo { background: url("../images/Trulia_Logo_Reverse_White_80x26.png") no-repeat center center; background-size: cover; }

.footer-wrapper { background: #FFF; font-family: "Open Sans", "open-sans", Arial, Helvetica, sans-serif; }

.social-stripe { background: #efefef; }
.social-stripe .social-menu-wrap { display: table; margin: 0 auto; }
.social-stripe .social-menu { text-align: center; overflow: hidden; margin-bottom: 0; }
.social-stripe .social-stripe-icon { display: block; margin: 15px 4px; float: left; }
@media screen and (min-width: 480px) { .social-stripe .social-stripe-icon { margin: 15px; } }
.social-stripe a { display: block; color: #fff; width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 50%; font-size: 18px; -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.social-stripe a.facebook { background: #3b5999; }
.social-stripe a.twitter { background: #59d1df; margin-top: 0; }
.social-stripe a.linkedin { background: #0079a8; }
.social-stripe a.google-plus { background: #e34c39; }
.social-stripe a.pinterest { background: #cd252b; }
.social-stripe a.instagram { background: #a07259; }
.social-stripe a:hover { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.blog-footer { margin-top: 1.25rem; }
.blog-footer ul li { margin: 3px 0; line-height: 1.5; }
.blog-footer ul li a { color: #333; font-size: 0.75rem; line-height: 1; text-decoration: none; }
@media screen and (min-width: 992px) { .blog-footer ul li a { font-size: 0.875rem; } }
.blog-footer ul li a:hover { color: #53b50a; }

.footer-widgets { width: 100%; }
@media screen and (min-width: 768px) { .footer-widgets { width: 66.6667%; } }
@media screen and (min-width: 992px) { .footer-widgets { width: 75%; } }
.footer-widgets ul { height: 150px; margin-bottom: 0; }
@media screen and (min-width: 768px) { .footer-widgets ul { height: auto; } }
.footer-widgets ul li { margin: 3px 0; line-height: 1.5; }
.footer-widgets ul li.main-cat a { font-weight: 600; font-size: 0.8125rem; }
@media screen and (min-width: 992px) { .footer-widgets ul li.main-cat a { font-size: 1rem; } }
@media screen and (min-width: 992px) { .footer-widgets ul li { margin: 6px 0; } }
.footer-widgets ul a { color: #333; line-height: 1; text-decoration: none; }

.footer-promo { width: 100%; padding-top: 15px; border-top: #efefef 1px solid; }
@media screen and (min-width: 768px) { .footer-promo { width: 33.3333%; border-top: none; padding-top: 0; } }
@media screen and (min-width: 992px) { .footer-promo { width: 25%; } }
.footer-promo h4 { color: #333; font-size: 1rem; }
.footer-promo p { font-size: 13px; line-height: 16px; margin: 10px 0; }
.footer-promo a { color: #1ba1e1; text-decoration: none !important; }
.footer-promo a:hover { color: #1eb9d4; }
.footer-promo .footer-promo-img { background: url("../images/footer-app-screenshot-2.png") no-repeat; height: 80px; width: 180px; background-size: contain; display: inline-block; position: relative; }
.footer-promo .footer-promo-img span { position: absolute; width: 100%; height: 100%; text-align: center; color: #fff; font-family: "jubilat", "adobe-garamond-pro", Georgia, Times, serif !important; font-size: 20px; font-weight: 600; z-index: 10; display: block; opacity: 0; line-height: 80px; }
.footer-promo .footer-promo-img span:hover { opacity: 1; }
.footer-promo .footer-promo-img .color-overlay { opacity: 0; background: #1ba1e1; z-index: 1; display: block; position: relative; top: 0; height: 80px; width: 180px; }
.footer-promo .footer-promo-img:hover .color-overlay { opacity: .7; }

.footer-widget { width: 50%; }
@media screen and (min-width: 768px) { .footer-widget { width: 30%; } }
@media screen and (min-width: 992px) { .footer-widget { width: 25%; } }

.explore .link-category-title { font-weight: bold; font-size: 13px; line-height: 16px; color: #000; }
@media (max-width: 480px) { .explore .link-category-title { float: none; display: block; margin-bottom: 3px; } }
.explore a { color: #1ba1e1; text-decoration: none; padding-right: 6px; margin-right: 4px; border-right: 1px solid #aaa; }
.explore a:hover { color: #53b50a; text-decoration: none; }
.explore ul { font-size: 11px; }
@media (max-width: 480px) { .explore ul { margin-left: 0; } }
.explore ul li { margin-bottom: 0; float: left; }
.explore ul li:last-child a { border-right: none; }

.explore-content { padding: 20px; margin: 20px auto; background-color: #efefef; overflow: hidden; }
.explore-content .grid-row { margin: 0; }

.legal-footer { font-size: 11px; padding-bottom: 25px; color: #444; }
.legal-footer a { text-decoration: none; }
.legal-footer h3 { font-weight: bold; line-height: 16px; font-size: 13px; color: #000; }
.legal-footer p { font-size: 11px; line-height: 1.42857; }
.legal-footer .copyright { width: 100%; line-height: 1.8; }
@media screen and (min-width: 992px) { .legal-footer .copyright { float: left; width: 60%; } }
.legal-footer .copyright a { display: inline-block; margin-left: 10px; padding-left: 30px; color: #444; background-image: url("http://static.trulia-cdn.com/images/flair/main_imgsheet_20120106.png"); background-position: 10px -4500px; border-left: 1px solid #444; }
.legal-footer .help_center { width: 100%; line-height: 1.8; }
.legal-footer .help_center:before { content: ""; display: inline-block; width: 16px; height: 16px; background-image: url("http://static.trulia-cdn.com/images/flair/main_imgsheet_20120106.png"); background-position: 0 -699px; }
@media screen and (min-width: 992px) { .legal-footer .help_center { float: left; width: 40%; text-align: right; } }

#branding { font-family: "Open Sans", "open-sans", Arial, Helvetica, sans-serif; padding-top: 0; }

.collapse { display: none; }
.collapse.in { display: block; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

.navbar-collapse { overflow-x: visible; padding-right: 0.9375rem; padding-left: 0.9375rem; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }
@media screen and (min-width: 802px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } }
@media screen and (min-width: 802px) { .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } }
.navbar-collapse.in { overflow-y: auto; }

.dropdown { position: relative; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.3125rem 0; margin: 2px 0 0; list-style: none; font-size: 0.875rem; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }
.dropdown-menu > li { margin-bottom: 0; }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; }

.affix { position: fixed; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.trulia-nav { margin-bottom: 0; padding-left: 0; list-style: none; }
.trulia-nav > li { position: relative; display: block; float: left; margin-bottom: 0; }
.trulia-nav > li > a { position: relative; display: block; padding: 0.625rem 0.9375rem; }
.trulia-nav > li > a:focus { background-color: transparent; }
.trulia-nav:before, .trulia-nav:after { content: " "; display: table; }
.trulia-nav:after { clear: both; }

.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -moz-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.form-control:focus { border-color: #66afe9; outline: 0; -moz-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset, rgba(102, 175, 233, 0.6) 0 0 8px; -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset, rgba(102, 175, 233, 0.6) 0 0 8px; box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset, rgba(102, 175, 233, 0.6) 0 0 8px; }

input[type="search"] { -webkit-appearance: none; -moz-box-sizing: border-box; box-sizing: border-box; }

.input-group-btn { display: table-cell; vertical-align: middle; font-size: 0; white-space: nowrap; }

.input-group .form-control { display: table-cell; position: relative; z-index: 2; float: left; margin-bottom: 0; }
.input-group .input-group-addon:not(:first-child):not(:last-child), .input-group .input-group-btn:not(:first-child):not(:last-child), .input-group .input-group .form-control:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }

.open > .dropdown-menu { display: block; }

.open > a { outline: 0; }

.global-nav-wrap .grid-container { padding: 0; }
@media screen and (min-width: 802px) { .global-nav-wrap .grid-container { padding-left: 0.9375rem; padding-right: 0.9375rem; } }
.global-nav-wrap .truliaLogo:hover { background-color: transparent; }
.global-nav-wrap .trulia-nav a { font-family: "Open Sans", "open-sans", Arial, Helvetica, sans-serif; font-size: 0.875rem; line-height: 1.5; font-weight: normal; color: #FFF; outline: 0; padding: 11px 10px 10px 10px; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; text-decoration: none; }
.global-nav-wrap .trulia-nav a:hover { background-color: #52951b; border-radius: 0; }
.global-nav-wrap .trulia-nav .open > a { background-color: #52951b; border: none; border-radius: 0; }
.global-nav-wrap .nav-pro { border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-radius: 0; }
.global-nav-wrap .open .dropdown-toggle:focus, .global-nav-wrap .open .dropdown-toggle:hover { background: #52951b; border-radius: 0; cursor: pointer; }
.global-nav-wrap .open .dropdown-toggle:hover:after { background-color: #f8f8f8; bottom: -7px; box-shadow: -1px -1px 0 #ccc; content: ""; display: block; height: 12px; left: 50%; margin-left: -6px; position: absolute; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); width: 12px; }
.global-nav-wrap .dropdown-menu { background: #f8f8f8; border: 1px solid #e9e9e9; }
.global-nav-wrap .dropdown-menu a { color: #333; }
.global-nav-wrap .dropdown-menu a:hover { background: #ccc; }
.global-nav-wrap li.dropdown .dropdown-submenu { position: relative; }
.global-nav-wrap li.dropdown .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; border-radius: 0; }
.global-nav-wrap li.dropdown .dropdown-submenu:hover > .dropdown-menu { display: block; }
.global-nav-wrap li.dropdown .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.global-nav-wrap li.dropdown .dropdown-submenu:hover > a:after { border-left-color: #fff; }
.global-nav-wrap li.dropdown .dropdown-submenu.pull-left { float: none; }
.global-nav-wrap li.dropdown .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; }
.global-nav-wrap li.dropdown .dropdown-menu { min-width: 9.375rem; border-top-left-radius: 0; border-top-right-radius: 0; min-width: 150px; border-top-left-radius: 0; border-top-right-radius: 0; }
.global-nav-wrap li.dropdown .dropdown-menu.multi-level { margin: 0; }
.global-nav-wrap li.dropdown .dropdown-menu > li > a { padding: 6px 20px; }
.global-nav-wrap li.dropdown .dropdownDivider { margin: 5px 0; border: 1px solid; border-top-color: #ccc; border-bottom-color: white; border-left-width: 0; border-right-width: 0; }

.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 4px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; }
@media screen and (min-width: 802px) { .navbar-toggle { display: none; } }
.navbar-toggle:focus { outline: 0; }
.navbar-toggle:hover { background: none; border-color: transparent; }

.trulia-util { font-size: 22px; line-height: 30px; font-weight: bold; display: block; }
@media screen and (min-width: 802px) { .trulia-util { display: none; } }
.trulia-util li { margin: 0 4px; }
.trulia-util .nav-search-toggle { background-color: #459516; color: #fff; cursor: pointer; padding: 12px 8px 13px; margin-right: 0; }
.trulia-util .nav-search-toggle span:before { font-size: 23px; font-weight: 600; }

.navbar-form { margin: 0; -moz-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; position: absolute; font-family: "Open Sans", "open-sans", Arial, Helvetica, sans-serif; top: 0; left: 0; width: 100% !important; display: none; z-index: 2000; padding: 25px 10px !important; background: rgba(0, 0, 0, 0.75); border-top: 1px solid transparent; border-bottom: 1px solid transparent; -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0; box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset, rgba(255, 255, 255, 0.1) 0 1px 0; }
@media screen and (min-width: 802px) { .navbar-form { border: 0; box-shadow: none; } }
.navbar-form .search-close { position: absolute; left: 85%; }
@media screen and (min-width: 802px) { .navbar-form .search-close { position: relative; left: 65%; } }
.navbar-form .search-close .btn { font-size: 31px; padding: 4px 7px; background: #adadad; color: #fff; border: none; width: 43px; font-style: normal; line-height: 30px; text-align: center; border-radius: 0; margin-bottom: 0; }
.navbar-form .search-close .btn .icon-cancel:before { margin: 0; }
.navbar-form .search-close .btn:hover { background: #1eb9d4; border-radius: 0; }
.navbar-form .search-field { height: 40px; font-family: "Open Sans", "open-sans", Arial, Helvetica, sans-serif; font-size: 17px; padding-left: 16px; }
.navbar-form .input-group { display: block; width: 100%; max-width: 1140px; margin: 0 auto; position: relative; border-collapse: separate; }
.navbar-form .input-group .hidden { display: none !important; visibility: hidden !important; }
.navbar-form .input-group .search-field { width: 85%; }
@media screen and (min-width: 768px) { .navbar-form .input-group .input-group-btn { width: auto; } }
.navbar-form .search-submit { position: absolute; vertical-align: top; }
@media screen and (min-width: 992px) { .navbar-form .search-submit { position: relative; } }
@media screen and (min-width: 992px) { .navbar-form .search-submit .btn { position: relative; background: #53b50a; color: #fff; border-radius: 0; font-size: 18px; text-align: center; width: 45px; padding: 0 10px; box-shadow: none; line-height: 40px; font-style: normal; border: none; z-index: 2; top: 0; left: 0; margin-bottom: 0; } }

.blog-nav-wrap { background: #e9e9e9; border-bottom: 1px solid #efefef; }
@media screen and (min-width: 802px) { .blog-nav-wrap { background: #FFF; } }
.blog-nav-wrap .grid-container { padding: 0; }
@media screen and (min-width: 802px) { .blog-nav-wrap .grid-container { padding: 0 15px; } }
.blog-nav-wrap .navbar-toggle { font-family: "Open Sans", "open-sans", Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #40455f; margin-right: 0; }
.blog-nav-wrap .navbar-toggle span { font-size: 27px; vertical-align: top; line-height: 1; }
.blog-nav-wrap .navbar-toggle span:before { content: '\2d'; font-weight: 700; }
.blog-nav-wrap .navbar-toggle.collapsed span:before { content: '\2b'; }
.blog-nav-wrap .blog-primary-nav { padding: 0; margin-left: 0; margin-right: 0; width: 100%; }
@media screen and (min-width: 802px) { .blog-nav-wrap .blog-primary-nav { background: none; width: 85%; } }
.blog-nav-wrap .blog-primary-nav ul { border-top: 1px solid #999; background: #e9e9e9; }
@media screen and (min-width: 802px) { .blog-nav-wrap .blog-primary-nav ul { border: none; background: none; } }
.blog-nav-wrap .blog-primary-nav li { width: 100%; border-bottom: 1px solid #999; border-right: none; text-align: center; margin-bottom: 0; line-height: 19px; }
@media screen and (min-width: 480px) { .blog-nav-wrap .blog-primary-nav li { width: 50%; border-bottom: 1px solid #999; border-right: 1px solid #999; text-align: center; } }
@media screen and (min-width: 802px) { .blog-nav-wrap .blog-primary-nav li { border: none; width: auto; } }
@media screen and (min-width: 992px) { .blog-nav-wrap .blog-primary-nav li { line-height: 29px; } }
.blog-nav-wrap .blog-primary-nav li a { color: #333; font-size: 13px; padding: 11px 8px; margin-right: 0; border-radius: 0; text-align: left; text-decoration: none; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
@media screen and (min-width: 992px) { .blog-nav-wrap .blog-primary-nav li a { padding: 11px 0px; font-size: 15px; margin-right: 15px; } }
.blog-nav-wrap .blog-primary-nav li a:hover { background-color: transparent; color: #53b50a; }
.blog-nav-wrap .blog-primary-nav li.current-post-ancestor a, .blog-nav-wrap .blog-primary-nav li.current-menu-parent a, .blog-nav-wrap .blog-primary-nav li.current-post-parent a, .blog-nav-wrap .blog-primary-nav li.current-menu-item a, .blog-nav-wrap .blog-primary-nav li.current-category-ancestor a { color: #333; border-bottom: 5px solid #2aa2b7; background-color: transparent; font-weight: normal; width: inherit; }
.blog-nav-wrap .blog-primary-nav.in { z-index: 5; position: relative; background: #e9e9e9; }
@media screen and (min-width: 802px) { .blog-nav-wrap .blog-primary-nav.in { background: none; } }
.blog-nav-wrap .trulia-util { display: none; }
@media screen and (min-width: 802px) { .blog-nav-wrap .trulia-util { display: block; } }
.blog-nav-wrap .trulia-util li { margin: 0 4px 0 4px; padding: 8px 4px 7px 4px; color: #fff; }
.blog-nav-wrap .trulia-util li:hover, .blog-nav-wrap .trulia-util li.active { background: #53b50a; }
.blog-nav-wrap .trulia-util .nav-search-toggle { background-color: #459516; color: #fff; cursor: pointer; padding: 9px 12px 8px; margin-right: 0; line-height: 31px; }
@media screen and (min-width: 802px) { .blog-nav-wrap .trulia-util .nav-search-toggle { padding: 8px 15px; background-color: #adadad; } }
@media screen and (min-width: 992px) { .blog-nav-wrap .trulia-util .nav-search-toggle { line-height: 35px; padding: 8px 18px; } }
.blog-nav-wrap .trulia-util .nav-search-toggle span { font-size: 23px; font-weight: 600; }
@media screen and (min-width: 802px) { .blog-nav-wrap .trulia-util .nav-search-toggle span { font-size: 1em; font-weight: normal; } }
.blog-nav-wrap .trulia-util .nav-search-toggle span:before { margin: 0; width: auto; }
.blog-nav-wrap.affix { position: fixed; top: 0; width: 100%; background: #e9e9e9; z-index: 5; border-bottom: 1px solid #efefef; }
@media screen and (min-width: 802px) { .blog-nav-wrap.affix { background: #fff; } }

@media screen and (min-width: 992px) { .admin-bar .blog-nav-wrap.affix { top: 32px; } }
