
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700|Source+Sans+Pro:700);

html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in iOS landscape while allowing user zoom */
}

body {
  font-family: 'Libre Baskerville', serif;
  margin: 0;
  background-color: #fff;
  color: #000;
}

p {
  margin: 0 0 1.5em 0;
}

h2.heading {
  font-weight: 400;
}

h2:after {
  content: '';
  display: block;
  border-bottom: 3px solid #233947;
  padding-bottom: 0.5em;
  width: 85%;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #FF3700;
}

a:hover,
a:focus,
a:active {
    color: #FF3700;
}

a.oianw:after {

}

a.oianw .oianw-text {
      position: absolute;
      width: 10px;
      height: 10px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
}

.level,
.level-content,
.level-content-inner {
  box-sizing: border-box;
}

.level {
  margin: 3.5em 0 3.5em;
}

.level-content-inner {
  width: 90%;
  max-width: 56.8889em;
  margin: 0 auto;
  padding: 0;
}


.level-0 {
  font-size: 0.875em;
  line-height: 1.875;
}

.site-name {

}

.heading {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.introduction {
  font-weight: normal;
}

.end {
  vertical-align: baseline;;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


.cta {
  display: inline-block;
  margin-top: 1em;
  margin-right: 2em;
}
.cta a {
    display: inline-block;
    margin: 0 0 0.25em 0;
    padding: 0.5em 0 0.125em;
    color: #FFAA00;
    font-weight: 700;
    border-bottom: none;
    border-top: 1px solid #FF3700;
    color: #FF3700;
}
.cta a:hover,
.cta a:focus,
.cta a:active {
  border-top-color: #FFAA00;
  color: #FFAA00;
}




.footer {
  position: relative;
  font-size: 0.875em;
  padding: 2em 0;
  background-color: #36444D;
  color: #fff;
  border-top: 1px solid #233947;
  text-align: left;
  min-height: 12em;
}

.footer h2 {
    position: absolute;
    width: 10px;
    height: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

.footer:before {
    content: 'D / F';
    display: block;
    font-size: 1.25em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5em;
  }
.footer h2:after {
    content: none;
  }

.footer p {
    width: 90%;
  max-width: 56.8889em;
  margin: 0 auto;
  padding: 0;
      border-top: 1px solid white;
    padding-top: 1em;
    margin-top: 8em;
  }






.level-0 {
  margin-top: 0;
}

/* Main heading - logo */
.level-0-content {
  padding: 2em 0 2em;
  background-color: #233947;
  color: #fff;
}
.level-0-content .heading {
  font-size: 1.25em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.level-0-content-inner {

}


/* Introduction */
.level-1 {
  margin-top: 0;
}
.level-1-content {
  background-color: #233947;
  color: #fff;
  padding-top: 2em;
  padding-bottom: 7em;
}
.level-1-content-inner {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 2em;
  padding-bottom: 2em;
}

.level-1-content-inner .cta a {
    border-top: 1px solid #FFAA00;
    color: #FFAA00;
}
.level-1-content-inner .cta a:hover,
.level-1-content-inner .cta a:focus,
.level-1-content-inner .cta a:active {
  border-top-color: #FF3700;
  color: #FF3700;
}


/* Tasks like */
.level-2,
.level-7 {

  //clearfix
  &:before,
  &:after {
    content: "";
    display: table;
    width: 100%;
  }

  border-bottom: 0.25em solid #000;

  .depth-2 {
    padding: 0;
    margin: 0;

    .level-content {
      padding: 2.5em 1em;
      max-width: 24em;
      margin: 0.75em auto;
      border-top: 0.1em solid rgba(0,0,0,0.5);
    }
    .level-content-inner {
      width: 100%;
      max-width: 100%;
    }
    .heading {
      text-align: center;
      &:after {
        content: "===";
        display: block;
        margin: 0.5em 0;
      }
    }
    p:last-child {
      text-align: center;
    }
  }
}

.level-9-content-inner,
.level-10-content-inner {
  border-top: 3px solid #233947;
  padding-top: 1em;
  border-bottom: 1px solid #233947;
  padding-bottom: 1em;
  margin-bottom: 6em;
}
.level-10-content-inner {
  margin-bottom: 10em;
}

.level-9-content-inner .heading:after,
.level-10-content-inner .heading:after {
  border-width: 1px;
  width: 100%;
  margin-bottom: 0.5em;
}

.depth-1:after {
  content: '';
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4em;
  margin-bottom: 8em;
}

.level-1.depth-1:after,
.level-10.depth-1:after {
  content: none;
}