.module-expanded-content {
  margin-bottom: 80px;
}
.module-expanded-content .expandableContainer.blue dl,
.module-expanded-content .expandableContainer.blue dt {
  display: block;
}
.module-expanded-content .expandableContainer.blue:first-child > dt {
  border-top: 1px solid #ccc;
}
.module-expanded-content .expandableContainer.blue > dt,
.module-expanded-content .expandableContainer.blue > dd {
  border-bottom: 1px solid #ccc;
}
.module-expanded-content .expandableContainer.blue dt.expandableTrigger {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #17a4ce;
  padding: 25px 45px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module-expanded-content .expandableContainer.blue dt.expandableTrigger.active {
  color: #fff;
  padding: 25px;
  background: #17a4ce;
  border-color: #fff;
}
.module-expanded-content .expandableContainer.blue .expandableContent {
  width: 100%;
  color: #666;
}
.module-expanded-content
  .expandableContainer.blue
  .expandableContent
  .inner-wrapper {
  padding: 40px 25px;
}
.module-expanded-content .expandableContainer .el {
  position: absolute;
  right: 23px;
  top: 35px;
  width: 20px;
  height: 20px;
}
.module-expanded-content .expandableContainer .el:before,
.module-expanded-content .expandableContainer .el:after {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #17a4ce !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 0;
  margin-top: 0;
  border: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module-expanded-content .expandableContainer .el:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.module-expanded-content .expandableTrigger.active .el:before,
.module-expanded-content .expandableTrigger.active .el:after {
  background: #fff !important;
  margin-top: 0;
}
.module-expanded-content .expandableTrigger.active .el:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.module-expanded-content .expandableContainer.blue .expandableContent dt {
  font-weight: normal;
  color: #999;
  margin-bottom: 10px;
}
.module-expanded-content .expandableContainer.blue .row {
}
.module-expanded-content .expandableContainer.blue .remarks {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
.module-expanded-content .expandableContainer.blue h4 {
  display: block;
  width: 100%;
  color: #17a4ce;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 15px;
  font-weight: bold;
}
.module-expanded-content .expandableContainer.blue .row:first-child h4 {
  margin-top: 0;
}
.module-expanded-content .expandableContainer.blue .row .col-md-12 {
  margin-bottom: 15px;
}
.module-expanded-content .component-social-share a.icon {
  width: 87px;
  height: 87px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  border: #17a4ce 1px solid;
  margin-left: 50px;
  background: no-repeat center top;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module-expanded-content .component-social-share a.icon:hover {
  background-color: #17a4ce;
  background-position: center bottom;
}
.module-expanded-content .component-social-share a.icon:first-child {
  margin-left: 0;
}
.module-shortcuts {
  display: flex;
  justify-content: space-between;
  margin: 85px auto 95px;
  max-width: 800px;
}
.module-shortcuts a {
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  width: 150px;
  line-height: 1.3em;
}
.module-shortcuts a * {
  cursor: pointer;
}
.module-shortcuts span {
  width: 107px;
  height: 107px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  border: #17a4ce 1px solid;
  background: no-repeat top;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 5px;
  background-size: 100% auto;
}
.module-shortcuts a:hover span {
  background-position: center bottom;
}
.module-shortcuts p {
  padding-bottom: 0;
  line-height: 1.3em;
}
.module-shortcuts.blue a {
  color: #17a4ce;
}
.module-shortcuts.blue a:hover span {
  background-color: #17a4ce;
}
.module-shortcuts.blue span {
  border-color: #17a4ce;
}
.module-shortcuts.orange a {
  color: #e15a00;
}
.module-shortcuts.orange a:hover span {
  background-color: #e15a00;
}
.module-shortcuts.orange span {
  border-color: #e15a00;
}
@media (max-width: 767px) {
  .module-expanded-content .expandableContainer.blue dt.expandableTrigger,
  .module-expanded-content
    .expandableContainer.blue
    dt.expandableTrigger.active {
    padding: 15px;
    padding-right: 35px;
  }
  .module-expanded-content .expandableContainer.blue .expandableContent {
    color: #666;
  }
  .module-expanded-content
    .expandableContainer.blue
    .expandableContent
    .inner-wrapper {
    padding: 15px;
  }
  .module-expanded-content .expandableContainer.blue dt.expandableTrigger {
    font-size: 16px;
  }
  .module-expanded-content .expandableContainer .el {
    right: 10px;
    top: 17px;
    width: 16px;
    height: 16px;
  }
  .module-expanded-content .expandableContainer.blue .row > div {
    margin-bottom: 15px;
  }
  .module-expanded-content .component-social-share a.icon {
    width: 66px;
    height: 66px;
    background-size: 100% auto;
    margin-left: 25px;
  }
  .module-expanded-content .component-social-share a.fb {
  }
  .module-shortcuts a {
    width: 28%;
  }
  .module-shortcuts span {
    width: 80px;
    height: 80px;
  }
  .module-shortcuts .va span,
  .module-shortcuts .ta span {
  }
  .module-shortcuts {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
