/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: William Hall
   Authors Note: None of the zones are the same in the comps,
   So a lot of extra lines are needed - this is effectively css by zone...
   ========================================================================== */

body {
  font: 15px/20px Arial, sans-serif;
  color: #797979;
  counter-reset: searchResults;
}

header, nav, #main_wrapper, footer {
  width: 100%;
  float: left;
  clear: both;
}

nav {
   border-top: 4px solid #ffffff;
   background-color: #72bb79;
   height: 40px;   
}

header {
  background-color: #00a4a5;
  height: 72px;
  border-top: 5px solid #00716e;
}

#logo {
  position: absolute;
  top: 10px;
  z-index: 1;
}

#logosmall {
  display:none;
}

#rightside {
  float:right;
}

#nav {
  z-index:2;
}

#navbig {
  padding-left:162px;
}
#navsmall {
  display:none;
  padding-left:110px;
}

nav ul {
  z-index: 2;
}
nav ul li {
  float: left;
  margin-top: 9px;
  border-right: 1px solid #ffffff;
}

nav ul li a {
  font: 18px/20px 'MuseoSans-500', Arial, sans-serif;
  color: #2f2a2b;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 12px;
}
nav ul li a:visited {
   color: #2f2a2b;
}

nav ul li.first {
  margin-left: 0;
}

nav ul li.last a {
  padding: 10px 15px;
  border: none;
}

nav ul li.active a {
  color: #fff;
}

nav ul li a:hover {
  color: #2f2a2b;
  padding-bottom: 6px;
  border-bottom: 4px solid #1a8151;
}

.blueBack {
  background-color: #00a4a5;
}

#social {
   position: absolute;
   right:0;
   z-index: 2;
   padding: 5px;
}

#social a {
   z-index: 2;  /* show over the logo */
}

.greenBack {
 background-color: #72bb79; 
}

.darkGreenBack {
  background-color: #289660;
}

.yellowBack {
  background-color: #ece66b;
}

.round10 {
  /*border-radius: 10px;*/
  margin-bottom: 10px;
}

.pad10 {
  padding: 10px;
}

.pad20 {
  padding: 20px;
}

#main {
  position: relative;
  z-index: 2;
  margin-top:10px;
}

#introText {
  width:780px;
  margin: 25px auto;
  letter-spacing: .2px;
  font-size: 110%;
}

#introText a {
  text-decoration: none;
  color: #007d7d;
  font-weight: bold;
}

#introText a:hover {
  color: #2f2a2b;
}

#preface {
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid #289660;
}

#preface h1 {
   font-size: 20px;
   color: #007D7D;
   margin-bottom: 10px;
}

#preface ol, #preface ul {
   margin-left:10px; 
   padding-left:10px; 
   margin-bottom:10px;
   
}

#preface li {
   margin-top: 10px;
}

#preface ol li {
   padding-left: 10px;
   list-style-type: decimal;
}

#preface ul li {
   padding-left: 10px;
   list-style-type: disc;
}

#preface ol.lower-roman li  {
   list-style-type:lower-roman;
}

#preface ol.lower-alpha li  {
   list-style-type:lower-alpha;
}

#preface p {
   padding-top: 5px;
}

.api-doc {
   font-size: 10pt;
}

.api-doc p {
   margin:0.75em 0px;
}

#faq, .api-doc {
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid #289660;
}

#faq h1, .api-doc h1 {
   font-size: 20px;
   color: #007D7D;
}
#faq h2, .api-doc h2 {
   font-size: 16px;
   border-bottom: 1px solid #007D7D;
   padding-top: 20px;
}
#faq h3, .api-doc h3 {
   font-size: 12px;
   padding-top: 10px;
}

li.ac-bar {
   border-top: 1px dotted #666666;
   font-weight: bold;
}

div.ac-bar {
   font-size: 10px;
   color: #666666;
}

#propertyProfile {
  color: #231f20;
  font: 14px/20px Arial, sans-serif;
  border: 1px solid #289660;
  background-color:#FFF;
}

#propertyProfile a {
  color: #231f20;
}

