/* GENERAL STYLES
---------------------------------------------*/
html,
body,
form {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 16px/1.5 'Montserrat', Helvetica, Arial, sans-serif;
  background: #434343;
}
a {
  color: #3f5981;
  text-decoration: none;
  outline: none;
  transition: color 250ms ease, background 500ms ease;
}
a:hover {
  color: #8c9abf;
  text-decoration: none;
}
a img {
  border: none;
}
#ContentMiddle a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
h1,
.PageTitleHeader {
  font-size: 2.429em;
  line-height: 1.25em;
  color: #1A34B9;
  text-transform: uppercase;
}
h2,
.PageSubTitleHeader {
  font-size: 1.714em;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #1A34B9;
  font-weight: normal;
}
h3 {
  font-size: 1.429em;
  line-height: 1.25em;
  color: #434343;
}
h4 {
  font-size: 1.143em;
  line-height: 1.25em;
}
h5 {
  font-size: 0.929em;
  line-height: 1.25em;
}
p {
  margin: 0.5em 0 1.5em;
  padding: 0;
  font-family: 'Cardo', serif;
}
#PageTitle,
.PageTitleHeader {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.textalignright {
  text-align: right;
}
.textalignleft {
  text-align: left;
}
hr {
  height: 1px;
  line-height: 1px;
  margin: 2em 0;
  clear: both;
  border: none;
  background: #e4e4e4;
  color: #e4e4e4;
}
img.left {
  float: left;
  margin: 0 7px 1px 0;
}
img.right {
  float: right;
  margin: 0 0 7px 7px;
}
img.outline {
  border: 4px solid #434343;
}
.clearing {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-top: -7px;
}
.clearBoth {
  clear: both;
}
.clearRight {
  clear: right;
}
.clearLeft {
  clear: left;
}
.invisibleButAccessible {
  display: none;
}
.idbmsBreadcrumbSeparator {
  color: #1A34B9 !important;
}
.expand img {
  background-color: #1A34B9 !important;
}
.expand {
  background-color: #1A34B9 !important;
  display: inline-block;
  width: 18px;
}
.Error,
.error {
  width: auto!important;
}
img[src="/images/icons/v2/common/brick_edit.gif"],
img[src="/images/icons/v2/common/delete.gif"],
img[src="/images/icons/v2/common/arrow_out.gif"],
img[src="/images/e.gif"],
img[src="/images/spacer.gif"],
img[src="/images/icons/v2/bomb.png"] {
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  float: none!important;
  width: 16px!important;
  height: 16px !important;
}
#inner-wrap img {
  max-width: 100%;
  height: auto;
}
#inner-wrap img[src="/images/spacer.gif"] {
  display: none;
}
#inner-wrap img * {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.EventsHeader td:nth-child(2) {
  width: 18px !important;
  height: 18px !important;
}
.EventsHeader span.expand img {
  width: 18px !important;
  height: 18px !important;
}
::-moz-selection {
  background: #3f5981;
  color: #fff;
}
::selection {
  background: #3f5981;
  color: #fff;
}
/* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection {
  background: #3f5981;
  color: #fff;
}
/* Mozilla Firefox */
/* Flexbox Equal heights */
.flexbox .equal-height {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.flexbox .equal-height-item {
  display: inherit;
  -ms-flex-direction: column;
      flex-direction: column;
}
.flexbox .equal-height-item-inner {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
/* Stack items on mobile */
@media only screen and (max-width: 767px) {
  .flexbox .equal-height {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
/* UTILITY BAR ELEMENTS
---------------------------------------------*/
.utilityBar {
  float: left;
  width: 100%;
  background: #fff;
  padding: 1em 0;
  font-size: 12px;
}
.memberTools {
  float: right;
  margin-right: 20px;
}
.memberTools ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.memberTools ul li {
  float: left;
  padding: 0 0 0 20px;
}
.memberTools ul li a {
  display: block;
  color: #1A34B9;
  font-weight: bold;
}
.search-container {
  float: right;
  position: relative;
  text-align: right;
}
.search-container .search {
  display: none;
  position: absolute;
  width: 185px;
  left: 0;
  top: 100%;
  transition: all 500ms ease;
}
.search-container .search.show {
  display: block;
  transition: all 500ms ease;
}
.search-container .search .fa-search {
  color: #434343;
  line-height: 21px;
  padding: .3em .75em;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.search-container .search button {
  position: absolute;
  right: 0;
  border: 0;
  background: transparnt;
  line-height: 2.15em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 26px;
  overflow: hidden;
  text-indent: 99px;
  /* position: relative; */
  height: 28px;
}
.search-container .search button:before {
  content: "\f002";
  position: absolute;
  color: #333;
  z-index: 999;
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 2.5em;
}
.search-container span.search-toggle {
  line-height: 21px;
  padding: 2px 8px;
}
.search-container span.fa-close {
  background: #e4e4e4;
  color: #434343;
}
.search-container input,
.search-container button {
  float: left;
  width: 100%;
  background: #e4e4e4;
  color: #434343;
  border: 0;
  padding: .3em .75em;
}
.search-container img[id$="_imgbtnSearch"] {
  width: 14px;
}
.search-container label,
.search-container .SearchModuleSpacer {
  display: none;
}
.m-pikabu-nav-toggle {
  text-align: right;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
}
.m-pikabu-nav-toggle:hover {
  text-decoration: none;
}
/* HEAD ELEMENTS
---------------------------------------------*/
.structHead {
  float: left;
  width: 100%;
  background: #1A34B9;
  padding: 1em 0;
}
@media only screen and (max-width: 1169px) {
  .structHead {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .structHead {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .headLogo {
    margin: 2em 0 0;
  }
}
.mobile-give-btn {
  display: table;
  text-align: right;
}
.mobile-give-btn .give-btn {
  background: #8c9abf;
  padding: 15px 25px;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.mobile-give-btn .give-btn:before {
  content: "\f06b";
  margin-right: .5em;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-give-btn .give-btn:hover {
  background: #fff;
  color: #8c9abf;
}
@media only screen and (max-width: 767px) {
  .mobile-give-btn {
    display: block;
    padding: 0;
  }
  .mobile-give-btn .give-btn {
    display: block;
    padding: 15px 0;
  }
}
#nav {
  display: none;
}
/* MAIN TOP HORIZONTAL NAV
---------------------------------------------*/
.desktopNav {
  background: #1A34B9;
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.desktopNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.desktopNav ul li {
  float: left;
  padding: 0;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
}
.desktopNav ul li:hover li a {
  color: #fff;
}
.desktopNav ul li a {
  display: block;
  text-decoration: none;
  padding: 0 1em;
  color: #fff;
}
.desktopNav ul li a.give-btn {
  background: #8c9abf;
  margin-left: 2em;
}
.desktopNav ul li a.give-btn:before {
  content: "\f06b";
  margin-right: .5em;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.desktopNav ul li a.give-btn:hover {
  background: #fff;
  color: #8c9abf;
}
.desktopNav li.sfHover {
  position: static;
}
.desktopNav li.sfHover ul {
  left: auto;
  opacity: 1;
  top: 100%;
  margin-top: -5px;
  border-top: solid 5px #fff;
  padding: 20px;
}
.desktopNav li.sfHover ul a {
  padding: 0;
}
.desktopNav li.sfHover ul ul {
  left: -999em;
}
.desktopNav li.sfHover ul ul ul {
  left: -999em;
}
.desktopNav li ul {
  position: absolute;
  left: -999em;
  margin: 0px;
  background: #1A34B9;
  float: none;
  width: 15em;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms ease;
}
.desktopNav li ul li {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  line-height: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 28px;
}
.desktopNav li ul li.sfHover {
  position: static;
}
.desktopNav li ul li.sfHover ul {
  left: auto;
  opacity: 1;
}
.desktopNav li ul li:hover a {
  color: #8c9abf;
}
.desktopNav li ul li ul {
  margin: -23px 0 0 150px;
  background: green;
  color: #fff;
  width: 170px;
}
.desktopNav li ul li ul li {
  width: 170px;
}
.desktopNav li ul li ul li.sfHover {
  position: static;
}
.desktopNav li ul li ul li.sfHover ul {
  left: auto;
  opacity: 1;
  top: 100%;
}
.desktopNav li ul li ul li a {
  color: #fff;
}
.desktopNav li ul li ul li a:hover {
  color: #e4e4e4;
}
.desktopNav li ul li ul a {
  font-weight: normal;
  text-align: left;
  padding: 0.25em 1em;
  border: none;
}
/* Flexbox styles */
.flexbox .desktopNavInner > ul {
  display: -ms-flexbox;
  display: flex;
}
.flexbox .desktopNavInner > ul > li {
  float: none;
  display: inherit;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px 0;
}
.flexbox .desktopNavInner > ul > li > a {
  display: inherit;
  width: 100%;
  line-height: 1.25em;
  padding: 15px 15px;
  text-align: center;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
/* BREADCRUMBS
-----------------------------------------------*/
.structBody .breadCrumbs {
  margin-bottom: 2em;
  color: #b8b8b8;
}
.structBody .breadCrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.structBody .breadCrumbs ul li {
  padding: 0 0 0 0;
  margin: 0;
  display: inline;
  font-size: .8em;
}
.structBody .breadCrumbs ul li:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.structBody .breadCrumbs ul li:first-child:before {
  content: "";
}
.structBody .breadCrumbs ul li:first-child a {
  padding-left: 0;
}
.structBody .breadCrumbs ul li.selected a {
  font-weight: bold;
}
.structBody .breadCrumbs ul li a {
  text-decoration: none;
  padding: 0 5px 0 8px;
  color: #b8b8b8;
}
/* BODY ELEMENTS
---------------------------------------------*/
.overlay {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 99;
}
.overlay.show {
  display: block;
}
.m-pikabu-viewport {
  background: #fff;
}
.structBody {
  float: left;
  padding: 0em 0;
  width: 100%;
  background: #fff;
}
.structBody.reunion {
  margin-top: 2em;
}
.midWrap {
  padding-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  .midWrap {
    padding-bottom: 1em;
  }
}
.cta-container {
  margin-bottom: 4em;
}
.cta-container .cta {
  background: #434343;
  display: table;
  width: 100%;
  height: 100px;
}
.cta-container .cta a {
  color: #fff;
  font-size: 1.2em;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.cta-container .cta a span.fa {
  font-size: 2em;
  vertical-align: middle;
}
.cta-container .cta a span.fa.fa-gift {
  font-size: 2.4em;
}
.cta-container .cta a div.txt {
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.25em;
  vertical-align: middle;
  margin-left: 1em;
}
.cta-container .cta a div.txt span.lg-txt {
  font-size: 1.5em;
  display: block;
}
.cta-container .cta:hover {
  background: #3f5981;
}
.cta-container .cta:hover a {
  color: #e4e4e4;
}
@media only screen and (max-width: 1169px) {
  .cta-container .cta {
    height: 130px;
  }
  .cta-container .cta a {
    font-size: 1em;
    padding: 1em 0;
  }
  .cta-container .cta a span.fa {
    display: block;
    margin-bottom: .35em;
  }
  .cta-container .cta a div.txt {
    text-align: center;
    margin-left: 0;
  }
  .cta-container .cta a div.txt span.lg-txt {
    font-size: 1.7em;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .cta-container .cta {
    margin: 0 0 2em;
  }
  .cta-container .cta a div.txt span.lg-txt {
    font-size: 1.5em;
  }
}
.home-main-content {
  background: #f7f7f7;
  padding-top: 5em;
  padding-bottom: 5em;
}
.view-all-btn {
  background: #8c9abf;
  float: left;
  clear: left;
}
.view-all-btn a {
  color: #464646;
  font-size: 1.2em;
  display: block;
  padding: .85em 1em;
  text-transform: capitalize;
}
.view-all-btn a span.fa {
  font-size: .8em;
  margin-left: .35em;
}
.view-all-btn:hover {
  background: #1A34B9;
}
.view-all-btn:hover a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .view-all-btn {
    margin-bottom: 3em;
  }
}
.pageName h1 {
  margin: 0 0 10px;
}
.flexbox .year-container ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.flexbox .year-container ul > li {
  float: none;
  display: inherit;
  -ms-flex-direction: column;
      flex-direction: column;
  background: rgba(15, 47, 97, 0.8);
  margin: 7.4px;
  padding: 5px;
}
.flexbox .year-container ul > li > a {
  display: inherit;
  width: 100%;
  line-height: 1.25em;
  padding: 10px 20px;
  text-align: center;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
}
.flexbox .year-container ul > li:hover {
  background: #626262;
}
.flexbox .year-container ul > li.active {
  background: #1A34B9;
}
@media only screen and (max-width: 1169px) {
  .flexbox .year-container ul:after {
    content: "";
    -ms-flex: auto;
        flex: auto;
  }
}
.feature-container {
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
  float: left;
}
.feature-container .feature-wrap {
  margin: 0 0 2em;
}
.feature-container .feature-wrap .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.feature-container .feature-wrap .thumb .feature-txt {
  position: absolute;
  bottom: 0;
  background: rgba(15, 47, 97, 0.75);
  color: #fff;
  font-size: 1.45em;
  height: 5em;
  overflow: hidden;
  left: 0;
  right: 0;
  padding-left: 1em;
  line-height: 5em;
}
.feature-container .feature-wrap .thumb .feature-txt .title a {
  color: #fff;
  font-size: 0.8em;
}
.feature-container .feature-wrap .thumb .feature-txt .read-more {
  background: rgba(255, 255, 255, 0.75);
  color: #1A34B9;
  font-weight: bold;
  position: absolute;
  right: -28px;
  top: 25px;
  width: 105px;
  font-size: .69em;
  height: 50px;
  line-height: 50px;
  text-align: center;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.feature-container .feature-wrap .thumb .feature-txt .read-more a {
  color: #1A34B9;
  display: block;
}
.feature-container .feature-wrap .thumb .feature-txt .read-more:hover {
  background: #8c9abf;
}
.feature-container .feature-wrap .thumb .feature-txt .read-more:hover a {
  color: #fff;
}
.imod-progWidget.defaultW2 {
  background: #e4e4e4;
  color: #434343;
  margin-bottom: 4em;
}
.imod-progWidget.defaultW2 .textLeft .title {
  color: #1A34B9;
  font-weight: normal;
  font-size: 2em;
}
.imod-progWidget.defaultW2 .textLeft .preview {
  font-family: 'Cardo', serif;
  font-size: 1.15em;
  color: #434343;
}
.imod-progWidget.defaultW2 .vizWrapper .bar {
  border-color: #434343;
}
.imod-progWidget.defaultW2 .vizWrapper .bar .value {
  color: #434343;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-weight: normal;
}
.imod-progWidget.defaultW2 .vizWrapper .bar .progressBar {
  background: #1A34B9;
}
.imod-progWidget.defaultW2 .textRight {
  background: transparent;
}
.imod-progWidget.defaultW2 .textRight .widgetStat .label {
  font-size: .93em;
}
.imod-progWidget.defaultW2 .textRight .widgetStat .value {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: normal;
}
.imod-progWidget.defaultW2 .textRight .widgetStat.amt-current .value {
  font-size: 2.5em;
}
.imod-progWidget.defaultW2 .textRight .giveBtn a {
  border-radius: 0;
  font-weight: normal;
}
.imod-progWidget.defaultW2 .textRight .giveBtn a span.fa {
  margin-left: .5em;
}
.imod-progWidget.defaultW2 .textRight .giveBtn a:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.imod-progWidget.defaultW2 .textRight .statsRight {
  border-color: #cdcdcd;
}
@media only screen and (max-width: 1169px) {
  .btm-two-col {
    width: 100%;
  }
  .btm-two-col .mobile-container {
    width: 738px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .btm-two-col .mobile-container {
    width: 100%;
  }
}
.leader-board-container {
  margin-bottom: 4em;
}
.leader-board-title h3 {
  margin-bottom: .8em;
  background: #434343;
  color: #fff;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .leader-board-title h3 {
    text-align: center;
  }
}
.leaderboard div {
  float: left;
}
.leaderboard.colTitles {
  overflow: hidden;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 10px 0 2px;
}
.leaderboard.colTitles div {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: normal;
  padding: 10px;
  text-transform: uppercase;
}
.leaderboard .col1 {
  width: 50%;
}
.leaderboard .col2 {
  width: 50%;
}
.leaderboard .col2.fundRaised {
  text-align: right;
}
.imod-progWidget.leaderboard.lineItem {
  line-height: 30px;
  margin: 0;
  padding: 10px 20px;
  float: left;
  width: 100%;
  background: #8c9abf;
  margin-bottom: .8em;
  color: #434343;
}
.leaderboard.lineItem:nth-child(1) {
  font-weight: bold;
  padding: 10px 55px 10px 20px;
}
.leader-cta {
  background: #434343;
  float: left;
  color: #fff;
  border: solid 1px #434343;
  margin: 1.5em 0 0;
}
.leader-cta a {
  color: #fff;
  display: block;
  padding: .75em 1.25em;
}
.leader-cta:hover {
  background: transparent;
}
.leader-cta:hover a {
  color: #434343;
}
@media only screen and (max-width: 767px) {
  .leaderboard.colTitles {
    display: none;
  }
  .leaderboard div {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .leaderboard .col1.fundName {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
  }
  .leaderboard .col2.fundRaised {
    text-align: center;
    padding: 10px 20px;
  }
  .leaderboard .col2.fundRaised:before {
    content: "Raised: ";
  }
  .imod-progWidget.leaderboard.lineItem {
    padding: 0;
    margin: 0 0 10px;
    line-height: normal;
  }
}
/* NEWS LISTINGS
-----------------------------------------------*/
.home .newsItem {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.home .newsItem .thumb {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .newsItem .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: .85em 0.5em;
}
.home .newsItem .title {
  font-size: 1.45em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
  letter-spacing: .5px;
}
.home .newsItem .preview {
  font-size: 1.15em;
}
.home .newsItem:hover .text {
  background: rgba(15, 47, 97, 0.7);
  color: #cfcfcf;
}
.home .newsItem:hover .text a {
  color: #fff;
}
.spotlight-container {
  background: #e4e4e4;
  margin-bottom: 4em;
}
.spotlight-container .spotlight-inner-container {
  padding: 1em;
}
@media only screen and (min-width: 1170px) {
  .spotlight-container .spotlight-inner-container {
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .spotlight-container .spotlight-inner-container {
    background: #e4e4e4;
    float: left;
  }
}
@media only screen and (max-width: 1169px) {
  .spotlight-container {
    float: left;
    width: 100%;
  }
}
.spotlight-container h2 {
  padding: 0 15px;
}
.spotlight-container .spotlight-item-wrap .newsItem {
  margin: 2em 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  .spotlight-container .spotlight-item-wrap .newsItem .thumb {
    margin-bottom: 1em;
  }
}
.spotlight-container .spotlight-item-wrap .newsItem .thumb img {
  width: 100%;
}
.spotlight-container .spotlight-item-wrap .newsItem .text .title a {
  color: #1A34B9;
  font-weight: bold;
  font-size: 1.5em;
}
.feature-container .newsItem .thumb .img {
  width: 100%;
}
.feature-container .newsItem .txt-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: .85em 0.5em;
}
.feature-container .newsItem .txt-container .title {
  font-size: 1.45em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
  letter-spacing: .5px;
}
.feature-container .newsItem .txt-container .preview {
  font-size: 1.15em;
}
.feature-container .newsItem .txt-container:hover .text {
  background: rgba(15, 47, 97, 0.7);
  color: #cfcfcf;
}
.feature-container .newsItem .txt-container:hover .text a {
  color: #fff;
}
/* EVENT LISTINGS
-----------------------------------------------*/
.eventItem {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.eventItem .date {
  position: absolute;
  width: 60px;
  background: #1A34B9;
  color: #fff;
  text-align: center;
  padding: .2em 0;
}
.eventItem .date .month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1em;
  padding: 5px 0;
}
.eventItem .date .day {
  font-size: 2em;
  line-height: 1.2em;
}
.eventItem .text {
  padding-left: 80px;
  min-height: 70px;
}
.eventItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
  color: #434343;
}
.eventItem:nth-child(1) {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}
/* FEATURE ROTATOR
---------------------------------------------*/
.imageRotator {
  margin-bottom: 6em;
  /* Pager */
  /* Controls */
}
.imageRotator .bx-wrapper {
  position: relative;
}
.imageRotator .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.imageRotator .bx-wrapper .bx-viewport .bx_slide {
  position: relative;
  border-bottom: solid 10px #1A34B9;
  /* Image */
  /* Text */
}
.imageRotator .bx-wrapper .bx-viewport .bx_slide .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 35%;
  height: 0;
}
.imageRotator .bx-wrapper .bx-viewport .bx_slide .sldimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.imageRotator .bx-wrapper .bx-viewport .bx_slide .sldtxt {
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: 40%;
  background: #1A34B9;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.imageRotator .bx-wrapper .bx-viewport .bx_slide .sldtxt .title {
  font-size: 2em;
  text-transform: uppercase;
  padding: 0 0 10px;
}
.imageRotator .bx-wrapper .bx-viewport .bx_slide .sldtxt .title a {
  color: #fff;
}
.imageRotator .bx-wrapper .bx-viewport .bx_slide .sldtxt .preview {
  font-family: 'Cardo', serif;
}
@media only screen and (max-width: 767px) {
  .imageRotator .bx-wrapper .bx-viewport .bx_slide .sldtxt {
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .imageRotator .bx-wrapper {
    border-width: 0;
  }
}
.imageRotator .bx-pager {
  position: absolute;
  bottom: -55px;
  right: 0px;
  left: 0;
  text-align: center;
  z-index: 100;
}
.imageRotator .bx-pager .bx-pager-item {
  display: inline-block;
  padding-left: 12px;
}
.imageRotator .bx-pager a {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  text-indent: -999em;
  border: solid 1px #1A34B9;
  outline: none;
}
.imageRotator .bx-pager a.active {
  background: #1A34B9;
}
@media only screen and (max-width: 767px) {
  .imageRotator .bx-pager {
    position: static;
    margin-top: 1em;
  }
}
.imageRotator .bx-controls-direction {
  display: none;
}
.imageRotator .bx-controls-direction a {
  position: absolute;
  top: 45%;
  z-index: 100;
  outline: none;
}
.imageRotator .bx-controls-direction a.bx-prev {
  left: 20px;
}
.imageRotator .bx-controls-direction a.bx-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .imageRotator .bx-controls-direction a {
    top: 35%;
  }
}
.giving .imageRotator {
  /* Pager */
  /* Controls */
}
.giving .imageRotator .bx-wrapper .bx-viewport .bx_slide {
  border-bottom-width: 0;
  /* Image */
  /* Text */
}
.giving .imageRotator .bx-wrapper .bx-viewport .bx_slide .sldtxt {
  background: rgba(15, 47, 97, 0.8);
  bottom: 0;
  width: auto;
}
@media only screen and (max-width: 1169px) {
  .giving .imageRotator .bx-wrapper .bx-viewport .bx_slide .sldtxt .preview {
    display: none;
  }
}
.giving .imageRotator .bx-pager {
  display: none;
}
.giving .imageRotator .bx-controls-direction {
  display: block;
}
.giving .imageRotator .bx-controls-direction a {
  bottom: 5%;
  top: auto;
}
.giving .imageRotator .bx-controls-direction a .fa {
  font-size: 2.5em;
  color: rgba(255, 255, 255, 0.5);
}
.giving .imageRotator .bx-controls-direction a:hover .fa {
  color: rgba(255, 255, 255, 0.9);
}
/* LEFT COLUMN
---------------------------------------------*/
.secondaryNav {
  padding-bottom: 2em;
  border-bottom: solid 1px #e4e4e4;
}
.secondaryNav > ul {
  margin-bottom: 30px;
}
.secondaryNav > ul > li {
  background: #e4e4e4;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.secondaryNav > ul > li > ul {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
.secondaryNav > ul > li > ul > li {
  background: #1A34B9;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.secondaryNav > ul > li > ul > li a {
  display: block;
  padding: .5em .5em .5em 2em;
  color: #fff;
}
.secondaryNav > ul > li.selected {
  background: #1A34B9;
  color: #fff;
  border-width: 0;
}
.secondaryNav > ul > li.selected a {
  color: #fff;
}
.secondaryNav > ul > li > a {
  padding: 1em;
  color: #464646;
  font-weight: bold;
  font-size: 1.15em;
}
.secondaryNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondaryNav ul li a {
  display: block;
  line-height: normal;
}
.lf-callout {
  position: relative;
  margin: 2em 0 0;
  display: table;
  width: 100%;
  height: 100px;
}
.lf-callout a {
  display: table-cell;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.lf-callout a span.fa {
  font-size: 2.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
.lf-callout a div.txt {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.35em;
}
.lf-callout a div.txt .lg-txt {
  font-size: 1.45em;
  display: block;
}
.lf-callout:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.lf-callout.lf-callout-one {
  background: #1A34B9;
}
.lf-callout.lf-callout-two {
  background: #8c9abf;
}
.lf-callout.lf-callout-three {
  background: #434343;
}
.lf-callout.lf-callout-four {
  background: #e4e4e4;
}
.lf-callout.lf-callout-four a {
  color: #434343;
}
.border-top {
  padding-top: 2em;
  border-top: solid 1px #e4e4e4;
  margin-top: 2em;
}
.thank-you-message {
  text-align: center;
}
.thank-you-message .title {
  font-family: 'Cardo', serif;
  font-size: 3em;
}
.thank-you-message p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin: 1.5em 0;
}
/* RIGHT CONTENT 
---------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  .structRight {
    margin-bottom: 2em;
  }
}
/* FOOTER ELEMENTS
---------------------------------------------*/
footer {
  float: left;
  width: 100%;
  color: #fff;
  padding: 2em 0 0;
  background: url('images/footer-bg.jpg') no-repeat;
  background-size: cover;
  text-align: center;
  border-top: solid 10px #1A34B9;
}
footer a {
  color: #fff;
}
footer div.footer-logo-container {
  margin-bottom: 4em;
  margin-top: 4em;
}
@media only screen and (max-width: 1169px) {
  footer div.footer-logo-container {
    margin-bottom: 3em;
    margin-top: 3em;
  }
}
footer div.footer-logo-container div.logo {
  display: inline-block;
  padding: 0 .35em;
}
@media 480px {
  footer div.footer-logo-container div.logo {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    margin-bottom: 10px;
  }
}
footer nav.footer-top-links {
  margin-bottom: 4em;
}
footer nav.footer-top-links ul {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0;
}
footer nav.footer-top-links ul li {
  display: inline-block;
  font-size: 1.15em;
  padding: 0 1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1169px) {
  footer nav.footer-top-links {
    margin-bottom: 2em;
  }
  footer nav.footer-top-links ul li {
    display: block;
    padding: 0;
    line-height: 2em;
  }
}
footer .footer-btn-container {
  margin-bottom: 4em;
}
footer .footer-btn-container .footer-btn {
  display: inline-block;
  margin: 0 .5em;
}
footer .footer-btn-container .footer-btn a {
  background: #1A34B9;
  display: block;
  padding: 1em 2em;
  text-transform: uppercase;
  font-size: 1.15em;
}
footer .footer-btn-container .footer-btn a:hover {
  background: #8c9abf;
  color: #1A34B9;
}
footer .footer-btn-container .footer-btn a span.fa {
  margin-right: .4em;
}
@media only screen and (max-width: 767px) {
  footer .footer-btn-container .footer-btn {
    display: block;
    min-width: 168px;
    width: 60%;
    margin: 0 auto 1em;
  }
}
@media only screen and (max-width: 1169px) {
  footer .footer-btn-container {
    margin-bottom: 3em;
  }
}
footer .footer-btn-container .logo {
  margin-top: 1em;
}
footer .social-container {
  margin-bottom: 4em;
}
footer .social-container ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.5em;
}
footer .social-container ul.social li {
  display: inline;
  padding: 0 .35em;
}
footer .social-container ul.social li a {
  text-decoration: none;
}
/* Maint:260193 : 05/30/24 : New social markup for svg icons update */
footer .social-container ul.social {
  display: flex;
  justify-content: center
  }
footer .social-container ul.social li svg {
  fill: #fff;
  margin-top: 8px;
  }
footer .social-container ul.social li a svg:hover {
  fill: #8c9abf;
  }
footer .social-container ul.social li a .fab {
  font-size: 32px;
  }
/* end social markup for svg icons update */

@media only screen and (max-width: 1169px) {
  footer .social-container {
    margin-bottom: 3em;
  }
}
footer .btm-bg-container {
  background: rgba(0, 0, 0, 0.15);
  font-family: 'Cardo', serif;
  color: #e4e4e4;
  float: left;
  width: 100%;
}
footer .btm-bg-container ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
footer .btm-bg-container ul li {
  display: inline-block;
  padding: 0 .5em;
}
footer .btm-bg-container ul li a {
  color: #e4e4e4;
}
@media only screen and (max-width: 767px) {
  footer .btm-bg-container ul li {
    display: block;
    padding: 0;
    line-height: 30px;
  }
}
footer .btm-bg-container .btm-bg-darker-container {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  float: left;
}
footer .btm-bg-container .btm-bg-darker-container p {
  margin: .5em 0;
  font-size: .9em;
}
footer .btm-bg-container .btm-bg-darker-container p a {
  text-decoration: underline;
  color: #e4e4e4;
}
.toplink {
  display: block;
  text-align: center;
  font-size: 0.85em;
  text-transform: uppercase;
  line-height: normal;
  padding: 10px;
}
.toplink a {
  text-decoration: none;
  color: #8c9abf;
}
.toplink a:hover {
  color: #e4e4e4;
}
/* MOBILE NAVIGATION
-----------------------------------------------*/
.m-pikabu-sidebar {
  background: #1A34B9;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.85s;
  transform: none !important;
}
.m-pikabu-sidebar.active {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .m-pikabu-sidebar.active {
    width: 70%;
  }
}
.m-pikabu-sidebar .mainNav ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.m-pikabu-sidebar .mainNav ul li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-pikabu-sidebar .mainNav ul li.has-subnav .accordion-btn {
  color: #fff;
}
.m-pikabu-sidebar .mainNav ul li.selected a {
  color: #fff;
}
.m-pikabu-sidebar .mainNav ul li.active {
  background: #e4e4e4;
}
.m-pikabu-sidebar .mainNav ul li.active a {
  color: #1A34B9;
}
.m-pikabu-sidebar .mainNav ul li.active .accordion-btn {
  color: #1A34B9;
  height: 45px !important;
  line-height: 45px !important;
}
.m-pikabu-sidebar .mainNav ul li a {
  padding: 12px 1em;
  font-size: 1.15em;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .75px;
}
.m-pikabu-sidebar .mainNav ul li a:hover {
  background: transparent;
  color: #8c9abf;
}
.m-pikabu-sidebar .mainNav ul li ul li {
  background: #e4e4e4;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.m-pikabu-sidebar .mainNav ul li ul li a {
  color: #1A34B9;
}
.m-pikabu-sidebar .mainNav ul li ul li a:hover {
  background: transparent;
  color: #8c9abf;
}
.m-pikabu-sidebar .close-btn {
  text-align: center;
  display: block;
  font-size: 1.2em;
  color: #fff;
  line-height: 42px;
  margin-top: .5em;
}
.m-pikabu-sidebar .close-btn span {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-left: .5em;
  text-transform: uppercase;
}
.mobileSearch {
  margin: 1em 0;
  text-align: center;
  color: #434343;
  position: relative;
}
.mobileSearch input {
  background: #fff;
  border: none;
  padding: 8px 20px 8px 10px;
  width: 100%;
  color: #464646;
  font-size: 0.9em;
}
.mobileSearch span.fa-search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  line-height: 20px;
  padding: 8px 0;
}
.mobileSearch img[id$="_imgbtnSearch"] {
  width: 14px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.mobileSearch button,
.mobileSearch label,
.mobileSearch .SearchModuleSpacer {
  display: none;
}
#nav {
  overflow-y: scroll;
}
#nav ul li.selected > ul {
  display: block;
}
#nav ul li ul {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
  #nav {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #nav {
    display: block;
  }
}
.mobileMemberTools ul {
  padding: 0;
  margin: 0;
}
.mobileMemberTools ul li {
  list-style: none;
  padding: 12px 1em;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.mobileMemberTools ul li:nth-child(1) {
  border-top-width: 0;
}

.mobileMemberTools ul li a {
  color: #e4e4e4;
  text-decoration: none;
}

/* Styles for new Giving form 2019 */
#ContentMiddle div[id*="pnlBreadcrumbs"],
#ContentMiddle div.idbmsBreadcrumbWrapper {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #1A34B9;
    height: 22px;
    margin: 60px 0 40px;
    padding: 0;
}

.flexbox #ContentMiddle div[id*="pnlBreadcrumbs"],
.flexbox #ContentMiddle div.idbmsBreadcrumbWrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.idbmsBreadcrumbSeparator {
    display: none;
}

#ContentMiddle div[id*="pnlBreadcrumbs"]>* {
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    padding: 11px 30px;
    line-height: 1em;
    border-radius: 50px;
    border: 1px solid #1A34B9;
    background: #fff;
    height: 40px;
    margin-right: 15px;
}

@media only screen and (max-width: 1169px) {
    #ContentMiddle div[id*="pnlBreadcrumbs"]>* { 
        font-size: 12px;
    }
}

.flexbox #ContentMiddle div[id*="pnlBreadcrumbs"]>* {
    margin: 0;
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive {
    color: #fff;
    background: #1A34B9;
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .stepTxt {
    display: none;
}

#ContentMiddle .amountBox {
    background: #1A34B9;
    font-size: 30px;
    line-height: 65px;
    margin-bottom: 30px;
    font-weight: bold;
    padding: 20px 100px; 
    color: #fff;
    margin-top: -10px;
    text-transform: uppercase;
    padding-left: 100px;
}

#ContentMiddle .amountBox .imod_fieldInput {
    width: auto;
}

#ContentMiddle .amountBox .imod_fieldLabel{
    padding-right: 20px;
    width: auto;
    font-size: 30px;
    line-height: 65px;
}

#ContentMiddle .amountBox input[type="text"] {
    background: #fff;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding: 0 20px;
    height: 65px;
    line-height: 1em;
    width: 330px;
    max-width: 90%;
    border: none;
    border-radius: 2px;
}

#ContentMiddle table[id*="rblAdvancedDesignations"] tbody {
    display:flex; 
    flex-direction: row; 
    flex-wrap: wrap;
}

#ContentMiddle  table[id*="rblAdvancedDesignations"] tbody tr {
    width: 50%; 
}
#ContentMiddle  table[id*="rblAdvancedDesignations"] tbody tr:last-child {
    width: 100%; 
}

#ContentMiddle  table[id*="rblAdvancedDesignations"] tbody tr td  {
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 18px 80px 18px 18px;
    height: 90px;
    border-bottom: 8px solid #fff;
    font-size: 25px;
    position: relative; 
}


