.acsBreadcrumb > .container {
  position: relative;
}

.disabled-button {
  opacity: 0.3 !important;
  background: grey;
  border: none;
  cursor: not-allowed;
}

.breadcrumb {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb ul li, .breadcrumb ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.textimage .image {
  float: none;
  margin: 0;
}

h2, .box-style0 h2 {
  font-size: 2.25em;
  font-weight: bolder;
}

.trans_pathway_hero {
  margin-bottom: 2em;
}

.trans_pathway_hero:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1D0F8A;
  -webkit-clip-path: polygon(0 0, 45% 0, 62% 100%, 0 100%);
  clip-path: polygon(0 0, 45% 0, 62% 100%, 0 100%);
}

.trans_pathway_hero h1 {
  font-weight: bolder;
}

.trans_pathway_hero p {
  max-width: 43rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles */
  .trans_pathway_hero:before {
    opacity: .8;
  }
}
@supports (-ms-ime-align: auto) {
  .trans_pathway_hero:before {
    opacity: .8;
  }
}
.upcoming-events h5 {
  color: #fff;
}

.upcoming-events p {
  color: #fff !important;
  margin-bottom: 0;
  font-weight: 100;
}

.upcoming-events .textimage a, .upcoming-events .textimage a:hover, .upcoming-events .textimage a:visited {
  color: #fff;
}

.upcoming-events .textimage {
  margin-bottom: 1.75em;
}

.upcoming-events .textimage > .container {
  padding: 0;
}

.upcoming-events .textimage img {
  min-height: 17em;
  max-width: none;
  width: 100%;
  transform: scale(1);
  transition: 0.8s ease-in-out;
}

.upcoming-events .textimage .image_left {
  padding-right: 0;
  padding-bottom: 0;
  width: 100%;
}

.upcoming-events .textimage .text {
  padding: 2.5em 1.5em .5em;
}

.upcoming-events .textimage a:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}

.upcoming-events .btn-link, .upcoming-events .btn-link:visited,
.upcoming-events .btn-link:hover, .upcoming-events .btn-link:focus {
  border: none;
  background: transparent;
}

.upcoming-events .text,
.meeting-resources .text {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(43, 43, 43, 0.93) 65%, rgba(28, 28, 28, 0.97) 91%, #131313 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(43, 43, 43, 0.93) 65%, rgba(28, 28, 28, 0.97) 91%, #131313 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(43, 43, 43, 0.93) 65%, rgba(28, 28, 28, 0.97) 91%, #131313 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#131313',GradientType=0 );
  /* IE6-9 */
}

.upcoming-events .image-info,
.meeting-resources .image-info {
  display: none;
}

.meeting-resources a, .meeting-resources a:visited, .meeting-resources a:hover {
  color: #fff;
}

.meeting-resources img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.meeting-resources .textimage {
  width: 25%;
  max-height: 300px;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: -4px;
  position: relative;
}

