html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection{ background: #FCA374; color:#fff; text-shadow: none; }
::selection { background:#FCA374; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FCA374; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
body, select, input, textarea {
  color: #444;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }
b { font-weight: bold; }
body {
    font: normal 14px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    width: 980px;
    background: #fff;
    color: #444;
}
h1 {
    font-size: 1.8em;
    text-shadow: 0 1px 0 #CCC;
    font-weight: bold;
    color: #A20000;
    margin: 1em 0 0.8em 0;
}
h2 {
    font-size: 1.6em;
    margin: 0.8em 0;
    color: #FF6600;
    text-shadow: 0 1px 0 #CCC;
}
h3 {
    font-size: 1.3em;
    margin: 0.6em 0;
    text-shadow: 0 1px 0 #CCC;
}
h3 a {
    text-decoration: none;
}
h3 a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 0.2em;
    line-height: 1.5;
}
section {
    margin: 0.5em 0 1.5em;
    clear: both;
}
header nav {
    background-color: #666;
    margin-bottom: 1.3em;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}
header nav ul {
    list-style: none;
    display: inline;
}
header nav ul li {
    display: inline-block;
    padding: 5px 5px 5px 10px;
    float: left;
}
header nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 20px;
}
header nav ul li a:link, header nav ul li a:visited {
    color: #fff;
}
header nav ul li a:hover {
    color: #ff6600;
}
input.field, #respond input[type="text"], textarea {
	padding: 6px;
	border: solid 1px #CCC;
	outline: 0;
	background: #FFFFFF url(../images/bg_form.png) left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.red {
    color: #A20000;
}
.center {
    text-align: center;
}
table td {
    padding: 0.5em;
}
table thead td {
    font-weight: bold;
}
table.center td {
    text-align: center;
}
/** buttons **/
.awesome, .awesome:visited, #respond input#submit {
    background: #222 url(../images/button-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
}

.awesome:hover {
    background-color: #111;
    color: #fff;
}

.awesome:active {
    top: 1px;
}

.small.awesome, .small.awesome:visited {
    font-size: 11px;
}

.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.large.awesome, .large.awesome:visited {
    font-size: 14px;
    padding: 8px 14px 9px;
}

.green.awesome, .green.awesome:visited {
    background-color: #91bd09;
}

.green.awesome:hover {
    background-color: #749a02;
}

.blue.awesome, .blue.awesome:visited {
    background-color: #2daebf;
}

.blue.awesome:hover {
    background-color: #007d9a;
}

.red.awesome, .red.awesome:visited {
    background-color: #a20000;
}

.red.awesome:hover {
    background-color: #872300;
}

.magenta.awesome, .magenta.awesome:visited {
    background-color: #a9014b;
}

.magenta.awesome:hover {
    background-color: #630030;
}

.orange.awesome, .orange.awesome:visited {
    background-color: #ff5c00;
}

.orange.awesome:hover {
    background-color: #d45500;
}

.yellow.awesome, .yellow.awesome:visited {
    background-color: #ffb515;
}

.yellow.awesome:hover {
    background-color: #fc9200;
}

input.error, select.error, textarea.error {
    border: 1px solid #a30000;
}

