@charset "UTF-8";
/**
 * GNL UI ICONS
 * 
 * https://icomoon.io/app/
 */
@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; }

h1.entry-title,
h2.entry-title,
h3.entry-title {
  border-bottom: 2px solid #243746; 
  padding-bottom: 0.5rem;
  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.125rem; }

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

.facts {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .facts:last-child:not(:first-child) {
    float: right; }
  .facts h2 {
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 700;
    color: #fff;
    padding: 0.5625rem 0.9375rem 0.75rem;
    margin: 0; }
  .facts ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .facts ul li {
      padding: 0.5625rem 0.9375rem 0.6875rem !important;
      line-height: 1.375;
      border: 1px solid #d9d9d9;
      border-top: none; }
      .facts ul li:nth-child(even) {
        background-color: #f7f7f7; }
      .facts ul li .fa {
        color: #991b0c;
        margin-right: 0.625rem; }

@media (min-width: 40em) {
  .facts {
    width: 33.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    float: right; }
    .facts:last-child:not(:first-child) {
      float: right; } }

.facts {
  display: none; }

ul.dashboard {
  list-style: none;
  margin: 1.875rem -1.875rem 0 0; }
  ul.dashboard::before, ul.dashboard::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; }
  ul.dashboard::after {
    clear: both; }
  ul.dashboard > li {
    display: block;
    float: none;
    width: 50%;
    position: relative;
    padding: 0 1.875rem 1.875rem 0 !important;
    margin: 0 auto !important; }
    @media (min-width: 40em) {
      ul.dashboard > li {
        float: left;
        width: 25%; } }
    ul.dashboard > li .dashboard-dot {
      display: block;
      padding-top: 100%;
      height: 0;
      background: #eaeaea;
      border-radius: 50%;
      font-size: 1.875rem;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      margin-bottom: 1.875rem; }
    ul.dashboard > li .dashboard-value {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 120%;
      font-weight: 900; }
    ul.dashboard > li .dashboard-note {
      display: block;
      font-size: 87%;
      text-align: center; }

.job {
  background-color: #eaeaea;
  padding: 1.375rem 1.375rem 0.125rem 1.875rem;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
  width: 32%;
  vertical-align: top; }
  .job:last-child {
    margin-right: 0; }
  body.home .job {
    width: 100%;
    margin-right: 0; }
  .job h3 {
    margin-bottom: 0; }
  .job .posted-date {
    font-size: 0.875em !important; }
  .job .fa {
    color: #991b0c;
    margin-right: 0.625rem; }

.home .job-postings {
  list-style: none;
  margin-left: 0; }
  .home .job-postings li {
    padding: 0.5625rem 0.9375rem 0.6875rem;
    border-bottom: 1px solid #d9d9d9; }
    .home .job-postings li:first-child {
      padding-top: 0; }
    .home .job-postings li:nth-child(even) {
      background-color: #f7f7f7; }
    .home .job-postings li h3 {
      margin: inherit; }
    .home .job-postings li p {
      margin-bottom: 0; }

a.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.625rem 1rem 0.75rem 1rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1; }
  [data-whatinput='mouse'] a.button {
    outline: 0; }
  a.button.clear:hover {
    background-color: #f7f7f7; }
  a.button:not(.clear) {
    background-color: #767676;
    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; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: #f7f7f7;
  color: #444;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.alert {
    background-color: #f9d4d2;
    color: #444;
    border: none; }

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