/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */
html body {
  padding-top: 53px;
}

html body > div.body {
  font-size: 1em;
}

html body > div.body nav.sectional {
  background-color: #c9ccce;
  border-bottom: 1px solid #AAA;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 10px;
}

@media (min-width: 1024px) {
  html body > div.body nav.sectional {
    margin-left: auto;
    margin-right: auto;
  }
}

html body > div.body nav.sectional > a {
  color: #2D2D2D;
  z-index: 100;
}

html body > div.body nav.sectional a:not(:last-child) {
  border-right: 1px solid #333;
  padding-right: 1rem;
}

html body > div.body nav.sectional a:not(:first-child) {
  padding-left: 1rem;
}

html body > div.body nav.sectional a.active {
  text-decoration: underline;
}

main.product #topdesc {
  background: linear-gradient(0deg, #ffffff, #aad9ff);
  padding-top: 2em;
  text-align: center;
}

main.product #topdesc .title img {
  display: inline-block;
  margin: 0 0.125em;
  vertical-align: middle;
}

main.product #topdesc .title h1 {
  color: #0e4f91;
  display: inline-block;
  /*font-size: 3.5em;*/
  font-size: 3.125em;
  font-weight: 500;
  margin: 0 0.125em;
  vertical-align: middle;
}

main.product #topdesc h2 {
  font-size: 2em;
  font-weight: 500;
  /*margin: 0.313em auto 0.5em;*/
  margin: 0.675em auto 0.5em;
}

main.product #topdesc p.sys {
  color: #4b4b4b;
  margin-bottom: 3em;
}

main.product #topdesc .buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}

@media only screen and (max-width: 440px) {
  main.product #topdesc .buttons {
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
}

main.product #topdesc .button.blue {
  /*background-color: #01a2fd;*/
  color: #fff;
}

main.product #topdesc .button.blue .btntext {
  background-color: #01a2fd;
}

main.product #topdesc .button.blue .btnicon {
  background-color: #3db9ff;
}

main.product #topdesc .button.green {
  /*background-color: #65aa29;*/
  color: #fff;
}

main.product #topdesc .button.green .btntext {
  background-color: #65aa29;
}

main.product #topdesc .button.green .btnicon {
  background-color: #84cb47;
}

main.product #topdesc .button {
  display: flex;
  height: 46px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 46px;
  margin: 0 0.5em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  width: 194px;
}

@media only screen and (max-width: 440px) {
  main.product #topdesc .button {
    margin: 0.5em 0.5em;
  }
}

main.product #topdesc .button span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
  display: flex;
  justify-content: center;
}

main.product #topdesc .button .btntext {
  display: flex;
  justify-content: center;
  width: 148px;
  border-radius: 10px 0 0 10px;
}

main.product #topdesc .button .btnicon {
  border-radius: 0 10px 10px 0;
  display: block;
  padding-top: 2px;
  width: 46px;
}

main.product #topdesc .button:hover {
  filter: brightness(1.1);
  text-decoration: none;
}

main.product #topdesc a.trailer {
  display: block;
  margin: 1em auto 3em;
  width: fit-content;
}

main.product #topdesc a.trailer span.trailericon {
  /*background-image: url(/images/trailer_btn_40.svg);*/
  background-position: left;
  background-size: cover;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

main.product #topdesc a.trailer span.trailertxt {
  color: #1f2329;
  display: inline-block;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.125em;
  margin-left: 0.125em;
  vertical-align: middle;
}

main.product #topdesc a.trailer:hover {
  text-decoration: none;
}

main.product #topdesc a.trailer:hover span.trailericon {
  text-decoration: none;
}

main.product #topdesc a.trailer:hover span.trailertxt {
  color: #0e4f91;
  text-decoration: underline;
}

main.product .carousel {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 0 4em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  main.product .carousel {
    padding: 0;
  }
}

main.product .carousel .device-wrapper {
  max-width: 2762px;
  width: 100%;
}

main.product .carousel .device-wrapper .device {
  position: relative;
  background-size: cover;
  padding-bottom: 56.597724%;
}

main.product .carousel .device-wrapper .device::after {
  display: block;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
  background-image: url(https://www.stardock.com/products/start11/images/top/screen/realistic-modern-computer-laptop-blank-screen2-lg.png);
  z-index: 1;
}

main.product .carousel .device-wrapper .device .screen {
  position: absolute;
  background-position: center;
  background-size: cover;
  pointer-events: auto;
  /*top: 5.49233053%;
					left: 11.27313517%;
					width: 77.45372967%;
					height: 83.81989114%;*/
  /*top: 5.44285007%;
					top: 4.44285007%;*/
  top: 4.25%;
  /*left: 11.24509254%;
					width: 77.56590017%;*/
  left: 11.3%;
  width: 77.45%;
  height: 84.06729342%;
  z-index: 10;
}

main.product .carousel .device-wrapper .device2::after {
  background-image: url("https://www.stardock.com/products/fences/images/top/screen/monitor-noscreen-2200.png");
  /* Fallback for older browsers */
  background-image: url("https://www.stardock.com/products/fences/images/top/screen/monitor-noscreen-2200.webp");
  /* Modern browsers override with WebP */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  /* Helps rendering */
}

@media only screen and (max-width: 480px) {
  main.product .carousel .device-wrapper .device2::after {
    background-image: url("https://www.stardock.com/products/fences/images/top/screen/monitor-noscreen-960.png");
    /* Fallback for older browsers */
    background-image: url("https://www.stardock.com/products/fences/images/top/screen/monitor-noscreen-960.webp");
    /* Modern browsers override with WebP */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    /* Helps rendering */
  }
}

main.product .carousel .device-wrapper .device2 .screen {
  top: 3.25%;
}

main.product #hero {
  margin: -16px auto 0;
  max-width: 1634px;
  width: 100%;
}

