@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.rn-dashboard-login {
  background: #ffffff;
  border: 1px solid #000000;
  margin: 0.5rem auto; }

.rn-dashboard-login-forms {
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-login-forms {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .rn-dashboard-login-forms form {
    font-size: 0.75rem; }
    .rn-dashboard-login-forms form input[type="text"], .rn-dashboard-login-forms form input[type="password"] {
      margin-bottom: 0.5rem;
      padding: 0.5rem;
      width: 100%; }
    .rn-dashboard-login-forms form .rn-dashboard-required {
      position: relative;
      -ms-flex: 50%;
          flex: 50%; }
      .rn-dashboard-login-forms form .rn-dashboard-required .rn-dashboard-required-icon {
        color: red;
        font-size: 0.5rem;
        position: absolute;
        right: 0.5rem;
        top: 0.5rem; }
    .rn-dashboard-login-forms form .rn-dashboard-form-button {
      color: white;
      font-size: 1.125rem;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      -webkit-appearance: none;
      border: none;
      padding: 0.5rem;
      margin: 0 auto;
      width: 70%;
      display: block; }
  .rn-dashboard-login-forms .rn-dashboard-form-text {
    font-size: 0.875rem;
    margin: 0.5rem 0;
    display: block; }
    .rn-dashboard-login-forms .rn-dashboard-form-text i {
      color: red; }

.rn-dashboard-return-login, .rn-dashboard-new-login {
  padding: 1rem;
  width: 50%; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-return-login, .rn-dashboard-new-login {
      width: 100%; } }

.rn-dashboard-return-login .rn-dashboard-return-login-radio {
  padding-bottom: 0.5rem;
  width: 57%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .rn-dashboard-return-login .rn-dashboard-return-login-radio div {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
  .rn-dashboard-return-login .rn-dashboard-return-login-radio span {
    font-size: 0.875rem;
    font-weight: bold; }
  .rn-dashboard-return-login .rn-dashboard-return-login-radio input {
    margin: 0 0.25rem; }

.rn-dashboard-new-login {
  border-left: 1px solid #000000; }
  .rn-dashboard-new-login h2 {
    padding-left: 1rem; }
    @media only screen and (max-width: 48em) {
      .rn-dashboard-new-login h2 {
        padding: 0; } }
  .rn-dashboard-new-login .rn-dashboard-name-input {
    display: -ms-flexbox;
    display: flex; }
    .rn-dashboard-new-login .rn-dashboard-name-input .rn-dashboard-required:nth-of-type(2) {
      margin-left: 0.5rem; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-new-login {
      border-top: 1px solid #000000;
      border-left: none; } }

#trFBlogin {
  padding-top: 0.5rem; }
  #trFBlogin iframe {
    margin: 0 auto;
    width: 70%;
    display: block; }

.rn-dashboard-disclaimer {
  font-size: 0.625rem; }
  .rn-dashboard-disclaimer p,
  .rn-dashboard-disclaimer span {
    font-size: 0.625rem; }
  .rn-dashboard-disclaimer a {
    color: #000000;
    text-decoration: underline; }

.rn-dashboard-intro {
  padding-top: 1rem; }
  .rn-dashboard-intro h2 {
    margin: 0;
    padding: 0; }
  .rn-dashboard-intro .rn-dashboard-intro-disclaimer {
    font-size: 0.6875rem; }
  .rn-dashboard-intro p {
    font-size: 1rem;
    line-height: 1.6; }
  .rn-dashboard-intro .rn-dashboard-intro-icons {
    padding: 0.25rem 0;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .rn-dashboard-intro .rn-dashboard-intro-icons img {
      margin-right: 0.25rem;
      width: 50px; }
    .rn-dashboard-intro .rn-dashboard-intro-icons span {
      font-size: 0.8125rem; }
  .rn-dashboard-intro ul,
  .rn-dashboard-intro ol {
    margin: 0;
    padding-left: 1rem; }
    .rn-dashboard-intro ul li,
    .rn-dashboard-intro ol li {
      line-height: 1.8; }
  .rn-dashboard-intro ul {
    list-style: none; }

.rn-dashboard-home {
  background: #ffffff;
  padding: 0 0.5rem 0.5rem; }

.rn-dashboard-home-general {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-home-general {
      padding: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.rn-dashboard-general-history, .rn-dashboard-general-profile, .rn-dashboard-general-agent {
  padding: 0 1rem;
  width: 33.3%; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-general-history, .rn-dashboard-general-profile, .rn-dashboard-general-agent {
      width: 100%; } }

.rn-dashboard-home-button {
  color: #ffffff !important;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  padding: 0.5rem;
  display: inline-block;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  cursor: pointer;
  transition: 150ms ease-in-out all; }
  .rn-dashboard-home-button.rn-dashboard-logout-button {
    background: #666666; }
    .rn-dashboard-home-button.rn-dashboard-logout-button:hover {
      background: gray; }

.rn-dashboard-general-history {
  border-right: 2px solid #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .rn-dashboard-general-history ul {
    margin-top: 0; }
  .rn-dashboard-general-history li {
    font-size: 0.875rem; }
    .rn-dashboard-general-history li a {
      font-weight: bold; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-general-history {
      border-right: none;
      padding: 1rem; } }

.rn-dashboard-general-history-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .rn-dashboard-general-history-buttons a:first-of-type {
    margin-right: 0.25rem; }
  .rn-dashboard-general-history-buttons a:last-of-type {
    margin-left: 0.25rem; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-general-history-buttons a {
      margin: 0.25rem 0; } }

.rn-dashboard-general-profile {
  border-right: 2px solid #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-general-profile {
      border-top: 2px solid #000000;
      border-right: none; } }

.rn-dashboard-profile-info {
  font-size: 0.8125rem; }
  .rn-dashboard-profile-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .rn-dashboard-profile-info #viewPassword {
    font-style: italic; }

.rn-dashboard-profile-messages {
  display: -ms-flexbox;
  display: flex; }

.rn-dashboard-profile-messages-emails-none {
  font-style: italic; }

.rn-dashboard-profile-update {
  font-size: 0.8125rem;
  display: none;
  margin: 0.5rem 0; }
  .rn-dashboard-profile-update .rn-dashboard-update {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

@media only screen and (max-width: 48em) {
  .rn-dashboard-general-agent {
    border-top: 2px solid #000000; } }

.rn-dashboard-agent-info {
  font-size: 0.8125rem;
  padding: 0.5rem 0;
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex; }
  .rn-dashboard-agent-info .rn-dashboard-agent-transfer-text {
    display: block;
    padding: 10px; }
  .rn-dashboard-agent-info .rn-dashboard-agent-transfer-button {
    background: #666666;
    color: white !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 75%; }
  .rn-dashboard-agent-info .rn-dashboard-agent-transfer-button:hover {
    background: gray; }

.rn-dashboard-agent-photo .rn-dashboard-agent-photo-img {
  height: auto;
  padding-right: 0.5rem;
  width: 6.25rem; }

.rn-dashboard-agent-contact {
  list-style: none;
  margin: 0;
  padding: 0; }
  .rn-dashboard-agent-contact .rn-dashboard-agent-text {
    font-weight: bold; }
  .rn-dashboard-agent-contact .rn-dashboard-agent-icon {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .rn-dashboard-agent-contact .rn-dashboard-agent-icon i {
      font-size: 1.5rem;
      padding-right: 0.25rem; }
    .rn-dashboard-agent-contact .rn-dashboard-agent-icon a {
      font-weight: bold;
      text-decoration: underline; }
      .rn-dashboard-agent-contact .rn-dashboard-agent-icon a:hover {
        color: #cccccc; }

.rn-dashboard-header-title {
  text-decoration: none !important;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .rn-dashboard-header-title h3 {
    margin-bottom: 0 !important; }
  .rn-dashboard-header-title span {
    padding-left: 0.25rem; }
  .rn-dashboard-header-title i {
    padding-left: 0.25rem;
    transition: 150ms ease-in-out all; }

.rn-dashboard-list {
  padding: 0.5rem 0; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; } }

.rn-dashboard-list-item {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 0.875rem;
  padding: 1rem 0.25rem; }
  .rn-dashboard-list-item:nth-child(even) {
    background: #eeeeee; }
    @media only screen and (max-width: 48em) {
      .rn-dashboard-list-item:nth-child(even) {
        background: #ffffff; } }
  .rn-dashboard-list-item a {
    font-weight: bold;
    text-decoration: underline;
    transition: 150ms ease-in-out all; }
    .rn-dashboard-list-item a:hover {
      text-decoration: none !important; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-list-item {
      border: 1px solid #000000;
      font-size: 1rem;
      text-align: center;
      margin: 0.25rem;
      padding: 0.5rem;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.rn-dashboard-list-headers {
  font-weight: bold; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-list-headers {
      display: none; } }

.rn-dashboard-show-all {
  font-size: 0.75rem;
  font-style: italic;
  text-decoration: underline;
  display: block;
  padding: 0.5rem 0;
  transition: 150ms ease-in-out all; }
  .rn-dashboard-show-all:hover {
    text-decoration: none !important; }
  .rn-dashboard-show-all i {
    margin-left: 0.5rem; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-show-all {
      margin-left: 0.5rem; } }

.rn-dashboard-mobile-header {
  font-weight: bold; }
  @media only screen and (min-width: 48.0625em) {
    .rn-dashboard-mobile-header {
      display: none; } }

.rn-dashboard-home-searches,
.rn-dashboard-home-listings,
.rn-dashboard-home-neighborhoods,
.rn-dashboard-home-market-watch,
.rn-dashboard-home-homevalues {
  border-bottom: 2px solid #000000;
  padding: 1rem 0; }

.rn-dashboard-home-listings .rn-dashboard-list-item span {
  text-align: center;
  width: 25%; }
  .rn-dashboard-home-listings .rn-dashboard-list-item span img {
    width: 100%; }
  .rn-dashboard-home-listings .rn-dashboard-list-item span a {
    float: right; }

@media only screen and (max-width: 48em) {
  .rn-dashboard-home-listings .rn-dashboard-list-item span {
    width: auto; } }

.rn-dashboard-home-market-watch .rn-dashboard-list-item {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .rn-dashboard-home-market-watch .rn-dashboard-list-item span, .rn-dashboard-home-market-watch .rn-dashboard-list-item div {
    width: 20%; }
  .rn-dashboard-home-market-watch .rn-dashboard-list-item select {
    background: white;
    border: 1px solid #000000;
    width: 100%; }
  .rn-dashboard-home-market-watch .rn-dashboard-list-item .rn-dashboard-list-edit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-home-market-watch .rn-dashboard-list-item {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .rn-dashboard-home-market-watch .rn-dashboard-list-item .rn-dashboard-list-edit {
        width: auto;
        display: block; }
      .rn-dashboard-home-market-watch .rn-dashboard-list-item.rn-dashboard-list-headers {
        display: none; } }

@media only screen and (max-width: 48em) {
  .rn-dashboard-home-market-watch .mobile-hide {
    display: none; } }

.rn-dashboard-home-homevalues .rn-dashboard-list-item {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .rn-dashboard-home-homevalues .rn-dashboard-list-item span {
    width: 45%; }
    @media only screen and (max-width: 48em) {
      .rn-dashboard-home-homevalues .rn-dashboard-list-item span {
        width: 100%; } }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-home-homevalues .rn-dashboard-list-item {
      width: 100% !important; } }

.rn-dashboard-listings-header {
  border-bottom: 2px solid #000000;
  padding: 0.5rem 0;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex; }
  .rn-dashboard-listings-header i,
  .rn-dashboard-listings-header span,
  .rn-dashboard-listings-header a {
    padding: 0 0.25rem; }
  .rn-dashboard-listings-header i {
    cursor: pointer; }
    .rn-dashboard-listings-header i.rn-icon-angle-down-big, .rn-dashboard-listings-header i.rn-icon-angle-up-big {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
  .rn-dashboard-listings-header span {
    font-weight: bold;
    text-transform: uppercase; }
  .rn-dashboard-listings-header a {
    font-size: 0.875rem; }
  .rn-dashboard-listings-header .rn-dashboard-listings-delete {
    position: absolute;
    top: -0.125rem;
    right: 0; }
    .rn-dashboard-listings-header .rn-dashboard-listings-delete a {
      color: #000000;
      text-decoration: none; }
    .rn-dashboard-listings-header .rn-dashboard-listings-delete i {
      font-size: 2rem; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-listings-header {
      padding: 0.25rem;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .rn-dashboard-listings-header a {
        padding-top: 0.5rem;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
      .rn-dashboard-listings-header span {
        -ms-flex: 1 1 75%;
            flex: 1 1 75%; }
      .rn-dashboard-listings-header .rn-dashboard-listings-delete {
        padding: 0;
        top: 0; } }

.rn-dashboard-listings-content {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .rn-dashboard-listings-content:last-of-type {
    border-bottom: none; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-listings-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0.5rem; } }
  .rn-dashboard-listings-content .rn-dashboard-listings-emails {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%; }
    .rn-dashboard-listings-content .rn-dashboard-listings-emails .rn-dashboard-listings-emails-onoff,
    .rn-dashboard-listings-content .rn-dashboard-listings-emails .rn-dashboard-listings-emails-type {
      font-size: 14px;
      margin-bottom: 16px; }
    .rn-dashboard-listings-content .rn-dashboard-listings-emails .rn-dashboard-listings-emails-onoff {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex; }
      .rn-dashboard-listings-content .rn-dashboard-listings-emails .rn-dashboard-listings-emails-onoff input,
      .rn-dashboard-listings-content .rn-dashboard-listings-emails .rn-dashboard-listings-emails-onoff span {
        margin-right: 4px; }
    .rn-dashboard-listings-content .rn-dashboard-listings-emails .rn-dashboard-email-updates-form {
      display: -ms-flexbox;
      display: flex; }
    .rn-dashboard-listings-content .rn-dashboard-listings-emails form {
      font-size: 14px;
      padding-right: 5px; }
    .rn-dashboard-listings-content .rn-dashboard-listings-emails .rn-dashboard-listings-emails-disclaimer {
      font-size: 11px;
      color: red;
      padding-top: 10px; }
  .rn-dashboard-listings-content .rn-dashboard-listings-neighborhood-updates a {
    background: #666666;
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none !important;
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 10px;
    transition: all 300ms ease; }
    .rn-dashboard-listings-content .rn-dashboard-listings-neighborhood-updates a:hover {
      background: #a6a6a6; }
  .rn-dashboard-listings-content .rn-dashboard-listings-search-notes {
    -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    padding-left: 10px; }
    .rn-dashboard-listings-content .rn-dashboard-listings-search-notes textarea {
      width: 100%; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-listings-content .rn-dashboard-listings-search,
    .rn-dashboard-listings-content .rn-dahsboard-listings-emails,
    .rn-dashboard-listings-content .rn-dashboard-listings-search-notes {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }

.rn-dashboard-listings-search {
  -ms-flex: 1 1 45%;
      flex: 1 1 45%; }

.rn-dashboard-listings-search-criteria {
  padding-right: 0.5rem; }

.rn-dashboard-search-criteria-content {
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0; }
  .rn-dashboard-search-criteria-content li {
    padding-bottom: 0.25rem;
    display: -ms-flexbox;
    display: flex; }
    .rn-dashboard-search-criteria-content li span {
      width: 50%; }
      .rn-dashboard-search-criteria-content li span:first-of-type {
        font-weight: bold;
        text-transform: uppercase; }
      .rn-dashboard-search-criteria-content li span:nth-of-type(2) {
        margin-left: 0.25rem; }
  .rn-dashboard-search-criteria-content .rn-dashboard-search-map-areas,
  .rn-dashboard-search-criteria-content br {
    display: none; }

.rn-dashboard-listings-popup-form {
  border-right: 2px solid #cccccc;
  width: 50%;
  padding-right: 10px; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-listings-popup-form {
      border-right: none;
      width: auto; } }
  .rn-dashboard-listings-popup-form form .rn-dashboard-listings-popup-form-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 10px 0; }
  .rn-dashboard-listings-popup-form form .rn-dashboard-listings-popup-checkbox-section {
    border-top: 2px solid #cccccc;
    margin-left: 20px; }
  .rn-dashboard-listings-popup-form form .rn-dashboard-listings-popup-form-short-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 10px 0; }
    .rn-dashboard-listings-popup-form form .rn-dashboard-listings-popup-form-short-section span {
      padding-left: 5px; }

.rn-dashboard-listings-popup-search {
  padding: 0 10px;
  width: 50%; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-listings-popup-search {
      width: auto; } }
  .rn-dashboard-listings-popup-search .rn-dashboard-listings-search-criteria-content {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 6px 1px #ccc;
    margin: 10px 0;
    padding: 10px; }

.rn-dashboard-favorites-map {
  display: block;
  position: relative; }
  .rn-dashboard-favorites-map img {
    width: 100%; }
  .rn-dashboard-favorites-map span {
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0; }
    @media only screen and (min-width: 48.0625em) {
      .rn-dashboard-favorites-map span {
        font-size: 2rem;
        top: 25%; } }
  .rn-dashboard-favorites-map:hover span {
    text-decoration: underline; }

.rn-dashboard-favorites-header-new {
  position: relative; }

.rn-dashboard-favorites-deletebutton {
  position: absolute;
  top: 0;
  right: 0.5rem;
  cursor: pointer; }
  .rn-dashboard-favorites-deletebutton i {
    font-size: 2rem; }

.rn-dashboard-favorites-title {
  font-size: 1rem;
  text-decoration: none !important;
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
  padding: 0.5rem 0;
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex; }
  .rn-dashboard-favorites-title span {
    font-weight: bold; }
  .rn-dashboard-favorites-title i.rn-icon-folder {
    font-size: 1.75rem; }
  .rn-dashboard-favorites-title i.rn-icon-angle-down-big {
    padding-left: 0.5rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    cursor: pointer; }
    .rn-dashboard-favorites-title i.rn-icon-angle-down-big:hover {
      color: gray; }

.rn-dashboard-favorites-card {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000000;
  padding: 0.5rem 0; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-favorites-card {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .rn-dashboard-favorites-card:last-of-type {
    border: none; }
  .rn-dashboard-favorites-card .rn-dashboard-favorites-card-links {
    padding: 10px;
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 35%;
        flex: 1 1 35%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .rn-dashboard-favorites-card .rn-dashboard-favorites-card-links span {
      width: 100%; }
    .rn-dashboard-favorites-card .rn-dashboard-favorites-card-links img {
      width: auto; }
    @media only screen and (max-width: 48em) {
      .rn-dashboard-favorites-card .rn-dashboard-favorites-card-links {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; } }

.rn-dashboard-favorites-card-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 65%;
      flex: 1 1 65%; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-favorites-card-content {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }
  .rn-dashboard-favorites-card-content .rn-handle {
    color: #000000;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    .rn-dashboard-favorites-card-content .rn-handle i {
      cursor: -webkit-grab; }
    @media only screen and (max-width: 48em) {
      .rn-dashboard-favorites-card-content .rn-handle {
        display: none; } }

.rn-dashboard-favorites-listing {
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-favorites-listing {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .rn-dashboard-favorites-listing .rn-dashboard-favorites-listing-unfavorite {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    z-index: 1;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    transition: 150ms ease-in-out all; }
    .rn-dashboard-favorites-listing .rn-dashboard-favorites-listing-unfavorite span {
      color: #000000;
      font-size: 0.75rem;
      padding-left: 0.25rem;
      visibility: hidden; }
    .rn-dashboard-favorites-listing .rn-dashboard-favorites-listing-unfavorite:hover {
      color: red; }
      .rn-dashboard-favorites-listing .rn-dashboard-favorites-listing-unfavorite:hover span {
        color: #000000;
        visibility: visible; }

.rn-dashboard-favorites-listing-photo {
  text-decoration: none;
  background-color: #999999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .rn-dashboard-favorites-listing-photo span {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
    display: none; }
  .rn-dashboard-favorites-listing-photo:before {
    content: "";
    display: block;
    padding-top: 75%; }
  .rn-dashboard-favorites-listing-photo:hover {
    background-blend-mode: multiply; }
    .rn-dashboard-favorites-listing-photo:hover span {
      display: block; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-favorites-listing-photo {
      width: 100%; } }

.rn-dashboard-favorites-listing-detail {
  color: #000000;
  font-size: 0.875rem;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .rn-dashboard-favorites-listing-detail ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .rn-dashboard-favorites-listing-detail ul li {
      padding: 2px 0; }
    .rn-dashboard-favorites-listing-detail ul span {
      font-weight: bold; }
      .rn-dashboard-favorites-listing-detail ul span.rn-dashboard-favorites-listing-status {
        color: red;
        text-transform: uppercase; }
      .rn-dashboard-favorites-listing-detail ul span.rn-dashboard-favorites-listing-price {
        font-size: 1.5rem; }
  @media only screen and (min-width: 40.0625em) {
    .rn-dashboard-favorites-listing-detail {
      padding-left: 0.5rem; } }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-favorites-listing-detail {
      width: 100%; } }

#rn-new-folder-div {
  padding: 0.25rem 0;
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex; }
  #rn-new-folder-div i {
    font-size: 1.5rem; }
  #rn-new-folder-div span {
    font-weight: bold;
    text-transform: uppercase; }

.rn-dashboard-message-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 2px solid #000000;
  padding: 0.5rem 0; }
  @media only screen and (max-width: 48em) {
    .rn-dashboard-message-header {
      display: block; } }

.rn-dashboard-message-title {
  color: #000000;
  font-weight: bold;
  text-decoration: none !important; }
  .rn-dashboard-message-title i {
    font-weight: normal;
    transition: 150ms ease-in-out all; }

.rn-mls-search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.rn-mls-address-button {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background: #666666;
  padding: 0.5rem 1rem; }
  @media only screen and (max-width: 48em) {
    .rn-mls-address-button {
      text-align: center;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }

.rn-mls-address-container {
  padding-bottom: 0.5rem; }
  .rn-mls-address-container form input {
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
    -ms-flex: 1 1 24%;
        flex: 1 1 24%; }

.rn-mls-match-proximity-container {
  border-top: 1px solid #cccccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (max-width: 48em) {
    .rn-mls-match-proximity-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.rn-mls-search-form {
  padding: 0.5rem 1rem;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
  .rn-mls-search-form:nth-of-type(2) {
    border-left: 1px solid #cccccc; }
    @media only screen and (max-width: 48em) {
      .rn-mls-search-form:nth-of-type(2) {
        border-left: none;
        border-top: 1px solid #cccccc; } }

.rn-mls-search-input {
  margin-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .rn-mls-search-input span,
  .rn-mls-search-input input {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }

.rn-mls-form-instructions {
  color: #666666;
  font-size: 0.75rem; }

.rn-mls-search-citystatezip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.rn-mls-search-city,
.rn-mls-search-state {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .rn-mls-search-city span,
  .rn-mls-search-city input,
  .rn-mls-search-city select,
  .rn-mls-search-state span,
  .rn-mls-search-state input,
  .rn-mls-search-state select {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }

.rn-mls-search-city {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.rn-mls-search-state {
  margin-left: 0.25rem; }

.rn-mls-search-or,
.rn-mls-search-zip {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%; }

.rn-mls-search-or {
  font-size: 1.125rem;
  text-align: center;
  padding-top: 0.5rem; }

.rn-mls-search-zip {
  margin-bottom: 0.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .rn-mls-search-zip span,
  .rn-mls-search-zip input {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }

table {
  table-layout: fixed; }

.rn-dashboard-navigation {
  padding: 0.5rem 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .rn-dashboard-navigation a {
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    transition: 150ms ease-in-out all; }
    .rn-dashboard-navigation a.rn-dashboard-active {
      background: #666666;
      font-weight: bold; }
      .rn-dashboard-navigation a.rn-dashboard-active:hover {
        background: #8c8c8c; }
    .rn-dashboard-navigation a i {
      font-size: 2.25rem; }
    .rn-dashboard-navigation a span {
      color: #ffffff;
      font-size: 0.875rem;
      padding-top: 0.25rem;
      display: block; }
    .rn-dashboard-navigation a:first-child {
      margin-left: 0; }
    .rn-dashboard-navigation a:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 48em) {
      .rn-dashboard-navigation a {
        margin: 0.25rem; }
        .rn-dashboard-navigation a i {
          font-size: 2rem; }
        .rn-dashboard-navigation a span {
          display: none; } }

.rn-dashboard-navigation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .rn-dashboard-navigation-list a {
    color: #666666;
    text-decoration: none !important;
    border: 2px solid #666666;
    margin: 0.5rem 0.25rem;
    padding: 1rem;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-pack: center;
        justify-content: center;
    transition: 150ms ease-in-out all; }
    .rn-dashboard-navigation-list a:hover {
      color: var(--company-primary-color);
      border: 2px solid var(--company-primary-color); }
    .rn-dashboard-navigation-list a:first-of-type {
      margin-left: 0; }
    .rn-dashboard-navigation-list a:last-of-type {
      margin-right: 0; }
    .rn-dashboard-navigation-list a i {
      font-size: 1.125rem;
      padding-right: 0.5rem; }
    .rn-dashboard-navigation-list a.rn-dashboard-active {
      color: var(--company-primary-color);
      border: 2px solid var(--company-primary-color); }
  @media only screen and (max-width: 40em) {
    .rn-dashboard-navigation-list a {
      padding: 0.25rem; }
      .rn-dashboard-navigation-list a span {
        display: none; }
      .rn-dashboard-navigation-list a i {
        font-size: 1.75rem;
        padding-right: 0; } }

.rn-dashboard-listings,
.rn-dashboard-favorites,
.rn-dashboard-messages {
  background: #ffffff;
  padding: 0 0.5rem; }
