[hidden] {
    display: none;
}
body::before {
    content: "(xsm: 375px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px)";
    display: none;
}
body.driver-overlay {
    overflow: hidden;
}

body.driver-overlay::before {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}

.text-center {
  text-align: center;
}

section a {
  color: inherit;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

.info {
  padding: 85px 0 41px;
  margin: 0 0 51px;
}

.info__container {
  max-width: 830px;
  text-align: center;
}

.info__header {
  font: 300 60px/54px "Roboto", sans-serif;
  margin: 0 0 28px;
  letter-spacing: -0.1px;
}

.info__subheader {
  font: 300 30px/54px "Roboto", sans-serif;
  margin: 0 0 18px;
  letter-spacing: -0.1px;
}

.info__paragraph {
  font: 400 20px/36px "Roboto", sans-serif;
  margin: 0 0 18px;
}

.info__link {
  color: #0097d4;
}

.info__link:visited {
  color: #0097d4;
}

.info__link:hover,
.info__link:active {
  color: #008cba;
}

.search {
  margin: 0 0 5px;
  -webkit-transition: 0.5s margin ease-in-out;
  transition: 0.5s margin ease-in-out;
}

.search.is-found {
  margin: 0;
}

.search__paragraph {
  margin: 0;
  letter-spacing: -0.1px;
}

.is-found .search__paragraph {
  display: none;
}

.search__container {
  max-width: 948px;
}

.search__input::-ms-clear {
  display: none;
}

.search__input::placeholder {
    color: #0098DA;
    opacity: 0.5;
}

.search__input::-ms-input-placeholder { /* Edge 12-18 */
    color: #0098DA;
    opacity: 0.5;
}

.search__wrapper {
  margin: 15px 0 12px;
}

/*.search .easy-autocomplete {
  width: 100% !important;
  margin: 0 auto;
}

.search .easy-autocomplete input {
    width: 500px;
    padding: 15px 19px 14px;
    color: #0098DA;
    border-color: #0098DA;
    background-color: #ffffff;
    border-width: 2px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search .easy-autocomplete input:focus {
  color: #000000;
}

.search .easy-autocomplete input::-webkit-input-placeholder {*/
  /* Chrome/Opera/Safari */
  /*font: 300 16px/16px "Roboto", sans-serif;
  color: #acacac;
}

.search .easy-autocomplete input::-moz-placeholder {*/
  /* Firefox 19+ */
  /*font: 400 16px/16px "Roboto", sans-serif;
  color: #acacac;
}

.search .easy-autocomplete input:-ms-input-placeholder {*/
  /* IE 10+ */
  /*font: 400 16px/16px "Roboto", sans-serif;
  color: #acacac;
}

.search .easy-autocomplete input:-moz-placeholder {*/
  /* Firefox 18- */
  /*font: 400 16px/16px "Roboto", sans-serif;
  color: #acacac;
}

.search .easy-autocomplete-container ul {
  margin-top: -4px;
  padding: 22px 13px 10px;
  border: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  max-height: 354px;
  overflow-y: scroll;
}

.search .easy-autocomplete-container ul li {
  padding: 0 16px;
  border-width: 0;
}

.search .easy-autocomplete-container ul li.selected {
  color: #0097d4;
  background: none;
}

.search .easy-autocomplete-container .eac-item {
  font: 300 14px/35px "Roboto", sans-serif;
}

.search .easy-autocomplete-container .eac-category {
  padding: 0 16px;
}*/

.results {
  position: relative;
  display: none;
  margin: 0 0 30px;
  padding: 41px 0 75px;
  background-color: #f2f2f2;
}

.results__container {
  position: relative;
  max-width: 1142px;
}

.results__btn {
    position: absolute;
    top: -20px;
    right: -86px;
    width: 9px;
    height: 9px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: url("https://www.wacom.com/assets/Images/ProductDownloads/close__button.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.results__btn:focus,
.results__btn:active {
  outline: none;
}

.results__info {
  margin: 0 0 34px;
  text-align: center;
}

.results__figure {
    margin: 0 auto 38px;
}

.results__heading {
  font: 300 30px/54px "Roboto", sans-serif;
  margin: 0 0 34px;
  letter-spacing: -0.1px;
}

.results__paragraph {
  font: 400 16px/25px "Roboto", sans-serif;
  max-width: 630px;
  margin: 0 auto;
}

.results__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 47px;
}

.results__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 23.2%;
      -ms-flex: 1 1 23.2%;
          flex: 1 1 23.2%;
  max-width: 23.2%;
  padding: 25px 28px 24px;
  margin-right: 25px;
  background-color: #ffffff;
  list-style-type: none;
}

.results__item:last-of-type {
  margin-right: 0;
}

.results__item-heading {
  font: 400 22px/25px "Roboto", sans-serif;
  position: relative;
  margin: 0 0 15px;
}

.results__item-heading--icon:before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

.results__item-heading--icon-mac {
  padding: 0 0 0 30px;
}

.results__item-heading--icon-mac:before {
  top: -3px;
  left: -1px;
  width: 22px;
  height: 26px;
  background-image: url("https://www.wacom.com/Assets/Images/ProductDownloads/macOSX.png");
}

.results__item-heading--icon-win {
  padding: 0 0 0 40px;
}

.results__item-heading--icon-win:before {
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-image: url("https://www.wacom.com/Assets/Images/ProductDownloads/windows-logo-new.svg");
}

.results__item-paragraph {
  font: 400 14px/22px "Roboto", sans-serif;
  margin: 0;
}

.results__item-link {
  font: 400 14px/22px "Roboto", sans-serif;
  display: block;
  color: #0097d4;
}

.results__item-link:visited {
  color: #0097d4;
}

.results__item-link:hover,
.results__item-link:active {
  color: #008cba;
}

.results__item-link--margin {
  margin: 0 0 19px;
}

.results__item-link--margin-top {
  margin: 9px 0 0;
}

.results__subheading {
  font: 300 18px/27px "Roboto", sans-serif;
  text-align: center;
}

.results__subheading-link {
  color: #0097d4;
}

.results__subheading-link:visited {
  color: #0097d4;
}

.results__subheading-link:hover,
.results__subheading-link:active {
  color: #008cba;
}

.latest-drivers {
    text-align: center;
}

.drivers__container {
  max-width: 1140px;
}

.drivers__heading--search {
  letter-spacing: 0.3px;
  margin: 0 0 42px;
}

.drivers__heading--margin-sm {
  margin: 0 0 20px;
}

.drivers__list {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 40px 0 12px 0;
}

.drivers__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 48.6%;
    -ms-flex: 1 1 48.6%;
    flex: 1 1 48.6%;
    max-width: 450px;
    padding: 42px 22px;
    margin-left: 13px;
    margin-right: 13px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    list-style-type: none;
    background-color: #f3f6f7
}

