#c620829 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#c621061 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#c620821 {
  padding-bottom: 10px;
}

#c621031 {
  margin-bottom: 40px;
}

div.overCustomizeTop {
}
div.overCustomize {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
div.overCustomize div.Customize {
  margin-bottom: 5px;
}
div.Customize,
div.WaterAnalysis,
div.HydrogenEnergy,
div.Lecture {
  margin-right: 5px;
}
div.Customize,
div.WaterAnalysis,
div.HydrogenEnergy,
div.LifeScienceInnovation {
  display: inline-block;
  width: 300px;
  height: 60px;
  transform: skewX(-10deg);
  vertical-align: top;
}


#c605001 div.WaterAnalysis,
#c605001 div.HydrogenEnergy,
#c605001 div.LifeScienceInnovation,
#c605005 div.WaterAnalysis,
#c605005 div.HydrogenEnergy,
#c605005 div.LifeScienceInnovation,
#c605009 div.WaterAnalysis,
#c605009 div.HydrogenEnergy,
#c605009 div.LifeScienceInnovation {
  width: 300px;
  margin-bottom: 5px;
}
div.Lecture,
div.Workshop {
  display: inline-block;
  width: 230px;
  height: 60px;
  transform: skewX(-10deg);
  vertical-align: top;
}
div.Customize:hover,
div.WaterAnalysis:hover,
div.HydrogenEnergy:hover,
div.LifeScienceInnovation:hover,
div.Lecture:hover,
div.Workshop:hover {
  opacity: 0.6;
}
div.Customize {
  background-color: #ffa000;
}
div.WaterAnalysis {
  background-color: #00b2ed;
}
div.HydrogenEnergy {
  background-color: #61b440;
}
div.LifeScienceInnovation {
  background-color: #ff4b97;
}
div.Lecture,
div.Workshop {
  background-color: #02c9c9;
}
div.Customize.black,
div.WaterAnalysis.black,
div.HydrogenEnergy.black,
div.LifeScienceInnovation.black,
div.Lecture.black,
div.Workshop.black {
  background-color: #e6e6e6;
}
div.Customize a,
div.WaterAnalysis a,
div.HydrogenEnergy a,
div.LifeScienceInnovation a,
div.Lecture a,
div.Workshop a {
  transform: skewX(10deg);
  display: block;
  height: 60px;
}
div.Customize p > img,
div.WaterAnalysis p > img,
div.HydrogenEnergy p > img,
div.LifeScienceInnovation p > img,
div.Lecture p > img,
div.Workshop p > img {
  transform: skewX(10deg);
}
div.Customize img,
div.WaterAnalysis img,
div.HydrogenEnergy img,
div.LifeScienceInnovation img {
  position: relative;
  top: 25px;
}
div.Lecture img {
  position: relative;
  top: 23px;
  left: 30px;
}
div.Workshop img {
  position: relative;
  top: 23px;
  left: 13px;
}
p#mobileRDE,
p#mobilexEV,
p#mobileCAV {
  display: none;
  transform: skewX(10deg);
}

.cornerMenu {
  text-align: left;
  margin-top: 10px;
  padding-bottom: 2em;
  max-width: 300px;
}
.cornerMenu p {
  line-height: 140%;
  font-size: 10px;
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}


@media screen and (max-width: 959px) {
  div.Customize,
  div.WaterAnalysis,
  div.HydrogenEnergy,
  div.LifeScienceInnovation {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  p#mobileRDE,
  p#mobilexEV,
  p#mobileCAV {
    display: block;
  }
}


#persWrapper {
  position: relative;
}
#persOver {
  position: relative;
  z-index: 3;
  animation: persVisible 1s 1.5s both;
}
#persFront {
  position: absolute;
  z-index: 2;
  top: 0;
  left:0;
  animation: persIn 1s 0.5s both;
}
#persBack {
  position: absolute;
  z-index: 1;
  top: 0;
  left:0;
}
@keyframes persVisible {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes persIn {
    0% {
        opacity: 0;
        top: 5%;
    }
    100% {
        opacity: 1;
        top: 0%;
    }
}


.twoColumnLayout.fiftyFifty {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .twoColumnLayout.fiftyFifty {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .twoColumnLayout.fiftyFifty {
    width: 100%;
  }
}

/* General */
div.seminarMenu {
  display: inline-block;
  width: 230px;
  height: 60px;
  transform: skewX(-10deg);
  vertical-align: top;
  background-color: #02c9c9;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.seminarMenu:hover {
  opacity: 0.6;
}
div.seminarMenu.black {
  background-color: #e6e6e6;
}
div.seminarMenu a {
  transform: skewX(10deg);
  display: block;
  height: 38px;
  color: #333333;
  font-weight: bold;
  padding-top: 22px;
}
div.seminarMenu a:hover {
  text-decoration: none;
}

#main-menu .mega-menu .column-1-4 {
  padding: 7px 20px 0 30px;
  border-top: 1px solid #cccccc;
}
#main-menu .mega-menu .column-1-4 h2 a {
  display: block;
  font-size: 14px;
}

@media (min-width: 960px) {
  #main-menu .mega-menu .column-1-4 {
    float: left;
    width: 25%;
    padding: 0px 20px 10px;
    border-top: none;
  }
  #main-menu .mega-menu .column-1-4 h2 a {
    padding-left: 12px;
    position: relative;
  }
  #main-menu .mega-menu .column-1-4 h2 a:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
  }
}

