@import "https://fonts.googleapis.com/css?family=Raleway:400,300,700";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,700");
@import "https://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700";
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700");
@font-face {
  font-family: 'social';
  src: url("../fonts/social.eot?nki048");
  src: url("../fonts/social.eot?#iefixnki048") format("embedded-opentype"), url("../fonts/social.woff?nki048") format("woff"), url("../fonts/social.ttf?nki048") format("truetype"), url("../fonts/social.svg?nki048#social") format("svg");
  font-weight: normal;
  font-style: normal; }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .h2h {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  color: #0f2e44;
  background: #fffffc; }

a, a:visited {
  color: #22a1bb;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: underline; }

ol {
  margin-left: 3em; }
  ol li {
    list-style: decimal outside; }

ul {
  margin-left: 2em;
  list-style: disc outside; }

li ol, li ul {
  margin-bottom: 0; }
li ul li {
  list-style-type: circle; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

hr {
  border: none;
  width: 60px;
  height: 4px;
  background: #cba52e;
  text-align: left;
  margin: 2em 0; }

button,
a.button {
  background: transparent;
  border: 2px solid #0f2e44;
  color: #0f2e44;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .03em;
  padding: 14px 21px;
  margin: 1em 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  button:hover, button:focus,
  a.button:hover,
  a.button:focus {
    background-color: #0f2e44;
    color: white;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none; }
  button.btn-download,
  a.button.btn-download {
    padding-left: 48px;
    background: url(../img/icn-down.png) 10px 50% no-repeat;
    background-size: 28px 28px; }
    .svg button.btn-download, .svg
    a.button.btn-download {
      background-image: url(../img/icn-down.svg); }

body {
  font: normal 300 17px/1.5 "Raleway", "helvetica neue", helvetica, arial, sans-serif; }

h1, h2, h3, h4, h5, h6, .h2h {
  font-weight: 700;
  margin-bottom: 1em; }

h1, .h2h {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: .05em; }

h2 {
  font-size: 1.5em; }

h3, .meta {
  font-size: 1.3em;
  color: #888c92;
  font-weight: 300; }

p, ol, ul, dl {
  margin-bottom: 1em; }

blockquote {
  font-style: italic;
  font-size: 17px;
  margin: 2em 4em; }
  blockquote cite {
    font: small-caps normal 400 15px/1.5 "Vollkorn", georgia, serif;
    letter-spacing: .03em; }

.meta {
  margin-bottom: 1.75em; }

.social {
  font-family: 'social',sans-serif; }

.submitted {
  border-top: 1px solid #d8d9dc;
  margin-top: 3em;
  padding-top: 0.5em;
  font-size: 0.647em; }

.toolkit article h1 {
  margin-bottom: 0.5em; }
.toolkit article h2 {
  margin-bottom: 0; }

section,
article,
footer {
  padding: 60px 40px; }

.inner {
  margin: 0 auto;
  max-width: 1280px; }

#page-wrapper {
  min-width: 700px; }

.sec-white {
  background: white; }

.sec-grey {
  background: #f0f1f4; }

.sec-azure {
  background: #22a1bb;
  color: white; }
  .sec-azure a {
    color: #b8ffff; }
  .sec-azure h3 {
    color: white; }
  .sec-azure hr {
    background: white; }
  .sec-azure .meta {
    color: #b8ffff; }

.sec-blue {
  background: #0f2e44;
  color: white; }
  .sec-blue a {
    color: #62e1fb; }
  .sec-blue h3 {
    color: white; }
  .sec-blue .meta {
    color: #f0f1f4; }
  .sec-blue button,
  .sec-blue a.button {
    border-color: white;
    color: white; }
    .sec-blue button:hover, .sec-blue button:focus,
    .sec-blue a.button:hover,
    .sec-blue a.button:focus {
      background-color: #cba52e;
      border-color: #cba52e;
      color: white; }

.sec-yellow {
  background-color: #cba52e;
  color: #0f2e44; }
  .sec-yellow a {
    color: white; }
  .sec-yellow button,
  .sec-yellow a.button {
    color: white;
    background-color: #0f2e44; }
    .sec-yellow button:hover, .sec-yellow button:focus,
    .sec-yellow a.button:hover,
    .sec-yellow a.button:focus {
      background-color: transparent; }
    .sec-yellow button.btn-download,
    .sec-yellow a.button.btn-download {
      background-image: url(../img/icn-down.png); }
      .svg .sec-yellow button.btn-download, .svg
      .sec-yellow a.button.btn-download {
        background-image: url(../img/icn-down.svg); }

#section-map-intro {
  background: #22a1bb url(../img/bg-coast.png) no-repeat center bottom;
  color: white;
  padding-bottom: 40px;
  margin-bottom: -1px; }
  .svg #section-map-intro {
    background-image: url(../img/bg-coast.svg);
    background-size: 100% auto;
    background-position: center bottom; }
  .pg-codesigning #section-map-intro {
    padding-bottom: 80px; }

#section-pathways {
  padding: 20px 0;
  background: #2b6531; }
  #section-pathways .inner {
    padding: 0 40px; }

@media (min-width: 1016px) {
  section,
  article,
  footer {
    padding: 60px 74px; } }
.grid-table-beta {
  display: table;
  width: 100%;
  font-size: 0; }
  .grid-table-beta li {
    box-sizing: border-box;
    display: inline-table;
    width: 33.333%;
    font-size: 14px;
    padding-bottom: 1em;
    padding-right: 1em; }

@media (min-width: 1016px) {
  .grid-table-beta li {
    width: 20%; }

  .grid-wrapper {
    display: table; }

  .grid-beta-left {
    display: table-cell;
    vertical-align: top;
    width: 60%;
    padding-right: 1em; }

  .grid-beta-right {
    display: table-cell;
    vertical-align: top;
    width: 40%; } }
.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #333;
  background-color: #161616;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  opacity: .9; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.float-left {
  float: left;
  margin-right: 1em; }
  .float-left.left-50 {
    width: 49%;
    padding-right: 1%;
    margin: 0; }
    .float-left.left-50 img {
      width: 100%;
      height: auto; }
  .float-left.right-50 {
    width: 49%;
    padding-left: 1%;
    margin: 0; }
    .float-left.right-50 img {
      width: 100%;
      height: auto; }

.float-right {
  float: right;
  margin-left: 1em; }

.clear {
  clear: both; }

.circles {
  margin: 40px 0; }
  .circles img {
    width: 100%;
    height: auto;
    max-width: 650px; }

.symbol {
  font-family: 'social'; }

ul.no-bullets {
  margin-left: 0;
  list-style: none; }

.invisible {
  visibility: hidden; }

.double-space {
  margin: 2em 0; }

.key {
  font-size: .66em;
  letter-spacing: .03em;
  margin: 1em 0;
  white-space: nowrap;
  line-height: 1.5em; }
  .key span:after {
    content: ' ';
    background: white;
    margin-left: .75em;
    display: inline-block;
    width: .75em;
    height: .75em;
    position: relative;
    bottom: -1px; }
  .key span.key-1:after {
    background-color: #1bd463; }
  .key span.key-2:after {
    background-color: #cba52e; }

a.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  background: transparent url(../img/icn-up.svg) 50% 0 no-repeat;
  background-size: 60px;
  opacity: 0.6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  a.back-to-top:hover, a.back-to-top:focus {
    text-decoration: none;
    background-position: 50% -60px; }
  .no-svg a.back-to-top {
    background-image: url(../img/icn-up.png);
    background-position: 50% 0; }
    .no-svg a.back-to-top:hover {
      background-position: 50% -60px; }

@media (min-width: 1520px) {
  a.back-to-top {
    opacity: 0.8; } }
/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.accordion.css, jquery.ui.button.css, jquery.ui.dialog.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.modal-content {
  display: none; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }
  .ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse; }
  .ui-helper-clearfix:after {
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-overlay.png);
  background: rgba(110, 115, 123, 0.65);
  z-index: 8888; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }
  .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
  text-decoration: none; }
  .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-buttonset {
  margin-right: 7px; }
  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em; }

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  z-index: 9999;
  background: white;
  border: 1px solid #d0d0ca;
  -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25); }
  .ui-dialog .ui-dialog-titlebar {
    padding: 0 1em;
    position: relative;
    height: 49px;
    text-align: left;
    line-height: 49px;
    background: #F1F1F1;
    border-bottom: 1px solid #d0d0ca;
    margin-bottom: .75em; }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-shadow: 0 1px #fff; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    margin: 0;
    height: 49px;
    border: 1px solid #d0d0ca;
    border-width: 0 0 0 1px;
    padding: 0;
    background: transparent url(../img/icn-close.png) no-repeat 0 0; }
    .svg .ui-dialog .ui-dialog-titlebar-close {
      background: transparent url(../img/icn-close.svg) no-repeat 0 0;
      background-size: 49px 49px; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em; }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right; }
  .ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer; }
  .ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px; }
  .ui-dialog h3 {
    display: none; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.media-embed-video {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 2em;
  height: 0; }
  .media-embed-video iframe {
    position: absolute;
    top: 0;
    left: center;
    width: 100%;
    height: 100%; }

.issuuembed {
  margin: 2em 0;
  width: 100%; }

#section-intro {
  padding-top: 10em; }

