/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #ffffff;
}

.clear {
	clear: both;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: local('Roboto Light'), url('../../fonts/roboto-light.woff2') format('woff2'), url('../../fonts/roboto-light.woff') format('woff'), url('../../fonts/roboto-light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  src: local('Roboto'), url('../../fonts/roboto-regular.woff2') format('woff2'), url('../../fonts/roboto-regular.woff') format('woff'), url('../../fonts/roboto-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: local('Roboto Medium'), url('../../fonts/roboto-medium.woff2') format('woff2'), url('../../fonts/roboto-medium.woff') format('woff'), url('../../fonts/roboto-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  src: local('Roboto Bold'), url('../../fonts/roboto-bold.woff2') format('woff2'), url('../../fonts/roboto-bold.woff') format('woff'), url('../../fonts/roboto-bold.ttf') format('truetype');
}

@media (max-width:1280px) {
  img {
    max-width: 100%;
  }
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #387a9e;
}
@media (max-width:639px) {
	body {
		font-size: 0.9em;
	}
}

a {
  text-decoration: none;
}
ul {
	padding-left: 20px;
	line-height: 1.5;
}

.button {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.5;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 45px;
  cursor: pointer;
  transition: background-color .25s ease-in-out;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 32px;
  outline: none;
  background-color: #ea2023;
}

@media (max-width:639px) {
  .button {
    display: block;
    width: 100%;
  }
}

.button:hover {
  background-color: #c00;
}

.content-zone h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.content-zone h1:not(:last-child) {
  margin-bottom: 37px;
}
@media (max-width:639px) {
	.content-zone h1 {
		font-size: 36px;
	}
}

.content-zone h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
  border-radius: 5px;
}

.content-zone h2:not(:last-child) {
  margin-bottom: 7px;
}

.content-zone h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
}

.content-zone h3:not(:last-child) {
  margin-bottom: 7px;
}

.content-zone p {
  line-height: 1.5;
  margin: 0;
}

.content-zone p:not(:last-child) {
  margin-bottom: 20px;
}

.text-red {
  color: #ea2023 !important;
}

.text-grey {
  color: #606060 !important;
}

.text-gold {
  color: #c9a04b !important;
}

.text-white {
  color: #ffffff !important;
}

.text-midblue {
  color: #254fa1 !important;
}

.text-orange {
  color: #da8228 !important;
}

.text-light {
  font-weight: 300;
}

.text-uppercase {
  text-transform: uppercase;
}

.lottery-h1 {
	width: calc(100% - 40px);
	padding: 10px 0;
/*	background-color: #00689e; */
}
.lottery-h2 {
	min-width: 50%;
	margin-top: 40px;
	padding: 10px 20px;
	border-bottom: #00507b solid 3px;
	background-color: #387a9e;
	text-align: left;
}
.lottery-note {
	min-width: 50%;
	margin-bottom: 30px;
	padding: 20px 40px;
	border: #acd6f2 solid 2px; /* da8228 */
}
.lottery-drawing-dates li {
	position: relative;
	line-height: 2.8;
}
.lottery-drawing-dates li a, .lottery-drawing-dates li span {
	display: inline-block;
	position: absolute;
	right: 0;
	min-width: 40%;
	margin: 5px;
	padding: 10px 30px;
	text-align: center;
	line-height: 1;
	border-radius: 10px;
}
@media (max-width:639px) {
	.lottery-drawing-dates li a, .lottery-drawing-dates li span {
		position: relative;
	}
}
.date-active {
	color: #ffffff;
	font-weight: bold;
	border: #f3868b solid 1px;
	background-color: #ed1c24;
	box-shadow: inset 0 0 20px #ffffff;
}
.date-inactive {
	color: #ffffff;
	border: #dbdbdb solid 1px;
	background-color: #dbdbdb;
}
.lottery-winners-list {
	margin-bottom: 20px;
	border-top: #14b1e7 solid 1px;
	border-bottom: #14b1e7 solid 1px;
	border-collapse: collapse;
}
.lottery-winners-list td {
	position: relative;
	padding: 5px 50px;
	text-align: center;
	border: 0;
	background-color: #ffffff;
}
.lottery-winners-list tr:first-child td {
	padding: 20px 50px;
	text-align: center;
	border-bottom: #14b1e7 solid 1px;
}
.lottery-winners-list tr:nth-child(odd) td, .lottery-winners-lego tr:nth-child(4n) td  {
	background-color: #f2f7fa;
}
.lottery-winners-list tr:not(:first-child):hover td {
	color: #dd1a22;
	font-weight: bold;
	background-color: #ffe06a;
}
.lottery-winners-gift {
	display: none;
	color: #dd1a22;
	font-weight: bold;
}
.lottery-winners-lego tr:nth-child(even):not(:hover) td:first-child {
	color: #14b1e7;
	font-weight: bold;
	text-decoration: underline;
}
.lottery-winners-lego tr:nth-child(even):hover + .lottery-winners-gift {
	display: table-row;
}
.lottery-winners-lego tr:nth-child(even):hover + .lottery-winners-gift td {
	background-color: #ffe06a;
}
.lottery-winners-lego tr:nth-child(even):hover td:first-child {
	font-weight: bold;
	text-decoration: none;
}

