@charset "UTF-8";
/*!
Theme Name: GNL Tax Review
Theme URI: 
Author: OCIO Web Services
Author URI: http://www.ocio.gov.nl.ca/
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: gnl-web-template
Tags:
*/
/**
* Lato
*
* Usage:
* font-family: 'Lato', sans-serif;
**/
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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-.
     */
figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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; }

/* Text-level semantics
       ========================================================================== */
/**
     * 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 */
  -webkit-text-decoration: underline dotted;
          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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */ }

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=42.5em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 0.75rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #4e9d30;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem; }

a {
  line-height: inherit;
  color: #045491;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #03487d; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 72rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 0.75rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 0.75rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 42.5em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 42.4375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 42.5em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 42.5em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 42.4375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 42.5em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 42.4375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast; }

.skip-link {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }
  .skip-link:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
            clip-path: none; }

.mobile-menu-area {
  display: block;
  border-bottom: 1px solid #dadada; }
  @media print, screen and (min-width: 42.5em) {
    .mobile-menu-area {
      display: none; } }

.site-branding {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #d9d9d9;
  text-align: center; }
  @media print, screen and (min-width: 42.5em) {
    .site-branding {
      border-bottom: none;
      text-align: left; } }

.site-title {
  display: inline-block;
  text-align: left;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #4e9d30;
  font-size: 2.5rem;
  margin-left: 2rem; }
  .site-title a {
    display: block;
    text-decoration: none;
    color: inherit; }
    .site-title a:active, .site-title a:focus {
      text-decoration: none; }
  .site-title span {
    color: #045491;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.375rem;
    margin-left: -2rem;
    margin-bottom: 0.125rem; }

.header-image {
  display: none; }
  @media print, screen and (min-width: 42.5em) {
    .header-image {
      display: block;
      position: relative;
      max-width: 157.5rem;
      margin: 0 auto;
      overflow: hidden; }
      .header-image img {
        width: 100%; }
      .header-image .header-text {
        position: absolute;
        max-width: 72rem;
        padding: 0 1.5rem;
        width: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .header-image .header-text span {
          display: block; }
          .header-image .header-text span.text {
            color: #045491;
            font-size: 2rem;
            font-style: italic; }
          .header-image .header-text span.text2 {
            font-weight: bold;
            margin-left: 0.75rem; }
          .header-image .header-text span.text3 {
            margin-left: 0.75rem; } }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.site-content {
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3rem; }
  .site-content::before, .site-content::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .site-content::after {
    clear: both; }

.left-menu-area {
  display: none; }
  @media print, screen and (min-width: 42.5em) {
    .left-menu-area {
      display: block;
      padding-top: 2.5rem;
      width: 33.33333%;
      float: left;
      padding-right: 1rem;
      padding-left: 1rem; }
      .left-menu-area:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 61em) {
    .left-menu-area {
      width: 25%;
      float: left;
      padding-right: 1rem;
      padding-left: 1rem; }
      .left-menu-area:last-child:not(:first-child) {
        float: right; } }

.content-area {
  width: 100%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 2.3125rem; }
  .content-area:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 42.5em) {
  .left-menu-area + .content-area {
    width: 66.66667%;
    float: left;
    padding-right: 1rem;
    padding-left: 1rem; }
    .left-menu-area + .content-area:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 61em) {
  .left-menu-area + .content-area {
    width: 75%;
    float: left;
    padding-right: 1rem;
    padding-left: 1rem; }
    .left-menu-area + .content-area:last-child:not(:first-child) {
      float: right; } }

article {
  position: relative; }

.entry-title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.5rem; }

.entry-footer {
  margin-bottom: 0.75rem; }
  .entry-footer .post-edit-link {
    font-size: 0.875rem;
    font-style: italic;
    position: absolute;
    top: 0;
    right: 0; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.625rem 0.75rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #eaeaea;
  color: #045491;
  text-decoration: none; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #dddddd;
    color: #045491; }
  .button:after {
    content: " >"; }

.main-navigation ul.menu {
  list-style: none;
  margin: 0;
  border-top: 1px solid #dadada; }
  .main-navigation ul.menu > li {
    border-bottom: 1px solid #dadada; }
    .main-navigation ul.menu > li > a {
      display: block;
      text-decoration: none;
      padding: 0.75rem 2rem 0.75rem 1rem;
      position: relative;
      line-height: 1; }

.main-navigation li.current-menu-item > a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.mobile-navigation .menu-button {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.75rem 1rem;
  cursor: pointer; }

.mobile-navigation .menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-top: 0.125rem;
  overflow: hidden; }
  .mobile-navigation .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 6px 0 #0a0a0a, 0 12px 0 #0a0a0a;
            box-shadow: 0 6px 0 #0a0a0a, 0 12px 0 #0a0a0a;
    content: ''; }
  .mobile-navigation .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 6px 0 #0a0a0a, 0 12px 0 #0a0a0a;
            box-shadow: 0 6px 0 #0a0a0a, 0 12px 0 #0a0a0a; }
  .mobile-navigation .menu-icon::after, .mobile-navigation .menu-icon:hover::after {
    -webkit-box-shadow: -3px 4px 0 #0a0a0a, -1px 8px 0 #0a0a0a;
            box-shadow: -3px 4px 0 #0a0a0a, -1px 8px 0 #0a0a0a; }

.mobile-navigation ul.menu {
  display: none;
  list-style: none;
  margin: 0; }
  .mobile-navigation ul.menu.expanded {
    display: block; }
  .mobile-navigation ul.menu > li {
    border-top: 1px solid #dadada; }
    .mobile-navigation ul.menu > li > a {
      display: block;
      text-decoration: none;
      padding: 0.75rem 1rem;
      line-height: 1;
      font-size: 0.9375rem; }

.site-features {
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1rem;
  margin-left: -1rem; }
  .site-features::before, .site-features::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .site-features::after {
    clear: both; }
  @media print, screen and (min-width: 42.5em) {
    .site-features {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 64em) {
    .site-features {
      margin-right: -1rem;
      margin-left: -1rem; } }

.site-feature-item {
  width: 100%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem; }
  .site-feature-item:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 28em) {
    .site-feature-item {
      width: 50%;
      float: left;
      padding-right: 1rem;
      padding-left: 1rem; }
      .site-feature-item:last-child:not(:first-child) {
        float: right; }
      .site-feature-item:last-child:last-child {
        float: left; } }
  @media screen and (min-width: 61em) {
    .site-feature-item {
      width: 33.33333%;
      float: left;
      padding-right: 1rem;
      padding-left: 1rem; }
      .site-feature-item:last-child:not(:first-child) {
        float: right; } }
  .site-feature-item article {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0; }
  .site-feature-item .entry-content img {
    margin-bottom: 0.75rem; }
  .site-feature-item .entry-footer {
    padding-top: 1rem; }
  .site-feature-item .edit-link {
    display: block; }

.site-footer {
  background-color: #f2f2f2;
  border-top: 1px solid #dadada; }

.site-info {
  max-width: 72rem;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 1.5rem 2rem;
  font-size: 0.9375rem; }
  .site-info .section {
    border-bottom: 1px solid #dadada;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    position: relative; }
    .site-info .section::before, .site-info .section::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .site-info .section::after {
      clear: both; }
  .site-info .footer-widget {
    float: left; }
    .site-info .footer-widget .widgettitle {
      color: #045491;
      font-size: 1.25rem;
      border-bottom: 1px solid #dadada;
      padding-bottom: 0.5rem; }
  .site-info .gnl-logo {
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 9rem; }

/*# sourceMappingURL=style.css.map */
