/******* Fonts */
@font-face {
    font-family: 'franklin';
    src: url('http://assets.rmcloud.com/fonts/frabk-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/frabk-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/frabk-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/frabk-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/frabk-webfont.svg#FranklinGothicBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bell';
    src: url('http://assets.rmcloud.com/fonts/belceadr-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/belceadr-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/belceadr-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/belceadr-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/belceadr-webfont.svg#BellCentAddBTAddress') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******* Tags */

body { 
  font-family: 'franklin';
  font-size: 15px;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/******* Common Classes */

.wrapper { width: 100%; }

.container {
  width: 960px;
  margin: 0 auto;
}

.nostyle {
  list-style: none;
  padding: 0;
  margin: 0;
}

#site {
  position: relative;
  z-index: 1;
  background: url(images/bodyGradient.png) repeat-x;
  padding: 0px;
}

.show-only-on-core {
  display: none;
}

.fusion_core #main .show-only-on-core {
  display: block !important;
}

.tp-clear {
  clear: both;
}

.tp-clear p {
  display: none;
}

.white-border {
  border: 7px solid #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.33);
}
.editable h2.page-header {
  background: none repeat scroll 0 0 #02548e;
  color: #ffffff;
  font-size: 27px;
  padding: 5px 1.5%;
  text-shadow: none;
  width: 97%;
  margin-bottom: 20px;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.special-heading {
  background-image: url("images/heading-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #02548e;
  font-size: 24px;
  line-height: normal;
  padding: 8px 0;
}
.tp-columnLeft {
  float: left;
}
.tp-columnRight {
  float: right;
}
.tp-sidebar {
  width: 38%;
}
.tp-mainColumn {
  width: 58%;
}
.image-border {
  border: 1px solid #CCC;
  display: block;
}
.editable .tp-sidebar a.redButton {
  margin: 45px 0 40px 0;
  float: none;
}

.button-cta-small,
.editable .button-cta-small {
    background-image: url("images/button-cta-small.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 39px;
    margin: 3px 1px;
    text-decoration: none;
    width: 174px;
    color: #FFFFFF !important;
    text-align: center;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
    padding-left: 42px;
    position: relative;
}
.button-cta-small:hover,
.editable .button-cta-small:hover {
    background-position: -216px top;
    text-decoration: none;
}
.button-cta-small:active,
.editable .button-cta-small:active {
    background-position: right top;
}
.button-cta-large,
.editable .button-cta-large {
    background-image: url("images/button-cta-large.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    line-height: 49px;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
    width: 385px;
    text-align: center;
    color: #FFFFFF !important;
    font-size: 19px;
    padding-left: 54px;
    position: relative;
}
.button-cta-large:hover,
.editable .button-cta-large:hover {
  background-position: -439px top;
  text-decoration: none;
}
.button-cta-large:active,
.editable .button-cta-large:active {
  background-position: right top;
}
.button-search:before,
.editable .button-search:before {
    background-image: url("images/icon-search.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    opacity: 0.8;
    position: absolute;
}
.button-info:before,
.editable .button-info:before {
  background-image: url("images/icon-info.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  opacity: 0.8;
  position: absolute;
  left: 9px;
  top: 12px;
  height: 24px;
  width: 24px;
}
.button-homeeval:before,
.editable .button-homeeval:before {
  background-image: url("images/icon-homeeval.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  opacity: 0.8;
  position: absolute;
  left: 5px;
  top: 9px;
  height: 27px;
  width: 32px;
}
.button-search.button-cta-large:before,
.editable .button-search.button-cta-large:before {
  left: 7px;
  top: 10px;
  height: 26px;
  width: 26px;
}
.button-search:hover:before,
.editable .button-search:hover:before,
.button-info:hover:before,
.editable .button-info:hover:before,
.button-homeeval:hover:before,
.editable .button-homeeval:hover:before {
    opacity: 1;
}
.button-search.button-cta-large:before,
.editable .button-search.button-cta-large:before {
  left: 7px;
  top: 10px;
  height: 26px;
  width: 26px;
}
.button-search.button-cta-small:before,
.editable .button-search.button-cta-small:before {
  left: 5px;
  top: 7px;
  height: 22px;
  width: 22px;
}
.button-cta-search {
    background-image: url("images/button-search.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #ffffff !important;
    display: block;
    line-height: 45px;
    padding: 0 0 13px 14px;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
    width: 420px;
    font-size: 20px;
    text-align: left;
}
.button-cta-search:hover {
  background-position: -434px top;
}
.button-cta-search:active {
  background-position: right top;
}

.stats-table-header td {
    color: #ffffff !important;
}
.stats-table-header .special span {
    color: #ffffff !important;
}

/******* Header */
#header {
  width: 100%; height: 253px;
  background: #02548e;
  position: relative;
}
#header .headerContainer {
  width: 950px; height: 245px;
  background: url(images/headerGradient.gif) repeat-x;
  margin: 0px auto;
  border: 5px solid #FFF;
  position: relative;
  top: -2px;
  z-index: 10;
}

#photo {
  width: 497px;
  height: 249px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
}

#header .social {
  width: 470px;
  padding: 20px 0 0;
  position: relative;
  z-index:50;
}

#header .social li { float: right; }

#header .social li a {
  display: block;
  width: 23px;
  height: 24px;
  margin: 0 0 0 2px;
}

#header .social a.facebook { background: url(images/headerFacebook.png) no-repeat; }
#header .social a.twitter { background: url(images/headerTwitter.png) no-repeat; }
#header .social a.blog { background: url(images/headerBlog.png) no-repeat; }
#header .social a.linkedin { background: url(images/headerLinkedin.png) no-repeat; }
#header .social a.youtube { background: url(images/headerYoutube.png) no-repeat; }
#header .social a.gplusLink { background: url(images/headergPlus.png) no-repeat; }
#header .social li a:hover { background-position: left bottom; }

#headerInfo {
  margin: 10px 20px;
  padding: 15px;
  border-bottom: 1px solid #fff;
}

#headerInfo h1 { 
  font-size: 36px;
  line-height: 36px;
  padding: 0 0 5px;
  margin: 0;
}

#headerInfo h2, #headerInfo h3 {
  font-size: 20px;
  font-family: 'bell';
  line-height: 18px;
  padding: 5px 0 0;
}

h2#slogan {
  margin: 10px 20px;
  width: 445px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}

/******* Nav */
.navContainer {
    background: #111111;
    position: relative;
    z-index: 2;
}

#nav {
  width: 960px;
  margin: 0 auto;
  padding:0px;
  text-align: center;
}

#nav li {
  display: inline;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-left: 2px solid;
  z-index: 500;
  padding: 0 0 0 4px;
}

#nav li:first-child { border-left: none; }

#nav li a {
  text-decoration: none;
  font-size: 18px;
  padding: 10px 22px 11px;
}

#nav li ul { display: none; }

#nav li.over ul {
  display: block;
  width: 200px;
  left: 4px;
  text-align: left;
  padding: 5px 0;
}

#nav li.over li {
  border: none;
  float: left;
  line-height: 30px;
  height: auto;
  padding: 0;
}

#nav li.over li a {
  display: block;
  padding: 0 0 0 10px;
  width: 190px;
  font-size: 15px;
}

/******* Main Area */

#main {
  width: 960px;
  border: 1px solid #fff;
  background: url(images/mainTile.gif) repeat;
  padding: 0 0 25px;
  position:relative;
  z-index: 1;
}

#left{ 
  float: left;
  width: 240px;
  margin-left: -710px;
}

#center {
  margin-left: 240px;
  float: left;
  width: 440px;
  padding: 5px 15px 15px;
}

#right { 
  float: right; 
  width: 250px;
}

#left span.headerStyle, #right span.headerStyle {
  display: block;
  background: url(images/sideHeading.gif) repeat-x;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 22px;
  text-shadow: 1px 1px 1px #fff;
  border-bottom: 1px solid #FFF;
  color: #02548E; /* module heading text color */
}

#center h1.heading {
  font-size: 22px;
  border-bottom: 2px solid;
  margin: 0 0 5px;
  padding: 10px 0 4px;
  font-weight: normal;
}

.testimonial-list p {
    font-size: 15px;
    line-height: 140%;
}

/******* CMS Area */

#cms div { line-height: 18px !important; }

.editable p, .localInfo p,
.editable ul li, .editable ol li {
  font-size: 15px;
  line-height: 140%; 
  text-align: justify;
}

.editable p, .localInfo p {
  margin-top: 0px;
  margin-bottom: 15px;
}

.editable h1, .editable h2,
.editable h3, .editable h4,
.editable h5, .editable h6,
.localInfo h2, .infoLinksContainer h3 {
  margin: 0px;
  padding: 15px 0px 5px 0px;
  font-weight: normal;
}

.editable h1, .editable h3, .editable h5 {
  font-family: 'franklin';
  font-weight:bold;
}

.editable h1 {
  font-size: 26px
}

.editable h2 {
  font-size: 24px;
}

.editable h3, .editable h4 {
  font-size: 20px;
  font-family: 'franklin';
}

.editable h5, .editable h6 {
font-size: 16px;
  margin: 0px; padding: 0px;
}

.editable h5 {
  font-weight: bold;
}

.editable h6 {
  font-style: italic;
}

.editable ul, .editable ol {
  margin: 15px 0px 15px 25px;
  padding: 0px;
}

.editable ul li, .editable ol li {
  padding: 3px 0px 3px 12px;
}

.editable a,
.localInfo a,
#localInfoHolder .infoLinks50 li a, 
#localInfoHolder .infoLinks100 li a {
  text-decoration: underline;
}

