/* Fonts */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

.fa {
  width: auto;
}

/* End Fonts */

body {
  font-size: 13px;
  background-color: #fff;
  background-image: none;
  --md-font-color:rgba(0,0,0,0.6);
}

.wrap {
  width: 970px;
  margin: 0 auto;
}

.js-hide {
  display: none;
}

.tag-list {
  padding-left: 0;
  padding-right: 0;
}

.tag {
  display: inline-block;
  margin-bottom: 4px;
  padding: 1px 10px;
  border: 1px solid rgba(41, 41, 41, 0.4);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

a.tag:hover{
  text-decoration:none;
  color:#fff;
  background-color:#394559;
  box-shadow: none;
}

.resource-list {
  margin-left: 0;
  margin-right: 0;
}

.cursor-help {
    cursor: help;
}

/* Header */
#services-header {
  background: #394559;
  overflow: hidden;
  height: 40px;
}

#services-header .wrapper {
  width: 884px;
}

#services-header ul {
  margin: 0 38px 0 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

#services-header ul li {
  float: right;
  font-family: 'Verdana', 'Arial', sans-serif;
  margin-top: 10px;
}

#services-header ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-left: 1px solid #9e9e9c;
  display: block;
}

#services-header ul li:last-child a {
  border-left: none;
}

#services-header ul li a:hover {
  color: #e9bf5d;
}

#services-header ul li a.forms {
  background-repeat: no-repeat;
  padding-left: 27px;
  margin-top: -3px;
}

#top-navigation {
  background: #293649;
  font-family: 'Verdana', 'Arial', sans-serif;
  height: 27px;
}

#top-navigation ul {
  overflow: hidden;
  margin: 0;
  list-style-type: none;
}

#top-navigation ul li {
  float: left;
  padding: 7px 5px;
  min-width: 104px;
  text-align: center;
  margin-right: 8px;
}

#top-navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 5px;
}

#top-navigation ul li:hover {
  background: #E7EAF1;
}

#top-navigation ul li:hover a {
  text-decoration: underline;
  color: #384556;
}

#header-banner {
  overflow: hidden;
  background: #394559;
}

#header-banner .logo {
  display: block;
  float: left;
  width: 204px;
  height: 70px;
  margin: 17px 0;
}

#header-banner h2 {
  font-family: 'Century Gothic', 'Verdana', sans-serif;
  display: block;
  float: left;
  width: 380px;
  margin: 30px 20px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  border-bottom: none;
}


.main-navigation {
  background: #556072;
  border-radius: 0;
  border: none;
  overflow: hidden;
}

.main-navigation h2 {
  display: none;
}

.main-navigation ul {
  margin: 0;
  overflow: hidden;
  list-style-type: none;
  float: left;
}

.wb-menu .main-navigation ul li {
  float: left;
  width: 120px;
  padding: 5px 0;
  text-align: center;
  background: url(/assets/gov/images/subtheme_nav_spacer.png) no-repeat 0 0;
  height: 46px;
}

.main-navigation ul li:hover + li,
.main-navigation ul li.current + li,
.wb-menu > .main-navigation ul.menu li:nth-child(2) + li {
  background-image: none;
}

.main-navigation ul li:first-child {
  background: none;
}

.main-navigation ul li.current,
.main-navigation ul li.current:hover,
.wb-menu .main-navigation ul.menu li:nth-child(2) {
  background: #e0e4ec;
}

.wb-menu .main-navigation ul li.active a,
.wb-menu .main-navigation ul.menu li:nth-child(2) a {
  color: #283649;
}

.wb-menu .main-navigation ul > li a {
  display: table-cell;
  vertical-align: middle;
  height: 36px;
  color: #fff;
  text-decoration: none;
  font-family: 'Verdana', 'Arial', sans-serif;
  width: 120px;
  padding: 0 10px;
  line-height: 13px;
}

.main-navigation ul.navbar-nav > li > a,
.main-navigation ul.navbar-nav > li > a:visited {
  color: #fff;
  text-shadow: none;
  padding: 0 10px;
}

.site-title {
    padding: 0 30px;
}

.share-this-record .dropdown-menu {
  border-top-color: transparent;
  margin-top: -1px;
  width: 163px;
}

nav#sub .account-container {
  float: right;
  height: 40px;
}

nav#sub .account-container ul li {
  display: inline-block;
}

nav#sub .account-container ul li a {
  padding: 10px 15px;
  line-height: 22px;
}

li.select2-results-dept-0.select2-result.select2-result-selectable {
	color: black;
}

ul.select2-results:first-child {
	color: grey;
}
ul.select2-results {
	color: grey;
}

/* Hidden placeholder */
li.select2-results-dept-0.select2-result.select2-result-unselectable.select2-disabled {
	color: grey;
}

li.select2-results-dept-0.select2-result.select2-result-selectable.select2-disabled {
	display: none;
}

/* Don't display when in desktop/wider view */
.account-container__mobile,
#mobile-nav-list {
  display: none;
}

/* Content */

#wb-main {
    margin-top: 134px;
}

.module-content.page-header:first-child {
  padding-top: 0;
}

.page-header .content_action {
  margin-top: 0;
}

#content .dataset-view.wrapper {
  background: transparent;
}

#content .dataset-view .primary,
#content .module-resource {
  font-family: 'Century Gothic', 'Verdana' ,sans-serif;
  width: 100%;
  float: none;
}

#content .dataset-view .primary h1 {
  margin: 0 0 10px 0;
  font-size: 2.5em;
}

.dataset-view h3 {
  background: #38598a;
  color: #fff;
  padding: 5px;
}

.btn.btn-primary {
  background-color: #38598a;
}

.btn.btn-primary:hover {
  background-color: #5475a7;
}

.btn-default,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #38598a;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #293649;
}

.license .module-heading {
  color: #fff;
  background: #394559;
}

.license .module-content {
  margin: 10px 0 0 0;
  padding: 0 10px;
}

.followers {
  margin-top: 0;
}

.followers .nums {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

#publisher-tree {
  font-size: 16px;
}
#publisher-tree ul li {
  line-height: 22px;
}

#publisher-tree ul ul,
#publisher-tree ul ol {
  margin-left: 10px;
  margin-top: 10px;
}

.search-form h2 {
  margin-top: 0;
  font-size: 1.4em;
}

.search-form .control-order-by label {
  float: left;
}

.search-form .search-input button:hover i,
.simple-input .field .btn-search:hover {
  color: #394559;
}

.search-form .search-input.search-giant input {
  border: 2px solid #003366;
}

.search-form .search-input.search-giant button {
  margin-top: -15px;
}

.dataset-markers {
  list-style-type: none;
  margin: 0 -25px 0 0px;
  padding: 0;
  float: right;
}

.dataset-markers .marker {
  width: 130px;
  line-height: 22px;
  margin: 20px 0;
  background: #888;
}

.dataset-markers .marker:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 130px 8px 0;
  border-color: transparent black transparent transparent;
  float: right;
}

