@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

:root {
  --birch: rgba(55,48,42,1.0);
  --cape-cod: rgba(65,65,65,1.0);
  --cultured-pearl: rgba(245,245,245,1.0);
  --monarch: rgba(135,9,39,1.0);
  --seashell-peach: rgba(252,247,238,1.0);
  --seashell-peach-2: rgba(252,247,238,0.2);
  --white: rgba(255,255,255,1.0);
}

.mob-only {
  display: none !important;
}

html {
  position: relative;
}

html, body {
  min-width: 640px;
}

html.layout_specialist, body.layout_specialist {
  min-width: 720px;
}

:root {
  --birch: rgba(55,48,42,1.0);
  --cape-cod: rgba(65,65,65,1.0);
  --cultured-pearl: rgba(245,245,245,1.0);
  --monarch: rgba(135,9,39,1.0);
  --seashell-peach: rgba(252,247,238,1.0);
  --seashell-peach-2: rgba(252,247,238,0.2);
  --white: rgba(255,255,255,1.0);
}

.mob-only {
  display: none !important;
}

html, body {
  min-width: 640px;
}

body {
  width: 100%;
  height: auto;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  color: #222;
  padding-top: 0px;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

a {
  outline: none;
}

a img {
  outline: none;
}

img {
  border: 0;
}

sup {
  font-size: 65%;
  padding-left: 1px;
}
sup a {
  text-decoration: none;
}
sup a:hover {
  text-decoration: none;
}
sup.supinfo {
  color: #007bff;
  color: #005280;
  cursor: pointer;
}

.little {
  font-size: 60%;
}

.tooltip {
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.15));
}
.tooltip.show {
  opacity: 1;
}
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.6rem 0.6rem 0;
  border-top-color: #ffffff;
}
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.6rem 0.6rem;
  border-bottom-color: #ffffff;
}
.tooltip .tooltip-inner {
  text-align: left;
  background-color: #000;
  border-radius: 0rem;
  background: #fff;
  color: #1F2325;
  padding: 20px 30px;
  max-width: 300px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.elegant-icon {
  font-family: "ElegantIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.btn-primary {
  color: #fff;
  background-color: #850a26;
  border-color: #850a26;
  padding: 10px 20px;
  border-width: 2px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border-width: 2px;
  background-color: #d8d1c9;
  border-color: #850a26;
  color: #850a26;
  box-shadow: none;
  outline: none;
}

.container {
  padding: 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}

.main {
  min-height: 500px;
}

.page {
  min-height: 700px;
  min-height: 600px;
}

.list-item {
  display: inline-block;
  vertical-align: top;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.vertical-middle {
  vertical-align: middle;
}

.table.list .list-item {
  display: table-cell;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.selectable {
  -webkit-touch-callout: text; /* iOS Safari */
  -webkit-user-select: text; /* Safari */
  -khtml-user-select: text; /* Konqueror HTML */
  -moz-user-select: text; /* Old versions of Firefox */
  -ms-user-select: text; /* Internet Explorer/Edge */
  user-select: text; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.clickable {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

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

header {
  padding: 20px 0;
  padding: 35px 0;
  background: #EDBCBB;
  background: #EAB3B2;
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
}
header .layout-container {
  width: 1600px;
  max-width: 90% !important;
  margin: 0 auto;
}
header #tf_block-quiz {
  float: left;
  text-align: center;
  padding-top: 20px;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
header #tf_block-quiz b {
  display: block;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
header #tf_block-quiz p {
  padding: 10px 20px;
  font-size: 18px;
  background: #FFF;
  font-weight: 700;
}
header #block-tardyferon-branding {
  text-align: center;
  position: relative;
  z-index: 10;
}
header #tf_block-menu {
  float: right;
  margin-right: 100px;
  margin-right: 10px;
  margin-top: 40px;
  margin-top: 30px;
  position: relative;
  z-index: 11;
}
header #tf_block-menu img {
  width: 44px;
  cursor: pointer;
}
header .site-logo img {
  height: 120px;
  height: 100px;
  margin: 0 auto;
}
header .visually-hidden {
  display: none;
}
header nav {
  position: fixed;
  z-index: 50;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}
header nav .backscreen {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}
header nav .content {
  position: fixed;
  z-index: 50;
  max-width: 100%;
  width: 450px;
  height: 100%;
  top: 0;
  right: 0px;
  background: #FFF;
  right: -450px;
  transition: all 0.5s ease;
}
header nav.active {
  pointer-events: all;
}
header nav.active .backscreen {
  display: block;
}
header nav.active .content {
  transition: all 0.5s ease;
  right: 0px;
}
header nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 20px;
  padding-top: 140px;
  padding-top: 40px;
  padding-top: 80px;
  background: #FFF;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
header nav ul.menu .menu-item {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  color: #222;
}
header nav ul.menu .menu-item a {
  color: #222;
  text-decoration: underline;
  cursor: pointer;
}
header nav ul.menu .menu-item a:hover {
  color: #e8abaa;
}

#tf_quiz_container {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#tf_quiz_container > img {
  position: absolute;
  right: 40px;
  top: 20px;
  height: 40px;
  cursor: pointer;
}
#tf_quiz_container .tf_quiz_question {
  background: #FFF;
  border-radius: 2px;
  padding: 40px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