.rating, .ratingSmall {
    position: relative;
    overflow: hidden;
    width: 125px;
    height: 25px;
}
.ratingSmall {
    float: left;
    width: 100px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 5px;
}
.rating .starImg, .ratingSmall .starImg {
    display:block;
    position: absolute;
    left: -2px;
}
.rating .stars_1_0 {
    clip: rect(25px,125px,50px,0);
    top: -25px;
}
.rating .stars_1_5 {
    clip: rect(50px,125px,75px,0);
    top: -50px;
}
.rating .stars_2_0 {
    clip: rect(75px,125px,100px,0);
    top: -75px;
}
.rating .stars_2_5 {
    clip: rect(100px,125px,125px,0);
    top: -100px;
}
.rating .stars_3_0 {
    clip: rect(125px,125px,150px,0);
    top: -125px;
}
.rating .stars_3_5 {
    clip: rect(150px,125px,175px,0);
    top: -150px;
}
.rating .stars_4_0 {
    clip: rect(175px,125px,200px,0);
    top: -175px;
}
.rating .stars_4_5 {
    clip: rect(200px,125px,250px,0);
    top: -200px;
}
.rating .stars_5_0 {
    clip: rect(225px,125px,275px,0);
    top: -225px;
}
.ratingSmall .stars_0_0 {
    clip: rect(250px,100px,270px,0);
    top: -250px;
}
.ratingSmall .stars_1_0 {
    clip: rect(270px,100px,290px,0);
    top: -270px;
}
.ratingSmall .stars_1_5 {
    clip: rect(290px,100px,310px,0);
    top: -290px;
}
.ratingSmall .stars_2_0 {
    clip: rect(310px,100px,330px,0);
    top: -310px;
}
.ratingSmall .stars_2_5 {
    clip: rect(330px,100px,350px,0);
    top: -330px;
}
.ratingSmall .stars_3_0 {
    clip: rect(350px,100px,370px,0);
    top: -350px;
}
.ratingSmall .stars_3_5 {
    clip: rect(370px,100px,390px,0);
    top: -370px;
}
.ratingSmall .stars_4_0 {
    clip: rect(390px,100px,410px,0);
    top: -390px;
}
.ratingSmall .stars_4_5 {
    clip: rect(410px,100px,430px,0);
    top: -410px;
}
.ratingSmall .stars_5_0 {
    clip: rect(430px,100px,450px,0);
    top: -430px;
}

.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
    margin: 0;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 28px;
	height: 26px;
	display: block;
	position: relative;
	background: url(../images/crystal-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -56px;
}
.ui-stars-star-on a {
	background-position: 0 -84px;
}
.ui-stars-star-hover a {
	background-position: 0 -112px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -28px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}

.clear {
    clear: both;
}
/** PAGINATOR **/
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align: center;
}

div.pagination a {
	padding: 2px 5px 2px 6px;
	margin: 2px;
	border: 1px solid #336699;
	text-decoration: none; /* no underline */
	color: #336699;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #336699;

	font-weight: bold;
	background-color: #336699;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #BBB;
	color: #AAA;
}
form div {
    margin: 0.6em 0;
}

form.commentForm label {
    display: block;
}

label span {
    color: #a30000;
}

.errors {
    background-color: #fbe3e4;
    color: #a30000;
    border: 2px solid #fbc2c4;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background-color: #e6efc2;
    color: #264409;
    border: 2px solid #C6D880;
    padding: 1.6em;
    margin: 1em 0;
}

.errors li {
   list-style: disc inside;
}
#search-bar {
    margin: 10px 0;
    padding: 3px 20px;
    background: #f9c667;
    background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621));
    background: -webkit-linear-gradient(top, #f9c667 0%,#f79621 100%);
    background: -o-linear-gradient(top, #f9c667 0%,#f79621 100%);
    background: -ms-linear-gradient(top, #f9c667 0%,#f79621 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 );
    background: linear-gradient(top, #f9c667 0%,#f79621 100%);
}
#search-bar form {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#search-bar form label {
    font-size: 1.3em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
#search-button {
    width: 96px;
    height: 29px;
}
#search-input {
    width: 60px;
    font-weight: bold;
}
#search-bar a {
    color: #777;
    font-size: 0.85em;
    text-transform: lowercase;
    vertical-align: bottom;
}
#content, #primary {
    float: left;
    width: 690px;
    padding-right: 10px;
    border-right: 2px solid #E6E6E6;
    margin-bottom: 20px;
}
.error404 #content, .error404 #primary {
    float: none;
    width: auto;
    border: none;
}
#content section {
    position: relative;
}
#info, #secondary {
    position: relative;
    float: left;
    width: 267px;
    padding-left: 10px;
    margin-left: -2px;
    border-left: 2px solid #E6E6E6;
}
#home-description {
    position: absolute;
    top: 25px;
    left: 460px;
    width: 210px;
}
#home-description h1 {
    font-weight: bold;
    color: #A20000;
    font-size: 1.8em;
    margin: 0 0 38px 0;
}
#home-description p {
    font-size: 0.85em;
    color: #fff;
}
#home section .column {
    float: left;
    width: 220px;
    margin-left: 13px;
}
#home section .first {
    margin-left: 0;
}
#home section .column p {
    color: #636363;
}
section article header time {
    font-size: 0.8em;
}
section article footer {
    text-align: right;
    font-size: 0.8em;
}
.jcarousel-container {
    background: transparent url(../images/sprites.png) no-repeat top left;
    padding-bottom: 30px
}
.jcarousel-clip {
    overflow: hidden;
    background-color: #fff;
}
.jcarousel-clip-horizontal {
    width:  240px;
    height: 180px;
    margin-left: 26px;
}
.jcarousel-item {
    width: 235px;
    height: 180px;
    padding-left: 5px;
}
.jcarousel-prev {
    background: transparent url(../images/sprites.png) no-repeat -58px 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 32px;
}
.jcarousel-next {
    background: transparent url(../images/sprites.png) no-repeat -26px 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testimonialCarousel ul li p {
    margin-bottom: 0.3em;
    font-size: 0.95em;
}
.testimonialCarousel ul li span {
    font-size: 0.8em;
    color: #369;
}
.testimonialCarousel ul li small {
    font-size: 0.8em;
}

#footer {
    clear: both;
    padding: 2em;
    margin: 2em 0;
    font-size: 0.8em;
}
#footer img, #footer div.left {
    float: left;
    margin-right: 1em;
}
#footer div.left ul {
    margin: 0;
}
#footer div.left ul li {
    list-style: none;
    display: inline-block;
    padding-right: 0.8em;
    margin-right: 0.5em;
    border-right: 1px solid #333;
    float: left;
}
#footer div.left ul li.last {
    border: 0;
}
#footer div.left ul li a {
    color: #444;
}
#footer div.left ul li a:hover {
    color: #036;
}
#search {
    position: relative;
}
#search h1 {
    margin-bottom: 0;
}

