/********************************************************/
/* GLOBAL STYLES */
/*******************************************************/
/******************************************/
/* Normalize  */
/****************************************/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/******************************************/
/* Variables  */
/****************************************/
/* Breakpoints, Spacing, and Layout */
/* Colors */
/******************************************/
/* The Grid (Skeleton)  */
/****************************************/
.row {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}
.row::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices tablet size and up devices only */
@media (min-width: 768px) {
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.columns {
    width: 8.33%;
  }
  .two.columns {
    width: 16.67%;
  }
  .three.columns {
    width: 25%;
  }
  .four.columns {
    width: 33.33%;
  }
  .five.columns {
    width: 41.67%;
  }
  .six.columns {
    width: 50%;
  }
  .seven.columns {
    width: 58.33%;
  }
  .eight.columns {
    width: 66.67%;
  }
  .nine.columns {
    width: 75%;
  }
  .ten.columns {
    width: 83.33%;
  }
  .eleven.columns {
    width: 91.67%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .offset-one.columns {
    padding-right: 8.33%;
  }
  .columns.pad-right {
    padding-right: 4%;
  }
  .columns.pad-left {
    padding-left: 4%;
  }
}
/******************************************/
/* Typography  */
/****************************************/
@font-face {
  font-family: 'Intel Clear Reg';
  src: url("../fonts/IntelClear-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear Bold';
  src: url("../fonts/IntelClear-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear Light';
  src: url("../fonts/IntelClear-Light.woff") format("woff");
}
@font-face {
  font-family: 'Intel Clear Italic';
  src: url("../fonts/IntelClear-Italic.woff") format("woff");
}
html {
  font-size: 20px;
}
body {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
a:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
a:last-child {
  margin-bottom: 0;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
li.white,
a.white,
span.white {
  color: #ffffff !important;
}
h1.sky-blue,
h2.sky-blue,
h3.sky-blue,
h4.sky-blue,
h5.sky-blue,
h6.sky-blue,
p.sky-blue,
li.sky-blue,
a.sky-blue,
span.sky-blue {
  color: #00aeef !important;
}
h1.dark-blue,
h2.dark-blue,
h3.dark-blue,
h4.dark-blue,
h5.dark-blue,
h6.dark-blue,
p.dark-blue,
li.dark-blue,
a.dark-blue,
span.dark-blue {
  color: #003c71 !important;
}
h1.intel-blue,
h2.intel-blue,
h3.intel-blue,
h4.intel-blue,
h5.intel-blue,
h6.intel-blue,
p.intel-blue,
li.intel-blue,
a.intel-blue,
span.intel-blue {
  color: #0071c5 !important;
}
h1.gold,
h2.gold,
h3.gold,
h4.gold,
h5.gold,
h6.gold,
p.gold,
li.gold,
a.gold,
span.gold {
  color: #ffb73c !important;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
p.bold,
li.bold,
a.bold,
span.bold {
  font-family: 'Intel Clear Bold';
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular,
p.regular,
li.regular,
a.regular,
span.regular {
  font-family: 'Intel Clear Reg';
}
h1.italic,
h2.italic,
h3.italic,
h4.italic,
h5.italic,
h6.italic,
p.italic,
li.italic,
a.italic,
span.italic {
  font-family: 'Intel Clear Italic';
}
h1 {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.25;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 16px;
  }
}
h2 {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 2.3em;
  line-height: 1.08;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
    line-height: 1.06;
  }
}
h3 {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  line-height: 1.06;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.2em;
    line-height: 1.09;
  }
}
h4 {
  font-family: 'Intel Clear Light', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.05;
  color: #00aeef;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.25em;
    line-height: 1.12;
  }
}
h5 {
  font-family: 'Intel Clear Bold';
  font-size: 27px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 23px;
  }
}
h6 {
  font-family: 'Intel Clear Italic';
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}
p {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1em;
    line-height: 1.18;
  }
}
p.product {
  font-family: 'Intel Clear Bold';
  font-size: 0.85em;
  line-height: 1;
  color: #414042;
}
p.legal,
span.legal,
h5.legal {
  font-size: 0.75em;
  line-height: 1.25;
}
.lead {
  font-size: 1.15em;
  line-height: 1.24;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 0.8em;
    line-height: 1.19;
  }
}
span,
ul,
li,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
ul,
li {
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
li.white,
a.white,
span.white {
  color: #ffffff !important;
}
h1.sky-blue,
h2.sky-blue,
h3.sky-blue,
h4.sky-blue,
h5.sky-blue,
h6.sky-blue,
p.sky-blue,
li.sky-blue,
a.sky-blue,
span.sky-blue {
  color: #00aeef !important;
}
h1.dark-blue,
h2.dark-blue,
h3.dark-blue,
h4.dark-blue,
h5.dark-blue,
h6.dark-blue,
p.dark-blue,
li.dark-blue,
a.dark-blue,
span.dark-blue {
  color: #003c71 !important;
}
h1.intel-blue,
h2.intel-blue,
h3.intel-blue,
h4.intel-blue,
h5.intel-blue,
h6.intel-blue,
p.intel-blue,
li.intel-blue,
a.intel-blue,
span.intel-blue {
  color: #0071c5 !important;
}
h1.gold,
h2.gold,
h3.gold,
h4.gold,
h5.gold,
h6.gold,
p.gold,
li.gold,
a.gold,
span.gold {
  color: #ffb73c !important;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
p.bold,
li.bold,
a.bold,
span.bold {
  font-family: 'Intel Clear Bold';
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular,
p.regular,
li.regular,
a.regular,
span.regular {
  font-family: 'Intel Clear Reg';
}
h1.italic,
h2.italic,
h3.italic,
h4.italic,
h5.italic,
h6.italic,
p.italic,
li.italic,
a.italic,
span.italic {
  font-family: 'Intel Clear Italic';
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*************************************************/
/* Global Site Styles and Classes */
/************************************************/
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.block-center {
  margin: 0 auto;
}
.invisible {
  opacity: 0 !important;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-with-gutter {
  background-size: calc(100% - 80px) 100%;
}
.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
#comparison-module .section-gutter {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-margin {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.section-top-margin {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-top-margin {
    margin-top: 35px;
  }
}
.section-bottom-margin {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-bottom-margin {
    margin-bottom: 35px;
  }
}
.section-top-padding {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
	section.module.processor-comparison div.result div.img-overflow-wrapper::before {
		padding-top: 70% !important;
	}
  .section-top-padding {
    padding-top: 30px;
  }
}
.section-bottom-padding {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-bottom-padding {
    padding-bottom: 30px;
  }
}
.section-gutter {
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (max-width: 1023px) {
	section.module.multivideo h2, section.module.performance h2 { font-size: 38px;}
  .section-gutter {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-gutter {
    padding-left: 24px;
    padding-right: 24px;
  }
}
div.module-content {
  max-width: 1360px;
  margin: 0 auto;
}
div.module-content.no-max {
  max-width: none;
}
div.img-overflow-wrapper {
  position: relative;
}
div.img-overflow-wrapper::before {
  content: '';
  display: block;
  width: 100%;
}
div.img-overflow-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.display-flex.direction-column {
  flex-direction: column;
}
.display-flex.justify-center {
  justify-content: center;
}
.display-flex.justify-between {
  justify-content: space-between;
}
.display-flex.justify-around {
  justify-content: space-around;
}
.display-flex.justify-start {
  justify-content: flex-start;
}
.display-flex.justify-end {
  justify-content: flex-end;
}
.display-flex.align-center {
  align-items: center;
}
.display-flex.align-start {
  align-items: flex-start;
}
.display-flex.align-end {
  align-items: flex-end;
}
.display-flex.flex-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .display-flex.responsive-column {
    flex-direction: column;
  }
  .display-flex.responsive-reverse {
    flex-direction: row-reverse;
  }
  .display-flex.direction-column.responsive-reverse,
  .display-flex.responsive-column.responsive-reverse {
    flex-direction: column-reverse;
  }
}
.display-flex > .align-start {
  align-self: flex-start;
}
.display-flex > .align-center {
  align-self: center;
}
.display-flex > .align-end {
  align-self: flex-end;
}
.display-flex > .flex-grow {
  flex: 1 !important;
}
.desktop-only {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
.tablet-only {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}
span.nowrap {
  white-space: nowrap;
}
/* Global Elements */
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
sup.prominent {
  top: -0.25em;
  font-size: 90%;
}
section.module {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
button,
a.button,
.button {
  display: inline-block;
  padding: 0.75em;
  min-width: 10em;
  border: none;
  font-size: 1em;
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #797979;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
button:focus,
a.button:focus,
.button:focus {
  outline: 0 solid transparent;
}
button.white,
a.button.white,
.button.white {
  background-color: #ffffff !important;
}
button.sky-blue,
a.button.sky-blue,
.button.sky-blue {
  background-color: #00aeef !important;
}
button.dark-blue,
a.button.dark-blue,
.button.dark-blue {
  background-color: #003c71 !important;
}
button.intel-blue,
a.button.intel-blue,
.button.intel-blue {
  background-color: #0071c5 !important;
}
button.gold,
a.button.gold,
.button.gold {
  background-color: #ffb73c !important;
}
@media screen and (max-width: 767px) {
  button,
  a.button,
  .button {
    font-size: 1em;
  }
}
a.back-to-top {
  position: absolute;
  bottom: 1em;
  right: 2em;
  font-size: 75%;
  color: #00aeef;
  z-index: 1;
}
a.back-to-top.white {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  a.back-to-top {
    right: 1em;
  }
}
a.next-section {
  display: block;
  margin: 0 auto;
  z-index: 1;
}
a.next-section:not(.relative) {
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  transform: translateX(-50%);
}
a.next-section.relative img {
  display: block;
  margin: 0 auto;
}
div.btn-close {
  position: relative;
  height: 20px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  cursor: pointer;
}
div.btn-close::before,
div.btn-close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  /* cross thickness */
  background-color: #0079FF;
}
div.btn-close.white::before,
div.btn-close.white::after {
  background-color: white;
}
div.btn-close::before {
  transform: rotate(45deg);
}
div.btn-close::after {
  transform: rotate(-45deg);
}
.with-triangle:before {
  content: '';
  position: relative;
  top: 0.125em;
  font-size: 45%;
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 0.5em;
  border-style: solid;
  border-width: 1em 0 1em 1.7em;
  border-color: transparent transparent transparent #000000;
}
.slick-slide,
.slick-track,
.slick-list,
.slick-slider {
  overflow: visible;
}
.btn-prev,
.btn-next {
  position: absolute;
  bottom: 0;
  background: #00aeef;
}
.btn-prev {
  left: 0;
  padding: 12px 14px 12px 10px;
}
.btn-next {
  right: 0;
  padding: 12px 10px 12px 14px;
}
ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  height: 50px;
  list-style-type: none;
}
ul.slick-dots li {
  margin: 7px;
}
ul.slick-dots button {
  color: transparent;
  background: transparent;
  border: 3px solid #00aeef;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  font-size: 0px;
  text-align: center;
  vertical-align: middle;
}
ul.slick-dots button:focus {
  outline: none;
}
ul.slick-dots li.slick-active button {
  background: #00aeef;
}
.slick-slide:focus {
  outline: 0;
}
div.performance-choose-wrapper {
  background-image: url('../images/performance_bg.jpg');
}
/********************************************************/
/* PARTIALS STYLES */
/*******************************************************/
nav.tabs {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
}
nav.tabs:hover div.nav-link {
  background: #144365;
  color: #A6AEB7;
}
nav.tabs div.nav-link {
  flex: 1;
  margin: 0 0.175em;
  background-color: #0071c5;
  transition: background .15s linear, color .15s linear;
}
nav.tabs div.nav-link:hover {
  background: #0071c5;
  color: white;
}
nav.tabs div.nav-link a {
  min-height: 3em;
  padding: 1em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #ffffff;
  font-size: 0.9em;
  font-family: 'Intel Clear Bold';
}
nav#page-tabs.tabs {
	margin-bottom: 6px;
}
nav#page-tabs.tabs div.nav-link{
	margin: 0;
}
nav#page-tabs.tabs div.nav-link:first-child {
	background-color: #0095db;
}
nav#page-tabs.tabs div.nav-link:last-child {
	background-color: #ffffff;
}
nav#page-tabs.tabs div.nav-link:last-child a {
	color: #003d6a;
}
nav#page-tabs.tabs div.nav-link a {
    font-size: 1.6em;
    min-height: 1em;
    padding: .2em;
}

