/* minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
}
body.bg {
  background-color: #e2e5e4;
}
a {
  color: inherit;
  text-decoration: none;
}
.thumb__title a:hover {
  text-decoration: underline;
}
.container {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}
@media (max-width: 480px) {
  .container {
    padding: 0 1.2rem;
  }
}
.button {
  display: inline-block;
  height: 3.2rem;
  min-height: 3.2rem;
  line-height: 2.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 1.8rem;
  border: 0.2rem solid #000;
  border-radius: 0.2rem;
  transition: color 0.2s, background-color 0.2s;
}
.button:hover {
  background-color: #000;
  color: #fff;
}
.button--primary {
  border-color: #86bc25;
  color: #86bc25;
}
.button--primary:hover {
  background-color: #86bc25;
}
.button--secondary {
  border-color: #0076a8;
  color: #0076a8;
}
.button--secondary:hover {
  background-color: #0076a8;
}
.button--disabled {
  cursor: default;
  pointer-events: none;
  border-color: #c4c4c4;
  color: #c4c4c4;
}
.button--disabled:hover {
  background-color: #c4c4c4;
  cursor: not-allowed;
}
.button--loadmore {
  font-size: 1.3rem;
  margin: 2rem 0;
  width: 50rem;
  max-width: 90%;
  height: 5rem;
  line-height: 4.6rem;
  text-align: center;
}
.header {
  margin-bottom: 2.4rem;
}
.header__nav {
  background-color: #000;
  color: #fff;
}
.header__nav .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 8.2rem;
}
.header__nav .nav__logo img {
  height: 2.6rem;
  width: 14.1rem;
}
.header__nav .nav__search {
  -ms-flex-preferred-size: 47rem;
  flex-basis: 47rem;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
}
.header__nav .nav__search input {
  height: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: 1px solid #979797;
  background-color: #262626;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  color: rgba(255,255,255,0.6);
  -webkit-appearance: none;
  border-radius: 0;
}
.header__nav .nav__search button {
  width: 4rem;
  height: 4rem;
  border: 1px solid #979797;
  background-color: #979797;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: 1.8rem 1.8rem;
  background-position: center center;
  cursor: pointer;
}
.header__nav .nav__menu .menu__item {
  font-size: 1.4rem;
}
.header__nav .nav__menu .menu__item:hover {
  text-decoration: underline;
}
.header__nav .nav__menu .menu__item + .menu__item {
  margin-left: 2rem;
}
@media (max-width: 1023px) {
  .header__nav .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .header__nav .nav__search {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 20rem;
    margin: 2rem 0;
  }
}
.header__cta {
  background-color: #fff;
  border-bottom: 1px solid rgba(212,212,212,0.24);
}
.header__cta .container {
  height: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.header__cta .container p {
  font-size: 1.8rem;
  color: rgba(0,0,0,0.4);
}
@media (max-width: 1023px) {
  .header__cta p {
    margin-bottom: 1.2rem;
  }
}
.footer {
  background-color: #f6f6f6;
  padding: 2.6rem 0 4rem;
}
.footer .container {
  display: -ms-flexbox;
  display: flex;
}
.footer .cta {
  min-width: calc(33.333333% - 2.7rem);
  -ms-flex-preferred-size: calc(33.333333% - 2.7rem);
  flex-basis: calc(33.333333% - 2.7rem);
  margin-left: 4rem;
}
.footer__legal {
  font-size: 1.2rem;
}
.footer__legal p + p {
  margin-top: 1.2rem;
}
.footer__legal a {
  color: #0076a8;
}
.footer__legal a:hover {
  text-decoration: underline;
}
.footer .social__icons {
  display: -ms-flexbox;
  display: flex;
}
.footer .social__icons a:hover img {
  opacity: 0.8;
}
.footer .social__icons img {
  width: 4rem;
  height: 4rem;
  margin-right: 2.5rem;
  transition: opacity 0.2s;
}
@media (max-width: 1023px) {
  .footer .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .cta {
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-bottom: 2rem;
    padding-left: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.section-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
}
.section-title img {
  width: 3rem;
  height: 3rem;
  margin-right: 1.2rem;
}
.section-title--inverse {
  background-color: #000;
  color: #fff;
  height: 4.5rem;
  padding: 0 1.8rem;
}
.thumb {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;

  border: 1px solid rgba(212,212,212,0.24);
  border-bottom: 0;
}
.thumb__img {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 18rem;
  transition: opacity 0.2s;
}
.thumb__img:hover {
  opacity: 0.8;
}
.thumb__label {
  position: static;
  margin-top: 1.8rem;
  margin-left: 1.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.thumb__label img {
  width: 3rem;
  height: 3rem;
}
.thumb__label span {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 0.8rem;
  line-height: 1;
  margin-left: 0.7rem;
}
.thumb__label--featured span {
  background-color: #86bc25;
}
.thumb__label--free span {
  background-color: #a0dcff;
}
.thumb__label--lastcall span {
  background-color: #ffcd00;
}
.thumb__content {
  padding: 1.8rem;
  margin-top: 0.2rem;
}
.thumb__category {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgba(0,0,0,0.4);
}
.thumb__title {
  font-size: 1.8rem;
  margin: 1.2rem 0;
  line-height: 1.3;
}
.thumb__perex {
  font-size: 1.3rem;
  color: #777;
}
.thumb__footer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 1.8rem;
  margin-top: auto;
  border-bottom: 1px solid rgba(212,212,212,0.24);
}
.thumb__footer:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  border-top: 1px solid rgba(212,212,212,0.24);
}
.thumb__footer img {
  height: 2rem;
  width: 2rem;
}
.thumb__footer span {
  font-size: 1.2rem;
  color: rgba(0,0,0,0.4);
  text-transform: uppercase;
  margin-left: 1.2rem;
}
.thumb__footer .button {
  margin-left: auto;
}
@media (max-width: 480px) {
  .thumb__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .thumb__footer .button {
    display: block;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
}
.thumb--featured .thumb__img,
.detail__header .thumb__img {
  height: 29rem;
}
.thumb--featured .thumb__category,
.detail__header .thumb__category {
  font-size: 1.3rem;
}
.thumb--featured .thumb__title,
.detail__header .thumb__title {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.thumb--featured .thumb__perex,
.detail__header .thumb__perex {
  font-size: 1.6rem;
}
.detail__header .thumb__footer {
  padding-left: 0;
  padding-bottom: 0;
}
.thumb-mini {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(212,212,212,0.24);
  padding-bottom: 1.6rem;
}
.thumb-mini + .thumb-mini {
  margin-top: 1.6rem;
}
.thumb-mini:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.thumb-mini__img {
  display: block;
  height: 7.2rem;
  min-height: 7.2rem;
  width: 12.8rem;
  background-size: cover;
  background-position: center center;
  margin-right: 3.2rem;
  transition: opacity 0.2s;
}
.thumb-mini__img:hover {
  opacity: 0.8;
}
.thumb-mini .thumb__title {
  font-size: 1.6rem;
  margin-top: 0.4rem;
}
.leadin {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.5rem;
}
.leadin .thumb--featured,
.leadin .leadin__aside {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.leadin__aside {
  margin-left: 4.5rem;
}
@media (max-width: 1023px) {
  .leadin {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .leadin__aside {
    margin-left: 0;
    margin-top: 4rem;
  }
  .leadin .thumb--featured,
  .leadin .leadin__aside {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.leadin__aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.leadin__aside .latest {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-color: #fff;
  padding: 0 1.8rem 1.6rem;
  margin-bottom: 4rem;
}
.leadin__aside .latest .section-title {
  margin: 0 -1.8rem 1.6rem;
}
.leadin__aside .cta {
  width: calc(50% - 2rem);
  background-color: #fff;
}
@media (max-width: 768px) {
  .leadin__aside .cta {
    width: 100%;
  }
  .leadin__aside .cta:last-of-type {
    margin-top: 2rem;
  }
}
.cta {
  padding: 2rem 1.8rem;
}
.cta__perex {
  font-size: 1.4rem;
  color: #777;
  margin: 1.8rem 0 3.2rem;
}
.cta--bg {
  background-color: #62b5e5;
}
.cta--bg .cta__perex {
  color: #101010;
}
.cta--social {
  padding-top: 0;
  padding-bottom: 0;
}
.cta--social .cta__perex {
  margin-bottom: 1.8rem;
}
.filters {
  background-color: #f4fbf0;
}
.filters .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 6rem;
}
.filters__view {
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
}
.filters__view img {
  width: 4rem;
  height: 4rem;
  opacity: 0.2;
  transition: opacity 0.2s;
}
.filters__view a {
  background-color: #fff;
}
.filters__view a.active img,
.filters__view a:hover img {
  opacity: 1;
}
.filters__view a + a {
  margin-left: 1rem;
}
.filters__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.filters__form label {
  font-size: 1.3rem;
  margin-right: 1.8rem;
}
.filters__form .custom-select-container {
  position: relative;
  font-size: 1.3rem;
  color: #787878;
}
.filters__form .custom-select-container select {
  display: none;
}
.filters__form .custom-select-container .custom-select-opener {
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #fff;
  height: 4rem;
  line-height: 4rem;
  min-width: 14rem;
  margin-right: 4rem;
  padding: 0 3rem 0 2rem;
}
.filters__form .custom-select-container .custom-select-opener:after {
  content: "▾";
  font-size: 2.4rem;
  position: absolute;
  right: 1rem;
}
.filters__form .custom-select-container .custom-select-panel {
  position: absolute;
  width: calc(100% - 4rem);
  top: 100%;
  left: 0;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #f4fbf0;
  border-top: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s;
}
.filters__form .custom-select-container.is-open .custom-select-panel {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.filters__form .custom-select-container.is-open .custom-select-opener:after {
  content: "▴";
}
.filters__form .custom-select-container .custom-select-option {
  width: 100%;
  cursor: pointer;
  min-height: 3.2rem;
  padding: 1rem 2rem;
  line-height: 1.2;
  border-top: 1px solid #f4fbf0;
}
.filters__form .custom-select-container .custom-select-option:hover,
.filters__form .custom-select-container .custom-select-option.is-selected {
  color: #000;
}
@media (max-width: 1023px) {
  .filters__form {
    margin: 1.2rem 0;
  }
  .filters__view {
    display: none;
  }
}
@media (max-width: 768px) {
  .filters__form {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .filters__form .custom-select-container {
    margin: 0.6rem 0 1.2rem;
  }
}
.list {
  background-color: #fff;
}
.list__title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
  line-height: 1;
  padding: 3.2rem 0 0.8rem;
}
.list__title:first-of-type {
  border-bottom: 1px solid rgba(212,212,212,0.24);
  height: 5rem;
  line-height: 5rem;
  padding: 0;
}
.list__items .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: left;
  justify-content: left;
}

/*HERE*/
.is-row .thumb {
  border: 0 none;
}

