
.lp-e-services-wrapper {
  margin: 10px 0 0;
}

.sv-related-portlet .lp-e-services-wrapper {
  margin: 0;
}

.sv-related-portlet a.lp-e-services-all-link:before {
  content: '\f138';
  display: inline-block;
  font-family: 'FontAwesome', sans-serif;
  font-size: 20px;
  line-height: 1;
  margin: -4px 7px 0 0;
  vertical-align: middle;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-e-services-wrapper .lp-toggle-toggler {
  background: #eee;
  color: #032d4d;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: inherit;
  margin: 0 !important;
  padding: 0.7rem 1.5rem;
}

.lp-e-services-wrapper button.lp-toggle-toggler {
  -webkit-box-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  outline: none;
  text-align: left;
  width: 100%;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.lp-e-services-wrapper h2 {
  margin: 0 !important;
}


button.lp-toggle-toggler:focus {
  background: #032d4d;
  color: #fff;
  text-decoration: underline;
}


.lp-e-services-wrapper button.lp-toggle-toggler:hover {
  background: #ccc;
  color: #032d4d;
}

.lp-e-services-wrapper h2 button[aria-expanded='true'] {
  background: #032d4d;
  color: #fff;
}



.lp-e-services-wrapper > .lp-toggle-container + .lp-toggle-container {
  margin-top: 1.5rem;
}

.lp-toggle-toggler .lp-icon {
  font-size: 0.7em;
}

.lp-e-services-wrapper button[aria-expanded='false'] .lp-toggler-icon--close {
  display: none;
}


.lp-e-services-wrapper button[aria-expanded='false'] .lp-toggler-icon--open {
  display: block;
}


.lp-e-services-wrapper button[aria-expanded='true'] .lp-toggler-icon--close {
  color: #f5e10d;
  display: block;
}

.lp-e-services-wrapper button[aria-expanded='true'] .lp-toggler-icon--open {
  display: none;
}



.lp-e-services {
  border-collapse: collapse;
  border-top: 1px solid #d7d8da;
  margin: 0 0 30px;
  width: 100%;
}

.lp-e-services td {
  border-bottom: 1px solid #d7d8da;
  overflow: hidden;
  padding: 15px;
}

.lp-e-services tr:last-child td {
  border-bottom: 0;
}

.lp-e-services td:nth-child(2),
.lp-e-services td:nth-child(3) {
  text-align: right;
}

.lp-e-services-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lp-e-services-links > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
  width: 50%;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.lp-e-services-links a {
  -webkit-box-align: center;
  align-items: center;
  background: #f4efe4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  margin: 0 0 3rem;
  outline: none;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;

  -webkit-box-pack: center;
  justify-content: center;
}

.lp-e-services-links a .lp-icon {
  color: #a09061;
  font-size: 1.5em;
  margin-right: 1rem;
}

.lp-e-services td:nth-child(2) a,
.lp-e-services td:nth-child(3) a {
  white-space: nowrap;
}

.lp-e-services td a img {
  display: none;
}

.lp-e-services-links a:hover,
.lp-e-services-links a:focus {
  text-decoration: underline;
}
