/* GENERAL STYLES
---------------------------------------------*/
html,
body,
form {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #545454;
  color: #1C252F;
  font-family: Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
}
a {
  color: #005db9;
  text-decoration: underline;
  outline: none;
  transition: color 250ms ease, background 500ms ease;
}
a:hover,
a:focus {
  color: #005db9;
  text-decoration: none;
  transition: all 250ms ease;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #1D4267;
}
h1,
.PageTitleHeader {
  font-size: 2.429em;
  line-height: 1.25;
}
h2,
.PageSubTitleHeader {
  font-size: 1.714em;
  line-height: 1.25;
}
h3 {
  font-size: 1.429em;
  line-height: 1.25;
}
h4 {
  font-size: 1.143em;
  line-height: 1.25;
}
h5 {
  font-size: 0.929em;
  line-height: 1.25;
}
p {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 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 #545454;
}
.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: #1D4267 !important;
}
.expand img {
  background-color: #1D4267 !important;
}
.expand {
  background-color: #1D4267 !important;
  display: inline-block;
  width: 18px;
}
.Error,
.error {
  width: auto !important;
}
img[src="/images/icons/v2/common/brick_edit.gif"],
img[src="/images/icons/v2/common/delete.gif"],
img[src="/images/icons/v2/common/arrow_out.gif"],
img[src="/images/e.gif"],
img[src="/images/spacer.gif"],
img[src="/images/icons/v2/bomb.png"] {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  width: 16px !important;
  height: 16px !important;
}
#inner-wrap img {
  max-width: 100%;
  height: auto;
}
#inner-wrap img[src="/images/spacer.gif"] {
  display: none;
}
#inner-wrap img * {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.EventsHeader td:nth-child(2) {
  width: 18px !important;
  height: 18px !important;
}
.EventsHeader span.expand img {
  width: 18px !important;
  height: 18px !important;
}
::-moz-selection {
  background: blue;
  color: #fff;
}
::selection {
  background: blue;
  color: #fff;
}
/* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection {
  background: blue;
  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%;
  }
}
/*button default*/
.button,
a.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #1D4267;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
  color: #fff;
  padding: 17px 38px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background: #005db9;
  color: #fff;
}
.button:focus,
a.button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #005db9;
  color: #fff;
  outline: 3px solid #005db9;
}

.section-tabs .tabs-wrap .button,
.section-tabs .tabs-wrap a.button,
.section-tabs .tabs-wrap input[type="submit"],
.section-tabs .tabs-wrap input[type="button"],
.section-tabs .tabs-wrap input[type="reset"] {
  background: #002856;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
  color: #fff;
  padding: 17px 20px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
}

