@import "https://fonts.googleapis.com/css?family=Dosis";
/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */

.wrapper {
  box-sizing: border-box;
  margin: 0 auto 1rem;
}

.wrapper nav.sectional {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .wrapper nav.sectional {
    justify-content: flex-start;
  }
}

.wrapper nav.sectional a {
  margin: 1rem;
}

@media (min-width: 768px) {
  .wrapper nav.sectional a {
    margin: 0;
  }
  .wrapper nav.sectional a:not(:last-child) {
    border-right: 1px solid #004b8d;
    padding-right: 1rem;
  }
  .wrapper nav.sectional a:not(:first-child) {
    padding-left: 1rem;
  }
}

.wrapper nav.sectional a.active {
  text-decoration: underline;
}

.wrapper main.press {
  display: block;
  margin: 0 auto;
  padding-bottom: 2em;
  padding-top: 2em;
  text-align: left;
  width: 100%;
}

.wrapper main.press h2 {
  color: #0262c8;
  font: normal 1.5em "Segoe UI", Arial, Tahoma;
  margin-bottom: 0;
  text-align: left;
  text-transform: uppercase;
}

.wrapper main.press h3 {
  background-color: #f6f6f6;
  color: #0262c8;
  display: inline-block;
  font: normal 1.125em "Segoe UI", Arial, Tahoma;
  font-weight: normal;
  margin: 0;
  padding-right: 10px;
  text-transform: uppercase;
}

.wrapper main.press section.pressheader div.headertxt {
  text-align: center;
}

.wrapper main.press section.pressheader div.headertxt h1 {
  color: #2d2d2d;
  font: normal 2em "Segoe UI",Arial,Tahoma;
  margin: 0 auto;
}

.wrapper main.press section.pressheader div.headertxt p {
  font-size: 1.125em;
}

.wrapper main.press section.pressheader div.categories {
  background-color: #ebebeb;
  margin: 40px auto;
  text-align: center;
  width: 100%;
}

.wrapper main.press section.pressheader div.categories a {
  display: inline-block;
  padding: 2em 3em;
}

.wrapper main.press section.pressheader div.categories a .icon {
  background-size: cover;
  display: inline-block;
  height: 142px;
  width: 142px;
}

.wrapper main.press section.pressheader div.categories a .txt {
  display: block;
  font: normal 1em "Segoe UI", Arial, Tahoma;
  margin-top: 142px;
  text-align: center;
}

.wrapper main.press section.pressheader div.categories a .icon-software {
  background-image: url(https://www.stardock.com/images/categories/icon-software-grey.svg);
  color: #7c7c7c;
}

.wrapper main.press section.pressheader div.categories a .icon-software:hover,
.wrapper main.press section.pressheader div.categories a .icon-software:focus,
.wrapper main.press section.pressheader div.categories a .icon-software.active {
  background-image: url(https://www.stardock.com/images/categories/icon-software-blue.svg);
  color: #004b8d;
}

.wrapper main.press section.pressheader div.categories a .icon-games {
  background-image: url(https://www.stardock.com/images/categories/icon-game-grey.svg);
  color: #7c7c7c;
}

.wrapper main.press section.pressheader div.categories a .icon-games:hover,
.wrapper main.press section.pressheader div.categories a .icon-games:focus,
.wrapper main.press section.pressheader div.categories a .icon-games.active {
  background-image: url(https://www.stardock.com/images/categories/icon-game-blue.svg);
  color: #004b8d;
}

.wrapper main.press section.pressheader div.categories a .icon-strbranding {
  background-image: url(https://www.stardock.com/images/categories/icon-stardock-grey.svg);
  color: #7c7c7c;
}

.wrapper main.press section.pressheader div.categories a .icon-strbranding:hover,
.wrapper main.press section.pressheader div.categories a .icon-strbranding:focus,
.wrapper main.press section.pressheader div.categories a .icon-strbranding.active {
  background-image: url(https://www.stardock.com/images/categories/icon-stardock-blue.svg);
  color: #004b8d;
}

.wrapper main.press section.pressheader div.categories a .lgicon {
  height: 190px;
  width: 190px;
}

.wrapper main.press section.pressheader div.categories a .txt2 {
  display: block;
  font: normal 1em "Segoe UI", Arial, Tahoma;
  margin-top: 200px;
  text-align: center;
}

.wrapper main.press section.title {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.wrapper main.press section.title hr {
  border: 0.5px solid #0262c8;
  margin-bottom: 2em;
}

.wrapper main.press p.mail {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
  width: 100%;
}

.wrapper main.press p.mail2 {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  width: 100%;
}

.wrapper main.press .section-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 1em;
  max-width: 1000px;
  width: 100%;
}

.wrapper main.press .section-wrapper ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none outside none;
  padding: 1em 0;
  width: 100%;
}

@media (max-width: 767px) {
  .wrapper main.press .section-wrapper ul {
    flex-direction: row;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .wrapper main.press .section-wrapper ul {
    flex-direction: row;
    justify-content: left;
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .wrapper main.press .section-wrapper ul {
    flex-wrap: wrap;
    justify-content: left;
    max-width: 1420px;
  }
}

.wrapper main.press .section-wrapper ul li {
  color: #0262c8;
  display: flex;
  flex-direction: column;
  font-family: Segoe UI,Arial,Verdana,Helvetica,Sans-Serif;
  font-size: 1.063em;
  text-align: left;
  margin: 2px;
}

.wrapper main.press .section-wrapper ul li a {
  border: 1px solid #dedede;
  display: flex;
  flex-direction: row;
  font-weight: normal;
  transition: .25s ease-in-out;
}

.wrapper main.press .section-wrapper ul li a span {
  height: 106px;
  width: 194px;
}

.wrapper main.press .section-wrapper ul li a:hover {
  border: 1px solid #0463c8;
  filter: brightness(1.1);
}

.wrapper main.press .section-wrapper ul li a:hover > span::after {
  transform: scale(1.1);
}

.wrapper main.press .section-wrapper ul li span.label {
  margin-top: .5em;
}

.wrapper main.press .section-wrapper ul li.video {
  padding-bottom: 1em;
}

.wrapper main.press .section-wrapper ul li.video > a span {
  height: 184px;
  position: relative;
  width: 327px;
}

@media (max-width: 400px) {
  .wrapper main.press .section-wrapper ul li.video > a span {
    min-width: 184px;
    max-width: 327px;
    background-position: 50%;
    width: 100%;
  }
}

.wrapper main.press .section-wrapper ul li.video > a span::after {
  background: url("https://www.stardock.com/images//play_button.svg");
  background-size: 77px 77px;
  content: '';
  height: 77px;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  position: absolute;
  top: 50%;
  transition: .25s ease-in-out;
  width: 77px;
}

.wrapper main.press .section-wrapper ul li.ss a span {
  height: 106px;
  position: relative;
  width: 194px;
}

.wrapper main.press .section-wrapper ul li.logo a span {
  height: 110px;
  position: relative;
  width: 194px;
}

.wrapper main.press .section-wrapper ul.doc {
  display: block;
}

@media (max-width: 767px) {
  .wrapper main.press .section-wrapper ul.doc {
    display: block;
  }
}

@media (min-width: 768px) {
  .wrapper main.press .section-wrapper ul.doc {
    display: block;
  }
}

@media (min-width: 1280px) {
  .wrapper main.press .section-wrapper ul.doc {
    display: block;
  }
}

.wrapper main.press .section-wrapper ul.doc li {
  display: block;
}

.wrapper main.press .section-wrapper ul.doc li a {
  border: none;
  color: #0262c8;
  margin-bottom: 1.25em;
}

.wrapper main.press .section-wrapper div {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.wrapper main.press .section-wrapper div div.classic {
  margin: 0 auto;
  max-width: 730px;
  width: 100%;
}

.wrapper main.press .section-wrapper div .dot-div {
  border-bottom: thin dashed #0262c8;
  width: 100%;
  height: 14px;
}

.wrapper main.press .section-wrapper div .text-div {
  margin-top: -12px;
}

.wrapper main.press .section-wrapper.products {
  max-width: 1500px;
  text-align: center;
}

.wrapper main.press .section-wrapper.products div {
  display: block;
  max-width: 1500px;
}

.wrapper main.press .section-wrapper.products div a {
  display: inline-block;
  padding: 1em;
}

.wrapper main.press .section-wrapper.products div a span.link {
  display: block;
  font: normal 1em "Segoe UI", Arial, Tahoma;
  text-align: left;
}
