@font-face {
  font-family: 'geomanist_bold';
  src: url("../fonts/geomanist-medium-webfont.ttf"); }
.fw-bold {
  font-family: 'geomanist_bold'; }

.newsletter {
  margin-bottom: 20px; }
  .newsletter__label {
    margin-bottom: 10px; }
  .newsletter__email-input {
    margin-bottom: 5px;
    width: 100% !important; }
  .newsletter__privacy-info {
    margin-bottom: 10px; }
  .newsletter__privacy-link {
    display: block !important; }
  .newsletter__submit-wrap {
    width: 100% !important;
    float: left !important; }
    @media (min-width: 768px) {
      .newsletter__submit-wrap {
        width: 25% !important; } }

.bbi-carousel .carousel-caption {
  padding-bottom: 50px; }
.bbi-carousel__controls {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex; }
  .bbi-carousel__controls > *:not(:last-child) {
    margin-right: 40px; }
  .bbi-carousel__controls .carousel-control {
    border: 2px solid #fff;
    border-radius: 99999px;
    position: static;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-image: none;
    transition: .3s transform ease-out; }
    .bbi-carousel__controls .carousel-control:hover {
      transform: scale(1.06);
      background-color: transparent;
      background-image: none; }
    .bbi-carousel__controls .carousel-control .fa {
      position: static; }

