/* colors */
* {
  box-sizing: border-box; }

html,
body {
  background-color: #fff;
  color: #2f353d;
  font-family: 'SST-Roman', Arial, sans-serif;
  position: relative; }

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

[hidden] {
  display: none; }

h1,
h2 {
  font-family: 'SST-Medium', 'SST-Roman', Arial, sans-serif;
  font-weight: normal; }

h2 {
  font-size: 2em; }

a {
  text-decoration: none; }

p {
  color: #2f353d;
  line-height: 1.5em;
  font-family: 'SST-Roman', Arial, sans-serif;
  font-size: 1.2em; }

.button {
  background-color: #fff;
  color: #191919;
  padding: 1.5em;
  font-family: 'SST-Roman', Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  width: auto;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  margin: 1em 0;
  border-radius: 3px; }
  .button:focus {
    border: solid 1px #191919;
    color: #191919;
    transition: all 0.3s ease-in-out; }
  .button:hover {
    background-color: #f8f8f9;
    color: #191919;
    transition: all 0.3s ease-in-out; }
  .button.orange {
    background-color: #dc3a1a;
    color: #fff; }
    .button.orange:focus,
    .button.orange :hover {
      background-color: #be3216;
      color: #fff;
      transition: all 0.3s ease-in-out; }
  .button.inverse {
    background-color: transparent;
    border: solid 1px #191919;
    color: #191919;
    border-radius: 3px; }
    .button.inverse:hover {
      background-color: #191919;
      color: #fff; }

.container {
  width: 92.76316%;
  max-width: 1190px;
  margin: 0 auto;
  display: block;
  overflow: hidden; }

#main {
  position: relative;
  width: 100%;
  background: #e6e6e6; }

.progress-container {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 2em; }

.m-section {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #e6e6e6;
  padding: 3em 0;
  display: block; }
  .m-section > .container {
    text-align: center; }
  .m-section .page-count {
    font-weight: bold;
    color: #191919;
    text-transform: uppercase;
    font-size: 13px;
    float: left; }
  @media (min-width: 768px) {
    .m-section {
      padding: 0; }
      .m-section.question-page .container, .m-section.intro-page .container {
        position: relative;
        text-align: center;
        height: 100vh;
        min-height: 600px;
        display: flex;
        align-items: center; } }
  .m-section .m-col-wrapper {
    position: relative;
    overflow: hidden; }
  .m-section .m-col {
    float: left; }
  .m-section .m-col5 {
    width: 20%;
    float: left; }
    @media (max-width: 768px) {
      .m-section .m-col5 {
        width: 100%;
        clear: both;
        margin: 0 auto;
        float: none; }
        .m-section .m-col5 img {
          width: 100%; } }
  .m-section .m-col4 {
    width: 25%;
    float: left; }
    @media (max-width: 768px) {
      .m-section .m-col4 {
        width: 100%;
        clear: both;
        margin: 0 auto;
        float: none; } }
  .m-section .m-col4.span3 {
    width: 75%;
    float: left; }
    @media (max-width: 768px) and (orientation: portrait) {
      .m-section .m-col4.span3 {
        width: 100%; } }
    @media (max-width: 576px) and (orientation: portrait) {
      .m-section .m-col4.span3 {
        width: 100%; } }
  .m-section .m-col3 {
    width: 33.33%;
    float: left; }
    @media (max-width: 768px) and (orientation: portrait) {
      .m-section .m-col3 {
        width: 100%; } }
    @media (max-width: 576px) and (orientation: portrait) {
      .m-section .m-col3 {
        width: 100%; } }
  .m-section .m-col3.span2 {
    width: 66.66%;
    float: left; }
    @media (max-width: 768px) and (orientation: portrait) {
      .m-section .m-col3.span2 {
        width: 100%; } }
    @media (max-width: 576px) and (orientation: portrait) {
      .m-section .m-col3.span2 {
        width: 100%; } }
  .m-section .m-col2 {
    width: 50%;
    float: left; }
    @media (max-width: 768px) {
      .m-section .m-col2 {
        width: 100%; } }
  .m-section .m-col1 {
    width: 100%; }
  .m-section.question-page {
    display: none; }

.m-section#page0 .container .m-col-wrapper .m-col {
  position: relative; }
  .m-section#page0 .container .m-col-wrapper .m-col img {
    width: 100%; }
