
#e-content {
	position: relative;
	min-height: 100.0%;
}
* html #e-content {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -100px;
}

#flash-message {
}

#header {
}

#hero {
}

#e-COLUMN-0 {
}

#bottom-cta {
}

#footer_inside {
}

#copyright {
}

#column1-full {
	float: none;
}
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Colors */
/* Font */
/* Break Points */
/* Layout */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* :::::::::::::::::::: Image path */
/* :::::::::::::::::::: Colors */
/* :::::::::::::::::::: Fonts */
/* :::::::::::::::::::: Font weight */
/* :::::::::::::::::::: Spacing */
/* ::::::::::::::::::::::::: ANIMATIONS */
@keyframes submenuslidein {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidefadedown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fullpage_fadein {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    left: 200%;
  }
  1% {
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    left: 50%;
    opacity: 0.8;
  }
}
@keyframes modal_fadein {
  0% {
    z-index: 5;
    left: 100%;
    transform: translate(0, 0);
  }
  1% {
    z-index: 9000;
    left: 100%;
    transform: translate(0, 0);
  }
  50% {
    left: 60%;
    transform: translate(-50%, 0);
  }
  100% {
    z-index: 9000;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
* {
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* :::::::::::::::::::::::::::::::: Selection Style */
::-moz-selection {
  background-color: #00451D;
  color: #FFFFFF;
}

::selection {
  background-color: #00451D;
  color: #FFFFFF;
}

/* :::::::::::::::::::::::::::::::: BASE */
body {
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  color: #424042;
  background-color: #FFFFFF;
}

.page {
  overflow: hidden;
}

.reader-only, .hidden {
  display: none;
}

#e-content + #footer {
  margin-top: 0px;
}

/* :::::::::::::::::::::::::::::::: Typography */
h1, h2, h5 {
  font-weight: 700;
  color: #232224;
  margin-bottom: 20px;
}

h3, h4 {
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  color: #232224;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.2777777778;
}

h2 {
  font-size: 1.625rem;
  line-height: 1.4615384615;
}

h3 {
  font-size: 2rem;
  line-height: 1.0625;
  letter-spacing: 0.04em;
  font-weight: 500;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  font-weight: 600;
}

h5 {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  color: #00562A;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 1.2083333333;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 1.2777777778;
  }
  h5 {
    font-size: 1.75rem;
    line-height: 1.4285714286;
    margin-bottom: 40px;
  }
  .text h5 {
    margin-bottom: 10px;
  }
}
img {
  max-width: 100%;
}

p, ul, ol {
  margin-bottom: 1.25em;
}

p.text-small {
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

p.note, .note p {
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

p.note-star, .note-star p {
  padding-left: 25px;
  position: relative;
  margin: -20px 0 30px;
}
p.note-star:before, .note-star p:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("//www-nifa-org-files.s3.amazonaws.com/bc71-86290867-icon-star.svg?pfvId=19qaes.m1f7x6a6") no-repeat center center;
}

strong, b {
  font-weight: 700;
}

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

blockquote {
  color: #00562A;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 50px 20px 0 75px;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
  clear: both;
  width: 100%;
  display: block;
  overflow: hidden;
  max-width: 800px;
  float: right;
}
blockquote:before {
  content: "";
  display: block;
  width: 55px;
  height: 35px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/4a09-25421867-icon-quote.svg?pfvId=19qcv8.m1f7x5u7") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 36px;
  left: 0;
}
blockquote p:first-child {
  border-top: 1px solid #E0F2DC;
  padding-top: 20px;
}
blockquote p {
  margin-bottom: 15px;
  margin-left: 30px;
  clear: both;
}
blockquote cite, blockquote em {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #0e7841;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 1024px) {
  blockquote {
    font-size: 1.625rem;
    line-height: 1.4615384615;
    padding-left: 100px;
  }
  blockquote:before {
    left: 12px;
    width: 65px;
    height: 45px;
  }
}
pre {
  font-size: 0.9375rem;
  line-height: 1.2;
  overflow: auto;
}

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

iframe.hs-form-iframe {
  width: 100% !important;
  padding-right: 50px;
}

/* :::::::::::::::::::::::::::::::: Links & Buttons */
a {
  color: #0e7841;
  text-decoration-thickness: 0.05rem;
}
a:hover {
  color: #1B874A;
  text-decoration-thickness: 0.075rem;
}

.button {
  background: #0e7841;
  color: #FFFFFF;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  letter-spacing: 0.0125rem;
}
@media (prefers-reduced-motion: no-preference) {
  .button {
    transition: all 0.2s ease;
  }
}
.button:hover {
  background: #1B874A;
  color: #FFFFFF;
}
.button.button-reverse {
  background: #E0F2DC;
  color: #00451D;
}
.button.button-reverse:hover {
  background: #f3f3f3;
  color: #00562A;
}

.button_full {
  display: block;
  text-align: center;
}

.featured_link {
  color: #0e7841;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.featured_link:after {
  content: "";
  width: 13px;
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 10px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/59fe-34970867-icon-featuredicon-arrow.svg?pfvId=19q9dz.m1f7x55r") no-repeat center center;
}
@media (prefers-reduced-motion: no-preference) {
  .featured_link:after {
    transition: all 0.2s ease;
  }
}
.featured_link:hover:after {
  right: -5px;
}

/* :::::::::::::::::::::::::::::::: Link groups */
.link_groups {
  padding: 30px 0 0;
}
.link_groups a {
  display: block;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  color: #232224;
  position: relative;
  padding: 25px 55px 25px 0;
  border-bottom: 1px solid #E0F2DC;
}
.link_groups a:after {
  content: "";
  width: 17px;
  display: block;
  height: 16px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("//www-nifa-org-files.s3.amazonaws.com/59fe-34970867-icon-featuredicon-arrow.svg?pfvId=19q9dz.m1f7x55r") no-repeat center center;
}
@media (prefers-reduced-motion: no-preference) {
  .link_groups a:after {
    transition: all 0.2s ease;
  }
}
.link_groups a:last-child {
  border-bottom: 0;
}
.link_groups a:hover {
  color: #0e7841;
}
.link_groups a:hover:after {
  right: 0;
}

@media screen and (min-width: 1000px) {
  .link_groups a {
    font-size: 2rem;
    line-height: 1.0625;
  }
}
/* :::::::::::::::::::::::::::::::: Lists */
ul, ol {
  margin-left: 2rem;
}

.text ul li, .text ol li {
  padding-bottom: 20px;
}
.text ul li:last-child, .text ol li:last-child {
  padding-bottom: 0;
}

/* :::::::::::::::::::::::::::::::: Table */
table {
  outline: 1px solid #E0F2DC;
  padding: 20px;
  margin: 0 auto 30px;
  width: auto;
}
table thead, table tbody {
  width: 100%;
}
table th {
  border-bottom: 3px solid #0e7841;
  border-right: 15px solid #FFFFFF;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #232224;
  text-align: left;
  padding: 10px;
  min-width: 200px;
}
table th:last-child {
  border-right: 0;
}
table td {
  font-size: 1rem;
  line-height: 1.25;
  color: #232224;
  border-bottom: 2px solid #E0F2DC;
  border-right: 15px solid #FFFFFF;
  padding: 10px;
}
table td:last-child {
  border-right: 0;
}

table.doubleheader thead tr:first-child th {
  border-right: 0;
}
table.doubleheader thead tr:first-child th:first-child {
  border-bottom: 0;
}
table.doubleheader thead tr:first-child th {
  border-bottom: 0;
  color: #1B874A;
}

.responsive-table table {
  margin: auto;
  margin-bottom: 30px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-shadow: -9px 1px 11px -4px rgba(0, 0, 0, 0.1) inset;
}

@media screen and (min-width: 1000px) {
  .responsive-table table {
    box-shadow: none;
  }
}
.margin-btm-remove {
  margin-bottom: 0 !important;
}

/* :::::::::::::::::::::::::::::::: COLUMNS */
#col-2 {
  max-width: 1580px;
  margin: 0 auto;
  padding: 30px 60px 30px 30px;
}

#column1 {
  display: none;
}

@media screen and (min-width: 1100px) {
  #col-2 {
    display: grid;
    grid-template-columns: 355px 1fr;
    grid-gap: 30px;
  }
  #column1 {
    display: block;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  #col-2 {
    grid-gap: 80px;
  }
}
@media screen and (min-width: 580px) {
  .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .cols-3, .cols-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .cols-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* :::::::::::::::::::::::::::::::: FILTERS */
ul.categories {
  border-top: 3px solid #0e7841;
  border-bottom: 3px solid #0e7841;
  padding: 10px 0 10px 0;
  display: inline-block;
  width: 260px;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 50px;
}
ul.categories li {
  border-bottom: 1px solid #E0F2DC;
}
ul.categories li:last-child {
  border-bottom: 0;
}
ul.categories li a {
  color: #232224;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  padding: 10px 0;
  display: block;
}
ul.categories li a:hover, ul.categories li a.active {
  color: #0e7841;
}
ul.categories .cat-active a {
  color: #0e7841;
}
ul.categories.filter-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
ul.categories.filter-2col li:last-child {
  border-bottom: 1px solid #E0F2DC;
}
ul.categories.filter-2col .span-2col {
  grid-column-start: 1;
  grid-column-end: 3;
}

/* :::::::::::::::::::::::::::::::: ADDITIONAL COMPONENTS */
#mobile-nav {
  background: #00562A;
  padding: 40px;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#mobile-nav #closemenu {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: 0;
  height: 40px;
  width: 40px;
  outline: 0;
  padding-right: 0;
}
#mobile-nav #closemenu svg {
  display: block;
  margin: 0 auto;
  width: 21px;
  height: 21px;
}
#mobile-nav .searchbox {
  margin-bottom: 20px;
}
#mobile-nav .searchbox .label {
  display: none;
}
#mobile-nav .searchbox .button {
  display: none;
}
#mobile-nav .searchbox input {
  background: none;
  padding: 8px 10px 8px 33px;
  width: 100%;
  border: 1px solid #FFFFFF;
  font-size: 1rem;
  line-height: 1.375;
  color: #FFFFFF;
  position: relative;
  outline: 0;
}
#mobile-nav .searchbox .query {
  position: relative;
  display: block;
}
#mobile-nav .searchbox .query:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 15px;
  height: 15px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/513a-20440867-icon-search.svg?pfvId=19q6nm.m1f7x628") no-repeat center center;
  background-size: contain;
}
#mobile-nav .mobile-menu {
  padding-bottom: 200px;
  height: 100%;
  overflow: scroll;
}
#mobile-nav .menu {
  margin-left: 0;
}
#mobile-nav li.mi {
  list-style-type: none;
}
#mobile-nav li.mi-parent {
  border-bottom: 3px solid #0e7841;
}
#mobile-nav .menuitemlabel {
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: 20px 0;
  display: block;
}
#mobile-nav .mi-parent > .menuitemlabel {
  position: relative;
}
#mobile-nav .mi-parent > .menuitemlabel:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/2d9d-01940867-icon-toggleopen-circle-green-small.svg?pfvId=19q71q.m1f7x6fy") no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}
#mobile-nav .mi-parent.over > .menuitemlabel {
  color: #1B874A;
}
#mobile-nav .mi-parent.over > .menuitemlabel:after {
  transform: translate(0, -50%) rotate(-180deg);
}
#mobile-nav .menu-t2 {
  padding-left: 30px;
  margin-bottom: 10px;
}
#mobile-nav .menu-t2 li.mi {
  border-bottom: 1px solid #00451D;
}
#mobile-nav .menu-t2 li.mi:last-child {
  border-bottom: 0;
}
#mobile-nav .menu-t2 .menuitemlabel {
  text-transform: none;
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-weight: bold;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 2.5;
}

