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

/**
* Lato
*
* Usage:
* font-family: 'Lato', sans-serif;
**/
/*! 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: #fefefe;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #444;
  -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: bold;
  color: #005596;
  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: #c2c2c2; }

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

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

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

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

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

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

a {
  line-height: inherit;
  color: #005596;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #004981;
    text-decoration: none; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 78.75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #c2c2c2;
  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 #c2c2c2; }
  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 #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

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

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

.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: 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; } }

.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; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #444; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #c9e8ff;
    color: #444; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #444; }
  .callout.success {
    background-color: #e1faea;
    color: #444; }
  .callout.warning {
    background-color: #fff3d9;
    color: #444; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #444; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #d9d9d9;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #444; }
  tfoot {
    background: #f2f2f2;
    color: #444; }
  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 #d9d9d9;
      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; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

@media screen and (max-width: 39.9375em), 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; } }

address, article, blockquote, dd, dl, dt, figcaption, hr, img, ol, p, pre, table, ul {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.375rem;
  /* 22px */ }

body {
  color: #444;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  /* 16px */
  line-height: 1.375;
  /* 22px */ }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1b5633;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 1.375rem 0;
  /* 0 0 22px 0 */ }

h1, .h1, .site-title, .entry-title, .page-title, .widget-title {
  color: #1b5633;
  font-size: 1.8125rem;
  /* 29px */
  letter-spacing: -0.025rem;
  /* -0.4px */
  margin-top: -0.125rem;
  /* -2px */
  margin-bottom: 1.25rem;
  /* 20px */
  font-weight: 700; }

.site-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
  margin: 0 !important; }

@media (min-width: 25em) {
  .site-title {
    font-size: 1.3125rem !important; } }

.entry-title, .page-title, .widget-title {
  margin-top: -0.0625rem !important;
  /* -1px */
  margin-bottom: 1.875rem !important;
  /* 20px */
  padding-bottom: 0.75rem !important;
  /* 12px */
  border-bottom: 2px solid #1b5633 !important; }

h2, .h2 {
  font-size: 1.3125rem;
  /* 21px */
  letter-spacing: -0.025rem;
  /* -0.4px */
  margin-bottom: 1.375rem;
  /* 22px */ }

h3, .h3 {
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase; }

h4, .h4 {
  font-size: inherit;
  line-height: inherit; }

h5, .h5 {
  font-size: inherit;
  font-style: italic;
  line-height: inherit; }

h6, .h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.375rem !important;
  /* 22px */ }

.lead {
  font-size: 1.3125rem;
  /* 21px */
  line-height: 1.25; }

tbody th, tbody td {
  vertical-align: top; }

.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; }

.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; }

[data-whatinput='mouse'] #content {
  outline: 0; }

article {
  position: relative; }