.drivers__item-last-update {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #78909A;
}

.drivers__item-notes {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
}

.drivers__item-horz-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.drivers__item-version {
    margin-bottom: 13px;
}

.drivers__item-details-info {
    flex-grow: 1;
    text-align: left;
    margin-bottom: 16px;
}

.drivers__item-details-img {
    padding-left: 6px;
    padding-right: 23px;
}

.drivers__item-details-version {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.drivers__item-details-desc {
  font-size:14px;
  line-height: 16px;
}

.drivers__item-details-prior {
    padding-left: 32px;
}

.drivers__item-info {
    width: 100%;
    text-align: left;
    min-height: 40px;
}

.drivers__item-info-back {
    padding: 10px 17px;
    display: flex;
    background-color: #79A6B941;
}

.drivers__item-info-back a {
    color: #00A3E0;
    font-size: 16px;
    line-height: 19px;
    padding-left: 14px;
}

.drivers__item-info-back i.icon-right {
  font-size: 12px;
  padding-left: 20px;
}

.drivers__item-info-icon {
    width: 20px;
}

.drivers__figure {
    position: relative;
}

.drivers__figure.offset-img img {
    position: absolute;
    right: 0;
    bottom: -29px;
}

.drivers__paragraph--margin {
  margin: 0 0 32px;
  letter-spacing: 0.4px;
}

.drivers__link {
    font: 400 16px/25px "Roboto", sans-serif;
    color: #0098DA;
}

.drivers__link:visited {
  color: #0097d4;
}

.drivers__link:hover,
.drivers__link:active {
  color: #008cba;
}

.drivers__link--small {
  font: 400 14px/25px "Roboto", sans-serif;
}

.drivers__btn {
  font: 400 14px/32px "Roboto", sans-serif;
  display: block;
  min-width: 186px;
  margin: 15px auto;
  cursor: pointer;
  color: #ffffff;
  background-color: #0097d4;
  border: none;
}

.drivers__btn:hover {
  background-color: #008cba;
}

.categories {
  padding: 0;
  padding-bottom: 10px;
  margin: 0 0 0px;
}

.categories--ios .categories__link:hover:before {
  content: none;
}

.categories--ios .categories__link--active:before,
.categories--ios .categories__link--active:hover:before {
  content: "";
}

.categories__container {
  max-width: 1200px;
}


.categories__heading {
  margin-bottom: 35px;
}

.categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 8px;
    align-items: stretch;
}

