@import url("https://fonts.googleapis.com/css?family=Lora|Montserrat&display=swap");
/*Basics*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html,
body {
  min-height: 100%;
}

body {
  font-size: 17px;
  color: var(--grey-darkest);
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  background: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-2);
  font-weight: 700;
  color: var(--black);
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 41px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

h3,
h4 {
  position: relative;
  padding-bottom: 28px;
}

h3:after,
h4:after {
  --red: #EE2E24;
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 2px solid var(--red);
}

p {
  line-height: 1.4;
  margin: 20px 0;
}

.subtitle,
.category {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #777;
  text-align: center;
}

img,
embed,
object,
video {
  max-width: 100%;
}

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

a:hover {
  text-decoration: none;
  color: color-mix(in srgb, var(--main-color) 85%, black 15%);
}

::-moz-selection {
  background: var(--main-color);
  color: var(--white);
}

::selection {
  background: var(--main-color);
  color: var(--white);
}

.clear {
  clear: both;
}

.wrapper {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

input[type=text] {
  border: 2px solid var(--grey-darkest);
  background: var(--white);
  font-size: 17px;
  color: var(--grey-darkest);
  padding: 16px;
  border-radius: 999px;
  width: 280px;
  font-family: var(--font-2);
  font-weight: 700;
  text-transform: uppercase;
}

.buttons {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

a.button-1,
a.button-2,
button,
input[type=submit] {
  color: var(--white);
  background: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 999px;
  font-family: var(--font-2);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
a.button-1:hover,
a.button-2:hover,
button:hover,
input[type=submit]:hover {
  background: color-mix(in srgb, var(--main-color) 85%, black 15%);
  border: 2px solid color-mix(in srgb, var(--main-color) 85%, black 15%);
}

a.button-1:hover {
  border-color: color-mix(in srgb, var(--main-color) 85%, black 15%);
  background: color-mix(in srgb, var(--main-color) 85%, black 15%);
}

a.button-2 {
  border-color: var(--grey-darkest);
  background: none;
  color: var(--grey-darkest);
}

a.button-2:hover {
  background: var(--grey-darkest);
  color: var(--white);
}

@media only screen and (max-width: 640px) {
  a.button-1,
  a.button-2 {
    font-size: 16px;
    margin: 5px;
  }
}
/*Header*/
header {
  background: var(--white);
  height: 80px;
}
header nav {
  display: inline-block;
  float: right;
  width: auto;
  margin-top: 20px;
  margin-right: 40px;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header nav ul li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
header nav ul li a {
  display: inline-block;
  background: none;
  padding: 10px 15px;
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
header nav ul li a:hover {
  color: var(--grey-darkest);
}
header nav ul li a.nav-cta {
  color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 999px;
  margin-top: -2px;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  header {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header nav {
    float: none;
    text-align: center;
    width: 100%;
    margin: 20px auto 0 auto;
  }
  header nav ul li {
    float: none;
    font-size: 15px;
  }
  h1.logo a {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
/*Banner*/
#banner {
  height: auto;
  padding: 40px 0;
}
#banner h1 {
  margin: 20px auto 20px auto;
  padding: 0 5%;
  opacity: 0.9;
  color: var(--white);
  font-size: 60px;
  text-align: center;
  font-weight: 700;
}
#banner h2 {
  font-size: 48px;
  margin-top: 20px;
  padding: 0;
  width: 100%;
}
#banner .wrapper {
  text-align: center;
}
#banner .subtitle {
  font-size: 18px;
  letter-spacing: 0.1emx;
  margin: 0;
  color: var(--grey-light);
}
#banner p {
  font-family: var(--font-1);
  margin: 0 auto;
  color: var(--grey-light);
  margin-bottom: 40px;
}
#banner .button-2 {
  color: var(--white);
}

