body, input, textarea, button, select, label {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.28;
}

h1, .pseudoh1 {
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.28;
}

h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
}

h3 {
  font-size: 20px;
  font-weight: 300;
}

a {
  color: #0070C0;
}
a:hover, a:focus {
  color: #005580;
  text-decoration: underline;
}

sup {
  top: -0.72em;
  font-size: 50%;
}

.radio, .checkbox {
  line-height: 20px;
}

.wait {
  cursor: progress !important;
}

.btn .icon-chevron-right-png {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 15px;
  margin-top: 2px;
  background: url(../img/icon-chevron-right.png) no-repeat;
  vertical-align: top;
}
.lt-ie8 .btn .icon-chevron-right-png {
  margin-top: 4px;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body {
  background: #222;
  color: #fff;
}

h1:focus, .pseudoh1:focus {
  outline: none;
}

h2:focus {
  outline: none;
}

.button {
  padding: 12px 18px 9px;
  background: #408bb3;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  color: #fff !important;
  border: 1px solid #486A8D;
  text-shadow: 0 1px 1px #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button[disabled] {
  background: #ccc;
  border-color: #aaa;
  color: #000 !important;
  text-shadow: none;
  cursor: default;
}
.button[disabled]:hover {
  color: #000 !important;
}
.button:hover {
  text-decoration: none;
  color: #fff !important;
}

/* Color of input placeholder text */
input::-moz-placeholder {
  color: #707070;
}

input:-ms-input-placeholder {
  color: #707070;
}

input::-webkit-input-placeholder {
  color: #707070;
}

#wrap {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 5px;
  background: #E7F0F0;
  color: #fff;
}
#wrap:before, #wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
#wrap:after {
  clear: both;
}
#wrap .main-inner {
  background: #fff;
  color: #333;
}

/**
 * Accessibility features for the skip to main content feature sourced from CIHI website.
 */
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

#skip-link {
  margin: 0;
}

#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#banner {
  position: relative;
  background: #fff;
  color: #333;
}
#banner #logo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 98;
  margin: 15px 10px 10px 10px;
}
#banner #logo a img {
  width: 90%;
  height: auto;
  margin-bottom: 10px;
}
#banner #navigation {
  z-index: 100;
  position: absolute;
  top: 15px;
  right: 15px;
}
#banner #navigation ul {
  *zoom: 1;
  margin: 0;
  list-style-type: none;
}
#banner #navigation ul:before, #banner #navigation ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#banner #navigation ul:after {
  clear: both;
}
#banner #navigation ul li {
  float: left;
  display: block;
  padding: 0 0 5px;
  font-size: 13px;
  color: #037872;
}
#banner #navigation ul li a {
  text-decoration: underline;
}
#banner #navigation ul li .langswitcher {
  font-weight: bold;
}
#banner #aoda_statement {
  position: relative;
  top: 15px;
  left: 15px;
  padding-right: 50px;
  padding-bottom: 10px;
  font-size: 14pt;
  font-family: Arial;
}
#banner #navigation li:before {
  padding: 0px 5px 0px 5px;
  content: "|";
}
#banner #navigation li:first-child:before {
  content: none;
}
#banner #site_name {
  position: relative;
  margin: 0;
  height: 60px;
}
#banner #site_name span {
  position: absolute;
  top: 10px;
  left: -52px;
  width: 1064px;
  height: 50px;
  padding: 8px 0 0;
  background: #222 url(../img/banner.png) no-repeat center top;
  color: #fff;
  text-align: center;
}
#banner #site_name .spinner {
  top: 22px;
  left: 24px;
}

#main {
  position: relative;
  margin-top: -4px;
}

#contentinfo {
  *zoom: 1;
  background-color: #E7F0F0;
  /*padding: 30px 48px 10px;*/
  padding-top: 10px;
  position: relative;
}
#contentinfo:before, #contentinfo:after {
  display: table;
  content: "";
  line-height: 0;
}
#contentinfo:after {
  clear: both;
}
#contentinfo #shp-new-legend {
  color: black;
  font-size: 13.5px;
}
#contentinfo #shp-new-legend img {
  height: 25px;
  margin-left: 18px;
  margin-top: -2px;
}
#contentinfo .followus {
  text-align: center;
  padding: 0px 0 5px 0;
  list-style-type: none;
  line-height: 32px;
  margin-top: -15px;
}
#contentinfo .followus li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  color: #000;
}
#contentinfo .followus li a {
  display: block;
  width: 32px;
  color: #037871;
}
#contentinfo .contentinfo {
  text-align: center;
}
#contentinfo .contentinfo .nav {
  vertical-align: bottom;
  margin-right: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 15px;
}
#contentinfo .contentinfo .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#contentinfo .contentinfo .nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*padding: 0 0 5px;*/
}
#contentinfo .contentinfo .nav ul li a {
  color: #037872;
  text-decoration: underline;
}
#contentinfo .contentinfo .copyright {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: bottom;
  color: #000;
  padding: 0 0 15px;
}

#contentinfo .contentinfo .nav li:before {
  padding: 0px 5px 0px 5px;
  color: #000;
  content: "|";
}

#contentinfo .contentinfo .nav li:first-child:before {
  content: none;
}

#site_name {
  position: relative;
  margin: 0;
  height: 60px;
}
#site_name span {
  position: absolute;
  top: 14px;
  left: -1%;
  width: 102%;
  height: 38px;
  padding: 8px 0 0;
  background: #222 url(../img/banner.png) no-repeat center top;
  color: #fff;
  text-align: center;
}
#site_name .spinner {
  top: 22px;
  left: 24px;
}

#homepage {
  font-size: 16px;
  line-height: 1.2;
}
#homepage .placeholder {
  margin: 0;
}
#homepage .introductionTitle {
  margin: 0;
  padding: 20px 0 0 20px;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
}
#homepage .introductionBody {
  margin: 20px 20px 0;
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.4;
}
#homepage .themes {
  margin-top: 20px;
  text-align: center;
}
#homepage .themes a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 20px;
}

#pagecontent {
  padding: 20px;
}

#themeoverview {
  background: #333;
  font-size: 16px;
  line-height: 1.2;
}
#themeoverview .introductionTitle {
  margin: 0;
  padding: 20px 0 0 20px;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
#themeoverview .introductionBody {
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  color: #fff;
}
#themeoverview .indicators {
  *zoom: 1;
}
#themeoverview .indicators:before, #themeoverview .indicators:after {
  display: table;
  content: "";
  line-height: 0;
}
#themeoverview .indicators:after {
  clear: both;
}
#themeoverview .indicators .indicator {
  float: left;
  width: 430px;
  padding: 20px 0 20px 20px;
}
#themeoverview .indicators .indicator h1, #themeoverview .indicators .indicator .pseudoh1 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #0A90B3;
}
#themeoverview .indicators .indicator .cmsDesc {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.18;
}
#themeoverview .indicators .indicator .cmsSecondaryDesc {
  background-repeat: no-repeat;
  min-height: 120px;
  padding-top: 10px;
  padding-left: 130px;
  font-weight: bold;
  font-size: 16px;
}
#themeoverview .indicators .indicator .cmsSecondaryDesc p {
  margin: 8px auto;
}
#themeoverview .indicators .indicator .cmsSecondaryDesc p:first-child {
  margin-bottom: 0;
  font-size: 15px;
}
#themeoverview .indicators .indicator .btn {
  margin-top: 12px;
  font-weight: bold;
}
.lt-ie8 #themeoverview .indicators .indicator .btn {
  padding: 2px 12px 8px;
}
#themeoverview .indicators .indicator a:focus {
  outline: 2px solid black;
}
#themeoverview .indicators.odd {
  border-top: 1px solid #fff;
  background: #fff;
}
#themeoverview .indicators.even {
  border-top: 1px solid #fff;
  background: #fff;
}

