/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

html {
  background: #ddd;
  background: #fff; }

body {
  background: #fff;
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 auto;
  max-width: 1360px; }

.container {
  padding: 0 20px; }
  @media screen and (min-width: 1100px) {
    .container {
      padding: 0 40px; } }

.main .container {
  padding: 40px 20px; }
  @media screen and (min-width: 1100px) {
    .main .container {
      padding: 40px; } }

.container.max {
  margin: 0 auto;
  max-width: 70%; }

.layout--main-sidebar {
  padding: 40px 0; }

@media screen and (min-width: 768px) {
  .layout--main-sidebar {
    display: flex; }
    .layout--main-sidebar .main {
      flex: 2; }
    .layout--main-sidebar .sidebar {
      flex: 1; } }

@media screen and (min-width: 768px) {
  .layout--main-sidebar .main {
    flex: 3; } }

h1 {
  font-size: 45px;
  font-weight: 300;
  margin: 0 0 15px 0; }

h2 {
  font-size: 45px;
  font-weight: 300;
  margin: 0 0 15px 0; }

.title--blue {
  color: #00a4e4; }

.title--green {
  color: #b5d334; }

.subtitle {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  position: relative; }
  .subtitle span {
    background: #fff;
    padding: 0 5px;
    position: relative;
    z-index: 2; }
  .subtitle:before {
    background: #aaa;
    display: block;
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    z-index: 1; }

p {
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 10px 0; }

p.large {
  font-size: 21px;
  font-weight: 400; }

.aligncenter {
  text-align: center; }

.header {
  border-bottom: 1px solid #ddd;
  padding: 25px 0; }

.header__logo {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 205px; }

.header__tagline {
  color: #492f92;
  font-size: 17px;
  font-weight: 500;
  text-align: center; }

.header__search {
  display: none; }

.header__toggle {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px; }

@media screen and (min-width: 1100px) {
  .header {
    border: none;
    padding: 0; }
  .header__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px; }
  .header__logo {
    margin: 0; }
  .header__col__wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: column-reverse; }
  .header__tagline {
    font-size: 24px;
    margin: 0 0 20px 0;
    text-align: right; }
  .header__search {
    border-bottom: 1px solid #888;
    display: block;
    padding-bottom: 5px; }
    .header__search input[type="text"] {
      border: none;
      color: #666;
      width: 250px; }
    .header__search input[type="text"]:focus,
    .header__search input[type="submit"]:focus {
      outline: none; }
    .header__search input[type="submit"] {
      background: none;
      background-image: url("img/icon-search.png");
      background-repeat: no-repeat;
      background-position: center center;
      border: none;
      color: #666;
      cursor: pointer;
      height: 25px;
      width: 25px; }
  .header__toggle {
    display: none; } }

.navigation {
  background: #00a4e4;
  display: none; }
  .navigation ul {
    list-style: none; }
  .navigation li {
    font-size: 18px; }
  .navigation a {
    color: #fff;
    text-decoration: none; }

.nav__links {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav__subnav {
  display: none;
  list-style: none; }

@media screen and (min-width: 1100px) {
  .navigation {
    display: block;
    position: relative; }
    .navigation ul {
      display: flex; }
  .navigation__wrap {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: space-between; }
  .nav__links > li {
    align-items: center;
    display: flex;
    height: 100%; }
  .nav__links a {
    border-left: 2px solid #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 10px; }
  .nav__links li.active,
  .nav__links li.active a,
  .nav__links a:hover {
    border-color: #b5d334;
    color: #b5d334;
    font-weight: 500; }
  .nav__links a:hover {
    font-weight: 400; }
  .nav__subnav {
    background: rgba(73, 74, 146, 0.8);
    background: #492f92;
    padding: 0 40px;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 99; }
    .nav__subnav > ul {
      align-items: center;
      display: flex;
      height: 40px;
      padding: 0 2px; }
    .nav__subnav li {
      font-size: 14px;
      font-weight: 500;
      padding: 0; }
    .nav__subnav a {
      border: none;
      padding: 0 10px 0 0; }
  .nav__links li:hover .nav__subnav {
    display: block; } }

.footer {
  color: #222;
  font-size: 12px; }

.footer__search {
  background: #492f92;
  color: #fff;
  padding: 40px 0;
  position: relative;
  text-align: center; }
  .footer__search h2 {
    font-size: 36px;
    font-weight: 300;
    margin: 0; }
  .footer__search p {
    font-size: 21px;
    font-weight: 300;
    margin: 0; }
  .footer__search form {
    padding: 20px 0; }
  .footer__search input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    margin: 0 15px 20px 0;
    padding: 0 0 5px 0; }
  .footer__search input[type="text"]:focus {
    border-bottom: 1px solid #b5d334;
    outline: none; }
  .footer__search input[type="submit"] {
    background: #b5d334;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    height: 100px;
    font-size: 21px;
    font-weight: 600;
    position: absolute;
    bottom: -50px;
    left: 50%;
    left: calc(50% - 50px);
    text-transform: uppercase;
    width: 100px; }
  .footer__search input[type="submit"]:hover {
    background: #ceec4d; }

.footer__widgets {
  padding: 70px 20px 20px 20px; }

.footer__heading {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 10px 0; }

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer__list li {
    margin: 0 0 10px 0; }
  .footer__list a {
    color: #222;
    text-decoration: none; }
    .footer__list a:hover {
      color: #00a4e4; }

.footer__list--social a {
  color: #00a4e4;
  display: block; }

.footer__widget {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center; }
  .footer__widget img {
    display: block;
    margin: 0 auto;
    max-width: 200px; }
  .footer__widget p {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 10px 0; }
    .footer__widget p a {
      color: #00a4e4;
      text-decoration: none; }

@media screen and (min-width: 1100px) {
  .footer__search input[type="text"] {
    width: 350px; }
  .footer__widgets {
    display: flex;
    justify-content: space-between;
    padding: 70px 40px 20px 40px; }
  .footer__widget {
    border-bottom: none;
    text-align: left;
    width: 20%; }
    .footer__widget img {
      max-width: 100%; } }

.artgrid {
  display: flex;
  padding-left: 5px;
  width: 100%; }
  .artgrid .artgrid {
    padding-left: 0; }
  .artgrid .column {
    flex: 1; }
  .artgrid .column--2 {
    flex: 2; }
  .artgrid .item {
    align-items: center;
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px 5px 0 0;
    text-decoration: none; }
  .artgrid .item--single {
    height: 250px; }
  .artgrid .item--double {
    height: 505px; }
  .artgrid .item__title {
    background: #666;
    border-radius: 5px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    text-align: center; }
    .artgrid .item__title.purple {
      background: #492f92; }
    .artgrid .item__title.green {
      background: #b5d334; }
    .artgrid .item__title.teal {
      background: #00ae9e; }
    .artgrid .item__title.orange {
      background: #f7941d; }
    .artgrid .item__title.blue {
      background: #00a4e4; }
  .artgrid.main {
    margin-bottom: 40px; }

.slide {
  background: #ddd;
  background-position: bottom center;
  height: 450px; }

.slide__content {
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 50px;
  text-align: center;
  max-width: 560px; }
  @media screen and (min-width: 540px) {
    .slide__content {
      margin: 0 40px; } }
  .slide__content h2 {
    font-size: 40px;
    font-weight: 700; }
  .slide__content p {
    font-size: 28px; }

.feature {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
  width: 100%; }

.feature__content {
  background: #492f92;
  color: #fff;
  padding: 20px; }
  .feature__content p {
    line-height: 21px; }

.feature__image {
  background: #ddd;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  padding: 20px;
  position: relative; }

.feature__more {
  background: #f7941d;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 0; }

.feature__more:hover {
  background: #ffb23b; }

.feature__title strong {
  font-weight: 600; }

.feature__byline {
  font-weight: 400; }

@media screen and (min-width: 600px) {
  .feature {
    flex-direction: row; }
  .feature__content,
  .feature__image {
    flex: 1; }
  .feature__content {
    display: flex;
    justify-content: flex-end;
    padding: 40px; }
  .feature__content__wrap {
    max-width: 320px; }
  .feature__more {
    border-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    bottom: 40px; } }

@media screen and (min-width: 768px) {
  .feature__image {
    flex: 2; } }

@media screen and (min-width: 1000px) {
  .feature__title {
    font-size: 55px; } }

.icon-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  .icon-nav li {
    background-repeat: no-repeat;
    background-position: 40px 12px;
    border-right: 1px solid #ddd;
    border-bottom: 10px solid #00a4e4;
    font-size: 21px;
    font-weight: 600;
    text-align: left;
    width: 100%; }
    .icon-nav li:last-of-type {
      border-right: none; }
    .icon-nav li.green {
      border-bottom-color: #b5d334; }
      .icon-nav li.green a {
        color: #b5d334; }
      .icon-nav li.green:hover {
        border-bottom-color: #ceec4d; }
        .icon-nav li.green:hover a {
          color: #ceec4d; }
    .icon-nav li.teal {
      border-bottom-color: #00ae9e; }
      .icon-nav li.teal a {
        color: #00ae9e; }
      .icon-nav li.teal:hover {
        border-bottom-color: #19c7b7; }
        .icon-nav li.teal:hover a {
          color: #19c7b7; }
    .icon-nav li.purple {
      border-bottom-color: #492f92; }
      .icon-nav li.purple a {
        color: #492f92; }
      .icon-nav li.purple:hover {
        border-bottom-color: #6248ab; }
        .icon-nav li.purple:hover a {
          color: #6248ab; }
    .icon-nav li.orange {
      border-bottom-color: #f7941d; }
      .icon-nav li.orange a {
        color: #f7941d; }
      .icon-nav li.orange:hover {
        border-bottom-color: #ffad36; }
        .icon-nav li.orange:hover a {
          color: #ffad36; }
  .icon-nav li.icon--member {
    background-image: url("img/icon-member.png"); }
  .icon-nav li.icon--team {
    background-image: url("img/icon-team.png"); }
  .icon-nav li.icon--idea {
    background-image: url("img/icon-idea.png"); }
  .icon-nav li.icon--contact {
    background-image: url("img/icon-contact.png"); }
  .icon-nav a {
    align-items: center;
    height: 90px;
    display: flex;
    text-decoration: none;
    padding: 0 20px 0 110px;
    width: 100%; }

@media screen and (min-width: 600px) {
  .icon-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
    .icon-nav li {
      height: 90px;
      width: 50%; }
    .icon-nav a {
      height: 100%; } }

@media screen and (min-width: 960px) {
  .icon-nav {
    height: 90px; }
    .icon-nav li {
      flex: 1;
      height: 90px;
      width: auto; } }

.latest {
  margin-bottom: 40px; }
  .latest h2, .latest h3 {
    margin: 0; }

.latest__image {
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  min-height: 200px;
  position: relative;
  overflow: hidden; }
  .latest__image .icon {
    background-repeat: no-repeat;
    background-position: 90px 60px;
    border-radius: 50%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    display: block;
    height: 150px;
    position: absolute;
    top: 50%;
    top: calc(50% - 75px);
    left: -75px;
    width: 150px; }
  .latest__image .icon.green {
    background-color: #b5d334; }
  .latest__image .icon.orange {
    background-color: #f7941d; }
  .latest__image .icon.blue {
    background-color: #00a4e4; }

.latest__category {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  text-transform: uppercase; }

.latest__content {
  background: #f5f4f4;
  padding: 20px; }
  .latest__content h3 {
    font-size: 21px;
    margin-bottom: 10px; }
    .latest__content h3.green {
      color: #b5d334; }
    .latest__content h3.orange {
      color: #f7941d; }
    .latest__content h3.blue {
      color: #00a4e4; }
  .latest__content p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px; }
  .latest__content p.meta {
    font-weight: 600; }
  .latest__content a.readmore {
    background: #b5d334;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    padding: 8px;
    text-decoration: none; }
    .latest__content a.readmore.green {
      background: #b5d334; }
    .latest__content a.readmore.orange {
      background: #f7941d; }
    .latest__content a.readmore.blue {
      background: #00a4e4; }
  .latest__content a.readmore.green:hover {
    background: #ceec4d; }
  .latest__content a.readmore.orange:hover {
    background: #ffad36; }
  .latest__content a.readmore.blue:hover {
    background: #19bdfd; }

.latest__other {
  background: #f5f4f4; }

@media screen and (min-width: 600px) {
  .latest__main {
    display: flex; }
  .latest__image {
    width: 50%; }
  .latest__content {
    width: 50%; } }

@media screen and (min-width: 1000px) {
  .latest {
    display: flex; }
  .latest__main {
    flex: 2; }
  .latest__other {
    flex: 1; }
  .latest__content {
    padding: 40px; }
  .latest__category {
    font-size: 95px;
    bottom: -25px;
    right: -5px; }
  .latest__other {
    position: relative; }
    .latest__other:before {
      background: #aaa;
      content: "";
      height: 90%;
      position: absolute;
      top: 5%;
      left: 0;
      width: 1px; } }
