/* fonts */
/* 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: 120px;
  transition: all 0.3s ease-in-out;
  margin: 1em 0;
  border-radius: 3px; }
  .button:focus {
    border: solid 1px #191919;
    transition: all 0.3s ease-in-out; }
  .button:hover {
    background-color: mediumseagreen;
    color: #fff; }
  .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;
    margin: 1em 0.5em; }
    .button.inverse:hover {
      background-color: #2f353d;
      color: #fff; }
  @media (min-width: 768px) {
    .button {
      min-width: 200px; } }

.container {
  width: 92.76316%;
  max-width: 1190px;
  margin: 0 auto;
  display: block;
  overflow: hidden; }

/* layout */
.m-col-wrapper {
  position: relative;
  overflow: hidden; }

.m-col {
  float: left; }

.m-col5 {
  width: 20%;
  float: left; }
  @media (max-width: 768px) {
    .m-col5 {
      width: 100%;
      clear: both;
      margin: 0 auto;
      float: none; }
      .m-col5 img {
        width: 100%; } }

.m-col4 {
  width: 25%;
  float: left; }
  @media (max-width: 768px) {
    .m-col4 {
      width: 100%;
      clear: both;
      margin: 0 auto;
      float: none; } }

.m-col4.span3 {
  width: 75%;
  float: left; }
  @media (max-width: 768px) and (orientation: portrait) {
    .m-col4.span3 {
      width: 100%; } }
  @media (max-width: 576px) and (orientation: portrait) {
    .m-col4.span3 {
      width: 100%; } }

.m-col3 {
  width: 33.33%;
  float: left; }
  @media (max-width: 768px) and (orientation: portrait) {
    .m-col3 {
      width: 100%; } }
  @media (max-width: 576px) and (orientation: portrait) {
    .m-col3 {
      width: 100%; } }

.m-col3.span2 {
  width: 66.66%;
  float: left; }
  @media (max-width: 768px) and (orientation: portrait) {
    .m-col3.span2 {
      width: 100%; } }
  @media (max-width: 576px) and (orientation: portrait) {
    .m-col3.span2 {
      width: 100%; } }

.m-col2 {
  width: 50%;
  float: left; }
  @media (max-width: 768px) {
    .m-col2 {
      width: 100%; } }

.m-col1 {
  width: 100%; }

main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #e6e6e6; }

.m-section {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #e6e6e6;
  padding: 3em 0; }
  .m-section h1 {
    font-size: 2em; }
  .m-section > .container {
    text-align: center; }
  .m-section .page-count {
    font-weight: bold;
    color: #191919;
    text-transform: uppercase;
    font-size: 13px;
    float: left; }
  .m-section .progress-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1em 0 2em 0; }
    .m-section .progress-container #progress {
      display: flex;
      align-items: center; }
      .m-section .progress-container #progress span {
        display: inline-block;
        padding: 0.5em;
        text-transform: uppercase;
        font-family: 'SST-Medium', 'SST-Roman', Arial, sans-serif;
        font-weight: bold;
        color: #2f353d; }
      .m-section .progress-container #progress #progress-bar {
        display: block;
        max-width: 215px; }
        .m-section .progress-container #progress #progress-bar div.bar {
          width: 50px;
          height: 5px;
          margin-right: 5px;
          background-color: #ccc;
          float: left; }
          .m-section .progress-container #progress #progress-bar div.bar:last-child {
            margin-right: 0; }
          .m-section .progress-container #progress #progress-bar div.bar.fill {
            background-color: #191919; }
  @media (min-width: 768px) {
    .m-section {
      display: flex;
      align-items: center;
      padding: 3em 0;
      height: 800px;
      min-height: 100vh !important;
      -ms-flex-align: center; }
      .m-section .container {
        text-align: center; }
      .m-section .progress-container {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 1em 0; }
        .m-section .progress-container > .container {
          display: flex;
          align-items: center;
          justify-content: space-between; } }

.m-section {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #e6e6e6;
  padding: 3em 0; }
  .m-section h1 {
    font-size: 2em; }
  .m-section > .container {
    text-align: center; }
  .m-section .page-count {
    font-weight: bold;
    color: #191919;
    text-transform: uppercase;
    font-size: 13px;
    float: left; }
  .m-section .progress-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1em 0 2em 0; }
    .m-section .progress-container #progress {
      display: flex;
      align-items: center; }
      .m-section .progress-container #progress span {
        display: inline-block;
        padding: 0.5em;
        text-transform: uppercase;
        font-family: 'SST-Medium', 'SST-Roman', Arial, sans-serif;
        font-weight: bold;
        color: #2f353d; }
      .m-section .progress-container #progress #progress-bar {
        display: block;
        max-width: 215px; }
        .m-section .progress-container #progress #progress-bar div.bar {
          width: 50px;
          height: 5px;
          margin-right: 5px;
          background-color: #ccc;
          float: left; }
          .m-section .progress-container #progress #progress-bar div.bar:last-child {
            margin-right: 0; }
          .m-section .progress-container #progress #progress-bar div.bar.fill {
            background-color: #191919; }
  @media (min-width: 768px) {
    .m-section {
      display: flex;
      align-items: center;
      padding: 3em 0;
      height: 800px;
      min-height: 100vh !important;
      -ms-flex-align: center; }
      .m-section .container {
        text-align: center; }
      .m-section .progress-container {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 1em 0; }
        .m-section .progress-container > .container {
          display: flex;
          align-items: center;
          justify-content: space-between; } }

