.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view .row {
  margin-left: 0 !important;
}
section[role="main"] {
  font-size: 1.14285714285714em;
  line-height: 1.5625em;
}
section[role="main"] p,
section[role="main"] li:last-child {
  margin-bottom: 1em;
}
section[role="main"] ul {
  margin-bottom: 0.5em;
}
section[role="main"] li,
section[role="main"] dt,
section[role="main"] dd {
  line-height: 1.5625em;
}
section[role="main"] li ul,
section[role="main"] li ul li:last-child,
section[role="main"] li ol li:last-child {
  margin-bottom: 0;
}
section[role="main"] .page-header h1 {
  margin-top: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: inline-block;
  line-height: 1.4em;
  margin-top: 0.42857142857143em;
}
.muted {
  color: #767676;
}
/*a {
  text-decoration: underline;
  padding: 0 1px;
  color: #0079bb;
}
a:hover {
  background-color: #0079bb;
  color: white;
}
a:focus {
  background-color: yellow;
  color: black;
}*/
article a:visited {
  color: #7a43b6;
}
article a:visited:hover {
  color: white;
  background-color: #7a43b6;
}
.img-link:hover {
  background-color: transparent;
}
tr.odd,
tr.even {
  background-color: transparent;
}
td.active {
  background-color: #eeeeee;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #ebf3d9;
  border-top: 1px solid #98c33d;
  border-bottom: 1px solid #98c33d;
}
header {
  /*background: url('../img/cityscape-outline.png') transparent 90% 100% no-repeat;*/
  /*padding: 20px 0 40px;*/
}
header form {
  background-color: #245850;
  padding: 8px;
  text-align: right;
  position: relative;
}
header form i {
  padding: 0 8px 4px;
  font-size: 16px;
  color: #999999;
  position: absolute;
  right: 8px;
  top: 14px;
}
header form input[type="text"] {
  margin-bottom: 0;
  width: 94%;
}
header ul {
  text-align: right;
  margin-left: 0;
}
header ul li {
  display: inline;
  padding: 0 8px;
  background-color: white;
}
header ul li:first-child {
  border-right: 1px solid #9fa0a1;
  padding-left: 0;
}
header ul li:last-child {
  padding-right: 0;
}
.top_search {
  background-color: transparent;
}
/*************************************
* Many of primary navbar's properties
* can be edited in variables.less
* 
* Check there first befor changing
* this file.
**************************************/

