* {
  box-sizing: border-box; }

body {
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #000; }

.page-header {
  height: 280px;
  background: url("images/antenna-cw-cj_nFa14-unsplash.jpg") no-repeat center;
  background-size: cover; }

.page-main {
  max-width: 1200px;
  margin: -120px auto 0;
  background: #fff;
  padding: 40px 15px; }
  @media (min-width: 1000px) {
    .page-main {
      padding: 40px 40px 80px; } }

.page-title {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 600;
  text-align: center; }

.page-intro {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 800px; }
  .page-intro p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6; }
  .page-intro strong {
    font-weight: bold; }

.channels {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px; }
  @media (min-width: 1000px) {
    .channels {
      grid-template-columns: 1fr 1fr; } }

.channel {
  background: #FCFCFC;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .channel--harrie {
    background-image: url("images/background-harrie.png");
    background-position: bottom left;
    background-repeat: no-repeat; }
    .channel--harrie .channel-cta a {
      background-color: #723476; }
      .channel--harrie .channel-cta a::after {
        background-image: url("images/arrow-purple.png"); }
  .channel--ilw .channel-cta a {
    background-color: #98CAD9; }
    .channel--ilw .channel-cta a::after {
      background-image: url("images/arrow-cyan.png"); }

.channel-header {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 20px; }

.channel-intro {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 20px;
  align-self: flex-start; }

.channel-logo-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

.channel-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  background: #fff;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden; }

.channel-cta {
  display: flex;
  justify-content: center; }
  .channel-cta a {
    text-decoration: none;
    max-width: 400px;
    min-height: 76px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 40px 15px 15px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    line-height: 1.3; }
    .channel-cta a::after {
      display: block;
      content: '';
      position: absolute;
      right: -20px;
      width: 40px;
      height: 40px;
      background: #fff no-repeat center;
      border-radius: 50%;
      flex-shrink: 0;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05); }

.page-footer {
  margin: 0 0 50px; }
  .page-footer__top {
    background: #FAFAFA;
    padding: 50px 20px; }
  .page-footer__top-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr; }
    @media (min-width: 1000px) {
      .page-footer__top-inner {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }

.page-footer-part {
  font-weight: 300; }
  .page-footer-part a {
    color: #000;
    text-decoration: none; }
    .page-footer-part a:hover {
      text-decoration: underline; }
  .page-footer-part .contact-item {
    margin: 0 0 5px; }
  @media (min-width: 1000px) {
    .page-footer-part--double-column {
      grid-column: span 2; } }

.page-footer-header {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px; }
  .page-footer-header--bold {
    font-weight: 700;
    margin: 0 0 30px; }

@media (min-width: 1000px) {
  .partners {
    margin-right: -180px; } }

.partner {
  display: inline-block;
  margin: 0 5px 10px 0; }
  .partner a {
    text-decoration: none; }
  .partner img {
    max-width: 130px; }

.page-footer-links {
  font-weight: 300;
  color: #000; }

.page-footer-link {
  color: #000;
  text-decoration: none; }
  .page-footer-link:hover {
    text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