.metriclegend {
  margin: 0 0 14px;
  padding: 0;
  text-align: center;
  list-style-type: none;
  font-size: 14px;
}
.metriclegend li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  margin-bottom: 4px;
  margin-right: 25px;
  line-height: 40px;
}
.metriclegend li.best {
  padding-left: 45px;
  background: url(../img/metrics/809135_40x40_shp.png) no-repeat !important;
}
.metriclegend li.medium {
  padding-left: 45px;
  background: url(../img/metrics/0a90b3_40x40_shp.png) no-repeat !important;
}
.metriclegend li.worst {
  padding-left: 45px;
  background: url(../img/metrics/e11b90_40x40_shp.png) no-repeat !important;
}
.metriclegend li.na {
  padding-left: 45px;
  background: url(../img/metrics/aaa_40x40.png) no-repeat !important;
}
.metriclegend li.partial {
  padding-left: 45px;
  background: url(../img/metrics/partial_40x40.png) no-repeat !important;
}
.metriclegend li.s-best {
  padding-left: 45px;
  background: url(../img/metrics/ac5200_40x40_shp.png) no-repeat !important;
}
.metriclegend li.s-medium {
  padding-left: 45px;
  background: url(../img/metrics/0a90b3_40x40_shp.png) no-repeat !important;
}
.metriclegend li.s-worst {
  padding-left: 45px;
  background: url(../img/metrics/993399_40x40_shp.png) no-repeat !important;
}
.metriclegend li.s-na {
  padding-left: 45px;
  background: url(../img/metrics/333_20x20.png) no-repeat !important;
}
.metriclegend li.peerH1 {
  padding-left: 36px;
  background: url(../img/pr/H1-mini.png) no-repeat !important;
}
.metriclegend li.peerH2 {
  padding-left: 26px;
  background: url(../img/pr/H2-mini.png) no-repeat !important;
}
.metriclegend li.peerH3 {
  padding-left: 18px;
  background: url(../img/pr/H3-mini.png) no-repeat !important;
}
.metriclegend li.peerT {
  padding-left: 25px;
  background: url(../img/pr/T-mini.png) no-repeat !important;
}
.metriclegend li.peerNA {
  padding-left: 18px;
  background: url(../img/pr/NA-mini.png) no-repeat !important;
}

#advancedsearchresults {
  font-size: 16px;
  line-height: 1.2;
}
#advancedsearchresults .searchheading {
  background: #333;
  margin: 0;
  padding: 10px 20px 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
#advancedsearchresults .searchheading h2 {
  margin: 0;
  padding: 20px 0 10px;
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
}
#advancedsearchresults .searchheading .introductionBody {
  font-family: Arial, sans-serif;
  font-size: 23px;
  line-height: 1.4;
}
#advancedsearchresults .searchheading .introductionBody span.replaced {
  font-size: 36px;
  font-weight: normal;
  color: #19a3dd;
  line-height: 1.1;
}
#advancedsearchresults .searchheading .descriptions {
  text-align: center;
}
#advancedsearchresults .searchheading .contextDesc {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*width: 400px;*/
  margin-top: 30px;
  margin-right: 40px;
  vertical-align: top;
  text-align: center;
}
#advancedsearchresults .searchheading .contextDesc strong {
  display: block;
  padding-top: 48px;
  background: url(../img/ico-profile.png) no-repeat top center;
}
#advancedsearchresults .searchheading .contextDesc div {
  line-height: 1;
  padding-bottom: 10px;
}
#advancedsearchresults .searchheading .peerGroup {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
  margin-top: 30px;
  margin-right: 40px;
  vertical-align: top;
  text-align: center;
}
#advancedsearchresults .searchheading .peerGroup strong {
  display: block;
  padding-top: 48px;
  background: url(../img/ico-peergroup.png) no-repeat top center;
}
#advancedsearchresults .searchheading .peerGroup div {
  line-height: 1;
  padding-bottom: 10px;
}
#advancedsearchresults .searchheading .peerGroup .peer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
#advancedsearchresults .searchheading .peerGroup .peer.peerNA {
  padding-left: 39px;
  background: url(../img/pr/NA.png) no-repeat;
}
#advancedsearchresults .searchheading .peerGroup .peer.peerH1 {
  padding-left: 85px;
  background: url(../img/pr/H1.png) no-repeat;
}
#advancedsearchresults .searchheading .peerGroup .peer.peerH2 {
  padding-left: 63px;
  background: url(../img/pr/H2.png) no-repeat;
}
#advancedsearchresults .searchheading .peerGroup .peer.peerH3 {
  padding-left: 39px;
  background: url(../img/pr/H3.png) no-repeat;
}
#advancedsearchresults .searchheading .peerGroup .peer.peerT {
  padding-left: 69px;
  background: url(../img/pr/T.png) no-repeat;
}
#advancedsearchresults .legendData {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}
#advancedsearchresults .theme h1, #advancedsearchresults .theme .pseudoh1 {
  margin-top: 30px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #0A90B3;
}
#advancedsearchresults .theme.odd {
  border-top: 1px solid #ffffff;
  background: #ffffff;
}
#advancedsearchresults .theme.even {
  border-top: 1px solid #F6F6F6;
  background: #F6F6F6;
}
#advancedsearchresults .indicator {
  float: left;
  width: 440px;
  padding: 0 0 30px 20px;
  text-align: center;
}
#advancedsearchresults .indicator .btn {
  margin-top: 10px;
  font-weight: bold;
}
#advancedsearchresults .indicator a:focus {
  outline: 2px solid black;
}
#advancedsearchresults .indicator.indicator014 .indicatorMetric .value.best, #advancedsearchresults .indicator.indicator015 .indicatorMetric .value.best {
  background-image: url(../img/metrics/ac5200_120x120_shp.png);
  color: #fff;
}
#advancedsearchresults .indicator.indicator014 .indicatorMetric .value.worst, #advancedsearchresults .indicator.indicator015 .indicatorMetric .value.worst {
  background-image: url(../img/metrics/993399_120x120_shp.png);
  color: #fff;
}
#advancedsearchresults .indicatorDescription {
  display: table-cell;
  padding-right: 60px;
  padding-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
}
#advancedsearchresults .indicatorDescDescription {
  margin-bottom: 20px;
  text-align: left;
}
#advancedsearchresults .indicatorDescDescription td {
  padding-right: 10px;
  vertical-align: middle;
}
#advancedsearchresults .indicatorDescDescription img {
  width: 82px;
  height: auto;
  max-width: none;
  margin-right: 10px;
}
#advancedsearchresults .metric {
  *zoom: 1;
  text-align: center;
}
#advancedsearchresults .metric:before, #advancedsearchresults .metric:after {
  display: table;
  content: "";
  line-height: 0;
}
#advancedsearchresults .metric:after {
  clear: both;
}
#advancedsearchresults .metric .value {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#advancedsearchresults .metric .value.best span {
  color: #fff;
}
#advancedsearchresults .metric .value.medium span {
  color: #fff;
}
#advancedsearchresults .metric .value.worst span {
  color: #fff;
}
#advancedsearchresults .metric .value.na span {
  color: #000;
}
#advancedsearchresults .metric .label {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
#advancedsearchresults .metric .nationalAvg {
  float: left;
  width: 135px;
  margin-top: 20px;
  padding-bottom: 30px;
  background: url(../img/advancedsearchresults-metric-divider.png) no-repeat center right;
  color: #0A90B3;
  vertical-align: middle;
}
#advancedsearchresults .metric .nationalAvg .value {
  font-size: 28px;
  font-weight: normal;
  color: #0A90B3;
}
#advancedsearchresults .metric .nationalAvg .label {
  line-height: 34px;
}
#advancedsearchresults .metric .indicatorMetric {
  float: left;
  width: 280px;
  margin: 8px 0 20px 20px;
  color: #0A90B3;
  text-align: left;
  vertical-align: top;
}
#advancedsearchresults .metric .indicatorMetric .value {
  width: 120px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  /*display:inline-block;*/
  margin: 0 20px 0 0;
  background-image: url(../img/metrics/aaa_120x120.png);
  color: #333;
  display: inline-block;
  margin-top: -30px;
  line-height: 120px;
}
#advancedsearchresults .metric .indicatorMetric .value.best {
  background-image: url(../img/metrics/809135_120x120_shp.png);
  color: #fff;
}
#advancedsearchresults .metric .indicatorMetric .value.medium {
  background-image: url(../img/metrics/0a90b3_120x120_shp.png);
  color: #fff;
}
#advancedsearchresults .metric .indicatorMetric .value.worst {
  background-image: url(../img/metrics/e11b90_120x120_shp.png);
  color: #fff;
}
#advancedsearchresults .metric .indicatorMetric .value.na {
  background-image: url(../img/metrics/ccc_120x120.png);
  color: #333;
}
#advancedsearchresults .metric .indicatorMetric .value.partialCoverage-best {
  background-image: url(../img/metrics/809135_120x120_shp_dash.png);
  color: #fff;
}
#advancedsearchresults .metric .indicatorMetric .value.partialCoverage-medium {
  background-image: url(../img/metrics/0a90b3_120x120_shp_dash.png);
  color: #fff;
}
#advancedsearchresults .metric .indicatorMetric .value.partialCoverage-worst {
  background-image: url(../img/metrics/e11b90_120x120_shp_dash.png);
  color: #fff;
}
#advancedsearchresults .metric .indicatorMetric .value.partialCoverage-na {
  background-image: url(../img/metrics/aaa_120x120_dash.png);
  color: #333;
}
#advancedsearchresults .metric .indicatorMetric .label {
  margin-top: -20px;
  padding-top: 0px;
  text-align: left;
}
#advancedsearchresults .metric .indicatorMetric .trend {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 110px;
  height: 120px;
  vertical-align: top;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
}
#advancedsearchresults .metric .indicatorMetric .trend.best {
  color: #000;
}
#advancedsearchresults .metric .indicatorMetric .trend.medium {
  color: #000;
}
#advancedsearchresults .metric .indicatorMetric .trend.worst {
  color: #000;
}
#advancedsearchresults .metric .indicatorMetric .trend.na {
  color: #000;
}

