@media screen and (min-width: 768px) {
  .webform-progress {
    width: 33%;
    float: right;
  }

  .webform-progress + .js-form-wrapper.form-wrapper {
    display: inline-block;
    width: 66%;
  }

  .progress-tracker {
    flex-flow: column;
    margin: 0 0 0 40px;
    padding: 0;
  }

  .progress-tracker--center {
    text-align: left !important;  
  }

  .progress-tracker--center .progress-marker::after {
    width: 4px;
    height: 90px;
    left: 90px;
  }

  .progress-step {
    min-height: 80px;
  }

  .progress-step .progress-marker {
    position: relative;
    left: -84px;
    z-index: 1;
  }

  .progress-tracker--center .progress-marker::before{
    margin-left: 80px !important;
  }

  .webform-progress-tracker .progress-step .progress-text {
    margin-top: -25px;
    margin-left: 22px;
    padding: 0 20px;
  }

  .webform-submission-form .form-actions  {
    margin-left: 33%;
  }

  .webform-progress .webform-progress-tracker .progress-step {
    list-style: none !important;  
  }
}

/* Warning messages alter */
/*
.form-alert .status__list.warning::before {
  content: 'Warning' !important;
}

.form-alert .status__list.info::before {
  content: 'Info' !important;
}*/

/* MArgins and spacing */
/*
.js-form-item .form-item__description {
  margin-top: 24px;
}

.webform-element-more--link > a {
  color: #58585a;
}

.webform-element-more .webform-element-more--link::before {
  content: "";
  font-size: 0.8em;
  background: url("/themes/custom/knox_theme/images/icons/angle-right-blue.svg") no-repeat 0px 4px;
  display: inline-block;
  width: 18px;
  height: 22px;
}

.webform-element-more.is-open .webform-element-more--link::before {
  content: "";
  font-size: 0.8em;
  background: url("/themes/custom/knox_theme/images/icons/angle-right-blue.svg") no-repeat 0px 4px;
  display: inline-block;
  width: 18px;
  height: 22px;
}

.webform-element-more.is-open .webform-element-more--link::before {
  content: "";
  background: url("/themes/custom/knox_theme/images/icons/angle-down-blue.svg") no-repeat 0px 4px;
}

.width-33 {
  width: 33% !important;
}

a[href^="tel"] {
  white-space: nowrap;
}

.webform-signature-pad .button {
  top: 16px;
  right: 16px;
}

.webform-element-help.js-webform-element-help {
  position: relative;
  left: 40px;
  margin-left: -10px;
}

.form-item-telephone-with-flag .error.form-item--error-message::before {
  display: none;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
  height: 450px !important;
  overflow-y: scroll;
}

.webform-terms-of-service-details ul, .webform-terms-of-service-details ol {
  padding-left: 16px;
}

.webform-terms-of-service-details ul {
  list-style: disc;
}

.knox-webform .form-item input[type="url"]:focus {
  border-color: transparent;
  box-shadow: 0px 0px 2px 2px #1286ff;
}

.knox-webform .form-item input[type="url"] {
  height: 48px;
  border-radius: 3px;
}

.select2-container .select2-selection--single {
  height: 46px;
  padding-top: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.form-alert .status__list .status h2 {
  margin-top: 0 !important;
}

.progress-step:nth-last-child(-n+2) .progress-marker::after, .progress-step:last-child {
  display: none;
} */
/* uncomment the whole file once https://blissmedia.atlassian.net/browse/KCCSM-102 is approved */
.main .main-content__body .accordion-item ul li, .main .main-content__body .accordion-item ol li, .main .main-content__text ul li, .main .main-content__text ol li {
  margin-left: 20px;
}

.main .main-content__body ul li, .main .main-content__text ul li {
  list-style: disc !important;
}

/* Border removal */
.node-358 .main-content__body > .main-content__header {
  border-bottom: none;
}
/* End Border removal */

/* @media screen and (max-width: 767px) {
  .related-links .bt--view-more {
    display: block !important;  
  }
  
  .bt--view-more::after {
    background-position: right 6px !important;
    width: 50px !important; 
  }
} */

/* Webform alert message */
body .form-alert .status__list li {
  list-style: none !important;
}

/* Border removal */
.main-content__body > .main-content__header {
  border-bottom: none;
}

/* Paragraph link card description */
.links-cards-with-description .field__item {
  min-width: 273px !important;
}

@media screen and (max-width: 767px) {
  .links-cards-with-description {
    margin: 24px 0 !important;
  }
  .links-cards-with-description .field__item {
    min-width: 100% !important;
  }

  .links-cards-with-description .card-default {
    padding-bottom: 0px !important;
  }

  .links-cards-with-description .field--name-field-links-cards {
    flex-flow: wrap;
  }
}