.editable a:hover,
.localInfo a:hover,
#localInfoHolder .infoLinks50 li a:hover, 
#localInfoHolder .infoLinks100 li a:hover {
  text-decoration: underline;
}

 .editable .fancy-button {
  display:inline-block;
  *zoom:1;
  *display:inline;
  padding:5px 10px 5px 10px;
  color:#FFFFFF !important;
  text-decoration:none;
  font-weight:bold;
  border:2px solid #000000;
  text-shadow: 1px 1px 1px rgba(0,0,0, 1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 15px;
  border-radius: 5px;
  vertical-align:top;
  margin:1px 10px 1px 10px;
 }
 .editable .fancy-button:hover {
  color:#FFFFFF !important;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  margin:2px 10px 0px 10px;
  text-decoration:none;
 }




 /******* Featured Listings */

 #featured { 
   margin: 0 0 25px; 
 }
 #main div.scrollable-widget {
   height: 555px;
   padding: 0 0 26px;
 }
 #main div.scrollable-widget .scrollable-widget { 
   padding: 0 0 30px; 
 }
 #main #featured div.scrollable-widget {
  height: 615px !important;
 }

 #main div.scrollable-widget .scrollable {
   padding: 0 0 5px;
   background: #ebebeb;
   height: 615px !important;
 }

 #main div.scrollable-widget .itemHolder { 
   height: 615px !important; 
 }

 #main div.scrollable-widget .item { 
   height: 205px !important;
   width: 240px !important;
   position: relative; 
   background: url(images/featured-bg.jpg) no-repeat;
 }

 #main div.scrollable-widget .item span.community {
   display: block;
   width: 155px; height: 20px;
   position: absolute;
   top: 8px;
   left: 12px;
   background: none;
   border-bottom: none;
   line-height:20px;
   text-align: left;
   margin: 0;
   font-size: 12px;
   color: #395f7a;
   text-shadow: 1px 1px 1px #fff;
   overflow: hidden;
 }

 #main div.scrollable-widget .item span.price { 
   display: inline-block;
   *display: inline;
   *zoom: 1;
   background-color: #FFF;
   font-weight: bold;
   height: 23px;
   line-height: 23px;
   padding: 0px 3px 1px 5px;
   position: absolute;
   right: 7px;
   top: 5px;
   text-shadow:0px 0px 0px white !important;
   font-size:12px;
 } 

 #main div.scrollable-widget .img-holder {
   height: 112px;
   left: 11px;
   position: absolute;
   top: 37px;
   width: 218px;
   overflow: hidden;
 }

 #main div.scrollable-widget .img-holder a {
   bottom: 0;
   right: 0;
 }

 #main  div.scrollable-widget .img-holder img { width: 218px; }

 #main  div.scrollable-widget a {
   position: absolute;
   bottom: 2px;
   right: 10px;
   font-size: 12px;
   text-decoration: none;
 }
 
 #main #featured div.scrollable-widget .view-listing-button a {
 position: absolute;
 bottom: 8px;
 right: 8px;
 font-size: 12px;
 text-decoration: none;
 background-color: #ffffff;
 background-image:url(images/details-sprite.jpg);
 border-bottom: 1px solid #999;
 padding: 2px 4px 2px 30px;
 background-repeat: no-repeat;
 background-position: 4px center;
 }
 
 #main #featured div.scrollable-widget .view-video-button a {
 position: absolute;
 bottom: 8px;
 left: 8px;
 font-size: 12px;
 text-decoration: none;
 background-color: #ffffff;
 background-image:url(images/video-sprite.jpg);
 border-bottom: 1px solid #999;
 padding: 2px 4px 2px 30px;
 background-repeat: no-repeat;
 background-position: 4px center;
 width:55px;
 }

 #main #featured div.scrollable-widget .item span.address {
  width: 130px; height: 14px;
  overflow: hidden;
  font-size: 12px;
  position: absolute;
  top: 152px;
  left: 17px;
  padding: 2px;
 }

 #main #featured div.scrollable-widget .item span.mls_num {
  display: block;
  width: 70px; height: 18px;
  font-size: 12px;
  text-align: right;
  position: absolute;
  top: 152px; left: 150px;
  padding: 2px;
 }

 #main div.scrollable-widget button {
   border: 0 none;
   cursor: pointer;
   position: absolute;
   background-color: transparent;
   background-image: url(images/prevnext.png) !important;
   bottom: -5px;
   height: 28px !important;
   width: 77px !important;
 }

 #main div.scrollable-widget button.prev { 
   left: 40px !important; 
 }

 #main div.scrollable-widget button.next {
   left: 122px;
   background-position: right top;
 }

 #main div.scrollable-widget button.prev:hover { background-position: left bottom; }
 #main div.scrollable-widget button.next:hover { background-position: right bottom; }

 #main div.scrollable-widget button span { display: none; }




/******* Search Modules */

.widget-search {
  width: 220px;
  margin: 0 auto 25px;
}
#center .widget-search {
  width: 440px;
  margin: 0 auto 25px;
}

.widget-search label {
  display:inline-block;
  *zoom:1;
  *display:inline;
  width:220px;
  font-size: 15px;
  padding: 5px 0 2px;
}
#center .widget-search label {
  width: 166px;
  margin-bottom: 10px;
}
#center .widget-search#widget-compare label {
width: 218px;
margin-bottom: 0px;
}
.widget-search .small label {
  display:inline-block;
  *zoom:1;
  *display:inline;
  width:108px;
  font-size: 14px;
  padding: 5px 0 2px;
}

.widget-search input,.widget-search select {
  width: 208px;
  padding: 1px 5px;
  font-size: 15px;
  color: #7e7e7e;
  border: 1px solid #bababa;
  -moz-border-radius: 3px;
  -webkit-border-status: 3px;
  height: 20px;
  line-height: 20px;
  font-family: 'bell';
}
#center .widget-search input {
  width:430px;
  margin-bottom: 10px;
  margin-top: -10px;
}
#center .widget-search#widget-compare input {
  width:430px;
  margin-bottom: 0px;
  margin-top: -10px;
}
.widget-search select.styled {
  height: 22px;
  line-height: 22px;
  padding: 1px 1px 1px 5px;
  width: 108px;
}
#center .widget-search select.styled {
  width: 133px;
}
#center .widget-search#widget-compare select.styled {
  width: 218px;
}
.widget-search select#DATA_TYPE, .widget-search select#style-field {
  width: 220px;
}
#center .widget-search select#DATA_TYPE,#center .widget-search select#style-field {
  width: 270px;
}
div.ac_results { z-index: 999; }

.widget-search a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: url(images/searchBtn.png) repeat-x;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  margin:10px 0 0;
}

.widget-search a:hover { background-image: none !important; }

.widget-search .styled {
  opacity:1 !important;
}
.widget-search span.select {
  display:none;
}
.widget-search button {
  display: block;
  height: 25px;
  text-align: center;
  background: url(images/searchBtn.png) repeat-x;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
  margin:10px 0 0;
  border:0px;
  width:220px;
}
#center .widget-search button {
  margin: 10px auto 0px auto;
}
.widget-search button:hover { background-image: none !important; }

.widget-search h2 {
  margin-left: -10px;
  width: 240px;
}
#center .widget-search h2 {
  font-size: 22px !important;
  border-bottom: 2px solid;
  margin: 25px 0 5px;
  padding: 10px 0 4px;
  font-weight: normal;
  width: 440px;
}



/******* Button Modules */

.buttonMod { margin: 10px 0 25px; }

.buttonMod li {
  background: url(images/btnMod.gif) no-repeat;
  position: relative;
  padding: 10px 0 10px 53px;
  font-size: 14px;
}

.buttonMod li a { 
  display: block;
  text-decoration: none;
}

.buttonMod li span {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 7px;
  left: 15px;
}

.buttonMod li span.buttonText { 
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #000;
  font-size: 20px; 
  padding: 0 0 3px;
  border-bottom: 0px;
  background-image: none;
  width: 170px; height: 18px;
  line-height: 22px;
  text-align: left;
  margin-left: 38px;
}

.buttonMod li h2.btn-longhead { 
  display:none;
}
.buttonMod li span.mapSearch { background-image: url(images/btnMapSearch.png); }
.buttonMod li span.quickSearch { background-image: url(images/btnQuickSearch.png); }
.buttonMod li span.guide { background-image: url(images/btnGuide.png); }
.buttonMod li span.eval { background-image: url(images/btnEval.png); }
.buttonMod li span.reports { background-image: url(images/btnReports.png); }

.buttonMod span.calculator {
  background:#2f343b url(images/button-background-calculator.png) no-repeat top left;
}
.buttonMod span.info {
  background:#2f343b url(images/button-background-info.png) no-repeat top left;
}
.buttonMod span.dollar {
  background:#2f343b url(images/button-background-dollar.png) no-repeat top left;
}
.buttonMod span.forsale {
  background:#2f343b url(images/button-background-forsale.png) no-repeat top left;
}
.buttonMod span.sold {
  background:#2f343b url(images/button-background-sold.png) no-repeat top left;
}
.buttonMod span.btn-shortdesc, .buttonMod span.btn-longdesc  {
  width: auto;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
  background-color:transparent !important;
}
.buttonMod span.btn-shortdesc {
  display: inline;
}
.buttonMod .btn-longdesc {
  display:none;
}

/******* Button Modules - Center */