.categories__item {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    box-sizing: border-box;
    list-style-type: none;
    flex: 0 0 calc((100% - 3 * 12px) / 4);
    margin: 0;
}

.categories__item:last-child {
    margin-right: 0px;
}

.categories__link {
    position: relative;
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 8px 10px 10px;
    cursor: pointer;
    text-align: center;
    outline: none !important;
    background: none;
    border: none;
}

.categories__link:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    border: 1px solid #EBEBEB;
    border-radius: 4px;
}

.categories__link:hover {
  background: inherit;
}

.categories__link:hover:before,
.categories__link--active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border: 1px solid #0097d4;
  border-radius: 4px;
}

.categories__figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    margin: 8px 0;
}

.categories__img {
  height: auto;
  display: block;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.categories__title {
    font: 400 16px/25px "Roboto", sans-serif;
    margin: 4px 0 4px;
    color: #0097d4;
    line-height: 22px;
}

.categories__text {
    font: 300 14px/20px "Roboto", sans-serif;
    margin: 2px 0 0;
    letter-spacing: -0.1px;
    line-height: 18px;
}

.product-downloads-modal {
    position: fixed;
    z-index: 1100;
    top: 55%;
    left: 50%;
    display: none;
    width: 80%;
    max-width: 1120px;
    min-height: 30vh;
    max-height: 90vh;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
}

.modal--sm {
  max-width: 800px;
}

.modal--opened {
  display: block;
}

.modal__container {
  overflow: hidden;
  max-height: calc(90vh - 80px);
  margin: 0 0 20px;
  padding: 37px 36px 5px 53px;
}

.modal__container--sm {
  padding: 44px 37px 50px 116px;
}

.modal__wrapper-inner {
  padding: 0 58px 0 0;
}

.modal__wrapper-inner--sm {
  padding: 0 32px 0 0;
}

.modal__btn {
  font-size: 0;
  position: absolute;
  z-index: 1100;
  top: 34px;
  right: 37px;
  width: 9px;
  height: 9px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url("https://www.wacom.com/Assets/Images/ProductDownloads/close__button.svg");
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  border: none;
}

.modal__heading {
  font: 300 30px/41px "Roboto", sans-serif;
  margin: 0 0 20px;
}

.modal__heading-br {
  display: none;
}

.modal__subheading {
  font: 300 24px/34px "Roboto", sans-serif;
  margin: 0 0 20px;
}

.modal__paragraph {
  font: 300 16px/27px "Roboto", sans-serif;
  margin: 0 0 40px;
  letter-spacing: .1px;
}

.modal__paragraph--md {
  font: 300 14px/25px "Roboto", sans-serif;
  margin: 0 0 20px;
}

.modal__paragraph--sm {
  font: 300 12px/21px "Roboto", sans-serif;
  margin: 0 0 20px;
}

.modal__link {
  color: #0097d4;
}

.modal__link:visited {
  color: #0097d4;
}

.modal__link:hover,
.modal__link:active {
  color: #008cba;
}

.modal__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  width: 30%;
  max-width: 30%;
  margin: 0 0 40px;
}

