/* GENERAL STYLES
---------------------------------------------*/
html,
body,
form {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 16px/1.4 'Noto Sans', sans-serif;
  background: #fff;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    
a {
  color: #117f97;
  text-decoration: underline;
  outline: none;
  transition: color 250ms ease, background 500ms ease;
}
a:hover {
  color: #4a4a4a;
  text-decoration: underline;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.PageTitleHeader,
.PageSubTitleHeader {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
h1,
.PageTitleHeader {
  font-size: 3rem;
  line-height: 1.4em;
}

@media only screen and (max-width:639px ) {
    h1 {
        font-size: 1.5rem;
    }
}

h2,
.PageSubTitleHeader {
  font-size: 2.5rem;
  line-height: 1.4;
}

@media only screen and (max-width:639px ) {
    h2 {
        font-size: 1.25rem;
    }
}

h3 {
  font-size: 1.9375rem;
  line-height: 1.4;
}

@media only screen and (max-width:639px ) {
    h3 {
        font-size: 1.1875rem;
    }
}

h4 {
  font-size: 1.5625rem;
  line-height: 1.4;
}

@media only screen and (max-width:639px ) {
    h4 {
        font-size: 1.125rem;
    }
}

h5 {
  font-size: 1.5625rem;
  line-height: 1.4;
}

@media only screen and (max-width:639px ) {
    h5 {
        font-size: 1.0625rem;
    }
}

h6 {
  font-size: 1.5625rem;
  line-height: 1.4;
}

@media only screen and (max-width:639px ) {
    h6 {
        font-size: 1rem;
    }
}

p {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
#PageTitle,
.PageTitleHeader {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.textalignright {
  text-align: right;
}
.textalignleft {
  text-align: left;
}
hr {
  height: 1px;
  line-height: 1px;
  margin: 2em 0;
  clear: both;
  border: none;
  background: #f6f6f6;
  color: #f6f6f6;
}
img.left {
  float: left;
  margin: 0 7px 1px 0;
}
img.right {
  float: right;
  margin: 0 0 7px 7px;
}
img.outline {
  border: 4px solid #4a4a4a;
}
.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: 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*/
a.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #117f97;
  font-size: 17px;
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
}
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background: #222;
  color: #fff;
}
a.button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #222;
  outline: 3px solid #117f97;
  color: #FFFFFF;
}
/* HEAD ELEMENTS
---------------------------------------------*/
.structHead {
  width: 100%;
  background: #fff;
  padding: 0;
  position: relative;
}
.structHead > .container-fluid > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 1125px) {
  .structHead > .container-fluid > .row {
    -ms-flex-align: unset;
        align-items: unset;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 699px) {
  .structHead > .container-fluid > .row {
    -ms-flex-align: unset;
        align-items: unset;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.structHead .headLogo {
  padding: 30px 15px;
}
@media only screen and (max-width: 1024px) {
  .structHead .headLogo {
    -ms-flex-align: unset;
        align-items: unset;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.structHead .headLogo img {
  max-width: 100%;
  height: auto;
}
.structHead .headRight {
  position: static;
}
@media only screen and (max-width: 699px) {
  .structHead .headRight {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media only screen and (max-width: 1124px) {
  .structHead .headRight {
    width: 100%;
  }
}
.structHead .headRight .row {
  margin-right: 0;
}
.fa-bars:before {
  font-size: 40px;
}
#nav {
  display: none;
}
a.m-pikabu-nav-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
      order: 2;
  text-decoration: none;
  color: #151515;
  padding-right: 1em;
  padding-top: 1.55em;
  margin-left: 30px;
}
a.m-pikabu-nav-toggle:hover {
  text-decoration: none;
  color: #4A4A4A;
}
@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;
  }
}
@media only screen and (max-width:  699px ) {
  .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%;
  }
  .drawer .desktopNav .desktopNavInner ul li {
    display: block;
    width: 100%;
  }
  .drawer .desktopNav .desktopNavInner ul li:hover {
    background: #4199ac;
  }
  .drawer .desktopNav .desktopNavInner ul li:hover > a {
    background: #4199ac;
  }
  .drawer .desktopNav .desktopNavInner ul li:hover a {
    background: none;
  }
  .drawer .desktopNav .desktopNavInner ul li.active {
    background: #4199ac;
  }
  .drawer .desktopNav .desktopNavInner ul li.active > a {
    background: #4199ac;
  }
  .drawer .desktopNav .desktopNavInner ul li a {
    text-align: left;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 15px 20px;
    color: #fff;
  }
  .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap {
    height: 100%;
  }
  .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap .accordion-btn {
    color: #fff;
    line-height: 50px !important;
  }
  .drawer .desktopNav .desktopNavInner ul li ul {
    position: relative;
    left: 0;
    padding: 0;
    top: 0;
    overflow: hidden;
    opacity: 1;
    background: #117f97;
  }
  .drawer .desktopNav .desktopNavInner ul li ul li {
    border-bottom: none;
  }
  .drawer .desktopNav .desktopNavInner ul li ul li a {
    padding: 15px 30px;
    border-bottom: none;
    font-size: 14px;
  }
}
.drawer .desktopNav .utilityWrap {
  padding: 0px 10px 0;
  overflow: hidden;
}
.drawer .desktopNav.mobileNav {
  background-color: #117f97;
}
/* MAIN TOP HORIZONTAL NAV
---------------------------------------------*/
.desktopNav {
  background: #fff;
  float: left;
  width: 100%;
  position: static;
  z-index: 99;
  font-family: 'Noto Sans', sans-serif;
}
.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 a {
  display: block;
  text-decoration: none;
  padding: 0 1.563em;
}
.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: #4a4a4a;
  float: none;
  width: 15em;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms ease;
  top: 100%;
}
.desktopNav li ul li {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  line-height: normal;
  text-transform: none;
  font-size: 1em;
}
.desktopNav li ul li.sfHover {
  position: static;
}
.desktopNav li ul li.sfHover ul {
  left: auto;
  opacity: 1;
}
.desktopNav li ul li:hover a {
  background: red;
}
.desktopNav li ul li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.desktopNav li ul li ul {
  margin: -23px 0 0 150px;
  background: green;
  color: #fff;
  width: 170px;
}
.desktopNav li ul li ul li {
  width: 170px;
}
.desktopNav li ul li ul li.sfHover {
  position: static;
}
.desktopNav li ul li ul li.sfHover ul {
  left: auto;
  opacity: 1;
}
.desktopNav li ul li ul li a {
  color: #fff;
}
.desktopNav li ul li ul li a:hover {
  color: #f6f6f6;
}
.desktopNav li ul li ul a {
  font-weight: normal;
  text-align: left;
  padding: 0.25em 1em;
  border: none;
}
/* Flexbox styles */
.flexbox .desktopNavInner > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 1125px) {
  .flexbox .desktopNavInner > ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.flexbox .desktopNavInner > ul > li {
  float: none;
  display: inherit;
  -ms-flex-direction: column;
      flex-direction: column;
}
.flexbox .desktopNavInner > ul > li > a {
  display: inherit;
  width: 100%;
  line-height: 1.25em;
  text-align: center;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #161620;
  text-transform: capitalize;
  font-weight: normal;
  padding-bottom: 30px;
  padding-top: 7px;
}
@media only screen and (max-width: 1024px) {
  .flexbox .desktopNavInner > ul > li > a {
    padding: 10px 20px 0 20px;
  }
}
.desktopNav ul > li:last-child a {
  padding-right: 0;
}
.structHead.dropdown .desktopNav .desktopNavInner ul li a {
  position: relative;
}
@media only screen and (max-width: 1124px) {
  .structHead.dropdown .desktopNav .desktopNavInner ul li a {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .structHead.dropdown .desktopNav .desktopNavInner ul li.sfHover > a:after {
    content: "";
    display: block;
    border: 12px solid transparent;
    border-bottom-color: #117F95;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    margin-top: 5px;
  }
}
.structHead.dropdown .desktopNav .desktopNavInner ul li.sfHover .menuWrapper {
  left: 0;
  opacity: 1;
}
.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper {
  position: absolute;
  left: -999em;
  top: 100%;
  margin: 0px;
  float: none;
  width: 90%;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: #117F95;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 5%;
  border-left: 10px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper {
    width: 95%;
    margin-left: 2.5%;
  }
}
.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper ul {
  position: relative;
  background: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  top: 0;
  float: none;
}
.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper ul li a {
  color: #fff;
  background: none;
  text-align: left;
  line-height: 1;
  font-size: 28px;
  font-size: 1.777rem;
  font-weight: bold;
  border-left: 10px solid #117F95;
}
.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper ul li a:after {
  content: "";
  display: none;
}
.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper ul li a:hover {
  color: #fff;
  background: #4199ac;
  border-left: 10px solid white;
}
/* 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 {
  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 0 10px;
}
/* NEWS LISTINGS
-----------------------------------------------*/
.newsItem {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #f6f6f6;
  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;
}
/* 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: 'Spectral', 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: #117f97;
  color: #fff;
  text-align: center;
  font-size: 30px;
  /*border-right:5px solid #fff;*/
}
.accordion .collapseItem .panel-heading a.open {
  background: #117f97;
  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: #117f97;
  margin: 0;
}
/* EVENT LISTINGS
-----------------------------------------------*/
.eventItem {
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #f6f6f6;
}
.eventItem .date {
  position: relative;
  width: 60px;
  background: #fff;
  border: 1px solid #f6f6f6;
  text-align: center;
  float: left;
}
.eventItem .date .month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1em;
  background: #f6f6f6;
  padding: 5px 0;
}
.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;
}
/*INTERIOR EVENTS WITHOUT CALENDAR
------------------------*/
.intEventItem {
  border: none;
  margin-top: 25px;
  padding-bottom: 15px;
  position: relative;
  clear: both;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
}
.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: #117f97;
  text-align: center;
  padding: 13px;
}
@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: 14px;
  margin-top: 6px;
}
.intEventItem .date .day {
  color: #ffffff;
  font-size: 28px;
  line-height: 14px;
  margin-top: 7px;
}
.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: 22px;
  line-height: 1.3em;
  padding: 0;
  color: #117f97;
}
@media only screen and (max-width:  699px ) {
  .intEventItem .text .title {
    font-size: 20px;
  }
}
.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
---------------------------------------------*/
/* Interior with full width images below header */
.pageHero {
  margin: 0 0 30px;
}
.pageHero img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#overlay {
  position: relative;
}
#overlay .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 127, 151, 0.8);
  z-index: 9;
}
@media only screen and (max-width: 499px) {
  #overlay {
    padding-left: 45px;
  }
}
#overlay .thumb {
  background-position: center ;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
