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; }

blockquote {
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: #f7f7f9;
  padding: calc(16px * 1.5 / 2) calc(16px * 1.5);
  margin: 0 0 calc(16px * 1.5);
  border-left: 5px solid #dee2e6; }

blockquote.is-colored {
  border-left: 5px solid #107cd5; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

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; }

.text-center {
  text-align: center; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #818a91; }

caption,th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(16px * 1.5); }

.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  height: auto; }

.table td {
  border-top: 1px solid #d3d6d8; }

.table thead th {
  vertical-align: bottom;
  font-weight: bold; }

.table tbody + tbody {
  border-top: 1px solid #d3d6d8; }

.table .table {
  background-color: #fff; }

.table--color-header th {
  background-color: #107cd5;
  color: #fff; }

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: #fff; }

.table--striped tbody tr:nth-child(odd),.table--hover tbody tr:hover {
  background-color: #dee2e6;
  color: inherit; }

.table--bordered {
  border: 1px solid #d3d6d8; }

.table--bordered td,.table--bordered th {
  border-left: 1px solid #d3d6d8; }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto; }

.embed,
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1; }

.embed img,
.embed-responsive img {
  width: 100%; }

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed:focus,
.embed-responsive:focus {
  outline: none !important; }

.embed-responsive--16by9 {
  padding-bottom: 56.25%; }

.embed-responsive--4by3 {
  padding-bottom: 75%; }

.list-colored,
.list-bullet {
  counter-reset: list;
  list-style-type: none !important;
  padding-left: 0 !important; }

.list-colored li {
  position: relative;
  padding-left: calc(30px + 12px);
  counter-increment: list;
  margin-bottom: calc(16px * 1.5 / 1.5) !important; }

.list-colored li:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: counter(list);
  text-align: center;
  font-size: calc(16px * 0.75);
  width: 30px;
  height: 30px;
  background-color: #107cd5;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  line-height: 30px; }

.list-colored ol {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 14px !important;
  margin-top: 14px !important; }

.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }

.list-bullet li:before {
  position: absolute;
  left: 0;
  top: -3px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  content: '\f058';
  color: #107cd5;
  background-color: transparent;
  width: auto;
  height: auto; }

.list-bullet ul {
  list-style: none;
  margin-bottom: 14px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-primary {
  background-color: #88c4f6; }

.text-info {
  background-color: #5bc0de; }

.text-warning {
  background-color: #fad782; }

.text-danger {
  background-color: #ff5252; }

.text-success {
  background-color: #107cd5; }

.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; }

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px; }

.image-with-shadow {
  box-shadow: 0 5px 15px 2px #55595c; }

.image-with-lightbox {
  cursor: pointer; }

.image-overlay {
  position: relative; }

.image-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3); }

.image-with-video-icon {
  position: relative;
  display: block; }

.image-with-video-icon img {
  width: 100%;
  vertical-align: middle; }

.image-with-video-icon:before {
  content: '';
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 60px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 3; }

.image-with-video-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2; }

.image-with-video-icon:active:before,
.image-with-video-icon:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1); }

.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; } }