#city-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 200px;
    overflow: auto;
}
#city-list div {
    font-size: 0.9em;
}

div.inline {
    display: inline-block;
    margin-right: 0.5em;
}
.comment {
    margin: 0.5em 0;
    padding: 0.6em 0;
    border-bottom: 1px solid #DDD;
}
.comment .author {
    color: #036;
    font-size: 1.2em;
    font-weight: bold;
}
.comment time {
    color: #888;
    font-style: italic;
    font-size: 0.85em;
}
.comment p {
    margin: 0.6em 0;
}
.shopListing {
    clear: both;
    padding: 0.2em 0 0.8em 0;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #DDD;
}
.shopListing div.left {
    float: left;
    width: 65%;
}
.shopListing div.left img {
    vertical-align: middle;
}
.shopListing div.left h3 {
    margin-top: 0;
    margin-bottom: 0.2em;
    float: left;
}
.shopListing div.left h3 a, #articles h2 a {
    color: #333;
    text-decoration: underline;
}
.shopListing div.left h3 a:hover,  #articles h2 a:hover {
    color: #369;
}
.shopListing div.left a.coupon {
    float: left;
    margin-left: 10px;
}
.shopListing div.right {
    float: left;
    width: 200px;
}
.shopListing div.rev {
    clear: both;
    margin-top: 10px;
}
.shopListing div.rev p {
    font-size: 0.9em;
}
.shopListing .shopType {
    clear: both;
    color: #018F00;
    text-transform: uppercase;
    font-size: 0.8em;
}
.shopListing .distance {
    font-size: 0.8em;
    color: #888;
}
.shopListing .distance span {
    font-weight: bold;
    color: #555;
}
.shopListing .numReviews {
    color: #999;
    font-style: italic;
    font-size: 0.9em;
}
.shopListing .rev span.author {
    color: #36A;
    font-style: italic;
    font-size: 0.9em;
}
.shopListing .rev p {
    clear: both;
}
#shops-map {
    width: 267px;
    height: 270px;
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    z-index: 5;
    clear: both;
}
#shop-map {
    width: 100%;
    height: 300px;
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    z-index: 5;
    clear: both;
}
#map-container {
    zoom: 1;
    z-index: 4;
    clear:both;
}
#map-container.fixed {
    position: fixed;
    top: 6px;
}
#map-options {
    text-align: center;
    margin: 0.3em auto 0;
}
#map-options ul {
    margin: 0;
}
#map-options ul li {
    display: inline;
    list-style: none;
    margin-right: 1em;
    padding: 0 0.5em;
    float: left;
}
#map-options img {
    vertical-align: middle;
    margin-right: 0.5em;
}
#map-options ul li span, #map-options ul li a {
    cursor: pointer;
    color: #8F0000;
    text-decoration: underline;
}
.infoWindow {
    position: absolute;
    width: 250px;
    padding: 0.8em;
    z-index: 100;
    border: 2px solid #FF6600;
    background-color: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.infoWindow a {
    font-weight: bold;
}
.infoWindow img.coupon {
    margin-left: 8px;
    vertical-align: middle;
}
.infoWindow p {
    clear: both;
    font-size: 0.9em;
}
#shop-options {
    margin-bottom: 1em;
    padding-bottom: 1.3em;
    border-bottom: 1px solid #DDD;
    font-size: 0.9em;
}
#shop-options h2 {
    margin-bottom: 0;
}
#shop-options .filterColumn {
    float: left;
    width: 50%;
}
#shop-options .filterColumn ul {
    margin: 0;
}
#shop-options .filterColumn li {
    list-style: none;
}
#shop-options .filterColumn li.current {
    font-weight: bold;
}
.altShops .ratingSmall {
    float: none;
}
.altShops .shopType {
    color: #018F00;
    font-size: 0.85em;
}
.altShops .distance {
    color: #999;
    font-size: 0.85em;
}

