dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.5); }

dt,dd {
  line-height: 1.5;
  margin-bottom: calc(16px * 1.5 / 2); }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: ''; }

.dl-horizontal:after {
  clear: both; }

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

abbr[title],abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }


code {
  border-radius: 4px !important;
  padding: 20px !important; }

address {
  margin-bottom: calc(16px * 1.5);
  font-style: normal;
  line-height: 1.5; }

.clearfix:before,
.clearfix:after {
  display: table;
  /* 1 */
  content: '';
  /* 2 */ }

.clearfix:after {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.list-unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.is-hidden,
.hidden {
  display: none !important; }


.accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 0;
  margin-bottom: calc(16px * 1.5); }

.accordion__item-title {
  position: relative;
  font-size: calc(16px * 1.25);
  padding: 15px 20px 15px 52px;
  cursor: pointer; }

.accordion__item-title:not(.accordion__item-title--active) {
  border-bottom: 1px solid #ddd; }

.accordion__item-title:before {
  content: '';
  position: absolute; }

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd; }

.accordion__item-content p:last-child {
  margin-bottom: 0; }

.accordion__item:last-child .accordion__item-title {
  border-bottom: none; }

.accordion--default .accordion__item-title:before {
  left: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #107cd5;
  border-left: 2px solid #107cd5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.accordion--default .accordion__item-title--active {
  background-color: #f0f0f0; }

.accordion--default .accordion__item-title--active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.accordion--colored .accordion__item-title {
  transition: background-color 0.3s; }

.accordion--colored .accordion__item-title:before,
.accordion--colored .accordion__item-title:after {
  top: 50%; }

.accordion--colored .accordion__item-title:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #818a91;
  left: 20px; }

.accordion--colored .accordion__item-title:after {
  content: '';
  position: absolute;
  left: 24px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  background-color: #818a91; }

.accordion--colored .accordion__item-title--active {
  background-color: #107cd5;
  color: #fff;
  transition: background-color 0.3s; }

.accordion--colored .accordion__item-title--active:before {
  background-color: #fff; }

.accordion--colored .accordion__item-title--active:after {
  display: none; }

.tabs {
  margin-bottom: calc(16px * 1.5); }

.tab {
  display: block;
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: -1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.tab p:last-child {
  margin-bottom: 0; }

.tab pre {
  margin-top: 0; }

.tab:nth-child(2) {
  border-top-left-radius: 0; }

.tabs-link {
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 8px 30px;
  color: #2c2d30;
  font-weight: 600;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: transparent; }

.tabs-link:hover {
  color: #107cd5; }

.tabs-link.is-active {
  border-color: #ddd;
  color: #107cd5;
  cursor: pointer; }

.tabs-link.is-active:hover {
  color: #107cd5;
  cursor: default; }

.tabs--colored-1 .tab {
  background-color: #f7f7f9 !important; }

.tabs--colored-1 .tabs-link.is-active {
  background-color: #f7f7f9;
  border-bottom-color: #f7f7f9; }

.tabs--colored-2 .tabs-link:hover {
  color: #107cd5; }

.tabs--colored-2 .tabs-link.is-active {
  background-color: #107cd5;
  color: #fff;
  border-color: #107cd5; }

.tabs--colored-2 .tabs-link.is-active:hover {
  color: #fff; }

.tabs--colored-2 .tab {
  background-color: #f7f7f9 !important; }


.callout {
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  background-color: #dee2e6;
  border-left-width: 5px;
  border-left-style: solid; }

.callout p:last-child {
  margin-bottom: 0; }

.callout--transparent {
  background-color: transparent;
  border-width: 1px;
  border-color: #dedede;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14); }

.callout--success {
  color: #2c2d30;
  background-color: #d9ecfc;
  border-color: #107cd5; }

.callout--success .callout__title {
  color: #107cd5; }

.callout--info {
  color: #2c2d30;
  background-color: #e3f4f9;
  border-color: #5bc0de; }

.callout--info .callout__title {
  color: #5bc0de; }

.callout--warning {
  color: #2c2d30;
  background-color: #fffbf3;
  border-color: #fad782; }

.callout--warning .callout__title {
  color: #fad782; }

.callout--danger {
  color: #2c2d30;
  background-color: #ffebeb;
  border-color: #ff5252; }

.callout--danger .callout__title {
  color: #ff5252; }

.callout--primary {
  color: #2c2d30;
  background-color: #d9ecfc;
  border-color: #107cd5; }

.callout--primary .callout__title {
  color: #107cd5; }

.callout--dashed {
  border-width: 1px;
  border-style: dashed; }

.note {
  position: relative;
  margin-bottom: calc(16px * 1.5);
  padding-left: 12px;
  border-left: calc(2px * 4) solid transparent;
  color: #5d5f65; }

.note p:last-child {
  margin-bottom: 0; }

.note-title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600; }

.note-default,.note--default {
  border-color: #818a91; }

.note-default .note-title,.note--default .note-title {
  color: #818a91; }

.note-info,
.note--info {
  border-color: #5bc0de; }

.note-info .note-title,
.note--info .note-title {
  color: #5bc0de; }

.note-warning,
.note--warning {
  border-color: #fad782; }

.note-warning .note-title,
.note--warning .note-title {
  color: #fad782; }

.note-success,
.note--success {
  border-color: #107cd5; }

.note-success .note-title,
.note--success .note-title {
  color: #107cd5; }

.note-danger,
.note--danger {
  border-color: #ff5252; }

.note-danger .note-title,
.note--danger .note-title {
  color: #ff5252; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 30%;
    float: left;
    clear: both;
    padding-right: 15px; }
  .dl-horizontal dd {
    width: 70%;
    float: right; }
  .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .tabs-link {
    display: inline-block; }
  .tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; } }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: calc(16px * 1.5 * 0.75);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d3d6d8; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; } }

@media (max-width: 767px) {
  .tabs-link {
    border-top-color: #ddd;
    border-left-color: #ddd;
    border-right-color: #ddd; }
  .tabs-link:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; } }
