/* GENERAL STYLES
---------------------------------------------*/
html,
body,
form {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 14px/1.5em 'Source Sans Pro', sans-serif;
  background: #f8f8f8;
}
#outer-wrap {
  margin: 0 auto;
  max-width: 1700px;
  height: auto;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
a {
  color: #00529a;
  text-decoration: none;
  outline: none;
  transition: color 250ms ease, background 500ms ease;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.PageTitleHeader,
.PageSubTitleHeader {
  font-weight: bold;
  margin: 15px 0;
  padding: 0;
}
h1,
.PageTitleHeader {
  font-size: 3em;
  line-height: 1;
  color: #145A9D;
  text-transform: uppercase;
}
@media only screen and (max-width:  699px ) {
  h1,
  .PageTitleHeader {
    font-size: 2em;
  }
}
h2,
.PageSubTitleHeader {
  font-size: 2em;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width:  699px ) {
  h2,
  .PageSubTitleHeader {
    font-size: 1.75em;
  }
}
h3 {
  font-size: 1.5em;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
}
h4 {
  font-size: 1.375em;
  line-height: 1.1;
  font-weight: bold;
  color: #145A9D;
}
h5 {
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: normal;
}
h6 {
  font-size: 1.375em;
  line-height: 1.1;
  font-weight: bold;
  color: #000;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}
p:last-child {
  padding-bottom: 0; 
}
p {
  padding: 15px 0 20px 0;
  margin: 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: #eeeeee;
  color: #eeeeee;
}
img.left {
  float: left;
  margin: 0 30px 10px 0;
}
img.right {
  float: right;
  margin: 0 0 7px 7px;
}
img.outline {
  border: 4px solid #333333;
}
.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: green !important;
}
.expand img {
  background-color: green !important;
}
.expand {
  background-color: green !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: #00529a;
  color: #fff;
}
::selection {
  background: #00529a;
  color: #fff;
}
/* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection {
  background: #00529a;
  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;
  }
}
.content-middle img {
  /* max-width: 100%; COMMENTED OUT BY PENTERA */
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .container {
    width: 100%;
  }
}
.main-container {
  padding-top: 65px;
  font-size: 18px;
  line-height: 1.65;
}
.main-container .content-middle > img:first-of-type {
  padding-bottom: 45px;
}
@media only screen and (max-width:  699px ) {
  .main-container .content-middle > img:first-of-type {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width:  1023px ) {
  .main-container {
    padding-top: 30px;
  }
}
@media only screen and (max-width:  699px ) {
  .main-container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .main-sec {
    padding-left: 45px;
  }
}
.button,
button {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 50px;
  display: inline-block;
  background-color: #00529a;
  outline: none;
  text-align: center;
  border: 1px solid #00529a;
  line-height: 1;
  transition: all 400ms;
}
.button:hover,
button:hover {
  background-color: #fff;
  color: #00529a;
  text-decoration: none;
}
.button:focus,
button:focus {
  background-color: #333333;
  color: #fff;
  border-color: #333333;
  outline: none;
  text-decoration: none;
}
/* UTILITY BAR ELEMENTS
---------------------------------------------*/
.utilityBar {
  float: right;
  width: 100%;
  background: #fff;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  position: relative;
}
.member-tools-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.memberTools {
  position: static;
}
.memberTools ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: static;
  margin: 0 0px;
}
.memberTools ul li {
  float: left;
  padding: 0;
}
.memberTools ul li a {
  padding: 10px 20px;
  display: block;
  color: #00529a;
  line-height: 1;
  text-decoration: none;
}
.memberTools ul li a:hover,
.memberTools ul li a:focus {
  text-decoration: underline;
}
.memberTools .search-wrap {
  position: static;
  padding: 0;
}
.memberTools .search-wrap button {
  padding: 10px 13px;
  outline: none;
  border: none;
  color: #00529a;
  background: transparent;
  transition: all 400ms;
}
.memberTools .search-wrap button:focus {
  background-color: #eeeeee;
}
.memberTools .search-wrap.active-js button,
.memberTools .search-wrap:hover button {
  background-color: #eeeeee;
}
.memberTools .search {
  float: right;
  min-width: 50px;
  position: absolute;
  top: 100%;
  right: 15px;
  width: 520px;
  max-width: 50%;
  background-color: #eeeeee;
  z-index: 9999;
  display: none;
}
.memberTools .search input {
  width: 100%;
  color: #333333;
  padding: 19px;
  font-size: 16px;
  background-color: #eeeeee;
  outline: none;
  border: none;
}
.memberTools .search img[id$="_imgbtnSearch"] {
  width: 9px;
  position: absolute;
  right: 19px;
  top: 18px;
}
.memberTools .search label,
.memberTools .search .SearchModuleSpacer {
  display: none;
}
/* HEAD ELEMENTS
---------------------------------------------*/
.structHead {
  float: left;
  width: 100%;
  background: #00529a;
  padding: 15px 0 10px 0;
  color: #fff;
}
@media only screen and (max-width:  1023px ) {
  .structHead {
    padding: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 999;
  }
}
.structHead a {
  color: #fff;
  text-decoration: none;
}
.structHead a:focus,
.structHead a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:  1023px ) {
  .structHead .buttons-wrap {
    padding: 0;
  }
}
.structHead .button-wrap {
  padding: 0;
  margin-right: -5px;
  padding: 15px 0 10px 10px;
}
@media only screen and (max-width:  1023px ) {
  .structHead .button-wrap {
    float: right;
    color: #00529a;
    height: 100%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width:  699px ) {
  .structHead .button-wrap {
    width: 33.33%;
  }
}
.structHead .button-wrap .button,
.structHead .button-wrap button {
  display: block;
  padding: 15px 0;
  width: 150px;
  text-align: center;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  font-size: 18px;
}
.structHead .button-wrap .button:hover,
.structHead .button-wrap button:hover,
.structHead .button-wrap .button:focus,
.structHead .button-wrap button:focus {
  background-color: #fff;
  color: #234863;
  text-decoration: none;
}
@media only screen and (max-width:  1023px ) {
  .structHead .button-wrap .button,
  .structHead .button-wrap button {
    color: #00529a;
    width: 80px;
    background-color: #eeeeee;
    font-size: 14px;
    padding: 44px 0;
    text-align: center;
    border: none;
  }
}
@media only screen and (max-width:  699px ) {
  .structHead .button-wrap .button,
  .structHead .button-wrap button {
    padding: 12px 0;
    width: 100%;
    font-size: 16px;
  }
  .structHead .button-wrap .button span,
  .structHead .button-wrap button span {
    display: inline;
  }
}
.structHead .button-wrap .button .icon-wrap,
.structHead .button-wrap button .icon-wrap {
  display: none;
}
@media only screen and (max-width:  1023px ) {
  .structHead .button-wrap .button .icon-wrap,
  .structHead .button-wrap button .icon-wrap {
    display: block;
    padding-bottom: 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width:  699px ) {
  .structHead .button-wrap .button .icon-wrap,
  .structHead .button-wrap button .icon-wrap {
    display: inline;
    font-size: 16px;
  }
}
@media only screen and (max-width:  1023px ) {
  .structHead .button-wrap.nav-toggle button {
    background-color: #fff;
  }
}
@media only screen and (max-width:  1023px ) {
  .headLogo {
    padding: 10px 0 0px 30px;
  }
}
@media only screen and (max-width:  699px ) {
  .headLogo {
    padding: 10px 20px 10px 20px;
  }
}
.headLogo .hidden-print a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.headLogo .hidden-print a h1,
.headLogo .hidden-print a .pagetitle {
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  padding: 15px 0 10px 30px;
  font-weight: bold;
}
@media only screen and (max-width:  1023px ) {
  .headLogo .hidden-print a h1,
  .headLogo .hidden-print a .pagetitle {
    padding: 40px 0 40px 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width:  699px ) {
  .headLogo .hidden-print a h1,
  .headLogo .hidden-print a .pagetitle {
    padding: 15px 0 15px 10px;
    font-size: 15px;
    line-height: 18px;
  }
}

@media only screen and (max-width:  414px ) {
  .headLogo .hidden-print a .pagetitle br { display: none; }
}
.headLogo .hidden-print a h1:hover,
.headLogo .hidden-print a .pagetitle:hover {
  text-decoration: none;
}
.headLogo .hidden-print a img {
  position: relative;
  margin-top: -40px;
  height: 119px;
  width: 119px;
}
@media only screen and (max-width:  1023px ) {
  .headLogo .hidden-print a img {
    margin-top: 0;
  }
}
@media only screen and (max-width:  699px ) {
  .headLogo .hidden-print a img {
    width: 85px;
    height: 85px;
  }
}
.headLogo .hidden-print a:hover {
  text-decoration: none;
}
#nav {
  display: none;
}
/* MAIN TOP HORIZONTAL NAV
---------------------------------------------*/
.desktopNav {
  background: #eeeeee;
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
  background-color: #333333;
}
.desktopNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.desktopNav ul li {
  float: left;
  padding: 0;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.desktopNav ul li:hover > a {
  color: #fff;
  background: #0060b3;
}
.desktopNav ul li a {
  display: block;
  text-decoration: none;
  padding: 0 1em;
  color: #fff;
}
.desktopNav ul li a:focus {
  color: #fff;
  background: #0060b3;
}
.desktopNav li.sfHover {
  position: static;
}
.desktopNav li.sfHover ul {
  left: auto;
  opacity: 1;
}
.desktopNav li.sfHover ul ul {
  left: -999em;
}
.desktopNav li.sfHover ul ul ul {
  left: -999em;
}
.desktopNav li ul {
  position: absolute;
  left: -999em;
  margin: 0px;
  background: #f1f1f1;
  float: none;
  width: 18em;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms ease;
  top: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.desktopNav li ul li {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0 15px;
  background: none;
  line-height: normal;
  text-transform: none;
  color: #00529a;
}
.desktopNav li ul li:last-child {
  border: none;
}
.desktopNav li ul li.sfHover {
  position: relative;
}
.desktopNav li ul li.sfHover ul {
  opacity: 1;
  position: absolute;
  top: 0; 
  left: 100%;
}
.desktopNav li:last-child ul li.sfHover ul {
  opacity: 1;
  position: absolute;
  top: 0; 
  left: auto;
  right: 100%;
}

.desktopNav li ul li:hover a {
  background-color: transparent;
  /* text-decoration: underline; */
  color: #00529a;
}
.desktopNav li ul li a:hover  {
  background-color: transparent;
  text-decoration: underline;
  color: #00529a;
}
.desktopNav li ul li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #00529a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
.desktopNav li ul li:last-child a {
  border: none;
}
/* Flexbox styles */
.desktopNavInner > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  margin: 0 -15px;
}
.desktopNavInner > ul > li {
  float: none;
  display: inherit;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.desktopNavInner > ul > li > a {
  display: inherit;
  width: 100%;
  line-height: 1.25em;
  padding: 8px 15px;
  text-align: center;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
}
/* BREADCRUMBS
-----------------------------------------------*/
.structBody .breadCrumbs {
  /* margin-bottom: 40px; COMMENTED OUT BY PENTERA */
  margin-bottom:20px;
}
.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: 12px;
  color: #333333;
}
.structBody .breadCrumbs ul li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 800;
  text-rendering: auto;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.structBody .breadCrumbs ul li:first-child:before {
  content: "";
}
.structBody .breadCrumbs ul li:first-child a {
  padding-left: 0;
  text-decoration: underline;
  color: #00529a;
}
.structBody .breadCrumbs ul li a.selected {
  font-weight: normal;
  color: #666666;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
}
.structBody .breadCrumbs ul li a.selected:hover {
  text-decoration: underline;
}
.structBody .breadCrumbs ul li a {
  text-decoration: none;
  padding: 0 5px 0 8px;
  text-decoration: underline;
  color: #00529a;
}
.structBody .breadCrumbs ul li a:hover {
  text-decoration: none;
}
.structBody .breadCrumbs ul li.selected > a,
.structBody .breadCrumbs ul li:last-child > a {
  font-weight: normal;
}
/* BODY ELEMENTS
---------------------------------------------*/
.structBody {
  float: left;
  padding: 0em 0;
  width: 100%;
  background: #fff;
}
.midWrap {
  padding-bottom: 3em;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .midWrap {
    padding-bottom: 1em;
  }
}
.pageName h1 {
  margin: 0;
  padding-top: 5px;
}
@media only screen and (max-width:  699px ) {
  .pageName h1 {
    margin-bottom: 30px;
  }
}
/* NEWS LISTINGS
-----------------------------------------------*/
.newsItem {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  float: left;
  width: 100%;
  clear: both;
}
.newsItem .thumb {
  position: relative;
  width: 120px;
  float: left;
}
.newsItem .text {
  padding-left: 140px;
}
.newsItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
}
.gridWrap {
  margin-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width:  699px ) {
  .gridWrap {
    margin: 0;
  }
}
.gridWrap .gridItem .thumb {
  margin: 0 0 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gridWrap .gridItem .thumb a {
  display: block;
}
.gridWrap .gridItem .thumb img.invisible {
  visibility: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .gridWrap .gridItem .thumb {
    width: 300px;
    float: left;
  }
}
@media only screen and (max-width:  699px ) {
  .gridWrap .gridItem .thumb {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.gridWrap .gridItem .text {
  clear: both;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .gridWrap .gridItem .text {
    padding-left: 320px;
    clear: right;
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width:  699px ) {
  .gridWrap .gridItem .text {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.gridWrap .gridItem .title {
  display: block;
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  padding: 0 0 5px;
}
/* NEWS LISTINGS
-----------------------------------------------*/
.newsItem {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  float: left;
  width: 100%;
  clear: both;
}
.newsItem a {
  text-decoration: none;
  color: #333333;
}
.newsItem a .text {
  text-decoration: none;
  color: #333333;
}
.newsItem a .title {
  text-decoration: none;
  color: #00529a;
}
.newsItem a:hover .title {
  text-decoration: underline;
}
.newsItem .thumb {
  position: relative;
  width: 140px;
  float: left;
}
.newsItem .text {
  padding-left: 170px;
}
@media only screen and (max-width:  699px ) {
  .newsItem .text {
    padding-left: 165px;
  }
}
.newsItem .title {
  font-size: 20px;
  line-height: normal;
  padding: 0px 0 12px 0;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
}
.newsItem .title a {
  text-decoration: none;
}
.newsItem .preview {
  font-size: 16px;
}
.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;
}
.hc-news-col {
  padding-bottom: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: all 400ms;
}
.hc-news-col a {
  text-decoration: none;
}
.hc-news-col:hover,
.hc-news-col:focus {
  text-decoration: none;
}
.hc-news-col:hover .preview,
.hc-news-col:focus .preview {
  background-color: #004481;
}
.hc-news-col .thumb img {
  width: 100%;
}
.hc-news-col .preview {
  background-color: #00529a;
  color: #fff;
  padding: 20px;
  transition: all 400ms;
}
.hc-news-col .preview .title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
}
.hc-news-col .preview .text {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
/* EVENT LISTINGS
-----------------------------------------------*/
.home .tools {
  display: none;
}
.loggedin .home .tools {
  display: block;
}
.loggedin .home .tools span {
  display: inline;
}
.loggedin .home .tools a {
  display: inline;
}
.upcoming-events-sec {
  padding: 45px 0 0 0;
}
.upcoming-events-sec .events-title {
  text-align: center;
}
.upcoming-events-sec .events-title h2 {
  font-size: 28px;
  color: #00529a;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.upcoming-events-sec .events-title p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.upcoming-events-sec .events-title p a {
  font-size: 16px;
  color: #00529a;
  font-weight: normal;
}
.upcoming-events-sec .event-row {
  padding-top: 45px;
  margin: 0 -40px;
}
.upcoming-events-sec .event-row span {
  display: block;
}
.upcoming-events-sec .event-row a:hover {
  text-decoration: none;
}
@media only screen and (max-width:  1023px ) {
  .upcoming-events-sec .event-row {
    margin: 0 -15px;
    padding: 25px 55px 0 55px;
  }
}
.upcoming-events-sec .event-row .event-col {
  padding: 0 40px;
}
@media only screen and (max-width:  1023px ) {
  .upcoming-events-sec .event-row .event-col {
    padding: 0 15px;
  }
}
.upcoming-events-sec .event-row .date-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 40px;
}
@media only screen and (max-width:  1023px ) {
  .upcoming-events-sec .event-row .date-wrap {
    padding-bottom: 20px;
  }
}
.upcoming-events-sec .event-row .date-wrap span {
  display: block;
}
.upcoming-events-sec .event-row .date-wrap > a,
.upcoming-events-sec .event-row .date-wrap .date {
  background-color: #00529a;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.upcoming-events-sec .event-row .date-wrap > a .month,
.upcoming-events-sec .event-row .date-wrap .date .month {
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 5px;
}
.upcoming-events-sec .event-row .date-wrap > a .day,
.upcoming-events-sec .event-row .date-wrap .date .day {
  text-transform: uppercase;
  font-size: 30px;
}
.upcoming-events-sec .event-row a:hover .title {
  text-decoration: underline;
  font-weight: normal;
}
.upcoming-events-sec .event-row .title {
  color: #00529a;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
@media only screen and (max-width:  1023px ) {
  .upcoming-events-sec .event-row .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.upcoming-events-sec .event-row .text {
  font-size: 16px;
  text-align: center;
}
.upcoming-events-sec .slick-arrow {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  outline: none;
  background-color: none;
  font-size: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.upcoming-events-sec .slick-arrow.slick-prev {
  left: -70px;
}
@media screen and (max-width: 1270px) {
  .upcoming-events-sec .slick-arrow.slick-prev {
    left: 15px;
  }
}
.upcoming-events-sec .slick-arrow.slick-next {
  right: -70px;
}
@media screen and (max-width: 1270px) {
  .upcoming-events-sec .slick-arrow.slick-next {
    right: 15px;
  }
}
.upcoming-events-sec .slick-arrow button {
  background-color: transparent;
  color: #00529a;
  outline: none;
  border: none;
  font-size: 48px;
  padding: 5px 15px;
  height: 100%;
}
@media only screen and (max-width:  699px ) {
  .upcoming-events-sec .slick-arrow {
    display: block;
    bottom: 0;
    top: auto;
  }
  .upcoming-events-sec .slick-arrow button {
    height: 100%;
    font-size: 36px;
  }
}
/** Interior Events 
========================================*/
.interior #ContentMiddle .eventItem {
  border: none;
  margin-top: 0;
  padding: 20px 0;
  position: relative;
  clear: both;
  border-bottom: 1px solid #e8e8e8;
  float: left;
  width: 100%;
}
.interior #ContentMiddle .eventItem .thumb {
  width: 140px;
  height: 90px;
  margin-left: 0px;
  margin-bottom: 0px;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 0;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .thumb {
    position: static;
    float: none;
    display: block;
    margin-left: 110px;
  }
}
.interior #ContentMiddle .eventItem .thumb img {
  opacity: 0;
}
.interior #ContentMiddle .eventItem .date {
  float: left;
  background: #00529a;
  text-align: center;
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 22px;
  border-radius: 50%;
}
.interior #ContentMiddle .eventItem .date .month {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.interior #ContentMiddle .eventItem .date .day {
  color: #ffffff;
  font-size: 28px;
  line-height: 22px;
}
.interior #ContentMiddle .eventItem .text {
  padding-left: 120px;
  padding-right: 150px;
  color: #333333;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .text {
    padding-left: 110px;
    padding-right: 0px;
  }
}
.interior #ContentMiddle .eventItem .text .title {
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
.interior #ContentMiddle .eventItem .text .title a {
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-decoration: none;
}
.interior #ContentMiddle .eventItem .text .preview {
  font-size: 0.95em;
  line-height: 1.6em;
  margin: 10px 0;
  font-weight: 300;
}
.interior #ContentMiddle .eventItem .text .locationTime {
  color: #333333;
  font-size: 13px;
}
.interior #ContentMiddle .eventItem .text .locationTime .location {
  display: inline-block;
  padding-right: 15px;
  line-height: normal;
}
.interior #ContentMiddle .eventItem .text .locationTime .location:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f3c5";
  padding-right: 5px;
  font-weight: 900;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .text .locationTime .location {
    display: inline-block;
  }
}
.interior #ContentMiddle .eventItem .text .locationTime .timeRange {
  display: inline-block;
}
.interior #ContentMiddle .eventItem .text .locationTime .timeRange:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f017";
  padding-right: 5px;
  font-weight: 800;
}
@media only screen and (max-width:  699px ) {
  .interior #ContentMiddle .eventItem .text .locationTime .timeRange {
    display: inline-block;
    padding-left: 0px;
  }
}
/* FEATURE ROTATOR
---------------------------------------------*/
.imageRotator {
  margin: 0;
  position: relative;
  width: 100%;
  clear: both;
  /* Pager */
  /* Controls */
}
.imageRotator .pcb {
  position: relative;
}
.imageRotator .pcb .slide {
  position: relative;
  /* Image */
  /* Text */
}
.imageRotator .pcb .slide .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.imageRotator .pcb .slide .sldimg img {
  max-width: 100%;
  width: 100%;
}
.imageRotator .pcb .slide .sldimg a {
  display: block;
  width: 100%;
  left: 0;
  top: 0;
}
.imageRotator .pcb .slide .sldtxt {
  position: static;
  width: 100%;
  background: #00529a;
  color: #fff;
  padding: 35px;
  text-align: center;
}
@media only screen and (max-width:  1023px ) {
  .imageRotator .pcb .slide .sldtxt {
    padding: 20px;
  }
}
@media only screen and (max-width:  699px ) {
  .imageRotator .pcb .slide .sldtxt {
    position: static;
    background-color: #00529a;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.imageRotator .pcb .slide .sldtxt .title {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 10px;
}
.imageRotator .pcb .slide .sldtxt .preview {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
}
.imageRotator .pcb .slide .sldtxt .preview a {
  display: block;
  color: #fff;
}
.imageRotator .pcb .slide .sldtxt .preview a:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width:  1023px ) {
  .imageRotator .pcb .slide .sldtxt .preview {
    font-size: 20px;
  }
}
@media only screen and (max-width:  699px ) {
  .imageRotator .pcb .slide .sldtxt .preview {
    font-size: 16px;
    font-weight: bold;
    padding: 0 35px;
    display: block;
  }
}
.imageRotator .slick-dots {
  position: absolute;
  bottom: 120px;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width:  1023px ) {
  .imageRotator .slick-dots {
    bottom: 75px;
  }
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-dots {
    bottom: 0;
    top: auto;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0px 0 20px 0;
    background-color: #00529a;
  }
}
.imageRotator .slick-dots li {
  display: block;
  padding: 0 6px;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-dots li {
    padding: 0 5px;
  }
}
.imageRotator .slick-dots li.slick-active button {
  background-color: #fff;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-dots li {
    bottom: 0;
  }
}
.imageRotator .slick-dots button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  text-indent: -999em;
  border: 2px solid #fff;
  outline: none;
  padding: 0;
}
@media only screen and (max-width:  1023px ) {
  .imageRotator .slick-dots button {
    width: 16px;
    height: 16px;
  }
}
.imageRotator .slick-dots button.active {
  background: #000;
}
.imageRotator .slick-arrow {
  position: absolute;
  top: calc(50% - 29px - 45px);
  z-index: 100;
  outline: none;
  background-color: none;
  font-size: 48px;
}
.imageRotator .slick-arrow.slick-prev {
  left: 0px;
}
.imageRotator .slick-arrow.slick-next {
  right: 0px;
}
.imageRotator .slick-arrow button {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  outline: none;
  border: none;
  font-size: 48px;
  padding: 5px 15px;
}
.imageRotator .slick-arrow button:hover,
.imageRotator .slick-arrow button:focus {
  background-color: #fff;
  color: #00529a;
}
@media only screen and (max-width:  1023px ) {
  .imageRotator .slick-arrow {
    top: calc(50% - 29px - 31px);
  }
}
@media only screen and (max-width:  699px ) {
  .imageRotator .slick-arrow {
    display: block;
    bottom: 0;
    top: auto;
  }
  .imageRotator .slick-arrow button {
    background-color: #1a64a4;
    height: 100%;
    font-size: 36px;
  }
}
.playPause {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 500;
  padding-right: 15px;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .playPause {
    padding-right: 0;
  }
}
.playPause button {
  background: none;
  border: none;
  color: #fff;
  padding: 10px 2px;
  font-size: 18px;
  line-height: 1em;
  opacity: 0.75;
}
.playPause button.disabled {
  opacity: 0.15;
  cursor: not-allowed;
}
.playPause button:focus {
  outline: 2px solid #333333;
}
.rotator-3-section {
  background-color: #eeeeee;
  padding: 50px 0;
}
.rotator-3-section .pcb {
  padding: 0;
}
.rotator-3-section .pcb .slick-list {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1270px) {
  .rotator-3-section .pcb {
    padding: 0 70px;
  }
}
@media only screen and (max-width:  1023px ) {
  .rotator-3-section .pcb {
    padding: 0 70px;
    box-shadow: none;
  }
}
@media only screen and (max-width:  699px ) {
  .rotator-3-section .pcb {
    padding: 0 55px;
  }
  .rotator-3-section .pcb .slick-list {
    box-shadow: none;
  }
}
.rotator-3 .slideItem {
  width: 50%;
  position: relative;
}
.rotator-3 .slideItem:hover .title {
  text-decoration: underline;
}
.rotator-3 .slideItem div.thumb {
  width: 100%;
}
.rotator-3 .slideItem div.thumb img {
  max-width: 100%;
  width: 100%;
}
.rotator-3 .slideItem div.text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  height: 100%;
}
@media only screen and (max-width:  699px ) {
  .rotator-3 .slideItem div.text-wrap {
    position: static;
    width: 100%;
    float: none;
    clear: both;
    background-color: transparent;
    padding: 0;
    padding-top: 15px;
    text-align: center;
  }
}
.rotator-3 .slideItem div.text-wrap .title {
  display: block;
  color: #00529a;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
}
@media only screen and (max-width:  699px ) {
  .rotator-3 .slideItem div.text-wrap .title {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.rotator-3 .slideItem div.text-wrap .text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.rotator-3 .slideItem div.text-wrap::after {
  content: url(../images/angle.svg);
  position: absolute;
  top: 25px;
  left: -11px;
  z-index: 99;
}
@media only screen and (max-width:  699px ) {
  .rotator-3 .slideItem div.text-wrap::after {
    content: none;
  }
}
.rotator-3 .slick-arrow {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  outline: none;
  background-color: none;
  font-size: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.rotator-3 .slick-arrow.slick-prev {
  left: -55px;
}
@media screen and (max-width: 1270px) {
  .rotator-3 .slick-arrow.slick-prev {
    left: -50px;
  }
}
.rotator-3 .slick-arrow.slick-next {
  right: -55px;
}
@media screen and (max-width: 1270px) {
  .rotator-3 .slick-arrow.slick-next {
    right: -50px;
  }
}
.rotator-3 .slick-arrow button {
  background-color: transparent;
  color: #00529a;
  outline: none;
  border: none;
  font-size: 48px;
  padding: 5px 15px;
  height: 100%;
}
@media only screen and (max-width:  699px ) {
  .rotator-3 .slick-arrow {
    display: block;
    bottom: 0;
    top: auto;
  }
  .rotator-3 .slick-arrow button {
    height: 50%;
    font-size: 36px;
  }
}
.imod-carousel-1 .pcb {
  padding: 50px 0;
}
@media screen and (max-width: 1270px) {
  .imod-carousel-1 .pcb {
    padding: 50px 70px;
  }
}
@media only screen and (max-width:  1023px ) {
  .imod-carousel-1 .pcb {
    padding: 50px 70px;
  }
}
@media only screen and (max-width:  699px ) {
  .imod-carousel-1 .pcb {
    padding: 50px 55px;
  }
}
.imod-carousel-1 .thumb:hover a,
.imod-carousel-1 .thumb:focus a,
.imod-carousel-1 .thumb:hover p,
.imod-carousel-1 .thumb:focus p {
  text-decoration: underline;
}
.imod-carousel-1 .thumb:hover img,
.imod-carousel-1 .thumb:focus img {
  opacity: 0.5;
}
.imod-carousel-1 .thumb a {
  text-decoration: none;
}
.imod-carousel-1 .thumb img {
  max-width: 100%;
  width: 100%;
}
.imod-carousel-1 .thumb p,
.imod-carousel-1 .thumb a,
.imod-carousel-1 .thumb h3 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
.imod-carousel-1 .thumb p:hover,
.imod-carousel-1 .thumb a:hover,
.imod-carousel-1 .thumb h3:hover,
.imod-carousel-1 .thumb p:focus,
.imod-carousel-1 .thumb a:focus,
.imod-carousel-1 .thumb h3:focus {
  text-decoration: underline;
}
.imod-carousel-1 .thumb p:hover img,
.imod-carousel-1 .thumb a:hover img,
.imod-carousel-1 .thumb h3:hover img,
.imod-carousel-1 .thumb p:focus img,
.imod-carousel-1 .thumb a:focus img,
.imod-carousel-1 .thumb h3:focus img {
  opacity: 0.5;
}
@media only screen and (max-width:  699px ) {
  .imod-carousel-1 .thumb p,
  .imod-carousel-1 .thumb a,
  .imod-carousel-1 .thumb h3 {
    font-size: 16px;
  }
}
.imod-carousel-1 .thumb .img-wrap {
  background-color: #194367;
}
.imod-carousel-1 .thumb .img-wrap img {
  transition: opacity 400ms;
}
.imod-carousel-1 .thumb .img-wrap:hover img {
  opacity: 0.5;
}
.imod-carousel-1 .slick-arrow {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  outline: none;
  background-color: none;
  font-size: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.imod-carousel-1 .slick-arrow.slick-prev {
  left: -40px;
}
@media screen and (max-width: 1270px) {
  .imod-carousel-1 .slick-arrow.slick-prev {
    left: 15px;
  }
}
.imod-carousel-1 .slick-arrow.slick-next {
  right: -40px;
}
@media screen and (max-width: 1270px) {
  .imod-carousel-1 .slick-arrow.slick-next {
    right: 15px;
  }
}
.imod-carousel-1 .slick-arrow button {
  background-color: transparent;
  color: #00529a;
  outline: none;
  border: none;
  font-size: 48px;
  padding: 5px 15px;
  height: 100%;
}
.imod-carousel-1 .slick-arrow button em {
  position: relative;
  top: -20px;
}
@media only screen and (max-width:  699px ) {
  .imod-carousel-1 .slick-arrow {
    display: block;
    bottom: 0;
    top: auto;
  }
  .imod-carousel-1 .slick-arrow button {
    height: 100%;
    font-size: 36px;
  }
}
/* LEFT COLUMN
---------------------------------------------*/
@media only screen and (max-width:  1023px ) {
  .structLeft {
    clear: both;
  }
}

.structLeft .secondary > div {
  background-color: #F0F0F0;
  padding: 20px 15px;
  margin-bottom: 30px;
  display: none;
  text-align: center;
}

.structLeft .secondary > div img {
  max-width: 100%;
}

@media only screen and (max-width:  699px ) {
  .structLeft .secondary > div {
    margin-bottom: 0;
  }
}
.structLeft .secondary h2 {
  color: #145A9D;
  font-size: 1.275em;
  line-height: 1.1;
  text-transform: none;
}
.loggedin .structLeft .secondary > div {
  display: block!important;
}

.secondaryNav > ul {
  margin-bottom: 30px;
}
.secondaryNav > ul > li {
  background-color: #f1f1f1;
  margin-bottom: 1px;
}
.secondaryNav > ul > li.selected > a {
  background-color: #00529a;
  font-weight: bold;
  color: #fff;
}
.secondaryNav > ul > li > ul {
  padding: 0px 5px 15px 5px;
  background-color: #00529a;
}
.secondaryNav > ul > li > ul > li {
  padding: 6px 0;
}
.secondaryNav > ul > li > ul > li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 0px 15px;
  border-left: 5px solid #c0c0c0;
  margin: 0px 15px;
  text-decoration: none;
  text-transform: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
}
.secondaryNav > ul > li > ul > li a:hover,
.secondaryNav > ul > li > ul > li a:focus {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}
.secondaryNav > ul > li > ul > li.selected > a {
  color: #fff;
  border-color: #c0c0c0;
  font-weight: bold;
}
.secondaryNav > ul > li > a {
  color: #00529a;
  font-size: 16px;
  display: block;
  padding: 14px 18px;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 400ms;
}
.secondaryNav > ul > li > a:hover,
.secondaryNav > ul > li > a:focus {
  background-color: #00529a;
  color: #fff;
}
.secondaryNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondaryNav ul li a {
  display: block;
  line-height: normal;
}
@media only screen and (min-width: 1024px) and (max-width:  1179px ) {
  .aside-wrap {
    max-width: 248px;
  }
}
.side-box {
  background-color: #ececec;
  color: #393939;
  padding: 20px 15px;
  font-family: 'Lato', sans-serif;
  margin-top: 70px;
}
@media only screen and (max-width:  1023px ) {
  .side-box {
    clear: both;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:  699px ) {
  .side-box {
    clear: both;
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
.side-box h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
}
/* RIGHT CONTENT 
---------------------------------------------*/
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .structRight {
    margin-bottom: 2em;
  }
}
/* FOOTER ELEMENTS
---------------------------------------------*/
footer {
  float: left;
  width: 100%;
  color: #fff;
  margin-top: 50px;
}
footer .flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
footer .social {
  width: 100%;
  background-color: #00529a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
footer .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  width: 33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width:  699px ) {
  footer .social ul {
    text-align: center;
    margin: 0 -10px;
  }
}
footer .social ul li {
  display: inline;
}
footer .social ul li a {
  display: block;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  padding: 20px 30px;
  transition: all 400ms;
}
footer .social ul li a:hover,
footer .social ul li a:focus {
  background-color: #fff;
  color: #00529a;
}
@media only screen and (max-width:  699px ) {
  footer .social ul li a {
    padding: 15px;
  }
}
footer .menu {
  padding: 40px 0;
}
@media only screen and (max-width:  699px ) {
  footer .menu {
    padding: 30px 0;
  }
}
footer .menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width:  699px ) {
  footer .menu ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
footer .menu ul li {
  padding: 0 30px;
}
footer .menu ul li a {
  color: #00529a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width:  699px ) {
  footer .menu ul li {
    padding-bottom: 10px;
  }
}
footer .copy-section {
  background-color: #eeeeee;
}
footer .copy-section .copy {
  color: #00529a;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  width: 50%;
  max-width: 575px;
  text-align: center;
  line-height: 26px;
  padding: 30px 0 30px 0;
}
@media only screen and (max-width:  1023px ) {
  footer .copy-section .copy {
    width: 100%;
    padding: 30px 15px 54px 15px;
  }
}
@media only screen and (max-width:  699px ) {
  footer .copy-section .copy {
    width: 100%;
    padding: 30px 20px 54px 20px;
    font-size: 16px;
  }
}
footer .copy-section .copy p {
  margin: 0;
  padding: 0;
}
.toplink {
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  clear: both;
  background-color: rgba(0, 82, 154, 0.9);
  width: 60px;
  height: 50px;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media only screen and (max-width:  699px ) {
  .toplink {
    bottom: 0;
  }
}
.toplink a {
  text-decoration: none;
  padding: 8px 0 10px 0;
  color: #fff;
  display: block;
}
/* MOBILE NAVIGATION
-----------------------------------------------*/
.c-offcanvas {
  background-color: #00529a;
}
.c-offcanvas a {
  text-decoration: none;
}
.c-offcanvas .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #00529a;
  font-weight: light;
  background-color: #eeeeee;
  width: 43px;
  height: 57px;
}
.c-offcanvas .close-btn a {
  text-decoration: none;
}
.c-offcanvas .close-btn .close-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
}
.c-offcanvas .close-btn .close-wrap .arial-plus {
  font-family: "arial", "Helvetica", sans-serif;
  font-size: 33px;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
  text-decoration: none;
}
.c-offcanvas .close-btn .close-wrap span {
  display: block;
  text-decoration: none;
  line-height: 1;
}
.c-offcanvas .close-btn .close-wrap .text {
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-top: -5px;
}
.c-offcanvas .mobileSearch {
  text-align: center;
  color: #eeeeee;
  position: relative;
}
.c-offcanvas .mobileSearch input {
  background: #fff;
  border: none;
  padding: 18px;
  margin: 0;
  width: 195px;
  color: #333333;
  height: 100%;
  font-size: 18px;
  text-indent: 20px;
  float: left;
}
.c-offcanvas .mobileSearch img[id$="_imgbtnSearch"] {
  width: 14px;
  position: absolute;
  left: 20px;
  top: 22px;
}
.c-offcanvas .mobileSearch button,
.c-offcanvas .mobileSearch label,
.c-offcanvas .mobileSearch .SearchModuleSpacer {
  display: none;
}
.c-offcanvas .mobile-button-wrap .button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.c-offcanvas .mainNav {
  clear: both;
}
.c-offcanvas .mainNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-offcanvas .mainNav ul li {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  border-bottom: 1px solid #1a64a4;
}
.c-offcanvas .mainNav ul li:last-child {
  border-bottom: none;
}
.c-offcanvas .mainNav ul li.has-subnav .accordion-btn {
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
}
.c-offcanvas .mainNav ul li a {
  padding: 12px 20px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 11px 20px;
  font-weight: bold;
}
.c-offcanvas .mainNav ul li a:hover,
.c-offcanvas .mainNav ul li a:focus {
  text-decoration: underline;
}
.c-offcanvas .mainNav ul li ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-offcanvas .mainNav ul li ul li {
  width: 100%;
  background-color: #373435;
  border-bottom: 1px solid #4b494a;
}
.c-offcanvas .mainNav ul li ul li:last-child {
  border-bottom: none;
}
.c-offcanvas .mainNav ul li ul li a {
  width: 100%;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: none;
  font-size: 14px;
  text-align: center;
}
.c-offcanvas .mainNav ul li ul li a:hover {
  text-decoration: underline;
  background-color: #4d4d4d;
}
.c-offcanvas .mainNav ul li ul li ul li {
  background-color: #4d4d4d;
}
.c-offcanvas .mainNav ul li ul li ul li a {
  font-weight: normal;
}
.c-offcanvas .mobileQuicklinks ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-offcanvas .mobileQuicklinks ul li {
  width: 100%;
  background-color: #373435;
  border-bottom: 1px solid #4b494a;
}
.c-offcanvas .mobileQuicklinks ul li:last-child {
  border-bottom: none;
}
.c-offcanvas .mobileQuicklinks ul li a {
  width: 100%;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: none;
  font-size: 14px;
  text-align: center;
}
.c-offcanvas .mobileQuicklinks ul li a:hover {
  text-decoration: underline;
  background-color: #4d4d4d;
}
.c-offcanvas .mobileMemberTools {
  background-color: #fff;
}
.c-offcanvas .mobileMemberTools ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-offcanvas .mobileMemberTools ul li {
  text-align: left;
}
.c-offcanvas .mobileMemberTools ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  font-size: 16px;
}
.c-offcanvas .mobileMemberTools ul li a:hover {
  text-decoration: underline;
  color: #00529a;
}
.c-offcanvas--overlay {
  z-index: 99999;
}
@media only screen and (max-width:  1023px ) {
  .c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
    -webkit-transform: translate3d(-17em, 0, 0);
            transform: translate3d(-17em, 0, 0);
  }
  .c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open {
    -webkit-transform: translate3d(-17em, 0, 0);
            transform: translate3d(-17em, 0, 0);
  }
  .c-offcanvas--right {
    width: 17em;
  }
}
@media only screen and (max-width:  699px ) {
  .c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
    -webkit-transform: translate3d(-17em, 0, 0);
            transform: translate3d(-17em, 0, 0);
  }
  .c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open {
    -webkit-transform: translate3d(-17em, 0, 0);
            transform: translate3d(-17em, 0, 0);
  }
  .c-offcanvas--right {
    width: 17em;
  }
}
.accordion-btn-wrap:focus {
  outline: 1px dotted #fff;
}
#nav {
  overflow-y: scroll;
}
#nav ul li.selected > ul {
  display: block;
}
#nav ul li ul {
  display: none;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  #nav {
    display: block;
  }
}
@media only screen and (max-width:  699px ) {
  #nav {
    display: block;
  }
}
.c-offcanvas.is-closed {
  display: none;
}
/* 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: #145A9D;
  color: #fff;
  border-color: #145A9D;
}
@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: #145A9D;
  color: #fff;
  font-family: 'Lato', sans-serif;
  border-color: #c8c8c8;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 20px 10px;
  text-transform: uppercase;
  position: relative;
}
#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 {
  min-height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_fieldInput .divAdvancedDesignations input[type="text"] {
  width: auto;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 {
  float: left;
  width: 70%;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod_col2 {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_col2 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col2 select {
  background: #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 textarea input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"] input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col2 select input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col2 textarea select,
#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"] select,
#ContentMiddle .imod_fieldWrapper .imod_col2 select select {
  min-height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 {
  float: left;
  width: 70%;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod_col3 {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_col3 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col3 select {
  background: #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 textarea input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"] input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col3 select input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col3 textarea select,
#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"] select,
#ContentMiddle .imod_fieldWrapper .imod_col3 select select {
  min-height: 42px;
}
@media only screen and (max-width:  699px ) {
  #ContentMiddle .imod_fieldWrapper .imod_col4 {
    width: 100%;
  }
}
#ContentMiddle .imod_fieldWrapper .imod_col4 textarea,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col4 select {
  background: #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 textarea input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"] input[type="text"],
#ContentMiddle .imod_fieldWrapper .imod_col4 select input[type="text"] {
  height: 42px;
}
#ContentMiddle .imod_fieldWrapper .imod_col4 textarea select,
#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"] select,
#ContentMiddle .imod_fieldWrapper .imod_col4 select select {
  min-height: 42px;
}
#ContentMiddle .imod_fieldWrapper.giftAmountBox {
  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: 'Lato', 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: #fff;
  border-color: #145A9D;
  color: #145A9D
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
  padding: 0px;
  display: block;
  background: #145A9D;
  position: relative;
  transition: all 250ms ease;
  border: 2px solid transparent;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td:hover {
  background: #162d3d;
  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%);*/
}
#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;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label:before {
  color: #ffffff;
  display: block;
  font-family: "Font Awesome 5 Pro";
  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: normal;
}
#ContentMiddle .designation-section .divAdvancedDesignations {
  width: 100%;
  margin: 0;
  border: 2px solid #c8c8c8;
}
#ContentMiddle .designation-section .divAdvancedDesignations .fa {
  color: #234863;
}
#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: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
@media only screen and (max-width:  699px ) {
  .fancybox-overlay .fancybox-wrap div.header-section div.search-section {
    width: 100%;
  }
}
.fancybox-overlay .fancybox-wrap div.header-section div.search-section div.search-box {
  border: none;
  background: none;
}
.fancybox-overlay .fancybox-wrap div#main-section {
  background: #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: #145A9D;
  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: #234863;
  color: #fff!important;
  font-weight: bold;
}
ul.giveBtnsList li a.otherAmt {
  font-weight: normal;
  color: #fff;
}
ul.giveBtnsList li a:hover {
  background: #222;
  color: #fff!important;
  border-color: #000;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  ul.giveBtnsList li a {
    font-size: 26px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width:  699px ) {
  ul.giveBtnsList li a {
    font-size: 24px;
    padding: 13px;
  }
}
ul.giveBtnsList span.sm {
  float: left;
  font-size: 0.55em;
  margin-right: 2px;
  position: relative;
  top: -5px;
}
@media only screen and (max-width:  699px ) {
  ul.giveBtnsList span.sm {
    float: none;
  }
}
/* GIVE BUTTONS 2 STYLING 
---------------------------------------------*/
.giveInputWrapper {
  display: block;
  position: relative;
  height: 50px;
  padding-right: 20px;
  max-width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .giveInputWrapper {
    max-width: 80%;
  }
}
@media only screen and (max-width:  699px ) {
  .giveInputWrapper {
    max-width: 100%;
  }
}
.giveInputWrapper .giveInputInner {
  background: #fff;
  overflow: hidden;
  padding-left: 45px;
  position: relative;
  border: 2px solid #ccc;
}
.giveInputWrapper label {
  display: none;
}
.giveInputWrapper .dollarSign {
  position: absolute;
  top: 0;
  left: 0;
  color: #222 !important;
  font-size: 25px;
  line-height: 50px;
  width: 35px;
  text-align: right;
}
.giveInputWrapper #giveInput {
  background: none;
  border: none;
  height: 46px;
  color: #222 !important;
  width: 100%;
  font-size: 25px;
}
@media only screen and (max-width:  699px ) {
  .giveInputWrapper #giveInput {
    font-size: 18px;
  }
}
.giveInputWrapper #giveBtnSubmit {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  background: #222;
  padding: 0 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 250ms ease;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
