.toolbar,
.toolbar-static {
  background-color: #c5c5c5;
}
.toolbar .stage,
.toolbar-static .stage {
  overflow: visible;
}
.toolbar .stage::after,
.toolbar-static .stage::after {
  display: block;
  clear: both;
  content: "";
}
.toolbar .controls .display,
.toolbar-static .controls .display {
  display: none;
}
.toolbar .display,
.toolbar-static .display {
  overflow: hidden;
}
.toolbar .display .panel,
.toolbar-static .display .panel {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.toolbar .display .panel .titlebar,
.toolbar-static .display .panel .titlebar {
  cursor: pointer;
  margin-bottom: 0;
}
.toolbar .display .panel .titlebar::after,
.toolbar-static .display .panel .titlebar::after {
  display: block;
  clear: both;
  content: "";
}
.toolbar .display .panel .titlebar .title,
.toolbar-static .display .panel .titlebar .title {
  float: left;
}
.toolbar .display .panel .titlebar .close,
.toolbar-static .display .panel .titlebar .close {
  color: inherit;
  font-family: opensans, sans-serif;
  font-weight: 300;
  float: right;
  font-size: 1.5rem;
  line-height: 1em;
  margin-top: -0.1em;
}
.toolbar .display .panel > .panelbody::after,
.toolbar-static .display .panel > .panelbody::after {
  display: block;
  clear: both;
  content: "";
}
.toolbar > .controls,
.toolbar-static > .controls {
  background-color: #dddddd;
}
.toolbar > .controls ul.primary,
.toolbar-static > .controls ul.primary {
  float: left;
  margin-bottom: -10px;
  /* fix conflicts with Drupal */
  border-bottom: none;
  white-space: normal;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.toolbar > .controls ul.primary > li,
.toolbar-static > .controls ul.primary > li {
  display: inline-block;
  margin-right: 0.25rem;
  overflow: hidden;
  height: 2.625rem;
}
.toolbar > .controls ul.primary > li > a,
.toolbar-static > .controls ul.primary > li > a {
  display: block;
  height: 100%;
  padding-top: 0.8125rem;
  padding-right: 8px;
  padding-left: 34px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-decoration: none;
  border: 0;
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-position: 0.5rem center;
  background-size: 22px 15.583px;
}
.toolbar > .controls ul.primary > li > a::after,
.toolbar-static > .controls ul.primary > li > a::after {
  display: block;
  clear: both;
  content: "";
}
.toolbar > .controls ul.primary > li > a .label,
.toolbar-static > .controls ul.primary > li > a .label {
  float: left;
  font-family: opensans, sans-serif;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.2em;
  color: #656565;
}
.toolbar > .controls ul.primary > li > a:hover, .toolbar > .controls ul.primary > li > a.selected,
.toolbar-static > .controls ul.primary > li > a:hover,
.toolbar-static > .controls ul.primary > li > a.selected {
  background-color: #f5f5f5;
}
.toolbar > .controls ul.primary > li.last,
.toolbar-static > .controls ul.primary > li.last {
  margin-right: 0;
}
.toolbar > .controls ul.primary li.logo,
.toolbar-static > .controls ul.primary li.logo {
  width: 3.25rem;
}
.toolbar > .controls ul.primary li.logo a,
.toolbar-static > .controls ul.primary li.logo a {
  padding: 0;
  background: rgb(154, 154, 154);
  background: -moz-linear-gradient(top, rgb(154, 154, 154) 0%, rgb(207, 208, 208) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(154, 154, 154)), color-stop(100%, rgb(207, 208, 208)));
  background: -webkit-linear-gradient(top, rgb(154, 154, 154) 0%, rgb(207, 208, 208) 100%);
  background: -o-linear-gradient(top, rgb(154, 154, 154) 0%, rgb(207, 208, 208) 100%);
  background: -ms-linear-gradient(top, rgb(154, 154, 154) 0%, rgb(207, 208, 208) 100%);
  background: linear-gradient(to bottom, rgb(154, 154, 154) 0%, rgb(207, 208, 208) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9a9a9a", endColorstr="#cfd0d0", GradientType=0 );
}
.toolbar > .controls ul.primary li.logo a .svgwrap,
.toolbar-static > .controls ul.primary li.logo a .svgwrap {
  height: inherit;
  width: inherit;
}
.toolbar > .controls ul.primary li.logo a .svgwrap svg,
.toolbar-static > .controls ul.primary li.logo a .svgwrap svg {
  display: block;
  width: 55%;
  fill: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
}
.toolbar > .controls ul.primary li.logo a .label,
.toolbar-static > .controls ul.primary li.logo a .label {
  display: none;
}
.toolbar > .controls ul.primary li.logo a:hover, .toolbar > .controls ul.primary li.logo a.selected,
.toolbar-static > .controls ul.primary li.logo a:hover,
.toolbar-static > .controls ul.primary li.logo a.selected {
  background: rgb(155, 56, 56);
  background: -moz-linear-gradient(top, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(155, 56, 56)), color-stop(100%, rgb(165, 87, 88)));
  background: -webkit-linear-gradient(top, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
  background: -o-linear-gradient(top, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
  background: -ms-linear-gradient(top, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
  background: linear-gradient(to bottom, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9b3838", endColorstr="#a55758", GradientType=0 );
}
.toolbar > .controls ul.secondary,
.toolbar-static > .controls ul.secondary {
  float: right;
  margin-top: 0.25rem;
  /* fix conflicts with Drupal */
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
.toolbar > .controls ul.secondary li,
.toolbar-static > .controls ul.secondary li {
  display: inline-block;
  margin-right: 0.09375rem;
  /* fix conflicts with Drupal */
  border-right: none;
  padding: 0;
}
.toolbar > .controls ul.secondary li a,
.toolbar-static > .controls ul.secondary li a {
  font-size: 0.75rem;
  padding: 0.375rem;
  margin-bottom: 0.25rem;
}
.toolbar > .controls ul.secondary li.last,
.toolbar-static > .controls ul.secondary li.last {
  margin-right: 0;
}
.toolbar > .controls ul.secondary li.social img,
.toolbar-static > .controls ul.secondary li.social img {
  width: 26px;
}
.toolbar > .controls ul.secondary li.social a,
.toolbar-static > .controls ul.secondary li.social a {
  padding: 0;
}

@media (max-width: 799.98px) {
  .toolbar .controls ul.primary,
  .toolbar .controls ul.secondary {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .toolbar .controls ul.primary > li,
  .toolbar .controls ul.secondary > li {
    margin-bottom: 0.25rem;
  }
  .toolbar .controls ul.primary > li {
    display: block;
    width: 20em;
  }
}
@media (max-width: 479.98px) {
  .toolbar {
    position: absolute;
    top: 0;
    left: 100%;
    width: 80%;
    height: 100%;
    z-index: 100;
  }
  .toolbar > .display {
    display: none;
  }
  .toolbar .controls .display {
    display: block;
  }
  .toolbar .controls.section, .toolbar .display.section {
    padding-right: 0;
    padding-left: 0;
  }
  .toolbar .controls ul.primary {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .toolbar .controls ul.primary > li {
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
  }
  .toolbar .controls ul.primary > li > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #adadad;
  }
  .toolbar .controls ul.primary li.logo {
    width: 100%;
    height: 2.25rem;
  }
  .toolbar .controls ul.primary li.logo a {
    width: 100%;
    position: relative;
    display: block;
    background: rgb(155, 56, 56);
    background: -moz-linear-gradient(top, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(155, 56, 56)), color-stop(100%, rgb(165, 87, 88)));
    background: -webkit-linear-gradient(top, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
    background: -o-linear-gradient(top, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
    background: -ms-linear-gradient(top, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
    background: linear-gradient(to bottom, rgb(155, 56, 56) 0%, rgb(165, 87, 88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9b3838", endColorstr="#a55758", GradientType=0 );
  }
  .toolbar .controls ul.primary li.logo a .svgwrap {
    position: absolute;
    overflow: hidden;
    width: 2.25rem;
    height: 100%;
    padding-top: 0.21875rem;
    border-right: 1px solid #c89a9a;
  }
  .toolbar .controls ul.primary li.logo a .label {
    display: block;
    width: 100%;
    padding-top: 0.75rem;
    text-align: center;
    font-family: merriweather;
    font-weight: 300;
    font-size: 0.625rem;
    color: #ffffff;
  }
  .toolbar .controls ul.secondary {
    display: none;
  }
}
@media print {
  .toolbar {
    display: none !important;
  }
}
.toolbar .explore,
.toolbar-static .explore {
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.toolbar .explore a,
.toolbar-static .explore a {
  text-decoration: none;
  border: 0;
}
.toolbar .explore .containers,
.toolbar-static .explore .containers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: auto;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 639.98px) {
  .toolbar .explore .containers,
  .toolbar-static .explore .containers {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .toolbar .explore .containers .container,
  .toolbar-static .explore .containers .container {
    width: 50%;
    max-width: 50%;
    margin-bottom: 1rem;
    -webkit-box-flex: 0.5;
    -moz-box-flex: 0.5;
    -webkit-flex-grow: 0.5;
    -ms-flex: 0.5;
    flex-grow: 0.5;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
  }
}
.toolbar .explore .containers .container,
.toolbar-static .explore .containers .container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.toolbar .explore .containers .container .explore-item,
.toolbar-static .explore .containers .container .explore-item {
  height: 100%;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.toolbar .explore .containers .container .explore-item .shadow,
.toolbar-static .explore .containers .container .explore-item .shadow {
  display: none;
}
.toolbar .explore .containers .container .explore-item .logo,
.toolbar-static .explore .containers .container .explore-item .logo {
  margin-bottom: 0.5rem;
  width: 100%;
}
.toolbar .explore .containers .container .explore-item .logo img,
.toolbar-static .explore .containers .container .explore-item .logo img {
  width: 100%;
}
.toolbar .explore .containers .container .explore-item .links .link,
.toolbar-static .explore .containers .container .explore-item .links .link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.toolbar .explore .containers .container .explore-item .links .link a,
.toolbar-static .explore .containers .container .explore-item .links .link a {
  font-family: opensans;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1em;
}
@media (max-width: 799.98px) {
  .toolbar .explore .containers .container .explore-item .links,
  .toolbar-static .explore .containers .container .explore-item .links {
    display: none;
  }
}
@media (max-width: 319.98px) {
  .toolbar .display .panel {
    padding: 0;
  }
  .toolbar .display .panel .explore {
    padding-top: 0;
    padding-bottom: 0;
    /*
    > .logo {
        width: 100%;
        margin-left: 0;

        .column {
            width: 50%;
            padding-left: 0;
            margin-bottom: 0;
            border-bottom: 1px solid color(400);
            border-right: 1px solid color(200);

            .container {
                @include mb(0);
                .shadow { display: block; }

                a { margin-right: 0; }
            }
        }
    }
    */
    /*
    > .icon {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;

        .column {
            width: 100%;
            padding-left: 0;
            margin-bottom: 0;
            border-bottom: 1px solid color(400);

            a {
                .image {
                   width: 3.1em;
                   //.mr(6);
                   @include mr(2);
                }

                .label {
                    width: auto;
                    padding-left: 0;
                    @include pt(2);
                }
            }
        }

        .container .shadow { display: block; }
    }    
    */
  }
  .toolbar .display .panel .explore .containers {
    margin-right: 0;
    margin-left: 0;
  }
  .toolbar .display .panel .explore .containers .container {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid;
  }
  .toolbar .display .panel .explore .containers .container .explore-item {
    margin-bottom: 0;
    position: relative;
  }
  .toolbar .display .panel .explore .containers .container .explore-item .shadow {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(204, 204, 204, 0) 20%, rgba(204, 204, 204, 0) 100%);
  }
  .toolbar .display .panel .explore .containers .container .explore-item .logo {
    margin-bottom: 0;
  }
  .toolbar .display .panel .explore .containers .container:nth-of-type(odd) {
    border-right: 1px solid;
  }
  .toolbar .display .panel .explore .containers .container:last-child {
    border-right: 0;
  }
  .toolbar .display .panel .explore .titlebar {
    display: none;
  }
}

/*# sourceMappingURL=block-toolbar.css.map */
