@import url("https://use.typekit.net/mvu2isf.css");
@import url("assets/css/bootstrap.min.css");
@import url("assets/css/fontawesome.min.css");
/* Adobe Fonts: Copperplate & Open Sans */
@font-face {
  font-family: "Didact Gothic";
  src: url("assets/css/webfonts/didact-gothic-regular.woff2") format("woff2"), url("assets/css/webfonts/didact-gothic-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* rgba(12, 8 ,81, 1) */
/* rgba(18,69,162, 1) */
/* rgba(119, 187, 68, 1) */
/* =========   GLOBAL   =========*/
html {
  font-size: 100%;
}
body {
  overflow-x: hidden;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  font-family: "freight-sans-pro", sans-serif;
  background: #ffffff;
}
.Normal,
.NormalDisabled {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
  font-family: "freight-sans-pro", sans-serif !important;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #007bc6;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: underline;
  color: #ff9700;
}
section a,
section a:hover,
section a:focus {
  color: #007bc6 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  margin: 0 0 2rem 0;
  color: #000000;
}
h1 {
  font-size: 2.4rem;
}
h1 sup {
  font-size: 60%;
}
h2,
.h2 {
  font-size: 2rem;
}
h2.c_title,
.h2.c_title {
  font-size: 1rem;
  font-style: italic;
}
h3,
.h3 {
  font-size: 1.8rem;
  color: #3081ac;
}
h4,
.h4 {
  font-size: 1.4rem;
}
h5,
.h5 {
  font-size: 1.3rem;
  color: #3081ac;
}
h6,
.h6 {
  font-size: 1.2rem;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
address {
  line-height: 1.5;
  padding-left: 10px;
}
dl dt {
  font-weight: 600;
}
dl dd {
  margin-left: 0;
}
blockquote {
  margin: 1.5rem 2rem;
  font-family: "freight-sans-pro", sans-serif;
}
iframe {
  border: none;
}
sup {
  font-weight: normal;
}
b,
strong {
  font-weight: 600;
}
th {
  font-weight: 600;
}
thead,
th,
td {
  font-family: "freight-sans-pro", sans-serif;
}
ol li {
  margin: .5rem;
  padding-left: 8px;
}
input,
textarea,
select {
  border-radius: 5px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 4px !important;
}
.clear {
  clear: both;
  float: none!important;
  margin: 0;
  padding: 0;
}
.txt-trans-none {
  text-transform: none;
}
.hand,
a.hand {
  cursor: hand;
  cursor: pointer;
}
.dnone {
  display: none;
  visibility: hidden;
}
.table thead th {
  text-transform: uppercase;
}
/* === DECORATIVE ELEMENTS === */
.text-green {
  color: #3081ac;
}
.text-orange {
  color: #ff9700;
}
.shadow {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
  transition: all .15s ease;
}
.list-striped li:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.2);
  padding: .2rem .5rem;
}
.arrows li {
  list-style: none;
}
.arrows li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
  margin: 0 5px 0 -15px;
  color: #00c7e2;
}
/* right arrows */
/* =========   BUTTONS   =========*/
button,
.button,
.btn-primary,
.btn-secondary,
input[type="button"],
input[type="submit"],
input[type="button"].primary,
input[type="submit"].primary,
input[type="button"].secondary,
input[type="submit"].secondary {
  background: #007bc6;
  color: #ffffff !important;
  font-size: 0.9rem  !important;
  font-weight: 400;
  letter-spacing: 1px;
  height: auto;
  width: auto;
  text-decoration: none !important;
  white-space: normal;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 20px;
  margin: 2px;
  border: 1px solid #007bc6 !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
td .button,
td input[type="button"] {
  padding: 2px 8px;
  font-size: .75rem !important;
  text-decoration: none !important;
}
button:focus,
.button:focus,
.btn-primary:focus,
.btn-secondary:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}
button:hover,
.button:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-primary:active,
.btn-secondary:active,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"].primary:hover,
input[type="submit"].primary:hover,
input[type="button"].secondary:hover,
input[type="submit"].secondary:hover {
  background-color: #ffffff !important;
  color: #00c7e2 !important;
  text-decoration: none;
}
.btn-green {
  background: #00c7e2;
  border: 1px solid #00c7e2 !important;
}
.btn-green:hover {
  color: #00c7e2 !important;
}
td .editLink,
td .remove,
td .verify-link,
td .makeMailing,
td .add-to-cart,
td.Actions a {
  line-height: 24px;
  padding: 2px 8px;
  font-size: .8rem !important;
  color: #ffffff !important;
  font-weight: 400;
  background: #007bc6;
  border: 1px solid #007bc6 !important;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
td .editLink:hover,
td .remove:hover,
td .verify-link:hover,
td .makeMailing:hover,
td .add-to-cart:hover,
td.Actions a:hover {
  color: #3081ac !important;
  background: #ffffff;
}
.scrollToTop {
  background-color: #3081ac;
  bottom: 60px;
  color: #ffffff !important;
  display: none;
  font-size: 20px;
  line-height: 35px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.scrollToTop:hover,
.scrollToTop:focus {
  background-color: rgba(0, 199, 226, 0.7);
}
.container-fluid {
  width: 95%;
}
/* =========   NAVIGATION   =========*/
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #3081ac;
  color: #000;
  font-size: 0.95rem;
  z-index: 991;
  transition: background 0.4s, all 0.3s linear;
}
/* =========   HERO  =========*/
header {
  position: relative;
  width: 100%;
  color: #000;
  background: #fff;
  /* needed to place header items above moving background */
}
header .hd-row {
  position: relative;
  z-index: 10;
}
header .hero-title {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px 0;
  margin: 10px auto 20px auto;
}
header .hero-title div.Normal {
  text-align: center;
}
header h1 {
  margin: 1rem 2rem;
  color: #ffffff;
}
header .main-logo {
  height: 100px;
  margin-top: .7rem;
}
header .headButtons {
  text-align: right;
  padding: 0 0 10px 0;
  margin-top: 15px;
}
header .headButtons a {
  margin-right: 10px;
  border: 1px solid #00c7e2;
  border-radius: 10px 0;
  background: #00c7e2;
  padding: 6px 18px;
  white-space: nowrap;
  color: #ffffff;
  font-size: .8rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
header .headButtons a:hover {
  background: #ffffff;
  color: #ff9700;
  text-decoration: none;
}
header .headButtons .login-out {
  padding-left: 30px;
}
header .headButtons .login-out:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f007";
  margin: 0 5px 0 -15px;
}
header .headButtons .home {
  padding-left: 30px;
}
header .headButtons .home:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f015";
  margin: 0 5px 0 -15px;
}
header .headButtons .give-now {
  padding-left: 30px;
}
header .headButtons .give-now:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f06b";
  margin: 0 5px 0 -15px;
}
#breadcrumbWrap {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.05em 7em;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.0225);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.715);
}
.logo-container img {
  width: 55%;
}
.nav-bg {
  background-color: #eee !important;
}
@media screen and (min-width: 991px) {
  header.main-fixed-nav .header {
    max-width: unset;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15);
  }
}
#topNav {
  background: unset;
  height: 100%;
  align-content: end;
  display: flex;
  flex-wrap: wrap;
}
/* =========   MAIN TOP NAVIGATION   =========*/
#topNavigation {
  min-height: 20px;
}
#topNavigation a {
  color: #000;
  text-decoration: none;
  display: block;
  font-family: "Lato", sans-serif !important;
  font-size: .84em !important;
  transition: 300ms ease-out;
  font-weight: bold;
  text-transform: uppercase;
}
#topNavigation a:hover {
  color: #E79027 !important;
}
#topNavigation .navbar-collapse > ul > li > a {
  padding: 16px;
}
#topNavigation .navbar-collapse > ul > li > a.desktop-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b7b7b7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#topNavigation .navbar-collapse > ul > li > a.mobile-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b7b7b7;
  margin: 0 5px 0 -15px;
}
#topNavigation .navbar-collapse > ul > li > a:hover:before {
  color: #333;
}
#topNavigation .navbar-toggler {
  margin: 5px;
  color: #a4a4a4 !important;
  border: 0;
  font-size: 0.9rem;
  padding: .5rem .75rem;
  background: none !important;
}
#topNavigation .navbar-toggler:focus {
  color: #a4a4a4 !important;
  border: 0;
}
#topNavigation .navbar-toggler span {
  margin-left: 6px;
  font-weight: 100;
  font-family: 'open sans', sans-serif;
}
#topNavigation .navbar-toggler:hover {
  color: #676159 !important;
}
#topNavigation .dropdown,
#topNavigation .navbar-collapse {
  z-index: 900 !important;
  height: auto;
}
#topNavigation .dropdown-toggle:after {
  display: none;
}
#topNavigation .navbar-collapse .mobile-link,
#topNavigation .navbar-collapse .mobile-dd {
  display: none;
}
#topNavigation .navbar-collapse.in {
  /* secondary drop-downmenu toggle */
}
#topNavigation .navbar-collapse.in .desktop-link {
  display: none;
}
#topNavigation .navbar-collapse.in .mobile-link {
  display: inline;
}
#topNavigation .navbar-collapse.in .mobile-dd {
  display: inline;
  float: right;
  padding: 0;
  margin-right: 10px;
}
#topNavigation .navbar-collapse.in .dropdown-menu .mobile-dd {
  font-size: 16px;
}
#topNavigation .dropdown-menu {
  border-radius: 4px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fff !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  min-width: 12rem !important;
}
#topNavigation .dropdown-menu li a {
  text-align: left;
  font-size: 1.1em !important;
  margin: 0;
  color: #999 !important;
  font-weight: 400;
  font-family: 'freight-sans-pro', sans-serif !important;
  text-transform: none;
}
#topNavigation .dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.0175) !important;
  color: #272727 !important;
}
#topNavigation .dropdown-menu li a.desktop-link {
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  #topNavigation .collapse ul {
    /* Show 1st level drop-down */
  }
  #topNavigation .collapse ul li:hover > ul {
    display: block;
  }
  #topNavigation .collapse ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    /* === 2nd Sub-level Menu + */
  }
  #topNavigation .collapse ul ul li {
    position: relative;
    padding: 5px;
  }
  #topNavigation .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    right: auto;
    display: none;
  }
}
@media screen and (max-width: 992px) {
  /* mobile topnav menu */
  #topNav {
    min-height: unset;
  }
  #topNavigation a {
    color: #676159 !important;
  }
  #topNavigation .navbar-nav {
    border: 1px solid #d6d6d6;
    padding: 10px !important;
    width: 100%;
    background: #ffffff;
    margin: 10px 0 0 0 !important;
  }
  #topNavigation .navbar-nav li a.dropdown-toggle:hover {
    background-color: unset;
    color: #676159 !important;
  }
  #topNavigation .navbar-nav > li {
    border-bottom: 1px solid #676159;
    padding: 5px 0;
    text-align: left;
  }
  #topNavigation .navbar-nav > li > a.mobile-link {
    display: inline-block !important;
    text-align: left !important;
    padding: 5px !important;
    font-size: 1em !important;
    color: #676159 !important;
    width: 90%;
  }
  #topNavigation .navbar-nav > li > a.mobile-link:hover {
    text-decoration: underline;
    background-color: unset;
    color: #676159 !important;
  }
  #topNavigation .navbar-nav > li:last-child {
    border-bottom: none;
  }
  #topNavigation .navbar-collapse > ul > li > a {
    margin: 0;
  }
  #topNavigation .dropdown-menu {
    background-color: #fff!important;
    color: #676159 !important;
  }
  #topNavigation .dropdown-menu li {
    border-top: 1px solid #676159;
  }
  #topNavigation .dropdown-menu li a {
    color: #676159 !important;
  }
  #topNavigation .dropdown-menu li a:hover {
    background-color: unset !important;
  }
  #topNavigation .dropdown-menu li a.mobile-link {
    display: inline-block !important;
    text-align: unset !important;
    padding: 5px 25px !important;
    font-size: 1em !important;
    color: #676159 !important;
    width: 90%;
  }
  #topNavigation .dropdown-menu li a.mobile-link:hover {
    text-decoration: underline;
    background-color: unset;
  }
  #topNavigation .dropdown-menu li a.dropdown-toggle.mobile-dd:hover {
    background-color: unset;
  }
  #topNavigation .dropdown-menu .dropdown-menu {
    /* Second level drop-down */
  }
  #topNavigation .dropdown-menu .dropdown-menu li a {
    padding-left: 50px !important;
  }
  header .headButtons {
    margin-top: 0px !important;
  }
}
#dnn_topNav {
  height: auto !important;
}
#dnn_topNav li {
  list-style: none !important;
}
#breadcrumbWrap a.SkinObject {
  font-weight: 400 !important;
  font-family: 'freight-sans-pro', sans-serif !important;
}
#leftNav {
  font-size: 1rem;
}
#leftNav .fa.fa-caret-down {
  color: #00c7e2;
}
#leftNav .navbar-toggler.custom-toggler,
#leftNav .navbar-toggler.custom-toggler:focus,
#leftNav button:focus {
  border: 1px solid #00c7e2;
}
#leftNav .navbar-toggler.custom-toggler:hover {
  background: #ffffff;
  color: #ff9700;
  border-color: #ff9700;
}
#leftNav .navbar-toggler.custom-toggler:hover .fa.fa-caret-down {
  color: #ff9700;
}
#leftNav nav ul {
  margin: 0;
  padding: 0;
  border: 1px solid #dadada;
  background: #ebecec;
  /* Secondary menu */
}
#leftNav nav ul.rpLevel1 {
  border: 0;
}
#leftNav nav ul li {
  list-style: none;
  border-bottom: 1px solid #dadada;
}
#leftNav nav ul li.rpLast {
  border-bottom: 0;
}
#leftNav nav ul li a {
  padding: .5rem 0;
  color: #595959;
  text-decoration: none;
  display: block;
  border: 0;
}
#leftNav nav ul li a:hover,
#leftNav nav ul li a.selected {
  color: #ffffff;
  background: #3081ac;
  font-weight: 400;
}
#leftNav nav ul li a span {
  border: 0;
}
#leftNav nav .RadPanelBar {
  width: 100%;
}
#leftNav nav .RadPanelBar .rpText {
  padding: 0 0 0 10px;
  line-height: 1.3;
}
#leftNav nav .RadPanelBar a.rpLink:hover .rpOut {
  padding: 0;
}
#leftNav nav .RadPanelBar .rpLevel1 .rpLast,
#leftNav nav .RadPanelBar .rpLevel1 .rpFirst {
  padding: 0;
}
#leftNav nav .RadPanelBar .rpLevel1 .rpLast {
  margin-bottom: 0;
}
#leftNav nav .rpSlide {
  /* 2nd level menu */
}
#leftNav nav .rpSlide a {
  font-size: .9rem;
  padding-left: 15px;
}
#leftNav nav .rpSlide .rpSelected .rpText {
  color: #00c7e2;
  font-weight: 600;
}
#leftNav nav .rpSlide .rpSelected .rpText::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
  padding-left: 7px;
  color: #00c7e2;
  display: inline;
}
#leftNav nav .rpSlide .rpSelected:hover .rpText,
#leftNav nav .rpSlide .rpSelected:hover .rpText::after {
  color: #ffffff;
}
@media (max-width: 992px) {
  #leftNav {
    display: none;
  }
}
/* =========   FOOTER   =========*/
footer {
  width: 100%;
  padding: 30px 0 50px 0;
  color: #9c9fa1;
  border-top: 5px solid #ff9700;
}
footer a {
  color: #007bc6 !important;
  font-weight: bold;
}
footer .global-footer-area {
  width: 100%;
}
footer .global-footer-pane .global-footer-sitemap,
footer .global-footer-pane .contact-info {
  font-size: .9rem;
}
footer .global-footer-pane h4 {
  font-size: 1.1rem !important;
}
footer .global-footer-pane .global-footer-sitemap a {
  line-height: 1.6;
  display: block;
}
footer .global-footer-legal span {
  margin: 0 8px;
}
footer .footer-social-media a {
  border: 1px solid #191919;
  border-radius: 6px;
  color: #191919;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}
footer .footer-social-media a:hover,
footer .footer-social-media a:focus {
  border: 1px solid #007bc6;
  color: #007bc6;
}
footer #refreshDate {
  margin: 1rem 0 0 .5rem;
  font-size: 0.75rem;
  color: #383f43;
  font-weight: 300;
  font-style: italic;
}
/* =========   MODULE HEADERS|TITLES   =========*/
.Head,
.header-title {
  color: #3081ac;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "freight-sans-pro", sans-serif;
}
.DefaultCont,
.iPhiHeaderCont {
  margin: 1.5rem 0;
}
.iPhiHeaderContTop {
  padding-left: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 8px;
  background: linear-gradient(133deg, #f9f9f9 55%, rgba(18, 69, 162, 0.3) 100%);
}
.iPhiHeaderContTop .Head {
  color: #007bc6;
}
.top-pane .DefaultContTop {
  border-bottom: 1.5px solid #3081ac;
  margin-bottom: 10px;
  margin-bottom: 1.5rem;
}
.top-pane .Head,
.top-pane .TitleHead {
  font-size: 2rem;
  color: #3081ac;
}
/* ============================== MULTIPLE PAGES ========================================= 
   ======================================================================================= */
/* ===  CART RELATED === */
.ModStellariPhiModulesContribCartWidgetC,
.ModStellariPhiModulesGranteeCartWidgetC {
  background: #f9f9f9;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: .5rem 0;
  border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
}
/* === ARTICLE LISTINSG:  DONATE NOW | FEATURED GIVING OPPORTUNITES === */
.categoryItemList {
  background: #f9f9f9;
  padding: 8px;
  margin-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
}
.categoryItemList.altCategoryItemList {
  background: #f9f9f9;
}
.categoryItemList h2 {
  font-size: 1.1rem;
}
.categoryItemList .itemReadmore {
  font-size: .9rem;
  text-align: left;
}
.categoryItemList .itemReadmore a {
  color: #ff9700;
}
/* == STATEMENTS | FUND ACTIVITY, DONOR DASHBOARD === */
.Statements {
  padding-left: 10px;
}
.Statements a {
  text-decoration: none !important;
}
.Statements .alternateRow {
  background-color: #f5f5f5;
}
.Statements .statementsContainer {
  border: 1px solid #F3F3F3;
  height: auto;
  width: auto;
  height: 100px;
  max-height: 150px;
  overflow-y: auto;
}
.Statements .statementsContainer img {
  margin-right: 3px;
}
.Statements .statementsContainer a {
  font-size: 0.85rem;
  color: #007bc6;
}
/* == ADOBE ACROBAT LINK === */
.idisplayaction:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f778";
  color: #fa0f00;
  margin: 0 8px 0 -5px;
  font-weight: 400;
}
/* == GO GREEN LEAF | Donor Dashboard, Partner Org Dashboard == */
.DnnModule-StellariPhiModulesGoGreenStatements span.Head::before,
.DnnModule-StellariPhiModulesEvGoGreenStatements span.Head::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f06c";
  color: #88cc11;
  margin: 0 8px 0 -5px;
}
/* "SEE ALL " LINK  | Donor Dashboard, Partner Org Dashboard */
.ModStellariPhiModulesGrantHistoryDashboardC .idescript,
.ModStellariPhiModulesEvGrantHistoryDashboardC .idescript {
  display: block;
  padding-top: 10px;
  position: relative;
}
.ModStellariPhiModulesGrantHistoryDashboardC .idescript:after,
.ModStellariPhiModulesEvGrantHistoryDashboardC .idescript:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f101';
  margin: 0 0 0 5px;
}
/* === ADVANCED SEARCH LINK === */
.GenericSearcher .linkPickerLink:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f101';
  margin: 0 0 0 5px;
}
/* == FUND ACITIVITY | Donors & Fundholders, Parnter & Advisors == */
h1.FundActivityDetailReport10Title {
  font-size: 1.2rem;
}
/* == CONTACT INFORMATION == */
.ContactDashboard .photo img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#articleDisplay .divLastUpdated {
  font-style: italic;
  font-size: .9rem;
  padding-bottom: 10px;
  color: #383f43;
}
/* ============================== INDIVIDUAL PAGES ========================================= 
   ======================================================================================= */
#dnn_ctr2346_ViewAccountSettings_module_tabs {
  display: none;
}
/* FUND INTEREST | table tab */
.RecurringGrantScheduleDetail h2,
.RecurringGrantScheduleDetail h3 {
  font-size: 1.3rem;
  color: #3081ac;
  padding-bottom: 8px !important;
  font-weight: 600;
  font-family: "freight-sans-pro", sans-serif;
}
.RecurringGrantScheduleDetail h3 {
  margin: 1rem 0 0 0;
}
#dnn_ctr2362_ViewGranteeCartFormConfirm_module_AccountName_AccountName_cftextfield label {
  font-weight: bold;
  margin-right: 5px;
  width: auto;
  text-transform: uppercase;
}
#dnn_ctr2362_ViewGranteeCartFormConfirm_module_AccountName_AccountName_cftextfield .thefield {
  margin-left: 0;
}
div.allocations-root {
  /* UPDATE ALLOCATIONS */
}
div.allocations-root legend.level-label {
  background-color: #9c9fa1;
  display: block;
  padding: 5px;
  border-radius: 5px;
}
div.allocations-root legend.level-label > div.level-description {
  font-size: 0.85rem;
}
div.allocations-root .level-name {
  font-size: 1.2rem;
}
div.allocations-root fieldset.selected > legend.level-label > div.level-name::after {
  font-style: italic;
  color: #1245a2;
  font-weight: normal;
}
div.allocations-root .fundClass,
div.allocations-root .ticker {
  text-transform: uppercase;
  color: #3081ac;
}
/* == DONOR DASHBOARD == */
.GoGreenStatements label {
  display: inline;
}
.lower-left-pane ul {
  padding-left: 20px;
}
.StatementsDashboard .ipic {
  margin-right: 5px;
}
.ContributionsDashboard {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  padding: 1.5rem;
}
#dnn_ctr2348_contentPane input.button {
  WIDTH: 100% !important;
}
/* == ONLINE SECURITY CONTRIBUTION == */
.DonationDetailsSecuritySearch_container {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.DonationDetailsSecuritySearch_container .descriptive {
  flex-basis: 100%;
}
.DonationDetailsSecuritySearch_container #searchButton {
  padding: 2px 12px;
  margin-left: 5px;
  font-size: .8rem !important;
  font-weight: bold;
}
/* == RECOMMEND A GRANT | ADD TO CART MODAL == */
.modal-content .iPhiForm #dnn_ctr2415_ViewGranteeCartPopupForm_module_dialog_ctl08_NoGrantApplication_AnonymityType_NoGrantApplication_AnonymityType_cftextfield .thelabel {
  float: none;
}
.modal-content .iPhiForm #dnn_ctr2415_ViewGranteeCartPopupForm_module_dialog_ctl08_NoGrantApplication_AnonymityType_NoGrantApplication_AnonymityType_cftextfield .thefield {
  float: none;
}
.modal-content .iPhiForm #dnn_ctr2415_ViewGranteeCartPopupForm_module_dialog_ctl08_NoGrantApplication_AnonymityType_NoGrantApplication_AnonymityType_cftextfield .thefield label {
  width: auto !important;
}
/*=== ACCOUNT SEARCH OVERLAY (NOT USING MODAL) | === */
.AccountSearch .rtTitlebar {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #669933 !important;
}
.AccountSearch table.rtShadow .rtCloseButton {
  top: 10px;
  right: 10px;
}
.AccountSearch .RadGrid_Office2007 thead .rgCommandRow {
  background: none;
}
.AccountSearch .RadGrid_Office2007 thead .rgCommandRow .rgCommandCell {
  border: 0;
  padding: 6px 0;
}
/* == ACCOUNT ALLOCATIONS | UPDATE == */
.AllocationsAdvancedControl div.selected-allocation th {
  color: #ffffff;
  background: #00c7e2;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
  border: 0;
  border-radius: 5px 5px 0 0;
}
.AllocationsAdvancedControl div.selected-allocation .cell {
  border: 0 !important;
}
.AllocationsAdvancedControl div.selected-allocation tr:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, 0.05);
}
.AllocationsAdvancedControl div.selected-allocation td.optionNameTotal {
  background: #00c7e2;
  border-radius: 0 0 0 5px;
  color: #ffffff;
  font-weight: bold;
}
.AllocationsAdvancedControl div.selected-allocation td.optionValueTotal {
  background: #00c7e2;
  border-radius: 0 0 5px 0;
  color: #ffffff;
  font-weight: bold;
}
.AllocationsAdvancedControl div.allocations-root {
  border: 0;
}
.AllocationsAdvancedControl fieldset.level {
  border-radius: 5px;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.AllocationsAdvancedControl fieldset.select-one:hover {
  border: 1px solid #00c7e2;
}
.AllocationsAdvancedControl fieldset.selected {
  border: 1px solid #00c7e2;
  background: #ebecec;
}
.AllocationsAdvancedControl input {
  border: 1px solid #3081ac !important;
  padding: 3px !important;
  height: 22px !important;
  color: #000000 !important;
  font-size: .8rem;
  font-family: "freight-sans-pro", sans-serif !important;
}
/* == ALLOCATIONS | CONTRIBUTION & INVESTMENT EDIT === */
.AllocationsTableResult {
  border: none !important;
}
.AllocationsTableResult th {
  background-color: #00c7e2 !important;
  border: none !important;
  color: #ffffff;
  padding: 3px;
}
.AllocationsTableResult th:first-child {
  border-top-left-radius: 5px;
}
.AllocationsTableResult th:last-child {
  border-top-right-radius: 5px;
}
.AllocationsTableResult th.Quota {
  white-space: nowrap;
}
.AllocationsTableResult td {
  border: 1px solid #9c9fa1;
  font-size: .8rem;
}
.AllocationsTableResult strong {
  color: #000000 !important;
}
.AllocationsTableResult tfoot {
  border: none !important;
}
.AllocationsTableResult tfoot td {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  /* % field */
}
.AllocationsTableResult tfoot td:first-child {
  border-bottom-left-radius: 5px;
}
.AllocationsTableResult tfoot td:last-child {
  border-bottom-right-radius: 5px;
  text-align: left;
  padding-left: 15px;
}
.AllocationsTableResult tfoot .errormessage.wrongAllocationsTotal {
  margin-right: 10px;
}
/* === SELECT ORGANIZATION DROP-DOWN | Fund Activity > Consolidated Statements === */
.OrgSelector .RadComboBox_Office2007 .rcbInputCell {
  padding: 0 !important;
}
.OrgSelector .RadComboBox_Office2007 .rcbInputCellLeft {
  background-image: none !important;
}
.OrgSelector .RadComboBox_Office2007 .rcbInputCellLeft .rcbInput {
  border: 1px solid #3081ac !important;
  border-radius: 5px 0 0 5px;
  padding-left: 5px;
  font-size: 13px;
}
.OrgSelector .RadComboBox_Office2007 .rcbHovered {
  color: #ffffff !important;
  font-size: 13px;
  background-color: #3081ac !important;
  font-family: "freight-sans-pro", sans-serif !important;
}
/* === EVENTS === */
.calendar-table button.btn-default {
  background: #005cdd !important;
}
.calendar-table button.btn-default.active {
  background: #3081ac !important;
}
.calendar-table button.btn-default:hover {
  color: #77cc44 !important;
}
/* === EVENTS | REGISTRATION DETAILS === */
.ModStellariPhiModulesEventDetailsC .iPhiForm .EventName_text {
  font-size: 2rem;
  font-weight: 400;
}
.ModStellariPhiModulesEventDetailsC .iPhiForm .thelabel {
  color: #3081ac;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .ModStellariPhiModulesEventDetailsC .iPhiForm .thelabel {
    width: auto !important;
    min-width: 0;
    float: none !important;
    display: block;
    text-align: left !important;
  }
  .ModStellariPhiModulesEventDetailsC .iPhiForm .thefield {
    margin: 0 !important;
  }
}
/* === SCHOLARSHIPS === */
.GrantProgramBrowser h3.head {
  font-size: 1.3rem;
  border-top: 1px solid #00c7e2;
  padding-top: 8px;
  margin-bottom: 12px;
}
.GrantAppRequirements h3 {
  font-size: 1.3rem;
  color: #3081ac;
  font-weight: 600;
  font-family: "freight-sans-pro", sans-serif;
}
/* GRANTEE DASHBOARD | CONFIGURE PDF */
.RadButton_Office2007.rbSkinnedButton {
  background-image: none !important;
  height: auto;
}
.RadButton_Office2007 .rbDecorated {
  background-image: none !important;
  background: #00c7e2 !important;
  border: 1px solid #00c7e2 !important;
  height: auto !important;
  border-radius: 5px !important;
  margin: 4px 0 !important;
}
.RadButton_Office2007 .rbDecorated:hover {
  background: #ffffff !important;
}
/* GRANTEE | MY APPLICATIONS >> UPLOAD DOCs */
.RelatedFiles .RadUpload .ruFakeInput {
  height: auto !important;
  border: 1px solid #3081ac !important;
  color: #000000 !important;
  border-radius: 5px;
  font-family: "freight-sans-pro", sans-serif !important;
}
.RelatedFiles .RadUpload ul li {
  list-style-type: none !important;
}
.RelatedFiles .RadUpload .ruFileWrap {
  height: 30px !important;
}
.RelatedFiles .RadUpload .ruInputs li.ruActions {
  margin: 8px 0 12px 0 !important;
}
.RelatedFiles .RadUpload_Default input {
  font: normal 0.8rem/0.8rem "freight-sans-pro", sans-serif !important;
}
.RelatedFiles .RadUpload_Default .ruButton {
  background-image: none !important;
  background: #00c7e2 !important;
  border: 1px solid #00c7e2 !important;
  height: auto !important;
  border-radius: 5px !important;
  margin: 0 4px !important;
  padding: 5px 12px !important;
  font-size: .85rem !important;
  font-family: "freight-sans-pro", sans-serif;
}
.RelatedFiles .RadUpload_Default .ruButton:hover {
  background: #ffffff !important;
  color: #3081ac !important;
}
/* GRANTEE PROFILE | ORGANIZATION & EDIT SNAPSHOT */
.ModuleWrapperRadTab .multiPage {
  border: 1px solid #3081ac;
  border-radius: 5px;
  margin-top: 1px;
}
.ImageRemove a,
.ImageChange a {
  background: #3081ac;
  border-radius: 5px;
  color: #ffffff !important;
  padding: 3px 10px;
  font-size: .9rem;
}
.ImageRemove a:hover,
.ImageChange a:hover {
  background: #ffffff;
  color: #3081ac !important;
}
/* == HELP ICON | Recommend Grants, Grant Entry, Single & Recurring Grants, Fund Activity + == */
.ModStellariPhiModulesHelpIconC {
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  cursor: hand;
  cursor: pointer;
}
.ModStellariPhiModulesHelpIconC img {
  max-width: 20px;
}
/*== TOOLTIPS == */
.RadToolTip .rtWrapper .rtWrapperContent {
  background-color: #9c9fa1;
  font-size: 13px !important;
  color: #000000 !important;
  font-family: "freight-sans-pro", sans-serif !important;
}
.RadToolTip .rtWrapper .rtWrapperContent .helpheader {
  text-transform: uppercase;
}
.RadToolTip .rtWrapper .rtWrapperContent li {
  list-style-type: square;
  margin-left: 10px;
}
@media (max-width: 430px) {
  .RadToolTip .rtWrapper {
    width: 98% !important;
  }
}
/*===== OTHER  =====*/
.ControlPanel {
  z-index: 999;
  position: relative;
}
.CookiePolicyMessageBox {
  width: 100% !important;
  bottom: 0 !important;
  right: 0 !important;
  justify-content: center !important;
  z-index: 10000;
  padding: 1rem !important;
  min-width: auto;
}
.CookiePolicyMessageBox .CookiePolicyAcceptText a:link,
.CookiePolicyMessageBox .CookiePolicyAcceptText a:visited {
  color: #00c7e2 !important;
}
.CookiePolicyButtonContainer {
  margin-left: 0;
}
#CookiePolicyPopup_accept {
  background: #00c7e2 !important;
  color: #ffffff;
  border: 0;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 8px 25px;
  margin: 0 0 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#CookiePolicyPopup_accept:hover {
  background: #00c7e2 !important;
}
.ExportLister {
  font-size: .9rem;
}
#dnn_ctr_Install_wizInstall .Normal {
  font-size: 0.9rem;
}
/* Admin Pages */
/* =========    FORMS   =========*/
.stsselect-input,
.stsselect-input .stsselect-text {
  height: 24px !important;
  border-radius: 5px;
  border-color: #3081ac !important;
  font-weight: 400;
  font-family: "freight-sans-pro", sans-serif !important;
}
/* select dropdowns */
.stsselect-text {
  padding: 3px 0 0 2px !important;
}
.RadInput_Office2007 .riTextBox,
.RadInputMgr_Office2007 {
  border: 1px solid #3081ac !important;
  padding: 3px !important;
  height: 22px !important;
  color: #000000 !important;
  font-family: "freight-sans-pro", sans-serif !important;
}
.RadInput_Office2007 textarea.riTextBox {
  height: auto !important;
  min-height: 50px;
  min-width: 300px;
}
/* let textarea height be auto */
.iPhiForm {
  /* checkboxes & radio */
  /* label = 16px @ default.css */
  /* "What is this?" next CC field */
  /* Country Slect Drop-down */
}
.iPhiForm h1,
.iPhiForm h2 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "freight-sans-pro", sans-serif;
}
.iPhiForm .checkbox input,
.iPhiForm .radio input {
  margin-right: 4px;
}
.iPhiForm .CustomFormSubmitButton {
  margin-left: 0 !important;
}
.iPhiForm .CustomFormSubmitButton input {
  margin-top: 1rem;
}
.iPhiForm label:empty {
  display: none;
}
.iPhiForm .optional label {
  font-weight: 300;
}
.iPhiForm .required label {
  font-weight: 600;
}
.iPhiForm.iPhiNarrowForm label {
  margin-bottom: 5px !important;
}
.iPhiForm .radiogroup.required .thelabel {
  font-weight: 600;
}
.iPhiForm .thelabel {
  font-size: 0.95rem;
  padding-right: 7px;
  margin-bottom: 0;
}
.iPhiForm .thefield {
  font-size: 0.95rem;
  padding-top: 0 !important;
  line-height: 16px;
}
.iPhiForm .descriptive {
  font-size: 0.9rem;
}
.iPhiForm .descriptive font[size="1"] {
  color: #C00000;
  font-style: italic;
  font-size: .8rem;
}
.iPhiForm div.fieldset {
  border: 0px none !important;
}
.iPhiForm div.legend {
  background: linear-gradient(133deg, #f9f9f9 55%, rgba(18, 69, 162, 0.3) 100%);
  color: #000;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  border: 0 !important;
  border-radius: 4px;
  padding: 5px 8px !important;
  margin: 10px 10px 10px 0 !important;
  width: auto;
}
.iPhiForm #ccvLink {
  font-size: .85rem;
  font-style: italic;
  margin-left: 10rem;
}
.iPhiForm .stsselect-input {
  padding: 3px !important;
  color: #000000 !important;
  border-radius: 5px;
  font-family: "source-sans-pro", sans-serif !important;
}
.iPhiForm .stsselect-input .caret {
  margin: 2px 5px 0 3px;
}
.iPhiForm .stsselect-input .caret-btn {
  margin-top: -18px;
  border: 0 !important;
  height: 16px;
}
.iPhiForm .stsselect-input .caret-btn:hover {
  cursor: pointer;
}
.iPhiForm .stsselect-input .stsselect-text {
  padding: 2px 0 0 2px !important;
}
.iPhiForm .stsselect-input:hover .caret,
.iPhiForm .stsselect-input:hover .caret-btn {
  background: none;
}
.iPhiForm .Country_container .stsselect-input .stsselect-text {
  font-size: 0.75rem !important;
}
.iPhiForm .container {
  margin: 0;
}
.iPhiForm .container.wideindent {
  /* View Grant */
}
.iPhiForm .container.wideindent .thelabel {
  float: left !important;
  margin-right: 8px !important;
}
/* CAPTCHA */
.ModStellariPhiModulesCustomFormCaptchaC .thefield {
  margin: 0 !important;
}
.cfcaptcha.TextField.container {
  max-width: 100%;
}
.RadCaptcha img {
  float: left;
  margin: 0 10px 10px 0;
}
.RadCaptcha a {
  font-weight: 400;
  font-size: 1rem;
}
.RadCaptcha a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
  margin: 0 5px 0 0;
  color: #00c7e2;
}
.RadCaptcha .riSingle.RadInput {
  clear: both;
  display: block;
  width: 200px;
  margin-top: 15px;
}
/*=== CUSTOMIZED FORM FIELDS === */
/* searcher */
.iPhiSearchForm .container {
  margin: 0;
}
.iPhiSearchForm .container .thelabel {
  width: 120px;
}
.iPhiSearchForm .container .thefield {
  margin: 0 0 0 4px;
}
/*=== DNN GENERATED TABLES | OVERLAY ACCOUNT SEARCH  === */
tr.highlight {
  background: #ffcf07 !important;
}
.RadGrid {
  border: 0 !important;
}
.RadGrid.RadGrid_Office2007 {
  overflow-x: auto;
}
.RadGrid_Office2007 table {
  border: 0;
}
.RadGrid_Office2007 .rgHeader {
  border: 0 !important;
  background: none !important;
}
.RadGrid_Office2007 .rgRow > td,
.RadGrid_Office2007 .rgAltRow > td {
  border: 0 !important;
  font-size: 0.9rem;
  font-weight: 300;
  padding: .5rem !important;
}
.RadGrid_Office2007 .rgMasterTable {
  /* == Giving Opportunities == */
}
.RadGrid_Office2007 .rgMasterTable thead th {
  color: #ffffff;
  background-color: #383f43 !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
}
.RadGrid_Office2007 .rgMasterTable thead th a {
  color: #ffffff !important;
}
.RadGrid_Office2007 .rgMasterTable thead th:first-child {
  border-top-left-radius: 5px;
}
.RadGrid_Office2007 .rgMasterTable thead th:last-child {
  border-top-right-radius: 5px;
}
.RadGrid_Office2007 .rgMasterTable tbody tr:nth-of-type(2n+0) {
  background-color: rgba(0, 0, 0, 0.05);
}
.RadGrid_Office2007 .rgMasterTable .rgRow a,
.RadGrid_Office2007 .rgMasterTable .rgAltRow a {
  color: #007bc6;
}
.RadGrid_Office2007 .rgMasterTable td.Cart a,
.RadGrid_Office2007 .rgMasterTable td.DetailsLink a {
  background: #00c7e2;
  border: 1px solid #00c7e2;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: .8px;
  padding: 2px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.RadGrid_Office2007 .rgMasterTable td.Cart a:hover,
.RadGrid_Office2007 .rgMasterTable td.DetailsLink a:hover {
  background: #ffffff;
  color: #00c7e2;
  text-decoration: none;
}
.RadGrid_Office2007 .rgMasterTable .RadInput {
  width: 100% !important;
}
.RadGrid_Office2007.events-table .EventName {
  font-weight: 400 !important;
}
.RadGrid_Office2007.events-table .DetailsDispatch a {
  background: #00c7e2;
  border-radius: 5px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 5px 8px;
  font-weight: 400;
}
.RadGrid_Office2007.events-table .DetailsDispatch a:hover {
  text-decoration: none;
  background: #00c7e2;
}
.RadGrid_Office2007 tfoot {
  /* table footer */
}
.RadGrid_Office2007 tfoot .rgPager {
  background: none;
}
.RadGrid_Office2007 tfoot .rgPager .rgPagerButton {
  background: none !important;
  background: #00c7e2 !important;
  border: 1px solid #00c7e2 !important;
  font-size: .8rem !important;
}
.RadGrid_Office2007 tfoot .rgPager .rgPagerButton:hover {
  background: #ffffff !important;
  color: #00c7e2;
}
.RadGrid_Office2007 tfoot .rgPager .rgPageFirst,
.RadGrid_Office2007 tfoot .rgPager .rgPagePrev,
.RadGrid_Office2007 tfoot .rgPager .rgPageNext,
.RadGrid_Office2007 tfoot .rgPager .rgPageLast {
  width: 25px !important;
}
.RadGrid_Office2007 tfoot .pagination {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  margin-right: 0;
  padding: 2px 8px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RadGrid_Office2007 tfoot .pagination label {
  margin: 0 10px;
}
.RadGrid_Office2007 tfoot .pagination .pagination-details {
  margin: 0 15px 0 auto;
}
.RadGrid_Office2007 tfoot .pagination button {
  padding: 2px 10px;
  font-size: 10px;
  border-radius: 5px;
}
.RadGrid_Office2007 tfoot .pagination input.pagination-page {
  width: 25px;
  text-align: center;
  border: 0;
  margin-left: 3px;
}
.RadGrid_Office2007 tfoot .pagination select.pagination-pageSize {
  width: 50px;
  border: 0;
  text-align: center;
  margin-left: 3px;
}
.RadGrid_Office2007 .rgFooter {
  background-image: none !important;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: bold;
  border: 0 !important;
}
.RadGrid_Office2007 .rgFooter a {
  color: #007bc6 !important;
  text-transform: uppercase;
  font-weight: 600;
}
.RadGrid_Office2007 tr.rgFooter {
  background: none !important;
}
.RadGrid_Office2007 tr.rgFooter td:first-child {
  border-radius: 0 0 0 5px;
}
.RadGrid_Office2007 tr.rgFooter td:last-child {
  border-radius: 0 0 5px 0;
}
.RadGrid_Office2007 .LevelDispatch a {
  background: #007bc6;
  border-radius: 5px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 5px 8px;
  font-weight: 400;
}
.RadGrid_Office2007 .LevelDispatch a:hover {
  text-decoration: none;
  background: #00c7e2;
}
/* === MY PROFILE TABBED TABLES === */
.flash-message {
  font-weight: 600;
  color: #ff9700;
}
/* After changes submitted */
.RadTabStrip_Office2007 .rtsLevel1 {
  background: none !important;
  background-image: none !important;
}
.RadTabStrip_Office2007 .rtsLevel1 .rtsOut {
  background-image: none !important;
  padding: 0;
}
.RadTabStrip_Office2007 .rtsLevel1 .rtsLink {
  background-image: none !important;
  border: 1px solid #00c7e2;
  border-radius: 10px 0;
  background: #00c7e2;
  padding: 1px 6px;
  margin: 5px 5px 5px 0;
  white-space: nowrap;
  color: #ffffff !important;
  font-size: .8rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif !important;
}
.RadTabStrip_Office2007 .rtsLevel1 .rtsLink:hover {
  background: #ffffff;
  color: #00c7e2 !important;
  text-decoration: none;
}
.RadTabStrip_Office2007 .rtsLevel1 .rtsLink.rtsSelected {
  background: #3081ac;
}
.RadTabStrip_Office2007 .rtsLevel1 .rtsLink.rtsSelected:hover {
  color: #ffffff !important;
}
/* Pagination */
#dnn_ContentPane .PagingTable {
  border: 0;
}
#dnn_ContentPane .PagingTable background:transparent .CommandButton {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
  font-family: "freight-sans-pro", sans-serif;
}
#dnn_ContentPane .PagingTable background:transparent .CommandButton:hover {
  color: #00c7e2;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/*=== IMPORTANT - to override default.css modal  ===*/