.dataset-markers .marker:first-child {
  margin-top: 0;
}

.dataset-markers .marker.geographic {
  background: #27ae60;
}

.dataset-markers .marker.geographic:after {
  border-right-color: #1e8449;
}

.dataset-markers .marker.dataset,
.dataset-markers .marker.education {
  background: #2980b9;
}

.dataset-markers .marker.dataset:after,
.dataset-markers .marker.education:after {
  border-right-color: #2472a4;
}

.dataset-markers .marker.application {
  background: #9b59b6;
}

.dataset-markers .marker.application:after {
  border-right-color: #8e44ad;
}

.dataset-markers .marker.webservice,
.dataset-markers .marker.natural-resources {
  background: #e67e22;
}

.dataset-markers .marker.transportation {
  background: #7f8c8d;
}

.dataset-markers .marker.transportation:after {
  border-right-color: #667273;
}

.dataset-markers .marker.webservice:after,
.dataset-markers .marker.natural-resources:after {
  border-right-color: #bf6515;
}

.dataset-markers .marker.economy {
  background: #1abc9c;
}

.dataset-markers .marker.economy:after {
  border-right-color: #17a689;
}

.dataset-markers .marker.finance {
  background: #f1c40f;
}

.dataset-markers .marker.finance:after {
  border-right-color: #dab10d;
}

.dataset-markers .marker.social-services {
  background: #b1455a;
}

.dataset-markers .marker.social-services:after {
  border-right-color: #8f3748;
}

.dataset-markers .marker.health-and-safety {
  background: #e74c3c;
}

.dataset-markers .marker.health-and-safety:after {
  border-right-color: #cd3121;
}

.dataset-markers .marker.justice {
  background: #2c3e50;
}

.dataset-markers .marker.justice:after {
  border-right-color: #233140;
}

.dataset-markers .marker.multiculturalism {
  background: #95a5a6;
}

.dataset-markers .marker.multiculturalism:after {
  border-right-color: #79898a;
}

.dataset-markers .marker.service {
  background: #9b59b6;
}

.dataset-markers .marker.service:after {
  border-right-color: #8f4bab;
}

.dataset-markers .marker.dataset-iso {
  background: #34495e;
}

.dataset-markers .marker.dataset-iso:after {
  border-right-color: #22303d;
}

.dataset-markers .marker a,
.dataset-markers .marker div {
  display: block;
  padding: 5px 8px;
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica';
  font-weight: bold;
}

.dataset-markers .marker.small a {
  font-size: 12px;
  overflow: hidden;
  text-overflow: clip;
}

.dataset-list .dataset-markers {
  margin-right: -25px;
  margin-left: 10px;
}

.dataset-marker-type-icon {
  float: right;
  margin-left: 25px;
}

.dataset-marker-type-icon a {
  color: #000;
}

.dataset-marker-type-icon a:hover {
  text-decoration: none;
  color: #000;
}

.dataset-resources {
  float: right;
  clear: both;
  padding-bottom: 3px;
  margin-top:-8px;
  margin-right: -20px;
}

#dataset-resources {
  margin-bottom: 50px;
}

.flex-fill-end{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.dataset-content{
  margin-bottom:12px;
}

.dataset-list .dataset-dates {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 0 0;
  color: #999;
  display:flex;
  flex-direction:row;
}

.dataset-list .dataset-dates:first-child{
  margin-top:6px;
}

.dataset-list .dataset-dates li.flex-1{
  flex:1;
}

.dataset-list .dataset-dates li {
  float: left;
  margin-right: 70px;
}

.module-content:first-child {
  margin-top: 0;
}

.dataset-list .dataset-item:after {
  content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.description-tracking {
  margin-top:-10px;
  display:flex;
  flex-direction:row;
  color: var(--md-font-color);
  font-size: 0.95rem;
  font-weight: 500;
}

.flex-1 {
  flex:1;
}

.notes {
  margin: 10px 0;
}

#purpose {
  margin-bottom: 20px;
}

.purpose {
  display: block;
}

.purpose.off {
  display: none;
}

.more-info-links {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.more-info-links li {
  line-height: 18px;
}

.additional-information-toggle {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  background: #eee;
  display: block;
  padding: 0 5px;
  text-decoration: none;
}

.additional-information-toggle:hover {
  text-decoration: none;
}

#additional-information,
#object-description {
  display: block;
  padding: 20px;
  background: #f6f6f6;
}

#additional-information.off {
  display: none;
}

#additional-information h2:first-child {
  margin-top: 0;
}

#object-description .table.details .short-name {
  width: 115px;
}

#object-description .table.details .data-type {
  width: 105px;
}

#object-description .table.details .data-precision {
  width: 75px;
}

section.tags {
  width: 88%;
}

#purpose .purpose.on {
  margin-bottom: 10px;
}

#request-data {
  background: #e0e4ec;
  padding: 10px;
  overflow: hidden;
  font-size: 1.1em;
  line-height: 37px;
}

#request-data .btn {
  float: right;
  margin: 6px 0;
}

#request-data p {
  margin: 0;
}

.search-form.search-main {
  border-bottom: 0;
  padding-bottom: 0;
  margin-top: 10px;
  padding: 0 15px;
  margin-bottom: 0;
}

/* Footer */
#footer-navigation {
  background-color: #394559;
  overflow: hidden;
  color: #fff;
  font-family: 'Verdana', 'Arial', sans-serif;
}

#footer-navigation .footer-links {
  padding: 13px 20px;
  float: left;
  width: 240px;
  line-height: 1;
  text-align: center;
}

#footer-navigation .footer-links.left {
  padding-left: 80px;
  width: 280px;
}

#footer-navigation .footer-links.right {
  padding-right: 40px;
  width: 160px;
}

#footer-navigation .footer-links h3 {
  margin: 0;
}

#footer-navigation .footer-links h3 a {
  color: #FFFFFF;
  font-family: 'Century Gothic', 'Verdana' ,sans-serif;
  font-weight: normal;
  text-decoration: none;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 19px;
}

#footer-navigation .footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Verdana', 'Arial', sans-serif;
}

#footer-navigation .footer-links ul li {
  line-height: 110%;
  list-style-type: none;
  padding-top: 1px;
}

#footer-navigation .footer-links ul li a {
  color: #fff;
}

#footer-navigation #media-links {
  width: 920px;
  padding: 0;
  clear: both;
  margin: 0 auto 20px auto;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  height: 70px;
}

#footer-navigation #media-links #media-links-img {
  float: left;
  margin-top: 10px;
}

#footer-navigation #media-links ul {
  float: right;
  line-height: 70px;
  margin-left: 20px;
}

#footer-navigation #media-links ul li {
  display: inline;
  padding: 0 10px;
  border-left: 1px solid #394559;
}

#footer-navigation #media-links ul li:first-child {
  border-left: 0;
}

#footer-navigation #media-links ul li a {
  color: #1A5A96;
}

