@charset "UTF-8";
/*!
Theme Name: forsys
Theme URI: http://underscores.me/
Author: Aila Matysek
Author URI: https://ailamatysek.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: forsys
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

forsys is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Barlow:ital,wght@0,400;0,600;1,700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit; }

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #32292f;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: "Barlow", sans-serif; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 0 .5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #01649e; }
  a:visited {
    color: #01649e; }
  a:hover, a:focus, a:active {
    color: black; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a:hover {
    cursor: pointer; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 640px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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

h1, h3 {
  font-family: "Barlow", sans-serif; }

h2 {
  font-family: "Barlow Condensed", sans-serif; }

.page-wrapper {
  max-width: 85rem;
  padding: 0 25px;
  margin: 0 auto; }

.page-wrapper {
  min-height: 30vh; }

.rg-container {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: #222;
  max-width: 70rem; }

.rg-header {
  margin-bottom: 1em;
  text-align: left; }

.rg-header > * {
  display: block; }

.rg-hed {
  font-weight: bold;
  font-size: 1.4em; }

.rg-dek {
  font-size: 1em; }

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right; }

.rg-source .pre-colon {
  text-transform: uppercase; }

.rg-source .post-colon {
  font-weight: bold; }

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0; }

table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
  transition: all 0.1s ease-in-out; }

table.rg-table tr:hover {
  background: #efefef; }

table.rg-table thead {
  border-bottom: 3px solid #d3a20da3; }

table.rg-table thead tr:hover {
  background-color: white; }

table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222; }

table.rg-table tr.highlight {
  background-color: #dcf1f0 !important; }

table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6; }

table.rg-table th {
  font-weight: bold;
  padding: 8px 6px;
  font-size: 17px;
  color: #01649e; }

table.rg-table td {
  padding: 8px 6px;
  font-size: 16px; }

table.rg-table .highlight td {
  font-weight: bold; }

table.rg-table th.number,
td.number {
  text-align: right; }

table.rg-table tr.reserve {
  background-color: #01649e;
  color: white; }

@media screen and (min-width: 600px) {
  table.rg-table tr.bordered {
    border-bottom: 2px solid #0184d1; } }
/* media queries */
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto; }

  table.rg-table {
    width: 100%; }

  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none; }

  table.rg-table thead {
    display: none; }

  table.rg-table tbody {
    width: 100%; }

  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0; }

  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em; }

  table.rg-table tr.highlight {
    background-color: inherit !important; }

  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent; }

  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6; }

  table.rg-table tr:nth-child(even) {
    background-color: transparent; }

  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right; }

  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    margin-right: 0.5em;
    font-size: 0.95em; }

  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc; }

  table.rg-table td:empty {
    display: none; }

  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal; } }
.float.right, .float.left {
  margin-bottom: 15px; }

.margin-bottom {
  margin-bottom: 15px; }

@media screen and (min-width: 1000px) {
  .float.right, .float.left {
    max-width: 450px; }

  .float.right {
    float: right;
    margin-left: 15px; }

  .float.left {
    float: left;
    margin-right: 15px; } }
.slide-up {
  animation: slideUp 1.5s ease; }

.fade-in, .page-wrapper {
  animation: fadeIn 1.25s ease; }

