/*@c_123: #123;*/
.roadshowWrap {
  padding: 32px 0;
  width: 100%;
}
.roadshowWrap .rsContent {
  max-width: 1272px;
  padding: 0 36px;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.roadshowWrap .rsContent .leftCol {
  flex-grow: 1;
  padding-right: 50px;
  padding-bottom: 18px;
}
.roadshowWrap .rsContent .leftCol > p {
  margin-top: 0;
}
.roadshowWrap .rsContent .leftCol .request-container.downloadPDF {
  float: none;
}
.roadshowWrap .rsContent .leftCol h4 {
  margin: 0;
}
.roadshowWrap .rsContent .rightCol {
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 35px;
  background: transparent url(images/seperator_line.gif) repeat-y left top;
  width: 30%;
  padding-bottom: 18px;
  min-height: 325px;
}
.roadshowWrap .rsContent .rightCol .icons {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  top: -16px;
  width: 100%;
}
.roadshowWrap .rsContent .rightCol .icons .icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.roadshowWrap .rsContent .rightCol .icons:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -37px;
  top: 30px;
  background: transparent url(images/seperator_node.gif) no-repeat left bottom;
  background-size: 100% auto;
}
.roadshowWrap .rsContent .rightCol.layout-enabled .icon-none {
  display: none;
}
.roadshowWrap .rsContent .rightCol.layout-enabled .icon-phone {
  background-image: url(images/roadshow_icon_phone.gif);
  background-size: 100% auto;
}
.roadshowWrap .rsContent .rightCol.layout-enabled .icon-email {
  background-image: url(images/roadshow_icon_email.gif);
  background-size: 100% auto;
}
.roadshowWrap .rsContent .rightCol.layout-enabled .icon-spoc {
  background-image: url(images/roadshow_icon_spoc.gif);
  background-size: 100% auto;
  margin-top: 16px;
}
.roadshowWrap .rsContent .rightCol.layout-enabled .icon-plane {
  background-image: url(images/roadshow_icon_plane.gif);
  background-size: 135% auto;
  background-position: center;
}
.roadshowWrap .rsContent .rightCol.layout-enabled .icon-landing {
  background-image: url(images/roadshow_icon_landing.gif);
  background-size: 135% auto;
  background-position: center;
}
.roadshowWrap .rsContent .rightCol.layout-enabled .hl {
  background-color: #20366b;
}
.roadshowWrap .rsContent .rightCol.layout-disabled .icon-none {
  display: none;
}
.roadshowWrap .rsContent .rightCol.layout-disabled .icon-phone {
  background-image: url(images/roadshow_icon_phone_faded.gif);
  background-size: 100% auto;
}
.roadshowWrap .rsContent .rightCol.layout-disabled .icon-email {
  background-image: url(images/roadshow_icon_email_faded.gif);
  background-size: 100% auto;
}
.roadshowWrap .rsContent .rightCol.layout-disabled .icon-spoc {
  background-image: url(images/roadshow_icon_spoc_faded.gif);
  background-size: 100% auto;
  margin-top: 16px;
}
.roadshowWrap .rsContent .rightCol.layout-disabled .icon-plane {
  background-image: url(images/roadshow_icon_plane_faded.gif);
  background-size: 135% auto;
  background-position: center;
}
.roadshowWrap .rsContent .rightCol.layout-disabled .icon-landing {
  background-image: url(images/roadshow_icon_landing_faded.gif);
  background-size: 135% auto;
  background-position: center;
}
.roadshowWrap .rsContent .rightCol.layout-disabled .hl {
  background-color: #aaaaaa;
}
.roadshowWrap .rsContent .rightCol .hl {
  margin: 5px 0 10px;
  padding: 0 7px 1px;
  color: white;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 1rem;
  position: relative;
  z-index: 10;
}
.roadshowWrap .rsContent .rightCol .txt {
  color: #20366b;
  font-size: 1rem;
}
.roadshowWrap .rsContent .rightCol p {
  margin-top: 0;
}
.roadshowWrap .rsContent .rightCol li {
  font-style: normal;
}
.roadshowWrap .rsContent:first-child .rightCol .icons:before {
  top: 0;
  padding-top: 30px;
  background-color: white;
}
.roadshowWrap .rsContent:last-child .rightCol {
  position: relative;
}
.roadshowWrap .rsContent:last-child .rightCol:after {
  content: '';
  width: 24px;
  height: 30px;
  position: absolute;
  left: -6px;
  bottom: 0;
  background: transparent url(images/seperator_arrow.gif) no-repeat left bottom;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .roadshowWrap .rsContent .leftCol {
    order: 2;
    padding-top: 3.55em;
  }
  .roadshowWrap .rsContent .leftCol h4 {
    display: none;
  }
  .roadshowWrap .rsContent .leftCol > p {
    margin-top: 0;
    background: #ccccd3;
    padding: 1em 1.5em;
    position: relative;
    border: 3px solid #20366b;
  }
  .roadshowWrap .rsContent .leftCol > p:first-of-type:before {
    content: "";
    background: #20366b;
    width: 73%;
    height: 3px;
    position: absolute;
    z-index: 0;
    right: 100%;
    /*top: 18.4px;*/
    top: 8px;
  }
  .roadshowWrap .rsContent .leftCol.layout-disabled > p:first-of-type:before {
    background: linear-gradient(90deg, #aaaaaa 40%, #20366b);
  }
  .roadshowWrap .rsContent .rightCol {
    width: 42%;
    padding-right: 35px;
  }
  .roadshowWrap .rsContent .rightCol .icons {
    height: 60px;
  }
  body.chrome .roadshowWrap .rsContent .leftCol > p:first-of-type:before {
    top: 9px;
  }
}
@media (min-width: 1200px) {
  .roadshowWrap .rsContent .leftCol > p:first-of-type:before {
    /*top: 9.2px;*/
    top: -3px;
  }
  body.chrome .roadshowWrap .rsContent .leftCol > p:first-of-type:before {
    top: -3px;
  }
  /*    body.chrome .roadshowWrap .rsContent .leftCol > p:first-of-type:before {
        top: 8px;
    }*/
}
@media (max-width: 767px) {
  .roadshowWrap .rsContent {
    flex-direction: column-reverse;
    padding: 0 0.4em;
  }
  .roadshowWrap .rsContent .rightCol {
    width: 100%;
    padding-left: 0;
    background: none;
    min-height: 0px;
  }
  .roadshowWrap .rsContent .rightCol .icons::before {
    display: none;
  }
  .roadshowWrap .rsContent:first-child .rightCol .icons::before {
    display: none;
  }
  .roadshowWrap .rsContent:last-child .rightCol::after {
    display: none;
  }
  .roadshowWrap .rsContent .leftCol {
    padding-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */