/* Headings */
.region-content h2 a {
    border: none;
}
/* Buttons */
.btn:hover,
.button:hover,
input[type="submit"]:hover{
  background-color: #becd2d!important;
  color: #ffffff;
}
/* Tables */
table thead {
    text-transform: none!important;

}
/* Tabs */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover {
    background-color: #becd2d;
    color: #ffffff!important;
}

/* Search form - box */
.views-exposed-form {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    background: #f8f8f8;
    margin-bottom: 5px;
}
form.views-exposed-form .js-form-item.form-item {
    margin-right: 20px;
}
input[type=text], select {
    background-color: white!important;
}
input[type=submit] {
    margin: auto;
}
/* Avoid overlap with sticky header when in preview mode */
.node-preview-container {
    position: relative;
    padding: 5px 10px;
}
/* Overlay fix IE11 */
.toolbar-horizontal .toolbar-tray {
    position: absolute;
}
/* SVG logo max height fix IE11 */
.main-header .logo img {
    max-height: 90px;
}
/* TABS  */
.task-bar .tabs a {
    border: none;
}
div#block-healthinformationportal-local-tasks .task-bar ul.tabs {
    padding-bottom: 5px;
}
div#block-healthinformationportal-local-tasks .task-bar .tabs > li {
    border: 1px solid #efefef;
    margin-bottom: 10px;
}
div#block-healthinformationportal-local-tasks .task-bar .tabs a.is-active {
    background: #69aa41;
    color: white!important;
}

/* National node search page */
#map {
    width: 800px; /* needed to get displayed in Chrome and Edge */
}
@media only screen and (max-width: 768px) {
  #map {
      width: 400px;
  }
}

@media only screen and (max-width: 991px) {
  #map {
      width: 500px;
  }

}
#app .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#app .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
#app .map-info {
	display: flex;
  align-items: flex-start;
	justify-content: center;
	font-size: 16px;

}
/* National node map tooltip */
div#map-tooltip h4 {
  margin: 5px 10px;

}
div#map-tooltip hr {
  margin-top: 10px;
  margin-bottom: 10px;

}
div#map-tooltip .v-select {
  margin-bottom: 20px;

}
div#map-tooltip button.btn.btn-outline-danger { /* close button */
  /*color: #69aa41;
  background: transparent;*/
  float: right;
  padding: 2px 12px;
  text-transform: none;

}
div#map-tooltip a.btn.btn-primary {
  color: white!important;
  margin-bottom: 0px;
  padding: 6px 12px;

}
div#map-tooltip .btn-sm {
  line-height: 1em;

}
/* Avoid scroll in dropdown */
ul.vs__dropdown-menu {
    z-index: 1000;
    width: auto!important;

}
/* National nodes - detail */
.contextual-region.node.node--type-source.node--promoted.node--view-mode-teaser h2, {
    font-size: 26px;
}

/* Style for info-box */
.info-box {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 10px #ccc;
  border: 1px solid #becd2d;
}

/*Navigation Bar*/
.navbar-default {
    /*background-color: #fff;*/
    border: none;
    border-radius: 0%;
}
#nav-region-footer-menu .nav-region {
    float: left;
    width: 100%
  }
#nav-footer-wrap.navbar {
    margin-bottom: 10px;
    min-height: 0;
}
#nav-region-footer-menu ul {
    margin: auto;
    width: 100%;
}
#nav-region-footer-menu ul li{
    margin-right: 16px;
}
#nav-footer-wrap .menu-base-theme li a {
    text-transform: none;
    color: #58595b;
    font-size: 16px;
    line-height: 3;
}
#nav-footer-wrap .menu-base-theme li a:hover, #nav-footer-wrap .menu-base-theme li a:focus{
    color: #69aa41;
    width: 100%;
}
#nav-footer-wrap .menu-base-theme li a.is-active{
    color: #69aa41;
    width: 100%;
}
.navbar {
    margin-bottom: 0px;
}

/* Spacing site branding name when no site logo */
.site-branding-name {
    padding-top: 15px;
}
legend {
  float:left;

/* Contact box*/
}
.contactname {
    font-size: 1.5em;
}
.contactcard {
  background: #f8f8f8;
  border-radius: 5px;
  min-height: 100px;
  margin-bottom: 15px;

}
.contactemail {
    color: #69aa41;
    font-weight: bold;
}

/* Fields */
.field {
    margin-bottom: 10px;
}

/* Inline labels for fields */
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left; /*LTR*/
}
.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-left: 0.5em;
  padding-right: 0;
}
.field--label-inline .field__label {
  font-weight: bold;
}
.field--label-inline .field__label::after {
  content: ':';
}
/* Flexbox */
.flex3col {
    flex-basis: 30%;
    align-self: stretch;
    max-width: 350px;
}
/* footer */
.footer-widget .block {
    padding: 20px 15px 20px 15px;
}
/* Node title in views */
.views-flexbox-cards .node h2 {
	font-size:1.5em;
	border-bottom:none;
}