  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.paragraph--type--accordion {
  padding: 5rem 0;
}

.paragraph--type--accordion .card-wrap .card {
  background-color: #fff;
  border-radius: .5rem;
  position: relative;
  transition: all 0.2s ease-out;
  padding: 1.5rem 3rem 1rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
  border-top: solid 0.6rem #EEEEED;
}

.paragraph--type--accordion .card-wrap .card:last-child {
  margin-bottom: 0;
}

.paragraph--type--accordion .card-wrap .card .card-header {
  font: 2rem/3.3rem "robotobold", "Helvetica", Arial, sans-serif;
}

.paragraph--type--accordion .card-wrap .card .card-header a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 3.5rem;
  display: block;
}

.paragraph--type--accordion .card-wrap .card .card-header a:hover, .paragraph--type--accordion .card-wrap .card .card-header a:focus {
  color: #1E3F84;
}

.paragraph--type--accordion .card-wrap .card .card-header a:before {
  content: "\f107";
  position: absolute;
  left: 0;
  top: .8rem;
  color: #1E3F84;
  font: bold 1.9rem/1 "FontAwesome";
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px;
  border-radius: 100%;
  padding-top: 1px;
  -webkit-transform: all 0.2s ease-out;
  -moz-transform: all 0.2s ease-out;
  -ms-transform: all 0.2s ease-out;
  -o-transform: all 0.2s ease-out;
  transform: all 0.2s ease-out;
}

.paragraph--type--accordion .card-wrap .card.active {
  border-top: 6px solid #1E3F84;
}

.paragraph--type--accordion .card-wrap .card.active .card-header a:before {
  transform: rotate(180deg);
}

.paragraph--type--accordion .card-wrap .card.active .card-header a:after {
  content: "";
  width: 2.4rem;
  position: absolute;
  top: -2.1rem;
  height: .6rem;
  background: #85A5E9;
  left: -.2rem;
}

.paragraph--type--accordion .card-wrap .card .card-header {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: .5rem;
}

.paragraph--type--accordion .card-wrap .card.active {
  border-radius: .5rem .5rem 0 0;
}

.paragraph--type--accordion a {
  color: #4670C9;
  text-decoration: underline;
}

.paragraph--type--accordion a:hover {
  color: #1A2D57;
}

/*# sourceMappingURL=../sourcemaps/paragraph--accordion.css.map */
