﻿@charset "UTF-8";
/*
Theme Name:   NU Foundation Child Theme
Description:  Write here a brief description about your child-theme
Author:       firespringInt
Author URL:   Write here the author's blog or website url
Template:     firespring-master
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  interactive-child-theme
*/
/* START — Base  */
/* END — Base */
/* START — Header  */
/****
START - Header
*****/
/*** start fund links ***/
@import url("https://use.typekit.net/szv5ovm.css");
.top-header-menu ul.elementor-nav-menu li {
  border-right: 1px solid #000; }

.top-header-menu ul.elementor-nav-menu li:last-child {
  border-right: 0px; }

.top-header-menu ul.elementor-nav-menu li a {
  padding: 7px 10px;
  margin: 0 10px;
  font-size: 12px; }

.top-header-menu ul.elementor-nav-menu li a:hover {
  padding: 10px 10px;
  margin: 0 10px; }

@media screen and (max-width: 1100px) {
  .top-header-menu ul.elementor-nav-menu li a {
    padding: 7px 15px;
    margin: 0 7px; }
  .top-header-menu ul.elementor-nav-menu li a:hover {
    padding: 10px 15px;
    margin: 0 7px; } }

/*** end fund links ***/
@media (min-width: 1025px) and (max-width: 1435px) {
  .header-topbar .elementor-button {
    padding: 12px !important; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  .header-topbar .elementor-column:last-child {
    margin-left: 20px; } }

/*** custom menu item width ***/
.custom-menu-item .jet-menu-title {
  width: 225px;
  text-align: center;
  align-items: center;
  justify-content: center; }

section.header.elementor-element {
  padding: 0; }

.elementor-location-header .elementor-search-form__input {
  height: 40px; }

.site--header .elementor-button .elementor-button-text {
  white-space: nowrap; }

.header-navbar {
  box-shadow: 0px 1px 6px rgba(30, 30, 30, 0.15);
  z-index: 10; }

.header-navbar ul.jet-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-evenly; }

.header-navbar .jet-menu > .jet-menu-item {
  flex: 0 1 auto;
  width: 100%; }

.jet-menu > .jet-menu-item > a {
  justify-content: center;
  position: relative; }

.jet-menu-item-wrapper .jet-dropdown-arrow {
  position: absolute;
  right: 10px; }

.header-navbar .jet-menu .jet-sub-menu li a:hover {
  background-color: #8c634a;
  color: #fff; }

.header-navbar .jet-menu-item .jet-sub-menu {
  min-width: initial;
  width: 100%; }

.jet-menu-item-wrapper {
  text-align: center; }

/*** START - Mega Menu Styles ***/
.jet-menu-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

.jet-menu .elementor-widget-icon-box .elementor-icon-box-content,
.jet-menu .elementor-widget-image-box .elementor-image-box-content {
  padding: 10px; }

.jet-menu .elementor-widget-icon-box .elementor-icon-box-content:hover,
.jet-menu .elementor-widget-image-box .elementor-image-box-content:hover {
  background-color: #f2f2f2; }

.jet-menu .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a:hover {
  text-decoration: none; }

@media screen and (max-width: 1440px) {
  .jet-menu-title {
    font-size: 16px; }
  .header-navbar .jet-menu-container .jet-menu-inner .jet-menu li.jet-menu-item.jet-regular-item a.top-level-link {
    font-size: 16px;
    padding: 10px; } }

@media screen and (max-width: 1293px) {
  .jet-menu-item-wrapper .jet-dropdown-arrow {
    position: absolute;
    right: 5px; }
  .jet-menu-title {
    font-size: 14px; } }

@media screen and (max-width: 1035px) {
  .jet-menu-title {
    font-size: 13px; } }

/* Ways to Give dropdown */
.mega-header section.elementor-top-section {
  padding: 0; }

/* Left Side Tabs */
.mega-header.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
  padding-right: 20px;
  border-right: 1px solid #999; }

.mega-header.elementor-widget-tabs .elementor-tab-desktop-title {
  font-weight: 300; }

.mega-header.elementor-widget-tabs .elementor-tab-title.elementor-active,
.mega-header.elementor-widget-tabs .elementor-tab-title:hover {
  color: #1e1e1e;
  background: #e6e6e6;
  border-left: 5px solid #17c7d1 !important;
  border-top: 0px;
  border-bottom: 0px; }

.mega-header .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0; }

.mega-header .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
.mega-header .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  font-size: 20px; }

.mega-header .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description,
.mega-header .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
  font-size: 14px;
  line-height: 1.25em; }

/*** END - Mega Menu Styles ***/
/*** START - Mobile Header ***/
.mobile-nav-container {
  position: fixed;
  overflow-y: scroll;
  -webkit-transition: width .2s ease, height .2s ease, opacity 0.3s ease;
  -o-transition: width .2s ease, height .2s ease, opacity 0.3s ease;
  transition: width .2s ease, height .2s ease, opacity 0.3s ease;
  opacity: 0;
  height: 0;
  width: 0;
  z-index: 0; }

#page-container {
  position: relative;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  background-color: #fff;
  z-index: 1; }

.unf-mobile-menu.elementor-widget-nav-menu > .elementor-widget-container {
  float: right; }

.unf-mobile-menu.elementor-widget-nav-menu > .elementor-widget-container nav.elementor-nav-menu__container {
  max-width: 800px;
  margin-right: -10px; }

.unf-mobile-menu .mobile-nav-addition.elementor-top-section {
  padding: 20px; }

.unf-mobile-menu .mobile-nav-addition.elementor-top-section a.elementor-button {
  display: inline-block;
  font-size: 21px; }

.unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .social-icons {
  text-align: right; }

.unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .social-icons a.elementor-social-icon {
  font-size: 30px; }

.unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .social-icons a.elementor-social-icon:hover {
  background-color: #1e1e1e; }

.unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .social-icons .elementor-widget-container,
.unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .social-icons .elementor-widget-container a {
  display: inline-block; }

.unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .social-icons .elementor-widget-container a {
  padding: 10px; }

.elementor-location-header .unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .elementor-search-form__input {
  height: 60px; }

.unf-mobile-menu.elementor-widget-nav-menu .mobile-ann-funds,
.unf-mobile-menu.elementor-widget-nav-menu .mobile-ann-funds .elementor-nav-menu--dropdown {
  background-color: #e9e9e9; }

.unf-mobile-menu.elementor-widget-nav-menu .mobile-ann-funds a {
  color: #17c7d1; }

.unf-mobile-menu.elementor-widget-nav-menu a.elementor-item-active {
  background-color: #17c7d1;
  color: #fff; }

ul.elementor-nav-menu--dropdown a {
  border-left: 8px solid #17c7d1 !important;
  text-transform: none;
  box-shadow: none !important;
  background-color: #EFEFEF; }

.elementor-nav-menu ul ul a {
  border-left: 8px solid #a5a5a5 !important;
  background-color: #fff; }

.unf-mobile-menu li.menu-item {
  border-style: none !important; }

.elementor-nav-menu--dropdown a.highlighted {
  box-shadow: 3px 2px 9px 0px #adadad; }

.unf-mobile-menu .elementor-icon:not(.elementor-social-icon) {
  padding: 0 !important; }

.unf-mobile-menu .elementor-icon:not(.elementor-social-icon):hover {
  background-color: transparent !important; }

@media (max-width: 899px) {
  .unf-mobile-menu .mobile-nav-addition.elementor-top-section {
    padding: 10px; }
  .unf-mobile-menu .mobile-nav-addition.elementor-top-section a.elementor-button {
    font-size: 13px; }
  .unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .social-icons {
    text-align: center; }
  .unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .social-icons a.elementor-social-icon {
    font-size: 22px; }
  .elementor-location-header .unf-mobile-menu.elementor-widget-nav-menu .mobile-nav-addition.elementor-top-section .elementor-search-form__input {
    height: 40px; } }

/*** END - Mobile Header ***/
/****
END - Header
*****/
/* END — Header */
/* START — Footer */
/****
START - Footer
*****/
.elementor-location-footer .elementor-text-editor p {
  color: #fff;
  font-size: 14px;
  line-height: 20px; }

.footer-logos .elementor-widget-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-logos .elementor-widget-wrap .elementor-image img {
  zoom: .9;
  transition: all .2s ease-in-out; }

.footer-logos .elementor-widget-wrap .elementor-image img:hover {
  transform: scale(1.1);
  filter: drop-shadow(0px 4px 1px rgba(30, 30, 30, 0.25)); }

.footer .elementor-widget.footer-title {
  margin-bottom: 10px; }

.footer .elementor-widget.footer-title .elementor-text-editor a {
  font-size: 24px;
  color: #ffffff; }

.footer .elementor-widget.footer-title .elementor-text-editor a:hover {
  color: #17C7D2;
  text-decoration: underline; }

.footer .footer-col a {
  color: #fff;
  font-weight: 400; }

.footer .footer-col a:hover {
  color: #17C7D2; }

/*.footer .elementor-icon-list-items a:hover {
	color: #17C7D2;
}*/
.footer ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text {
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600; }

.footer ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text:hover {
  color: #17C7D2; }

.elementor-location-footer .social-icon-block i {
  font-size: 26px; }

.footer-copyright .elementor-widget-container {
  color: #ededed;
  font-size: 12px; }

.fund-site-footer.elementor-element .footer-col .elementor-widget-icon-list.elementor-element .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item {
  padding-bottom: 10px; }

/* responsive */
@media screen and (max-width: 1100px) {
  .footer .elementor-row .footer-col.elementor-column {
    width: 33%; } }

@media screen and (max-width: 1047px) {
  .footer-link-col .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 0px; } }

@media screen and (max-width: 900px) {
  .footer-logos .elementor-row .elementor-column.elementor-col-16 {
    width: 50%;
    margin: 0 0 15px 0; }
  /*.footer .elementor-row .elementor-icon-list-text {
		margin: 15px;
	}*/
  .footer-logos div.elementor-column {
    width: 50%; } }

@media screen and (max-width: 763px) {
  .footer-link-col .elementor-widget .elementor-icon-list-items.elementor-inline-items {
    display: block; }
  .footer-link-col .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-bottom: 8px; } }

@media screen and (max-width: 650px) {
  .footer .elementor-row .footer-col.elementor-column {
    width: 50%; }
  .footer .elementor-row .footer-col-contact.footer-col.elementor-column {
    width: 100%;
    text-align: center;
    border-top: 1px solid #17C7D2;
    margin-top: 35px;
    padding: 20px 0 0 0; }
  .footer .elementor-row .footer-bottom-bar-links ul.elementor-icon-list-items.elementor-inline-items {
    display: block; }
  .footer .elementor-row .footer-bottom-bar-links ul.elementor-icon-list-items.elementor-inline-items li {
    padding: 0 0 10px 0; } }

@media screen and (max-width: 650px) {
  /*.footer-logos div.elementor-column {
		width: 100%;
	}*/ }

/****
END - Footer
*****/
/* END — footer */
/* START — Atomic Elements */
/****
START - Atomic
*****/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #1e1e1e;
  margin: 0; }

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.1em;
  font-style: normal;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-bottom: 20px; }

p:last-of-type {
  padding-bottom: 0px; }

a {
  color: #1e1e1e;
  font-weight: 600;
  text-decoration: underline; }

p a,
.wmts_container .wmts_description a,
.news-posts .void-grid .entry-meta a,
.elementor-tab-content li a,
.elementor-icon-list-text {
  border-bottom: 1px solid #17C7D2;
  text-decoration: none; }

p a:hover,
a.page-numbers:hover,
span.page-numbers.current,
.wmts_container .wmts_description a:hover,
.news-posts .void-grid .entry-meta a:hover,
.elementor-tab-content li a:hover {
  /*text-decoration: underline;
	text-decoration-color: #17C7D2;*/
  border-bottom: 3px solid #17C7D2;
  font-weight: 700;
  text-decoration: none; }

ul {
  line-height: 28px; }

.elementor-text-editor ul {
  padding-bottom: 20px; }

.elementor-text-editor ul li {
  font-size: 16px; }

.no-bullets ul {
  list-style: none;
  padding: 0; }

.screenreader-text {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0); }

/* colors */
.white {
  color: #fff; }

.black {
  color: #1e1e1e; }

/* background color */
.primary-bg,
.primary-bg .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.primary-bg .elementor-icon-box-title,
.primary-bg .elementor-widget-icon-box.elementor-view-default .elementor-icon {
  background-color: #8d644b;
  color: #fff; }

/*** START - Headings ***/
h1, h2, h3, h4, h5, h6 {
  font-family: 'proxima-nova', sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 20px 0; }

h1 {
  font-size: 82px; }

h2 {
  font-size: 65px; }

h3, .h3-styles h2 {
  font-size: 42px; }

h4 {
  font-size: 24px; }

div.elementor-menu-toggle {
  border-radius: 0px; }

/* make section headings uppercase on pages but not posts */
.page h1,
.page div:not(.h3-styles) h2 {
  text-transform: uppercase;
  letter-spacing: 1px; }

/* responsive text */
@media screen and (max-width: 900px) {
  h1 {
    font-size: 68px; }
  h2 {
    font-size: 48px; }
  h3, .h3-styles h2 {
    font-size: 36px; }
  h4 {
    font-size: 24px; }
  p {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 36px; }
  h3, .h3-styles h2 {
    font-size: 28px; } }

.elementor-widget-heading .elementor-heading-title {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-style: normal; }

/*** END - Headings ***/
/*** START - Buttons ***/
@keyframes animateUp {
  from {
    bottom: 0px; }
  to {
    bottom: 3px; } }

/* default button */
.elementor-widget-button a.elementor-button,
.secondary-button.elementor-widget-button a.elementor-button {
  font-weight: 700; }

a.elementor-button,
.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button,
.elementor-cta__button-wrapper .elementor-cta__button.elementor-button,
.elementor-cta--skin-classic a.elementor-cta__button.elementor-button,
.elementor-cta--skin-cover a.elementor-cta__button.elementor-button,
.fund-container .fund-banner .button-col a.elementor-button-link,
.primary-button a,
.contact-form .nf-form-content button,
.contact-form .nf-form-content input[type=button],
.contact-form .nf-form-content input[type=submit],
.elementor-section .elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button,
.tml-button,
.wmts_container .wmts_search span.wmts_search_submit,
.fund-search-form button,
.trustees-search-form button,
a.elementor-button.elementor-size-lg {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  background-color: #3cd5dd;
  color: #0b0e0e;
  border-color: #3cd5dd;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px;
  letter-spacing: .5px;
  cursor: pointer; }

.wmts_container .wmts_search span.wmts_search_submit {
  display: inline-flex;
  align-items: center; }

.primary-button a {
  padding: 12px 24px;
  margin-top: 20px;
  display: inline-block; }

a.elementor-button:hover,
.elementor-widget-button a.elementor-button:hover,
.elementor-widget-button .elementor-button:hover,
.elementor-cta__button-wrapper .elementor-cta__button.elementor-button:hover,
.elementor-cta--skin-classic a.elementor-cta__button.elementor-button:hover,
.elementor-cta--skin-cover a.elementor-cta__button.elementor-button:hover,
.fund-container .fund-banner .button-col a.elementor-button-link:hover,
.primary-button a:hover,
.contact-form .nf-form-content button:hover,
.contact-form .nf-form-content input[type=button]:hover,
.contact-form .nf-form-content input[type=submit]:hover,
.tml-button:hover,
.wmts_container .wmts_search span.wmts_search_submit:hover,
.fund-search-form button:hover,
.trustees-search-form button:hover {
  background-color: #17c5cf;
  color: #e7fdfe;
  border-color: #17c5cf;
  text-transform: uppercase;
  box-shadow: -2px 2px 6px rgba(30, 30, 30, 0.45);
  bottom: 3px;
  animation-name: animateUp;
  animation-duration: .10s;
  font-weight: 700; }

/* secondary button */
.secondary-button.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
  background-color: #8c634a;
  color: #fff; }

.secondary-button.elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover {
  background-color: #ab7c5f;
  color: #fff; }

/* inverted button */
.inverted-button.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
  background-color: #fff;
  color: #1e1e1e; }

.inverted-button.elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover {
  background-color: #17c7d1;
  color: #fff; }

/* neutral button */
div.neutral-button.elementor-widget-button.elementor-element a.elementor-button,
div.elementor-button-wrapper .neutral-button.elementor-widget-button.elementor-element a.elementor-button {
  background-color: #a6a6a6;
  color: #0A0A0A; }

div.neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover,
.neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover {
  background-color: #999999;
  color: #0A0A0A; }

/* horizonal buttons */
.horiz-buttons .elementor-widget-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }

.horiz-buttons .elementor-widget-wrap > .elementor-element.elementor-widget-button {
  width: auto; }

/* static width button */
div.static-width-button.elementor-widget-button a.elementor-button {
  width: 160px; }

/* wide button */
div.wide-button.elementor-widget-button a.elementor-button {
  width: 100%;
  max-width: 300px; }

/* in body search field */
.body-search label {
  display: inline-block;
  width: 65%;
  margin-right: -5px; }

.body-search input[type="search"] {
  margin: 0;
  border: 0;
  border-radius: 0px;
  display: inline-block;
  background: #fff;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px; }

.body-search input[type="submit"] {
  border: 0;
  background-color: #17c5cf;
  border-radius: 0px;
  color: #0b0e0e;
  font-weight: 700;
  display: inline-block;
  width: 35%;
  height: 50px; }

.body-search input[type="submit"]:hover {
  color: #e7fdfe;
  border-color: #17c5cf;
  text-transform: uppercase;
  box-shadow: -2px 2px 6px rgba(30, 30, 30, 0.45);
  bottom: 3px;
  animation-name: animateUp;
  animation-duration: .10s; }

/*** END - Buttons ***/
/*** START - images ***/
div.img-shadow.elementor-element.elementor-widget-image {
  padding-bottom: 20px;
  position: relative;
  z-index: 0; }

.img-shadow .elementor-image img {
  box-shadow: -20px 20px #8d644b;
  -webkit-box-shadow: -20px 20px #8d644b;
  -moz-box-shadow: -20px 20px #8d644b; }

.unl-img-shadow .elementor-image img {
  box-shadow: -20px 20px #D00000;
  -webkit-box-shadow: -20px 20px #D00000;
  -moz-box-shadow: -20px 20px #D00000; }

.uno-img-shadow .elementor-image img {
  box-shadow: -20px 20px #D01029;
  -webkit-box-shadow: -20px 20px #D01029;
  -moz-box-shadow: -20px 20px #D01029; }

.unk-img-shadow .elementor-image img {
  box-shadow: -20px 20px #004B85;
  -webkit-box-shadow: -20px 20px #004B85;
  -moz-box-shadow: -20px 20px #004B85; }

.unmc-img-shadow .elementor-image img {
  box-shadow: -20px 20px #AD1229;
  -webkit-box-shadow: -20px 20px #AD1229;
  -moz-box-shadow: -20px 20px #AD1229; }

/*** END - images ***/
/*** START - Captions ***/
.elementor-widget-image figcaption.widget-image-caption,
figcaption {
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color: #464646;
  margin-top: 5px;
  text-align: left; }

/*** END - Captions ***/
/*** START - CTA Sections ***/
.cta-section .elementor-column-wrap {
  max-width: 80%;
  margin: 0 auto; }

.cta-section p {
  font-size: 28px;
  line-height: 36px; }

.cta-section h2 {
  text-transform: uppercase; }

.cta-section h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 42px;
  font-weight: 700; }

@media screen and (max-width: 900px) {
  .cta-section h3 {
    font-size: 36px; } }

@media screen and (max-width: 768px) {
  .cta-section h3 {
    font-size: 28px; } }

/* cta button */
.cta-section .elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
  font-size: 24px; }

/* start cta content block */
.elementor-cta__content {
  min-height: 325px; }

.elementor-cta__description.elementor-cta__content-item {
  padding: 10px 0; }

.content-grid-row {
  margin-bottom: 35px; }

.content-grid-container .content-grid-col .content-grid-row :last-child {
  margin-bottom: 0; }

.content-grid-item:hover {
  background-color: #fff;
  box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  -webkit-box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  -moz-box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25); }

/* end cta content block */
/* responsive cta */
@media screen and (max-width: 900px) {
  .cta-section h3.elementor-heading-title {
    margin-bottom: 20px; } }

/*** END - CTA Sections ***/
/*** START - Blockquote Element ***/
.elementor-blockquote .elementor-blockquote__content {
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  margin-left: 50px;
  line-height: 55px;
  padding-bottom: 15px; }

.elementor-blockquote .elementor-blockquote__author {
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  margin-left: 50px; }

@media screen and (max-width: 900px) {
  .elementor-blockquote .elementor-blockquote__content {
    font-size: 30px;
    line-height: 36px; }
  .elementor-blockquote .elementor-blockquote__author {
    font-size: 26px; } }

@media screen and (max-width: 767px) {
  .elementor-blockquote .elementor-blockquote__content {
    font-size: 24px;
    line-height: 30px; }
  .elementor-blockquote .elementor-blockquote__author {
    font-size: 24px; } }

/*** END - Blockquote Element ***/
/*** START - Form Inputs ***/
input, select {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

/*** END - Form Inputs ***/
/*** START - Social Icons ***/
.social-icons-container .social-icons {
  position: absolute;
  right: 0;
  bottom: -190px; }

.social-icon-block i {
  color: #fff;
  font-size: 32px;
  padding-right: 8px; }

.social-icons-container .social-icons .elementor-social-icons-wrapper {
  text-align: right; }

@media screen and (max-width: 970px) {
  .social-icons-container .social-icons {
    bottom: -145px; } }

@media screen and (max-width: 899px) {
  .social-icons-container .social-icons {
    bottom: 0px; } }

/*** END - Social Icons ***/
/*** START - Accordion Styles ***/
.nuf-accordion .elementor-accordion .elementor-accordion-item {
  background: #d6d6d6;
  border: none; }

.nuf-accordion .elementor-accordion .elementor-tab-title {
  padding: 30px;
  font-size: 20px; }

.nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border-top: none;
  border-left: 6px solid;
  background: #fff; }

.nuf-accordion .elementor-accordion .elementor-accordion-item.active {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
  z-index: 5;
  position: relative; }

.nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
  color: #1e1e1e;
  background: #fff;
  border-left: 6px solid #17c7d1;
  padding-left: 24px; }

.site-unf .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active {
  background: #fff;
  border-left: 6px solid #17c7d1;
  padding-bottom: 30px;
  position: relative; }

/***
* START - Home
***/
.hero-heading h1 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff; }

/***
* END - Home
***/
/***
* START - Tabs
***/
.content-tabs .elementor-tabs-wrapper {
  background-color: #d6d6d6;
  text-align: center; }

.content-tabs .elementor-tabs-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); }

/* individual tab */
.content-tabs .elementor-tabs-wrapper > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*border-bottom: 1px solid #a5a5a5;*/
  border-bottom: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px; }

.content-tabs .elementor-tabs-wrapper > div:last-child {
  border-bottom: 0px; }

.content-tabs .elementor-tabs-wrapper > div > a {
  font-family: urw-grotesk, sans-serif;
  font-size: 21px;
  font-weight: 600; }

/* active/hover tab */
.content-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.content-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  background-color: #fff;
  border-left: 12px solid #17c7d1;
  border-top: 0px;
  border-bottom: 0px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  color: #1e1e1e; }

.content-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:last-child,
.content-tabs .elementor-tabs-wrapper .elementor-tab-title:hover:last-child {
  border-bottom: 0px; }

.content-tabs .elementor-tabs-wrapper .elementor-tab-title:before {
  border: 0px; }

/*.content-tabs .elementor-tabs-wrapper .elementor-active:before {
border-left:4px solid #17c7d1;
}*/
.content-tabs .elementor-tabs-content-wrapper {
  background-color: #fff;
  border: 0px;
  min-height: 540px; }

.content-tabs .elementor-tabs div.elementor-tabs-content-wrapper {
  background-color: #fff;
  border: 0px;
  border-style: none;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); }

.content-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
  padding: 50px; }

.content-tabs .elementor-tab-content h3 {
  line-height: 1em;
  margin: 0 0 20px 0; }

/* responsive tabs */
@media screen and (max-width: 900px) {
  .content-tabs .elementor-tab-title {
    background-color: #d6d6d6;
    font-size: 28px; }
  .content-tabs .elementor-tab-title.elementor-active {
    display: none; }
  .content-tabs .elementor-tab-content.elementor-active {
    padding: 35px;
    border-left: 12px solid #17c7d1; }
  .content-tabs .elementor-tabs-content-wrapper > div {
    border-bottom: 1px solid #a5a5a5;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 15px; }
  .content-tabs .elementor-tab-title:before {
    font-family: 'FontAwesome';
    content: '\f055';
    color: #1e1e1e;
    padding-right: 15px;
    font-weight: 600; } }

/***
* END - Tabs
***/
/****
START - Layout Padding
*****/
/* section */
section.elementor-top-section {
  padding: 60px; }

@media screen and (max-width: 900px) {
  section.elementor-top-section {
    padding: 35px; } }

/****
END - Layout Padding
*****/
/****
START - News Post Section
*****/
/* general settings */
.news-posts h2 {
  text-transform: uppercase; }

.news-posts .elementor-posts .elementor-post__title,
.news-posts .elementor-widget-void-post-grid .entry-title {
  font-family: 'adobe-garamond-pro', serif;
  font-style: normal;
  color: #1e1e1e;
  margin-bottom: 0;
  font-size: 28px;
  text-transform: capitalize;
  text-align: left;
  display: inline-block; }

.news-posts .void-grid .entry-header img {
  width: 100%; }

.news-posts .elementor-posts .elementor-post__title a {
  color: #1e1e1e; }

.news-posts .elementor-posts .elementor-post__title a:hover,
.news-posts .elementor-widget-void-post-grid .entry-title a:hover {
  color: #17C7D2;
  text-decoration: underline;
  /*border-bottom: 2px solid #17C7D2;*/ }

.news-posts .elementor-posts .elementor-post__meta-data,
.news-posts .elementor-widget-void-post-grid .entry-meta,
.news-posts .elementor-widget-void-post-grid .entry-meta a {
  font-weight: 400;
  color: #1e1e1e; }

.news-posts .void-grid .posted-on:before {
  content: "\f073"; }

.news-posts span.updated-on,
.news-posts span.tags-links {
  display: none; }

.news-posts .void-grid .author {
  display: none; }

.news-posts .posted-on::before {
  display: none; }

.news-posts .author::before,
.news-posts span.cat-links::before {
  content: '|'; }

.news-posts .post-img,
.news-posts .post-info {
  text-align: left; }

.news-posts .elementor-post__text .elementor-post__read-more {
  color: #1e1e1e;
  font-size: 16px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 500; }

.news-posts .elementor-post__text .elementor-post__read-more:hover {
  letter-spacing: 0.5px;
  font-weight: 700; }

.news-posts .void-grid .grid .entry-header,
.news-posts .void-grid .first-post-grid .entry-header {
  margin-top: 0px;
  margin-bottom: 35px; }

.news-posts .void-grid .blog-excerpt {
  margin-bottom: 0px; }

/* featured */
.news-posts .news-posts-featured .elementor-posts .elementor-post__title,
.news-posts .news-posts-featured.elementor-widget-void-post-grid .entry-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px; }

.news-posts .news-posts-featured .elementor-post__meta-data,
.news-posts .news-posts-featured.elementor-widget-void-post-grid .entry-meta {
  font-size: 16px; }

.news-posts .news-posts-featured .elementor-post__excerpt p,
.elementor-posts .elementor-post__excerpt.elementor-post__excerpt p {
  font-size: 18px;
  color: #1e1e1e; }

/* secondary */
.news-posts .news-posts-secondary .elementor-posts .elementor-post__title,
.news-posts .news-posts-secondary.elementor-widget-void-post-grid .entry-title {
  font-size: 28px;
  font-weight: 400; }

.news-posts .news-posts-secondary .elementor-post__meta-data,
.news-posts .news-posts-secondary.elementor-widget-void-post-grid .entry-meta {
  font-size: 16px; }

/* third */
.news-posts .news-posts-third .elementor-posts .elementor-post__title,
.news-posts .news-posts-third.elementor-widget-void-post-grid .entry-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 32px; }

.news-posts .news-posts-third .elementor-post__meta-data,
.news-posts .news-posts-third.elementor-widget-void-post-grid .entry-meta {
  font-size: 16px; }

.news-posts .news-posts-third .post-img,
.news-posts .news-posts-third p {
  display: none; }

/* responsive news post */
@media (max-width: 1024px) {
  .news-posts .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: none;
    display: grid; } }

/****
END - News Post Section
*****/
/****
START - General Page
*****/
.page-header {
  padding: 60px 50px;
  min-height: 300px; }

.page-header__subtitle {
  font-size: 30px; }

.section {
  padding: 70px 0; }

.elementor-text-editor li {
  font-size: 18px;
  line-height: 26px; }

/*** start - content-box ***/
.content-box .elementor-image-box-wrapper {
  min-height: 550px; }

.elementor-image-box-title a:hover,
.elementor-icon-box-title a:hover {
  /*text-decoration:underline;
	text-decoration-color: #17c7d2;*/
  border-bottom: 2px solid #17C7D2; }

/*@media screen and (max-width: 900px) {
.content-box-container .content-box {
margin-bottom: 35px;
margin-left: 0;
margin-right: 0;
}
.content-box-container .content-box:last-child {
margin-bottom: 0px;
}
}*/
/*** end - content box ***/
/****
END - General Page
*****/
/****
START - List Items
*****/
.elementor-icon-list-items--space-between .elementor-icon-list-items {
  justify-content: space-between; }

.elementor-widget-icon-list span.elementor-icon-list-text {
  color: #1e1e1e;
  font-weight: 600;
  display: block; }

.elementor-widget-icon-list span.elementor-icon-list-text:hover {
  color: #1e1e1e;
  font-weight: 700;
  border-bottom: 2px solid #17C7D2;
  /*text-decoration: underline;
	text-decoration-color: #17c7d2;*/ }

/****
END - List Items
*****/
/****
START - College/Area Banner
*****/
.fund-banner {
  background-color: #cccccc;
  margin-bottom: 35px; }

.fund-banner .elementor-container {
  background-color: white;
  box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  -webkit-box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  -moz-box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  padding: 20px; }

.fund-banner .elementor-widget.elementor-widget-heading {
  margin-bottom: 20px; }

.fund-container .fund-banner-col .fund-banner:last-child {
  margin-bottom: 0; }

.fund-banner .elementor-widget-button .elementor-button {
  width: 100%; }

.fund-banner .elementor-widget-button a.elementor-button {
  padding: 20px 0px; }

/*** fund banner on custom post ***/
.single .elementor-row .fund-banner-col.elementor-column {
  padding: 0; }

section.fund-banner .elementor-element.elementor-widget h4.elementor-heading-title {
  text-transform: uppercase;
  color: #666666;
  font-size: 18px; }

@media screen and (max-width: 900px) {
  .fund-container .fund-banner .button-col {
    width: 50%; }
  .fund-container .fund-banner .button-col a.elementor-button-link {
    width: 100%;
    padding: 20px; } }

/*** BBIS Fund Banners ***/
.fundDisplayCard {
  margin-bottom: 35px; }

/****
END - College/Area Banner
*****/
/****
START - Content Area Types
*****/
/* title, content, double buttons */
.content-box__double-button h4 {
  font-size: 32px; }

/* link box */
.link-box > div {
  border-top: 10px solid #17c7d3; }

.link-box .elementor-widget.elementor-widget-heading {
  margin-bottom: 20px; }

/****
END - Content Area Types
*****/
/****
START - Contact Section
*****/
/*** contact form ***/
.contact-form .nf-before-form-content,
.contact-form .nf-error-msg {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px; }

.contact-form .contact-form-location .fa::before {
  color: #17c7d3; }

.contact-form-location .elementor-icon-box-description {
  padding: 0; }

.contact-form-location .elementor-icon-box-content ul {
  list-style: none;
  padding: 0; }

.contact-form-text p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  max-width: 1000px;
  margin: 0 auto; }

.contact-form label {
  color: #404040;
  font-size: 16px;
  /*border: 0px;*/
  border-radius: 0px;
  box-shadow: none; }

.contact-form .nf-form-content .list-select-wrap .nf-field-element > div,
.contact-form .nf-form-content input:not([type=button]),
.contact-form .nf-form-content textarea {
  box-shadow: none;
  background: #d7dadb;
  color: #191a1a;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  /*border:0px;*/ }

.contact-form .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.contact-form .nf-form-content input:not([type=button]):focus,
.contact-form .nf-form-content textarea:focus {
  background: #e4e7e7;
  color: #111212; }

/*.site-unf .primary-bg,
.site-unf .primary-bg .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.site-unf .primary-bg .elementor-icon-box-title,
.site-unf .primary-bg .elementor-widget-icon-box.elementor-view-default .elementor-icon {
background-color: #8D644B;
}*/
/****
END - Contact Section
*****/
/****
START - Department Contacts
*****/
.bio-toggle.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
  background-color: #17c7d3;
  color: #0b0e0e;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px;
  letter-spacing: .5px; }

.bio-toggle.elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
  color: #fff; }

.department-heads .list-style figure img {
  max-width: 100px; }

/*.department-heads .list-style .awsm-personal-info h3 {
font-size: 20px;
}

.department-heads .awsm-personal-info span {
text-transform: none;
font-style: italic;
color: #474747;
}

.department-heads .awsm-contact-details>p {
padding: 0;
border-bottom: 0;
margin-bottom: 2px !important;
}

.department-heads .awsm-grid-wrapper .awsm-contact-details {
margin-bottom: 0;
}

.department-heads .awsm-contact-details span {
font-weight: 600;
}

.department-heads .awsm-grid-wrapper a {
color: #1e1e1e;
}

.department-heads .awsm-grid-wrapper .awsm-contact-details a:hover {
border-bottom: 2px solid #17C7D2;
}

.department-heads .awsm-grid.list-style .awsm-grid-card:last-child {
border-bottom: 0;
margin-bottom: 0;
}*/
.wmts_container .wmts_name {
  font-size: 20px !important; }

.wmts_container .wmts_job_title {
  font-size: 16px !important;
  font-style: italic;
  color: #474747; }

.wmts_container .wmts_description span {
  font-weight: 600; }

/*.wmts_container .wmts_description a {
border-bottom: 2px solid #17C7D2;
font-weight: 400;
}

.wmts_container .wmts_description a:hover {
border-bottom: 2px solid #1a1a1a;
}*/
.wph_sub_filters .wph_filter {
  min-width: 350px !important; }

/****
END - Department Contacts
*****/
/****
START - Planned Giving
*****/
.person-card {
  background: #d6d6d6;
  padding: 15px;
  box-shadow: -10px 10px #8d644b; }

.person-card {
  margin-bottom: 10px !important; }

.person-card.elementor-element .elementor-widget-container .elementor-image-box-wrapper figure.elementor-image-box-img {
  width: initial; }

@media (min-width: 900px) {
  .person-card.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: left; } }

.person-card .elementor-image-box-img {
  min-width: 90px; }

.person-card h4 {
  font-size: 18px;
  padding-bottom: 10px; }

.person-card p {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.2em; }

.person-card p:not(.elementor-image-box-description) {
  padding: 0; }

.person-card address {
  font-style: normal;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis; }

.person-card a {
  border-bottom: 1px solid #17C7D2;
  display: inline-block; }

.person-card a:hover {
  /*text-decoration: underline;
	text-decoration-color: #17c7d2;*/
  border-bottom: 3px solid #17C7D2;
  font-weight: 700; }

.person-bio p {
  font-size: 14px;
  line-height: 1.75em; }

/****
END - Planned Giving
*****/
/****
START - Search Results Page
*****/
.elementor-posts .elementor-post .elementor-post__card {
  border-radius: 0px; }

/****
END - Search Results Page
*****/
/****
START - Login
*****/
.tml {
  max-width: 800px;
  width: 80%;
  margin: 60px auto; }

.tml-field {
  background: #efefef;
  border-radius: 0px; }

.tml-rememberme-wrap {
  display: flex;
  align-items: center; }

.tml-rememberme-wrap input.tml-checkbox {
  width: 30px; }

/****
END - Login
*****/
/****
START - Browser Fixes
*****/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .jet-menu-item-wrapper .jet-dropdown-arrow {
    top: 14px; }
  .home .elementor-top-section.homepage-masthead .elementor-container {
    height: 540px; }
  .jet-menu-item .elementor-tabs-content-wrapper {
    max-width: 74%; } }

/****
END - Browser Fixes
*****/
/****
START - Custom Posts
*****/
.offset-section .offset-col {
  margin-top: -120px; }

/****
END - Custom Posts
*****/
/****
START - Custom Fund Shortcode Styles
*****/
.fund-search-form {
  display: flex;
  flex-flow: row wrap; }

.fund-search-form .fundDisplayCard {
  flex: 1 40%;
  padding: 20px 10px;
  border: 1px solid #334b4d;
  margin: 5px; }

.fund-search-form .fundDisplayCard.promotedFund {
  border-color: #3cd5dd; }

.trustee-list {
  display: flex;
  flex-wrap: wrap; }

.trustee-list .trusteeDisplayCard {
  flex: 1 20%;
  font-size: 14px;
  min-width: 250px;
  line-height: 15px;
  margin: 10px 0; }

.trustee-list .trusteeDisplayCard p {
  margin: 0;
  padding: 0;
  line-height: 1.4em; }

.trustee-list .trusteeDisplayCard .trusteeName {
  font-weight: bold; }

.trustee-list .trusteeDisplayCard .trusteeLocation {
  font-style: italic; }

.fund-search-form button,
.trustees-search-form button {
  min-height: 55px;
  padding: 6px 24px; }

.fund-search-form .col-sm-4,
.trustees-search-form .col-sm-4 {
  margin-bottom: 24px; }

.fund-image img {
  border: 1px solid #efefef;
  height: auto;
  padding: 15px;
  width: 90%; }

#fundDisplay {
  display: flex;
  flex-wrap: wrap; }

.fundDisplayCard:not(.promotedFund),
.fundPayrollCard:not(.promotedFund) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
  box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  -webkit-box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  -moz-box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  padding: 30px;
  margin: 15px; }

.fundDisplayCardTitle {
  font-size: 36px; }

.fundDisplayExcerpt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px; }

.fundDisplayCard .elementor-button.elementor-size-lg {
  padding: 20px 30px; }

.fundDisplayCard .fundDisplayButtonWrapper {
  margin-top: auto; }

.text-decoration-none {
  text-decoration: none; }

.fundPayrollCard:not(.promotedFund) {
  padding: 20px 20px 10px;
  margin: 10px; }

.fundPayrollCard .fundPayrollExcerpt p {
  line-height: 1.25; }

.fundPayrollCard .fundDisplayButtonWrapper {
  text-align: center;
  width: 100%; }

.fundPayrollCard .fundDisplayButtonWrapper .payroll-button {
  border: none;
  border-radius: 0;
  background-color: #3cd5dd;
  color: #0b0e0e;
  border-color: #3cd5dd;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 5px;
  margin-top: 10px;
  width: 33%; }

.fundPayrollCard .fundDisplayButtonWrapper .payroll-button:hover {
  background-color: #17c5cf;
  color: #e7fdfe;
  border-color: #17c5cf;
  box-shadow: -2px 2px 6px rgba(30, 30, 30, 0.45); }

/*** Promoted Fund ***/
.promotedFund {
  padding: 60px;
  margin: 1%;
  display: flex;
  flex-direction: column;
  flex: 3 400px;
  box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  min-width: 300px;
  -webkit-box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25);
  -moz-box-shadow: 0px 3px 12px rgba(89, 89, 89, 0.25); }

.promotedFund.fundPayrollCard {
  padding: 20px 20px 10px;
  margin: 10px; }

.promotedFund .elementor-button {
  width: 100%; }

/*** alternating colors ***/
/*.promotedFund:nth-child(odd) {*/
/*	background: #8D644B;*/
/*	color: #fff;*/
/*}*/
/*.promotedFund:nth-child(even) {*/
/*	background: #D6D6D6;*/
/*	color: #1e1e1e;*/
/*}*/
/*** three colors ***/
.promotedFund:nth-child(3n + 1) {
  background: #8D644B;
  color: #fff; }

.promotedFund:nth-child(3n + 2) {
  background: #D6D6D6; }

.promotedFund:nth-child(3n + 3) {
  background: #474747;
  color: #fff; }

.promotedFund .custom-button-col {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex: 1; }

@media screen and (max-width: 1330px) {
  .fundDisplayCardTitle {
    font-size: 28px; }
  .promotedFund {
    padding: 30px; } }

@media screen and (max-width: 1100px) {
  .promotedFund {
    width: 48%; } }

@media screen and (max-width: 800px) {
  /*** start full width for all ***/
  .promotedFund {
    margin: 15px 0;
    width: 100%;
    flex: auto; }
  .fundDisplayCard:not(.promotedFund) {
    margin: 15px 0;
    flex-direction: column;
    align-items: flex-start; } }

/****
END - Custom Fund Shortcode Styles
*****/
/****
START - Directory
*****/
.wmts_filters {
  display: flex;
  justify-content: center; }

.wmts_container .wmts_filters .wph_filter {
  display: flex;
  flex: 1;
  align-items: center;
  text-align: center;
  justify-content: center; }

.wmts_container .wmts_filters .wph_filter:last-child {
  margin-right: 0; }

.wmts_search {
  display: flex;
  justify-content: center;
  width: 100%; }

.wmts_container .wmts_search .wmts_search_input_name {
  display: flex;
  flex: 3; }

.wmts_container .wmts_search .wmts_search_select_category {
  display: flex;
  flex: 2; }

.wmts_container .wmts_search span.wmts_search_submit {
  display: flex;
  flex: 1;
  justify-content: center; }

.wmts_container .wmts_search,
.wmts_container .wmts_filters {
  margin-top: 0;
  margin-bottom: 0; }

.wmts_container .wmts_search {
  margin-bottom: 20px; }

@media screen and (max-width: 700px) {
  /*.wmts_container .wmts_search,*/
  /*.wmts_container .wmts_filters {*/
  /*	margin-top: 0;*/
  /*	margin-bottom: 0;*/
  /*}*/
  .wmts_container .wmts_filters .wph_filter {
    margin-right: 0; }
  .wmts_container .wmts_filters,
  .wmts_container .wmts_search {
    flex-direction: column; }
  .wmts_container .wmts_search .wmts_search_input_name {
    padding: 15px;
    width: 100%;
    margin-bottom: 20px; }
  .wmts_container .wmts_search .wmts_search_select_category {
    margin-right: 0;
    display: block;
    flex: initial;
    height: 50px;
    margin-bottom: 20px; }
  .wmts_container .wmts_search span.wmts_search_submit.button {
    margin-bottom: 20px; }
  /* members */
  .wmts_members .wph_element {
    width: 100%; } }

/****
END - Directory
*****/
/****
START - Contact Form
*****/
div.nf-form-layout {
  padding: 0 35px; }

.nf-form-title h3 {
  display: none; }

.ninja-forms-field {
  border: 1px solid #D7DADB; }

input.ninja-forms-field[type="button"] {
  border: 0px; }

/****
END - Contact Form
*****/
/****
END - Atomic
*****/
/* END — Atomic Elements */
/* START — Individual Post Elements */
/****
START - Individual Post
*****/
/* start - post content container */
.default-post-content {
  box-shadow: 0px 1px 6px rgba(30, 30, 30, 0.15);
  padding: 25px;
  background-color: #fff; }

.default-post-content .elementor-widget-theme-post-content img.alignright,
.default-post-content .elementor-widget-theme-post-content figure.alignright {
  float: right; }

.default-post-content .elementor-widget-theme-post-content img.alignleft,
.default-post-content .elementor-widget-theme-post-content figure.alignleft {
  float: left; }

.default-post-content div.elementor-widget-theme-post-content figure.wp-caption {
  margin: 25px 0;
  padding: 15px;
  background-color: #e6e6e6;
  max-width: 100%; }

@media screen and (max-width: 768px) {
  .default-post-content {
    padding: 10px; }
  div.default-post-content div.elementor-widget-theme-post-content .elementor-widget-container figure {
    width: 100% !important;
    /* captions on images add inline width of 300px so important is used to overwrite the inline */
    margin: 0 0 25px 0; }
  .default-post-content img {
    width: 100%;
    margin-bottom: 15px; } }

/* end - post content container */
/* start - breadcrumbs */
.elementor-widget-breadcrumbs a {
  font-weight: 400;
  color: #616161; }

.elementor-widget-breadcrumbs p {
  font-size: 12px;
  color: #616161; }

/* end - breadcrumbs */
/* start - post headings */
.single div[class*="post-"] section:not(.cta-section) h1,
.single div[class*="post-"] section:not(.cta-section) h2,
.single div[class*="post-"] section:not(.cta-section) h3,
.single div[class*="post-"] section:not(.cta-section) h4 {
  font-family: adobe-garamond-pro, serif;
  text-transform: none; }

.single div[class*="post-"] section:not(.cta-section) h1 {
  font-weight: 600;
  font-size: 62px;
  line-height: 1.1em; }

.single div[class*="post-"] section:not(.cta-section) h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1em; }

.single div[class*="post-"] section:not(.cta-section) h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1em; }

@media screen and (max-width: 900px) {
  .single div[class*="post-"] section:not(.cta-section) h1 {
    font-size: 48px; }
  .single div[class*="post-"] section:not(.cta-section) h2 {
    font-size: 36px; }
  .single div[class*="post-"] section:not(.cta-section) h3 {
    font-size: 28px; } }

@media screen and (max-width: 425px) {
  .single div[class*="post-"] section:not(.cta-section) h1 {
    font-size: 42px; }
  .single div[class*="post-"] section:not(.cta-section) h2 {
    font-size: 32px; }
  .single div[class*="post-"] section:not(.cta-section) h3 {
    font-size: 24px; } }

/* end - post headings */
/* start - post info */
.elementor-widget-wrap .default-post-meta-info.elementor-widget-post-info {
  padding: 15px;
  width: 50%; }

.elementor-widget-wrap .default-post-share.elementor-widget-share-buttons {
  width: 50%; }

.elementor-widget-wrap .default-post-share.elementor-widget-share-buttons .elementor-grid {
  justify-content: flex-end; }

.elementor-widget-post-info .elementor-icon-list-text.elementor-post-info__item {
  color: #1e1e1e;
  align-self: center; }

/* end - post info */
/* start - excerpt */
.elementor-widget-theme-post-excerpt {
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px; }

/* end - excerpt */
/* start - post content */
span.callout-text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-style: italic;
  border-left: 4px solid #17c7d1;
  display: block;
  padding-left: 20px; }

span.quote-author {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  display: block;
  padding-left: 20px;
  margin-top: -15px; }

span.quote-author:before {
  content: "- "; }

.default-post-content iframe {
  height: 445px; }

@media screen and (max-width: 768px) {
  span.callout-text {
    font-size: 20px; }
  .default-post-content iframe {
    height: 400px; } }

@media screen and (max-width: 650px) {
  .default-post-content iframe {
    height: 350px; } }

@media screen and (max-width: 580px) {
  .default-post-content iframe {
    height: 300px; } }

@media screen and (max-width: 500px) {
  .default-post-content iframe {
    height: 252px; } }

/* end - post content */
/* START - Featured Post Layout */
/*** start caption ***/
section.custom-post-hero-caption {
  padding: 10px 60px; }

section.custom-post-hero-caption p {
  font-weight: 700;
  font-size: 14px; }

section.custom-post-hero-caption.primary-bg p {
  color: #fff; }

.custom-post-hero-caption.elementor-element.elementor-section div.elementor-column-wrap {
  padding: 0; }

/*** end caption ***/
/*.featured-post-layout .elementor-widget-post-info,*/
section.custom-post-layout ~ section .elementor-widget-post-info {
  background-color: #fff;
  padding: 0px; }

/*section.featured-post-layout:not(.cta-section) .elementor-top-column,*/
section.custom-post-layout ~ section:not(.cta-section) .elementor-top-column {
  box-shadow: 0px 1px 6px rgba(30, 30, 30, 0.15);
  padding: 25px;
  background-color: #fff; }

/* don't show this change in editor mode, it breaks functionality */
/*body:not(.elementor-editor-active) section.featured-post-layout.cta-section*/
body:not(.elementor-editor-active) section.custom-post-layout ~ section.cta-section {
  z-index: -1;
  /*margin-top: -120px;
	margin-bottom: -120px;*/
  padding-left: 35px;
  padding-right: 35px; }

@media screen and (max-width: 768px) {
  section.custom-post-layout ~ section:not(.cta-section) .elementor-top-column {
    padding: 10px; } }

/* END - Featured Post Layout */
/****
END - Individual Post
*****/
/* END — Individual Post Elements */
/* START — Posts Archive / Stories Landing Page */
/****
START - Stories Landing Page (posts archive)
*****/
.stories-archive--header.elementor-top-section {
  padding: 30px 60px;
  border-bottom: 6px solid #17C7D6; }

.stories-archive--header .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #8d644b;
  text-transform: uppercase; }

.stories-archive--header h1 span {
  font-family: 'adobe-garamond-pro', serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400; }

/* Featured Post */
.stories-archive--featured-post {
  line-height: 2.1em; }

.stories-archive--featured-post .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0; }

.stories-archive--featured-post .featured-post {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px; }

.stories-archive--featured-post .inner {
  max-width: 1600px;
  margin: 0 auto; }

/*.stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__title {
  font-size: 36px;
  line-height: 1em;
}*/
.stories-archive--featured-post .post-card {
  width: 100%;
  background: #8c644d;
  padding: 40px 50px;
  margin-bottom: 0; }

.stories-archive--featured-post .post-card .post-title {
  color: #fff; }

.stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__text {
  padding: 40px 50px;
  margin: 0; }

.stories-archive--featured-post .elementor-posts .elementor-post__excerpt p,
.stories-archive--featured-post .post-excerpt {
  font-size: 16px;
  line-height: 2.1em;
  color: #fff; }

.stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__read-more,
.stories-archive--featured-post .post-read-more {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  background-color: #3cd5dd;
  color: #334b4d;
  border-color: #3cd5dd;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px;
  letter-spacing: .5px;
  padding: 6px 24px;
  margin-top: 20px;
  display: inline-block; }

.stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__read-more:hover,
.stories-archive--featured-post .post-read-more:hover {
  background-color: #17c5cf;
  color: #e7fdfe;
  border-color: #17c5cf;
  text-transform: uppercase;
  box-shadow: -2px 2px 6px rgba(30, 30, 30, 0.45);
  bottom: 3px;
  animation-name: animateUp;
  animation-duration: .10s; }

@media (min-width: 480px) {
  .stories-archive--featured-post .featured-post {
    padding: 60px; } }

@media (min-width: 900px) {
  .stories-archive--featured-post .post-card {
    width: 40%; } }

/* Secondary Posts (3x1 grid) */
/* Tertiary Posts (4x2 grid) */
.stories-archive--tertiary-posts .void-grid .blog-excerpt,
.stories-archive--tertiary-posts .entry-meta {
  display: none; }

.stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__title {
  font-size: 48px; }

/*@media (min-width: 980px) {
  .stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__title {
    font-size: 48px;
  }
}*/
/* END — Posts Archive / Stories Landing Page */
/* START — NU Foundation */
/***
 * Site: NU Foundation
 * 
 * IMPORTANT- Every style should begin with class: .site-unf
 * This will make sure that site specific styles only apply to the intended site.
 * 
 * Primary - #D00000
 * Secondary - 
 ***/
/****
START - Header
*****/
.site-unmcfund .mobile-nav-addition.elementor-element:not(.elementor-motion-effects-element-type-background) {
  background-color: #d00000; }

.site-unmcfund .mobile-nav-addition .elementor-element a.elementor-button,
.site-unmcfund .mobile-nav-addition .elementor-element .elementor-button {
  color: #d00000; }

.site-unmcfund .mobile-nav-addition .elementor-widget-search-form .elementor-search-form__submit {
  background-color: #303B41; }

.site-unmcfund .unf-mobile-menu.elementor-widget-nav-menu .mobile-ann-funds a {
  color: #d00000; }

.site-unmcfund .unf-mobile-menu.elementor-widget-nav-menu a.elementor-item-active {
  background-color: #d00000; }

/****
END - Header
*****/
/* END — NU Foundation */
/* START — Search Results */
/* START — Search Results */
#unf-search-results-container {
  display: flex;
  margin: 0 25px;
  flex-direction: column;
  min-width: 325px;
  max-width: 1500px; }
  #unf-search-results-container #unf-seach-results-sidebar-container {
    background: #f8f8f8;
    border: 1px solid #ccc;
    margin: 10px 0; }
  #unf-search-results-container #unf-seach-results-sidebar-filters {
    border: none; }
    #unf-search-results-container #unf-seach-results-sidebar-filters .formgroup label {
      font-weight: bold;
      font-size: 1.2em;
      display: flex;
      margin: 5px 0;
      padding: 10px 5px; }
    #unf-search-results-container #unf-seach-results-sidebar-filters .formgroup input,
    #unf-search-results-container #unf-seach-results-sidebar-filters .formgroup span {
      flex: 1;
      height: 20px; }
    #unf-search-results-container #unf-seach-results-sidebar-filters .formgroup:hover {
      background: rgba(255, 255, 255, 0.8); }
  #unf-search-results-container input[type=submit] {
    height: auto;
    font-weight: bold;
    margin-top: 25px; }
  #unf-search-results-container #filterSearchResults {
    color: white;
    padding: 10px 20px;
    background: #3cd5dd; }
  #unf-search-results-container #unf-search-results-card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  #unf-search-results-container #unf-search-results-none {
    margin: 25px; }
  #unf-search-results-container #unf-search-results-card {
    border: 1px solid #ccc;
    background: #f8f8f8;
    margin: 10px 5px;
    flex: 1 325px;
    display: flex;
    flex-direction: column;
    max-width: 400px; }
    #unf-search-results-container #unf-search-results-card a {
      text-decoration: none; }
    #unf-search-results-container #unf-search-results-card h4 {
      color: #8d644b; }
    #unf-search-results-container #unf-search-results-card #unf-search-results-card-img {
      height: 200px;
      overflow: hidden;
      text-align: center;
      top: -35px;
      position: relative; }
    #unf-search-results-container #unf-search-results-card img {
      margin: auto;
      width: 100%;
      height: auto;
      position: relative;
      top: -25%; }
  #unf-search-results-container #unf-search-results-card-img.staffPhoto {
    background: #ccc; }
    #unf-search-results-container #unf-search-results-card-img.staffPhoto img {
      height: 100%;
      width: auto;
      position: unset; }
  #unf-search-results-container #unf-search-results-card-content {
    flex-grow: 2;
    padding: 25px 15px; }
    #unf-search-results-container #unf-search-results-card-content p {
      line-height: 1.5em; }
  #unf-search-results-container .unf-search-results-link {
    color: white;
    padding: 10px 20px;
    background: #3cd5dd; }
  #unf-search-results-container #unf-search-results-card-category {
    height: 30px;
    margin-top: 5px;
    z-index: 100; }
    #unf-search-results-container #unf-search-results-card-category ul {
      list-style: none;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      padding: 0; }
      #unf-search-results-container #unf-search-results-card-category ul li {
        padding: 0 10px;
        margin: 0 5px;
        border-radius: 25px;
        background: #3cd5dd; }
        #unf-search-results-container #unf-search-results-card-category ul li a {
          text-decoration: none;
          font-size: 0.8em;
          color: #fff; }
  #unf-search-results-container .pagination {
    text-align: center;
    margin-top: 25px;
    font-size: 1.2em; }
    #unf-search-results-container .pagination .page-numbers {
      padding: 10px;
      text-decoration: none; }
    #unf-search-results-container .pagination .current {
      color: #3cd5dd; }

@media only screen and (min-width: 900px) {
  #unf-search-results-container {
    flex-direction: row; }
  #unf-seach-results-sidebar-container {
    min-width: 250px; } }

@media only screen and (min-width: 1500px) {
  #unf-search-results-container {
    margin: 0 auto; } }

