﻿.skip-to-main {
	 tabindex:0;
}

.skip-to-main {
	opacity:0;
}

.skip-to-main:focus {
	 opacity:1;
}


/* ADA requriement set min menu height to 44px according to site improve */ 

#menu {
	 min-height:44px; 
}

#menu > a {
	min-height:44px; 
}

@charset "UTF-8"; /** * @file * Styles are loosely organized using the SMACSS technique. * * Import Sass mixins, variables, modules, etc. *//*! standardize.css v1.0.0 | MIT License | github.com/jspellman814/standardize *//** * This file is a slight fork of these original sources: * - https://necolas.github.io/normalize.css/ * - https://jonathantneal.github.io/sanitize.css/ *//** * Base *//* poppins-regular - latin *//*@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");@import url("https://fonts.googleapis.com/css?family=Roboto");*/
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 10px;
}

/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
}

/** * Links *//* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

/** * HTML5 display definitions *//* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
  position: relative;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
}

/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
[hidden] {
  display: none;
}

/** * Typography */
blockquote,
p {
  margin: 1em 0;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0;
  border-bottom: 1px solid;
  margin: 1em 0;
}

/* Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable 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: -.25em;
}

sup {
  top: -.5em;
}

/** * Lists */
dl,
menu,
ol,
ul { /* Address margins set differently in IE 6/7. */
  margin: 1em 0;
}

ol ol,
ol ul,
ul ol,
ul ul { /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px; /* LTR */
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 30px; /* LTR */
}

/** * Remove the list style on navigation lists in all browsers (opinionated). */
nav ol,
nav ul {
  list-style: none;
}

/** * Embedded content and figures *//* Remove the border on images inside links in IE 10-. */
.inner-wrapper img { /* Remove border when inside `a` element in IE 8/9. */
  border: 0; /* Suppress the space beneath the baseline */
  vertical-align: bottom; /* Responsive images */
  max-width: 100%;
  height: auto; /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/** * Forms *//* Define consistent border */
fieldset {
  border: 1px solid;
}

/** * 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 {
  border: 0; /* 2 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. * 4. Improve appearance and consistency with IE 6/7. * 5. Keep form elements constrained in their containers. * 6. Remove the default styling in all browsers (opinionated). */
.agency-wrapper button,
.agency-wrapper input,
.agency-wrapper select,
.agency-wrapper textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
  max-width: 100%; /* 5 */
  background-color: transparent; /* 6 */
  color: inherit; /* 6 */
  font-size: inherit; /* 6 */
  line-height: inherit; /* 6 */
}

/** * Show the overflow in IE. * 1. Show the overflow in Edge. * 2. Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
.agency-wrapper button,
.agency-wrapper input {
  line-height: normal; /* 2 */
  overflow: visible; /* 1 */
}

/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
.agency-wrapper button,
.agency-wrapper 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. * 3. Improve usability and consistency of cursor style between image-type *    `input` and others. */
.agency-wrapper button,
html .agency-wrapper [type="button"],
.agency-wrapper [type="reset"],
.agency-wrapper [type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/** * Re-set default cursor for disabled elements. */
.agency-wrapper button[disabled],
html .agency-wrapper input[disabled] {
  cursor: default;
}

/** * 1. Address box sizing set to `content-box` in IE 8/9. * 2. Remove excess padding in IE 8/9. * 3. Remove excess padding in IE 7. *    Known issue: excess padding remains in IE 6. */
.agency-wrapper input[type="checkbox"],
.agency-wrapper input[type="radio"] {
  padding: 0; /* 2 */
}

/** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome *    (include `-moz` to future-proof). */
.agency-wrapper input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box;
}

/** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */
.agency-wrapper input[type="search"]::-webkit-search-cancel-button,
.agency-wrapper input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
.agency-wrapper button::-moz-focus-inner,
.agency-wrapper input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** * 1. Remove the default vertical scrollbar in IE. * 2. Improve readability and alignment in all browsers. */
.agency-wrapper textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* Drupal-style form labels. */
.agency-wrapper label, 
.agency-wrapper .field .field-label {
  display: block;
  font-weight: bold;
}

/** * Tables */
table { /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0; /* Prevent cramped-looking tables */
  width: 100%; /* Add margins. */
  margin: 1em 0;
}

/** * @file * Font variables. * * Provide base font variables. * *//** * @file * Color variables. * * Provide base color palette variables. * */
.light {
  border-color: #f2f2f2;
}

.dark {
  border-color: #333;
}

.highlight {
  border-color: #003657;
}

/** * @file * Breakpoint variables. * * Provide some default breakpoints. * *//** * @file * Sass mixins * * Define the custom mixins for your project here. * */
.agency-standard h1,
.inner-wrapper {
  position: relative;
  max-width: 720px;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1023px) {
  .agency-standard h1 {
    padding-left: 0;
    padding-right: 0;
  }
}

.agency-standard h1:after,
.inner-wrapper:after {
  clear: both;
  display: table;
  content: "";
}

@media (min-width: 761px) and (max-width: 1023px) {
  .agency-standard h1,
  .inner-wrapper {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .inner-wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }

  .agency-standard h1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 770px;
  }

  .treasury-news-data-pages-treasury-calendar-aspx.agency-standard h1 {
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .inner-wrapper {
    margin: 0 auto;
  }
}

/** * @file * Accessibility features. * * Provide some classes for controlling display for accessibility. * */
.inner-wrapper .invisible,
.inner-wrapper .element-invisible,
.inner-wrapper .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.element-invisible-off {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

.skip-link {
  display: block;
  background: #003657;
  color: #fff !important;
  font-family: "Roboto", arial;
  font-size: 1.6rem;
  text-align: center;
  height: 0;
}

.skip-link:focus {
  height: auto;
  padding: 10px;
  z-index: 2000;
  position: relative !important;
}

.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  line-height: normal;
  text-decoration: none;
}

a:focus {
  outline-offset: 3px;
}

.agency-wrapper input[type="text"]:focus {
  outline-offset: 6px;
}

#main {
  outline: none;
}