.modal.fade.show,
.modal.fade.in {
  opacity: 1 !important;
}
.modal-backdrop.fade.in,
.modal-backdrop.fade.show {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-dialog {
  max-width: 600px !important;
  margin-top: 80px;
}
.modal-dialog button,
.modal-dialog .button,
.modal-dialog input[type="button"],
.modal-dialog input[type="submit"] {
  padding: 4px 13px;
  font-size: 0.85rem !important;
}
.modal-dialog .pagination {
  margin-right: 0;
  padding: 2px 8px;
  font-size: .8rem;
  color: #383f43;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-dialog .pagination label {
  margin: 0 10px;
}
.modal-dialog .pagination .pagination-details {
  margin: 0 15px 0 auto;
}
.modal-dialog .pagination button {
  padding: 2px 10px;
  font-size: 10px;
  background: #3081ac;
  border: 1px solid #3081ac;
}
.modal-dialog .pagination button:hover {
  background: #ffffff;
  color: #3081ac !important;
}
.modal-dialog .pagination input.pagination-page {
  width: 25px;
  text-align: center;
  border: 1px solid #3081ac;
  margin-left: 3px;
  border-radius: 4px;
}
.modal-dialog .pagination select.pagination-pageSize {
  width: 50px;
  border: 1px solid #3081ac;
  text-align: center;
  margin-left: 3px;
  border-radius: 4px;
}
.modal-header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #3081ac;
}
.modal-content {
  font-size: 0.9rem !important;
}
.modal-content h3 {
  font-size: 1.3rem !important;
}
.modal-content button.close {
  order: 2;
  color: #ffffff !important;
  opacity: 1;
  font-size: 0 !important;
  padding: 0;
  margin: 0 0 5px 5px;
  border: none !important;
}
.modal-content button.close::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f057';
  color: #3081ac;
  margin: 0 5px 0 -15px;
  font-size: 1.2rem !important;
}
.modal-content .iPhiForm .optional .checkbox label {
  width: auto !important;
}
/* =========   ANIMATIONS   =========*/
.animatePause {
  visibility: hidden;
  /* pause animatePause objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.animate {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.animate.animationDelay {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}
.animate.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.animate.animationDelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.animate.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor;
}
.animate.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
.animate.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.animate.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.animate.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animate.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animate.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animate.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}
.animate.growShrink {
  -webkit-animation-name: growShrink;
  -moz-animation-name: growShrink;
  -o-animation-name: growShrink;
  animation-name: growShrink;
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    -webkit-transform: translateX(20px);
  }
  80% {
    -webkit-transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    -moz-transform: translateX(20px);
  }
  80% {
    -moz-transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  80% {
    -o-transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    -webkit-transform: translateX(-20px);
  }
  80% {
    -webkit-transform: translateX(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    -moz-transform: translateX(-20px);
  }
  80% {
    -moz-transform: translateX(5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    -o-transform: translateX(-20px);
  }
  80% {
    -o-transform: translateX(5px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@-o-keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@-webkit-keyframes growShrink {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.35);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes growShrink {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.35);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes growShrink {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.35);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes growShrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.35);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes IconFloat {
  from {
    background-position: right 0%;
  }
  to {
    background-position: right calc(-56.25vw);
  }
}
@-moz-keyframes IconFloat {
  from {
    background-position: right 0%;
  }
  to {
    background-position: right calc(-56.25vw);
  }
}
@keyframes IconFloat {
  from {
    background-position: right 0%;
  }
  to {
    background-position: right calc(-56.25vw);
  }
}
/*  LONGER SLIDE|FADE UP FOR UPPER BOXED AREAS */
@keyframes slideFadeUp {
  from {
    transform: translate3d(0, 150px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideFadeUp {
  from {
    transform: translate3d(0, 150px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideFadeUp {
  opacity: 0;
  animation-name: slideFadeUp;
  -webkit-animation-name: slideFadeUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
/* =========   RESPONSIVE MEDIA QUERIES    =========*/
@media (min-width: 992px) {
  header .hero-title {
    max-width: 50%;
    margin: 40px 0;
  }
}
@media (max-width: 992px) {
  .ControlPanel {
    display: none;
  }
  /* HIDE DNN Control panel at top */
  header .hero-title {
    width: 100%;
  }
  header .hero-title .DefaultCont {
    margin: 0;
  }
  .iPhiForm div.wide.TextArea textarea,
  .iPhiForm div.wide.TextArea span.thefield,
  .iPhiForm div.wide.TextArea span.RadInput {
    width: 99% !important;
  }
}
@media (max-width: 767px) {
  body,
  .Normal {
    font-size: 1rem !important;
  }
  .main-logo {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  body,
  .Normal {
    font-size: 0.9rem !important;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  button,
  .button,
  input[type="button"],
  input[type="submit"],
  input[type="button"].primary,
  input[type="submit"].primary,
  input[type="button"].secondary,
  input[type="submit"].secondary {
    font-size: 0.8rem  !important;
    padding: 5px 10px;
  }
  .iPhiForm .thelabel {
    width: auto !important;
    min-width: 80px;
    padding-left: 4px;
    font-size: 0.9rem;
  }
  .iPhiForm .thefield {
    margin: 0 !important;
  }
  .iPhiForm div.long.TextField input {
    width: 200px !important;
  }
  .iPhiForm div.long.TextArea textarea {
    width: 200px !important;
    min-height: 70px;
  }
  .iPhiForm div.long .stsselect-input {
    widows: 200px;
  }
  .iPhiForm div.long .stsselect-text {
    width: 179px;
  }
  .iPhiForm .descriptive {
    margin-left: 80px;
  }
  .iPhiForm .RadioButtonGroup .thefield {
    display: inline-block !important;
  }
  .iPhiForm .container.wide .thelabel,
  .iPhiForm .container.wideindent .thelabel {
    display: block;
  }
  .iPhiForm #ccvLink {
    margin-left: 6.5rem;
  }
  section ul {
    padding-left: 20px;
  }
  section ul ul {
    padding-left: 5px;
  }
  .modal-dialog {
    max-width: 97% !important;
  }
  .GivingOpsResultsTable .FieldsOfInterest {
    display: none;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.4rem;
  }
  h4,
  h5 {
    font-size: 1.2rem;
  }
  header .main-logo {
    height: 70px;
  }
  header #topNav1 .home {
    display: block;
    margin: 10px 10px 0 0;
  }
  button,
  .button,
  input[type="button"],
  input[type="submit"],
  input[type="button"].primary,
  input[type="submit"].primary,
  input[type="button"].secondary,
  input[type="submit"].secondary {
    font-size: 0.8rem;
  }
  /* USER GROUP EVENT REGISTRATION TABLES */
  .EventsTable.mainTableDiv .EventNote.rgHeader {
    display: none;
  }
  .EventsTable.mainTableDiv table td {
    display: block;
  }
  .EventsTable.mainTableDiv td.DetailsDispatch {
    padding-bottom: 1rem !important;
  }
  table.event-details td {
    display: block;
  }
  table.event-details thead th:nth-child(2) {
    display: none;
  }
}
@media (max-width: 360px) {
  .iPhiForm .thelabel {
    min-width: 0;
    float: none !important;
  }
  .iPhiForm .descriptive {
    margin-left: 0 !important;
  }
  #topNav .navbar-nav .nav-link {
    font-size: 0.9rem;
  }
  #topNav .navbar-nav .dropdown-item,
  #topNav .navbar-nav .dropdown-menu {
    font-size: 0.85rem;
  }
  #CookiePolicyPopup_accept {
    font-size: 0.8rem;
    padding: 8px 20px;
  }
  .RadInput_Office2007 textarea.riTextBox {
    min-width: 200px;
  }
}
/* ##### FOR PRINTING ONLY   ##### */
@media print {
  .animatePause,
  .slideFadeUp {
    visibility: visible;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  .animate {
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -ms-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
  }
  .slideFadeUp {
    opacity: 1;
    animation-duration: 0s;
    -webkit-animation-duration: 0s;
  }
}
#ctl00_ContentArea_tranId {
  display: inline-block !important;
}
.rgExpandCol input {
  width: 16px !important;
}
a#dnn_ctr1560_ViewOrgSnapshotEditor_module_logo_changeImageLink,
a#dnn_ctr1560_ViewOrgSnapshotEditor_module_logo_removeImageLink {
  border: 1px solid #693;
}
.ModAuthenticationC .thefield .riSingle {
  display: inline;
}
.ModAuthenticationC .thefield .riSingle .riTextBox {
  border-radius: 0px;
  margin-top: -2px;
  margin-bottom: 8px;
}
.ModAuthenticationC .thefield .input-group-append {
  margin-top: 0px;
  height: 22px;
}
.ModAuthenticationC .thefield .input-group-append .btn {
  padding: 0px 2px 2px 2px;
  margin-top: -2px;
}
.ModAuthenticationC .thefield #dnn_ctr1115_Login_ctl01_Password_Password_textField {
  border-radius: 0px;
  margin-bottom: 8px !important;
  margin-top: -2px;
}
.ModAuthenticationC .thefield #dnn_ctr1115_Login_ctl01_Password_Password_cflabel,
.ModAuthenticationC .thefield #dnn_ctr1115_Login_ctl01_User_User_cflabel {
  margin-bottom: 10px !important;
}
.ModAuthenticationC .thefield .icon-eye-open,
.ModAuthenticationC .thefield .icon-eye-close {
  font-size: 15px;
  color: #005cdd;
  padding-top: 0px;
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
/* cru - Skin.css - 03.16.81 */