@media screen and (min-width: 1100px) {
  #mobile-nav {
    display: none;
  }
}
/* :::::::::::::::::::::::::::::::::::: ANIMATIONS */
#mobile-nav {
  bottom: 100%;
  z-index: -10;
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: no-preference) {
  #mobile-nav {
    transition: all 0.2s ease;
  }
}
#mobile-nav closemenu #header-logo, #mobile-nav .searchbox, #mobile-nav .mobile-menu {
  opacity: 0;
  transform: translate(0px, -380px);
}
#mobile-nav #closemenu {
  opacity: 0;
}

#header.menu-open {
  z-index: 9999;
}
#header.menu-open #mobile-nav {
  bottom: 0;
  z-index: 9999;
}
#header.menu-open #mobile-nav #header-logo, #header.menu-open #mobile-nav .searchbox, #header.menu-open #mobile-nav .mobile-menu {
  opacity: 0;
  transform: translate(0px, 40px);
  animation-name: slidefadein;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
#header.menu-open #mobile-nav #closemenu {
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes slidefadein {
  0% {
    opacity: 0;
    transform: translate(0px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab_handle {
  background: #0e7841;
  padding: 15px;
  width: 48px;
  height: 220px;
  position: absolute;
  left: -48px;
  top: 0;
  cursor: pointer;
}
.tab_handle h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: 200px;
  position: absolute;
  bottom: -10px;
  left: 12px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 0;
}
.tab_handle:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/382c-00140867-icon-toggleopen-circle-green.svg?pfvId=19q6f8.m1f7x6im") no-repeat top left;
  background-size: contain;
  transform: rotate(90deg);
}

.header_tab {
  position: fixed;
  width: 90%;
  max-width: 670px;
  left: 100%;
  top: 100px;
  z-index: 999;
}

.current-rates {
  background: #FFFFFF;
  padding: 20px;
  overflow-y: auto;
}
.current-rates table {
  outline: 0;
}
.current-rates table th {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  min-width: 80px;
}
.current-rates table td {
  font-size: 0.8125rem;
  line-height: 1.1538461538;
}
.current-rates table td:first-child {
  font-size: 0.6875rem;
  line-height: 1.2727272727;
}

@media screen and (max-width: 768px) {
  body:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    left: 200%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #00451D;
    z-index: 0;
  }
  .tab-open:before {
    z-index: 900;
    background: #00451D;
    animation-name: fullpage_fadein;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
  }
  .tab-open .page {
    filter: blur(4px);
  }
  .tab-open #header {
    z-index: 90;
  }
  .tab-open .tab_handle {
    width: 100%;
    height: auto;
    left: 0;
    position: static;
  }
  .tab-open .tab_handle h3 {
    transform: rotate(0);
    position: static;
    width: auto;
  }
  .tab-open .tab_handle:after {
    background: url("//www-nifa-org-files.s3.amazonaws.com/efc4-03140867-icon-close-large.svg?pfvId=19q6g2.m1f7x4sz") no-repeat top left;
    background-size: contain;
    transform: rotate(0);
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .tab-open .tab_handle:after {
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 768px) {
  .tab-open .header_tab {
    left: 100%;
    top: 100px;
    z-index: 5;
    animation-name: modal_fadein;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-delay: 0.1s;
  }
}
@media screen and (min-width: 768px) {
  .header_tab {
    z-index: 999;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .header_tab {
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 768px) {
  .header_tab.scroll .tab_handle {
    min-height: 50px;
    height: 260px;
    width: 50px;
    left: -50px;
  }
  .header_tab.scroll .tab_handle:after {
    width: 29px;
    height: 29px;
    right: 10px;
  }
  .header_tab.scroll .tab_handle h3 {
    font-size: 1.5rem;
  }
  .current-rates {
    min-height: 410px;
    padding: 20px 50px;
  }
  .current-rates table {
    width: 100%;
  }
  .current-rates table th {
    font-size: 1.0625rem;
    line-height: 1.1764705882;
    min-width: 100px;
  }
  .current-rates table td {
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
  .current-rates table td:first-child {
    font-size: 0.8125rem;
    line-height: 1.3076923077;
  }
  .tab_handle h3 {
    left: 12px;
  }
  .tab-open .header_tab {
    transform: translate(-100%, 0);
  }
  .tab-open .tab_handle:after {
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 900px) {
  .header_tab {
    top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .tab_handle {
    width: 60px;
    height: 380px;
    min-height: 100%;
    left: -60px;
  }
  .tab_handle:after {
    width: 37px;
    height: 37px;
    right: 13px;
  }
  .tab_handle h3 {
    font-size: 2rem;
    line-height: 1.0625;
    letter-spacing: 0.04em;
    font-weight: 400;
    width: 300px;
  }
  .current-rates table th {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    min-width: 170px;
  }
  .current-rates table td {
    font-size: 1rem;
    line-height: 1.1875;
  }
  .current-rates table td:first-child {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}
#header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 25px 25px 0 25px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+83&0.16+0,0+83 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
#header.scroll {
  background: #FFFFFF;
  top: 0;
  position: fixed;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  padding: 15px 20px;
  z-index: 9999;
}
#header.scroll #Menu_Icon {
  fill: #00451D;
}
#header.scroll #header-logo1 {
  text-align: left;
}
#header.scroll #header-logo1 img {
  display: none;
}
#header.scroll #header-logo1 a {
  background: url("//www-nifa-org-files.s3.amazonaws.com/2955-96946077-image001.png?pfvId=19vrpl.lx4x0ofs") no-repeat center left;
  background-size: contain;
  width: 135px;
  height: 40px;
  display: block;
}
#header.scroll #header-logo1 p {
  margin-bottom: 0;
}
#header.scroll #mainmenu_btn {
  top: 25px;
}

#header-logo {
  text-align: center;
}
#header-logo img {
  width: 140px;
  height: 95px;
}

#mainmenu_btn {
  background: none;
  border: 0;
  outline: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
}

#header-logo1 {
  text-align: center;
}
#header-logo1 p {
  margin-bottom: 0;
}

.header-nav .menu, .header-nav .searchbox {
  display: none;
}

@media screen and (min-width: 1100px) {
  #header-logo1 {
    float: left;
    text-align: left;
    width: auto;
  }
  .mainmenu_btn {
    display: none;
  }
  .header-nav {
    position: relative;
    z-index: 999;
  }
  .header-nav .menu {
    display: block;
    float: right;
    padding-top: 2px;
  }
  .header-nav .menu li.mi {
    margin-left: 30px;
  }
  .header-nav .menu .menuitemlabel {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 600;
  }
  .header-nav .menu-t2 {
    display: none;
    background: #FFFFFF;
    padding: 20px;
    min-width: 200px;
    transform: translate(-20%, 0);
    z-index: 9999;
  }
  .header-nav .menu-t2 li.mi {
    border-bottom: 1px solid #E0F2DC;
    margin-left: 0;
    float: none;
  }
  .header-nav .menu-t2 li.mi:last-child {
    border-bottom: 3px solid #0e7841;
  }
  .header-nav .menu-t2 .menuitemlabel {
    color: #232224;
    font-size: 0.875rem;
    line-height: 1.3571428571;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .header-nav .menu-t2 .menuitemlabel:hover {
    color: #0e7841;
  }
  .header-nav .menu-t1 > li.over .menu-t2 {
    transform: translateY(50px);
    opacity: 0;
    animation-name: submenuslidein;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
  }
  .header-nav .mi-parent > .menuitemlabel:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 6px;
    background: url("//www-nifa-org-files.s3.amazonaws.com/a762-21250867-icon-carat-down.svg?pfvId=19q7a4.m1f7x4g0") no-repeat top left;
    background-size: contain;
    transform: translate(0, -3px);
  }
  .header-nav .mi-parent.over > .menuitemlabel {
    opacity: 0.8;
  }
  .header-nav .searchbox {
    display: block;
    float: right;
    margin-left: 25px;
  }
  .header-nav .searchbox .label, .header-nav .searchbox .button {
    display: none;
  }
  .header-nav .searchbox input {
    background: none;
    padding: 8px 10px 8px 33px;
    width: 100%;
    border: 1px solid #FFFFFF;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
    outline: 0;
  }
  .header-nav .searchbox .query {
    position: relative;
    display: block;
  }
  .header-nav .searchbox .query:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url("//www-nifa-org-files.s3.amazonaws.com/513a-20440867-icon-search.svg?pfvId=19q6nm.m1f7x628") no-repeat center center;
    background-size: contain;
  }
  .header-nav .searchbox input::-moz-placeholder {
    color: #FFFFFF;
  }
  .header-nav .searchbox input::placeholder {
    color: #FFFFFF;
  }
  #mobile-nav .searchbox input::-moz-placeholder {
    color: #FFFFFF;
  }
  #mobile-nav .searchbox input::placeholder {
    color: #FFFFFF;
  }
  .header-nav .searchbox input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .header-nav .searchbox input:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  #mobile-nav .searchbox input:focus::-moz-placeholder {
    color: #FFFFFF;
  }
  #mobile-nav .searchbox input:focus::placeholder {
    color: #FFFFFF;
  }
  #mobile-nav .searchbox input:focus:-ms-input-placeholder {
    color: #FFFFFF;
  }
  #mobile-nav .searchbox input:focus::-ms-input-placeholder {
    color: #FFFFFF;
  }
  #header.scroll .mi-parent > .menuitemlabel:after {
    background: url("//www-nifa-org-files.s3.amazonaws.com/8fae-61160867-icon-carrat-down-green.svg?pfvId=19q7z8.m1f7x4oq") no-repeat top left;
    background-size: contain;
  }
  #header.scroll .menu-t1 > li > a {
    color: #00451D;
    font-size: 1rem;
    line-height: 1.375;
  }
  #header.scroll .header-nav .searchbox input {
    border: 1px solid #00451D;
    color: #00451D;
  }
  #header.scroll .header-nav .searchbox .query:before {
    background: url("//www-nifa-org-files.s3.amazonaws.com/85b6-02160867-icon-search-green.svg?pfvId=19q7zc.m1f7x5xr") no-repeat center center;
    background-size: contain;
  }
}
#footer {
  background: #F7F6F8;
  margin-top: -60px;
}