.modal__img {
  width: 100%;
  height: auto;
}

.modal__drivers-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 47px;
  border-bottom: 1px solid #c5c5c5;
}

.modal__drivers-item:last-of-type {
  border-bottom: none;
}

.modal__drivers-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 29%;
      -ms-flex: 1 1 29%;
          flex: 1 1 29%;
  width: 29%;
  max-width: 29%;
}

.modal__drivers-text {
  padding: 36px 0 0 11px;
}

.modal__drivers-figure {
  padding-top: 42px;
  margin: 0;
  text-align: center;
}

.modal__drivers-img {
  margin: 17px 0 -6px;
}

.modal__drivers-figcaption {
    padding-top: 15px;
    font: 400 18px/25px "Roboto", sans-serif;
}

.modal__drivers-paragraph {
  font: 400 16px/25px "Roboto", sans-serif;
  margin: 0;
}

.modal__drivers-link {
  font: 400 16px/25px "Roboto", sans-serif;
  color: #0097d4;
}

.modal__drivers-link:visited {
  color: #0097d4;
}

.modal__drivers-link:hover,
.modal__drivers-link:active {
  color: #008cba;
}

.modal__drivers-btn {
  font: 400 14px/32px "Roboto", sans-serif;
  display: block;
  max-width: 109px;
  margin: 25px 0 0;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
  background-color: #0097d4;
}

.modal__drivers-btn:hover {
  background-color: #008cba;
}

.driver-modal .simplebar-track.vertical {
  top: 18px;
}

.driver-modal .simplebar-scrollbar:before {
    border-radius: 0;
    background: #d2d6dc;
}

.driver-modal .simplebar-track:hover .simplebar-scrollbar:before,
.driver-modal .simplebar-track .simplebar-scrollbar.visible:before {
    border-radius: 0;
    background: #d2d6dc;
}

.categories .dropdown {
    display: none;
    padding: 16px 0 16px;
}

.dropdown__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropdown__wrapper {
  width: 343px;
  margin: 0 13px;
}

.dropdown .select2-container {
  width: 100% !important;
}

.dropdown .select2-container .select2-selection--single {
  height: 50px;
  outline: none;
}

.dropdown .select2-container--default .select2-selection--single {
  border: 1px solid #EBEBEB;
}

.dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #0097d4;
}

.dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 26px;
  width: 8px;
  height: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("https://www.wacom.com/Assets/Images/ProductDownloads/arrow.svg");
  background-repeat: no-repeat;
}

.dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
  padding-left: 15px;
}

.dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font: 400 16px/16px "Roboto", sans-serif;
  color: #000000;
}

.dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.dropdown__select:disabled + .select2-container--default .select2-selection--single {
  background: #ffffff;
}

.dropdown__select:disabled + .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font: 400 16px/16px "Roboto", sans-serif;
  color: #acacac;
}

.dropdown__select:disabled + .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font: 300 14px/35px "Roboto", sans-serif;
  padding: 0 15px 0;
  color: #000000;
  background-color: #ffffff;
}

.select2-results__option {
  background-color: #ffffff;
}

.select2-container--default .select2-results__option[aria-selected] {
  font: 300 14px/35px "Roboto", sans-serif;
  padding: 0 15px 0;
  background-color: #ffffff;
}

.select2-container--default .select2-results__option[aria-selected]:hover {
  color: #0097d4;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  color: #0097d4;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 9px 0;
}

.select2-dropdown {
  border: 1px solid #ebebeb;
}

.select2-dropdown--below {
  border-top: none;
}

@media (max-width: 1399px) {
  .results__btn {
    right: 15px;
  }
}

@media (max-width: 1199px) {
  .categories__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    width: 30%;
    max-width: 30%;
    margin-bottom: 20px;
  }

    .categories__list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
        margin: 0;
    }

}

@media (max-width: 991px) {
  .results__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 48%;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    width: 48%;
    max-width: 48%;
    margin: 0 0 20px;
  }

  .categories__container {
    padding: 0 15px 50px;
  }

  .categories__link {
    margin: 0 auto;
  }

  .modal__container--sm {
    padding: 44px 37px 50px 50px;
  }
}

@media (max-width: 767px) {
  .info {
    padding: 70px 0 0;
    margin: 0 0 23px;
  }

  .info__container {
    padding: 29px 25px 0;
    border-top: 1px solid #d6d6d6;
  }

  .search__paragraph {
    font: 400 16px/25px "Roboto", sans-serif;
    max-width: 280px;
    margin: 0 auto;
  }

  .search__wrapper {
    margin: 0 0 30px;
  }

  .drivers__heading--search {
    display: none;
  }

  .drivers__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }

.product-downloads-modal {
    width: 95%;
}

  .modal__container {
    padding: 37px 20px 5px 53px;
  }

  .modal__container--sm {
    padding: 44px 20px 50px;
  }

  .modal__wrapper-inner {
    padding: 0 20px 0 0;
  }

  .modal__btn {
    right: 20px;
  }

  .modal__paragraph-br {
    display: none;
  }

  .modal__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 48%;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    width: 48%;
    max-width: 48%;
  }

  .dropdown {
    padding: 0 0 21px;
  }

  .dropdown__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .dropdown__wrapper {
    width: 100%;
    max-width: 343px;
    margin: 0 auto 18px;
  }
}

@media (max-width: 575px) {
  .info__header {
    margin: 0 0 25px;
    font: 300 40px/54px "Roboto", sans-serif;
  }

  .info__subheader {
    font: 300 30px/41px "Roboto", sans-serif;
    margin: 0 0 24px;
  }

  .search {
    padding: 0 0 31px;
  }

  /*.search .easy-autocomplete {
    width: 91% !important;
  }

  .search .easy-autocomplete input {
    padding: 16px 35px 16px 14px;
    background-position: 96.1% 48%;
  }*/

  .results {
    padding: 67px 0 57px;
  }

  .results__btn {
    top: -37px;
    right: 29px;
  }

  .results__info {
    margin: 0 0 58px;
  }

  .results__heading {
    font: 300 30px/41px "Roboto", sans-serif;
    margin: 0 0 25px;
  }

  .results__paragraph {
    padding: 0 20px;
  }

  .results__list {
    margin: 0 0 20px;
    padding: 0 46px 0;
  }

  .results__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    margin: 0 0 29px;
  }

  .results__subheading-link {
    display: block;
  }

  .drivers__container {
    padding: 0;
  }

  .drivers__heading {
    margin: 0 0 41px;
    padding: 0 15px;
  }

  .drivers__heading--margin-sm {
    font: 300 30px/54px "Roboto", sans-serif;
    margin: 0 0 20px;
  }

  .drivers__item {
    border: none;
    border-top: 1px solid #ebebeb;
    border-radius: 0;
  }

  .drivers__item:last-of-type {
    border-bottom: 1px solid #ebebeb;
  }

  .drivers__link--small {
    font: 400 14px/25px "Roboto", sans-serif;
  }

  .categories {
    padding: 10px 0 51px;
  }

  .categories__container {
    padding: 0;
  }

  .categories__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .categories__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 51px;
  }

  .categories__link {
    padding: 0 5px 5px;
  }

  .categories__title {
    margin: 12px 0 15px;
  }

  .categories__text {
    font: 300 14px/22px "Roboto", sans-serif;
  }

    .product-downloads-modal {
        width: 100%;
    }

  .modal__container {
    padding: 75px 20px 50px 39px;
  }

  .modal__container--sm {
    padding: 3px 20px 50px;
  }

  .modal__wrapper-inner--sm {
    padding: 0 11px 0 0;
  }

  .modal__btn {
    top: 10px;
    right: 14px;
    width: 50px;
    height: 49px;
    background-image: url("https://www.wacom.com/Assets/Images/ProductDownloads/close__button--mobile.png");
  }

  .modal__heading {
    margin: 0 0 16px;
  }

  .modal__heading-br {
    display: inline-block;
  }

  .modal__paragraph {
    margin: 0 0 45px;
  }

  .modal__paragraph--md {
    margin: 0 0 16px;
  }

  .modal__paragraph--sm {
    max-width: 50%;
    margin: 0 0 34px;
  }

  .modal__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 33px;
  }

  .modal__drivers-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal__drivers-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: auto;
    max-width: 116px;
  }

  .modal__drivers-text {
    padding: 28px 0 0 11px;
  }

  .modal__drivers-img {
    margin: 32px 0 -3px;
  }

  .dropdown {
    padding: 48px 0 21px;
  }
}