@media only screen and (min-width: 1200px) {
  #banner {
    position: relative;
    padding: 1px 0 0 0;
  }
  #banner .wrapper,
  #banner .content-grid {
    margin: 100px auto 0;
  }
  #banner p {
    width: 70%;
  }
}
/*Featured Articles Section Section*/
.featured-articles-section {
  text-align: center;
  padding: 100px 0;
  background: var(--white);
}

.cards-container {
  margin: 60px auto;
}

.article-card {
  background-color: var(--black);
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.article-card .category {
  color: var(--grey-light);
}
.article-card h4 {
  color: var(--white);
}
.article-card p,
.article-card p a {
  font-family: var(--font-1);
  font-size: 16px;
  color: var(--grey-light);
  width: 90%;
  margin: 25px auto 0 auto;
}
.article-card.article-card-alt {
  background-color: #e6e4e1;
}
.article-card.article-card-alt h4 {
  color: var(--black);
}
.article-card.article-card-alt h4:after {
  border-color: #3c3834;
  opacity: 0.6;
}
.article-card.article-card-alt .category,
.article-card.article-card-alt p,
.article-card.article-card-alt p a {
  color: #3c3834;
}
.article-card,
.article-card articke-card-nobg {
  background-color: transparent;
}
.article-card .article-card-content {
  width: 90%;
  margin: 22% auto;
  position: relative;
}
.article-card .article-card-content img {
  max-width: 60%;
  margin: 0 auto;
}

.article-card .article-card .article-card .article-card.card-large p {
  width: 60%;
}

.article-card h4:after {
  border-color: rgba(255, 255, 255, 0.6);
}

.article-card.card-large {
  width: 790px;
  height: 520px;
}

.article-card.card-small {
  width: 250px;
  height: 250px;
}
.article-card.card-small.card-high {
  height: 510px;
}

.article-group {
  float: left;
}

.article-group .article-card {
  float: none;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .article-card.card-medium {
    width: 520px;
    height: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .article-card.card-small {
    width: 95%;
    margin: 2.5% 2.5%;
  }
}
/*Full Width Section*/
.full-width-section {
  text-align: left;
  padding: 100px 0;
  background: #f3f3f3;
  background-repeat: no-repeat;
  background-position: center;
}
.full-width-section .subtitle {
  color: #b1a492;
  font-size: 18px;
  margin-bottom: 40px;
}
.full-width-section h2 {
  margin-bottom: 40px;
}
.full-width-section p {
  font-family: var(--font-1);
  font-size: 18px;
  color: #777;
  margin-bottom: 50px;
}
.full-width-section .additional.align-left {
  float: right;
  width: 40%;
}
.full-width-section .text.align-left {
  float: left;
  width: 60%;
  padding: 0 10% 0 40px;
}
.full-width-section .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.full-width-section .text .align-left {
  padding: 0 10% 0 40px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.full-width-section .text .align-right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0 40px 0 10%;
}
.full-width-section .text .addition {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: 100% auto;
}
.full-width-section .text.align-right {
  float: right;
  width: 60%;
  padding: 0 40px 0 10%;
}
.full-width-section .additional.align-right {
  float: left;
  width: 40%;
}
.full-width-section .text.align-center {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.full-width-section .text.align-center p.subtitle {
  text-align: center;
}
.full-width-section ul.list-checkmarks {
  margin-top: 40px;
}

.text ul {
  list-style-type: none;
  font-family: var(--font-1);
  font-size: 18px;
  color: #777;
}
.text ul li {
  margin: 10px 0;
}
.text ul li i {
  color: var(--main-color);
}

ul.list-checkmarks {
  list-style-type: none;
}
ul.list-checkmarks li {
  text-align: left;
  list-style-image: none;
  background: url(../images/checkmark.png) top left no-repeat;
  background-position: 0 2px;
  margin: 10px 0;
  padding: 0 10px 10px 40px;
}

@media only screen and (max-width: 720px) {
  .full-width-section .text {
    float: none !important;
    text-align: center;
  }
  .full-width-section .text.align-right,
  .full-width-section .text.align-left,
  .full-width-section .image.align-right,
  .full-width-section .image.align-left {
    width: 100%;
  }
  .full-width-section .image {
    float: none !important;
    width: 80% !important;
    padding: 0 20px;
    margin: 0 auto 60px auto;
  }
  .full-width-section .text p.subtitle {
    text-align: center;
  }
  .full-width-section h2 {
    font-size: 60px;
  }
}
/*Services Section*/
.services-section {
  text-align: center;
  padding: 100px 0;
  background: var(--white);
}

.services-section .subtitle {
  color: var(--white);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.services-section p {
  color: var(--white);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-1);
  font-size: 16px;
}

.services-section h4 {
  color: var(--white);
}

.services-section h4:after {
  border-color: rgba(255, 255, 255, 0.8);
}

ul.services-list {
  width: 90%;
  margin: 100px auto 60px;
}

ul.services-list li {
  display: inline-block;
  float: left;
  width: 30.66%;
  background: #222;
  padding: 90px 0;
  margin: 0 2%;
  border-radius: 10px;
}

ul.services-list li.emphasis {
  background: var(--main-color);
}

ul.services-list li p {
  width: 80%;
  margin: 20px auto 40px auto;
}

ul.services-list li a {
  font-family: var(--font-2);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
}

ul.services-list li a:hover {
  color: color-mix(in srgb, var(--main-color) 85%, black 15%);
}

a.small-button {
  color: var(--white) !important;
  font-size: 12px;
  padding: 8px 40px;
  border: 2px solid var(--white);
  border-radius: 999px;
  cursor: pointer;
}

a.small-button:hover {
  opacity: 0.8;
}

ul.services-list li:first-of-type {
  margin-left: 0;
}

ul.services-list li:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  ul.services-list li {
    display: block;
    width: 100%;
    margin: 20px 0 !important;
  }
}
/*Latest Articles / Masonry Section*/
.masonry-section {
  text-align: center;
  padding: 100px 0;
  background: #f2f2f2;
}

.masonry-top {
  width: 95%;
}

.masonry {
  margin: 30px auto;
  padding: 0;
  font-size: 0.85em;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  width: 95%;
}
.masonry.flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: normal;
     -moz-column-gap: normal;
          column-gap: normal;
}
.masonry.flex .item {
  width: 100%;
}

.item {
  display: inline-block;
  background: var(--white);
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
}
.item img.article-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.item .summary {
  padding: 10px 30px 30px 30px;
}
.item h4 {
  font-family: var(--font-1);
  font-size: 28px;
  margin: 12px 0;
  padding: 0;
}
.item h4:after {
  display: none;
}
.item .category {
  color: #867a6f;
  font-size: 12px;
}

.advert-item {
  background: none;
}

.item img.advert {
  border-radius: 10px;
}

@media only screen and (min-width: 480px) {
  .masonry {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .masonry.flex {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .masonry.flex .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 720px) {
  .masonry {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .masonry.flex {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .masonry.flex .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1em);
            flex: 0 0 calc(50% - 1em);
  }
}
@media only screen and (min-width: 1024px) {
  .masonry-top {
    width: 100%;
  }
  .masonry {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    width: 100%;
  }
  .masonry.flex {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .masonry.flex .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 1em);
            flex: 0 0 calc(33.3333% - 1em);
  }
}
/*Instagram Section*/
.instagram-section {
  text-align: center;
  padding: 100px 0;
  background: var(--white);
}

.instagram-section p.subtitle {
  color: var(--main-color);
  font-size: 17px;
}

ul.instagram-list {
  width: 90%;
  max-width: 1190px;
  margin: 80px auto 60px;
}

ul.instagram-list li {
  display: inline-block;
  float: left;
  width: 23%;
  background: var(--white);
  padding: 0;
  margin: 1%;
}

ul.instagram-list li img {
  border-radius: 10px;
}

ul.instagram-list li a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 960px) {
  ul.instagram-list li {
    display: block;
    width: 47%;
    margin: 1.5%;
  }
}
@media only screen and (max-width: 720px) {
  ul.instagram-list li {
    display: block;
    width: 100%;
    margin: 3% 0;
  }
}
/*Footer*/
footer {
  background: #222;
  margin-top: 0px;
  color: var(--white);
  text-align: center;
  padding: 40px 0;
}
footer .footer-text {
  font-weight: normal;
  color: #ccc;
}

footer .footer-left {
  float: left;
  text-align: left;
}

footer .footer-right {
  float: right;
  text-align: right;
}

footer p {
  font-size: 16px;
  margin: 5px;
}

footer p.copyright {
  font-family: var(--font-2);
  font-weight: 500;
  color: #ccc;
}

footer .footer-links {
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
}

footer .footer-links a {
  color: #777;
  margin: 0 20px;
}

footer .footer-links a:hover {
  color: var(--main-color);
}

footer .footer-links a:first-of-type {
  margin: 0 20px 0 0;
}

footer .footer-right a.social {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: no-repeat center;
  text-indent: -4999px;
  overflow: hidden;
  text-align: left;
  background-color: #363636;
  border-radius: 999px;
  margin-left: 10px;
}

footer .footer-right a.social:hover {
  background-color: var(--main-color);
}

footer a.social.facebook {
  background-image: url(../images/social-facebook.png);
}

footer a.social.twitter {
  background-image: url(../images/social-twitter.png);
}

footer a.social.google {
  background-image: url(../images/social-google.png);
}

@media only screen and (max-width: 960px) {
  footer {
    padding: 30px 0;
  }
  footer .footer-left,
  footer .footer-right,
  footer a.logo {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-left {
    margin-bottom: 20px;
  }
  footer a.logo {
    margin: 10px auto 40px auto;
  }
  footer .footer-links a {
    margin: 0 5px !important;
    font-size: 14px;
  }
}
.content-grid {
  --padding-inline: 1rem;
  --content-max-width: 1080px;
  --breakout-max-width: 1200px;
  --breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}

.content-grid > :not(.breakout, .full-width),
.full-width > :not(.breakout, .full-width) {
  grid-column: content;
}

.content-grid > .breakout {
  grid-column: breakout;
}

.content-grid > .full-width {
  grid-column: full-width;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: inherit;
  grid-template-columns: inherit;
}

img.full-width {
  width: 100%;
  max-height: 45vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.even-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

:root {
  --font-1: "Montserrat", sans-serif;
  --font-2: "Lora", serif;
  --white: #fff;
  --grey: grey;
  --grey-lighter: #f0f0f0;
  --grey-light: #e0dad4;
  --grey-darker: #666;
  --grey-darkest: #444;
  --main-color: #ee2e24;
  --red: #ac0113;
  --black: #0a0a0a;
}

section {
  display: block;
  overflow: hidden;
}

body,
html {
  font-family: var(--font-2);
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: normal !important;
}

a:hover {
  text-decoration: underline;
}
a[class^=btn]:hover, a[class^=button]:hover {
  text-decoration: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-flex.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.d-flex.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.d-flex.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-flex.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.d-flex.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.d-flex.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.d-flex.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 0;
  background: var(--grey-lighter);
}
header #lang-switch-wrapper {
  position: absolute;
  right: 15px;
  top: 50px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header #lang-switch-wrapper .form-grouping {
  white-space: nowrap;
  display: inline-block;
  margin-left: 1em;
  cursor: pointer;
}
header #lang-switch-wrapper .form-grouping input[type=radio] {
  display: none;
}
header #lang-switch-wrapper .form-grouping input[type=radio] + label {
  line-height: 100%;
  position: relative;
  font-size: 13px;
  left: 0;
  cursor: pointer;
}
header #lang-switch-wrapper .form-grouping input[type=radio] + label:before {
  font-family: Fontawesome;
  content: "\f111";
  display: inline-block;
  margin-right: 0.2em;
}
header #lang-switch-wrapper .form-grouping input[type=radio]:checked + label:before {
  content: "\f058";
}
header .logo {
  float: left;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 100%;
  background: url(../img/logo--header.svg) 0 0 no-repeat;
  width: 260px;
  height: 80px;
  background-size: cover;
}
header nav {
  margin-right: 0;
  margin-top: 0;
}
header nav ul li a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: solid 1px transparent;
  border-radius: 3px;
  padding: 10px;
}
header nav ul li a:hover {
  border: solid 1px color-mix(in srgb, var(--main-color) 80%, white 20%);
  text-decoration: none;
}
header nav ul li.active a {
  border: solid 1px var(--main-color);
}
header.small {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
header.small #lang-switch-wrapper {
  display: none;
}
header.small nav ul li a {
  padding: 6px 10px;
}
header.small .logo {
  height: 46px;
  width: 150px;
}