nav#page-tabs.tabs div.nav-link a {
	
}

@media screen and (min-width: 768px) {
  nav.tabs div.nav-link:first-child {
    margin-left: 0;
  }
  nav.tabs div.nav-link:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  nav.tabs div.nav-link {
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  nav.tabs div.nav-link {
    margin: 0 0.625rem 0.625rem 0.625rem;
    font-size: 0.75em;
  }
  nav#page-tabs.tabs div.nav-link:first-child {margin-bottom: 10px;}
}
video,
.video-wrapper {
  width: 100%;
  height: auto;
}
.video-js .vjs-dock-text {
  display: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none;
}
.bc-player-default_default .vjs-big-play-button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-top: 0;
  opacity: .9;
  background-image: url('../images/video_play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: none !important;
  box-shadow: none !important;
  transition: all 200ms ease;
  transform: translateX(-50%);
}
.bc-player-default_default .vjs-big-play-button::before {
  content: "";
  display: none;
}
.bc-player-default_default .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 1;
}
.bc-iframe,
.bc-iframe body,
.bc-player-default_default,
.bc-player-default_default .vjs-poster {
  background-size: cover;
}
.bc-player-default_default .vjs-play-progress,
.bc-player-default_default .vjs-volume-level,
.bc-player-default_default .vjs-big-play-button:active,
.bc-player-default_default .vjs-big-play-button:focus,
.bc-player-default_default:active .vjs-big-play-button,
.bc-player-default_default:hover .vjs-big-play-button {
  background-color: transparent;
}
/* Customize the label (the container) */
.check-wrapper {
  font-size: 1rem;
  display: block;
  position: relative;
  padding: 0.25em;
  padding-left: 2.5em;
  margin-bottom: .8em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5em;
  width: 1.5em;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 1em;
  transition: background-color 100ms linear;
}
/* On mouse-over, add a grey background color */
.check-wrapper:hover input ~ .checkmark {
  background-color: #003c71;
}
/* When the checkbox is checked, add a blue background */
.check-wrapper input:checked ~ .checkmark {
  background-color: #003c71;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 50ms linear;
}
/* Show the checkmark when checked */
.check-wrapper input:checked ~ .checkmark::after {
  opacity: 1;
}
/* Style the checkmark/indicator */
.check-wrapper .checkmark::after {
  left: 50%;
  top: 50%;
  width: .8em;
  height: .8em;
  border-radius: 0.5em;
  background-color: #00aeef;
  transform: translate(-50%, -50%);
}
/********************************************************/
/* MODULE STYLES */
/*******************************************************/
/************************************/
/* Preloader Styles */
/************************************/
section.module.preloader {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
section.module.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.module.preloader.fadeOut {
  -webkit-animation: fadeOut 500ms ease forwards;
  animation: fadeOut 500ms ease forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/******************************************/
/* Module Styles - HEADER  */
/****************************************/
section.module.header {
  color: #ffffff;
  background-color: #101820;
  overflow-x: hidden;
}
section.module.header.bg-image {
  background-image: url('../images/header_bg.jpg');
}
section.module.header .section-gutter {
  padding-left: 24px;
}
section.module.header div.module-content {
  position: relative;
}
section.module.header img.lockup {
  position: absolute;
  bottom: 40px;
  right: 70px;
  width: 134px;
  margin-bottom: 1.5rem;
}
section.module.header h1 {
  margin: 150px 0;
}
section.module.header h1 span.large {
  font-family: 'Intel Clear Bold';
  font-size: 1.8em;
  line-height: 1;
}
section.module.header h1 span:last-child {
  line-height: 1.8;
}
section.module.header div.img-overflow-wrapper.graphic::before {
  padding-top: 78%;
}
@media screen and (min-width: 768px) {
  section.module.header h1,
  section.module.header div.img-overflow-wrapper.graphic {
    flex: 0 0 50%;
  }
  section.module.header div.img-overflow-wrapper.graphic img {
    top: 60%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
	section.module.multivideo div.content-columns button {
		padding: 0 1rem !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.header h1 {
    margin: 11vw 0;
    font-size: 2.5vw;
  }
  section.module.header img.lockup {
    width: 10vw;
    margin-bottom: 2vw;
  }
  section.module.header div.img-overflow-wrapper.graphic {
    width: 46vw;
  }
}
@media screen and (max-width: 767px) {
	section.module.header h1 span:last-child {
    line-height: 1.8;
    font-size: .9em;
}
  section.module.header h1 {
    margin: 0;
    text-align: left;
    font-size: 4.5vw;
  }
  section.module.header img.lockup {
    width: 27.8vw;
    bottom: 25px;
    right: 0.625rem;
    margin-bottom: 0;
  }
  section.module.header div.img-overflow-wrapper.graphic {
    width: 105vw;
    margin-top: 0;
    margin-left: -10vw;
    margin-bottom: 23vw;
  }
}
section.module.processors {
  position: relative;
  color: #ffffff;
  overflow-x: hidden;
}
section.module.processors.bg-image {
  background-color: #57BCF4;
  background-image: url('../images/processors_bg.jpg');
}
section.module.processors .section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.module.processors video-js .vjs-poster {
  background-image: url('../images/processors_video_poster.jpg') !important;
}
section.module.processors div.module-content > * {
  width: 50%;
}
section.module.processors div.main {
  position: relative;
  z-index: 1;
}
section.module.processors p.body {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 90px;
}
section.module.processors div.img-overflow-wrapper.badges {
  pointer-events: none;
  width: 375px;
}
section.module.processors div.img-overflow-wrapper.badges::before {
  padding-top: 56%;
}
section.module.processors div.img-overflow-wrapper.badges img {
  width: 144%;
  left: -22%;
}
section.module.processors p.sub-lockup {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  section.module.processors div.core-images {
    width: 123%;
  }
  section.module.processors div.core-images > div:first-child {
    margin-right: 3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.processors div.lockup {
    width: 23.5vw;
  }
  section.module.processors p.sub-lockup {
    font-size: 1.25vw;
  }
  section.module.processors div.img-overflow-wrapper.badges {
    width: 27.5vw;
  }
}
@media screen and (max-width: 1023px) {
  section.module.processors p.body {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.module.processors {
    font-size: 100%;
  }
  section.module.processors.bg-image {
    background-image: none;
  }
  section.module.processors .bg-image {
    background-image: url('../images/processors_bg_mobile.jpg');
    background-size: 100% 100%;
  }
  section.module.processors div.module-content > * {
    width: 100%;
  }
  section.module.processors video-js.vjs-playing {
    z-index: 1;
  }
  section.module.processors video-js .vjs-poster {
    background-image: url('../images/processors_video_poster_mobile.jpg') !important;
  }
  section.module.processors video-js.video-js.vjs-fluid {
    padding-top: 177.78%;
  }
  section.module.processors div.lockup {
    padding-top: 2em;
  }
  section.module.processors p.body {
    margin-top: 50px;
    font-size: 1em;
    line-height: 1.4;
  }
  section.module.processors div.img-overflow-wrapper.badges {
    margin: auto;
    margin-top: -5.5em;
    margin-bottom: 2em;
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  section.module.processors div.img-overflow-wrapper.badges img {
    width: 125%;
    left: -20%;
  }
  section.module.processors a.next-section.mobile-only {
    position: relative;
    left: auto;
    transform: translateX(0);
    margin: 0 auto;
    bottom: auto;
  }
}
section.module.performance {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
section.module.performance * {
  color: #ffffff;
}
section.module.performance h2 {
  text-align: center;
  margin-top: 0px;
}
section.module.performance h2 span {
  white-space: nowrap;
}
section.module.performance h6 {
  font-family: 'Intel Clear Light', Helvetica, Arial, sans-serif;
  font-size: 1.65em;
  margin-top: 1rem;
}
section.module.performance h6 span {
  font-family: 'Intel Clear Bold';
}
section.module.performance p {
  margin-bottom: 5px;
  font-size: 1.3em;
}
section.module.performance p.legal {
  font-size: 12px;
  margin-top: 60px;
  max-width: 560px;
}
section.module.performance p.legal a {
  text-decoration: none;
}
section.module.performance h6,
section.module.performance p,
section.module.performance ul,
section.module.performance li {
  max-width: 620px;
}
section.module.performance .heading {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.module.performance .slide-content ul {
  list-style: disc;
  margin: 0;
  padding-left: 1em;
}
section.module.performance .slide-content ul li {
  line-height: 1.2;
  margin-top: .8em;
  margin-bottom: 0.1em;
}
section.module.performance .slide-content ul li span {
  white-space: nowrap;
  color: inherit;
}
section.module.performance .slider-nav {
  overflow: hidden;
  padding: 1.4em 0 1.4em 0;
  z-index: 1;
  position: relative;
  left: -2.5em;
  display: block;
}
section.module.performance .slider-nav button {
  background-color: inherit;
  border: none;
  outline: none;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 0.25em 1.3em;
  position: relative;
  max-width: 235px;
  white-space: normal;
  opacity: .6;
}
section.module.performance .slider-nav button.slick-current {opacity: 1; }
section.module.performance .slider-nav button:not(:first-child)::before {
  content: '';
  background: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
section.module.performance .slider-nav button::after {
  content: '';
  width: 80%;
  height: 8px;
  background: #00aeef;
  display: block;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 10%;
  bottom: -0.75em;
}
section.module.performance .slider-nav button.slick-current::after {
  opacity: 1;
}
section.module.performance .slider-nav button.slick-current {
  font-family: 'Intel Clear Bold';
}
section.module.performance .slider-nav .slick-track {
  transform: none !important;
  width: auto !important;
}
section.module.performance .slide-content div.tab-inner {
  flex-direction: row;
}
section.module.performance .slide-content div.text-wrap {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  z-index: 1;
  order: 1;
  padding-bottom: 1.5em;
}
section.module.performance .slide-content div.image-wrap {
  text-align: right;
  order: 2;
}
section.module.performance .slide-content img.tab-image {
  position: absolute;
  max-width: 44vw;
  z-index: 0;
  display: inline-block;
  right: 1rem;
  left: auto;
}
section.module.performance .slide-content img.tab-image.image-one {
  top: -20%;
}
section.module.performance .slide-content img.tab-image.image-two {
  top: -25%;
}
section.module.performance .slide-content img.tab-image.image-three {
  top: -20%;
}
section.module.performance .slider .slide-content {
  transition: opacity 1s !important;
}
@media screen and (min-width: 1024px) {
  section.module.performance .section-padding {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  section.module.performance li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1360px) {
  section.module.performance h6,
  section.module.performance p,
  section.module.performance ul,
  section.module.performance li {
    max-width: 45vw;
  }
}
@media screen and (max-width: 1023px) {
  section.module.performance div.module-content {
    font-size: 80%;
  }
  section.module.performance div.slide-content div.tab-inner {
    flex-direction: column;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.performance div.slide-content img.tab-image {
    max-width: 38vw;
  }
  section.module.performance div.slide-content img.tab-image.image-one {
    top: -5%;
  }
  section.module.performance div.slide-content img.tab-image.image-two {
    top: 0;
  }
  section.module.performance div.slide-content img.tab-image.image-three {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.module.performance div.module-content {
    font-size: 100%;
    padding-bottom: 0px !important;
  }
  section.module.performance h6,
  section.module.performance p,
  section.module.performance ul,
  section.module.performance li {
    max-width: none;
  }
  section.module.performance h2 {
    font-size: 25px;
    text-align: left;
  }
  section.module.performance h6 {
    font-size: 23px;
  }
  section.module.performance p {
    font-size: 0.9em;
    margin-top: 5px;
  }
  section.module.performance p.legal {
    margin-top: 44px;
  }
  section.module.performance .slide-content ul li {
    font-size: 0.9rem;
  }
  section.module.performance .slider-nav {
    display: none;
  }
  section.module.performance .slide-content div.text-wrap {
    order: 2;
  }
  section.module.performance .slide-content div.image-wrap {
    order: 1;
    margin-top: 0;
    text-align: center;
    height: auto;
  }
  section.module.performance .slide-content img.tab-image {
    bottom: 0 !important;
    right: auto !important;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 90%;
    width: 90% !important;
  }
  section.module.performance .slide-content img.tab-image.image-one,
  section.module.performance .slide-content img.tab-image.image-two,
  section.module.performance .slide-content img.tab-image.image-three {
    top: auto;
    bottom: auto;
  }
}
/***************************************/
/* Module Styles - Multivideo */
/*************************************/
section.module.multivideo h2 {
  text-align: center;
  
  line-height: 1.1;
  color: #ffffff;
}
section.module.multivideo div.video-columns {
  flex: 0 0 57.5%;
  position: relative;
  border-left: 2px solid #62798B;
  padding-left: 3%;
}
section.module.multivideo div.content-columns {
  flex: 0 0 42.5%;
  padding-right: 3%;
}
section.module.multivideo div.content-columns button {
  display: block;
  min-height: 70px;
  max-width: 100%;
  padding: 0 1.5rem;
  background: #00aeef;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 21px;
  font-family: 'Intel Clear Reg', Helvetica, Arial, sans-serif;
  line-height: 1.25;
  color: #003c71;
  box-shadow: none;
  white-space: normal;
}
section.module.multivideo div.content-columns button.active {
  border: 1px solid #ffffff;
  background: #003c71;
  font-family: 'Intel Clear Bold';
  color: #ffffff;
}
section.module.multivideo div.content-columns button:not(:last-child) {
  margin-bottom: 1.75em;
}
section.module.multivideo .bc-player-default_default .vjs-poster,
section.module.multivideo .bc-player-default_default .vjs-poster {
  background-image: url('../images/multivideo_poster_1.jpg') !important;
}
section.module.multivideo .bc-player-default_default[data-video-id="6205013739001"] .vjs-poster,
section.module.multivideo .bc-player-default_default[data-video-id="6205017580001"] .vjs-poster {
  background-image: url('../images/multivideo_poster_2.jpg') !important;
}
section.module.multivideo .bc-player-default_default[data-video-id="6204768545001"] .vjs-poster,
section.module.multivideo .bc-player-default_default[data-video-id="6204771278001"] .vjs-poster {
  background-image: url('../images/multivideo_poster_3.jpg') !important;
}
@media screen and (min-width: 768px) {
  section.module.multivideo .section-padding {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.module.multivideo div.content-columns button {
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
	section.module.processors p.sub-lockup{
		font-size: 1.2em;
	}
  section.module.multivideo .section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  section.module.multivideo h2 {
    font-family: 'Intel Clear Bold';
    font-size: 26px;
  }
  section.module.multivideo div.video-columns,
  section.module.multivideo div.content-columns {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  section.module.multivideo div.content-columns {
    padding-bottom: 40px;
  }
  section.module.multivideo div.content-columns button {
    font-size: 14.5px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
	min-height: 50px;
  }
  section.module.multivideo div.video-columns {
    padding-top: 40px;
    border-top: 2px solid #62798B;
    border-left: none;
  }
  section.module.multivideo .bc-player-default_default .vjs-big-play-button {
    background-size: 40%;
  }
}
/******************************************/
/* Module Styles - Choose your PC  */
/****************************************/
section.module.retail {
  overflow-x: hidden;
  position: relative;
  color: #414042;
}
section.module.retail h2 {
  margin: 0 auto 0.75em auto;
}
section.module.retail div.use-case {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  padding: 0 1.5em 0 1.5em;
  margin-left: 0px !important;
  margin-bottom: 25px;
}
section.module.retail div.use-case div.image-wrap {
  width: 100%;
  overflow: visible;
  position: relative;
  text-align: center;
}
section.module.retail div.use-case img.primary {
  width: 95%;
  max-width: 270px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
section.module.retail div.use-case h5 {
  text-align: center;
  margin: 8px auto 25px auto;
}
section.module.retail div.use-case h6 {
  max-width: 9.5em;
  margin-bottom: 10px;
}
section.module.retail div.use-case a.button {
  margin: auto auto 0 auto;
  width: 13.5em;
  max-width: 100%;
  padding: 0.75em;
  background-color: #003c71;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Intel Clear Bold';
  font-size: 1.123em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
section.module.retail div.use-case a.button:focus {
  outline: none;
}
section.module.retail div.use-case a.button span {
  position: relative;
  top: 0.0625em;
}
section.module.retail div.use-case div.processor {
  align-items: center;
  margin: 0 0 1.5em 0;
}
section.module.retail div.use-case div.processor img {
  max-width: 175px;
  width: 50%;
}
section.module.retail div.use-case div.processor div.text-block {
  margin-left: 20px;
}
section.module.retail div.use-case div.processor div.text-block p,
section.module.retail div.use-case div.processor div.text-block ul {
  margin: 0;
  padding: 0;
}
section.module.retail div.use-case div.processor div.text-block p {
  margin-bottom: 0.5em;
}
section.module.retail div.use-case div.processor div.text-block ul {
  padding-left: 1em;
}
section.module.retail div.use-case div.processor div.text-block li {
  line-height: 1.25em;
  font-size: 15px;
}
@media screen and (max-width: 1023px) {
  section.module.retail {
    font-size: 80%;
    padding-bottom: 1em;
  }
  section.module.retail div.main {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 896px) {
  section.module.retail div.use-case {
    padding: 0 1em 0 1em;
  }
  section.module.retail div.use-case div.image-wrap::after {
    display: none;
  }
  section.module.retail div.use-case div.processor img {
    width: 45%;
  }
  section.module.retail div.use-case div.processor div.text-block li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
	section.module.processor-comparison div.result.evo-result .white .block {
		display: inline !important;
		
	}
	section.module.processor-comparison a.button {
		font-size: .8em !important;
	}
  section.module.retail {
    font-size: 100%;
    padding-bottom: 0;
  }
  section.module.retail h2 {
    margin-bottom: 1.5em;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
  }
  section.module.retail div.main {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  section.module.retail div.use-case {
    height: auto !important;
    margin-top: 0;
    padding-bottom: 2.5em;
    margin-bottom: 0em;
  }
  section.module.retail div.use-case div.image-wrap::after {
    display: block;
  }
  section.module.retail div.use-case div.processor {
    margin-left: auto;
    margin-right: auto;
  }
  section.module.retail div.use-case div.processor img {
    width: 50%;
  }
  section.module.retail img.primary {
    max-width: 375px;
  }
  section.module.retail .slick-track {
    padding-bottom: 2em;
  }
}
section.module.retail .slick-list {
  overflow: hidden;
}
section.module.retail ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  margin: 0 50px;
}
section.module.retail ul.slick-dots li:first-child {
  margin-left: auto;
}
section.module.retail ul.slick-dots li:last-child {
  margin-right: auto;
}
section.module.processor-comparison.bg-image {
  background-image: url('../images/comparison_bg.jpg');
  background-position: bottom;
}
section.module.processor-comparison.show-i3 .i3-result {
  opacity: 1;
  z-index: 999;
}
section.module.processor-comparison.show-i5 .i5-result {
  opacity: 1;
  z-index: 999;
}
section.module.processor-comparison.show-i7 .i7-result {
  opacity: 1;
  z-index: 999;
}
section.module.processor-comparison.show-evo .evo-result {
  opacity: 1;
  z-index: 999;
}
section.module.processor-comparison:not(.result-hidden) img.lockup {
  opacity: 0;
}
section.module.processor-comparison div.main {
  position: relative;
  transition: height 250ms;
}
section.module.processor-comparison div.main > div {
  position: relative;
  flex: 0 0 49%;
  transition: opacity 500ms, height 0ms 500ms;
}
section.module.processor-comparison div.result {
  position: relative;
  opacity: 0;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
section.module.processor-comparison div.result p {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: .8em;
  line-height: 1.2;
}
section.module.processor-comparison div.result div.img-overflow-wrapper::before {
  padding-top: 55%;
}
section.module.processor-comparison div.result.i5-result div.img-overflow-wrapper img,
section.module.processor-comparison div.result.i7-result div.img-overflow-wrapper img {
  width: 135%;
  left: -11%;
}
section.module.processor-comparison div.result.evo-result {
  background-color: #000000;
  max-height: 100%;
}
section.module.processor-comparison div.result.evo-result div.img-overflow-wrapper::before {
  padding-top: 65%;
}
section.module.processor-comparison div.result::after {
  content: '';
  position: absolute;
  height: 2.5em;
  width: 2.5em;
  top: -2.6em;
  left: -2.6em;
  background-color: #003c71;
}
section.module.processor-comparison div.result::before {
  content: '';
  position: absolute;
  height: 1.25em;
  width: 1.25em;
  top: -3.85em;
  left: -0.1em;
  background-color: #00aeef;
}
section.module.processor-comparison div.result-inner {
  padding: 7.5%;
}
section.module.processor-comparison label {
  color: #ffffff;
}
section.module.processor-comparison div.result {
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 500ms;
  transform: translateY(-50%);
}
section.module.processor-comparison a.button {
  margin: 20px auto 0 auto;
  width: 11em;
  max-width: 100%;
  padding: 0.75em;
  background-color: #003c71;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Intel Clear Bold';
  font-size: 1.123em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  z-index: 99;
}
section.module.processor-comparison button {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-family: 'Intel Clear Bold';
  background-color: #00c7fd;
  color: #003c71;
  transition: opacity 500ms;
  z-index: 2;
}
section.module.processor-comparison .evo-result a.button {
  background-color: #ffffff;
  color: #000000;
}
section.module.processor-comparison p {
  margin: 0 auto;
  max-width: 26em;
}
section.module.processor-comparison p:first-child {
  margin-bottom: 5%;
  font-size: 21px;
  max-width: none;
}
section.module.processor-comparison p:last-child {
  margin-top: 10%;
}
section.module.processor-comparison p.invisible {
  pointer-events: none;
  user-select: none;
}
section.module.processor-comparison div.mobile-bottom-section {
  position: relative;
}
section.module.processor-comparison img.lockup {
  flex: 0 0 auto;
  transition: opacity 500ms, height 0ms 500ms;
}
@media screen and (min-width: 1024px) {
  section.module.processor-comparison:not(.result-hidden) img.lockup {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1360px) {
  section.module.processor-comparison label,
  section.module.processor-comparison p,
  section.module.processor-comparison button {
    font-size: 90%;
  }
}
@media screen and (max-width: 1360px) {
  section.module.processor-comparison div.result {
    left: 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  section.module.processor-comparison.bg-image {
    background-image: url('../images/comparison_bg_mobile.jpg');
  }
  section.module.processor-comparison.result-hidden div.result-wrapper {
    opacity: 0;
    pointer-events: none;
    user-select: none;
  }
  section.module.processor-comparison.result-hidden div.options-wrapper {
    z-index: 1;
  }
  section.module.processor-comparison.result-hidden button.comparison-clear {
    opacity: 0;
  }
  section.module.processor-comparison:not(.result-hidden) div.options-wrapper {
    opacity: 0;
    pointer-events: none;
    user-select: none;
  }
  section.module.processor-comparison:not(.result-hidden) div.result-wrapper {
    z-index: 1;
  }
  section.module.processor-comparison:not(.result-hidden) button.comparison-clear {
    opacity: 1;
  }
  section.module.processor-comparison:not(.result-hidden) button.comparison-submit {
    display: none;
  }
  section.module.processor-comparison div.module-content {
    max-width: 600px;
    margin: 0 auto;
  }
  section.module.processor-comparison div.main {
    display: block;
  }
  section.module.processor-comparison div.main div.result-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.module.processor-comparison div.main div.result-wrapper div.result {
    top: 1em;
    left: 0.5em;
    transform: translateY(0);
	max-height: none;
  }
  section.module.processor-comparison div.main div.result-wrapper div.result::before,
  section.module.processor-comparison div.main div.result-wrapper div.result::after {
    top: auto;
    font-size: 50%;
  }
  section.module.processor-comparison div.main div.result-wrapper div.result::before {
    bottom: -3.85em;
  }
  section.module.processor-comparison div.main div.result-wrapper div.result::after {
    bottom: -2.6em;
  }
  section.module.processor-comparison div.result-inner {
    padding: 5%;
  }
  section.module.processor-comparison p {
    text-align: center;
  }
  section.module.processor-comparison p:first-child {
    font-family: 'Intel Clear Italic';
  }
  section.module.processor-comparison p:last-child {
    font-family: 'Intel Clear Bold';
  }
  section.module.processor-comparison button {
    margin: 0 auto;
  }
  section.module.processor-comparison img.lockup {
    margin-top: 30px;
    width: 170px;
  }
  section.module.processor-comparison button.comparison-submit {
    background-color: #00c7fd;
    color: #003c71;
	display: block;
  }
  section.module.processor-comparison button.comparison-clear {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  section.module.processor-comparison h5 {
    font-size: 21px;
  }
  section.module.processor-comparison p,
  section.module.processor-comparison p:first-child {
    font-size: 14px;
  }
  section.module.processor-comparison label {
    font-size: 14px;
  }
  section.module.processor-comparison button {
    font-size: 14px;
  }
}
/******************************************/
/* Module Styles - LEGAL  */
/****************************************/
section.module.legal {
  background-color: #ffffff;
}
section.module.legal p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 1em;
  color: #231f20;
}