#tf_quiz_container .tf_quiz_bloc_progress .tf_quiz_position {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #222;
}
#tf_quiz_container .tf_quiz_bloc_progress .tf_quiz_progress {
  border: 1px solid #ccc;
  height: 10px;
  padding: 1px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#tf_quiz_container .tf_quiz_bloc_progress .tf_quiz_progress_bar {
  background-color: #eab3b2;
  height: 6px;
  border-radius: 10px;
}
#tf_quiz_container .tf_quiz_question h2 {
  font-size: 26px;
  color: #222;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
  margin-top: 0;
  color: #666;
  margin-left: -40px;
  margin-right: -40px;
  padding: 40px;
  padding-top: 0;
  text-align: center;
  color: #222;
}
#tf_quiz_container .tf_quiz_question p.tf_quiz_answer {
  text-align: justify;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 20px 0;
  padding-left: 50px;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  background: url("../images/svg/checkbox.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 40px;
}
#tf_quiz_container .tf_quiz_question p.tf_quiz_answer:hover {
  background: url("../images/svg/checkbox_on.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 40px;
}
#tf_quiz_container .tf_quiz_reponse {
  text-align: left;
}
#tf_quiz_container .tf_quiz_reponse h2 img {
  margin-right: 15px;
  height: 30px;
  vertical-align: top;
}
#tf_quiz_container .tf_quiz_question .tf_score {
  font-size: 20px;
  margin: 30px;
  font-weight: 700;
  color: #222;
}
#tf_quiz_container .tf_infos_score {
  text-align: center;
}
#tf_quiz_container .tf_bouton {
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #F2F2F2;
  background-color: #e8abaa;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.5s ease;
  cursor: pointer;
  color: #fff;
  width: 100%;
}
#tf_quiz_container .tf_bouton.tf_bouton_result {
  display: inline-block;
  width: 49%;
}
#tf_quiz_container .references {
  font-size: 12px;
}

.cookienotice-old {
  display: none;
  z-index: 1000;
  position: absolute;
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin: 0px auto;
  text-align: right;
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  padding: 5px;
  color: #222222;
}
.cookienotice-old .dark-filter {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}
.cookienotice-old .cookienotice-panel {
  top: 10%;
  position: fixed;
  right: 0;
  background-color: #fff;
  width: 60%;
  max-width: 650px;
  border-radius: 2.5px;
  left: 1em;
  margin: 0 auto;
  font-size: 14px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
}
.cookienotice-old .cookienotice-panel .content {
  margin: 0 30px 10px 30px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #222;
}
.cookienotice-old .banner-header {
  height: 50px;
  margin-bottom: 35px;
}
.cookienotice-old .banner-header img {
  background: #eab3b2;
  padding: 5px;
}
.cookienotice-old .banner-title {
  font-weight: 700;
  font-size: 1.5em;
  font-family: inherit;
}
.cookienotice-old .policy-text {
  font-size: 11px;
  line-height: 1.5;
}
.cookienotice-old .policy-text a {
  color: #222222;
  font-weight: bold;
  text-decoration: underline;
}
.cookienotice-old .button_close {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 2;
  background: url("../images/popup_close_btn.png") 50% 50% no-repeat;
}
.cookienotice-old div {
  padding: 5px;
}
.cookienotice-old .banner-buttons {
  text-align: right;
  padding: 10px 10px;
}
.cookienotice-old .banner-buttons button {
  border: none;
  text-align: center;
  text-transform: uppercase;
  outline-offset: 1px;
  background-color: #6cc04a;
  color: #fff;
  border-color: #6cc04a;
  min-width: 135px;
  padding: 12px 10px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 0.813em;
  font-weight: 600;
  height: auto;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  background-color: #eab3b2;
  border-color: #eab3b2;
  color: #FFFFFF;
  border-radius: 15px;
}

