.hero-banner .swiper-slide .slideTextWrap .heroSubTitle, .hero-banner .swiper-slide .slideTextWrap .heroTitle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.articlePageSections .sectionTitle, .pageSections .sectionTitlePad, .pageSections .sectionTitle, .pageSections h1 {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.articlePageSections .sectionSubTitle, .pageSections .sectionSubTitle {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.articlePageSections .sectionTitle, .pageSections .sectionTitlePad, .pageSections .sectionTitle, .pageSections h1 {
  font-size: 36px;
  line-height: 1.17;
  letter-spacing: 0.8px;
  color: #001CA8;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 580px) {
  .articlePageSections .sectionTitle, .pageSections .sectionTitlePad, .pageSections .sectionTitle, .pageSections h1 {
    font-size: 28px;
  }
}
.articlePageSections .sectionSubTitle, .pageSections .sectionSubTitle {
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.8px;
  color: #001CA8;
}

.hero-banner {
  /*.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  	margin: 0 8px;
  }*/
}
@media screen and (max-width: 767px) {
  .hero-banner .swiper-slide .swiperImg {
    min-height: 250px;
    height: 250px !important;
  }
  .hero-banner .swiper-slide {
    min-height: 250px !important;
    height: 250px !important;
  }
}
.hero-banner.productBanner .swiper-slide {
  min-height: 288px;
}
.hero-banner.productBanner .swiper-slide .swiperImg {
  height: 288px;
}
@media screen and (max-width: 767px) {
  .hero-banner.productBanner .swiper-slide .swiperImg {
    min-height: 288px;
    height: 288px !important;
  }
  .hero-banner.productBanner .swiper-slide {
    min-height: 288px !important;
    height: 288px !important;
  }
}
.hero-banner.categoryBanner .swiper-slide {
  min-height: 433px;
}
.hero-banner.categoryBanner .swiper-slide .swiperImg {
  height: 433px;
}
@media screen and (max-width: 767px) {
  .hero-banner.categoryBanner .swiper-slide .swiperImg {
    min-height: 250px;
    height: 250px !important;
  }
}
.hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroTitle {
  margin-top: 42px;
  margin-bottom: 22px;
  letter-spacing: 1px;
}
.hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroSubTitle p {
  margin-bottom: 12px;
}
.hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroButton {
  margin-top: 30px;
  margin-left: 20px;
}
.hero-banner.productBanner .swiper-container,
.hero-banner.productBanner .swiper-container .swiper-slide {
  /*
  overflow-x: hidden !important;
  overflow-y: visible !important;
  */
  overflow: visible !important;
}
.hero-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.hero-banner .swiper-slide {
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  min-height: 584px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.hero-banner .swiper-slide:before {
  /*content: " ";
  background: inherit;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 8;
  top: 0;
  width: 100%;
  mix-blend-mode: color;*/
}
.hero-banner .swiper-slide .swiperImg {
  width: 100%;
  object-fit: cover;
  height: 584px;
  /*min-height: 450px;*/
}
.hero-banner .swiper-slide .slideTextWrap {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: left;
}
.hero-banner .swiper-slide .slideTextWrap .heroTitle,
.hero-banner .swiper-slide .slideTextWrap .heroSubTitle {
  position: relative;
  left: 370px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 1.5s ease-out 0.30s;
  -khtml-transition: all 1.5s ease-out 0.30s;
  -moz-transition: all 1.5s ease-out 0.30s;
  -ms-transition: all 1.5s ease-out 0.30s;
  -o-transition: all 1.5s ease-out 0.30s;
  transition: all 1.5s ease-out 0.30s;
}
.hero-banner .swiper-slide .slideTextWrap .heroTitle {
  color: #fff;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 64px;
  margin-top: 130px;
  line-height: 58px;
}
.hero-banner .swiper-slide .slideTextWrap .heroSubTitle {
  color: #fff;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.17;
  letter-spacing: 0.8px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hero-banner .swiper-slide-active .slideTextWrap .heroTitle,
.hero-banner .swiper-slide-active .slideTextWrap .heroSubTitle {
  left: 70px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero-banner .swiper-slide-active .slideTextWrap .heroTitle,
.hero-banner .swiper-slide-active .slideTextWrap .heroSubTitle {
    left: 0;
  }
}
.hero-banner .swiper-slide-active .slideTextWrap .heroButton {
  margin-top: 15px;
  margin-left: 70px;
}
.hero-banner.categoryBanner .swiper-slide-active .slideTextWrap .heroTitle,
.hero-banner.categoryBanner .swiper-slide-active .slideTextWrap .heroSubTitle {
  left: 20px;
}
.hero-banner .swiper-pagination-bullet {
  width: 64px;
  height: 7.9px;
  background-blend-mode: multiply;
  background-color: #c9c9c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#c9c9c9));
  background-image: -webkit-linear-gradient(top, #c9c9c9, #c9c9c9);
  background-image: -moz-linear-gradient(top, #c9c9c9, #c9c9c9);
  background-image: -ms-linear-gradient(top, #c9c9c9, #c9c9c9);
  background-image: -o-linear-gradient(top, #c9c9c9, #c9c9c9);
  background-image: linear-gradient(top, #c9c9c9, #c9c9c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#c9c9c9", endColorStr="#c9c9c9");
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.hero-banner .swiper-pagination-bullet-active {
  background: #DC291E;
}

@media screen and (max-width: 767px) {
  .hero-banner .swiper-slide {
    display: block;
  }
  .hero-banner .swiper-slide .swiperImg {
    min-height: 250px;
  }
  .hero-banner .swiper-slide .slideTextWrap {
    position: absolute;
    padding: 20px 0;
  }
  .hero-banner .swiper-slide .slideTextWrap .heroTitle {
    margin-top: 0;
    font-size: 35px;
  }
  .hero-banner .swiper-slide .slideTextWrap .heroSubTitle {
    font-size: 18px;
  }
  .hero-banner .swiper-slide-active .slideTextWrap .heroButton {
    margin-left: 0px;
  }
  .hero-banner .swiper-pagination {
    display: none;
  }
  .hero-banner.categoryBanner .swiper-slide {
    min-height: 250px;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap {
    position: absolute;
    transform: translate(0, -20%);
    ms-transform: translate(0, -20%);
    -webkit-transform: translate(0, -20%);
    top: 20%;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap * {
    color: #fff !important;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroTitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 17px;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroSubTitle {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    padding-right: 35px;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroSubTitle p {
    font-size: 16px;
    line-height: 16px;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .heroButton .button-Link {
    color: #000 !important;
  }
  .hero-banner.categoryBanner .swiper-slide .slideTextWrap .container {
    padding: 2px 0;
  }
}
.pageSections {
  overflow-x: hidden;
  overflow-y: visible;
  /*.minHeight_913{
  	min-height:913px;
  	
  	@media screen and (max-width: 991px){
  		min-height:auto;
  	}
  	
  	.pannelSkewTop:before,
  	.pannelSkewBottom:before{
  		width: 100vw;
  	}
  	.pannelSkewBottom:before {
  		right: -46px;
  	}
  }
  .minHeight_1008{
  	min-height:1008px;
  	
  	@media screen and (max-width: 991px){
  		min-height:auto;
  	}
  }*/
}
.pageSections .minHeight {
  min-height: 544px;
}
@media screen and (max-width: 991px) {
  .pageSections .minHeight {
    min-height: auto;
  }
}
.pageSections h1 {
  font-weight: bold;
}
.pageSections p, .pageSections a, .pageSections table {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.pageSections p {
  margin: 0 0 28px 0;
}
.pageSections ul {
  color: #4D4D4D;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  line-height: 24px;
  margin: 0 0 28px 0;
}
.pageSections .contentAlignTop .pageTextDiv,
.pageSections .contentAlignTop .pageImgDiv .pattern-img {
  padding-top: 35px !important;
}
.pageSections .textDivPadding {
  padding: 20px 0;
}
.pageSections .sectionTitle,
.pageSections .sectionSubTitle {
  /*max-width:435px;*/
}
.pageSections .sectionTitlePad {
  padding: 37px 0 14px 0;
}
.pageSections .sectionSubTitle {
  margin: 12px 0 0 0;
}
.pageSections .sectionSubTitle a {
  text-decoration: underline;
}
.pageSections .pannelSkewTop,
.pageSections .pannelSkewBottom {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 60vw;
}
.pageSections .pannelSkewTop.imgGradientOverlay:before,
.pageSections .pannelSkewBottom.imgGradientOverlay:before {
  z-index: 2;
}
.pageSections .pannelSkewTop.imgGradientOverlay:after,
.pageSections .pannelSkewBottom.imgGradientOverlay:after {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
.pageSections .pannelSkewTop.imgGradientOverlay.TL.light:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.TL.light:after {
  background: -webkit-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.TR.light:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.TR.light:after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.BL.light:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.BL.light:after {
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.BR.light:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.BR.light:after {
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.TL.dark:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.TL.dark:after {
  background: -webkit-linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.TR.dark:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.TR.dark:after {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.BL.dark:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.BL.dark:after {
  background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay.BR.dark:after,
.pageSections .pannelSkewBottom.imgGradientOverlay.BR.dark:after {
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
}
.pageSections .pannelSkewTop.imgGradientOverlay img,
.pageSections .pannelSkewBottom.imgGradientOverlay img {
  height: 100%;
  width: auto;
}
.pageSections .pannelSkewTop.imgGradientOverlay div.productTemplateLeftImg,
.pageSections .pannelSkewBottom.imgGradientOverlay div.productTemplateLeftImg {
  width: 100%;
  height: 544px;
  position: absolute;
}
.pageSections .pannelSkewTop.imgGradientOverlay div.productTemplateRightImg,
.pageSections .pannelSkewBottom.imgGradientOverlay div.productTemplateRightImg {
  width: 100%;
  height: 544px;
  position: absolute;
}
.pageSections .pannelSkewTop.notchOnTop:before, .pageSections .pannelSkewTop.notchOnTop:after,
.pageSections .pannelSkewBottom.notchOnTop:before,
.pageSections .pannelSkewBottom.notchOnTop:after {
  z-index: 2;
}
.pageSections .pannelSkewBottom {
  right: 0;
}
.pageSections .pannelSkewTop:before,
.pageSections .pannelSkewBottom:before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: " ";
  display: block;
  height: 100%;
  width: 185px;
  position: absolute;
}
.pageSections .pannelSkewTop:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpolygon points='0,0 100,0 0,100' fill='white' opacity='1'%3E%3C/polygon%3E%3C/svg%3E");
}
.pageSections .pannelSkewTop.reverse:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpolygon points='0,0 100,100 0,100' fill='white' opacity='1'%3E%3C/polygon%3E%3C/svg%3E");
}
.pageSections .pannelSkewBottom:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'%3E%3Cpolygon points='0,0 100,0 100,100' fill='white' opacity='1'%3E%3C/polygon%3E%3C/svg%3E");
  right: 0;
  /*content: " ";
  background: #fff;
  height: 554px;
  width: 225px;
  right: 0;
  top: 0;
  z-index: 1;
  transform: skew(18deg) translate(96%, 0);
  display: block;
  position: absolute;
  transform-origin: bottom left;*/
}
.pageSections .pattern-img {
  position: relative;
  z-index: 1;
  float: left;
  /*margin: 0 0 0 15px;*/
}
.pageSections .row .midSlotBorder {
  border-right: 1px solid #767676;
}
.pageSections .ss_slots {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  padding: 10px 0 0 0;
}
.pageSections .ss_slots .slotContentWrap {
  padding: 0 12px;
}
.pageSections .ss_slots .slotTitle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 12px 0 12px;
}
.pageSections .ss_slots .slotText a {
  text-decoration: underline;
}
.pageSections .ss_slots .slotText2 {
  margin: 0 0 6px 0;
}
.pageSections .ss_slots p {
  margin: 0 0 1rem 0;
}

.slotContentWrap img, .textColumns img {
  width: 99%;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1125px) {
  /*.pageSections .pannelSkewTop:before{
  	transform: skew(-16.7deg) translate(-100%, 0);
  }
  .pageSections .pannelSkewBottom:before{
  	transform: skew(16.7deg) translate(100%, 0);
  }*/
  .pageSections .pannelSkewTop:before,
.pageSections .pannelSkewBottom:before {
    width: 165px;
  }
}
@media screen and (max-width: 991px) {
  .productTemplateRightImg, .productTemplateLeftImg {
    height: auto !important;
    max-height: 250px !important;
    position: relative !important;
  }
  .productTemplateRightImg img, .productTemplateLeftImg img {
    max-height: 250px !important;
    max-width: 100% !important;
  }

  .product-header-bg img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pageSections .sectionTitle {
    font-size: 28px;
  }
  .pageSections .pannelSkewTop,
.pageSections .pannelSkewBottom {
    width: auto;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 -15px;
  }
  .pageSections .pannelSkewTop:before,
.pageSections .pannelSkewBottom:before {
    display: none;
  }
  .pageSections .pattern-img {
    display: block;
    max-width: 100%;
    max-height: 350px;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 15px;
    float: none !important;
  }
  .pageSections .pageTextDiv {
    padding: 35px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .row .midSlotBorder {
    border: 0;
    border-bottom: 1px solid #767676;
    min-height: 0;
  }

  .pageSections .ss_slots .row .col-12 {
    padding: 25px 0;
  }
  .pageSections .ss_slots.txtColCls .txtColDataCls {
    height: auto !important;
  }
}
.articlePageSections .sectionSubTitle {
  padding: 0 15px 15px 0;
  color: #767676;
  max-width: 900px;
}
.articlePageSections .sectionTitle,
.articlePageSections .sectionSubTitle {
  text-align: left;
}
.articlePageSections .ss_slots {
  text-align: left;
  color: #767676;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 10px 0 0 0;
}
.articlePageSections .ss_slots .row .midSlotBorder {
  border-left: 1px solid #767676;
  border-right: 1px solid #767676;
  min-height: 320px;
}
.articlePageSections .ss_slots .slotContentWrap {
  padding: 0 0 12px 0;
}
.articlePageSections .ss_slots .slotTitle {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 12px 0 12px;
}
.articlePageSections .ss_slots .slotText2 {
  font-size: 28px;
  margin: 0 0 6px 0;
}
.articlePageSections .ss_slots .slotText3 {
  font-size: 12px;
}
.articlePageSections .timeline {
  padding-top: 30px;
  display: inline-block;
}
.articlePageSections .timeline ul {
  padding: 20px 0 20px;
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
}
.articlePageSections .timeline li {
  position: relative;
  float: left;
  margin: 0 0 20px;
  width: 50%;
  clear: both;
  color: #1e439b;
  list-style: none;
  padding-right: 20px;
}
.articlePageSections .timeline li:before, .articlePageSections .timeline li:after {
  content: " ";
  display: table;
}
.articlePageSections .timeline li img {
  float: right;
  width: 35%;
}
.articlePageSections .timeline li.timeline-inverted img {
  float: left;
}
.articlePageSections .timeline li.timeline-inverted {
  margin: -10% 0 20px;
  float: right;
}
.articlePageSections .timeline p {
  text-align: left;
  float: left;
  width: 60%;
}
.articlePageSections .timeline .timeline-inverted p {
  float: right;
}
.articlePageSections .timeline timeline-panel {
  padding: 10px;
  width: 98%;
  float: left;
  position: relative;
}
@media screen and (max-width: 600px) {
  .articlePageSections .timeline p {
    text-align: center;
    width: 100%;
  }
  .articlePageSections .timeline li img, .articlePageSections .timeline li.timeline-inverted img {
    float: none;
    width: auto;
  }
  .articlePageSections .timeline li {
    width: 100%;
    margin: 0px 0px 20px;
  }
  .articlePageSections .timeline li.timeline-inverted {
    margin: 0px 0px 20px;
  }
  .articlePageSections .timeline li .tl-body, .articlePageSections .timeline li.timeline-inverted .tl-body {
    text-align: center;
  }
}

.genBannerHeight1 {
  height: 584px !important;
  min-height: 584px !important;
}

.genBannerHeight2 {
  height: 433px !important;
  min-height: 433px !important;
}