#intro .container .m-col-wrapper .m-col {
  position: relative; }
  #intro .container .m-col-wrapper .m-col img {
    width: 100%; }
#intro .container h1,
#intro .container h2 {
  line-height: 1.5em; }
#intro .container h2 {
  font-size: 1.75em;
  margin: 1em 0; }
@media (min-width: 768px) {
  #intro .container .m-col-wrapper {
    display: flex;
    align-items: center; } }

#q1 {
  text-align: center; }

/* .form-section 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; }

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; }
    fieldset .label-wrap label img {
      width: 100%;
      display: block; }
    fieldset .label-wrap label > span {
      display: 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; }
  fieldset .label-wrap span.small-desc {
    font-size: 0.85em;
    color: #4E4E4E; }
  @media (min-width: 768px) {
    fieldset .label-wrap.m-col4 {
      width: 25%;
      float: left; }
    fieldset .label-wrap.m-col3 {
      width: 33%;
      float: left; } }
@media (min-width: 768px) {
  fieldset .label-container {
    display: inline-block;
    margin: 0 auto;
    width: 75%; } }

/* label styling */
#q3 span.hint {
  display: none; }

/* q4 */
#q4 fieldset {
  display: none; }

/* 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; }

/* check this */
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input.button {
  min-width: 150px;
  margin: 1em 0.5em; }

#results-page {
  padding-top: 3em;
  min-height: 100vh;
  background-color: #e6e6e6; }
  #results-page .m-section {
    min-height: 0 !important;
    display: none; }
  #results-page #retake a svg {
    color: #191919;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    transition: all 0.3s ease; }
  #results-page #retake a:hover svg {
    color: #fff;
    transition: all 0.3s ease; }
  #results-page #retake a span {
    display: inline-block;
    vertical-align: middle; }

#results-page .m-section {
  display: none;
  padding: 3em 0 0 0;
  height: auto;
  min-height: 0 !important; }
  #results-page .m-section #results {
    padding-top: 5em; }
  #results-page .m-section .m-col {
    position: relative; }
    #results-page .m-section .m-col h1 {
      font-size: 1.5em; }
    #results-page .m-section .m-col .inner {
      padding: 2em;
      position: relative; }
      #results-page .m-section .m-col .inner img {
        width: 100%; }
      #results-page .m-section .m-col .inner h2 {
        font-size: 1.25em;
        font-family: 'SST-Medium', Arial, sans-serif;
        font-weight: bold;
        margin: 1em 0; }
      #results-page .m-section .m-col .inner p {
        text-align: left;
        font-size: 1em; }
        #results-page .m-section .m-col .inner p a {
          text-decoration: underline;
          color: #2f353d; }
    @media (min-width: 768px) {
      #results-page .m-section .m-col.m-col1 .inner {
        max-width: 50%;
        margin: 0 auto; }
      #results-page .m-section .m-col.m-col2 {
        padding: 2em; }
      #results-page .m-section .m-col.m-col3 {
        padding: 1em; } }
  #results-page .m-section ul.features li {
    text-align: left;
    padding: 0.5em 0;
    color: #2f353d;
    line-height: 1.5em; }
  #results-page .m-section ul.button-row {
    list-style: none;
    padding-left: 0; }
    #results-page .m-section ul.button-row li {
      width: 100%; }
      #results-page .m-section ul.button-row li .button {
        width: 100%; }
  #results-page .m-section .hidden,
  #results-page .m-section #oops,
  #results-page .m-section #raw-results,
  #results-page .m-section #raw-results div {
    display: none !important; }
  #results-page .m-section .results-wrapper {
    padding-bottom: 3em; }
  #results-page .m-section .result-info {
    text-align: center; }
  #results-page .m-section #result-b-container {
    display: none; }
  #results-page .m-section #lenses {
    background-color: #191919;
    color: #fff;
    padding: 3em 0; }
    #results-page .m-section #lenses h2 {
      color: #fff;
      margin-bottom: 0.5em; }
    #results-page .m-section #lenses p {
      color: #fff; }
    #results-page .m-section #lenses.hidden {
      display: none; }
  @media (min-width: 1200px) {
    #results-page .m-section ul.button-row {
      position: relative;
      overflow: hidden; }
      #results-page .m-section ul.button-row li {
        display: inline-block;
        width: 50%;
        float: left;
        padding: 0 1em; }
        #results-page .m-section ul.button-row li a.button {
          width: 100%; }
    #results-page .m-section .m-col3 ul.button-row li {
      display: block;
      width: 100%; } }

#retailers {
  padding: 5em 0 !important;
  font-family: 'SST-Medium', Arial, sans-serif;
  display: block;
  background-color: #fff; }
  #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; } }

/* lenses page */
#lenses-page .m-section {
  display: none; }
  #lenses-page .m-section .lens-info .inner {
    padding: 2em; }
  #lenses-page .m-section .lens-info ul.button-row {
    list-style: none;
    padding-left: 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 */