#footer-navigation #media-links ul li a:hover {
  text-decoration: underline;
  color: #1A5A96;
}

#footer-navigation #admin-links {
  width: 920px;
  text-align: right;
  margin: 0 auto 20px auto;
}

#footer-navigation #admin-links ul {
  list-style: none;
}

#footer-navigation #admin-links ul li {
  display: inline;
  padding: 0 5px;
}

#footer-navigation #admin-links ul li a {
  color: #fff;
}

#version {
  text-align: right;
  background-color: #003366;
  font-size: 0.8em;
  color: #fff;
}

/* CKAN overrides */
menu {
    margin: 0;
}

ul li,
menu li {
    line-height: 13px;
}

.subthemes li a {
    line-height: 13px;
}

#services_header {
    line-height: 13px;
}

[role="main"], .main {
  background: transparent;
}

.hero {
  background: transparent;
}

.resource-item .btn-group {
  top: 7px;
}

.resource-item .size {
  display: inline-block;
  font-style: italic;
}

.resource-item .heading {
  word-wrap: break-word;
}

#object-description strong {
  word-wrap: break-word;
}

/* Wet-boew overrides
a:visited {
  color: inherit;
} */

/* visited link
a:visited {
    color: #1A5A96;
} */

a.label {
  color: #fff;
}

a,
a:hover {
  color: #1A5A96;
}

#wb-skip {
  display: none;
}

a {
  text-decoration: none;
}

#wb-core {
  background-color: #fff;
}

.page-header {
  padding-bottom: 0;
  margin-left: 0 !important;
}

.container {
  width: 940px;
  padding: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: auto;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 0 0 -20px;
  top: 5px;
}

.dataset-form.form-horizontal input[type="radio"] {
  margin: 0;
}

label:after,
label:after {
  content: "";
}

.radio-inline label,
.checkbox-inline label {
  font-weight: normal;
}

.input-append .add-on, .input-prepend .add-on {
  height: auto;
}

.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}

.alert .close {
  right: 0px;
}

.alert > :first-child {
  margin: 0;
}

.alert-info > :first-child:before {
  content: '';
}

.alert-success > :first-child:before {
  content: '';
}

.btn .caret {
  vertical-align: top;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-image: none;
    background-color: #38598a;
}

.navbar.navbar-default {
  border: 0;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #fff;
  color: inherit;
  border-color: #ccc;
  border-bottom-color: #fff;
}

.modal-body ul,
.modal-body ol {
  padding-left: 20px;
  margin-bottom: 10px;
}

.org-hierarchy .organization .btn.js-expand,
.org-hierarchy.no-search .organization.expanded > .js-collapse {
  background-color: #38598a;
}

.extent h4 {
  margin-top: 0;
}

.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

input.search.tt-input {
 color: #000000;
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.search.tt-hint {
    color: #808080;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead {
  width: 100%;
}

.edc-state {
  float: right;
  font-size: 0.9em;
  background: #ccc;
  padding: 5px;
  font-weight: 700;
}

.edc-state.draft {
  background: #9b59b6;
  color: #fff;
}

.edc-state.pending-publish {
  background: #2980b9;
  color: #fff;
}

.edc-state.published {
  background: #27ae60;
  color: #fff;
}

.edc-state.pending-archive {
  background: #e67e22;
  color: #fff;
}

.edc-state.archived {
  background: #95a5a6;
  color: #fff;
}

.dataset-heading .tracking-summary{
  font-size:13px;
  font-weight:600;
}

.dataset-heading .dataset-heading-orgs {
  font-size: 13px;
  font-weight: 400;
}

.dataset-heading .dataset-heading-orgs a {
  color: #1A5A9C;
}

.wrapper.no-nav .primary {
  width: 100%;
  float: none;
}

.dashboard .page-header {
  margin-bottom: 0;
}

.stages {
  margin: -20px -25px 20px -15px;
}

.overlay-wrap {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.overlay-wrap.enable {
  opacity: 1;
  visibility: visible;
}

.add-data-loader {
  overflow: hidden;
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  bottom: 55px;
  left: calc(50% - 5em);
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.5s infinite linear;
  animation: load8 1.5s infinite linear;
}
.add-data-loader,
.add-data-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 979px) {
  .wrap {
    width: auto;
  }

  #wb-main {
      margin-top: 0;
  }

  /* Header */

  #header-banner .logo {
    width: 100px;
    height: 35px;
    background-size: 100%;
    margin: 10px;
  }

  #header-banner h2 {
    width: auto;
    margin: 0;
    font-size: 18px;
    line-height: 52px;
  }

  .pnl-btn {
    float: right;
    margin: 15px 5px 0 0;
  }

  #header .account-container {
 nav#subing-right: 10px;
  }

  /* Right Menu */

  .simple-input .field .btn-search {
    margin-right: 12px;
  }

  .overlay-def header {
    background: #293649;
  }

  .modal-content a {
    color: #000;
  }

  .modal-content nav {
    font-size: 18px;
  }

  .modal-content nav li {
      line-height: 24px;
  }

  /* Content */

  .container {
    width: 750px;
  }

  #content {
    width: auto;
  }

  #content .primary,
  #content .secondary {
    width: 100%;
  }

  .wrapper {
    background: none;
    border: 0;
    box-shadow: none;
  }

  .toolbar .breadcrumb {
    margin: 0 10px;
  }

  .module:first-child .module-heading {
    border-top-width: 1px;
  }

  /* Footer */
  #footer-navigation #media-links #media-links-img {
    width: 135px;
    margin: 10px 0;
  }

  #footer-navigation #media-links #media-links-img img {
    width: 100%;
  }

  #footer-navigation #media-links {
    width: auto;
    margin: 10px;
    height: auto;
  }

  #footer-navigation #media-links ul {
    width: auto;
    line-height: 20px;
    margin: 20px 0;
    list-style-type: none;
  }

  #footer-navigation #media-links ul li {
    border-left: none;
    padding: 0 14px;
  }

  #footer-navigation #admin-links {
    width: auto;
    padding: 0 10px;
  }

  .dataset-list .dataset-markers {
    margin-right: -10px;
  }

  .dataset-resources {
    margin-right: 0;
  }
}


.facet-expand-collapse {
	text-align : center;
	font-size : 12px;
	display : block;
	text-decoration : none;
	margin-top : 10px;
}

.facet-expand-collapse.expanded .collapser {
	display: block;
}

.facet-expand-collapse .collapser {
	display: none;
}

.facet-expand-collapse.expanded .expander {
	display: none;
}

.facet-expand-collapse .expander {
	display: block;
}

