body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.nav__menu {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__hero {
  height: 500px;
}

.n-container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

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

.section__contact {
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: Cabin, sans-serif;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-1-of-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
}

.col-1-of-3.u-pd-top-md {
  padding-top: 80px;
}

.col-2-of-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 66%;
  -ms-flex: 0 66%;
  flex: 0 66%;
}

.address_label {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdddd;
  color: #1d4276;
  font-size: 16px;
  font-weight: 600;
}

.address_text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.contact_block {
  position: relative;
  max-width: 75%;
  margin-bottom: 42px;
  padding-left: 40px;
}

.contact__link {
  display: inline-block;
  color: #1d4276;
}

.form-all {
  padding-top: 15px;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  padding-top: 12px;
  border-top: 3px solid #1d4276;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.nav__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tech__logo {
  margin-left: 15px;
}

.brand__box {
  text-align: center;
}

.brand {
  margin-bottom: 7px;
}

.toll__free {
  font-size: 18.25px;
  text-align: right;
}

.phone__link {
  color: #1d4276;
  font-weight: 700;
  text-decoration: none;
}

.brand__label {
  color: #888;
  font-weight: 600;
}

.nav__link {
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: color 50ms ease-in-out, background-color 150ms ease-in-out;
  transition: color 50ms ease-in-out, background-color 150ms ease-in-out;
  font-family: Cabin, sans-serif;
  color: #1d4276;
  font-size: 14px;
  font-weight: 600;
}

.nav__link:hover {
  background-color: #52b4e6;
  color: #fff;
}

.nav__link.w--current {
  background-color: #52b4e6;
  -webkit-transition: color 150ms ease, background-color 250ms ease;
  transition: color 150ms ease, background-color 250ms ease;
  color: #fff;
}

.nav__link.dropdown {
  padding-right: 43px;
}

.dropdown__menu.w--open {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
}

.home__slider {
  height: auto;
  background-color: #fff;
}

.main {
  padding-top: 45px;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main.no__padding-top {
  padding-top: 0px;
}

.inline__link {
  color: #1d4276;
  font-weight: 600;
  text-decoration: underline;
}

.inline__link.white {
  color: #fff;
}

.slide__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide__image {
  max-width: 1210px;
}

.paragraph {
  margin-bottom: 15px;
  line-height: 24px;
}

.paragraph.bold {
  font-weight: 700;
}

.paragraph.u-mb-md {
  margin-bottom: 50px;
}

.paragraph.narrow {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.narrow.u-mb-lg {
  margin-bottom: 50px;
  font-weight: 600;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 4px solid #52b4e6;
  background-color: #1d4276;
}

.footer__content {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
}

.footer__social_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link {
  width: 36px;
  height: 36px;
  margin-right: 15px;
  margin-left: 15px;
}

.footer__link.facebook {
  width: 30px;
  height: 30px;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__link.twitter {
  width: 30px;
  height: 30px;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__link.google_plus {
  background-image: url('../images/google.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner__internal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner__internal.disk__production {
  min-height: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/head-disc-production-crop-u92343.jpeg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.banner__internal.usb__media {
  min-height: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/head-usb-media-crop-u99336.jpeg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner__internal.books {
  min-height: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/head-books-crop.jpeg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner__internal.vinyl {
  min-height: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/head-vinyl-crop.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner__internal.fulfillment {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/head-fulfillment-crop.jpeg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner__internal.faq {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/head-faq-crop.jpeg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner__internal.templates {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/head-specs-crop-u101293.jpeg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner__internal.disk {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/head-disc-production-crop-u92343.jpeg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.page__heading {
  width: 100%;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(29, 66, 118, 0.75);
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.address__icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-height: 30px;
  max-width: 30px;
}

.address__icon.emil {
  max-height: 24px;
  max-width: 24px;
}

.address__icon.phone {
  max-width: 24px;
}

.faq__question {
  width: 100%;
  margin-bottom: 5px;
  background-color: rgba(29, 66, 118, 0.04);
}

.faq__icon {
  top: 0%;
  bottom: 0%;
}

.faq__toggle {
  width: 100%;
  background-color: #1d4276;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 700;
}

.faq__toggle:hover {
  background-color: #52b4e6;
}

.faq__toggle.w--open {
  background-color: #52b4e6;
  color: #fff;
}

.faq__list {
  position: relative;
}

.faq__list.w--open {
  padding: 20px;
  background-color: #fff;
}

.faq__ul {
  margin-bottom: 20px;
  padding-left: 30px;
}

.faq__ul.numbered {
  list-style-type: decimal;
}

.faq__li {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 24px;
}

.faq__li.numbered {
  margin-bottom: 20px;
}

.specs__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading__specs {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #cecece;
  font-family: Cabin, sans-serif;
  color: #777;
  font-size: 19px;
  line-height: 24px;
}

.heading__specs.blue {
  color: #1d4276;
}

.heading__h2-specs {
  margin-top: 0px;
  margin-bottom: 70px;
  font-family: Cabin, sans-serif;
  color: #666;
}

.specs__link {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 44px;
  background-image: url('../images/PDF_32.png');
  background-position: 2% 10px;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1d4276;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}

.specs__link:hover {
  background-color: rgba(29, 66, 118, 0.03);
}

.specs__link.u-mb-sm {
  margin-bottom: 25px;
}

.usb__info {
  text-align: center;
}

.usb__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.usb__card {
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.6%;
  -ms-flex: 0 16.6%;
  flex: 0 16.6%;
  text-align: center;
}

.card__label {
  margin-bottom: 5px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.intro {
  margin-bottom: 15px;
  line-height: 24px;
}

.intro.bold {
  font-weight: 700;
}

.intro.u-mb-md {
  margin-bottom: 50px;
}

.intro.narrow {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.intro.narrow.u-mb-lg {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 600;
}

.home-container {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  padding-bottom: 60px;
}

.home-container__aside {
  display: flex;
  flex-direction: column;
}

.home-container__aside img {
  height: 168px;
  margin-bottom: 15px;
  object-fit: cover;
  width: 100%;  
}

@media screen and (max-width: 991px) {
  .n-container {
    display: inline-block;
  }

  .n-container.center {
    display: block;
  }

  .flex {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-1-of-3 {
    margin-bottom: 25px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col-2-of-3 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partner {
    display: none;
  }

  .nav__menu-links {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
  }

  .dropdown__menu.w--open {
    position: relative;
  }

  .main {
    padding-right: 25px;
    padding-left: 25px;
  }

  .banner__internal.usb__media {
    background-size: cover;
  }

  .menu-button {
    top: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    background-color: #1d4276;
  }

  .usb__card {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media screen and (max-width: 767px) {
  .faq__question {
    display: block;
    font-size: 14px;
  }

  .home-container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 200px;
    padding-left: 0px;
  }

  .toll__free {
    text-align: left;
  }

  .banner__internal.usb__media {
    background-size: cover;
  }

  .menu-button {
    position: absolute;
    left: auto;
    right: 0%;
  }

  .faq__list {
    width: 100%;
  }

  .usb__card {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