#center .buttonMod {
  margin-top:25px;
}
#center .buttonMod li {
  background: url(images/btnModCenter.gif) no-repeat;
  margin-left: 8px;
  padding: 4px 10px 13px 57px;
}
#center .buttonMod .btn-shortdesc {
  display:none;
}
#center .buttonMod .btn-longdesc {
  display:block;
}
#center .buttonMod li h2.btn-shorthead { 
  display:none;
}
#center .buttonMod li h2.btn-longhead { 
  display:block;
}



/******* Blog Post Widget */

#blog-posts-widget { margin: 0 0 25px; }
#blog-posts-widget h2 { display: none; }

#blog-posts-widget .articles {
  list-style: none;
  margin: 0;
  padding: 0;
}

#blog-posts-widget li {
  position: relative;
  border-bottom:1px dotted #000;
  margin: 10px 10px 10px 71px;
}

#blog-posts-widget li span.date {
  position: absolute;
  top: -3px;
  left: -66px;
  background: url(images/blogDate.gif) no-repeat;
  width: 51px;
  height: 86px;
  padding: 5px 5px 0;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  text-shadow: 1px 1px 2px #444;
}

#blog-posts-widget h3 a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  line-height: 16px;
}

#blog-posts-widget p {
  font-size: 14px;
  text-align: justify;
  line-height: 19px;
  padding: 5px 0 0;
}

#blog-posts-widget a.blogLink { padding: 0 7px; }


/******* Footer */

#contact {
  width: 100%;
  padding: 20px 0px;
  line-height: 18px;
  background: url(images/black50.png);
  border-bottom: 1px solid;
}
#contact .footerContainer {
  width: 950px; height: 207px;
  margin: 0px auto;
  position: relative;
}

#footerLinks {
  background: #000000;
  background: -moz-linear-gradient(top,  #000000 0%, #333235 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333235));
  background: -webkit-linear-gradient(top,  #000000 0%,#333235 100%);
  background: -o-linear-gradient(top,  #000000 0%,#333235 100%);
  background: -ms-linear-gradient(top,  #000000 0%,#333235 100%);
  background: linear-gradient(to bottom,  #000000 0%,#333235 100%);
  color: #ffffff;
  font-family: "arial";
  font-size: 11px;
  padding: 10px 0;
  width: 100%;
}

#footerLinks a { color: #FFFFFF; }

#testimonialAnimate span.headerStyle {
  display: block;
  font-size: 22px;
  font-family: "Satisfy";
  text-shadow: 1px 1px 1px #000;
}
#testimonials-widget ul {
  width: 712px; height: 95px;
  list-style-type: none;
  margin: 0px; padding: 0px;
  overflow: hidden;
}
#testimonials-widget li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 340px;
  margin-right: 10px;
  vertical-align: top;
}
#testimonials-widget h2,
#testimonials-widget .testimonial-subject {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
#testimonials-widget span.testimonial-date {
  display: none;
}
#testimonials-widget p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#testimonials-widget span.testimonial-name {
  display: block;
  margin-right: 25px;
  font-size: 12px;
  font-style: italic;
  text-align: right;
}

/******* Interior Styles */

.int h1.title { 
  font-weight: normal; 
  margin: 0;
}

.int #main { 
  background: #FFFFFF;
  width: 960px;
  padding: 10px 10px 25px;
}

.int h1.title {
  font-size: 24px;
  border-bottom: 3px solid;
  padding: 10px 0;
  margin: 0 0 15px 0;
  width: 960px
}

a, a:link { color: #2E4C62; }
a:hover { color: #000; }
body.ctheme-455 { background-color: #FFFFFF; }
body.ctheme-455 .color-link {color: #2E4C62 !important;}
body.ctheme-455 .color-link:hover {color: #1A2B37 !important;}
body.ctheme-455 .color-special {color: #58626D !important;}
body.ctheme-455 .color-button {background-color: #395F7A !important;}

/************** Header */
.ctheme-455 #photo { background: url(images/photo-blueGrey.png) no-repeat; } /* photo image */

.ctheme-455 #headerInfo {
  background-color: #bbbbbb; /* header info background color */
  color: #2d3339; /* header info text color */
  border-color: #fff; /* bottom border color */
}

.ctheme-455 h2#slogan { color: #2d3339 } /* slogan color */

/************** Nav */
.ctheme-455 #nav li { border-left-color: #fff; } /* nav menu item border color */
.ctheme-455 #nav li a { color: #fff; } /* nav menu item color */

.ctheme-455 #nav li.over a, 
.ctheme-455 #nav li.over ul { background-color: #395f7a; } /* nav item hover & dropdown background color */

.ctheme-455 #nav li.over li a:hover {
  background: #2e343a; /* dropdown item hover background */
  color: #bbb /* dropdown item hover color */
}

/************** Main Area */

.ctheme-455 #center h1.heading,.ctheme-455  #center .widget h2 {
  color: #58626D; /* center column heading color */
  border-color: #395F7A !important /* center column heading underline color */
}

.ctheme-455 #center, 
.ctheme-455 #center td, 
.ctheme-455 #center li, 
.ctheme-455 #center p { color: #58626d; } /* center column text color */

/************** Featured Listing */
.ctheme-455 #main .scrollable h1, 
.ctheme-455 #main .scrollable a { color: #395f7a; } /* community text and link color */

.ctheme-455 #main .scrollable a:hover { color: #2e343a; } /* view listing details hover color */

.ctheme-455 #main .scrollable h2 {
  background: #fff; /* price background color */
  color: #2e343a /* price color */
}
.ctheme-455 #main .scrollable-widget { background: #d4d4d4; } /* prev/next button background color */
.ctheme-455 .fusion_core .scrollable-widget {
background: #fff;
}
.ctheme-455 #main .scrollable-widget button { background-image: url(images/prevnext_blueGrey.png) ; } /* prev/next button image */

/************** Search Module */
.ctheme-455 .widget-search label { color: #464646; } /* search label color */

.ctheme-455 .widget-search a {
  background-color: #395f7a; /* search btn background color */
  color: #fff; /* search btn text color */
}
.ctheme-455 .widget-search button, .ctheme-455 #spacegallery-widget .view-listing-button a {
  background-color: #5f5f5f; /* search btn background color */
  color: #fff; /* search btn text color */
  cursor: pointer;
}
/************** Buttons Mod */
.ctheme-455 .buttonMod li a { color: #858585; } /* buttons small text color */

/************** Blog Widget */
.ctheme-455 #blog-posts-widget li h3 a { 
  background-color: #395f7a; /* post title background color */
  color: #fff; /* post title text color */
} 

.ctheme-455 #blog-posts-widget li h3 a:hover { 
  background-color: #1a2b37; /* post title hover background color */
  color: #fff; /* post title hover text color */
} 

.ctheme-455 #blog-posts-widget li span.date { color: #395f7a; } /* post date color */ 
.ctheme-455 #blog-posts-widget a.blogLink { color: #395f7a } /* post more link color */
.ctheme-455 #center #blog-posts-widget h3 a { color: #2e343a; } /* center column post title color */ 
.ctheme-455 #center #blog-posts-widget h3 a:hover { color: #3a607b; } /* center column post title hover color */ 
.ctheme-455 #center #blog-posts-widget a.blogLink { color: #2e343a; } /* center column more link color */

.ctheme-455 #center #blog-posts-widget li span.date  {
  background-color: #395f7a; /* center post date background color */
  color: #fff; /* center post date text color */
}

/*************** Testimonials Widget */
.ctheme-455 #testimonial a {
  background: #395f7a; /* read more background color */
  color: #fff; /* read more text color */
}

.ctheme-455 #testimonial a:hover {
  background: #1a2b37; /* read more hover background color */
  color: #fff; /* read more hover text color */
}

/************** Agent Info */
.ctheme-455 #agentInfo, 
.ctheme-455 #agentInfo a { color: #2d3339; } /* Agent info text color */

.ctheme-455 #agentInfo h2 { color: #2d3339; } /* Agent Name Color */
.ctheme-455 #agentInfo ul.social { background-color: #395f7a; } /* social media background */

/************** Footer */
.ctheme-455 #contact, 
.ctheme-455 #contact a { color: #fff } /* Footer text color */

.ctheme-455 #contact { border-color: #717e8e; } /* Footer Bottom line color */

/******* Interior */
.ctheme-455.int h1.title {
  background-color: #2d3339; /* page header background color */
  border-color: #717e8e; /* page header bottom border */
  color: #fff; /* page header color */
}

.special {
  background-color: #2E4C62;
}

/* kernick homes */

ul#socialMedia {
  list-style: none;
  margin: 0;
  padding: 0;
  position:absolute;
  top: 16px;
  left: 773px;
}

ul#socialMedia li {
  float: left;  
}

ul#socialMedia li a {
  display: block;
  width: 31px;
  height: 32px;
  margin:0 3px 0 0;
}

ul#socialMedia li a#twitterLink { background: url(images/twitter.png) no-repeat top;}
ul#socialMedia li a#twitterLink:hover { background: url(images/twitter.png) no-repeat bottom;}

ul#socialMedia li a#facebookLink { background: url(images/facebook.png) no-repeat top;  }
ul#socialMedia li a#facebookLink:hover { background: url(images/facebook.png) no-repeat bottom;  }

ul#socialMedia li a#youtubeLink { background: url(images/youtube.png) no-repeat top; }
ul#socialMedia li a#youtubeLink:hover { background: url(images/youtube.png) no-repeat bottom; }

ul#socialMedia li a#linkedinLink { background: url(images/linkedin.png) no-repeat top; }
ul#socialMedia li a#linkedinLink:hover { background: url(images/linkedin.png) no-repeat bottom; }

ul#socialMedia li a#gplusLink { background: url(images/googleplus.png) no-repeat top; }
ul#socialMedia li a#gplusLink:hover { background: url(images/googleplus.png) no-repeat bottom; }