/* for the jqueryUI autocomplete widget main search*/
.ui-autocomplete-main {
  max-height: 400px;
  max-width: 350px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  font-size: 15px;
}

/* for the jqueryUI autocomplete widget trend searches*/
.ui-autocomplete-trend {
  max-height: 200px;
  max-width: 300px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  font-size: 14px;
}

.searchbox {
  background: #037872;
  padding: 10px 20px 7px;
  color: #fff;
  text-align: right;
}
.searchbox label, .searchbox .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  line-height: 28px;
  vertical-align: top;
  margin-right: 10px;
}
.searchbox label.hide, .searchbox .label.hide {
  display: none;
}
.searchbox .zoneSearchAutocomplete {
  text-align: left;
  font-size: 15px;
  width: 350px;
  height: 25px;
  line-height: 25px;
}

#themefooter {
  *zoom: 1;
  background-color: #E7F0F0;
  padding: 10px 48px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
}
#themefooter:before, #themefooter:after {
  display: table;
  content: "";
  line-height: 0;
}
#themefooter:after {
  clear: both;
}
#themefooter ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
#themefooter ul:before, #themefooter ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#themefooter ul:after {
  clear: both;
}
#themefooter ul ul {
  padding-top: 20px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
#themefooter ul ul li {
  padding-bottom: 12px;
}
#themefooter .theme {
  float: left;
  width: 146px;
  margin-left: 30px;
  padding-top: 58px;
  background-repeat: no-repeat;
  background-position: 43px 0;
}
#themefooter .theme:first-child {
  margin: 0;
}
#themefooter .theme a {
  color: #037872;
  text-decoration: underline;
}
#themefooter .theme.theme001 {
  background-image: url(../img/footer/001.png);
}
#themefooter .theme.theme002 {
  background-image: url(../img/footer/002.png);
}
#themefooter .theme.theme003 {
  background-image: url(../img/footer/003.png);
}
#themefooter .theme.theme004 {
  background-image: url(../img/footer/004.png);
}
#themefooter .theme.theme005 {
  background-image: url(../img/footer/005.png);
}
#themefooter .theme .new-flag {
  position: relative;
  margin-top: 2px;
  height: 25px;
  width: 10px;
  color: #D70404;
  text-align: right;
  font-size: 16px;
}
#themefooter .theme .newIndicator {
  margin-left: -16px;
}
#themefooter .theme .newToYHS {
  margin-left: -10px;
}
#themefooter .new-flag-legends {
  color: #037872;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
#themefooter .new-flag-legends .legend {
  color: #D70404;
  font-size: 16px;
}

#socialsharing {
  *zoom: 1;
  position: absolute;
  top: -160px;
  right: 43px;
  text-align: right;
}
#socialsharing:before, #socialsharing:after {
  display: table;
  content: "";
  line-height: 0;
}
#socialsharing:after {
  clear: both;
}
#socialsharing ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
#socialsharing ul:before, #socialsharing ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#socialsharing ul:after {
  clear: both;
}
#socialsharing li {
  position: relative;
  z-index: 100;
  height: 30px;
  margin: 0 2px;
  vertical-align: top;
}
#socialsharing li a, #socialsharing li button {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/ico-social-media.png) no-repeat;
  color: #000;
  overflow: hidden;
  border: 0;
}
#socialsharing li a span, #socialsharing li button span {
  display: block;
  text-indent: -10000em;
  text-align: left;
}
#socialsharing > div {
  display: inline-block;
  margin-left: 24px;
}
#socialsharing > div.export a {
  background-position: -226px 0;
}
#socialsharing > div.print a {
  background-position: -149px 0;
}
#socialsharing > div.create li {
  float: left;
  display: block;
}
#socialsharing > div.create .powerpoint {
  background-position: -264px 0;
}
#socialsharing > div.create .pdf {
  background-position: -301px 0;
}
#socialsharing > div.share li {
  float: left;
  display: block;
}
#socialsharing > div.share .twitter {
  background-position: 0 0;
}
#socialsharing > div.share .facebook {
  background-position: -35px 0;
}
#socialsharing > div.share .email {
  background-position: -104px 0;
}
#socialsharing > div > span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.indicator-module {
  border-top: 1px dotted #ccc;
}
.indicator-module .heading h2 {
  float: left;
}
.indicator-module .heading .export {
  float: right;
  background: #00829b;
  margin: 22px 0 20px 20px;
  line-height: 16px;
}
.indicator-module .heading .export div {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.indicator-module .introBody {
  clear: both;
}
.indicator-module .dp-indicator-variants {
  font-size: 14px;
  line-height: 16px;
}

.drawer {
  position: relative;
  z-index: 100;
}
.drawer .drawer-header, .drawer .drawer-content {
  padding: 12px 48px;
  background: #333;
  color: #fff;
}
.drawer .drawer-header h1, .drawer .drawer-content h1 {
  font-size: 30px;
}
.drawer .drawer-header p, .drawer .drawer-content p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.drawer .drawer-header p:first-child, .drawer .drawer-content p:first-child {
  margin-top: 0;
}
.drawer .drawer-handle {
  height: 30px;
  text-align: center;
}
.drawer .drawer-handle .hr {
  background: #333;
  height: 5px;
}
.drawer .drawer-handle span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 60px;
  padding: 4px 8px;
  background: #333;
  color: #fff;
  cursor: pointer;
}