#footer_inside {
  padding: 60px 30px 30px;
  max-width: 1580px;
  margin: 0 auto;
  text-align: center;
}
#footer_inside p.phone {
  margin-bottom: 0.5rem;
}

.footer_menu {
  display: none;
}

@media screen and (min-width: 768px) {
  #footer_inside {
    text-align: left;
    overflow: hidden;
  }
  #footer_inside {
    display: grid;
    grid-template-columns: 255px 1fr;
  }
  .footer_menu {
    display: block;
    overflow: hidden;
    padding-left: 20px;
  }
  .footer_menu > .menu {
    max-width: 768px;
    float: right;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry;
    grid-gap: 20px;
  }
  .footer_menu ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    margin-bottom: 20px;
  }
  .footer_menu .mi-parent > .menuitemlabel {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    letter-spacing: 0.0125rem;
    font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #232224;
  }
  .menu-t2 .menuitemlabel {
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}
@media screen and (min-width: 1200px) {
  .footer_menu > .menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
.social-media-links ul.menubeanh li {
  display: inline-block;
  margin-right: 10px;
  float: none;
}
.social-media-links ul.menubeanh a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
}
.social-media-links ul.menubeanh .facebook a {
  background: url("//www-nifa-org-files.s3.amazonaws.com/9170-15270867-icon-facebook.svg?pfvId=19q8ur.m1f7x513") no-repeat top left;
  background-size: 100%;
  background-position: center top;
}
.social-media-links ul.menubeanh .facebook a:hover {
  background-position: center bottom;
}
.social-media-links ul.menubeanh .twitter a {
  background: url("//www-nifa-org-files.s3.amazonaws.com/4548-35270867-icon-twitter.svg?pfvId=19q8ut.m1f7x6mx") no-repeat top left;
  background-size: 100%;
  background-position: center top;
}
.social-media-links ul.menubeanh .twitter a:hover {
  background-position: center bottom;
}
.social-media-links ul.menubeanh .linkedin a {
  background: url("//www-nifa-org-files.s3.amazonaws.com/5e3b-25270867-icon-linkedin.svg?pfvId=19q8us.m1f7x5fy") no-repeat top left;
  background-size: 100%;
  background-position: center top;
}
.social-media-links ul.menubeanh .linkedin a:hover {
  background-position: center bottom;
}
.social-media-links ul.menubeanh .youtube a {
  background: url("//www-nifa-org-files.s3.amazonaws.com/7ced-45270867-icon-youtube.svg?pfvId=19q8uu.m1f7x6ra") no-repeat top left;
  background-size: 100%;
  background-position: center top;
}
.social-media-links ul.menubeanh .youtube a:hover {
  background-position: center bottom;
}
.social-media-links ul.menubeanh .instagram a {
  background: url("//www-nifa-org-files.s3.amazonaws.com/84b9-05153867-icon-instagram.svg?pfvId=19qudq.m1f7x59t") no-repeat top left;
  background-size: 100%;
  background-position: center top;
}
.social-media-links ul.menubeanh .instagram a:hover {
  background-position: center bottom;
}

#copyright {
  background: #EEEDEF;
}
#copyright p {
  color: #00451D;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  margin-bottom: 0;
  text-align: center;
}
#copyright .quick_links {
  text-align: center;
}
#copyright .quick_links li {
  display: inline-block;
  padding: 0 20px;
}
#copyright .quick_links li a {
  display: block;
}
#copyright .menuitemlabel {
  color: #00451D;
  font-size: 0.875rem;
  line-height: 1.3571428571;
}

#copyright-wc-0 {
  margin: 0 auto;
  max-width: 1580px;
  padding: 10px 30px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #copyright {
    overflow: hidden;
  }
  #copyright p {
    text-align: left;
  }
  #copyright .text {
    float: left;
  }
  #copyright .quick_links {
    float: right;
  }
  #copyright .quick_links li {
    margin-right: 20px;
    display: block;
    float: right;
  }
}
#hero {
  position: relative;
}

.page_hero_inside {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  padding: 0 30px;
}
.page_hero_inside picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_hero_inside picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_hero_inside:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(44, 44, 44);
  background: linear-gradient(0deg, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232224",endColorstr="#232224",GradientType=1);
  mix-blend-mode: multiply;
}

.hero_content {
  position: relative;
  max-width: 1300px;
  margin: 0 auto 100px;
  padding-right: 100px;
  width: 100%;
  z-index: 1;
  min-height: 120px;
}
.hero_content h1, .hero_content h2, .hero_content h3, .hero_content h4, .hero_content h5, .hero_content h6 {
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgb(150, 150, 150);
  position: relative;
  max-width: 720px;
}
.hero_content p, .hero_content li, .hero_content a {
  color: #E0F2DC;
  font-weight: 600;
  max-width: 720px;
}
.hero_content .button {
  background: #0e7841;
  color: #FFFFFF;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media (prefers-reduced-motion: no-preference) {
  .hero_content .button {
    transition: all 0.2s ease;
  }
}
.hero_content .button:hover {
  background: #1B874A;
  color: #FFFFFF;
}

.page_hero_inside.hero_overlay {
  position: relative;
  background: #00562A;
  min-height: 310px;
}
.page_hero_inside.hero_overlay:before {
  background: rgb(2, 94, 63);
  background: linear-gradient(0deg, rgba(0, 86, 42, 0) 0%, rgb(0, 86, 42) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00562A",endColorstr="#00562A",GradientType=1);
  mix-blend-mode: unset;
}
.page_hero_inside.hero_overlay:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(2, 94, 63);
  background: linear-gradient(-90deg, rgba(0, 86, 42, 0) 0%, rgb(0, 86, 42) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00562A",endColorstr="#00562A",GradientType=1);
}
.page_hero_inside.hero_overlay picture {
  mix-blend-mode: soft-light;
}
.page_hero_inside.hero_overlay .hero_content {
  margin: 170px auto 50px;
  z-index: 5;
}
.page_hero_inside.hero_overlay .hero_content h1, .page_hero_inside.hero_overlay .hero_content h2, .page_hero_inside.hero_overlay .hero_content h3, .page_hero_inside.hero_overlay .hero_content h4, .page_hero_inside.hero_overlay .hero_content h5, .page_hero_inside.hero_overlay .hero_content h6, .page_hero_inside.hero_overlay .hero_content p, .page_hero_inside.hero_overlay .hero_content li, .page_hero_inside.hero_overlay .hero_content a {
  text-shadow: none;
}

.has-tab .page_hero_inside.hero_overlay {
  min-height: 560px;
}

@media screen and (min-width: 1024px) {
  .hero_content {
    min-height: 190px;
  }
  .hero_content p, .hero_content li, .hero_content a {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
  .page_hero_inside {
    min-height: 610px;
  }
  .has-tab .page_hero_inside.hero_overlay {
    min-height: 610px;
  }
}
@media screen and (min-width: 1300px) {
  .has-tab .page_hero_inside.hero_overlay {
    min-height: 610px;
  }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: VIDEO */
.page_hero_video {
  position: relative;
}
.page_hero_video picture {
  z-index: -1;
}
.page_hero_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.page_hero_video .hero_overlay picture {
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .page_hero_video video {
    display: block;
  }
}
#submenu {
  display: none;
  min-height: 43px;
  background: #0e7841;
  margin-bottom: 60px;
}
#submenu + .coloredsection {
  margin-top: -60px;
}
#submenu .submenu {
  background: #0e7841;
  width: 100%;
}
#submenu .submenu > ul {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 30px;
}
#submenu .menu-t1 {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
#submenu .menu-t1 > li:first-child a {
  padding-left: 0;
}
#submenu .menu-t1 > li > .menuitemlabel {
  text-transform: uppercase;
  padding: 7px 10px 15px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  display: inline-block;
}
@media (prefers-reduced-motion: no-preference) {
  #submenu .menu-t1 > li > .menuitemlabel {
    transition: all 0.2s ease;
  }
}
#submenu .menu-t1 > li > .menuitemlabel:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/382c-00140867-icon-toggleopen-circle-green.svg?pfvId=19q6f8.m1f7x6im") no-repeat top left;
  background-size: contain;
  transform: translate(0, 3px);
}
@media (prefers-reduced-motion: no-preference) {
  #submenu .menu-t1 > li > .menuitemlabel:after {
    transition: all 0.2s ease;
  }
}
#submenu .menu-t1 > li.over > .menuitemlabel {
  color: rgba(255, 255, 255, 0.8);
}
#submenu .menu-t1 > li.over > .menuitemlabel:after {
  transform: translate(0, 5px) rotate(-180deg);
}
#submenu .menu-t2 {
  background: #FFFFFF;
  padding: 20px;
  min-width: 200px;
  z-index: 9;
  list-style-type: none;
}
#submenu .menu-t2 li.mi {
  border-bottom: 1px solid #E0F2DC;
  margin-left: 0;
  float: none;
}
#submenu .menu-t2 li.mi:last-child {
  border-bottom: 3px solid #0e7841;
}
#submenu .menu-t2 .menuitemlabel {
  color: #232224;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 0;
}
#submenu .menu-t2 .menuitemlabel:hover {
  color: #0e7841;
}
#submenu .menu-t1 > li.over .menu-t2 {
  transform: translateY(50px);
  opacity: 0;
  display: block;
  animation-name: submenuslidein;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