a.invalid,
a.invalid:hover {
  color: #cccccc;
}








/**************************************************************************************************
 * Footer
 **************************************************************************************************/
body#showcase #contentWrapper > .monoColumnPageLayout > .monoColumnPageLayoutWrapper > .rowOne.row > .columnTwo.column.page > .columnWrapper.page {
  position: relative;
}


/* Contact Box -- */
#c613781 {
  position: fixed;
  bottom: 40px;
  height: auto;
  background-color: #3278b9;
  color: #ffffff;
  width: 100%;
  z-index: 8;
}
#c613785 {
  position: relative;
}
#c613785 a {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border-radius: 25px;
  top: -30px;
  right: 30px;
  text-align: center;
}
#c613785 a:hover {
  background-color: #333333;
}
#c613785 i {
  padding-top: 5px;
  font-size: 26px;
  color: #ffffff;
}

#c613789 {
  position: relative;
}
#c613789 p {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 40px;
  background-color: #3278b9;
  border-radius: 5px;
  top: -30px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c613789 p i {
  padding-top: 5px;
  font-size: 26px;
  color: #ffffff;
  transition-duration: 0.5s;
  transform-origin: center 19.5px;
}
#c613789 p:hover {
  cursor: pointer;
}
#c613789 p i:hover {
  color: #cccccc;
}
#c613789 p.footerOpen i {
  transform: rotate(180deg);
}

#c613793 {
  display: none;
}
#telIcon {
  position: relative;
}
#telBox {
  display: none;
  position: absolute;
  bottom: 120%;
  padding: 16px;
  left: 0%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
  background: #333;
  color: #fff;
  width: 200px;
}
#telBox b {
  font-size: 200%;
  line-height: 160%;
}
#telBox:after {
  position: absolute;
  top: 100%;
  left: 22.5px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}
#c613817 .box .boxWrapper,
#c613817 .box .boxWrapper div,
#c613797 .box .boxWrapper {
  display: flex;
  justify-content: center;
}
#c613797 .box .boxWrapper div {
  display: flex;
  margin-top: 20px;
}
#c613797 .box .boxWrapper div p {
  font-size: 10px;
}
#c613817 .box .boxWrapper div a:hover,
#c613797 .box .boxWrapper div a:hover {
  opacity: 0.6;
}
#c613797 .box .boxWrapper div p b {
  font-size: 20px;
  line-height: 1.4em;
}

#c613797 .box .boxWrapper div#c613801 {
  width: 380px;
}
#c613797 .box .boxWrapper div#c613801 p:nth-child(1) {
  margin-right: 10px;
}
#c613797 .box .boxWrapper div#c613801 p:nth-child(2) {
  margin-top: 10px;
}
#c613797 .box .boxWrapper div#c613805 {
  width: 220px;
}
#c613797 .box .boxWrapper div#c613805 p:nth-child(1) {
  margin-right: 10px;
}
#c613797 .box .boxWrapper div#c613805 p:nth-child(2) {
  margin-top: 10px;
}
#c613797 .box .boxWrapper div#c613805 p b {
  font-size: 15px;
}
#c613797 .box .boxWrapper div#c613805 p:nth-child(2) {
  padding-right: 5em;
}
#c613797 .box .boxWrapper div#c613805 p a {
  color: #ffffff;
}
#c613797 .box .boxWrapper div#c613805 p a:hover {
  text-decoration: none;
}
#c613797 .box .boxWrapper div#c613809 p {
  margin-right: 15px;
}
#c613817 .box .boxWrapper div p {
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}
#c613821 {
  padding-left: 14px;
}


#c602271 {
  width: 95%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

@media screen and (max-width: 959px) {
  #c613797 .box {
    text-align: center;
  }
  #c613797 .box .boxWrapper {
    display: inline-block;
    text-align: left;
  }
  #c613797 .box .boxWrapper div#c613801,
  #c613797 .box .boxWrapper div#c613805 {
    width: 100%;
  }
  #c613797 .box .boxWrapper div#c613805 p:nth-child(2) {
    margin-top: 20px;
    padding-right: 0;
  }
}

@media screen and (max-width: 959px) {
/*  #c613781 {
    position: fixed;
    bottom: 0px;
  }
  #c613781.static {
    position: static;
  }*/
}
@media screen and (max-width: 768px) {
  #c613793 {
    padding-bottom: 16px;
  }
  #c613781 {
    position: relative;
    bottom: 0px;
  }
  #c613797 .box .boxWrapper div#c613809 p {
    margin-right: 5px;
  }
  #c613817 .box .boxWrapper div p {
    margin-right: 5px;
  }
}
/* -- Contact Box */

.box.boxPadding .cornerMenu ul.appMenu {
    display: block;
    width: 95%;
}

.box.boxPadding ul.appMenu.center {
  justify-content: center;
}
.box.boxPadding ul.appMenu.center li {
  justify-content: center;
  width: 62%;
  margin-right: 0;
}

.box.boxPadding ul.appMenu li {
    background: none;
    width: 45%;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0 5% 10px 0;
    position: relative;
    box-sizing: border-box;
}

BODY.Download .box.boxPadding .solidText60 {
    text-align: center;
}