main.product #hero p.pricingtxt {
  display: inline-block;
  font-size: 1.313em;
  margin-right: 0.5em;
  line-height: 2em;
  vertical-align: middle;
}

main.product #hero p.pricingtxt span.strikestyle {
  color: #ff0e17;
  display: inline-block;
  font-size: 0.75em;
  margin-right: 0.5em;
  text-decoration: line-through;
  vertical-align: bottom;
}

main.product #hero .button.green {
  border-color: #47e13b;
  background-color: #27ba1c;
  color: #fff;
}

main.product #hero .button.green:hover {
  border-color: #259e25;
  background-color: #259e25;
  text-decoration: none;
}

main.product #hero .button {
  display: inline-block;
  height: 52px;
  padding: 0 20px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

main.product #hero .button span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
}

main.product #hero .button span.price {
  margin-left: 0.25em;
}

main.product #hero .products {
  /*height: 571px;*/
  background-position: right;
}

@media only screen and (max-width: 1048px) {
  main.product #hero .products {
    background-color: #d1d3d5;
    height: auto;
  }
}

main.product #hero .products .content {
  width: 700px;
  height: 100%;
  background: transparent;
  color: #1f2329;
  padding: 0 5em;
  text-align: left;
  box-sizing: border-box;
  z-index: 1;
}

@media only screen and (min-width: 1361px) {
  main.product #hero .products .content {
    /*padding: 0 0 0 9em;*/
    padding: 0 0 0 8em;
    width: 900px;
  }
}

@media only screen and (min-width: 1048px) and (max-width: 1360px) {
  main.product #hero .products .content {
    padding: 0 1em;
  }
}

main.product #hero .products .content img.icon {
  display: inline-block;
  height: 122px;
  width: 122px;
  margin-right: 1em;
  vertical-align: top;
  /*include phonw {
						display:none;
					}*/
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .content img.icon {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  main.product #hero .products .content img.icon {
    display: none;
  }
}

main.product #hero .products .content .title {
  display: inline-block;
  height: auto;
  /* margin-bottom: 1em; */
  /*margin-top: 2em;*/
  margin-top: 1.75em;
  width: 100%;
  max-width: 400px;
  vertical-align: top;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .content .title {
    margin-bottom: 0;
    margin-top: 0;
  }
}

main.product #hero .products .content .title h1 {
  color: #1f2329;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 3.5em;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .content .title h1 {
    text-align: center;
  }
}

main.product #hero .products .content .title h2 {
  color: #1f2329;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0.25em 0 0.75em;
  text-align: left;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .content .title h2 {
    text-align: center;
  }
}

main.product #hero .products .content .title div.buttons a.trailer {
  padding-left: 1em;
}

main.product #hero .products .content .title div.buttons a.trailer span.trailericon {
  background-image: url(https://www.stardock.com/images/trailer_btn_40.svg);
  background-position: left;
  background-size: cover;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

main.product #hero .products .content .title div.buttons a.trailer span.trailertxt {
  color: #1f2329;
  display: inline-block;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.125em;
  margin-left: 0.125em;
  vertical-align: middle;
}

main.product #hero .products .content .title div.buttons a.trailer:hover span.trailericon {
  text-decoration: none;
}

main.product #hero .products .content .title div.buttons a.trailer:hover span.trailertxt {
  text-decoration: underline;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .content .title div.buttons {
    text-align: center;
  }
}

main.product #hero .products .res {
  position: relative;
  z-index: 1;
  /*&.light {
					@media only screen and (min-width: 1048px) {
						background: linear-gradient(90deg, rgba(255, 255, 255, 0.675) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
					}
				}*/
}

@media only screen and (min-width: 1048px) {
  main.product #hero .products .res {
    /*background: linear-gradient(90deg, rgba(0,0,0,.675) 0%, rgba(0,0,0,.5) 35%, rgba(0,0,0,.25) 75%, rgba(0,0,0,0) 100%);*/
    height: 692px;
    position: relative;
    position: absolute;
    /*top: calc(50%);
					-ms-transform: translateY(-50%);
					transform: translateY(-50%);*/
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .res {
    margin: 0 auto;
    /*padding: 2em 5em;*/
    padding: 2em 0 3em;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 1048px) {
  main.product #hero .products .res div.mid {
    /*margin: 25% auto;*/
    position: absolute;
    top: calc(38%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*font-size: 0.938em;*/
    font-size: 0.875em;
    /*width: 280px;*/
  }
}

@media only screen and (min-width: 1048px) and (max-width: 1360px) {
  main.product #hero .products .res div.mid {
    /*margin: 25% auto;*/
    position: absolute;
    top: calc(32%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*font-size: 0.938em;*/
    font-size: 0.875em;
    /*width: 280px;*/
  }
}

@media only screen and (min-width: 1300px) {
  main.product #hero .products .res div.mid {
    /*font-size: 1em;*/
    font-size: 0.875em;
    /*width: 350px;*/
  }
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .res div.mid {
    font-size: 0.875em;
    margin: 0 auto;
    text-align: center;
    max-width: 450px;
    width: 100%;
  }
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .res h1 {
    text-align: center;
  }
}

main.product #hero .products .res h1.desktop {
  display: block;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .res h1.desktop {
    display: none;
  }
}