.m-section#page0 .container h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: bold;
  margin: 2em 0 1em 0; }
.m-section#page0 .container p {
  font-size: 2em; }
.m-section#page0 .container h1,
.m-section#page0 .container h2,
.m-section#page0 .container p {
  line-height: 1.5em; }
.m-section#page0 .container .button:hover {
  background-color: mediumseagreen;
  color: #fff;
  transition: all 0.3s ease; }
@media (min-width: 768px) {
  .m-section#page0 .container .m-col-wrapper {
    display: flex;
    align-items: center; } }

.m-section#page2 .container {
  min-height: 800px; }
@media (min-width: 768px) {
  .m-section#page2 .container {
    min-height: 1000px; }
  .m-section#page2 .m-col5 {
    width: 33.33%; } }

#q1 {
  text-align: center; }

/* form styles */
.form-section .error {
  display: none;
  margin-bottom: 1em; }
  .form-section .error span {
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 2em;
    color: #fff;
    background-color: #ff6961;
    border-radius: 3px; }

fieldset {
  margin-bottom: 1em;
  border: none; }
  fieldset legend {
    font-size: 1.5em;
    margin: 0 auto 1em auto;
    line-height: 1.5em;
    font-family: 'SST-Medium', 'SST-Roman', Arial, sans-serif;
    text-align: center;
    color: #2f353d; }
    fieldset legend .hint {
      font-size: 0.65em;
      color: #4E4E4E; }
  @media (min-width: 768px) {
    fieldset .label-container {
      display: inline-block;
      margin: 0 auto;
      width: 75%; } }

fieldset > label {
  position: relative;
  margin: 0.5em;
  display: block; }
  fieldset > label img {
    width: 100%;
    display: block; }
  fieldset > label > span {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 1.5em 1.5em;
    font-size: 13px;
    font-family: 'SST-Medium', 'SST-Roman', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold; }
  @media (min-width: 768px) {
    fieldset > label {
      display: inline-block;
      width: 40%; } }
  @media (min-width: 990px) {
    fieldset > label {
      display: inline-block;
      width: 30%; } }

fieldset .label-wrap {
  position: relative;
  padding: 1em; }
  fieldset .label-wrap label {
    display: block;
    margin-bottom: 0.5em;
    cursor: pointer; }
    fieldset .label-wrap label img {
      width: 100%;
      display: block; }
    fieldset .label-wrap label > span {
      display: block;
      width: 100%;
      background-color: #fff;
      color: #191919;
      text-align: center;
      padding: 1.5em 1.5em;
      font-size: 13px;
      font-family: 'SST-Medium', 'SST-Roman', Arial, sans-serif;
      text-transform: uppercase;
      font-weight: bold; }
  fieldset .label-wrap span.small-desc {
    font-size: 0.85em;
    color: #4E4E4E; }
  fieldset .label-wrap:hover label > span {
    background-color: mediumseagreen;
    transition: all 0.3s ease-in-out;
    color: #fff; }
  @media (min-width: 768px) {
    fieldset .label-wrap.m-col4 {
      width: 25%;
      float: left; }
    fieldset .label-wrap.m-col3 {
      width: 33%;
      float: left; } }

/* radio and checkbox styling */
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer; }

input[type="radio"]:checked ~ span,
input[type="checkbox"]:checked ~ span {
  background-color: mediumseagreen;
  color: #fff; }

input[type="radio"]:checked ~ img,
input[type="checkbox"]:checked ~ img {
  opacity: 1; }

input[type="radio"] ~ img,
input[type="checkbox"] ~ img {
  opacity: 1; }

/* button row */
#button-row {
  display: none;
  width: 100%;
  text-align: center;
  padding: 0;
  position: fixed;
  bottom: 10vh;
  left: 0;
  z-index: 5; }
  #button-row .button {
    background-color: #dc3a1a;
    color: #fff;
    width: 100%;
    margin: 0; }
    @media (min-width: 500px) {
      #button-row .button {
        max-width: 300px; } }

/* modal styles */
.modal {
  position: fixed;
  height: 100vh;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  .modal article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 3em; }
    .modal article .close-row {
      text-align: right; }
      .modal article .close-row a {
        color: #000; }
        .modal article .close-row a:focus {
          outline: dotted 1px #ccc; }
    .modal article .container {
      background-color: #fff;
      color: #000;
      padding: 3em;
      border-radius: 2em; }
  @media (min-width: 768px) and (min-height: 800px) {
    .modal article {
      display: flex;
      align-items: center; } }

#results-page {
  min-height: 100vh;
  background-color: #e6e6e6; }

.m-section#results {
  display: none;
  padding: 3em 0;
  height: auto;
  min-height: 0 !important; }
  .m-section#results h1 {
    font-size: 1.5em; }
  .m-section#results #retake a {
    border: solid 2px #191919;
    margin: 1em 0.5em;
    width: 100%;
    max-width: 500px;
    position: relative; }
    .m-section#results #retake a svg {
      color: #191919;
      display: inline-block;
      margin-right: 5px;
      vertical-align: middle;
      transition: all 0.3s ease; }
    .m-section#results #retake a:hover svg {
      color: #fff;
      transition: all 0.3s ease; }
    .m-section#results #retake a span {
      display: inline-block;
      vertical-align: middle; }
  @media (min-width: 768px) {
    .m-section#results #retake a {
      width: auto;
      max-width: none; } }
  .m-section#results .m-col {
    position: relative;
    padding: 1em; }
    .m-section#results .m-col .inner {
      position: relative; }
      .m-section#results .m-col .inner img {
        width: 100%; }
      .m-section#results .m-col .inner h2 {
        font-size: 1.25em;
        font-family: 'SST-Medium', Arial, sans-serif;
        font-weight: bold; }
      .m-section#results .m-col .inner .model {
        display: block;
        font-size: 1em;
        margin: 0.5em 0 1em 0; }
      .m-section#results .m-col .inner p {
        text-align: left;
        font-size: 1em;
        margin-top: 30px; }
        .m-section#results .m-col .inner p a {
          text-decoration: underline;
          color: #2f353d; }
    @media (min-width: 768px) {
      .m-section#results .m-col.m-col1 {
        max-width: 600px;
        margin: 0 auto;
        float: none; }
      .m-section#results .m-col.m-col2 {
        padding: 2em; }
      .m-section#results .m-col.m-col3 {
        padding: 1em; } }
  .m-section#results ul.features {
    text-align: left;
    display: inline-block;
    color: #2f353d;
    line-height: 1.5em; }
    .m-section#results ul.features li {
      padding: 0.5em 0; }
  .m-section#results ul.button-row {
    list-style: none;
    padding-left: 0; }
    .m-section#results ul.button-row li {
      width: 100%; }
      .m-section#results ul.button-row li a {
        min-width: 0;
        width: 100%; }
  .m-section#results .more-info {
    margin-top: 2em;
    padding: 2em;
    background-color: #2c2c2c; }
    .m-section#results .more-info h3 {
      color: #fff;
      margin-top: 0;
      font-weight: bold;
      font-size: 1.25em; }
    .m-section#results .more-info ul {
      list-style: none;
      padding-left: 0;
      display: block;
      margin: 0; }
      .m-section#results .more-info ul li {
        padding: 0.5em 1em;
        display: block;
        text-align: left; }
        .m-section#results .more-info ul li a {
          color: #fff;
          text-decoration: underline; }
    @media (min-width: 768px) {
      .m-section#results .more-info {
        overflow: hidden; }
        .m-section#results .more-info h3 {
          display: inline-block;
          float: left;
          padding-top: 0.25em; }
        .m-section#results .more-info ul {
          display: inline-block;
          float: right; } }
    @media (min-width: 1200px) {
      .m-section#results .more-info ul li {
        display: inline-block; } }
  .m-section#results .modal .container {
    background-color: #fff; }
  .m-section#results .hidden,
  .m-section#results #oops,
  .m-section#results #raw-results,
  .m-section#results #raw-results div {
    display: none !important; }
  .m-section#results .results-wrapper {
    padding-bottom: 0;
    text-align: center; }
  .m-section#results .result-info {
    text-align: center; }
  .m-section#results #result-b-container,
  .m-section#results #result-c-container,
  .m-section#results #result-d-container {
    display: none; }
  @media (min-width: 768px) {
    .m-section#results {
      padding-top: 5em; }
      .m-section#results h1 {
        font-size: 2em; } }
  @media (min-width: 1200px) {
    .m-section#results ul.button-row {
      position: relative;
      overflow: hidden; }
      .m-section#results ul.button-row li {
        display: inline-block;
        width: 50%;
        float: left;
        padding: 0 1em; }
        .m-section#results ul.button-row li a.button {
          width: 100%; }
    .m-section#results .m-col3 ul.button-row li,
    .m-section#results .m-col4 ul.button-row li {
      display: block;
      width: 100%; } }

.help h3 {
  margin-bottom: 1em; }
.help p {
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 2em; }
.help .m-col img {
  width: 100%;
  display: block; }
.help .m-col span {
  display: block;
  text-align: center;
  margin: 0.5em 0 2em 0; }
@media (min-width: 768px) {
  .help p {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 1em auto; }
  .help .m-col-wrapper {
    display: flex;
    flex-wrap: wrap; }
  .help .m-col span {
    display: block;
    margin: 0.5em 0; } }

#retailers {
  padding: 5em 0 !important;
  font-family: 'SST-Medium', Arial, sans-serif;
  display: none;
  background-color: #fff;
  height: auto; }
  #retailers .m-col-wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
    #retailers .m-col-wrapper .m-col4 {
      width: 50%;
      float: left;
      clear: none;
      padding: 2em 0.85em;
      text-align: center; }
      #retailers .m-col-wrapper .m-col4 .store-img {
        position: relative; }
        #retailers .m-col-wrapper .m-col4 .store-img.sony img {
          background-color: #fff; }
        #retailers .m-col-wrapper .m-col4 .store-img img {
          width: 100%; }
      #retailers .m-col-wrapper .m-col4 .title {
        font-family: 'SST-Light', Arial, sans-serif;
        font-size: 1.25em;
        color: #2f353d;
        margin: 1em 0;
        min-height: 60px; }
      #retailers .m-col-wrapper .m-col4 .description {
        text-align: center;
        font-size: 13px;
        margin-top: 0;
        color: #2f353d; }
      #retailers .m-col-wrapper .m-col4 a.button {
        padding: 1em 1.5em;
        max-width: 200px;
        min-width: 0;
        width: 100%; }
    @media (min-width: 768px) {
      #retailers .m-col-wrapper .m-col4 {
        width: 25%; }
        #retailers .m-col-wrapper .m-col4 .inner img {
          max-width: 200px; } }
    @media (min-width: 1240px) {
      #retailers .m-col-wrapper .m-col4 .title {
        min-height: 0; } }

/* animation effects */
#m-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #dc3a1a;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s; }

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0px;
    opacity: 1; } }
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
.no-js #retailers {
  display: block; }

/*# sourceMappingURL=main.css.map */
