
img.left {
  float: left;
  margin: 0 7px 1px 0;
}
img.right {
  float: right;
  margin: 0 0 7px 7px;
}
img.outline {
  border: 4px solid #434343;
}

.blue-bg .blue-img {
  position: absolute;
  left: 0;
  top: -70px;
  bottom: -70px;
  width: 33%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.gray-bg {
  float: left;
  width: 100%;
  background: #EEEEEE;
  position: relative;
  padding: 80px 0;
}
.form-wrapper {
  float: left;
  width: 100%;
  background: #006A96;
  color: #fff;
  padding: 80px 0;
  background-image: url(images/pattern.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .form-wrapper {
    padding: 70px 0;
  }
}
@media only screen and (max-width:  699px ) {
  .form-wrapper {
    padding: 60px 0;
  }
}
.form-wrapper .blue-hdr {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 2.3em;
  line-height: 1.25;
  font-weight: bold;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .form-wrapper .blue-hdr {
    text-align: center;
  }
}
@media only screen and (max-width:  699px ) {
  .form-wrapper .blue-hdr {
    text-align: center;
  }
}
.form-wrapper .blue-hdr h2 {
  font-size: 1em;
  color: #fff;
}
.form-wrapper .blue-form {
  float: left;
  width: 100%;
  padding-left: 10%;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .form-wrapper .blue-form {
    text-align: center;
    padding-left: 0;
  }
}
@media only screen and (max-width:  699px ) {
  .form-wrapper .blue-form {
    text-align: center;
    padding-left: 0;
  }
}
.form-wrapper .blue-form-img img {
  border-radius: 50%;
}
.form-wrapper.two {
  background-image: url(images/pattern2.png);
  background-position: left bottom;
}

.tabs-container__panel {
  float: left;
  width: 100%;
}
.tabs-container__panel .eventItem2:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .tabs-container__panel .eventItem2 .thumb {
    display: block;
  }
}


@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .tabs-container__panel .eventItem2 .text {
    padding-left: 350px;
  }
	.container{
		width: 100%;
	}
}
.eventItem {
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #B6B1A9;
}
.eventItem .date {
  position: relative;
  width: 60px;
  background: #fff;
  border: 1px solid #B6B1A9;
  text-align: center;
  float: left;
}
.eventItem .date .month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1em;
  background: #B6B1A9;
  padding: 5px 0;
}
.eventItem .date .day {
  font-size: 2em;
  line-height: 1.5em;
}
.eventItem .text {
  padding-left: 65px;
}
.eventItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
}




