/* GENERAL STYLES
---------------------------------------------*/
html,
body,
form {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 14px/1.5em 'Roboto', sans-serif;
  background: #fff;
}
a {
  color: #096AC8;
  text-decoration: underline;
  outline: none;
  transition: color 250ms ease, background 500ms ease;
}
a:hover {
  color: #847548;
  text-decoration: underline;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
  margin: 0;
  padding: 0;
}
h1,
.PageTitleHeader {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: normal;
  color: #10213F;
  margin-bottom: 20px;
}

.m-pikabu-container img { max-width: 100%; }

@media only screen and (max-width:  699px ) {
  h1,
  .PageTitleHeader {
    font-size: 30px;
    line-height: 35px;
  }
}
h2,
.PageSubTitleHeader {
  font-size: 35px;
  color: #333333;
  line-height: 41px;
  font-weight: 300;
}
h3 {
  font-size: 24px;
  color: #10213f;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 15px;
  clear: both;
}
h4 {
  font-size: 18px;
  color: #10213f;
  letter-spacing: 0;
  line-height: 26px;
}
h5 {
  font-size: 16px;
  color: #10213f;
  letter-spacing: 0;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  color: #313131;
  line-height: 26px;
  font-style: italic;
}
p {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
#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: #ccc;
  color: #ccc;
}
img.left {
  float: left;
  margin: 0 7px 1px 0;
}
img.right {
  float: right;
  margin: 0 0 7px 7px;
}
img.outline {
  border: 4px solid #666;
}
.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: #38855C !important;
}
.expand {
  background: transparent !important;
  display: inline-block;
  width: 18px;
  position: relative;
  top: 10px;
  right: 12px;
}
.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;
}
.content-middle ul {
  font-size: 19px;
  color: #333333;
  line-height: 38px;
}
/* 
.content-middle ul {
  padding: 0 0 30px 0;
  margin: 0 0 0 0;
  font-size: 19px;
  color: #333333;
  line-height: 38px;
  list-style: none;
}
.content-middle ul li::before {
  content: "•";
  display: inline-block;
  padding-right: 10px;
}
*/
.EventsHeader td:nth-child(2) {
  width: 18px !important;
  height: 18px !important;
}
.EventsHeader span.expand img {
  width: 18px !important;
  height: 18px !important;
}
::-moz-selection {
  background: #096AC8;
  color: #fff;
}
::selection {
  background: #096AC8;
  color: #fff;
}
/* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection {
  background: #096AC8;
  color: #fff;
}
/* Mozilla Firefox */
/* Flexbox Equal heights */
.flexbox .equal-height {
  display: -ms-flexbox;
  display: 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:  699px ) {
  .flexbox .equal-height {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .container {
    width: 100%;
  }
}
/* Tool Box */
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-row.between {
  -ms-flex-align: space-between;
      align-items: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flex-row.center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.flex-row.stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch;
}
.flex-row.stretch * {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-column.start {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.flex-column.between {
  -ms-flex-align: space-between;
      align-items: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flex-column.center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.flex-column.stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch;
}
.flex-column.stretch * {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.flex-column.end {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.container:before,
.row:before .container:after,
.row:after {
  content: " ";
}
button,
.button,
a.button,
.desktopNav ul li a.button {
  text-align: center;
  background-color: #10213F;
  display: inline-block;
  padding: 6px 0px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #10213F;
}
button:hover,
.button:hover,
a.button:hover,
.desktopNav ul li a.button:hover {
  background-color: transparent;
  border-color: #10213F;
  color: #847548;
}
button:focus,
.button:focus,
a.button:focus,
.desktopNav ul li a.button:focus {
  background-color: #10213F;
  color: #fff;
}
.content-middle .button {
  padding: 16px 35px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  float: none;
  clear: both;
}
.interior .structBody {
  margin-top: 172px;
  padding-top: 64px;
  min-height: 65vh;
}
@media only screen and (max-width:  1023px ) {
  .interior .structBody {
    margin-top: 115px;
    padding-top: 40px;
  }
}
.interior.form .structBody {
  padding-top: 0;
}
.interior.form .structBody .form-hero {
  padding-bottom: 60px;
}
.interior .content-middle {
  padding-bottom: 40px;
}
.interior .content-middle:before,
.interior .content-middle:after {
  content: " ";
  display: table;
}
.interior .content-middle:after {
  clear: both;
}
.interior .content-middle p {
  font-size: 16px;
  line-height: 26px;
  color: #313131;
}
.interior .content-middle img + p {
  margin-top: 20px;
}
.interior .content-middle a:hover {
  text-decoration: none;
  color: #10213F;
  background: transparent;
}
.desktopNavInner > ul > li.home-hide {
  display: none;
}
.interior .desktopNavInner > ul > li.home-hide {
  display: -ms-flexbox;
  display: flex;
}
/* UTILITY BAR ELEMENTS
---------------------------------------------*/
.utilityBar {
  float: left;
  width: 100%;
  background: #000;
  padding: 1em 0;
}
.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: #fff;
}
.search {
  float: right;
  min-width: 50px;
}
.search img[id$="_imgbtnSearch"] {
  width: 14px;
}
.search label,
.search .SearchModuleSpacer {
  display: none;
}
/* HEAD ELEMENTS
---------------------------------------------*/
/*---------------Alumni------------*/
/* home */
.meganav-open-js .structHead {
  background-color: #10213F;
}
.meganav-open-js .structHead .alumni-row {
  background-color: #10213F;
}
.structHead {
  width: 100%;
  background: linear-gradient(-180deg, #10213F 11%, rgba(16, 33, 63, 0) 100%);
  max-height: 385px;
  height: 27vw;
  transition: all 600ms;
  transition-timing-function: ease-in;
}
.structHead .search {
  display: none;
}
.structHead.scrolling {
  background: rgba(16, 33, 63, 0.8);
}
.structHead::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, #10213F 11%, rgba(16, 33, 63, 0) 100%);
  z-index: -1;
}
.structHead .search {
  z-index: 999;
  display: none;
  font-size: 16px;
  position: absolute;
  right: calc(100% + 15px);
  top: 0;
  height: 100%;
  transition: all 600ms;
}
.structHead .search.collapsed {
  width: 0;
  padding: 0;
  border: none;
  outline: none;
  overflow: hidden;
}
.structHead .search.collapsed input {
  padding: 0;
  margin: 0;
}
.structHead .search.collapsed img,
.structHead .search.collapsed label {
  opacity: 0;
}
.structHead .search.expanded {
  width: 377px;
}
.structHead .search.expanded img,
.structHead .search.expanded label {
  opacity: 1;
}
.structHead .search input {
  transition: all 600ms;
  width: 100%;
  height: 100%;
  font-size: 1em;
  padding: 15px;
  max-height: 50px;
  outline: none;
  border: none;
  background-color: #fff !important;
}
.structHead .search input:focus {
  border: 2px solid #37b0c9;
  box-shadow: 0 0 2px #37b0c9;
}
.structHead .search img {
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  transition: all 700ms;
}
.structHead .search label {
  transition: all 700ms;
}
#nav {
  display: none;
}
.structHead {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
.structHead ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0;
  margin: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.structHead .univ-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 14px 0;
}
.structHead .univ-row {
  border-bottom: 1px solid rgba(198, 201, 213, 0.2);
}
.structHead .alumni-row {
  background: transparent;
  transition: all 400ms;
}
.structHead .social-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.structHead .social-col .social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.structHead .social-col .social li {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.structHead .social-col .social li a {
  color: #FFF;
  text-align: center;
  font-size: 17px;
  transition: all 400ms;
}
.structHead .social-col .social li a:hover {
  color:rgb(200, 170, 120);
}


.structHead .social-col .giving-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 166px;
}
.structHead .social-col .giving-wrap a {
  text-align: center;
  background-color: #096AC8;
  border-color: #096AC8;
  display: block;
  padding: 6px 40px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.structHead .social-col .giving-wrap a:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background: transparent;
 }
.interior .structHead {
  background-color: #10213F;
  height: auto;
}
.interior .structHead::before {
  content: none;
}
.alumni-row {
  padding: 0;
  background-color: #fff;
  position: relative;
}
.alumni-row .giving-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 166px;
  -ms-flex-pack: stretch;
      justify-content: stretch;
}
.alumni-row .giving-col .button {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: transparent;
  border: 1px solid #847548;
  width: 100%;
  padding: 6px 0;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  position: relative;
}
.alumni-row .giving-col .button .fas,
.alumni-row .giving-col .button .fa {
  font-size: 15px;
  /* position: absolute; */
  top: 10px;
  right: 25px;
}
.alumni-row .giving-col:hover .button,
.alumni-row .giving-col .button:focus {
  background-color: #847548;
  color: #fff;
}
.alumni-row .head-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width:  1023px ) {
  .alumni-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .alumni-row .flex-row.between {
    -ms-flex-pack: stretch;
        justify-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .alumni-row .flex-row.between .menuToggleBtnWrap {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .alumni-row .flex-row.between .desktopNav {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .alumni-row .flex-row.between .head-logo {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .alumni-row .flex-row.between .head-logo img {
    max-width: 100%;
  }
}
.structHead nav.search-nav {
  max-width: 64px;
  padding: 0;
  margin: 0;
  padding-right: 30px;
}
.structHead nav.search-nav ul.search-ul {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}
.structHead nav.search-nav ul.search-ul button {
  background-color: transparent;
  outline: none;
  border: none;
}
.structHead nav.search-nav ul.search-ul .fa-search,
.structHead nav.search-nav ul.search-ul .fa-times {
  background-color: transparent;
  color: #fff;
  transition: all 400ms;
}

.structHead nav.search-nav ul.search-ul button:hover .fa-search,
.structHead nav.search-nav ul.search-ul button:hover .fa-times {
  color: rgb(200, 170, 120);
}
@media only screen and (max-width:  1023px ) {
  .structHead nav.search-nav {
    padding-right: 0;
  }
}
.search-mobile-wrap {
  display: none;
}
.svg-menu.cross {
  display: none;
}
.loggedin .structHead {
  /* position: relative; */
  top: 62px;
}
.mega-source-js {
  display: none;
}
/* .loggedin .IMOD2386 .mega-source-js {
  display: block;
} */
/* MAIN TOP HORIZONTAL NAV
---------------------------------------------*/
.desktopNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: static;
}
.desktopNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.desktopNav ul li {
  float: left;
  padding: 0;
  line-height: 15px;
  font-weight: normal;
  position: static;
}
.desktopNav ul li:hover > a {
  color: #B2A46C;
}
.desktopNav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.desktopNav ul li a:hover {
  color: #B2A46C;
}
.desktopNav li.sfHover {
  position: static;
}
.desktopNav li.sfHover ul,
.desktopNav li.sfHover .meganav {
  left: 0;
  opacity: 1;
}
.desktopNav li.sfHover ul ul,
.desktopNav li.sfHover .meganav ul {
  left: -999em;
}
.desktopNav li.sfHover ul ul ul,
.desktopNav li.sfHover .meganav ul ul {
  left: -999em;
}
.desktopNav li.sfHover ul a:hover,
.desktopNav li.sfHover .meganav a:hover {
  color: #B2A46C;
}
.desktopNav li .meganav {
  position: absolute;
  left: -999em;
  margin: 0px;
  background: #10213F;
  float: none;
  width: 100vw;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms ease;
  top: 100%;
  height: auto;
  padding: 15px 20px 30px 20px;
}
.desktopNav li .meganav li {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  line-height: normal;
  text-transform: none;
  font-size: 15px;
}
.desktopNav li .meganav li.sfHover {
  position: static;
}
.desktopNav li .meganav li.sfHover ul {
  left: auto;
  opacity: 1;
}
.desktopNav li .meganav li:hover a {
  color: #847548;
}
.desktopNav li .meganav li a {
  color: #fff;
  display: block;
  line-height: 31px;
}
.desktopNav li .meganav li ul {
  margin: -23px 0 0 150px;
  background: #38855C;
  color: #fff;
  width: 170px;
}
.desktopNav li .meganav li ul li {
  width: 170px;
}
.desktopNav li .meganav li ul li.sfHover {
  position: static;
}
.desktopNav li .meganav li ul li.sfHover ul {
  left: auto;
  opacity: 1;
}
.desktopNav li .meganav li ul li a {
  color: #fff;
}
.desktopNav li .meganav li ul li a:hover {
  color: #ccc;
}
.desktopNav li .meganav li ul a {
  font-weight: normal;
  text-align: left;
  border: none;
}
.desktopNav .meganav {
  color: #fff;
  font-weight: normal;
}
.desktopNav .meganav .meganav-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.desktopNav .meganav .meganav-image {
  min-width: 314px;
}
.desktopNav .meganav .meganav-text-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 32px;
  font-size: 16px;
  line-height: 24px;
  min-width: 160px;
}
.desktopNav .meganav .meganav-text-col .text {
  padding-top: 5px;
  margin-bottom: 10px;
}
.desktopNav .meganav .meganav-text-col .text p {
  margin: 0;
}
.desktopNav .meganav .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.desktopNav .meganav .button-wrap .button {
  max-width: 132px;
  padding: 15px 0;
  width: 132px;
  line-height: 1;
  border: 1px solid #847548;
  background: #847548;
  color: #fff;
  transition: all 400ms;
}
.desktopNav .meganav .button-wrap .button:hover {
  color: #fff;
  background: transparent;
}
.desktopNav .meganav-menu nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  height: 100%;
}
.desktopNav .meganav-menu ul {
  width: 50%;
  height: 100%;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-left: 1px solid rgba(198, 201, 213, 0.2);
}
.meganav-menu > nav > ul:empty {
  display: none;
}
.desktopNav .meganav-menu ul li {
  line-height: 31px;
  padding: 0px 30px;
  font-size: 16px;
}
/* Flexbox styles */
.desktopNavInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.loggedin .desktopNavInner.showColor.imodSiteMap {
  position: static;
}
.desktopNavInner > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}
.desktopNavInner > ul > li {
  float: none;
  display: inherit;
  -ms-flex-direction: column;
      flex-direction: column;
}
.desktopNavInner > ul > li > a {
  display: inherit;
  width: 100%;
  line-height: 1.25em;
  padding: 40px 17px;
  text-align: left;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  /* font-weight: bold; */
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.desktopNav .giving-col {
  position: relative;
}
.desktopNav .giving-col .quick-links {
  position: absolute;
  left: -999em;
  margin: 0px;
  background: #847548;
  float: none;
  width: 218px;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms ease;
  top: calc(100% - 33px);
  height: auto;
  padding: 15px 20px 30px 20px;
  color: #fff;
}
.desktopNav .giving-col .quick-links .button {
  padding: 6px 0;
}
.desktopNav .giving-col .quick-links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #10213F;
}
.desktopNav .giving-col .quick-links ul li {
  text-align: right;
  padding: 5px 0;
  color: #10213F;
}
.desktopNav .giving-col .quick-links ul li a {
  padding: 5px 0;
  color: #fff;
}
.desktopNav .giving-col .quick-links ul li:hover a,
.desktopNav .giving-col .quick-links ul a:focus {
  text-decoration: underline;
  color: #fff;
}
.desktopNav .giving-col.sfHover {
  position: relative;
}
.desktopNav .giving-col.sfHover .quick-links,
.desktopNav .giving-col.sfHover .meganav {
  left: auto;
  right: 0;
  opacity: 1;
}
.desktopNav .giving-col.sfHover .quick-links a:hover,
.desktopNav .giving-col.sfHover .meganav a:hover {
  color: #fff;
}
@media only screen and (max-width:  1023px ) {
  .desktopNav .giving-col .quick-links {
    top: calc(100% - 2px);
  }
}
#ContentTopNavGiving.desktopNavInner.showColor.imodSiteMap {
  position: static;
}
.home .desktopNavInner > ul > li#Home {
  display: none;
}
/* BREADCRUMBS
-----------------------------------------------*/
.structBody .breadCrumbs {
  margin-bottom: 2em;
}
.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: "»";
}
.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;
}
/* BODY ELEMENTS
---------------------------------------------*/
.structBody {
  float: left;
  padding: 0em 0;
  width: 100%;
  background: #fff;
}
.midWrap {
  padding-bottom: 3em;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .midWrap {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width:  1023px ) {
  .home .text-feature {
    justify-content: center;
  }
  .home .text-feature .text-col {
    margin-left: 35px;
  }
}
@media only screen and (max-width:  699px ) {
  .home .text-feature .text-col {
    margin-left: 0;
  }
}
.breadcrumbs ul {
  margin: 0 0 40px;
  padding: 0 0 15px;
  list-style: none;
  border-bottom: 3px solid #eee;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.breadcrumbs ul li {
  display:inline-block;
  color:#999;
}
.breadcrumbs ul li::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: bold;
  color: #999;
  padding: 0 10px 0 6px;
}
.breadcrumbs ul li:first-child::before {
  content: "";
  padding: 0;
  display: none;
}
.breadcrumbs ul li a {
  color:#999;
  text-decoration:none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li.navselected a {
  color:#10213F;
  text-decoration: none;
}
.home .text-feature .text-wrap {
  border-left: 2px solid #B2A46C;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 23px;
  color: #333333;
  line-height: 38px;
  font-weight: 300;
  padding-left: 40px;
  margin-left: 25px;
  padding-right: 40px;
}
.home .text-feature .text-wrap .button {
  display: none;
}
@media only screen and (max-width:  1023px ) {
  .home .text-feature .text-wrap {
    margin-left: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
.home .text-feature .text-wrap p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:  699px ) {
  .home .text-feature .text-wrap {
    padding-left: 25px;
    padding-right: 0;
  }
  .home .text-feature .text-wrap .button {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    font-style: normal;
  }
}
.home .text-feature .button-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width:  1023px ) {
  .home .text-feature .button-col {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media only screen and (max-width:  699px ) {
  .home .text-feature .button-col {
    margin-right: 0;
    display: none;
  }
}
.home .text-feature .button {
  background: #096AC8;
  color: #fff;
  border-color: #096AC8;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 16px 32px;
  font-weight: bold;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.home .text-feature .button:hover {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
  background: transparent;
}
.section-one,
.section-two,
.section-three,
.section-five,
.section-four {
  margin: 60px auto;
}
@media only screen and (max-width:  1023px ) {
  .section-one,
  .section-two,
  .section-three,
  .section-five,
  .section-four {
    margin: 38px 0 40px;
  }
}
.section-five .cms-listing > div > h2 {
  text-align: center;
  margin-bottom: 35px;
}
.section-five .cms-listing > div > .button-wrap {
  margin: 35px 0;
  text-align: center;
}
.section-five .cms-listing > div > .button-wrap .button {
  padding: 15px 30px;
  font-size: 17px;
  color: #10213F;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  background-color: transparent;
  border: 1px solid #10213F;
  display: inline-block;
  text-decoration: none;
}
.section-five .cms-listing > div > .button-wrap .button:hover {
  background-color: #10213F;
  color: #fff;
}
/* NEWS LISTINGS
-----------------------------------------------*/
.newsItem {
  position: relative;
  padding: 35px 0;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  clear: both;
}
.newsItem .thumb {
  position: relative;
  width: 120px;
  float: left;
}
@media only screen and (max-width:  699px ) {
  .newsItem .thumb {
    float: none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .newsItem .thumb img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
.newsItem .text {
  padding-left: 160px;
  color: #313131;
}
@media only screen and (max-width:  699px ) {
  .newsItem .text {
    padding-top: 15px;
    padding-left: 0;
  }
}
.newsItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 15px;
  font-weight: 300;
  font-size: 20px;
  color: #10213F;
}
.newsItem a {
  text-decoration: none;
  color: #10213F;
}
.gridWrap {
  margin-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width:  699px ) {
  .gridWrap {
    margin: 0;
  }
}
.gridWrap .gridItem .thumb {
  margin: 0 0 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gridWrap .gridItem .thumb a {
  display: block;
}
.gridWrap .gridItem .thumb img.invisible {
  visibility: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .gridWrap .gridItem .thumb {
    width: 300px;
    float: left;
  }
}
@media only screen and (max-width:  699px ) {
  .gridWrap .gridItem .thumb {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.gridWrap .gridItem .text {
  clear: both;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .gridWrap .gridItem .text {
    padding-left: 320px;
    clear: right;
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width:  699px ) {
  .gridWrap .gridItem .text {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.gridWrap .gridItem .title {
  display: block;
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  padding: 0 0 5px;
}
.news-title {
  text-align: center;
  width: 100%;
}
.news-title h2 {
  text-align: center;
  padding-bottom: 35px;
  width: 100%;
  font-size: 35px;
  font-weight: 300;
}
@media only screen and (max-width:  699px ) {
  .news-title h2 {
    font-size: 28px;
  }
  .news-three-columm {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.news-three-columm .news-col {
  width: 33.33333%;
  background-color: #10213F;
  position: relative;
  border-right: 2px solid #fff;
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: -20px 50%;
  min-height: 327px;
  transition: all 600ms;
  transition-timing-function: ease;
  text-decoration: none;
}
/* .news-three-columm img.thumb {
  position: absolute;
  width: 120%;
  right: -10%;
  max-width: 1000% !important;
}
.news-three-columm:hover img.thumb { 

} */
@media only screen and (max-width: 1450px) {
  .news-three-columm .news-col { 
    background-size: cover;
  }
}
@media only screen and (max-width:  1023px ) {
  .news-three-columm .news-col {
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:  699px ) {
  .news-three-columm .news-col {
    width: 100%;
    min-height: auto;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .news-three-columm .news-col:last-child {
    border-bottom: none;
  }
}
.news-three-columm .news-col::before {
  content: " ";
  background-color: rgb(16, 33, 63, 0.75);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-three-columm .news-col:last-child {
  border-right: none;
}
.news-three-columm .news-col .news-item-title {
  display: block;
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 45px;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}
.news-three-columm .news-col .news-item-title a {
  color: #fff;
  text-decoration: none;
}
.news-three-columm .news-col .news-item-title a:hover {
  color: #fff;
  text-decoration: none;
}
.news-three-columm .news-col .news-item-title h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  position: relative;
  text-transform: none;
}
.news-three-columm .news-col .news-item-title h3::after {
  content: " ";
  width: 0%;
  height: 3px;
  transition: all 400ms;
  background-color: #fff;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media only screen and (max-width:  699px ) {
  .news-three-columm .news-col .news-item-title h3::after {
    content: none;
  }
}
@media only screen and (max-width:  1023px ) {
  .news-three-columm .news-col .news-item-title h3 {
    font-size: 24px;
  }
}
.news-three-columm .news-col .news-item-title .text {
  font-size: 16px;
  line-height: 24px;
  padding-top: 32px;
  opacity: 0;
  position: relative;
  transition: right 600ms, opacity 800ms;
  transition-timing-function: ease;
  right: calc(-100% - 48px);
}
@media only screen and (max-width:  1023px ) {
  .news-three-columm .news-col .news-item-title .text {
    display: none;
  }
}
.news-three-columm .news-col .news-item-title .fa {
  font-size: 30px;
  padding-left: 10px;
}
.news-three-columm .news-col .news-item-title:hover {
  cursor: pointer;
}
.news-three-columm .news-col .news-item-title:hover h3::after {
  width: 100%;
}
.news-three-columm .news-col .news-item-title:hover .text {
  right: 0;
  opacity: 1;
}
@media only screen and (max-width:  1023px ) {
  .news-three-columm .news-col .news-item-title {
    padding: 45px 24px;
  }
}
@media only screen and (max-width:  699px ) {
  .news-three-columm .news-col .news-item-title {
    padding: 25px;
  }
}
.news-three-columm .news-col:hover {
  background-position: 0px 50%;
  cursor: pointer;
}
.news-button-row {
  padding: 35px 0 0 0;
}
.news-button-row .button {
  display: inline-block;
  border: 1px solid #10213F;
  padding: 16px 32px;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  transition: all 400ms;
  color: #10213F;
}
.news-button-row .button:hover {
  background: #10213F;
  border-color: #10213F;
  color: #fff;
}
.news-tc-item img {
  max-width: 100%;
  width: 100%;
}
.news-tc-item .news-text h3 {
  text-align: center;
  color: #10213F;
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  padding: 13px 0;
  font-weight: 300;
  line-height: 40px;
  text-transform: none;
}
@media only screen and (max-width:  699px ) {
  .news-tc-item .news-text h3 {
    line-height: 1.2;
  }
}
.news-tc-item .news-text .text {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 26px;
  font-weight: normal;
  color: #313131;
}
@media only screen and (max-width:  699px ) {
  .news-tc-item .news-text .text {
    line-height: 1.2;
  }
}
.news-tc-item .button-wrap {
  text-align: center;
  padding-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.news-tc-item .button-wrap .button,
.news-tc-item .button-wrap a {
  display: block;
  width: 184px;
  background: none;
  color: #10213F;
  padding: 16px 0;
  border: 1px solid #10213F;
  transition: all 400ms;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.news-tc-item .button-wrap .button:hover,
.news-tc-item .button-wrap a:hover {
  background: #10213F;
  color: #fff;
  /* font-weight: bold; */
}
@media only screen and (max-width:  699px ) {
  .news-tc-item {
    padding-bottom: 30px;
  }
  .news-tc-item:last-child {
    padding-bottom: 0;
  }
}
/* EVENT LISTINGS
-----------------------------------------------*/
.eventItem {
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.eventItem .date {
  position: relative;
  width: 60px;
  background: #fff;
  text-align: center;
  float: left;
}
.eventItem .date .month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  padding: 0;
}
.eventItem .date .day {
  font-size: 2em;
}
.eventItem .text {
  padding-left: 80px;
}
.eventItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
}
.home-events .home-event {
  font-family: 'Roboto', sans-serif;
}
.home-events .home-event .thumbnail-wrap {
  position: relative;
}
.home-events .home-event .thumbnail-wrap img {
  max-width: 100%;
  width: 100%;
}
.home-events .home-event .thumbnail-wrap .date {
  position: absolute;
  bottom: 0;
  padding: 0 0px 24px 24px;
  z-index: 99999;
  width: 152px;
}
.home-events .home-event .thumbnail-wrap .date .day {
  font-family: 'Roboto', sans-serif;
  font-size: 41px;
  color: #B2A46C;
  letter-spacing: 0;
  line-height: 22px;
  padding-bottom: 5px;
  padding-top: 36px;
  border-top: 1px solid #fff;
  width: 100%;
}
.home-events .home-event .thumbnail-wrap .date .month {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
}
.home-events .home-event .thumbnail-wrap::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #10213f 5%, rgba(16, 33, 63, 0) 100%);
  top: 0;
  right: 0;
}
.home-events .home-event .text-wrap > .button-wrap {
  display: none;
}
.home-events .home-event h3 {
  font-size: 23px;
  line-height: 30px;
  color: #10213F;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 300;
  text-transform: none;
}
.home-events .home-event .text {  
  font-size: 16px;
  color: #313131;
  line-height: 26px;
}
.home-events .home-event .text-wrap .text > .button-wrap {
  display: block;
}
.home-events .home-event .button-wrap {
  padding-top: 10px;
}
.home-events .home-event .button-wrap a,
.home-events .home-event .button {
  padding: 15px 30px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  background-color: #10213F;
  border: 1px solid #10213F;
  display: inline-block;
  text-decoration: none;
}
.home-events .home-event .button-wrap a:hover,
.home-events .home-event .button:hover {
  background-color: transparent;
  color: #10213F;
}
@media only screen and (max-width: 1023px) {
  .home-events .home-event .thumbnail-wrap .date .day {
    padding-top: 20px;
  }
  .home-events .home-event .thumbnail-wrap .date {
    padding: 0 0px 15px 15px;
  }
}
@media only screen and (max-width:  699px ) {
  .home-events .home-event {
    padding-bottom: 30px;
  }
  .home-events .home-event:last-child {
    padding-bottom: 0;
  }
}
/*INTERIOR EVENTS WITHOUT CALENDAR
------------------------*/
.interior #ContentMiddle .eventItem {
  border: none;
  padding-bottom: 15px;
  position: relative;
  clear: both;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem {
    margin-top: 0;
  }
}
.interior #ContentMiddle .eventItem .thumb {
  float: right;
  width: 156px;
  height: 156px;
  margin-left: 30px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
}


@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .thumb {
    display: none;
  }
}
.interior #ContentMiddle .eventItem .date {
  float: left;
  width: 88px;
  height: 88px;
  text-align: center;
  padding: 0;
  border: 2px solid #B2A46C;
  color: #10213F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.interior #ContentMiddle .eventItem .date .month {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.interior #ContentMiddle .eventItem .date .day {
  font-size: 41px;
  line-height: 41px;
  font-weight: bold;
  color: #847548;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .date {
    float: none;
  }
}
.interior #ContentMiddle .eventItem .text {
  padding-left: 121px;
  padding-right: 150px;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .text {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.interior #ContentMiddle .eventItem .text .title {
  font-size: 20px;
  line-height: 1.3em;
  padding: 0 0 10px 0;
  font-weight: 300;
  color: #10213F;
}
.interior #ContentMiddle .eventItem .text .title a {
  text-decoration: none;
  color: #10213F;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .text .title {
    font-size: 20px;
  }
}
.interior #ContentMiddle .eventItem .text .preview {
  font-size: 0.95em;
  line-height: 1.6em;
  margin: 10px 0;
}
.interior #ContentMiddle .eventItem .text .locationTime {
  color: #626262;
  font-size: 13px;
}
.interior #ContentMiddle .eventItem .text .locationTime .location {
  display: inline-block;
  padding-right: 15px;
  line-height: normal;
}
.interior #ContentMiddle .eventItem .text .locationTime .location:before {
  font-family: FontAwesome;
  content: "\f041";
  padding-right: 5px;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .text .locationTime .location {
    display: inline-block;
  }
}
.interior #ContentMiddle .eventItem .text .locationTime .timeRange {
  display: inline-block;
}
.interior #ContentMiddle .eventItem .text .locationTime .timeRange:before {
  font-family: FontAwesome;
  content: "\f017";
  padding-right: 5px;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .text .locationTime .timeRange {
    display: inline-block;
    padding-left: 0px;
  }
}
.eventItem + h3 {
  padding-bottom: 0;
}
/* FEATURE ROTATOR
---------------------------------------------*/
.imageRotator {
  margin-top: 1em;
  margin-bottom: 2em;
  /* Pager */
  /* Controls */
}
.imageRotator .bx-wrapper {
  position: relative;
}
.imageRotator .bx-wrapper .bx_slide {
  position: relative;
  /* Image */
  /* Text */
}
.imageRotator .bx-wrapper .bx_slide .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 35%;
  height: 0;
}
.imageRotator .bx-wrapper .bx_slide .sldimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 40%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .bx-wrapper .bx_slide .sldtxt {
    position: static;
    background-color: #000;
    width: 100%;
  }
}
.imageRotator .bx-wrapper .bx_slide .sldtxt .title {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 10px;
}
.imageRotator .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .bx-pager {
    position: static;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
  }
}
.imageRotator .bx-pager .bx-pager-item {
  display: inline-block;
  padding-left: 12px;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .bx-pager .bx-pager-item {
    padding: 0 5px;
  }
}
.imageRotator .bx-pager a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  text-indent: -999em;
  outline: none;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .bx-pager a {
    background-color: #ccc;
    width: 12px;
    height: 12px;
  }
}
.imageRotator .bx-pager a.active {
  background: #000;
}
.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;
}
.news-slide {
  position: relative;
}
.news-slide .slide-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 30%;
}
.news-slide .slide-image::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  background-image: linear-gradient(-179deg, rgba(16, 33, 63, 0) 0%, rgba(16, 33, 63,1) 100%);
  z-index: 99;
}
@media only screen and (max-width:  699px ) {
  .news-slide .slide-image::before {
    content: none;
  }
}
.news-slide .text-content {
  position: absolute;
  bottom: 45px;
  text-align: center;
  width: 100%;
  z-index: 999;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.news-slide .text-content article {
  font-family: 'Roboto', sans-serif;
  max-width: 639px;
  font-size: 23px;
  font-weight: 300;
  line-height: 38px;
  font-style: italic;
  padding-bottom: 20px;
}
@media only screen and (max-width:  1023px ) {
  .news-slide .text-content article {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 30px;
  }
}
.news-slide .text-content .button {
  background: #096AC8;
  width: 132px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
  transition: border-color 400ms;
}
.news-slide .text-content .button:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
@media only screen and (max-width:  699px ) {
  .news-slide .text-content {
    position: static;
    background-color: #333;
    padding-bottom: 30px;
  }
}
/* Feature Rotator */
.imageRotator {
  padding: 0;
}
.slick-slide {
  position: relative;
  /* Image */
  /* Text */
}
.slick-slide .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e1e1e1;
  padding-bottom: 37%;
  height: 0;
}
.slick-slide .sldimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slick-slide .container {
  position: relative;
}
.slick-slide .sldtxt {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 40%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
}
@media only screen and (max-width:  699px ) {
  .slick-slide .sldtxt {
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
  }
}
.slick-slide .title {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 10px;
}
.slick-slide .title a {
  color: #fff;
}
/* Controls */
.slick-arrow {
  position: absolute;
  height: auto;
  z-index: 100;
  outline: none;
  color: #fff!important;
  font-size: 5em;
  opacity: 0.5;
  background: none;
  border: none;
  padding: 20px;
  bottom: 35px;
  top: auto;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-arrow.prev {
  left: 25%;
}
.slick-arrow.next {
  right: 25%;
}
@media only screen and (max-width:  699px ) {
  .slick-arrow {
    font-size: 30px;
    bottom: 12px;
    /* top: 5%; */
    /* height: 30px; */
  }
  .slick-arrow.prev {
    left: 0px;
  }
  .slick-arrow.next {
    right: 0px;
  }
}
.slick-dots {
  right: auto;
  left: 740px;
  position: absolute;
  bottom: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #222;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .slick-dots {
    position: static;
    padding: 20px 20px 0;
    text-align: center;
  }
}
@media only screen and (max-width:  699px ) {
  .slick-dots {
    position: static;
    padding: 0px 20px 0;
    text-align: center;
  }
}
.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.slick-dots li button {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-indent: -999em;
  outline: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  outline: 0;
}
.slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.hero-video {
  width: 100%;
  positioN: relative;
  background-color: #333333;
}
.hero-video video {
  width: 100%;
  height: 100%;
}
.hero-video .video-content {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
}
.hero-video .video-content.has-image-js {
  padding-bottom: 56%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width:  699px ) {
  .hero-video .video-content.has-image-js {
    padding-bottom: 90%;
  }
}
.hero-video .hero-text-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 100px;
}
/* .loggedin .hero-video .hero-text-wrap {
  position: relative;
} */
.hero-video .hero-text-wrap .hero-text {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
.hero-video .hero-text-wrap .hero-text .hero-title {
  margin-bottom: 38px;
  line-height: 68px;
  font-size: 55px;
}
.hero-video .hero-text-wrap .hero-text h2 {
  font-size: 55px;
  font-weight: bold;
  line-height: 68px;
  color: #fff;
}
@media only screen and (max-width:  1023px ) {
  .hero-video .hero-text-wrap .hero-text .hero-title {
    margin-bottom: 5px;
  }
  .hero-video .hero-text-wrap .hero-text h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width:  699px ) {
  .hero-video .hero-text-wrap .hero-text .hero-title {
    margin-bottom: 6px;
  }
  .hero-video .hero-text-wrap .hero-text h2 {
    font-size: 31px;
    line-height: 32px;
    max-width: 100%;
    text-align: center;
  }
}
.hero-video .hero-text-wrap .scroll-text {
  text-align: center;
  letter-spacing: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
  cursor: pointer;
}
.hero-video .hero-text-wrap .scroll-text .text {
  padding-bottom: 5px;
}
.hero-video .hero-text-wrap .scroll-text .svg {
  padding-bottom: 10px;
}
@media only screen and (max-width:  699px ) {
  .hero-video .hero-text-wrap .scroll-text {
    display: none;
  }
}
@media only screen and (max-width:  1023px ) {
  .hero-video .hero-text-wrap {
    padding-bottom: 6px;
  }
}
/* LEFT COLUMN
---------------------------------------------*/
.secondaryNav > ul {
  margin-bottom: 30px;
}
.secondaryNav > ul > li > ul > li a {
  display: block;
  padding: 5px 5px 5px 30px;
}
.secondaryNav > ul > li > a {
  padding: 5px;
}
.secondaryNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondaryNav ul li a {
  display: block;
  line-height: normal;
}
/* RIGHT CONTENT 
---------------------------------------------*/
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .structRight {
    margin-bottom: 2em;
  }
}
/* FOOTER ELEMENTS
---------------------------------------------*/
footer {
  width: 100%;
  color: #fff;
  padding: 50px 0;
  background: #10213F;
  clear: both;
}
footer ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media only screen and (max-width:  699px ) {
  footer {
    padding-bottom: 0px;
  }
  footer ul.social {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer ul.social li {
  display: inline;
  padding: 0 5px;
}
footer ul.social li a {
  text-decoration: none;
  color: #fff;
}
.social li .fa {
  font-size: 20px;
}
footer .logo-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
footer .third-column {
  text-align: right;
}
footer .third-column p {
  padding: 0;
}
footer .third-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .third-column ul li, .donor-text {
  text-transform: uppercase;
}
footer .third-column ul li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}
footer .third-column ul li:last-child::after {
  content: none;
}
footer .third-column hr {
  background-color: rgba(151, 151, 151, 0.32);
  border-color: rgba(151, 151, 151, 0.32);
  margin: 25px 0;
}
footer .third-column a, .donor-text {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-decoration: none;
}
.donor-text {
    font-weight: bold;
}
footer .third-column a:hover {
  color: #ac9b64;
}
footer .address-col {
  line-height: 25px;
}
@media only screen and (max-width:  699px ) {
  footer .address-col {
    -ms-flex-order: 2;
        order: 2;
    text-align: center;
    padding-top: 20px;
  }
  footer .third-column {
    text-align: center;
    -ms-flex-order: 3;
        order: 3;
  }
  footer .third-column ul {
    padding-top: 31px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer .third-column hr {
    margin: 15px -15px;
  }
  footer .third-column p {
    text-align: center;
  }
}
@media only screen and (max-width:  699px ) {
  footer .ContentFootetCR {
    text-align: center;
  }
  footer .ContentFootetCR p {
    text-align: ineherit;
    padding: 0;
    margin: 0;
  }
}
.toplink {
  display: block;
  text-align: center;
  font-size: 0.85em;
  text-transform: uppercase;
  line-height: normal;
  clear: both;
  background-color: #000;
}
.toplink a {
  text-decoration: none;
  padding: 10px;
  color: #fff;
  display: block;
}
.social {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  list-style: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.social li {
  font-size: 18px;
  padding: 0 15px;
}
.social li a {
  color: #847548;
}
.social li a:hover {
  color: #10213f;
}
.social-row {
  border-top: 1px solid #C6C9D5;
  padding: 20px;
  background-color: #fff;
}
/* MOBILE NAVIGATION
-----------------------------------------------*/
.c-offcanvas {
  background: #222;
}
.menuToggleBtnWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.js-offcanvas-trigger,
.c-button {
  border: none;
  background: transpaerent;
  outline: none;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  float: right;
  padding-right: 15px;
}
.js-offcanvas-trigger:hover,
.c-button:hover {
  background-color: transparent;
}
.js-offcanvas-trigger .svg-menu,
.c-button .svg-menu {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 30px;
  height: 20px;
}
.js-offcanvas-trigger .svg-menu.cross,
.c-button .svg-menu.cross {
  display: none;
  top: 0;
}
.js-offcanvas-trigger .menu-title,
.c-button .menu-title {
  padding-top: 4px;
  padding-right: 6px;
}
@media only screen and (max-width:  699px ) {
  .js-offcanvas-trigger,
  .c-button {
    position: relative;
    /* top: -5px; */
  }
}
.mobileSearch {
  margin: 1em;
  text-align: center;
  color: #ccc;
  position: relative;
}
.mobileSearch input {
  background: #666;
  border: none;
  padding: 5px 20px 4px 10px;
  width: 100%;
  border-radius: 20px;
  color: #ccc;
}
.mobileSearch img[id$="_imgbtnSearch"] {
  width: 14px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.mobileSearch button,
.mobileSearch label,
.mobileSearch .SearchModuleSpacer {
  display: none;
}
.accordion-btn-wrap:focus {
  outline: 1px dotted #fff;
}
.desktopNavInner .fa,
.desktopNavInner .fas {
  display: none;
}
@media only screen and (max-width:  1023px ) {
  .structHead {
    height: 200px;
  }
  .structHead::before {
    height: 200px;
  }
  .structHead .univ-row {
    padding: 5px 0;
  }
  #desktopNavWrap {
    display: none;
    background-color: #10213F;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
  }
  .structHead .desktopNavInner ul {
    -ms-flex-direction: column;
        flex-direction: column;
    display: block;
    width: 100%;
  }
  .structHead .desktopNavInner ul li {
    position: relative;
    max-width: 100%;
  }
  .structHead .desktopNavInner .fa,
  .structHead .desktopNavInner .fas {
    display: -ms-flexbox;
    display: flex;
    color: #B2A46C;
    position: absolute;
    font-size: 31px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 45px;
    height: 60px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 99999;
  }
  .structHead .desktopNavInner li .meganav {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    max-width: 100%;
  }
  .structHead .desktopNavInner li .meganav .meganav-content {
    display: none;
  }
  .desktopNavInner > ul > li > a {
    padding: 20px;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .desktopNav li .meganav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .desktopNav li .meganav nav {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .desktopNav li .meganav nav ul {
    padding: 0;
    margin: 0;
    border: none;
  }
  .desktopNav li .meganav nav ul li {
    padding-left: 0;
  }
  .search-mobile-wrap {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 15px;
    position: relative;
  }
  .alumni-row #desktopNavWrap .giving-col .button {
    width: 100%;
    background-color: #096AC8;
    border-color: #096AC8;
    color: #fff;
  }
}
@media only screen and (max-width: 1023px ) {  
  .alumni-row .giving-col {
    width: 100%;
    max-width: 100%;
    /* padding-top: 20px; */
  }
  .search-mobile {
    position: relative;
    width: 100%;
    height: 36px;
    /* max-width: 284px; */
  }
  .search-mobile label {
    position: absolute;
    left: -999em;
  }
  .search-mobile input {
    outline: none;
    border: none;
    width: 100%;
    height: 36px;
    max-width: 100%;
  }
  .search-mobile img {
    position: absolute;
    width: 15px;
    height: 16px;
    top: 10px;
    right: 15px;
  }
}

.mobile-open-js header.structHead  { 
  overflow-y: scroll; 
  max-height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-open-js header.structHead  { 
    overflow-y: visible; 
    overflow-x: unset;
    max-height: 100%;
  }

}

.mobile-open-js header.structHead::-webkit-scrollbar {
  display: none;
}

/* .mobile-open-js #desktopNavWrap {
  overflow: scroll;
} */
.mobile-open-js .alumni-row {
  background-color: #10213F;
}
.structHead .social-mobile ul {
  padding: 26px 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.structHead .social-mobile ul li {
  padding: 0 22px;
}
/* FORM STYLING 
---------------------------------------------*/
.form.interior .structHead {
  padding: 40px 0;
}
.form.interior .structHead .head-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width:  699px ) {
  .form.interior .structHead .head-logo {
    padding-top: 15px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width:  1023px ) {
  .form.interior .structHead {
    padding: 20px 0;
  }
}
@media only screen and (max-width:  699px ) {
  .form.interior .structHead .flex-row.between {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .form.interior .structHead .flex-row.between div {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
  }
}
.form.interior .structBody {
  margin-top: 122px;
}
@media only screen and (max-width:  1023px ) {
  .form.interior .structBody {
    margin-top: 85px;
  }
}
@media only screen and (max-width:  699px ) {
  .form.interior .structBody {
    margin-top: 137px;
  }
}
@media only screen and (max-width:  1023px ) {
  .form.interior .structBody .form-hero {
    margin: 0 -15px;
  }
}
.form.interior footer {
  padding-top: 50px;
}
@media only screen and (max-width:  699px ) {
  .form.interior footer {
    padding-top: 30px;
  }
}
.form.interior .third-column .social li {
  padding: 0 10px;
}
.form.interior .third-column .social li:last-child {
  padding: 0;
}
@media only screen and (max-width:  699px ) {
  .form.interior .third-column .social li {
    padding: 0 13px;
  }
}
.form.interior .third-column .social li::after {
  content: none;
}
@media only screen and (max-width:  699px ) {
  .form.interior .third-column .social {
    padding-top: 20px;
  }
}
.form.interior .third-column .address-col {
  line-height: 25px;
}
@media only screen and (max-width:  699px ) {
  .form.interior .third-column .address-col {
    margin: 0 -15px;
    padding-top: 10px;
  }
  .form.interior .third-column .address-col hr {
    margin-bottom: 20px;
  }
}
.form.interior .logo-col {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width:  699px ) {
  .form.interior .logo-col {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
#ContentMiddle .idbmsBreadcrumbSeparator {
  display: none;
}
#ContentMiddle .imod_fieldLabel {
  padding: 13px 0;
}
#ContentMiddle .imod_fieldLabel label {
  color: #333;
}
#ContentMiddle .email-input .imod_fieldLabel {
  display: none;
}
#ContentMiddle .email-input .login-confirm-box {
  padding: 5px 0;
}
#ContentMiddle .email-input .textbox-confirm-label {
  padding: 5px 0;
  display: block;
  width: 100%;
}
#ContentMiddle div[id*="pnlBreadcrumbs"],
#ContentMiddle div.idbmsBreadcrumbWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: row;
      flex-wrap: row;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 0 50px;
  overflow: hidden;
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb,
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
  display: -ms-flexbox;
  display: flex;
  color: #626262;
  padding: 10px 15px;
  font-size: 13px;
  line-height: normal;
  margin-right: 10px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb .crumbStep,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb .crumbStep,
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .crumbStep,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .crumbStep {
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  border: 1px solid #c6c9d5;
  border-radius: 46px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 24px;
  color: #10213f;
  text-align: center;
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb .crumbLabel,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb .crumbLabel,
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .crumbLabel,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .crumbLabel {
  font-size: 18px;
  color: #10213f;
  letter-spacing: 0;
  text-align: center;
  padding-top: 10px;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb .crumbLabel,
  #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb .crumbLabel,
  #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .crumbLabel,
  #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .crumbLabel {
    padding-top: 5px;
    padding-left: 10px;
    font-weight: bold;
  }
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
  #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb {
    display: none;
  }
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
  font-size: 13px;
  font-weight: normal;
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .crumbStep,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .crumbStep {
  background-color: #847548;
  border-color: #847548;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive .crumbStep,
  #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive .crumbStep {
    width: 32px;
    height: 32px;
    font-weight: bold;
  }
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
  #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-left: -15px;
  }
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .stepTxt,
#ContentMiddle div.idbmsBreadcrumbWrapper .stepTxt {
  padding-right: 5px;
  font-weight: bold;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"],
  #ContentMiddle div.idbmsBreadcrumbWrapper {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"],
  #ContentMiddle div.idbmsBreadcrumbWrapper {
    padding-bottom: 0;
  }
}
#ContentMiddle .imod_formItemWrapper .EventsHeader,
#ContentMiddle .imod_fieldWrapper .EventsHeader {
  background: #10213F;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  border-color: #c8c8c8;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