.primary-nav {
  background-color: #98c33d;
}
.primary-nav .navbar {
  margin-bottom: 0;
}
.primary-nav .navbar #superfish-1 {
  display: block;
  float: left;
  left: 0;
  margin: 0 10px 0 0;
  position: relative;
}
.primary-nav .navbar .nav > li > a,
.primary-nav .navbar .nav > li > form > a,
.primary-nav .navbar #superfish-1 > li > a {
  color: white;
  text-shadow: 0 1px 0 #555555;
  text-align: center;
  max-width: 100px;
  min-height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.primary-nav .navbar .nav > li > a.single-line {
  padding-top: 20px;
  padding-bottom: 20px;
}
.primary-nav .navbar-inner {
  min-height: 60px;
  border-radius: 0;
  border: 0;
  background-color: #28635a;
  background-image: -moz-linear-gradient(top, #2b6a60, #245850);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b6a60), to(#245850));
  background-image: -webkit-linear-gradient(top, #2b6a60, #245850);
  background-image: -o-linear-gradient(top, #2b6a60, #245850);
  background-image: linear-gradient(to bottom, #2b6a60, #245850);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b6a60', endColorstr='#ff245850', GradientType=0);
}
.primary-nav .navbar .nav li.dropdown.open > .dropdown-toggle,
.primary-nav .navbar .nav li.dropdown.active > .dropdown-toggle,
.primary-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #1d4640;
  color: white;
}
.primary-nav .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.primary-nav .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.primary-nav .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.primary-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.primary-nav .navbar .nav > li > a:hover,
.primary-nav .navbar .nav > li > form > a:hover,
.primary-nav #superfish-1 > li > a:hover {
  background-color: #14302c;
  background-image: -moz-linear-gradient(top, #0e221f, #1d4640);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e221f), to(#1d4640));
  background-image: -webkit-linear-gradient(top, #0e221f, #1d4640);
  background-image: -o-linear-gradient(top, #0e221f, #1d4640);
  background-image: linear-gradient(to bottom, #0e221f, #1d4640);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e221f', endColorstr='#ff1d4640', GradientType=0);
  color: white;
  text-decoration: none;
}
.primary-nav .navbar .nav > .active > a,
.primary-nav .navbar .nav > .active > a:hover,
.primary-nav .navbar .nav > .active > a:focus,
.primary-nav .navbar .nav > .active > form > a,
.primary-nav .navbar .nav > .active > form > a:hover,
.primary-nav .navbar .nav > .active > form > a:focus,
.primary-nav #superfish-1 > li.active-trail a.menuparent,
.primary-nav #superfish-1 > li.sfHover a.menuparent {
  color: white;
  text-decoration: none;
  background-color: #1d4640;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.primary-nav .navbar .nav > li > a:focus,
.primary-nav .navbar .nav > li > form > a:focus,
.primary-nav #superfish-1 > li > a:focus {
  background-color: yellow !important;
  color: black !important;
}
.primary-nav #superfish-1 > li > a:hover {
  color: white !important;
  background-color: #1d4640 !important;
}
.primary-nav #superfish-1 > li > a:active {
  color: white !important;
  background-color: #1d4640 !important;
}
.primary-nav .navbar .divider-vertical {
  height: 60px;
  margin: 0 9px;
  border-left: 1px solid #245850;
  border-right: 1px solid #2b6a60;
}
.primary-nav #superfish-1 > li {
  height: 60px;
  margin: 0;
  padding: 0 0px;
  border-left: 2px solid #245850;
  border-right: 2px solid #2b6a60;
}
.primary-nav #superfish-1 > li.first {
  padding-left: 0;
  border-left: none;
}
.primary-nav #superfish-1 > li.last {
  padding-left: 9px;
  border-right: none;
}
.primary-nav .navbar .btn-navbar {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #215149;
  background-image: -moz-linear-gradient(top, #245850, #1d4640);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#245850), to(#1d4640));
  background-image: -webkit-linear-gradient(top, #245850, #1d4640);
  background-image: -o-linear-gradient(top, #245850, #1d4640);
  background-image: linear-gradient(to bottom, #245850, #1d4640);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff245850', endColorstr='#ff1d4640', GradientType=0);
  border-color: #1d4640 #1d4640 #06100e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1d4640;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.primary-nav .navbar .btn-navbar:hover,
.primary-nav .navbar .btn-navbar:active,
.primary-nav .navbar .btn-navbar.active,
.primary-nav .navbar .btn-navbar.disabled,
.primary-nav .navbar .btn-navbar[disabled] {
  color: white;
  background-color: #1d4640;
  *background-color: #15342f;
}
.primary-nav .navbar .btn-navbar:active,
.primary-nav .navbar .btn-navbar.active {
  background-color: #0e221f \9;
}
.primary-nav .navbar .btn-navbar:hover,
.primary-nav .navbar .btn-navbar:active,
.primary-nav .navbar .btn-navbar.active,
.primary-nav .navbar .btn-navbar.disabled,
.primary-nav .navbar .btn-navbar[disabled] {
  color: white;
  background-color: #1d4640;
  *background-color: #15342f;
}
.primary-nav .navbar .btn-navbar:active,
.primary-nav .navbar .btn-navbar.active {
  background-color: #0e221f \9;
}
.primary-nav .navbar .btn-navbar .icon-bar {
  background-color: whitesmoke;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
/* Superfish Primary Menu Children */

#superfish-1 .menuparent ul {
  background-clip: padding-box;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  left: 0;
  list-style: none outside none;
  margin: 2px 0 0;
  width: auto !important;
  padding: 4px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
#superfish-1 .menuparent ul:before {
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
#superfish-1 .menuparent ul a {
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
a > .sf-sub-indicator {
  background-position: 0 -100px;
  top: 0.5em;
}
.sf-sub-indicator {
  display: block;
  float: right;
  height: 10px;
  overflow: hidden;
  position: relative;
  right: -0.3em;
  text-indent: -999em;
  width: 10px;
}
/* Primary Menu Single line items */

#menu-416-1 > a,
#menu-444-1 > a,
#menu-446-1 > a {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  display: inline-block;
}
.secondary-nav h2 {
  color: white;
  background-color: #1d4640;
  padding: 12px 20px;
  font-weight: normal;
  font-size: 1.28571428571429em;
  line-height: 1.4em;
  margin: 0;
}
.secondary-nav a {
  text-decoration: none;
  color: #333333;
}
.secondary-nav li a:hover {
  color: #333333;
}
.secondary-nav .nav-tabs.nav-stacked > li > a {
  border-color: #98c33d;
}
.secondary-nav .nav-tabs li.active > a {
  color: #333333;
  font-weight: bold;
  position: relative;
  border-left: 8px solid #98c33d;
  padding-left: 12px;
}
.secondary-nav li .nav-tabs li.active > a {
  padding-left: 32px;
}
.secondary-nav li ul ul.nav-stacked li > a {
  padding-left: 52px;
  background-color: white;
}
.secondary-nav li ul ul.nav-stacked li.active > a {
  padding-left: 44px !important;
}
.secondary-nav .nav-tabs.nav-stacked > li > a:hover {
  background-color: #adcf64;
}
.secondary-nav .nav-tabs.nav-stacked > li.active > a:hover {
  background-color: #cce19e;
}
.secondary-nav li .nav-tabs.nav-stacked > li.active > a:hover {
  background-color: #f5f9ec;
}
.secondary-nav li .nav {
  margin: -1px 0 1px;
}
.secondary-nav .parent > a,
.secondary-nav li > a {
  background-color: #cce19e;
}
.secondary-nav .parent li > a {
  background-color: #f5f9ec;
}
.secondary-nav li a {
  padding-left: 20px;
}
.secondary-nav li > ul > li a {
  padding-left: 40px;
}
.secondary-nav a:focus,
.secondary-nav .parent li > a:focus {
  background-color: yellow;
  color: black;
}
.secondary-nav .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.secondary-nav .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*************************************
* Many properties of this file
* can be edited in variables.less
* 
* Check there first befor changing
* this file.
**************************************/

.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu li > a:hover,
.dropdown-submenu:hover > a,
#superfish-1 .menuparent li > a:hover {
  text-decoration: none;
  color: #333333;
  background-color: #adcf64;
  background-color: #a9cd5c;
  background-image: -moz-linear-gradient(top, #adcf64, #a2c950);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#adcf64), to(#a2c950));
  background-image: -webkit-linear-gradient(top, #adcf64, #a2c950);
  background-image: -o-linear-gradient(top, #adcf64, #a2c950);
  background-image: linear-gradient(to bottom, #adcf64, #a2c950);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffadcf64', endColorstr='#ffa2c950', GradientType=0);
}
.dropdown-menu li > a:focus {
  background-color: yellow;
  color: black;
  background-image: none;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #adcf64;
  background-color: #a9cd5c;
  background-image: -moz-linear-gradient(top, #adcf64, #a2c950);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#adcf64), to(#a2c950));
  background-image: -webkit-linear-gradient(top, #adcf64, #a2c950);
  background-image: -o-linear-gradient(top, #adcf64, #a2c950);
  background-image: linear-gradient(to bottom, #adcf64, #a2c950);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffadcf64', endColorstr='#ffa2c950', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #333333;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb {
  background-color: white;
  margin: 0;
  padding: 0 16px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb li {
  text-shadow: none;
}
.breadcrumb .active {
  cursor: default;
  background-color: transparent;
  text-decoration: none;
}
.main-content {
  background-color: #e4e5e5;
  background-image: -moz-linear-gradient(top, lightgray, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(lightgray), to(white));
  background-image: -webkit-linear-gradient(top, lightgray, white);
  background-image: -o-linear-gradient(top, lightgray, white);
  background-image: linear-gradient(to bottom, lightgray, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3d3d3', endColorstr='#ffffffff', GradientType=0);
  margin-bottom: 40px;
}
.main-content .container {
  background-color: white;
}
.main-content .main-inner {
  background-color: white;
  padding-top: 20px;
}
.main-content .page-header {
  margin-top: 0;
}
.page-utilities {
  padding-left: 20px;
}
.page-utilities ul {
  list-style-type: none;
  margin-left: 0;
}
.lt-ie9 .main-content {
  background-color: white;
}
.lt-ie9 .main-content .page-header {
  margin-top: 0;
}
.node-news-article .thumbnail {
  margin-bottom: 20px;
}
.gt-ie8 .main-content,
.lt-ie9 .main-content {
  background: url('../img/cbd-bg-gradient.png') repeat-x 0 0;
}
.container {
  background-color: transparent;
}
img {
  width: auto;
  height: auto;
}
h1.title {
  margin: 0 0 10px 0;
}
.block-title {
  color: white;
  background-color: #1d4640;
  padding: 12px 20px;
  font-weight: normal;
  font-size: 1.28571428571429em;
  line-height: 1.4em;
  margin: 0;
}
.view-mode-full {
  position: relative;
}
#readspeaker_button1,
#xp1 {
  position: absolute;
  top: -3em;
  right: 0em;
}
.field-name-body {
  margin-top: 0.5em;
}
/* NEWS & EVENT PAGE */

.field-name-field-event-date {
  padding: 1em 1em 0 1em;
  background-color: #eeeeee;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.field-name-field-event-location {
  padding: 0 1em 1em 1em;
  background-color: #eeeeee;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
/* UI Accordion */

.view-program-updates h3 {
  font-size: 0.9em !important;
  font-weight: bold;
}
.view-program-updates .views-row {
  font-size: 0.9em;
}
/* Block */

.sidebar .block {
  display: inline-block;
  margin-bottom: 1em;
  background-color: #cce19e;
  border: 1px solid #98c33d;
}
.sidebar .block-views {
  background-color: transparent !important;
  border: none;
}
.view-sidebar-block .views-row {
  background-color: #cce19e;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border: 1px solid #98c33d;
}
.sidebar .block h2 {
  color: white;
  background-color: #1d4640;
  padding: 12px 20px;
  margin: 0;
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 1.28571428571429em;
  line-height: 1.4em;
}
.sidebar .block-content p {
  padding: 0 1em;
}
.sidebar .block-content ul {
  padding: 0 1em;
}
#block-views-sidebar-block-block a {
  color: black;
}
#block-views-sidebar-block-block a:hover {
  color: white;
}
aside[role="complementary"] {
  margin-bottom: 20px;
  margin-top: 40px;
}
aside[role="complementary"] .inner {
  background-color: #eeeeee;
  border-bottom: 1px solid #d4d4d4;
}
aside[role="complementary"] h2 {
  color: white;
  background-color: #28635a;
  background-image: -moz-linear-gradient(top, #2b6a60, #245850);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b6a60), to(#245850));
  background-image: -webkit-linear-gradient(top, #2b6a60, #245850);
  background-image: -o-linear-gradient(top, #2b6a60, #245850);
  background-image: linear-gradient(to bottom, #2b6a60, #245850);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b6a60', endColorstr='#ff245850', GradientType=0);
  padding: 8px;
  font-size: 1.28571428571429em;
  line-height: 1.38888888888889em;
  font-weight: normal;
  margin-top: 0;
}
aside[role="complementary"] li {
  padding: 4px 0;
}
.fat-footer {
  background: url('../img/cityscape-footer.png') transparent 100% 100% no-repeat;
  padding: 0 0 64px;
}
.fat-footer .fat-inner {
  background-color: #e4e5e5;
  background-image: -moz-linear-gradient(top, lightgray, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(lightgray), to(white));
  background-image: -webkit-linear-gradient(top, lightgray, white);
  background-image: -o-linear-gradient(top, lightgray, white);
  background-image: linear-gradient(to bottom, lightgray, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3d3d3', endColorstr='#ffffffff', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 16px;
  border-top: 1px solid #c6c6c7;
}
.fat-footer h3 {
  font-size: 1em;
  line-height: 1.14285714285714em;
  margin: 10px 0;
}
.fat-footer .span2:first-child h3,
.fat-footer .span2:first-child ul {
  margin-left: 20px;
}
.fat-footer .span2:last-child h3,
.fat-footer .span2:last-child ul {
  margin-right: 20px;
}
.fat-footer ul {
  list-style-type: none;
  margin: 0;
}
.fat-footer li {
  margin-bottom: 12px;
}
.skinny-footer {
  border-top: 16px solid #245850;
  text-align: center;
  padding: 16px 0 0;
}
.skinny-footer li {
  display: inline;
  padding: 0 8px;
}
.skinny-footer a {
  color: #333333;
  text-decoration: underline;
}
.skinny-footer a:hover {
  color: white;
}
.admin-tabs {
  margin-bottom: 0;
}
.admin-tabs li {
  display: inline;
  padding-left: 8px;
}
.asterisk,
.error,
span.field-validation-error > span {
  color: #dc4e44;
}
.error::before,
span.field-validation-error > span::before {
  content: "\f071";
  font-family: FontAwesome;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  color: #dc4e44;
  padding: 0 4px;
}
.search input {
  padding: 8px 4px;
}
.btn:hover {
  color: white;
  text-decoration: none;
  background-color: black !important;
  background-image: none !important;
  border: 1px solid white;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #245453;
  background-image: -moz-linear-gradient(top, #245850, #244f58);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#245850), to(#244f58));
  background-image: -webkit-linear-gradient(top, #245850, #244f58);
  background-image: -o-linear-gradient(top, #245850, #244f58);
  background-image: linear-gradient(to bottom, #245850, #244f58);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff245850', endColorstr='#ff244f58', GradientType=0);
  border-color: #244f58 #244f58 #0e1e22;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #244f58;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #244f58;
  *background-color: #1d3e46;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #152e34 \9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #244f58;
  *background-color: #1d3e46;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #152e34 \9;
}
.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
a[class^="btn"] {
  text-decoration: none;
}
article a[class^="btn"]:visited {
  color: #333333;
}
article a.btn-primary:visited {
  color: white;
}
a[class^="btn"]:focus {
  background-image: none;
}
article .btn-primary:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #245453;
  background-image: -moz-linear-gradient(top, #245850, #244f58);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#245850), to(#244f58));
  background-image: -webkit-linear-gradient(top, #245850, #244f58);
  background-image: -o-linear-gradient(top, #245850, #244f58);
  background-image: linear-gradient(to bottom, #245850, #244f58);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff245850', endColorstr='#ff244f58', GradientType=0);
  border-color: #244f58 #244f58 #0e1e22;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #244f58;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
article .btn-primary:hover:hover,
article .btn-primary:hover:active,
article .btn-primary:hover.active,
article .btn-primary:hover.disabled,
article .btn-primary:hover[disabled] {
  color: white;
  background-color: #244f58;
  *background-color: #1d3e46;
}
article .btn-primary:hover:active,
article .btn-primary:hover.active {
  background-color: #152e34 \9;
}
article .btn-primary:hover:hover,
article .btn-primary:hover:active,
article .btn-primary:hover.active,
article .btn-primary:hover.disabled,
article .btn-primary:hover[disabled] {
  color: white;
  background-color: #244f58;
  *background-color: #1d3e46;
}
article .btn-primary:hover:active,
article .btn-primary:hover.active {
  background-color: #152e34 \9;
}
.hero .btn {
  color: white !important;
}
.item-list .pagination {
  margin: 40px 0;
}
.pagination a,
.pagination span,
.pager-current {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.item-list .pager-current {
  padding: 0 14px;
  line-height: 38px;
  border-left-width: 1px;
  margin-left: -1px;
}
.pagination a:hover,
.pagination .active a,
.pagination .active span {
  background-color: #0079bb;
}
.icon-giant {
  font-size: 28px;
  vertical-align: middle;
}
.icon-mega {
  font-size: 42px;
  vertical-align: middle;
}
a i[class^="icon-"],
a i[class*=" icon-"] {
  text-decoration: none;
}
a[href$=".pdf"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".xlsm"]:before,
a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
  content: "\f016";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 4px;
}
a[href$=".pdf"]:hover:before,
a[href$=".doc"]:hover:before,
a[href$=".docx"]:hover:before,
a[href$=".xls"]:hover:before,
a[href$=".xlsx"]:hover:before,
a[href$=".xlsm"]:before,
a[href$=".ppt"]:hover:before,
a[href$=".pptx"]:hover:before {
  color: white;
}
a[href^="http://"]:after,
a[href^="mailto:"]:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
}
a[href^="http://"]:hover:before,
a[href^="mailto:"]:hover:before {
  color: white;
}
a[href^="http://"]:after {
  content: "\f08e";
}
a[href^="mailto:"]:after {
  content: "\f003";
}
a[href$=".pdf"]:before {
  color: #e50b0a;
}
a[href$=".doc"]:before {
  color: #0000a6;
}
a[href$=".xls"]:before {
  color: #75ad2b;
}
a[href$=".xlsm"]:before {
  color: #75ad2b;
}
a[href$=".ppt"]:before {
  color: #e76425;
}
.doc-list {
  list-style-type: none;
  margin-left: 0;
}
.doc-list a[href$=".pdf"]:before,
.doc-list a[href$=".doc"]:before,
.doc-list a[href$=".docx"]:before,
.doc-list a[href$=".xls"]:before,
.doc-list a[href$=".xlsx"]:before,
.doc-list a[href$=".xlsm"]:before,
.doc-list a[href$=".ppt"]:before,
.doc-list a[href$=".pptx"]:before {
  padding: 0 8px 0 4px;
}
a.no-icon[href$=".pdf"]:before,
a.no-icon[href$=".doc"]:before,
a.no-icon[href$=".docx"]:before,
a.no-icon[href$=".xls"]:before,
a.no-icon[href$=".xlsx"]:before,
a.no-icon[href$=".xlsm"]:before,
a.no-icon[href$=".ppt"]:before,
a.no-icon[href$=".pptx"]:before,
a.no-icon[href^="http://"]:after,
a.no-icon[href^="mailto:"]:after,
#rs_playerarea a:after {
  content: "";
  padding: 0;
}
.audience,
.news,
.tasks,
.events {
  margin: 20px 0 0;
}
.audience h2,
.news h2,
.tasks h2,
.events h2 {
  font-size: 1.28571428571429em;
  line-height: 1.38888888888889em;
  font-weight: normal;
  margin-top: 0;
}
.hero {
  *zoom: 1;
  clear: both;
  background-color: #98c33d;
  padding: 20px 0;
  margin: 0 20px 1.5em 20px;
  border: 1px solid #7a9d30;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#a2c950, 65deg, #98c33d);
  background-image: -webkit-linear-gradient(#a2c950, 65deg, #98c33d);
  background-image: -o-linear-gradient(#a2c950, 65deg, #98c33d);
  background-image: linear-gradient(#a2c950, 65deg, #98c33d);
}
.hero:before,
.hero:after {
  display: table;
  content: "";
  line-height: 0;
}
.hero:after {
  clear: both;
}
.hero:before,
.hero:after {
  display: table;
  content: "";
  line-height: 0;
}
.hero:after {
  clear: both;
}
.hero h1 {
  margin-top: 0;
  font-size: 1.8em;
}
.hero p {
  font-size: 1.28571428571429em;
  line-height: 1.38888888888889em;
}
.front-buttons a:link,
.front-buttons a:visited {
  width: 38%;
  border: 1px solid black;
  display: inline-block;
  padding: 0.7em 0 0.5em 0;
  margin-left: 8%;
  font-size: 1.4em;
  color: #222222;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #98c33d;
  text-transform: uppercase;
}
.front-buttons a.farb {
  background: #98c33d url("../img/building-rating-button.gif") no-repeat right bottom;
}
.front-buttons a.faa {
  background: #98c33d url("../img/assessor-button.gif") no-repeat right bottom;
}
.front-buttons a.farb:hover {
  background: #98c33d url("../img/building-rating-button-hover.gif") no-repeat right bottom;
  color: white;
}
.front-buttons a.faa:hover {
  background: #98c33d url("../img/assessor-button-hover.gif") no-repeat right bottom;
  color: white;
}
.front-buttons a:hover {
  text-decoration: underline;
}
.front-buttons a:focus,
.front-buttons a:active {
  background-color: yellow;
  background-image: none;
  text-decoration: underline;
}
.audience {
  margin-top: 0;
  margin-bottom: 24px;
}
.audience .inner {
  background-color: #eeeeee;
  border-bottom: 1px solid #d4d4d4;
}
.audience h2 {
  background-color: #28635a;
  background-image: -moz-linear-gradient(top, #2b6a60, #245850);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b6a60), to(#245850));
  background-image: -webkit-linear-gradient(top, #2b6a60, #245850);
  background-image: -o-linear-gradient(top, #2b6a60, #245850);
  background-image: linear-gradient(to bottom, #2b6a60, #245850);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b6a60', endColorstr='#ff245850', GradientType=0);
  padding: 8px;
}
.audience h2 a {
  color: white;
  text-decoration: none;
}
.audience h2 a:focus,
.audience h2 a:active {
  color: black;
}
.audience ul {
  min-height: 8.5em;
}
.audience li {
  padding: 4px 0;
}
#block-views-news-news-front-page {
  float: left;
  display: inline-block;
}
.news-image {
  float: left;
  width: 25%;
  margin-right: 15px;
}
.news-content {
  float: left;
  width: 70%;
}
.view-news li,
.news li,
.view-news .views-row,
.news .views-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.view-news li:last-child,
.news li:last-child {
  margin-bottom: 8px;
}
.view-news h3,
.news h3 {
  font-size: 1.14285714285714em;
  line-height: 1.375em;
  margin-top: 0;
  font-weight: normal;
}
.view-news img,
.news img {
  margin-bottom: 8px;
}
.news ul,
.events ul {
  margin: 0;
  list-style-type: none;
}
.tasks ul {
  margin-left: 0;
  list-style-type: none;
}
.tasks li {
  margin: 8px 16px 8px 0;
}
.tasks h3 {
  font-size: 1.14285714285714em;
  margin: 0;
  background-color: #245850;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
}
.tasks h3 a {
  color: white;
  padding: 4px 12px;
  display: block;
  text-decoration: none;
}
.tasks h3 a:hover {
  color: #333333;
  background-color: #98c33d;
}
.tasks h3 a:focus {
  color: black;
}
.events li,
.events .views-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.events li:last-child {
  margin-bottom: 8px;
}
.events h3 {
  font-size: 1.14285714285714em;
  line-height: 1.375em;
  margin-top: 0;
  font-weight: normal;
}
.events .date {
  margin-bottom: 0;
  font-style: italic;
}
.row .span3:first-child .audience {
  margin-left: 20px;
}
.row .span3:last-child .audience {
  margin-right: 20px;
}
.row .span3:first-child .tasks {
  margin-left: 20px;
}
.row .span3:last-child .events {
  margin-right: 20px;
}
/* DID YOU KNOW */

.state {
  text-transform: uppercase;
}
.view-beec-index .views-exposed-form,
.view-assessors .views-exposed-form {
  border: 1px solid #bbbbbb;
  padding: 0.5em;
  background-color: #eeeeee;
}
#edit-field-post-code-value {
  width: 50px;
}
#edit-field-state-value,
#edit-field-assessor-state-value {
  width: 80px;
}
#edit-items-per-page {
  width: 80px;
}
.view-beec-index .views-exposed-form .views-exposed-widget,
.view-assessors .views-exposed-form .views-exposed-widget {
  padding: 0em 0.7em 0 0;
}
.ApplyReset {
  min-height: 32px;
  border-radius: 4px;
  padding-top: 6px;
}
#edit-submit-beec-index,
.view-beec-index #edit-reset {
  min-height: 32px;
  border-radius: 4px;
  padding-top: 6px;
  margin-top: 0;
}
#edit-submit-assessors,
.view-assessors #edit-reset {
  min-height: 32px;
  border-radius: 4px;
  padding-top: 6px;
}
.view-beec-index .views-submit-button {
  clear: both;
}
.view-beec-index table {
  width: 100%;
}
.view-beec-index .views-field-field-building-name {
  width: 25%;
}
.view-beec-index .views-field-field-post-code {
  width: 15%;
}
.view-beec-index .views-field-field-state {
  width: 10%;
}
.view-beec-index .views-field-php {
  min-width: 15%;
}
/* NABERS STAR RATING */

.nabers_rating {
  background: transparent url(../img/nabers-stars.gif) no-repeat 0 0;
  display: inline-block;
  text-indent: -999em;
}
/* OverRide */

.node-type-assessor .title {
  display: none;
}
.node-assessor .dl-horizontal dt {
  clear: left;
  float: left;
  margin-right: 5px;
  margin-right: 0.5em;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px !important;
}
.view-success-stories h2 {
  border-top: 1px solid #eeeeee;
  padding-top: 16px;
}
.view-success-stories .views-row-first h2 {
  border-top: 0;
  margin-top: 0;
}
.view-success-stories h3 {
  margin-top: 0;
}
section .node-case-study h2 {
  margin-top: 0;
}
.page-news-events.page-views section.span8 {
  margin-left: 50px !important;
}
.view-display-id-page_1 {
  margin-top: 20px;
  line-height: 1.3em;
}
.view-display-id-page_1 .news-date {
  color: #666666;
  font-size: 0.8em;
}
.view-display-id-page_1 h3 {
  text-align: left;
  font-size: 1.2em;
  background-color: #eeeeee;
}
.view-display-id-news_assessors h3 {
  font-size: 1.125em;
}
.link-group {
  background-color: #eeeeee;
  border-bottom: 1px solid #d4d4d4;
  margin: 20px 0;
}
.link-group h2 {
  color: white;
  background-color: #28635a;
  background-image: -moz-linear-gradient(top, #2b6a60, #245850);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b6a60), to(#245850));
  background-image: -webkit-linear-gradient(top, #2b6a60, #245850);
  background-image: -o-linear-gradient(top, #2b6a60, #245850);
  background-image: linear-gradient(to bottom, #2b6a60, #245850);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b6a60', endColorstr='#ff245850', GradientType=0);
  padding: 8px;
  margin: 0 0 8px;
  font-size: 1.125em;
  line-height: 1.38888888888889em;
  font-weight: normal;
}
.link-group .loose li {
  padding: 4px 0;
}
.link-group p {
  padding-left: 8px;
  padding-right: 8px;
}
.resultURL {
  color: #009933;
}
/*!
 * Bootstrap Responsive v2.1.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view .row {
  margin-left: 0 !important;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  header form input[type="text"] {
    width: 90%;
  }
  .primary-nav .navbar-inner {
    min-height: 40px;
  }
  .primary-nav .navbar .nav > li > a {
    text-align: left;
  }
  .primary-nav .navbar .nav > li > a.single-line {
    padding: 4px;
  }
  .primary-nav br {
    display: none;
  }
  #superfish-1 {
    display: block;
    padding-bottom: 4em;
  }
  #superfish-1 > li,
  #superfish-1 > li > a {
    width: 100%;
    border: none !important;
    border-bottom: 2px solid #245850 !important;
    border-top: 1px solid #2b6a60 !important;
  }
  #superfish-1 > li > ul {
    width: 75% !important;
    margin-top: -60px !important;
    margin-left: 140px !important;
  }
  li#menu-416-1,
  li#menu-444-1,
  li#menu-446-1 {
    padding-top: 0;
    height: 60px !important;
  }
  #superfish-1 > li.last {
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.85714285714286em;
  }
  header {
    padding: 4px 0 4px;
    margin: 0 -20px;
  }
  header form {
    margin-bottom: 0;
  }
  header form input[type="text"] {
    width: 84%;
    margin: 0 20px;
  }
  header form i {
    right: 30px;
  }
  header ul {
    padding: 0 8px 0 0;
  }
  .logos {
    display: block;
    padding: 0 8px;
    *zoom: 1;
  }
  .logos:before,
  .logos:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .logos:after {
    clear: both;
  }
  .logos:before,
  .logos:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .logos:after {
    clear: both;
  }
  .logo-gov,
  .logo-cbd {
    float: left;
    background-color: white;
  }
  .logo-gov {
    width: 25%;
  }
  .logo-cbd {
    width: 40%;
  }
  .primary-nav {
    margin: 0 -20px;
  }
  .primary-nav .navbar-inner {
    min-height: 40px;
  }
  .primary-nav .navbar .nav > li > a {
    text-align: left;
  }
  .primary-nav .navbar .nav > li > a.single-line {
    padding: 4px;
  }
  .primary-nav br {
    display: none;
  }
  .main-content {
    margin: 0 -20px 20px;
    padding: 0 8px;
  }
  .main-inner {
    padding: 0 8px;
  }
  .hero {
    margin: 0;
    padding: 8px;
  }
  .row .span3:first-child .audience,
  .row .span3:first-child .tasks {
    margin-left: 0;
  }
  .row .span3:last-child .audience,
  .row .span3:last-child .events {
    margin-right: 0;
  }
  footer.container {
    margin: 0 -20px;
  }
  .fat-footer h3,
  .fat-footer ul {
    margin-left: 20px;
    margin-right: 20px;
  }
  .skinny-footer {
    margin: 0 -20px;
  }
  .skinny-footer li {
    padding: 8px;
    display: inline-block;
  }
  .news-content {
    width: 100%;
  }
  .page-news-events.page-views section.span8 {
    margin-left: 0px !important;
  }
  #superfish-1 {
    display: block;
    padding-bottom: 4em;
  }
  #superfish-1 > li,
  #superfish-1 > li > a {
    width: 100%;
    border: none !important;
    border-bottom: 2px solid #245850 !important;
    border-top: 1px solid #2b6a60 !important;
  }
  #superfish-1 > li > ul {
    width: 75% !important;
    margin-top: -60px !important;
    margin-left: 140px !important;
  }
  li#menu-416-1,
  li#menu-444-1,
  li#menu-446-1 {
    padding-top: 0;
    height: 60px !important;
  }
  #superfish-1 > li.last {
    padding-left: 0px !important;
  }
}
@media (max-width: 480px) {
  
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: white;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #245850;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #245850;
    border-bottom: 1px solid #245850;
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media print {
  header form {
    display: none;
  }
}
