/* breakpoints */

.container {
  max-width: 1251px;
}

.accordion {
  padding: 0;
  margin-bottom: 10px;
}

.accordion .active .toggle-header.active .field-heading {
  color: #004987;
}

.accordion .active .toggle-header.active .field-heading:after {
  content: '\f00d';
}

.accordion .toggle-content {
  background-color: transparent;
  padding: 0 20px;
}

.accordion .toggle-content:after {
  content: "";
  display: table;
  clear: both;
}

.accordion .toggle-content .component {
  margin-top: 0;
}

.accordion .toggle-content .field-content {
  font-size: 18px;
}

.accordion .toggle-content .field-content a {
  color: #004987;
  text-decoration: underline;
  font-size: 1em;
}

.accordion .items {
  overflow: hidden;
}

.accordion .item {
  list-style: none;
}

.accordion .item:last-child {
  border-bottom: none;
}

.accordion .item .toggle-header {
  cursor: pointer;
  padding: 12px 0;
  color: #666;
  font-weight: 500;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
}

.accordion .item .toggle-header .component {
  margin-top: 0;
}

.accordion .item .toggle-header .component.title {
  margin-top: 0;
}

.accordion .item .toggle-header .component .field-heading {
  color: #0E2B4B;
  font-size: 20px;
}

.accordion .item .toggle-header .component .field-heading:after {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 15px;
  position: absolute;
  display: block;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.accordion .item .toggle-header .label {
  padding: 7px;
  text-align: left;
  display: block;
  background: transparent;
  position: relative;
  z-index: 3;
}

.accordion .item .toggle-header .label:after {
  content: "";
  display: table;
  clear: both;
}