/** * @file * A column based grid solution using floats. * * Define variables and mixins to generate a grid. * */
@media (min-width: 1024px) {
  .column-wrapper.twelve {
    position: relative;
    margin-left: -20px;
  }

  .column-wrapper.twelve:after {
    clear: both;
    display: table;
    content: "";
  }

  .column-wrapper.twelve .span-1 {
    float: left;
    width: calc((1 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-1.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2 {
    float: left;
    width: calc((2 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-2.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3 {
    float: left;
    width: calc((3 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-3.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4 {
    float: left;
    width: calc((4 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-4.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5 {
    float: left;
    width: calc((5 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-5.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6 {
    float: left;
    width: calc((6 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-6.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7 {
    float: left;
    width: calc((7 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-7.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8 {
    float: left;
    width: calc((8 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-8.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9 {
    float: left;
    width: calc((9 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-9.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10 {
    float: left;
    width: calc((10 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-10.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11 {
    float: left;
    width: calc((11 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-11.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12 {
    float: left;
    width: calc((12 / 12) * 100% - 20px);
    margin-left: calc((0 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-1 {
    margin-left: calc((1 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-2 {
    margin-left: calc((2 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-3 {
    margin-left: calc((3 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-4 {
    margin-left: calc((4 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-5 {
    margin-left: calc((5 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-6 {
    margin-left: calc((6 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-7 {
    margin-left: calc((7 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-8 {
    margin-left: calc((8 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-9 {
    margin-left: calc((9 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-10 {
    margin-left: calc((10 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-11 {
    margin-left: calc((11 / 12) * 100% + 20px);
  }

  .column-wrapper.twelve .span-12.offset-12 {
    margin-left: calc((12 / 12) * 100% + 20px);
  }
}

@media (min-width: 1024px) {
  .center-1 {
    width: calc((1 / 12) * 100% - 0);
    margin-left: calc((12 - 1 / 2 / 12) * 100% + 0);
  }

  .center-2 {
    width: calc((2 / 12) * 100% - 0);
    margin-left: calc((12 - 2 / 2 / 12) * 100% + 0);
  }

  .center-3 {
    width: calc((3 / 12) * 100% - 0);
    margin-left: calc((12 - 3 / 2 / 12) * 100% + 0);
  }

  .center-4 {
    width: calc((4 / 12) * 100% - 0);
    margin-left: calc((12 - 4 / 2 / 12) * 100% + 0);
  }

  .center-5 {
    width: calc((5 / 12) * 100% - 0);
    margin-left: calc((12 - 5 / 2 / 12) * 100% + 0);
  }

  .center-6 {
    width: calc((6 / 12) * 100% - 0);
    margin-left: calc((12 - 6 / 2 / 12) * 100% + 0);
  }

  .center-7 {
    width: calc((7 / 12) * 100% - 0);
    margin-left: calc((12 - 7 / 2 / 12) * 100% + 0);
  }

  .center-8 {
    width: calc((8 / 12) * 100% - 0);
    margin-left: calc((12 - 8 / 2 / 12) * 100% + 0);
  }

  .center-9 {
    width: calc((9 / 12) * 100% - 0);
    margin-left: calc((12 - 9 / 2 / 12) * 100% + 0);
  }

  .center-10 {
    width: calc((10 / 12) * 100% - 0);
    margin-left: calc((12 - 10 / 2 / 12) * 100% + 0);
  }

  .center-11 {
    width: calc((11 / 12) * 100% - 0);
    margin-left: calc((12 - 11 / 2 / 12) * 100% + 0);
  }

  .center-12 {
    width: calc((12 / 12) * 100% - 0);
    margin-left: calc((12 - 12 / 2 / 12) * 100% + 0);
  }
}

@media (min-width: 1024px) {
  .two-column-grid {
    position: relative;
    margin-top: -20px;
    margin-left: -20px;
  }

  .two-column-grid:after {
    clear: both;
    display: table;
    content: "";
  }

  .two-column-grid > * {
    float: left;
    width: calc((1 / 2) * 100% - 20px);
    margin-left: calc((0 / 2) * 100% + 20px);
    margin-top: 20px;
    background-color: #eee;
  }

  .two-column-grid > * > *:first-child {
    margin-top: 0;
  }

  .two-column-grid > * > *:last-child {
    margin-bottom: 0;
  }

  .two-column-grid > *:nth-child(2n+1) {
    clear: left;
  }

  .three-column-grid {
    position: relative;
    margin-top: -20px;
    margin-left: -20px;
  }

  .three-column-grid:after {
    clear: both;
    display: table;
    content: "";
  }

  .three-column-grid > * {
    float: left;
    width: calc((1 / 3) * 100% - 20px);
    margin-left: calc((0 / 3) * 100% + 20px);
    margin-top: 20px;
    background-color: #eee;
  }

  .three-column-grid > * > *:first-child {
    margin-top: 0;
  }

  .three-column-grid > * > *:last-child {
    margin-bottom: 0;
  }

  .three-column-grid > *:nth-child(3n+1) {
    clear: left;
  }

  .four-column-grid {
    position: relative;
    margin-top: -20px;
    margin-left: -20px;
  }

  .four-column-grid:after {
    clear: both;
    display: table;
    content: "";
  }

  .four-column-grid > * {
    float: left;
    width: calc((1 / 4) * 100% - 20px);
    margin-left: calc((0 / 4) * 100% + 20px);
    margin-top: 20px;
    background-color: #eee;
  }

  .four-column-grid > * > *:first-child {
    margin-top: 0;
  }

  .four-column-grid > * > *:last-child {
    margin-bottom: 0;
  }

  .four-column-grid > *:nth-child(4n+1) {
    clear: left;
  }
}

@media (min-width: 761px) and (max-width: 1023px) {
  .two-column-grid,
  .three-column-grid,
  .four-column-grid {
    position: relative;
    margin-top: -20px;
    margin-left: -20px;
  }

  .two-column-grid:after,
  .three-column-grid:after,
  .four-column-grid:after {
    clear: both;
    display: table;
    content: "";
  }

  .two-column-grid > *,
  .three-column-grid > *,
  .four-column-grid > * {
    float: left;
    width: calc((1 / 2) * 100% - 20px);
    margin-left: calc((0 / 2) * 100% + 20px);
    margin-top: 20px;
    background-color: #eee;
  }

  .two-column-grid > * > *:first-child,
  .three-column-grid > * > *:first-child,
  .four-column-grid > * > *:first-child {
    margin-top: 0;
  }

  .two-column-grid > * > *:last-child,
  .three-column-grid > * > *:last-child,
  .four-column-grid > * > *:last-child {
    margin-bottom: 0;
  }

  .two-column-grid > *:nth-child(2n+1),
  .three-column-grid > *:nth-child(2n+1),
  .four-column-grid > *:nth-child(2n+1) {
    clear: left;
  }
}

.example-breakout {
  background-color: #003657;
}

@media (min-width: 1024px) {
  .example-breakout {
    position: relative;
    width: auto;
    margin-left: calc((100% / 1) * -1 - 20px);
    margin-right: calc((100% / 1) * -1 - 20px);
  }
}

@media (min-width: 1024px) {
  .columns { /*display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    //autoprefixer replacement*/
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.columns-3 > .col {
  width: 100%;
}

@media (min-width: 761px) {
  .columns-3 > .col {
    width: 100%;
    margin-bottom: 4rem;
    display: block;
  }
}

@media (min-width: 1024px) {
  .columns-3 > .col {
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5%;
  }

  .icon-grid .columns-3 > .col {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0;
  }

  .columns-3 > .col:nth-child(3n) {
    margin-right: 0;
  }

  .columns-3 > .col:last-child {
    margin-right: 0;
  }
}

/* Icon layout on front page */
@media (min-width: 1200px) {
  .icon-grid .columns-3 > .col {
    /* margin-right: 5%; */
    width: 30%;
  }
}

.columns-2 > .col {
  width: 100%;
  margin-bottom: 4rem;
  display: block;
}

@media (min-width: 761px) {
  .columns-2 > .col {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .columns-2 > .col {
    margin-right: 10%;
    width: 45%;
  }

  .columns-2 > .col:nth-child(2n) {
    margin-right: 0;
  }

  .columns-2 > .col:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .columns-2.columns-even > .col {
    margin-right: 0%;
    width: 50%;
  }

  .columns-2.columns-even > .col:nth-child(2n) {
    margin-right: 0;
  }

  .columns-2.columns-even > .col:last-child {
    margin-right: 0;
  }
}

body .columns-4 > .col {
  width: 100%;
  margin-bottom: 4rem;
  display: block;
}

@media (min-width: 1024px) {
  body .columns-4 > .col {
    padding: 0;
    margin-right: 5%;
    width: 20%;
  }

  body .columns-4 > .col:nth-child(4n) {
    margin-right: 0;
  }

  body .columns-4 > .col:last-child {
    margin-right: 0;
  }
}

/** * @file * A grid solution using grid display. * * Define variables and mixins to generate a grid. * */
.example-larger {
  grid-column-end: span 2;
  grid-row-end: span 3;
}

.example-position {
  grid-row: 1/3;
  grid-column: 1;
  background-color: #003657 !important;
}

.four-column-gridcss {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-auto-flow: dense;
}

.four-column-gridcss > * > *:first-child {
  margin-top: 0;
}

.four-column-gridcss > * > *:last-child {
  margin-bottom: 0;
}

.four-column-gridcss > * {
  background: #eee;
}

/*** @file* Media element styles.**/
.video-player {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video-player iframe,
.video-player object,
.video-player embed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

/*** @file* Typographic styles.**/
body {
  font-size: 1.8rem;
  min-width: 320px;
  color: #333;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif !important;
  line-height: 1.5em;
}

body:not(.sp2016) header,
body:not(.sp2016) main,
body:not(.sp2016) footer {
  font-size: 1.8rem;
  min-width: 320px;
  color: #333;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif !important;
  line-height: 1.5em;
}

@media (max-width: 1023px) {
  body.noscroll {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
}

h1,
html .ms-WPBody h1 {
  font-family: "Poppins", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  overflow-wrap: normal;
  word-wrap: normal;
  font-weight: bold;
}

#logo h1 {
  margin: 0;
}

#content h1 {
  font-size: 28px;
  line-height: 1.25;
  margin-top: 40px;
  margin-bottom: 2.3rem;
  color: #003657;
}

h1.or-page-title { /*border-bottom: none;*/
  display: none;
}

#content .feature h1 {
  color: #FFF;
  font-size: 4rem;
  margin-top: 20px;
}

@media screen and (min-width: 500px) {
  #content h1,
  h1.or-page-title {
    font-size: calc(28px + 18 * ((100vw - 500px) / 524));
    margin-top: calc(40px + 50 * ((100vw - 500px) / 524));
  }

  #content .feature h1 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  #content h1,
  h1.or-page-title {
    font-size: 46px;
    margin-top: 90px;
  }

  #content .feature h1 {
    margin-top: calc(40px + 50 * ((100vw - 1024px) / 476));
  }
}

@media screen and (min-width: 1440px) {
  #content .feature h1 {
    margin-top: 90px;
  }
}

h2,
h3,
h4,
h5,
h6,
html .ms-WPBody h2,
html .ms-WPBody h3,
html .ms-WPBody h4,
html .ms-WPBody h5,
html .ms-WPBody h6 {
  font-family: "Poppins", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  color: #003657;
}

h2,
html .ms-WPBody h2 {
  font-size: 2.7rem;
  margin-top: 5rem;
  font-weight: bold;
}

@media screen and (min-width: 500px) {
  h2,
  html .ms-WPBody h2 {
    font-size: calc(2.7rem + 1 * ((100vw - 500px) / 524));
  }
}

@media screen and (min-width: 1024px) {
  h2,
  html .ms-WPBody h2 {
    font-size: 3rem;
  }
}

h2.block-title,
html .ms-WPBody h2.block-title {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 3rem;
  color: #003657;
}

body:not(.root-web) h2.block-title,
.interior h2.block-title,
html body:not(.root-web) .ms-WPBody h2.block-title,
html .interior .ms-WPBody h2.block-title {
  font-size: 3rem;
}

h3,
html .ms-WPBody h3 {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 500px) {
  h3,
  html .ms-WPBody h3 {
    font-size: calc(2rem + 1 * ((100vw - 500px) / 524));
  }
}

@media screen and (min-width: 1024px) {
  h3,
  html .ms-WPBody h3 {
    font-size: 3rem;
  }
}

body:not(.root-web) h3,
.interior h3,
html body:not(.root-web) .ms-WPBody h3,
html .interior .ms-WPBody h3 {
  font-size: 2rem;
}

body:not(.root-web) .news-featured-item h3,
.interior .news-featured-item h3,
html body:not(.root-web) .ms-WPBody .news-featured-item h3,
html .interior .ms-WPBody .news-featured-item h3 {
  font-size: 2.7rem;
  line-height: 1.4;
}

h4,
html .ms-WPBody h4 {
  font-size: 1.8rem;
}

a {
  color: #003657;
  text-decoration: none;
}

a:hover, a:focus, a.js-focus {
  color: #2e7dae;
  text-decoration: underline;
}

hr {
  border-bottom: 1px solid #ccc;
}

blockquote {
  font-size: 2rem;
}

@media screen and (min-width: 500px) {
  blockquote {
    font-size: calc(2rem + 1 * ((100vw - 500px) / 524));
  }
}

@media screen and (min-width: 1024px) {
  blockquote {
    font-size: 3rem;
  }
}

blockquote {
  font-family: "Roboto", arial;
  padding-left: 0;
  line-height: 1.35em;
  position: relative;
  margin-left: 5rem;
  letter-spacing: 0.12rem;
}

blockquote:before {
  content: '';
  display: block;
  position: absolute;
  width: 29px;
  height: 28px;
  top: 2px;
  left: -48px;
  background: url("https://www.oregon.gov/treasury/Style%20Library/images//quote.png") top left no-repeat;
}

@media (min-width: 1024px) {
  blockquote {
    float: left;
    width: 350px;
    margin-left: -55px;
    margin-right: 35px;
    margin-top: 1rem;
  }
}

@media (min-width: 1240px) {
  blockquote {
    margin-left: -145px;
  }
}

blockquote p {
  margin: 0.5em 0;
}

@media (min-width: 1024px) {
  blockquote + * {
    float: right;
    width: calc(100% - 330px);
  }

  blockquote + * + * {
    clear: both;
  }
}

@media (min-width: 1240px) {
  blockquote + * {
    width: calc(100% - 240px);
  }

  blockquote + * + * {
    clear: both;
  }
}

cite {
  font-size: 1.3rem;
  line-height: 1.8rem;
  display: block;
}

p {
  font-size: 1.7rem;
}

p.caption {
  font-size: 1rem;
  color: #a2a2a2;
  text-align: right;
  font-family: "Roboto", arial;
  margin-top: -1rem;
}

.landing p {
  font-size: 1.6rem;
}

.landing .article p {
  font-size: 1.4rem;
}

.landing p {
  font-size: 1.6rem;
}

.landing article p {
  font-size: 1.5rem;
}

.intro {
  font-size: 1.5em;
  line-height: 1.5em;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.button-link,
.agency-wrapper button,
.agency-wrapper input[type="submit"],
.agency-wrapper input[type="button"] {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-family: "Roboto", arial;
  line-height: 40px;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
}

.button-link:hover, 
.button-link:focus, 
.button-link.js-focus,
.agency-wrapper button:hover,
.agency-wrapper input:hover[type="submit"],
.agency-wrapper input:hover[type="button"],
.agency-wrapper button:focus,
.agency-wrapper input:focus[type="submit"],
.agency-wrapper input:focus[type="button"],
.agency-wrapper button.js-focus,
.agency-wrapper input.js-focus[type="submit"],
.agency-wrapper input.js-focus[type="button"] {
  background-color: #FFF;
  color: #003657;
  border: 1px solid #ddd;
  text-decoration: none;
}

#search-header .button-link:hover, 
#search-header .button-link:focus, 
#search-header .button-link.js-focus, 
.agency-wrapper #search-header button:hover,
.agency-wrapper #search-header input:hover[type="submit"],
.agency-wrapper #search-header input:hover[type="button"], #search-header button:focus,
.agency-wrapper #search-header input:focus[type="submit"],
.agency-wrapper #search-header input:focus[type="button"], #search-header button.js-focus,
.agency-wrapper #search-header input.js-focus[type="submit"],
.agency-wrapper #search-header input.js-focus[type="button"] {
  border: none;
}

.button-link.button-white,
.agency-wrapper button.button-white,
.agency-wrapper input.button-white[type="submit"],
.agency-wrapper input.button-white[type="button"] {
  background-color: #FFF;
  color: #003657;
  border: 1px solid #003657;
}

.button-link.button-white:hover, .button-link.button-white:focus, .button-link.button-white.js-focus,
.agency-wrapper button.button-white:hover,
.agency-wrapper input.button-white:hover[type="submit"],
.agency-wrapper input.button-white:hover[type="button"],
.agency-wrapper button.button-white:focus,
.agency-wrapper input.button-white:focus[type="submit"],
.agency-wrapper input.button-white:focus[type="button"],
.agency-wrapper button.button-white.js-focus,
.agency-wrapper input.button-white.js-focus[type="submit"],
.agency-wrapper input.button-white.js-focus[type="button"] {
  background-color: #003657;
  color: #FFF;
  border: 1px solid #003657;
}

.button-link.button-yellow,
.agency-wrapper button.button-yellow,
.agency-wrapper input.button-yellow[type="submit"],
.agency-wrapper input.button-yellow[type="button"] {
  color: #003657;
  border: 1px solid #003657;
}

.button-link.button-yellow:hover, .button-link.button-yellow:focus, .button-link.button-yellow.js-focus,
.agency-wrapper button.button-yellow:hover,
.agency-wrapper input.button-yellow:hover[type="submit"],
.agency-wrapper input.button-yellow:hover[type="button"],
.agency-wrapper button.button-yellow:focus,
.agency-wrapper input.button-yellow:focus[type="submit"],
.agency-wrapper input.button-yellow:focus[type="button"],
.agency-wrapper button.button-yellow.js-focus,
.agency-wrapper input.button-yellow.js-focus[type="submit"],
.agency-wrapper input.button-yellow.js-focus[type="button"] {
  background-color: #FFF;
  color: #FFF;
}

.button-link {
  height: 50px;
  padding: 0 37px;
  border: 1px solid #599ac3;
  line-height: 50px;
  text-decoration: none;
  font-size: 1.4rem;
}

.button-pdf {
  margin-top: 2.7rem;
  margin-bottom: 3.7rem;
  text-align: left;
  padding-left: 53px;
  background: #FFF url(../../html/svg/pdf.svg) 10px center no-repeat;
}

#content article ul {
  padding-left: 20px;
}

#content article ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0.6rem;
}

#content article ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -19px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}

.category {
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "Roboto", arial;
  font-size: 1rem;
  color: #a2a2a2;
  border-bottom: 5px solid #EFEEEE;
  padding-bottom: 1rem;
}

.date {
  font-family: "Roboto", arial;
  font-size: 1.2rem;
  color: #003657;
}

/*** @file* Table styles.**/
table {
  width: 100% !important;
  border: 0 solid lightgray;
}

table tr {
  border: 0 solid lightgray;
}

table tr:nth-child(even) {
  background: #f7f7f7;
}

table td,
table th {
  padding: 0.5em 1em;
  border-color: lightgray;
  text-align: left;
}

table td > *:first-child,
table th > *:first-child {
  margin-top: 0;
}

table td > *:last-child,
table th > *:last-child {
  margin-bottom: 0;
}

table thead th,
table tbody th {
  background: #e7e7e7;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.92em;
}

table th.js-empty-header-cell {
  visibility: hidden;
}

@media (max-width: 1023px) {
  table.data {
    display: block;
    overflow: hidden;
  }

  table.data thead,
  table.data th {
    display: none;
  }

  table.data tbody,
  table.data tbody th,
  table.data tr,
  table.data td,
  table.data caption {
    float: left;
    display: block;
    width: 100%;
  }

  table.data tr {
    padding: 20px 10px;
    border-width: 1px;
  }

  table.data tr + tr {
    border-top-width: 0;
  }

  table.data tr > th,
  table.data tr > td {
    border-width: 0;
  }

  table.data td.js-labeled:before {
    display: block;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid lightgray;
    color: #555;
    font-weight: bold;
    font-size: 0.92em;
    content: attr(data-th);
  }
}

/*** @file* Form element styles.**/
form {
  /*margin-top: 20px;*/
  /*margin-bottom: 20px;*/
}

form > *:first-child {
  margin-top: 0;
}

form > *:last-child {
  margin-bottom: 0;
}

.form-item,
.form-actions {
  margin: 20px 0;
}

.agency-wrapper label, .field .field-label {
  margin-bottom: 5px;
  font-family: "Source Sans Pro", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.inner-wrapper input[type="text"],
.inner-wrapper input[type="search"],
.inner-wrapper input[type="email"],
.inner-wrapper input[type="password"],
.inner-wrapper input[type="number"],
.inner-wrapper textarea {
  min-width: 280px;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Source Sans Pro", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.agency-wrapper input[type="checkbox"] + label, 
.agency-wrapper .field input[type="checkbox"] + .field-label,
.agency-wrapper input[type="radio"] + label,
.agency-wrapper .field input[type="radio"] + .field-label {
  position: relative;
  display: inline;
  box-sizing: border-box;
  font-weight: normal;
  cursor: pointer;
}

.selectlist {
  position: relative;
  display: inline-block;
  border: 1px solid #a2a2a2;
  background-clip: padding-box;
  background-color: #eee;
}

.agency-wrapper select {
  position: relative;
  z-index: 2;
  display: block;
  height: 40px;
  box-sizing: border-box;
  padding: 8px 16px;
  -moz-padding-end: 10px;
  min-width: 200px;
  border: 1px solid #a2a2a2;
  border-radius: 0;
  background-color: #eee;
  font-family: "Source Sans Pro", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1em;
  appearance: none;
  cursor: pointer;
}

.agency-wrapper .selectlist select {
  float: left;
  margin: 0;
  border: none;
  background: transparent;
  background-color: transparent;
  line-height: 14px;
}

/** * @file * System message styles. * * Provide colors and styles to system messages. * */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

.messages, .messages--error {
  position: relative;
  margin: 10px 0;
  padding: 10px 10px 10px 50px; /* LTR */
  border: 1px solid #be7;
}

.messages:before, .messages--error:before {
  position: absolute;
  top: 20px;
  left: 8px;
  width: 1.5em;
  color: #be7;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  content: "?";
}

.messages--warning {
  border-color: #ed5;
}

.messages--warning:before {
  color: #ed5;
  content: "!";
}

.messages--error {
  border-color: #ed541d;
}

.messages--error:before {
  color: #ed541d;
  content: "×";
}

.messages--error p.error {
  color: #333;
}

h3.message__title,
.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

/** * @file * System tab styles. * * Provide distinct tab styles for interaction with system tasks. * */
.tabs-primary,
.tabs.primary, .tabs-secondary {
  margin: 20px 0;
  padding: 0 2px;
  list-style: none;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  font-family: "Source Sans Pro", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.tabs-primary:after,
.tabs.primary:after, .tabs-secondary:after {
  clear: both;
  display: table;
  content: "";
}

.tabs.primary > li,
.tabs-primary__tab, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left; /* LTR */
  margin: 0 3px;
}

.tabs.primary > li > a,
a.tabs-primary__tab-link, a.tabs-secondary__tab-link {
  display: block;
  border-right: 0;
  border-bottom: 0;
  text-decoration: none;
  font-size: modular-scale(1, 0.55em);
  line-height: 1.7em;
  font-weight: bold;
}

.tabs.primary > li > a,
a.tabs-primary__tab-link {
  padding: 0 1em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: background-color 0.3s;
  background-color: #dedede;
  color: #333;
  text-align: center;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus,
a.tabs-primary__tab-link:hover,
a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

.tabs.primary > li > a:active, .tabs.primary > li > a.is-active,
a.tabs-primary__tab-link:active,
a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  border-color: #fff;
}

a.tabs-secondary__tab-link {
  padding: 0 0.5em;
  border-radius: 0.75em;
  transition: background-color 0.3s;
  background-color: #f2f2f2;
  color: #666;
}

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  background-color: #666;
  border-color: #000;
  color: #fff;
}

.tabs.primary > li,
.tabs-primary__tab {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.tabs-secondary {
  margin-top: -20px;
  font-size: 0.9em;
}

.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 10px 3px;
}

/** * @file * Content state highlighting. * * Provide styling to highlight unpublished state of content. * */
.unpublished {
  overflow: visible;
  height: 0;
  background-color: transparent;
  color: #d8d8d8;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  font-size: 75px;
  line-height: 1;
  font-weight: bold;
}

/** * @file * Global field styles. * * Provide some generic field styles to use across the site. * */
.field-item > *:first-child,
.block-content > *:first-child {
  margin-top: 0;
}

.field-item > *:last-child,
.block-content > *:last-child {
  margin-bottom: 0;
}

.field {
  margin: 0.5em 0;
}

.field .field-label {
  margin-bottom: 0;
}

.inline {
  display: inline;
  padding: 0;
}

.inline li {
  display: inline;
  padding: 0 1em 0 0; /* LTR */
  list-style-type: none;
}

span.field-label {
  padding: 0 1em 0 0; /* LTR */
}

.date-display {
  font-family: "Roboto", arial;
  font-size: 1.3rem;
  color: #a2a2a2;
  letter-spacing: 0.09rem;
}

/*** @file* Navigation styles.** Define some global navigation styles.**/
.mega-menu-close-btn {
  display: none;
}

@media (min-width: 1024px) {
  #navigation-wrapper .inner-wrapper {
    padding: 0;
  }

  #navigation {
    z-index: 23;
    padding: 1.2em 0 1em;
    font-family: "Roboto", arial;
  }

  .search-menu-is-active #navigation {
    top: -39px;
  }

  #navigation .inner-wrapper {
    position: static;
    padding: 0;
  }

  #navigation > ul.menu {
    list-style: none;
    margin: 0;
    padding: 0; /*display: flex;    justify-content: flex-end;    //autoprefixer replacement*/
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 7.8rem;
  }

  #navigation > ul.menu:after {
    clear: both;
    display: table;
    content: "";
  }

  #navigation > ul.menu li {
    display: inline-block;
    list-style-type: none;
    list-style-image: none;
  }

  #navigation > ul.menu > li {
    position: static;
  }

  #navigation > ul.menu > li > .mega-menu {
    display: none;
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 100;
    padding: 0;
    font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  }

  #navigation > ul.menu > li > .mega-menu ul {
    font-family: 'Roboto', sans-serif;
  }

  #navigation > ul.menu > li.hover > .mega-menu, #navigation > ul.menu > li.focus > .mega-menu {
    display: block;
    top: 110px;
    left: 0px;
    right: 0px;
  }

  .search-menu-is-active #navigation > ul.menu > li.hover > .mega-menu, .search-menu-is-active #navigation > ul.menu > li.focus > .mega-menu {
    top: 149px;
  }

  #navigation > ul.menu > li > a {
    display: inline-block;
    padding: 10px 28px;
    font-family: "Roboto", arial;
    font-size: 1.4rem;
    text-decoration: none;
  }

  #navigation > ul.menu > li > a:hover, #navigation > ul.menu > li > a:focus, #navigation > ul.menu > li > a.js-focus {
    color: #2e7dae;
  }

  #navigation > ul.menu > li > a[aria-expanded=true] {
    color: #2e7dae;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper {
    max-width: 1400px;
    min-height: 200px;
    background: #ffc643;
    color: #003657;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper .columns {
    max-width: 1220px;
    margin: 0 auto;
    padding: 48px 40px;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper .columns .col {
    margin-bottom: 0;
  }
  
  #navigation > ul.menu > li .mega-menu .inner-wrapper .columns .col:nth-child(1) {
    width: 21%;
    margin-right: 4%;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper .columns .col:nth-child(2) {
    width: 34%;
    margin-right: 9%;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper .columns .col:nth-child(3) {
    width: 32%;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper ul {
    padding: 0;
    font-size: 1.4rem;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper li {
    display: block;
    margin-bottom: 0.9rem;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper h2 {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper p {

    line-height: 1.5;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper a {
    color: #003657;
  }

  #navigation > ul.menu > li .mega-menu .inner-wrapper ul li a:focus,
  #navigation > ul.menu > li .mega-menu .inner-wrapper ul li a:hover {
    font-weight: bold;
  }

  .mega-menu-close-btn {
    display: block;
    position: absolute;
    top: 24px;
    right: 30px;
  }
  .mega-menu-close-btn a {
    text-decoration: none;
    font-size: 35px;
    font-weight: 300;
  }
}

@media (min-width: 1440px) {
  .search-menu-is-active #navigation {
    padding-right: 340px;
    top: 0;
  }

  .search-menu-is-active #navigation > ul.menu > li.hover > .mega-menu, .search-menu-is-active #navigation > ul.menu > li.focus > .mega-menu {
    top: 110px;
  }
}

@media (max-width: 1023px) {
  #search-header {
    display: none;
  }

  .navigation-is-active #search-header {
    display: block;
  }

  #navigation-wrapper .inner-wrapper {
    padding: 0;
  }

  #navigation {
    display: none;
    position: absolute;
    left: -8765rem;
    overflow-y: auto;
    width: 100%;
  }

  #navigation.is-active {
    left: 0;
    position: relative;
    display: block;
    z-index: 3;
  }

  #navigation > ul.menu {
    padding: 0;
  }

  #navigation > ul.menu > li {
    list-style: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-family: "Roboto", arial;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
  }

  #navigation > ul.menu > li > a:hover, #navigation > ul.menu > li > a:focus, #navigation > ul.menu > li > a.js-focus {
    color: #003657;
    text-decoration: underline;
  }

  #navigation > ul.menu > li .mega-menu {
    display: none;
  }

  #navigation > ul.menu > li.focus .mega-menu {
    display: block;
  }
}

.agency-wrapper #navigation > ul.menu > li > button {
  content: '';
  display: inline-block;
  background: url("https://www.oregon.gov/treasury/Style%20Library/images//arrow-down.svg") center center no-repeat;
  opacity: 0.5;
  width: 24px;
  height: 24px;
  z-index: 100;
  border-radius: 0;
  padding: 2px;
  position: relative;
}

@media (max-width: 1023px) {
  .agency-wrapper #navigation > ul.menu > li > button {
    display: none;
  }
}

.agency-wrapper #navigation > ul.menu > li.focus button,
.agency-wrapper #navigation > ul.menu > li.hover button {
  background: url("https://www.oregon.gov/treasury/Style%20Library/images//arrow-up.svg") center center no-repeat;
}

@media (max-width: 1023px) {
  .agency-wrapper #navigation > ul.menu > li > button {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .agency-wrapper #navigation > ul.menu > li > button {
    position: absolute;
    margin-left: -25px;
    margin-top: 11px;
    color: #2e7dae;
  }
}

#subnav {
  background: #EFEEEE;
  margin-left: -30px;
  margin-right: -30px;
  padding: 2rem 0;
}

#subnav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#subnav ul li {
  font-family: "Roboto", arial;
  font-weight: bold;
  font-size: 1.4rem;
}

body:not(.root-web) .feature.feature-with-image.primary:after {
  content: '';
  display: block;
  background: rgba(0, 47, 77, 0.8);
  position: absolute;
  bottom: 0px;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 1024px) {
  #subnav {
    background: transparent;
    margin: 0 0 9rem;
    padding: 0;
  }

  .agency-standard #subnav {
    margin-bottom: 0;
  }

  #subnav .inner-wrapper {
    background: #EFEEEE;
    position: relative;
  }

  body:not(.root-web) .feature.feature-with-image.primary:after {
    content: '';
    display: block;
    background: rgba(0, 47, 77, 0.8) url("https://www.oregon.gov/treasury/Style%20Library/images//overlay-4c.svg") 33px 100% no-repeat;
    background-size: 128px auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
  }

  #subnav .inner-wrapper ul {
    margin: 0 100px;
    padding: 30px 0;
  }

  #subnav .inner-wrapper ul li {
    display: inline-block;
    margin: 0 1rem;
    line-height: 2.5;
    padding: 0 1rem;
  }
}

/*** @file* Breadcrumb styles.** Define some global breadcrumb styles.**/


.breadcrumb ul,
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb ul:after,
.breadcrumb ol:after {
  clear: both;
  display: table;
  content: "";
}

.breadcrumb ul li,
.breadcrumb ol li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

/*** @file* Pager styles.** Define some global pager styles.**/
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager-current {
  font-weight: bold;
}

/*** @file* Video background css** Docs: https://codepen.io/dudleystorey/pen/knqyK;**/
.background-video {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  z-index: 0;
  background: url("https://picsum.photos/2200/1400/?gravity=east") center center no-repeat;
  background-size: cover;
}

.background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100.5%;
  min-height: 100.5%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}

@media (min-width: 1024px) {
  .background-video video {
    display: block;
  }
}

.background-video > div {
  position: relative;
  padding: 2rem;
  margin: 12rem auto;
  background: #fff;
  width: 80%;
}

/*** @file* Tab styles.** Define some global tab styles.**/
.js-tab-enabled .js-tab-label {
  display: none;
}

.js-tab-enabled .js-tab-content.js-tab-hide {
  display: none;
}

.js-tab-enabled .js-tab-links .js-active {
  font-weight: bold;
}

/*** @file* Share link button styles.** Define some global share link button styles.**/
.share-buttons {
  top: 30%;
  z-index: 10000;
  width: 5rem;
}

@media (min-width: 761px) {
  .share-buttons {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

.share-buttons .social-share {
  display: block;
  width: 5rem;
  padding: 12px 0;
  transition: 0.15s ease-out;
  cursor: pointer;
}

@media (min-width: 761px) {
  .share-buttons .social-share {
    float: left;
  }
}

@media screen and (min-width: 911px) {
  .share-buttons .social-share:hover, .share-buttons .social-share:focus, .share-buttons .social-share.js-focus {
    width: 6rem;
  }
}

.share-buttons .social-share.linkedin {
  background-color: #0077b5;
}

.share-buttons .social-share.linkedin:hover, .share-buttons .social-share.linkedin:focus, .share-buttons .social-share.linkedin.js-focus {
  background-color: #046293;
}

.share-buttons .social-share.pinterest {
  background-color: #bd081c;
}

.share-buttons .social-share.pinterest:hover, .share-buttons .social-share.pinterest:focus, .share-buttons .social-share.pinterest.js-focus {
  background-color: #8c0615;
}

.share-buttons .social-share.google {
  background-color: #dd4b39;
}

.share-buttons .social-share.google:hover, .share-buttons .social-share.google:focus, .share-buttons .social-share.google.js-focus {
  background-color: #c23321;
}

.share-buttons .social-share.twitter {
  background-color: #55acee;
}

.share-buttons .social-share.twitter:hover, .share-buttons .social-share.twitter:focus, .share-buttons .social-share.twitter.js-focus {
  background-color: #2795e9;
}

.share-buttons .social-share.facebook {
  background-color: #3b5998;
}

.share-buttons .social-share.facebook:hover, .share-buttons .social-share.facebook:focus, .share-buttons .social-share.facebook.js-focus {
  background-color: #2d4373;
}

.share-buttons .social-share.email {
  background-color: #777;
}

.share-buttons .social-share.email:hover, .share-buttons .social-share.email:focus, .share-buttons .social-share.email.js-focus {
  background-color: #5e5e5e;
}

.share-buttons .social-share svg {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: #fff;
  stroke: none;
}

/** * @file * Positioning for a responsive layout. * * Define CSS classes to create a fluid grid layout with optional sidebar. * */
@media (min-width: 1024px) {
  .one-sidebar #main > #content {
    float: left;
    width: calc((9 / 14) * 100% - 20px);
    margin-left: calc((0 / 14) * 100% + 20px);
  }

  .one-sidebar #main > .sidebar {
    float: left;
    width: calc((4 / 14) * 100% - 20px);
    margin-left: calc((1 / 14) * 100% + 20px);
  }
}

/*** @file* Block global styles.**//*#page:before {  content:'';  display:block;  position:absolute;  top:0;  right:0;  left:0;  width: 100%;  height: 3000px;  background: url(https://staging.apps.oregon.gov/treasury/Style%20Library/images//background-landing.jpg) center -39px no-repeat;  pointer-events: none;  opacity: 0.2;  z-index: 2;}*/
.block {
  position: relative;
}

.feature {
  position: relative;
  margin-top: 2.2rem;
}

@media (max-width: 1023px) {
  .feature {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 1.4rem;
  }
}

.feature.feature-with-image .columns-2 > .col h2,
html .ms-WPBody .feature.feature-with-image .columns-2 > .col h2 {
  color: #FFF;
  font-size: 29px;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: 1.7rem;
}

.feature.feature-with-image .columns-2 > .col p {
  color: #FFF;
  line-height: 1.45;
  font-size: 16px;
}

.feature.feature-with-image .columns-2 > .col p .button-link {
  margin-top: 2.4rem;
}

@media (min-width: 1024px) {
  .feature.feature-with-image .columns-2 > .col h2,
  html .ms-WPBody .feature.feature-with-image .columns-2 > .col h2 {
    font-size: calc(40px + 10 * ((100vw - 1024px) / 416));
    line-height: 1.1;
  }

  .feature.feature-with-image .columns-2 > .col p {
    font-size: calc(16px + 2 * ((100vw - 1024px) / 416));
    line-height: 1.4;
  }
}

@media (min-width: 1440px) {
  .feature.feature-with-image .columns-2 > .col h2,
  html .ms-WPBody .feature.feature-with-image .columns-2 > .col h2 {
    font-size: 50px;
  }

  .feature.feature-with-image .columns-2 > .col p {
    font-size: 18px;
  }
}

.feature.feature-with-image.secondary.image-first p {
  font-size: 15px;
}

@media (min-width: 1024px) {
  .feature.feature-with-image.secondary.image-first p {
    font-size: 15px;
  }
}

@media (min-width: 1440px) {
  .feature.feature-with-image.secondary.image-first p {
    font-size: 15px;
  }
}

body:not(.root-web) .feature.feature-with-image.primary,
.interior .feature.feature-with-image.primary {
  background-color: #003657;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1023px) {
  body:not(.root-web) .feature.feature-with-image.primary,
  .interior .feature.feature-with-image.primary {
    background-image: none !important;
  }
}

.feature.feature-with-image.primary article {
  background: url("https://www.oregon.gov/treasury/Style%20Library/images//mountains.jpg") 0 0 no-repeat;
  background-size: cover;
  background-color: #003657;
}

body:not(.root-web) .feature.feature-with-image.primary article {
  background: none;
}

.interior .feature.feature-with-image.primary article {
  background-image: none;
}

@media (min-width: 1024px) {
  body.root-web .feature.feature-with-image.primary article {
    background-position-x: calc(100% - 2px);
    padding-bottom: 13rem;
  }
}

.feature.feature-with-image.primary:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% + 1px);
  z-index: 10;
  background: url("https://www.oregon.gov/treasury/Style%20Library/images//overlay-1.svg") 100% -14px no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}

body:not(.root-web) .feature.feature-with-image.primary:before,
.interior .feature.feature-with-image.primary:before {
  display: none;
}

.feature.feature-with-image.primary article,
.interior .feature.feature-with-image.primary article {
  z-index: 2;
}

@media (min-width: 1024px) {
  body:not(.root-web) .feature.feature-with-image.primary,
  .interior .feature.feature-with-image.primary {
    padding-bottom: 0;
  }

  body:not(.root-web) .feature.feature-with-image.primary:before,
  .interior .feature.feature-with-image.primary:before {
    display: block;
    background: url("https://www.oregon.gov/treasury/Style%20Library/images//overlay-4.svg") bottom right no-repeat;
    background-size: 256px auto;
  }

  body:not(.root-web) .feature.feature-with-image.primary article,
  .interior .feature.feature-with-image.primary article {
    padding-bottom: 0;
  }
}

.feature.feature-with-image.primary .columns-2 > .col {
  position: relative;
}

@media (min-width: 1024px) {
  .feature.feature-with-image.primary .columns-2 > .col {
    margin-right: 0;
    width: 43.5%;
    max-width: 43.5%;
  }

  .feature.feature-with-image.primary .columns-2 > .col:nth-child(2n) {
    width: 56.5%;
    max-width: 56.5%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .feature.feature-with-image.primary .columns-2 > .col:last-child {
    margin-right: 0;
  }
}

.feature.feature-with-image.primary .columns-2 > .col:nth-child(odd) {
  padding: 15px 60px 0px 30px;
}

@media (max-width: 1023px) {
  .feature.feature-with-image.primary .columns-2 > .col + .col img,
  .feature.feature-with-image.primary .columns-2 > .col + .col,
  .feature.feature-with-image.secondary .columns-2 > .col + .col img,
  .feature.feature-with-image.secondary .columns-2 > .col + .col {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .feature.feature-with-image.primary .columns-2 > .col:nth-child(odd) {
    padding-top: calc(50px + 60 * ((100vw - 1024px) / 416));
    padding-bottom: calc(0px + 80 * ((100vw - 1024px) / 416));
    padding-left: calc(60px + 50 * ((100vw - 1024px) / 416));
    padding-right: calc(60px + 50 * ((100vw - 1024px) / 416));
  }
}

@media (min-width: 1440px) {
  .feature.feature-with-image.primary .columns-2 > .col:nth-child(odd) {
    padding: 110px 110px 80px;
  }
}

.feature.feature-with-image.primary .columns-2 > .col img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .feature.feature-with-image.primary .columns-2 > .col img {
    width: 84%;
    margin: 0;
    padding: 0;
    margin-top: calc(66px + 30 * ((100vw - 1024px) / 416));
  }
}

@media (min-width: 1440px) {
  .feature.feature-with-image.primary .columns-2 > .col img {
    margin-top: 96px;
  }
}

body:not(.root-web) .feature.feature-with-image.primary .columns-2 > .col:nth-child(odd),
.interior .feature.feature-with-image.primary .columns-2 > .col:nth-child(odd) {
  padding-top: 10px;
}

@media (min-width: 1024px) {
  body:not(.root-web) .feature.feature-with-image.primary .columns-2 > .col:nth-child(odd),
  .interior .feature.feature-with-image.primary .columns-2 > .col:nth-child(odd) {
    padding-top: 10px;
  }
}

@media (min-width: 1440px) {
  body:not(.root-web) .feature.feature-with-image.primary .columns-2 > .col:nth-child(odd),
  .interior .feature.feature-with-image.primary .columns-2 > .col:nth-child(odd) {
    padding-top: 10px;
    padding-bottom: 40px;
    min-height: 440px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  body:not(.root-web) .feature.feature-with-image.primary .columns-2 > .col:nth-child(even) img,
  .interior .feature.feature-with-image.primary .columns-2 > .col:nth-child(even) img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1440px) {
  body:not(.root-web) .feature.feature-with-image.primary .columns-2 > .col:nth-child(even) img,
  .interior .feature.feature-with-image.primary .columns-2 > .col:nth-child(even) img {
    margin-top: 50px;
  }
}

@media (max-width: 1023px) {
  .feature.feature-with-image.primary:before {
    display: none;
  }

  .feature.feature-with-image.primary .col:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    top: -41px;
    right: 0;
    width: 43px;
    height: 86px;
    z-index: 10;
    background: url("https://www.oregon.gov/treasury/Style%20Library/images//overlay-3.png") 0 0 no-repeat;
    pointer-events: none;
  }

  .feature.feature-with-image.primary .col:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 67px;
    height: 67px;
    z-index: 10;
    background: #ffc643;
    pointer-events: none;
  }
}

.feature.feature-with-image.secondary {
  margin-top: 7.1rem;
  margin-bottom: 8rem;
  margin-left: -30px;
  margin-right: -30px;
}

.feature.feature-with-image.secondary article:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("https://www.oregon.gov/treasury/Style%20Library/images//pattern.png") 0 0 no-repeat;
  background-size: cover;
  background-color: #003657;
}

.feature.feature-with-image.secondary.image-first article:before {
  background: url("https://www.oregon.gov/treasury/Style%20Library/images//pattern-reversed.png") 0 0 no-repeat;
  background-size: cover;
  background-position-x: 100%;
  background-color: #003657;
}

@media (min-width: 1024px) {
  .feature.feature-with-image.secondary {
    margin-bottom: calc(7rem + 63px);
    margin-top: calc(7.1rem + 37px);
  }

  .feature.feature-with-image.secondary article {
    background-color: #003657;
  }
}

.feature.feature-with-image.secondary .columns-2 > .col {
  position: relative;
}

.feature.feature-with-image.secondary .columns-2 > .col h2,
html .ms-WPBody .feature.feature-with-image.secondary .columns-2 > .col h2 {
  font-size: 23px;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .feature.feature-with-image.secondary .columns-2 > .col h2,
  html .ms-WPBody .feature.feature-with-image.secondary .columns-2 > .col h2 {
    line-height: 1.12;
    margin-bottom: 2.2rem;
    font-size: calc(23px + 12 * ((100vw - 1024px) / 416));
  }

  body:not(.root-web) .feature.feature-with-image.secondary .columns-2 > .col h2,
  .interior .feature.feature-with-image.secondary .columns-2 > .col h2,
  html body:not(.root-web) .ms-WPBody .feature.feature-with-image.secondary .columns-2 > .col h2,
  html .interior .ms-WPBody .feature.feature-with-image.secondary .columns-2 > .col h2 {
    font-size: calc(23px + 7 * ((100vw - 1024px) / 416));
  }
}

@media (min-width: 1440px) {
  .feature.feature-with-image.secondary .columns-2 > .col h2,
  html .ms-WPBody .feature.feature-with-image.secondary .columns-2 > .col h2 {
    font-size: 35px;
  }

  body:not(.root-web) .feature.feature-with-image.secondary .columns-2 > .col h2,
  .interior .feature.feature-with-image.secondary .columns-2 > .col h2,
  html body:not(.root-web) .ms-WPBody .feature.feature-with-image.secondary .columns-2 > .col h2,
  html .interior .ms-WPBody .feature.feature-with-image.secondary .columns-2 > .col h2 {
    font-size: 30px;
  }
}

.feature.feature-with-image.secondary .columns-2 > .col img {
  z-index: 10000;
  width: 100%;
}

@media (min-width: 1024px) {
  .feature.feature-with-image.secondary .columns-2 > .col img {
    z-index: 20000;
    position: relative;
    z-index: 1;
    padding: 0;
    left: 4px;
    padding: 0;
    margin-top: -37px;
    margin-bottom: -24px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .feature.feature-with-image.secondary .columns-2 > .col img {
    width: 84%;
  }
}

@media (min-width: 1440px) {
  .feature.feature-with-image.secondary .columns-2 > .col {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .feature.feature-with-image.secondary:not(.image-first) .col:nth-child(even):before {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    right: 0;
    width: 35px;
    height: 78px;
    z-index: 10;
    background: url("https://www.oregon.gov/treasury/Style%20Library/images//overlay-3b.png") 0 0 no-repeat;
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  .feature.feature-with-image.secondary:not(.image-first):before {
    content: '';
    display: block;
    position: absolute;
    height: 156px;
    bottom: -63px;
    left: 0;
    right: 0;
    z-index: 10;
    background: url("https://www.oregon.gov/treasury/Style%20Library/images//overlay-2a.svg") bottom right no-repeat;
    background-size: 100% auto;
    pointer-events: none;
  }

  .feature.feature-with-image.secondary:not(.image-first):after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: -63px;
    z-index: 0;
    background: url("https://www.oregon.gov/treasury/Style%20Library/images//overlay-2b.svg") top right no-repeat;
    background-size: 63% auto;
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  .feature.feature-with-image.secondary:not(.image-first) .columns-2 > .col {
    margin-right: 0;
    width: 43.5%;
    max-width: 43.5%;
  }

  .feature.feature-with-image.secondary:not(.image-first) .columns-2 > .col:nth-child(even) {
    width: 56.5%;
    max-width: 56.5%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .feature.feature-with-image.secondary:not(.image-first) .columns-2 > .col:last-child {
    margin-right: 0;
  }
}

.feature.feature-with-image.secondary:not(.image-first) .columns-2 > .col:nth-child(odd) {
  padding: 50px 30px 0px;
}

@media (min-width: 1024px) {
  .feature.feature-with-image.secondary:not(.image-first) .columns-2 > .col:nth-child(odd) {
    padding-top: calc(22px + 18 * ((100vw - 1024px) / 416));
    padding-bottom: calc(22px + 18 * ((100vw - 1024px) / 416));
    padding-left: calc(60px + 50 * ((100vw - 1024px) / 416));
    padding-right: calc(60px + 50 * ((100vw - 1024px) / 416));
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .feature.feature-with-image.secondary:not(.image-first) .columns-2 > .col:nth-child(odd) {
    padding: 40px 110px 40px 130px;
  }
}

@media (min-width: 1024px) {
  .feature.feature-with-image.secondary.image-first .columns-2 > .col {
    width: 56.5%;
    max-width: 56.5%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .feature.feature-with-image.secondary.image-first .columns-2 > .col:nth-child(odd) {
    position: relative;
  }

  .feature.feature-with-image.secondary.image-first .columns-2 > .col:nth-child(odd):before {
    content: '';
    display: block;
    width: 128px;
    height: 128px;
    position: absolute;
    background: url("https://www.oregon.gov/treasury/Style%20Library/images//overlay-5.svg") 0 0 no-repeat;
    bottom: -64px;
    left: calc(12% - 64px);
    z-index: 2;
    pointer-events: none;
  }

  .feature.feature-with-image.secondary.image-first .columns-2 > .col:nth-child(even) {
    margin-right: 0;
    width: 43.5%;
    max-width: 43.5%;
  }

  .feature.feature-with-image.secondary.image-first .columns-2 > .col:last-child {
    margin-right: 0;
  }

  .feature.feature-with-image.secondary.image-first .columns-2 > .col img {
    margin-left: 12%;
    left: 0;
  }
}

.feature.feature-with-image.secondary.image-first .columns-2 > .col:nth-child(even) {
  padding: 50px 30px 0px;
}

@media (min-width: 1024px) {
  .feature.feature-with-image.secondary.image-first .columns-2 > .col:nth-child(even) {
    padding-top: calc(22px + 18 * ((100vw - 1024px) / 416));
    padding-bottom: calc(22px + 18 * ((100vw - 1024px) / 416));
    padding-left: calc(60px + 50 * ((100vw - 1024px) / 416));
    padding-right: calc(60px + 50 * ((100vw - 1024px) / 416));
  }
}

@media (min-width: 1440px) {
  .feature.feature-with-image.secondary.image-first .columns-2 > .col:nth-child(even) {
    padding: 40px 110px 40px 130px;
  }
}

p.icon-image {
  height: 103px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
p.icon-image img {
  max-width: 200px;
  max-height: 103px;
}

body:not(.root-web) .feature-with-image.primary + .icon-grid {
  margin-top: 6rem;
}

.icon-grid .columns {
  text-align: center;
}

.icon-grid h3,
html .ms-WPBody .icon-grid h3 {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: bold;
}

.icon-grid p {
  margin-top: 0.5rem;
  line-height: 1.5;
  color: #888888;
  color: rgba(86, 86, 86, 86);
}

@media (max-width: 1023px) {
  .icon-grid {
    margin-top: 7rem;
  }

  .icon-grid .col {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }

  .icon-grid img {
    width: 100px;
  }

  .icon-grid h3,
  html .ms-WPBody .icon-grid h3 {
    font-size: 1.7rem;
  }

  .icon-grid p {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .icon-grid .columns {
    margin-top: 5.5rem;
  }

  .icon-grid .col {
    padding-left: 55px;
    padding-right: 55px;
  }

  .icon-grid .columns-4 h3,
  html .ms-WPBody .icon-grid .columns-4 h3 {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .icon-grid .columns-4 p.small {
    font-size: 1.3rem;
    font-family: "Roboto", arial;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.fact-grid .columns {
  text-align: center;
  font-family: "Poppins", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: normal;
  margin-top: 5rem;
  padding: 0;
}

.fact-grid .columns .col {
  margin: 0 auto;
  max-width: 480px;
  padding: 3rem 3rem 3.4rem;
  font-size: 1.4rem;
  color: #666666;
  color: rgba(86, 86, 86, 86);
  font-family: 'Roboto', sans-serif;
}

.fact-grid .columns .col span.bold {
  display: block;
  font-size: 2rem;
  color: #003657;
  font-weight: bold;
  padding-top: 0.5rem;
  font-family: "Poppins", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.fact-grid .columns .col:nth-child(odd) {
  border: 1px solid #ddd;
  border-width: 1px 0px 0px;
}

.fact-grid .columns .col:nth-child(even) {
  border-top: 1px solid #ddd;
}

.fact-grid .columns .col:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .fact-grid .columns .col {
    width: 50%;
    margin: 0;
    padding-top: 6.2rem;
    padding-bottom: 5.5rem;
  }

  .fact-grid .columns .col span.bold {
    font-size: 2.6rem;
  }

  .fact-grid .columns .col:nth-child(odd) {
    border-width: 1px 1px 0 0;
  }

  .fact-grid .columns .col:nth-child(1),
  .fact-grid .columns .col:nth-child(2) {
    padding-top: 3rem;
    border-top: 0;
  }
}

@media (min-width: 1200px) {
  .fact-grid {
    padding-left: 14%;
  }
}


.block-actions {
  padding: 0 0 2.5rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .twitter-feed .block-actions {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .block-actions {
    padding: 4rem 0;
  }

  .news-listing .block-actions {
    text-align: left;
  }
}

.twitter-feed ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid transparent;
}

.timeline-Body {
  border-top: none !important;
  border-bottom: none !important;
}

.twitter-embed-timeline {
  max-width: 480px;
  margin: 0 auto;
}

.timeline-Tweet:hover {
  background: #FFF !important;
}

ul li.timeline-TweetList-tweet,
.twitter-feed ul li {
  margin: 2.3rem auto 0;
  display: block;
  width: calc(100% - 2px);
  border: 1px solid #ddd !important;
  border-radius: 10px;
  max-width: 480px;
}

ul li.timeline-TweetList-tweet:first-of-type {
  border-top: 1px solid #ddd !important;
}

.twitter-feed ul li .tweet {
  padding: 28px;
}

.twitter-feed ul li .tweet .content {
  margin-left: 48px;
}

.twitter-feed ul li .tweet .content .avatar {
  float: left;
  margin-top: 11px;
  margin-left: -48px;
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.twitter-feed ul li .tweet .content .stream-item-header,
.twitter-feed ul li .tweet .content .stream-item-header small {
  font-family: "Roboto", arial;
  font-size: 1.2rem;
}

.twitter-feed ul li .tweet .content .stream-item-header a {
  text-decoration: none;
}


.twitter-feed ul li .tweet .content .stream-item-header a:hover, .twitter-feed ul li .tweet .content .stream-item-header a:focus, .twitter-feed ul li .tweet .content .stream-item-header a.js-focus {
  text-decoration: underline;
}

.twitter-feed ul li .tweet .content .js-tweet-text-container * {
  font-family: "Roboto", arial;
  font-size: 1.2rem !important;
  line-height: 1.4;
  margin-top: 0;
}

.twitter-feed ul li .tweet .content .js-tweet-text-container a {
  color: #599ac3;
}

.twitter-feed ul li .tweet .content .js-tweet-text-container a:hover, .twitter-feed ul li .tweet .content .js-tweet-text-container a:focus, .twitter-feed ul li .tweet .content .js-tweet-text-container a.js-focus {
  color: #003657;
}

.twitter-feed ul li .tweet .content img {
  border: 1px solid #ddd;
}

.twitter-feed ul li .tweet .content .fullname {
  color: #000;
}

.twitter-feed ul li .tweet .content .username {
  color: #a2a2a2;
  margin-left: 5px;
  margin-right: 5px;
}

.twitter-feed ul li .tweet .content ._timestamp {
  font-weight: bold;
  color: #a2a2a2;
}

article:after {
  clear: both;
  display: table;
  content: "";
}

.news-featured-item img {
  width: 100%;
}

.news-listing article > * {
  max-width: 435px;
}

.news-listing article > .category {
  max-width: 460px;
}

.article-listing-large {
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid transparent;
}

.article-listing-large article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6rem;
}

.article-listing-large article:after {
  clear: both;
  display: table;
  content: "";
}

.article-listing-large article:last-child {
  border-bottom: none;
}

.article-listing-large article h2,
html .ms-WPBody .article-listing-large article h2 {
  font-size: 3rem;
  margin-top: 0;
  padding-top: 7rem;
}

.article-listing-large article:first-child h2,
html .ms-WPBody .article-listing-large article:first-child h2 {
  padding-top: 3rem;
}

.article-listing-large article p {
  max-width: 760px;
}

.article-listing-large article .text-link {
  font-family: "Roboto", arial;
  color: #599ac3;
  font-size: 1.4rem;
}

.article-listing-large article .text-link:after {
  content: '';
  border: solid #599ac3;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 5px;
}

.article-listing-large article.has-image p {
  max-width: 470px;
}

@media (min-width: 761px) {
  .article-listing-large article.has-image img {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 40%;
    height: auto !important;
  }
}

.button-list ul {
  padding: 0;
  margin-top: 4rem;
}

.button-list ul li {
  list-style: none;
  margin-bottom: 20px;
}

.button-list ul li a {
  display: flex; 
  /* flex-direction: column; fix for buttons at bottom */
  height: 100%;
  justify-content: center;
  border: 1px solid #a2a2a2;
  padding: 1rem;
  text-align: center;
  font-family: "Roboto", arial;
  font-size: 1.4rem;
  text-decoration: none;
}

.button-list ul li a.js-focus,
.button-list ul li a:focus,
.button-list ul li a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #003657;
}

@media (min-width: 761px) {
  .button-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6rem;
  }

  .button-list ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }

  .button-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1240px) {
  .button-list ul li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }

  .button-list ul li:nth-child(2n) {
    margin-right: 20px;
  }

  .button-list ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* header-main-footer layout */
#page { /*display: flex;  min-height: 100vh;  flex-direction: column;  //autoprefixer replacement*/
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100vw;
}

#main { /*display: flex;  flex: 0 auto;  //autoprefixer replacement*/
  display: block; /*display: -webkit-box;  display: -moz-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-box-flex: 1;  -webkit-flex: 1 1 auto;  -ms-flex: 1 1 auto;  flex: 1 1 auto;*/
}

#content {
  margin: 0 auto;
  max-width: 1380px;
}

.agency-standard #content {
  max-width: 770px;
  padding-bottom: 8rem;
}

.treasury-news-data-pages-treasury-calendar-aspx.agency-standard #content {
  max-width: 100%;
  width: 100%;
}

.treasury-news-data-pages-treasury-calendar-aspx .ms-acal-item {
  font-size: 1.2rem;
}

@media (max-width: 1023px) {
  .navigation-is-active #main, .navigation-is-active
  #footer {
    display: none;
  }
}

#header,
#main,
#footer {
  min-height: 1px;
}

body {
  overflow-x: hidden;
}

/* header layout */
#header > .inner-wrapper { /*display: flex;  flex-direction: column;  //autoprefixer replacement*/
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #header > .inner-wrapper { /*flex-direction: row;  //autoprefixer replacement*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #header > .inner-wrapper #logo {
    max-width: 183px;
  }

  #header > .inner-wrapper #navigation-wrapper { /*flex: 1;  //autoprefixer replacement*/
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#pre-footer {
  background: #EFEEEE;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: -9rem;
  position: relative;
}

#pre-footer:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #EFEEEE;
  margin-left: -50vw;
}

@media (min-width: 761px) {
  #pre-footer {
    padding-top: 7rem;
    padding-bottom: 7rem;
    margin-bottom: -9rem;
  }
}

#header {
  padding-top: 16px;
}

@media (max-width: 1023px) {
  .navigation-is-active header > .inner-wrapper:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffc643;
  }
  .navigation-is-active header #navigation {
    padding-top: 20px;
  }
  header {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  header {
    padding-top: 20px;
  }
}

#logo {
  max-width: 183px;
  left: -10px;
  position: relative;
}

@media (min-width: 1024px) {
  #logo {
    position: absolute;
    z-index: 25;
    left: 24px;
  }
}

#logo a {
  display: block;
  width: 183px;
  height: 79px;
  box-sizing: content-box;
  background: url("https://www.oregon.gov/treasury/Style%20Library/images//logo-header-ost.svg") 0 0 no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1023px) {
  #logo a {
    width: 129px;
    height: 60px;
  }
}

#search-icon {
  display: none;
  color: #2e7dae;
}

@media (min-width: 1024px) {
  #search-icon {
    position: absolute;
    z-index: 25;
    top: 2.5rem;
    right: 5.3rem;
    display: block;
    background: url("https://www.oregon.gov/treasury/Style%20Library/images//magnifying-glass.svg") center center no-repeat;
    background-size: 22px;
  }
}

#search-menu {
  display: block;
  position: absolute;
  top: 0;
  left: -8765rem;
  z-index: 24;
}

.agency-wrapper #search-menu input[type="submit"] {
  display: block;
  background: url("https://www.oregon.gov/treasury/Style%20Library/images//magnifying-glass.svg") center center no-repeat;
  background-size: 22px;
  width: 40px;
  height: 40px;
  padding: 40px 20px 0;
  overflow: hidden;
  position: absolute;
  top: 6px;
  right: -9px;
}

.agency-wrapper #search-menu input[type="text"] {
  border-width: 0 0 1px;
  padding-right: 50px;
  padding-left: 0;
  width: 100%;
  border-color: #e8b33e;
  background-color: transparent;
  font-size: 1.4rem;
}

.agency-wrapper #search-menu label, #search-menu .field .field-label, .field #search-menu .field-label {
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  position: absolute;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "Roboto", arial;
  top: 11px;
}

.agency-wrapper #search-menu label.hidden, #search-menu .field .hidden.field-label, .field #search-menu .hidden.field-label {
  opacity: 0;
}

@media (min-width: 1024px) {
  #search-menu {
    display: none;
  }

  .agency-wrapper #search-menu input[type="text"] {
    width: 330px;
    border-color: #003657;
  }

  .agency-wrapper #search-menu input[type="submit"] {
    background: url("https://www.oregon.gov/treasury/Style%20Library/images//magnifying-glass.svg") center center no-repeat;
    top: 1px;
    background-size: 22px;
  }

  .agency-wrapper #search-menu label, #search-menu .field .field-label, .field #search-menu .field-label {
    top: 15px;
  }
}

@media (max-width: 1023px) {
  .is-active #search-menu {
    left: auto;
    top: auto;
    position: relative;
    display: block;
  }
}

@media (min-width: 1024px) {
  #search-menu.is-active {
    left: auto;
    right: 62px;
    top: 60px;
    display: block;
  }
}

#menu-icon {
  display: block;
  position: absolute;
  z-index: 20;
  top: -50px;
  right: 3px;
  background: none;
  border: none;
  padding: 10px 20px 16px 0;
}

@media (min-width: 1024px) {
  #menu-icon {
    display: none;
  }
}

#menu-icon:focus {
  outline: 1px dashed #003657;
  outline-offset: 3px;
  outline: none;
}

#menu-icon .hamburger,
#menu-icon .hamburger:before,
#menu-icon .hamburger:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #003657;
  position: absolute;
  display: block;
  content: '';
}

#menu-icon .hamburger:before {
  top: -6px;
}

#menu-icon .hamburger:after {
  bottom: -6px;
}

#menu-icon .hamburger,
#menu-icon .hamburger:before,
#menu-icon .hamburger:after {
  transition: all 500ms ease-in-out;
}