#site-header {
  background-color: #1b384d;
  background-color: rgba(15, 46, 68, 0.95);
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 45px 0; }
  #site-header .mobile-menu {
    color: white;
    font-size: 2em;
    position: absolute;
    top: 43px;
    right: 40px;
    cursor: pointer;
    font-weight: normal;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #site-header.expand {
    height: auto;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25); }
    #site-header.expand .mobile-menu {
      color: #cba52e; }
  #site-header .inner {
    margin: 0 auto; }
  #site-header h1, .h2h {
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    font-size: 2em;
    padding: 0 40px 10px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #site-header h1 a {
      color: white;
      text-decoration: none; }
      #site-header h1 a span {
        color: #8faec4; }
  #site-header.piccolo {
    position: fixed;
    top: 0;
    -moz-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    -webkit-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #27465c;
    padding: 15px 0 20px;
    height: 30px; }
    #site-header.piccolo h1 {
      font-size: 1.5em;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #site-header.piccolo .mobile-menu {
      top: 12px;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  #site-header.expand, #site-header.piccolo.expand {
    height: auto;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    padding-bottom: 0; }
    #site-header.expand .mobile-menu, #site-header.piccolo.expand .mobile-menu {
      color: #cba52e; }
  #site-header nav ul {
    margin: 0; }
    #site-header nav ul li {
      border-top: 1px solid #27465c; }
      #site-header nav ul li a {
        color: white;
        padding: 10px 40px;
        display: block; }
        #site-header nav ul li a:hover, #site-header nav ul li a:focus, #site-header nav ul li a.active {
          text-decoration: none;
          background-color: #ababb1;
          background-color: rgba(0, 0, 20, 0.33);
          color: #cba52e; }