/* Phone only */
@media (max-width: 767px) {
  /* navigation bar */
  nav#sub {
    margin: 0 -20px;
  }

  #sub .navigationRibbon {
    display: none;
  }

  .account-container__mobile {
    padding: 12px 5px;
  }

  .account-container__mobile,
  #mobile-nav-list {
    display: block;
  }

  .account-container__mobile .account a {
    display: inline-block;
    width: 48%;
    padding: 12px 20px;
    text-align: center;
  }
  .account-container__mobile .account a:only-child,
  .account-container__mobile .account a:last-child:nth-child(2n+1) {
    width: 100%;
  }

  /* Hack for the list menu in mobile view because ul are getting in the way of clicking on links */
  #header.collapsed-header #header-links > ul {
    visibility: hidden;
  }
  #header.collapsed-header #header-links > ul > * {
    visibility: visible;
  }

  /* breadcumb */
  #wb-core #content .toolbar {
    display: none;
  }

  /* Content */
  .search-form .control-order-by {
    float: none;
    margin: 10px 0 0 0;
  }

  .module .module-content {
    padding: 10px;
  }

  .module .page-header {
    padding: 0;
  }

  .page-header .nav-tabs {
    margin-left: 5px;
  }

  .nav-tabs > li > a {
    padding: 10px 5px;
  }

  .nav-tabs > li > a > i {
    display: none;
  }

  .media-grid {
    margin: 0 -10px;
    width: 100%;
  }

  .container {
    width: auto;
  }

  /* Footer */
  #footer-navigation #media-links #media-links-img {
    width: 100px;
    margin: 5px 0;
  }

  #footer-navigation #media-links ul {
    margin: 10px 0;
  }

  #object-description .table.details .short-name,
  #object-description .table.details .data-type,
  #object-description .table.details .data-precision {
    width: auto!important;
  }

  .dataset-markers {
    margin-right: -10px;
  }

  .more-info-links li a {
    word-wrap: break-word;
  }

  .resource-item {
    padding: 10px 110px 10px 5px;
  }

  .resource-item .format-label {
    display: none;
  }

  .module-resource .actions {
    right: 0;
  }

  #version {
    padding-right: 15px;
  }
}

.trash-form {
	padding-top : 0;
	padding-bottom : 20px;
	margin-top : 5px;
	margin-bottom : 20px;
	border-top : 0;
	border-bottom : 1px solid #e5e5e5;
}

.add-member-or {
	float: left;
	margin-top: 25px;
	margin-bottom: 0px;
	width: 7%;
	text-align: center;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
}

.member-controls {
	margin-top : 5px;
}

.member-controls input[type="text"] {
	margin-bottom : 0px;
}

.trash-actions {
	margin: 0;
	list-style: none;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.trash-actions .btn {
	background-color: #87D4F5;
}

@media (max-width: 979px) and (min-width: 768px) {
    #header .container {
        width: 724px;
    }

}

/* Style from BC Gov */

@font-face {
	font-family: 'Myriad-Pro';
	src: url('/assets/gov/fonts/MyriadWebPro.ttf');
}

html {
    height: 100%;
    background-color: #003366;
}

#header,
#footer,
nav#sub {
	font-family: Myriad-Pro, Calibri, Arial, sans serif;
}

#header {
	width: 100%;
	z-index: 2;
}

#header-main {
	background-color: #003366;
	border: none;
	/* 	border-bottom: 2px solid #fcba19; */
	/* 	padding-bottom: 5px; */
}

#header .header-main-left, #header .header-main-right {
	padding: 0;
}

#logo {
	float: left;
}

#header .logo {
	display: block;
}

#access {
	display: inline;
	height: 0;
	position: absolute;
	width: 0;
	z-index: 9;
}

#access ul {
	padding-left: 10px;
	list-style: none;
}

#access li a {
	margin: 10px 0 0 -5000px;
	width: 90px;
	padding: 5px;
	position: absolute;
	top: 0;
	color: #fcba19;
}

#access li a:focus {
	margin-left: 0;
}

#header .qa-banner {
	background-color: black;
}

#header .qa-banner .container {
	text-align: center;
	max-width: 1140px;
	padding: 15px;
}

#header .qa-banner .container .qa-banner-text {
	color: #fff;
	font-size: 18px;
}

#header .menu-button {
	background-color: #38598a;
	margin-top: 14px;
	padding: 4px 0 3px;
	text-align: center;
	width: 155px;
	color: #fff;
	border: 1px solid white;
	cursor: pointer;
}

#header .navbar-toggle {
	display: none;
}

#header .menu-button:hover {
	background-color: #5475A7;
}

#header .menu-button span {
	margin: 0;
	font-weight: 400;
	cursor: pointer;
}

#header .menu-button img {
	margin-right: 6px;
	margin-bottom: 2px;
}

#header .search {
	height: 25px;
	/* 	width: 100%; */
	margin-top: 20px;
	margin-left: 10px;
	position: relative;
}

#header .search input {
	border: 0 none;
	color: #494949;
	height: 25px;
	outline: 0 none;
	padding: 3px 10px;
	width: 100%;
}

#header .search .search-trigger {
	margin-top: -25px;
	cursor: pointer;
	height: 25px;
	position: relative;
	right: -15px;
	float: right;
	width: 25px;
	background-image: url("/assets/gov/images/search-ico.png");
	background-position: 98% center;
	background-repeat: no-repeat;
	top: -12px;
}

#header-links {
	margin-top: 10px;
}

#header-links a {
	color: #fff;
}

@media ( min-width : 768px) {
	#header-links>ul li>a {
		padding: 0;
	}
}

#header-main-row2 {
	padding-bottom: 10px;
}

.navigationRibbon {
	-webkit-box-shadow: 0px 3px 3px 1px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 3px 3px 1px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 3px 3px 1px rgba(51, 51, 51, 0.5);
}

.navigationRibbon a,
.navigationRibbon .dropdown {
	color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.navigationRibbon a {
	padding: 10px 15px;
}

.navigationRibbon a:hover {
	color: #fff;
}

.navigationRibbon a+a:after,
.navigationRibbon a+.dropdown:after,
.navigationRibbon .dropdown+a:after {
	content: "";
	background: #748bad;
	position: absolute;
	bottom: 25%;
	left: 0;
	height: 50%;
	width: 1px;
}

.navigationRibbon a.current {
	text-decoration: underline;
	font-weight: bold;
}

.navigationRibbon .dropdown .dropdown-menu a {
	text-align: left;
}

.navigationRibbon .level2Navigation a.current {
	background-image: url("../images/nav-ribbon-arrow.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

.navigationRibbon .level2Navigation {
	background-color: #38598a;
}

.navigationRibbon .level3Navigation {
	background-color: #5475a7;
}

.navigationRibbon.sub-navigation .level3Navigation a {
	padding: 3px 15px;
}

.header-main-right {
	margin-top: 5px;
}

/* Collapsed header styles */

#header.collapsed-header #header-main {
    border-bottom: 2px solid #fcba19;
    margin-bottom: 0;
}

#header.collapsed-header #logo img {
    width: 95%;
    height: 95%;
}

#header.collapsed-header #header-main > .container {
    position: relative;
}

#header.collapsed-header #header-main-row1 {
    position: relative;
}

#header.collapsed-header #header-main-row1 .header-main-left {
    float: none;
    width: auto;
}