.navigation-is-active #menu-icon .hamburger {
  background-color: transparent;
}

.navigation-is-active #menu-icon .hamburger:before,
.navigation-is-active #menu-icon .hamburger:after {
  top: 0;
}

.navigation-is-active #menu-icon .hamburger:before {
  transform: rotate(45deg);
}

.navigation-is-active #menu-icon .hamburger:after {
  transform: rotate(-45deg);
}

/* mobile social */
#mobile-social-media {
  display: none;
  margin-top: 5rem;
}

#mobile-social-media ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile-social-media ul.menu:after {
  clear: both;
  display: table;
  content: "";
}

#mobile-social-media ul.menu li {
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
}

@media (max-width: 1023px) {
  .navigation-is-active #mobile-social-media {
    display: block;
    position: relative;
    z-index: 2;
  }

  .navigation-is-active #mobile-social-media a {
    margin-right: 2.5rem;
    color: #003657;
  }

  .navigation-is-active #mobile-social-media a:hover, .navigation-is-active #mobile-social-media a:focus, .navigation-is-active #mobile-social-media a.js-focus {
    color: #FFF;
  }

  .navigation-is-active #mobile-social-media a .fa, .navigation-is-active #mobile-social-media a .fab, .navigation-is-active #mobile-social-media a .fal, .navigation-is-active #mobile-social-media a .far, .navigation-is-active #mobile-social-media a .fas {
    font-size: 2rem;
  }
}

