.breadcrumb {
    font-weight: 500;
    font-size: .95em;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
    color: #da1b5c;
}
.breadcrumb span.current {
    color: #da1b5c;
    display: inline-block;
}
.breadcrumb span:first-of-type {
    margin-right: 2em;
    white-space: nowrap;
}

span.blue, a.blue {
    color: #00b2d9;
}
span.white {
    color: white;
}
span.pink {
    color: #da1b5c;
}

.newsitem {
    padding: 2em 0;
    border-top: 2px dotted gray;
}
.newsitembox .newsitem:first-of-type {
    /*border-top: none;*/
}
.newstitle {
    font-weight: bold;
    color: #005e83;
    line-height: 1.75;
    margin-bottom: .5em;
}
.newsexcerpt {
    line-height: 1.75;
    margin-bottom: 1em;
}
.readmore {
    display: inline-block;
    font-size: .8em;
    font-weight: 500;
    padding: .75em 2.5em;
    background: #00b2d9;
    color: white;
    border-radius: .35em;
    text-shadow: 0 2.5px 5px rgba(0,0,0,.5);
}
.readmore:hover, .readmore:focus, .readmore:active {
    color: white;
}

form.search-form {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    position: relative;
}
input[type="search"].search-field {
    border-radius: .25em;
    border: 1px solid gray;
    background: none;
    font-size: 1em;
    padding: .75em 1em;
    width: 100%;
    max-width: 400px;
}
.search-submit {
    width: 3em;
    background: none;
}
.search-submit::before {
    color: #00b2d9;
    font-size: 1.125em;
}
button.search-submit:hover {
  background: none;
}

.bcdatwtable > div {
  overflow-x: auto;
}
.tablewrap, .tr1, .tr2, .trx {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-width: 700px;
}
.tbwrap {
  height: auto;
  overflow: hidden;
  height: 0;
  transition: height .25s;
}
.tbwrap.active {
  height: auto;
}
.tbbox {
  height: auto;
  overflow: hidden;
}
.tr1 > div, .tr2 > div, .trx > div {
  float: left;
  padding: .5em 0 .5em 1em;
}
.tr1 div:nth-of-type(1),
.tr2 div:nth-of-type(1),
.trx div:nth-of-type(1) {
  width: 22.5%;
}
.tr1 div:nth-of-type(2),
.tr2 div:nth-of-type(2),
.trx div:nth-of-type(2) {
  width: 32.5%;
}
.tr1 div:nth-of-type(3),
.tr2 div:nth-of-type(3),
.trx div:nth-of-type(3) {
  width: 45%;
}
.tr1 {
  background: #0f678a;
  color: white;
}
.tr1 div:nth-of-type(3) {
  text-align: right;
  padding-right: 1em;
}
.tr1 b {
  font-weight: 500;
}
.tr2 {
  color: #0f678a;
  font-weight: 500;
}
.trx {
  border-top: 2px dotted gray;
}
.tableitembox {
  padding-bottom: .5em;
}
.expand i {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  cursor: pointer;
}
.expand i.fa-caret-down {
  display: none;
}
.expand.active i.fa-caret-down {
  display: inline-block;
}
.expand.active i.fa-caret-right {
  display: none;
}

@media screen and (min-width: 768px) {

  .search-submit {
      width: 2.5em;
  }

}

@media screen and (min-width: 1280px) {

  .search-submit {
      width: 2em;
  }

}

@media screen and (min-width: 1920px) {



}