#submenu.scroll .submenu {
  position: fixed;
  z-index: 800;
  top: 69px;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 1100px) {
  #submenu {
    display: block;
  }
  #submenu .menu-t1 > li.over > .menuitemlabel, #submenu .menu-t1 > li:hover > .menuitemlabel {
    color: rgba(255, 255, 255, 0.8);
  }
  #submenu .menu-t1 > li.over > .menuitemlabel:after, #submenu .menu-t1 > li:hover > .menuitemlabel:after {
    transform: translate(0, 5px) rotate(-180deg);
  }
  #submenu .menu-t1 > li.over .menu-t2, #submenu .menu-t1 > li:hover .menu-t2 {
    transform: translateY(50px);
    opacity: 0;
    display: block;
    position: absolute;
    animation-name: submenuslidein;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
  }
}
@media screen and (min-width: 1400px) {
  #submenu .menu-t1 > li > .menuitemlabel {
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
  #submenu .menu-t1 > li > .menuitemlabel:after {
    width: 25px;
    height: 26px;
    transform: translate(0, 6px);
    margin-left: 8px;
  }
}
.sidebar-subnav {
  border-top: 3px solid #0e7841;
  border-bottom: 3px solid #0e7841;
  padding: 10px 0;
  display: inline-block;
  width: 260px;
}
.sidebar-subnav ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.sidebar-subnav .menu-t1 > li {
  border-bottom: 1px solid #E0F2DC;
}
.sidebar-subnav .menu-t1 > li:last-child {
  border-bottom: 0;
}
.sidebar-subnav .menu-t1 > li > .menuitemlabel {
  color: #232224;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  padding: 10px 0;
  display: block;
}
.sidebar-subnav .menu-t1 > li > .menuitemlabel:hover {
  color: #0e7841;
}
.sidebar-subnav .menu-t1 > .mi-parent > .menuitemlabel {
  position: relative;
}
.sidebar-subnav .menu-t1 > .mi-parent > .menuitemlabel:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 13px;
  right: 8px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/d01b-20860867-icon-carat-v-down-green.svg?pfvId=19q8ia.m1f7x4ms") no-repeat top left;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}
@media (prefers-reduced-motion: no-preference) {
  .sidebar-subnav .menu-t1 > .mi-parent > .menuitemlabel:before {
    transition: all 0.2s ease;
  }
}
.sidebar-subnav .menu-t1 > .mi-parent.over > .menuitemlabel:before {
  transform: rotate(0deg);
}
.sidebar-subnav .menu-t2 {
  padding-bottom: 10px;
  position: static;
}
.sidebar-subnav .menu-t2 > li {
  position: relative;
  padding: 5px 0 5px 15px;
}
.sidebar-subnav .menu-t2 > li:before {
  content: "";
  width: 8px;
  height: 2px;
  display: inline-block;
  background: #1B874A;
  position: absolute;
  top: 17px;
  left: 0;
}
.sidebar-subnav .menu-t2 > li > .menuitemlabel {
  color: #232224;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  display: block;
}
.sidebar-subnav .menu-t2 > li > .menuitemlabel:hover {
  color: #0e7841;
}
.sidebar-subnav .menu-t2 > li > .menuitemlabel span {
  display: block;
}
.sidebar-subnav .menu-t2 > li.mi-active > .menuitemlabel {
  color: #0e7841;
}
.sidebar-subnav .menu-t1 > li.mi-active a {
  color: #0e7841;
}

.pager {
  display: grid;
  grid-template-columns: 6ch auto minmax(9rem, 18rem) auto 6ch;
  gap: 0 0.5rem;
  padding: 10px 0 1px 0 !important;
  overflow: hidden !important;
  width: 100% !important;
  height: auto !important;
  border-top: 1px solid #E0F2DC;
  margin: 40px 0 80px 0 !important;
  text-align: center;
}
.pager > .controls.backwards {
  grid-column-start: 1;
  grid-column-end: 2;
}
.pager > .controls.forwards {
  grid-column-start: 5;
  grid-column-end: 6;
}
.pager > .controls .prev, .pager > .controls .next {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  letter-spacing: 0.05em;
}
.pager > .controls .prev a, .pager > .controls .next a {
  border: 0 !important;
  color: #232224 !important;
}
.pager > .controls .prev a:hover, .pager > .controls .next a:hover {
  color: #0e7841 !important;
}
.pager .prev:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/1dfd-34811867-icon-arrow-left.svg?pfvId=19qceb.m1f7x46n") no-repeat left center;
  background-size: contain;
}
.pager .next:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/4906-44811867-icon-arrow-right.svg?pfvId=19qcec.m1f7x48r") no-repeat left center;
  background-size: contain;
}
.pager .pages {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.pager .pages .page .val {
  display: inline-block;
  width: 1.75rem;
  text-align: center;
}
.pager .pages .page.cur {
  background-color: #E0F2DC;
}
.pager .pages .page.cur .val {
  color: #00451D;
}
.pager .edge_sep.prev_edge_sep {
  text-align: right;
}
.pager .edge_sep.next_edge_sep {
  text-align: left;
}

.breadcrumb_path {
  display: none;
}

@media screen and (min-width: 1100px) {
  .breadcrumb_path {
    max-width: 1580px;
    margin: 0 auto;
    padding: 10px 30px;
    display: block;
  }
  .breadcrumb_path ol {
    padding-left: 0;
    margin-left: 0;
  }
  .breadcrumb_path li {
    text-transform: uppercase;
    list-style-type: none;
    display: inline-block;
    font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
    color: #59585A;
    font-size: 0.875rem;
    line-height: 2.2857142857;
    letter-spacing: 0.0125rem;
    margin-right: 10px;
  }
  .breadcrumb_path li:after {
    content: "";
    display: inline-block;
    background-image: url("//www-nifa-org-files.s3.amazonaws.com/f3dd-90740867-icon-carat-right-green.svg?pfvId=19q6w5.m1f7x4hg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 6px;
    height: 10px;
    margin-left: 10px;
  }
  .breadcrumb_path li:last-child:after {
    display: none;
  }
  .breadcrumb_path li a {
    color: #59585A;
  }
}
#flash-message {
  background: #F4871B;
  text-align: center;
  position: relative;
}
#flash-message h1, #flash-message h2, #flash-message h3, #flash-message h4, #flash-message h5, #flash-message h6, #flash-message p, #flash-message li, #flash-message button, #flash-message a {
  color: #FFFFFF;
  margin-bottom: 0;
}
#flash-message p {
  font-size: 0.875rem;
  line-height: 1.3571428571;
}
#flash-message .text {
  padding: 10px 50px 10px 20px;
}

#closeflash {
  position: absolute;
  top: 0;
  right: 0;
  background: 0;
  border: 0;
  height: 100%;
  width: 40px;
  background: rgba(35, 34, 36, 0.3);
  outline: 0;
  padding-right: 0;
}
#closeflash svg {
  display: block;
  margin: 0 auto;
}

#column1-full .text {
  max-width: 1360px;
  margin: 0 auto;
  padding: 10px 30px;
  display: block;
}
#column1-full .text.skinny > * {
  max-width: 890px;
}

#column1-full .resource_list {
  max-width: 1360px;
  margin: 0 auto;
  padding: 10px 30px;
}

.resource_list {
  padding: 50px 0;
}

.resource_list_title {
  border-bottom: 3px solid #0e7841;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.resource_list_title h2 {
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  color: #232224;
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.0125rem;
  font-weight: 500;
}

.resource_list_content {
  margin-bottom: 30px;
}
.resource_list_content a {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.resource_list_content a span {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/621f-70860867-icon-download.svg?pfvId=19q8if.m1f7x4wu") no-repeat top left;
  background-size: 16px 16px;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 20px 0 5px;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
  .resource_list_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .resource_list_content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#bottom-cta {
  background: #00562A;
}
#bottom-cta .newsletter {
  max-width: 1580px;
  padding: 50px 60px 40px 30px;
  margin: 0 auto;
}
#bottom-cta h1, #bottom-cta h2, #bottom-cta h3, #bottom-cta h4, #bottom-cta h5, #bottom-cta h6, #bottom-cta p {
  color: #1B874A;
}
#bottom-cta h4 {
  font-size: 1.375rem;
  line-height: 1.2727272727;
  letter-spacing: 0.04em;
}
#bottom-cta p {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.3571428571;
}

@media screen and (min-width: 1000px) {
  /*.newsletter_inside {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-gap: 30px;
  }*/
  #bottom-cta h4 {
    font-size: 2rem;
    line-height: 1.0625;
    letter-spacing: 0.04em;
  }
}
/* NIFA ELIGIBILITY WIDGET */
#column2 .nifa_eligibility {
  padding: 30px;
}
#column2 .loan_eligibility_inside {
  border: 1px solid #E0F2DC;
  padding: 50px;
}

/* NIFA ELIGIBILITY SECTION */
#e-COLUMN-0 .loan_eligibility {
  background: #F7F6F8;
  padding: 40px 80px 40px 30px;
  margin-bottom: 60px;
  margin-top: 40px;
}
#e-COLUMN-0 .loan_eligibility + .coloredsection,
#e-COLUMN-0 .loan_eligibility + .two_column_callout {
  margin-top: -60px;
}

#e-COLUMN-0 .loan_eligibility_inside {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
#e-COLUMN-0 .loan_eligibility_inside:before {
  content: "";
  display: block;
  width: 130px;
  height: 89px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/ecb4-96180867-icon-house-lightblue.svg?pfvId=19q9k9.m1f7x57p") no-repeat top left;
  position: absolute;
  top: 0;
  right: 0px;
  transform: translate(0, -125px);
}

@media screen and (min-width: 900px) {
  #e-COLUMN-0 .loan_eligibility_inside:before {
    width: 209px;
    height: 142px;
    background-size: contain;
    transform: translate(0, -175px);
  }
  #e-COLUMN-0 .loan_eligibility {
    padding: 40px 80px 40px 30px;
    margin-top: 137px;
  }
  #e-COLUMN-0 .loan_eligibility .link_groups {
    padding-top: 0;
  }
  .loan_eligibility_inside {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .loan_eligibility_inside:before {
    right: auto;
    left: 0;
    transform: translate(0, -163px);
  }
  .nifaloan_form {
    max-width: 800px;
  }
}
.two_col_photo_feature {
  max-width: 1375px;
  margin: 0 auto;
  padding: 30px 30px 60px;
}

.photo-feature .col1 p:last-child {
  margin-bottom: 0;
}
.photo-feature .col2 {
  margin-bottom: 120px;
  position: relative;
}
.photo-feature .col2:after {
  content: "";
  display: block;
  width: 1px;
  clear: both;
}
.photo-feature .col2 .image1 {
  position: relative;
  overflow: hidden;
  width: 80%;
  float: right;
}
.photo-feature .col2 .image1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #80DAE8;
  mix-blend-mode: multiply;
  z-index: 2;
  opacity: 0.3;
}
.photo-feature .col2 .image1 img {
  display: block;
  width: 100%;
}
.photo-feature .col2 .image2 {
  width: 50%;
  position: absolute;
  bottom: -80px;
  z-index: 2;
  box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0.28);
  -webkit-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0.28);
  -moz-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0.28);
}
.photo-feature .col2 .image2 img {
  display: block;
}