#footer {
  background: #003657;
  padding: 4.5rem 0 0;
}

@media (min-width: 1024px) {
  #footer {
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1024px) {
  #footer .columns-2 > .col {
    margin-right: 5%;
    width: 38.5%;
  }

  #footer .columns-2 > .col:nth-child(2n) {
    width: 56.5%;
    margin-right: 0;
  }

  #footer .columns-2 > .col:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #footer .columns-2 > .col.footer1,
  #footer .columns-2 > .col.footer2 {
    width: 100%;
  }
}

#footer .columns-3 {
  max-width: 650px;
}

@media (max-width: 1023px) {
  #footer .columns-3 > .col {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  #footer .columns-3 > .col {
    margin-bottom: 0rem;
  }
}

#footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", arial;
}

#footer ul.menu:after {
  clear: both;
  display: table;
  content: "";
}

#footer ul.menu li {
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
}

#footer ul.menu a {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  #footer ul.menu a {
    margin-right: 3rem;
  }
}

#footer p {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 0;
  font-family: "Roboto", arial;
  font-weight: normal;
}

#footer p strong {
  display: block;
  margin-bottom: 1rem;
  margin-top: 3.3rem;
  font-size: 1.4rem;
  line-height: 1em;
  color: #FFF;
}

@media (min-width: 1024px) {
  #footer p {
    font-size: 1.4rem;
  }

  #footer p strong {
    margin-bottom: 1.3rem;
  }
}