#page-header {
  display: none; }

@media (min-width: 1016px) {
  #section-intro {
    padding-top: 12em; }

  .mobile-menu {
    display: none; }

  #site-header {
    font-size: 0.875em;
    font-size: 14px !important;
    line-height: 1.5em !important;
    position: absolute;
    height: 59px;
    -webkit-font-smoothing: subpixel-antialiased; }
    #site-header.expand {
      height: 59px;
      box-shadow: none; }
    #site-header .inner {
      padding: 0 74px; }
    #site-header h1 {
      width: 30%;
      float: left;
      padding: 0;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #site-header nav {
      float: right; }
      #site-header nav ul {
        margin-left: 0; }
        #site-header nav ul li {
          width: auto;
          float: left;
          display: block;
          margin-left: 1.66em;
          text-transform: uppercase;
          border-top: none; }
          #site-header nav ul li.first {
            margin-left: 0; }
          #site-header nav ul li a {
            color: white;
            padding: 14px 0 18px; }
            #site-header nav ul li a.active, #site-header nav ul li a:hover, #site-header nav ul li a:focus {
              background: none;
              color: #cba52e;
              padding-bottom: 14px;
              border-bottom: 4px solid #cba52e;
              text-decoration: none; }
    #site-header.piccolo nav ul li a {
      padding-top: 11px; }

  #page-header {
    display: block;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 10; }
    #page-header nav ul {
      text-align: right;
      margin: 0;
      padding-right: 24px; }
      #page-header nav ul li {
        list-style: none;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-size: .86em;
        white-space: nowrap;
        padding-right: 3px;
        line-height: 25px; }
        #page-header nav ul li a {
          padding: 4px 6px; }
          #page-header nav ul li a:after {
            content: " ";
            border: 1px solid #dadada;
            background: #dadada;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            height: 4px;
            width: 4px;
            position: relative;
            top: -2px; }
          #page-header nav ul li a span {
            display: none; }
          #page-header nav ul li a:hover, #page-header nav ul li a:focus {
            text-decoration: none; }
        #page-header nav ul li.active {
          padding-right: 0; }
          #page-header nav ul li.active a:after {
            height: 10px;
            width: 10px;
            background: transparent;
            position: relative;
            top: 1px; } }