.post-edit-link {
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  padding: 0 0.25rem;
  border-radius: 0.125rem;
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  -webkit-box-shadow: 0 1px 0 #006799;
          box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799; }
  .post-edit-link:hover {
    color: #fff;
    background: #008ec2;
    border-color: #006799; }

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

.top-bar {
  display: block; }
  @media (min-width: 64em) {
    .top-bar {
      display: none; } }
  .top-bar .menu-button {
    position: absolute;
    z-index: 1000;
    right: 0;
    padding: 1rem 1rem 0.875rem 1rem;
    cursor: pointer; }
    .top-bar .menu-button .menu-icon {
      display: inline-block;
      background: url(assets/hamburger-icon.png) no-repeat 0 0;
      background: url(assets/hamburger-icon.svg) no-repeat 0 0;
      -webkit-background-size: 1.125rem 2.25rem;
              background-size: 1.125rem 2.25rem;
      width: 1.125rem;
      height: 1.125rem;
      margin: 0; }
    .top-bar .menu-button[aria-expanded="true"] .menu-icon {
      background-position: 0 -1.125rem; }
  @media (min-width: 40em) {
    .top-bar .menu-button {
      top: 22px; } }
  .top-bar .mobile-navigation-panel {
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 100;
    top: 3.125rem; }
  @media (min-width: 40em) {
    .top-bar .mobile-navigation-panel {
      top: 96px; } }
  .top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-bar ul.menu {
      border-top: 1px solid #d9d9d9; }
    .top-bar ul li a {
      display: block;
      text-decoration: none;
      padding: 0.5rem 1rem 0.625rem 0.9375rem;
      border-bottom: 1px solid #d9d9d9; }
      .top-bar ul li a:hover {
        background-color: #f7f7f7; }
    .top-bar ul li ul li a {
      padding-left: 1.875rem; }
    .top-bar ul li ul li ul li a {
      padding-left: 2.8125rem; }
    .top-bar ul li ul li ul li ul li a {
      padding-left: 3.75rem; }

.site-header > .site-branding {
  position: relative;
  padding: 0 0.9375rem;
  max-width: 78.75rem;
  margin: 0 auto; }
  .site-header > .site-branding::before, .site-header > .site-branding::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-header > .site-branding::after {
    clear: both; }
  .site-header > .site-branding .government-brand {
    float: left;
    width: auto;
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    padding: 0 1.875rem 0 0;
    margin: 0.75rem 1.875rem 1.25rem 0; }
  @media screen {
    .site-header > .site-branding .government-brand {
      display: none; } }
  @media screen and (min-width: 40em) {
    .site-header > .site-branding .government-brand {
      display: inline-block; } }
  @media print {
    .site-header > .site-branding .government-brand {
      display: inline-block; } }
  .site-header > .site-branding .site-title {
    padding: 0.875rem 0 1rem 0; }
  @media (min-width: 25em) {
    .site-header > .site-branding .site-title {
      padding: 0.6875rem 0 0.8125rem 0; } }
  @media (min-width: 40em) {
    .site-header > .site-branding .site-title {
      padding: 2.0625rem 0 0 0; } }
  .site-header > .site-branding > .navigation-area {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none; }
    @media print, screen and (min-width: 64em) {
      .site-header > .site-branding > .navigation-area {
        display: block; } }

.site-header > .header-group {
  max-width: 78.75rem;
  margin-right: auto;
  margin-left: auto; }
  .site-header > .header-group::before, .site-header > .header-group::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-header > .header-group::after {
    clear: both; }
  .site-header > .header-group > .header-section {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .site-header > .header-group > .header-section {
        display: block;
        margin-top: 0.625rem;
        margin-bottom: 2rem; } }
    .site-header > .header-group > .header-section:only-child {
      width: 100%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
      .site-header > .header-group > .header-section:only-child:last-child:not(:first-child) {
        float: right; }
    .site-header > .header-group > .header-section:first-child:nth-last-child(2) {
      width: 100%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
      .site-header > .header-group > .header-section:first-child:nth-last-child(2):last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .site-header > .header-group > .header-section:first-child:nth-last-child(2) {
          width: 75%;
          float: left;
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; }
          .site-header > .header-group > .header-section:first-child:nth-last-child(2):last-child:not(:first-child) {
            float: right; } }
    .site-header > .header-group > .header-section:first-child:nth-last-child(2) + .header-section {
      display: none; }
      @media print, screen and (min-width: 64em) {
        .site-header > .header-group > .header-section:first-child:nth-last-child(2) + .header-section {
          display: block;
          width: 25%;
          float: left;
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; }
          .site-header > .header-group > .header-section:first-child:nth-last-child(2) + .header-section:last-child:not(:first-child) {
            float: right; } }

.site-header > .header-image + .header-group {
  margin-top: 2rem; }

.header-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  height: 17.8125rem; }

/* OLD STYLES
.site-header {
    // site branding (brand, top nav)
    & > .site-branding {
        @include clearfix;
        position:relative;
        padding:0 ($grid-column-gutter/2);
        max-width:$global-width;
        margin:0 auto;
		padding-bottom: 0;

		.government-brand {
            float:none;
        } 
		
		@media screen and (min-width: 42.5em), print {	
        .government-brand {
            float:right;
        }
		}
        
		.site-title {
			text-align: center;
            float:none;
            position: relative;
			margin-top: -0.875rem;
			margin-bottom: 1.5625rem;	
        }
		
		@media (min-width: 42.5em), print {	
        .site-title {
			text-align: left;
            float:left;
            position:absolute;
            top:4.25rem;
            transform:translateY(-50%);
			margin-top: inherit;
			margin-bottom: inherit;
        }
		}
		
    }
    // header-group (below header image, breadcrumbs, search)
    & > .header-group {
        @include grid-row;

        & > .header-section {
            display:none;
            @include breakpoint(medium) {
                display:block;
                margin-top:rem-calc(10);
                margin-bottom:rem-calc(32);
            }

            &:only-child {
                @include grid-column(12);
            }
            &:first-child:nth-last-child(2) {
                @include grid-column(12);
                @include breakpoint(large) {
                    @include grid-column(9);
                }
            }
            &:first-child:nth-last-child(2) + .header-section {
                display:none;
                @include breakpoint(large) {
                    display:block;
                    @include grid-column(3);
                }
            }
        }
    }
    // if header-image is above header-group
    & > .header-image + .header-group {
        margin-top:rem-calc(32);
    }
}
*/
.site-body {
  max-width: 78.75rem;
  margin-right: auto;
  margin-left: auto; }
  .site-body::before, .site-body::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-body::after {
    clear: both; }
  .site-body > .navigation-area {
    display: none; }
    @media print, screen and (min-width: 64em) {
      .site-body > .navigation-area {
        display: block;
        width: 25%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
        .site-body > .navigation-area:last-child:not(:first-child) {
          float: right; } }
  .site-body > .content-area:only-child {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    .site-body > .content-area:only-child:last-child:not(:first-child) {
      float: right; }
  .site-body > .navigation-area + .content-area {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    .site-body > .navigation-area + .content-area:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      .site-body > .navigation-area + .content-area {
        width: 75%; } }

.site-footer {
  border-top: 1px solid #d9d9d9;
  background-color: #f7f7f7;
  margin-top: 2.625rem;
  font-size: 0.875rem;
  padding-top: 2rem; }
  .site-footer h2 {
    font-size: 1.1875rem;
    margin-bottom: 1.625rem; }
  .site-footer .footer-logo {
    padding: 0 0.9375rem;
    max-width: 78.75rem;
    margin: 0 auto;
    margin-bottom: 2rem; }
    .site-footer .footer-logo::before, .site-footer .footer-logo::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-footer .footer-logo::after {
      clear: both; }
  .site-footer .widget-group #footer-widget-area .widgettitle {
    display: none; }
  .site-footer .widget-group ul.menu {
    list-style: none;
    margin-left: 0; }
    .site-footer .widget-group ul.menu .sub-menu {
      display: none; }
  .site-footer .widget-group .widget-section {
    padding: 0 0.9375rem 2rem; }
  @media print, screen and (min-width: 64em) {
    .site-footer .widget-group {
      max-width: 78.75rem;
      margin-right: auto;
      margin-left: auto; }
      .site-footer .widget-group::before, .site-footer .widget-group::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-footer .widget-group::after {
        clear: both; }
      .site-footer .widget-group .widget-section:only-child {
        width: 100%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
        .site-footer .widget-group .widget-section:only-child:last-child:not(:first-child) {
          float: right; }
      .site-footer .widget-group .widget-section:first-child {
        width: 25%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
        .site-footer .widget-group .widget-section:first-child:last-child:not(:first-child) {
          float: right; }
      .site-footer .widget-group .widget-section:first-child:nth-last-child(2) + .widget-section {
        width: 75%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
        .site-footer .widget-group .widget-section:first-child:nth-last-child(2) + .widget-section:last-child:not(:first-child) {
          float: right; }
      .site-footer .widget-group .widget-section:first-child:nth-last-child(3) + .widget-section {
        width: 37.5%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
        .site-footer .widget-group .widget-section:first-child:nth-last-child(3) + .widget-section:last-child:not(:first-child) {
          float: right; }
      .site-footer .widget-group .widget-section:first-child:nth-last-child(3) ~ .widget-section:last-child {
        width: 37.5%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
        .site-footer .widget-group .widget-section:first-child:nth-last-child(3) ~ .widget-section:last-child:last-child:not(:first-child) {
          float: right; } }
  @media print, screen and (min-width: 64em) {
    .site-footer #footer-widget-area-2.has-footer-logo,
    .site-footer #footer-widget-area-3.has-footer-logo {
      margin-top: -3.25rem; } }
  .site-footer #footer-widget-area-2 {
    padding-left: 0;
    max-width: 78.75rem;
    margin-right: auto;
    margin-left: auto; }
    .site-footer #footer-widget-area-2::before, .site-footer #footer-widget-area-2::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-footer #footer-widget-area-2::after {
      clear: both; }
    .site-footer #footer-widget-area-2 .widget:first-child, .site-footer #footer-widget-area-2 .widget:only-child {
      width: 100%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
      .site-footer #footer-widget-area-2 .widget:first-child:last-child:not(:first-child), .site-footer #footer-widget-area-2 .widget:only-child:last-child:not(:first-child) {
        float: right; }
    .site-footer #footer-widget-area-2 .widget:first-child:nth-last-child(2) + .widget:last-child {
      width: 100%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
      .site-footer #footer-widget-area-2 .widget:first-child:nth-last-child(2) + .widget:last-child:last-child:not(:first-child) {
        float: right; }
    .site-footer #footer-widget-area-2 .widget:first-child:nth-last-child(3) + .widget {
      width: 58.33333%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
      .site-footer #footer-widget-area-2 .widget:first-child:nth-last-child(3) + .widget:last-child:not(:first-child) {
        float: right; }
    .site-footer #footer-widget-area-2 .widget:first-child:nth-last-child(3) ~ .widget:last-child {
      width: 41.66667%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
      .site-footer #footer-widget-area-2 .widget:first-child:nth-last-child(3) ~ .widget:last-child:last-child:not(:first-child) {
        float: right; }
  @media print, screen and (min-width: 64em) {
    .site-footer #footer-widget-area-3 {
      max-width: 78.75rem;
      margin-right: auto;
      margin-left: auto; }
      .site-footer #footer-widget-area-3::before, .site-footer #footer-widget-area-3::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-footer #footer-widget-area-3::after {
        clear: both; }
      .site-footer #footer-widget-area-3 .widget:first-child, .site-footer #footer-widget-area-3 .widget:only-child {
        width: 16.66667%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        float: right;
        padding-left: 0;
        padding-right: 0; }
        .site-footer #footer-widget-area-3 .widget:first-child:last-child:not(:first-child), .site-footer #footer-widget-area-3 .widget:only-child:last-child:not(:first-child) {
          float: right; }
      .site-footer #footer-widget-area-3 .widget:nth-child(2) {
        width: 33.33333%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        padding-top: 0.375rem; }
        .site-footer #footer-widget-area-3 .widget:nth-child(2):last-child:not(:first-child) {
          float: right; }
      .site-footer #footer-widget-area-3 .widget:nth-child(3) {
        width: 66.66667%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        padding-right: 0; }
        .site-footer #footer-widget-area-3 .widget:nth-child(3):last-child:not(:first-child) {
          float: right; } }
  .site-footer .site-info {
    position: relative;
    padding: 1.5rem 0.9375rem;
    max-width: 78.75rem;
    margin: 0 auto;
    font-size: 0.875rem; }
    .site-footer .site-info::before, .site-footer .site-info::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-footer .site-info::after {
      clear: both; }
    .site-footer .site-info:not(:first-child) {
      border-top: 1px solid #c2c2c2; }
    .site-footer .site-info .copyright, .site-footer .site-info .disclaimer {
      display: block; }
    @media print, screen and (min-width: 64em) {
      .site-footer .site-info .copyright {
        float: left; }
      .site-footer .site-info .disclaimer {
        float: right; } }

h1.entry-title,
h2.entry-title,
h3.entry-title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.6875rem;
  margin-bottom: 1rem; }