#propertyProfile a:hover {
  color: #007d7d;
}

#propertyProfile h1 {
  color: #007d7d;
  font: 30px/32px 'MuseoSans-500', Arial, sans-serif;
  font-weight: bold;
}

#propertyProfile .propertyShot {
  float: left;
}

.propertyShot img {
  max-width: 200px;
  max-height: 200px;
}

#propertyProfile .propertyDescription {
  float: left;
  overflow: auto;
  height: 180px;
}

#propertyProfile .propertyLocation {
  float: left;
  margin-left: 2%;
}

.propertyLocation .propertyMap {
  width: 45%;
  float: left;
}

.propertyMap > * {
  border: 1px solid #797979;
}

.propertyLocation .propertyAddress {
  float: left;
}

.propertyAddress h4 {
  color: #007D7D;
  font: 24px/28px 'MuseoSans-500', Arial, sans-serif;
  margin-bottom: 5px;
}

.propertyAddress address {
  font-style: normal;
}

.city-page h1 {
   font-size: 20px;
   font: 28px/24px 'MuseoSans-500',Arial,sans-serif;
   color: #007D7D;
   margin-bottom: 10px;
}

.city-page h2 {
   border-bottom: 1px solid #007D7D;
   font: 16px/20px 'MuseoSans-500',Arial,sans-serif;
   bottom-margin: 10px;
}

.city-page p {
   margin-bottom: 5px;
   line-height: normal;
}

#searchBox h1,
#searchResults h1 {
  font: 30px/32px 'MuseoSans-500',Arial,sans-serif;
  margin-bottom: 20px;
  color: #007d7d;
}

#searchBox h1 span,
#searchResults h2 span {
  position: absolute;
  font: 28px/32px 'MuseoSans-500', Arial, sans-serif;
  background: #ece66b;
  display: block;
  padding-right: 5px;
}

#searchResults h2 .pageCount {
  position: relative;
  float: right;
  font: 14px/18px sans-serif;
  color: #231f20;
}

#searchForm {
  background: #fff url(../img/search.png) 98% 3px no-repeat;
  border-radius: 3px;
  border: 2px solid #00a4a5;
}

#searchInput {
  outline: 0;
  border: 0;
  margin: 0;
  width: 88%;
  padding: 6px 10px;
  color: #a9a9a9;
  font: 18px/22px Arial, sans-serif;
}

#searchInput:hover,
#searchInput:focus {
  color: #2f2a2b;
}

#searchButton {
  background: transparent;
  border: 0;
  outline: 0;
  width: 7%;
  margin: 0;
  padding: 6px 0;
  float: right;
}

#searchFilters {
  padding: 5px 0 0 2px;
  color: #72bb79;
  font: 14px/16px Arial, sans-serif;
}

#searchFilters a {
  color: #72bb79;
  text-decoration: none;
}

#searchFilters a:hover {
    color: #007d7d;
}

#searchResults .results-wrap {
  width: 99%;  /* change to 49% for 2 column layout */
  float: left;
  height: 150px;
  overflow: hidden;
  background-color: white;
  margin: 2px;
  padding: 2px;
  border: 2px solid transparent;
}

#searchResults .results-selected {
   border: 2px solid #007D7D;
   cursor: pointer;
   background-color: #d9efdc; 
}

#searchResults ul {
  list-style: none;
  width: 49%;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#searchResults ul.left {
  float: left;
}

#searchResults ul.right {
  float: right;
}

#searchResults ul li {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
}

.searchThumb {
  float: left;
  width: 25%;
  margin-right: 4%;
}

.searchThumb img {
  float: left;
  width: 100%;
  height: auto;
}

.searchHeader h2 {
   color: #007D7D;
   font-size: 16px;
}

.searchDesc {
  width: 33%;
  float: left;
  font: 13px/16px sans-serif;
  color: #231f20;
}

.searchDesc2 {
  float: left;
  font: 13px/16px sans-serif;
  color: #231f20;
}

 .searchRating {
   margin: 5px 0px 5px 0px;
   display: block;
}