ul#socialMedia li a#blogLink { background: url(images/blog.png) no-repeat top; }
ul#socialMedia li a#blogLink:hover { background: url(images/blog.png) no-repeat bottom; }

#topButtonHolder {
  background: #02548e;
  height:50px;
  margin:8px 0 0 0;
  padding-left: 1px;
  position:relative;
}

a.greyButton {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #CECDD2;
  background-image: linear-gradient(bottom, rgb(214,214,214) 38%, rgb(245,245,245) 69%);
  background-image: -o-linear-gradient(bottom, rgb(214,214,214) 38%, rgb(245,245,245) 69%);
  background-image: -moz-linear-gradient(bottom, rgb(214,214,214) 38%, rgb(245,245,245) 69%);
  background-image: -webkit-linear-gradient(bottom, rgb(214,214,214) 38%, rgb(245,245,245) 69%);
  background-image: -ms-linear-gradient(bottom, rgb(214,214,214) 38%, rgb(245,245,245) 69%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.38, rgb(214,214,214)),
    color-stop(0.69, rgb(245,245,245))
  );
  border: 1px solid #FFF;
  border-radius: 2px;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  margin: 9px 5px 0px 5px;
  width: 222px;
  height: 31px;
  text-decoration: none;
  vertical-align: top;
}
a.greyButton span {
  display: block;
  width: 222px; height: 31px;
  color: #02548E;
  text-shadow: 0px 1px 0px white;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
}
a.greyButton:hover span {
  color:#001c2f;
  line-height: 31px;
}


/*** *************** NEW HEADER BUTTONS ***/
#customHeader a.lrgHeaderBtn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 185px; height: 180px;
  margin-top: 8px;
  margin-right: 2px;
  text-decoration: none;
  position: relative;
}
#customHeader a.lrgHeaderBtn span.btnText {
  display: block;
  width: 183px; height: 39px;
  background-color: #02548E;
  border-top: 1px solid #0082DC;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  text-shadow: 1px 1px 1px #024474;
  line-height: 37px;
  position: absolute;
  bottom: 1px; left: 1px;
}
#customHeader a.lrgHeaderBtn span.insetShadow {
  display: block;
  width: 183px; height: 178px;
  border: 1px solid #496386;
  box-shadow: inset 0px 0px 1px 5px rgba(0,0,0,0.2);
  position: absolute;
  top: 0px; left: 0px;
}
#customHeader a.lrgHeaderBtn:hover span.btnText {
  color: #AADBFD;
  line-height: 40px;
}
#customHeader a.airdrieHeader {
  background-image: url(images/header-buttons-airdrie.jpg);
  margin-right: 0px;
}
#customHeader a.townhouseHeader {
  background-image: url(images/header-buttons-townhouses.jpg);
}
#customHeader a.infillHeader {
  background-image: url(images/header-buttons-infill.jpg);
}
#customHeader a.mlsCalgaryHeader {
  background-image: url(images/header-buttons-mls-calgary.jpg);
}
#customHeader a.condoHeader {
  background-image: url(images/header-buttons-condo.jpg);
}




#main div.scrollable-widget .item {
position: relative;
background: url(images/featured-bg.jpg) no-repeat left bottom;
}

a.smlBlueButtons {
  display: block;
  background: url(images/smlBlueButton.jpg) no-repeat top;
  width: 198px;
  height: 31px;
  text-decoration: none;
  color: white!important;
  text-align: center;
  line-height: 26px;
  float: left;
  margin: 5px 0 0 20px;
  font-size: 18px;
  text-shadow: 1px 1px 1px #111;
}
a.smlBlueButtons:hover {
  background: url(images/smlBlueButton.jpg) no-repeat bottom;
}

/* ******************************* REFINE YOUR SEARCH LIST: NEW ***/
ul.refineSearchLinks {
  list-style-type: none;
  margin: 0px; padding: 0px;
}
ul.refineSearchLinks li a {
  display: block;
  padding: 5px 20px;
  color: #21303A;
  font-size: 15px;
  text-decoration: none;
}
ul.refineSearchLinks li a:hover {
  background-color: #02548E;
  color: #FFF;
}

.dashLine {
  background: url(images/dotLine.gif) repeat-x;
  height:2px;
  margin: 15px 10px 5px 10px;
}

.buttonMod li span.stats {
background-image: url(images/statIcon.png);
}

.buttonMod li {
  background: url(images/btnMod.gif) no-repeat;
  position: relative;
  padding: 8px 0 10px 55px;
  font-size: 14px;
  height: 45px;
}

.photoButtons {
  display:block;
  text-decoration:none;
  color:#FFFFFF!important;
  font-size:20px;
  width:240px;
  height:80px;
  margin: 10px 0;
}

.photoButtons span {
  background-color: #02548e;
  padding:2px 10px;
  border:1px solid #fff;
  line-height: 80px;
  text-shadow:1px 1px 1px #111;
}

.photoButtons:hover span {
  background-color:#007ad0;
}

#getMortgage {
  background: url(images/photoButtonM.jpg) no-repeat;
}

#prefPartner {
  background: url(images/photoButtonP.jpg) no-repeat;
}

#reQuestion {
  background: url(images/photoButtonQ.jpg) no-repeat;
}

#frmMlsSearch a, #frmCompareSearch a {
background-color: #02548E!important;
}

.buttonMod li a span.btnIcon {
background-color: #02548E!important;
}


.buttonMod li:hover a span.btnIcon {
background-color: #0077cb!important;
}

#blog-posts-widget li h3 a {
  background-color: #02548E!important;
  color: white;
}

#blog-posts-widget li span.date {
  color: #02548E!important;
  text-shadow:none;
}

#blog-posts-widget a.blogLink {
  color: black!important;
}

#mlsNumHolder {
  background: url(images/mlsNumBg.gif) repeat-x;
  height:65px;
  color:#FFFFFF;
  padding: 15px 10px 0px 10px;
  position:relative;
}

#mlsNumHolder input {
  background: url(images/inputFieldBg.jpg) no-repeat;
  width: 175px;
  height: 29px;
  border: 0;
}

#mlsNumHolder input.submit {
  background: url(images/goButton.gif) no-repeat;
  display:block;
  width: 42px;
  height: 32px;
  border: 0;
  cursor:pointer;
  position:absolute;
  top:31px;
  right:10px;
  color:#FFFFFF;
}

#nav li.over a, #nav li.over ul {
  background-color: #014D82!important;
}

#contact {
  background: #02548e;
  border-color: #fff!important;
  color:#FFF;
}

#hcard {
  color:#FFF;
  width: 520px;
  position: absolute;
  bottom: 0px;
  left: 275px;
}

#contact {
  position:relative;
}

#kernickFooter {
  position:absolute;
  top: 20px;
  left: -5px;
}

#contact img.brokerageLogoFooter {
  width: 118px; height: 86px;
  position: absolute;
  bottom: -4px; right: 20px;
}

#contact img.kernickLogoFooter {
  width: 226px; height: 65px;
  position: absolute;
  bottom: 5px;
  left: 20px;
}


#linkHolder {
  width: 950px;
  text-align: center;
}


.intSearchButtons {
  background: #02548E;
  color: white!important;
  display: block;
  padding: 5px;
  width: 240px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  height: 25px;
  float: left;
  margin: 20px 5px 10px 30px;
  line-height: 22px;
  border: 1px solid #044470;
}

.intSearchButtons:hover {
  background: #044470;
} 


.intSearchButtons2 {
  background: #02548E;
  color: white!important;
  display: block;
  padding: 5px;
  width: 185px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  height: 25px;
  float: left;
  margin: 20px 5px 10px 20px;
  line-height: 22px;
  border: 1px solid #044470;
}

.intSearchButtons2:hover {
  background: #044470;
} 


/*** INTERIOR LINK FOOTER ***/
#interiorLinkFooter {
  margin: 20px 0;
}
#interiorLinkFooter ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
#interiorLinkFooter ul li {
    float: left;
    margin: 10px 0.5% 0 0.5%;
    text-align: center;
    width: 24%;
}
#interiorLinkFooter ul li a {
  background-image: url("images/button-cta-medium.png");
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-family: 'franklin';
  line-height: 44px;
  text-decoration: none;
  text-shadow: -1px -1px 1px #000;
  text-align: center;
  padding: 0 0 0 45px;
  position: relative;
}
#interiorLinkFooter ul li a:hover {
  background-position: -231px top;
}
#interiorLinkFooter ul li a:active {
  background-position: right top;
}
#interiorLinkFooter ul li a.icon-home:before {
    background-image: url("images/icon-home2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 26px;
    left: 6px;
    opacity: 0.8;
    position: absolute;
    top: 9px;
    width: 26px;
}
#interiorLinkFooter ul li a.icon-search:hover:before {
    opacity: 1;
}
#interiorLinkFooter ul li a.icon-search:before {
    background-image: url("images/icon-search.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 26px;
    left: 4px;
    opacity: 0.8;
    position: absolute;
    top: 7px;
    width: 26px;
}
#interiorLinkFooter ul li a.icon-home:hover:before {
    opacity: 1;
}
#interiorLinkFooter p {
  margin: 20px 0px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 10px 20px;
  text-align: center;
}




/*** CUSTOM FONTS ***/
.kk-accentFont {
  font-family: 'Satisfy';
}