#nationalmetrics {
  *zoom: 1;
  padding: 12px 48px;
  /*background: #F4F4F4;*/
  background: #FFF;
}
#nationalmetrics:before, #nationalmetrics:after {
  display: table;
  content: "";
  line-height: 0;
}
#nationalmetrics:after {
  clear: both;
}
#nationalmetrics p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
#nationalmetrics p:first-child {
  margin-top: 0;
}
#nationalmetrics .clearfix {
  padding-top: 20px;
}
#nationalmetrics h1 {
  margin: 0;
  padding: 15px 0 10px;
  font-size: 30px;
  font-weight: bold;
}
#nationalmetrics .legend {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
}
#nationalmetrics .legend li {
  display: none;
  height: 40px;
  margin: 10px 25px 20px 0;
  padding-left: 45px;
  font-weight: bold;
  background-repeat: no-repeat;
  /*&.s-best, &.s-worst  {display: none;}*/
}
#nationalmetrics .legend li.partial {
  display: inline-block;
  background-image: url(../img/metrics/partial_40x40.png);
}
#nationalmetrics .legend li.best {
  display: inline-block;
  background-image: url(../img/metrics/809135_40x40_shp.png);
}
#nationalmetrics .legend li.medium {
  display: inline-block;
  background-image: url(../img/metrics/0a90b3_40x40_shp.png);
}
#nationalmetrics .legend li.worst {
  display: inline-block;
  background-image: url(../img/metrics/e11b90_40x40_shp.png);
}
#nationalmetrics .legend li.na {
  display: inline-block;
  background-image: url(../img/metrics/aaa_40x40.png);
}
#nationalmetrics .national {
  float: left;
  width: 120px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  /*display:inline-block;*/
  margin: 0 20px 0 0;
  background-image: url(../img/metrics/aaa_120x120.png);
  color: #333;
}
#nationalmetrics .national.best {
  background: url(../img/metrics/809135_120x120_shp.png) no-repeat, #256001;
  color: #fff;
  border-radius: 120px;
}
#nationalmetrics .national.medium {
  background: url(../img/metrics/0a90b3_120x120_shp.png) no-repeat, #025669;
  color: #fff;
  border-radius: 120px;
}
#nationalmetrics .national.worst {
  background: url(../img/metrics/e11b90_120x120_shp.png) no-repeat, #931895;
  color: #fff;
  border-radius: 120px;
}
#nationalmetrics .national.na {
  background-image: url(../img/metrics/ccc_120x120.png);
  color: #333;
}
#nationalmetrics .national .zoneName {
  margin: 25px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
#nationalmetrics .national .value {
  font-family: Arial, sans-serif;
  font-size: 32px;
}
#nationalmetrics .national.hide {
  display: none;
}
#nationalmetrics .national.partialCoverage-best {
  background: url(../img/metrics/809135_120x120_shp_dash.png) no-repeat, #256001;
  color: #fff;
  border-radius: 120px;
}
#nationalmetrics .national.partialCoverage-medium {
  background: url(../img/metrics/0a90b3_120x120_shp_dash.png) no-repeat, #025669;
  color: #fff;
  border-radius: 120px;
}
#nationalmetrics .national.partialCoverage-worst {
  background: url(../img/metrics/e11b90_120x120_shp_dash.png) no-repeat, #931895;
  color: #fff;
  border-radius: 120px;
}
#nationalmetrics .national.partialCoverage-na {
  background-image: url(../img/metrics/aaa_120x120_dash.png);
  color: #333;
}
#nationalmetrics .focused {
  float: left;
  /*display:inline-block;*/
}
#nationalmetrics .focused #provincialselection {
  margin: 0;
}
#nationalmetrics .provincial {
  float: right;
  /*display:inline-block;*/
  width: 675px;
}
#nationalmetrics .provincial.narrow {
  width: 560px;
}
#nationalmetrics .provincial .metric {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  text-align: center;
  margin: 0px 10px 10px 0px;
  height: 80px;
  width: 80px;
  cursor: pointer;
}
#nationalmetrics .provincial .metric.best {
  background: url(../img/metrics/809135_80x80_shp.png) no-repeat, #256001;
  color: #fff;
  border-radius: 80px;
}
#nationalmetrics .provincial .metric.medium {
  background: url(../img/metrics/0a90b3_80x80_shp.png) no-repeat, #025669;
  color: #fff;
  border-radius: 80px;
}
#nationalmetrics .provincial .metric.worst {
  background: url(../img/metrics/e11b90_80x80_shp.png) no-repeat, #931895;
  color: #fff;
  border-radius: 80px;
}
#nationalmetrics .provincial .metric.na {
  background-image: url(../img/metrics/ccc_80x80.png);
  color: #333;
}
#nationalmetrics .provincial .metric .zoneName {
  margin: 15px 0 0 0;
  font-size: 11px;
  font-weight: bold;
}
#nationalmetrics .provincial .metric .value {
  font-size: 20px;
}
#nationalmetrics .provincial .metric.zoneC1 {
  display: none;
}
#nationalmetrics .provincial .metric.suppressed {
  cursor: default;
}
#nationalmetrics .provincial .metric.hide {
  display: none;
}
#nationalmetrics .provincial .metric.partialCoverage-best {
  background: url(../img/metrics/809135_80x80_shp_dash.png) no-repeat, #256001;
  color: #fff;
  border-radius: 80px;
}
#nationalmetrics .provincial .metric.partialCoverage-medium {
  background: url(../img/metrics/0a90b3_80x80_shp_dash.png) no-repeat, #025669;
  color: #fff;
  border-radius: 80px;
}
#nationalmetrics .provincial .metric.partialCoverage-worst {
  background: url(../img/metrics/e11b90_80x80_shp_dash.png) no-repeat, #931895;
  color: #fff;
  border-radius: 80px;
}
#nationalmetrics .provincial .metric.partialCoverage-na {
  background-image: url(../img/metrics/aaa_80x80_dash.png);
  color: #333;
}
#nationalmetrics .sexFilter {
  float: left;
  margin-right: 20px;
}
#nationalmetrics .sexFilter #sexLabel {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
#nationalmetrics .sexFilter #gendersCombo {
  width: 240px;
  height: 34px;
}
#nationalmetrics .ageGroupFilter {
  float: left;
}
#nationalmetrics .ageGroupFilter #ageGroupLabel {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
#nationalmetrics .ageGroupFilter #ageGroupsCombo {
  width: 240px;
  height: 34px;
}
#nationalmetrics.indicator014 .legend li.best, #nationalmetrics.indicator014 .legend li.worst, #nationalmetrics.indicator015 .legend li.best, #nationalmetrics.indicator015 .legend li.worst {
  display: none;
}
#nationalmetrics.indicator014 .legend li.s-best, #nationalmetrics.indicator015 .legend li.s-best {
  display: inline-block;
  background-image: url(../img/metrics/ac5200_40x40_shp.png);
}
#nationalmetrics.indicator014 .legend li.s-worst, #nationalmetrics.indicator015 .legend li.s-worst {
  display: inline-block;
  background-image: url(../img/metrics/993399_40x40_shp.png);
}
#nationalmetrics.indicator014 .national.best, #nationalmetrics.indicator015 .national.best {
  background-image: url(../img/metrics/ac5200_120x120_shp.png);
}
#nationalmetrics.indicator014 .national.medium, #nationalmetrics.indicator015 .national.medium {
  background-image: url(../img/metrics/0a90b3_120x120_shp.png);
}
#nationalmetrics.indicator014 .national.worst, #nationalmetrics.indicator015 .national.worst {
  background-image: url(../img/metrics/993399_120x120_shp.png);
}
#nationalmetrics.indicator014 .national .value, #nationalmetrics.indicator015 .national .value {
  font-size: 28px;
}
#nationalmetrics.indicator014 .provincial .metric.best, #nationalmetrics.indicator015 .provincial .metric.best {
  background-image: url(../img/metrics/ac5200_80x80_shp.png);
}
#nationalmetrics.indicator014 .provincial .metric.medium, #nationalmetrics.indicator015 .provincial .metric.medium {
  background-image: url(../img/metrics/0a90b3_80x80_shp.png);
}
#nationalmetrics.indicator014 .provincial .metric.worst, #nationalmetrics.indicator015 .provincial .metric.worst {
  background-image: url(../img/metrics/993399_80x80_shp.png);
}
#nationalmetrics.indicator014 .provincial .metric .value, #nationalmetrics.indicator015 .provincial .metric .value {
  font-size: 20px;
}

