<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Comey Agent Template 1   */

html,
body
{
  background-color: #fff;
  border: none;
  color: #214f8d;
  font: normal 12pt "Open Sans";
	margin: 0 auto;
  min-height: 100%;
	padding: 0
}
a
{
  color: #214f8d;
}
h1,h2,h3,h4,h5,h6,p
{
  margin: 1em 0;
}
h1,h2,h3,h4
{
  font-weight: bold;
  text-align: center;
}
h1
{
  font-size: 32pt;
}
h2
{
  font-size: 24pt;
}
h3
{
  font-size: 18pt;
}
h4
{
  font-size: 14pt;
}
ol,ul
{
  list-style: initial;
  margin: 1em 0;
  padding-left: 40px;
}

.max-width
{
  width: 1000px;
}
@media (max-width: 1000px)
{
  .max-width { width: 100%; }
  .girdle { width: 100%; }
}

/* Rows */
.row
{
  margin: 0 -15px;
}
.row::before,
.row::after
{
  content: " ";
  display: table;
}
.row::after
{
  clear: both;
}
@media (max-width: 1000px)
{
  .max-width .row { margin: 0; }
}

/* Columns */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12
{
  box-sizing: border-box;
  float: left;
  position: relative;
  padding: 0 15px;
}
.col-1
{
  width: 8.3333%;
}
.col-2
{
  width: 16.6667%;
}
.col-3
{
  width: 25%;
}
.col-4
{
  width: 33.3333%;
}
.col-5
{
  width: 41.6667%;
}
.col-6
{
  width: 50%;
}
.col-7
{
  width: 58.3333%;
}
.col-8
{
  width: 66.6667%;
}
.col-9
{
  width: 75%;
}
.col-10
{
  width: 83.3333%;
}
.col-11
{
  width: 91.6667%;
}
.col-12
{
  width: 100%;
}
.col-offset-1
{
  margin-left: 8.3333%;
}
.col-offset-2
{
  margin-left: 16.6667%;
}
.col-offset-3
{
  margin-left: 25%;
}
.col-offset-4
{
  margin-left: 33.3333%;
}
.col-offset-5
{
  margin-left: 41.6667%;
}
.col-offset-6
{
  margin-left: 50%;
}
.col-offset-7
{
  margin-left: 58.3333%;
}
.col-offset-8
{
  margin-left: 66.6667%;
}
.col-offset-9
{
  margin-left: 75%;
}
.col-offset-10
{
  margin-left: 83.3333%;
}
.col-offset-11
{
  margin-left: 91.6667%;
}
.col-offset-12
{
  margin-left: 100%;
}

@media (max-width: 560px)
{
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12
  {
    float: none;
    width: 100%;
  }
}
 
.left
{
  float: left;
}
.right
{
  float: right;
}

.text-center
{
  text-align: center;
}
.text-right
{
  text-align: right;
}

/* Header */
header[role="main-header"]
{
  background-color: #fff;
  margin: 0 auto; 
}
header[role="main-header"]:not(.home-header)
{
  height: 190px;
}

header[role="main-header"] #slideshow
{
  height: 486px;
  overflow: hidden;
  width: 100%;
}
header[role="main-header"] #slideshow #overlay
{
  background-color: rgba(172,196,224,0.2);
  color: #fff;
  font-family: 'Mrs Sheppards', cursive;
  font-size: 72pt;
  height: 100%;
  line-height: 486px;
  position: relative;
  text-align: center;
  width: 100%;
}

nav[role="navigation"]
{
	margin: 50px auto;
}
nav[role="navigation"] ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}
nav[role="navigation"] ul li
{
  border-right: 2px solid #214f8d;
  box-sizing: border-box;
  cursor: pointer;
  display: table;
  height: 125px;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}
nav[role="navigation"] ul li:last-child
{
  border-right: none;
}
nav[role="navigation"] ul li a
{
  display: table-cell;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  padding: 15px;
  text-decoration: none;
  vertical-align: middle;
}