#footer a {
  color:#FFF;
  text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a.js-focus {
  color: white;
}

#footer .footer1 img {
  display: inline-block;
}

@media (max-width: 1023px) {
  #footer .footer1 {
    margin-bottom: 5rem;
    text-align: center;
  }

  #footer .footer1 #footer-oregon-seal {
    width: 77px;
    margin-right: 1rem;
  }

  #footer .footer1 #footer-treasury-logo {
    width: 153px;
  }
}

@media (min-width: 1024px) {
  #footer .footer1 #footer-oregon-seal {
    margin-left: 1rem;
  }
}

@media (min-width: 1440px) {
  #footer .footer1 {
    padding-left: 9.5rem;
  }
}

@media (max-width: 1023px) {
  #footer .footer2 {
    margin-bottom: 6rem;
  }
}

@media (max-width: 1023px) {
  #footer .footer3 ul.menu {
    text-align: center;
  }
}

@media (min-width: 1440px) {
  #footer .footer3 ul.menu {
    padding-left: 11rem;
  }
}

#footer .footer3 ul.menu a {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

@media (min-width: 1024px) {
  #footer .footer3 ul.menu a {
    margin-right: 2.5rem;
    margin-left: 0;
  }
}

#footer .footer3 ul.menu a .fa, #footer .footer3 ul.menu a .fab, #footer .footer3 ul.menu a .fal, #footer .footer3 ul.menu a .far, #footer .footer3 ul.menu a .fas {
  font-size: 2rem;
}