@keyframes slideUp {
  from {
    bottom: -30px; }
  to {
    bottom: 0; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.front {
  margin: 20px 0;
  padding: 20px 0; }
  .front h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-left: -80px;
    letter-spacing: 1px; }
  .front h3:before {
    right: 20px;
    margin-left: 0;
    background-color: #32292f;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 75px; }
  .front h2 {
    font-size: 50px; }

@media screen and (max-width: 1550px) {
  .front h3 {
    margin-left: 20px; }

  .front h3:before {
    width: 50px;
    right: 15px; } }
a.button.primary {
  color: white;
  background-color: #01649e;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em; }

a.button.primary:hover {
  background-color: #0184d1;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none !important; }

a.button.white {
  background-color: white;
  color: #01649e !important;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em; }

a.button.white:hover {
  color: #efefef !important;
  background-color: #01649e;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none !important; }

@media screen and (max-width: 640px) {
  a.button.primary.long {
    letter-spacing: 1px;
    padding: 8px 15px;
    font-size: 0.75em; } }
li a.button {
  display: table;
  margin-top: 8px;
  margin-bottom: 8px; }

ul.stock_ticker li.minus .sqitem, ul.stock_ticker li.minus .sqitem,
ul.stock_ticker li.plus .sqitem, ul.stock_ticker li.plus .sqitem,
ul.stock_ticker li.minus .sqitem, ul.stock_ticker li.minus .sqitem:hover,
ul.stock_ticker li.plus .sqitem, ul.stock_ticker li.plus .sqitem:hover {
  color: white; }

.stock-ticker-wrapper ul.stock_ticker .minus > .sqitem:before
.stock-ticker-wrapper ul.stock_ticker .plus > .sqitem:before {
  display: none; }

#masthead .header-wrapper {
  display: flex !important;
  max-width: 95rem;
  margin: 0 auto;
  padding: 0 20px; }
  #masthead .header-wrapper .site-branding {
    max-width: 200px;
    padding: 20px 0; }

.main-navigation {
  width: auto;
  margin-left: auto; }
  .main-navigation li {
    padding: 10px 15px; }
    .main-navigation li ul.sub-menu {
      display: block; }
      .main-navigation li ul.sub-menu li {
        background: white;
        transition: all 0.15s ease-in-out; }
        .main-navigation li ul.sub-menu li a {
          color: #32292f; }
      .main-navigation li ul.sub-menu li:hover {
        background: #efefef; }
        .main-navigation li ul.sub-menu li:hover a {
          color: #01649e; }

@media screen and (max-width: 800px) {
  .main-navigation a {
    font-size: 15px; } }
@media screen and (min-width: 640px) {
  .main-navigation {
    display: flex;
    align-items: center; } }
.page:not(.home) .main-navigation li a {
  color: #32292f; }

.page:not(.home) .main-navigation li a:hover {
  color: #01649e; }

.eod_ticker.plus span[role=name] {
  display: none; }

.eod_ticker.minus span[role=name] {
  display: none; }

.eod_ticker.error {
  display: none; }

.stock-data {
  background-color: #1D2327;
  color: white;
  padding: 10px 20px;
  text-align: right; }
  .stock-data .stock-info {
    max-width: 95rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    line-height: 1.2; }
  .stock-data .stock-ticker-wrapper {
    margin-right: 15px; }

@media screen and (max-width: 650px) {
  .home main.site-main {
    margin-top: -64px; }

  .stock-data {
    border-top: 10px solid white;
    padding: 10px; }

  .stock-data .stock-info {
    justify-content: space-between; } }
@media screen and (min-width: 650px) {
  .grid-x {
    display: flex;
    flex-wrap: wrap; }

  .medium-up-2 .cell:first-of-type {
    padding-right: 15px; }
  .medium-up-2 .cell:nth-of-type(2) {
    padding-left: 15px; }

  .medium-up-2 .cell {
    width: 50%; }

  .medium-up-3 .cell {
    width: 33%;
    padding: 0 15px; }

  .medium-up-4 .cell {
    width: 25%; }

  .medium-up-9 {
    width: 66%; } }
@media screen and (max-width: 1000px) {
  .medium-up-3 .cell {
    width: 50%; } }
.page {
  margin-bottom: 0;
  min-height: 100vh;
  height: auto; }

footer.site-footer {
  background: #efefef;
  padding-top: 25px;
  margin-top: 50px; }
  footer.site-footer .site-info {
    max-width: 85rem;
    padding: 0 25px;
    margin: 0 auto; }
  footer.site-footer .copyright {
    background: #01649e;
    padding: 10px 0; }
    footer.site-footer .copyright p {
      color: white;
      margin: 0;
      text-align: center;
      font-size: 14px; }

footer p.legal {
  text-align: center;
  font-size: 0.85em; }

.page:not(.home) #masthead {
  animation: fadeIn 1.25s ease;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("./media/inside-banner.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  height: 350px;
  position: relative;
  margin-bottom: 4rem; }
  .page:not(.home) #masthead .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%; }
    .page:not(.home) #masthead .page-title h1 {
      text-align: center;
      font-size: 45px;
      animation: slideUp 1.5s ease; }

.banner {
  height: 45vh;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("./media/front-banner-desktop.jpg");
  background-position: top;
  background-size: cover;
  position: relative;
  filter: saturate(1.3);
  animation: fadeIn 1.25s ease; }
  .banner .banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%; }
    .banner .banner-caption h1, .banner .banner-caption h2 {
      text-align: center;
      color: white;
      position: relative;
      animation: slideUp 1.5s ease; }
    .banner .banner-caption h1 {
      font-size: 85px;
      margin-bottom: 0; }
    .banner .banner-caption h2 {
      font-size: 60px;
      margin-top: 0; }

@media screen and (max-width: 1500px) {
  .banner .banner-caption h1 {
    font-size: 70px; }

  .banner .banner-caption h2 {
    font-size: 45px; } }
@media screen and (max-width: 1200px) {
  .banner .banner-caption h1 {
    font-size: 50px; }

  .banner .banner-caption h2 {
    font-size: 30px; } }
.front .container {
  max-width: 85rem;
  padding: 0 25px;
  margin: 0 auto; }
  .front .container p.center {
    text-align: center;
    font-size: 17px; }

.dfs {
  background-color: #efefef; }
  .dfs .medium-up-4 .cell {
    padding: 50px 0; }
  .dfs h2 {
    font-size: 80px;
    color: #01649e;
    margin: 0; }
  .dfs p {
    margin-top: 0; }

@media screen and (max-width: 1250px) {
  .dfs .cell {
    text-align: center; } }
@media screen and (max-width: 1000px) {
  .dfs .cell {
    text-align: center;
    flex: 50%; } }
@media screen and (max-width: 640px) {
  .dfs .grid-x {
    padding: 25px 0; }

  .dfs .medium-up-4 .cell {
    padding: 0; }

  .dfs h2 {
    font-size: 50px; } }
.front.about p {
  font-size: 18px; }

.front.resources a {
  text-decoration: none;
  transition: all 0.2s ease-in-out; }
.front.resources a:hover {
  text-decoration: underline; }
.front.resources .medium-up-2 .cell {
  margin-bottom: 35px; }
  .front.resources .medium-up-2 .cell h2 {
    margin: 0;
    line-height: 1; }
.front.resources p.center {
  margin-top: 40px; }
.front.resources .text-container p {
  font-size: 22px; }
.front.resources .text-container a {
  font-weight: bold;
  font-size: 17px;
  position: relative;
  transition: all 0.2s ease-in-out; }
.front.resources .text-container a .learn-more:after {
  content: "\00a0";
  width: 2.5rem;
  height: .125rem;
  background-color: #01649e;
  transition: all .25s ease-in-out;
  display: inline-block;
  line-height: 0rem;
  margin-left: 1rem;
  margin-right: -3.5rem; }
.front.resources .text-container a:hover {
  text-decoration: none; }
  .front.resources .text-container a:hover .learn-more:after {
    width: 3.5rem;
    background-color: black; }

@media screen and (min-width: 650px) {
  .front.resources .grid-x {
    justify-content: space-between; }
  .front.resources .medium-up-2 .cell {
    width: 47%; } }
@media screen and (max-width: 650px) {
  .front.resources .medium-up-2 .cell {
    margin-bottom: 50px; } }
.front.resources .cell img {
  height: auto;
  width: 100%;
  display: block; }

.front.resources .cell {
  transition: all 0.2s ease-in-out; }

.front.resources .cell .image-wrapper {
  margin-bottom: 25px; }

.front.resources .cell:hover {
  transition: transform .1s ease-in-out;
  transform: translateX(0.7rem); }

.front.resources .cell:hover .image-wrapper {
  box-shadow: -0.65rem 0.65rem 0 0 #ffc425;
  position: relative; }

.front.resources .cell:hover .image-wrapper:before,
.front.resources .cell:hover .image-wrapper:after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  display: block;
  content: ""; }

.front.resources .cell:hover .image-wrapper:before {
  border-width: 0 0 .7rem .7rem;
  border-color: transparent transparent #ffc425;
  top: 0;
  left: -.7rem; }

.front.resources .cell:hover .image-wrapper:after {
  border-width: .7rem .7rem 0 0;
  border-color: #ffc425 transparent transparent;
  bottom: -.7rem;
  right: 0; }

.front.news {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./media/sunset.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .front.news h2, .front.news h3, .front.news p, .front.news a {
    color: white; }
  .front.news div.wpra-list-template .wpra-item-list > li.wpra-item a {
    text-decoration: none !important;
    font-size: 40px;
    font-family: "Barlow Condensed"; }
  .front.news div.wpra-list-template .wpra-item-list > li.wpra-item p a {
    font-family: inherit;
    font-size: 14px; }
  .front.news h3:before {
    background-color: white; }
  .front.news h2 {
    font-size: 40px; }
  .front.news .wpra-item-list.rss-aggregator {
    list-style-type: none;
    padding-left: 0; }
  .front.news .wpra-item-list.rss-aggregator li {
    padding: 0 15px 10px; }
  .front.news div.wpra-list-template .wpra-item-list > li.wpra-item > div.wprss-feed-meta > span {
    color: white; }

@media screen and (min-width: 1000px) {
  .front.news .wpra-item-list.rss-aggregator {
    display: flex; }
    .front.news .wpra-item-list.rss-aggregator li {
      width: 33%; } }
@media screen and (max-width: 650px) {
  .front.news {
    background-attachment: initial; }

  h2 {
    font-size: 30px; }

  .front.news .wpra-item-list.rss-aggregator li {
    padding: 15px 0; } }
.latest-media .front.media .cell {
  transition: all 0.2s ease-in-out; }
  .latest-media .front.media .cell p:first-of-type {
    font-size: 30px; }
  .latest-media .front.media .cell a {
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    transition: all 0.2s ease-in-out; }
  .latest-media .front.media .cell a .learn-more:after {
    content: "\00a0";
    width: 2.5rem;
    height: .125rem;
    background-color: #01649e;
    transition: all .25s ease-in-out;
    display: inline-block;
    line-height: 0rem;
    margin-left: 1rem;
    margin-right: -3.5rem; }
  .latest-media .front.media .cell a:hover {
    text-decoration: none; }
    .latest-media .front.media .cell a:hover .learn-more:after {
      width: 3.5rem;
      background-color: black; }
.latest-media .front.media .cell:hover {
  transition: transform .1s ease-in-out;
  transform: translateX(0.7rem); }

.footer-image {
  min-height: 125px;
  background-image: url("./media/front-footer-image.jpg");
  background-size: cover;
  background-position: top;
  margin-bottom: -50px;
  margin-top: 50px; }

@media screen and (max-width: 650px) {
  .front .medium-up-3 .cell {
    width: 100%;
    margin-bottom: 50px; } }
@media screen and (min-width: 1000px) {
  .corp-wrapper .float.right, .corp-wrapper .float.left {
    max-width: 500px; }
  .corp-wrapper .float.left {
    margin-right: 30px; }
  .corp-wrapper .float.right {
    margin-left: 30px; } }
.corp-wrapper .float.right, .corp-wrapper .float.left {
  margin-bottom: 10px; }

.page-id-455 .site-main {
  background-image: url("./media/desert-gradient.jpg");
  background-size: unset;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 50px; }
.page-id-455 footer {
  margin-top: -25px; }

@media screen and (min-width: 1000px) {
  .gov-wrapper .float.right, .gov-wrapper .float.left {
    max-width: 550px; }
  .gov-wrapper .float.left {
    margin-right: 30px; }
  .gov-wrapper .float.right {
    margin-left: 30px; } }
.gov-wrapper .committee {
  margin-left: 50px; }

.page-template-team h3, .page-template-team h4 {
  margin: 0; }
.page-template-team h3 {
  display: inline;
  font-size: 30px;
  color: #01649e;
  margin-bottom: 10px;
  background-image: linear-gradient(180deg, transparent 90%, #d3a20da3 0);
  background-repeat: no-repeat;
  background-size: 100% 100%; }
.page-template-team h4 {
  padding-top: 5px; }
.page-template-team .team-member {
  margin-bottom: 60px;
  padding: 25px 25px 10px 25px;
  background-color: #f5f5f5; }
.page-template-team .headshot {
  float: left;
  margin-right: 25px;
  max-width: 118px; }
  .page-template-team .headshot img {
    filter: grayscale(1); }

.infrastructure .grid-x {
  margin-bottom: 40px; }
.infrastructure h3 {
  color: #01649e;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 25px;
  margin-bottom: 10px; }

@media screen and (min-width: 1000px) {
  .infrastructure .medium-up-3.cell {
    width: 33%;
    padding: 0 15px; }
  .infrastructure .medium-up-3.cell p, .infrastructure .medium-up-3.cell img {
    margin: 0; }
  .infrastructure .medium-up-9.cell {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column; } }
.permit.rg-container {
  margin: 0 auto 20px auto; }

table.rg-table.permit i {
  color: #d3a20da3;
  float: right;
  padding-right: 10px;
  font-size: 22px; }
table.rg-table.permit .rg-header {
  margin-bottom: 0;
  text-align: center;
  color: white;
  background-color: #01649e;
  padding: 15px 0; }
table.rg-table.permit th {
  font-size: 20px;
  padding: 15px 10px; }
table.rg-table.permit thead {
  border-bottom: none; }

table.rg-table.permit td {
  padding: 20px 10px;
  font-size: 16px; }

@media screen and (max-width: 600px) {
  table.rg-table.permit td {
    text-align: left; }

  table.rg-table.permit td:first-child {
    border-bottom: none; }

  table.rg-table.permit tr:hover {
    background: initial; } }
.project-selector .cell {
  width: 100%;
  margin-bottom: 15px;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out; }
  .project-selector .cell:hover {
    opacity: 0.7; }
  .project-selector .cell a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
.project-selector .project-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("./media/truck-road.jpg"); }
.project-selector .project-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("./media/mnt-blue-sky.jpg"); }
.project-selector h2, .project-selector p {
  color: white;
  margin: 0; }
.project-selector h2 {
  font-size: 40px; }

@media screen and (min-width: 1000px) {
  .project-selector {
    display: flex;
    justify-content: space-evenly; }
    .project-selector .cell {
      width: 50%;
      height: 400px;
      margin: 0 15px; } }
@media screen and (min-width: 1000px) {
  .ondundu .float.right, .ondundu .float.left {
    max-width: 400px; }
  .ondundu .float.left {
    margin-right: 30px; }
  .ondundu .float.right {
    margin-left: 30px; } }
.ondundu .float.right, .ondundu .float.left {
  margin-bottom: 10px; }

.page-wrapper.norasa {
  max-width: 100%;
  padding: 0; }
  .page-wrapper.norasa .norasa-map.container {
    display: flex;
    max-width: 800px; }
    .page-wrapper.norasa .norasa-map.container .map {
      max-width: 400px;
      position: relative;
      animation: slideUp 1.5s ease; }
    .page-wrapper.norasa .norasa-map.container .text {
      max-width: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      animation: slideUp 1.5s ease; }
      .page-wrapper.norasa .norasa-map.container .text h2 {
        font-size: 60px; }
  .page-wrapper.norasa .container {
    max-width: 85rem;
    padding: 0 25px;
    margin: 0 auto; }
    .page-wrapper.norasa .container .cell {
      position: relative;
      animation: slideUp 1.5s ease; }
  .page-wrapper.norasa .page-container {
    max-width: 85rem;
    padding: 0 25px;
    margin: 0 auto; }

.page-wrapper.norasa .dfs {
  margin: 50px 0; }

@media screen and (max-width: 800px) {
  .page-wrapper.norasa .norasa-map.container {
    display: block; }
    .page-wrapper.norasa .norasa-map.container .text h2 {
      font-size: 35px; } }
@media screen and (max-width: 640px) {
  .page-wrapper.norasa .norasa-map.container .text h2 {
    text-align: center; } }
.invest-overview {
  justify-content: center; }
  .invest-overview .cell {
    position: relative; }
  .invest-overview p {
    margin: 0; }
  .invest-overview a {
    color: white; }
  .invest-overview h2 {
    position: absolute;
    z-index: 10;
    font-size: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    display: block;
    margin: 0; }
    .invest-overview h2 a {
      text-decoration: none;
      color: white; }
  .invest-overview img {
    filter: brightness(50%);
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0; }
  .invest-overview img:hover {
    filter: brightness(70%); }

@media screen and (max-width: 650px) {
  .invest-overview .cell {
    width: 100%; } }
.invest-quote {
  position: relative;
  margin-bottom: 50px;
  color: #01649e; }
  .invest-quote blockquote::before {
    position: absolute;
    content: "“";
    color: #d3a20da3;
    font-size: 50px;
    line-height: 50px;
    height: 40px;
    left: 10px;
    top: 0px;
    font-family: Georgia, Times, "Times New Roman", serif; }
  .invest-quote blockquote::after {
    position: absolute;
    content: "”";
    color: #d3a20da3;
    font-size: 50px;
    line-height: 50px;
    right: 10px;
    top: 0px;
    height: 40px;
    font-family: Georgia, Times, "Times New Roman", serif; }

.invest-quote.small {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.gnw_content_container .gnw_title {
  font-size: 35px; }
.gnw_content_container .gnw_image_spacer {
  display: none; }
.gnw_content_container .gnw_company_name {
  display: none; }
.gnw_content_container .gnw_pubdate {
  margin-top: 5px; }
.gnw_content_container .gnw_headline.gnw_bold {
  font-size: 20px;
  margin-bottom: 0; }
.gnw_content_container .gnw_content_evenrow, .gnw_content_container .gnw_content_oddrow {
  margin-bottom: 45px; }

.useful-links {
  max-width: 750px;
  margin: 0 auto; }
  .useful-links .cell a {
    display: block;
    text-align: center; }

@media screen and (min-width: 650px) {
  .useful-links.medium-up-2 .cell:nth-child(even) {
    padding-left: 15px; }

  .useful-links.medium-up-2 .cell:first-of-type {
    padding-right: 0; } }
table.bolded tr td:last-of-type, table.bolded th td:last-of-type {
  font-weight: bold; }

table.boxed {
  border: 3px solid #d3a20da3;
  max-width: 500px; }

.year {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef; }
  .year h3 {
    margin: 0; }

#tabs {
  width: 100%;
  height: 30px;
  padding-right: 2px;
  margin-top: 30px;
  padding-left: 0; }
  #tabs a {
    cursor: pointer; }
  #tabs li {
    float: left;
    list-style: none;
    margin-right: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    outline: none;
    font-size: 25px; }
    #tabs li a {
      font-weight: bold;
      color: #01649e;
      padding: 10px 15px 8px;
      display: block;
      background: #FFF;
      background: #d3a20da3;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      text-decoration: none;
      outline: none; }
    #tabs li a.inactive {
      color: #32292f;
      background: #EEE;
      outline: none; }
    #tabs li a:hover, #tabs li a.inactive:hover {
      color: #01649e;
      outline: none; }

.financial-tabs .container {
  clear: both;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  font-size: 17px;
  line-height: 2; }
  .financial-tabs .container h2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #01649e; }
  .financial-tabs .container p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3; }
  .financial-tabs .container ul {
    padding-left: 0;
    list-style-type: none; }
  .financial-tabs .container li {
    padding-bottom: 5px; }

@media screen and (max-width: 650px) {
  #tabs li {
    font-size: 17px; }
    #tabs li a {
      padding: 8px 13px 7px; } }
.media-links .article-link {
  font-size: 1.25em; }

@media screen and (max-width: 640px) {
  .page:not(.home) #masthead .page-title h1 {
    font-size: 35px; }

  .page:not(.home) #masthead {
    height: 250px;
    margin-bottom: 2rem; } }
@media screen and (min-width: 780px) {
  .main-navigation {
    margin-right: 60px; } }
@media screen and (min-width: 640px) and (max-width: 780px) {
  .main-navigation li ul.sub-menu:last-of-type li a {
    width: auto; }

  #masthead .header-wrapper .site-branding {
    max-width: 175px; } }
.main-navigation li ul.sub-menu {
  max-width: 200px; }

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