section[role="contact"]
{
  margin: 10px auto;
}
section[role="contact"] .contact-row
{
  margin: 10px auto;
}
section[role="contact"] .contact-row::before,
section[role="contact"] .contact-row::after
{
  content: " ";
  display: table;
}
section[role="contact"] .contact-row::after
{
  clear: both;
}
section[role="contact"] #welcome-box
{
  background-image: url("/graphics/templates/comeyretainer/welcome-bg.jpg");
  box-sizing: border-box;
  float: left;
  height: 555px;
  padding: 25px;
  width: 619px;
}
section[role="contact"] #welcome-box #welcome-text
{
  background: #fff;
  float: right;
  font-size: 11pt;
  max-height: 485px;
  overflow: hidden;
  padding: 15px;
  width: 50%;
}
section[role="contact"] #welcome-box #welcome-text h1,h2,h3,h4
{
  margin: 0;
}
section[role="contact"] #contact-box
{
  float: left;
  margin-left: 10px;
  text-align: center;
  width: 361px;
}
section[role="contact"] #contact-box #comey-logo
{
  margin: 0 auto 15px auto;
  width: 200px;
}
section[role="contact"] #contact-box #register-button
{
  background: #214f8d;
  border-radius: 25px;
  color: white;
  margin: 0 auto;
  padding: 10px;
  width: 150px;
}
section[role="contact"] #contact-box #agent-photo
{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px auto;
  height: 260px;
  width: 208px;
}
section[role="contact"] #contact-box #contact-info
{
}
section[role="contact"] #contact-box #contact-info #contact-name
{
  border: 1px solid #214f8d;
  font-size: 14pt;
  padding: 5px;  
}
section[role="contact"] #contact-box #contact-info #social-icons
{
  overflow: hidden;
  text-align: center;
}
section[role="contact"] #contact-box #contact-info #contact-phone,
section[role="contact"] #contact-box #contact-info #contact-email
{
  padding: 5px;
  text-align: center;
}
@media (max-width: 768px)
{
  section[role="contact"] #welcome-box
  {
    width: 68%;
  }
  section[role="contact"] #welcome-box #welcome-text
  {
    width: 60%;
  }
  section[role="contact"] #contact-box
  {
    width: 30%;
  }
}

section[role="smartsearch"]
{
  background: none;
  margin: 10px auto;
  min-height: initial;
  padding: 0;
}
section[role="smartsearch"] input[type=text]
{
  -webkit-appearance: none;
  border: solid 2px #214f8d;
  border-radius: 0;
  color: #214f8d;
  height: 50px;
  margin: 0;
  outline-width: 0;
  width: 696px;
}
section[role="smartsearch"] button[role="smartsearch"]
{
  background: #214f8d;
  color: #fff;
  font-size: 14pt;
  height: 54px;
  margin: 0;
  width: 250px;
}
@media (max-width: 768px)
{
  section[role="smartsearch"] input[type=text]
  {
    width: calc(100% - 264px)
  }
  section[role="smartsearch"] button[role="smartsearch"]
  {
    width: 210px;
  }
}

section[role="agent-video"]
{
  margin: 0 auto;
}
section[role="agent-video"] iframe
{
  width: 100%;
}