@media only screen and (min-width: 1200px) {
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  header nav {
    margin-top: 10px;
  }
  header.small {
    height: 46px;
  }
  header.small .logo:before {
    height: 46px;
  }
  header.small nav {
    margin-top: 6px;
  }
  .article-card.card-medium {
    height: 520px;
  }
  .article-card.card-medium.translate, .article-card.card-medium.edit {
    height: 450px;
  }
  .article-card.card-medium.layout, .article-card.card-medium.nothing {
    height: 330px;
  }
}
.bg-white {
  background: #fff;
}

#banner.lawn {
  background: url(../img/book-lawn-3520370.jpg) 50% 100% no-repeat;
  background-size: 100% auto;
  position: relative;
}
#banner.lawn .wrapper,
#banner.lawn .content-grid {
  margin: 390px auto 0;
  width: 850px;
}
#banner.lawn .wrapper h1,
#banner.lawn .content-grid h1 {
  font-size: 50px;
}
#banner.lawn .wrapper p,
#banner.lawn .content-grid p {
  font-style: normal;
}
#banner.stars {
  background: url(../img/stars.jpg) 50% 100% no-repeat;
  background-size: 100% auto;
  position: relative;
}
#banner.stars .wrapper,
#banner.stars .content-grid {
  margin: 390px auto 0;
  width: 850px;
}
#banner.stars .wrapper h1,
#banner.stars .content-grid h1 {
  font-size: 50px;
}
#banner.stars .wrapper p,
#banner.stars .content-grid p {
  font-style: normal;
}
#banner.open_book {
  background: #ac0113;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ac0113), to(#70010e));
  background-image: linear-gradient(to bottom, #ac0113 0%, #70010e 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
#banner.open_book .wrapper p,
#banner.open_book .content-grid p {
  font-style: normal;
}
#banner.open_book .wrapper img,
#banner.open_book .content-grid img {
  width: 520px;
  height: auto;
  max-width: 60%;
  margin: 0 auto 20px;
  display: block;
}

