@charset "UTF-8";
/*!
Theme Name: GNL Web Framework
Theme URI: 
Author: OCIO Web Services
Author URI: http://www.ocio.gov.nl.ca/
Description: 
Version: 3
License: 
License URI: 
Text Domain: gnl-web-framework
Tags:
*/
/**
 * GNL UI ICONS
 * 
 * https://icomoon.io/app/
 */
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,600,600i");
@font-face {
  font-family: 'gnl-ui-icons';
  src: url("assets/gnl-ui-icons.ttf?x7jr92") format("truetype"), url("assets/gnl-ui-icons.woff?x7jr92") format("woff"), url("assets/gnl-ui-icons.svg?x7jr92#gnl-ui-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

#page {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

#colophon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

[class^='layout-'] > h1, [class^='layout-'] > h2, [class^='layout-'] > h3, [class^='layout-'] > h4, [class^='layout-'] > h5, [class^='layout-'] > h6, [class^='layout-'] > p {
  margin: 0;
  padding: 0; }

.layout-banner {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media print, screen and (min-width: 40em) {
    .layout-banner {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 1.625rem;
      padding-bottom: 1.375rem; } }

.layout-government-brand,
.layout-custom-logo {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .layout-government-brand,
    .layout-custom-logo {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      margin-right: 1rem;
      margin-left: 1rem; } }

.layout-site-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: auto;
  margin-right: 1rem;
  margin-left: 1rem; }

@media print, screen and (min-width: 40em) {
  .layout-government-brand + .layout-site-title {
    border-left: 1px solid #d9d9d9;
    padding-left: 2rem;
    padding-top: 1.1875rem;
    padding-bottom: 1.75rem; } }

.layout-search {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .layout-search {
      display: block;
      width: calc(33.33333% - 2rem);
      margin-right: 1rem;
      margin-left: 1rem;
      padding-top: 0.8125rem;
      padding-bottom: 1.0625rem; } }

.layout-menu-button {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin-left: 1rem; }
  @media print, screen and (min-width: 64em) {
    .layout-menu-button {
      display: none; } }

.layout-body {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 1rem; }
  .has-header-image .layout-body {
    padding-top: 2.5rem; }

.layout-left-navigation {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .layout-left-navigation {
      display: block;
      width: calc(25% - 2rem);
      margin-right: 1rem;
      margin-left: 1rem; } }

.layout-main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: auto;
  margin-right: 1rem;
  margin-left: 1rem; }
  [data-whatinput='mouse'] .layout-main-content {
    outline: 0; }

.layout-breadcrumbs {
  margin-top: -0.25rem;
  margin-bottom: 1.5625rem; }

.layout-footer {
  border-top: 1px solid #d9d9d9;
  background-color: #f7f7f7;
  margin-top: 2.625rem;
  font-size: 0.75rem; }

.layout-site-info {
  padding: 1.5rem 1rem; }
  @media print, screen and (min-width: 64em) {
    .layout-site-info {
      padding-right: 0;
      padding-left: 0;
      max-width: 78rem;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }

.layout-copyright {
  display: block;
  margin-bottom: 0.375rem; }
  @media print, screen and (min-width: 64em) {
    .layout-copyright {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      width: auto;
      margin-right: 1rem;
      margin-left: 1rem;
      margin-bottom: 0; } }

.layout-disclaimer {
  display: block; }
  @media print, screen and (min-width: 64em) {
    .layout-disclaimer {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      margin-right: 1rem;
      margin-left: 1rem; } }

article {
  position: relative; }

.post-edit-link {
  font-size: 0.8125rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.25rem;
  font-style: italic; }

html.has-admin-bar {
  height: calc(100% - 32px); }

/*! 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=40em&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: #fff;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  -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; }

.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: 40em) {
  .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; } }

a, a:hover, a:focus {
  color: #005596;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a[target='_blank']::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.25rem;
  padding-right: 0.0625rem;
  display: inline-block;
  color: #005596; }

a[href$='.pdf']::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.1875rem;
  color: #ea2d27;
  display: inline-block; }

a[href$='.mp3']::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.1875rem;
  color: #005596;
  display: inline-block; }

a[href$='.wmv']::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.1875rem;
  color: #005596;
  display: inline-block; }

a[href$='.jpg']::after,
a[href$='.gif']::after,
a[href$='.png']::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.1875rem;
  color: #005596;
  display: inline-block; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

address {
  font-style: normal; }

address, article, blockquote, dd, dl, dt, figcaption, figure, hr, img, li, ol, p, pre, table, ul {
  padding: 0;
  margin: 0 0 1.5rem; }

blockquote {
  font-style: italic;
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

big {
  font-size: 140%; }

body, button, input, select, optgroup, textarea {
  background: #fff;
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 0;
  margin: 0; }

input, optgroup, select, textarea {
  border: 1px solid #d9d9d9;
  padding: 0.4375rem 1rem 0.5rem; }

cite, dfn, em, i {
  font-style: italic; }

code {
  background: #eff0f1;
  border-radius: 0;
  padding: 0.125rem 0.25rem; }

code, kbd, tt, var {
  color: #000;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

dd {
  margin-left: 2rem; }

dl, ol, ul {
  padding-left: 2rem; }

dt {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #005596;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 1.5rem; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
    text-decoration: none; }
  h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, .h1 a:hover, .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
    color: inherit;
    text-decoration: underline; }

h1, .h1 {
  font-size: 1.6875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  padding-top: 0;
  margin-bottom: 1.5rem; }

h1.entry-title {
  margin-top: -0.0625rem;
  padding-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.3125rem;
  line-height: 1.15;
  letter-spacing: -0.03125rem;
  padding-top: 0;
  margin: -0.125rem 0 1.625rem; }

h3, .h3 {
  text-transform: uppercase; }

/*
h4, .h4 {
	font-size: inherit;
}
*/
h5, .h5 {
  font-weight: 500; }

h6, .h6 {
  font-weight: 500;
  font-style: italic; }

hr {
  background-color: #d9d9d9;
  border: 0;
  height: 1px; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  height: auto;
  max-width: 100%; }

ins, mark {
  background: #fff9c0;
  text-decoration: none; }

li {
  margin: 0; }

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

ol {
  list-style: decimal; }

pre {
  background: #eff0f1;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  border: none;
  border-radius: 0;
  padding: 0.4375rem 0.75rem 0.375rem;
  margin: -0.375rem 0 1.0625rem;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2; }

small {
  font-size: 66.667%; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.03125rem; }

sub {
  bottom: -0.01563rem; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

th {
  text-align: left; }

ul {
  list-style: disc; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  display: block;
  float: left;
  margin-right: 2rem; }

.alignright {
  display: block;
  float: right;
  margin-left: 2rem; }

.entry-title, .page-title, .widget-title {
  padding-bottom: 0.625rem;
  color: #005596;
  border-bottom: 2px solid #005596;
  margin-bottom: 1.875rem; }

.lead {
  font-size: 1.3125rem;
  line-height: 1.15;
  margin: -0.125rem 0 1.625rem; }

.callout {
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem; }
  .callout p {
    margin-bottom: 0.75rem; }
  .callout p:last-child {
    margin-bottom: 0; }

.contact-card::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  float: left;
  font-size: 2.5rem;
  padding-top: 0.25rem;
  color: #c2c2c2; }

.contact-card > * {
  margin-left: 4rem; }

.contact-card > p:not(:last-child),
.contact-card > ul:not(:last-child) {
  margin-bottom: 0.5rem; }

.skip-link,
.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; }

.skip-link:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.widget {
  margin: 0 0 1.5rem; }

.wp-caption-text {
  font-style: italic; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #000; }
  tfoot {
    background: #f2f2f2;
    color: #000; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

table {
  margin: 0 0 1.5rem; }

thead {
  background: #005596;
  color: #fff; }

thead tr {
  border: none; }

thead th, thead td, tfoot th, tfoot td {
  padding: 0.4375rem 1rem 0.5rem;
  font-weight: 600; }

thead, tbody, tfoot {
  border: none; }

tbody th, tbody td {
  padding: 0.4375rem 1rem 0.5rem;
  vertical-align: baseline; }

tbody tr, tbody tr:nth-child(even) {
  border-bottom: 1px solid #d9d9d9; }

tbody tr:nth-child(even) {
  background-color: #f7f7f7; }

.dataTables_wrapper .dataTables_filter {
  float: none;
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .dataTables_wrapper .dataTables_filter {
      float: left; } }
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 1rem; }

.dataTables_wrapper .dataTables_select {
  float: none;
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .dataTables_wrapper .dataTables_select {
      float: left; } }
  .dataTables_wrapper .dataTables_select select {
    width: auto;
    margin-left: 1rem; }

.dataTables_wrapper .dataTables_length {
  float: none;
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .dataTables_wrapper .dataTables_length {
      float: right; } }
  .dataTables_wrapper .dataTables_length label {
    float: none;
    font-size: inherit; }
    @media print, screen and (min-width: 40em) {
      .dataTables_wrapper .dataTables_length label {
        float: right; } }
    .dataTables_wrapper .dataTables_length label select {
      padding: 0.5625rem 1rem 0.625rem;
      margin: 0 1rem;
      width: auto; }

.dataTables_wrapper .dataTable span.highlight {
  background-color: #FFFF88; }

.dataTables_wrapper .dataTable th.sorting, .dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable th.sorting_asc {
  white-space: nowrap;
  position: relative;
  padding-right: 2rem; }
  .dataTables_wrapper .dataTable th.sorting:after, .dataTables_wrapper .dataTable th.sorting_desc:after, .dataTables_wrapper .dataTable th.sorting_asc:after {
    content: '˄˅';
    font-weight: normal;
    position: absolute;
    display: block;
    right: 1rem;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
    line-height: 2.5;
    cursor: pointer; }

.dataTables_wrapper .dataTable th.sorting_asc:after {
  content: '˅';
  color: #fff; }

.dataTables_wrapper .dataTable th.sorting_desc:after {
  content: '˄';
  color: #fff; }

.dataTables_wrapper .dataTables_paging_footer .dataTables_info {
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .dataTables_wrapper .dataTables_paging_footer .dataTables_info {
      float: right; } }

.dataTables_wrapper .dataTables_paging_footer .dataTables_paginate {
  float: left; }
  .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .ellipsis {
    margin-right: 1rem;
    cursor: pointer; }
    .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .ellipsis.disabled {
      color: #9b9b9b;
      cursor: unset; }
      .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .ellipsis.disabled:hover {
        text-decoration: none; }
    .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .ellipsis.current {
      color: #9b9b9b;
      cursor: unset; }
      .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .ellipsis.current:hover {
        text-decoration: none; }
    .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .ellipsis.previous {
      margin-right: 1rem; }
    .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paging_footer .dataTables_paginate .ellipsis.next {
      margin-right: 0; }

dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 0;
  border-top: 1px solid #d9d9d9; }
  dl dt {
    width: 33.33333%;
    padding-right: 1rem;
    padding-left: 1rem; }
  dl dd {
    width: 66.66667%;
    padding-right: 1rem;
    padding-left: 1rem; }
  dl dt, dl dd {
    padding-top: 0.4375rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d9d9d9;
    margin: 0; }
  dl dt:nth-of-type(2n+1), dl dd:nth-of-type(2n+1) {
    background: #f7f7f7; }

.breadcrumbs {
  color: inherit;
  font-size: 0.75rem; }
  .breadcrumbs a {
    color: inherit;
    text-decoration: none; }
    .breadcrumbs a:hover {
      border-bottom: 1px solid #9b9b9b; }
  .breadcrumbs > span:not(:first-child):before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gnl-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.125rem;
    padding-right: 0.0625rem;
    position: relative;
    top: 2px;
    font-size: 1rem; }

a.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.625rem 0.75rem 0.6875rem 0.875rem;
  -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: 0.9375rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  margin-bottom: 1.25rem; }
  [data-whatinput='mouse'] a.button {
    outline: 0; }
  a.button.clear:hover {
    background-color: #f7f7f7; }
  a.button:not(.clear) {
    background-color: #005596;
    color: #fff; }
    a.button:not(.clear):hover, a.button:not(.clear):focus {
      background-color: #004880;
      color: #fff; }
    a.button:not(.clear) + .clear {
      margin-left: 1rem; }
  a.button:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gnl-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.125rem;
    left: 0.125rem; }

.custom-logo {
  margin: 0;
  padding: 0; }
  .custom-logo a {
    display: block; }
    .custom-logo a img {
      margin: 0;
      padding: 0; }

.site-feature-item article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #d9d9d9; }

.site-feature-item .feature-image + .feature-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: auto;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-right: 0; }

.site-feature-item .feature-image {
  width: calc(33.33333% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
  padding-top: 0.5rem;
  padding-left: 0; }

.site-feature-item .feature-text h1 > a, .site-feature-item .feature-text h2 > a, .site-feature-item .feature-text h3 > a {
  text-decoration: none; }

.site-feature-item .feature-text a.read-more {
  display: inline;
  text-decoration: none;
  white-space: nowrap; }
  .site-feature-item .feature-text a.read-more:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gnl-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 1px;
    left: -3px;
    font-size: 0.9375rem; }

.site-features.carrousel article {
  max-width: 78rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
  background: #9b9b9b;
  white-space: normal;
  color: #fff; }
  .site-features.carrousel article::before, .site-features.carrousel article::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.carrousel article::after {
    clear: both; }
  .site-features.carrousel article h1, .site-features.carrousel article h2, .site-features.carrousel article h3, .site-features.carrousel article h4, .site-features.carrousel article h5, .site-features.carrousel article h6, .site-features.carrousel article a {
    color: inherit; }

.site-features.carrousel .feature-image {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  left: 66.66667%; }
  .site-features.carrousel .feature-image:last-child:not(:first-child) {
    float: right; }

.site-features.carrousel .feature-text {
  width: 66.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  left: -33.33333%;
  padding: 2rem; }
  .site-features.carrousel .feature-text:last-child:not(:first-child) {
    float: right; }

.government-brand {
  margin: 0;
  padding: 0; }
  .government-brand a {
    display: block;
    width: 121px; }
    .government-brand a img {
      width: 121px;
      height: 72px;
      margin: 0;
      padding: 0; }

.header-image img {
  margin: 0; }

.left-navigation ul.menu,
.left-navigation ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem; }
  [data-whatinput='mouse'] .left-navigation ul.menu li, [data-whatinput='mouse']
  .left-navigation ul.sub-menu li {
    outline: 0; }
  .left-navigation ul.menu a,
  .left-navigation ul.menu .button,
  .left-navigation ul.sub-menu a,
  .left-navigation ul.sub-menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .left-navigation ul.menu input,
  .left-navigation ul.menu select,
  .left-navigation ul.menu a,
  .left-navigation ul.menu button,
  .left-navigation ul.sub-menu input,
  .left-navigation ul.sub-menu select,
  .left-navigation ul.sub-menu a,
  .left-navigation ul.sub-menu button {
    margin-bottom: 0; }
  .left-navigation ul.menu input,
  .left-navigation ul.sub-menu input {
    display: inline-block; }
  .left-navigation ul.menu > li,
  .left-navigation ul.sub-menu > li {
    border-top: 1px solid #d9d9d9;
    margin: 0; }
    .left-navigation ul.menu > li:last-child,
    .left-navigation ul.sub-menu > li:last-child {
      border-bottom: 1px solid #d9d9d9; }
    .left-navigation ul.menu > li.current-menu-item > a,
    .left-navigation ul.sub-menu > li.current-menu-item > a {
      background-color: #f7f7f7; }
  .left-navigation ul.menu > li > a,
  .left-navigation ul.sub-menu > li > a {
    text-decoration: none;
    padding: 0.4375rem 1rem 0.5rem;
    line-height: 1.6; }
    .left-navigation ul.menu > li > a:hover, .left-navigation ul.menu > li > a.hover, .left-navigation ul.menu > li > a.open,
    .left-navigation ul.sub-menu > li > a:hover,
    .left-navigation ul.sub-menu > li > a.hover,
    .left-navigation ul.sub-menu > li > a.open {
      background-color: #f7f7f7; }
    .left-navigation ul.menu > li > a.back-to-department,
    .left-navigation ul.sub-menu > li > a.back-to-department {
      padding-left: 0.625rem; }
      .left-navigation ul.menu > li > a.back-to-department:before,
      .left-navigation ul.sub-menu > li > a.back-to-department:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'gnl-ui-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: relative;
        top: 2px;
        left: -2px;
        font-size: 1rem; }
  .left-navigation ul.menu > li.menu-item-has-children > a,
  .left-navigation ul.sub-menu > li.menu-item-has-children > a {
    position: relative; }
    .left-navigation ul.menu > li.menu-item-has-children > a::after,
    .left-navigation ul.sub-menu > li.menu-item-has-children > a::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'gnl-ui-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: -2px;
      margin-right: calc(1rem - 5px); }
  .left-navigation ul.menu > li.menu-item-has-children[aria-expanded='true'] > a::after,
  .left-navigation ul.sub-menu > li.menu-item-has-children[aria-expanded='true'] > a::after {
    content: ""; }

.left-navigation ul.sub-menu > li:last-child {
  border-bottom: none; }

.left-navigation ul.sub-menu > li > a {
  padding-left: 1.5rem; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 18px;
    height: 2px;
    background-color: #005596;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
          transform: translate3d(0, -6px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger {
  padding: 0.9375rem 1rem 0.6875rem; }

.mobile-navigation-panel {
  display: block; }
  @media print, screen and (min-width: 64em) {
    .mobile-navigation-panel {
      display: none; } }
  .mobile-navigation-panel .menu-panel {
    background: #fff; }
  .mobile-navigation-panel .search-form {
    border-left: 0;
    border-right: 0; }
  .mobile-navigation-panel ul.menu,
  .mobile-navigation-panel ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    /*
        & > li.menu-item-has-children > a:after {
            content: '>';
            display:inline-block;
            padding-left:6px;
            transform:scaleY(0.5) translateY(2px);
        }*/ }
    [data-whatinput='mouse'] .mobile-navigation-panel ul.menu li, [data-whatinput='mouse']
    .mobile-navigation-panel ul.sub-menu li {
      outline: 0; }
    .mobile-navigation-panel ul.menu a,
    .mobile-navigation-panel ul.menu .button,
    .mobile-navigation-panel ul.sub-menu a,
    .mobile-navigation-panel ul.sub-menu .button {
      line-height: 1;
      text-decoration: none;
      display: block;
      padding: 0.7rem 1rem; }
    .mobile-navigation-panel ul.menu input,
    .mobile-navigation-panel ul.menu select,
    .mobile-navigation-panel ul.menu a,
    .mobile-navigation-panel ul.menu button,
    .mobile-navigation-panel ul.sub-menu input,
    .mobile-navigation-panel ul.sub-menu select,
    .mobile-navigation-panel ul.sub-menu a,
    .mobile-navigation-panel ul.sub-menu button {
      margin-bottom: 0; }
    .mobile-navigation-panel ul.menu input,
    .mobile-navigation-panel ul.sub-menu input {
      display: inline-block; }
    .mobile-navigation-panel ul.menu > li,
    .mobile-navigation-panel ul.sub-menu > li {
      border-top: 1px solid #d9d9d9;
      margin: 0; }
      .mobile-navigation-panel ul.menu > li:last-child,
      .mobile-navigation-panel ul.sub-menu > li:last-child {
        border-bottom: 1px solid #d9d9d9; }
      .mobile-navigation-panel ul.menu > li.current-menu-item > a,
      .mobile-navigation-panel ul.sub-menu > li.current-menu-item > a {
        background-color: #f7f7f7; }
    .mobile-navigation-panel ul.menu > li > a,
    .mobile-navigation-panel ul.sub-menu > li > a {
      text-decoration: none;
      padding: 0.6875rem 0.75rem 0.8125rem 0.75rem;
      line-height: 1.2; }
      .mobile-navigation-panel ul.menu > li > a:hover, .mobile-navigation-panel ul.menu > li > a.hover, .mobile-navigation-panel ul.menu > li > a.open,
      .mobile-navigation-panel ul.sub-menu > li > a:hover,
      .mobile-navigation-panel ul.sub-menu > li > a.hover,
      .mobile-navigation-panel ul.sub-menu > li > a.open {
        background-color: #f7f7f7; }
  .mobile-navigation-panel ul.sub-menu > li:last-child {
    border-bottom: none; }
  .mobile-navigation-panel ul.sub-menu > li > a {
    padding-left: 1.5rem; }
  .mobile-navigation-panel .search-box + ul.menu > li:first-child {
    border-top: none; }

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  color: #d9d9d9; }

.search-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

.search-field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  width: 100%;
  padding: 0.4375rem 0.9375rem 0.5rem 0.9375rem; }
  [data-whatinput='mouse'] .search-field {
    outline: 0; }

.search-submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.4375rem 1rem;
  font-size: 1rem;
  color: #005596;
  cursor: pointer; }
  .search-submit:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gnl-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 1px; }
  .search-submit > span {
    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; }

.search-results .page-header {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d9d9d9; }

.search-results article {
  position: static;
  padding: 1rem 0 0.5rem; }
  .search-results article .entry-header .entry-title {
    font-size: 1.125rem;
    border-bottom: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0; }
    .search-results article .entry-header .entry-title a {
      text-decoration: underline; }
      .search-results article .entry-header .entry-title a:hover {
        text-decoration: none; }
  .search-results article .entry-header p.link {
    color: #676767;
    margin-bottom: 0.5rem; }
  .search-results article .entry-content > p:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .search-results article a.read-more {
    display: none; }

.site-title {
  font-size: 1.3125rem;
  line-height: 1.15;
  letter-spacing: -0.03125rem;
  font-weight: 600;
  color: #005596; }

@media print, screen and (min-width: 64em) {
  .main-aside .content-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem; }
    .main-aside .content-group > .content-section:only-child, .main-aside .content-group > .content-section:first-child:nth-last-child(2) {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      width: auto;
      margin-right: 1rem;
      margin-left: 1rem; }
    .main-aside .content-group > .content-section:first-child:nth-last-child(2) + .content-section {
      width: calc(33.33333% - 2rem);
      margin-right: 1rem;
      margin-left: 1rem; } }

.main-two-columns .content-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -1rem;
  margin-left: -1rem; }
  @media print, screen and (min-width: 40em) {
    .main-two-columns .content-group > .content-section:first-child:nth-last-child(2) {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      width: auto;
      margin-right: 1rem;
      margin-left: 1rem; }
    .main-two-columns .content-group > .content-section:first-child:nth-last-child(2) ~ .content-section {
      width: calc(33.33333% - 2rem);
      margin-right: 1rem;
      margin-left: 1rem; } }

.main-three-columns .content-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -1rem;
  margin-left: -1rem; }
  @media print, screen and (min-width: 40em) {
    .main-three-columns .content-group > .content-section:first-child:nth-last-child(3),
    .main-three-columns .content-group > .content-section:first-child:nth-last-child(3) ~ .content-section {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      width: auto;
      margin-right: 1rem;
      margin-left: 1rem; } }

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