main.product #hero .products .res h1.mobile {
  display: none;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .res h1.mobile {
    display: block;
  }
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .res h2 {
    text-align: center;
  }
}

@media only screen and (min-width: 1048px) {
  main.product #hero .products .res .dark {
    color: #2d2d2d;
  }
}

main.product #hero .products .heroimg {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .heroimg.lg {
    display: none;
  }
}

@media only screen and (min-width: 1048px) {
  main.product #hero .products .heroimg.sm {
    display: none;
  }
}

main.product > section {
  padding: 2em 0;
}

main.product > section.altbg {
  background: linear-gradient(to right, #c9ccce 0%, #e6e7e9 51%, #edeef0 72%, #ebeced 80%, #c9ccce 100%);
}

main.product > section.review {
  background: #ffffff;
}

@media (min-width: 768px) {
  main.product > section.review > div.imgsplit > :first-child {
    margin-right: 1em !important;
  }
}

main.product > section.review > div.reviewsection {
  margin: 2em auto;
  max-width: 1200px;
}

@media only screen and (max-width: 768px) {
  main.product > section.review > div.reviewsection {
    margin: 2em auto 0;
  }
}

main.product > section.review > div.reviewsection > div.reviewitem {
  margin: 0.5em 1em 0.5em;
  text-align: center;
  max-width: 400px;
}

@media (min-width: 768px) {
  main.product > section.review > div.reviewsection > div.reviewitem {
    align-self: flex-start;
    margin: 0 1em;
    width: 33%;
  }
}

main.product > section.review > div.reviewsection > div.reviewitem .reviewer .icon {
  display: inline-block;
  margin: 0 0.313em;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  main.product > section.review > div.reviewsection > div.reviewitem .reviewer .icon {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}

main.product > section.review > div.reviewsection > div.reviewitem .reviewer p {
  color: #2d2d2d;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 600;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  main.product > section.review > div.reviewsection > div.reviewitem .reviewer p {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}

main.product > section.titled > header {
  margin-bottom: 1rem;
}

main.product > section.titled > header > h2 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 2.375em;
  font-weight: 600;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  main.product > section.titled > header > h2 {
    /*font-size: 3em;*/
    font-size: 2.688em;
  }
}

main.product > section.titled > header > h2::before, main.product > section.titled > header > h2::after {
  background: url("https://cdn.stardock.us/web/ma-dotted_divider.png") repeat-x left center;
  content: '';
  display: block;
  flex-grow: 1;
  margin-top: 10px;
}

main.product > section.titled > header > h2::before {
  margin-right: 20px;
}

main.product > section.titled > header > h2::after {
  margin-left: 20px;
}

main.product > section.titled > footer {
  text-align: right;
  margin: 1rem;
  max-width: 900px;
}

@media (min-width: 1024px) {
  main.product > section.titled > footer {
    margin-left: auto;
    margin-right: auto;
  }
}

main.product > section.titled > footer > a {
  color: #7b7b7b;
}

main.product > section.wrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 400px) {
  main.product > section.wrapper > .tabs {
    font-size: 0.75em;
    display: flex;
  }
}

@media only screen and (max-width: 400px) {
  main.product > section.wrapper > .tabs > button {
    width: 50%;
  }
}

main.product > section.wrapper .tabs .tablinks {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  background: #ffffff;
  display: inline-block;
  color: #2d2d2d;
  border: none;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0 0.5rem #00000060;
  border: 1px solid #00000020;
  border-bottom: none;
  box-shadow: 0 -4px 8px -2px #00000020;
  /*&.consumer {
						span {
							background: url(images/svg/e125_icon_users_grey.svg) center no-repeat;
							display: block;
							height: 30px;
							margin: 0.5em auto;
							position: relative;
						}
						
						:hover, &.active {
							span {
								background: url(images/svg/e731_icon_building_grey.svg) center no-repeat;
							}
						}
					}
					
					&.business {
						span {
							background: url(images/svg/e731_icon_building_grey.svg) center no-repeat;
							display: block;
							height: 30px;
							margin: 0.5em auto;
							position: relative;
						}
						
						:hover, &.active {
							span {
								background: url(images/svg/e731_icon_building_blue.svg) center no-repeat;
							}
						}
					}*/
}

@media (min-width: 1024px) {
  main.product > section.wrapper .tabs .tablinks {
    padding: 10px 30px;
    width: 280px;
  }
}

@media only screen and (max-width: 430px) {
  main.product > section.wrapper .tabs .tablinks.consumer {
    font-size: 1em;
  }
}

main.product > section.wrapper .tabs .tablinks.consumer span {
  display: block;
  height: 30px;
  margin: 0.5em auto;
  position: relative;
}

@media only screen and (max-width: 430px) {
  main.product > section.wrapper .tabs .tablinks.business {
    font-size: 1em;
  }
}

main.product > section.wrapper .tabs .tablinks.business span {
  display: block;
  height: 30px;
  margin: 0.5em auto;
  position: relative;
}

main.product > section.wrapper .tabs button {
  position: revert;
  border: 1px solid #00000020;
  border-bottom: none;
  box-shadow: 0 -4px 8px -2px #00000020;
  font-family: 'Segoe UI', Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 1.25em;
}

main.product > section.wrapper .tabs button:hover, main.product > section.wrapper .tabs button.active {
  background: #f2f2f2;
  position: relative;
  border: 1px solid #00000020;
  border-bottom: none;
  box-shadow: 0 -4px 8px -2px #00000020;
}

main.product > section.wrapper .subwrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3em;
}

