/* 2F4DCC */
@font-face {
  font-family: 'AvenirLT';
  src: url('../fonts/AvenirLT-Black.woff2') format('woff2'), url('../fonts/AvenirLT-Black.woff') format('woff'), url('../fonts/AvenirLT-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* 2F4DC5 */
@font-face {
  font-family: 'AvenirLT-Roman';
  src: url('../fonts/AvenirLT-Roman.woff2') format('woff2'), url('../fonts/AvenirLT-Roman.woff') format('woff'), url('../fonts/AvenirLT-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'AvenirLT-Roman';
  font-size: 15px;
  color: #683b11;
}
body .wrapper h1,
body .wrapper h2,
body .wrapper h3,
body .wrapper h4,
body .wrapper h5,
body .wrapper h6 {
  font-family: 'AvenirLT';
  margin: 20px 0 30px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 500px) {
  body .wrapper h1,
  body .wrapper h2,
  body .wrapper h3,
  body .wrapper h4,
  body .wrapper h5,
  body .wrapper h6 {
    font-size: 14px;
  }
}
body .wrapper h1,
body .wrapper .page-head {
  font-size: 44px;
  color: #683b11;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  body .wrapper h1,
  body .wrapper .page-head {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  body .wrapper h1,
  body .wrapper .page-head {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) and (max-width: 768px) and (max-width: 500px) {
  body .wrapper h1,
  body .wrapper .page-head {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
body .wrapper h1:after,
body .wrapper .page-head:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #683b11;
  margin-top: 40px;
}
@media (max-width: 992px) {
  body .wrapper h1:after,
  body .wrapper .page-head:after {
    margin-top: 35px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  body .wrapper h1:after,
  body .wrapper .page-head:after {
    margin-top: 30px;
  }
}
@media (max-width: 992px) and (max-width: 768px) and (max-width: 500px) {
  body .wrapper h1:after,
  body .wrapper .page-head:after {
    margin-top: 20px;
  }
}
body .wrapper .home h2:not(.page-head),
body .wrapper .home h3,
body .wrapper .home h4.h5.h6 {
  color: #683b11;
  font-family: 'AvenirLT-Roman';
  font-weight: 400;
  margin-bottom: 10px;
}
body .wrapper .home h2:not(.page-head) {
  font-size: 30px;
}
@media (max-width: 992px) {
  body .wrapper .home h2:not(.page-head) {
    font-size: 28px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  body .wrapper .home h2:not(.page-head) {
    font-size: 25px;
  }
}
@media (max-width: 992px) and (max-width: 768px) and (max-width: 500px) {
  body .wrapper .home h2:not(.page-head) {
    font-size: 20px;
  }
}
body .wrapper .home h3 {
  font-size: 25px;
}
body .wrapper .home h4 {
  font-size: 18px;
}
body .wrapper .home h5 {
  font-size: 17px;
}
body .wrapper .home h6 {
  font-size: 16px;
}
body .wrapper p {
  margin-bottom: 30px;
  line-height: 200%;
}
body .wrapper a {
  color: #683b11;
  text-decoration: underline;
}
body .wrapper a:hover {
  color: #683b11;
  text-decoration: underline;
}
body .wrapper a.button {
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: 0.2s background-color;
  display: inline-block;
}
@media (max-width: 992px) {
  body .wrapper a.button {
    padding: 5px 10px;
  }
}
body .wrapper a.button:hover {
  text-decoration: none;
}
body .wrapper a.button.primary {
  border: 1px solid #fdcf60;
  background-color: #fdcf60;
}
body .wrapper a.button.primary:hover {
  border-color: #96c6d4;
  background-color: #96c6d4;
}
body .wrapper a.button.secondary {
  border: 1px solid #96c6d4;
  background-color: #96c6d4;
}
body .wrapper a.button.secondary:hover {
  border-color: #fdcf60;
  background-color: #fdcf60;
}
body .wrapper .pull-right {
  float: right;
  margin-left: 10px;
}
body .wrapper .pull-right ::after {
  content: "";
  clear: both;
}
body .wrapper .pull-left {
  float: left;
  margin-right: 10px;
}
body .wrapper .pull-left ::after {
  content: "";
  clear: both;
}
body .wrapper .center-block {
  margin-left: auto;
  margin-right: auto;
}
body .wrapper table {
  width: 468px;
  height: 128px;
  border: none;
}
@media (max-width: 640px) {
  body .wrapper table {
    width: 100%;
  }
}
body .wrapper table tr td {
  padding: 0;
}
@media (min-width: 1000px) {
  .container {
    max-width: 970px;
  }
}
.content {
  padding: 30px 0 20px;
}
@media (min-width: 992px) {
  .content {
    max-width: 80%;
  }
}
.content .date {
  margin-top: 30px;
}
img {
  max-width: 100%;
}
.menu {
  padding: 20px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.1);
}
.menu .menu-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.menu .menu-inner .navbar {
  padding: 0;
}
@media (max-width: 992px) {
  .menu .menu-inner .navbar {
    padding: 8px 0;
  }
  .menu .menu-inner .navbar .navbar-nav {
    padding: 0px 15px;
  }
}
.menu .menu-inner .navbar .navbar-toggler {
  padding: 0;
  margin: 5px 15px;
  border: unset;
  line-height: 15px;
}
.menu .menu-inner .navbar .navbar-toggler .navbar-toggler-icon {
  background: #333;
  height: 2px;
  position: relative;
}
.menu .menu-inner .navbar .navbar-toggler .navbar-toggler-icon:before,
.menu .menu-inner .navbar .navbar-toggler .navbar-toggler-icon:after {
  background: #333;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  content: '';
}
.menu .menu-inner .navbar .navbar-toggler .navbar-toggler-icon:before {
  top: -6px;
}
.menu .menu-inner .navbar .navbar-toggler .navbar-toggler-icon:after {
  top: 6px;
}
@media (max-width: 992px) {
  .menu .menu-inner .navbar .navbar-collapse {
    margin: 20px 0 0;
  }
}
.menu .menu-inner .navbar .navbar-nav .nav-link,
.menu .menu-inner .navbar .navbar-nav .dropdown-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: unset;
  font-family: 'AvenirLT';
  margin: 0 30px 0 0;
  padding: 2px 0;
  transition: 0.3s color;
  width: fit-content;
  border-bottom: 2px solid #fff;
}
.menu .menu-inner .navbar .navbar-nav .nav-link:hover,
.menu .menu-inner .navbar .navbar-nav .dropdown-item:hover,
.menu .menu-inner .navbar .navbar-nav .nav-link:active,
.menu .menu-inner .navbar .navbar-nav .dropdown-item:active,
.menu .menu-inner .navbar .navbar-nav .nav-link:focus,
.menu .menu-inner .navbar .navbar-nav .dropdown-item:focus,
.menu .menu-inner .navbar .navbar-nav .nav-link.active,
.menu .menu-inner .navbar .navbar-nav .dropdown-item.active,
.menu .menu-inner .navbar .navbar-nav .nav-link:focus-within,
.menu .menu-inner .navbar .navbar-nav .dropdown-item:focus-within {
  background: unset;
  color: #f18f55;
  border-color: #f18f55;
}
.menu .menu-inner .navbar .dropdown-menu {
  border: unset;
  border-radius: unset;
  padding: 10px 15px;
  width: fit-content;
}
@media (max-width: 992px) {
  .menu .menu-inner .navbar .dropdown-menu {
    padding: 10px 15px;
  }
}
.menu .menu-inner .navbar .dropdown-menu .dropdown-item {
  margin: 2px;
}
@media (max-width: 992px) {
  .menu .menu-inner .navbar .dropdown-menu .dropdown-item {
    white-space: break-spaces;
  }
}
.menu .menu-inner .view-switcher .dropdown-toggle::after {
  display: none;
}
.menu .menu-inner .view-switcher ul.dropdown-menu {
  min-width: 70px;
  max-width: 70px;
  left: -15px !important;
  padding: 0;
}
.menu .menu-inner .view-switcher ul.dropdown-menu.open {
  display: block;
}
.menu .menu-inner .view-switcher ul.dropdown-menu li a {
  padding: 5px 0;
  transition: 0.2s all;
  background-color: #fff;
}
.menu .menu-inner .view-switcher ul.dropdown-menu li a:hover {
  background-color: #fdcf60;
}
.header {
  background: #96c6d4;
}
.header .container {
  background: #fff;
}
.header .container .header-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 295px;
}
@media (max-width: 575px) {
  .header .container .header-image {
    height: unset;
  }
}
.header .container .header-image .logo {
  flex: 1 1 300px;
}
.header .container .header-image .image {
  flex: 1 1 calc(100% - 315px);
  margin-left: 15px;
}
@media (max-width: 575px) {
  .header .container .header-image .image {
    display: none;
  }
}
.header .container .header-image .image img {
  object-fit: cover;
  height: 100%;
  object-position: top;
}
.header .slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.header .slider .slide {
  -webkit-flex: 1 1 calc(33.33333333% - 10px);
  -ms-flex: 1 1 calc(33.33333333% - 10px);
  flex: 1 1 calc(33.33333333% - 10px);
  max-width: calc(33.33333333% - 10px);
}
@media (max-width: 575px) {
  .header .slider .slide {
    display: none;
  }
  .header .slider .slide:nth-child(5) {
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 15px 0 !important;
  }
}
.header .slider .slide:nth-child(3n + 2) {
  margin: 0 15px;
}
.header .slider .slide:nth-child(1),
.header .slider .slide:nth-child(2),
.header .slider .slide:nth-child(3) {
  margin-bottom: 15px;
}
.header .slider .slide:nth-child(2) .qoute {
  background: #96c285;
}
.header .slider .slide:nth-child(3) .qoute,
.header .slider .slide:nth-child(6) .qoute {
  background: #683b11;
}
.header .slider .slide:nth-child(4) .qoute {
  background: #d092a1;
}
.header .slider .slide .swiper-container {
  height: 100%;
}
.header .slider .slide .swiper-container .swiper-slide {
  height: 100%;
}
.header .slider .slide .swiper-container .swiper-slide .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
}
.header .slider .slide .swiper-container .swiper-slide .qoute {
  height: 100%;
  color: #fff;
  font-size: 30px;
  padding: 20px;
}
.header .slider .slide .swiper-container .swiper-slide .qoute .text {
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .header .slider .slide .swiper-container .swiper-slide .qoute {
    font-size: 20px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .header .slider .slide .swiper-container .swiper-slide .qoute {
    font-size: 15px;
  }
}
.header .slider .slide .swiper-container .swiper-slide .qoute a.button {
  font-size: 15px;
}
@media (max-width: 768px) {
  .header .slider .slide .swiper-container .swiper-slide .qoute a.button {
    font-size: 12px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: unset;
  font-size: 40px;
  color: #fff;
  height: 100%;
  top: 22px;
  bottom: 0;
  text-align: center;
  width: 95px;
  background: #96c6d4;
}
@media (max-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #fdcf60;
  transition: 0.2s all;
}
.swiper-button-next i,
.swiper-button-prev i {
  width: 100%;
}
.swiper-button-next.swiper-button-prev,
.swiper-button-prev.swiper-button-prev {
  left: -110px;
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
  right: -110px;
}
.breadcrumbs-spacer {
  height: 30px;
}
.breadcrumb {
  background: unset;
  padding: 0;
  margin: 25px 0 -25px;
}
.breadcrumb li {
  margin-right: 10px;
}
.breadcrumb li:after {
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-left: 10px;
  font-size: 13px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.albums {
  margin: -7.5px;
}
.albums .album {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.albums .album img {
  -webkit-flex: 1 1 33.33333333%;
  -ms-flex: 1 1 33.33333333%;
  flex: 1 1 33.33333333%;
  min-width: 150px;
  padding: 7.5px;
  max-height: 313px;
  object-fit: cover;
  object-position: top;
}
.teammembers,
.specialist {
  margin: 0 -7.5px;
}
.teammembers .teammember,
.specialist .teammember {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .teammembers .teammember,
  .specialist .teammember {
    margin: 15px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.teammembers .teammember > div,
.specialist .teammember > div {
  -webkit-flex: 1 1 33.33333%;
  -ms-flex: 1 1 33.33333%;
  flex: 1 1 33.33333%;
  margin: 7.5px;
  height: 300px;
}
@media (max-width: 768px) {
  .teammembers .teammember > div,
  .specialist .teammember > div {
    flex: 1 1 100%;
    height: auto;
    margin: 0 7.5px;
  }
}
.teammembers .teammember > div.image img,
.specialist .teammember > div.image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
}
@media (max-width: 768px) {
  .teammembers .teammember > div.image.decorative,
  .specialist .teammember > div.image.decorative {
    display: none;
  }
}
.teammembers .teammember > div.inhoud,
.specialist .teammember > div.inhoud {
  background: #683b11;
  color: #fff;
  padding: 20px;
  line-height: 200%;
}
.teammembers .teammember > div.inhoud .title,
.specialist .teammember > div.inhoud .title {
  font-size: 18px;
  font-family: 'AvenirLT';
}
.teammembers .teammember > div.inhoud a,
.specialist .teammember > div.inhoud a {
  color: #fff;
  text-decoration: unset;
}
.teammembers .teammember > div.inhoud a:hover,
.specialist .teammember > div.inhoud a:hover {
  text-decoration: underline;
}
.teammembers .teammember > div.inhoud .link,
.specialist .teammember > div.inhoud .link {
  margin: 15px 0;
}
.teammembers .teammember > div.inhoud .link a,
.specialist .teammember > div.inhoud .link a {
  color: #683b11;
}
.team-socials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-socials a.social.linkedin {
  height: 30px;
  width: 30px;
  background: #683b11;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 10px;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.team-socials a.social.linkedin i {
  color: #fff;
  width: 100%;
  line-height: 100%;
  text-align: center;
}
.quotes {
  background: #96c285;
}
.quotes .container {
  background: #fff;
  position: relative;
}
.quotes .container #quote-slider {
  -webkit-align-items: strech;
  -ms-align-items: strech;
  align-items: strech;
}
.quotes .container #quote-slider .swiper-slide {
  height: auto;
}
.quotes .container #quote-slider .swiper-slide .quote {
  padding: 30px;
  background: #96c6d4;
  color: #fff;
  font-size: 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .quotes .container #quote-slider .swiper-slide .quote {
    font-size: 40px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .quotes .container #quote-slider .swiper-slide .quote {
    font-size: 30px;
  }
}
@media (max-width: 992px) and (max-width: 768px) and (max-width: 500px) {
  .quotes .container #quote-slider .swiper-slide .quote {
    font-size: 25px;
  }
}
.quotes .container #quote-slider .swiper-slide .quote a.button {
  font-size: 15px;
}
.quotes .container .swiper-button-next,
.quotes .container .swiper-button-prev {
  background: #96c285;
}
.quotes .container .swiper-button-next:hover,
.quotes .container .swiper-button-prev:hover {
  background-color: #fdcf60;
  transition: 0.2s all;
}
.quotes .container .swiper-button-next.swiper-button-prev,
.quotes .container .swiper-button-prev.swiper-button-prev {
  left: -90px;
}
.quotes .container .swiper-button-next.swiper-button-next,
.quotes .container .swiper-button-prev.swiper-button-next {
  right: -90px;
}
footer {
  background: #683b11;
  padding: 50px 0 0 0;
  margin-top: 50px;
}
footer .footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer .item {
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  color: #fff;
  min-width: 200px;
  margin-bottom: 30px;
}
footer .footer .item h4,
footer .footer .item a,
footer .footer .item p,
footer .footer .item span,
footer .footer .item ul,
footer .footer .item li,
footer .footer .item ol {
  color: #fff;
  margin: 0;
  padding: 0;
}
footer .footer .item .contact a:before {
  display: none;
}
footer .footer .item a {
  text-decoration: unset;
}
footer .footer .item a:hover {
  text-decoration: underline;
}
footer .footer .item a:before {
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 10px;
  font-size: 13px;
}
footer .footer .item a:before:hover {
  text-decoration: underline;
}
footer .footer .item h4 {
  font-family: 'AvenirLT';
  font-size: 18px;
  margin: 0 0 20px;
}
footer .footer .item ul.contact-details {
  list-style: none;
  margin-bottom: 20px;
}
footer .footer .item .social-link {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
footer .footer .item .social-link a {
  height: 30px;
  width: 30px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 10px;
  align-items: center;
}
footer .footer .item .social-link a i {
  color: #683b11;
  width: 100%;
  line-height: 100%;
  text-align: center;
}
footer .footer .item .social-link a:before {
  display: none;
}
.news-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: -7.5px;
}
.news-list .pagination {
  margin: 50px auto 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-list .pagination li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #96c285;
  margin: 0 2.5px;
  height: 50px;
  width: 50px;
  position: relative;
  transition: 0.2s background-color;
  -webkit-flex: 0 1 calc(8.3% - 5px);
  -ms-flex: 0 1 calc(8.3% - 5px);
  flex: 0 1 calc(8.3% - 5px);
}
.news-list .pagination li:hover {
  background: #f18f55;
}
.news-list .pagination li.active {
  background: #96c6d4;
}
.news-list .pagination li.disabled:hover {
  background: #96c285;
}
.news-list .pagination li a,
.news-list .pagination li span {
  color: #fff;
  text-decoration: unset;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-weight: 700;
}
.news-list li {
  -webkit-flex: 0 1 calc(33.33% - 15px);
  -ms-flex: 0 1 calc(33.33% - 15px);
  flex: 0 1 calc(33.33% - 15px);
  list-style: none;
  margin: 7.5px;
}
@media (max-width: 1200px) {
  .news-list li {
    -webkit-flex: 0 1 calc(50% - 15px);
    -ms-flex: 0 1 calc(50% - 15px);
    flex: 0 1 calc(50% - 15px);
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .news-list li {
    -webkit-flex: 0 1 calc(100% - 15px);
    -ms-flex: 0 1 calc(100% - 15px);
    flex: 0 1 calc(100% - 15px);
  }
}
.news-list li .news {
  background: #96c6d4;
  height: 100%;
  width: 100%;
  transition: 0.2s background-color;
}
.news-list li .news:hover {
  background: #f18f55;
}
.news-list li .news a {
  height: 100%;
  width: 100%;
  display: block;
  padding: 30px;
  text-decoration: unset;
}
.news-list li .news a:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f30b';
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
  display: block;
}
.news-list li .news a .date {
  color: #fff;
  margin-bottom: 10px;
}
.news-list li .news a .contents {
  height: 230px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-height: 200%;
}
@media (max-width: 1000px) {
  .news-list li .news a .contents {
    height: 200px;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  .news-list li .news a .contents {
    height: 140px;
  }
}
@media (max-width: 1000px) and (max-width: 768px) and (max-width: 510px) {
  .news-list li .news a .contents {
    height: 200px;
  }
}
.news-list li .news a .contents .title {
  font-family: 'AvenirLT';
  margin-bottom: 20px;
}
.news-list li .news a .contents p {
  margin: 0;
  word-break: break-word;
}
.subpages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7.5px;
}
.subpages .subpage {
  -webkit-flex: 0 1 calc(33.33% - 15px);
  -ms-flex: 0 1 calc(33.33% - 15px);
  flex: 0 1 calc(33.33% - 15px);
  margin: 7.5px;
  background: #fdcf60;
  height: 100%;
  width: 100%;
  transition: 0.2s background-color;
}
@media (max-width: 1200px) {
  .subpages .subpage {
    -webkit-flex: 0 1 calc(50% - 15px);
    -ms-flex: 0 1 calc(50% - 15px);
    flex: 0 1 calc(50% - 15px);
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .subpages .subpage {
    -webkit-flex: 0 1 calc(100% - 15px);
    -ms-flex: 0 1 calc(100% - 15px);
    flex: 0 1 calc(100% - 15px);
  }
}
.subpages .subpage:hover {
  background: #96c6d4;
}
.subpages .subpage a {
  height: 100%;
  width: 100%;
  display: block;
  padding: 30px;
  text-decoration: unset;
}
.subpages .subpage a:hover {
  text-decoration: unset;
}
.subpages .subpage a:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f30b';
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
  display: block;
}
.subpages .subpage a .contents {
  height: 230px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-height: 200%;
}
@media (max-width: 1000px) {
  .subpages .subpage a .contents {
    height: 200px;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  .subpages .subpage a .contents {
    height: 140px;
  }
}
@media (max-width: 1000px) and (max-width: 768px) and (max-width: 510px) {
  .subpages .subpage a .contents {
    height: 200px;
  }
}
.subpages .subpage a .contents .title {
  font-family: 'AvenirLT';
  margin-bottom: 20px;
}
.subpages .subpage a .contents p {
  margin: 0;
  word-break: break-word;
}
