
/* ==========================================================================
   PrismaScan  
   ========================================================================== */
/* 
pink = #BD10E0
pink-purple = #9013FE
purple = #5510E0

blue-dark = #051D2E
blue-light = #E9ECFD
blue-mid = #03339E

off-white =  #F7F5F0;

*/

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {box-sizing:border-box;}
a {text-decoration:none; color:inherit; cursor:pointer;}
button {background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure {margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd {margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6 {margin:0; font-size:inherit; font-weight:inherit;}
p, blockquote {margin:0;}
cite {font-style:normal;}
fieldset {border-width:0; padding:0; margin:0;}

video {width: 100%;}

/* --- FOUNDATION --- */

html {
  font-size: 100%; 
    -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  color: #051d2e;
  font-family: 'Helvetica','Roboto', sans-serif;
  font-style: normal;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  background-color:#072352;
}

li {
   font-size: 16px;
}

.document ul {
  list-style-type: disc;
  padding-inline-start: 32px;
}
.document ol > li {
  margin-bottom: 40px;
}

p {
  font-family:'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.mb16 {
  margin-bottom:16px;
}

.mb24,
.document p {
  margin-bottom: 24px;
}

.hero h1 {
  color: #fff;
}

.hero p {
  color: #fff;
  margin-bottom: 32px;
}

h1 {
  font-family: rockwell, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.0;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}
.document h1 {
  font-size: 36px;
  line-height: 1.0;
  margin-bottom: 32px;
  letter-spacing: -1px;
}

h2 {
  font-family: rockwell, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.0;
  margin-bottom: 24px;
  letter-spacing: -1px;
}
.document main h2 {
  font-family:'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 21px;
  margin-bottom: 12px;
}

h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin-bottom: 16px;
}

h4 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 21px;
  margin-bottom: 5px;
}

/* TODO: waar werd deze gebruikt? Ik heb een nieuwe H3 toegvoegd en de oude H3 veranderd naar een H4
h4 {
  font-weight: bold;
  line-height: 1.5;
}*/

/* --- BUTTONS --- */

a.button-cta,
button {
  font-size: 16px;
  padding: 20px 40px;
  border-radius:4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}

a.button-cta:hover,
button:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

a.button-cta:active,
button:active {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

button.no-shadow,
button.no-shadow:hover,
button.no-shadow:active  {
  box-shadow: none;
}

/* - primary - */
a.button-cta,
button.button-primary,
button.button-cta {
  color: #fff;
  background: linear-gradient(-45deg, #700CC8, #9013FE);
}

a.button-cta:hover,
button.button-primary:hover,
button.button-cta:hover {
  background: linear-gradient(-45deg, #8211E5, #9F35FB);
}

a.button-cta:active,
button.button-primary:active,
button.button-cta:active  {
  background: linear-gradient(-45deg, #8211E5, #8211E5);
}

/* - secondary - */

button.button-secondary {
  color: #9013FE;
  border: 2px solid;
  padding: 18px 38px;
}
button.button-secondary:hover {
  color: #9F35FB;
}
button.button-secondary:active {
  color: #8211E5;
}



/* - button-icon - */

button.btn-icon {
  color: #051d2e;
  font-size: 16px;
  padding:0;
  background: none;
  border-radius:2px;
  box-shadow: none;
  width: 30px;
  height: 30px;
}

button.btn-icon:hover {
  background-color: #D8D8D8;
}

button.btn-icon:active {
  background-color: #D8D8D8;
  border-color: #9B9B9B;
}
/* - button-slider-nav - */

button.slider-nav,
button.slider-nav:hover,
button.slider-nav:active {
  box-shadow: none;
}

/*  --- FORMS FIELDS --- */

form {

}

label.form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

label:hover {
  cursor: pointer;
}

.form-group {
  margin-bottom: 10px;
}

.multi-form-group.never-stack {
  display: flex;
  column-gap: 10px;
}

.multi-form-group.never-stack > .label-form-group {
  margin-bottom: 0;
}

.label-form-group.hide {
  margin-top: 20px;
}

.multi-form-group.never-stack > .form-group {
  flex-grow: 1;
}

.form-group__input .select-date, 
.form-group__select .select-arrow {
  fill: #5510E0;
  pointer-events: none;
  position: relative;
  right: 50px; 
}

/* TODO: fix quirky icon positioning */
.form-group__select {
  position: relative;
}
.form-group__select .select-arrow {
  position: absolute;
  top: 10px; 
  right: 15px; 
} 

.label-form-group {
  margin-bottom: 20px;
}

.label-form-group.checkbox {
  margin: 30px 0;
}

.form-group__helper {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}

.button-group {
  margin-top: 24px;
}

.button-group > button + button {
  margin-top:10px;
}

/* RADIO-BUTTONS */

.radio-button {
  display: flex;
  padding: 0 12px;
  border: 1px solid #9b9b9b; 
  border-radius: 5px;
  flex-direction: row;
  column-gap: 8px;
}

.radio-button label {
  width: 100%;
  line-height: 46px;
}

.radio-button > input {
  height: 40px; /* fix for align radio on safari */
}

.radio-button:hover {
  background-color: rgba(98,0,238,0.08);
  border-color: rgba(85, 16, 224, 0.6);
}

.radio-button.selected {
  border: 1px solid #5510E0;
  background-color: rgba(98,0,238,0.18);
}

.radio-button.selected:hover {
  border: 1px solid #5510E0;
}


input[type=date],
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
}

textarea,
select,
input[type=date], 
input[type=search], 
input[type=password],
input[type=email],
input[type=text] {
    width: 100%;
    padding: 14px;
    margin: 0px 0 0 0;
    border: 1px solid #9b9b9b; 
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}

select,
input[type=date], 
input[data-type-date] {
  padding-right: 50px;
}

textarea:hover,
select:hover,
input[type=date]:hover, 
input[type=search]:hover, 
input[type=password]:hover,
input[type=email]:hover,
input[type=text]:hover {
    border: 1px solid #444; 
}

textarea:focus,
select:focus,
input[type=search]:focus, 
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:active, 
input[type=password]:active,
input[type=email]:active,
input[type=text]:active {
    border: 1px solid #5510E0; 
    outline: 2px rgba(85, 16, 224, 0.4) solid;
}

input[type=checkbox]:hover,
input[type=radio]:hover {
  cursor: pointer;
}

input:disabled {
  background-color: #dedede;
}

input:disabled:hover {
  border-color: #ccc;
}

textarea,
textarea::placeholder {
  font-family: arial;
}
/* --- CUSTOM STYLED CHECKBOX --- */

/* Customize the label (the container) */
.container-select {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #9b9b9b; 
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container-select:hover input ~ .checkmark {
  border-color: #444;
}

/* When the checkbox is checked, add a blue background */
.container-select input:checked ~ .checkmark {
  background-color: #5510E0;
  border-color: #5510E0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-select input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-select .checkmark:after {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
} 

/* --- MODALS --- */

.modal--backdrop {
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start; /* or center */
  z-index: 1000; /* depending on what z-index values exist in your page, in order for the modal layer to sit on top of other content */
  overflow: auto; /* enable scrolling if needed - although this is not really necessary since we are going take care of overflow in modal-content */
  background-color: rgba(0,0,0,0.6);
}

.modal--backdrop.modal-open {
   display: block;
}

.modal--content {
  position: relative;
/*  max-height: 75%;*/
  overflow: auto;
  max-width: 500px;
  margin: 5px auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}

.modal p {  
  margin-bottom: 20px;
}

.modal .btn-primary {
  width: 100%;
}

.modal h2 {
  margin-right: 30px;
}

.modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* --- COOKIE CONSENT  --- */

.consent--wrapper {
  position: fixed;
  bottom:10px;
  left:10px;
  right:10px;
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  z-index:100;
}

.consent--wrapper.hide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.consent--actions {
  display: grid;
}

/*   */

nav a,
.dark h1,
.dark p {
  color: white;
}

header .logo > svg {
  width: 199px;
}

footer .logo > svg {
  width: 155px;
  margin-bottom: 20px;
}

footer p {
  color:  #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

footer .secondary {
  color:  rgba(255, 255, 255, 0.8);
}

footer a.secondary:hover {
  color:  rgba(255, 255, 255, 1);
}


/* ------ HELPERS ------ */

.bg-blue-light { 
  background-color: #E9ECFD;
}

.bg-off-white { 
  background-color: #F7F5F0;
}

.bg-white { 
  background-color: #FFFFFF;
}

.bg-brand-gradient {
   background: linear-gradient(-45deg, #032C89, #051D2E);
}

.grey {
  color: #999;
}

.error {
  color: #E74536;
}

.blue-dark { 
  color: #03339E;
}

.bold {
  font-weight: bold;
}

.form-label {
  font-size: 14px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.italic {
  font-style: italic;
}

p.small {
  font-size: 14px;
  line-height: 20px;
}

p.xsmall {
  font-size: 12px;
  line-height: 18px;
}

.flex {
  display: flex;
}

.link {
  color: #5510E0;
}

.link:hover {
  color: #9013FE;
}

/* spam blocker hack */
span.email > span:nth-child(2) {
  display:none;
}

/* --- BADGE PILL --- */

.badge {
  display: inline-flex;
  padding: 4px 16px;
  color: #fff;
  background-color: #5510E0;
  border-radius: 25px;
}


/* --- NAVIGATION --- */


ul.nav li {
  display: inline-block;
  padding: 10px;
}

ul.nav a {
  color: white;
  opacity: 0.80;
  padding-bottom: 5px;
}

ul.nav a:hover {
  opacity: 1;
  border-bottom: 1px solid #fff;
}

ul.nav a.active {
  opacity: 1;
  border-bottom: 1px solid #fff;
}


/* --- END NAVIGATION --- */


address {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 300;
}

.row img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.wcag h2, 
.wcag p {
  max-width: 680px;
  margin: 0 auto 24px;
  text-align: left;
} 


/* --- CARD --- */

.card {
  background-color: #fff;
  border: 1px solid #e1e0e0;
  border-radius: 4px;
  padding: 30px 20px;
  text-align: center;
}

.card .header {
  text-align: center;
  margin-bottom: 16px;
}

.card p + p.xsmall {
  margin-top:24px;
}

.illustration > img,
.illustration > svg {
  max-height: 40px; /* was 40 */
}

/* --- QUOTE --- */


blockquote {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quote {
  justify-content: center;
  flex-direction: column;
}

.illustration > img {
  max-width: 80px;
}

.author {
  align-self: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.profile-picture {
  width: 140px;
  margin-bottom: 10px;
}

.profile-picture img {
  border-radius:50% ;
}

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

.quote p {
  font-size: 22px;
  font-style: italic;
  line-height: 30px;
  margin: 30px 0;
}

/* --- Animate Uodate Hero --- */

.lottie-twinkle {
  width:250px;
  margin-top:-30px;
}

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   LAYOUT 
   TEMPLATES >> BODY no class >> BODY update >> BODY document
   ========================================================================== */


  main {
    margin-top: -84px;
  }

  section {
     padding: 60px 25px;
  }

  section.hero {
    padding:160px 25px 100px;
  }

  section.hero-update {
    padding:100px 25px;
  }

  .section-intro {
    margin-bottom: 12px;
  }

  .document main > section {
    max-width: 680px;
    margin: 0 auto;
  }

   .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    /*grid-row-gap: 30px;*/
    justify-items: stretch;
    align-items: stretch;
  }

  .row-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: stretch;
  }

  .hero .row-2 {
    grid-row-gap: 50px;
  }

  .hero-update .row-2 {
    grid-row-gap: 20px;
  }

  .row-3 {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: stretch;
    margin: 0 auto 30px;
  }

  .row-image-text div:nth-of-type(1) {
    order: 2;
  } 
  .row-image-text div:nth-of-type(2) {
    order: 1;
  } 


  .hero-update .row-image-text div:nth-of-type(1) {
    order: 1;
  } 
  .hero-update .row-image-text div:nth-of-type(2) {
    order: 2;
  } 

  .col-text,
  .col-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .col-text {
    align-items: flex-start;
  }

  .col-image {
    align-items: center;
  }

  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    margin-top: 20px;
  }

  .document header {
    margin-bottom: 20px;
  }

  header + section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  footer {
    padding: 60px 25px;
 }

/* ==========================================================================
   BREAKPOINTS 
   ========================================================================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
   
   .row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    grid-row-gap: 24px;
    justify-items: stretch;
    align-items: stretch;
    margin: 0 auto 30px;
  }

   .modal--content {
    margin: 30px auto;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  
  header {
    padding: 0 30px;
  }

  main {
    margin-top: -72px;
  }

  section {
     padding: 100px 0;
  }

  section.hero {
    padding:160px 0 100px;
  }
  
  .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: stretch;
    margin: 0 30px;
  }

  .row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: stretch;
    margin: 0 30px;
  }

  .row-3 {
    display: grid;
    grid-template-columns: 220px 220px 220px;
    column-gap: 16px;
    grid-row-gap: 24px;
    justify-items: stretch;
    align-items: stretch;
    margin: 0 auto 30px;
  }

  .row-3.medium {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .row-image-text div:nth-of-type(1) {
    order: 1;
  } 
  .row-image-text div:nth-of-type(2) {
    order: 2;
  } 

  .hero-update .row-image-text div:nth-of-type(1) {
    order: 2;
  } 
  .hero-update .row-image-text div:nth-of-type(2) {
    order: 1;
  } 

  .modal--content {
    margin: 70px auto;
  }

  /* --- CARD --- */
  .card {
    text-align: left;
  }


  /* --- QUOTE COMPONENT ---  */

  blockquote {
    flex-direction: row;
    margin-right: 30px;
  }

  .quote {
    width: 70%;
  }

  .quote .illustration {
    text-align: left;
  }
  
  .author {
    width: 30%;
    align-self: flex-end;
    align-items: flex-end;
    text-align: right;
    justify-content: end;
  }

  .profile-picture {
    align-self: flex-end;
  }

  .quote p {
    margin: 20px 0 0 30px;
  }

  .consent--wrapper {
    max-width: 500px;
    left:auto;
  }

  .consent--actions {
    display: flex;
  }

  .button-group > button + button {
    margin-top:0px;
    margin-left:10px;
  }

}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  
  .row {

  }

  .col {
   
  } 

  .row-2 {
    
  }

  .row-3 {
    display: grid;
    grid-template-columns: 300px 300px 300px;
    column-gap: 24px;
    grid-row-gap: 24px;
    justify-items: stretch;
    align-items: stretch;
    margin: 0 auto 30px;
  }

  .row-small {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero a.button-cta,
  .hero button {
    max-width: fit-content;
  }

   .modal--content {
    width: 50%;
  }

  .multi-form-group {
    display: flex;
    column-gap: 10px;
  }

 .multi-form-group > .form-group {
    flex-grow: 1;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  

  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0;
    margin: 20px auto 0;
  }

  .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  } 

  .row-2 {
    grid-column-gap: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  .row-3.medium {
    display: grid;
    grid-template-columns: 368px 368px 368px;
    column-gap: 24px;
    grid-row-gap: 24px;
    justify-items: stretch;
    align-items: stretch;
    margin: 0 auto 30px;
  }

  .row-small {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  } 

  p.small {
    font-size: 16px;
    line-height: 24px;
  }

}