.giveInputWrapper #giveBtnSubmit:hover {
  background: #000;
}
@media only screen and (max-width:  699px ) {
  .giveInputWrapper #giveBtnSubmit {
    padding: 0 10px;
    font-size: 11px;
  }
}
.giveInputWrapper #errorMsg {
  font-style: italic;
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
}

/*Accordion */

.accordion {
  margin: 0 0 40px;
  float: left;
  width: 100%
}

.accordion .collapseItem {
  margin: 0 0 10px
}

.accordion .collapseItem .panel-heading {
  background: #e1e1e1;
  display: block;
  font-family: franklin-gothic-urw, 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:focus {
  outline: 2px solid #626262
}

.accordion .collapseItem .panel-heading a .fa {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  line-height: 50px;
  background: #00529a;
  color: #fff;
  text-align: center;
  font-size: 30px
}

.accordion .collapseItem .panel-heading a.open {
  background: #00529a;
  color: #fff
}

.accordion .collapseItem .panel-heading a.open .fa {
  background: rgba(0, 0, 0, 0.2)
}

.accordion .collapseItem .accordionPanelWrap {
  padding: 20px;
  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
}

.accordion .collapseItem .accordionPanelWrap .readmore {
  padding-top: 10px
}

.accordion .collapseItem .accordionPanelWrap .readmore span {
  display: none
}

.accordion .collapseItem .accordionPanelWrap .readmore a {
  display: inline-block;
  text-decoration: none
}

.accordion .collapseItem .accordionPanelWrap .readmore a>span {
  display: block
}



a.third-level-subnav-js + ul { 
  background: #00529a;
  color: #fff;
}
li:hover a.third-level-subnav-js + ul li a { 
  color: #fff;
}
.third-level-subnav-js { 
  position: relative; 
 }
 .third-level-subnav-js::after {
   content: "\f0da";
   display: inline-block;
   font-family: "Font Awesome 5 Pro";
   font-weight: 800;  
   font-size: 14px;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   position: absolute; 
   right: 0;
   top: 30%
 }

 /* 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%; 
    /* margin-top: 300px; */
 }
 .modal-header { 
    padding: 0;
 }
 .modal-content { 
   box-shadow: none;
   border: none;
 }

 .modal-content .close { 
  padding: 0px;
  font-size: 35px;
  margin-top: 0;
  background: transparent;
  opacity: 0.5;
  transition: all 400ms;
  border: none;
 }

 .modal-content .close:hover { 
    background: transparent;
    color:#fff;
    opacity: 1;
}

 .modal-content { 
    background: transparent;
 }

 .modal-body { 
   background-color: #fff;
   box-shadow: 0 5px 15px #00000080;
 }