#section-footer {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #0f2e44;
  color: #8faec4; }

#section-legal,
#section-footernav {
  border-top: 1px solid #27465c;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #8faec4; }
  #section-legal a,
  #section-footernav a {
    color: white;
    text-decoration: none;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    #section-legal a:hover, #section-legal a:focus, #section-legal a.active,
    #section-footernav a:hover,
    #section-footernav a:focus,
    #section-footernav a.active {
      color: #8faec4;
      text-decoration: underline;
      -moz-transition: color 0.25s ease;
      -o-transition: color 0.25s ease;
      -webkit-transition: color 0.25s ease;
      transition: color 0.25s ease; }
    #section-legal a.active,
    #section-footernav a.active {
      text-decoration: none; }

@media (min-width: 1016px) {
  #section-legal {
    border: none;
    padding-top: 0; } }
#section-pathways .inner {
  position: relative;
  padding: 0; }
  #section-pathways .inner img {
    width: 100%;
    height: auto; }

.pathways {
  margin-top: 40px; }
  .pathways a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #22a1bb;
    background: white;
    border-radius: 50%;
    text-decoration: none;
    margin-right: 5px;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease; }
    .pathways a:hover, .pathways a:focus {
      background: #62e1fb;
      color: white;
      -moz-transition: background 0.4s ease;
      -o-transition: background 0.4s ease;
      -webkit-transition: background 0.4s ease;
      transition: background 0.4s ease; }
    .pathways a.active {
      background: #0f2e44;
      color: white; }
    .pathways a.clear {
      background: none;
      font-weight: 300;
      color: white;
      width: auto; }

.pathmap {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }
  .pathmap.showme {
    display: block; }

#section-map-intro .inner {
  position: relative; }
  #section-map-intro .inner .maptext-path {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    #section-map-intro .inner .maptext-path h2 {
      text-transform: uppercase;
      font-size: 2.5em;
      line-height: 1em;
      letter-spacing: .05em; }

.map.localities img {
  width: 100%;
  height: auto;
  border: 1px solid white; }

.list-localities li.active a {
  text-decoration: underline; }

.modal-content .float-left {
  float: none; }

@media (min-width: 1016px) {
  .localities {
    float: left;
    width: 50%; }
    .localities.text {
      padding-right: 4%;
      width: 46%; }

  .modal-content .float-left {
    float: left;
    width: 49.99%;
    margin: 0; } }