#header.collapsed-header #header-main-row1 .navbar-header {
	float: none;
	padding-bottom: 10px;
}

#header.collapsed-header .menu-button.mini-menu-trigger,
#header.collapsed-header .search-button.mini-menu-trigger {
    background-color: transparent;
    background-image: url("/assets/gov/images/menu-open-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    height: 52px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: absolute;
    right: 20px;
    top: 5px;
    width: 60px;
}

#header.collapsed-header .mini-menu-trigger + .mini-menu-trigger {
    border-right: 2px solid #4b5e73;
}

#header.collapsed-header .search-button.mini-menu-trigger {
    background-image: url("/assets/gov/images/search-open-mobile.png");
    right: 70px;
}

#header.collapsed-header .navbar-collapse.collapse {
	display: none !important;
}

#header.collapsed-header .navbar-collapse.collapse.in {
	display: block !important;
}

#header.collapsed-header #header-main-row1 .header-search {
    background-color: #c7c8ca;
    border-top: medium none;
    box-shadow: none;
    margin-bottom: -2px;

    height: 0;
    position: absolute;
    right: 20px;
    width: 440px;
    top: 65px;

	max-height: 55px;
}

#header.collapsed-header .visible-xs-block {
    display: block !important;
}

#header.collapsed-header #header-main-row1 .header-search .search-boarder-arror::after {
    border-right: 36px solid transparent;
    border-top: 41px solid #c7c8ca;
    content: "";
    display: none;
    position: absolute;
    right: 61px;
    top: -14px;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    z-index: 10;
}

#header.collapsed-header #header-main-row1 .header-search.in .search-boarder-arror::after {
    display: block !important;
}

#header.collapsed-header #header-main-row1 .header-search .header-main-right {
    margin: 0;
    padding: 10px;
    position: static;
}

#header.collapsed-header #header-main-row1 .header-search .header-main-right .search {
    position: static;
}

#header.collapsed-header #header-main-row1 .header-search .header-main-right .search,
#header.collapsed-header #header-main-row1 .header-search .header-main-right .search input {
    bottom: 7px;
    height: 35px;
    margin: 0;
    right: 20px;
}

#header.collapsed-header #header-main-row1 .header-search .header-main-right .search .search-trigger {
    margin-top: -20px;
	right: 10px;
}

#header.collapsed-header #header-main-row2 {
    border: medium none;
    max-height: none;
}

#header.collapsed-header #header-main-row2 {
	position: absolute;
	right: 0;
	background-color: #036;
    width: 440px;
    padding: 0;
    right: 6px;
	top: 65px;
	z-index: 9999;
}

#header.collapsed-header #header-main-row2 .header-main-right {
	margin: 0;
}

#header #header-main-row2 .nav.navbar-nav li a {
	text-shadow: none;
	line-height: 20px;
}

#header.collapsed-header .navbar-fixed-top .navbar-collapse {
    height: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

#header.collapsed-header .col-lg-6 {
    width: auto;
    float: none;
    left: auto;
    right: auto;
}

#header.collapsed-header .header-main-left {
    padding: 0;
    clear: both;
}

#header.collapsed-header .navbar-nav {
    float: none;
}

#header.collapsed-header #header-links {
    margin: 0;
}

#header.collapsed-header #header-links > ul {
    padding: 6px 5px;
    margin: 0;
}

#header.collapsed-header #header-links > ul li {
    width: 33.3%;
    padding: 4px 10px;
}

#header.collapsed-header #header-links > ul li a {
    text-align: left;
	padding: 0 10px;
	font-size: 12px;
}

#header.collapsed-header #header-links ul.inline li + li {
    border-left: 0;
}

#header.collapsed-header #govNavMenu {
	position: static;
	z-index: auto;
	top: auto;
	width: auto;
	float: none;
	background-color: #036;
}

#header.collapsed-header #govNavMenu .hidden-xs {
	display: none;
}

#header [class*="span"] {
	margin-left: 15px;
}

#header .header-main-search {
	margin-top: 15px;
}

#header .header-main-search form {
	margin: 0;
}

#header .header-main-search form input {
	border: 0;
	color: #494949;
	height: 25px;
	outline: 0;
	padding: 3px 10px;
	width: 100%;
	border-radius: 0;
}

#header .header-main-search .icon-search {
	position: absolute;
	right: 10px;
	top: 25px;
	color: #cccccc;
}