#ContentMiddleLayoutModal { 
  max-width: 1170px; 
  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;
}


/* Fixes */

.IMOD8  #ContentMiddle p { 
  margin: 0;
  padding: 0;
}

.DataGrid { 
  width: 100%;
}

.DataGridFooter input { 
    width: auto!important; 
    margin-top: 1rem;
}

p.newsParagraph{
  padding:0 0 10px;
}

.iconNewsItem {
  margin-bottom: 30px;
}
.iconNewsItem .iconNewInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.iconNewsItem .iconNewInner .icon {
  padding-right: 15px;
}
.iconNewsItem .iconNewInner .icon .fas, .iconNewsItem .iconNewInner .icon .far, .iconNewsItem .iconNewInner .icon .fal, .iconNewsItem .iconNewInner .icon .fa, .iconNewsItem .iconNewInner .icon .fab {
  color: #00529a;
  font-size: 2em;
}
.iconNewsItem .iconNewInner .text {
  max-width: 100%;
}
.iconNewsItem .iconNewInner .text .title {
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height:1;
}
.iconNewsItem .iconNewInner .text .title a {
  text-decoration: none;
  color: inherit;
}
.iconNewsItem .iconNewInner .text .title a:hover {
  text-decoration: underline;
}
.captionImageWrap {
  margin-bottom: 130px;
}
.captionImageWrap .captionImageOuter {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 30px;
  -moz-box-shadow: 0 0 9px #ccc;
  -webkit-box-shadow: 0 0 9px #ccc;
  box-shadow: 0 0 9px #ccc;
  }
