body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

body:after {
    content: "4";
    display: none;
}

header,
footer,
section,
article,
aside,
nav,
figure,
figcaption {
    display: block;
}

img {
    border: none;
}

button,
html.touch button {
    background: #a8b75c;
    color: #fff;
    font-family: gotham, Arial, sans-serif;
    font-size: 18px;
    border: none;
    padding: 0 20px;
    line-height: 32px;
    margin: 30px 0 0 0;
    cursor: pointer;
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button:hover {
    background: #8d9b45;
}

div.page {
    position: relative;
    width: 1368px;
    padding: 30px 15px;
    margin: 0 auto;
}

div.slider {
    display: none;
}

div.canvas {
    display: none;
    opacity: 0;
    background: #999;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

/*===== fonts ===============================================================*/

@font-face {
    font-family: 'arnhem-blond';
    src: url(../fonts/arnhem-blond.eot);
    src: url(../fonts/arnhem-blond.eot?#iefix) format('embedded-opentype'),
    url(../fonts/arnhem-blond.woff2) format('woff2'),
    url(../fonts/arnhem-blond.woff) format('woff'),
    url(../fonts/arnhem-blond.ttf) format('truetype'),
    url(../fonts/arnhem-blond.svg#arnhemblond) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arnhem-blonditalic';
    src: url(../fonts/arnhem-blonditalic.eot);
    src: url(../fonts/arnhem-blonditalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/arnhem-blonditalic.woff2) format('woff2'),
    url(../fonts/arnhem-blonditalic.woff) format('woff'),
    url(../fonts/arnhem-blonditalic.ttf) format('truetype'),
    url(../fonts/arnhem-blonditalic.svg#arnhemblonditalic) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arnhem-black';
    src: url(../fonts/arnhem-black.eot);
    src: url(../fonts/arnhem-black.eot?#iefix) format('embedded-opentype'),
    url(../fonts/arnhem-black.woff2) format('woff2'),
    url(../fonts/arnhem-black.woff) format('woff'),
    url(../fonts/arnhem-black.ttf) format('truetype'),
    url(../fonts/arnhem-black.svg#arnhemblack) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arnhem-blackitalic';
    src: url(../fonts/arnhem-blackitalic.eot);
    src: url(../fonts/arnhem-blackitalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/arnhem-blackitalic.woff2) format('woff2'),
    url(../fonts/arnhem-blackitalic.woff) format('woff'),
    url(../fonts/arnhem-blackitalic.ttf) format('truetype'),
    url(../fonts/arnhem-blackitalic.svg#arnhemblackicalic) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url(../fonts/gotham.eot);
    src: url(../fonts/gotham.eot?#iefix) format('embedded-opentype'),
    url(../fonts/gotham.woff2) format('woff2'),
    url(../fonts/gotham.woff) format('woff'),
    url(../fonts/gotham.ttf) format('truetype'),
    url(../fonts/gotham.svg#gotham) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-italic';
    src: url(../fonts/gotham-italic.eot);
    src: url(../fonts/gotham-italic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/gotham-italic.woff2) format('woff2'),
    url(../fonts/gotham-italic.woff) format('woff'),
    url(../fonts/gotham-italic.ttf) format('truetype'),
    url(../fonts/gotham-italic.svg#gothamitalic) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-bold';
    src: url(../fonts/gotham-bold.eot);
    src: url(../fonts/gotham-bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/gotham-bold.woff2) format('woff2'),
    url(../fonts/gotham-bold.woff) format('woff'),
    url(../fonts/gotham-bold.ttf) format('truetype'),
    url(../fonts/gotham-bold.svg#gothambold) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-bolditalic';
    src: url(../fonts/gotham-bolditalic.eot);
    src: url(../fonts/gotham-bolditalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/gotham-bolditalic.woff2) format('woff2'),
    url(../fonts/gotham-bolditalic.woff) format('woff'),
    url(../fonts/gotham-bolditalic.ttf) format('truetype'),
    url(../fonts/gotham-bolditalic.svg#gothambolditalic) format('svg');
    font-weight: normal;
    font-style: normal;
}

/*===== header ==============================================================*/

header {
    padding: 0 15px;
    font-family: gotham, Arial, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header h1 {
    width: 100%;
    margin: 0 0 24px 0;
    font-size: 0;
}

header img {
    width: 100%;
    display: none;
}

header img.title4 {
    display: block;
}

header a.menu {
    display: none;
}

div.navigation {
    position: relative;
}

div.navigation:after {
    content: "";
    display: block;
    clear: both;
}

/*----- back to top ---------------------------------------------------------*/

div.top {
    position: fixed;
    width: 100%;
    height: 40px;
    background: #fff;
    top: -40px;
    left: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 10;
    transition: top 0.3s;
    display: none;
}

div.top.active {
    top: 0;
    transition: top 0.3s;
}

div.top:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 11px;
    width: 24px;
    height: 20px;
    background: url(../images/icons.svg) -80px 0 no-repeat;
}

/*----- general menu properties ---------------------------------------------*/

nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

nav li {
    padding: 0;
    margin: 0;
    float: left;
}

header a,
nav a,
nav span {
    text-decoration: none;
    color: #000;
    line-height: 36px;
    display: block;
}

header a:hover,
nav a:hover,
nav li span {
    color: #e85252;
}

html.touch header a:hover,
html.touch nav a:hover {
    color: #000;
}

nav li.active a,
html.touch li.active a {
    color: #fff;
    background: #008b9e;
}

/*----- main menu -----------------------------------------------------------*/

nav.main li {
    margin-left: 34px;
}

nav.main li:first-child {
    margin: 0;
}

nav.main li.update span {
    text-transform: none;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.2px;
}

nav.main li.menu a {
    padding: 0 10px;
}

nav.main li.menu ul {
    width: 312px;
    position: absolute;
    display: none;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.4);
}

nav.main li.menu.active {
    display: block;
}

nav.main li.menu.active ul {
    display: block;
}

nav.main li.menu li {
    display: block;
    margin: 0;
    width: 100%;
}

nav.main li.menu li a {
    color: #fff;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    font-family: gotham-bold, Arial, sans-serif;
}

nav.main li.mix a,
html.touch nav.main li.mix a {
    background: #e85252;
}

nav.main li.mix a:hover {
    background: #e53b3b;
}

nav.main li.focus a,
html.touch nav.main li.focus a {
    background: #008b9e;
}

nav.main li.focus a:hover {
    background: #007585;
}

nav.main li.facts a,
html.touch nav.main li.facts a {
    background: #a8b75c;
}

nav.main li.facts a:hover {
    background: #9dad4c;
}

nav.main li.menu ul ul {
    position: relative;
    top: 0;
}

nav.main li.menu ul ul a {
    font-family: gotham, Arial, sans-serif;
    text-transform: none;
}

/*----- language menu -------------------------------------------------------*/

nav.language {
    position: absolute;
    right: 158px;
    /*right: 78px;*/
    top: 0;
    display: inline-block;
}

nav.language li {
    margin-left: 26px;
}

nav.language  li:first-child {
    margin: 0;
}

/*----- social media and search ---------------------------------------------*/

nav a.facebook,
nav a.twitter,
nav a.email,
nav a.search {
    position: absolute;
    right: 0;
    top: 7px;
    background: url(../images/icons.svg) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -10000px;
    overflow: hidden;
}

html.nosvg nav a.facebook,
html.nosvg nav a.twitter,
html.nosvg nav a.email,
html.nosvg nav a.search {
    background-image: url(../images/icons.png)
}

nav a.search,
html.touch nav a.search {
    background-position: 0 0;
}

nav a.search:hover {
    background-position: 0 -20px;
}

nav a.twitter,
html.touch nav a.twitter  {
    background-position: -40px 0;
    right: 45px;
}

nav a.twitter:hover {
    background-position: -40px -20px;
}

nav a.facebook,
html.touch nav a.facebook  {
    background-position: -20px 0;
    right: 90px;
}

nav a.facebook:hover {
    background-position: -20px -20px;
}

nav a.email,
html.touch nav a.email  {
    background-position: -60px 0;
}

nav a.email:hover {
    background-position: -60px -20px;
}

form.search {
    margin: 0;
    padding: 0 0 0 30px;
    border: 1px solid #000;
    width: 654px;
    position: absolute;
    top: 3px;
    right: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    display: none;
}

form.search input {
    font-family: gotham, Arial, sans-serif;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 28px;
    outline: none;
    padding: 5px;
    width: 100%;
    border: none;
    background: #fff;
}

form.search button,
html.touch form.search button {
    background: url(../images/icons.svg) no-repeat;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 20px;
    height: 20px;
    text-indent: -10000px;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

html.nosvg form.search button {
    background-image: url(../images/icons.png);
}

form.search button:hover {
    background-position: 0 -20px;
    cursor: pointer;
}

/*===== content =============================================================*/

section {
    position: relative;
    margin: 0 0 40px 0;
}

header + section {
    margin-top: 60px;
}

section a,
html.touch section a {
    color: #008b9e;
    text-decoration: none;
    border-bottom: 1px dotted #008b9e;
}

section a:hover {
    color: #005763;
    border-bottom-color: #005763;
}

section.articles {
    width: 100%;
    overflow: hidden;
}

aside:after,
section:before,
section:after {
    content: "";
    display: block;
    clear: both;
}

div.column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding: 0 15px;
    float: left;
}

article {
    position: relative;
    border-bottom: 1px solid #000;
    font-family: gotham, Arial, serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-top: 30px;
    padding: 0 0 12px 0;
}

article:first-child {
    margin: 0;
}

article img {
    display: block;
    width: 100%;
}

article h2 {
    font-family: gotham-bold, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    color: #008b9e;
    border-bottom: 1px solid #000;
    padding: 0 0 12px 0;
    margin: 0;
}

article h3 {
    font-family: arnhem-black, Times, serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 130%;
    color: #000;
    margin: 0 0 2px 0;
}

article p {
    margin: 0;
}

article p + p {
    margin-top: 10px;
}

article p b {
    font-family: gotham-bold, Arial, sans-serif;
    font-weight: normal;
}

article p i {
    font-family: gotham-italic, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

article p b i {
    font-family: gotham-bolditalic, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

article sub,
article sup {
    line-height: 0;
}

section pre {
    font-family: gotham, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    white-space: normal;
}

article.main {
    border-bottom: none;
    padding-bottom: 0;
}

article.main img {
    margin: 30px 0 10px 0;
}

article.main h2 {
    margin-top: -4px;
}

article.main div.lottery {
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}

article a.more,
div.search a.more {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    background: #fff;
    border: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

article a.more:hover,
div.search a.more:hover {
    background: #ccc;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

html.touch article a.more:hover,
html.touch div.search a.more:hover {
    background: transparent;
    opacity: 0;
}

div.separator {
    border-top: 1px solid #000;
    font-family: gotham, Arial, sans-serif;
    font-size: 16px;
    margin: 0 15px 30px 15px;
    padding: 30px 0 0 0;
}

/*----- tags ----------------------------------------------------------------*/

span.tag {
    display: inline-block;
    font-family: gotham-bold, Arial, sans-serif;
    font-size: 14px;
    color: #008b9e;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
}

span.lottery {
    display: block;
    overflow: hidden;
}

span.tag:first-child {
    margin-top: 0;
}

span.mix,
span.focus,
span.facts {
    background: #e85252;
    color: #fff;
    padding: 0 6px;
    margin: 10px 0;
    min-width: 58px;
    line-height: 24px;
}

span.focus {
    background: #008b9e;
}

span.facts {
    background: #a8b75c;
}

span.video {
    font-family: gotham, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-left: 12px;
    display: inline-block;
}

/*----- article -------------------------------------------------------------*/

section.article {
    width: 996px;
    padding: 0 15px;
    float: left;
    font-family: arnhem-blond, Times, serif;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.2px;
}

section.article i {
    font-family: arnhem-blonditalic, Times, serif;
    font-style: normal;
}

section.article b {
    font-family: arnhem-black, Times, serif;
    font-style: normal;
}

aside {
    width: 312px;
    padding: 0 15px;
    float: left;
    margin: 60px 0 0 0;
}

section.article span.tag {
    margin-top: 40px;
}

section.article span.tag:first-child {
    margin-top: 0;
}

section.article h2 {
    font-family: arnhem-black, Times, serif;
    font-size: 45px;
    font-weight: normal;
    line-height: 45px;
    width: 70%;
    margin: 30px 0;
}

span.tag + h2 {
    margin-top: 10px;
}

section.article h2:first-child {
    margin-top: 0;
}

section.article div.content {
    margin-top: 50px;
}

section.article div.lead {
    font-family: gotham, Arial, sans-serif;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.1px;
}

section.article div.lead i {
    font-family: gotham-italic, Arial, sans-serif;
}

section.article div.lead b {
    font-family: gotham-bold, Arial, sans-serif;
    font-weight: normal;
}

section.article h3 {
    font-family: arnhem-black, Times, serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 27px;
    margin: 20px 0 0 0;
}

section.article h3:first-child {
    margin: 0;
}

section.article p,
section.article ul,
section.article ol {
    margin: 0 0 20px 0;
}

section.article p:last-child,
section.article ul:last-child,
section.article ol:last-child {
    margin: 0;
}

div.social {
    position: relative;
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #000;
}

div.social a,
html.touch div.social a {
    display: inline-block;
    float: left;
    margin-left: 40px;
    font-family: gotham, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    border: none;
}

div.social a:hover {
    color: #e85252;
}

div.social a:first-child,
html.touch div.social a:first-child {
    margin: 0;
}

div.social a:before {
    content: "";
    display: inline-block;
    background: url(../images/icons.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

html.nosvg div.social a:before {
    background-image: url(../images/icons.png);
}

div.social a.facebook:before,
html.touch div.social a.facebook:before {
    background-position: -20px 0;
    margin: 0 2px 0 -5px;
}

div.social a.facebook:hover:before {
    background-position: -20px -20px;
}

div.social a.twitter:before,
html.touch div.social a.twitter:before {
    background-position: -40px 0;
}

div.social a.twitter:hover:before {
    background-position: -40px -20px;
}

div.social a.email:before,
html.touch div.social a.email:before {
    background-position: -60px 0;
}

div.social a.email:hover:before {
    background-position: -60px -20px;
}

/*----- media ---------------------------------------------------------------*/

div.media {
    position: relative;
    overflow: hidden;
    left: -15px;
    margin: 30px -30px 10px 0;
}

figure {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

figure:after {
    content: "";
    display: block;
    clear: both;
}

figcaption {
    margin: 0;
    padding: 8px 0 0 0;
    font-family: gotham, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    display: block;
    clear: both;
}

figure img,
figure video {
    width: 100%;
    float: left;
}

figure video object {
    width: 100%;
    height: auto;
    float: left;
}

div.media figure {
    width: 33.3333333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    float: left;
}

div.media figure.span2 {
    width: 66.6666667%;
}

div.media figure.span3 {
    width: 100%;
}

/*----- contact form --------------------------------------------------------*/

form {
    margin: 0;
    padding: 0;
}

label {
    display: block;
    font-family: gotham, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    margin: 30px 0 6px 0;
    color: #000;
}

input, textarea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: gotham, Arial, sans-serif;
    font-size: 16px;
    height: 28px;
    outline: none;
    padding: 5px;
    width: 100%;
    background: #eee;
    border: none;
    border-bottom: 1px solid #000;
    -webkit-text-fill-color: #000 !important;
    color: #000;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 2000px #eee inset;
}

textarea {
    height: auto;
    resize: none;
    overflow-x: hidden;
}

form h4 {
    font-family: gotham, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 30px 0 -10px 0;
}

form.progress * {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

form.progress input,
form.progress textarea {
    background: #fff;
}

form.progress input:-webkit-autofill,
form.progress textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 2000px #fff inset;
}

form button[type=submit]:after {
    content: url(../images/progress.gif);
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

form.progress button[type=submit] {
    background: url(../images/progress.gif) #a8b75c no-repeat center;
    display: block;
    padding-top: 32px;
    height: 0;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
}

form button[disabled] {
    cursor: default;
    background-color: #8d9b45;
}

form span.error {
    color: #e85252;
    font-family: gotham, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    display: block;
    margin-bottom: 6px;
}

form span.error.hidden {
    display: none;
}

/*----- search result -------------------------------------------------------*/

div.search div.item {
    border-bottom: 1px solid #000;
    padding: 0 0 6px 0;
    position: relative;
}

div.search h3,
div.search h3:first-child {
    margin: 30px 0 5px 0;
    font-size: 1.2em;
    line-height: normal;
}

div.search p {
    margin: 0;
}

/*----- quiz ----------------------------------------------------------------*/

div.quiz {
    font-family: gotham-bold, Arial, sans-serif;
    color: #fff;
    line-height: normal;
    margin: 20px 0;
}

div.quiz div.step,
div.quiz div.description {
    background: #b1b844;
    padding: 60px;
}

div.quiz div.number {
    font-size: 90px;
    margin-top: -12px;
}

div.quiz div.question,
div.quiz div.title {
    font-size: 42px;
    line-height: 50px;
    margin: 60px 0;
}

div.quiz div.question {
    width: 80%;
}

div.quiz div.question:first-child {
    margin-top: 0;
}

div.quiz img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

div.quiz div.title {
    margin: -10px 0 0 0;
}

div.quiz div.text {
    font-size: 27px;
    line-height: 34px;
    margin: 35px 0 50px 0;
}

div.quiz div.answers a,
div.quiz div.buttons a {
    display: block;
    margin-top: 35px;
    background: #e85252;
    padding: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 27px;
    line-height: 34px;
    color: #fff;
    border: none;
}

div.quiz div.buttons a {
    margin: 0;
    display: inline-block;
}

html:not(.touch) div.quiz div.answers a:hover,
html:not(.touch) div.quiz div.buttons a:hover {
    background: #e53b3b;
}

div.quiz div.answers a:active,
div.quiz div.buttons a:active {
    background: #fff;
    color: #e85252;
}

div.terms {
    color: #999;
    margin: 30px 0 0 0;
}

div.terms h5 {
    font-family: gotham-bold, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 4px 0;
}

div.terms p {
    font-size: 12px;
    font-family: gotham, Arial, sans-serif;
    margin: 0;
}

div.confirmation {
    font-family: arnhem-blond, Times, serif;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.2px;
    color: #000;
}

/*----- questions -----------------------------------------------------------*/

.question {
    display: none;
}

.question.active {
    display: block;
}

.question + .question {
    margin-top: 60px;
}

section .question h3 {
    font-family: gotham-bold, Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 30px 0;
}

.question-number {
    font-family: gotham, Arial, sans-serif;
    font-size: 18px;
    margin: 30px 0 0 0;
}

.question-answer {
    font-family: gotham-bold, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    background: #ccc;
    border-radius: 5px;
    margin: 20px 0;
    padding: 15px 20px;
    cursor: pointer;
}

body:not(.touch) .question:not(.answered) .question-answer:hover {
    background: #999;
}

.question-answer.correct {
    background: #b1b844;
}

.question-answer.wrong {
    background: #e85252;
}

.question.answered .question-answer {
    cursor: default;
}

.question-explanation {
    font-size: 16px;
    line-height: 130%;
    margin-top: 30px;
    display: none;
}

.question.answered .question-explanation {
    display: block;
}

.question-correct,
.question-wrong {
    text-transform: uppercase;
    font-family: arnhem-black, Times, serif;
    display: none;
}

.question.correct .question-correct,
.question.wrong .question-wrong {
    display: inline;
}

.questions-summary {
    display: none;
}

.questions-summary.visible {
    display: block;
}

.questions-summary-title {
    font-family: gotham-bold, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    margin: 60px 0 30px 0;
    padding: 15px 20px;
}

.questions-summary-none-correct,
.questions-summary-one-correct,
.questions-summary-many-correct {
    font-family: gotham-bold, Arial, sans-serif;
    font-size: 18px;
    display: none;
}

.questions-summary-none-correct.visible,
.questions-summary-one-correct.visible,
.questions-summary-many-correct.visible {
    display: block;
}

.questions-summary-group {
    font-family: gotham, Arial, sans-serif;
    font-size: 18px;
    line-height: 130%;
    display: none;
}

.questions-summary-group.visible {
    display: block;
}

/*===== responsive adjustments ==============================================*/

@media only screen and (max-width: 1397px) {
    body:after {
        content: "3";
    }

    html.touch div.top {
        display: block;
    }

    header img.title4 {
        display: none;
    }

    header img.title3 {
        display: block;
    }

    form.search {
        width: 312px;
    }

    div.page {
        width: 1026px;
    }

    div.column {
        width: 33.3333333%;
    }

    section.article {
        width: 654px;
    }

    section.article h2 {
        width: 90%;
    }

    div.media figure {
        width: 50%;
    }

    div.media figure.span2,
    div.media figure.span3 {
        width: 100%;
    }

    div.quiz div.question {
        width: auto;
    }
}

@media only screen and (max-width: 1055px) {
    div.page {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666667%;
    }

    aside {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333%;
    }
}

@media only screen and (max-width: 959px) {
    body:after {
        content: "2";
    }

    div.top {
        display: block;
    }

    div.page {
        left: 0;
        transition: left 0.3s;
    }

    div.slider {
        display: block;
        position: absolute;
        width: 280px;
        height: 100%;
        left: -280px;
        top: 0;
        font-family: gotham, Arial, sans-serif;
        font-size: 19px;
        text-transform: uppercase;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 20px 10px 15px;
        transition: left 0.3s;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-box-shadow: inset -5px 0 10px -5px rgba(0,0,0,0.5);
        -moz-box-shadow: inset -5px 0 10px -5px rgba(0,0,0,0.5);
        box-shadow: inset -5px 0 10px -5px rgba(0,0,0,0.5);
    }

    html.slider, html.slider body {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    html.slider div.slider {
        left: 0;
        transition: left 0.3s;
    }

    html.slider div.page {
        left: 280px;
        position: fixed;
        transition: left 0.3s;
    }

    html.slider div.canvas {
        display: block;
        opacity: 0.3;
        transition: opacity 0.3s;
    }

    html.slider section {
        pointer-events: none;
    }

    nav.main {
        width: 100%;
        height: 100%;
        position: relative;
    }

    nav.main a.facebook,
    nav.main a.twitter {
        position: absolute;
    }

    nav.main a.facebook {
        left: -4px;
        top: 50px;
    }

    nav.main a.twitter {
        left: 40px;
        top: 50px;
    }

    nav.main a.search {
        display: none;
    }

    nav.main form.search {
        display: block !important;
        left: 0;
        top: 100px;
        width: 100%;
        padding: 0 20px 0 0;
    }

    nav.main form.search button {
        right: 4px;
        left: auto;
    }

    nav.main ul {
        position: absolute;
        left: 0;
        top: 160px;
        width: 100%;
    }

    nav.main ul li {
        width: 100%;
        margin: 0;
    }

    nav.main li.update {
        position: absolute;
        top: -160px;
    }

    nav.main ul ul {
        display: block;
        top: 100px;
    }

    nav.main li.menu {
        height: 0;
        overflow: hidden;
    }

    nav.main li.menu ul {
        display: block;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    nav.language {
        right: 0;
    }

    div.navigation a.menu {
        display: inline-block;
        outline: none;
    }

    div.navigation a.menu:before,
    html.touch div.navigation a.menu:before {
        content: "";
        display: inline-block;
        width: 26px;
        height: 14px;
        margin-right: 10px;
        background: url(../images/icons.svg) no-repeat -104px 0;
    }

    div.navigation a.menu:hover:before {
        background-position: -104px -20px;
    }

    header img.title3 {
        display: none;
    }

    header img.title2 {
        display: block;
    }

    div.column {
        width: 50%;
    }

    section,
    header + section {
        margin-top: 40px;
    }

    section.article {
        width: 100%;
    }

    section.article span.tag {
        margin-top: 30px;
    }

    aside {
        display: none;
    }
}

@media only screen and (max-width: 649px) {
    div.quiz div.step,
    div.quiz div.description {
        padding: 20px;
    }

    div.quiz div.number {
        font-size: 53px;
        margin-top: -4px;
    }

    div.quiz div.question,
    div.quiz div.title {
        font-size: 25px;
        line-height: 30px;
        margin: 30px 0;
    }

    div.quiz div.title {
        margin: 0;
    }

    div.quiz div.text {
        font-size: 16px;
        line-height: 21px;
        margin: 20px 0 25px 0;
    }

    div.quiz div.answers a,
    div.quiz div.buttons a {
        font-size: 16px;
        line-height: 21px;
        margin-top: 20px;
        padding: 20px;
    }

    div.quiz div.buttons a {
        margin: 0;
    }
}

@media only screen and (max-width: 599px) {
    body:after {
        content: "1";
    }

    div.column {
        width: 100%;
    }

    div.media figure {
        width: 100%;
    }

    section,
    header + section {
        margin-top: 35px;
    }

    section.article span.tag {
        margin-top: 25px;
    }

    section.article h2 {
        width: 100%;
        font-size: 33px;
        line-height: 33px;
    }

    section.article div.lead {
        font-size: 19px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 339px) {
    div.slider {
        width: 240px;
        left: -240px;
    }

    html.slider div.page {
        left: 240px;
    }

    nav.main li.update span {
        font-size: 15px;
    }

    div.social a,
    html.touch div.social a {
        margin-left: 30px;
    }

    div.social a:first-child {
        margin-left: 0;
    }
}

@media print {
    @page {
        margin: 2cm 1cm;
    }

    body:after {
        content: "3";
    }

    div.page {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    header {
        overflow: hidden;
    }

    header nav,
    header img.title4,
    header img.title2,
    div.social {
        display: none !important;
    }

    header img.title3 {
        display: block;
    }

    aside,
    section,
    header + section {
        margin-top: 20px;
    }

    section.article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666667%
    }

    section.articles {
        overflow: visible;
    }

    aside,
    div.column {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333%;
    }

    div.column:last-child {
        display: none;
    }

    article {
        font-size: 13px;
        line-height: 16px;
    }

    article h2 {
        font-size: 20px;
        line-height: 24px;
    }

    article h3 {
        font-size: 20px;
        line-height: 24px;
    }

    section.article,
    section.article h3 {
        font-size: 16px;
        line-height: 18px;
    }

    section.article h2 {
        font-size: 28px;
        line-height: 28px;
        width: 90%;
        margin-bottom: 20px;
    }

    section.article div.lead {
        font-size: 20px;
        line-height: 23px;
        margin: 20px 0;
    }

    section.article span.tag {
        margin-top: 20px;
    }

    figcaption {
        font-size: 12px;
        line-height: 14px;
    }

    span.tag {
        font-size: 12px;
    }

    span.mix,
    span.focus,
    span.facts {
        padding: 0;
        line-height: normal;
        color: #000;
        margin-bottom: 2px;
        background: none;
    }

    div.separator {
        font-size: 12px;
    }

    div.media figure {
        width: 50%;
    }

    div.media figure.span2,
    div.media figure.span3 {
        width: 100%;
    }
}

/*===== preliminary website adjustments =====================================*/

nav.main a.facebook,
nav.main a.twitter {
    display: none;
}

nav.main a.search {
    overflow: visible;
    text-indent: 0;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: none;
    width: auto;
    top: 0;
}

html.nosvg nav.main a.search {
    background: none;
}

nav.main a.search:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 5px;
    position: relative;
    margin-left: 5px;
    background: url(../images/icons.svg) no-repeat;
}

html.nosvg nav.main a.search:after {
    background-image: url(../images/icons.png);
}

nav.main a.search:hover:after {
    background-position: 0 -20px;
}

@media only screen and (max-width: 959px) {
    nav.main form.search {
        top: 60px;
    }

    nav.main ul {
        top: 120px;
    }

    nav.main li.update {
        top: -120px;
    }
}