#shop .address {
    font-size: 1.3em;
    font-weight: bold;
    margin: 1em 0;
}
#shop .address .shopType {
    color: #018F00;
    font-size: 0.9em;
}
div.coupon {
    margin: 1em 0;
    padding: 1.2em;
    border: 5px dashed #DDD;
}
div.coupon h3, div.coupon div, #coupon h1, #coupon h2, #coupon .disclaimer {
    text-align: center;
}
div.coupon h3 {
    margin: 0 0 0.3em 0;
    color: #F00;
    font-size: 1.5em;
}
div.coupon .subtitle {
    font-size: 1.3em;
    margin-bottom: 0.6em;
}
div.coupon .disclaimer {
    font-size: 0.9em;
    color: #343;
}

#coupon {
    margin-top: 2em;
    border: 6px dashed #DDD;
    padding: 1.6em;
    width: 500px;
}
#coupon h1 {
    font-size: 2em;
}
#coupon div {
    margin-bottom: 0.8em;
}
#coupon .reference {
    text-align: right;
    font-size: 0.8em;
    color: #999;
}
.socialRight {
    float: right;
    margin-top: 5px;
}
#rating-label {
    float: left;
    margin-right: 0.3em;
}
#rating-stars {
    float: left;
}
#rating-stars label {
    display: inline-block;
}
div.breadcrumb {
    font-size: 0.9em;
}
div.share {
    height: 21px;
}
#error {
    padding: 0.5em 0 5em 13em;
}
#stations h2 {
    clear: both;
}
ul.stationList {
    margin: 0;
}
ul.stationList li {
    list-style: none;
    display: inline-block;
    width: 160px;
    float: left;
}
.articleImg {
    float: right;
    margin-left: 0.5em;
}
#articles .articleItem {
    padding-bottom: 1.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #DDD;
}
#articles h2 {
    margin-bottom: 0;
}
#articles header {
    margin-bottom: 0.8em;
}
#articles header time {
    color: #999;
    font-size: 0.8em;
}
#articles footer {
    font-size: 0.9em;
}
#articles p.summary {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
#article article p {
    margin-bottom: 0.8em;
}
#article h1, #search h1, #shop h1, #stations h1 {
    margin-top: 0.5em;
}
div.promoRight {
    margin: 0 0 1.3em 1.3em;
    float: right;
}
div.promoLeft {
    margin: 1.3em 1.3em 0 0;
    float: right;
}
div.promo {
    margin: 0.8em 0;
}
div.promoSearch {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #DDD;
}
#shop div.promoRight, #article div.promoRight {
    margin-top: 0.3em;
}
div.amenities {
    float: right;
    width: 50%;
}
div.amenities h3 {
    color: #FF6600;
    font-size: 1.1em;
}
div.amenities ul {
    margin: 0;
}
div.amenities ul li {
    list-style: none;
    display: inline-block;
    width: 48%;
    float: left;
}
div.notListed {
    background-color: #EEE;
    padding: 1em;
    font-size: 0.8em;
    margin-top: 0.8em;
}
#cse-search-box {
    float: right;
    margin: 3px 5px 0 5px;
}
#cse-search-box div {
    margin: 0;
}
.countyList a {
    color: #888;
    font-size: 0.8em;
}
#shop div.addthis_toolbox div.atclear {
    clear: left;
}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; 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: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media screen and (max-device-width: 480px) {

  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; 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: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