#overlay .text {
  width: 50%;
  padding-left: 75px;
  padding-right: 30px;
  padding-top: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 99;
}
@media only screen and (max-width: 1125px) {
  #overlay .text {
    width: 100%;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  #overlay .text {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 699px) {
  #overlay .text {
    padding-top: 0;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 499px) {
  #overlay .text {
    padding-top: 0;
    padding-left: 0;
  }
}
#overlay .text:before {
  content: "\201C";
  position: absolute;
  font-size: 120px;
  font-family: 'Spectral', serif;
  left: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 499px) {
  #overlay .text:before {
    padding-left: 0;
    display: none;
  }
}
#overlay .text .preview {
  float: left;
  font-size: 3.157em;
  padding-top: 40px;
  color: #fff;
  font-family: 'Spectral', serif;
  font-weight: bold;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  padding-left: 45px;
}
@media only screen and (max-width: 1023px) {
  #overlay .text .preview {
    font-size: 2.369em;
  }
}
@media only screen and (max-width: 699px) {
  #overlay .text .preview {
    font-size: 1.777em;
    line-height: 1em;
    padding-left: 80px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 499px) {
  #overlay .text .preview {
    padding-top: 15px;
    padding-left: 0;
    font-size: 1.333em;
  }
}
#overlay .text .title {
  padding-left: 65%;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 699px) {
  #overlay .text .title {
    padding-left: 30%;
  }
}
@media only screen and (max-width: 499px) {
  #overlay .text .title {
    font-size: 16px;
    padding-left: 0;
  }
}
/* LEFT COLUMN
---------------------------------------------*/
.secondaryNav > ul {
  margin-bottom: 30px;
}
.secondaryNav > ul > li > ul > li a {
  display: block;
  padding: 5px 5px 5px 30px;
}
.secondaryNav > ul > li > a {
  padding: 5px;
}
.secondaryNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondaryNav ul li a {
  display: block;
  line-height: normal;
}
/* RIGHT CONTENT 
---------------------------------------------*/
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .structRight {
    margin-bottom: 2em;
  }
}
/* FOOTER ELEMENTS
---------------------------------------------*/
footer {
  width: 100%;
  color: #fff;
  padding: 2em 0;
  background: #151515;
}
footer ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media only screen and (max-width:  699px ) {
  footer ul.social {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer ul.social li {
  display: inline;
  padding: 0 5px;
}
footer ul.social li a {
  text-decoration: none;
  color: #fff;
}
.toplink {
  display: block;
  text-align: center;
  font-size: 0.85em;
  text-transform: uppercase;
  line-height: normal;
  clear: both;
  background-color: #151515;
}
.toplink a {
  text-decoration: none;
  padding: 10px;
  color: #fff;
  display: block;
}
.social-footer {
  margin-right: auto;
  margin-left: auto;
  background: #151515;
  color: #fff;
}
.social-footer .row {
  margin-left: 0;
  margin-right: 0;
}
.social-footer .social-footer-content {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 32px 0;
  padding: 2rem 0;
  border-bottom: 2px solid #117f97;
  margin-right: auto;
  margin-left: auto;
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%;
  -ms-flex-align: baseline;
      align-items: baseline;
}
@media only screen and (max-width: 699px) {
  .social-footer .social-footer-content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 1023px) {
  .social-footer .social-footer-content {
    max-width: 86.333333%;
  }
}
.social-footer .social-footer-content #social-first .newsletter-signup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.social-footer .social-footer-content #social-first .newsletter-signup .description {
  margin-right: 2em;
}
@media only screen and (max-width: 1023px) {
  .social-footer .social-footer-content #social-first .newsletter-signup .description {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 699px) {
  .social-footer .social-footer-content #social-first .newsletter-signup .description {
    padding-bottom: 20px;
  }
}
.social-footer .social-footer-content #social-first .newsletter-signup .button {
  background: #117f97;
  display: inline-block;
  vertical-align: middle;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #fefefe;
  font-weight: bold;
}
.social-footer .social-footer-content #social-first .newsletter-signup .button:hover {
  background: #0f6d82;
}
@media only screen and (max-width: 699px) {
  .social-footer .social-footer-content #social-first .newsletter-signup {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 699px) {
  .social-footer .social-footer-content .social-last {
    padding-bottom: 50px;
  }
}
.social-footer .social-footer-content .social-last .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style: none;
}
@media only screen and (max-width: 699px) {
  .social-footer .social-footer-content .social-last .social-links {
    padding: 0;
  }
}
.social-footer .social-footer-content .social-last .social-links li {
  margin-left: 1.25em;
}
@media only screen and (max-width: 699px) {
  .social-footer .social-footer-content .social-last .social-links li {
    margin-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .social-footer .social-footer-content .social-last .social-links li:last-child {
    padding-right: 0;
  }
}
.social-footer .social-footer-content .social-last .social-links li a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.footer h6 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  font-size: 28px;
  font-size: 1.75rem;
}
.footer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 83.33333%;
}
.footer .row .col {
  max-width: 25%;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  padding: 0 15px;
  padding: 0 .9375rem;
}
@media only screen and (max-width: 699px) {
  .footer .row .col {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
.footer .row .col .colContent {
  display: block;
}
.footer .row .col .colContent p {
  line-height: 1.6;
}
.footer .row .col .colContent ul {
  list-style: none;
  padding: 0;
}
.footer .row .col .colContent ul li {
  padding-bottom: 1em;
  line-height: 1;
}
.footer .row .col .colContent ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0;
}
.footer .row .col .colContent ul li a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 699px) {
  .footer .row .col .colContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.footer .row .column1 {
  padding-left: 0!important;
}
.footer .row .column1 p {
  margin-bottom: 2em;
}
.footer .row .column1 a {
  text-decoration: none;
  color: #117f97;
  cursor: pointer;
  line-height: inherit;
  font-weight: bold;
}
.footer .row .column1 a:hover {
  color: #0f6d82;
}
@media only screen and (max-width: 699px) {
  .footer .row .column1 {
    display: none;
  }
}
@media only screen and (max-width: 699px) {
  .footer .row .column2 {
    display: none;
  }
}
@media only screen and (max-width: 699px) {
  .footer .row .column3 {
    display: none;
  }
}
.footer .row .column4 p {
  margin-bottom: 2em;
}
.footer .row .column4 img {
  width: 266px;
  max-width: 100%; 
}
.bottom-bar {
  background: #fff;
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .bottom-bar .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .bottom-bar .container .row #ContentFooterLogo {
    text-align: center;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .bottom-bar {
    display: -ms-flexbox;
    display: flex;
  }
}
.bottom-bar #ContentFooterNav ul {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .bottom-bar #ContentFooterNav ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: unset;
        justify-content: unset;
    -ms-flex-align: center;
        align-items: center;
  }
}
.bottom-bar #ContentFooterNav ul li a {
  padding: 11px 16px;
  padding: 0.7rem 1rem;
}
/* MOBILE NAVIGATION
-----------------------------------------------*/
.c-offcanvas {
  background: #222;
}
.js-offcanvas-trigger,
.c-button {
  border: none;
}
.c-offcanvas .menuTitleBar {
  background-color: #002857;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.c-offcanvas .menuTitleBar h2 {
  color: inherit;
  font-weight: 300;
  margin: 0;
  font-size: 1.375em;
  line-height: 1em;
  padding: 15px;
}
.c-offcanvas .menuTitleBar .js-offcanvas-close {
  border: none;
  background: none;
  font-size: 22px;
  display: block;
  padding: 15px;
  width: 60px;
  height: 60px;
}
.c-offcanvas .menuTitleBar .js-offcanvas-close:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 2px solid #fff;
}
.mainNav ul li {
  position: relative;
}
.mainNav ul li.has-subnav .accordion-btn {
  color: #fff;
}
.mainNav ul li.selected a {
  color: #fff;
}
.mainNav ul li a {
  padding: 12px 1em;
}
.mobileSearch {
  margin: 1em;
  text-align: center;
  color: #f6f6f6;
  position: relative;
}
.mobileSearch input {
  background: #4a4a4a;
  border: none;
  padding: 5px 20px 4px 10px;
  width: 100%;
  border-radius: 20px;
  color: #f6f6f6;
}
.mobileSearch img[id$="_imgbtnSearch"] {
  width: 14px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.mobileSearch button,
.mobileSearch label,
.mobileSearch .SearchModuleSpacer {
  display: none;
}
#nav {
  overflow-y: scroll;
}
#nav ul li.selected > ul {
  display: block;
}
#nav ul li ul {
  display: none;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  #nav {
    display: block;
  }
}
@media only screen and (max-width:  699px ) {
  #nav {
    display: block;
  }
}
.accordion-btn-wrap:focus {
  outline: 1px dotted #fff;
}
/* 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: #117f97;
  color: #fff;
  border-color: #117f97;
}
@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: #117f97;
  color: #fff;
  font-family: 'Spectral', 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 {
  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: 'Spectral', 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: #07323b;
  border-color: #117f97;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
  padding: 0px;
  display: block;
  background: #117f97;
  position: relative;
  transition: all 250ms ease;
  border: 2px solid transparent;
}
#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td:hover {
  background: #0c5869;
  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: "FontAwesome";
  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: #117f97;
}
#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: #117f97;
  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;
}
.idbmsBreadcrumbSeparator {
  display: none;
}
#inner-wrap {
  margin-bottom: 40px;
}
/* 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: #117f97;
  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;
}

a.button, input[type="submit"], input[type="button"], input[type="reset"] {
    border: none;
    padding: 0.85em 1em;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fefefe;
    font-weight: bold;
}

a.button, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
    background-color: #0f6d82; 
}

@media only screen and (max-width: 699px) {
    .column4Img {
      display: flex;
      justify-content: center;
    }
  }

  /* MAINT 176458 DT 04062021 */
  div[id*='divEditableLayout'] #text {
    display: none;
  }