.searchPercentage {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    display: block;
    float: left;
    height: 54px;
    margin-right: 10px;
    width: 80px;
    color: #37B44A;
    display: block;
    font-size: 26px;
    padding-top: 18px;
    text-align: center;
    font-weight: bold;
}

.searchRecommend {
   color: #666666;
   font-size: 11px;
}


.searchAddress {
   float: right;
   text-align: right;
}

.searchAddress2 {
   float: right;
}
.searchCounter:before {
  font: 30px/30px 'MuseoSans-500', Arial, sans-serif;
  color: #fff;
  counter-increment: searchResults;
  content: counter(searchResults);
  padding-right: 15px;
}

#searchResultsPager {
  text-align: right;
}

#searchResultsPager .pager {
  margin: 0 10px 0 0;
  font: 13px/15px sans-serif;
}

#searchResultsPager a {
  text-decoration: none;
  color: #231f20;
}

#searchResultsPager a:hover {
  color: #424242;
}

#usersSaying .pad20 {
    overflow: visible;
}

#usersSaying {
  margin-top: 10px;
}

#usersSaying h2 {
  font: 22px/24px 'MuseoSans-500', Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}

#usersSaying .singleQuote {
  overflow: visible;
  font: 18px/20px Arial, sans-serif;
  color: #424242;
  border-bottom: 2px dotted #ece66b;
  margin-bottom: 15px;
  text-indent: 6px;
}

#usersSaying .singleQuote span {
  position: absolute;
  top: auto;
  left: -7px;
  margin-top: -5px;
}

#usersSaying .singleQuote p {
  margin-bottom: 15px;
}

#usersSaying .last {
  border: 0;
  margin: 0;
}

#residentReviews {
  color: #fff;
}

#residentReviews .talkBubble {
  font: 24px/26px 'MuseoSans-500', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

#residentReviews .talkBubble span {
  position: absolute;
  top: auto;
  left: auto;
  margin: -22px 0 0 -5px;
  display: inline-block;
  width:34px;
  height:37px;
  padding: 8px 0 0 24px;
  background: transparent url(../img/talkBubble.png) top left no-repeat;
}

#residentReviews h2 {
  font: 22px/24px 'MuseoSans-500', Arial, sans-serif;
  color: #fff;
  padding: 5px;
  border-bottom: 1px solid #fff;
}

.review {
  border-bottom: 1px solid #fff;
}
.review > div {
  padding:5px;
}

#residentReviews .subject {
   font-weight: bold;
}

#residentReviews .last {
  padding: 5px 0 0;
  border-bottom: 0;
}

.review a {
  color: #fff;
  text-decoration: none;
}

.review a:hover span {
  text-decoration: underline;
}

.stars {
  float: left;
  margin: 3px 5px 0 0;
}

.review p {
  margin: 0;
  padding: 3px 0;
}
.review .wrap {
   float: right;
   width: 60%;
}
.review .image {
   float: left;
   width: 145px;
}
.rater {
  color: #b0c974;
}

#extraInfoTab h3 {
  font: 20px sans-serif;
  color: #007D7D;
}

#propertyReviews .review {
  color: #fff;
}

#propertyReviews h2 {
  color: #fff;
  font: 24px/30px 'MuseoSans-500', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}

#propertyReviews .writeReview {
  float: right;
  font: 12px/18px Arial, sans-serif;
  margin-top: 4px;
}

#propertyReviews .writeReview a {
  background-color: #007d7d;
  float: left;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
}

#propertyReviews .writeReview a:hover {
  background-color: #424242;
}

#propertyReviews .reviewComments {
  width: 63%;
  float:left;
  padding: 0;
}

#propertyReviews .review {
  border: 0;
}

.singleReview {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3fbabb;
}

#propertyReviews .last {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

#propertyReviews .reviewData {
  margin-left: 2%;
  width: 33%;
  float: left;
}

#propertyReviews .bvStars {
  display: inline-block;
  width: 75px;  
}

#propertyReviews .subject {
  font: 16px/18px Arial, sans-serif;
}