.hero-image {
  margin-bottom: 20px;
}

.featured-articles-section {
  padding: 100px 0 0;
}

.cards-container {
  margin: 20px auto;
}

.article-card {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.article-card .article-card-content {
  height: 100%;
  width: 90%;
  margin: 6% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-card.cook, .article-card.other {
  margin-bottom: 0;
}
.article-card.cook .article-card-content, .article-card.other .article-card-content {
  margin-bottom: 0;
}
.article-card.card-large p {
  width: auto;
}
.article-card .address-card p strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.article-card .address-card p {
  font-size: 0.8rem;
  margin: 0;
  display: block;
  width: 100%;
}
.article-card .address-card p a {
  font-size: 0.8rem;
  margin: 0;
}

.links a {
  margin-bottom: 0.5em;
  display: inline-block;
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.2;
}

.messages {
  display: none;
}

.alert {
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.alert.alert-success {
  background: #dff0d8;
  color: #3d763e;
}
.alert.alert-danger {
  background: #f2dede;
  color: #8d3636;
}

.modal-screen .modal-content {
  border-radius: 10px;
}
.modal-screen .modal-content ul,
.modal-screen .modal-content li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.modal-screen .modal-content ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-screen .modal-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1em);
          flex: 0 0 calc(50% - 1em);
}
.modal-screen .modal-content li h6 {
  margin: 20px 0 0;
}
.modal-screen .modal-content .verplicht {
  margin: 0;
}
.modal-screen h4 {
  text-align: center;
}

.featured-articles-section {
  padding: 60px 0 0;
}

.masonry-section {
  padding: 60px 0;
}

.full-width-section {
  padding: 60px 0;
}

.masonry-top {
  margin: 30px auto 0;
}

form ul {
  margin-left: -10px;
  width: calc(100% + 20px);
}
form li {
  width: 100%;
  margin: 0 10px;
}
form .form-group {
  position: relative;
  margin: 0 0 1em;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  border: 1px solid var(--grey);
  background: #fff;
  font-size: 17px;
  font-family: var(--font-2);
  padding: 13px 10px 7px;
  border-radius: 5px;
  width: 100%;
  font-weight: 400;
  text-transform: none;
}
form input[type=text]:focus + label, form input[type=text].filled + label,
form input[type=email]:focus + label,
form input[type=email].filled + label,
form input[type=tel]:focus + label,
form input[type=tel].filled + label,
form textarea:focus + label,
form textarea.filled + label {
  font-size: 11px;
  line-height: normal;
  top: 2px;
}
form input[type=text] {
  height: 2.5em;
}
form textarea {
  height: 9.5em;
}
form label {
  display: inline-block;
  position: absolute;
  color: var(--grey);
  line-height: 42px;
  left: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
}
form .verplicht {
  color: var(--grey);
  font-size: 12px;
}
form .submit {
  text-align: center;
}
form .help-block ul {
  display: block !important;
}
form .help-block ul li {
  width: 100% !important;
  line-height: 130%;
  padding: 5px !important;
}
form .help-block.with-errors {
  color: red;
}

.vds {
  display: none !important;
}

article-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-subcards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -20px;
  padding-top: 20px;
  margin-top: auto;
}
.article-subcards-wrapper .article-subcard {
  width: calc(50% - 20px);
  background: var(--white);
  border-radius: 6px;
  margin: 0 0 0 20px;
  padding: 10px;
}
.article-subcards-wrapper .article-subcard img {
  width: 100%;
  height: auto;
}
.article-subcards-wrapper .article-subcard h4 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  width: 100%;
}
.article-subcards-wrapper .article-subcard h4:after {
  display: none;
}
.article-subcards-wrapper .article-subcard p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  width: 100%;
}

#about-us img {
  width: auto;
  max-width: 110px;
  border-radius: 50%;
}

.modal-screen .modal-content {
  position: absolute;
  left: 2%;
  max-width: 96%;
  z-index: 99;
  padding: 20px 10px;
  top: 10%;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background: var(--white);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.modal-screen .modal-content .modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-top: solid 1px var(--grey);
  padding-top: 15px;
  margin-top: 15px;
}
.modal-screen .modal-content .modal-top-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  color: var(--grey-darker);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.modal-screen .modal-content .modal-top-close a {
  color: var(--grey-darker);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.modal-screen .modal-content .modal-top-close:hover {
  color: var(--grey);
}
.modal-screen .modal-content .modal-top-close:hover a {
  color: var(--grey);
}
.modal-screen .modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.modal-screen.active .modal-bg,
.modal-screen.active .modal-content {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.modal-screen.modal-small .modal-content {
  width: 300px;
  margin-left: -150px;
  left: 50%;
  right: auto;
  top: 12%;
  bottom: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .modal-screen .modal-content {
    width: 700px;
    margin-left: -350px;
    z-index: 99;
    padding: 20px;
    top: 2%;
    max-width: 1000px;
    left: 50%;
    position: fixed;
  }
}