#ContentMiddle .imod_formItemWrapper .EventsHeader a,
#ContentMiddle .imod_fieldWrapper .EventsHeader a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
}
#ContentMiddle .imod_formItemWrapper .EventsHeader a .categoryToggle,
#ContentMiddle .imod_fieldWrapper .EventsHeader a .categoryToggle {
  display: block;
  float: right;
  padding: 7px 15px;
}
#ContentMiddle .imod_fieldWrapper.split50 {
  float: left;
  padding-right: 15px;
  position: relative;
}
#ContentMiddle .imod_fieldWrapper.split50 .idbmsInstanceColumnInput {
  width: 100%;
}
#ContentMiddle .imod_fieldWrapper.split50:nth-child(odd) {
  padding-right: 0;
}
#ContentMiddle .imod_fieldWrapper.split50 .imod_fieldInput textarea,
#ContentMiddle .imod_fieldWrapper.split50 .imod_fieldInput input[type="text"],
#ContentMiddle .imod_fieldWrapper.split50 .imod_fieldInput select {
  max-width: 100%;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper.split50 {
    padding-right: 0;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select {
  border: 1px solid #c6c9d5;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  -webkit-filter: none;
          filter: none;
  padding: 0px 10px;
  width: 300px;
  max-width: 100%;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select {
  min-height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput .divAdvancedDesignations input[type="text"] {
  width: auto;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 {
  float: left;
  width: 70%;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod_col2 {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_col2 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col2 select {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0px 10px;
  width: 300px;
  max-width: 100%;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 textarea input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"] input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col2 select input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 textarea select,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"] select,
#ContentMiddle .imod_fieldWrapper .imod_col2 select select {
  min-height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 {
  float: left;
  width: 70%;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod_col3 {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_col3 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col3 select {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0px 10px;
  width: 300px;
  max-width: 90%;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 textarea input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"] input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col3 select input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 textarea select,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"] select,
#ContentMiddle .imod_fieldWrapper .imod_col3 select select {
  min-height: 42px;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod_col4 {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_col4 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col4 select {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  padding: 0px 10px;
  width: 300px;
  max-width: 90%;
}
#ContentMiddle .imod_fieldWrapper .imod_col4 textarea input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"] input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col4 select input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col4 textarea select,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"] select,
#ContentMiddle .imod_fieldWrapper .imod_col4 select select {
  min-height: 42px;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox {
  font-size: 20px;
  padding: 20px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox [id*="lblDollarSign"] {
  position: absolute;
  left: 10px;
  top: 10px;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput {
  position: relative;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldLabel {
  font-family: 'Roboto', sans-serif;
  width: auto;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  color: #10213f;
  line-height: 26px;
  padding-bottom: 14px;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldLabel {
    width: 100%;
    padding: 0 0 10px;
    line-height: normal;
  }
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput {
  width: auto;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput input[type="text"] {
  background: #fff;
  height: 60px;
  line-height: 1;
  font-size: 18px;
  width: 361px;
  height: 46px;
  border: 3px solid #10213F;
  max-width: 100%;
  text-indent: 10px;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper span[id*="lblFullName2"],
#ContentMiddle .imod_fieldWrapper span[id*="lblCCNoHypens"] {
  display: block;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.5;
}
#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput {
  width: auto;
}
#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput select,
#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput input {
  width: auto;
}
#ContentMiddle .designationButtons fieldset {
  padding: 0;
  margin: 0;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] {
  display: block;
  font-size: 14px;
  line-height: normal;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
  display: block;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
  display: block;
  float: left;
  width: 33.33333%;
  margin-bottom: 30px;
}
@media only screen and (max-width:  1023px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
    max-width: 224px;
  }
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
  padding: 0px;
  display: block;
  background: transparent;
  position: relative;
  transition: all 250ms ease;
  background-image: linear-gradient(90deg, rgba(232, 167, 19, 0.83) 0%, #847548 100%);
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td:hover {
  cursor: pointer;
  background: #10213F;
  color: #fff;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td:hover label {
  color: #fff;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td:hover label::before {
  color: #fff;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type="radio"] {
  display: none;
}
/* #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type="radio"]:checked + label {
  background:darken(@primary-color, 20%);
} */
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type="radio"]:checked + label:before {
  content: "\f058";
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label {
  display: block;
  padding: 0px 15px;
  color: #10213F;
  line-height: 23px;
  cursor: pointer;
  text-align: center;
  font-size: 19px;
  transition: all 400ms;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label::before {
  color: #333333;
  display: block;
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
  overflow: auto;
  margin: auto;
  font-weight: normal;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(1) label::before {
  content: "\f13d";
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(1) label::before {
    content: none;
  }
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(2) label::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f501";
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(2) label::before {
    content: none;
  }
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(3) label::before {
  content: "\f046";
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(3) label::before {
    content: none;
  }
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(4) label::before {
  content: "\f06b";
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(4) label::before {
    content: none;
  }
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(5) label::before {
  content: "\f004";
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(5) label::before {
    content: none;
  }
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(6) label::before {
  content: "\f06c";
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(6) label::before {
    content: none;
  }
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) {
  width: 100%;
  max-width: 100%;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) td {
  min-height: 0%;
  background-image: none;
  background: transparent;
  border: 1px solid #c6c9d5;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) td:hover {
  background-color: #10213F;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) td:hover label {
  color: #fff;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) label::before {
  content: none;
}
#ContentMiddle .imod_formItemWrapper .imod_categoryWrapper .EventsHeader a {
  background-color: #10213F;
  padding: 15px 10px;
}
#ContentMiddle .imod_formItemWrapper .imod_categoryWrapper:first-child .imod_instructions h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 44px;
  line-height: 52px;
  color: #10213f;
  letter-spacing: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  background: none;
  background-color: transparent;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_formItemWrapper .imod_categoryWrapper:first-child .imod_instructions h2 {
    font-size: 31px;
    padding-left: 0;
    padding-bottom: 0px;
  }
}
#ContentMiddle .imod_formItemWrapper .imod_categoryWrapper .imod_instructions h2 {
  background: #10213F;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  border-color: #c8c8c8;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
#ContentMiddle .imod_formItemWrapper .imod_categoryWrapper [id*="divDesignationsLabels"] {
  background: #10213F;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  border-color: #c8c8c8;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
#ContentMiddle .designation-section .divAdvancedDesignations {
  width: 100%;
  margin: 0;
}
#ContentMiddle .designation-section .divAdvancedDesignations .fa {
  color: #234863;
}
#ContentMiddle .login-password-box {
  width: 100%;
}
#ContentMiddle .radio-button-list-designations-fieldset {
  padding: 0;
  border: none;
}
#ContentMiddle .imod-payment-options {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 35px;
  position: relative;
  min-height: 45px;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod-payment-options {
    margin-top: 0;
  }
}
#ContentMiddle .idbmsCampaignPaymentOptionsHeader {
  background: #10213F;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  border-color: #c8c8c8;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
#ContentMiddle .imod_fieldWrapper .imod-payment-options > div {
  display: block;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod-payment-options > div {
    width: 100%;
  }
  #ContentMiddle .imod_fieldWrapper .imod-payment-options > div:nth-child(1) label {
    top: 0;
  }
  #ContentMiddle .imod_fieldWrapper .imod-payment-options > div:nth-child(2) label {
    top: 60px;
  }
  #ContentMiddle .imod_fieldWrapper .imod-payment-options > div:nth-child(3) label {
    top: 120px;
  }
}
#ContentMiddle .imod-payment-options > div.imod-payment-options-pay-now > label {
  left: 0;
}
#ContentMiddle .imod-payment-options > div.imod-payment-options-scheduled-payments > label {
  left: 33.33336%;
}
#ContentMiddle .imod-payment-options > div.imod-payment-options-perpetual-payments > label {
  right: 0;
}
#ContentMiddle .imod_fieldWrapper .imod-payment-options > div > label {
  width: 33.333333%;
  cursor: pointer;
  transition: all 200ms ease;
  position: absolute;
  top: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 0 15px;
  background: rgba(198, 201, 213, 0.2);
  display: block;
  color: #10213F;
  text-align: center;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod-payment-options > div > label {
    width: 100%;
    left: 0;
  }
}
#ContentMiddle .imod_fieldWrapper .imod-payment-options > div > label:hover {
  background: #ccc;
  color: #333;
}
#ContentMiddle .imod-payment-options > div > input {
  display: none;
}
#ContentMiddle .imod-payment-options > div > input:checked + label {
  background: #847548;
  color: #10213F;
}
#ContentMiddle .imod-payment-options > div > input:checked + label:hover {
  background: #847548;
  color: #10213F;
}
#ContentMiddle .imod-payment-options .imod-payment-options-payment-control {
  margin-left: 0;
  margin-top: 60px;
  text-align: left;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod-payment-options .imod-payment-options-payment-control {
    margin-top: 180px;
  }
}
#ContentMiddle .imod-payment-options .imod-payment-options-payment-control fieldset {
  border: medium none;
  margin: 0 !important;
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #c6c9d5;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod-payment-options .imod-payment-options-payment-control fieldset {
    padding: 10px;
    max-width: 100%;
  }
}
#ContentMiddle .imod-payment-options .imod-payment-options-payment-control fieldset legend {
  display: none;
}
#ContentMiddle .imod-payment-options div.imod-payment-options-payment-control div,
#ContentMiddle .imod-payment-options div.imod-payment-options-summary-control div {
  margin: 5px 0;
}
#ContentMiddle #tblScheduledPayments span#lblPaymentDates,
#ContentMiddle #tblPerpetualGift span#lblPaymentDatesSubsequent {
  display: inline-block;
  font-size: 1em !important;
  font-style: italic;
  padding: 10px 0 20px;
}
#ContentMiddle #tblScheduledPayments span#lblPaymentDates span,
#ContentMiddle #tblPerpetualGift span#lblPaymentDatesSubsequent span {
  white-space: normal !important;
}
#ContentMiddle .imod-payment-table {
  white-space: normal !important;
}
#ContentMiddle #tblPerpetualGift span#lblPaymentDatesFirst {
  display: block;
  padding: 0 0 15px;
}
#ContentMiddle #tblPerpetualGift span#lblStartDay {
  color: #999;
  font-size: 0.95em;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#ContentMiddle #tblScheduledPayments span#spPaymentDates,
#ContentMiddle #tblPerpetualGift span#spNextPaymentDate {
  font-weight: bold;
}
#ContentMiddle #tblScheduledPayments select,
#ContentMiddle #tblScheduledPayments input,
#ContentMiddle #tblPerpetualGift select,
#ContentMiddle #tblPerpetualGift input {
  width: auto !important;
  min-width: auto !important;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle #tblScheduledPayments select,
  #ContentMiddle #tblScheduledPayments input,
  #ContentMiddle #tblPerpetualGift select,
  #ContentMiddle #tblPerpetualGift input {
    margin-bottom: 10px;
  }
}
#ContentMiddle table.eventsheader tr td[align="left"],
#ContentMiddle table.EventsHeader tr td[align="left"] {
  width: 100% !important;
}
.fancybox-overlay .fancybox-wrap {
  width: 600px !important;
  max-width: 90%;
}
.fancybox-overlay .fancybox-wrap .fancybox-inner {
  width: 100% !important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin {
  padding: 30px !important;
}
@media only screen and (max-width:  699px ) {
  .fancybox-overlay .fancybox-wrap .fancybox-skin {
    padding: 15px !important;
  }
}
.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper {
  max-width: 100%;
}
.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper br {
  display: none;
}
.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper span.instruction-section {
  font-size: 1em;
  width: 100%;
  margin: 0 0 0px;
}
.fancybox-overlay .fancybox-wrap div.imod_designations_wrapper div.notification-section-top {
  margin-top: 10px;
}
.fancybox-overlay .fancybox-wrap div.header-section {
  float: left;
  min-height: 35px;
  padding: 0 0 15px;
  width: 100%;
}
.fancybox-overlay .fancybox-wrap div.header-section h1 {
  margin: 0;
  padding: 5px 220px 5px 0;
  font-size: 1.5em;
  min-height: 40px;
}
@media only screen and (max-width:  699px ) {
  .fancybox-overlay .fancybox-wrap div.header-section h1 {
    margin-top: 40px;
    font-size: 1.3em;
    padding-right: 0;
  }
}
.fancybox-overlay .fancybox-wrap div.header-section div.search-section {
  background: #ddd;
  border: 1px solid #ccc;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
@media only screen and (max-width:  699px ) {
  .fancybox-overlay .fancybox-wrap div.header-section div.search-section {
    width: 100%;
  }
}
.fancybox-overlay .fancybox-wrap div.header-section div.search-section div.search-box {
  border: none;
  background: none;
}
.fancybox-overlay .fancybox-wrap div#main-section {
  background: #fff;
  border: 2px solid #ddd;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset {
  border: none;
  margin: 15px 0 0;
  padding: 8px 15px 10px;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset legend {
  font-size: 1.25em;
  line-height: 1.3em;
}
@media only screen and (max-width:  699px ) {
  .fancybox-overlay .fancybox-wrap div#main-section fieldset legend {
    font-size: 1em;
  }
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section {
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  margin: 0 0 5px;
  width: 100%;
  float: none;
  overflow: hidden;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section input {
  margin-top: 2px;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section label {
  display: block;
  max-width: 100%;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section div.arrow {
  position: relative;
  top: -3px;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section {
  width: 100%;
  float: none;
  margin: 0;
  padding: 5px 0 0 17px;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child {
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 5px 15px 5px 0;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child input[type="checkbox"] {
  width: 15px;
  margin: 0;
}
.fancybox-overlay .fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child label {
  float: none;
  padding-left: 23px;
  line-height: normal;
}
.fancybox-overlay .fancybox-wrap div.button-section {
  display: block;
  width: 100%;
  padding: 20px 0 0;
  float: left;
}
.fancybox-overlay .fancybox-wrap div.button-section input {
  background: #234863;
  color: #fff;
  display: inline-block;
  /* float: right; */
  padding: 10px 20px;
  border: none;
  max-width: 40%;
  transition: all 250ms ease;
}
.fancybox-overlay .fancybox-wrap div.button-section input:hover {
  background: #222;
  color: #fff;
}
.fancybox-overlay .fancybox-wrap div.button-section a {
  border: 1px solid #ccc;
  color: #333;
  margin: 0 !important;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  float: left;
  max-width: 40%;
}
.fancybox-overlay .fancybox-wrap div.button-section a:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
  border-color: #222;
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0 -17px;
}
@media only screen and (max-width:  699px ) {
  .flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
    display: block;
  }
}
@media only screen and (max-width:  699px ) {
  .flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: center;
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 0 17px;
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
  display: inherit;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 120px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width:  699px ) {
  .flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
    min-height: 0%;
    padding: 30px 0;
  }
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) td {
  min-height: 0;
}
@media only screen and (max-width:  699px ) {
  .flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) td {
    padding: 0;
  }
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) label {
  padding: 12px 0;
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) label::before {
  content: none;
}
@media only screen and (max-width:  699px ) {
  .flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(7) {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
/* GIVE BUTTONS 1 STYLING 
---------------------------------------------*/
ul.giveBtnsList {
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.giveBtnsList li {
  display: inline-block;
  padding: 0 10px;
  margin-right: -4px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  ul.giveBtnsList li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width:  699px ) {
  ul.giveBtnsList li {
    padding: 0 5px;
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
ul.giveBtnsList li a {
  text-decoration: none;
  display: block;
  font-size: 2em;
  line-height: 1em;
  padding: 20px 30px;
  background: #234863;
  color: #fff !important;
  font-weight: bold;
}
ul.giveBtnsList li a.otherAmt {
  font-weight: normal;
  color: #fff;
}
ul.giveBtnsList li a:hover {
  background: #222;
  color: #fff !important;
  border-color: #000;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  ul.giveBtnsList li a {
    font-size: 26px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width:  699px ) {
  ul.giveBtnsList li a {
    font-size: 24px;
    padding: 13px;
  }
}
ul.giveBtnsList span.sm {
  float: left;
  font-size: 0.55em;
  margin-right: 2px;
  position: relative;
  top: -5px;
}
@media only screen and (max-width:  699px ) {
  ul.giveBtnsList span.sm {
    float: none;
  }
}
/* GIVE BUTTONS 2 STYLING 
---------------------------------------------*/
.giveInputWrapper {
  display: block;
  position: relative;
  height: 50px;
  padding-right: 20px;
  max-width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .giveInputWrapper {
    max-width: 80%;
  }
}
@media only screen and (max-width:  699px ) {
  .giveInputWrapper {
    max-width: 100%;
  }
}
.giveInputWrapper .giveInputInner {
  background: #fff;
  overflow: hidden;
  padding-left: 45px;
  position: relative;
  border: 2px solid #ccc;
}
.giveInputWrapper label {
  display: none;
}
.giveInputWrapper .dollarSign {
  position: absolute;
  top: 0;
  left: 0;
  color: #222 !important;
  font-size: 25px;
  line-height: 50px;
  width: 35px;
  text-align: right;
}
.giveInputWrapper #giveInput {
  background: none;
  border: none;
  height: 46px;
  color: #222 !important;
  width: 100%;
  font-size: 25px;
}
@media only screen and (max-width:  699px ) {
  .giveInputWrapper #giveInput {
    font-size: 18px;
  }
}
.giveInputWrapper #giveBtnSubmit {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  background: #222;
  padding: 0 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 250ms ease;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
.giveInputWrapper #giveBtnSubmit:hover {
  background: #000;
}
@media only screen and (max-width:  699px ) {
  .giveInputWrapper #giveBtnSubmit {
    padding: 0 10px;
    font-size: 11px;
  }
}
.giveInputWrapper #errorMsg {
  font-style: italic;
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
}

fieldset.divAdvancedDesignations .tblDesignationsAdvancedSelect .percent-col { 
  white-space: nowrap;
}

.tblDesignationsAdvancedSelect tbody { 
  display: block; 
  padding: 15px;
}

.code-block pre {
  font-family: 'Source Code Pro', Monaco, monospace;
  font-size: 95%;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
}           
.code-block code {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #5e6a71;
  font-family: Monaco, monospace;
  font-size: 95%;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  background: #e7e7e8;
}

/* MAINT 160346 DT 10092020 */
.horizontal .radio-button-list-fieldset span {
  display: flex;
  flex-direction: row;
}

.horizontal .radio-button-list-fieldset span span > label {
  padding: 0;
  margin-right: 15px;
}