@media only screen and (max-width:  699px ) {
  .captionImageWrap .captionImageOuter {
    padding: 0px;
    background-image: none!important;
  }
}
.captionImageWrap .captionImageOuter .captionImageInner {
  text-align: center;
  position: relative;
}
.captionImageWrap .captionImageOuter .captionImageInner .thumb img {
  visibility: hidden;
  width: 100%;
}
@media only screen and (max-width:  699px ) {
  .captionImageWrap .captionImageOuter .captionImageInner .thumb img {
    visibility: visible;
  }
}
.captionImageWrap .captionImageOuter .captionImageInner .text {
  background: #ffffff;
  padding: 20px;
  position: absolute;
  bottom: -10%;
  width: 100%;
}
@media only screen and (max-width:  699px ) {
  .captionImageWrap .captionImageOuter .captionImageInner .text {
    position: relative;
    bottom: auto;
  }
}
.captionImageWrap .captionImageOuter .captionImageInner .text .asterisks {
  color: #999999;
  margin-bottom: 15px;
  font-size: 1.25em;
}
.captionImageWrap .captionImageOuter .captionImageInner .text .title {
  color: #999999;
  margin-bottom: 15px;
  font-size: 1.75em;
}
.captionImageWrap .captionImageOuter .captionImageInner .text .preview {
  color: #000000;
  font-size: 1.25em;
}
.captionImageWrapCol50 {
  margin-bottom: 30px;
}
.captionImageWrapCol50 .captionImageOuter {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 9px #ccc;
  -webkit-box-shadow: 0 0 9px #ccc;
  box-shadow: 0 0 9px #ccc;
}
.captionImageWrapCol50 .captionImageOuter .captionImageInner {
  text-align: center;
}
.captionImageWrapCol50 .captionImageOuter .captionImageInner .thumb img {
  width: 100%;
}
.captionImageWrapCol50 .captionImageOuter .captionImageInner .text {
  background: #ffffff;
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width:  699px ) {
  .captionImageWrapCol50 .captionImageOuter .captionImageInner .text {
    position: relative;
    bottom: auto;
  }
}
.captionImageWrapCol50 .captionImageOuter .captionImageInner .text .asterisks {
  color: #999999;
  margin-bottom: 15px;
  font-size: 1.25em;
}
.captionImageWrapCol50 .captionImageOuter .captionImageInner .text .title {
  color: #999999;
  margin-bottom: 15px;
  font-size: 1.75em;
}
.captionImageWrapCol50 .captionImageOuter .captionImageInner .text .preview {
  color: #000000;
  font-size: 1.25em;
}
.captionImageWrapCol33 {
  margin-bottom: 30px;
}
.captionImageWrapCol33 .captionImageOuter {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 9px #ccc;
  -webkit-box-shadow: 0 0 9px #ccc;
  box-shadow: 0 0 9px #ccc;
}
.captionImageWrapCol33 .captionImageOuter .captionImageInner {
  text-align: center;
}
.captionImageWrapCol33 .captionImageOuter .captionImageInner .thumb img {
  width: 100%;
}
.captionImageWrapCol33 .captionImageOuter .captionImageInner .text {
  background: #ffffff;
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width:  699px ) {
  .captionImageWrapCol33 .captionImageOuter .captionImageInner .text {
    position: relative;
    bottom: auto;
  }
}
.captionImageWrapCol33 .captionImageOuter .captionImageInner .text .asterisks {
  color: #999999;
  margin-bottom: 15px;
  font-size: 1.15em;
}
.captionImageWrapCol33 .captionImageOuter .captionImageInner .text .title {
  color: #999999;
  margin-bottom: 15px;
  font-size: 1.25em;
}
.captionImageWrapCol33 .captionImageOuter .captionImageInner .text .preview {
  color: #000000;
  font-size: 1em;
}
.captionImageWrapCol25 {
  margin-bottom: 30px;
}
.captionImageWrapCol25 .captionImageOuter {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 9px #ccc;
  -webkit-box-shadow: 0 0 9px #ccc;
  box-shadow: 0 0 9px #ccc;
}
.captionImageWrapCol25 .captionImageOuter .captionImageInner {
  text-align: center;
}
.captionImageWrapCol25 .captionImageOuter .captionImageInner .thumb img {
  width: 100%;
}
.captionImageWrapCol25 .captionImageOuter .captionImageInner .text {
  background: #ffffff;
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width:  699px ) {
  .captionImageWrapCol25 .captionImageOuter .captionImageInner .text {
    position: relative;
    bottom: auto;
  }
}
.captionImageWrapCol25 .captionImageOuter .captionImageInner .text .asterisks {
  color: #999999;
  margin-bottom: 15px;
  font-size: 1.15em;
}
.captionImageWrapCol25 .captionImageOuter .captionImageInner .text .title {
  color: #999999;
  margin-bottom: 15px;
  font-size: 1.25em;
}
.captionImageWrapCol25 .captionImageOuter .captionImageInner .text .preview {
  display: none;
}