.section {
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: relative;
}
.section .container {
  max-width: 1440px;
  padding: 14px;
}
.section .section--title {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 1em;
  color: #F08700;
  text-transform: uppercase;
}
.section .section--subtitle {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  left: -14px;
  background: #F08700;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  font-size: 44px;
  line-height: 1.3em;
  color: #000000;
  padding: 9px 60px 8px 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section .section--text {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5em;
}
.section .section--text p {
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main .page {
  width: 1600px;
  max-width: 90% !important;
  margin: 0 auto;
}
.main .row {
  margin-left: 0px;
  margin-right: 0px;
}

.page h1.page-title {
  text-transform: uppercase !important;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  margin-top: 20px;
  padding: 20px;
  padding-left: 30px;
}
.page h1.page-title.color-white {
  color: #fff;
}
.page .hero-image {
  height: 500px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page .article {
  padding: 0px 20px;
}
.page .article h1, .page .article h2 {
  font-weight: 900;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 30px;
}
.page .article p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.page .article a.button {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none;
  background-color: #e8abaa;
  color: #222;
}
.page .article a.button:hover {
  background-color: #222;
  color: #fff;
}
.page .article a.button.button-yellow {
  background-color: #f7d465;
  color: #222;
}
.page .article a.button.button-yellow:hover {
  background-color: #222;
  color: #fff;
}
.page .article a.button.button-green {
  background-color: #e3f0e4;
  color: #222;
}
.page .article a.button.button-green:hover {
  background-color: #222;
  color: #fff;
}
.page .article a.button.button-blue {
  background-color: #a7deeb;
  color: #222;
}
.page .article a.button.button-blue:hover {
  background-color: #222;
  color: #fff;
}
.page .article ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.page .article ul li {
  font-size: 18px;
  #font-weight: 600;
  line-height: 1.5;
}
.page .article table {
  width: 100%;
  font-size: 18px;
}
.page .article table thead tr {
  border-bottom: solid 2px #95aacd;
  background-color: #ffffff;
}
.page .article table thead tr:nth-of-type(2n-1) {
  background-color: #ffffff;
}
.page .article table thead td {
  border: none;
}
.page .article table td {
  vertical-align: top;
  border: solid 1px #95aacd;
  padding: 5px 10px;
  text-align: center;
}
.page .article table td:nth-of-type(1) {
  text-align: left;
}
.page .article table td:first-of-type {
  border-left: none;
}
.page .article table td:last-of-type {
  border-right: none;
}
.page .article table tr:nth-of-type(2n-1) {
  background-color: #d9e2f4;
}
.page .article table.color-blue thead td {
  color: #086fbb;
  font-size: 22px;
  padding-bottom: 2px;
}
.page .article table.color-orange thead td {
  color: #ffc000;
  font-size: 22px;
  padding-bottom: 2px;
}
.page .article table.color-orange thead tr {
  border-bottom: solid 2px #f4b083;
  background-color: #ffffff;
}
.page .article table.color-orange thead tr:nth-of-type(2n-1) {
  background-color: #ffffff;
}
.page .article table.color-orange thead td {
  border: none;
}
.page .article table.color-orange td {
  border: solid 1px #f4b083;
}
.page .article table.color-orange td:first-of-type {
  border-left: none;
}
.page .article table.color-orange td:last-of-type {
  border-right: none;
}
.page .article table.color-orange tr:nth-of-type(2n-1) {
  background-color: #fbe4d5;
}
.page .memo {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.page .memo-title {
  font-weight: 700;
  font-size: 26px;
  font-size: 18px;
  text-transform: uppercase;
  color: #e8abaa;
  display: inline-block;
  background: #FFF;
  padding-right: 20px;
  padding-bottom: 5px;
}
.page .memo ul {
  border-top: 5px solid #e8abaa;
  padding: 0px;
  padding-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  list-style: none;
}
.page .memo ul li {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
}
.page .memo ul li:before {
  content: "•";
  color: #e8abaa;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.page .memo ul.memo-withsub div {
  font-size: 18px;
  line-height: 1.5;
  margin-left: -20px;
}
.page .references {
  text-align: left;
  margin-top: 30px;
  margin-top: 40px;
}
.page .boxes .box {
  min-height: 420px;
  min-height: 400px;
  padding: 0px;
}
.page .boxes .box-content {
  padding: 40px 80px;
}
.page .boxes .box-title {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-top: 0px;
  margin-top: 0px;
  border: 0;
  line-height: 1.2em;
  letter-spacing: -0.6px;
}
.page .boxes .box-text {
  font-size: 18px;
  margin-bottom: 40px;
  margin-bottom: 30px;
}
.page .boxes .box-button {
  line-height: 1em;
  display: inline-block;
  padding: 10px 20px;
  background-color: #e3f0e4;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.5s ease;
  cursor: pointer;
  color: #222;
  text-decoration: underline;
}
.page .boxes .box-button:hover {
  background-color: #222;
  color: #FFF;
}
.page .boxes .box .box-green .box-button {
  background-color: #e3f0e4;
}
.page .boxes .box .box-green .box-button:hover {
  background-color: #222;
  color: #FFF;
}
.page .boxes .box .box-yellow .box-button {
  background-color: #f7d465;
}
.page .boxes .box .box-yellow .box-button:hover {
  background-color: #222;
  color: #FFF;
}
.page .boxes .box .box-pink .box-button {
  background-color: #E7ABAA;
}
.page .boxes .box .box-pink .box-button:hover {
  background-color: #222;
  color: #FFF;
}
.page .boxes .box .box-blue .box-button {
  background-color: #A6DEEB;
}
.page .boxes .box .box-blue .box-button:hover {
  background-color: #222;
  color: #FFF;
}
.page .boxes .box-image {
  transition: background-size 0.5s ease;
  height: 100%;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.page .boxes .box-image img {
  margin: 0px auto;
  display: block;
  padding-top: 105px;
  padding-top: 120px;
  width: 70px;
  transition: all 0.25s ease;
  cursor: pointer;
}
.page .boxes .box-image img:hover {
  width: 100px;
}
.page .boxes .box-image:hover {
  background-size: 120%;
}
.page .boxes .box-image.box-image-video:hover {
  background-size: 100%;
}

.page-index .container {
  padding: 0px;
  margin: 0px;
}
.page-index .review-gallery {
  height: 250px;
  height: 300px;
  position: relative;
  /*
  .review-container {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }



   */
}
.page-index .review-gallery .review-nav {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
}
.page-index .review-gallery .review-nav-prev {
  position: absolute;
  left: 20px;
  margin-top: 30px;
  height: 50px;
  top: 100px;
  z-index: 100;
  cursor: pointer;
}
.page-index .review-gallery .review-nav-next {
  position: absolute;
  right: 20px;
  margin-top: 30px;
  height: 50px;
  top: 100px;
  z-index: 100;
  cursor: pointer;
}
.page-index .review-gallery .review-container {
  width: 100%;
}
.page-index .review-gallery .review-item {
  height: 250px;
  background: #DDD;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-index .review-gallery .review-item b {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.5s ease;
}
.page-index .review-gallery .review-list {
  display: flex;
  width: 120%;
  justify-content: space-between;
  margin: 20px auto;
  margin-left: 0;
}
.page-index .review-gallery .review-list a {
  color: #222;
}

.page-story .container {
  padding: 0px;
  margin: 0px;
}
.page-story .article {
  text-align: justify;
}
.page-story .article p {
  margin-top: 25px;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 120;
  padding: 60px 30px 30px 30px;
  display: none;
}
.popup .button_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 2;
  background: url("../images/svg/icon_close.svg") 50% 50% no-repeat;
}
.popup .video-holder {
  height: 100%;
  padding-top: 40px;
}
.popup .popup-scrollarea {
  margin: 0px;
  padding: 30px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-y: auto;
}
.popup .popup-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  max-width: 1250px;
  margin: 0px auto;
  overflow: hidden;
}
.popup .popup-container img {
  max-width: 100%;
}

.popup.popup-video .popup-container {
  background: #000000;
}

.popup.popup-warning .popup-container {
  height: auto;
}
.popup.popup-warning .popup-content {
  padding-bottom: 60px;
}
.popup.popup-warning .popup-content .popup-title {
  font-size: 20px;
  padding-bottom: 30px;
}
.popup.popup-warning .popup-content p {
  padding-bottom: 30px;
}
.popup.popup-warning .popup-content input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.popup.popup-warning .popup-content button {
  margin-left: 20px;
  background: #F08700;
  border: solid 1px #F08700;
  border-radius: 30px;
  padding: 10px 20px;
  color: #ffffff;
  opacity: 1;
}
.popup.popup-warning .popup-content button:disabled {
  opacity: 0.6;
}

.footer {
  background: #ECEDEA;
  height: auto;
  min-height: 200px;
  padding: 14px;
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.2em;
  color: #808080;
  margin-top: 50px;
}
.footer .container {
  max-width: 1440px;
  max-width: 90%;
  width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-logo {
  text-align: center;
}
.footer-logo-holder {
  position: absolute;
  bottom: 10px;
  left: 0px;
  color: #808080;
}
.footer-logo-holder a {
  color: #808080;
}
.footer-copyright-holder {
  position: absolute;
  bottom: 10px;
  right: 0px;
  color: #808080;
}
.footer-copyright-holder a {
  color: #808080;
  text-decoration: underline;
}
.footer-copyright-holder a:hover {
  text-decoration: none;
}
.footer-logoimg {
  padding: 10px;
}
.footer-logotext {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  line-height: 1.2em;
}
.footer-copyright {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.2em;
  text-align: right;
}
.footer-copyright a {
  color: #808080;
  text-decoration: underline;
}
.footer-copyright a:hover {
  text-decoration: none;
}

@media (max-width: 1400px) {
  header #tf_block-menu {
    margin-right: 5px;
  }
}
@media (max-width: 1200px) {
  header.header #block-tardyferon-branding {
    text-align: left;
  }
  header.header #block-tardyferon-branding .site-logo img {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  header.header {
    max-width: 100%;
    padding-top: 0px;
    padding: 0px;
  }
  header.header .section.layout-container.clearfix {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    max-width: 100% !important;
  }
  header.header div#tf_block-quiz {
    order: 3;
    display: flex;
    width: 100%;
    justify-content: space-around;
    background: #fde6e6;
    padding: 12px;
  }
  header.header #tf_block-quiz b, header.header div#tf_block-menu {
    width: 20%;
    align-items: center;
    display: flex;
  }
  header.header #tf_block-menu {
    margin-right: 0px;
  }
  header.header #tf_block-menu img {
    width: 40%;
    margin-left: 20px;
  }
  header.header div#tf_block-menu {
    order: 2;
    margin: 0;
  }
  header.header div#tf_block-quiz {
    order: 3;
    display: flex;
    width: 100%;
    justify-content: space-around;
    background: #fde6e6;
    padding: 12px;
    padding: 16px 0px;
  }
  header.header div#tf_block-quiz b {
    margin: 0px;
  }
  header.header div#tf_block-quiz p {
    margin: 0px;
    padding: 10px;
  }
  header.header .region.region-header {
    order: 1;
    width: 80%;
    padding: 20px;
  }
  header.header #block-tardyferon-branding {
    text-align: left;
  }
  header.header #block-tardyferon-branding .site-logo img {
    height: 80px;
  }
}
@media (max-width: 769px) {
  .mob-only {
    display: block !important;
  }
  .desk-only {
    display: none !important;
  }
  header.header #tf_block-menu {
    margin-right: 0px;
  }
  header.header #tf_block-menu img {
    width: 50%;
    margin-left: 20px;
  }
  .page .boxes .box-content {
    padding: 40px 40px;
  }
  .page .boxes .boxes .box {
    min-height: 320px;
    padding: 0px;
  }
  .footer {
    padding: 40px 14px;
    height: auto;
  }
  .footer-logo-holder {
    position: relative;
    bottom: unset;
    right: unset;
    left: unset;
    text-align: center;
  }
  .footer-copyright-holder {
    position: relative;
    bottom: unset;
    right: unset;
    left: unset;
    text-align: center;
  }
  .footer-logotext {
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .footer-copyright {
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
