/* Core Stuff */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  line-height: 1.7;
  color: #606d6e;
  -webkit-tap-highlight-color: transparent;
}

img {
  width: 100%;
}

/* Topography */
 div,
span {
  font-family: "Source Sans Pro", sans-serif;
}

 a {
  font-family: "Source Sans Pro", sans-serif;
  color: #070818;
  font-size: 18px;
  letter-spacing: 0.34px;
  line-height: 36px;
}

 a:hover {
  font-family: "Source Sans Pro", sans-serif;
  color: #182181;
}

 h1 {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 1.22px;
  line-height: 84px;
  color: #182181;
}

 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.91px;
  line-height: 60px;
  color: #182181;
}

 h3,
 h3 a {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.91px;
  line-height: 60px;
  color: #182181;
}

 h3 a:hover {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

 h4 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.69px;
  line-height: 48px;
  color: #182181;
}

 h5 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.46px;
  line-height: 36px;
  color: #182181;
}

 .subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  letter-spacing: 0.5px;
  line-height: 42px;
  color: #182181;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  letter-spacing: 0.34px;
  line-height: 32px;
  color: #070818;
}

pre {
  font-size: 14px;
  letter-spacing: 0.34px;
  line-height: 24px;
}

 blockquote {
  font-family: "Source Sans Pro", sans-serif;
  color: #070818;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.57px;
  line-height: 40px;
}

 .description {
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(7, 8, 24, 0.3);
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 36px;
}

 .captions {
  font-family: "Source Sans Pro", sans-serif;
  color: #070818;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 36px;
}

 td,
 td a {
  font-family: "Source Sans Pro", sans-serif;
  color: #070818;
  font-size: 18px;
  letter-spacing: 0.04px;
  line-height: 22px;

  padding-bottom: 10px;
  padding-top: 10px;
}

 td .description {
  font-family: "Source Sans Pro", sans-serif;
  color: #182181;
  font-size: 18px;
  letter-spacing: 0.04px;
  line-height: 42px;
}

ul {
  margin-left: -17px;
}

 li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  letter-spacing: 0.34px;
  line-height: 36px;
  color: #070818;
}

 li::marker {
  color: #d10013;
  font-size: 22px;
}

 .primary,
.primary, .secondary {
  transition: ease-in 0.15s;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.46px;
  line-height: 35px;
  text-align: center;
  width: 193px;
  border: none;
  border-radius: 50px;
  height: 72px;
  display: inline-block;
}

 .primary,
.primary {
  color: #ffffff;
  background-color: #d10013;
}

 a.primary {
  padding-top: 19px;  
}

 a.secondary {
  padding-top: 16px;
}

 .primary:hover,
.primary:hover {
  filter: brightness(0.85);
  color: white;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

 .secondary {
  height: 72px;
  color: #d10013;
  border: 3px solid #d10013;
  background-color: transparent;
}

 .secondary.white-secondary {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

 .secondary:hover {
  filter: brightness(0.85);
  color: #d10013;
  text-decoration: none;
}

 mark {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.46px;
  line-height: 30px;
  text-align: center;
  background-image: url("../images/mark_background.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: unset;
  display: block;
}

.red-shadow-banner p,
.yellow-shadow-right p,
.red-shadow-right p,
.red-shadow-left p,
.blue-shadow-right p {
  position: relative;
}

.red-shadow-banner p img,
.yellow-shadow-right p img,
.red-shadow-right p img,
.red-shadow-left p img,
.blue-shadow-right p img {
  position: relative;
}

.red-shadow-left p::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #d10013;
  left: -16px;
  bottom: -11px;
  transform: skewY(-1.3deg);
}

.red-shadow-banner p::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #d10013;
  left: -11px;
  bottom: -10px;
  transform: skewY(-0.4deg);
}

.yellow-shadow-right p::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffcb00;
  right: -10px;
  bottom: -10px;
  transform: skew(-0.8deg, -1.3deg);
}

.blue-shadow-right p::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #182181;
  right: -10px;
  bottom: -10px;
  transform: skew(-0.8deg, -1.3deg);
}

.red-shadow-right p::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #d10013;
  right: -10px;
  bottom: -10px;
  transform: skew(-0.8deg, -1.3deg);
}

table {
  font-size: 24px;
  letter-spacing: 0.06px;
  line-height: 22px;
  width: 100%;

  margin: 40px 0;
}

tr {
  height: 60px;
}

tr td,
tr th {
  padding-left: 24px;
}

tr td:last-of-type,
tr th:last-of-type {
  padding-right: 24px;
}

tr:nth-of-type(even) {
  background-color: #efefef;
}

 tr td:nth-of-type(even) {
  color: #182181;
}

.cookie-consent {
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  
  z-index: 10;
}

.cookie-consent .container .row .col-12 {
  background: white;
  padding: 8px 12px!important;
  text-align: center;
  color: #fff;
}

.cookie-consent .cookie-consent-title {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.46px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  color: #182181;
}

.cookie-consent p {
  font-family: "Poppins";
  font-size: 14px;
  letter-spacing: 0.34px;
  line-height: 22px;
  text-align: center;

  margin-bottom: 6px;
  color: black;
}

.cookie-consent .primary {
  height: auto;
  width: 100%;
  max-width: 252px;
  padding: 5px 0;

  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.34px;
  line-height: 27px;
  text-align: center;

  margin-bottom: 6px;
  margin-right: 0;
}