/*** H TAG MARGINS ***/
.editable span.h1dup,
.editable span.h2dup,
.editable span.h3dup,
.editable span.h4dup {
  display: block;
}
.editable h1, .editable h2,
.editable h3, .editable h4,
.editable h5, .editable h6,
.editable span.h1dup,
.editable span.h2dup,
.editable span.h3dup,
.editable span.h4dup {
  margin: 0px;
  padding: 10px 0px 5px 0px;
  font-weight: normal;
}
.editable h1, .editable h3,
.editable .h1dup,
.editable .h3dup {
  color: #000;
}
.editable h2, .editable h4,
.editable .h2dup,
.editable .h4dup {
  color: #014371;
}
.editable h1, .editable h2,
.editable .h1dup,
.editable .h2dup {
  text-shadow: 1px 1px 1px #FFF;
}
.editable h1,
.editable .h1dup {
  font-size: 26px
}
.editable h2,
.editable .h2dup {
  font-size: 24px;
}
.editable h3, .editable h4,
.editable .h3dup,
.editable .h4dup {
  font-size: 20px;
}
.editable h5, .editable h6,
.editable .h5dup,
.editable .h6dup {
  margin: 0px; padding: 0px;
  font-size: 14px;
}
.editable h5,
.editable .h5dup {
  font-weight: bold;
}
.editable h6,
.editable .h6dup {
  font-style: italic;
}

#localInfoHolder .infoLinks50 .h4dup,
#localInfoHolder .infoLinks100 .h4dup {
  font-size: 16px;
  margin-top: 0px; margin-bottom: 0px;
  padding-top: 0px; padding-bottom: 3px;
}

/*** REDFORM STYLES ***/
.redform label,
.redform input,
.redform button {
  font-family: 'franklin';
}
.redform input,
.redform textarea {
  border-radius: 0px;
  color: #666;
}
.redform form .type-submit button {
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/*** OTHER BASIC CMS STYLES ***/
.editable ul li, .editable ol li {
  margin-bottom: 10px;
}
.editable strong {
  color: #22262D;
}

.condoHolder {
  width:150px;
  padding:5px;
  background:#dfdfdf;
  text-align:center;
  float:left;
  margin:10px 10px 30px 10px;
}
.condoHolder h4,
.condoHolder span.topLine {
  display: block;
  margin:0;
  padding:0;
  font-size: 18px;
  color: #000;
}
.condoHolder h5,
.condoHolder span.blueLine {
  background:#02548e;
  margin:5px 0;
  padding:0;
  color:#FFFFFF!important;
  font-size:18px;
  padding:3px 0;
  display:block;
}
.condoHolder a {
  text-decoration:none;
  color:#000000!important;
  font-size:14px;
}
.condoHolder a:hover {
  color:#006cb9!important;
}

#boardStatsWidget {
min-width: 438px !important; 
margin-right: 3px !important;
margin-bottom: 215px !important;
}
#boardStatsWidget ul.tabs a {
padding: 2px 2px !important;
font-size: 10px;
}
#boardStatsWidget h1.title {
text-align:left !important;
}
#boardStatsWidget ul.tabs {
border-top:0px solid !important;
}


/*** REUSABLE STYLES ***/
a.basicGreyBtn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #5f5f5f;
  margin: 0px auto;
  padding: 3px 15px 5px 15px;
  color: #FFF !important;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
a.basicGreyBtn:hover {
  background-color: #02548E;
  text-decoration: none;
}

a.largeBtn {
    padding: 12px 25px 14px 25px;
    font-size: 18px;
    font-weight: normal;
    width: 390px;
}

/***** CUSTOM PAGES *****/
/*** HOMEPAGE CMS STYLES ***/
.homepageSection {
  margin: 10px 0px 30px 0px;
}
.homeIntro {
  text-align: center;
}
.homeIntro .largerIntro {
  margin-top: 5px;
  color: #000 !important;
  font-size: 16px;
  text-align: justify;
}
.homeContest {
  text-align: center;
}
.homeCIR,
.homeAboutUs,
.homeStats {
  text-align: center;
}
.homeCIR p,
.homeAboutUs p,
.homeStats p {
  text-align: justify;
}
.homepageSubheading {
  display: block !important;
  margin: 0px !important;
  padding: 10px 0px 5px 0px !important;
  color: #0A275B !important;
  font-size: 20px !important;
  text-align: left !important;
}

/*** RED EMAIL BUTTON ***/
.editable a.redButton {
  background: #1e69aa; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e69aa 1%, #014d87 62%, #014475 87%, #003763 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1e69aa), color-stop(62%,#014d87), color-stop(87%,#014475), color-stop(100%,#003763)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1e69aa 1%,#014d87 62%,#014475 87%,#003763 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1e69aa 1%,#014d87 62%,#014475 87%,#003763 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1e69aa 1%,#014d87 62%,#014475 87%,#003763 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1e69aa 1%,#014d87 62%,#014475 87%,#003763 100%); /* W3C */
  display: block;
  float: right;
  width: 350px; height: 60px;
  border-top: 1px solid #2e669f;
  border-right: 1px solid #1e5588;
  border-bottom: 1px solid #002849;
  border-left: 1px solid #1e5588;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #739cc5 inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF !important;
  font-size: 16px;
  font-family: 'franklin';
  line-height: 22px;
  text-decoration: none;
  text-shadow: 1px 1px 4px #000;
  text-align: left;
  margin: 10px 0 20px 20px;
  position: relative;
  top: 0;
}
.editable a.redButton:active {
  top: 1px;
}
.editable a.redButton span {
    display: block;
    font-size: 18px;
    line-height: normal;
    padding: 8px 10px;
    width: 213px;
}
.editable a.redButton:after {
  position: absolute;
  content: "";
  width: 115px;
  height: 60px;
  right: -1px;
  top: -1px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  background: #014d87; /* Old browsers */
  background: -moz-linear-gradient(top,  #014d87 0%, #014475 34%, #003763 70%, #00244c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014d87), color-stop(34%,#014475), color-stop(70%,#003763), color-stop(100%,#00244c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #014d87 0%,#014475 34%,#003763 70%,#00244c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #014d87 0%,#014475 34%,#003763 70%,#00244c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #014d87 0%,#014475 34%,#003763 70%,#00244c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #014d87 0%,#014475 34%,#003763 70%,#00244c 100%); /* W3C */
  border-left: 1px solid #003868;
  border-right: 1px solid #003564;
  border-top: 1px solid #004074;
  border-bottom: 1px solid #001935;
  box-shadow: 0 1px 0 0 #5281a7 inset;
  z-index: 1;
}
.editable a.redButton:before {
  content: "";
  right: 0;
  top: -30px;
  width: 115px;
  height: 115px;
  display: block;
  background-image: url("images/icon-email.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  z-index: 2;
}
.editable a.redButton:hover:before {
  background-position: bottom right;
}
.editable a.redButton:hover:after {
  background: #014d87; /* Old browsers */
  background: -moz-linear-gradient(top,  #014d87 0%, #014475 69%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014d87), color-stop(69%,#014475)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #014d87 0%,#014475 69%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #014d87 0%,#014475 69%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #014d87 0%,#014475 69%); /* IE10+ */
  background: linear-gradient(to bottom,  #014d87 0%,#014475 69%); /* W3C */
}
.editable a.redButton:hover {
  background: #1e69aa; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e69aa 1%, #014d87 95%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1e69aa), color-stop(95%,#014d87)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1e69aa 1%,#014d87 95%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1e69aa 1%,#014d87 95%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1e69aa 1%,#014d87 95%); /* IE10+ */
  background: linear-gradient(to bottom,  #1e69aa 1%,#014d87 95%); /* W3C */
}
.editable a.redButton:active {
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}

/*** SIGNUP BUTTON ***/
a.signupNote {
  display: block;
  background-image: url(images/signup-now.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 150px; height: 140px;
  float: right;
  margin-right: 25px;
  color: #9E191F !important;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
a.signupNote span {
  padding-bottom: 3px;
  text-align: center;
  position: absolute;
  bottom: -22px; right: -6px;
}
a.signupNote:hover {
  background-position: bottom left;
}
a.signupNote:hover span {
  border-bottom: 1px solid #9E191F;
}



/*** SINGLE SEARCH HOLDER ***/
.singleSearchHolder {
  background-color: #DFDFDF;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}
.singleSearchHolder h4,
.singleSearchHolder span.blueLine {
  display: block;
  background-color: #02548E;
  margin: 5px 0px;
  padding: 5px 0px 6px 10px;
  color: #FFF;
  text-align: left;
}
.singleSearchHolder a {
  margin: 0px 20px;
  color: #000 !important;
  font-size: 16px;
  text-decoration: none;
}
.singleSearchHolder a:hover {
  color: #006cb9 !important;
}



/*** OTHER CUSTOM SEARCHES LIST ***/
ul.customSearchesList li a {
  font-weight: bold;
  color: #005996 !important;
}
ul.customSearchesList li a:hover {
  color: #000 !important;
  text-decoration: none;
}



/*** CALGARY SEARCH MAP ***/
.calgaryMapContainer {
  width: 100%; height: 707px;
  position: relative;
}
.calgaryMapContainer .calgaryMap {
  width: 500px; height: 707px;
  background-image: url(images/calgary-map-bg.jpg);
  position: absolute;
  top: 0px; left: 0px;
}
.calgaryMapContainer .mapSidebar {
  width: 377px;
  text-align: center;
  position: absolute;
  top: 0px; right: 0px;
}
.calgaryMapContainer .searchContainer {
  width: 280px;
  background-color: #DFDFDF;
  border: 1px solid #989898;
  box-shadow: -3px 3px 5px 2px rgba(0, 0, 0, 0.33);
  padding: 5px;
  text-align: center;
}
.calgaryMapContainer .searchContainer h4 {
  background-color: #02548E;
  margin: 5px 0px;
  padding: 5px 0px 6px 0px !important;
  color: #FFF;
}
.calgaryMapContainer .searchContainer a {
  display: block;
  margin: 5px 20px 2px 20px;
  color: #000 !important;
  font-size: 16px;
  text-decoration: none;
}
.calgaryMapContainer .searchContainer a:hover {
  color: #006CB9 !important;
  text-decoration: underline;
}
.calgaryMapContainer .northCalgaryLuxury,
.calgaryMapContainer .northCalgaryInfill {
  position: absolute;
  top: 110px; left: 220px;
}
.calgaryMapContainer .southCalgaryLuxury {
  position: absolute;
  top: 360px; left: 10px;
}
.calgaryMapContainer .additionalSearches {
  position: absolute;
  top: 580px; left: 50px;
}
.calgaryMapContainer .southCalgaryInfill {
  position: absolute;
  top: 425px; left: 10px;
}
.calgaryMapContainer .popularCommunities {
  width: 358px;
  margin: 0px auto;
}

/*** NORTH & SOUTH MAP ***/
.northSouthMap .calgaryMapContainer .calgaryMap {
  background-image: url("images/map/map-north-south.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  width: 540px;
  height: 769px;
    overflow: visible;
}

/*** QUADRANTS MAP ***/
.quadrantsMap .calgaryMapContainer {
  height: auto;
}
.quadrantsMap .calgaryMapContainer .calgaryMap {
    background-image: url("images/map/map-quadrants.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 879px;
    width: 622px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
}

/*** CALGARY INFILL HOMES ***/
#infillHomes .mapSidebar img {
  margin-bottom: 20px;
}

/*** CALGARY SUITED HOMES ***/
#suitedHomes .calgaryMapContainer .searchContainer {
    width: 300px;
}
#suitedHomes .calgaryMapContainer .searchContainer {
  position: absolute;
}
#suitedHomes .calgaryMapContainer .searchContainer.NWSuitedHomes {
    top: 125px;
    left: 0;
}
#suitedHomes .calgaryMapContainer .searchContainer.SWSuitedHomes {
    left: 12px;
    top: 441px;
} 
#suitedHomes .calgaryMapContainer .searchContainer.NESuitedHomes {
    right: -120px;
    top: 220px;
}
#suitedHomes .calgaryMapContainer .searchContainer.SESuitedHomes {
    right: -70px;
    top: 550px;
}

/*** JUST LISTED CALGARY HOMES ***/
#justListed .calgaryMapContainer .searchContainer {
    width: 300px;
}
#justListed .calgaryMapContainer .searchContainer {
  position: absolute;
}
#justListed .calgaryMapContainer .searchContainer.NWJustListed {
    top: 125px;
    left: 0;
}
#justListed .calgaryMapContainer .searchContainer.SWJustListed {
    left: 12px;
    top: 441px;
} 
#justListed .calgaryMapContainer .searchContainer.NEJustListed {
    right: -120px;
    top: 220px;
}
#justListed .calgaryMapContainer .searchContainer.SEJustListed {
    right: -70px;
    top: 550px;
}
.editable #justListed .calgaryMapContainer .searchContainer h4 {
    font-size: 17px;
}