#main .snippetrow {
  margin:0 -15px!important;
  width:auto!important;
}
#main .snippetrow > * {
  padding:0 15px!important;
}

/* #ContentMiddleLayoutSideBox {
  background: #f1f1f1;
} */

/* .snippetrow div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/* .snippetrow h2 {
  font-size: 31px;
  margin-top: 15px;
} */

/* .snippetrow p {
  text-align: center;
  padding: 15px 10px;
} */

/* .snippetrow p strong {
  display: block;
} */

/* .snippetrow a {
  padding: inherit;
} */

.imod_fieldWrapper .RadPicker {
  width: auto !important;
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select {
  padding-top: 6px;
}

.iconNewsItem .iconNewInner .text .title {
  font-size: 1.625em; 
}

.iconNewsItem .iconNewInner .icon .fas,
.iconNewsItem .iconNewInner .icon .fab {
  font-size: 1.375em;
}

#ContentMiddle .checkboxLeft .imod_fieldInput {
  min-width: 35px;
}
#ContentMiddle .imod_fieldWrapper.checkboxLeft {
  padding-left: 35px;
}
#ContentMiddle .imod_fieldWrapper.checkboxLeft .imod_fieldInput div.imod-series-field-list {
  float: right;
}
#ContentMiddle .imod_fieldWrapper.checkboxLeft .imod_fieldInput div.imod-series-field-required {
  float: left;
  margin-left: 0;
}
#ContentMiddle .imod-field-item {
  padding: 0;
}

