/*!
Theme Name: wdd-quiz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wdd-quiz
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wdd-quiz is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
@font-face {
  font-family: Corisandelight;
  src: url(fonts/CorisandeLight.ttf);
  font-weight: normal;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.show-hard {
  display: block !important;
}

br {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: checkbox;
  /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;
  /* Firefox */
  -ms-appearance: checkbox;
  /* not currently supported */
  height: 1.75em;
  width: 1.75em;
  margin: 0;
  vertical-align: sub;
  margin-right: 0.5rem;
}

input[type=radio]:after {
  content: " ";
  background-color: #FFFFFF;
  display: inline-block;
  visibility: visible;
  height: 1.75em;
  width: 1.75em;
  margin: 0;
  vertical-align: sub;
  font-size: 1em;
}

input[type=radio]:checked:after {
  content: "\2714";
  background-color: #FFFFFF;
  height: 1.75em;
  width: 1.75em;
  margin: 0;
  vertical-align: sub;
  font-size: 1em;
  padding: 10% 20%;
}

body {
  background: #eef3f9;
  font-smooth: always;
  transform: rotate(0.0deg);
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  font-family: Corisandelight;
}

a {
  color: #4b85ca !important;
}

a:visited {
  color: #4b85ca !important;
}

address {
  color: #4b85ca !important;
}