/*** CONDO PAGE STYLES, GREY SECTION STYLES ***/
.calgaryCondosFeature,
.greySection {
  background-color: #dfdfdf;
  margin: 20px 0px;
  padding: 10px;
  position: relative;
}
.greySection {
  padding: 10px 10px 34px 10px;
}
.calgaryCondosFeature span.h3dup,
.greySection h3 {
  display: block;
  background-color: #02548e;
  margin-bottom: 10px;
  padding: 5px 0px 6px 10px;
  color: #FFF !important;
}
.greySection p {
  width: 610px;
  float: right;
  font-size: 16px;
}
.calgaryCondosFeature ul,
.greySection ul {
  list-style-type: none;
  margin: 0px; padding: 0px;
  width: 610px;
  float: right;
}
.calgaryCondosFeature li,
.greySection li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 610px;
  margin: 5px 0px !important;
  padding: 0px !important;
  color: #000;
  font-size: 16px !important;
}
.calgaryCondosFeature li.halfWidth,
.greySection li.halfwidth {
  width: 300px;
}
.calgaryCondosFeature li.marginRight,
.greySection li.marginRight {
  margin-right: 10px;
}
.calgaryCondosFeature li span,
.greySection li span {
  font-weight: bold;
}
.calgaryCondosFeature li.condoSearch,
.greySection li.condoSearch {
  display: block;
  text-align: right;
}
.calgaryCondosFeature li.condoSearch a,
.greySection a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #02548E;
  padding: 3px 10px;
  color: #FFF !important;
  font-weight: bold;
  text-decoration: none;
}
.greySection a {
  position: absolute;
  right: 10px;
}
.calgaryCondosFeature li.condoSearch a:hover,
.greySection a:hover {
  background-color: #2f2f2f;
}
.calgaryCondosFeature .clearBoth,
.greySection .clearBoth {
  clear: both;
}
.calgaryCondosFeature .zeroHeight,
.greySection .zeroHeight {
  height: 0px;
}


/*** ABOUT AIRDRIE CUSTOM PAGE ***/
#airdriePage .airdrieHeader {
  width: 960px; height: 280px;
  background-image: url(http://assets.rmcloud.com/shared-images/local_info/airdrie-from-above.jpg);
  background-position: 0px -10px;
  margin-bottom: 20px;
  position: relative;
}
#airdriePage .airdrieHeader .airdrieSearchLinks {
  width: 265px;
  height: 260px;
  background-color: rgba(0,0,0, 0.2);
  padding: 10px;
  position: absolute;
  top: 0px;
  right: 20px;
}
#airdriePage .airdrieHeader a.greyButton {
    bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    display: block;
    height: auto;
    left: 10px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    width: 25%;
}
#airdriePage .airdrieHeader a.greyButton span {
    display: block;
    font-size: 18px;
    height: auto;
    line-height: normal !important;
    width: auto;
}
#airdriePage .airdrieHeader a.greyButton:hover {
  text-decoration: none;
}
#airdriePage .airdrieHeader a.greyButton:hover span {
  line-height: normal !important;
}
#airdriePage .contentContainer.withSidebarRight {
  position: relative;
}
#airdriePage .contentContainer.withSidebarRight .copyContainer {
  margin: 0px 322px 0px 0;
}
#airdriePage .contentContainer.withSidebarRight .linkSidebar {
  width: 270px;
  background-color: #DFDFDF;
  border: 1px solid #989898;
  box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,0.2);
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 45px; right: 0;
}
#airdriePage .contentContainer.withSidebarRight .linkSidebar span.h3dup {
  background-color: #02548E;
  margin: 5px 0px;
  padding: 5px 0px 6px 0px;
  font-size: 20px;
  color: #FFF;
}
#airdriePage .contentContainer.withSidebarRight .linkSidebar a {
  display: block;
  margin: 5px 20px 2px 20px;
  color: #000 !important;
  font-size: 16px;
  text-decoration: none;
}
#airdriePage .contentContainer.withSidebarRight .linkSidebar a:hover {
  color: #006CB9;
  text-decoration: underline;
}
#airdriePage .airdrieSearchLinks .h2dup {
  color: #0A275B;
  text-shadow: 1px 1px 1px #FFFFFF;
  font-size: 24px;
}

/***** SEARCH WIDGET *****/
.tp-searchWidget {
    display: block;
    left: 4%;
    position: absolute;
    top: 45px;
    width: 92%;
    z-index: 10;
}
.tp-searchWidget label {
    font-size: 16px;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
}
.tp-searchWidget .tp-searchInput {
    margin-bottom: 10px;
}
.tp-searchWidget .tp-searchInput input {
    font-size: 14px;
    padding: 2px;
    width: 100%;
    font-family: 'franklin';
    font-size: 16px;
}
.tp-searchWidget .tp-searchTypeInput a {
  padding-left: 2.5%;
  width: 92.5%
}
.tp-searchWidget .tp-twoCol {
  clear: both;
}
.tp-searchWidget .tp-twoCol .tp-fieldHolder {
    float: left;
    width: 46%;
}
.tp-searchWidget .tp-twoCol .tp-fieldHolder.tp-fieldMarginRight {
  margin-right: 8%;
}
.tp-searchWidget .dropdown-toggle {
    background: url("images/arrow-dropdown.png") no-repeat scroll 100% 50% #FFFFFF;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 5%;
    width: 90%;
}
.tp-searchWidget .dropdown-toggle:hover {
  box-shadow: 0 0 3px 0 #02548E;
}
.tp-searchWidget .dropdown-menu {
    color: #5D5D5D;
    font-family: Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
    margin: -1px 0 0;
}
.tp-searchWidget .ng-scope.ng-binding {
    padding-left: 5%;
    color: #000;
}
.tp-searchWidget .dropdown-menu li:hover {
  background: #02548E;
  cursor: pointer;
}
.tp-searchWidget .dropdown-menu li:hover .ng-scope.ng-binding {
  color: #FFF;
}
.tp-searchWidget .tp-matchCounter {
    display: block;
    margin-bottom: 5px;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
}
.tp-searchWidget .tp-searchSubmit {
  background: #02548E;
  color: #FFF;
  width: 100%;
  border: 0;
  font-size: 16px;
  line-height: normal;
  display: block;
  padding: 8px 0;
  text-align: center;
  margin: 10px 0 0 0;
  cursor: pointer;
}
.tp-searchWidget .tp-searchSubmit:hover {
  background: #0A275B;
}