.secondaryNav > ul > li > ul > li > ul > li a {
  border: none; 
  margin-left: 20px;
  padding-top: 5px; 
  font-weight: normal; 
}
.secondaryNav > ul > li > ul > li > ul > li.selected a {
  font-weight:bold;
}
.secondaryNav > ul > li > ul > li > ul > li a:before { 
  content: "\f105";
  font-family: "Font Awesome 5 Pro"; 
  font-weight: light; 
  padding-right: 5px;
} 

.desktopNavInner > ul > li:last-child > ul > li > .third-level-subnav-js::after {
  display: none;
}

.desktopNavInner > ul > li:last-child > ul > li > .third-level-subnav-js::before {
  content: '\f0d9';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 30%;
}

.secondaryNav .has-subnav > a {
  margin-right: 0 !important;
}
.secondaryNav .accordion-btn-wrap {
  display: none !important;
}
.secondaryNav .navAcc .accordion-btn-wrap {
  display: inline-block !important;
}

.navAcc .fas {
  color: #fff;
  font-size: 13px; 
}

.snippetrow {
  padding-bottom: 20px; 
}

.col-md-12 {
  padding-right: 0; 
  padding-left: 8px;
}

.user::before {
  content: "\f2bd";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  color: #00529a;
  margin-top: 9px;
  font-size: 14px;
  line-height: 1;
}

/* Maint 1/29 BS */
.interior .imod-profile-step-header,
.interior .imod-profile-step-header:hover,
.interior .imod-profile-step-opened .imod-profile-step-header {background:#00529a; color:#fff;}

/* .interior .imod-profile-step-header .expand {background:#fff !important; color:#00529a !important;} */
.interior .imod-profile-step-header {padding-top:5px;}

.interior .imod-profile-options-inner .imod-toggle-switch button {line-height:0px;}

.aside-wrap {
  margin-bottom: 30px;
}
.idbmsBreadcrumbSeparator {
  display: none; 
}

#divLogin #divRemember input {
  margin-right: 5px;
}

div.imod-profile-header {
  color: #000!important;
}