/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans-Bold.ttf");
  font-weight: 700;
}
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Colors
********************
**/
.lb-border-top {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #c7c7c7;
}

.lb-small-text * {
  font-size: 0.875rem !important;
}

.lb-section-title {
  margin: 1.25rem 0;
}
.lb-section-title .block__title {
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 0.875rem;
  font-weight: 700;
}

.lb-block-title .block__title,
.lb-block-title .field--name-field-title,
.lb-block-title .viewsreference--view-title {
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  color: #2bafe9;
  font-family: "Droid Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.lb-muted {
  color: #7c7e7e;
}

.lb-muted-bold {
  color: #7c7e7e;
  font-size: 1.25rem;
  font-weight: 700;
}

.layout--sp-50 {
  margin-bottom: 3.125rem;
}

.lb-sm-reverse .layout__region--second {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width: 62.065rem) {
  .lb-sm-reverse .layout__region--second {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* comment styling */
.layout__region section article.comment {
  border: 1px solid #D1D1D1;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 4px;
}
.layout__region section article.comment .comment__submitted {
  font-style: italic;
  margin-bottom: 0px;
  /* content text is 0.875rem */
  font-size: 0.85rem;
}

/* full width styling */
.lb-full-width {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 2rem 0;
}
.lb-full-width > .layout__region {
  /*   max-width: $layout-container;*/
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  /* new styles for comments */
}
.lb-full-width > .layout__region h3, .lb-full-width > .layout__region h4, .lb-full-width > .layout__region div {
  color: #fff;
}
.lb-full-width > .layout__region div.block--billboard {
  background-repeat: no-repeat;
  min-height: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.lb-full-width > .layout__region div.container {
  max-width: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lb-full-width > .layout__region div.block__content {
  margin-right: 60px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 300px;
  border-radius: 40px;
}

.page--path-frontpage .lb-full-width {
  margin-top: 100px;
}

.lb-aqua-label .block__title,
.lb-aqua-label .field--name-field-title,
.lb-aqua-label .viewsreference--view-title {
  color: #2bafe9;
}

.lb-blue-label .block__title,
.lb-blue-label .field--name-field-title,
.lb-blue-label .viewsreference--view-title {
  color: #006285;
}

.lb-gray-label .block__title,
.lb-gray-label .field--name-field-title,
.lb-gray-label .viewsreference--view-title {
  color: #747474;
  font-family: "Droid Sans", sans-serif;
}

.lb-green-label .block__title,
.lb-green-label .field--name-field-title,
.lb-green-label .viewsreference--view-title {
  color: #3cb646;
}

.lb-uppercase-blue-label .block__title,
.lb-uppercase-blue-label .field--name-field-title,
.lb-uppercase-blue-label .viewsreference--view-title {
  text-transform: uppercase;
  color: #006285;
}

.lb-uppercase-aqua-label .block__title,
.lb-uppercase-aqua-label .field--name-field-title,
.lb-uppercase-aqua-label .viewsreference--view-title {
  text-transform: uppercase;
  color: #2bafe9;
}

.lb-uppercase-green-label .block__title,
.lb-uppercase-green-label .field--name-field-title,
.lb-uppercase-green-label .viewsreference--view-title {
  text-transform: uppercase;
  color: #3cb646;
}

.lb-green-header .block__title,
.lb-green-header .field--name-field-title,
.lb-green-header .viewsreference--view-title {
  display: block;
  width: 100%;
  padding: 0.75rem;
  color: #fff;
  background: #3cb646;
  font-family: "Droid Sans", sans-serif;
}

.lb-bg-blue {
  color: #fff;
  background: #006285;
}

.lb-bg-aqua {
  color: #fff;
  background: #2bafe9;
}

.lb-authenticated-user {
  display: none;
}

.user-logged-in .lb-anonymous-user {
  display: none;
}
.user-logged-in .lb-authenticated-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lb-center-align {
  text-align: center;
}

/* side panel margin fixes */
#drupal-off-canvas *, #drupal-off-canvas :not(div) {
  margin: 0px;
}

/* hide the non-functional "hide for empty" switch (12/18/24)*/
.js-form-item-settings-hide-for-empty {
  display: none;
}

.lb-drop-shadow {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.lb-drop-shadow-lg {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.lb-drop-shadow-inset {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=lb-styles.css.map */