#propertyReviews .ratingQuote p {
  font: 12px/16px sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}

#propertyReviews .rater {
  font: 12px/16px sans-serif;
  font-weight: 300;
}

#propertyReviews .addComment {
  float: right;
  font: 12px/16px sans-serif;
  font-weight: 300; 
  padding-right: 23px;
  margin-top: 4px;
  background: url(../img/commentBubble.png) right no-repeat;
}

#propertyReviews .addComment a:hover {
  text-decoration: underline;
}

.reviewData {
  font: 11px/14px sans-serif;
  font-weight: 300;
  color: #fff;
  margin-top: 15px;
}

.ratingTitle {
  display: block;
  width: 100;
  clear: both;
}

.ratingGraph {
  display: block;
  text-align: right;
  margin-bottom: 8px;
}

.rated5 {
  background: url(../img/rateBars/5.png) left no-repeat;
}

.rated4 {
  background: url(../img/rateBars/4.png) left no-repeat;
}

.rated3 {
  background: url(../img/rateBars/3.png) left no-repeat;
}

.rated2 {
  background: url(../img/rateBars/2.png) left no-repeat;
}

.rated1 {
  background: url(../img/rateBars/1.png) left no-repeat;
}

.rated0 {
  background: url(../img/rateBars/0.png) left no-repeat;
}

.helpfulReview {
  float: right;
  text-align: right;
  margin-top: 5px;
}

.helpfulReview span {
  display: inline-block;
  margin-right: 5px;
}
.helpfulReview a {
  color: #fff;
  font-size: 9px;
  text-decoration: none;
  display: inline-block;
  background-color: #72bb79;
  padding: 1px 4px 0;
}

.helpfulReview a:hover {
  background-color: #289660;
}


#recentlyViewed {
    border: 1px solid #289660;
    color: #231F20;
    font: 14px/20px Arial,sans-serif;
}

#recentlyViewed h3 {
  font: 24px/30px 'MuseoSans-500', Arial, sans-serif;
  color: #007D7D;
  font-weight: normal;
  margin-bottom: 5px;
}

#recentlyViewed h3 {
  margin-bottom: 30px;
}

#recentlyViewed .results-wrap {
  font: 24px/30px 'MuseoSans-500', Arial, sans-serif;
  color: #000000;
  font-weight: normal;
  margin-bottom: 10px;
}

.bvCount, .bvTotal {
  font-weight: bold;
}

.bvBreakdown .reviewData {
  width: 69%;
  clear: both;
}

.bvRateText {
  display: inline-block;
  position: relative;
  font: 16px/30px 'MuseoSans-500', Arial, sans-serif;
  color: #fff;
  font-weight: normal;
  top: 5px;
  margin: 0px 0 0 5px;
}

.nearbyProperty {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #548959;
}

#propertiesNearby .last {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.propThumb {
  float: left;
  width: 35%;
  margin-right: 3%;
}

.propThumb img {
  float: left;
  width: 100%;
}

.propThumb .ratingSummary {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: auto;
  right: auto;
  width: 30px;
  height: 25px;
  padding: 5px 0 0 10px;
  margin: -15px 0 0 -35px;
  background: url(../img/ratingSummary.png) top center no-repeat;
}

.singlepropInfo {
  color: #231f20;
  float: left;
  width: 62%;
}

#postScript {
  padding: 20px 0;
}


#featured h2 {
  margin-bottom: 20px;
  border-bottom: 1px dashed #00a4a5;
  color: #007d7d;
  height: 25px;
}

#featured h2 span {
  position: absolute;
  font: 30px/32px 'MuseoSans-500', Arial, sans-serif;
  background: #fff;
  display: block;
  padding-right: 5px;
}

#featured .featuredItem {
  width: 24%;
  float: left;
  margin-right: 1%;
}

#featured .first {
  margin-left: .5%;
}

#featured .last {
  margin-right: 0;
}

#featured .propShot,
#featured .propInfo {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.propInfo a {
  color: #007d7d;
  font: 18px/20px 'MuseoSans-500', Arial, sans-serif;
  text-decoration: none;
}

