/**
 * Reset some basic elements
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Images
 */
img {
  width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(76em - (1em * 2));
  max-width: calc(76em - (1em * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (max-width: 76em) {
    .wrapper {
      max-width: -webkit-calc(76em - (1em));
      max-width: calc(76em - (1em));
      padding-right: 1em;
      padding-left: 1em; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Vertical Align
 */
section .wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #888888; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 1em; }

/**
 * Headings
 */
h1, h2, h3, h4 {
  font-weight: 400;
  line-height: 1em;
  font-weight: 700; }

h1 {
  font-size: 3em; }
  @media screen and (max-width: 76em) {
    h1 {
      font-size: 2.5em; } }

h2 {
  font-size: 2em; }
  @media screen and (max-width: 76em) {
    h2 {
      font-size: 1.75em; } }

h3 {
  font-size: 1.5em; }
  @media screen and (max-width: 76em) {
    h3 {
      font-size: 1.25em; } }

h4 {
  font-size: 1em; }
  @media screen and (max-width: 76em) {
    h4 {
      font-size: 1em; } }

p {
  max-width: 45em; }

/**
 * Links
 */
a {
  color: #54bceb;
  text-decoration: none; }
  a:visited {
    color: #199dd9; }
  a:hover {
    color: #54bceb;
    text-decoration: none; }

nav a:hover {
  color: #54bceb;
  text-decoration: none;
  border-bottom: 2px solid #54bceb;
  padding-bottom: .1em; }

/**
 * Lists
 */
ul, ol {
  margin-left: 1em; }

li > ul,
li > ol {
  margin-bottom: 0; }

   /**
* Blockquotes
*/
blockquote {
  color: #888888;
  border-left: 4px solid #eeeeee;
  padding-left: 0.5em;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

section {
  width: 100%;
  height: 25vw;
  text-align: center;
  margin-bottom: 4em;
  margin-top: -4em; }
  @media screen and (max-width: 76em) {
    section {
      height: 80vw;
      margin-top: 0;
      margin-bottom: 2em; } }
  section .herotext {
    color: white;
    line-height: 1.5em;
    font-size: 2.5em; }
    @media screen and (max-width: 76em) {
      section .herotext {
        font-size: 1.25em; } }

img {
  margin-bottom: 1em; }

.site-header img {
  margin-bottom: 0; }

#home {
  background: url(/img/hero_index.png) no-repeat center, rgba(11, 148, 207, 0.75);
  background-size: cover;
  background-blend-mode: multiply; }

/**
 * Site header
 */
.site-header {
  min-height: 4em;
  padding: .5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-box-shadow: 0 0.1em 0.25em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.1em 0.25em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1em 0.25em 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 1000; }

.site-header--pad {
  height: 9em;
  display: block;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 76em) {
    .site-header--pad {
      height: 5em; } }

.site-title {
  float: none;
  height: 4em; }
  .site-title img {
    height: 4em;
    width: auto;
    padding: 1em; }
  .site-title, .site-title:visited {
    color: #484848; }

.site-nav {
  line-height: 4em;
  height: 4em;
  text-align: center;
  float: right; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5;
    margin-right: 1em; }
  @media screen and (max-width: 76em) {
    .site-nav {
      position: absolute;
      top: 0.5em;
      right: 0.5em;
      background-color: #ffffff;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 1.5em;
        height: 1.5em;
        line-height: 0;
        margin-top: 1em;
        margin-right: 1em;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 1.5em;
          height: 1.5em; }
          .site-nav .menu-icon > svg path {
            fill: #484848; }
      .site-nav .trigger {
        clear: both;
        display: none;
        position: absolute;
        top: 4.5em;
        right: .5em;
        width: 18em;
        background: white;
        border: 1px solid #eeeeee;
        border-top: 0; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        position: relative;
        padding: .5em 1em;
        margin-right: 0;
        margin-left: 0; } }

/**
 * Site footer
 */
.site-footer {
  background: #eeeeee;
  padding: 4em 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 0.5em; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #888888;
  margin-left: -0.5em; }

.footer-col {
  float: left;
  margin-bottom: 0.5em;
  padding-left: 0.5em; }

.footer-col-1 {
  width: -webkit-calc(35% - (1em / 2));
  width: calc(35% - (1em / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (1em / 2));
  width: calc(20% - (1em / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (1em / 2));
  width: calc(45% - (1em / 2)); }

@media screen and (max-width: 76em) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (1em / 2));
    width: calc(50% - (1em / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (1em / 2));
    width: calc(100% - (1em / 2)); } }
@media screen and (max-width: 76em) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (1em / 2));
    width: calc(100% - (1em / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 1em 0;
  padding-bottom: 4em;
  -webkit-box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.5); }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 1em; }

.post-meta {
  font-size: 14px;
  color: #888888; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Index
 */
.page-block {
  display: inline-block;
  position: relative;
  width: 49.8%;
  padding: 2em;
  vertical-align: top; }
  @media screen and (max-width: 76em) {
    .page-block {
      display: block;
      width: 100%; } }

/**
* Grid
*/
@media screen and (min-width: 60em) {
  .col-wrapper {
    margin-left: -4em; }

  .col-wrapper:after {
    content: "";
    display: table;
    clear: both; }

  .col--full {
    float: left;
    width: 100%;
    margin-bottom: 2em;
    padding-left: 4em; }

  .col--half {
    float: left;
    width: 50%;
    margin-bottom: 2em;
    padding-left: 4em; }

  .col--third {
    float: left;
    width: 33.333%;
    margin-bottom: 2em;
    padding-left: 4em; }

  .col--twothirds {
    float: left;
    width: 66.667%;
    margin-bottom: 2em;
    padding-left: 4em; }

  .col--quart {
    float: left;
    width: 25%;
    margin-bottom: 2em;
    padding-left: 4em; }

  #who .col--eighth,
  .col--eighth {
    float: left;
    width: 12.5%;
    margin-bottom: 2em;
    padding-left: 4em; }

  .col--threequarts {
    float: left;
    width: 75%;
    margin-bottom: 2em;
    padding-left: 4em; }

  .no-margin--bottom {
    margin-bottom: 0; } }