@media screen and (min-width: 768px) {
  .photo-feature .col2 .image2 {
    width: 260px;
  }
}
@media screen and (min-width: 900px) {
  .photo-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
    grid-gap: 30px;
  }
  .photo-feature .col1 {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: left;
  }
  .photo-feature .col2 {
    justify-self: end;
    grid-area: right;
  }
  .photo-feature .col2 .image2 {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .two_col_photo_feature {
    padding: 0 30px 0;
  }
  .two_col_photo_feature + .coloredsection {
    margin-top: 60px;
  }
  .photo-feature {
    grid-template-columns: 570px 1fr;
  }
  .photo-feature .col2 {
    float: right;
  }
  .photo-feature .col2 .image1 {
    width: 440px;
  }
  .photo-feature .col2 .image2 {
    width: 260px;
    margin-top: -190px;
    margin-left: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .photo-feature .col2 .image1 {
    width: 560px;
  }
}
.card > a {
  border: 1px solid #E0F2DC;
  padding: 30px;
  margin-bottom: 15px;
  box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0);
  -webkit-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0);
  -moz-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0);
  display: block;
}
@media (prefers-reduced-motion: no-preference) {
  .card > a {
    transition: all 0.2s ease;
  }
}
.card > a:hover {
  border-color: #1B874A;
  box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0.28);
  -webkit-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0.28);
  -moz-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0.28);
}
.card .card-image {
  display: block;
  margin: 0 0 30px;
}
.card .card-content p, .card .card-content li {
  color: #424042;
}

.content_cards {
  padding: 30px 80px 50px 30px;
}
.content_cards + .content_cards {
  padding-top: 0;
}
.content_cards .content_card {
  border: 1px solid #E0F2DC;
  margin-bottom: 15px;
}
.content_cards .content_card .card > a {
  border: none;
  margin-bottom: 0;
}

#column2 .content_cards {
  padding: 20px 50px 50px 0px;
}

@media screen and (min-width: 768px) {
  .content_cards {
    padding: 80px 30px 50px;
    max-width: 1375px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(200px, 400px) minmax(200px, 400px);
    grid-gap: 15px;
    grid-auto-rows: 1fr;
  }
  .content_cards .content_card {
    box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0);
    -webkit-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0);
    -moz-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0);
    margin-bottom: 0;
  }
  .content_cards .content_card:hover {
    border-color: #1B874A;
    box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0.28);
    -webkit-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0.28);
    -moz-box-shadow: -2px 0px 19px 2px rgba(44, 44, 44, 0.28);
  }
  .content_cards .card > a {
    margin-bottom: 0;
    border: 0;
    box-shadow: 0px 0px 0px 0px rgba(44, 44, 44, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(44, 44, 44, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(44, 44, 44, 0);
  }
  .content_cards .card > a:hover {
    border-color: transparent;
    box-shadow: none;
  }
  #column2 .content_cards {
    padding: 20px 0px 50px;
  }
}
@media screen and (min-width: 900px) {
  .content_cards {
    padding: 0;
    grid-template-columns: minmax(200px, 400px) minmax(200px, 400px) minmax(200px, 400px);
  }
  #column2 .content_cards {
    margin-bottom: 50px;
  }
  #column1-full .content_cards {
    padding: 80px 80px 50px 30px;
  }
}
@media screen and (min-width: 1100px) {
  #column2 .content_cards {
    grid-template-columns: minmax(200px, 400px) minmax(200px, 400px);
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1500px) {
  #column2 .content_cards {
    grid-template-columns: minmax(200px, 400px) minmax(200px, 400px) minmax(200px, 400px);
  }
  #column1-full .content_cards {
    padding: 80px 30px 50px 30px;
    grid-template-columns: minmax(200px, 450px) minmax(200px, 450px) minmax(200px, 450px);
  }
}
.blog_slider {
  padding: 0 0 25px;
  margin-bottom: 60px;
}
.blog_slider + .coloredsection {
  margin-top: -60px;
}
.blog_slider h2 {
  text-align: center;
}

.post_teaser {
  max-width: 1200px;
}

.post_teaser_inside {
  background: #00451D;
  max-width: 76%;
  width: 95vw;
  margin: 0 auto;
}

.post_content {
  padding: 30px 30px 60px;
}
.post_content .category {
  border-top: 2px solid #0e7841;
  padding-top: 5px;
  text-transform: uppercase;
  color: #EEEDEF;
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.0125rem;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
}
.post_content h3 {
  color: #FFFFFF;
  text-transform: none;
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
  letter-spacing: 0em;
}
.post_content h3 a {
  color: #E0F2DC;
}
.post_content h3 a:hover {
  color: #FFFFFF;
}
.post_content a.featured_link {
  color: #E0F2DC;
}
.post_content a.featured_link:after {
  background-image: url("//www-nifa-org-files.s3.amazonaws.com/fa5e-39180867-icon-carat-right-lime.svg?pfvId=19q9kx.m1f7x4jl");
}
.post_content a.featured_link:hover {
  color: #FFFFFF;
}

.post_image {
  position: relative;
  min-height: 300px;
}
.post_image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1B874A;
  mix-blend-mode: multiply;
  z-index: 2;
  opacity: 0.3;
}
.post_image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post_image picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_teaser.child-1 .post_image:before, .post_teaser.child-4 .post_image:before, .post_teaser.child-7 .post_image:before {
  background: #1B874A;
}

.post_teaser.child-2 .post_image:before, .post_teaser.child-5 .post_image:before, .post_teaser.child-8 .post_image:before {
  background: #D17E4A;
}

.post_teaser.child-3 .post_image:before, .post_teaser.child-6 .post_image:before, .post_teaser.child-9 .post_image:before {
  background: #80DAE8;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  color: #BBCEC7;
  font-size: 44px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #1B874A;
}

button#pause {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -99999em;
  background: url("//www-nifa-org-files.s3.amazonaws.com/00cb-48580867-icon-pause.svg?pfvId=19q9vs.m1f7x5pq") no-repeat center center;
  background-size: contain;
  border: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(82px, 33px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button#pause.play {
  background: url("//www-nifa-org-files.s3.amazonaws.com/a301-58580867-icon-play.svg?pfvId=19q9vt.m1f7x5ra") no-repeat center center;
}
button#pause:hover {
  opacity: 0.8;
}

@media screen and (min-width: 800px) {
  .blog_slider h2 {
    margin-bottom: 40px;
  }
  .post_teaser_inside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 96%;
    width: 900px;
  }
  .post_image {
    min-height: 380px;
  }
  .post_content {
    padding: 60px 30px 30px;
  }
  .post_content h3 {
    padding-left: 60px;
    padding-top: 65px;
    max-width: 360px;
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
  .post_content .category {
    border-top: 3px solid #0e7841;
  }
  .post_content .featured_link {
    margin-left: 60px;
  }
}
.two_column_callout {
  padding: 0;
  margin-bottom: 60px;
}
.two_column_callout + .coloredsection,
.two_column_callout + .stat_section {
  margin-top: -60px;
}

.events_news + .two_column_callout {
  padding-top: 0;
}

.two-column-callout-inside {
  background: #00451D;
}
.two-column-callout-inside .col1 {
  padding: 30px 80px 30px 30px;
}
.two-column-callout-inside h4 {
  color: #1B874A;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  letter-spacing: 0.04em;
}
.two-column-callout-inside p {
  color: #FFFFFF;
  font-size: 1.375rem;
  line-height: 1.4545454545;
}
.two-column-callout-inside a {
  font-size: 1em;
  font-weight: bold;
}
.two-column-callout-inside a:not(.button) {
  color: #1B874A;
}

@media screen and (min-width: 900px) {
  .two-column-callout-inside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
    grid-gap: 30px;
    align-items: stretch;
  }
  .two-column-callout-inside .col1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-area: left;
    min-height: 618px;
  }
  .two-column-callout-inside .col1_inside {
    max-width: 530px;
  }
  .two-column-callout-inside .col2 {
    grid-area: right;
    position: relative;
  }
  .two-column-callout-inside picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .two-column-callout-inside img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .two-column-callout-inside.alignment-reverse .col1 {
    grid-area: right;
    justify-content: flex-start;
  }
  .two-column-callout-inside.alignment-reverse .col2 {
    grid-area: left;
  }
}
@media screen and (min-width: 1000px) {
  .two-column-callout-inside h4 {
    font-size: 2rem;
    line-height: 1.0625;
    letter-spacing: 0.04em;
  }
}
#connect-with-specialist {
  padding: 50px 50px 50px 0;
}

div.tab-items {
  margin-bottom: 20px;
  text-align: center;
}

ul.tab-items {
  background: #EEF1F0;
  border-radius: 50px;
  list-style-type: none;
  display: inline-block;
  margin-left: 0;
}
ul.tab-items::marker {
  display: none;
}
ul.tab-items li {
  display: inline-block;
  margin-right: 15px;
}
ul.tab-items li:last-child {
  margin-right: 0;
}
ul.tab-items .label {
  font-size: 1.0625rem;
  line-height: 1.2941176471;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
}
ul.tab-items .tab-selected .label {
  border-radius: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 43px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border-bottom: 2px solid #00800F;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  color: #00800F;
  font-size: 0.875rem;
  line-height: 2.4285714286;
  font-weight: 400;
  padding: 10px 20px 10px 10px;
  height: 43px;
}
@media (prefers-reduced-motion: no-preference) {
  .select-styled {
    transition: all 0.2s;
  }
}
.select-styled:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1B874A;
}
@media (prefers-reduced-motion: no-preference) {
  .select-styled:after {
    transition: all 0.2s ease;
  }
}
.select-styled:hover {
  background-color: #F7F6F8;
}
.select-styled:active, .select-styled.active {
  background-color: #F7F6F8;
}
.select-styled:active:after, .select-styled.active:after {
  transform: rotate(180deg);
}

.questionoption {
  display: none;
  margin-bottom: 20px;
}
.questionoption label {
  display: none;
}

