/**
SCSS for accordion Component
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.facilities {
  padding: 0;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .facilities {
    margin-top: 1rem;
  }
}

.facilities .views-row {
  border-bottom: 0.0625rem solid #cad4ea;
  padding: 1.5rem 1.25rem 1.5rem 0;
}

@media only screen and (max-width: 768px) {
  .facilities .views-row {
    padding: 1rem 0 1rem 0;
  }
}

.facilities .views-row .name {
  font-size: 1.5rem;
  color: #164D92;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .facilities .views-row .name {
    font-size: 1.125rem;
  }
}

.facilities .views-row .name .fa {
  font-size: 1rem;
  color: #00B48D;
}

.facilities .views-row .name .fa.fa-minus {
  display: none;
}

.facilities .views-row .excerpt {
  padding-top: 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  color: #164D92;
  display: none;
}

@media only screen and (max-width: 768px) {
  .facilities .views-row .excerpt {
    padding-top: 1rem;
    font-size: 0.875rem;
  }
}

.facilities .views-row.jquery-accordion-active .fa.fa-minus {
  display: block;
}

.facilities .views-row.jquery-accordion-active .fa.fa-plus {
  display: none;
}

.facilities .views-row:first-child {
  border-top: 0.0625rem solid #cad4ea;
}

/*# sourceMappingURL=accordion.css.map */