/* full size css */
@media (min-width: 768px) {
	#govNavMenu{
		width:300px;
		float:left;
		position:absolute;
		z-index:999;
		top:39px;
/* 		direction: rtl; */
		width: 1140px;
		overflow-x: hidden;
	}

	#navMenuExpandCollapse > span{
		float: left;
		color:white;
	}

	#govNavMenu h2{
	 	color: #333;
	    font-size: 30px;
		margin-bottom: 20px;
	    width: 450px;
	}

	#govNavMenu ul{
		margin-bottom:0;
		padding-left:0;
	}

	#govNavMenu .menuExpand{
		float:right;
		padding-right:5px;
	}

	#govNavMenu .firstLevel{
		background-color: white;
		list-style: none;
		color:#333333;
	}

	#govNavMenu a {
		color: #333333;
		padding-left: 15px;
		padding-right: 15px;
		width: 300px;
	 	background-color: transparent;
	 	font-size: 13px;
	 	line-height: 13px;
	}

	#govNavMenu .childMenu li a:link, #govNavMenu .childMenu li a:visited{
		color: #174f84;
	    font-size: 16px;
	    text-decoration: none;
		width: 450px;
	}

	#govNavMenu .childMenu li a:hover,#govNavMenu .childMenu li a:focus, #govNavMenu .childMenu li a:active{
	    text-decoration: underline;
	    color: #174f84;
	    font-size: 16px;
	}

	#govNavMenu.scrollable .level-trigger,
	#govNavMenu.scrollable .issub {
		display: none;
	}

	.govNav ul {
	    box-sizing: border-box;
	    font-size: 14px;
	    list-style: outside none none;
	    margin: 0;
	    padding: 0;
	}
	.govNav ul li {
	    position: static;
    	float:none;
	}
	.govNav > ul {
	    position: relative;
	    width: 320px;
 	    box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.20);
	}

	.govNav > ul > li {
	    background-color: #e5e5e5;
	    border-left: 1px solid #cccccc;
	    border-bottom: 1px solid #cccccc;
	    border-right: 1px solid #cccccc;
	}

	.govNav > ul > li:hover {
	    border-right: 0;
	}

	#govNavMenu .govNav > ul li:hover,#govNavMenu .govNav > ul li.focus {
	    background-color: #fff;
	}
	.govNav > ul li a {
	    position: relative;
	}

	.govNav > ul li a {
	    color: black;
	    display: block;
	    overflow: auto;
	    padding: 8px 0;
	    float: left;
	    position: relative;
	    text-decoration: none;
	}
	.govNav div a, .govNav div a:hover, .govNav div a:focus {
	    background-image: url("../images/bullet.png") !important;
	    background-position: 2px 12px !important;
	    background-repeat: no-repeat !important;
	    padding-left: 10px;
	}
	.govNav div a:hover,.govNav div a:focus {
	    text-decoration: underline;
	}
	.govNav p {
	    font-size: 32px;
	    height: 75px;
	    margin: 0;
	    padding: 20px;
	    width: 360px;
	}
	.govNav div a, .govNav div ul {
	    padding-left: 20px;
	}

	.govNav > ul li.hassub.selected > a::after {
	    border-left-color: #e1e1e1;
	}

	.govNav ul li a:hover,.govNav ul li a:focus, .govNav ul li.hassub.selected > a {
	   /*  background: none repeat scroll 0 0 white; */
	    color: black;
	}
	.govNav ul li > div, .govNav ul li > ul {
	    background-position: right bottom;
	    background-repeat: no-repeat;
	    background-color: white;
 	    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.20);
 	    border-bottom: 1px solid #cccccc;
 	    border-right: 1px solid #cccccc;
	    box-sizing: border-box;
	    display: none;
	    font-weight: normal;
	    height: 100%;
	    left: 100%;
	    padding: 25px 40px;
	    position: absolute;
	    top: 0;
	    width: 822px;
	    z-index: 1000;
	}


	.menu_suggestion_form .menu-searchbox {
		border-radius: 0;
		padding-right: 30px;
	    background-position: left center;
	    background-repeat: no-repeat;
	    background-image: none;
	}

	.menu_suggestion_form .menu-searchbox.placeholder {
   	    background-image: url("/StaticWebResources/static/gov3/images/tile_searchbox_placeholder.png");
	}

	.menu_suggestion_form .ss-gac-m {
		width: 450px;
	}

	.menu_suggestion_form {
		margin-bottom: 25px;
		position: relative;
		width: 450px;
	}

	.menu_suggestion_form .search-trigger {
	    background-image: url("/assets/gov/images/search-ico.png");
	    background-position: 98% center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	    height: 25px;
	    width: 25px;
	    position: absolute;
	    right: 5px;
	    top: 5px;
	}

	.mobile-menu-search {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.govNav ul li > div, .govNav ul li > ul {
	    left: 30px;
	}
	.govNav > ul li.hassub.selected::after {
	    background: none repeat scroll 0 0 #eee;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.8;
	    pointer-events: none;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 1;
	}
}


                #govNavMenu  ul li .level-trigger, #govNavMenu  ul li .no-trigger  {
                    height: 100%;
                    width: 20px;
                    cursor: pointer;
				    position: relative;
				    right: 5px;
				    top: 0;
                }
                 #govNavMenu  ul li .level-trigger:after {
				    content: ">";
				    color:#cccccc;
                    cursor: pointer;
                    width: 25px;
				    font-size: 20px;
    				font-weight: bold;
				    position: relative;
				    right: -5px;
                    top: 1px;
                 }

                #govNavMenu  ul li .level-trigger.open:after  {
				    content: "<";
                }

                #govNavMenu  ul li .no-trigger {
                    background-image: none;
                }
                #govNavMenu  ul li ul {
	                display: none;
	            }

				#govNavMenu  ul li.open ul {
	                display: block;
	            }

	#header-main-row2 {
		overflow-x: hidden;
	}

	.mobile-menu-search .homepage-tile {
		position: absolute;
		top: 0;
		width: 82%;
/* 		height: 100%; */
		min-height: 0;
		left: 0 !important;
		background-color: transparent;
		border: 0;
	}

	.mobile-menu-search .homepage-tile .tile-content {
		position: static;
		display: block;
	}

	.mobile-menu-search .homepage-tile .tile-search {
    	background: transparent url("/assets/gov/images/search-open-mobile.png") no-repeat 50% center;
	}

	.mobile-menu-search .homepage-tile.flyout-expanded .tile-search {
    	background-color: #5f79a2;
	}

	.mobile-menu-search .homepage-tile .tile-search-flyout {
		background-color: #fff;
		height: 38px;
		border-bottom: 1px solid #5f79a2;
	}

	.mobile-menu-search .homepage-tile .tile-search-flyout input {
		border: 0;
		height: 37px;
		border-radius: 0;
	}

/* mobil size css */

@media (max-width: 767px) {
	#govNavMenu {
        background-color: #036;
        margin-top: 8px;
    }

    #header-main-row2.in #govNavMenu {
        display:block !important;
        visibility: visible !important;
    }
	#header .header-main-left{
		padding: 0 15px;
	}
    #govMainMenu {
        background-color: #036;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    }
    #govMainMenu div.issub {
	    background: none !important;
	}

        #govNavMenu  ul {
            border-top: 1px solid #5f79a2;
            background-color: #2b4777;
        }

            #govNavMenu  ul li {
                border-bottom: 1px solid #5f79a2;
                clear: right;
                position: relative;
            }

			#govNavMenu ul li .menu_suggestion_form {
				display: none;
			}

            #govNavMenu  ul ul li:last-child{
           		 border-bottom:none;
            }

			#govNavMenu  ul li ul {
                background-color: #36588c;
            }

			#govNavMenu  ul li > ul li > ul {
                background-color: #5475a7;
            }
            #govNavMenu  ul li > ul li > ul li {
                border-bottom: 1px solid #7691b9;
            }

				#govNavMenu  ul li .level-trigger:after {
					content:none;
				}
                #govNavMenu  ul li .level-trigger, #govNavMenu  ul li .no-trigger  {
                    background-image: url(/assets/gov/images/menu-arrow-dn.png);
                    background-repeat: no-repeat;
                    background-position: center 15px;
                    background-color: #2b4777;
                    display: inline-block;
                    float: right;
                    height: 100%;
                    width: 50px;
                    border-left: 1px solid #5f79a2;
                    /* border-bottom: 1px solid #5f79a2; */
                    cursor: pointer;
                   	position: absolute;
                    right: 0;
                    top:0;
                }

                #govNavMenu  ul li .level-trigger.open {
                    background-image: url(/assets/gov/images/menu-arrow-up.png);
                }

                #govNavMenu  ul li .no-trigger {
                    background-image: none;
                }
				#govNavMenu  ul li .level-trigger.open:after,#govNavMenu  ul li .level-trigger:after  {
				    content: none;
                }
                #govMainMenu  ul li a {
                	background-color: inherit;
                    display: inline-block;
                    color: #fff;
                    font-size: 16px;
                    text-decoration: none;
                    padding: 10px 40px 9px 24px;
                    width: 82%;
                }

            #govMainMenu  ul ul.no-triggers li a {
                border-right: 0;
            }

            #govMainMenu  ul li a:hover,  #govMainMenu  ul li a:focus, #govMainMenu  ul li a:active {
                text-decoration: underline;
            }

            #govMainMenu  ul li ul,
            #govMainMenu  ul li ul li ul {
               /*  display: none; */
                margin: 0;
                position: relative;
    			width: 100%;
            }

                #govMainMenu  ul li ul li a {
                    padding-left: 44px;
                }

                #govMainMenu  ul li ul li ul li a {
                    padding-left: 64px;
                }
}