.select-options {
  display: none;
  position: absolute;
  top: 91%;
  right: 0;
  left: 0;
  z-index: 999;
  max-height: 300px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  border: 2px solid #1B874A;
  border-top-color: #1B874A;
  box-shadow: 1px 1px 6px -3px rgba(0, 0, 0, 0.55);
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  font-size: 1em;
  font-weight: 400;
}
@media (prefers-reduced-motion: no-preference) {
  .select-options li {
    transition: all 0.2s;
  }
}
.select-options li:hover {
  color: #FFFFFF;
  background: #000;
}
.select-options li[rel=hide] {
  display: none;
}

.listing-search {
  margin-top: 20px;
}
.listing-search .search-heading {
  background: #0e7841;
  padding: 15px;
}
.listing-search h5 {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #FFFFFF;
  margin-bottom: 0;
  padding-left: 20px;
}
.listing-search .search-box {
  border: 1px solid #E0F2DC;
  margin-bottom: 40px;
}
.listing-search .search-box .question.choice .styled_select {
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #E0F2DC;
  padding: 10px 0 5px;
  width: 100%;
  border: 0;
  border-bottom: 3px solid #E0F2DC;
  outline: 0;
  background: url(//www-nifa-org-files.s3.amazonaws.com/8fae-61160867-icon-carrat-down-green.svg?pfvId=19q7z8.m1f7x4oq) no-repeat right 23px;
}
.listing-search .search-box .questionoption input[type=text] {
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.0125rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #E0F2DC;
  padding: 10px 10px 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #E0F2DC;
  outline: 0;
}
.listing-search .search-box .questionoption input[type=text]::-moz-placeholder {
  color: #E0F2DC;
}
.listing-search .search-box .questionoption input[type=text]::placeholder {
  color: #E0F2DC;
}
.listing-search .search-box form {
  padding: 20px;
}
.listing-search .question.choice {
  margin-bottom: 30px;
}

#column1-full .listing-search .text {
  padding: 10px 30px 10px 0;
}

.listing-search .search-box .question.choice .styled_select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #E0F2DC;
}

.listing-search .search-box .question.choice .styled_select::-moz-placeholder { /* Firefox 19+ */
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #E0F2DC;
}

.listing-search .search-box .question.choice .styled_select:-ms-input-placeholder { /* IE 10+ */
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #E0F2DC;
}

.listing-search .search-box .question.choice .styled_select:-moz-placeholder { /* Firefox 18- */
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #E0F2DC;
}

.search-box .actions span {
  display: none;
}
.search-box .actions input {
  background: #0e7841;
  color: #FFFFFF;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  border: none;
}
@media (prefers-reduced-motion: no-preference) {
  .search-box .actions input {
    transition: all 0.2s ease;
  }
}
.search-box .actions input:hover {
  background: #1B874A;
  color: #FFFFFF;
}

#connect-specialist {
  padding: 30px;
}

.loan-officers-listing, .realtor-listing {
  border-top: 3px solid #0e7841;
  padding-top: 20px;
  margin-top: 20px;
}
.loan-officers-listing h2, .realtor-listing h2 {
  color: #00562A;
}

.result-tile {
  border: 1px solid #E0F2DC;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.result-tile .name {
  margin-top: 15px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #232224;
  text-transform: uppercase;
}
.result-tile .org-location {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #59585A;
}
.result-tile .email {
  float: right;
}
.result-tile .org-name {
  color: #424042;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
  float: left;
  clear: left;
  margin-right: 25px;
  margin-top: 10px;
  max-width: 330px;
}
.result-tile .phone {
  float: left;
  color: #0e7841;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  margin-top: 10px;
}
.result-tile .links {
  clear: both;
  margin-bottom: 20px;
}

.profile-photo {
  background: #F7F6F8;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  float: left;
}
.profile-photo img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bonuses {
  position: absolute;
  top: 10px;
  left: 10px;
}
.bonuses .specialist {
  width: 18px;
  height: 18px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/bc71-86290867-icon-star.svg?pfvId=19qaes.m1f7x6a6") no-repeat center center;
  display: block;
}

@media screen and (min-width: 768px) {
  .result-title-left {
    float: left;
    width: 80%;
  }
  .result-tile-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .result-tile-content {
    padding-left: 100px;
  }
  .result-tile {
    position: relative;
  }
  .result-tile .org-location {
    float: left;
    margin-right: 25px;
    padding-top: 3px;
  }
  .result-tile .name {
    margin-top: 5px;
  }
  .result-tile .org-name {
    clear: none;
    margin-top: 0;
  }
  .result-tile .phone {
    clear: both;
    margin-right: 25px;
    margin-top: 0;
  }
  .result-tile .links {
    float: left;
    clear: none;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  #connect-specialist {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
  }
  .listing-search {
    width: 100%;
    max-width: 290px;
    float: right;
  }
  .loan-officers-listing, .realtor-listing {
    width: calc(95% - 300px);
    max-width: 815px;
    float: left;
  }
  .org-location {
    float: left;
    margin-right: 20px;
    padding-top: 3px;
  }
  .result-tile .phone {
    clear: both;
  }
}
@media screen and (min-width: 1350px) {
  .listing-search {
    max-width: 400px;
  }
  .loan-officers-listing, .realtor-listing {
    width: calc(95% - 420px);
  }
}
.events_news {
  margin-bottom: 60px;
}
.events_news + .coloredsection {
  margin-top: -60px;
}
.events_news .column_1 {
  padding: 30px 70px 30px 30px;
  background: #F7F6F8;
}
.events_news .column_2 {
  padding: 30px 70px 30px 30px;
}

#upcoming_events .event {
  margin-bottom: 20px;
  border-top: 2px solid #BBCEC7;
  padding-top: 20px;
}
#upcoming_events .event:after {
  content: "";
  width: 1px;
  clear: both;
  display: block;
}
#upcoming_events .event:last-of-type {
  border-bottom: 2px solid #BBCEC7;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#upcoming_events .event-date {
  text-align: center;
  float: left;
  width: 90px;
}
#upcoming_events .event-date .month {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  color: #232224;
  margin-bottom: 6px;
}
#upcoming_events .event-date .day {
  display: block;
  clear: both;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  font-size: 3rem;
  line-height: 0.8333333333;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  color: #232224;
}
#upcoming_events .heading {
  padding-left: 100px;
}
#upcoming_events .heading .name {
  text-transform: none;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
  color: #00562A;
  letter-spacing: 0;
  font-family: "Roboto", arial, helvetica, sans-serif;
}
#upcoming_events .heading .name a {
  color: #00562A;
}

#news_listing .article {
  margin-bottom: 70px;
}
#news_listing .article:last-child {
  margin-bottom: 0;
}
#news_listing .category {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #59585A;
  border-bottom: 3px solid #0e7841;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding: 10px 0 5px;
}
#news_listing .category a {
  color: #59585A;
  margin-right: 15px;
}
#news_listing .date {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 2.4285714286;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #59585A;
  margin-bottom: 15px;
}
#news_listing h3 {
  text-transform: none;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
  color: #00562A;
  letter-spacing: 0;
  font-family: "Roboto", arial, helvetica, sans-serif;
}
#news_listing h3 a {
  color: #00562A;
}

.article_wrapper {
  margin-bottom: 50px;
}

@media screen and (min-width: 900px) {
  .cols_40_60 {
    display: grid;
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .events_news .event-listing {
    max-width: 540px;
    float: right;
  }
  .events_news .news_listing_inside {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
  }
  .events_news .column_1 {
    overflow: hidden;
    padding: 80px 80px 80px 50px;
  }
  .events_news .column_2 {
    padding: 80px 50px 80px 80px;
  }
}
@media screen and (min-width: 1400px) {
  #upcoming_events .heading .name {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
  #news_listing h3 {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
  .article_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
.collapsible.hidden, .collapsible-control.hidden {
  display: block;
}

.collapsible {
  margin-bottom: 15px;
  padding-right: 50px;
}

.collapsible-control {
  background: #F7F6F8;
  position: relative;
  padding: 20px 50px 20px 90px;
  cursor: pointer;
}
.collapsible-control:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 10px;
  width: 40px;
  height: 20px;
  background: url("//www-nifa-org-files.s3.amazonaws.com/d01b-20860867-icon-carat-v-down-green.svg?pfvId=19q8ia.m1f7x4ms") no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
}
@media (prefers-reduced-motion: no-preference) {
  .collapsible-control:after {
    transition: all 0.2s ease;
  }
}
.collapsible-control img {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
}
.collapsible-control h3 {
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.2727272727;
}
.collapsible-control p {
  margin-bottom: 0;
}

.collapsible-shown {
  padding: 30px;
}

.collapsible.shown .collapsible-control:after {
  transform: rotate(0deg);
}

@media screen and (min-width: 1400px) {
  .collapsible-control h3 {
    font-size: 2rem;
    line-height: 1.0625;
  }
}
#board-of-directors {
  margin-bottom: 50px;
}

.board_member {
  margin-bottom: 20px;
  border-bottom: 3px solid #0e7841;
  max-width: 260px;
}

.member_photo {
  position: relative;
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
}
.member_photo.board_overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1B874A;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.member_photo img {
  display: block;
  width: 100%;
}

.member_info h4 {
  margin-bottom: 5px;
}

.position-location {
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.05em;
}
.position-location span.position {
  padding-right: 20px;
}

.department {
  margin-bottom: 0;
}

.membernote {
  font-style: italic;
}

.archived-board-meetings a span {
  text-decoration: none !important;
}

@media screen and (min-width: 800px) {
  #board-of-directors {
    grid-gap: 30px;
  }
  .board_member {
    max-width: 100%;
  }
  .member_photo {
    max-width: 100%;
    width: 100%;
  }
}
.board_meetings ol {
  margin-left: 0;
  list-style-type: none;
}
.board_meetings .ac_item::marker {
  display: none;
}

.meeting_listing_heading {
  display: none;
}

.board_meetings article {
  padding-right: 80px;
}
.board_meetings article:after {
  content: "";
  display: block;
  width: 1px;
  clear: both;
}
.board_meetings article .month {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  color: #232224;
  margin-bottom: 6px;
}
.board_meetings article .article_heading {
  display: block;
  clear: both;
  width: 115px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  font-size: 1.375rem;
  line-height: 1.1363636364;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  color: #232224;
  margin-bottom: 5px;
}
.board_meetings article .article_post_time, .board_meetings article .article_byline_prefix {
  display: none;
}
.board_meetings article .article_heading {
  margin-right: 10px;
}
.board_meetings article .article_subheading {
  margin-bottom: 20px;
  padding-top: 15px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
}
.board_meetings article .article_byline {
  width: 120px;
  padding-right: 20px;
  padding-top: 15px;
}
.board_meetings article .article_content ul {
  list-style-type: none;
  margin-left: 0;
}
.board_meetings article footer {
  display: none;
}