@media (max-width: 1023px) {
  #footer .footer4 ul.menu li {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}

.loading-button {
  background-image: url("https://www.oregon.gov/treasury/Style%20Library/images//loading.gif");
  background-position: -50% 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: all 300ms;
}

.load-triggered.loading-button {
  background-position: 50% 50%;
  color: transparent;
}
.popup-trigger {
	 width:24px;
}

/** * @file * Print Styles. * * Provide some print styling. * * By importing this CSS file as media "all", we allow this print file to be * aggregated with other stylesheets, for improved front-end performance. */
@media print {
  a:link, a:visited {
    text-decoration: underline !important;
  }

  a:link.site-link, a:visited.site-link {
    text-decoration: none !important;
  }

  #content a[href]:after {
    font-weight: normal;
    font-size: 10px;
    content: " (" attr(href) ")";
  }

  #content a[href^="javascript:"]:after, #content a[href^="#"]:after {
    content: "";
  }

  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  body,
  #page,
  #main,
  #content {
    background-color: transparent !important;
    background-image: none !important;
    color: #000;
  }

  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #skip-link,
  #navigation,
  #footer,
  .sidebars,
  .breadcrumb,
  .pager,
  .feed-icons {
    display: none;
    visibility: hidden;
  }

  @page {
    margin: 60px;
  }

  h2,
  h3,
  h4 {
    page-break-after: avoid;
    break-after: avoid-page;
  }

  p {
    orphans: 2;
    widows: 2;
  }
}