/* ********************** COMMUNITY WIDGET ***/
.tp-community-widget {
  overflow: visible !important;
}
.tp-community-widget .tp-communityContainer {
  width: 440px; height: 262px;
  box-shadow: inset 0px 0px 15px rgba(0,0,0,0.2);
  position: relative;
}
.tp-community-widget ul.communityNavigator li.zone,
.tp-community-widget ul.communityNavigator .tp-btncolor1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.tp-community-widget ul.communityNavigator li.zone {
  position: absolute;
  color: #FFF !important;
}
.tp-community-widget ul.communityNavigator .tp-btncolor1 {
    background: url("images/pin-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-size: 13px;
    height: 29px;
    padding: 2px 10px;
    position: relative;
    text-transform: uppercase;
}
.tp-community-widget ul.communityNavigator .tp-btncolor1:hover {
    background: url("images/pin-bg.png") no-repeat scroll left -33px rgba(0, 0, 0, 0);
}

.tp-community-widget ul.communityNavigator .tp-btncolor1:hover:after {
  border-top: 6px solid;
  border-left: 6px solid;
  border-bottom: 6px solid;
  border-right: 6px solid;
}
.tp-community-widget li.surroundingArea .groupNameHeader:after,
.tp-community-widget li.surroundingArea .groupNameHeader:hover:after {
  border: none;
}
.tp-community-widget ul.communityNavigator li.surroundingArea .communityNavigatorOverlay {
  top: -300px;
}
.tp-community-widget ul.communityNavigator ul.fullCommunityList {
  width: 645px;
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.5);
  position: absolute;
  top: 25px; left: 5px;
}
.tp-community-widget ul.fullCommunityList {
  width: 23.6%;
  padding-left: 6px;
}
.tp-community-widget ul.communityNavigator a.close {
  top: 13px; right: -83px;
  z-index: 50;
}
.tp-community-widget .communityNavigatorOverlay span.groupNameHeader {
  display: none;
}
.tp-community-widget ul.communityNavigator ul.fullCommunityList a {
    display: block;
    font-size: 15px;
    line-height: 16px;
    padding: 10px 0;
}
.tp-community-widget .tp-communityContainer .tp-communityHeader {
    background: none repeat scroll 0 0 #02548E;
    box-shadow: -2px 2px 7px 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    padding: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px;
    width: 154px;
    z-index: 100;
}
.tp-community-widget .tp-communityPhoto {
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 2px 1px #666666 inset;
    height: 80px;
    outline: 1px solid #888888;
    position: absolute;
    right: 5px;
    top: 53px;
    width: 140px;
    z-index: 50;
}

/*** CALGARY SPECIFIC ***/
.tp-communityContainer.tp-calgaryCommunityPins  {
  background-image: url(images/calgary-map-wide-bg.png);
}
#tp-widget-communityCalgary2wide .tp-communityPhoto {
    background-image: url("images/calgary-photo.jpg");
    background-size: 140px auto;
}
.tp-calgaryCommunityPins ul.communityNavigator .tp-zone1 { /* inner city */
  top: 100px; left: 108px;
}
.tp-calgaryCommunityPins ul.communityNavigator .tp-zone2 { /* northwest */
  top: 16px; left: 40px;
}
.tp-calgaryCommunityPins ul.communityNavigator .tp-zone3 { /* northeast */
  top: 48px; left: 130px;
}
.tp-calgaryCommunityPins ul.communityNavigator .tp-zone4 { /* southwest */
  top: 150px; left: 65px;
}
.tp-calgaryCommunityPins ul.communityNavigator .tp-zone5 { /* southeast */
  top: 182px; left: 146px;
}
.tp-calgaryCommunityPins ul.communityNavigator .surroundingArea {
  top: 227px; left: 47px;
}

#tp-widget-communityCalgary2wide .tp-accentfont1.tp-bdcolor1 {
    color: #0A275B;
    font-size: 24px;
}

/*** IE7 Z-INDEXING ***/
.tp-community-widget { *z-index: 20; }
.tp-community-widget .communityNavigator li { *z-index: 30; }
.tp-community-widget .communityNavigator li span { *z-index: 40; }
.tp-community-widget .communityNavigator li .communityNavigatorOverlay ul { *z-index: 999;}

ul.communityNavigator {
  list-style: none;
  position: relative;
  z-index: 500;
}
ul.communityNavigator .groupNameHeader {
  display: block;
  cursor: pointer;
}
ul.communityNavigator div .groupNameHeader {
  cursor: default;
}
ul.communityNavigator li.zone {
  list-style: none;
  position: relative;
}

ul.communityNavigator li.zone .communityNavigatorOverlay {
  display: none;
  width: 600px;
  position: absolute;
  top: 1px; left:  -100% !important;
  z-index: 501;
}
ul.communityNavigator li ul,
ul.communityNavigator li ul li {
  list-style: none;
  margin: 0; padding: 0;
}
ul.communityNavigator li ul {
  background-color: #FFF;
}
ul.communityNavigator li ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24%;
  padding-left: 3px;
  position: relative;
}
ul.communityNavigator a.close {
  width: 28px; height: 28px;
  background-image: url(http://assets.rmcloud.com/images/overlay/apple-close.png);
  padding: 0; margin: 0;
  position: absolute;
  top: 1px; right: 3px;
  cursor: pointer;
}

.tp-community-widget .tp-communityContainer ul.fullCommunityList li.tp-bgcolor2 {
    background-color: #DDDDDD;
}

/*** REDFORM - FULL-WIDTH STYLES ***/
.form-full-width label {
  font-weight: bold;
  font-size: 16px;
}
.form-full-width label.checkbox {
  font-weight: normal;
  font-size: 14px;
}


/*** REDFORM - HOME EVALUATION ***/
#redform-home-evaluation .container {
  width: 100%;
}
#redform-home-evaluation h2 {
    color: #0084C3;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    margin: 20px 0 0;
}
.redform button, .redform .type-navigation input.btn {
  background-color: #0084C3;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  background: #0083c2; /* Old browsers */
  background: -moz-linear-gradient(top,  #0083c2 0%, #005d89 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0083c2), color-stop(100%,#005d89)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0083c2 0%,#005d89 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0083c2 0%,#005d89 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0083c2 0%,#005d89 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0083c2 0%,#005d89 100%); /* W3C */
}
.redform button:hover, .redform .type-navigation input.btn:hover {
  background-color: #0084C2;
}
/*** END OF: REDFORM - HOME EVALUATION ***/


/*** REDFORM - HOMEPAGE ASK A QUESTION ***/
#askquestion-overlay {
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0; bottom: 0;
  left: 0; right: 0;
  z-index: 1000;
}
#askquestion-overlay .overlay-container {
  width: 800px;
  background-color: #bfbfbf;
  margin: 40px auto 0 auto;
  padding: 10px;
  border-radius: 7px;
  position: relative;
}
#askquestion-overlay .overlay-innerContainer {
  background-color: #FFF;
  border-radius: 5px;
  position: relative;
}
#askquestion-overlay h2 {
  padding: 20px 20px 0 20px;
}
#askquestion-overlay .required.legend {
  position: absolute;
  top: 20px; right: 20px;
}
#askquestion-overlay .redform {
  padding: 0;
  box-shadow: none;
}
#askquestion-overlay .redform,
#askquestion-overlay form {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
#askquestion-overlay form {
  position: relative;
}
#askquestion-overlay .preset-firstName,
#askquestion-overlay .preset-lastName,
#askquestion-overlay .preset-email,
#askquestion-overlay .preset-phone {
  width: 35%;
}
#askquestion-overlay .type-textarea {
  width: 55%;
  position: absolute;
  top: 20px; right: 20px;
}
#askquestion-overlay .type-textarea textarea {
  height: 140px;
}
#askquestion-overlay .type-captcha {
  width: 55%;
  padding-top: 20px;
  overflow: hidden;
  position: absolute;
  top: 200px; right: 20px;
}
#askquestion-overlay .type-captcha label {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#askquestion-overlay .type-captcha label:after {
  content: '';
}
#askquestion-overlay .type-captcha .form-input {
  display: inline-block;
  width: 120px;
  float: left;
}
#askquestion-overlay .type-captcha .form-input input {
  width: 110px;
}
#askquestion-overlay .type-captcha .help-block {
  font-size: 14px;
  font-style: normal;
  position: absolute;
  top: 0; left: 5px;
}
#askquestion-overlay .type-captcha .help-block:after {
  content: '*';
  color: #900;
  font-size: 80%;
  position: relative;
  top: -3px;
}
#askquestion-overlay .type-submit {
  width: 200px;
  position: absolute;
  top: 213px; right: 25px;
}
#askquestion-overlay .type-submit button {
  min-width: 0;
  width: 200px;
}
#askquestion-overlay .customFormWrapper a {
  display: none;
}
#overlayClose {
  display: inline-block;
  width: 30px; height: 30px;
  background-color: #000;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 2px #FFF;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: -5px; right: -5px;
}
#overlayClose .symbol {
  font-size: 22px;
  font-weight: bold;
}