.list__items.is-row .container .thumb:nth-child(3n+2) {
  margin-left: 0;
  margin-right: 0;
}


.list__items .container .thumb {
  width: calc(33.333333% - 2.7rem);
  margin-top: 2.4rem;
}

.list__items .container .thumb:nth-child(3n+2) {
  margin-left: 4rem;
  margin-right: 4rem;
}



.list__loadmore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.list .list__items.is-row .list__title + .thumb {
  margin-top: 0 !important;
}
.list .list__items.is-row .list__title {
  line-height: 1;
  padding: 1.8rem 0 2.6rem;
}
.list .list__items.is-row .list__title:first-of-type {
  margin-bottom: 2.1rem;
}
.list .list__items.is-row .thumb {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 20rem;
  padding-right: 20rem;
  margin-top: 3.2rem;
  border-bottom: 1px solid rgba(212,212,212,0.24);
}
.list .list__items.is-row .thumb__label {
  display: none;
}
.list .list__items.is-row .thumb__category {
  display: block;
  margin-top: -0.1rem;
}
.list .list__items.is-row .thumb__img {
  width: 16.7rem;
  height: 9.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.list .list__items.is-row .thumb__content {
  padding-top: 0;
  border: 0;
}
.list .list__items.is-row .thumb__footer {
  border: 0;
  position: static;
  padding-bottom: 2.4rem;
}
.list .list__items.is-row .thumb__footer:before {
  display: none;
}
.list .list__items.is-row .thumb .button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .list__items .container .thumb {
    width: 100%;
  }

  .list__items .container .thumb:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .list .list__items.is-row .thumb {
    padding-left: 0;
    padding-top: 12rem;
  }
  .list .list__items.is-row .thumb__content {
    padding-left: 0;
  }
  .list .list__items.is-row .thumb__footer {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .header__cta .container,
  .header__nav .container,
  .filters .container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.archive {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -ms-flex-align: start;
  align-items: flex-start;
}
.archive__list {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 2rem;
}
.archive__list .count {
  background-color: #f5f5f5;
  border-radius: 1.2rem;
  padding: 0.2rem 0.6rem;
  margin-left: 1rem;
}
.archive__list .list__title {
  border: 0;
  margin-bottom: 0 !important;
}
.archive__list .thumb {
  padding-right: 0 !important;
}
.archive__pagination {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}
.archive__pagination .pagination__items a {
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  width: 2.6rem;
  padding: 0.4rem 0;
  color: #c4c4c4;
  font-weight: bold;
  transition: color 0.1s;
}
.archive__pagination .pagination__items a:hover,
.archive__pagination .pagination__items a.active {
  color: #0076a8;
}
.archive__pagination .pagination__items a a + a {
  margin-left: 0.6rem;
}
.archive__filters {
  background-color: #f4fbf0;
  width: 16.7rem;
  padding: 2rem 1.8rem;
  margin-right: 4.5rem;
  font-size: 1.3rem;
}
.archive__filters label {
  display: block;
  margin: 0.6rem 0;
}
.archive__filters .checkbox {
  position: relative;
  color: #777;
  cursor: pointer;
  margin-top: 1.2rem;
  padding-left: 2.8rem;
}
.archive__filters .checkbox input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.archive__filters .checkbox.active:before {
  background-color: #0076a8;
  opacity: 1;
}
.archive__filters .checkbox:before {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
  border-radius: 0.2rem;
  background-color: rgba(216,216,216,0.5);
}
@media (max-width: 1023px) {
  .archive {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .archive__list {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .archive__filters {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .archive__pagination {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .archive__pagination .pagination__items {
    margin: 2rem 0;
  }
}
.detail__header {
  position: relative;
  padding-right: 16rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(212,212,212,0.24);
}
.detail__header .thumb__footer {
  border: 0;
  position: static;
}
.detail__header .thumb__footer:before {
  display: none;
}
.detail__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.2rem 0 2.4rem;
}
.detail__content .cta {
  min-width: calc(25% - 4rem);
  -ms-flex-preferred-size: calc(25% - 4rem);
  flex-basis: calc(25% - 4rem);
  margin-left: 4rem;
  background-color: #f5f5f5;
  font-size: 1.3rem;
}
.detail__content .cta.cta--bg {
  background-color: #a0dcff;
}
.detail__content .cta.cta--bg h4 {
  color: #2e556d;
}
.detail__content .cta .section-title {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.detail__content .cta h4 {
  text-transform: uppercase;
  color: rgba(119,119,119,0.8);
  letter-spacing: 0.7px;
  margin-top: 1.4rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.detail__content .cta a:not(.button):hover {
  text-decoration: underline;
}
.detail__content .cta .button {
  margin-top: 2.4rem;
}
.detail__calendar {
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.detail__calendar:hover {
  text-decoration: underline;
}
.detail__text {
  font-size: 1.3rem;
  line-height: 1.3;
}
.detail__text a {
  color: #0076a8;
}
.detail__text a:hover {
  text-decoration: underline;
}
.detail__text p,
.detail__text h3 {
  margin-top: 1.6rem;
}
.detail__text h3 + p {
  margin-top: 0;
}
.detail__text p:first-of-type {
  margin-top: 0;
}
.detail__text h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail__text {
    -ms-flex-order: 1;
    order: 1;
  }
  .detail__extrainfo {
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .detail .cta {
    min-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  .detail__header {
    padding-right: 0;
  }
  .detail__calendar {
    position: static;
    display: inline-block;
    margin-top: 2.4rem;
  }
}
.rollout {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 1.2rem 0;
}
.rollout__title {
  position: relative;
  cursor: pointer;
  padding-right: 2.4rem;
}
.rollout__title:after {
  content: "▾";
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  top: -0.6rem;
  opacity: 0.2;
}
.rollout__content {
  height: 0;
  overflow: hidden;
  padding-left: 0.4rem;
  opacity: 0;
  transition: all 0.2s;
  font-size: 1.2rem;
}

.rollout__content p {
  margin: 1em 0;
}

.rollout.active .rollout__title:after {
  content: "▴";
}
.rollout.active .rollout__content {
  padding-top: 1.2rem;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.person {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}
.person__img {
  width: 7.5rem;
  height: 7.5rem;
  min-height: 7.5rem;
  background-size: cover;
  background-position: top center;
  margin-right: 3rem;
}
.person span {
  font-size: 1.1rem;
}
.empty {
  display: inline-block;
  padding: 2.4rem;
}
#list {
  padding-bottom: 2.4rem;
}
.filters {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#register_form {

}

#register_form input[type=text], #register_form textarea {
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(0,0,0,0.3);
  background-color: #fff;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  color: #000;
  margin: 0.2rem 0;
  -webkit-appearance: none;
  border-radius: 0;
}

#register_form input[type=text]:focus, #register_form textarea:focus {
  border: 1px solid rgba(0,0,0,0.8);
}

#register_form input[type=text]::placeholder, #register_form textarea::placeholder {
  color: rgba(0,0,0,0.5);
  opacity: 1;
}

#register_form input[type=text]:-ms-input-placeholder, #register_form textarea:-ms-input-placeholder {
  color: rgba(0,0,0,0.5);
}

#register_form input[type=text]::-ms-input-placeholder, #register_form textarea::-ms-input-placeholder {
  color: rgba(0,0,0,0.5);
}

#register_form textarea {
  width: 100%;
  min-height: 10em;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#register_form input[name=VoucherValue] {
  width: 100%;  
}

#register_form input[type=submit] {
  cursor: pointer;
  margin-top: 2rem;
  float: right;
  background-color: #fff;
  -webkit-appearance: none;
}

#register_form input[type=submit]:hover {
  background-color: #0076a8;
}

#register_form h4 {
  margin: 1rem 0 0.5rem 0;
  font-weight: bold;
}

#register_form .success_box {
  display: inline-block;  
  text-align: left; 
  vertical-align: top; 
  padding: 2em;

  background-color: #a0dcff;
}

#register_form .double .success_box {
  width: calc(50% - 2em);
}

#register_form .double .success_box:nth-child(even) {
  margin-right: 2em; 
  background-color: #f5f5f5;
}

#register_form .double .success_box:nth-child(odd) {
  margin-right: 2em; 
  background-color: #a0dcff;
}

@media (max-width: 750px) {
  #register_form .success_box {
    width: 100%;
    margin: 1em 0;
  }
}

.detail__text h2, .detail__text h3 {
  margin: 1em 0;
  font-weight: bold;
}