/* Overrides */
.or-navbar-sticky-wrapper {
  display: none;
}

main a,
main a:visited,
main a.btn {
  color: #003657;
  text-decoration: underline;
}
main a.btn {
  text-decoration: none;
}

main a:hover,
main a:hover,
main a:focus,
main a:focus {
  color: #2e7dae;
  text-decoration: underline;
}

main .container {
  width: 100%;
}

main a.button-link:visited, footer a.button-link:visited, .alert a.button-link:visited {
  color: #fff;
}

main a.button-link:hover, footer a.button-link:hover, .alert a.button-link:hover {
  color: #003657;
  text-decoration: none;
}

main a.button-link.button-white:visited, footer a.button-link.button-white:visited, .alert a.button-link.button-white:visited {
  color: #003657;
}

main a.button-link.button-white:hover, footer a.button-link.button-white:hover, .alert a.button-link.button-white:hover {
  color: #fff;
  text-decoration: none;
}

footer li {
  border-bottom: none;
}

.or-navbar-sticky-placeholder {
  display: none;
}

#main {
  padding-top: 1rem;
}

main .container {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .col-sm-6 {
    width: 100%;
    float: none;
  }
  .col-sm-6 + .col-sm-6 {
    margin-top: 6rem;
  } 
}

.agency-home #breadcrumbs {
  display: none;
}