.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
  color: inherit;
  text-decoration: none; }

.entry-content p, .entry-content ul, .entry-content ol {
  margin-bottom: 1rem; }

.entry-content ul, .entry-content ol {
  margin-left: 1.5rem; }

.entry-content li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.entry-content .lead {
  font-size: 1.1875rem; }

.entry-content img {
  margin-bottom: 1.875rem; }

.entry-content .table-of-contents {
  background: #f7f7f7;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
  padding: 1.5rem 3rem;
  margin: 0 0 1rem 0; }
  .entry-content .table-of-contents.two-columns {
    -webkit-column-count: 2;
            column-count: 2; }
  .entry-content .table-of-contents.three-columns {
    -webkit-column-count: 3;
            column-count: 3; }
  .entry-content .table-of-contents li {
    padding-left: 0.25rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2; }

.entry-content > .table-of-contents:first-child {
  margin-top: -1rem;
  border-top: none; }

.site-main ul.menu {
  list-style: none;
  margin-left: 0; }
  .site-main ul.menu li {
    line-height: 1.4;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }

@media screen and (min-width: 42.5em) {
  .entry-title, .page-title {
    padding-right: 21rem !important; } }

.print-links {
  position: relative;
  display: block;
  margin-bottom: 1.375rem; }

@media print {
  .print-links {
    display: none; } }

