.section.is-small{
  padding: 0.5rem 1.5rem;
}
.section{
  padding: 1.5rem;
}

.border-box{
  border: 1px solid;
  border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  border-color: #cccccc;
  border-width: 1px;
  display: block;
  padding: 1.25rem;
  margin-bottom: .75rem;
}

.panel-filter-container{
  color: #363636;
  padding: .5em .75em;
  border-bottom: 1px solid #ededed;
}
.panel-filter{
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: .5em;
  line-height: 2.5rem;
  white-space: nowrap;
}
.panel-filter.is-active{
  color: #363636;
  border-color: #3273dc;
}

.home-hero-pic {
  background-image: url('../img/img/pexels-johannes-plenio-1423597.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

table.is-not-fullwidth {
  width: auto;
}

.accordion{
  cursor:pointer;
}

.accordion-child{
  display: none;
}

/*
#
# CDC Colors
#
*/
.is-olive, h1.is-olive, h2.is-olive, h3.is-olive, h4.is-olive {
  color: #606C38;
}
.is-orange, h1.is-orange, h2.is-orange, h3.is-orange, h4.is-orange {
  color: #F96E46;
}
.is-yonder, h1.is-yonder, h2.is-yonder, h3.is-yonder, h4.is-yonder {
  color: #4A6FA5;
}
.is-bud, h1.is-bud, h2.is-bud, h3.is-bud, h4.is-bud {
  color: #CFD2B2;
}
.is-yellow, h1.is-yellow, h2.is-yellow, h3.is-yellow, h4.is-yellow {
  color: #F9BB3B;
}
.is-grass, h1.is-grass, h2.is-grass, h3.is-grass, h4.is-grass {
  color: #348731;
}
/* TAGS */
.tag.is-olive {
  background-color: #606C38;
  color: #fff !important;
}
.tag.is-orange {
  background-color: #F96E46;
  color: #fff !important;
}
.tag.is-yonder {
  background-color: #4A6FA5;
  color: #fff !important;
}
.tag.is-bud {
  background-color: #CFD2B2;
  color: #fff !important;
}
.tag.is-yellow {
  background-color: #F9BB3B;
  color: #fff !important;
}
.tag.is-grass {
  background-color: #348731;
  color: #fff !important;
}
/* TAGS LIGHT*/
.tag.is-olive.is-light {
  background-color: #EFF4E1;
  color: #4a4a4a !important;
}
.tag.is-orange.is-light {
  background-color: #FEEEE9;
  color: #4a4a4a !important;
}
.tag.is-yonder.is-light {
  background-color: #E7EDF7;
  color: #4a4a4a !important;
}
.tag.is-bud.is-light {
  background-color: #FAFBF5;
  color: #4a4a4a !important;
}
.tag.is-yellow.is-light {
  background-color: #FFF8EB;
  color: #4a4a4a !important;
}
.tag.is-grass.is-light {
  background-color: #BDE7BC;
  color: #4a4a4a !important;
}

.has-background-olive-light {
  background-color: #EFF4E1;
}
.has-background-orange-light {
  background-color: #FEEEE9;
}
.has-background-yonder-light {
  background-color: #E7EDF7;
}
.has-background-bud-light {
  background-color: #FAFBF5;
}
.has-background-yellow-light {
  background-color: #FFF8EB;
}
.has-background-grass-light {
  background-color: #BDE7BC;
}

.has-border-olive {
  border: 1px solid #606C38;
}
.has-border-orange {
  border: 1px solid #F96E46;
}
.has-border-yonder {
  border: 1px solid #4A6FA5;
}
.has-border-bud {
  border: 1px solid #CFD2B2;
}
.has-border-yellow {
  border: 1px solid #F9BB3B;
}
.has-border-grass {
  border: 1px solid #348731;
}

.button.is-back {
  background-color: #eff1fa;
  border-color: transparent;
  color: #3850b7;
}
.button.is-back:hover {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}