.bbi-cta {
  font-family: 'geomanist_bold';
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  transition: .3s transform ease-out; }
  .bbi-cta:hover {
    transform: scale(1.05); }
  .bbi-cta--primary {
    background-color: #fff;
    color: #006128; }
    .bbi-cta--primary:hover {
      color: #006128; }
  .bbi-cta--secondary {
    color: #fff;
    background-color: #006128; }
    .bbi-cta--secondary:hover {
      color: #fff; }

.bbi-content-grid {
  margin-top: -24px;
  margin-left: -16px;
  display: flex;
  flex-wrap: wrap; }
  .bbi-content-grid__item {
    padding-top: 24px;
    padding-left: 16px;
    width: 100%; }
    @media (min-width: 940px) {
      .bbi-content-grid__item--50 {
        width: 50%; } }
    @media (min-width: 768px) {
      .bbi-content-grid__item--25 {
        width: 50%; } }
    @media (min-width: 1024px) {
      .bbi-content-grid__item--25 {
        width: 25%; } }
  .bbi-content-grid__item-inner {
    padding: 32px;
    background-color: #fff;
    height: 100%; }
    .bbi-content-grid__item-inner--large-padding {
      padding: 48px; }
    .bbi-content-grid__item-inner--no-padding {
      padding: 0; }
    .bbi-content-grid__item-inner--blue {
      background-color: #55acef;
      color: #fff; }

.bbi-latest-news {
  margin-bottom: 0; }
  .bbi-latest-news__title {
    color: #006128;
    margin: 0 0 24px 0; }
  .bbi-latest-news__item {
    display: flex; }
    .bbi-latest-news__item:not(:last-child) {
      margin-bottom: 16px; }
  .bbi-latest-news__item-content {
    padding-left: 16px;
    width: 75%; }
    .bbi-latest-news__item-content h4 {
      font-size: 16px;
      color: #006128;
      margin-top: 0; }
  .bbi-latest-news__footer {
    display: flex;
    justify-content: space-between; }
  .bbi-latest-news__item-media {
    width: 25%;
    padding-bottom: 25%;
    overflow: hidden;
    position: relative;
    height: 0; }
    .bbi-latest-news__item-media > img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%); }

.bbi-campaigns {
  display: flex;
  flex-wrap: wrap; }
  .bbi-campaigns__heading {
    color: #006128;
    margin: 0 0 24px 0;
    font-size: 32px; }
  .bbi-campaigns__body {
    font-size: 18px; }
  @media (min-width: 940px) {
    .bbi-campaigns__footer {
      position: absolute;
      bottom: 0; } }
  .bbi-campaigns__block {
    width: 100%; }
    @media (max-width: 939px) {
      .bbi-campaigns__block:not(:last-child) {
        margin-bottom: 24px; } }
    @media (min-width: 940px) {
      .bbi-campaigns__block {
        position: relative; } }
    @media (min-width: 940px) {
      .bbi-campaigns__block {
        width: 50%; } }
    @media (min-width: 1024px) {
      .bbi-campaigns__block {
        width: 45%; } }
    @media (min-width: 1024px) {
      .bbi-campaigns__block--wide {
        width: 55%; } }

.bbi-media-object {
  height: 100%; }
  @media (min-width: 580px) {
    .bbi-media-object {
      display: flex; } }
  .bbi-media-object--vertical {
    display: block; }
  .bbi-media-object--vertical .bbi-media-object__media {
    height: 0;
    padding-bottom: 75%; }
  @media (min-width: 940px) {
    .bbi-media-object--vertical .bbi-media-object__media, .bbi-media-object--vertical .bbi-media-object__content {
      width: 100%; } }
  .bbi-media-object--vertical .bbi-media-object__content:before {
    display: none; }
  .bbi-media-object__media, .bbi-media-object__content {
    width: 100%; }
    @media (min-width: 940px) {
      .bbi-media-object__media, .bbi-media-object__content {
        width: 50%; } }
  .bbi-media-object__media {
    height: 300px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 940px) {
      .bbi-media-object__media {
        height: auto; } }
    .bbi-media-object__media > img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .bbi-media-object__content {
    position: relative;
    padding: 20px; }
    .bbi-media-object__content:before {
      content: "";
      top: 0;
      left: 10%;
      transform: translateY(-50%) rotate(45deg);
      background-color: #fff;
      width: 20px;
      height: 20px;
      position: absolute; }
      @media (min-width: 580px) {
        .bbi-media-object__content:before {
          left: 0;
          top: 10%;
          transform: translateX(-50%) rotate(45deg); } }
    .bbi-media-object__content h3 {
      color: #006128;
      margin: 0 0 24px 0;
      font-size: 20px; }

.bbi-chevroned-list li > * {
  position: relative;
  padding-right: .75em;
  display: inline-block; }
  .bbi-chevroned-list li > *:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: .45em;
    height: .45em;
    border-top: 1px solid #006128;
    border-right: 1px solid #006128;
    transform: translateY(-50%) rotate(45deg); }
.bbi-chevroned-list li:not(:last-child) {
  margin-bottom: 6px; }

.bbi-twitter-block a {
  color: #fff; }
.bbi-twitter-block__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 24px 0; }
.bbi-twitter-block__heading {
  margin: 0;
  display: flex;
  align-items: center; }
  .bbi-twitter-block__heading svg {
    width: 32px;
    height: 32px;
    margin-right: 12px; }
.bbi-twitter-block__tweets {
  margin-bottom: 0; }
.bbi-twitter-block__tweet:not(:last-child) {
  margin-bottom: 30px; }
.bbi-twitter-block__tweet-header {
  color: #001e42;
  margin: 0 0 8px 0; }
  .bbi-twitter-block__tweet-header a {
    color: inherit; }

.bbi-social-nav {
  margin-right: 0 !important; }
  .bbi-social-nav li {
    margin-right: 40px; }
    .bbi-social-nav li a {
      display: flex !important;
      align-items: center;
      border-radius: 0 !important;
      margin: 0 0 0 0 !important;
      width: auto !important; }

.bbi-top-nav {
  margin: 0 !important; }
  .bbi-top-nav .menu-item:not(:last-child) {
    margin-right: 10px !important; }
  .bbi-top-nav .menu-item a {
    background-color: #bfbfbf !important;
    color: #fff !important;
    transition: .3s background-color ease-out;
    border-radius: 6px;
    font-size: 14px; }
    .bbi-top-nav .menu-item a:hover {
      color: #fff !important;
      background-color: #006128 !important; }

.bbi-wysiwyg-content > h1, .bbi-wysiwyg-content > h2, .bbi-wysiwyg-content > h3, .bbi-wysiwyg-content > h4, .bbi-wysiwyg-content > h5, .bbi-wysiwyg-content > h6 {
  font-family: 'geomanist_bold';
  color: #006128;
  font-size: 20px; }
  .bbi-wysiwyg-content > h1:not(:first-child), .bbi-wysiwyg-content > h2:not(:first-child), .bbi-wysiwyg-content > h3:not(:first-child), .bbi-wysiwyg-content > h4:not(:first-child), .bbi-wysiwyg-content > h5:not(:first-child), .bbi-wysiwyg-content > h6:not(:first-child) {
    margin-top: 24px; }
.bbi-wysiwyg-content > h1 {
  font-size: 36px !important; }

.bbi-sidebar-nav li {
  border-top: 1px solid whitesmoke;
  border-bottom: none !important;
  transition: .3s border-top ease-out, .3s border-bottom ease-out; }
  .bbi-sidebar-nav li:last-child {
    border-bottom: 1px solid whitesmoke !important; }
    .bbi-sidebar-nav li:last-child:hover {
      border-bottom: 1px solid #006128 !important; }
  .bbi-sidebar-nav li:hover {
    border-top: 1px solid #006128; }
    .bbi-sidebar-nav li:hover + li {
      border-top: 1px solid #006128; }
  .bbi-sidebar-nav li.current_page_item {
    font-family: 'geomanist_bold'; }
  .bbi-sidebar-nav li > a {
    padding: 14px 0 14px 0 !important; }
    .bbi-sidebar-nav li > a:hover {
      background-color: white !important; }

@media (min-width: 1024px) {
  .bbi-members-layout__sidebar {
    min-width: 0px !important;
    width: 33.333% !important; } }
@media (min-width: 1024px) {
  .bbi-members-layout__main {
    width: 66.666% !important; } }

.bbi-cta-block {
  margin-top: 24px;
  padding: 24px;
  background-color: #006128;
  color: #fff !important; }
  .bbi-cta-block > h4 {
    font-size: 24px; }

.tick-list {
  margin: 2rem 0;
  padding: 0 !important;
  list-style: none; }
  .tick-list li {
    list-style: none !important;
    padding: .8em 0 .8em 2.8em;
    border-bottom: 1px solid whitesmoke;
    position: relative; }
    .tick-list li:first-child {
      border-top: 1px solid whitesmoke; }
    .tick-list li:after {
      content: "";
      position: absolute;
      left: 0;
      top: .5em;
      height: 2em;
      width: 2em;
      border: 1px solid #006128;
      border-radius: 9999px; }
    .tick-list li:before {
      content: "";
      position: absolute;
      left: .8em;
      top: .5em;
      height: 1em;
      width: .4em;
      top: .9em;
      border-right: 1px solid #006128;
      border-bottom: 1px solid #006128;
      transform: rotate(35deg); }

.bbi-staff-block {
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  /* The Close Button */
  /* Hide the slides by default */ }
  .bbi-staff-block > h3, .bbi-staff-block > h4, .bbi-staff-block > h5, .bbi-staff-block > h6 {
    color: #006128;
    font-size: 24px; }
    .bbi-staff-block > h3:not(:first-child), .bbi-staff-block > h4:not(:first-child), .bbi-staff-block > h5:not(:first-child), .bbi-staff-block > h6:not(:first-child) {
      margin-top: 24px; }
  .bbi-staff-block__title {
    margin-bottom: 3em; }
    .bbi-staff-block__title h2 {
      font-size: 46px !important;
      color: #006128; }
    .bbi-staff-block__title > h3, .bbi-staff-block__title > h4, .bbi-staff-block__title > h5, .bbi-staff-block__title > h6 {
      color: #006128;
      font-size: 20px; }
      .bbi-staff-block__title > h3:not(:first-child), .bbi-staff-block__title > h4:not(:first-child), .bbi-staff-block__title > h5:not(:first-child), .bbi-staff-block__title > h6:not(:first-child) {
        margin-top: 24px; }
    .bbi-staff-block__title > h1 {
      font-size: 36px !important; }
  .bbi-staff-block .hidden-corp {
    display: none; }
  .bbi-staff-block .button-bar {
    padding-bottom: 2em; }
  .bbi-staff-block .view-more {
    background-color: #F0F0F0;
    border: none;
    color: #464646;
    padding: 5px 32px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px; }
  .bbi-staff-block .member {
    margin-bottom: 2em; }
    .bbi-staff-block .member h5 {
      color: #006128;
      font-size: 21px; }
    .bbi-staff-block .member p {
      color: #006128;
      font-size: 18px;
      margin-bottom: 0.3em; }
    .bbi-staff-block .member p.bio-open, .bbi-staff-block .member a.website-link, .bbi-staff-block .member p.bio-close {
      text-decoration: underline;
      font-size: 16px;
      color: #464646; }
    .bbi-staff-block .member p.bio-text {
      font-size: 16px;
      color: #464646; }
    .bbi-staff-block .member .corp-img {
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .bbi-staff-block .member .corp-img img {
        max-height: 100%; }
    .bbi-staff-block .member .staff-images {
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      max-height: 200px; }
      .bbi-staff-block .member .staff-images img {
        max-height: 100%; }
    .bbi-staff-block .member .hover-image, .bbi-staff-block .member .staff-images:hover .normal-image {
      display: none;
      top: 0;
      left: 0;
      z-index: 99; }
    .bbi-staff-block .member .staff-images:hover .hover-image {
      display: flex; }
  .bbi-staff-block .right {
    float: right;
    padding-bottom: 15px; }
  .bbi-staff-block .cta {
    background-color: #F0F0F0;
    padding-left: -15px; }
    .bbi-staff-block .cta h2 {
      color: #006128; }
  .bbi-staff-block .article-content {
    position: relative;
    padding: 20px; }
    .bbi-staff-block .article-content:before {
      content: "";
      top: 0;
      left: 10%;
      transform: translateY(-50%) rotate(45deg);
      background-color: #F0F0F0;
      width: 20px;
      height: 20px;
      position: absolute; }
      @media (min-width: 580px) {
        .bbi-staff-block .article-content:before {
          left: 0;
          top: 10%;
          transform: translateX(-50%) rotate(45deg); } }
  .bbi-staff-block .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: 0, 0, 0, 0.5; }
  .bbi-staff-block .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding-top: 50px 0 0 0;
    width: 90%;
    max-width: 1200px; }
  .bbi-staff-block .close {
    color: #464646;
    opacity: 1; }
    @media (min-width: 1440px) {
      .bbi-staff-block .close {
        padding-right: 5em; } }
  .bbi-staff-block .close:hover,
  .bbi-staff-block .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer; }
  .bbi-staff-block .mySlides {
    display: none; }

/*# sourceMappingURL=bbi-updates.min.css.map */