@media screen and (min-width: 42.5em) {
  .print-links {
    position: absolute;
    top: 0.6875rem;
    right: 0;
    margin-bottom: 0; } }

footer .print-links {
  font-size: 1rem;
  position: relative;
  display: block;
  margin-top: -0.625rem;
  margin-bottom: 2.8125rem; }

@media screen and (min-width: 64em) {
  footer .print-links {
    float: right; } }

footer .print-links a:first-child {
  margin-right: 0; }

.print-links a {
  color: #1b5633;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

.print-links a:first-child {
  margin-right: 0.625rem; }

.print-icon {
  display: inline-block;
  background: url(assets/print-icon.png) no-repeat;
  background: url(assets/print-icon.svg) no-repeat;
  -webkit-background-size: 1.375rem 1.375rem;
          background-size: 1.375rem 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.3125rem;
  margin-bottom: -0.25rem; }

.pdf-icon {
  display: inline-block;
  background: url(assets/pdf-icon.png) no-repeat;
  background: url(assets/pdf-icon.svg) no-repeat;
  -webkit-background-size: 1.375rem 1.375rem;
          background-size: 1.375rem 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 0.625rem;
  margin-right: 0.3125rem;
  margin-bottom: -0.25rem; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.875rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.875rem; }

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

@media screen and (max-width: 42.5em) {
  img {
    float: none;
    display: block;
    height: auto;
    max-width: 100%; } }

.main-two-columns .content-group {
  max-width: 78.75rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }
  .main-two-columns .content-group::before, .main-two-columns .content-group::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; }
  .main-two-columns .content-group::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .main-two-columns .content-group {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .main-two-columns .content-group {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  .main-two-columns .content-group > .content-section:only-child {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    .main-two-columns .content-group > .content-section:only-child:last-child:not(:first-child) {
      float: right; }
  .main-two-columns .content-group > .content-section:first-child:nth-last-child(2) {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    .main-two-columns .content-group > .content-section:first-child:nth-last-child(2):last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .main-two-columns .content-group > .content-section:first-child:nth-last-child(2) {
        width: 66.66667%; } }
  .main-two-columns .content-group > .content-section:first-child:nth-last-child(2) ~ .content-section {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    .main-two-columns .content-group > .content-section:first-child:nth-last-child(2) ~ .content-section:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .main-two-columns .content-group > .content-section:first-child:nth-last-child(2) ~ .content-section {
        width: 33.33333%; } }

.twitter-feed {
  margin-top: 0.5rem;
  margin-bottom: 1rem; }

.left-navigation {
  margin-top: 0.4375rem; }
  .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;
    /*
        & > li.menu-item-has-children > a:after {
            content: '>';
            display:inline-block;
            padding-left:6px;
            transform:scaleY(0.5) translateY(2px);
        }*/ }
    [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; }
      .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.5rem 0.75rem 0.625rem 0.75rem;
      line-height: 1.375; }
      .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.sub-menu > li:last-child {
    border-bottom: none; }
  .left-navigation ul.sub-menu > li > a {
    padding-left: 1.5rem; }
  .left-navigation ul.sub-menu > li ul.sub-menu > li > a {
    padding-left: 2.25rem; }

.site-title {
  /*font-size: rem-calc(40);*/
  font-weight: bold;
  letter-spacing: -0.0625rem; }
  .site-title > a {
    text-decoration: none;
    color: inherit; }

.government-brand {
  display: block;
  width: 175px;
  margin: 1.625rem 0 1.9375rem;
  margin-left: auto;
  margin-right: auto; }
  .government-brand > a {
    display: block;
    width: 100%;
    height: 100%; }

.site-footer .government-brand {
  margin: 0;
  width: 128px; }

/* OLD STYLES
.government-brand {
    display:block;
    width:128px;
    height:64px;
    margin:rem-calc(12 0 20);

    & > a {
        display:block;
    }
}
.site-footer .government-brand {
    margin:0;
    width:128px;
}
*/
@media print {
  .top-bar, .header-image, .navigation-area, .site-footer, .top-of-page {
    display: none !important; }
  .site-body > .navigation-area + .content-area {
    width: 100%; }
  a[href]:after {
    content: none !important; } }

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