main.product > section.wrapper .subwrapper > h2 {
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 2.438em;
  font-weight: normal;
  margin: 0 auto 0.75em;
}

@media only screen and (max-width: 720px) {
  main.product > section.wrapper .subwrapper .tabs {
    display: flex;
  }
}

@media only screen and (max-width: 420px) {
  main.product > section.wrapper .subwrapper .tabs {
    display: block;
  }
}

main.product > section.wrapper .subwrapper .tabs .tablinks2, main.product > section.wrapper .subwrapper .tabs .tablinks3 {
  background: #f2f2f2;
  border: none;
  border-radius: 3px 3px 0px 0px;
  border: 1px solid #00000020;
  border-bottom: none;
  box-shadow: 0 -4px 8px -2px #00000020;
  color: #2d2d2d;
  cursor: pointer;
  display: inline-block;
  font-family: 'Segoe UI', Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0px 2px;
  padding: 10px 20px;
}

@media only screen and (max-width: 900px) {
  main.product > section.wrapper .subwrapper .tabs .tablinks2, main.product > section.wrapper .subwrapper .tabs .tablinks3 {
    font-size: 0.875em;
  }
}

@media only screen and (max-width: 720px) {
  main.product > section.wrapper .subwrapper .tabs .tablinks2, main.product > section.wrapper .subwrapper .tabs .tablinks3 {
    font-size: 0.75em;
  }
}

@media only screen and (max-width: 520px) {
  main.product > section.wrapper .subwrapper .tabs .tablinks2, main.product > section.wrapper .subwrapper .tabs .tablinks3 {
    padding: 1em 0.5em;
  }
}

main.product > section.wrapper .subwrapper .tabs .tablinks2 .arrow, main.product > section.wrapper .subwrapper .tabs .tablinks3 .arrow {
  display: inline-block;
  padding: 4px;
  background-color: inherit;
  border: solid #000;
  border-width: 1px 1px 0 0;
  margin-bottom: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

main.product > section.wrapper .subwrapper .tabs button {
  position: revert;
  border: 1px solid #00000020;
  border-bottom: none;
  box-shadow: 0 -4px 8px -2px #00000020;
  min-width: 110px;
}

main.product > section.wrapper .subwrapper .tabs button:hover, main.product > section.wrapper .subwrapper .tabs button.active, main.product > section.wrapper .subwrapper .tabs button.is-active {
  background: #ffffff;
  color: #016cd3;
  position: relative;
  border: 1px solid #00000020;
  border-bottom: none;
  box-shadow: 0 -4px 8px -2px #00000020;
}

main.product > section.wrapper .subwrapper .tabs button:hover .arrow, main.product > section.wrapper .subwrapper .tabs button.active .arrow, main.product > section.wrapper .subwrapper .tabs button.is-active .arrow {
  border-color: #016cd3;
  border-width: 0 1px 1px 0;
  margin-bottom: 4px;
}

main.product > section.wrapper .subwrapper .tab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  background: #ffffff;
  display: inline-block;
  color: #2d2d2d;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0 0.5rem #00000060;
  border: 1px solid #00000020;
  border-bottom: none;
  box-shadow: 0 -4px 8px -2px #00000020;
}

main.product > section.wrapper .subwrapper .tablinks-accordian {
  background: #f2f2f2;
  border: none;
  border-radius: 3px 3px 0px 0px;
  border: 1px solid #00000020;
  border-bottom: none;
  box-shadow: 0 -4px 8px -2px #00000020;
  color: #2d2d2d;
  cursor: pointer;
  display: inline-block;
  font-family: 'Segoe UI', Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0px 2px;
  padding: 10px 20px;
  /*@media only screen and (max-width: 720px) {
						font-size: 0.75em;
					}
					@media only screen and (max-width: 520px) {
						padding: 1em 0.5em;
					}*/
}

@media only screen and (min-width: 450px) and (max-width: 750px) {
  main.product > section.wrapper .subwrapper .tablinks-accordian {
    margin: 0;
  }
}

@media only screen and (max-width: 1000px) {
  main.product > section.wrapper .subwrapper .tablinks-accordian {
    font-size: 0.875em;
  }
}