.agency-home h1.page-title {
  display: none;
}

#content #breadcrumbs {
  margin-top: 50px;
}

#content #breadcrumbs + h1 {
  margin-top: 30px;
}

#breadcrumbs,
#breadcrumbs a {
  font-family: "Roboto", arial;
  color: #003657;
  font-size: 1.4rem;
}

#breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus {
  text-decoration: underline;
}

#mobile-footer {
  display: none;
}

#mobile-footer ul {
  padding-left: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

#mobile-footer ul li:not(:last-child) {
  margin-bottom: 6px;
}

.navigation-is-active #mobile-footer {
  display: block;
  z-index: 4;
  position: relative;
  margin-top: 4rem;
}

.ms-dlgFrameContainer {
  background-color: #fff;
}

#checkincomments {
  height: 70px;
}

@media (min-width: 1024px) {
  #mobile-footer {
    display: none;
  }

  .navigation-is-active #mobile-footer {
    display: none;
  }
}

#footer-treasury-logo {
  max-width: 218px;
}

#footer-oregon-seal {
  max-width: 111px;
}

main a.disabled:hover,
main a.disabled:hover,
main a.disabled:focus,
main a.disabled:focus {
  color: #003657;
  text-decoration: none;
  cursor: default;
}

#socialmedia-menu {
  color: white;
}

.ms-rtestate-field img,
img.embedded-image {
  margin-bottom: 2rem;
}

.ms-rtestate-field .feature-with-image img,
.ms-rtestate-field .icon-grid img {
  margin: auto;
}

@media (min-width: 480px) {
  .ms-rtestate-field img,
  img.embedded-image {
    float: left;
    margin: 0 2rem 2rem -3rem;
    width: 40%;
  }
  .ms-rtestate-field .icon-grid img {
    float: none;
    margin: auto;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .ms-rtestate-field img,
  img.embedded-image {
    width: 30%;
  }
  .ms-rtestate-field .icon-grid img {
    width: auto;
  }
}

/* FONT AWESOME EMOJIS */

/* Email link */
a[href^="mailto:"]:before{
  content: "\f003";
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* Eternal link */
a[href^="https://"]:before,
a[href^="https://"]:before{
  content: "\f14c";
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* Remove emoji for newsroom and social media icons */
a[href*="newsroom"]:before,
a[href*="instagram"]:before,
a[href*="facebook"]:before,
a[href*="linkedin"]:before,
a[href*="youtube"]:before,
a[href*="twitter"]:before{
  content: none;
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* zip file */
a[href$=".zip"]:before{
  content: "\f114";
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* Excel link */
a[href$=".xlsx"]:before{
  content: "\f1c3";
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* Word link */
a[href$=".docx"]:before,
a[href$=".doc"]:before {
  content: "\f1c2";
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* Power Point */
a[href$=".pptx"]:before {
	content: "\f1c4";
	font-family: "FontAwesome";
	margin-right: 5px;
}

/* adobe link */
a[href$=".pdf"]:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* Audio-video file */
a[href$=".mp3"]:before,
a[href$=".mp4"]:before,
a[href$=".wma"]:before {
  content: "\f1c7";
  font-family: "FontAwesome";
  margin-right: 5px;
}

/*
newsroom-web-part {
  margin: 0 5% 4rem;
}

newsroom-web-part > div {
  margin-bottom: 2rem;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  border-top: 6px solid #f4f4f4;
  padding-top: 20px;
}

@media (min-width: 1024px) {
  newsroom-web-part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  newsroom-web-part > div {
    width: calc(50% - 30px);
  }
  body:not(.root-web) newsroom-web-part h3,
  html body:not(.root-web) .ms-WPBody newsroom-web-part h3 {
    font-size: 2.5rem;
  }
}

newsroom-web-part > div > p:first-child {
  font-family: "Roboto", arial;
  font-size: 1.2rem;
  color: #003657;
}

newsroom-web-part a.btn {
  display: none;
}
*/
.agency-wrapper button.btn {
  background-color: #003657;
  border: 1px solid transparent;
  color: #ffffff;
}
.agency-wrapper button.btn:hover {
  color: #003657;
  background-color: #ffffff;
}

#WebPartWPQ1.ms-WPBody {
	overflow: visible !important;
}

/* ------------------- AGENCY LEFT NAV - Wider Template ------------------- */

/* Hide the sidebar and that sidebar menu. */
.agency-left-nav #main .container > .row .or-show-if-side-navigation,
.agency-left-nav #main .container > .row > .col-md-3  {
  display: none;
}

/* Change the width of the main container. */
.agency-left-nav #main .container > .row > .col-md-9 {
  width: 100%;
  float: none;
  max-width: 1000px;
  margin: auto;
}

/* OST custom edit, remove the content web part title. */


.ms-webpart-titleText{
display: none;
}

/* upward custom design */

.upward-content::after {
      content: none !important;

     }

.upward-content::before {
      content: none !important;

     }
.Upward-gray-bg {
	background-color:#EFEEEE ;
}

.upward-button-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #003C61;
  font-family: "Roboto", arial;
  line-height: 40px;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
  }
  
.upward-button-link {
  height: 50px;
  padding: 0 37px;
  border: 1px solid #003C61;
  line-height: 50px;
  text-decoration: none;
  font-size: 1.4rem;
}
main a.upward-button-link:visited { 
 color:	#003C61;

}

a.upward-button-link:visited{ 
 color:	#003C61;

}



.upward-button-link:hover,
.upward-button-link:focus {
	background-color: #003C61 !important;
	color:#EFEEEE !important;
	border: 1px solid #003C61;
}

.upward-pre-footer:before {
	background:#555555!important;
	 
}

.upward-white-text{
	color:white !important;
}

.upward-a,
.upward-a:visited {
	color:white !important;
} 

.upward-a:hover {
	color:black !important;
}

.upward-oregon-partner {
    display:block;
	width:80% !important;
	text-align:center;
	margin:auto !important;
	float:none !important; 
}

.upward-title-z{
	z-index:1; 
}

.upward-wider-icons {
	max-width:400px !important; 
}
@media screen and (max-width: 1024px) {

.upward-logo-prf {
	padding-bottom: 50px;
	}
.upward-content {
	 padding-bottom:50px;
}	
}

/*Custom Styles for My Money Oregon Landing */

.MMO-Flex-Container {
	 display:flex;
	 flex-wrap:nowrap;
	}
	
.MMO-Flex-Container > div {
	width:50%;
	margin:10px;
	text-align:center;
	
}
/*Stack the 2 divs vertically using the flexbox function in css, center align everything when size reaches 1024 width*/

@media screen and (max-width: 1024px) {
	.MMO-Flex-Container {
	flex-direction:column; 
	text-align:center;
	}
	.MMO-Flex-Container > div {
	width:100%;
	justify-content: center;
    align-items: center;
	}
	.MMO-Treasurer-photo {
	width:100% !important;
	}
 
}
/*override the default photo css */

.MMO-Treasurer-photo {
	 margin:0px 0px 0px 0px !important;
	 width:80% !important; 
	 float:none !important;
	 
}