/* END — Search Results */
/* END — Search Results */
/* START — N Fund */
/***
 * Site: N Fund
 * 
 * IMPORTANT- Every style should begin with class: .site-nfund
 * This will make sure that site specific styles only apply to the intended site
 *
 ***/
.site-nfund p a,
.site-nfund .wmts_container .wmts_description a,
.site-nfund .news-posts .void-grid .entry-meta a,
.site-nfund .elementor-tab-content li a,
.site-nfund .elementor-icon-list-text {
  border-bottom: 1px solid #d10000; }

.site-nfund p a:hover,
.site-nfund a.page-numbers:hover,
.site-nfund span.page-numbers.current,
.site-nfund .elementor-widget-icon-list span.elementor-icon-list-text:hover,
.site-nfund .wmts_container .wmts_description a:hover,
.site-nfund .news-posts .void-grid .entry-meta a:hover,
.site-nfund .elementor-tab-content li a:hover {
  border-bottom: 2px solid #d10000; }

.site-nfund .primary-bg,
.site-nfund .primary-bg .elementor-posts .elementor-post__card {
  background-color: #d10000; }

.site-nfund .primary-bg h3.elementor-heading-title {
  color: #fff;
  /*font-weight: 800;*/ }

/*** START - Header ***/
.site-nfund .jet-menu {
  background-color: #fff; }

.site-nfund .jet-menu-item.jet-current-menu-item a,
.site-nfund .jet-menu-item a:hover {
  background-color: #d10000;
  color: #fff; }

.site-nfund .elementor-nav-menu--dropdown li.menu-item.current-menu-item a.elementor-item-active,
.site-nfund .elementor-nav-menu--dropdown li.menu-item.current-menu-item a.elementor-item:hover {
  color: #d10000; }

.site-nfund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle {
  color: #d10000; }

.site-nfund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle:hover {
  color: #d10000; }

.site-nfund .home-hero-header::before {
  content: '';
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

/*** END - Header ***/
/*** START - Hero Header ***/
.site-nfund .hero-social-icons {
  bottom: -60px; }

@media screen and (max-width: 970px) {
  .site-nfund .hero-social-icons {
    bottom: -30px; } }

@media screen and (max-width: 899px) {
  .site-nfund .hero-social-icons {
    bottom: 0px; } }

/*** END - Hero Header ***/
/*** START - Images ***/
.site-nfund .img-shadow .elementor-image img {
  box-shadow: -20px 20px #d10000;
  -webkit-box-shadow: -20px 20px #d10000;
  -moz-box-shadow: -20px 20px #d10000; }

/*** END - Images ***/
/*** START - Text ***/
.site-nfund .colored-col-bg p {
  font-weight: 700; }

/*** END - Text ***/
/*** START - Buttons ***/
/* default button */
.site-nfund .elementor-widget-button a.elementor-button,
.site-nfund .elementor-widget-button .elementor-button,
.site-nfund .elementor-cta__button-wrapper .elementor-cta__button.elementor-button,
.site-nfund .elementor-cta--skin-classic a.elementor-cta__button.elementor-button,
.site-nfund .elementor-cta--skin-cover a.elementor-cta__button.elementor-button,
.site-nfund .fund-container .fund-banner .button-col a.elementor-button-link,
.site-nfund .primary-button a,
.site-nfund .contact-form .nf-form-content button,
.site-nfund .contact-form .nf-form-content input[type=button],
.site-nfund .contact-form .nf-form-content input[type=submit],
.site-nfund .tml-button {
  background-color: #d10000;
  color: white;
  border-color: #d10000; }

.site-nfund .elementor-widget-button a.elementor-button:hover,
.site-nfund .elementor-widget-button .elementor-button:hover,
.site-nfund .elementor-cta__button-wrapper .elementor-cta__button.elementor-button:hover,
.site-nfund .elementor-cta--skin-classic a.elementor-cta__button.elementor-button:hover,
.site-nfund .elementor-cta--skin-cover a.elementor-cta__button.elementor-button:hover,
.site-nfund .fund-container .fund-banner .button-col a.elementor-button-link:hover,
.site-nfund .primary-button a:hover,
.site-nfund .contact-form .nf-form-content button:hover,
.site-nfund .contact-form .nf-form-content input[type=button]:hover,
.site-nfund .contact-form .nf-form-content input[type=submit]:hover,
.site-nfund .tml-button:hover {
  background-color: #bc1515;
  color: white;
  border-color: #bc1515; }

/* secondary button */
.site-nfund .secondary-button.elementor-widget-button a.elementor-button,
.site-nfund .elementor-widget-button .elementor-button,
.site-nfund .inverted-button.elementor-widget-button a.elementor-button,
.site-nfund .stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__read-more,
.site-nfund .stories-archive--featured-post .post-read-more {
  background-color: white;
  color: #d10000; }

.site-nfund .secondary-button.elementor-widget-button a.elementor-button:hover,
.site-nfund .elementor-widget-button .elementor-button:hover,
.site-nfund .inverted-button.elementor-widget-button a.elementor-button:hover,
.site-nfund .stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__read-more:hover,
.site-nfund .stories-archive--featured-post .post-read-more:hover {
  background-color: #e6e6e6;
  color: #d10000; }

.site-nfund .inverted-secondary-button.elementor-widget-button a.elementor-button {
  background-color: #e6e6e6;
  color: #d10000; }

.site-nfund .inverted-secondary-button.elementor-widget-button a.elementor-button:hover {
  background-color: white;
  color: #d10000; }

/* neutral button */
.site-nfund div.neutral-button.elementor-widget-button.elementor-element a.elementor-button,
.site-nfund div.elementor-button-wrapper .neutral-button.elementor-widget-button.elementor-element a.elementor-button {
  background-color: #a6a6a6;
  color: #0A0A0A; }

.site-nfund div.neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover,
.site-nfund .neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover {
  background-color: #999999;
  color: #0A0A0A; }

/*** END - Buttons ***/
/*** START - Content Tabs ***/
.site-nfund .content-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.site-nfund .content-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  border-left: 12px solid #d10000; }

/*** END  - Content Tabs ***/
/*** START - News/Stories Section ***/
.site-nfund .news-posts .elementor-posts .elementor-post__title a:hover {
  color: #d10000; }

.site-nfund .news-posts .elementor-post__text .elementor-post__read-more {
  color: #d10000; }

.site-nfund .news-posts .elementor-widget-void-post-grid .entry-title a:hover {
  color: #d10000; }

/*** END - News/Stories Section ***/
/*** START - Icons ***/
.site-nfund .elementor-icon i:before {
  color: #D10000; }

/*** END - Icons ***/
/*** START - Footer ***/
.site-nfund .footer .elementor-widget.footer-title .elementor-text-editor a:hover {
  color: #d10000; }

.site-nfund .footer .footer-col a:hover {
  color: #d10000; }

.site-nfund .footer ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text:hover {
  color: #d10000;
  border-bottom: 2px solid #d10000; }

.site-nfund .elementor-widget-icon-list span.elementor-icon-list-text:hover {
  text-decoration-color: #d10000; }

/*** END - Footer ***/
/*** START - Stories Landing Page ***/
.site-nfund .stories-archive--header .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: black; }

.site-nfund .stories-archive--header.elementor-top-section {
  border-bottom: 6px solid #d10000; }

.site-nfund .primary-bg .elementor-posts .elementor-post__card {
  background-color: #d10000; }

.site-nfund .stories-archive--featured-post .elementor-posts .elementor-post__excerpt p {
  font-weight: 700; }

/*** END - Stories Landing Page ***/
.site-nfund .person-card {
  border-left-color: #d10000; }

.site-nfund .body-search input[type="submit"] {
  background-color: #1e1e1e;
  color: #fff; }

.site-nfund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active,
.site-nfund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active,
.site-nfund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border-left-color: #d10000; }

.site-nfund .link-box > div {
  border-top-color: #d10000; }

/*** START - Custom Post Template ***/
.site-nfund span.callout-text {
  border-left: 4px solid #d10000; }

.site-nfund .elementor-blockquote .elementor-blockquote__author {
  color: #d10000; }

/*** END - Custom Post Template ***/
/*** START - Planned Giving ***/
.site-nfund .person-card {
  box-shadow: -10px 10px #d10000; }

.site-nfund .person-card a {
  border-bottom: 1px solid #d10000; }

.site-nfund .person-card a:hover {
  border-bottom: 3px solid #d10000; }

/*** END - Planned Giving ***/
/*** START - Pull Quote ***/
.site-nfund .elementor-element.elementor-widget-blockquote .elementor-blockquote footer .elementor-blockquote__author {
  color: #d10000; }

/*** END - Pull Quote ***/
/*.site-nfund  .primary-bg, .primary-bg .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.site-nfund  .primary-bg .elementor-icon-box-title,
.site-nfund  .primary-bg .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    background-color: hsl(0, 100%, 41%);
}*/
.site-nfund .primary-bg .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  background-color: #d10000; }

@media screen and (max-width: 650px) {
  .site-nfund .footer .elementor-row .footer-col-contact.footer-col.elementor-column {
    border-top: 1px solid #d10000; } }

/*** START - Funds Shortcode Section ***/
.site-nfund .promotedFund:nth-child(3n + 1) {
  background: #d10000;
  color: #fff; }

.site-nfund .promotedFund:nth-child(3n + 2) {
  background: #D6D6D6; }

.site-nfund .promotedFund:nth-child(3n + 3) {
  background: #474747;
  color: #fff; }

/*** END - Funds Shortcode Section ***/
/* END — N Fund */
/* START — UNO Fund */
/***
 * Site: UNO Fund
 *
 * IMPORTANT- Every style should begin with class: .site-unofund
 * This will make sure that site specific styles only apply to the intended site
 *
 * COLORS:
 * Red: #CE1732         | hsl(352, 86%, 44%)
 * Black: #000000       |
 * Cool Gray: #1e1e1e   |
 ***/
.site-unofund p a,
.site-unofund .wmts_container .wmts_description a,
.site-unofund .news-posts .void-grid .entry-meta a,
.site-unofund .elementor-tab-content li a,
.site-unofund .elementor-icon-list-text {
  border-bottom: 1px solid #d11029; }

.site-unofund p a:hover,
.site-unofund a.page-numbers:hover,
.site-unofund span.page-numbers.current,
.site-unofund .elementor-widget-icon-list span.elementor-icon-list-text:hover,
.site-unofund .wmts_container .wmts_description a:hover,
.site-unofund .news-posts .void-grid .entry-meta a:hover,
.site-unofund .elementor-tab-content li a:hover {
  border-bottom: 2px solid #d11029; }

.site-unofund .primary-bg,
.site-unofund .primary-bg .elementor-posts .elementor-post__card {
  background-color: #d11029; }

.site-unofund .primary-bg h3.elementor-heading-title {
  color: #fff; }

/*** START - Header ***/
.site-unofund .jet-menu {
  background-color: #fff; }

.site-unofund .jet-menu-item.jet-current-menu-item a,
.site-unofund .jet-menu-item a:hover {
  background-color: #d11029;
  color: #fff; }

.site-unofund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle {
  color: #d11029; }

.site-unofund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle:hover {
  color: #d11029; }

.site-unofund .home-hero-header::before {
  content: '';
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

/*** END - Header ***/
/*** START - Hero Header ***/
.site-unofund .hero-social-icons {
  bottom: -60px; }

@media screen and (max-width: 970px) {
  .site-unofund .hero-social-icons {
    bottom: -30px; } }

@media screen and (max-width: 899px) {
  .site-unofund .hero-social-icons {
    bottom: 0px; } }

/*** END - Hero Header ***/
/*** START - Images ***/
.site-unofund .img-shadow .elementor-image img {
  box-shadow: -20px 20px #d11029;
  -webkit-box-shadow: -20px 20px #d11029;
  -moz-box-shadow: -20px 20px #d11029; }

/*** END - Images ***/
/*** START - Text ***/
.site-unofund .colored-col-bg p {
  font-weight: 700; }

/*** END - Text ***/
/*** START - Buttons ***/
/* default button */
.site-unofund .elementor-widget-button a.elementor-button,
.site-unofund .elementor-widget-button .elementor-button,
.site-unofund .elementor-cta__button-wrapper .elementor-cta__button.elementor-button,
.site-unofund .elementor-cta--skin-classic a.elementor-cta__button.elementor-button,
.site-unofund .elementor-cta--skin-cover a.elementor-cta__button.elementor-button,
.site-unofund .fund-container .fund-banner .button-col a.elementor-button-link,
.site-unofund .primary-button a,
.site-unofund .contact-form .nf-form-content button,
.site-unofund .contact-form .nf-form-content input[type=button],
.site-unofund .contact-form .nf-form-content input[type=submit],
.site-unofund .tml-button {
  background-color: #d11029;
  color: white;
  border-color: #d11029; }

.site-unofund .elementor-widget-button a.elementor-button:hover,
.site-unofund .elementor-widget-button .elementor-button:hover,
.site-unofund .elementor-cta__button-wrapper .elementor-cta__button.elementor-button:hover,
.site-unofund .elementor-cta--skin-classic a.elementor-cta__button.elementor-button:hover,
.site-unofund .elementor-cta--skin-cover a.elementor-cta__button.elementor-button:hover,
.site-unofund .fund-container .fund-banner .button-col a.elementor-button-link:hover,
.site-unofund .primary-button a:hover,
.site-unofund .contact-form .nf-form-content button:hover,
.site-unofund .contact-form .nf-form-content input[type=button]:hover,
.site-unofund .contact-form .nf-form-content input[type=submit]:hover,
.site-unofund .tml-button:hover {
  background-color: #bc1515;
  color: white;
  border-color: #bc1515; }

/* secondary button */
.site-unofund .secondary-button.elementor-widget-button a.elementor-button,
.site-unofund .elementor-widget-button .elementor-button {
  background-color: white;
  color: #d11029; }

.site-unofund .secondary-button.elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover {
  background-color: #e6e6e6;
  color: #d11029; }

.site-unofund .inverted-secondary-button.elementor-widget-button a.elementor-button {
  background-color: #e6e6e6;
  color: #d10000; }

.site-unofund .inverted-secondary-button.elementor-widget-button a.elementor-button:hover {
  background-color: white;
  color: #d10000; }

/* neutral button */
.site-unofund div.neutral-button.elementor-widget-button.elementor-element a.elementor-button,
.site-unofund div.elementor-button-wrapper .neutral-button.elementor-widget-button.elementor-element a.elementor-button {
  background-color: #a6a6a6;
  color: #0A0A0A; }

.site-unofund div.neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover,
.site-unofund .neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover {
  background-color: #999999;
  color: #0A0A0A; }

/*** END - Buttons ***/
/*** START - Content Tabs ***/
.site-unofund .content-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.site-unofund .content-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  border-left: 12px solid #d11029; }

/*** END  - Content Tabs ***/
/*** START - News/Stories Section ***/
.site-unofund .news-posts .elementor-posts .elementor-post__title a:hover {
  color: #d11029; }

.site-unofund .news-posts .elementor-post__text .elementor-post__read-more {
  color: #d11029; }

.site-unofund .stories-archive--header .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #1e1e1e; }

.site-unofund .stories-archive--header.elementor-top-section {
  border-bottom-color: #CE1732; }

.site-unofund .stories-archive--featured-post .post-card {
  background: #CE1732; }

.site-unofund .stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__read-more,
.site-unofund .stories-archive--featured-post .post-read-more {
  background-color: white;
  border-color: white;
  color: #d11029; }

.site-unofund span.callout-text {
  border-left-color: #CE1732; }

.site-unofund .news-posts .elementor-posts .elementor-post__title a:hover,
.site-unofund .news-posts .elementor-widget-void-post-grid .entry-title a:hover {
  color: #CE1732; }

/*** END - News/Stories Section ***/
/*** START - Icons ***/
.site-unofund .elementor-icon i:before {
  color: #CE1732; }

.site-unofund .elementor-icon:hover i:before {
  color: #fff; }

/*** END - Icons ***/
/*** START - Footer ***/
.site-unofund .footer .elementor-widget.footer-title .elementor-text-editor a:hover {
  color: #d11029; }

.site-unofund .footer .footer-col a:hover {
  color: #d11029;
  /*border-bottom: 0px;*/ }

.site-unofund .footer ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text:hover {
  color: #d11029;
  border-bottom: 2px solid #d11029; }

.site-unofund .elementor-widget-icon-list span.elementor-icon-list-text:hover {
  text-decoration-color: #d11029; }

/*** END - Footer ***/
.site-unofund .person-card {
  border-left-color: #CE1732; }

.site-unofund .body-search input[type="submit"] {
  background-color: #1e1e1e;
  color: #fff; }

.site-unofund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active,
.site-unofund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active,
.site-unofund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border-left-color: #CE1732; }

.site-unofund .link-box > div {
  border-top-color: #CE1732; }

/*** START - Custom Post Template ***/
.site-unofund span.callout-text {
  border-left: 4px solid #d11029; }

.site-unofund .elementor-blockquote .elementor-blockquote__author {
  color: #d11029; }

/*** END - Custom Post Template ***/
/*** START - Planned Giving ***/
.site-unofund .person-card {
  box-shadow: -10px 10px #d11029; }

.site-unofund .person-card a {
  border-bottom: 1px solid #d11029; }

.site-unofund .person-card a:hover {
  border-bottom: 3px solid #d11029; }

/*** END - Planned Giving ***/
/*** START - Pull Quote ***/
.site-unofund .elementor-element.elementor-widget-blockquote .elementor-blockquote footer .elementor-blockquote__author {
  color: #d11029; }

/*** END - Pull Quote ***/
/*.site-unofund .primary-bg, .primary-bg .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.site-unofund .primary-bg .elementor-icon-box-title,
.site-unofund .primary-bg .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    background-color: hsl(352, 86%, 44%);
}*/
@media screen and (max-width: 650px) {
  .site-unofund .footer .elementor-row .footer-col-contact.footer-col.elementor-column {
    border-top-color: #CE1732; } }

/*** START - Funds Shortcode Section ***/
.site-unofund .promotedFund:nth-child(3n + 1) {
  background: #CE1732;
  color: #fff; }

.site-unofund .promotedFund:nth-child(3n + 2) {
  background: #D6D6D6; }

.site-unofund .promotedFund:nth-child(3n + 3) {
  background: #474747;
  color: #fff; }

/*** END - Funds Shortcode Section ***/
/* END — UNO Fund */
/* START — UNK Fund */
/***
 * Site: UNK Fund
 * 
 * IMPORTANT- Every style should begin with class: .site-unkfund
 * This will make sure that site specific styles only apply to the intended site
 *
 * Primary - #004D86
 * Secondary - #E4A115
 ***/
/****
START - Header
*****/
.site-unkfund .mobile-nav-addition.elementor-element:not(.elementor-motion-effects-element-type-background) {
  background-color: #004D86; }

.site-unkfund .mobile-nav-addition .elementor-element a.elementor-button,
.site-unkfund .mobile-nav-addition .elementor-element .elementor-button {
  color: #004D86; }

.site-unkfund .mobile-nav-addition .elementor-widget-search-form .elementor-search-form__submit {
  background-color: #E4A115; }

.site-unkfund .unf-mobile-menu.elementor-widget-nav-menu .mobile-ann-funds a {
  color: #004D86; }

.site-unkfund .unf-mobile-menu.elementor-widget-nav-menu a.elementor-item-active {
  background-color: #004D86; }

.site-unkfund .elementor-nav-menu--dropdown li.menu-item.current-menu-item a.elementor-item-active,
.site-unkfund .elementor-nav-menu--dropdown li.menu-item.current-menu-item a.elementor-item:hover {
  color: #004D86; }

.site-unkfund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle {
  color: #004D86; }

.site-unkfund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle:hover {
  color: #004D86; }

/****
END - Header
*****/
.site-unkfund p a,
.site-unkfund .wmts_container .wmts_description a,
.site-unkfund .news-posts .void-grid .entry-meta a,
.site-unkfund .elementor-tab-content li a,
.site-unkfund .elementor-icon-list-text {
  border-bottom: 1px solid #e5a315; }

.site-unkfund p a:hover,
.site-unkfund a.page-numbers:hover,
.site-unkfund span.page-numbers.current,
.site-unkfund .elementor-widget-icon-list span.elementor-icon-list-text:hover,
.site-unkfund .wmts_container .wmts_description a:hover,
.site-unkfund .news-posts .void-grid .entry-meta a:hover,
.site-unkfund .elementor-tab-content li a:hover {
  border-bottom: 2px solid #004b85; }

.site-unkfund .primary-bg,
.site-unkfund .primary-bg .elementor-posts .elementor-post__card {
  background-color: #004b85; }

.site-unkfund .primary-bg h3.elementor-heading-title {
  color: #fff;
  /*font-weight: 800;*/ }

/*** START - Header ***/
.site-unkfund .jet-menu {
  background-color: #fff; }

.site-unkfund .jet-menu-item.jet-current-menu-item a,
.site-unkfund .jet-menu-item a:hover {
  background-color: #004b85;
  color: #fff; }

.site-unkfund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle {
  color: #004b85; }

.site-unkfund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle:hover {
  color: #004b85; }

.site-unkfund .home-hero-header::before {
  content: '';
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

/*** END - Header ***/
/*** START - Hero Header ***/
.site-unkfund .hero-social-icons {
  bottom: -60px; }

@media screen and (max-width: 970px) {
  .site-unkfund .hero-social-icons {
    bottom: -30px; } }

@media screen and (max-width: 899px) {
  .site-unkfund .hero-social-icons {
    bottom: 0px; } }

/*** END - Hero Header ***/
/*** START - Images ***/
.site-unkfund .img-shadow .elementor-image img {
  box-shadow: -20px 20px #e5a315;
  -webkit-box-shadow: -20px 20px #e5a315;
  -moz-box-shadow: -20px 20px #e5a315; }

/*** END - Images ***/
/*** START - Text ***/
.site-unkfund .colored-col-bg p {
  font-weight: 700; }

/*** END - Text ***/
/*** START - Buttons ***/
/* default button */
.site-unkfund .elementor-widget-button a.elementor-button,
.site-unkfund .elementor-widget-button .elementor-button,
.site-unkfund .elementor-cta__button-wrapper .elementor-cta__button.elementor-button,
.site-unkfund .elementor-cta--skin-classic a.elementor-cta__button.elementor-button,
.site-unkfund .elementor-cta--skin-cover a.elementor-cta__button.elementor-button,
.site-unkfund .fund-container .fund-banner .button-col a.elementor-button-link,
.site-unkfund .primary-button a,
.site-unkfund .contact-form .nf-form-content button,
.site-unkfund .contact-form .nf-form-content input[type=button],
.site-unkfund .contact-form .nf-form-content input[type=submit],
.site-unkfund .tml-button {
  background-color: #004b85;
  color: white;
  border-color: #004b85; }

.site-unkfund .elementor-widget-button a.elementor-button:hover,
.site-unkfund .elementor-widget-button .elementor-button:hover,
.site-unkfund .elementor-cta__button-wrapper .elementor-cta__button.elementor-button:hover,
.site-unkfund .elementor-cta--skin-classic a.elementor-cta__button.elementor-button:hover,
.site-unkfund .elementor-cta--skin-cover a.elementor-cta__button.elementor-button:hover,
.site-unkfund .fund-container .fund-banner .button-col a.elementor-button-link:hover,
.site-unkfund .primary-button a:hover,
.site-unkfund .contact-form .nf-form-content button:hover,
.site-unkfund .contact-form .nf-form-content input[type=button]:hover,
.site-unkfund .contact-form .nf-form-content input[type=submit]:hover,
.site-unkfund .tml-button:hover {
  background-color: #003d6b;
  color: white;
  border-color: #003d6b; }

/* secondary button */
.site-unkfund .secondary-button.elementor-widget-button a.elementor-button,
.site-unkfund .elementor-widget-button .elementor-button,
.site-unkfund .inverted-button.elementor-widget-button a.elementor-button,
.site-unkfund .stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__read-more,
.site-unkfund .stories-archive--featured-post .post-read-more {
  background-color: white;
  color: #004b85; }

.site-unkfund .secondary-button.elementor-widget-button a.elementor-button:hover,
.site-unkfund .elementor-widget-button .elementor-button:hover,
.site-unkfund .inverted-button.elementor-widget-button a.elementor-button:hover,
.site-unkfund .stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__read-more:hover,
.site-unkfund .stories-archive--featured-post .post-read-more:hover {
  background-color: #e6e6e6;
  color: #004b85; }

/* neutral button */
.site-unkfund div.neutral-button.elementor-widget-button.elementor-element a.elementor-button,
.site-unkfund div.elementor-button-wrapper .neutral-button.elementor-widget-button.elementor-element a.elementor-button {
  background-color: #a6a6a6;
  color: #0A0A0A; }

.site-unkfund div.neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover,
.site-unkfund .neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover {
  background-color: #999999;
  color: #0A0A0A; }

/*** END - Buttons ***/
/*** START - Stories Landing Page ***/
.site-unkfund .stories-archive--header .elementor-widget-heading.elementor-widget-heading h1.elementor-heading-title {
  color: black; }

.site-unkfund .stories-archive--header.elementor-top-section {
  border-bottom: 6px solid #004b85 !important; }

.site-unkfund.primary-bg .elementor-posts .elementor-post__card {
  background-color: #004b85; }

.site-unkfund .stories-archive--featured-post .elementor-posts .elementor-post__excerpt p {
  font-weight: 700; }

/*** END - Stories Landing Page ***/
/*** START - Content Tabs ***/
.site-unkfund .content-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.site-unkfund .content-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  border-left: 12px solid #004b85; }

/*** END  - Content Tabs ***/
/*** START - News/Stories Section ***/
.site-unkfund .news-posts .elementor-posts .elementor-post__title a:hover {
  color: #004b85; }

.site-unkfund .news-posts .elementor-post__text .elementor-post__read-more {
  color: #004b85; }

.site-unkfund .news-posts .elementor-widget-void-post-grid .entry-title a:hover {
  color: #004b85; }

/*** END - News/Stories Section ***/
/*** START - Icons ***/
.site-unkfund .elementor-icon i:before {
  color: #004b85; }

.site-unkfund .elementor-icon:hover i:before {
  color: #fff; }

/*** END - Icons ***/
/*** START - Footer ***/
.site-unkfund .footer .elementor-widget.footer-title .elementor-text-editor a:hover {
  color: #e5a315; }

.site-unkfund .link-box > div {
  border-top-color: #004b85; }

.site-unkfund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active,
.site-unkfund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active,
.site-unkfund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border-left-color: #004b85; }

.site-unkfund .primary-bg .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  background-color: #004b85; }

.site-unkfund .primary-bg .elementor-widget-icon-box.elementor-view-default .elementor-icon {
  background-color: #004b85;
  color: #fff; }

.site-unkfund .primary-bg .elementor-widget-icon-box.elementor-view-default .elementor-icon i:before {
  color: #fff; }

.site-unkfund .footer .footer-col a:hover {
  color: #e5a315;
  /*border-bottom: 0px;*/ }

.site-unkfund .footer ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text:hover,
.site-unkfund .footer p a:hover {
  color: #e5a315;
  border-bottom: 2px solid #e5a315; }

.site-unkfund .elementor-widget-icon-list span.elementor-icon-list-text:hover {
  text-decoration-color: #e5a315; }

@media screen and (max-width: 650px) {
  .site-unkfund .footer .elementor-row .footer-col-contact.footer-col.elementor-column {
    border-top: 1px solid #e5a315; } }

/*** END - Footer ***/
/*** START - Custom Post Template ***/
.site-unkfund span.callout-text {
  border-left: 4px solid #004b85; }

.site-unkfund .elementor-blockquote .elementor-blockquote__author {
  color: #004b85; }

/*** END - Custom Post Template ***/
/*** START - Planned Giving ***/
.site-unkfund .person-card {
  box-shadow: -10px 10px #e5a315; }

.site-unkfund .person-card a {
  border-bottom: 1px solid #e5a315; }

.site-unkfund .person-card a:hover {
  border-bottom: 3px solid #e5a315; }

/*** END - Planned Giving ***/
/*** START - Pull Quote ***/
.site-unkfund .elementor-element.elementor-widget-blockquote .elementor-blockquote footer .elementor-blockquote__author {
  color: #e5a315; }

/*** END - Pull Quote ***/
/*** START - Funds Shortcode Section ***/
.site-unkfund .promotedFund:nth-child(3n + 1) {
  background: #004b85;
  color: #fff; }

.site-unkfund .promotedFund:nth-child(3n + 2) {
  background: #D6D6D6; }

.site-unkfund .promotedFund:nth-child(3n + 3) {
  background: #474747;
  color: #fff; }

/*** END - Funds Shortcode Section ***/
/* END — UNK Fund */
/* START — UNMC Fund */
/***
 * Site: UNMC Fund
 *
 * IMPORTANT- Every style should begin with class: .site-unmcfund
 * This will make sure that site specific styles only apply to the intended site
 *
 * COLORS:
 * Red: #AD122A
 * Black: #000000
 * Dark Gray: #303B41
 *
 ***/
.site-unmcfund p a,
.site-unmcfund .wmts_container .wmts_description a,
.site-unmcfund .news-posts .void-grid .entry-meta a,
.site-unmcfund .elementor-tab-content li a,
.site-unmcfund .elementor-icon-list-text {
  border-bottom: 1px solid #AD122A; }

.site-unmcfund p a:hover,
.site-unmcfund a.page-numbers:hover,
.site-unmcfund span.page-numbers.current,
.site-unmcfund .elementor-widget-icon-list span.elementor-icon-list-text:hover,
.site-unmcfund .wmts_container .wmts_description a:hover,
.site-unmcfund .news-posts .void-grid .entry-meta a:hover,
.site-unmcfund .elementor-tab-content li a:hover {
  border-bottom: 2px solid #AD122A; }

.site-unmcfund .primary-bg,
.site-unmcfund .primary-bg .elementor-posts .elementor-post__card {
  background-color: #AD122A; }

.site-unmcfund .primary-bg h3.elementor-heading-title {
  color: #fff; }

/*** START - Header ***/
.site-unmcfund .jet-menu {
  background-color: #fff; }

.site-unmcfund .jet-menu-item.jet-current-menu-item a,
.site-unmcfund .jet-menu-item a:hover {
  background-color: #AD122A;
  color: #fff; }

.site-unmcfund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle {
  color: #AD122A; }

.site-unmcfund .elementor .elementor-element.elementor-element-2974034b div.elementor-menu-toggle:hover {
  color: #AD122A; }

.site-unmcfund .home-hero-header::before {
  content: '';
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

/*** END - Header ***/
/*** START - Hero Header ***/
.site-unmcfund .hero-social-icons {
  bottom: -60px; }

@media screen and (max-width: 970px) {
  .site-unmcfund .hero-social-icons {
    bottom: -30px; } }

@media screen and (max-width: 899px) {
  .site-unmcfund .hero-social-icons {
    bottom: 0px; } }

/*** END - Hero Header ***/
/*** START - Images ***/
.site-unmcfund .img-shadow .elementor-image img {
  box-shadow: -20px 20px #AD122A;
  -webkit-box-shadow: -20px 20px #AD122A;
  -moz-box-shadow: -20px 20px #AD122A; }

/*** END - Images ***/
/*** START - Text ***/
.site-unmcfund .colored-col-bg p {
  font-weight: 700; }

/*** END - Text ***/
/*** START - Buttons ***/
/* default button */
.site-unmcfund .elementor-widget-button a.elementor-button,
.site-unmcfund .elementor-widget-button .elementor-button,
.site-unmcfund .elementor-cta__button-wrapper .elementor-cta__button.elementor-button,
.site-unmcfund .elementor-cta--skin-classic a.elementor-cta__button.elementor-button,
.site-unmcfund .elementor-cta--skin-cover a.elementor-cta__button.elementor-button,
.site-unmcfund .fund-container .fund-banner .button-col a.elementor-button-link,
.site-unmcfund .primary-button a,
.site-unmcfund .contact-form .nf-form-content button,
.site-unmcfund .contact-form .nf-form-content input[type=button],
.site-unmcfund .contact-form .nf-form-content input[type=submit],
.site-unmcfund .tml-button {
  background-color: #AD122A;
  color: #ffffff;
  border-color: #AD122A; }

.site-unmcfund .elementor-widget-button a.elementor-button:hover,
.site-unmcfund .elementor-widget-button .elementor-button:hover,
.site-unmcfund .elementor-cta__button-wrapper .elementor-cta__button.elementor-button:hover,
.site-unmcfund .elementor-cta--skin-classic a.elementor-cta__button.elementor-button:hover,
.site-unmcfund .elementor-cta--skin-cover a.elementor-cta__button.elementor-button:hover,
.site-unmcfund .fund-container .fund-banner .button-col a.elementor-button-link:hover,
.site-unmcfund .primary-button a:hover,
.site-unmcfund .contact-form .nf-form-content button:hover,
.site-unmcfund .contact-form .nf-form-content input[type=button]:hover,
.site-unmcfund .contact-form .nf-form-content input[type=submit]:hover,
.site-unmcfund .tml-button:hover {
  background-color: #d91734;
  color: white;
  border-color: #d91734; }

/* secondary button */
.site-unmcfund .secondary-button.elementor-widget-button a.elementor-button,
.site-unmcfund .elementor-widget-button .elementor-button {
  background-color: #303B43;
  color: #ffffff; }

.site-unmcfund .secondary-button.elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover {
  background-color: #e6e6e6;
  color: #AD122A; }

/* neutral button */
.site-unmcfund div.neutral-button.elementor-widget-button.elementor-element a.elementor-button,
.site-unmcfund div.elementor-button-wrapper .neutral-button.elementor-widget-button.elementor-element a.elementor-button {
  background-color: #a6a6a6;
  color: #0A0A0A; }

.site-unmcfund div.neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover,
.site-unmcfund .neutral-button.elementor-widget-button.elementor-element a.elementor-button:hover {
  background-color: #999999;
  color: #0A0A0A; }

/*** END - Buttons ***/
/*** START - Content Tabs ***/
.site-unmcfund .content-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.site-unmcfund .content-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  border-left: 12px solid #AD122A; }

/*** END  - Content Tabs ***/
/*** START - News/Stories Section ***/
.site-unmcfund .news-posts .elementor-posts .elementor-post__title a:hover {
  color: #AD122A; }

.site-unmcfund .news-posts .elementor-post__text .elementor-post__read-more {
  color: #AD122A; }

.site-unmcfund .stories-archive--header .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #1e1e1e; }

.site-unmcfund .stories-archive--header.elementor-top-section {
  border-bottom-color: #AD122A; }

.site-unmcfund .stories-archive--featured-post .post-card {
  background: #AD122A; }

.site-unmcfund .stories-archive--featured-post .elementor-posts .elementor-post__card .elementor-post__read-more,
.site-unmcfund .stories-archive--featured-post .post-read-more {
  background-color: #303B41;
  border-color: #303B41;
  color: #ffffff; }

.site-unmcfund span.callout-text {
  border-left-color: #AD122A; }

.site-unmcfund .news-posts .elementor-posts .elementor-post__title a:hover,
.site-unmcfund .news-posts .elementor-widget-void-post-grid .entry-title a:hover {
  color: #AD122A; }

/*** END - News/Stories Section ***/
/*** START - Icons ***/
.site-unmcfund .elementor-icon i:before {
  color: #AD122A; }

.site-unmcfund .elementor-icon:hover i:before {
  color: #fff; }

/*** END - Icons ***/
/*** START - Footer ***/
.site-unmcfund .footer .elementor-widget.footer-title .elementor-text-editor a:hover {
  color: #AD122A; }

.site-unmcfund .footer .footer-col a:hover {
  color: #AD122A;
  /*border-bottom: 0px;*/ }

.site-unmcfund .footer ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text:hover {
  color: #AD122A; }

.site-unmcfund .elementor-widget-icon-list span.elementor-icon-list-text:hover {
  text-decoration-color: #AD122A;
  border-bottom: 2px solid #AD122A; }

/*** END - Footer ***/
.site-unmcfund .person-card {
  border-left-color: #AD122A; }

.site-unmcfund .body-search input[type="submit"] {
  background-color: #303B41;
  color: #fff; }

.site-unmcfund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active,
.site-unmcfund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active,
.site-unmcfund .nuf-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border-left-color: #AD122A; }

.site-unmcfund .link-box > div {
  border-top-color: #AD122A; }

/*** START - Custom Post Template ***/
.site-unmcfund span.callout-text {
  border-left: 4px solid #AD122A; }

.site-unmcfund .elementor-blockquote .elementor-blockquote__author {
  color: #AD122A; }

/*** END - Custom Post Template ***/
/*** START - Planned Giving ***/
.site-unmcfund .person-card {
  box-shadow: -10px 10px #AD122A; }

.site-unmcfund .person-card a {
  border-bottom: 1px solid #AD122A; }

.site-unmcfund .person-card a:hover {
  border-bottom: 3px solid #AD122A; }

/*** END - Planned Giving ***/
/*** START - Pull Quote ***/
.site-unmcfund .elementor-element.elementor-widget-blockquote .elementor-blockquote footer .elementor-blockquote__author {
  color: #AD122A; }

/*** END - Pull Quote ***/
/*.site-unmcfund .primary-bg, 
.site-unmcfund .primary-bg .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.site-unmcfund .primary-bg .elementor-icon-box-title,
.site-unmcfund .primary-bg .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    background-color: #AD122A;
}*/
.site-unmcfund .primary-bg .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.site-unmcfund .primary-bg .elementor-widget-icon-box.elementor-view-default .elementor-icon i.fa-map-marker {
  background-color: #AD122A;
  color: #ffffff; }

.site-unmcfund .primary-bg .elementor-widget-icon-box.elementor-view-default .elementor-icon i.fa-map-marker:before {
  color: #ffffff; }

@media screen and (max-width: 650px) {
  .site-unmcfund .footer .elementor-row .footer-col-contact.footer-col.elementor-column {
    border-top-color: #AD122A; } }

/*** START - Funds Shortcode Section ***/
.site-unmcfund .promotedFund:nth-child(3n + 1) {
  background: #AD122A;
  color: #fff; }

.site-unmcfund .promotedFund:nth-child(3n + 2) {
  background: #D6D6D6; }

.site-unmcfund .promotedFund:nth-child(3n + 3) {
  background: #474747;
  color: #fff; }

/*** END - Funds Shortcode Section ***/
/* END — UNMC Fund */
/* START — Search Results */
/* END — Search Results */
/* START — Fonts */
/*@import "SCSS/_fonts.scss";*/
/* END — Fonts */
/*@import url("https://use.typekit.net/byy7tha.css");*/