.propInfo a:hover {
  color: #797979;
}

.propInfo a h5 {
  margin-bottom: 4px;
}

.propInfo .propReviews {
  color: #007d7d;
  font: 18px/20px 'MuseoSans-500', Arial, sans-serif;
  text-align: right;
  float: right;
  margin-left: 10px;
  width: 58px;
  height: 58px;
  padding: 6px 14px 0 0;
  background: transparent url(../img/featuredReviewCount.png) top right no-repeat;
}

.propInfo .doubledigits {
  padding-right: 10px;
}

.propInfo .propLoc {
  font-size: 16px;
}

#browseResults ul {
   list-style-type:none;
   width:900px;
}

#browseResults ul li {
   float:left;
   list-style-type:none;
   margin: 10px 0 0 0;
   padding: 0 10px 0 0;
   width:199px;
}
#browseResults .subtitle {
   color: #999999;
   font-size: 10px;
}

#extraInfoTab p {
   padding-bottom: 20px;
}

#findhome h2 {
  font: 22px/24px 'MuseoSans-500',Arial,sans-serif;
  margin-bottom: 5px;
  color: #ffffff;
}

#blog h2 {
  font: 22px/24px 'MuseoSans-500',Arial,sans-serif;
  margin-bottom: 10px;
  color: #00a4a5;
  border-bottom: 1px solid #00a4a5;
}

#blog a {
    color: #000000;
    text-decoration: none;
}

#blog a:hover p {
  /*background-color: #f3f0a7;*/
  text-decoration: underline;
}

#blog h3 {
  font: 18px/20px 'MuseoSans-500',Arial,sans-serif;
  margin-bottom: 5px;
  color: #00a4a5;
}

#blog .article {
   padding-bottom: 20px;
}

footer {
  width: 100%;
  background: #72bb79 url(../img/footBg.jpg) top left repeat-x;
  min-height: 100px;
  padding-top: 30px;
  color: #424242;
}

#footNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footNav ul li {
  float: left;
  margin-left: 10px;
}

#footNav ul li.first {
  margin-left: 0;
}

#footNav ul li a {
  text-decoration: none;
  color: #424242;
}

#footNav ul li a:hover {
    color: #797979;
}

#copyright {
  text-align: right;
}
/* =============================================================================
   Media Queries
   ========================================================================== */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #introText {
        width:617px;
      }
      header {
        height:62px;
      }
      #navbig {
        padding-left:125px;
      }
    }

    @media only screen and (max-width: 767px) {
      header {
        height:57px;
      }      
      #logobig {
        display:none;
      }
      #logosmall {
        display:block;
      }      
      #copyright {
        text-align: center;
      }
      #social {
        display:none;
        }
      #navbig {
        display:none;
      }
      #navsmall {
        display:block;
        padding-left:30px;
      } 
      #introText {
        display:none;
      }    
      #searchBox {
        margin-top:10px;
      }
      #footNav ul li {
        float:none;
        margin:0 auto;
        text-align:center;
      }
      #footNav ul li.first {
        margin:0 auto;
      }
      #footNav .sep {
          display:none;
      }
    }     


    @media only screen and (min-width: 480px) and (max-width: 767px) {
      header {
        height:57px;
      }
      #logobig {
        display:none;
      }
      #logosmall {
        display:block;
      }
      #copyright {
        text-align: center;
      }
      #social {
        display:none;
      }
      #navbig {
        display:none;
      }
      #navsmall {
        display:block;
        padding-left:108px;
      }
      #introText {
        display:none;
      }
      #searchBox {
        margin-top:10px;
      }   
      #footNav ul li {
        float: left;
        margin-left: 10px;
      }

      #footNav ul li.first {
        margin-left: 0;
      }
      #footNav .sep {
          display:block;
      }         
    }   


/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Override the BV styles for a quick fix */
#BVRRRatingSummaryLinkWriteFirstID, #BVRRRatingSummaryLinkWriteID {
   background: url(/static/img/orange_button.png) !important;
   padding: 0px 5px 0px 5px;
}