.indicator-overview.drawer .drawer-header, .indicator-overview.drawer .drawer-content, .indicator-overview.drawer .drawer-handle span {
  font-family: Arial, sans-serif;
  background: #333;
  color: #fff;
}
.indicator-overview.drawer h1 {
  margin: 0;
  padding-top: 20px;
  font-weight: bold;
  color: #fff;
}
.indicator-overview.drawer a, .indicator-overview.drawer a:hover, .indicator-overview.drawer a:focus {
  color: #fff;
  text-decoration: underline;
}
.indicator-overview.drawer div:focus {
  outline: none;
}
.indicator-overview.drawer #indicatorexpanded .drawer-content {
  margin-top: -12px;
}
.lt-ie8 .indicator-overview.drawer #indicatorexpanded .drawer-content {
  zoom: 1;
  padding-bottom: 40px;
}
.indicator-overview.drawer #indicatorexpanded .clearfix {
  margin-top: 20px;
}
.indicator-overview.drawer #indicatorexpanded .clearfix .youtube {
  float: left;
  margin-top: 1em;
  margin-right: 20px;
}
.indicator-overview.drawer #indicatorexpanded .clearfix .youtube iframe {
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.indicator-overview.drawer #indicatorexpanded .clearfix h1 {
  margin-top: 0;
  padding: 0;
}
.indicator-overview.drawer #indicatorexpanded .clearfix img {
  float: left;
  margin: 0 10px 10px 0;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

#highlights {
  text-align: center;
}
#highlights img {
  margin-bottom: 30px;
}

#trendovertime .export {
  float: right;
  background: #00829b;
  /*margin: 20px 0 40px 20px*/
  padding: 9px 18px 6px;
}
#trendovertime .graph {
  width: 860px;
  height: 360px;
  margin: 0 auto;
}
#trendovertime .pre_controls {
  display: inline-block;
  *zoom: 1;
  margin: 20px 0 0 10px;
}
#trendovertime .pre_controls:before, #trendovertime .pre_controls:after {
  display: table;
  content: "";
  line-height: 0;
}
#trendovertime .pre_controls:after {
  clear: both;
}
#trendovertime .pre_controls .errorbars {
  margin: 0;
  padding: 0;
  float: left;
  *zoom: 1;
  margin: 0 0 0 0;
}
#trendovertime .pre_controls .errorbars:before, #trendovertime .pre_controls .errorbars:after {
  display: table;
  content: "";
  line-height: 0;
}
#trendovertime .pre_controls .errorbars:after {
  clear: both;
}
#trendovertime .pre_controls .errorbars .checkbox input[type=checkbox] {
  margin-left: -17px;
}
#trendovertime .pre_controls ul {
  float: left;
  margin: 0;
  padding: 0;
  *zoom: 1;
  list-style-type: none;
}
#trendovertime .pre_controls ul:before, #trendovertime .pre_controls ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#trendovertime .pre_controls ul:after {
  clear: both;
}
#trendovertime .pre_controls ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#trendovertime .pre_controls ul span {
  display: inline-block;
}
#trendovertime .pre_controls ul span i {
  display: inline-block;
  background: #990000;
  width: 12px;
  height: 12px;
  margin: 2px 6px 0px 3px;
  padding: 0;
}
#trendovertime .controls {
  *zoom: 1;
  float: left;
  margin: 0;
  padding: 0px 0 10px 80px;
  list-style: none;
}
#trendovertime .controls:before, #trendovertime .controls:after {
  display: table;
  content: "";
  line-height: 0;
}
#trendovertime .controls:after {
  clear: both;
}
#trendovertime .controls li {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 4px;
  line-height: 48px;
  background: #cccccc;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
