/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

.agentofficePage #content {
  width: auto !important; }

.agentofficePage .inner {
  width: auto !important; }

img[src*="invis.gif"] {
  display: none !important; }

table {
  table-layout: fixed; }

.rn-roster-office-title {
  padding: 5px; }

.rn-roster-search-results {
  color: #666;
  font-size: 16px;
  padding: 0 10px; }
  .rn-roster-search-results a {
    color: #666 !important;
    text-decoration: underline; }

#rn-roster-options .rn-roster-options-search {
  padding: 10px; }
  #rn-roster-options .rn-roster-options-search .rn-roster-options-search-title {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
  #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-search {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 10px 0 0;
      width: 55%; }
      #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-search input {
        height: 40px;
        margin: 0;
        width: 85%; }
      #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-search .rn-roster-search-submit {
        border: none;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin-left: 5px;
        width: auto; }
    #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-expertise select option:nth-child(3), #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-expertise select option:nth-child(5), #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-expertise select option:nth-child(7) {
      display: none; }
    #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-language, #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-expertise {
      padding: 10px; }
      #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-language form, #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-expertise form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-language form select, #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-expertise form select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: url("dropdown.png") center right no-repeat;
          border: none;
          color: #666;
          font-size: 12px;
          text-transform: uppercase;
          min-width: 155px;
          -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
          align-self: flex-end; }
        #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-language form select::-ms-expand, #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-expertise form select::-ms-expand {
          display: none; }

#rn-roster-options .rn-roster-options-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px; }
  #rn-roster-options .rn-roster-options-sort .rn-options-show-all a, #rn-roster-options .rn-roster-options-sort .rn-roster-search-results a {
    color: #666 !important;
    font-size: 14px !important;
    margin: 0 5px;
    text-decoration: underline; }
  #rn-roster-options .rn-roster-options-sort .rn-roster-sort {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #rn-roster-options .rn-roster-options-sort .rn-roster-sort .rn-roster-sort-title {
      color: #666;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
    #rn-roster-options .rn-roster-options-sort .rn-roster-sort a {
      color: #666 !important;
      font-size: 14px !important;
      margin: 0 5px;
      text-decoration: underline; }

#rn-roster-options .rn-roster-search-options a {
  color: #666; }

