





























.csui-navbar {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f074ab;
}

.c-container {
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.c-container.is--6-col-wide {
  max-width: 580px;
}

.csui-nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.csui-nav-menu__dropdown {
  position: static;
}

.csui-dropdown-list {
  position: absolute;
  width: 100%;
  min-width: 0px;
}

.csui-dropdown-list.w--open {
  position: absolute;
  left: 50%;
  top: 60px;
  display: block;
  padding: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.csui-dropdown-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.csui-dropdown-flex__3-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.csui-dropdown-link {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.csui-navbar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.csui-nav-menu-mobile {
  display: none;
}

.c-section {
  padding: 80px 5%;
  font-family: 'Proxima Nova', sans-serif;
  color: #1b1b1b;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

.c-section.is--tall {
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-section.is--tall.is--subsequent-tile-group {
  padding-top: 20px;
}

.csui-nav-menu-dropdown-toggle {
  color: #fff;
}

.csui-navbar__site-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.c-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-bottom: -32px;
  margin-left: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._3-col {
  margin-bottom: 32px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-section__header {
  margin-top: 0px;
  margin-bottom: 52px;
  text-align: center;
}

.c-accordion-item-trigger {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.c-frame-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, .6)), color-stop(60%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 30%, transparent 60%);
  -webkit-transition: padding 200ms ease, opacity 200ms ease;
  transition: padding 200ms ease, opacity 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.c-frame-link:hover {
  padding-bottom: 25px;
}

._wf-page-link__wrapper {
  min-height: 105px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._wf-page-link__heading {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
}

._wf-page-link-outer {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  
  background-position: 50% 50%;
  background-size: cover;
}

._wf-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 32px;
}

._wf-h2.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-section.is--tall {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  ._3-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .mv0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-section__header {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .csui-nav-menu {
    display: none;
  }
  .csui-navbar__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .csui-nav-menu-mobile {
    display: block;
  }
  .csui-nav-menu-mobile__link {
    display: block;
  }
  .c-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .c-section.is--tall {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-section.is--tall.is--subsequent-tile-group {
    padding-top: 0px;
  }
  .mv0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-section__header {
    margin-bottom: 30px;
  }
  .c-frame-link {
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
}

@media (max-width: 479px) {
  .c-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-section.is--tall {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  ._3-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .mv0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-section__header {
    margin-bottom: 20px;
  }
  .c-frame-link {
    min-height: 250px;
  }
  ._wf-page-link__wrapper {
    min-height: 0px;
  }
}