#trendovertime .controls li.nodata, #trendovertime .controls li.disabled {
  background: #efefef;
  color: #666;
  cursor: default;
}
#trendovertime .controls li.active {
  color: #fff;
}
#trendovertime .autocompletes {
  *zoom: 1;
  margin: 0 0 0 20px;
}
#trendovertime .autocompletes:before, #trendovertime .autocompletes:after {
  display: table;
  content: "";
  line-height: 0;
}
#trendovertime .autocompletes:after {
  clear: both;
}
#trendovertime .autocompletes > div {
  margin-bottom: 10px;
  line-height: 28px;
}
#trendovertime .autocompletes > div > label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 100px;
  margin-right: 8px;
  line-height: 28px;
  text-align: right;
}
#trendovertime .autocompletes > div > input {
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  width: 300px;
  height: 25px;
  line-height: 25px;
}
html[lang=fr] #trendovertime .autocompletes > div {
  line-height: 1;
}
html[lang=fr] #trendovertime .autocompletes > div > label {
  line-height: 1;
}
#trendovertime .autocompletes > div button {
  margin-left: 8px;
}
#trendovertime .autocompletes .colour {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 32px;
  height: 28px;
  margin-left: 10px;
}
#trendovertime .autocompletes .colour.hide {
  display: none;
}
#trendovertime .autocompletes .citywarning {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  /*width: 32px;*/
  height: 28px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#trendovertime .autocompletes .citywarning .warningcity {
  font-size: 16px;
  font-weight: bold;
  color: #0A90B3;
}
#trendovertime .autocompletes .citywarning .warninmid {
  font-size: 10px;
}
#trendovertime .autocompletes .citywarning .warningregion {
  font-size: 16px;
  font-weight: bold;
  color: #0A90B3;
}
#trendovertime .autocompletes .city {
  margin-top: 30px;
}
#trendovertime .autocompletes .city .colour {
  background: #660066;
}
#trendovertime .autocompletes .hospital .colour {
  background: #000066;
}
#trendovertime .autocompletes .sexFilter {
  float: left;
  margin-top: 30px;
  margin-right: 20px;
}
#trendovertime .autocompletes .sexFilter #sexLabel {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
#trendovertime .autocompletes .sexFilter #sexCombo {
  width: 240px;
  height: 34px;
}
#trendovertime .autocompletes .ageGroupFilter {
  margin-top: 30px;
  margin-right: 20px;
}
#trendovertime .autocompletes .ageGroupFilter #ageGroupLabelTrend {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
#trendovertime .autocompletes .ageGroupFilter #ageGroupsComboTrend {
  width: 240px;
  height: 34px;
}
#trendovertime .autocompletes button {
  background-color: black;
}
#trendovertime .legend {
  list-style: none;
  padding: 0px 0px 0px 60px;
}
#trendovertime .legend .legendListItem {
  float: left;
}
#trendovertime .legend .legendListItem .legendGraphic {
  width: 180px;
  height: 20px;
  display: inline-block;
}
#trendovertime .legend .legendListItem .legendLabel {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

#flotTip {
  width: 180px;
  font-size: 13px;
  line-height: 1.28;
  text-align: center;
  color: #fff;
}
#flotTip .popup-outer {
  position: relative;
  padding: 8px;
  background: #333;
  border-radius: 4px;
}
#flotTip .popup-outer:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333;
  border-width: 15px;
  left: 50px;
  margin-left: -15px;
}
#flotTip .zone1 .popup-outer {
  background: #333333;
}
#flotTip .zone1 .popup-outer:after {
  border-top-color: #333333;
}
#flotTip .zone59 .popup-outer {
  background: #990000;
}
#flotTip .zone59 .popup-outer:after {
  border-top-color: #990000;
}
#flotTip .zone48 .popup-outer {
  background: #336600;
}
#flotTip .zone48 .popup-outer:after {
  border-top-color: #336600;
}
#flotTip .zone47 .popup-outer {
  background: #996600;
}
#flotTip .zone47 .popup-outer:after {
  border-top-color: #996600;
}
#flotTip .zone46 .popup-outer {
  background: #663300;
}
#flotTip .zone46 .popup-outer:after {
  border-top-color: #663300;
}
#flotTip .zone35 .popup-outer {
  background: #666600;
}
#flotTip .zone35 .popup-outer:after {
  border-top-color: #666600;
}
#flotTip .zone24 .popup-outer {
  background: #cc3300;
}
#flotTip .zone24 .popup-outer:after {
  border-top-color: #cc3300;
}
#flotTip .zone13 .popup-outer {
  background: #006666;
}
#flotTip .zone13 .popup-outer:after {
  border-top-color: #006666;
}
#flotTip .zone12 .popup-outer {
  background: #006699;
}
#flotTip .zone12 .popup-outer:after {
  border-top-color: #006699;
}
#flotTip .zone11 .popup-outer {
  background: #333366;
}
#flotTip .zone11 .popup-outer:after {
  border-top-color: #333366;
}
#flotTip .zone10 .popup-outer {
  background: #663399;
}
#flotTip .zone10 .popup-outer:after {
  border-top-color: #663399;
}
#flotTip .zone60 .popup-outer {
  background: #990099;
}
#flotTip .zone60 .popup-outer:after {
  border-top-color: #990099;
}
#flotTip .zone61 .popup-outer {
  background: #333300;
}
#flotTip .zone61 .popup-outer:after {
  border-top-color: #333300;
}
#flotTip .zone62 .popup-outer {
  background: #666699;
}
#flotTip .zone62 .popup-outer:after {
  border-top-color: #666699;
}
#flotTip .lvl003 .popup-outer {
  background: #660066;
}
#flotTip .lvl003 .popup-outer:after {
  border-top-color: #660066;
}
#flotTip .lvl007 .popup-outer {
  background: #000066;
}
#flotTip .lvl007 .popup-outer:after {
  border-top-color: #000066;
}
#flotTip .metric {
  font-size: 38px;
  font-weight: bold;
}
#flotTip .baseline {
  font-size: 32px;
  font-weight: bold;
}
#flotTip .baseline strong {
  display: block;
  font-size: 16px;
}
#flotTip .notes {
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
}

#mapcomparison {
  *zoom: 1;
  margin-top: 40px;
  padding-bottom: 40px;
}
#mapcomparison:before, #mapcomparison:after {
  display: table;
  content: "";
  line-height: 0;
}
#mapcomparison:after {
  clear: both;
}
#mapcomparison #map-container {
  margin-left: 48px;
  width: 860px;
  height: 440px;
}
#mapcomparison #map-combos-container {
  margin-left: 48px;
  width: 860px;
}
#mapcomparison #map-combos-container .sexFilterMap {
  float: left;
  margin-right: 20px;
}
#mapcomparison #map-combos-container .sexFilterMap #sexLabelMap {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
#mapcomparison #map-combos-container .sexFilterMap #sexComboMap {
  width: 240px;
  height: 34px;
}
#mapcomparison #map-combos-container .ageGroupFilterMap {
  float: left;
}
#mapcomparison #map-combos-container .ageGroupFilterMap #ageGroupLabelMap {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
#mapcomparison #map-combos-container .ageGroupFilterMap #ageGroupComboMap {
  width: 240px;
  height: 34px;
}
#mapcomparison .mapIntroBodyLegend {
  clear: left;
}
#mapcomparison .legend {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  font-size: 12px;
  line-height: 40px;
}
#mapcomparison .legend li {
  display: none;
  height: 40px;
  margin: 10px 35px 20px 0;
  padding-left: 45px;
  background-repeat: no-repeat;
}
#mapcomparison .legend li.partial {
  display: inline-block;
  background-image: url(../img/metrics/partial_40x40.png);
}
#mapcomparison .legend li.best {
  display: inline-block;
  background-image: url(../img/metrics/809135_40x40_shp.png);
}
#mapcomparison .legend li.medium {
  display: inline-block;
  background-image: url(../img/metrics/0a90b3_40x40_shp.png);
}
#mapcomparison .legend li.worst {
  display: inline-block;
  background-image: url(../img/metrics/e11b90_40x40_shp.png);
}
#mapcomparison .legend li.na {
  display: inline-block;
  background-image: url(../img/metrics/aaa_40x40.png);
}
#mapcomparison .indicator014 .legend .best,
#mapcomparison .indicator014 .legend .worst, #mapcomparison .indicator015 .legend .best,
#mapcomparison .indicator015 .legend .worst {
  display: none;
}
#mapcomparison .indicator014 .legend .s-best, #mapcomparison .indicator015 .legend .s-best {
  display: inline-block;
  background-image: url(../img/metrics/ac5200_40x40_shp.png);
}
#mapcomparison .indicator014 .legend .s-medium, #mapcomparison .indicator015 .legend .s-medium {
  display: inline-block;
  background-image: url(../img/metrics/0a90b3_40x40_shp.png);
}
#mapcomparison .indicator014 .legend .s-worst, #mapcomparison .indicator015 .legend .s-worst {
  display: inline-block;
  background-image: url(../img/metrics/993399_40x40_shp.png);
}