.board_meetings article {
  border-bottom: 2px solid #BBCEC7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .board_meetings article {
    border-bottom: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 240px;
    grid-gap: 20px;
    justify-content: space-between;
    padding-bottom: 0;
    align-items: stretch;
    overflow: visible;
  }
  .board_meetings article .article_content ul {
    float: none;
    width: auto;
    margin: 0 10px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 80px 100px;
    grid-gap: 20px;
    height: 100%;
  }
  .board_meetings article .article_content ul li {
    border-bottom: 2px solid #BBCEC7;
    padding: 20px 0;
  }
  .board_meetings article .article_byline {
    text-align: center;
    padding-right: 0;
    width: auto;
    justify-content: center;
  }
  .board_meetings article header {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 115px 100px 1fr;
    grid-gap: 20px;
  }
  .board_meetings article .article_heading, .board_meetings article .article_byline, .board_meetings article .article_subheading {
    padding-bottom: 0px;
    border-bottom: 2px solid #BBCEC7;
    margin-bottom: 0;
    padding-top: 0;
  }
  .board_meetings article .article_subheading {
    padding: 20px 0;
  }
  .board_meetings article .article_heading {
    margin: 0;
  }
  .board_meetings article .article_heading, .board_meetings article .article_byline {
    padding: 20px 0;
  }
  .board_meetings_archive article {
    grid-template-columns: 1fr 290px;
  }
  .board_meetings_archive article .article_content ul {
    grid-template-columns: 125px 100px;
  }
  .board_meetings_archive article .article_content ul li {
    padding: 20px 0;
  }
  /* Headings */
  .board_meetings li.first {
    padding-top: 50px;
  }
  .board_meetings li.first .article_heading, .board_meetings li.first .article_byline, .board_meetings li.first .article_subheading, .board_meetings li.first .article_content li:first-child, .board_meetings li.first .article_content li:nth-child(2) {
    position: relative;
  }
  .board_meetings li.first .article_heading:before, .board_meetings li.first .article_byline:before, .board_meetings li.first .article_subheading:before, .board_meetings li.first .article_content li:first-child:before, .board_meetings li.first .article_content li:nth-child(2):before {
    content: "";
    font-size: 0.875rem;
    line-height: 2.4285714286;
    font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
    color: #000;
    border-bottom: 3px solid #0e7841;
    text-transform: uppercase;
    padding: 10px 0 5px;
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    text-align: left;
    font-weight: 500;
  }
  .board_meetings li.first .article_heading:before {
    content: "Date";
  }
  .board_meetings li.first .article_byline:before {
    content: "Time";
  }
  .board_meetings li.first .article_subheading:before {
    content: "Location";
  }
  .board_meetings li.first .article_content li:first-child:before {
    content: "Agenda";
  }
  .board_meetings li.first .article_content li:nth-child(2):before {
    content: "Public Notice";
  }
}
.content_columns {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .columns_wrapper.columns_2col, .columns_wrapper.columns_3col, .columns_wrapper.columns_4col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    clear: both;
  }
  .columns_wrapper.columns_2col > div:nth-child(1), .columns_wrapper.columns_3col > div:nth-child(1), .columns_wrapper.columns_4col > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .columns_wrapper.columns_2col > div:nth-child(2), .columns_wrapper.columns_3col > div:nth-child(2), .columns_wrapper.columns_4col > div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .columns_wrapper.columns_2col > div:nth-child(3), .columns_wrapper.columns_3col > div:nth-child(3), .columns_wrapper.columns_4col > div:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .columns_wrapper.columns_2col > div:nth-child(4), .columns_wrapper.columns_3col > div:nth-child(4), .columns_wrapper.columns_4col > div:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .columns_wrapper.columns_2col > div:nth-child(5), .columns_wrapper.columns_3col > div:nth-child(5), .columns_wrapper.columns_4col > div:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .columns_wrapper.columns_2col > div:nth-child(6), .columns_wrapper.columns_3col > div:nth-child(6), .columns_wrapper.columns_4col > div:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .columns_wrapper.columns_2col > div:nth-child(7), .columns_wrapper.columns_3col > div:nth-child(7), .columns_wrapper.columns_4col > div:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .columns_wrapper.columns_2col > div:nth-child(8), .columns_wrapper.columns_3col > div:nth-child(8), .columns_wrapper.columns_4col > div:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .columns_wrapper.columns_2col, .columns_wrapper.columns_3col, .columns_wrapper.columns_4col {
    margin: 0 -1rem;
  }
  .columns_wrapper.columns_2col > div, .columns_wrapper.columns_3col > div, .columns_wrapper.columns_4col > div {
    margin: 0 1rem 1rem;
  }
}
@media (min-width: 1024px) {
  .columns_wrapper.columns_2col, .columns_wrapper.columns_3col, .columns_wrapper.columns_4col {
    grid-gap: 3rem;
  }
  .columns_wrapper.columns_3col, .columns_wrapper.columns_4col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .columns_wrapper.columns_3col > div:nth-child(1), .columns_wrapper.columns_4col > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .columns_wrapper.columns_3col > div:nth-child(2), .columns_wrapper.columns_4col > div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .columns_wrapper.columns_3col > div:nth-child(3), .columns_wrapper.columns_4col > div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .columns_wrapper.columns_3col > div:nth-child(4), .columns_wrapper.columns_4col > div:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .columns_wrapper.columns_3col > div:nth-child(5), .columns_wrapper.columns_4col > div:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .columns_wrapper.columns_3col > div:nth-child(6), .columns_wrapper.columns_4col > div:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .columns_wrapper.columns_3col > div:nth-child(7), .columns_wrapper.columns_4col > div:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .columns_wrapper.columns_3col > div:nth-child(8), .columns_wrapper.columns_4col > div:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1280px) {
  .columns_wrapper.columns_4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .columns_wrapper.columns_4col > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .columns_wrapper.columns_4col > div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .columns_wrapper.columns_4col > div:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .columns_wrapper.columns_4col > div:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .columns_wrapper.columns_4col > div:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .columns_wrapper.columns_4col > div:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .columns_wrapper.columns_4col > div:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .columns_wrapper.columns_4col > div:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
}
.stat_section {
  background: #1B874A;
  padding: 30px;
  text-align: center;
  margin-bottom: 60px;
}
.stat_section + .coloredsection {
  margin-top: -60px;
}
.stat_section .stat_section_cta {
  padding-top: 50px;
}
.stat_section .stat-icon {
  min-height: 90px;
}
.stat_section .stat-icon img {
  max-height: 70px;
}
.stat_section .stat {
  max-width: 240px;
  margin: 0 auto 80px;
}
.stat_section img {
  display: block;
  margin: 0 auto 20px;
}
.stat_section .counter {
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 1.1458333333;
  letter-spacing: 0.0125rem;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.stat_section p {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #E0F2DC;
  margin-bottom: 0;
}
.stat_section .button {
  background: #FFFFFF;
  color: #0e7841;
}
.stat_section .button:hover {
  background: #E0F2DC;
}

@media screen and (min-width: 680px) {
  .stat_section_inside {
    display: grid;
    grid-template-columns: 1fr;
  }
  .stat_section_inside.stat_section-2, .stat_section_inside.stat_section-3, .stat_section_inside.stat_section-4, .stat_section_inside.stat_section-5, .stat_section_inside.stat_section-6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .stat_section {
    padding: 90px 0;
  }
  .stat_section_inside.stat_section-3, .stat_section_inside.stat_section-5, .stat_section_inside.stat_section-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .stat_section_inside.stat_section-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .stat_section_inside.stat_section-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .stat_section_inside {
    max-width: 1400px;
    margin: 0 auto;
  }
  .stat_section_inside.stat_section-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
  .stat_section .stat {
    margin-bottom: 0;
  }
}
.cross_promo {
  border: 1px solid #E0F2DC;
  padding: 20px 20px 30px 20px;
}
.cross_promo .promo_image {
  margin-bottom: 1.2em;
}
.cross_promo .promo_content p:last-of-type {
  margin-bottom: 1.2em;
}

.mobile-cat-dropdown {
  border: 1px solid #E0F2DC;
  border-bottom: 0;
  margin-bottom: 70px;
}
.mobile-cat-dropdown .categories_listing {
  margin-bottom: 0;
}
.mobile-cat-dropdown h5 {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #FFFFFF;
  margin-bottom: 0;
  background: #0e7841;
  padding: 15px;
}
.mobile-cat-dropdown p.selected {
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  color: #E0F2DC;
  padding: 10px 10px 5px;
  width: 100%;
  border: 0;
  border-bottom: 3px solid #0e7841;
  outline: 0;
  margin-bottom: 0;
  cursor: pointer;
  background: url(//www-nifa-org-files.s3.amazonaws.com/8fae-61160867-icon-carrat-down-green.svg?pfvId=19q7z8.m1f7x4oq) no-repeat 95% 23px;
}
.mobile-cat-dropdown .categories_listing {
  position: relative;
}
.mobile-cat-dropdown ul.categories {
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 10;
  background: #FFFFFF;
  height: 0px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  border: 1px solid transparent;
  padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .mobile-cat-dropdown ul.categories {
    transition: all 0.2s ease;
  }
}
.mobile-cat-dropdown ul.categories a {
  padding: 20px;
}
.mobile-cat-dropdown ul.categories.open {
  height: 400px;
  border: 1px solid #E0F2DC;
}

@media screen and (min-width: 1100px) {
  .mobile-cat-dropdown {
    display: none;
  }
}/* Colors */
/* Font */
/* Break Points */
/* Layout */
/* :::::::::::::::::::: Image path */
/* :::::::::::::::::::: Colors */
/* :::::::::::::::::::: Fonts */
/* :::::::::::::::::::: Font weight */
/* :::::::::::::::::::: Spacing */
/* ::::::::::::::::::::::::: ANIMATIONS */
@keyframes submenuslidein {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidefadedown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fullpage_fadein {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    left: 200%;
  }
  1% {
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    left: 50%;
    opacity: 0.8;
  }
}
@keyframes modal_fadein {
  0% {
    z-index: 5;
    left: 100%;
    transform: translate(0, 0);
  }
  1% {
    z-index: 9000;
    left: 100%;
    transform: translate(0, 0);
  }
  50% {
    left: 60%;
    transform: translate(-50%, 0);
  }
  100% {
    z-index: 9000;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#submenu {
  display: block;
  background: none;
}
#submenu .submenu {
  background: none;
  padding: 60px 80px 60px 0px;
}
#submenu.scroll .submenu {
  position: static;
  animation-name: none;
  opacity: 1;
}
#submenu .menu-t2 {
  list-style-type: none;
}