.pg-home {
  background: #2b6531 url(../img/map-01.png) no-repeat 0 780px;
  background-size: 190%;
  background-attachment: scroll; }
  .svg .pg-home {
    background-image: url(../img/map-01.svg); }
  .pg-home #section-intro h1,.h2h {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0;
    text-transform: none; }
  .pg-home #section-intro .morelink a {
    color: white;
    font-size: 1.25em;
    text-transform: lowercase;
    font-weight: 300;
    padding: 5px 0 0 56px;
    height: 35px;
    display: inline-block;
    width: auto;
    background: url(../img/icn-down.png) no-repeat;
    background-size: 40px; }
    .svg .pg-home #section-intro .morelink a {
      background-image: url(../img/icn-down.svg); }
    .pg-home #section-intro .morelink a:hover, .pg-home #section-intro .morelink a:focus {
      text-decoration: none; }
  .pg-home #section-background {
    margin-top: 300px; }
  .pg-home #section-contact .project-team {
    padding-top: 1.5em; }
    .pg-home #section-contact .project-team h2 {
      margin-bottom: 0;
      line-height: 1.25em; }
      .pg-home #section-contact .project-team h2 a {
        color: white; }
    .pg-home #section-contact .project-team .job {
      font-weight: 300;
      font-size: .9em;
      opacity: .75;
      margin-bottom: .75em; }
    .pg-home #section-contact .project-team .social {
      font-size: 40px;
      line-height: 1em; }
      .pg-home #section-contact .project-team .social a {
        color: white;
        margin-right: .15em;
        -moz-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease; }
        .pg-home #section-contact .project-team .social a:hover, .pg-home #section-contact .project-team .social a:focus {
          opacity: .75;
          text-decoration: none;
          -moz-transition: opacity 0.25s ease;
          -o-transition: opacity 0.25s ease;
          -webkit-transition: opacity 0.25s ease;
          transition: opacity 0.25s ease; }
    .pg-home #section-contact .project-team .tm-team {
      background-repeat: no-repeat;
      background-size: 125px;
      padding-top: 10px;
      height: 115px;
      padding-left: 150px; }
      .pg-home #section-contact .project-team .tm-team.tm-fiona {
        background-image: url(../img/icn-fiona.png); }
      .pg-home #section-contact .project-team .tm-team.tm-stuart {
        background-image: url(../img/icn-stuart.png); }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pg-home {
    background-position: 0 700px;
    background-attachment: scroll;
    background-size: contain; } }
@media (min-width: 1016px) {
  .pg-home {
    background-position: 0 100px;
    background-attachment: fixed;
    background-size: contain; } }
#section-download {
  background: #cba52e url(../img/bg-download.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed; }

.grid-table-beta.grid-tools li {
  position: relative; }
  .grid-table-beta.grid-tools li a {
    display: block;
    width: 85%;
    padding: 1em 7.5% 0;
    min-height: 160px;
    background: #cba52e;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #0f2e44;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background-color, 0.3s;
    -o-transition: background-color, 0.3s;
    -webkit-transition: background-color, 0.3s;
    transition: background-color, 0.3s; }
    .grid-table-beta.grid-tools li a em {
      display: block;
      font-weight: normal;
      font-size: 0.8em;
      font-style: normal;
      line-height: 1.4em;
      margin-top: 0.5em;
      color: white; }
    .grid-table-beta.grid-tools li a:hover, .grid-table-beta.grid-tools li a:focus {
      background: #d3b34d;
      text-decoration: none; }
    .grid-table-beta.grid-tools li a:after {
      content: '01';
      position: absolute;
      bottom: 0.15em;
      right: 0.333em;
      text-align: right;
      letter-spacing: -0.03em;
      font-family: "Vollkorn", georgia, serif;
      font-size: 4em;
      font-weight: normal;
      line-height: 1em; }
.grid-table-beta.grid-tools .tool-02 a:after {
  content: '02'; }
.grid-table-beta.grid-tools .tool-03 a:after {
  content: '03'; }
.grid-table-beta.grid-tools .tool-04 a:after {
  content: '04'; }
.grid-table-beta.grid-tools .tool-05 a:after {
  content: '05'; }
.grid-table-beta.grid-tools .tool-06 a:after {
  content: '06'; }
.grid-table-beta.grid-tools .tool-07 a:after {
  content: '07'; }
.grid-table-beta.grid-tools .tool-08 a:after {
  content: '08'; }
.grid-table-beta.grid-tools .tool-09 a:after {
  content: '09'; }
.grid-table-beta.grid-tools .tool-10 a:after {
  content: '10'; }

.tool-pic {
  width: 100%;
  height: auto; }