#topresults .zones {
  *zoom: 1;
  margin-top: 30px;
  padding: 0 48px;
}
#topresults .zones:before, #topresults .zones:after {
  display: table;
  content: "";
  line-height: 0;
}
#topresults .zones:after {
  clear: both;
}
#topresults .zone {
  float: left;
  width: 280px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}
#topresults .zone .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#topresults .zone .zoneDescription {
  min-height: 46px;
  padding-right: 20px;
  font-size: 16px;
  color: #666;
}
#topresults .zone .zoneDescription.peerH1 {
  padding-left: 85px;
  background: url(../img/pr/H1.png) no-repeat;
}
#topresults .zone .zoneDescription.peerH2 {
  padding-left: 63px;
  background: url(../img/pr/H2.png) no-repeat;
}
#topresults .zone .zoneDescription.peerH3 {
  padding-left: 39px;
  background: url(../img/pr/H3.png) no-repeat;
}
#topresults .zone .zoneDescription.peerT {
  padding-left: 69px;
  background: url(../img/pr/T.png) no-repeat;
}
#topresults .zone .metric {
  padding-left: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #809135;
}

.introtext {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #0A90B3;
}

.placeholder {
  background: #fff;
  margin: 0 0 30px;
  padding: 0 48px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.placeholder h2 {
  margin: 0;
  padding: 20px 0 10px;
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
}

.homepagebox {
  background: #222;
  margin: 0 0 30px;
  padding: 0 48px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.homepagebox h2 {
  margin: 0;
  padding: 20px 0 10px;
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
}

.placeholderMap {
  background: #fff;
  margin: 0 0 0 0;
  padding: 0 48px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.placeholderMap h2 {
  margin: 0;
  padding: 20px 0 10px;
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
}

.div-icon-black {
  background-image: url("../img/map/black.png");
  position: absolute;
  z-index: 10;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-black-small {
  background-image: url("../img/map/black-small.png");
  background-color: transparent;
  position: absolute;
  z-index: 10;
  line-height: 20px;
  white-space: nowrap;
  border-radius: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

.div-icon-blue {
  background: url("../img/map/0a90b3_40x40_map.png") no-repeat, #00829b;
  position: absolute;
  z-index: 10;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-red {
  background: url("../img/map/e11b90_40x40_map.png") no-repeat, #931895;
  position: absolute;
  z-index: 10;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-green {
  background: url("../img/map/809135_40x40_map.png") no-repeat, #222;
  position: absolute;
  z-index: 10;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-orange {
  background: url("../img/map/ac5200_40x40_map.png") no-repeat, #222;
  position: absolute;
  z-index: 10;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-purple {
  background: url("../img/map/993399_40x40_map.png") no-repeat, #222;
  position: absolute;
  z-index: 10;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-grey {
  background-image: url("../img/map/aaa_40x40.png");
  position: absolute;
  z-index: 10;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.div-icon-blue-highlight {
  background: url("../img/map/0a90b3_50x50_map-highlight.png") no-repeat, #025669;
  position: absolute;
  z-index: 12;
  line-height: 50px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-red-highlight {
  background: url("../img/map/e11b90_50x50_map-highight.png") no-repeat, #222;
  position: absolute;
  z-index: 12;
  line-height: 50px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-green-highlight {
  background: url("../img/map/809135_50x50_map-highlight.png") no-repeat, #256001;
  position: absolute;
  z-index: 12;
  line-height: 50px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-purple-highlight {
  background: url("../img/map/993399_50x50_map-highlight.png") no-repeat, #222;
  position: absolute;
  z-index: 12;
  line-height: 50px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-orange-highlight {
  background: url("../img/map/ac5200_50x50_map-highlight.png") no-repeat, #256001;
  position: absolute;
  z-index: 12;
  line-height: 50px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-grey-highlight {
  background-image: url("../img/map/aaa_50x50_map-highlight.png");
  position: absolute;
  z-index: 12;
  line-height: 50px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.div-icon-blue-partial {
  background-image: url("../img/map/0a90b3_40x40_map_partial.png");
  position: absolute;
  z-index: 12;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-red-partial {
  background-image: url("../img/map/e11b90_40x40_map_partial.png");
  position: absolute;
  z-index: 12;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-green-partial {
  background-image: url("../img/map/809135_40x40_map_partial.png");
  position: absolute;
  z-index: 12;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-purple-partial {
  background-image: url("../img/map/993399_40x40_map_partial.png");
  position: absolute;
  z-index: 12;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-orange-partial {
  background-image: url("../img/map/ac5200_40x40_map_partial.png");
  position: absolute;
  z-index: 12;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.div-icon-grey-partial {
  background-image: url("../img/map/aaa_40x40_map_partial.png");
  position: absolute;
  z-index: 12;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.zone-blue {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  border-radius: 40px;
  color: #fff;
  background: url(img/blue.png);
}

.hsp-control-info {
  padding: 6px 8px;
  font: 14px/18px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 150px;
}

.hsp-control-info h4 {
  margin: 0 0 5px;
  color: #777;
}

.hsp-control-back-old {
  width: 75px;
  padding: 0.5em;
  margin: 0 5px 5px 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #0078c5;
  border: none;
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.hsp-control-back-old:hover {
  background-color: #003b61;
}

.hsp-control-back-old.light {
  background-color: #f1f1f1;
  color: #444;
}

.hsp-control-back-old.light:hover {
  background-color: #919191;
}

.leaflet-div-icon {
  border-radius: 50%;
  border: none;
  line-height: 50px;
  text-align: center;
  color: white;
  opacity: 0.8;
  vertical-align: middle;
  background: url(img/blue.png);
}

.hsp-control-button {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: 0.5em 2em 0.55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 0.4em 1.5em 0.42em;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  /*width:68px;*/
  /*width:40%;*/
}

.hsp-control-button:hover {
  text-decoration: none;
}

.hsp-control-button:active {
  position: relative;
  top: 1px;
}

.hsp-control-button:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top, #fff, #dcdcdc);
}

.hsp-control-button:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: -moz-linear-gradient(top, #ededed, #fff);
}

.hsp-control-button:focus {
  outline: solid;
}

.hsp-control-table {
  width: 100%;
}

.hsp-control-td {
  width: 50%;
}

.hsp-control-checkbox {
  text-align: center;
  font: 14px/100% Arial, Helvetica, sans-serif;
}

.hsp-map-hover-above {
  background-color: #809135;
  border: none;
  opacity: 0.5;
  padding: 10px 10px 10px 10px;
  width: 250px;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  position: absolute;
  z-index: 10;
  /*border-radius:10px;*/
  text-align: center;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #fff;
}

.hsp-map-hover-same {
  background-color: #0a90b3;
  border: none;
  opacity: 0.5;
  padding: 10px 10px 10px 10px;
  width: 250px;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  position: absolute;
  z-index: 10;
  /*border-radius:10px;*/
  text-align: center;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #fff;
}

.hsp-map-hover-below {
  background-color: #e11b90;
  border: none;
  opacity: 0.5;
  padding: 10px 10px 10px 10px;
  width: 250px;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  position: absolute;
  z-index: 10;
  /*border-radius:10px;*/
  text-align: center;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #fff;
}

.hsp-map-hover-na {
  background-color: #606060;
  border: none;
  opacity: 0.5;
  padding: 10px 10px 10px 10px;
  width: 250px;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  position: absolute;
  z-index: 10;
  /*border-radius:10px;*/
  text-align: center;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #fff;
}

.hsp-map-hover-cost-high {
  background-color: #ac5200;
  border: none;
  opacity: 0.5;
  padding: 10px 10px 10px 10px;
  width: 250px;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  position: absolute;
  z-index: 10;
  /*border-radius:10px;*/
  text-align: center;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #fff;
}

.hsp-map-hover-cost-low {
  background-color: #993399;
  border: none;
  opacity: 0.5;
  padding: 10px 10px 10px 10px;
  width: 250px;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  position: absolute;
  z-index: 10;
  /*border-radius:10px;*/
  text-align: center;
  font-size: 12px;
  /*font-weight: bold;*/
  color: #fff;
}

.hsp-map-hover-no-comparison {
  background-color: #ccc;
  border: none;
  opacity: 0.5;
  padding: 10px 10px 10px 10px;
  width: 250px;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  position: absolute;
  z-index: 10;
  /*border-radius:10px;*/
  text-align: center;
  font-size: 20px;
  /*font-weight: bold;*/
  color: #000;
}

.mapFooter {
  padding-left: 90px;
}

.mapFooter ul {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}

.mapFooter ul li {
  display: inline-block;
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

.mapFooter ul li i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px 6px 0 4px;
  vertical-align: top;
}

.mapFooter ul li span {
  display: inline-block;
  padding: 0 0 10px 0;
}

.mapFooter div {
  display: inline-block;
}

.mapFooter label {
  margin: 0 0 0 22px;
  padding-left: 0;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5;
}

.mapFooter label input {
  position: relative;
  margin-left: -18px;
  vertical-align: top;
  display: inline-block;
}

.mapFooter label span {
  padding: 0;
}

@media print {
  body, #wrap {
    background: none;
  }
  .noprint {
    display: none !important;
  }
  .nationalmetricsIntrobody p {
    display: none !important;
  }
  #highlights {
    page-break-inside: avoid;
    margin-bottom: -60px;
  }
  #nationalmetrics,
  #trendovertime,
  #mapcomparison,
  #topresults {
    page-break-before: always;
  }
  #advancedsearchresults .metric .indicatorMetric .value {
    font-size: 23px;
  }
}
html.printable body, html.printable #wrap {
  background: none;
}
html.printable .noprint {
  display: none !important;
}
html.printable .nationalmetricsIntrobody p {
  display: none !important;
}
html.printable #highlights {
  page-break-inside: avoid;
  margin-bottom: -60px;
}
html.printable #nationalmetrics,
html.printable #trendovertime,
html.printable #mapcomparison,
html.printable #topresults {
  page-break-before: always;
}
html.printable #advancedsearchresults .metric .indicatorMetric .value {
  font-size: 23px;
}

@media (max-width: 768px) {
  #site_name span {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 568px) {
  #wrap {
    width: auto;
  }
  #banner #apps {
    padding-left: 20px;
  }
  #banner #navigation {
    position: static;
    top: auto;
    left: auto;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  #banner #navigation .cihi {
    margin-left: 12px;
  }
  #banner #navigation ul li a {
    padding-right: 0;
  }
  #banner #site_name {
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    border: 3px solid #4C736F;
    border-left: 0;
    border-right: 0;
  }
  #banner #site_name span {
    position: static;
    left: 0;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    background: #4C736F;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
  }
  .socialsharing #banner #site_name {
    margin-top: 40px;
  }
  #main {
    margin-top: 0;
  }
  #contentinfo .followus {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }
  #contentinfo .nav {
    float: none;
    width: auto;
  }
  #contentinfo .nav .footer-nav {
    padding: 20px 0 0 0;
  }
  #contentinfo .copyright {
    float: none;
    width: auto;
    line-height: 1.18;
  }
  .indicator-module .heading .export {
    display: none;
  }
  #advancedsearchresults .searchheading .peerGroup, #advancedsearchresults .searchheading .contextDesc {
    float: none;
    width: auto;
    margin-right: 0;
  }
  #advancedsearchresults .indicator {
    float: none;
    width: auto;
    text-align: left;
  }
  #advancedsearchresults .metric .value {
    text-align: left;
  }
  #advancedsearchresults .metric .nationalAvg {
    margin: 8px 0 0 20px;
    background: none;
    text-align: left;
  }
  #advancedsearchresults .metric .nationalAvg, #advancedsearchresults .metric .indicatorMetric {
    float: none;
    width: auto;
  }
  #nationalmetrics .focused {
    float: none;
    text-align: center;
  }
  #nationalmetrics .focused .metric {
    float: none;
    margin: 0 auto;
  }
  #nationalmetrics .provincial, #nationalmetrics .provincial.narrow {
    float: none;
    width: auto;
    margin-top: 10px;
    text-align: center;
  }
  #indicatorexpanded .youtube {
    margin-bottom: 20px;
  }
  #socialsharing {
    top: -102px;
    text-align: center;
    left: 20px;
    /*right: auto;*/
    z-index: 1000;
  }
  #trendovertime .graph {
    width: 300px !important;
  }
  #trendovertime .controls {
    float: none;
    margin-top: 20px;
    padding: 20px;
  }
  #trendovertime .controls li {
    margin-bottom: 4px;
  }
  #trendovertime .errorbars {
    float: none;
    padding: 0 0 20px 20px;
  }
  #trendovertime .autocompletes > div > label {
    display: block;
    width: auto;
    line-height: 1;
    text-align: left;
  }
  #trendovertime .autocompletes > div > input {
    width: 200px;
  }
  #trendovertime .autocompletes > div button {
    margin: 0 0 10px 0;
  }
  #trendovertime .legend {
    list-style: none;
    padding: 0px 0px 0px 60px;
  }
  #trendovertime .legend .legendListItem {
    float: left;
  }
  #trendovertime .legend .legendListItem .legendGraphic {
    width: 180px;
    height: 20px;
    display: inline-block;
  }
  #trendovertime .legend .legendListItem .legendLabel {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
  }
  .flot-x-axis > div {
    margin-left: -15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  /* hide the map for phone viewport*/
  #mapcomparison {
    display: none;
  }
  #topzones {
    padding-bottom: 20px;
  }
  #topzones .zone {
    float: none;
    width: auto;
  }
  #homepage .themes {
    padding: 20px 10px;
    text-align: center;
  }
  #homepage .placeholder {
    background: none !important;
  }
  #homepage .placeholder .introductionTitle {
    padding-left: 0;
  }
  #homepage .placeholder p, #homepage .placeholder div {
    margin: 0 0 20px 0 !important;
    color: #333 !important;
    text-shadow: none !important;
    width: auto !important;
  }
  #themeoverview .indicators .indicator {
    float: none;
    width: auto;
    padding: 20px;
  }
  #themeoverview .indicators .indicator .cmsSecondaryDesc {
    padding-top: 5px;
    padding-left: 120px;
  }
  .searchbox .zoneSearchAutocomplete {
    width: 200px;
  }
  #themefooter {
    padding-top: 40px;
  }
  #themefooter .theme {
    float: none;
    width: auto;
    margin-bottom: 30px !important;
    margin-left: 0;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*# sourceMappingURL=app.css.map */