@media (max-width: 374px) {
  .info__container {
    padding: 29px 15px 0;
  }

  .info__paragraph {
    padding: 0;
  }

  .results__list {
    padding: 0 10px 0;
  }

  .drivers__heading--margin-sm {
    font: 300 24px/54px "Roboto", sans-serif;
  }
}

.download-search-container {
    max-width: 948px;
    margin: 0 auto;
    margin-bottom: 51px;
}

.driver-search-input {
    width: 500px;
    padding: 15px 19px 14px;
    color: #0098DA;
    border-color: #0098DA;
    background-color: #ffffff;
    border-width: 2px;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    border-style: solid;
    float: none;
}

.search-form-inner {
    display: flex;
    justify-content: center;
}

.tt-menu {
    margin-top: -4px;
    padding: 22px 13px 10px;
    border: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    max-height: 250px;
    overflow-y: scroll;
    background: none repeat scroll 0 0 #ffffff;
    width: 500px;
}

.tt-cursor {
    color: #0097d4;
}

.tt-suggestion {
    text-align: left;
    padding: 5px 0 5px 8px;
    cursor: pointer;
}

.tt-suggestion:hover {
    color: #0097d4;
}

.select2-container * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.results ul, .categories ul {
    padding: 0;
}

.drivers-element-hidden {
    display: none;
}

.confirmation__item-horz-container {
    display: flex;
    flex-direction: row;
}

.confirmation__item-details {
  flex-grow: 1;
}

.confirmation__item-details-version {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight: bold;
}

.confirmation__item-details-desc {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
}

.confirmation__item-details-notes {
    font-size: 12px;
    line-height: 14px;
}

.confirmation__item-instructions {
    padding-bottom: 13px;
}

.confirmation__item-instructions h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 14px;
}

.confirmation__item-instructions li {
    font-size: 16px;
    line-height: 25px;
}

.confirmation__item-download {
    display: flex;
    text-align: center;
    justify-content: center;
}

.confirmation__item-download .drivers__btn {
    margin: 0;
}

.confirmation__item-footnote {
    padding-top: 30px;
}

.drivers__btn.confirmation {
    max-width: initial;
    margin-left: 0;
    padding-left: 10px;
}

.modal--wdc-support ol {
    list-style: none;
    padding-left: 0;
    display: table;
    counter-increment: table-ol;
}

.modal--wdc-support ol li:after {
    content: "";
    display: block;
    margin-bottom: 0.5em;
}

.modal--wdc-support ol li {
    display: table-row;
}


.modal--wdc-support ol li:before {
    content: counter(table-ol) ".";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right;
}

.results__manual-link,
.results__warranty-link,
.results__other-download-link {
    margin-bottom: 5px;
}

.product-downloads-modal-secondary .modal__btn {
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
}

.product-downloads-modal-secondary {
    z-index: 1101;
    max-width: 471px;
}

.product-downloads-modal-secondary .modal__container {
    padding: unset;
}

.product-downloads-modal-secondary .download-confirmation-wrapper {
    padding: 48px 50px 27px 50px;
}

.product-downloads-modal-secondary ol {
    list-style: none;
    padding-left: 0;
    display: table;
}

.product-downloads-modal-secondary ol li:after {
    content: "";
    display: block;
    margin-bottom: 0.5em;
}

.product-downloads-modal-secondary ol li {
    display: table-row;
    counter-increment: d-table-ol;
}

.product-downloads-modal-secondary ol li:before {
    content: counter(d-table-ol) ".";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right;
}