/* Collapsed header styles */

#header.collapsed-header #govMainMenu {
    background-color: #036;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

#header.collapsed-header #govNavMenu ul {
    background-color: #2b4777;
    border-top: 1px solid #5f79a2;
}

#header.collapsed-header .govNav > ul {
    box-shadow: none;
    position: static;
    width: auto;
}

#header.collapsed-header .govNav ul {
    font-size: inherit;
}

#header.collapsed-header .navbar-nav {
    margin: 0;
}

/* #header.collapsed-header .firstLevel { */
/*     color: unset; */
/*     list-style: unset; */
/* } */

#header.collapsed-header #govMainMenu div.issub {
    background: none !important;
}

#header.collapsed-header .govNav > ul > li {
    background-color: inherit;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

#header.collapsed-header #govNavMenu {
    overflow-x: auto;
}

#header.collapsed-header #govNavMenu ul li {
    border-bottom: 1px solid #5f79a2;
    clear: right;
    position: relative;
    margin: 0;
}

#header.collapsed-header #govNavMenu ul li .menu_suggestion_form {
	display: none;
}

#header.collapsed-header #govNavMenu .govNav ul li ul li:hover {
	background-color: #36588c !important;
}

#header.collapsed-header #govNavMenu #govMainMenu ul li a {
    background-image: none !important;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 24px 4px;
    text-decoration: none;
    width: 82%;
    line-height: 20px;
    float: none;
    overflow: auto;
}

#header.collapsed-header #govNavMenu ul li .level-trigger.open::after,
#header.collapsed-header #govNavMenu ul li .level-trigger::after {
    content: none;
}

#header.collapsed-header #govNavMenu ul li .level-trigger,
#header.collapsed-header #govNavMenu ul li .no-trigger {
    background-image: url('/assets/gov/images/menu-arrow-dn.png');
    background-position: center 15px;
    background-repeat: no-repeat;
    border-left: 1px solid #5f79a2;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

#header.collapsed-header .govNav ul li > div {
	width: auto;
	height: auto;
	position: static;
	padding: 0;
	border-right: 0;
	border-bottom: 0;
}

#header.collapsed-header #govNavMenu ul li ul {
    background-color: #36588c;
    display: none;
}

#header.collapsed-header #govMainMenu ul li ul,
#header.collapsed-header #govMainMenu ul li ul li ul {
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#header.collapsed-header #govNavMenu  ul li.open ul {
	display: block;
}

#header.collapsed-header #govNavMenu  ul li .level-trigger.open {
	background-image: url('/assets/gov/images/menu-arrow-up.png');
}

#header.collapsed-header #govNavMenu  ul li .no-trigger {
	background-image: none;
}

#header.collapsed-header #govNavMenu  ul li .level-trigger.open:after,
#header.collapsed-header #govNavMenu  ul li .level-trigger:after  {
    content: none;
}

#header.collapsed-header #govNavMenu #govMainMenu ul li ul li a {
    padding-left: 44px;
}

#header-main,
#header-main #header-main-row1 {
	height: 68px;
}

#header.collapsed-header #govNavMenu ul li {
	width: 100%;
}

#header.collapsed-header #header-main-row1 .header-search.in.collapse.overflow {
	overflow: visible;
}

#header .header-search {
	z-index: 9999;
}

#header .search form#suggestion_form {
	margin: 0;
}

#header .navbar-brand {
	position: relative;
}

#header .navbar-brand .logo {
	display: block;
    color: #fff;
    font-size: 2.5em;
    padding-top: 6px;
}

#header .navbar-brand .logo a {
	color: #fff;
}

#header .navbar-brand .logo a:hover,
#header .navbar-brand .logo a:active,
#header .navbar-brand .logo a:focus {
	text-decoration: none;
}

#header .navbar-brand .logo:hover,
#header .navbar-brand .logo:focus,
#header .navbar-brand .logo:active {
	text-decoration: none;
}

#header .navbar-brand .logo img {
	margin-right: 15px;
}

.homepage-tile .tile-search {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 99%;
	width: 40px;
	z-index: 3;
    background: #fff url("/StaticWebResources/static/gov3/images/inlinesearch-button-off.png") no-repeat left center;
}

.homepage-tile .tile-search-flyout {
	position: absolute;
	left: 1000px;
	width: 100%;
	max-width: 770px;
	top: 0;
	height: 100%;
}

.homepage-tile .tile-search-flyout input {
	height: 99%;
	width: 100%;
	padding: 5px 50px 5px 15px;
	border: 1px solid #26639c;
	font-size: 16px;
    background: #fff;
}

nav#sub {
	margin-top: 68px;
}

#footer {
	background-color: transparent;
	border-top: 2px solid #fcba19;
	position: relative;
}

#footer.expanded {
	z-index: 1040;
}

#footer a, #footer h2 {
	color: #fff;
}

#footer h2 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 22px;
	padding-right: 20px;
}

#footer hr {
	background: none repeat scroll 0 0 #4b5e73;
	border: 0 none;
	height: 1px;
	margin: 10px 0;
}

#footer #footerWrapper {
	/* 	position: absolute; */
	width: 100%;
	bottom: 0;
}

#footerAdminSection ul {
	clear: both;
	padding: 10px 0;
}

#footerAdminLinks {
	clear: both;
}

@media ( min-width : 768px) {
	#footerMediaLinks ul {
		padding-top: 22px;
	}
}

#footerMediaLinks h2 {
	display: inline-block;
}

#footerFeedback {
	position: relative;
	height: 50px;
}

#footerToggle {
	background-color: #003366;
	text-align: center;
}

#footerCollapsible {
	display: none;
	background-color: #003366;
	border: 1px solid transparent;
}

#footerAdminSection {
	background-color: #003366;
}

#footer ul.bulleted>li {
	padding-left: 15px;
	background: url("/assets/gov/images/bullet.png") no-repeat scroll 0 8px transparent;
	margin-bottom: 3px;
	list-style: none;
	line-height: 20px;
}

@media ( max-width: 750px) {
	.homepage-tile .tile-text {
		padding-right: 40px;
	}
	.homepage-tile .tile-search {
		height: 38px;
		line-height: normal;
		display: block;
	}
	.homepage-tile .tile-search img {
		padding: 5px 0;
	}
	.homepage-tile .tile-search-flyout .tile-searchbox {
		height: 40px;
	}

	.homepage-tile table.ss-gac-m {
		left: 0;
		width: 100%;
		top: 39px;
	}
}

