body {
  color: #464646;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  margin: 0; }

.corner-ribbon {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  left: -50px;
  letter-spacing: 1px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  text-align: center;
  top: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 150px; }
  .corner-ribbon.top-right {
    left: auto;
    right: -50px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .corner-ribbon.news, .corner-ribbon.photo {
    background: #adc442; }
  .corner-ribbon.article, .corner-ribbon.video {
    background: #54c9e8; }

.overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.25s;
  width: 100%;
  z-index: 5; }
  .overlay--visible {
    display: block;
    opacity: 1; }

.capella-button {
  align-items: center;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: 800;
  justify-content: center;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.25s; }
  .capella-button--yellow {
    background-color: #ffcd22;
    color: #fff !important; }
    .capella-button--yellow:hover {
      background-color: #ff9016; }
  .capella-button--green {
    background-color: #adc442;
    color: #fff !important; }
    .capella-button--green:hover {
      background-color: #941c50; }
  .capella-button--orange {
    background-color: #ff9016;
    color: #fff !important; }
    .capella-button--orange:hover {
      background-color: #ffcd22; }

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 15px;
  width: 1020px; }
  .container:after {
    clear: both;
    content: ' ';
    display: block; }
  .container--no-padding {
    padding: 0; }

.section-title, .main-content h1, .main-content h2, .main-content h5 {
  color: #464646;
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 15px; }
  .section-title--has-bg {
    background: url("../img/bg-section-title.png") center bottom no-repeat;
    margin-bottom: 50px;
    padding-bottom: 35px;
    text-align: center; }

.js-trigger-sidemenu {
  display: none; }

.bg-pattern {
  background-image: url("../img/bg-pattern.png");
  background-position: center;
  background-repeat: repeat; }
  .bg-pattern--blue {
    background-color: #54c9e8; }
  .bg-pattern--yellow {
    background-color: #ffcd22; }
  .bg-pattern--green {
    background-color: #adc442; }
  .bg-pattern--orange {
    background-color: #ff9016; }
  .bg-pattern--purple {
    background-color: #941c50; }

.header {
  border-bottom: 1px solid #cacaca;
  padding: 15px 15px 0; }

.logo {
  display: block;
  float: left; }
  .logo__image {
    display: block;
    height: 85px;
    max-width: 100%; }

.menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu:after {
    clear: both;
    content: ' ';
    display: block; }
  .menu__item {
    display: block;
    float: left; }
    .menu__item--logo {
      display: none; }
    .menu__item--home .menu__icon {
      background-image: url("../img/icon-home.png");
      height: 40px;
      width: 40px; }
    .menu__item--home .menu__line {
      background: #e55352; }
    .menu__item--about .menu__icon {
      background-image: url("../img/icon-about.png");
      height: 34px;
      width: 49px; }
    .menu__item--about .menu__line {
      background: #ff9016; }
    .menu__item--education .menu__icon {
      background-image: url("../img/icon-education.png");
      height: 34px;
      width: 50px; }
    .menu__item--education .menu__line {
      background: #ffcd22; }
    .menu__item--what-we-do .menu__icon {
      background-image: url("../img/icon-what-we-do.png");
      height: 34px;
      width: 41px; }
    .menu__item--what-we-do .menu__line {
      background: #adc442; }
    .menu__item--gallery .menu__icon {
      background-image: url("../img/icon-gallery.png");
      height: 32px;
      width: 41px; }
    .menu__item--gallery .menu__line {
      background: #e55352; }
    .menu__item--news .menu__icon {
      background-image: url("../img/icon-news.png");
      height: 34px;
      width: 41px; }
    .menu__item--news .menu__line {
      background: #54c9e8; }
    .menu__item--contact-us .menu__icon {
      background-image: url("../img/icon-contact-us.png");
      height: 26px;
      width: 41px; }
    .menu__item--contact-us .menu__line {
      background: #941c50; }
  .menu__link {
    display: block;
    height: 75px;
    padding: 0 15px 10px;
    position: relative;
    text-align: center;
    text-decoration: none; }
    .menu__link:hover .menu__line {
      height: 3px; }
    .menu__link:hover .menu__icon {
      background-position: bottom center; }
    .menu__link--active .menu__line {
      height: 3px; }
    .menu__link--active .menu__icon {
      background-position: bottom center; }
  .menu__line {
    border: 0;
    bottom: 0;
    height: 0;
    left: 0;
    margin: 0;
    position: absolute;
    transition: height 0.25s;
    width: 100%; }
  .menu__label {
    color: #464646;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase; }

.menu-icon {
  display: block;
  height: 45px;
  margin: 10px auto 0;
  position: relative;
  width: 50px; }
  .menu-icon__image {
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .menu-icon__image--active {
      background-position: center bottom; }

.join {
  background-size: 30%; }
  .join__title {
    color: #fff;
    float: left;
    font-size: 32px; }
  .join__button {
    float: right;
    height: 55px;
    margin: 35px 0 0;
    width: 240px; }

.footer {
  color: #9b9b9b;
  font-size: 16px; }
  .footer__copyright {
    float: left; }
  .footer__link {
    color: #e55352;
    text-decoration: none;
    transition: all 0.25s; }
    .footer__link:hover {
      color: #ff9016;
      text-decoration: underline; }

.follow {
  align-items: center;
  display: flex;
  float: right;
  margin: 10px 0 0; }
  .follow__link {
    align-items: center;
    display: flex;
    margin: 0 0 0 10px; }
  .follow__item {
    align-items: center;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    color: #9b9b9b;
    display: flex;
    height: 30px;
    justify-content: center;
    margin: 0 5px;
    text-decoration: none;
    transition: all 0.25s;
    width: 30px; }
    .follow__item:hover {
      border-color: transparent;
      color: #fff; }
    .follow__item--facebook:hover {
      background-color: #54c9e8; }
    .follow__item--instagram:hover {
      background-color: #941c50; }
    .follow__item--line:hover {
      background-color: #adc442; }

.main-content h2 {
  font-size: 30px; }
.main-content h5 {
  font-size: 20px; }
.main-content h6 {
  font-size: 12px;
  font-weight: normal;
  margin: -15px 0 25px 0; }
.main-content p {
  line-height: 1.6;
  margin: 0 0 15px 0; }
.main-content ol, .main-content ul {
  padding-left: 35px; }
  .main-content ol li, .main-content ul li {
    line-height: 1.4;
    margin: 0 0 10px 0; }
.main-content a {
  color: #e55352;
  text-decoration: underline;
  transition: color 0.25s; }
  .main-content a:hover {
    color: #ff9016; }
.main-content img {
  max-width: 100%; }
.main-content table {
  max-width: 100%;
  table-layout: fixed; }
.main-content td {
  padding: 10px; }
  .main-content td p {
    margin: 0; }

.capella-line {
  display: flex;
  height: 4px; }
  .capella-line__item {
    display: block;
    width: 16.66%; }
    .capella-line__item--red {
      background-color: #e55352; }
    .capella-line__item--orange {
      background-color: #ff9016; }
    .capella-line__item--yellow {
      background-color: #ffcd22; }
    .capella-line__item--green {
      background-color: #adc442; }
    .capella-line__item--blue {
      background-color: #54c9e8; }
    .capella-line__item--purple {
      background-color: #941c50; }

.section-separator {
  display: block;
  margin: 25px auto;
  max-width: 100%; }

.loader {
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .5s;
  width: 100%;
  z-index: -1; }
  .loader--is-active {
    opacity: 1;
    transition: opacity .5s;
    z-index: 99999; }
  .loader__text {
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 100%; }
  .loader__icon {
    display: block;
    height: 2.5em;
    left: -25px;
    margin: 0 auto;
    position: relative;
    transform: rotate(165deg);
    width: 2.5em; }
    .loader__icon:before, .loader__icon:after {
      border-radius: .25em;
      content: '';
      display: block;
      height: .5em;
      position: absolute;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: .5em; }
    .loader__icon:before {
      -webkit-animation: before 1.8s infinite;
      -moz-animation: before 1.8s infinite;
      -ms-animation: before 1.8s infinite;
      -o-animation: before 1.8s infinite;
      animation: before 1.8s infinite; }
    .loader__icon:after {
      -webkit-animation: after 1.8s infinite;
      -moz-animation: after 1.8s infinite;
      -ms-animation: after 1.8s infinite;
      -o-animation: after 1.8s infinite;
      animation: after 1.8s infinite; }

@keyframes before {
  0% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  35% {
    box-shadow: 0 -0.5em rgba(255, 205, 34, 0.75), 0 0.5em rgba(173, 196, 66, 0.75);
    width: 2.5em; }
  70% {
    box-shadow: -1em -0.5em rgba(255, 205, 34, 0.75), 1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  100% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75); } }
@-o-keyframes before {
  0% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  35% {
    box-shadow: 0 -0.5em rgba(255, 205, 34, 0.75), 0 0.5em rgba(173, 196, 66, 0.75);
    width: 2.5em; }
  70% {
    box-shadow: -1em -0.5em rgba(255, 205, 34, 0.75), 1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  100% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75); } }
@-ms-keyframes before {
  0% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  35% {
    box-shadow: 0 -0.5em rgba(255, 205, 34, 0.75), 0 0.5em rgba(173, 196, 66, 0.75);
    width: 2.5em; }
  70% {
    box-shadow: -1em -0.5em rgba(255, 205, 34, 0.75), 1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  100% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75); } }
@-webkit-keyframes before {
  0% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  35% {
    box-shadow: 0 -0.5em rgba(255, 205, 34, 0.75), 0 0.5em rgba(173, 196, 66, 0.75);
    width: 2.5em; }
  70% {
    box-shadow: -1em -0.5em rgba(255, 205, 34, 0.75), 1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  100% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75); } }
@-moz-keyframes before {
  0% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  35% {
    box-shadow: 0 -0.5em rgba(255, 205, 34, 0.75), 0 0.5em rgba(173, 196, 66, 0.75);
    width: 2.5em; }
  70% {
    box-shadow: -1em -0.5em rgba(255, 205, 34, 0.75), 1em 0.5em rgba(173, 196, 66, 0.75);
    width: .5em; }
  100% {
    box-shadow: 1em -0.5em rgba(255, 205, 34, 0.75), -1em 0.5em rgba(173, 196, 66, 0.75); } }
@keyframes after {
  0% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  35% {
    box-shadow: 0.5em 0 rgba(84, 201, 232, 0.75), -0.5em 0 rgba(255, 144, 22, 0.75);
    height: 2.5em; }
  70% {
    box-shadow: 0.5em -1em rgba(84, 201, 232, 0.75), -0.5em 1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  100% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75); } }
@-o-keyframes after {
  0% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  35% {
    box-shadow: 0.5em 0 rgba(84, 201, 232, 0.75), -0.5em 0 rgba(255, 144, 22, 0.75);
    height: 2.5em; }
  70% {
    box-shadow: 0.5em -1em rgba(84, 201, 232, 0.75), -0.5em 1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  100% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75); } }
@-ms-keyframes after {
  0% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  35% {
    box-shadow: 0.5em 0 rgba(84, 201, 232, 0.75), -0.5em 0 rgba(255, 144, 22, 0.75);
    height: 2.5em; }
  70% {
    box-shadow: 0.5em -1em rgba(84, 201, 232, 0.75), -0.5em 1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  100% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75); } }
@-webkit-keyframes after {
  0% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  35% {
    box-shadow: 0.5em 0 rgba(84, 201, 232, 0.75), -0.5em 0 rgba(255, 144, 22, 0.75);
    height: 2.5em; }
  70% {
    box-shadow: 0.5em -1em rgba(84, 201, 232, 0.75), -0.5em 1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  100% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75); } }
@-moz-keyframes after {
  0% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  35% {
    box-shadow: 0.5em 0 rgba(84, 201, 232, 0.75), -0.5em 0 rgba(255, 144, 22, 0.75);
    height: 2.5em; }
  70% {
    box-shadow: 0.5em -1em rgba(84, 201, 232, 0.75), -0.5em 1em rgba(255, 144, 22, 0.75);
    height: .5em; }
  100% {
    box-shadow: 0.5em 1em rgba(84, 201, 232, 0.75), -0.5em -1em rgba(255, 144, 22, 0.75); } }
.banner {
  margin-bottom: 25px;
  position: relative; }
  .banner__item {
    position: relative; }
  .banner__image {
    display: block;
    max-width: 100%;
    position: relative; }
    .banner__image--mobile {
      display: none !important; }
  .banner__dots {
    bottom: 5px;
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0; }
    .banner__dots li {
      display: block;
      margin: 0 2px; }
      .banner__dots li.slick-active button, .banner__dots li:hover button {
        background: #e55352; }
    .banner__dots button {
      background: #cbcbcb;
      border: 0;
      border-radius: 50%;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 10px;
      outline: none;
      padding: 0;
      transition: background 0.25s;
      width: 10px; }
  .banner__caption {
    background-color: initial;
    background-image: none;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%; }
    .banner__caption--left {
      left: 5%; }
    .banner__caption--right {
      right: 5%;
      text-align: right; }
    .banner__caption--green {
      color: #fff; }
    .banner__caption--yellow {
      color: #fff; }
    .banner__caption--blue {
      color: #fff; }
    .banner__caption--purple {
      color: #fff; }
    .banner__caption--red {
      color: #fff; }
    .banner__caption--default {
      color: #464646; }

.featured {
  background-size: 30%;
  font-size: 18px; }
  .featured--has-bg {
    color: #fff; }
  .featured__item {
    margin-bottom: 15px;
    padding: 15px 0; }
    .featured__item:after {
      clear: both;
      content: ' ';
      display: block; }
    .featured__item--no-margin {
      margin-bottom: 0; }
  .featured__line {
    margin: 10px 0 25px; }
  .featured__title {
    float: left;
    font-family: 'Nunito', sans-serif;
    font-size: 2.22em;
    font-weight: 800;
    line-height: 1em;
    margin: 0 5% 0 0;
    width: 33%; }
  .featured__subtitle {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 15px; }
  .featured__content {
    float: left;
    font-size: 0.88em;
    line-height: 1.5em;
    margin: 0;
    width: 60%; }

.news {
  display: flex;
  flex-wrap: wrap; }
  .news__item {
    margin-bottom: 15px;
    width: 320px; }
    .news__item:nth-child(3n+2) {
      margin: 0 15px; }
  .news__link {
    display: block;
    outline: none;
    overflow: hidden;
    position: relative; }
    .news__link:hover + .news__title {
      background-color: #941c50; }
  .news__thumbnail {
    display: block;
    max-width: 100%; }
  .news__title {
    align-items: center;
    background: #e55352;
    color: #fff;
    display: flex;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 800;
    height: 60px;
    line-height: 1.2;
    padding: 15px;
    text-decoration: none;
    transition: background-color 0.25s; }
    .news__title:hover {
      background-color: #941c50; }

.chart {
  display: flex; }
  .chart__item {
    background: #f2f2f2;
    position: relative;
    width: 70px; }
  .chart__image {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 2; }
  .chart__bg {
    bottom: 0;
    content: ' ';
    display: block;
    height: 0%;
    left: 0;
    position: absolute;
    transition: all 3s;
    width: 100%; }
    .chart__bg--filled {
      background: #e55352;
      height: 100%; }

.infographic {
  margin: 0 0 25px; }
  .infographic:after {
    clear: both;
    content: ' ';
    display: block; }
  .infographic__illustration {
    float: left;
    width: 440px; }
  .infographic__label span {
    color: #ff9016;
    display: block;
    float: left;
    font-size: 56px; }
  .infographic__label strong {
    display: block;
    float: left;
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0 0 20px; }
  .infographic__label small {
    clear: both;
    display: block;
    margin: 10px 0 0; }
  .infographic__content {
    float: right;
    width: 500px; }

.latest-update {
  margin-top: 25px; }

.highlight__bg {
  float: left;
  margin-top: 30px;
  max-width: 440px;
  position: relative;
  width: 40%; }
  .highlight__bg--orange {
    background-color: #ff9016; }
.highlight__thumbnail {
  display: block;
  max-width: 100%;
  position: relative;
  right: -30px;
  top: -30px; }
.highlight__title {
  align-items: center;
  display: flex; }
.highlight__content {
  float: right;
  width: 52%; }
.highlight--reverse .highlight__content {
  float: left; }
.highlight--reverse .highlight__bg {
  float: right;
  margin-right: 30px; }
.highlight__button {
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  width: 100px; }

.team {
  margin-top: 25px; }
  .team__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  .team__profile {
    color: #000;
    font-family: 'Nunito', sans-serif;
    margin: 0 10px 15px;
    outline: none;
    text-align: center;
    text-decoration: none;
    width: 200px; }
    .team__profile:nth-child(6n+1):hover .team__picture {
      border-color: #e55352; }
    .team__profile:nth-child(6n+1):hover .team__info {
      color: #e55352; }
    .team__profile:nth-child(6n+2):hover .team__picture {
      border-color: #ff9016; }
    .team__profile:nth-child(6n+2):hover .team__info {
      color: #ff9016; }
    .team__profile:nth-child(6n+3):hover .team__picture {
      border-color: #ffcd22; }
    .team__profile:nth-child(6n+3):hover .team__info {
      color: #ffcd22; }
    .team__profile:nth-child(6n+4):hover .team__picture {
      border-color: #adc442; }
    .team__profile:nth-child(6n+4):hover .team__info {
      color: #adc442; }
    .team__profile:nth-child(6n+5):hover .team__picture {
      border-color: #54c9e8; }
    .team__profile:nth-child(6n+5):hover .team__info {
      color: #54c9e8; }
    .team__profile:nth-child(6n+6):hover .team__picture {
      border-color: #941c50; }
    .team__profile:nth-child(6n+6):hover .team__info {
      color: #941c50; }
  .team__picture {
    border: 3px solid transparent;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    max-width: 150px;
    transition: border-color 0.25s; }
  .team__info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 90px;
    justify-content: center; }
  .team__name {
    display: block;
    font-weight: 800;
    width: 100%; }
  .team__position {
    display: block;
    font-weight: normal;
    width: 100%; }

.aspect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px; }
  .aspect__item {
    display: flex;
    width: 50%; }
  .aspect__icon {
    align-self: baseline;
    display: block;
    height: auto;
    width: 65px; }
  .aspect__content {
    display: block;
    margin-left: 25px; }

.activity-list {
  align-items: center;
  display: flex;
  justify-content: space-around; }
  .activity-list__item {
    color: #464646;
    display: block;
    text-decoration: none; }
  .activity-list__label {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 800;
    margin-top: 15px;
    text-align: center; }

.activity-icon {
  display: block;
  height: 75px;
  margin: 0 auto;
  max-width: 100%; }
  .activity-icon--content {
    margin: 0 15px 0 0; }

.post {
  margin: 0 auto;
  max-width: 750px;
  width: 100%; }
  .post__info {
    color: #e55352; }
  .post__cover {
    display: block;
    margin: 15px 0;
    max-width: 100%; }

.map__bg {
  height: 350px;
  margin: 25px auto 0;
  max-width: 800px;
  position: relative;
  width: 100%; }
.map__embed {
  border: 0;
  height: 100%;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 100%; }

.contact {
  display: flex;
  justify-content: space-around; }
  .contact__icon {
    align-self: center; }

.volunteer {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
  .volunteer__logo {
    display: block;
    max-width: 100%; }
  .volunteer p {
    margin: 15px 0; }
  .volunteer label.error {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    color: red; }
  .volunteer textarea {
    height: 100px; }

.form__field-wrap {
  margin: 0 0 20px 0; }
  .form__field-wrap:after {
    clear: both;
    content: ' ';
    display: block; }
  .form__field-wrap:last-child {
    margin-bottom: 0; }
.form__field {
  float: left;
  width: 48%; }
  .form__field + .form__field {
    float: right; }
.form__input {
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #464646;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 5px 10px;
  width: 100%; }
  .form__input--textarea {
    resize: none;
    width: 100%; }
  .form__input--checkbox {
    display: block;
    float: left;
    margin: 5px 5px 0 0;
    width: auto; }
  .form__input--others {
    display: none;
    margin-top: 5px; }
.form__label {
  display: block;
  margin-bottom: 5px; }
.form__button {
  font-size: 16px;
  padding: 10px;
  width: 100%; }
.form__error:not(input):not(textarea) {
  color: #e55352;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 0;
  text-align: left; }
.form__checkbox-wrap {
  display: block; }
  .form__checkbox-wrap:after {
    clear: both;
    content: ' ';
    display: block; }
.form__checkbox-text {
  display: block;
  float: left; }

@media (max-width: 600px) {
  .form__field {
    float: none !important;
    margin-bottom: 20px;
    width: 100%; } }
@media (max-width: 1024px) {
  .header {
    border-bottom: 0;
    padding: 0; }

  .js-trigger-sidemenu {
    background: none;
    border: 0;
    color: #cbcbcb;
    cursor: pointer;
    display: block;
    font-size: 24px;
    left: 15px;
    outline: none;
    position: absolute;
    top: 38px;
    transition: color 0.25s; }
    .js-trigger-sidemenu:hover {
      color: #e55352; }

  .logo {
    float: none;
    margin: 10px auto;
    width: 182px; }

  .menu {
    background: #fff;
    float: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-220px);
    transition: transform 0.25s;
    width: 220px;
    z-index: 5; }
    .menu--visible {
      transform: translateX(0px); }
    .menu__item {
      float: none; }
      .menu__item--logo {
        display: block; }
    .menu__link {
      align-items: center;
      display: flex;
      height: auto; }
      .menu__link:after {
        clear: both;
        content: ' ';
        display: block; }
    .menu__label {
      margin-left: 15px;
      text-align: left; }
    .menu__line {
      display: none; }
    .menu__logo {
      display: block;
      margin: 15px 0 15px 15px;
      max-width: 150px; }

  .menu-icon {
    margin: 0; }

  .featured {
    font-size: 16px; }
    .featured__item {
      margin: 0; }
    .featured__title {
      float: none;
      margin: 0;
      text-align: center;
      width: 100%; }
    .featured__content {
      float: none;
      margin: 10px 0;
      text-align: center;
      width: 100%; }

  .infographic {
    display: flex;
    flex-wrap: wrap; }
    .infographic__illustration {
      order: 2;
      width: 100%; }
    .infographic__content {
      order: 1;
      text-align: center;
      width: 100%; }
    .infographic__label {
      margin: 0 auto;
      width: 440px; }

  .chart {
    justify-content: center; }

  .news__title {
    font-size: 17px;
    height: 50px; }

  .featured__line {
    margin: 0 0 15px; }

  .contact-form {
    margin-top: 25px; }

  .contact {
    flex-wrap: wrap; }
    .contact__icon {
      width: 80px; }
    .contact__info {
      margin: 20px 0 0;
      text-align: center;
      width: 100%; }

  .map__bg {
    margin: 0 auto; }
  .map__embed {
    position: relative;
    right: auto;
    top: auto; } }
@media (max-width: 768px) {
  .banner__image {
    display: none !important; }
    .banner__image--mobile {
      display: block !important; }
  .banner__arrow {
    background: none;
    border: 0;
    color: #cbcbcb;
    font-size: 20px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    transition: color 0.25s;
    z-index: 2; }
    .banner__arrow:hover {
      color: #e55352; }
    .banner__arrow--prev {
      left: 10px; }
    .banner__arrow--next {
      right: 10px; }
  .banner__caption {
    background-image: url("../img/bg-pattern.png");
    background-position: center;
    background-repeat: repeat;
    background-size: 40%;
    box-sizing: border-box;
    font-size: 30px;
    left: auto;
    padding: 15px;
    position: static;
    right: auto;
    text-align: center;
    top: auto;
    transform: none;
    width: 100%; }
    .banner__caption--blue {
      background-color: #54c9e8;
      color: #fff; }
    .banner__caption--yellow {
      background-color: #ffcd22;
      color: #fff; }
    .banner__caption--green {
      background-color: #adc442;
      color: #fff; }
    .banner__caption--purple {
      background-color: #941c50;
      color: #fff; }
    .banner__caption--red {
      background-color: #e55352;
      color: #fff; }

  .featured__item {
    padding: 0; }
  .featured__title {
    font-size: 1.75em; }

  .news {
    display: block; }
    .news__item {
      margin: 30px auto;
      width: 100%; }
      .news__item:nth-child(3n+2) {
        margin: 0 auto 15px; }
    .news__title {
      display: block;
      height: auto;
      justify-content: center;
      padding: 5px;
      text-align: center; }

  .join__title {
    float: none;
    font-size: 24px;
    margin: 0 0 15px;
    text-align: center; }
  .join__button {
    float: none;
    margin: 0 auto; }

  .highlight__bg {
    background: none;
    border: 1px solid #cbcbcb;
    float: none !important;
    margin: 0 auto !important;
    width: 100%; }
  .highlight__thumbnail {
    right: auto;
    top: auto; }
  .highlight__content {
    float: none;
    margin-top: 15px;
    width: 100%; }
    .highlight__content h1 {
      text-align: center; }
    .highlight__content p {
      text-align: justify; }
  .highlight__title {
    justify-content: center; }
  .highlight__button {
    margin: 0 auto; }

  .aspect__item {
    margin-bottom: 15px;
    width: 100%; }

  .section-title--center-responsive {
    text-align: center; } }
@media (max-width: 600px) {
  .section-title, .main-content h1, .main-content h2, .main-content h5 {
    font-size: 36px; }

  .news__title {
    font-size: 20px; }

  .footer__copyright {
    float: none;
    text-align: center; }

  .follow {
    float: none;
    justify-content: center; }

  .chart__item {
    width: 50px; }

  .infographic__label {
    max-width: 300px;
    width: 100%; }
    .infographic__label span {
      float: none;
      text-align: center; }
    .infographic__label strong {
      float: none;
      margin: 5px 0 0;
      text-align: center; }
    .infographic__label small {
      text-align: center; }

  .activity-list {
    display: block; }
    .activity-list__item {
      margin: 0 auto 25px; }

  .join__title {
    font-size: 20px; } }
@media (max-width: 480px) {
  .banner__caption {
    font-size: 26px; }

  .section-title, .main-content h1, .main-content h2, .main-content h5 {
    font-size: 30px; }

  .aspect__item {
    display: block; }
  .aspect__icon {
    margin: 0 auto;
    max-width: 100%;
    width: auto; }
  .aspect__content {
    margin: 15px 0 0;
    text-align: center; }

  .news__title {
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