@media (max-width:639px) {
	.lottery-winners-list td {
		padding: 5px 10px;
	}
	.lottery-winners-list tr:first-child td {
		padding: 20px 10px;
	}
}


.panel {
  box-sizing: border-box;
  padding: 40px;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

@media (max-width:639px) {
  .panel {
    padding: 30px;
  }
}

.container {
  box-sizing: border-box;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container_small {
  width: 800px;
}

.container.wide {
  width: 1110px;
}

@media (max-width:1279px) {
  .container {
    width: 100%;
  }
}

.icon-list {
  margin: 0;
  padding: 15px 0;
}

.icon-list li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
}

.icon-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-coffee li:before {
  top: 4px;
  background-image: url('../../images/icon-coffee-bean.png');
}

.apple-list-large li:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  background-image: url('../../images/campaign/apple.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-list li:not(:last-child) {
  margin-bottom: 20px;
}

.info-circle {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 270px;
  height: 270px;
  padding: 45px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #3197c5;
  background-image: linear-gradient(to bottom, #155f7f, #3197c5);
  align-items: center;
  justify-content: flex-start;
}

.info-circle img {
  max-width: 100px;
}

.info-circle h4 {
  font-size: 13px;
  line-height: 2;
  margin: 0;
}

.info-circle p {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.bg-dark {
  color: #ffffff;
  line-height: 1.5;
/*  border-bottom: #005c8e solid 10px; */
  overflow: hidden;
}

.bg-midblue {
  color: #ffffff;
  line-height: 1.5;
  border-top: #254fa1 solid 10px;
}

.bg-insert {
	padding: 20px;
	border: #4495b8 solid 1px;
	border-radius: 7px;
	background-color: #cde1eb; /* cfe1e7 */
}

.bg-image {
  position: relative;
  overflow: hidden;
}

.bg-image .container {
  position: relative;
  z-index: 1;
}


.bg-image>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  user-select: none;
  pointer-events: none;
  object-fit: cover;
}
.bg-image-leftside {
  left: 0 !important;
  right: auto !important;
  min-width: 50% !important;
}
.bg-image-rightside {
  transform: scale(-1,1);
  right: 0 !important;
  left: auto !important;
  min-width: 50% !important;
}
.bg-image-motto {
  top: 30px !important;
  left: 20px !important;
  right: auto !important;
  width: 420px !important;
  min-width: auto !important;
}
.bg-midblue>img {
  top: -140px !important;
}

.bg-topimage {
  padding-top: 200px;
  background: #00689e !important;
}
.bg-topimage>img {
  bottom: auto;
  min-height: 500px;
}

.main-screen {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  box-sizing: border-box;
  height: 100vh;
  min-height: 750px;
  padding-top: 90px;
  padding-bottom: 50px;
  align-items: center;
}

@media (max-width:1279px) {
  .main-screen {
    min-height: 500px;
    padding-top: 0;
  }
}

@media (max-width:639px) {
  .main-screen {
    height: auto;
    min-height: auto;
  }
}

.main-screen .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

@media (max-width:1279px) {
  .main-screen .container {
    align-items: center;
  }
}

@media (max-width:639px) {
  .main-screen .container {
    flex-direction: column-reverse;
  }
}

.main-screen__decor {
  margin-left: -120px;
}

@media (max-width:1279px) {
  .main-screen__decor {
    margin-left: 0;
  }
}

.main-screen .content-zone {
  padding-top: 220px;
  padding-left: 25px;
}

@media (max-width:639px) {
  .main-screen .content-zone {
    padding-top: 50px;
    padding-left: 0;
  }
}

.main-screen .content-zone .button {
  margin-top: 30px;
}

.share-screen {
  padding-bottom: 50px;
}

@media (max-width:639px) {
  .share-screen {
    padding-bottom: 25px;
  }
}

.share-screen__decor {
  position: absolute;
  top: 130px;
  left: -110px;
}

@media (max-width:991px) {
  .share-screen__decor {
    left: -110px;
  }
}

@media (max-width:639px) {
  .share-screen__decor {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .share-screen__decor img {
    width: 100%;
    object-fit: contain;
  }
}

.share-screen .container {
  position: relative;
}

@media (max-width:639px) {
  .share-screen .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}

.share-screen .content-zone {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-left: auto;
  padding-top: 80px;
}

@media (max-width:639px) {
  .share-screen .content-zone {
    width: 100%;
    padding-top: 25px;
  }
}

.share-screen .content-zone .panel.panel-1st {
  width: 100%;
  margin-right: auto;
}

@media (max-width:991px) {
  .share-screen .content-zone .panel.panel-1st {
    width: 100%;
    margin-right: 0;
  }
}

.share-screen .content-zone .panel.panel-2nd {
  width: 60%;
  margin-top: -40px;
  margin-left: auto;
}

@media (max-width:991px) {
  .share-screen .content-zone .panel.panel-2nd {
    width: 80%;
  }
}

@media (max-width:639px) {
  .share-screen .content-zone .panel.panel-2nd {
    width: 100%;
    margin-top: 20px;
  }
}

.share-screen .content-zone .panel.panel-2nd p:not(:last-child) {
  margin-bottom: 0;
}

.info-screen {
  position: relative;
	padding-bottom: 15px;
	min-height: 1500px;
}
.top-banner {
	border-bottom: #f0f0f4 solid 30px;
	background-color: #f0f0f4;
}

@media (max-width:639px) {
	.info-screen {
		padding-bottom: 50px;
	}
}

.info-screen__decor {
  position: absolute;
  top: 100px;
  left: 400px;
}

@media (max-width:1279px) {
  .info-screen__decor {
    left: 400px;
  }
}

@media (max-width:991px) {
  .info-screen__decor {
    left: 300px;
  }
}

@media (max-width:639px) {
  .info-screen__decor {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
  .info-screen__decor img {
    width: 100%;
    object-fit: contain;
  }
}

.info-screen .container {
  position: relative;
	padding-top: 20px;
	padding-bottom: 0;
}
.bg-lego .container {
	padding-top: 20px;
}
.bg-lego h1 {
	padding-top: 50px;
}

@media (max-width:1279px) {
  .info-screen .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 0;
    align-items: center;
  }
}

@media (max-width:639px) {
  .info-screen .container {
    padding-top: 25px;
  }
}

.info-screen .content-zone .panel.panel-1st {
  width: 90%;
  margin-right: auto;
}

@media (max-width:991px) {
  .info-screen .content-zone .panel.panel-1st {
    width: 90%;
    margin-right: 0;
  }
}

.info-screen .content-zone .panel.panel-2nd {
  width: 60%;
  margin-top: -40px;
  margin-left: auto;
}

@media (max-width:991px) {
  .info-screen .content-zone .panel.panel-2nd {
    width: 70%;
  }
}

@media (max-width:639px) {
  .share-screen .content-zone .panel.panel-2nd {
    width: 100%;
    margin-top: 20px;
  }
}

.share-screen .content-zone .panel.panel-2nd p:not(:last-child) {
  margin-bottom: 0;
}

.info-screen__partners {
  position: absolute;
  top: 210px;
  right: -100px;
  width: 150px;
}

@media (max-width:1279px) {
  .info-screen__partners {
    position: static;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: space-around;
  }
}

@media (max-width:639px) {
  .info-screen__partners {
    flex-direction: column;
  }
}

.info-screen__partners a {
  display: block;
  cursor: default;
  transition: opacity .25s ease-in-out;
}

.info-screen__partners a:not(:last-child) {
  margin-bottom: 35px;
}

.info-screen__partners a:hover {
  opacity: .8;
}

.info-screen__partners a img {
  width: 100%;
  height: auto;
  max-height: 100px;
}

.info-screen .info-circle {
  position: absolute;
  z-index: 1;
  right: 80px;
  bottom: 0;
}

@media (max-width:1279px) {
  .info-screen .info-circle {
    position: relative;
    right: 0;
    margin-top: 20px;
  }
}

.info-screen .content-zone {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: auto;
}

@media (max-width:639px) {
  .info-screen .content-zone {
    width: 100%;
    padding: 0;
  }
}

/*
.info-screen .content-zone h2:not(:last-child) {
	margin: 40px 0;
}
*/
.info-screen .content-zone h2 {
	margin: 40px 0;
}

.order-screen {
/*  padding-top: 65px; */
  padding-bottom: 60px;
}

@media (max-width:639px) {
  .order-screen {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.order-screen h1 {
  text-align: center;
}

.order-screen .order-form {
  margin-top: 30px;
}

.order-form {
  font-size: 15px;
  color: #606060;
}

@media (max-width:639px) {
  .order-form {
    font-size: 12px;
  }
}

.order-form .button {
  display: block;
  margin-top: 25px;
  margin-left: auto;
}

.order-form__row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  box-sizing: border-box;
  min-height: 65px;
  padding: 15px 70px 16px 35px;
  border-radius: 5px;
  background-color: #fff;
  align-items: center;
}

@media (max-width:400px) {
  .order-form__row {
    flex-wrap: wrap;
  }
}

@media (max-width:639px) {
  .order-form__row .order-form__col:first-child {
    display: none;
  }
}

.order-form__row:not(:last-of-type) {
  margin-bottom: 8px;
}

.order-form__row_bold {
  font-weight: 700;
  color: #262626;
}

.order-form__row_small {
  width: 50%;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 20px;
}

@media (max-width:400px) {
  .order-form__row_small {
    width: 100%;
  }
}

.order-form__row_small .order-form__col {
  width: 50%;
  text-align: center;
}

@media (max-width:639px) {
  .order-form__row_small .order-form__col:first-child {
    display: block;
  }
}

@media (max-width:639px) {
  .order-form__row {
    padding: 10px;
  }
}

@media (max-width:400px) {
  .order-form__row {
    padding: 15px;
  }
}

.order-form__col {
  width: 16%;
  text-align: center;
}

@media (max-width:400px) {
  .order-form__col {
    flex-grow: 1;
  }
}

.order-form__col:first-child {
  text-align: left;
}

.order-form__col_wide {
  width: auto;
  text-align: left;
  flex-grow: 1;
}

@media (max-width:400px) {
  .order-form__col_wide {
    width: 100%;
    margin-bottom: 10px;
  }
}

.bio-cert {
  float: right;
  max-width: 150px;
  margin-top: 120px;
}

@media (max-width:1279px) {
  .bio-cert {
    margin-top: 80px;
  }
}

@media (max-width:920px) {
  .bio-cert {
    display: none;
  }
}

.row-a {
  background: #eeffec;
}

.row-ap {
  background: #fbf4de;
}

.row-t {
  background: #ffebeb;
}

/* campaign banner styles */

.bg-section {
  font-size: 0;
  position: relative;
  display: block;
}

.bg-section>picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* campaign banner end */

@media (max-width: 639px) {

  .orderForm-fieldset-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .field-half {
    width: 100% !important;
  }

  .field-half:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* RIMI 2019 additional */

.bold-sales {
	color: #387a9e;
	font-weight: bold;
}
.link-sales {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: underline;
}
.bold-orange {
	color: #a4cb3c;
	font-weight: bold;
}
.link-orange {
	color: #a4cb3c;
	text-decoration: underline;
}
.link-blue {
	color: #00689e;
	text-decoration: underline;
}
.central {
	text-align: center;
}
.rimi2019-container {
	margin-top: 150px !important;
}
.goto-button {
	display: inline-block;
	position: relative;
	min-width: 40%;
	padding: 10px 30px;
	text-align: center;
	line-height: 1;
	border-radius: 10px;
}
.no-underline {
	text-decoration: none;
}
.lottery-gift {
	font-size: 1.2em;
}


.list-allgifts {
	position: relative;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding-left: 0;
}
.list-allgifts li {
	display: inline-block;
	width: 29%;
	margin: 0 2%;
	margin-bottom: 30px;
	text-align: center;
	list-style: none;
}
.list-allgifts li span {
	display: block;
}
.list-allgifts li span:first-child {
	color: #ed1c24;
	font-size: 4em;
	font-weight: bold;
	margin-bottom: -15px;
}
.list-allgifts li span:nth-child(2) {
	color: #ed1c24;
	font-weight: bold;
	line-height: 130%;
}
@media (max-width: 600px) {
	.list-allgifts li {
		width: 96%;
		margin-bottom: 20px;
}
}

.list-pupilset {
	display: block;
	padding-left: 30px;
}
.list-pupilset li {
	display: list-item;
	width: auto;
	margin: 0 0 0 10%;
	text-align: left;
	list-style: disc;
}

.set-digit {
	float: left;
	margin: -18px 15px 0 0;
	font-size: 4em;
	font-weight: bold;
	text-align: right;
}
.set-texts {
	text-align: left;
}
.set-texts input {
	display: none;
}
.set-title {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
}
.set-link {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
.dropdown-container {
	display: none;
	position: absolute;
	margin-top: -19px;
	left: 0;
	right: 0;
	padding: 40px 30px 30px 30px;
	border: #0075bf solid 2px;
	background-color: #ffffff;
	z-index: 1;
}
.dropdown-trigger:checked + label .dropdown-container {
	display: block;
}
.dropdown-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	cursor: pointer;
}
.dropdown-close img {
	width: 30px;
	height: 30px;
}
.dropdown-chapter {
}
.dropdown-list {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding: 0 0 20px 0;
}
.dropdown-list li {
		width: 46%;
	margin: 0 2%;
	font-size: 0.7em;
	white-space: nowrap;
}
@media (max-width: 950px) {
	.dropdown-list li {
		width: 96%;
		white-space: normal;
}
	}
.dropdown-list li span:first-child {
	margin-right: 10px;
}
#dropdown-trigger-2 + label .dropdown-list li {
	width: 96%;
}

.text-image-left {
	float: left;
	margin-right: 30px;
}
.text-image-right {
	float: right;
	margin-left: 30px;
}
@media (max-width: 700px) {
	.text-image-left, .text-image-right {
		float: none;
		margin: 0;
	}
}

.text-comment {
	font-size: 0.8em;
}
.text-comment p {
	margin: 0 !important;
}
.text-comment ul {
	margin: 0 !important;
	padding-left: 0;
}
.text-comment ul li {
	list-style: none;
}