.TabContainer {
  float: left;
  width: 100%;
}
.TabContainer .tabs-navigation {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.TabContainer .tabs-navigation .tab-menu-item {
  float: left;
  width: 33.333333%;
}
.TabContainer .tabs-navigation .tab-menu-item a {
  text-decoration: none;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  height: 210px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  line-height: 1.25;
  color: #fff;
  font-size: 1.9em;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 55px;
  text-align: center;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .TabContainer .tabs-navigation .tab-menu-item a {
    font-size: 1.5em;
  }
}
.TabContainer .tabs-navigation .tab-menu-item a:hover:after {
  background: rgba(24, 43, 73, 0.25);
}
.TabContainer .tabs-navigation .tab-menu-item a:after {
  content: '';
  background: rgba(24, 43, 73, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.TabContainer .tabs-navigation .tab-menu-item.r-tabs-state-active a:after {
  background: rgba(0,0,0,0);
}
.TabContainer .tabs-navigation .tab-menu-item a[aria-selected="true"]:after {
  display: none;
}
.TabContainer .tabs-navigation .tab-menu-item:nth-child(2) a {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.TabContainer .accordion-wrapper {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 2%;
}
@media only screen and (max-width:768px) {
  .TabContainer .accordion-wrapper {
    background: none;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .TabContainer .accordion-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width:  699px ) {
  .TabContainer .accordion-wrapper {
    padding: 0 15px;
    background: transparent;
  }
}
.home .TabContainer .accordion-wrapper {
  padding: 30px;
}
.TabContainer .accordion-wrapper > h3 {
  display: none;
  float: left;
  width: 100%;
  color: #fff;
  background: #006A96;
  padding: 15px 40px 15px 30px;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.r-tabs-accordion-title {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  background: #006A96;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.r-tabs-accordion-title a {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 0 15px 15px;
}
.r-tabs-accordion-title a:hover {
  text-decoration: none;
}
.r-tabs-accordion-title .r-tabs-anchor br {
  display: none;
}
.r-tabs-accordion-title.r-tabs-state-active {
  margin-bottom: 0;
}
@media only screen and (max-width:  699px ) {
  .TabContainer .accordion-wrapper > h3 {
    display: block;
  }
}
.TabContainer .accordion-wrapper > h3:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  right: 30px;
}
.r-tabs-accordion-title:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
/* .home .TabContainer .accordion-wrapper > h3:after {
  right: 50px;
}
.home .TabContainer .accordion-wrapper .r-tabs-accordion-title:after {
  right: 50px;
} */
.TabContainer .accordion-wrapper > h3[aria-selected="true"] {
  background: #182B49;
  margin-bottom: 0;
}
.TabContainer .accordion-wrapper .r-tabs-accordion-title.r-tabs-state-active {
  background: #182B49;
  margin-bottom: 0;
}
.TabContainer .accordion-wrapper > h3[aria-selected="true"]:after {
  content: '\f0d7';
}
.TabContainer .accordion-wrapper .r-tabs-accordion-title.r-tabs-state-active:after {
  content: '\f0d7';
}
.TabContainer .accordion-wrapper .tabs-container__panel {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
  background: #fff;
}
@media only screen and (max-width:  699px ) {
  .TabContainer .accordion-wrapper .tabs-container__panel {
    background: #fff;
    padding: 30px;
  }
}
/* .TabContainer .accordion-wrapper .tabs-container__panel a {
  text-decoration: underline;
} */
.TabContainer .accordion-wrapper .tabs-container__panel[aria-hidden="false"] {
  display: block;
}
.form-wrapper .TabContainer .accordion-wrapper {
  color: #555555;
}
.form-wrapper .TabContainer .accordion-wrapper > h3,
.r-tabs-accordion-title {
  background: #182B49;
}
.form-wrapper .TabContainer .accordion-wrapper > h3[aria-selected="true"],
.r-tabs-accordion-title.r-tabs-state-active a {
  color: #BC8C33;
  background: #EEEEEE;
}
.r-tabs-accordion-title.r-tabs-state-active::after {
  color: #BC8C33;
}


.TabContainer .accordion-wrapper .tabs-container__panel .page-nav a {
  text-decoration: none;
  cursor: pointer;
}
.TabContainer .accordion-wrapper .tabs-container__panel.r-tabs-state-active {
  display: block;
}


/* 2col */
.full-width-wrap {
  padding: 20px 15px;
}

/* Custom Login Page */
.button.loginButton {
  margin: 10px 0;
}
.divLoginLinks a {
  display: block;
}
.divLoginPasswordRow {
  margin-bottom: 4px;
}
.divLoginInputs input[id*="cbRemember"] {
  width: 16px;
  height: 16px;
}

.emptySection {
  display: none;
}

  
  @media only screen and (max-width: 699px) {
      div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive, div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
          width: 100%;
          display: block;
          float: none;
      }
      
      div[id*="pnlBreadcrumbs"] .stepTxt, div.idbmsBreadcrumbWrapper .stepTxt {
          padding-right: 5px;
          font-weight: bold;
      }
      
      div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb, div.idbmsBreadcrumbWrapper .idbmsBreadcrumb {
          display: none;
      }
  }

@media only screen and (min-width:768px){
	#faq{
		display: none;
	}
	
	.mob-tab{
		display: none;
	}
}

#faq {
  max-width: 700px;
  margin: auto;
  padding: 0 15px;
  text-align: center;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}

#faq ul {
  text-align: left;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#faq .no-select, #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#faq h1 {
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}

#faq h2 {
  color: #cc071e;
  font-family: 'hm_light', sans-serif;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
  padding: 15px 15px 0;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
}

#faq p {
  color: #333;
  text-align: left;
  font-family: 'hm_light', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: .3s opacity, .6s max-height;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  z-index: 2;
}

#faq h3 {
  color: #333;
  text-align: left;
  font-family: 'hm_light', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: .3s opacity, .6s max-height;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  z-index: 2;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
  -webkit-tap-highlight-color: transparent;
}
#faq ul li + li {
  margin-top: 15px;
}
#faq ul li:last-of-type {
  padding-bottom: 0;
}
#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}
#faq ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #173457;
  width: 3px;
  height: 9px;
}
#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
#faq ul li input[type=checkbox]:checked ~ h2 {
  color: #000;
}
#faq ul li input[type=checkbox]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}
#faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}


/* --------------------------------------------------- */

ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}
ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #173457;
  width: 3px;
  height: 9px;
}
ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
ul li input[type=checkbox]:checked ~ h2 {
  color: #000;
}
ul li input[type=checkbox]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}
ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