.quiz-wrapper {
  border: 20px solid white;
  min-height: 700px;
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

body {
  font-family: Corisandelight !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

@font-face {
  font-family: Corisandelight;
  font-weight: normal;
}

h1.test-2-prevent {
  color: #5c89c7;
  font-size: 3.4rem;
  font-weight: bold;
  padding-left: 3rem;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}

h2.type-2-diabetes {
  display: inline-block;
  color: #000000;
  font-size: 3.4rem;
  font-weight: bold;
  padding-left: 3rem;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0;
}

.page-template-quiz-es h2.type-2-diabetes {
  font-size: 2.5rem;
}

.page-template-quiz-fr h2.type-2-diabetes {
  font-size: 2.8rem;
}

h2.type-2-diabetes--spanish {
  display: inline-block;
  color: #000000;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 3rem;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0;
}

img.idf-logo {
  float: right;
  margin-right: 0.7rem;
  margin-top: 3rem;
}

img.logo {
  float: right;
  padding: 2.6rem;
  padding-top: 2.9rem;
  margin-right: 2rem;
  margin-top: 0rem;
}

.page-template-quiz-es img.logo {
  padding: 0rem;
  padding-top: 0rem;
  margin-right: 3rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.page-template-quiz-fr img.logo {
  float: right;
  padding: 0.6rem;
  padding-top: 3.6rem;
  margin-right: 2rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

h2.question-text {
  font-size: 2.4rem;
  color: #5c89c7;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1.5rem;
}

h2.question-text-first {
  font-size: 2.4rem;
  color: #5c89c7;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

span.instructions {
  color: black;
  font-size: 1.8rem;
}

.row-smalled {
  margin-bottom: 3rem;
}

.row-smalled--small-margin {
  margin-bottom: 1rem;
}

.qmn_mc_answer_wrap > label {
  font-size: 1.8rem;
}

.start-page__intro-text {
  font-size: 1.3rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.start-page__country-select-wrapper {
  position: relative;
  bottom: 0;
  height: 100%;
  padding-top: 8rem;
}

.page-template-quiz-es .start-page__country-select-wrapper {
  padding-top: 6rem;
}

img.start-infographic {
  padding: 0 2rem;
}

select.country-select {
  width: 100%;
  height: 3rem;
  font-size: 1.4rem;
  margin-top: 0;
  margin-left: 2rem;
}

select.country-select option {
  line-height: 1rem;
}

.country-link-wrapper {
  margin-top: 3rem;
}

a.country-link {
  display: block;
  font-size: 2rem;
  text-align: center;
  color: #4b85ca;
  transition: all 0.6s;
}

a.country-link:focus {
  outline: none;
  text-decoration: none;
}

a.country-link:hover {
  color: black !important;
  text-decoration: none;
  transform: scaleX(1.05);
}

.language-switcher {
  padding: 0rem 3rem 4rem 3.5rem;
  position: absolute;
  bottom: 2rem;
  right: 4rem;
  font-size: 1.5rem;
  color: #5c89c7;
}

.language-switcher a {
  font-size: 1.5rem;
}

.language-switcher img.language-switcher-flag {
  height: 2rem;
  padding-left: 1rem;
}

.sun-life-every-logo {
  max-width: 200px;
  position: absolute;
  right: 4.5rem;
  bottom: 1.3rem;
}

.sun-life-logo-every-wrapper-results {
  height: 100%;
}

.sun-life-every-logo-results {
  max-width: 200px;
  position: absolute;
  right: 6rem;
  bottom: 0;
}

img.bmi {
  width: 100%;
}

.row-question-content-start {
  height: 100%;
}

.row-question-content {
  height: 425px;
}

.answers-target {
  padding-left: 3rem;
}

img.age-image {
  max-width: 80%;
}

.quiz_section.question-section-id-2.slide3 .qmn_radio_answers.mlwRequiredRadio, .quiz_section.question-section-id-10.slide3 .qmn_radio_answers.mlwRequiredRadio, .quiz_section.question-section-id-18.slide3 .qmn_radio_answers.mlwRequiredRadio {
  margin-bottom: 2rem;
}

.BMI-slide__header {
  color: #4b85ca;
  margin-top: 0.2rem;
  font-weight: bold;
}

.BMI-slide__header {
  color: #4b85ca;
  margin-top: 0.2rem;
  font-weight: bold;
}

.page-template-quiz-fr .BMI-slide__header {
  font-size: 2rem;
}

.page-template-quiz-es .BMI-slide__header {
  font-size: 2rem;
}

.BMI-slide__height {
  color: #4b85ca;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.BMI-slide__weight {
  color: #4b85ca;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.BMI-slide__height-input, .BMI-slide__weight-input {
  margin-bottom: 1.5rem;
  display: block;
  font-size: 1.5rem;
  font-family: Corisandelight;
  padding: 0 0.5rem;
}

.BMI-slide__result {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 0;
}

.page-template-quiz-fr .BMI-slide__result {
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 0;
}

.BMI-slide__result-dynamic {
  font-size: 3rem;
  display: block;
}

.BMI-slide__result-figure {
  display: inline-block;
}

.BMI-slide__result-advice {
  color: black;
  font-size: 1.5rem;
}

.bmi-slide__green {
  color: green;
}

.bmi-slide__orange {
  color: orange;
}

.bmi-slide__red {
  color: red;
}

.fadin-out {
  transition: all 0s;
  opacity: 0;
  display: none;
}

.fadin-in {
  transition: all 1s;
  opacity: 1;
}

.modal.in .modal-dialog {
  height: 80vh;
  width: 80%;
  top: 5vh;
}

.modal-lg {
  width: 80% !important;
}

.modal-body img {
  clip: rect(0px, 60px, 200px, 0px);
}

.close {
  padding: 1rem !important;
}

.bmi-text {
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 2rem;
}

.modal .fade .bs-example-modal-lg {
  height: 100vh;
  width: 100vw;
}

.modal-dialog {
  width: 70%;
}

.bmi-bottom-text {
  padding-top: 3rem;
}

.men {
  font-size: 1.8rem;
  display: inline-block;
  width: 45%;
  text-align: center;
  margin-bottom: 1rem;
}

.women {
  font-size: 1.8rem;
  display: inline-block;
  width: 45%;
  text-align: center;
  margin-bottom: 1rem;
}

span.half {
  display: inline-block;
  width: 42.5%;
  text-align: center;
}

.center-img {
  text-align: center;
}

span.new-line-for-answer {
  padding-left: 1.5rem;
}

a.mlw_qmn_quiz_link {
  position: absolute !important;
}

a.mlw_qmn_quiz_link.mlw_previous, a.mlw_qmn_quiz_link.mlw_next {
  background: white;
  color: #5d91cf;
  border: 1px solid #5d91cf;
  border-radius: 20px;
  width: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0.2rem;
  outline: none;
  bottom: 1rem;
}

a.mlw_qmn_quiz_link.mlw_previous {
  left: 30%;
}

a.mlw_qmn_quiz_link.mlw_next {
  right: 30%;
  visibility: hidden;
}

a.mlw_qmn_quiz_link.mlw_next.show-hard {
  visibility: visible;
}

.qmn_page_message {
  display: inline-block;
  position: absolute;
  left: 45.5%;
  vertical-align: middle;
  line-height: 3rem;
  font-size: 1.4rem;
  font-weight: bold;
  bottom: 1rem;
}

.hidden-signup {
  display: none;
}

h2.your-result {
  color: #5c89c7;
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 0.5rem;
}

.result-large {
  font-size: 4.2rem;
  text-align: left;
  color: #5c89c7;
  font-weight: bold;
  line-height: 1em;
  padding-top: 0.5rem;
}

.result-large span.danger-red {
  color: #e94c24;
}

.result-small {
  color: #5c89c7;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
}

.result-text {
  font-size: 1.8rem;
  text-align: left;
  line-height: 2rem;
}

.button-align-left {
  text-align: left;
}

button.finish-redirect {
  background: white;
  color: #5d91cf;
  border: 1px solid #5d91cf;
  border-radius: 20px;
  width: 158px;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.7rem 1.2rem;
  outline: none;
  bottom: 1rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}

button.find-screening {
  background: white;
  color: #5d91cf;
  border: 1px solid #5d91cf;
  border-radius: 20px;
  width: 184px;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.7rem 1.2rem;
  outline: none;
  bottom: 1rem;
  text-transform: uppercase;
  margin-left: 3rem;
}

#print-button {
  background: white;
  color: #5d91cf;
  border: 1px solid #5d91cf;
  border-radius: 20px;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.7rem 1.2rem;
  outline: none;
  bottom: 1rem;
  text-transform: uppercase;
  float: left;
  width: 200px;
  margin-bottom: 1rem;
}

.page-template-quiz-es #print-button {
  width: 290px;
}

.page-template-quiz-fr #print-button {
  width: 250px;
}

.sun-life-logo-column {
  height: 100%;
}

.sun-life-logo-column .sun-life-logo-every-wrapper {
  height: 100%;
}

.sun-life-logo-column .sun-life-logo-every-wrapper .sun-life-every-logo {
  right: 4.5rem;
  bottom: -1.7em;
}

.start-page-wrapper {
  margin-bottom: 1rem;
}

input.start-page-button {
  background: white !important;
  color: #5d91cf !important;
  border: 1px solid #5d91cf !important;
  border-radius: 20px !important;
  width: 125px !important;
  font-size: 1.6rem !important;
  text-align: center !important;
  padding: 0.5rem 1.2rem !important;
  outline: none !important;
  bottom: 1rem !important;
  text-transform: uppercase !important;
  margin-left: 2.5rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem;
  transition: all 1s;
}

input.start-page-button:hover {
  color: black !important;
  border: 1px solid black !important;
}

.page-template-quiz-es input.start-page-button {
  width: 120px !important;
}

.page-template-quiz-fr input.start-page-button {
  width: 138px !important;
}

#mlw_error_message {
  position: relative;
  font-size: 1.2rem;
  color: red;
  width: 200px;
  opacity: 1;
  transition: opacity 3s ease;
}

.qmn_error_message {
  opacity: 1;
  transition: opacity 3s ease;
}

#mlw_error_message_bottom {
  display: none;
}

input.qmn_btn {
  background: white !important;
  color: #5d91cf !important;
  border: 1px solid #5d91cf !important;
  border-radius: 20px !important;
  width: 100px !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  text-align: center !important;
  padding: 0.2rem !important;
  outline: none !important;
  bottom: 1rem !important;
  position: absolute !important;
  right: 30% !important;
  z-index: 2 !important;
  height: 30px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: Corisandelight !important;
}

.disclaimer-acknowledgment-wrapper {
  min-height: 100%;
  padding: 1rem 0;
}

.disclaimer-wrapper {
  padding: 0 0 1rem 5.4rem;
}

.disclaimer-header {
  font-size: 1.5rem;
  color: #5d91cf;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.disclaimer-text {
  font-size: 1rem;
}

.acknowledgement-wrapper {
  padding: 0 0 1rem 0;
}

.acknowledgment-header {
  font-size: 1.5rem;
  color: #5d91cf;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.acknowledgment-text {
  font-size: 1rem;
}

.sun-logo-wrapper {
  padding: 0 3rem 0 0;
}

.sun-credit {
  font-size: 1rem;
  color: #5d91cf;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

footer.footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -20px;
  background: url(img/bottom-shader.png) #f2f2f2 center top no-repeat;
}

.footer-wrapper {
  width: 60%;
  margin: 0 auto;
}

.footer-column {
  margin-bottom: 3rem;
}

.page-template-page-templatesform-php footer.footer {
  top: 0px;
}

/*footer for both home & other pages*/
.footer .row {
  padding: 40px 0 40px 0;
  margin: 0;
  background: url(img/bottom-shader.png) #f2f2f2 center top no-repeat;
}

.footer h5 {
  margin-bottom: 0.5em;
  font-family: 'corisandeboldregular', Helvetica, Sans-serif;
  font-size: 20px;
  color: #4b85ca;
  line-height: 1.35em;
  letter-spacing: 0;
  font-weight: bold;
}

.footer ul {
  width: 72%;
  font-size: 0.72em;
  text-align: left;
  padding: 0;
  margin: 0 auto;
}

.footer ul li {
  display: block;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #5c89c7;
  line-height: 3rem;
}

.footer ul.social {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.footer ul.social li {
  display: inline-block;
  border-bottom: 0;
}

.footer ul.social li a.fa {
  font-size: 3rem;
  padding: 0 1rem;
  text-decoration: none;
}

.footer a {
  font-size: 13px;
}

.footer a.fa {
  font-size: 20px;
}

address {
  font-size: 12px;
}

/* Super Large Devices, Super Wide Screens */
@media only screen and (max-width: 1600px) {
  .footer-wrapper {
    width: 84%;
  }
}

/* Super Large Devices, Super Wide Screens */
@media only screen and (max-width: 1440px) {
  .quiz-wrapper {
    border: 20px solid white;
    min-height: 700px;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 5rem;
    position: relative;
  }
  .language-switcher {
    padding: 0rem 0rem 0rem 3.5rem;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .quiz-wrapper {
    min-height: 400px;
  }
  h1.test-2-prevent {
    font-size: 2.4rem;
  }
  h2.type-2-diabetes {
    font-size: 2.4rem;
  }
  h2.type-2-diabetes--spanish {
    font-size: 2.4rem;
  }
  h2.question-text {
    font-size: 1.75rem;
  }
  .row-question-content {
    height: 100%;
    min-height: 300px;
  }
  img.start-infographic {
    max-width: 80%;
    padding: 0;
  }
  img.idf-logo {
    float: right;
    margin-right: 0.7rem;
    margin-top: 2rem;
  }
  img.logo {
    float: right;
    padding: 2.6rem;
    padding-top: 1.9rem;
    margin-right: 3rem;
    margin-top: 0rem;
  }
  img.age-image {
    max-width: 80%;
  }
  img.image-waist {
    height: 260px;
  }
  img.exercise-image {
    width: 75%;
  }
  img.blood-pressure-image {
    width: 75%;
  }
  img.blood-glucose-image {
    width: 40%;
  }
  img.family-image {
    width: 80%;
  }
  .row .row-question-content {
    margin-bottom: 3rem;
  }
  .footer-wrapper {
    width: 84%;
  }
  .col-md-12.bmi-bottom-text {
    margin-bottom: 2rem;
  }
  .page-template-quiz-fr img.logo {
    float: right;
    padding: 0.6rem;
    padding-top: 2.6rem;
    margin-right: 2rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .sun-life-every-logo-results {
    bottom: 3.1rem;
  }
  .sun-life-logo-column {
    height: 100%;
    min-height: 522px;
  }
  .sun-life-logo-column .sun-life-logo-every-wrapper {
    height: 100%;
  }
  .sun-life-logo-column .sun-life-logo-every-wrapper .sun-life-every-logo {
    right: 4.5rem;
    bottom: -1.7em;
  }
}

/* Medium Devices, Desktops */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .sun-life-every-logo {
    max-width: 200px;
    margin: 0 auto;
    position: static;
    display: block;
    margin-bottom: 8rem;
  }
  .sun-life-logo-every-wrapper-results {
    text-align: center;
  }
  .sun-life-every-logo-results {
    position: static;
    margin-top: 3rem;
  }
  .row-question-content {
    height: 100%;
    margin-bottom: 0rem;
  }
  span.instructions {
    display: block;
  }
  select.country-select {
    margin-top: 0;
  }
  input.start-page-button {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  img.start-infographic {
    height: 32rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .center-on-small {
    text-align: center;
  }
  img.logo {
    float: none;
  }
  img.idf-logo {
    float: none;
  }
  .page-template-quiz-fr img.logo {
    float: none;
    padding: 2.6rem;
    padding-top: 1.9rem;
    margin-right: 0rem;
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .page-template-quiz-fr .country-link-wrapper {
    margin-top: 0;
  }
  .page-template-quiz-fr .quiz-wrapper {
    margin-bottom: 3rem;
  }
  .page-template-quiz-fr img.start-infographic {
    padding: 0;
    margin: 3rem 0 0 0;
  }
  .page-template-quiz-fr .language-switcher {
    margin-top: 1rem;
  }
  .page-template-quiz-es img.logo {
    padding: 2.6rem;
    padding-top: 1.9rem;
    margin-right: 3rem;
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .page-template-quiz-es .country-link-wrapper {
    margin-top: 0;
  }
  .page-template-quiz-es .quiz-wrapper {
    margin-bottom: 3rem;
  }
  .page-template-quiz-es img.start-infographic {
    padding: 0;
    margin: 3rem 0 0 0;
  }
  .page-template-quiz-es .language-switcher {
    margin-top: 1rem;
  }
  .disclaimer-acknowledgment-wrapper {
    padding: 0 2rem;
  }
  .disclaimer-wrapper {
    padding: 0;
  }
  .sun-logo-wrapper {
    text-align: center;
    margin-bottom: 1rem;
  }
  .sun-logo-wrapper img {
    width: 50%;
  }
  .answers-target {
    margin-bottom: 3rem;
  }
  .age-image-column {
    text-align: center;
    margin-bottom: 3rem;
  }
  .age-image {
    width: 80%;
  }
  h2.question-text {
    margin-top: 2rem;
  }
  h2.type-2-diabetes {
    margin-bottom: 1rem;
  }
  .row-question-content {
    height: 100%;
  }
  .bmi-image {
    padding: 1rem 12rem;
  }
  .page-template-quiz-es .bmi-image {
    margin-top: 6rem;
  }
  .page-template-quiz-fr .bmi-image {
    margin-top: 6rem;
  }
  #app {
    height: 260px;
  }
  .quiz_section.question-section-id-3.slide4 > .qmn_radio_answers.mlwRequiredRadio {
    text-align: center;
  }
  .waist-image-column {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .image-waist {
    width: initial;
    margin-top: 2rem;
    margin-top: 0;
  }
  .exercise-image-column {
    text-align: center;
    margin-bottom: 3rem;
  }
  .exercise-image {
    width: 70%;
    padding-top: 0rem;
  }
  .fruit-image-column {
    text-align: center;
    margin-top: 2rem;
  }
  .fruit-image {
    width: 70%;
  }
  .blood-pressure-image-column {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .blood-pressure-image {
    width: 70%;
  }
  .blood-glucose-image-column {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .blood-glucose-image {
    width: 40%;
  }
  input.qmn_btn {
    right: 25% !important;
  }
  .family-image-column {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  img.family-image {
    width: 40%;
  }
  .qmn_page_message {
    left: 43.5%;
  }
  a.mlw_qmn_quiz_link.mlw_previous {
    left: 25%;
  }
  a.mlw_qmn_quiz_link.mlw_next {
    right: 25%;
  }
  .qmn_pagination.border.margin-bottom {
    margin-bottom: 2rem;
  }
  .center-img {
    padding: 0 3rem;
  }
  .result-large {
    font-size: 3.2rem;
  }
  .result-small {
    font-size: 2rem;
  }
  footer.footer {
    top: 0;
  }
  .sun-life-logo-column {
    min-height: 0;
  }
  .sun-life-logo-column .sun-life-logo-every-wrapper {
    margin-top: 3rem;
  }
  .fca_eoi_form_wrapper .fca_eoi_layout_postbox_wrapper .fca_eoi_layout_1_wrapper {
    padding-left: 0 !important;
  }
  .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper {
    padding-left: 0 !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .start-infographic {
    height: auto;
  }
  .idf-logo {
    float: none;
  }
  .country-link-wrapper {
    margin-top: 0;
  }
  .qmn_page_message {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
  }
  a.mlw_qmn_quiz_link.mlw_previous {
    left: 10%;
  }
  a.mlw_qmn_quiz_link.mlw_next {
    right: 10%;
  }
  input.qmn_btn {
    right: 20% !important;
  }
  .bmi-image {
    padding: 0rem 10rem;
  }
  #app {
    height: auto;
  }
}

/* Additional breakpoint to order map key components */
@media only screen and (max-width: 680px) {
  .qmn_page_message {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
  }
  a.mlw_qmn_quiz_link.mlw_previous {
    left: 10%;
  }
  a.mlw_qmn_quiz_link.mlw_next {
    right: 10%;
  }
  input.qmn_btn {
    right: 10% !important;
  }
  .page-template-quiz-es img.logo {
    margin-right: 0;
  }
  .fca_eoi_form_wrapper .fca_eoi_layout_postbox_wrapper .fca_eoi_layout_1_wrapper {
    padding-left: 1rem !important;
  }
  .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper {
    padding-left: 1rem !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 524px) {
  .no-padding-on-small {
    padding: 0;
  }
  .no-margin-on-small {
    margin: 0;
  }
  .quiz-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
    border: none;
  }
  .idf-logo-column {
    display: block;
  }
  .logo-column {
    display: block;
  }
  .row-question-content {
    min-height: 0;
  }
  img.logo {
    margin: 0;
    padding: 2rem 0 0.5rem 0;
  }
  img.start-infographic {
    padding: 2rem 0 3rem 0;
    margin-top: 0rem;
  }
  h2.question-text {
    font-size: 2rem;
  }
  .row-smalled {
    margin-bottom: 1rem;
  }
  form#quizForm1 > .quiz_section.quiz_begin.slide1 .mlw_qmn_message_before {
    margin-bottom: -12rem;
  }
  form#quizForm1 > .quiz_section.quiz_begin.slide1 .container-fluid .row-question-content {
    margin-bottom: 0;
  }
  h1.test-2-prevent {
    font-size: 2.4rem;
    padding: 0 3rem;
    text-align: center;
  }
  h2.type-2-diabetes {
    font-size: 1.5rem;
    padding: 0 2rem;
    text-align: center;
    width: 100%;
  }
  .start-page-wrapper {
    text-align: center;
  }
  .qmn_pagination.border.margin-bottom {
    margin-bottom: 5rem;
  }
  .qmn_page_message {
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-bottom: 2rem;
    bottom: -5rem;
  }
  .language-switcher {
    display: block;
    position: static;
    margin-top: 3rem;
    text-align: center;
    padding: 0;
  }
  .page-template-quiz-es .language-switcher {
    margin-top: -3rem;
  }
  .page-template-quiz-es .disclaimer-wrapper {
    margin-top: -3rem;
  }
  .page-template-quiz-es .sun-logo-wrapper p.sun-credit {
    padding: 0 3rem;
  }
  .page-template-quiz-fr .language-switcher {
    margin-top: -3rem;
  }
  .page-template-quiz-fr .disclaimer-wrapper {
    margin-top: -3rem;
  }
  .page-template-quiz-fr .sun-logo-wrapper p.sun-credit {
    padding: 0 3rem;
  }
  .disclaimer-wrapper {
    padding: 0 0 0 4rem;
  }
  .acknowledgment-header {
    padding: 0 0 0 4rem;
  }
  .acknowledgment-text {
    padding: 0 0 0 4rem;
  }
  .sun-credit {
    padding: 0 0 0 4rem;
  }
  .footer ul.social li a.fa {
    padding: 0 0.4rem;
  }
  .sun-logo-wrapper {
    padding: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  .sun-logo-wrapper p.sun-credit {
    padding: 0;
  }
  .sun-logo-wrapper img {
    width: 80%;
  }
  .bmi-image {
    padding: 0rem 8rem;
  }
  .fca_eoi_form_wrapper .fca_eoi_layout_postbox_wrapper .fca_eoi_layout_1_wrapper {
    padding-left: 1rem !important;
  }
  .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper {
    padding-left: 0 !important;
  }
  .page-template-quiz-es .bmi-image {
    margin-top: 1rem;
  }
  .page-template-quiz-fr .bmi-image {
    margin-top: 1rem;
  }
  .fruit-image-column {
    margin-bottom: 3rem;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  button.find-screening, button.finish-redirect {
    font-size: 0.9rem;
    width: 45%;
    margin-left: 1rem;
  }
  button.finish-redirect {
    margin-left: 0;
  }
  .image-waist {
    width: auto;
    margin-top: 2rem;
  }
  .qmn_mc_answer_wrap > label {
    font-size: 1.4rem;
    box-shadow: 10px 0 0 tranparent, -10px 0 0 transparent;
  }
  .row-question-content {
    margin-bottom: 3rem;
  }
  .qmn_pagination.border.margin-bottom {
    margin-bottom: 5rem;
    padding-top: 0;
  }
  .language-switcher {
    text-align: center;
  }
  img.age-image {
    max-width: 90%;
  }
  img.image-waist {
    height: 150px;
  }
  img.exercise-image {
    width: 90%;
  }
  img.fruit-image {
    width: 90%;
  }
  img.blood-pressure-image {
    width: 90%;
  }
  img.blood-glucose-image {
    width: 70%;
  }
  img.family-image {
    width: 70%;
  }
  h2.your-result {
    padding: 0;
  }
  .result-text {
    font-size: 1.3rem;
  }
  .fca_eoi_form_wrapper .fca_eoi_layout_postbox_wrapper .fca_eoi_layout_1_wrapper {
    padding-left: 0;
  }
  .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper {
    padding-left: 0;
  }
}

/* Custom, iPhone Retina */
@media print {
  header nav, footer {
    display: none;
  }
  img.idf-logo {
    position: fixed !important;
    top: 0 !important;
    left: 2rem !important;
  }
  img.logo {
    position: fixed !important;
    top: 0 !important;
    right: 1rem !important;
  }
  h1.test-2-prevent {
    padding-left: 1rem;
    color: #5c89c7 !important;
  }
  h2.type-2-diabetes {
    padding-left: 1rem;
    color: #000000;
  }
  .answers-target {
    padding-left: 1rem;
  }
  .result-large span.danger-red {
    color: red !important;
  }
  .result-large {
    font-size: 4.2rem;
    text-align: left;
    color: #5c89c7 !important;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0.5rem;
  }
  .result-small {
    color: #5c89c7 !important;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
  }
  #print-button {
    display: none !important;
  }
  .fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper {
    display: none !important;
  }
  .language-switcher {
    display: none !important;
  }
  .sun-life-logo-every-wrapper-results {
    display: none;
  }
  .sun-life-every-logo-results {
    display: none;
  }
  @page {
    size: auto;
    margin: 0mm;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