.meeting-resources .textimage .text {
  padding: 2em 1em 1em;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

.meeting-resources .textimage .image_left {
  padding: 0;
}

.meeting-resources .container,
.meeting-resources .container-fluid,
.meeting-resources .containerPar {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.meeting-resources .image-div a:hover:after,
.meeting-resources .textimage > a:hover:after {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #fff;
  position: absolute;
  left: 45%;
  top: 40%;
  font-weight: 100;
  font-size: 2em;
}

.meeting-resources .image-div a:hover img,
.meeting-resources .textimage > a:hover img {
  filter: brightness(35%);
}

.mfp-container {
  top: -15%;
}

.mfp-title {
  padding: 1em 2em 4em 2em !important;
  text-align: center;
}

.mfp-title a {
  margin: 0 1.5em;
}

.mfp-title a:before {
  content: '>';
  display: inline-block;
  margin-right: 5px;
}

.mfp-image-holder button.mfp-close {
  background: #fff;
  color: #999 !important;
  opacity: 1;
  width: 60px !important;
  height: 60px;
  border-radius: 60px;
  display: block;
  letter-spacing: 18px;
  right: -14px !important;
  top: -15px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.mfp-image-holder button.mfp-close:hover {
  color: #666;
}

.mfp-image-holder .mfp-content {
  min-width: 60%;
}

.mfp-image-holder .mfp-content h2 {
  font-weight: 400;
}

h2 {
  margin-top: 0.75em;
}

.meeting-experience .acscarousel4up {
  margin: auto;
}

.meeting-experience .owl-carousel img {
  max-width: 100%;
}

.meeting-experience .owl-carousel .slide-caption {
  padding: 0;
  background: #2E27B0;
  -webkit-clip-path: polygon(0% 40%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 40%, 100% 0%, 100% 100%, 0% 100%);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.7);
  top: auto;
  bottom: -275px;
  height: 60%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.meeting-experience .owl-carousel .slide-caption h2, .meeting-experience .owl-carousel .slide-caption p {
  opacity: 100;
  color: #fff;
  margin: 0 30px;
}

.meeting-experience .owl-carousel .slide-caption h2 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.meeting-experience .owl-carousel .slide-caption-inner {
  max-width: 100%;
}

.meeting-experience .owl-carousel .item:hover .slide-caption, .meeting-experience .owl-carousel .item:active .slide-caption, .meeting-experience .owl-carousel .item:focus .slide-caption {
  bottom: 0;
  background: #2E27B0;
}

.meeting-experience .owl-carousel .slide-image img {
  filter: grayscale(100%);
}

.meeting-experience .owl-carousel .item a:hover img {
  filter: grayscale(0%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.meeting-experience .owl-carousel .owl-prev,
.meeting-experience .owl-carousel .owl-next {
  background: #fff;
  color: #999;
  width: 60px;
  height: 60px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 60px;
}

.meeting-experience .owl-carousel .owl-prev {
  left: -30px;
  border-radius: 60px;
}

.meeting-experience .owl-carousel .owl-next {
  right: -30px;
}

.meeting-experience .owl-carousel .owl-prev:hover, .meeting-experience .owl-carousel .owl-prev:focus, .meeting-experience .owl-carousel .owl-prev:active,
.meeting-experience .owl-carousel .owl-next:hover, .meeting-experience .owl-carousel .owl-next:focus, .meeting-experience .owl-carousel .owl-next:active {
  border-color: #fff;
}

.meeting-experience .acscarousel4up {
  overflow: visible;
}

.meeting-experience .visuallyhidden {
  border: 0;
  clip: auto;
  margin: auto;
  height: auto;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
}

[class*="box-style"].meeting-experience {
  margin-bottom: 7em !important;
}

.container-promo h3 {
  font-size: 160%;
}

.container-promo .row {
  margin-left: -1px;
  margin-right: 0;
}

.container-promo [class*="col-md-"] {
  padding: 0;
}

.container-promo .embed {
  white-space: nowrap;
}

.container-promo .herocontainer {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 20em;
  margin-right: -4px;
  vertical-align: top;
}

.container-promo .clearfix {
  min-height: 20em;
}

.promo-member {
  text-align: center;
}

.promo-member h3 {
  color: #000;
  margin-top: 2em;
}

.promo-member .button {
  display: inline-block;
}

.promo-member .btn-primary, .promo-member .btn-primary:hover {
  background: #fff;
  font-weight: normal;
  border: 1px solid #fff;
  color: #000;
}

.promo-member .btn-link, .promo-member .btn-link:hover {
  background: transparent;
  font-weight: normal;
  border: 1px solid #000;
  margin-left: 10px;
}

.promo-app h3 {
  color: #fff;
  width: 10em;
  white-space: normal;
  line-height: 1.5em;
  margin-left: 50px;
  margin-top: 2em;
}

.promo-app p {
  margin-left: 50px;
}

.promo-app .btn, .promo-app .btn:hover {
  background: transparent;
  font-weight: normal;
  border: 1px solid #fff;
}

.promo-app .image {
  overflow: visible;
}

.promo-app .image_left {
  position: absolute;
  top: -12em;
  left: 26em;
}

.button .container {
  width: auto;
  max-width: none;
}

@media screen and (min-width: 1200px) {
  .meeting-experience .acscarousel4up {
    width: 1300px;
  }

  .container-promo .container {
    width: 100%;
  }

  .meeting-experience .owl-carousel .slide-caption h2 {
    margin-top: 6.5em;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100% !important;
  }

  .container-promo .herocontainer {
    display: block;
    width: 100% !important;
  }

  .upcoming-events .textimage, .upcoming-events .textimage:nth-child(2), .upcoming-events .textimage:nth-child(3) {
    width: 100%;
    max-width: 100%;
  }

  .meeting-experience .owl-carousel .slide-caption {
    -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .meeting-experience .owl-carousel .slide-caption {
    height: 55%;
  }

  .meeting-experience .owl-carousel .slide-caption h2, .meeting-experience .owl-carousel .slide-caption p {
    margin-left: 20px;
    margin-right: 20px;
  }

  .meeting-experience .owl-carousel .slide-caption h2 {
    margin-top: 3em;
  }

  .meeting-experience .owl-carousel .slide-caption p {
    font-size: 90%;
  }

  .meeting-experience .owl-carousel img {
    max-width: 150%;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .meeting-experience .owl-carousel .slide-caption {
    bottom: 0 !important;
  }

  .meeting-experience .owl-carousel .slide-caption h2 {
    margin-top: 2.5em;
  }

  .meeting-experience .owl-carousel img {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .meeting-resources .textimage {
    width: 50%;
    max-width: 50%;
  }

  .mfp-image-holder .mfp-content {
    min-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .trans_pathway_hero:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.8;
  }

  .carousel4up {
    height: 380px !important;
  }

  .owl-carousel .slide-caption {
    background: #2E27B0 !important;
    bottom: 20px !important;
    height: 50%;
  }

  .owl-carousel .slide-caption h2 {
    margin-top: 6em;
  }

  .owl-carousel .slide-caption .slide-caption-inner {
    top: 40px;
  }

  .upcoming-events .textimage .image {
    width: 100%;
  }

  .mfp-content a {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .meeting-resources .textimage {
    width: 100%;
    max-width: 100%;
  }

  .meeting-resources .textimage a {
    height: 175px;
    overflow: hidden;
    display: block;
  }

  .owl-carousel .item {
    height: 450px !important;
  }
}