@media only screen and (min-width: 700px) and (max-width: 1023px) {
    #ContentMiddle  table[id*="rblAdvancedDesignations"] tbody tr td {
        font-size: 20px;
    }
}

#ContentMiddle  table[id*="rblAdvancedDesignations"] tbody tr {
    background: #1A34B9; 
}

#ContentMiddle  table[id*="rblAdvancedDesignations"] tbody tr:first-child {
    border-right: 8px solid #fff;
}

#ContentMiddle table[id*="rblAdvancedDesignations"] {
    width:100%;
}

#ContentMiddle table[id*="rblAdvancedDesignations"] input[type="radio"] {
    display: none;
}
  
#ContentMiddle table[id*="rblAdvancedDesignations"] tbody tr td label::before  {
    bottom: 0;
    color: #fff;
    content: "\f111";
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    left: auto;
    line-height: 28px;
    margin: auto;
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 40px;
    overflow: hidden;
}
  
#ContentMiddle table[id*="rblAdvancedDesignations"] tbody tr td input[type="radio"]:checked + label::before {
    content: "\f00c";
    color: #fff;
}

.EventsHeader .expand::before {
    content: "\f096";
    font-family: FontAwesome;
    background: transparent!important;
    color: #1A34B9;
}

.EventsHeader .collapse::before {
    content: "\f14a";
    font-family: FontAwesome;
    background: transparent!important;
    color: #1A34B9;
}

.EventsHeader .expand::before:hover {
    color: #1A34B9;
}

.EventsHeader .expand {
    background: transparent!important; 
}
  
.EventsHeader .expand img {
    display: none;
}

#ContentMiddle table[id*="ContainerLeft"] tbody tr {
    display: flex;
    flex-direction: row-reverse
}

#ContentMiddle table[id*="ContainerLeft"] tbody tr td {
    padding-right: 30px;    
}

.imod_fieldWrapper .EventsHeader {
    background: transparent;
    border: none;
}

.imod_formItemWrapper .EventsHeader {
    padding-left: 0; 
    background: #fff;
    border: none;
}

.imod_formItemWrapper .EventsHeader, .imod_fieldWrapper .EventsHeader {
    background: transparent;
    border: none;
    padding-left: 0!important;
}

.imod_formItemWrapper .EventsHeader, .imod_fieldWrapper .EventsHeader {
    background: transparent!important;
    border-bottom: unset!important;
    padding-left: 0;
}

#ContentMiddle table[id*="rblAdvancedDesignations"] label {
    display: flex;
    padding: 10px 0 0;
    justify-content: center;
}

#main ul.amountBtns {
  margin: 0 -5px;
}

#main ul.amountBtns li {
  flex:1;
}

#main ul.amountBtns li a {
    display: block;
  position: relative;
  text-decoration: none;
  color: #ccc; 
  padding: 40px 25px 25px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  background: #1A34B9; 
    /* background: rgb(255,255,255);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(254,254,254,1) 51%,rgba(249,249,249,1) 51%,rgba(247,247,247,1) 52%,rgba(247,247,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  
  ul.amountBtns {
      margin: 0 -30px;
      padding: 0;
      list-style: none;
  }
  
  ul.amountBtns li {
      float: left;
      width: 20%;
      padding: 0 15px;
      position: relative;
  }
  
  ul.amountBtns li a .btnInner {
      position: relative;
      text-align: center;
  }
  
  ul.amountBtns li a .amountVal {
      font-size: 60px;
      line-height: 60px;
      position: relative;
      /* text-shadow: 1px 1px 0px rgba(255,255,255,0.5); */ 
      height: 75px;
  }
  
  ul.amountBtns li a .dollarSign {
      font-size: 36px;
      line-height: 36px;
      font-weight: bold; 
      position: absolute;
      top: 10px;
      left: -20px;
  }
  
  ul.amountBtns li a .iconWrap {
      float: left;
      width: 100%;
      margin-top: 20px;
  }
  
  ul.amountBtns li a .iconWrap .iconWrapInner {
      border: 1px solid #1A34B9;
      border-radius: 50px;
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      transition: all 200ms ease;
      position: relative;
  }
  
  ul.amountBtns li a .iconWrap .fa {
      line-height: 28px;
      padding-left: 3px;
      font-size: 14px;
  }
  
  ul.amountBtns li a .amountVal.small {
      font-size: 33px;
  }
  
  ul.amountBtns li a .btnInner {
      text-align: center;
  }
  
  .selectHeader h3 {
      background: #fff;
      color: #333;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      display: inline-block;
      padding: 0 20px;
      position: relative;
      z-index: 5;
      letter-spacing: 0.5px;
  }
  
  .selectHeader {
      position: relative;
      margin: 0 0 25px;
      text-align: center;
  }
  
  .selectHeader h3::before, .selectHeader h3::after {
      content: "\f111";
      font-family: "FontAwesome";
      color: #1A34B9;
      position: absolute;
      top: 0;
      font-size: 6px;
  }
  
  .selectHeader hr {
      background: #1A34B9;
      color: #1A34B9;
      margin: 0;
      position: absolute;
      top: 14.5px;
      left: 0;
      width: 100%;
      z-index: 1;
  }
  
  
  .selectHeader h3::before {
      left: -4px;
  }
  