.cookie-consent a {
  font-family: "Source Sans Pro";
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;
  text-decoration: underline;
  color: #182181;
  display: block;
}

.cookie-consent a:hover,
.cookie-consent a:visited {
  color: #fff;
}

.animated-hamburger {
  height: 34px;
}

.animated-hamburger #menu_checkbox {
    display: none;
}

.animated-hamburger label { 
    display: block;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.animated-hamburger label div {
    position: relative;
    top: 0;
    height: 6px;
    background-color: #070818;
    margin-bottom: 8px;
    transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width,
        0.3s ease right;
    border-radius: 2px;
}

.animated-hamburger label div:first-child {
    transform-origin: 0;
}

.animated-hamburger label div:last-child {
    margin-bottom: 0;
    transform-origin: 34px;
}

.animated-hamburger label div:nth-child(2) {
    right: 0;
    width: 34px;
}

.animated-hamburger #menu_checkbox:checked + label div {
  background-color: white;
}

.animated-hamburger #menu_checkbox:checked + label:before {
    background-color: #4caf50;
}

.animated-hamburger #menu_checkbox:checked + label div:first-child {
    top: -3px;
    transform: rotateZ(45deg);
}

.animated-hamburger #menu_checkbox:checked + label div:last-child {
    top: 3px;
    transform: rotateZ(45deg);
}

.animated-hamburger #menu_checkbox:checked + label div:nth-child(2) {
    width: 48px;
    top: 0;
    right: 7px;
    transform: rotateZ(-45deg);
}


.no-word-break {
  white-space: pre;
}

/* Default page */
.default-container.container {
  margin-bottom: 108px;
  margin-top: 90px;
}

.default-container h3 {
  text-align: center;

  margin-bottom: 10px;
}

.default-container h5 {
  margin-bottom: 32px;
}

/* Hack for scroll to id, needed to offset scroll for topbar */
.default-container h5[id] {
  padding-top: 4em;
  margin-top: -4em;
}

/* Hack for scroll to id, needed to offset scroll for topbar */
.default-container strong[id] {
  padding-top: 4em;
  margin-top: -4em;
}

.default-container h3:first-of-type {
  margin-bottom: 65px;
}

.default-container h5:first-of-type:not(h5[id]) {
  margin-top: 67px;
}

.default-container p:not(:last-of-type) {
  margin-bottom: 32px;
}

.default-container ul {
  margin: 32px 0;
  padding-left: 40px;
}

.default-container li {
  margin-bottom: 32px;
}

.default-container a,
.default-container a:visited .default-container a:active {
  color: #182181 !important;
  text-decoration: underline;
}

.font-white {
  color: white;
}

@media (min-width: 370px) {
  mark {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 576px) {
  .default-container ul {
    padding-left: 72px;
  }
}

@media (min-width: 768px) {
   h1 {
    font-size: 96px;
    line-height: 96px;
    letter-spacing: 1.83px;
  }

   h2 {
    font-size: 84px;
    line-height: 96px;
    letter-spacing: 1.6px;
  }

   h3,
   h3 a {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 1.14px;
  }

   h4 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.91px;
  }

   h5 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.69px;
  }

   .subtitle {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.69px;
  }

   p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.46px;
  }

  pre {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.46px;
  }

   blockquote {
    font-size: 40px;
    letter-spacing: 0.76px;
    line-height: 52px;
  }

   mark {
    font-size: 36px;
    letter-spacing: 0.69px;
    line-height: 54px;
  }

   td,
   td a {
    font-size: 24px;
    letter-spacing: 0.06px;
    line-height: 30px;
  }

   td .description {
    font-size: 24px;
    letter-spacing: 0.06px;
    line-height: 42px;
  }

   a {
    font-size: 24px;
    letter-spacing: 0.46px;
    line-height: 36px;
  }

  ul {
    margin-left: 0;
  }

   li {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.46px;
  }

   li::marker {
    font-size: 30px;
  }

   p {
    line-height: 36px;
  }

  .yellow-shadow-right p::before {
    right: -15px;
    bottom: -19px;
  }
  
  .blue-shadow-right p::before {
    right: -15px;
    bottom: -19px;
  }

  .red-shadow-right p::before {
    right: -15px;
    bottom: -19px;
  }

  .red-shadow-left p::before {
    left: -24px;
    bottom: -18px;
  }

  .red-shadow-banner p::before {
    left: -26px;
    bottom: -18px;
  }

  .cookie-consent {
    bottom: 24px;
    left: 0;
    right: 0;
  }
  
  .cookie-consent .container .row .col-12 {
    text-align: left;
    padding: 15px 24px 24px 24px!important;
  }
  
  .cookie-consent .cookie-consent-title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.46px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  
  .cookie-consent p {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.34px;
    line-height: 24px;
  
    margin-bottom: 36px;
  }

  .cookie-consent .primary {
    margin-bottom: 0;
    margin-right: 28px;

    padding: 10px 0;
    font-size: 18px;
  }

  .cookie-consent a {
    display: inline;
    font-size: 16px;
  }

  .default-container.container {
    margin-top: 140px;
  }
}

/* Change basic column margin */
@media (max-width: 767px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (min-width: 1200px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
}

.container .full-width {
  width: 100vw;
}

@media (min-width: 1250px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
}

.container .full-width {
  margin-left: calc((51vw - 51%) * -1);
}