@media (max-width: 767px) {
	#header.collapsed-header #header-main-row2 {
		width: 100%;
		right: 0;
	}

	#header.collapsed-header #header-main-row1 .header-search {
		width: 100%;
		right: 0;
	}

	#header .navbar-toggle {
		display: block!important;
	}

	#footer {
		margin: 0 -20px;
	}

	#footer #footerContainer,
	#footer #footerAdminLinks {
		padding: 0 15px;
	}

	#footer .connect {
		display: block;
		padding-left: 5px;
	}

	#footer .connect h2 {
		float: none!important;
	}
}

img.back-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
 	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
    z-index: 1100;
    cursor: pointer;
    display: none;
}

/* img.back-to-top.footer-overlap, */
/* #footer.expanded img.back-to-top { */
img.back-to-top.footer-overlap {
	position: absolute;
	top: -63px;
	bottom: auto;
}

img.back-to-top:hover {
 	opacity: 0.90;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.hidden-xs {
	display: inline-block;
}

.visible-xs-inline-block {
	display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media (max-width: 767px) {

	#header.collapsed-header #header-main-row1 .header-search .search-boarder-arror::after {
		right: 68px;
	}

	#header .navbar-brand .logo img {
		margin-right: 5px;
	}

	#header.collapsed-header .menu-button.mini-menu-trigger, #header.collapsed-header .search-button.mini-menu-trigger {
		width: 50px;
	}

	#header.collapsed-header .search-button.mini-menu-trigger {
		right: 75px;
	}

	.navigationRibbon a,
	.navigationRibbon .dropdown {
		display: inline-block;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs-inline-block {
		display: inline-block;
	}

	nav#sub {
		margin: 0 -20px 10px -20px;
	}

	.toolbar .breadcrumb,
	.toolbar .breadcrumb a {
		color: #505050;
	}
}
@media (max-width: 979px) {
	#header .navbar-brand .logo {
		padding-left: 15px;
	}

	#header .header-main-search .icon-search {
		right: 15px;
	}

	nav#sub {
		margin-top: 0;
	}

	nav#sub .container {
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	#header .navbar-brand {
		margin-left: 0;
	}
	#header .navbar-brand .logo {
		padding-left: 30px;
	}
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.module-content{
  padding-left:15px !important;
}

@media (max-width: 768px) {
  .module-content{
    padding-left:30px !important;
  }
}

@media (max-width: 768px){
  .resource-item .btn-group {
      display: initial !important;
  }
}

@media (min-width: 992px) and (max-width:1199px){
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .row {
    margin-left: -15px;
  }
}
/* style for hidden dropdown */
.wb-overlay {
  background-color: #fff;
  display: none;
  border-radius: 0;
  border: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  z-index: 1050;
}

/* hidden dropdown menu display mode. seems useless */
.wb-overlay {
  display: block;
}

/* hidden dropdown menu positioning */
.wb-overlay.open {
  position: fixed;
  display: inline-block;
}

/* hidden dropdown menu stretches to full height*/
.wb-panel-r {
  top: 0;
  height: 100%;
  max-width: 90%;
}

/* hidden dropdown's contents */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

@media (min-width: 769px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

}

/*
 *	Overlay parts
 */

.overlay-def {
  overflow-y: auto;
}

.overlay-def header {
  color: #fff;
  display: block;
  padding: 0 44px 0 1em;
}

.overlay-def .modal-title {
  font-size: 1.15em;
  padding: 10px 0;
}

/*doesn't do anything */
.overlay-def.wb-bar-t,
.overlay-def.wb-bar-b {
  background-color: #000;
}

/*doesn't do anything */
.overlay-def .mfp-close {
  color: #fff;
}


.hidden-hd .modal-body {
  padding-top: 50px;
}

.modal-body {
  position: relative;
  padding: 20px;
  padding-top: 0px;
}

h3,
.h3 {
  margin-top: 32px;
}

/*doesn't do anything */
.hidden-hd .overlay-close {
  background-color: #000;
  border-radius: 999px;
  height: 1em;
  width: 1em;
  line-height: 1em;
  margin-top: 10px;
  margin-right: 20px;
}

[dir=rtl] .mfp-close {
  right: auto;
  left: 0;
}

[dir=rtl] .wb-panel-l {
  left: auto;
  right: 0;
}

[dir=rtl] .wb-panel-r {
  right: auto;
  left: 0;
}

[dir=rtl] .overlay-def header {
  padding: 0 1em 0 44px;
}

.modal {
  display: none;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4375px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-header h3 {
  padding:0px;
  color:inherit;
  background:inherit;
}
#wb-pnl {
  display:none;
}
/*
 *	Overlay styles
 */

.wb-panel-l {
  left: 0;
}

.wb-panel-r {
  right: 0;
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.wb-menu .menu > li a:hover,
.wb-menu .menu > li a:focus {
  text-decoration: underline;
}

.col-sm-6
{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 769px) {
  .col-sm-6
  {
    float: left;
  }

  .col-sm-6 {
    width: 50%;
  }

}

@media (max-width: 768px) {
  .nav-tabs li {
    float:left!important;
  }
  .extent {
    margin-left:-40px!important;
    margin-right:10px!important;
  }

}

.ckanext-datapreview {
  margin-left:10px!important;
}

/*Glyphicons */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('./fonts/glyphicons-halflings-regular.eot');
  src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-th-list:before {
  content: "\e012";
}

.wb-inv,
#wb-sec h2,
#wb-lng h2,
.wb-mm-ctrls .wb-mm-txtonly span {
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  margin: 0;
}

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button.mfp-close{
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4375;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  border-style: outset;
}

.btn-default {
  color: #335075;
  background-color: #eaebed;
  border-color: #dcdee1;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #335075;
  background-color: #d4d6da;
  border-color: #bbbfc5;
}

.open .btn-default.dropdown-toggle {
  color: #335075;
  background-color: #d4d6da;
  border-color: #bbbfc5;
}

.btn-default:active,
.btn-default.active {
  background-image: none;
}

.open .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #eaebed;
  border-color: #dcdee1;
}

.btn-default .badge {
  color: #eaebed;
  background-color: #335075;
}

.btn-sm{
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs .badge,
.btn-xs .btn-group-xs > .btn,
.btn-group-xs > .btn-xs .btn {
  top: 0;
  padding: 1px 5px;
}
input[type="reset"].btn-xs,
.btn-group-xs > input[type="reset"].btn,
input[type="button"].btn-xs,
.btn-group-xs > input[type="button"].btn,
input[type="submit"].btn-xs,
.btn-group-xs > input[type="submit"].btn {
  height: 25px;
}

a.btn {
  text-decoration: none;
}

*/
a:visited {
  color: #7834BC;
} */

.btn-default:visited {
  color: #335075;
}

.btn-primary:visited {
  color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #2572b4;
  border-color: #143d5f;
}

/* Bootstrap 3 helper classes */
@media (min-width: 1200px) {
  .hidden-lg {
    display: none!important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .hidden-md {
    display: none!important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none!important;
  }
}

/* This is a bit unrelated but it needed to be on a css file that's always loaded, overrides bootstrap defaults so popover works in modal */
.popover {
    position: fixed !important;
    z-index: 1060 !important;
}