/*** HOME EVALUATION ****************************************************************/
.home-evaluation .page-content {
  width: 56%;
  float: left;
}
.home-evaluation .page-content p {
  font-size: 15px;
  line-height: 23px;
}
.home-evaluation .page-quote {
  width: 41.5%;
  float: right;
  min-height: 264px;
  position: relative;
  overflow: visible;
  background-image: url("images/quote-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.home-evaluation .page-quote img {
    bottom: -220px;
    position: absolute;
    right: -35px;
}
.home-evaluation .page-quote blockquote {
    color: #014371;
    font-size: 22px;
    margin: 0;
    line-height: 26px;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff;
    padding: 40px 0 35px 0;
}
.home-evaluation .page-quote blockquote .kk-accentFont {
  font-size: 26px;
}
.home-evaluation .page-quote .kk-accentFont.quote-emphasis {
    display: block;
    font-size: 30px;
    padding: 23px 0;
}
.editable .home-evaluation .page-header {
    background: none repeat scroll 0 0 #02548e;
    color: #ffffff;
    font-size: 27px;
    width: 80%;
    padding: 5px 10px;
    text-shadow: none;
}
.pageName-FREE_MARKET_EVALUATION .required.legend {
  display: block;
  text-align: left;
  padding: 7px 0 3px 0;
}

/* BUTTON ***/
#redforms-home-evaluation button.btn-primary {
  border-radius: 30px;
  border-top: 1px solid #f70803;
  border-right: 1px solid #f70803;
  border-left: 1px solid #f70803;
  border-bottom: 1px solid #590a0f;
  background: #f68e8b; /* Old browsers */
  background: -moz-linear-gradient(top,  #f68e8b 0%, #f7161a 44%, #590a0f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68e8b), color-stop(44%,#f7161a), color-stop(100%,#590a0f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f68e8b 0%,#f7161a 44%,#590a0f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f68e8b 0%,#f7161a 44%,#590a0f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f68e8b 0%,#f7161a 44%,#590a0f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f68e8b 0%,#f7161a 44%,#590a0f 100%); /* W3C */
  height: auto;
  padding: 10px 0;
  font-size: 20px;
  font-family: "Arial", sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
  position: relative;
  top: 0;
}
#redforms-home-evaluation button.btn-primary:hover {
  background: #ff776d; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff776d 0%, #f22121 45%, #f22121 87%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff776d), color-stop(45%,#f22121), color-stop(87%,#f22121)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff776d 0%,#f22121 45%,#f22121 87%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff776d 0%,#f22121 45%,#f22121 87%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff776d 0%,#f22121 45%,#f22121 87%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff776d 0%,#f22121 45%,#f22121 87%); /* W3C */
  border-bottom: 1px solid #f70803;
}
#redforms-home-evaluation button.btn-primary:active {
  background: #ea121c; /* Old browsers */
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.5);
  top: 1px;
}

/*** ABOUT PAGE ****************************************************************/
.editable .about-page p,
.editable .about-page ul li,
.editable .about-page li {
  font-size: 15px;
  line-height: 150%;
}
.editable .about-page h2 {
  font-size: 28px;
}
.editable .about-page .main-content p,
.editable .about-page .main-content ul li,
.editable .about-page .main-content ol li {
  font-size: 15px;
  line-height: 150%;
  padding-left: 1%;
}
.about-page .main-content {
  float: left;
  max-width: 600px;
  width: 63.5%;
}
.about-page .sidebar-content {
  min-width: 310px;
  max-width: 300px;
  width: 33.33%;
  float: right;
  position: relative;
  right: -9px;
}
.about-page .sidebar-content img.white-border {
  height: auto;
  margin: 0 auto 10px auto;
  max-width: 277px;
  width: 100%;
  display: block;
}
.list-box {
  background-image: url("images/list-box.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 307px;
  height: 250px;
  margin: 0 auto;
}
.list-box h2 {
  color: #02548e;
  font-size: 26px;
  padding: 10px 0 0 0;
  text-align: center;
}
.editable .list-box ul {
  list-style: none outside;
  margin: 0;
  padding: 5px 25px 0;
}
.editable .list-box ul li {
    margin: 0;
    padding: 3px 0 3px 30px;
    font-size: 14px;
    line-height: 140%;
}
.editable .list-check li {
  padding-left: 40px;
  margin-bottom: 0;
}
.list-check li {
  background-image: url("images/icon-check.png");
  background-repeat: no-repeat;
  background-position: left 2px;
  list-style: none outside;
}
.list-award li {
  background-image: url("images/icon-award.png");
  background-repeat: no-repeat;
  background-position: left 4px;
}
.about-page .page-quote {
  background-image: url("images/quote-bg2.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  margin-top: 60px;
  padding: 0 30px;
}
.about-page .page-quote blockquote {
  color: #014371;
  font-size: 24px;
  line-height: 33px;
  margin: 0;
  padding: 40px 0 35px;
  text-align: justify;
  text-shadow: 1px 1px 0 #ffffff;
}
.about-page .page-quote blockquote .kk-accentFont {
  font-size: 30px;
}
.about-page .page-quote p.align-right {
  color: #014371;
  font-size: 30px;
  text-shadow: 1px 1px 0 #ffffff;
}
.editable .about-page ul.large-bullets {
  margin: 15px 0 15px 70px;
}
.editable .about-page ul.large-bullets li {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 3px 0;
}


/**** HIGHLIGHTED MAP ****/
.custom-map {
    width: 630px;
    height: 890px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}
.searchTag {
  background-color: #02548e;
  border: 2px solid #ffffff;
  border-radius: 2px;
  color: #ffffff !important;
  display: block;
  font-size: 16px;
  line-height: normal;
  padding: 8px 15px;
  text-decoration: none;
  box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
  position: absolute;
  z-index: 2;
}
.searchTag:hover {
  color: #FFF;
}
.foreclosures-nw {
  left: 0;
  top: 22%;
}
.foreclosures-ne {
  right: -13%;
  top: 30%;
}
.foreclosures-sw {
  left: 6%;
  top: 56.5%;
}
.foreclosures-se {
  right: -4%;
  top: 71%;
}
.map-holder {
  height: 100%;
  position: relative;
  width: 100%;
  background-image: url("images/map/map-highlight-default.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 20px;
  z-index: 1;
}
.map-holder img {
  display: none;
  position: absolute;
  top: 0;
}
.map-holder img.map-area {
  width: 100%;
  height: auto;
}
.map-holder area {
  cursor: pointer;
}
.map-holder img.blank-img {
  display: block;
  z-index: 80;
  width: 100%;
  height: auto;
}

/*** Sticky Tabs ***/
.sticky-tabs {
  list-style: none outside;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 10;
}
.sticky-tabs li {
  display: block;
  margin: 10px 0;
}
.sticky-tabs li a {
  background-color: #dddddd;
  border: 1px solid #dddddd;
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.4);
  color: #0e5293;
  display: block;
  font-family: "franklin";
  padding: 13px 10px 13px 50px;
  text-decoration: none;
  width: 77px;
}
.sticky-tabs li a {
  background-position: 3px top;
  background-repeat: no-repeat;
}
.sticky-tabs li a:hover {
  color: #dddddd;
  background-color: #0e5293;
  background-position: 3px bottom;
}
.icon-mortgageForm a {
  background-image: url("images/icons/icon-mortgageForm2.png");
}
.icon-homeEval a {
  background-image: url("images/icons/icon-homeEval2.png");
}
.icon-door a {
  background-image: url("images/icons/icon-door2.png");
}
/* min-width 1024, medium screens */
@media only screen and (max-width: 1200px) {
  .sticky-tabs {
    right: -90px;
  }
}

/*** Request a Viewing + Mortgage Application forms ***/
#request-a-viewing {
  display: none;
}
#mortgage-application {
  display: none;
  width: 800px;
}
.custom-fancybox {
  left: 60% !important;
}
#mortgage-application .customFormWrapper {
  width: 95%;
}
.fancybox-opened .fancybox-inner {
  overflow-x: hidden !important;
}

.price_drop{
    width: 100%;
    overflow:hidden;
    border-top: 1px solid #efefef;
}

.price_drop 
> .listing
> .link {
    overflow: hidden;
    padding: 20px;
    float:left;
    width: 45.6%;
    min-height: 200px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    text-decoration: none;
    color: #000;    
}

.price_drop 
> .listing
> .link:hover {
    display: block;
    background:#F9F9F9;
}

.price_drop 
> .listing:nth-child(odd){
    border-left: 1px solid #efefef;
}

.price_drop 
> .listing
> .link  
> .image{
    float: left;
    width: 200px;
    margin-right: 10px;
    border: 1px solid rgb(239, 239, 239);
    padding: 5px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.price_drop 
> .listing
> .link  
> .information {
  padding-left: 220px;
} 

.price_drop 
> .listing
> .link  
> .information 
> .basic
> .location{
    margin-top: 0px;    
}

.price_drop 
> .listing 
> .link 
> .information 
> .basic
> .features{
    margin-top: 0px;    
}

.price_drop 
> .listing 
> .link 
> .information 
> .basic
> .mls_num
> .num{
    font-weight: bold;    
}

.price_drop 
> .listing 
> .link 
> .information 
> .price
> .original{
    text-decoration: line-through;    
    color: #888;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 21px;
}

.price_drop 
> .listing 
> .link 
> .information 
> .price
> .original
> .arrow{
    margin-top: 0px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px;
}

.price_drop 
> .listing 
> .link 
> .information 
> .price
> .new{ 
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 27px;
    color: #CC2E1C;
    font-weight: bolder;
}

.paginator.-centered{
  text-align: center;
}

.paginator 
> .button {
    display: inline-block;
    padding: 10px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.paginator.-top
> .button{
    border-top: 1px solid #efefef;
    border-radius: 5px 5px 0px 0px;
}

.paginator.-bottom
> .button{
    border-bottom: 1px solid #efefef;
    border-radius: 0px 0px 5px 5px;
}

.paginator
> .button.-inactive{
  color: #efefef;
}

.paginator > .current_page {
  padding: 10px;
}