#submenu .submenu .menu-t1 {
  display: block;
  list-style-type: none;
}
#submenu .submenu .menu-t1 > li > .menuitemlabel {
  color: #232224;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  position: relative;
  border-bottom: 3px solid #0e7841;
  margin-right: 25px;
  width: 100%;
  padding-left: 0;
}
#submenu .submenu .menu-t1 > li > .menuitemlabel span {
  max-width: 265px;
  display: block;
}
#submenu .submenu .menu-t1 > li > .menuitemlabel:before {
  content: "";
  display: block;
  margin-bottom: 10px;
}
#submenu .submenu .menu-t1 > li > .menuitemlabel:after {
  background-image: url("//www-nifa-org-files.s3.amazonaws.com/3f1a-64011867-icon-toggleopen-circle-all-green.svg?pfvId=19qbs6.m1f7x6bt");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -28px;
  bottom: -8px;
  z-index: 10;
}
#submenu .submenu .menu-t1 > li {
  margin-bottom: 20px;
}
#submenu .submenu .menu-t1 .submenu-homebuyers > .menuitemlabel:before {
  background-image: url("//www-nifa-org-files.s3.amazonaws.com/56c1-51311867-icon-home-homebuyers.svg?pfvId=19qbzn.krdobxj8");
  background-size: contain;
  background-repeat: no-repeat;
  width: 217px;
  height: 110px;
}
#submenu .submenu .menu-t1 .submenu-lenders > .menuitemlabel:before {
  background-image: url("//www-nifa-org-files.s3.amazonaws.com/07af-61311867-icon-lendors-realtors.svg?pfvId=19qbzo.krdokd9v");
  background-size: contain;
  background-repeat: no-repeat;
  width: 206px;
  height: 110px;
}
#submenu .submenu .menu-t1 .submenu-farmers > .menuitemlabel:before {
  background-image: url("//www-nifa-org-files.s3.amazonaws.com/9069-92923867-icon-farmers-ranchers.svg?pfvId=19qso1.m1f7x52x");
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  height: 110px;
}
#submenu .submenu .menu-t1 .submenu-developers > .menuitemlabel:before {
  background-image: url("//www-nifa-org-files.s3.amazonaws.com/a134-31311867-icon-developers.svg?pfvId=19qbzl.krdo8v28");
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  height: 115px;
}
#submenu .submenu .menu-t1 .submenu-data > .menuitemlabel:before {
  background-image: url("//www-nifa-org-files.s3.amazonaws.com/d5ca-21311867-icon-data-community.svg?pfvId=19qbzk.krdo7p8h");
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  height: 175px;
}

ul.menubeanh li {
  float: none;
}

@media screen and (min-width: 800px) {
  #submenu .submenu .menu-t1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px 90px;
    align-content: start;
  }
  #submenu .submenu .menu-t1 li {
    align-self: start;
  }
  #submenu .submenu .menu-t1 > li > .menuitemlabel:before {
    background-position: center bottom;
  }
  #submenu .submenu .menu-t1 .submenu-homebuyers > .menuitemlabel:before {
    height: 150px;
  }
  #submenu .submenu .menu-t1 .submenu-lenders > .menuitemlabel:before {
    height: 148px;
  }
  #submenu .submenu .menu-t1 .submenu-farmers > .menuitemlabel:before {
    height: 148px;
  }
  #submenu .submenu .menu-t1 .submenu-developers > .menuitemlabel:before {
    height: 118px;
  }
  #submenu .submenu .menu-t1 .submenu-data > .menuitemlabel:before {
    height: 175px;
  }
}
@media screen and (min-width: 1100px) {
  #submenu .submenu .menu-t1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #submenu .submenu .menu-t1 > li > .menuitemlabel {
    min-height: 252px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
  #submenu .submenu .menu-t1 .submenu-developers > .menuitemlabel:before {
    height: 173px;
  }
  #hero #submenu .menu-t1 > li.over .menu-t2, #hero #submenu .menu-t1 > li.over:hover .menu-t2 {
    position: static;
  }
  #hero #submenu .menu-t1 > li:not(.over):hover > .menuitemlabel:after {
    transform: translate(0, 3px) rotate(0deg);
  }
  #submenu .submenu .menu-t1 .submenu-lenders:before {
    height: 185px;
  }
  #submenu .submenu .menu-t1 .submenu-developers:before {
    height: 207px;
  }
}
@media screen and (min-width: 1260px) {
  #submenu.scroll {
    min-height: 788px;
  }
  #submenu.scroll .submenu {
    background: #0e7841;
    position: fixed;
    padding: 0;
    z-index: 800;
    top: 69px;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
  }
  #submenu.scroll .submenu .menu-t1 {
    display: flex;
    justify-content: space-between;
    grid-gap: 0;
    list-style-type: none;
  }
  #submenu.scroll .submenu .menu-t1 > li {
    margin-bottom: 0;
  }
  #submenu.scroll .submenu .menu-t1 > li > .menuitemlabel {
    color: #FFFFFF;
    border-bottom: 0;
    margin-right: 0;
    min-height: auto;
    font-size: 1rem;
    line-height: 1.375;
    padding: 7px 10px 10px;
  }
  #submenu.scroll .submenu .menu-t1 > li > .menuitemlabel span {
    display: inline-block;
    min-height: 10px;
  }
  #submenu.scroll .submenu .menu-t1 > li > .menuitemlabel:after {
    position: static;
    background: url("//www-nifa-org-files.s3.amazonaws.com/382c-00140867-icon-toggleopen-circle-green.svg?pfvId=19q6f8.m1f7x6im") no-repeat top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #submenu.scroll .submenu .menu-t1 > li > .menuitemlabel:before {
    display: none;
  }
  #submenu.scroll .submenu .menu-t1 > li .menu-t2 {
    padding: 10px 20px 20px;
  }
  #hero #submenu.scroll .menu-t1 > li.over .menu-t2, #hero #submenu.scroll .menu-t1 > li.over:hover .menu-t2 {
    position: absolute;
  }
  #hero #submenu.scroll .menu-t1 > li.over > .menuitemlabel:after {
    transform: translate(0, 6px) rotate(0deg);
  }
  #hero #submenu.scroll .menu-t1 > li.over .menu-t2 {
    display: none;
  }
  #hero #submenu.scroll .menu-t1 > li:not(.over):hover > .menuitemlabel:after, #hero #submenu.scroll .menu-t1 > li:hover > .menuitemlabel:after {
    transform: translate(0, 5px) rotate(-180deg);
  }
  #hero #submenu.scroll .menu-t1 > li:not(.over):hover .menu-t2, #hero #submenu.scroll .menu-t1 > li:hover .menu-t2 {
    transform: translateY(50px);
    opacity: 0;
    display: block;
    position: absolute;
    animation-name: submenuslidein;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
  }
  #submenu .submenu .menu-t1 > li > .menuitemlabel {
    margin-right: 35px;
  }
  #submenu .submenu .menu-t1 > li > .menuitemlabel:after {
    right: -31px;
  }
}
@media screen and (min-width: 1400px) {
  #hero #submenu .menu-t1 > li:not(.over):hover > .menuitemlabel:after {
    transform: translate(0, 6px) rotate(180deg);
  }
  #hero #submenu .menu-t1 > li:not(.over):hover li a {
    padding-left: 10px;
  }
  #submenu.scroll {
    min-height: 325px;
  }
  #submenu .submenu .menu-t1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
  #submenu .submenu .menu-t1 li {
    padding-right: 40px;
  }
  #submenu .submenu .menu-t1 .submenu-homebuyers > .menuitemlabel:before {
    width: 183px;
    height: 178px;
  }
  #submenu .submenu .menu-t1 .submenu-lenders > .menuitemlabel:before {
    width: 162px;
    height: 177px;
  }
  #submenu .submenu .menu-t1 .submenu-farmers > .menuitemlabel:before {
    width: 160px;
    height: 179px;
  }
  #submenu .submenu .menu-t1 .submenu-developers > .menuitemlabel:before {
    width: 170px;
    height: 146px;
  }
  #submenu .submenu .menu-t1 .submenu-data > .menuitemlabel:before {
    width: 170px;
    height: 145px;
  }
  #submenu .submenu .menu-t1 > li > .menuitemlabel {
    font-size: 2rem;
    line-height: 1.0625;
    right: auto;
    width: auto;
    margin-right: 0;
  }
  #submenu .submenu .menu-t1 > li > .menuitemlabel:after {
    right: -33px;
  }
  #submenu .submenu .menu-t1 > li > .menuitemlabel span {
    min-height: 56px;
  }
  #submenu .submenu .menu-t1 li:hover .menu-t2 {
    transform: translateY(50px);
    opacity: 0;
    display: block;
    animation-name: submenuslidein;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
  }
  #submenu .submenu .menu-t2 {
    position: absolute;
    margin-left: 0;
    padding: 30px 0 0 0;
  }
  #submenu .submenu .menu-t2 .menuitemlabel {
    font-size: 1rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 1550px) {
  #submenu.scroll {
    min-height: 450px;
  }
  #submenu .submenu .menu-t1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
  }
  #submenu .submenu .menu-t1 .submenu-homebuyers > .menuitemlabel:before {
    width: 216px;
    height: 211px;
  }
  #submenu .submenu .menu-t1 .submenu-lenders > .menuitemlabel:before {
    width: 205px;
    height: 211px;
  }
  #submenu .submenu .menu-t1 .submenu-farmers > .menuitemlabel:before {
    width: 196px;
    height: 211px;
  }
  #submenu .submenu .menu-t1 .submenu-developers > .menuitemlabel:before {
    width: 190px;
    height: 177px;
  }
  #submenu .submenu .menu-t1 .submenu-data > .menuitemlabel:before {
    width: 208px;
    height: 175px;
  }
}.nifa-cookie-banner {
  display: none;
}

body.has-banner .nifa-cookie-banner.is-shown {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;

  display: block;
  background-color: #023825;
}

#copyright .nifa-cookie-banner .text.cookie-content-con{
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}

#copyright .nifa-cookie-banner .text.cookie-content {
  margin: 0 auto;
}

#copyright .nifa-cookie-banner p{
  color: #ffffff;
  margin: 1rem;
}

#copyright .nifa-cookie-banner .nifa-cookie-banner a {
  text-decoration: underline;
}