section[role="rs-testimonials"]
{
  background: #214f8d;
  color: #c3d0e0;
  display: none;
  margin: 0 auto;
  padding: 10px 0;
}
section[role="rs-testimonials"] a
{
  color: #fff;
}
section[role="rs-testimonials"] h2
{
  text-transform: uppercase;
}
section[role="rs-testimonials"] #rs-testimonial-feed
{
  padding: 0 25px;
}
section[role="rs-testimonials"] .rs-data-row
{
  margin-bottom: 25px;
  padding: 5px;
}
section[role="rs-testimonials"] .rs-data-row::before,
section[role="rs-testimonials"] .rs-data-row::after
{
  content: " ";
  display: table;
}
section[role="rs-testimonials"] .rs-data-row::after
{
  clear: both;
}
section[role="rs-testimonials"] .rs-data-row .rs-comment
{
  font-style: italic;
  margin-bottom: 5px;
  max-height: 100px;
  position: relative;
  overflow: hidden;
}
section[role="rs-testimonials"] .rs-data-row .rs-comment p
{
  margin: 0;
}
section[role="rs-testimonials"] .rs-data-row .rs-comment .read-more
{
  background-image: -moz-linear-gradient(top, rgba(33,79,141,0), rgba(33,79,141,100));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(33,79,141,0)), color-stop(1, rgba(33,79,141,100)));
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
section[role="rs-testimonials"] .rs-data-row .rs-comment .read-more .button
{
  border-top: 1px solid #96d1f8;
  background: #65a9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
  background: -moz-linear-gradient(top, #3e779d, #65a9d7);
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: rgba(0,0,0,1) 0 1px 0, rgba(0,0,0,90) 0 0 10px, rgba(0,0,0,90) 0 0 20px, rgba(0,0,0,90) 0 0 30px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: white;
  font-size: 14pt;
  text-decoration: none;
  vertical-align: middle;
}
section[role="rs-testimonials"] .rs-data-row .rs-name
{
  float: left;
  font-size: 18pt;
  text-align: center;
  width: 100%;
}
section[role="rs-testimonials"] .rs-data-row .rs-date
{
  float: left;
  padding: 0 15px;
}

section[role="zillow-testimonials"]
{
  background: #fff;
  color: #214f8d;
  display: none;
  margin: 0 auto;
  padding: 10px 0;
}
section[role="zillow-testimonials"] a
{
  color: #0074e4;
}
section[role="zillow-testimonials"] .zillow-provided
{
  margin: 15px 0;
  padding: 0 25px;
}
section[role="zillow-testimonials"] .zillow-provided::before,
section[role="zillow-testimonials"] .zillow-provided::after
{
  content: " ";
  display: table;
}
section[role="zillow-testimonials"] .zillow-provided::after
{
  clear: both;
}
section[role="zillow-testimonials"] .zillow-reviews-label
{
  float: left;
  padding-left: 200px;
  text-align: center;
  width: 550px;
}
section[role="zillow-testimonials"] .zillow-reviews-label h2
{
  text-transform: uppercase;
}
section[role="zillow-testimonials"] .zillow-provided-logo
{
  float: right;
  height: 55px
  width: 200px;
}
section[role="zillow-testimonials"] #zillow-testimonial-feed
{
  padding: 0 25px;
}
section[role="zillow-testimonials"] .zillow-data-row
{
  margin-bottom: 25px;
  padding: 5px;
}
section[role="zillow-testimonials"] .zillow-data-row::before,
section[role="zillow-testimonials"] .zillow-data-row::after
{
  content: " ";
  display: table;
}
section[role="zillow-testimonials"] .zillow-data-row::after
{
  clear: both;
}
section[role="zillow-testimonials"] .zillow-data-row .zillow-comment
{
  font-style: italic;
  margin-bottom: 5px;
  position: relative;
}
section[role="zillow-testimonials"] .zillow-data-row .zillow-comment p
{
  margin: 0;
}
section[role="zillow-testimonials"] .zillow-data-row .zillow-comment a
{
  color: #214f8d;
}
section[role="zillow-testimonials"] .zillow-data-row .zillow-name
{
  float: left;
  font-size: 15px;
  margin-left: 25px;
  width: 100%;
}
section[role="zillow-testimonials"] .zillow-data-row .zillow-date
{
  float: left;
  padding: 0 15px;
}

section[role="social-feeds"]
{
  display: none;
  margin: 0 auto;
}
section[role="social-feeds"] #social-prompt
{
  background: #477cbb;
  color: #fff;
  display: table;
  float: left;
  height: 365px;
  padding: 10px 0;
  width: 50%;
}
section[role="social-feeds"] #social-prompt #prompt-wrapper
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
section[role="social-feeds"] #social-prompt #underline-title
{
  border-bottom: 2px solid;
	margin: 0 auto;
  padding: 15px 0;
  width: 50%;
}
section[role="social-feeds"] #social-prompt h2
{
  line-height: 32pt;
  margin: 0;
}
section[role="social-feeds"] #social-prompt #prompt-content
{
	margin: 0 auto;
  text-align: left;
  width: 50%;
}
section[role="social-feeds"] #social-feedboxes
{
  float: left;
  height: 385px;
  width: 50%;
}

footer
{
  background: none;
  margin: 0 auto;
}
footer .footer-content
{
  background: #214f8d;
  color: #fff;
  overflow: auto;
  padding: 25px 0;
  text-align: center;
}
footer .footer-content a
{
  color: #fff;
}
footer .footer-row
{
  margin-bottom: 10px;
}
footer .footer-row:last-child
{
  margin-bottom: 0;
}
footer .footer-row:after
{
  clear: both;
  content: " ";
  display: table;
}
footer .footer-name
{
  float: left;
  font-size: 24pt;
  line-height: 24pt;
  width: 40%;
}
footer .footer-phone
{
  float: left;
  line-height: 24pt;
  width: 30%;
}
footer .footer-email
{
  float: left;
  line-height: 24pt;
  width: 30%;
}
footer .footer-email a
{
  color: #fff;
}
@media (max-width: 768px)
{
  footer .footer-name
  {
    font-size: 16pt;
    width: 35%;
  }
  footer .footer-phone
  {
    font-size: 12pt;
    width: 35%;
  }
  footer .footer-agent-banner img
  {
    width: 100%;
  }
}

header[role="main-header"] .header-wrapper
{
  position: relative;
}
header[role="main-header"] #agent-photo
{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  left: -104px;
  position: absolute;
  top: 10px;
  width: 104px;
}
header[role="main-header"] #nav-bar
{
  padding-left: 10px;
}
header[role="main-header"] #nav-bar figure.comey-logo
{
  background-image: url("/graphics/comeyretainer/comey-logo-large.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 86px;
  margin: 0;
  position: absolute;
  top: 10px;
  width: 170px;
}
header[role="main-header"] #nav-bar nav[role="navigation"]
{
  margin: 0;
  position: absolute;
  right: 215px;
  top: 35px;
  width: 555px;
}
header[role="main-header"] #nav-bar nav[role="navigation"] ul li
{
  border: none;
  display: inline;
  height: auto;
  text-transform: initial;
  width: auto;
}
header[role="main-header"] #nav-bar nav[role="navigation"] ul li a
{
  display: initial;
  padding: 0 15px;
  vertical-align: initial;  
}
header[role="main-header"] #nav-bar #social-icons
{
  position: absolute;
  right: 0;
  text-align: right;
  top: 10px;
  width: 215px;
}
header[role="main-header"] #contact-bar
{
  box-sizing: border-box;
  padding-left: 10px;
  position: absolute;
  top: 85px;
}
header[role="main-header"] #contact-bar #agent-name
{
  font-size: 24pt;
  position: absolute;
  top: 15px;
  width: 45%;
}
header[role="main-header"] #contact-bar #contact-block
{
  position: absolute;
  right: 0;
  width: 55%;
}
header[role="main-header"] #contact-bar #contact-block #contact-name
{
  border: 1px solid #214f8d;
  font-size: 12pt;
  padding: 5px;
  position: absolute;
  right: 0;
}
header[role="main-header"] #contact-bar #contact-info
{
  border-top: 2px solid #214f8d;
  position: absolute;
  right: 0;
  text-align: right;
  top: 44px;
  width: 100%;
}
@media (max-width: 1000px)
{
  header[role="main-header"] #agent-photo
  {
    left: 0;
  }
  header[role="main-header"] #nav-bar
  {
    margin-left: 104px;
  }
  header[role="main-header"] #nav-bar figure.comey-logo
  {
    height: 61px;
    width: 120px;
  }
  header[role="main-header"] #nav-bar nav[role="navigation"]
  {
    width: calc(100% - 469px);
  }
  header[role="main-header"] #contact-bar
  {
    left: 104px;
    width: calc(100% - 104px);
  }
  header[role="main-header"] #contact-bar #agent-name
  {
    font-size: 16pt;
    top: 25px;
  }
}

section[role="main"]
{
  margin: 10px auto;
}
@media (max-width: 768px)
{
  section[role="main"]
  {
    padding: 0;
  }
}

.fl-container
{
  margin: 0 auto;
  overflow: hidden;
  width: 510px;
}
.fl-container header
{
  display: block;
  font-size: 24pt;
  padding: 5px;
  text-shadow: 0 0 10px #fff;
  text-align: center;
}
.fl-container header a
{
}

@media (max-width: 768px)
{
  .container
  {
    width: 100%;
  }

  #searchresults_block .results_nav .results_sort select
  {
    font-size: 12px;
  }
  #searchresults_block .results_nav .views
  {
    width: 100px;
  }
  #searchresults_block .results_nav .views img
  {
    margin-left: 0;
  }
  #searchresults_listings .listing_summary_container
  {
    width: 49%;
  }
  #searchresults_listings .summary_data_beds-baths,
  #searchresults_listings .summary_data_mlsnumber
  {
    margin-right: 20px;
  }
  #searchresults_listings .listing_summary_container .summary_footer .ui-button-text,
  #searchresults_listings .summary_footer .links button
  {
    padding: .4em .5em;
  }

  #searchresults_listings #results_view_list #column_left
  {
    width: 66%
  }
  #searchresults_listings #results_view_list .listing_summary_row .listing_summary_photo
  {
    margin: 0;
  }
  #searchresults_listings #results_view_list .listing_summary_row .listing_summary_photo img
  {
    margin: 0;
  }
  #searchresults_listings #results_view_list .listing_summary_data
  {
    width: calc(100% - 186px);
  }
  #searchresults_listings #results_view_list .listing_summary_data a.address
  {
    font-size: 13px;
  }
  
  #searchresults_listings #results_view_list #column_right
  {
    margin-right: 5px;
  }
  
  #searchresults_listings #results_view_list #column_right #property_info
  {
    padding: 15px 10px;
    width: calc(100% - 20px);
  }
  #searchresults_listings #results_view_list #column_right #property_info input[type='text']
  {
    width: calc(100% - 16px);
  }
  #searchresults_listings #results_view_list #column_right #property_info_submit
  {
    font-size: 12px;
    width: 50%;
  }

  #searchresults_listings #results_view_list #local_images
  {
    text-align: center;
  }
  
  #searchresults_listings #results_view_list #column_right #relocation_header
  {
    padding: 15px 10px;
  }

  #searchresults_block #reciprocity
  {
    box-sizing: border-box;
    height: 75px;
    width: 100%;
  }
  #searchresults_block #reciprocity_notice
  {
    width: 90%;
  }

  #re_header #address_block,
  #listing_body #column_left
  {
    width: 65%;
  }
  #re_header #listing_price
  {
    margin: 0 0 0 5px;
    width: calc(35% - 23px);
  }
  #re_header #address h1
  {
    font-size: 20px;
  }
  #re_header #address_caption
  {
    font-size: 12px;
  }
  #listing_body #column_right
  {
    margin-left: 5px;
    width: calc(35% - 5px);
  }
  #listing_body #column_left #photos_panel
  {
    width: 100%;
  }
  #listing_body #column_right #button_showing
  {
    width: 100%;
  }
  #listing_body #column_right #property_info
  {
    width: calc(100% - 42px);
  }
  #listing_body #column_right #property_info_title
  {
    font-size: 17px;
  }
  #listing_body #column_right #property_info input[type='text']
  {
    width: 100%;
  }
  #listing_body #column_right #property_info_submit
  {
    font-size: 12px;
    width: 50%;
  }
  #listing_footer #listing_features
  {
    width: calc(100% - 205px);
  }
  #listing_footer .vertical-listings
  {
    height: 759px;
    margin-left: 5px;
    width: 200px;
  }
  #listing_footer .vertical-listings img.list-photo
  {
    height: 148px;
    width: 198px;
  }
  #listing_footer .horizontal-listings
  {
    padding: 30px 75px;
    width: calc(100% - 152px);
  }
  #listing_footer .horizontal-listings .listing
  {
    margin-right: 35px;
  }
}
</pre></body></html>