/* Custom Class Styles */
.content-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
}
/* UTILITY BAR ELEMENTS
---------------------------------------------*/
.utilityBar {
  float: left;
  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
---------------------------------------------*/
.structHead.dropdown {
  float: left;
  width: 100%;
  position: relative;
}
.loggedin .structHead.dropdown {
    position: static;
}
@media only screen and (max-width:  699px ) {
  .structHead.dropdown {
    position: static;
  }
}
.structHead.dropdown .dpu-header--top {
  background: rgb(29, 66, 103);
  margin-bottom: 1px;
  padding: 25px 0;
}
@media only screen and (max-width:  699px ) {
  .structHead.dropdown .dpu-header--top {
    margin-bottom: 0;
    background: #1D4267;
  }
}
.structHead.dropdown .dpu-header--top .content-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.structHead.dropdown .dpu-header--top .content-row .head-col--logo .head-logo--content a img {
  width: 514px;
}
.structHead.dropdown .dpu-header--top .content-row .head-col--logo .head-logo--content a:focus {
    outline: 1px solid #fff;
}
.structHead.dropdown .dpu-header--top .content-row .head-col--right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .structHead.dropdown .dpu-header--top .content-row .head-col--right {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.structHead.dropdown .dpu-header--top .content-row .head-col--right .memberTools ul li {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 14px;
}
.structHead.dropdown .dpu-header--top .content-row .head-col--right .memberTools ul li a {
  text-decoration: none;
}
.structHead.dropdown .dpu-header--top .content-row .head-col--right .memberTools ul li a:hover {
    text-decoration: underline;
}
@media only screen and (max-width:  699px ) {
  .structHead.dropdown .dpu-header--top .content-row .head-col--right .head-right--cta {
    display: none;
  }
}
.structHead.dropdown .dpu-header--top .content-row .head-col--right .head-right--cta a {
  background: #002856;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 0;
}
.structHead.dropdown .dpu-header--top .content-row .head-col--right .head-right--cta a:hover,
.structHead.dropdown .dpu-header--top .content-row .head-col--right .head-right--cta a:focus {
  background: #005db9;
  color: #fff;
}
.structHead.dropdown .dpu-header--top .content-row a.m-pikabu-nav-toggle {
  color: #fff;
  position: absolute;
  right: 20px;
}
.structHead.dropdown .dpu-header--top .content-row a.m-pikabu-nav-toggle .fa {
  font-size: 25px;
}
.structHead.dropdown .dpu-header--bottom {
  background: rgb(29, 66, 103);
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
}
.structHead.dropdown .dpu-header--bottom .content-row {
  position: relative;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav {
  position: static;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner {
  position: static;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li {
  float: left;
  padding: 0;
  text-transform: uppercase;
  position: static;
  padding: 15px 0;
  padding-right: 30px;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li.sfHover > a {
  border-bottom: 1px solid #fff;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li.sfHover .menuWrapper {
  left: 0;
  opacity: 1;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li:last-child {
  padding-right: 0;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper {
  position: absolute;
  left: -999em;
  top: 100%;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper .menu-wrap--row {
    width: 100%;
    padding: 0 15px;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper .menu-wrap--col {
    padding: 40px 65px;
    text-align: left;
    background: #fff;
}

@media only screen and (min-width: 1023px ) {
    .structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper .menu-wrap--row .menu-wrap--col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper ul {
  position: relative;
  background: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  top: 0;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper ul li + li {
  border-top: 1px solid #e6e6e6;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper ul li a {
  color: #1C252F;
  line-height: 17px;
  text-decoration: none;
  background: none;
  text-align: left;
  padding: 15px;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper ul li a:hover,
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper ul li a:focus {
  background: #1D4267;
  color: #fff;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li .menuWrapper ul li.sfHover > a {
  border-bottom: 1px solid transparent;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li > a {
  color: #fff;
  display: block;
  line-height: 17px;
  text-decoration: none;
  font-weight: normal;
  padding: 5px 0 4px 0;
  border-bottom: 1px solid transparent;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner ul > li > a:hover {
  border-bottom: 1px solid #fff;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li.sfHover {
  position: static;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li.sfHover ul {
  left: auto;
  opacity: 1;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li.sfHover ul ul {
  left: -999em;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li.sfHover ul ul ul {
  left: -999em;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul {
  position: absolute;
  left: -999em;
  margin: 0px;
  background: #545454;
  float: none;
  width: 15em;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms ease;
  top: 100%;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  line-height: normal;
  text-transform: none;
  font-size: 1em;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li.sfHover {
  position: static;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li.sfHover ul {
  left: auto;
  opacity: 1;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li:hover a {
  background: red;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li ul {
  margin: -23px 0 0 150px;
  background: green;
  color: #fff;
  width: 170px;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li ul li {
  width: 170px;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li ul li.sfHover {
  position: static;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li ul li.sfHover ul {
  left: auto;
  opacity: 1;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li ul li a {
  color: #fff;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li ul li a:hover {
  color: #ccc;
}
.structHead.dropdown .dpu-header--bottom .navBar-left--nav .desktopNavInner li ul li ul a {
  font-weight: normal;
  text-align: left;
  padding: 0.25em 1em;
  border: none;
}
.structHead.dropdown .dpu-header--bottom .navBar-right--search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.structHead.dropdown .dpu-header--bottom .navBar-right--search .searchBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: -5px;
}
.structHead.dropdown .dpu-header--bottom .navBar-right--search .searchBox input {
  width: 227px;
}
.structHead.dropdown .dpu-header--bottom .navBar-right--search .searchBox img {
  position: absolute;
  right: 0;
  width: 25px;
  padding-right: 10px;
}
.mainHeaderWrap {
  position: relative;
  z-index: 1020;
}
#nav {
  display: none;
}
.interior .structHead.dropdown {
  position: static;
}
.interior .structHead.dropdown .dpu-header--top {
  background: #1D4267;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width:  699px ) {
  .interior .structHead.dropdown .dpu-header--top {
    border-bottom: 0;
  }
}
/* 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;
}
.loggedin .structBody {
    padding-top: 5em;
}
.midWrap {
  padding-bottom: 3em;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .midWrap {
    padding-bottom: 1em;
  }
}
.pageName h1 {
  margin: 0 0 10px;
}
/* NEWS LISTINGS
-----------------------------------------------*/
.newsItem {
  position: relative;
  padding: 15px 0 30px;
  float: left;
  width: 100%;
  clear: both;
}
.newsItem + .newsItem {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.newsItem .thumb {
  position: relative;
  width: 120px;
  float: left;
}
.newsItem .text {
  padding-left: 140px;
}
.newsItem .title {
  font-size: 1.25em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
}
.newsItem a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.newsItem a:hover .title,
.newsItem a:focus .title {
  text-decoration: underline;
}
.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;
}
/* EXPAND/COLLAPSE STYLES
---------------------------------------------*/
.accordion {
  margin: 40px 0;
  float: left;
  width: 100%;
}
.accordion .collapseItem {
  margin: 0 0 10px;
  /* heading */
  /* content */
}
.accordion .collapseItem .panel-heading {
  background: #e1e1e1;
  display: block;
  font-family: Arial, sans-serif;
  font-weight: normal;
  position: relative;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width:  699px ) {
  .accordion .collapseItem .panel-heading {
    font-size: 1.1em;
    line-height: normal;
  }
}
.accordion .collapseItem .panel-heading a {
  display: block;
  padding: 10px 10px 10px 70px;
  text-decoration: none;
  color: #222;
  min-height: 50px;
}
.accordion .collapseItem .panel-heading a:active,
.accordion .collapseItem .panel-heading a:focus {
  outline: none;
}
.accordion .collapseItem .panel-heading a .fa {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  line-height: 50px;
  background: #1D4267;
  color: #fff;
  text-align: center;
  font-size: 30px;
  /*border-right:5px solid #fff;*/
}
.accordion .collapseItem .panel-heading a.open {
  background: #1D4267;
  color: #fff;
}
.accordion .collapseItem .panel-heading a.open .fa {
  background: rgba(0, 0, 0, 0.2);
}
.accordion .collapseItem .accordionPanelWrap {
  padding: 20px;
  /* margin-left:55px;border-bottom:2px solid #ccc;*/
  overflow: hidden;
  background: #f6f6f6;
  border-left: 50px solid #e1e1e1;
}
@media only screen and (max-width:  699px ) {
  .accordion .collapseItem .accordionPanelWrap {
    border-left: none;
  }
}
.accordion .collapseItem .accordionPanelWrap .thumb {
  float: left;
  margin: 0 20px 10px 0;
  width: 200px;
  border: 4px solid #fff;
}
@media only screen and (max-width:  479px ) {
  .accordion .collapseItem .accordionPanelWrap .thumb {
    float: none;
    width: 100%;
  }
  .accordion .collapseItem .accordionPanelWrap .thumb img {
    width: 100%;
  }
}
.accordion .collapseItem .accordionPanelWrap .more {
  padding-top: 10px;
}
.accordion .collapseItem .accordionPanelWrap .more span {
  display: none;
}
.accordion .collapseItem .accordionPanelWrap .more a > span {
  display: block;
}
.accordion .collapseItem .accordionPanelWrap .more a {
  display: inline-block;
}
.accordion .collapseItem .accordionPanelWrap .more a .button {
  background: #1D4267;
  margin: 0;
}
/* EVENT LISTINGS
-----------------------------------------------*/
.eventItem {
  position: relative;
  width: 100%;
  padding: 15px 0 30px;
}
.eventItem + .eventItem {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.eventItem .date {
  position: relative;
  width: 60px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  float: left;
}
.eventItem .date .month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1em;
  background: #1D4267;
  color: #fff;
  padding: 5px 0;
  margin: -1px -1px 0px -1px;
}
.eventItem .date .day {
  font-size: 2em;
  line-height: 1.5em;
}
.eventItem .text {
  padding-left: 80px;
}
.eventItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
}
.eventItem .title a {
  color: #1D4267;
  text-decoration: none;
}
.eventItem .title a:hover,
.eventItem .title a:focus {
  text-decoration: underline;
}
/*INTERIOR EVENTS WITHOUT CALENDAR
------------------------*/
.intEventItem {
  border: none;
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}
.intEventItem + .intEventItem {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.intEventItem .thumb {
  float: right;
  width: 120px;
  height: 120px;
  margin-left: 30px;
  margin-bottom: 10px;
  background-size: cover;
}
.intEventItem .thumb img {
  opacity: 0;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .thumb {
    display: none;
  }
}
.intEventItem .date {
  float: left;
  width: 85px;
  height: 85px;
  background: #1D4267;
  text-align: center;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .date {
    width: 60px;
    height: 70px;
    padding: 7px;
  }
}
.intEventItem .date .month {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.intEventItem .date .day {
  color: #ffffff;
  font-size: 2em;
  line-height: 1;
  margin-top: 3px;
}
.intEventItem .text {
  padding-left: 115px;
  padding-right: 150px;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .text {
    padding-left: 80px;
    padding-right: 0px;
  }
}
.intEventItem .text .title {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.3;
  padding: 0;
  color: #1D4267;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .text .title {
    font-size: 20px;
  }
}
.intEventItem .text .title a {
  color: #1D4267;
  text-decoration: none;
}
.intEventItem .text .title a:hover,
.intEventItem .text .title a:focus {
  text-decoration: underline;
}
.intEventItem .text .preview {
  font-size: 0.95em;
  line-height: 1.6em;
  margin: 10px 0;
}
.intEventItem .text .locationTime {
  color: #626262;
  font-size: 13px;
}
.intEventItem .text .locationTime .location {
  display: inline-block;
  padding-right: 15px;
  line-height: normal;
}
.intEventItem .text .locationTime .location:before {
  font-family: FontAwesome;
  content: "\f041";
  padding-right: 5px;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .text .locationTime .location {
    display: inline-block;
  }
}
.intEventItem .text .locationTime .timeRange {
  display: inline-block;
}
.intEventItem .text .locationTime .timeRange:before {
  font-family: FontAwesome;
  content: "\f017";
  padding-right: 5px;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .text .locationTime .timeRange {
    display: inline-block;
    padding-left: 0px;
  }
}
/* Feature Rotator */
.imageRotator {
  padding: 0;
  position: relative;
  /* Slick Arrows */
  /* Slide */
  /* Slider Play/Pause Controls */
}
.imageRotator .slick-dots {
  display: none!important;
}
.imageRotator .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  height: auto;
  z-index: 100;
  outline: none;
  color: #fff!important;
  font-size: 3em;
  opacity: 0.5;
  background: none;
  border: none;
  padding: 20px;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-arrow {
    top: 40%;
  }
}
.imageRotator .slick-arrow:focus {
    outline: 2px solid #fff;
    opacity: 1;
}
.imageRotator .slick-arrow:hover {
  opacity: 1;
}
.imageRotator .slick-arrow.prev {
  left: 50px;
}
.imageRotator .slick-arrow.next {
  right: 50px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .imageRotator .slick-arrow {
    font-size: 3.5em;
  }
  .imageRotator .slick-arrow.prev {
    left: 0px;
  }
  .imageRotator .slick-arrow.next {
    right: 0px;
  }
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-arrow {
    font-size: 30px;
  }
  .imageRotator .slick-arrow.prev {
    left: 0px;
  }
  .imageRotator .slick-arrow.next {
    right: 0px;
  }
}
.imageRotator .slick-slide {
  position: relative;
    max-height: 690px;
}
.imageRotator .slick-slide .tools {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}
.imageRotator .slick-slide a {
  text-decoration: none;
  /* Image */
  /* Gradient Overlay */
  /* Slide text*/
}
.imageRotator .slick-slide a:hover .title,
.imageRotator .slick-slide a:focus .title {
  text-decoration: none;
}
.imageRotator .slick-slide a .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  padding-bottom: 50%;
  height: 0;
}
@media only screen and (max-width:  1023px ) {
  .imageRotator .slick-slide a .sldimg {
    height: auto;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .imageRotator .slick-slide a .sldimg {
    padding-bottom: 0%;
  }
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-slide a .sldimg {
    padding-bottom: 155px;
    height: 0;
  }
}
.imageRotator .slick-slide a .sldimg img {
  display: none;
}
@media only screen and (max-width:  1023px ) {
  .imageRotator .slick-slide a .sldimg img {
    display: block;
    opacity: 0;
    max-height: 375px;
  }
}
.imageRotator .slick-slide a .sldimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.imageRotator .slick-slide a .gradientOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1C252F 100%);
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-slide a .gradientOverlay {
    height: 220px;
    top: 0;
  }
}
.imageRotator .slick-slide a .sldtxt {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0px;
  width: 100%;
  z-index: 6;
  text-align: center;
  background: none;
  color: #fff;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  /* Slide Title */
  /* Slide Preview Text */
  /* Slide CTA */
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .imageRotator .slick-slide a .sldtxt {
    padding-left: 140px;
    padding-right: 140px;
    text-align: center;
    bottom: 0;
  }
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-slide a .sldtxt {
    position: static;
    padding-top: 10px;
    padding-bottom: 15px;
    bottom: 0;
    background: #1c252f;
  }
}
.imageRotator .slick-slide a .sldtxt .title {
  font-size: 2.75em;
  line-height: 49px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 25px;
  text-decoration: none;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-slide a .sldtxt .title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 15px;
    text-shadow: none;
    line-height: 27px;
  }
}
.imageRotator .slick-slide a .sldtxt .title a {
  text-decoration: none;
}
.imageRotator .slick-slide a .sldtxt .preview {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  padding-bottom: 35px;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-slide a .sldtxt .preview {
    display: none;
  }
}
.imageRotator .slick-slide a .sldtxt .cta.button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  padding: 17px 38px;
  background: #002856;
  border-radius: 3px;
}
.imageRotator .slick-slide a .sldtxt .cta.button:hover,
.imageRotator .slick-slide a:focus .sldtxt .cta.button {
  background: #005db9;
  color: #002856;
}
.imageRotator .controlsWrap {
  position: absolute;
  right: 10px;
  z-index: 100;
  bottom: 7px;
  color: #fff;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .imageRotator .controlsWrap {
    bottom: 7px;
    right: 30px;
  }
}
@media only screen and (max-width:  699px ) {
  .imageRotator .controlsWrap {
    height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    right: 0;
    width: 100%;
    top: 50%;
  }
}
.imageRotator .controlsWrap .controlsBtn {
  color: #fff;
  margin: 0 5px;
}
.imageRotator .controlsWrap .controlsBtn.active {
  opacity: 0.2;
}
.imageRotator .controlsWrap  a:focus {
    color: #005db9;
    opacity: 1;
}
/* 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 {
  float: left;
  width: 100%;
  background: #1D4267;
  padding: 60px 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
}
footer .row {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:  1023px ) {
  footer .row {
    display: block;
  }
}
footer address {
  font-style: normal;
}
/* footer .footer-col-one::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  footer .footer-col-one::after {
    display: none;
  }
} */
@media only screen and (max-width:  1023px ) {
  footer .footer-col-one .footer-col-one--content {
    text-align: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
footer .footer-col-one .footer-col-one--content a img {
  width: 192px;
}

footer .footer-col-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-col-two .footer-col-two--content {
  line-height: 1.58;
}

@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  footer .footer-col-two {
    padding-left: 45px;
  }
}
@media only screen and (max-width:  699px ) {
  footer .footer-col-two {
    text-align: center;
    padding-bottom: 25px;
  }
}
.footer-col-two--content a {
    color: #fff;
    text-decoration: none;
}
.footer-col-two--content a:hover,
.footer-col-two--content a:focus {
    text-decoration: underline;
}

footer .footer-col-three {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  footer .footer-col-three {
    padding-right: 45px;
  }
}
@media only screen and (max-width:  699px ) {
  footer .footer-col-three {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width:  699px ) {
  footer .footer-col-three .footer-col-three--content {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
footer .footer-col-four .footer-col-four--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.footer-col-three--content a {
    color: #fff;
    text-decoration: none;
}
.footer-col-three--content a:hover,
.footer-col-three--content a:focus {
    text-decoration: underline;
}
footer .footer-col-four .footer-col-four--content .wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
@media only screen and (max-width:  699px ) {
  footer .footer-col-four .footer-col-four--content {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
footer .footer-col-four .footer-col-four--content .social {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
}
.loggedin footer .footer-col-four .footer-col-four--content .social {
    width: 100%;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  footer .footer-col-four .footer-col-four--content .social {
    padding-right: 45px;
  }
}
@media only screen and (max-width:  699px ) {
  footer .footer-col-four .footer-col-four--content .social {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
footer .footer-col-four .footer-col-four--content .social li {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media only screen and (max-width:  699px ) {
  footer .footer-col-four .footer-col-four--content .social li {
    /* width: 90%; */
  }
}
footer .footer-col-four .footer-col-four--content .social li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width:  699px ) {
  footer .footer-col-four .footer-col-four--content .social li:nth-child(4) {
    border-top: 0;
    padding-top: 0;
  }
}
footer .footer-col-four .footer-col-four--content .social li:first-child {
  padding-top: 0;
}
footer .footer-col-four .footer-col-four--content .social li .fa-fw {
  margin-right: 10px;
}
footer .footer-col-four .footer-col-four--content .social li a {
  color: #fff;
  text-decoration: none;
}
footer .footer-col-four .footer-col-four--content .social li a:hover {
  color: #005db9;
}
@media (min-width: 1024px) {
  .drawer .desktopNav .desktopNavInner ul li a {
    margin-right: 0 !important;
  }
  .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap {
    display: none !important;
    padding-top: 15px!important;
  }
}
@media only screen and (max-width:  699px ), only screen and (min-width: 700px) and (max-width:  1023px ) {
  .drawer .desktopNav {
    display: none;
  }
  .drawer .desktopNav .desktopNavInner {
    padding: 10px 0px 0;
    overflow: hidden;
    width: 100%;
  }
  .drawer .desktopNav .desktopNavInner ul {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
  }
  .drawer .desktopNav .desktopNavInner ul li {
    display: block;
    width: 100%;
  }
  .drawer .desktopNav .desktopNavInner ul li:hover {
    background: #002856;
  }
  .drawer .desktopNav .desktopNavInner ul li:hover > a {
    background: #002856;
    color: #fff;
  }
  .drawer .desktopNav .desktopNavInner ul li:hover a {
    background: none;
    color: #fff;
  }
  .drawer .desktopNav .desktopNavInner ul li:hover .accordion-btn-wrap .accordion-btn {
    color: #fff;
  }
  .drawer .desktopNav .desktopNavInner ul li.active {
    background: #002856;
    color: #fff;
  }
  .drawer .desktopNav .desktopNavInner ul li.active > a {
    background: #002856;
    color: #fff;
  }
  .drawer .desktopNav .desktopNavInner ul li a {
    display: block;
    text-align: left;
    font-weight: 300;
    text-decoration: none;
    color: #1C252F;
    text-transform: uppercase;
    padding: 15px 20px;
  }
  .drawer .desktopNav .desktopNavInner ul li a:focus {
    outline: 2px solid #002856;
  }
  .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap {
    border: none;
    background: none;
    padding: 0;
    min-height: 54px;
    padding-top: 15px;
  }
  .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap:focus {
    outline: 2px solid #fff;
  }
  .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap .accordion-btn {
    color: #002856;
    line-height: inherit;
  }
  .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap .accordion-btn.accordion-expanded {
    color: #fff;
  }
  .drawer .desktopNav .desktopNavInner ul li ul {
    position: relative;
    left: 0;
    padding: 0;
    top: 0;
    overflow: hidden;
    opacity: 1;
    background: #1D4267;
  }
  .drawer .desktopNav .desktopNavInner ul li ul li {
    border-bottom: none;
  }
  .drawer .desktopNav .desktopNavInner ul li ul li a {
    color: #fff;
    padding: 15px 30px;
    border-bottom: none;
    font-size: 0.95em;
    letter-spacing: normal;
    text-transform: none;
  }
}
.drawer .desktopNav .utilityWrap {
  padding: 0px 10px 0;
  overflow: hidden;
}
.drawer .desktopNav .mobileUtilityNavNow {
  font-size: 0.9em;
  padding: 0;
  line-height: normal;
  background-color: #fff;
  overflow: hidden;
}
.drawer .desktopNav .mobileUtilityNavNow ul {
  margin: 0px 0;
  padding: 20px 0;
  list-style: none;
  width: 100%;
}
@media only screen and (max-width:  699px ) {
  .drawer .desktopNav .mobileUtilityNavNow ul {
    margin: 0px 0;
    padding: 10px 0;
  }
}
.drawer .desktopNav .mobileUtilityNavNow ul li a {
  display: block;
  padding: 10px 20px;
  color: #1C252F;
  text-decoration: none;
}
@media only screen and (max-width:  699px ) {
  .drawer .desktopNav .mobileUtilityNavNow ul li a {
    text-align: left;
  }
}
.drawer .desktopNav .mobileUtilityNavNow ul li a:focus {
  outline: 2px solid #002856;
}
.drawer .desktopNav .mobileUtilityNavNow ul li:hover,
.drawer .desktopNav .mobileUtilityNavNow ul li:focus {
  text-decoration: underline;
}
.drawer .desktopNav .mobile-nav--cta a.button {
  display: inline-block;
  margin-left: 20px;
  background: #002856;
  text-transform: uppercase;
  padding: 16px 45px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
}
.drawer .desktopNav .mobile-nav--cta a.button:hover {
    background: #005db9;
}
.drawer .desktopNav.mobileNav {
  background-color: #fff;
  padding: 0;
  padding-bottom: 50px;
  border-bottom: 5px solid #002856;
}
.drawer .desktopNav.mobileNav .search {
  width: 100%;
  position: relative;
  padding: 20px;
  padding-bottom: 0;
}
.drawer .desktopNav.mobileNav .search input {
  width: 100%;
  height: 40px;
  background: #d9d9d9;
  border: none;
}
.drawer .desktopNav.mobileNav .search img {
  position: absolute;
  top: 30px;
  right: 30px;
}
/* FORM STYLING
---------------------------------------------*/
#ContentMiddle div[id*="pnlBreadcrumbs"],
#ContentMiddle div.idbmsBreadcrumbWrapper {
  display: block;
  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: block;
  float: left;
  border: 1px solid #c8c8c8;
  color: #626262;
  padding: 10px 15px;
  font-size: 13px;
  line-height: normal;
  margin-right: 10px;
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
#ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
  font-size: 13px;
  font-weight: normal;
  background: #1D4267;
  color: #fff;
  border-color: #1D4267;
}


@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive,
  #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
    width: 100%;
    display: block;
    float: none;
  }
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb,
  #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb {
    display: none;
  }
}
#ContentMiddle div[id*="pnlBreadcrumbs"] .stepTxt,
#ContentMiddle div.idbmsBreadcrumbWrapper .stepTxt {
  padding-right: 5px;
  font-weight: bold;
}
#ContentMiddle .imod_formItemWrapper .EventsHeader,
#ContentMiddle .imod_fieldWrapper .EventsHeader {
  background: #1D4267;
  color: #fff;
  font-family: Arial, sans-serif;
  border-color: #c8c8c8;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 20px 10px;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
#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 .imod_fieldInput textarea,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select {
  background: #eee;
  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_fieldInput input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'],
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'] option,
#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] option {
  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: #eee;
  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_col2 input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1'] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*='DropDown1'] option {
  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: #eee;
  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 input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1'] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*='DropDown1'] option {
  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: #eee;
  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 input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*='DropDown1'] option {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox {
  background: #e1e1e1;
  border: 1px solid #c8c8c8;
  font-size: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldLabel {
  line-height: 60px;
  font-family: Arial, sans-serif;
  width: auto;
  padding-right: 20px;
}
@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: 1em;
  font-size: 35px;
  font-weight: bold;
}
@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 table[id*="rblAdvancedDesignations"] {
  display: block;
  font-size: 14px;
  line-height: normal;
  margin: 0 -10px;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
  display: block;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
  display: block;
  float: left;
  width: 50%;
  border: 10px solid #fff;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
    width: 100%;
    float: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(3n+3) {
  clear: left;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr.active td,
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr.active td:hover {
  background: #070f17;
  border-color: #1D4267;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
  padding: 0px;
  display: block;
  background: #1D4267;
  position: relative;
  transition: all 250ms ease;
  border: none;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td:hover {
  background: #12283f;
  cursor: pointer;
}
#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%);*/
  background: #002856;
  border-left: 3px solid #EA002A;
}
#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: 18px 80px 18px 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  cursor: pointer;
  border-left: 3px solid transparent;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label:before {
  color: #ffffff;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  line-height: 30px;
  padding: 0 0px;
  content: "\f111";
  width: 60px;
  text-align: center;
  height: 30px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  font-weight: bold;
}
#ContentMiddle .designation-section .divAdvancedDesignations {
  width: 100%;
  margin: 0;
  border: 2px solid #c8c8c8;
}
#ContentMiddle .designation-section .divAdvancedDesignations .fa {
  color: #1D4267;
}
#ContentMiddle .login-password-box {
  width: 100%;
}
.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: 10px 0 0 !important;
  /* position: absolute; -- BS 3.27 - MAINT to fix designation pop-up */
  right: 0;
  top: 0;
  margin: 0;
  width: 100%;
}
@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;
  float: left;
  padding-right: 10px;
  width:100%;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
div.imod_designations_wrapper div.search-section input {float:left !important;}
.fancybox-overlay .fancybox-wrap div#main-section {
  background: #eee;
  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: #1D4267;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:  699px ) {
  .flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
    display: block;
  }
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
  display: inherit;
  -ms-flex-direction: column;
      flex-direction: column;
}
.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
/* GIVE BUTTONS 1 STYLING
---------------------------------------------*/
ul.giveBtnsList {
  margin: 0 -10px;
  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: #1D4267;
  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;
}
/* Modal Stuff*/
.modal-edit-section {
  display: none;
}
.loggedin .modal-edit-section {
  display: block;
}
.edit-modal-wrap {
  display: none;
  position: fixed;
  top: 90px;
  left: 40px;
  z-index: 9999;
}
.edit-modal-wrap a {
  display: block;
  padding: 10px 20px;
  background-color: #7eba55;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  transition: all 400ms;
  border: 2px solid #7eba55;
}
.edit-modal-wrap a:hover {
  background: #fff;
  color: #7eba55;
}
#CmsMasterMenu {
  z-index: 9999999;
}
.loggedin .edit-modal-wrap {
  display: block;
}
.modal {
  z-index: 999999;
}
.modal-dialog {
  margin: 0 auto;
  position: relative;
  top: 25%;
  color: #222222;
  /* margin-top: 300px; */
}
.modal-header {
  padding: 0;
}
.modal-content {
  box-shadow: none;
  border: none;
  position: relative;
}
.modal-content .close {
  padding: 0px;
  font-size: 25px;
  margin-top: 0;
  background: #000;
  opacity: 1;
  transition: all 400ms;
  border: none;
  position: absolute;
  top: 5px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 300px;
  border: 2px solid #fff;
}
.modal-content .close span {
  position: absolute;
  color: #fff;
  top: -7px;
  right: 3px;
}
.modal-content .close:hover {
  background: #EA002A;
  color: #fff;
  opacity: 1;
}
.modal-content {
  background: transparent;
}
.modal-body {
  background-color: #fff;
  box-shadow: 0 5px 15px #00000080;
}
#ContentMiddleLayoutModal {
  max-width: 1170px;
  margin: 40px auto;
  margin: 2.5rem auto;
  box-shadow: 0 5px 15px #00000080;
}
#ContentMiddleLayoutModal::before {
  content: "Use this section to edit the modal window. Leave empty to deactivate. This is hidden when you're logged out";
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 5px;
}
#modalContent p {
  color: #222222;
}
.home .text-social .container {
  padding: 95px 180px;
}
@media only screen and (max-width:  1023px ) {
  .home .text-social .container {
    padding: 65px 20px;
  }
}
.home .text-social .text-social--top .text-social--content {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 31px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 50px;
}
@media only screen and (max-width:  1023px ) {
  .home .text-social .text-social--top .text-social--content {
    padding-bottom: 40px;
  }
}
.home .text-social .text-social--bottom {
  padding-top: 50px;
}
@media only screen and (max-width:  1023px ) {
  .home .text-social .text-social--bottom {
    padding-top: 40px;
  }
}
.home .text-social .text-social--bottom .text-social--icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.home .text-social .text-social--bottom .text-social--icons .social {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.home .text-social .text-social--bottom .text-social--icons .social li {
  padding-right: 50px;
}
.home .text-social .text-social--bottom .text-social--icons .social li:last-child {
  padding-right: 0;
}
@media only screen and (max-width:  699px ) {
  .home .text-social .text-social--bottom .text-social--icons .social li {
    padding-right: 15px;
  }
  .home .text-social .text-social--bottom .text-social--icons .social li:last-child {
    padding-right: 0;
  }
}
.home .text-social .text-social--bottom .text-social--icons .social li a {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 31px;
  color: #1D4267;
}
.home .text-social .text-social--bottom .text-social--icons .social li a:hover,
.home .text-social .text-social--bottom .text-social--icons .social li a:focus {
  color: #005db9;
}

.home .text-social .text-social--bottom .text-social--icons .social li a:focus {
    outline: 1px solid #1D4267;
}
.home .news-slider {
  padding-bottom: 100px;
}
@media only screen and (max-width:  699px ) {
  .home .news-slider .news--content {
    padding: 0 50px;
  }
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  height: auto;
  z-index: 100;
  outline: none;
  color: #1D4267 !important;
  font-size: 3em;
  opacity: 1;
  background: none;
  border: none;
  padding: 20px;
}
@media only screen and (max-width:  699px ) {
  .home .news-slider .news--content .news--newsWrapper .news--newsRow .slick-arrow {
    top: 40%;
  }
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .slick-arrow:hover {
  opacity: 1;
}
@media only screen and (max-width:  699px ) {
  .home .news-slider .news--content .news--newsWrapper .news--newsRow .slick-arrow {
    font-size: 30px;
  }
  .home .news-slider .news--content .news--newsWrapper .news--newsRow .slick-arrow.prev {
    left: -50px;
  }
  .home .news-slider .news--content .news--newsWrapper .news--newsRow .slick-arrow.next {
    right: -50px;
  }
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .slick-list {
  margin: 0 -10px;
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .slick-slide {
  margin: 0 10px;
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner {
  position: relative;
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a .thumb,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner .thumb {
  position: relative;
  border-bottom: 4px solid #EA002A;
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a .thumb:after,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1C252F 100%);
  transition: all ease-in-out 250ms;
  background-color: rgba(28, 37, 47, 0);
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a .text,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner .text {
  position: absolute;
  bottom: 0;
  transition: all ease-in-out 250ms;
  padding: 30px;
  padding-top: 0;
  color: #fff;
  text-align: center;
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a .text .title,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner .text .title  {
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 25px;
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a .text .preview,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner .text .preview {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 26px;
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:hover .thumb:after,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:focus .thumb:after {
  background-color: rgba(28, 37, 47, 0.8);
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:hover .text,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:focus .text {
  position: absolute;
  bottom: 30%;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:hover .text,
  .home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:focus .text {
    bottom: 15%;
  }
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:hover .text .title,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:focus .text .title {
  padding-bottom: 20px;
}
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:hover .text .preview,
.home .news-slider .news--content .news--newsWrapper .news--newsRow .news-inner a:focus .text .preview {
  display: block;
}
.home .events {
  background: #1D4267;
  padding: 100px 0;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home .events {
    padding: 76px 20px;
  }
}
@media only screen and (max-width:  699px ) {
  .home .events {
    padding: 58px 20px;
  }
}
.home .events .events-title--content {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width:  699px ) {
  .home .events .events-title--content {
    padding-bottom: 40px;
  }
}
.home .events .events-title--content h3 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.home .events .events-title--content h2 {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  text-transform: uppercase;
}
@media only screen and (max-width:  699px ) {
  .home .events .events-title--content h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.home .events .events-listing {
  padding-bottom: 50px;
}
@media only screen and (max-width:  699px ) {
  .home .events .events-listing {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width:  699px ) {
  .home .events .events-listing .events-listing--item {
    margin-bottom: 30px;
  }
}
.home .events .events-listing .events-listing--inner a,
.home .events .events-listing .events-listing--inner,
.home .events .events-listing .events-listing--inner span {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home .events .events-listing .events-listing--inner a,
  .home .events .events-listing .events-listing--inner,
  .home .events .events-listing .events-listing--inner span {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.home .events .events-listing .events-listing--inner a .dateBox,
.home .events .events-listing .events-listing--inner .dateBox {
  background: #002856;
  padding: 25px;
  text-align: center;
  height: 100px;
  width: 100px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home .events .events-listing .events-listing--inner a .dateBox,
  .home .events .events-listing .events-listing--inner .dateBox {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:  699px ) {
  .home .events .events-listing .events-listing--inner a .dateBox,
  .home .events .events-listing .events-listing--inner .dateBox {
    width: 90px;
    height: 90px;
  }
}
.home .events .events-listing .events-listing--inner a .dateBox .date,
.home .events .events-listing .events-listing--inner .dateBox .date {
  color: #fff;
}
.home .events .events-listing .events-listing--inner a .dateBox .date .day,
.home .events .events-listing .events-listing--inner .dateBox .date .day {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 27px;
}
@media only screen and (max-width:  699px ) {
  .home .events .events-listing .events-listing--inner a .dateBox .date .day,
  .home .events .events-listing .events-listing--inner .dateBox .date .day {
    font-size: 32px;
    font-size: 2rem;
    line-height: 24px;
  }
}
.home .events .events-listing .events-listing--inner a .dateBox .date .month,
.home .events .events-listing .events-listing--inner .dateBox .date .month {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 27px;
  text-transform: uppercase;
}
.home .events .events-listing .events-listing--inner a .text,
.home .events .events-listing .events-listing--inner .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 20px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home .events .events-listing .events-listing--inner a .text,
  .home .events .events-listing .events-listing--inner .text {
    text-align: center;
  }
}
.home .events .events-listing .events-listing--inner a .text .title,
.home .events .events-listing .events-listing--inner .text .title {
  position: relative;
  padding-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 26px;
}
.home .events .events-listing .events-listing--inner a .text .title:after,
.home .events .events-listing .events-listing--inner .text .title:after {
  content: "";
  background: #EA002A;
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home .events .events-listing .events-listing--inner a .text .title:after,
  .home .events .events-listing .events-listing--inner .text .title:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .events .events-listing .events-listing--inner a .text .preview,
.home .events .events-listing .events-listing--inner  .text .preview {
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.home .events .events-listing .events-listing--inner a:hover .dateBox,
.home .events .events-listing .events-listing--inner a:focus .dateBox {
  background: #005db9;
}
.home .events .events-listing .events-listing--inner a:hover .dateBox .date,
.home .events .events-listing .events-listing--inner a:focus .dateBox .date {
  color: #fff;
}
.home .events .events-listing .events-listing--inner a:hover .text .title,
.home .events .events-listing .events-listing--inner a:focus .text .title {
  text-decoration: underline;
}
.home .events .events-listing--viewMore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.home .events .events-listing--viewMore .viewAll {
  display: -ms-flexbox;
  display: flex;
}
.home .events .events-listing--viewMore .viewAll a.button {
  border-radius: 3px;
  background: #002856;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 17px 38px;
}
.home .events .events-listing--viewMore .viewAll a.button:hover,
.home .events .events-listing--viewMore .viewAll a.button:focus {
  background: #005db9;
  color: #fff;
}
.home .news-stories {
  padding: 100px 0;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .home .news-stories {
    padding: 75px 0;
  }
}
@media only screen and (max-width:  699px ) {
  .home .news-stories {
    padding: 60px 0;
  }
}
.home .news-stories .news-listing {
  padding-bottom: 50px;
}
.home .news-stories .news-title {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width:  1023px ) {
  .home .news-stories .news-title {
    padding-bottom: 40px;
  }
}
.home .news-stories .news-title h3 {
  color: #1D4267;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width:  699px ) {
  .home .news-stories .news-title h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.home .news-stories .news-title h2 {
  color: #1D4267;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 44px;
  text-transform: uppercase;
}
@media only screen and (max-width:  699px ) {
  .home .news-stories .news-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.home .news-stories .news-listing--item .thumb {
  margin-bottom: 30px;
}
@media only screen and (max-width:  699px ) {
  .home .news-stories .news-listing--item .thumb {
    margin-bottom: 15px;
  }
}
.home .news-stories .news-listing--item .text .title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1D4267;
  font-weight: bold;
  line-height: 26px;
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (max-width:  699px ) {
  .home .news-stories .news-listing--item .text .title {
    margin-bottom: 20px;
  }
}
.home .news-stories .news-listing--item .text .title a {
  text-decoration: none;
  color: #002856;
}
.home .news-stories .news-listing--item .text .title a:hover {
  text-decoration: underline;
  color: #005db9;
}
.home .news-stories .news-listing--item .text .title:after {
  content: "";
  background: #EA002A;
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .news-stories .news-listing--item .text .preview {
  padding-top: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #545454;
  line-height: 24px;
}
@media only screen and (max-width:  699px ) {
  .home .news-stories .news-listing--item .text .preview {
    display: none;
  }
}
.home .news-stories .news-listing--viewMore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.home .news-stories .news-listing--viewMore .viewAll {
  display: -ms-flexbox;
  display: flex;
}
.home .news-stories .news-listing--viewMore .viewAll a.button {
  border-radius: 3px;
  background: #002856;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 17px 38px;
}
.home .news-stories .news-listing--viewMore .viewAll a.button:hover,
.home .news-stories .news-listing--viewMore .viewAll a.button:focus {
  background: #005db9;
  color: #fff;
}
.interior .pageHero {
  float: left;
  width: 100%;
  top: 0;
  position: relative;
}
.interior .pageHero .fullImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.loggedin .interior .pageHero .fullImg img {
    width: 100%;
}
.interior .grayBar {
  background-color: #D9D9D9;
  float: left;
  width: 100%;
}
.interior .dpu-giftbar {
    min-height: 0;
}
.interior .dpu-giftbar--content {
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  padding: 8px 60px;
}
@media only screen and (max-width:  1023px ) {
  .interior .dpu-giftbar--content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width:  699px ) {
  .interior .dpu-giftbar--content {
    padding: 8px 0;
  }
}
.interior .dpu-giftbar--intro {
  color: #002856;
  line-height: 22px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 20px;
}
@media only screen and (max-width:  1023px ) {
  .interior .dpu-giftbar--intro {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:  699px ) {
  .interior .dpu-giftbar--intro {
    margin-right: 0;
  }
}
.interior .dpu-giftbar-buttons {
  display: -ms-flexbox;
  display: flex;
}
.interior .dpu-giftbar--giftInfo {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:  699px ) {
  .interior .dpu-giftbar--giftInfo {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.interior .dpu-giftbar--list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width:  699px ) {
  .interior .dpu-giftbar--list {
    margin: 0 -30px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 10px;
  }
}
.interior .dpu-giftbar--item {
  margin-bottom: 0;
  line-height: 1;
  color: #002856;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 30px;
  background-color: white;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  text-align: center;
  min-width: 64px;
  min-width: 4rem;
  border: 1px solid #002856;
  margin-right: 15px;
  cursor: pointer;
}
@media only screen and (max-width:  699px ) {
  .interior .dpu-giftbar--item {
    padding: 8px 15px;
    margin-right: 5px;
  }
}
.interior .dpu-giftbar--item:hover,
.interior .dpu-giftbar--item:focus {
  background: #005db9;
  color: #fff;
}
.interior .dpu-giftbar--input {
  height: 35px;
  margin-right: 20px;
}
@media only screen and (max-width:  699px ) {
  .interior .dpu-giftbar--input {
    margin-right: 5px;
  }
}
.interior a.button.dpu-giftbar--button {
  padding: 0 25px;
  color: #fff;
  background: #002856;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 35px;
}
@media only screen and (max-width:  699px ) {
  .interior a.button.dpu-giftbar--button {
    display: inline-block;
  }
}
.interior a.button.dpu-giftbar--button:hover,
.interior a.button.dpu-giftbar--button:focus {
  background: #005db9;
  color: #fff;
}
.interior .midWrap {
  margin-top: 30px;
}
.interior .newsItem .title {
  color: #1D4267;
  position: relative;
  padding-bottom: 10px;
}
.loggedin .interior .newsItem .title {
    display: flex;
}
.interior .newsItem .title:after {
  content: "";
  background: #EA002A;
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.interior .newsItem .preview {
  padding-top: 10px;
}
.interior .eventItem .title {
  color: #1D4267;
  position: relative;
  padding-bottom: 10px;
}
.interior .eventItem .thumb {
    float: right;
    width: 120px;
    height: 120px;
    margin-left: 30px;
    margin-bottom: 10px;
    background-size: cover;
}
.interior #ContentMiddle .eventItem .text .locationTime {
    padding-top: 10px;
}
.interior #ContentMiddle .eventItem .text .locationTime .location {
    display: inline-block;
    padding-right: 15px;
    line-height: normal;
}
.interior #ContentMiddle .eventItem .text .locationTime .timeRange {
    display: inline-block;
}
.interior #ContentMiddle .eventItem .text .locationTime .location::before {
    font-family: "Font Awesome 5 Free","FontAwesome";
    content: "\f041";
    padding-right: 5px;
    font-weight: bold;
}
.interior #ContentMiddle .eventItem .text .locationTime .timeRange::before {
    font-family: "Font Awesome 5 Free","FontAwesome";
    content: "\f017";
    padding-right: 5px;
}
@media only screen and (max-width:  699px ) {
    .interior .eventItem .thumb {
        display: none;
    }
}
.interior .eventItem .title:after {
  content: "";
  background: #EA002A;
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.interior .eventItem .preview {
  padding-top: 10px;
}
.interior .accordion {
    margin: 15px 0;
}
.interior .accordion .collapseItem .panel-heading {
  background: #1D4267;
}
.interior .accordion .collapseItem .panel-heading a {
  color: #fff;
  padding-left: 10px;
}
.interior .accordion .collapseItem .panel-heading a .fa {
  right: 0;
  left: unset;
}
.interior .accordion .collapseItem .panel-heading a.open .fa {
  background: #002856;
}
.interior .accordion .collapseItem .panel-heading .accordionToggle {
  border-left: 3px solid #1D4267;
}
.interior .accordion .collapseItem .panel-heading .accordionToggle.open {
  background: #002856;
  border-left: 3px solid #EA002A;
}
.interior .accordion .collapseItem .accordionPanelWrap {
  background: #fff;
  border-left: 0;
}
/*
imodTabs.options.classes
------------------------
container: 'imodTabs',
ul: 'imodTabs-nav',
tab: 'imodTabs-tab',
anchor: 'imodTabs-anchor',
panel: 'imodTabs-panel',
accordionTitle: 'imodTabs-accordion-title'
stateDefault: 'imodTabs-state-default',
stateActive: 'imodTabs-state-active',
stateDisabled: 'imodTabs-state-disabled',
stateExcluded: 'imodTabs-state-excluded',
*/
.imod-tabs--section .imod-tabs--menuWrap ul.imodTabs-nav {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.imod-tabs--section .imod-tabs--menuWrap ul.imodTabs-nav .imodTabs-tab {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.imod-tabs--section .imod-tabs--menuWrap ul.imodTabs-nav .imodTabs-tab .imodTabs-anchor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  color: #00529A;
  background: #f2f2f2;
  padding: 15px 40px 10px;
  border: 1px solid #f2f2f2;
  border-bottom-color: #dadada;
}
.imod-tabs--section .imod-tabs--menuWrap ul.imodTabs-nav .imodTabs-tab.imodTabs-state-active .imodTabs-anchor {
  color: #00529A;
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 699px) {
  .imod-tabs--section .imod-tabs--menuWrap ul.imodTabs-nav {
    display: none;
  }
}
.imod-tabs--section .imod-tabs--content .imod-tabs--panel {
  display: none;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #dadada;
  border-top-color: transparent;
}
@media (max-width: 699px) {
  .imod-tabs--section .imod-tabs--content .imod-tabs--panel {
    background: #e6e6e6;
  }
}
.imod-tabs--section .imod-tabs--content .imod-tabs--panel.imodTabs-state-active {
  display: block;
}
.imod-tabs--section .imod-tabs--content .imodTabs-accordion-title {
  display: none;
}
.imod-tabs--section .imod-tabs--content .imodTabs-accordion-title.imodTabs-state-active .imodTabs-anchor::after {
  content: '\f068';
}
.imod-tabs--section .imod-tabs--content .imodTabs-accordion-title .imodTabs-anchor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #00529A;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  text-align: left;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.imod-tabs--section .imod-tabs--content .imodTabs-accordion-title .imodTabs-anchor::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-size: .75em;
  font-weight: bold;
  line-height: 40px;
  width: 44px;
  height: 44px;
  border: 2px solid #00529A;
  border-radius: 60px;
  margin-left: 20px;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  .imod-tabs--section .imod-tabs--content .imodTabs-accordion-title {
    display: -ms-flexbox;
    display: flex;
  }
  .imod-tabs--section .imod-tabs--content .imodTabs-accordion-title a {
    font-size: .7em;
    line-height: normal;
  }
}
@media (max-width: 699px) {
  .imod-tabs--section .imod-tabs--content {
    border: 1px solid #ddd;
  }
}
.flexbox .imod-tabs--section .imod-tabs--menuWrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flexbox .imod-tabs--section .imod-tabs--menuWrap ul.imodTabs-nav {
  display: -ms-flexbox;
  display: flex;
}
.flexbox .imod-tabs--section .imod-tabs--menuWrap ul.imodTabs-nav .imodTabs-tab {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.flexbox .imod-tabs--section .imod-tabs--menuWrap ul.imodTabs-nav .imodTabs-tab:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
@media only screen and (max-width: 699px) {
  .flexbox .imod-tabs--section .imod-tabs--menuWrap ul.imodTabs-nav {
    display: none;
  }
}
.flexbox .imod-tabs--section .imod-tabs--content .imod-tabs--panel {
  display: none;
}
.flexbox .imod-tabs--section .imod-tabs--content .imod-tabs--panel.imodTabs-state-active {
  display: -ms-flexbox;
  display: flex;
}
.flexbox .imod-tabs--section .imod-tabs--content .imodTabs-accordion-title {
  display: none;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 699px) {
  .flexbox .imod-tabs--section .imod-tabs--content .imodTabs-accordion-title {
    display: -ms-flexbox;
    display: flex;
  }
}

/* Custom Form Styles */
#ContentMiddle .idbmsBreadcrumbWrapper ol li.imodBreadcrumbSeparator {
    display: none;
}
#ContentMiddle .idbmsBreadcrumbWrapper ol li {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-right: 15px;
    color: #666666;
    font-weight: bold;
    font-size: 0.875rem;
}
#ContentMiddle .idbmsBreadcrumbWrapper ol li.idbmsBreadcrumb.current {
    background: #1D4267;
    color: #fff;
    border: 1px solid #1D4267;
    border-left: 3px solid #EA002A;
}
/* Fix edit inputs on event forms so they are visible */
.loggedin .c-offcanvas-content-wrap {
    z-index: 1;
}

/* Sidebar Addition for Iterative template ./interior-sidebar.aspx -- 4/10/20 AU */
.sideBar.structLeft {
  margin-top: 60px;
}

.sideBar.structLeft .secondaryNav > ul > li {
  background: #eee;
}

.sideBar.structLeft .secondaryNav > ul > li.selected > a {
  font-weight: bold;
  color: white;
  background: #002856;
}

.sideBar.structLeft .secondaryNav > ul > li > a {
  color: #002856;
  padding: 10px 15px;
  text-decoration: none;
  border-bottom: 2px solid white;
}

.sideBar.structLeft .secondaryNav > ul > li > a:hover {
  background: #bbbbb8;
}

.sideBar.structLeft .secondaryNav > ul > li > ul > li > a {
  background: #ccc;
  color: #002856;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
  border-bottom: 2px solid white;
  border-left: 3px solid transparent;
}

.sideBar.structLeft .secondaryNav > ul > li > ul > li > a:hover {
  border-left: 3px solid #002856;
}

/* Custom Login Page */
.split30left.dpu-login-left {
  padding: 20px;
  border: 2px solid #D9D9D9
}

.dpu-login-left .loginUserNameRow,
.dpu-login-left .loginPasswordRow {
  margin: 15px 0;
}

.split70right.dpu-login-right {
  padding: 20px 0 0 40px;
}

.IMOD8 table.DataGrid {
  width: 100%;
}

.IMOD8 .DataGridHeader {
  background: #1D4267;
  color: #fff;
}

.IMOD8 tr.DataGridItem td,
.IMOD8 tr.DataGridAltItem td {
  padding: 10px;
}

.IMOD8 tr.DataGridItem td:first-child,
.IMOD8 tr.DataGridAltItem td:first-child {
  width: 100px;
}

.IMOD8 tr.DataGridItem td {
  background: #f6f6f6;
}

/* Printer settings */
@media print {
  .no-print, .no-print *
  {
    display: none !important;
  }
}

.home .events .events-listing--viewMore .viewAll a.button,
.home .news-stories .news-listing--viewMore .viewAll a.button {
  border-radius: 0;
}

/* MAINT 155556 DT 08192020 */
h2.step-header {
  margin-bottom: 30px;
}

h3.step-header {
  width: 100%;
  padding: 10px;
  background-color: #eeeeee;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: Helvetica,Arial,sans-serif;
}

/* MAINT 157507 DT 09092020 */
.first-logo, 
.second-logo {
  text-align: center;
}

.second-logo {
  margin-top: 50px;
}

footer .second-logo::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  footer .second-logo::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  footer .second-logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

/* Tagboard */
.tagboard {
  padding-bottom:100px;
}

/* MAINT 233016 DT 04192023 */
input[id*="btnStripe"].button {
  width: 265px;
  height: 55px;
  border-radius: 4px;
  background: #fff;
  padding: 0;
  margin-bottom: 17px;
}

#stripe-paypal-button > div[id*="zoid-paypal-buttons"] {
  width: 265px !important;
  height: 55px !important;
}