.selectHeader h3::after {
    right: -4px;
}


/* Mobile styles for new giving form Intro Page */
@media only screen and (max-width: 699px) {

    #ContentMiddle .amountBox input[type="text"] {
        max-width: 80%;
    }

    ul.amountBtns li {
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }

    .selectHeader h3::before, .selectHeader h3::after {
        content: " ";
    }

    ul.amountBtns li a .amountVal {
        font-size: 36px;
        line-height: 36px;
        height: auto;
    }

    ul.amountBtns {
        margin: 0;
    }

    ul.amountBtns li a {
        padding: 10px 15px;
        border-color: #ddd;
    }

    ul.amountBtns li a .btnInner {
        position: static;
    }

    ul.amountBtns li a .amountVal {
        font-size: 36px;
        line-height: 36px;
        height: auto;
    }

    ul.amountBtns li a .dollarSign {
        font-size: 24px;
        top: 0;
        left: -15px;
    }

    ul.amountBtns li a .iconWrap {
        position: absolute;
        right: 14px;
        float: none;
        width: auto;
        margin: 0;
        top: 14px;
    }

    ul.amountBtns li a .iconWrap .iconWrapInner {
        border-color: transparent;
    }

    #ContentMiddle div[id*="pnlBreadcrumbs"] > * {
        border: none;
        padding: 0;
        background: none;
        height: auto;
        padding: 5px 0;
        margin: 0;
        font-size: 12px;   
    }
    
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive {   
        color: #07294d;
        background: none;    
    }
    
    .flexbox #ContentMiddle div[id*="pnlBreadcrumbs"], .flexbox #ContentMiddle div.idbmsBreadcrumbWrapper {   
        display: block;   
        margin-bottom: 15px;
    }
    
    #ContentMiddle div[id*="pnlBreadcrumbs"], #ContentMiddle div.idbmsBreadcrumbWrapper {    
        margin: 35px 0 5px;
        height: auto;
        border: none;          
    }
    
    #ContentMiddle div[id*="pnlBreadcrumbs"] > :first-child::before {   
        content: "";
        padding: 0;           
    }
    
    #ContentMiddle div[id*="pnlBreadcrumbs"] > ::before {   
        content: "\2014";
        display: block;
        float: left;
        font-weight: normal;
        padding: 0 5px;   
    } 
    
    #ContentMiddle .imod_fieldWrapper.amountBox {
        padding: 15px;
        line-height: normal;
        font-size: 18px;
    }

    #ContentMiddle .imod_fieldWrapper.amountBox .imod_fieldLabel {
        font-size: 18px;
        line-height: 1em;
        padding-bottom: 12px;
        width: 100%;   
    }

    #ContentMiddle  table[id*="rblAdvancedDesignations"] tbody tr{
        width: 100%;
    }

    #ContentMiddle  table[id*="rblAdvancedDesignations"] tbody tr:first-child {
        border-right: unset;
    }

    #ContentMiddle table[id*="rblAdvancedDesignations"] label {
        justify-content: flex-start;
    }

    #ContentMiddle table[id*="rblAdvancedDesignations"] tbody tr td {
        font-size: 18px;
    }
}

/* Tablet styles for new giving form Intro Page */
@media only screen and (min-width: 700px) and (max-width: 1023px) {
    ul.amountBtns {
        margin: 0 -8px;
    }
    .selectHeader h3::before, .selectHeader h3::after {
        content: " ";
    }

    ul.amountBtns li {
        padding: 0 7px;
    }

    ul.amountBtns li a {
        padding: 30px 15px 20px;
    }

    ul.amountBtns li a .amountVal {
        font-size: 35px;
        padding-left: 10px;
    }

    ul.amountBtns li a .dollarSign {
        font-size: 20px;
        top: 4px;
        left: -5px;
    }

    ul.amountBtns li a .iconWrap {
        margin-top: 15px;
    }

    ul.amountBtns li a .amountVal.small {
        font-size: 27px;
    }
}

@media only screen and (max-width: 479px) {
    #ContentMiddle .amountBox .imod_fieldInput {
        width: 100%!important;
    }
}


.imod_RichPanelContent2 .button {
    background: #1A34B9;
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    outline: none;
    transition: color 250ms ease, background 500ms ease;
    font-size: 1.15em;
    color: #fff;
    border: none;
    margin-right: 20px;
    margin-bottom: 20px; 
    text-transform: uppercase;
    cursor: pointer;
  }

  .imod_RichPanelContent2 .button:hover {
    background: #8c9abf;
    color: #1A34B9!important;
  }
  
  .imod_RichPanelContent2 {
    display: flex;
  }


  @media only screen and (max-width: 699px) {
    .imod_RichPanelContent2 {
        flex-direction: column;
    }
  }

  .GiftMatchingLookupLink {
      padding-left: 10px;
  }

  #main ul.amountBtns li a:hover {
    background: #636363; 
  }

  /* Design Queue id#34 Update Designation Alignment in pop-up window */
  .IMOD666 .fancybox-inner #divDesignationsAdvancedSelect div.imod_designations_wrapper div.main-section fieldset ul li.parent {
    width: 48%;
  }
  .IMOD666 .fancybox-inner #divDesignationsAdvancedSelect div.imod_designations_wrapper div.main-section fieldset ul li.section ul.sub-section li.child input {
    float: left;
  }
  
  .IMOD666 .fancybox-inner #divDesignationsAdvancedSelect div.imod_designations_wrapper div.main-section fieldset ul li.parent label {
    margin: 0px
  }
  
  .IMOD666 .fancybox-inner #divDesignationsAdvancedSelect div.imod_designations_wrapper div.main-section fieldset ul li.section input {
    float: none;
    vertical-align: top;
    margin: 3px 4.208px;
  }

  /* MAINT 140082 DT 03062020 */
  #main ul.amountBtns li a {
    color: #fff;
  }

  /* MAINT 144767 DT 04232020 */
  .IMOD673 #ContentFooterTopLinks #nav1 {
    display: none;
  }

  .IMOD673 .footer-logo-container {
    display: none;
  }