main.product > section.wrapper .subwrapper .tablinks-accordian .arrow {
  display: inline-block;
  padding: 4px;
  background-color: inherit;
  border: solid #000;
  border-width: 1px 1px 0 0;
  margin-bottom: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

main.product > section.wrapper .subwrapper tablinks-accordian:hover, main.product > section.wrapper .subwrapper tablinks-accordian.is-active {
  background: #ffffff;
  color: #016cd3;
  position: relative;
  border: 1px solid #00000020;
  border-bottom: none;
  box-shadow: 0 -4px 8px -2px #00000020;
}

main.product > section.wrapper .subwrapper tablinks-accordian:hover .arrow, main.product > section.wrapper .subwrapper tablinks-accordian.is-active .arrow {
  border-color: #016cd3;
  border-width: 0 1px 1px 0;
  margin-bottom: 4px;
}

main.product > section.wrapper .subwrapper .panels {
  background: #ffffff;
  /*box-shadow: 0 0 0.5rem #00000060;*/
  box-shadow: 0rem -4px 4px #00000020;
  min-height: 200px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

main.product > section.wrapper .subwrapper .panels .panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main.product > section.wrapper .subwrapper .panel-title {
  font-size: 1.5em;
  font-weight: bold;
}

main.product > section.wrapper .subwrapper .radio {
  display: none;
}

main.product > section.wrapper .ootb-tabcordion {
  width: 100%;
}

main.product > section.wrapper .ootb-tabcordion .panels {
  box-shadow: none;
  /*padding: 0 20px;*/
}

main.product > section.wrapper .ootb-tabcordion .panels div.imgsplit {
  margin: 1em;
}

main.product > section.wrapper .ootb-tabcordion.has-tabs .tabs {
  text-align: center;
  margin: 0 auto;
  display: block;
}

main.product > section.wrapper .ootb-tabcordion.has-tabs .tabs .tablinks-accordian {
  padding: 10px 20px;
}

main.product > section.wrapper .ootb-tabcordion.has-tabs .panels {
  /*box-shadow: 0 0 0.5rem #00000060;*/
  box-shadow: 0 -4px 8px -2px #00000020;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

main.product > section.wrapper .ootb-tabcordion.has-tabs .ootb-tabcordion--entry {
  min-height: 0;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
}

main.product > section.wrapper .tab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  margin: 0;
  background: #f2f2f2;
  display: inline-block;
  color: #2d2d2d;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0 0.5rem #00000060;
}

main.product > section.wrapper .tab .subtab {
  background: #f2f2f2;
}

main.product > section.wrapper .panels {
  background: #f2f2f2;
  box-shadow: 0 0 0.5rem #00000060;
  min-height: 200px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  /*padding: 20px;*/
  box-shadow: 0 -4px 8px -2px #00000020;
}

main.product > section.wrapper .panels.subpanels {
  background: #ffffff;
}

main.product > section.wrapper .panels .panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main.product > section.wrapper .panel-title {
  font-size: 1.5em;
  font-weight: bold;
}

main.product > section.wrapper .radio {
  display: none;
}

main.product > section div.imgsplit {
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  /*margin: 0 1rem 3rem;
			max-width: 900px;*/
  margin: 2em 1em;
  max-width: 1200px;
}

main.product > section div.imgsplit div {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1124px) {
  main.product > section div.imgsplit > div {
    padding: 0 0.5em;
    width: 55%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1124px) {
  main.product > section div.imgsplit > div h2 {
    font-size: 2em;
  }
}

main.product > section div.imgsplit div.item {
  display: flex;
}

main.product > section div.imgsplit div.item div.icon {
  margin: 0 1em 0 1.5em;
  width: 30px;
}

@media only screen and (max-width: 767px) {
  main.product > section div.imgsplit div.item div.icon {
    margin-left: 0;
  }
}

main.product > section div.imgsplit div.item h3 {
  color: #2d2d2d;
  font-size: 1.313em;
  font-weight: normal;
}

main.product > section div.imgsplit div.item p {
  color: #7f7f7f;
  font-size: 1.125em;
}

main.product > section div.imgsplit > a, main.product > section div.imgsplit > a > img, main.product > section div.imgsplit > img, main.product > section div.imgsplit > object, main.product > section div.imgsplit > video, main.product > section div.imgsplit > figure, main.product > section div.imgsplit > a, main.product > section div.imgsplit > div.group, main.product > section div.imgsplit object > img, main.product > section div.imgsplit > picture, main.product > section div.imgsplit > picture > img {
  flex-shrink: 0;
  margin: 1rem auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  main.product > section div.imgsplit > a, main.product > section div.imgsplit > a > img, main.product > section div.imgsplit > img, main.product > section div.imgsplit > object, main.product > section div.imgsplit > video, main.product > section div.imgsplit > figure, main.product > section div.imgsplit > a, main.product > section div.imgsplit > div.group, main.product > section div.imgsplit object > img, main.product > section div.imgsplit > picture, main.product > section div.imgsplit > picture > img {
    order: 1;
  }
}

@media (min-width: 768px) {
  main.product > section div.imgsplit > a, main.product > section div.imgsplit > a > img, main.product > section div.imgsplit > img, main.product > section div.imgsplit > object, main.product > section div.imgsplit > video, main.product > section div.imgsplit > figure, main.product > section div.imgsplit > a, main.product > section div.imgsplit > div.group, main.product > section div.imgsplit object > img, main.product > section div.imgsplit > picture, main.product > section div.imgsplit > picture > img {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1124px) {
  main.product > section div.imgsplit a.lsb-preview {
    padding: 0 0.5em;
    width: 45%;
  }
}

main.product > section div.imgsplit h2 {
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 2.438em;
  font-weight: normal;
  margin: 0;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  main.product > section div.imgsplit h2 {
    font-size: 2.375em;
  }
}

main.product > section div.imgsplit h2 > .mobileonly {
  display: none;
}

@media only screen and (max-width: 768px) {
  main.product > section div.imgsplit h2 > .mobileonly {
    /*color: #016cd4;*/
    display: initial;
  }
}

main.product > section div.imgsplit h2.blue {
  color: #016cd4;
  /*margin-top: -0.25em;*/
}

@media only screen and (max-width: 768px) {
  main.product > section div.imgsplit h2.blue {
    display: none;
  }
}

main.product > section div.imgsplit h3 {
  font-size: 1em;
  margin: 0;
}

main.product > section div.imgsplit h3 ~ p {
  margin-top: 0;
}

main.product > section div.imgsplit p.desc {
  color: #7f7f7f;
  font-size: 1.313em;
  margin: 0.75em 0 1.25em;
}

main.product > section div.imgsplit figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
}

main.product > section div.imgsplit figure > figcaption {
  font-size: 0.750em;
  margin-top: .5em;
}

main.product > section div.imgsplit > div.group {
  align-items: center;
  display: flex;
  flex-direction: column;
}

main.product > section div.imgsplit > div.group figure:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main.product > section div.imgsplit > div.group {
    flex-direction: row;
  }
  main.product > section div.imgsplit > div.group figure:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  main.product > section div.imgsplit {
    margin: 3em 1em 5em;
    flex-direction: row;
  }
  main.product > section div.imgsplit > :first-child {
    /*margin-right: 50px !important;*/
    margin-right: 60px !important;
  }
}

@media (min-width: 1024px) {
  main.product > section div.imgsplit {
    margin-left: auto;
    margin-right: auto;
  }
}

main.product > section div.consumerpurchase {
  background-color: #eaf5ff;
  padding: 4em 1em;
}

@media (min-width: 1024px) {
  main.product > section div.consumerpurchase {
    padding: 4em;
  }
}

main.product > section div.consumerpurchase > ul.purchase_options {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  max-width: 1330px;
  width: 100%;
}

@media (min-width: 1024px) {
  main.product > section div.consumerpurchase > ul.purchase_options {
    flex-direction: row;
  }
}

main.product > section div.consumerpurchase > ul.purchase_options > li {
  background: #ffffff;
  border: 1px solid #CCC;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  list-style: none outside none;
}

main.product > section div.consumerpurchase > ul.purchase_options > li:not(:last-child) {
  margin-bottom: 2em;
}

@media (min-width: 1024px) {
  main.product > section div.consumerpurchase > ul.purchase_options > li {
    flex: 1 1 32%;
  }
  main.product > section div.consumerpurchase > ul.purchase_options > li:not(:first-child) {
    margin-left: 2%;
  }
  main.product > section div.consumerpurchase > ul.purchase_options > li:not(:last-child) {
    margin-bottom: 0;
  }
}

main.product > section div.consumerpurchase > ul.purchase_options > li > .top {
  height: 35px;
  position: relative;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > .top .flag {
  background-color: #df8d0b;
  color: #ffffff;
  display: block;
  font-size: 1.5em;
  text-align: center;
  margin: -1em auto 0;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  width: 225px;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > .top .flag.blue {
  background-color: #016cd3;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > header {
  color: #2d2d2d;
  display: block;
  margin: 0 auto;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > header > h2 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > header > h2 > span.for_business {
  font-weight: 600;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > span.pricing {
  align-items: center;
  align-self: center;
  color: #016cd3;
  display: flex;
  flex-direction: row;
  font-size: 3em;
  font-weight: 700;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > span.pricing > span {
  margin: 0 .25em;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > span.pricing > span.strike {
  font-size: 0.438em;
  font-weight: 500;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > a.bvlbutton {
  align-self: center;
  margin: 1em;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .buy-button {
  display: flex;
  height: 46px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 46px;
  margin: 0.5em auto 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  width: 194px;
  margin-bottom: 0.5em;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .buy-button span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
  display: flex;
  justify-content: center;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .buy-button .btntext {
  display: flex;
  justify-content: center;
  width: 148px;
  border-radius: 10px 0 0 10px;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .buy-button .btnicon {
  border-radius: 0 10px 10px 0;
  display: block;
  padding-top: 2px;
  width: 46px;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .buy-button:hover {
  filter: brightness(1.1);
  text-decoration: none;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .button.blue {
  color: #fff;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .button.blue .btntext {
  background-color: #01a2fd;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .button.blue .btnicon {
  background-color: #3db9ff;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .button.green {
  color: #fff;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .button.green .btntext {
  background-color: #65aa29;
}

main.product > section div.consumerpurchase > ul.purchase_options > li .button.green .btnicon {
  background-color: #84cb47;
}

main.product > section div.consumerpurchase > ul.purchase_options > li p.callout {
  color: #7f7f7f;
  margin: 0 auto;
  text-align: center;
}

main.product > section div.consumerpurchase > ul.purchase_options > li div.trial {
  font-size: 0.813em;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

main.product > section div.consumerpurchase > ul.purchase_options > li div.trial a {
  color: #016cd3;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body {
  flex: 1 1 50%;
  line-height: 1.5em;
  padding: 0 1.5em 1em;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body.bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > p {
  margin: 1em 0;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > p:last-child {
  margin-bottom: 0;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > p.sysreq {
  line-height: 1.5em;
  text-align: center;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body p.upgradetxt {
  margin: 0 auto 1em;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > ul {
  margin: 0;
  padding-left: 1.5em;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > ul > li {
  list-style: disc outside none;
  margin-bottom: 0.125em;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > div.icons {
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > div.icons.consumer, main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > div.icons.business {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 0;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > div.icons.consumer > img, main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > div.icons.business > img {
  max-height: 46px;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > div.icons.odnt > img {
  max-height: 45px;
  max-width: 45px;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > div.icons.odnt > span {
  font-size: 1.5em;
  letter-spacing: 2px;
}

main.product > section div.consumerpurchase > ul.purchase_options > li > div.body > footer {
  align-self: center;
  margin: 0 0 1em 0;
  text-align: center;
}

main.product > section div.consumerpurchase.odnt {
  margin: 2em auto 2rem;
  max-width: 1250px;
}

main.product > section div.consumerpurchase.odnt > ul.purchase_options > li {
  background: #ffffff;
  border: none;
  padding: 1em 0.5em 0;
}

main.product > section div.consumerpurchase.odnt > ul.purchase_options > li > div.body {
  line-height: 1.25em;
  margin-bottom: 0.25em;
}

main.product > section div.consumerpurchase.odnt > ul.purchase_options > li > div.body h2 {
  font-weight: normal;
  line-height: 1.25em;
}

main.product > section div.consumerpurchase.odnt > ul.purchase_options > li > div.body p {
  font-size: 0.938em;
}

main.product > section div.consumerpurchase p.priceswap {
  text-align: center;
}

main.product > section div.businesspurchase {
  background-color: #eaf5ff;
  padding: 6px;
}

@media (min-width: 768px) {
  main.product > section div.businesspurchase {
    padding: 4em;
  }
}

main.product > section div.businesspurchase div.wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

main.product > section div.businesspurchase p.priceswap {
  text-align: center;
}

main.product > section div.screenshots {
  display: flex;
  font-size: 1em;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 2em;
}

main.product > section.reviews {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 1rem;
}

@media (min-width: 768px) {
  main.product > section.reviews {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 1084px;
  }
}

main.product > section.reviews h2 {
  font-size: 1.17em;
  text-align: center;
}

main.product > section.reviews > div {
  box-sizing: border-box;
}

main.product > section.reviews > div:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main.product > section.reviews > div:not(:last-child) {
    border-right: 1px solid #959595;
    padding-right: 28px;
    margin-bottom: 0;
  }
  main.product > section.reviews > div:not(:first-child) {
    margin-left: 28px;
  }
}

main.product > section.reviews div.logos {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

main.product > section.reviews div.logos > img, main.product > section.reviews div.logos > picture {
  margin: 1em;
}

main.product > section.reviews div.attention {
  align-items: center;
  border-top: 1px solid #959595;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-top: 10px;
}

main.product > section.reviews div.attention > img {
  margin-bottom: 1rem;
}

main.product > section.reviews div.attention > p {
  max-width: 430px;
}

@media (min-width: 768px) {
  main.product > section.reviews div.attention {
    flex-direction: row;
  }
  main.product > section.reviews div.attention > img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

main.product > section.reviews div.quotes {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 253px;
}

main.product .press {
  margin: 0 auto;
  border-bottom: 3px solid #ffffff;
}

main.product .press > h2 {
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 2.438em;
  font-weight: normal;
  margin: 1em auto 0.75em;
  text-align: center;
}

main.product .press > div.latest {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 1em;
}

@media (min-width: 768px) {
  main.product .press > div.latest {
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  main.product .press > div.latest {
    justify-content: space-between;
  }
}

main.product .press > div.latest article {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  margin: 0 1em 2em;
  max-width: 270px;
}

@media (min-width: 1024px) {
  main.product .press > div.latest article {
    margin-left: 0;
    margin-right: 0;
  }
}

main.product .press > div.latest article > a {
  height: 152px;
  position: relative;
  width: 270px;
}

main.product .press > div.latest article > a > span {
  background-size: contain;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

main.product .press > div.latest article > a > span.large {
  display: none;
}

main.product .press > div.latest article div.content_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

main.product .press > div.latest article div.content_wrapper > a {
  align-self: flex-end;
  color: #2D2D2D;
  background-color: #FFF;
  padding: 5px 10px;
}

main.product .press > div.latest article div.content_wrapper > a:hover {
  text-decoration: none;
}

main.product .press > div.latest article div.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 13px;
}

main.product .press > div.latest article div.content > h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

main.product .press > div.latest article div.content > p {
  flex-grow: 1;
  position: relative;
}

main.product .press > div.latest article.entertainment {
  border-top: 5px solid #D6492A;
}

main.product .press > div.latest article.entertainment > a {
  background-image: url("https://www.stardock.com/about/images/press/entertainment_article_default.png");
}

main.product .press > div.latest article.entertainment div.content > h2 > a {
  color: #016cd3;
  font-weight: 500;
}

main.product .press > div.latest article.entertainment div.content > p::after {
  background: linear-gradient(to bottom, transparent 60%, #FFEBE6);
}

main.product .press > div.latest article.software {
  border-top: 5px solid #66BC29;
}

main.product .press > div.latest article.software > a {
  background-image: url("https://www.stardock.com/about/images/press/software_article_default.png");
}

main.product .press > div.latest article.software div.content > h2 > a {
  color: #016cd3;
  font-weight: 500;
}

main.product .press > div.latest article.software div.content > p::after {
  background: linear-gradient(to bottom, transparent 60%, #F0FFE5);
}

main.product .press > div.latest article.corporate {
  border-top: 5px solid #0D4D8B;
}

main.product .press > div.latest article.corporate > a {
  background-image: url("https://www.stardock.com/about/images/press/corporate_article_default.png");
}

main.product .press > div.latest article.corporate div.content > h2 > a {
  color: #016cd3;
  font-weight: 500;
}

main.product .press > div.latest article.corporate div.content > p::after {
  background: linear-gradient(to bottom, transparent 60%, #E5F2FD);
}

div.simple-popup {
  max-width: 800px;
  min-width: 300px;
  margin: 1em;
  overflow: hidden;
}

div.simple-popup h2 {
  color: #2D2D2D;
  font: 1.25em "Segoe UI", Arial, Tahoma;
  margin: 0;
}

div.simple-popup form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 400px) {
  div.simple-popup form {
    flex-direction: row;
    justify-content: space-between;
  }
}

div.simple-popup form input {
  border: 1px solid #20619b;
  flex: 1 1 auto;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}

div.simple-popup form > button {
  margin-top: 1em;
  min-width: auto;
  white-space: nowrap;
}

@media (min-width: 400px) {
  div.simple-popup form > button {
    margin-left: 1em;
    margin-top: 0;
  }
}

div.simple-popup.downloadEmailCollection h2 {
  color: #004A8D;
}

div.simple-popup.downloadEmailCollection small {
  color: #7D7D7D;
  font-size: .75em;
}

ul.blue-sy-pager {
  display: flex;
  flex-direction: row;
  margin: .5em 0 0 33px;
  padding: 0;
}

ul.blue-sy-pager > li {
  background: url("https://cdn.stardock.us/web/ma-slider_dot.png") no-repeat center top;
  list-style: none outside none;
}

ul.blue-sy-pager > li > a {
  height: 11px;
  display: block;
  opacity: 0;
  width: 11px;
}

ul.blue-sy-pager > li:not(:last-child) {
  margin-right: 6px;
}

ul.blue-sy-pager > li.sy-active {
  background-position: center bottom;
}

/*  TABS BEGIN */
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel {
  display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab {
  background: #f2f2f2;
  color: #2d2d2d;
}

#first:checked ~ .panels #first-panel,
#second:checked ~ .panels #second-panel,
#third:checked ~ .panels #third-panel,
#fourth:checked ~ .panels #fourth-panel {
  display: block;
}

#first:checked ~ .tabs #first-tab,
#second:checked ~ .tabs #second-tab,
#third:checked ~ .tabs #third-tab,
#fourth:checked ~ .tabs #fourth-tab {
  background: #fff;
  color: #016cd3;
}

/*  TABS END */
/* BEGIN IFRAME FOR ORDER BUILDER */
#orderBuilder {
  background: none transparent;
  background-color: transparent;
  border: none;
  height: 1100px;
  width: 100%;
}

#orderBuilder html body {
  background: none transparent;
}

@media only screen and (min-width: 290px) {
  #orderBuilder {
    height: 1088px;
  }
}

@media only screen and (min-width: 335px) {
  #orderBuilder {
    height: 1030px;
  }
}

@media only screen and (min-width: 390px) {
  #orderBuilder {
    height: 1020px;
  }
}

@media only screen and (min-width: 768px) {
  #orderBuilder {
    height: 990px;
  }
}

@media only screen and (min-width: 989px) {
  #orderBuilder {
    height: 990px;
  }
}

@media only screen and (min-width: 1015px) {
  #orderBuilder {
    height: 990px;
  }
}

@media only screen and (min-width: 1086px) {
  #orderBuilder {
    height: 849px;
  }
}

@media only screen and (min-width: 1135px) {
  #orderBuilder {
    height: 820px;
  }
}

@media only screen and (min-width: 1230px) {
  #orderBuilder {
    height: 780px;
  }
}

/* END IFRAME FOR ORDER BUILDER */
/* BEGIN UPGRADE POPUP */
aside.upgradePopupPanel h2 {
  margin-bottom: 1.5em;
}

aside.upgradePopupPanel div.storeItem {
  display: flex;
  justify-content: left;
  margin: 0.5em auto;
  padding: 0.5em;
  max-width: 1300px;
}

aside.upgradePopupPanel div.storeItem:hover {
  background-color: #f2f2f2;
  border-radius: 4px;
}

aside.upgradePopupPanel div.storeItem .iconSection {
  display: inline-flex;
  margin: 0 4px;
  width: 40px;
  justify-content: left;
  align-items: start;
}

aside.upgradePopupPanel div.storeItem .iconSection img {
  max-width: 40px;
}

aside.upgradePopupPanel div.storeItem .nameSection {
  justify-content: left;
  margin: 0 0.5em;
  width: 330px;
  align-items: start;
  padding-top: 0.5em;
}

aside.upgradePopupPanel div.storeItem .nameSection .itemName {
  display: block;
  font-weight: bold;
}

aside.upgradePopupPanel div.storeItem .nameSection .itemSummary {
  max-width: 86%;
  display: inline-block;
}

aside.upgradePopupPanel div.storeItem .rowSection {
  display: none;
}

aside.upgradePopupPanel div.storeItem .priceSection {
  display: inline-flex;
  justify-content: right;
  margin: 0 0.5em;
  min-width: 40px;
  width: 70px;
  max-height: 40px;
  align-items: center;
}

aside.upgradePopupPanel div.storeItem .priceSection .pricing {
  justify-content: center;
  margin: 0;
}

aside.upgradePopupPanel div.storeItem .priceSection .pricing .strike {
  display: block !important;
}

aside.upgradePopupPanel div.storeItem .actionSection {
  display: inline-flex;
  justify-content: center;
  margin: 0 0.5em;
  width: 140px;
  align-items: start;
}

aside.upgradePopupPanel div.storeItem .actionSection a.bvlbutton {
  border-radius: 3px;
}

@media (max-width: 800px) {
  aside.upgradePopupPanel div.storeItem {
    flex-wrap: wrap;
    margin: 1em auto;
  }
  aside.upgradePopupPanel div.storeItem .iconSection {
    box-sizing: border-box;
    width: 40px;
    justify-content: flex-start;
  }
  aside.upgradePopupPanel div.storeItem .nameSection {
    box-sizing: border-box;
    flex: 1;
  }
  aside.upgradePopupPanel div.storeItem .rowSection {
    display: block;
    flex-basis: 100%;
    height: 1px;
  }
  aside.upgradePopupPanel div.storeItem .priceSection {
    box-sizing: border-box;
    width: 70px;
    display: inline-flex;
    justify-content: flex-start;
    margin-left: 50px;
    font-weight: bold;
  }
  aside.upgradePopupPanel div.storeItem .actionSection {
    box-sizing: border-box;
    flex: 1;
    display: inline-flex;
    justify-content: flex-end;
  }
  aside.upgradePopupPanel div.storeItem::after {
    content: "";
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

/* END UPGRADE POPUP */