#rn-roster-options .rn-roster-search-options .rn-roster-search-letter .rn-roster-search-letter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.rn-agent-roster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .rn-agent-roster p {
    font-size: 12px;
    margin: 0;
    padding: 0; }
  .rn-agent-roster a {
    display: block;
    font-size: 12px; }
  .rn-agent-roster .rn-agent-card {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 360px;
    -ms-flex: 0 1 360px;
    flex: 0 1 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: .5rem;
    padding: 10px; }
    .rn-agent-roster .rn-agent-card .rn-agent-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0; }
      .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-photo-languages {
        max-height: 300px;
        width: 35%; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-photo-languages img {
          border: none !important;
          box-shadow: none !important;
          height: auto;
          margin: 0 !important;
          width: 100%; }
      .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-languages {
        color: #666;
        font-size: 11px;
        line-height: 1.2; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-languages span {
          color: #666;
          font-size: 11px; }
      .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 63%; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact a {
          color: #666;
          text-decoration: underline; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-main-phone, .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-office-phone, .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-email, .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-email, .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-office {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          line-height: 1.4; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-office-content {
          font-size: 12px;
          text-align: left;
          width: 80%; }
          .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-office-content .rn-agent-contact-office-directions {
            font-weight: bold !important; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-label {
          color: #666;
          font-size: 12px;
          font-weight: bold;
          display: inline-block;
          width: 20%; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-main-phone-number, .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-office-phone-number {
          color: #666;
          font-size: 12px;
          display: inline-block; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-contact-email a {
          color: #666 !important;
          display: inline-block; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-name {
          font-size: 18px;
          margin: 0; }
        .rn-agent-roster .rn-agent-card .rn-agent-info .rn-agent-contact .rn-agent-title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          font-size: 12px;
          margin-bottom: 10px; }
    .rn-agent-roster .rn-agent-card .rn-agent-buttons {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-questions {
        width: 35%; }
        .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-questions a {
          color: white !important;
          font-size: 14px;
          font-weight: bold !important;
          padding: 15px 5px;
          text-align: center;
          text-decoration: none !important; }
      .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-icons, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 60%; }
        .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-icons .rn-agent-icon-website, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-icons .rn-agent-icon-contact, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-icons .rn-agent-icon-listings, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons .rn-agent-icon-website, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons .rn-agent-icon-contact, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons .rn-agent-icon-listings {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 34%;
          -ms-flex: 0 0 34%;
          flex: 0 0 34%; }
        .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-icons .rn-agent-icon-bcard, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons .rn-agent-icon-bcard {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
        .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-icons a, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons a {
          color: #666 !important;
          font-size: 11px;
          text-align: center;
          text-decoration: none !important;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
        .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-icons a:hover, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons a:hover {
          font-weight: bold !important; }
      .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons .rn-agent-icon-website, .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons .rn-agent-icon-contact {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%; }
      .rn-agent-roster .rn-agent-card .rn-agent-buttons .rn-agent-button-bcard-icons .rn-agent-icon-listings {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
      .rn-agent-roster .rn-agent-card .rn-agent-buttons img {
        border: none !important;
        box-shadow: none !important;
        height: 62px;
        margin: 0 0 -10px 0 !important;
        width: 62px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }

.rn-office-roster {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .rn-office-roster .rn-office-roster-card {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 260px;
    -ms-flex: 1 1 260px;
    flex: 1 1 260px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: .5rem;
    max-width: 300px;
    padding: 10px 20px; }
    .rn-office-roster .rn-office-roster-card .rn-office-name {
      color: #666 !important;
      font-size: 18px !important;
      font-weight: bold;
      text-align: center; }
    .rn-office-roster .rn-office-roster-card .rn-office-name a:hover {
      color: #888 !important; }
    .rn-office-roster .rn-office-roster-card .rn-office-photo {
      border: none !important;
      box-shadow: none !important;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      margin: 0 0 10px 0 !important;
      min-height: 10px;
      width: 100%; }
    .rn-office-roster .rn-office-roster-card .rn-office-contact-info {
      text-align: center; }
      .rn-office-roster .rn-office-roster-card .rn-office-contact-info .rn-office-address, .rn-office-roster .rn-office-roster-card .rn-office-contact-info .rn-office-city-zip, .rn-office-roster .rn-office-roster-card .rn-office-contact-info .rn-office-number {
        color: #666;
        font-size: 14px; }
    .rn-office-roster .rn-office-roster-card .rn-office-icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 10px; }
      .rn-office-roster .rn-office-roster-card .rn-office-icons img {
        border: none !important;
        box-shadow: none !important;
        margin: 0; }
      .rn-office-roster .rn-office-roster-card .rn-office-icons a {
        color: #666 !important;
        font-size: 10px;
        line-height: 1.2;
        text-decoration: none !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%; }
      .rn-office-roster .rn-office-roster-card .rn-office-icons a:hover {
        font-weight: bold; }

#googleMapStage {
  height: 350px;
  width: 100%; }

.gm-style-iw .rn-map-office-name {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 5px 0 10px; }

.gm-style-iw .rn-map-phone, .gm-style-iw .rn-map-office {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .gm-style-iw .rn-map-phone .rn-map-label, .gm-style-iw .rn-map-office .rn-map-label {
    color: #666;
    font-weight: bold;
    line-height: 1.2;
    width: 25%; }

.gm-style-iw .rn-map-phone-number, .gm-style-iw .rn-map-office-address {
  line-height: 1.2;
  width: 75%; }

.gm-style-iw .rn-map-icons {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .gm-style-iw .rn-map-icons .rn-map-icon-website, .gm-style-iw .rn-map-icons .rn-map-icon-agents, .gm-style-iw .rn-map-icons .rn-map-icon-driving {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px;
    width: 30%; }
  .gm-style-iw .rn-map-icons a {
    color: #666 !important;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important; }
  .gm-style-iw .rn-map-icons a:hover {
    font-weight: bold; }

/* Medium View */
@media (max-width: 1200px) {
  #rn-roster-options .rn-roster-options-search {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form .rn-roster-search {
        width: 100%; }
    #rn-roster-options .rn-roster-options-search .rn-roster-options-sort {
      padding: 0 10px;
      width: 100%; } }

/* Small View */
@media (max-width: 730px) {
  #rn-roster-options .rn-roster-options-search .rn-roster-options-search-form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #rn-roster-options .rn-roster-options-search .rn-roster-options-sort {
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #mapStage {
    height: 300px; }
    #mapStage .rn-map-office-name {
      font-size: 14px; }
    #mapStage .rn-map-icons {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.rn-featured-properties table {
  table-layout: auto; }

.agentofficePage > section.row.FrontcontentUpper {
  display: none; }

div#container > header, body > footer section, #content, #FrontContent, #PlacesHolder div, #SearchFor {
  width: auto; }

#content {
  width: auto;
  max-width: none !important; }

#Page {
  width: auto; }

#container {
  width: auto; }

#content {
  background: none; }

#contentArea > div {
  max-width: none; }

#contentPadding {
  width: auto;
  background: white;
  margin: 0;
  float: none; }

#contentArea {
  max-width: none !important;
  width: auto !important; }

body.interior #pageContent .row {
  max-width: none; }

#container {
  min-height: 0; }

#content > .inner {
  width: auto !important; }
