@charset "UTF-8";
/* #region BASIC
===========================*/
body {
  margin: 0;
  font-family: "Open Sans", Helvetica, MS Mincho, Arial, sans-serif;
  color: #4D4D4D;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  padding: 0;
}

.ja-JP body {
  font-family: "Open Sans", Helvetica, Arial, "Yu Gothic", "MS Gothic", "MS Mincho", Osaka, sans-serif;
}

sup {
  font-size: 0.5em;
  top: -0.9em;
}

h2 {
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 300;
  color: #4D4D4D;
  text-align: left;
  margin: 0 0 30px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2.5rem;
  }
}

.main-logo {
  position: absolute;
  bottom: -75px;
  z-index: 2200;
}
.main-logo img {
  width: 200px;
}
@media (min-width: 576px) {
  .main-logo img {
    width: auto;
  }
}

a, input, img, button, select, textarea {
  outline: none;
}

a img {
  border: 0;
}

a:active {
  background-color: transparent;
}

.container {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.Lead {
  margin: 20px 0;
}

/* #endregion */
/* #region HEADER
===========================*/
header {
  width: 100%;
  margin: 0;
}
header .container {
  max-width: 95%;
  padding: 0 0 7px;
  text-align: right;
  font-size: 0.875rem;
  border-bottom: 1px solid #8D8D8D;
  position: relative;
  z-index: 2001;
}
header .LoginButton {
  display: inline-block;
  width: auto;
  padding: 2px 10px 3px;
  color: #4d4d4d;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  margin: 10px 10px 0 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
header .LoginButton:hover {
  background-color: #EAEAEA;
}
header .LoginButton img {
  vertical-align: -3px;
  padding-right: 4px;
}
header .TrialButton.CtaButton {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid #b6b6b6;
  background-color: #129cdd;
  width: auto;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2250;
  transition: all 0.2s ease-in-out;
}
header .TrialButton.CtaButton:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #057bb2;
  border-bottom-color: #969696;
}
header .TrialButton.CtaButton {
  border-radius: 5px;
  border-bottom-width: 2px;
  padding: 5px 15px;
  margin-right: 10px;
}

/* #endregion */
/* #region LANG
===========================*/
#LangForm {
  display: inline-block;
}

/* #endregion */
/* #region HEADING
===========================*/
.heading {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #FFF;
  position: relative;
}
.heading .container {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
}
.heading .headingVideoText {
  position: absolute;
  text-align: center;
  width: 200%;
  left: -50%;
  top: -44px;
  display: block;
  font-size: 2.15rem;
}
@media (max-width: 1000px) {
  .heading .headingVideoText {
    display: none !important;
  }
}
.heading .SliderContainer {
  width: auto;
  margin: 0 auto;
  padding: 0 3%;
}
.heading .img_layer {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2150;
  background-image: url("/LandingPage/images/heading/layer_bg_500.png");
}
.heading h1 {
  font-size: 1.75rem;
  color: #000;
  margin: 0;
  font-weight: 300;
  position: relative;
  top: 15px;
  left: 0;
  z-index: 2250;
}
@media (min-width: 575px) {
  .heading h1 {
    font-size: 2.25rem;
  }
}
.heading #PlayContainer {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 54%;
  transform: translate(0, -50%);
  left: 0%;
  right: 0%;
  margin: 0 auto;
  z-index: 2170;
}
.heading a.vimeo {
  height: 140px;
  width: 140px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  transition: all 0.2s ease-in-out;
}
.heading a.vimeo:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.heading a.vimeo:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 49px solid transparent;
  border-right: 49px solid transparent;
  border-left: 49px solid #ffffff;
  border-bottom: 49px solid transparent;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  transform: translate(32%, -50%) scale(1, 0.6);
  margin: 0 auto;
}
.heading .HeadQuote {
  font-size: 17px;
  font-style: italic;
  color: #FFF;
  position: absolute;
  bottom: 10px;
  z-index: 2250;
  width: calc(100% - 280px - 10px);
  z-index: 2250;
  display: block;
}
.heading .HQLeft {
  left: 280px;
}
.heading .HQRight {
  right: 10px;
}
.heading .bxslider li {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  height: 500px;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #DFDFDF;
  position: relative;
}
.heading #img_1 {
  background-image: url("/LandingPage/images/heading/img_1.jpg");
  background-position: right center;
  text-align: left;
}
.heading #img_3 {
  background-image: url("/LandingPage/images/heading/img_5.jpg");
  text-align: left;
}
.heading #img_4 {
  background-image: url("/LandingPage/images/heading/img_3.jpg");
  background-position: left center;
  text-align: right;
}
.heading #img_2 {
  background-image: url("/LandingPage/images/heading/img_4.jpg");
  text-align: right;
}

/* #endregion */
/* #region MAIN SLIDER
===========================*/
/* reset and layout */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 500px;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  height: 500px;
  padding: 0;
  margin: 0;
}

/* theme */
.bx-wrapper .bx-viewport {
  background: #fff;
  margin: 0;
  padding: 0;
  height: 500px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  *display: none;
}

.bxslider {
  margin: 0;
  padding: 0;
}

/* loader */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/LandingPage/images/heading/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* pager */
.bx-wrapper .bx-pager {
  width: 100%;
  text-align: right;
  position: relative;
  top: 0;
  right: 5px;
  z-index: 2260;
}

@media (min-width: 992px) {
  .bx-wrapper .bx-pager {
    text-align: center;
  }
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #803201;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
  font-size: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #FFF;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* auto controls (start/stop) */
.bx-wrapper .bx-controls-auto {
  text-align: right;
  position: relative;
  top: -17px;
  right: 10px;
  z-index: 2250;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  font-size: 0;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
  background: url(/LandingPage/images/heading/controls_brown.png) 0 0 no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start.active {
  display: none;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  font-size: 0;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/LandingPage/images/heading/controls_brown.png) 0 -33px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active {
  display: none;
}

/* image captions */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: inherit;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* #endregion */
/* #region QUICK LINKS
===========================*/
.quicklinks {
  width: 100%;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.4) inset, 0 -10px 16px 0 rgba(0, 0, 0, 0.4) inset;
  background-repeat: repeat-x;
  background-position: top;
  background-color: #F60;
  margin: 0;
}
.quicklinks .container {
  margin-top: 3px;
  color: #FFF;
}
.quicklinks .quick-col {
  text-align: center;
}
.quicklinks .QuickColumnTitle {
  margin: 20px 0 40px;
  color: #FFF;
}
.quicklinks .QuickColumnLead {
  vertical-align: top;
  margin: 10px 0;
  color: #FFF;
  display: inline-block;
  text-align: left;
}
@media (min-width: 992px) {
  .quicklinks .QuickColumnLead {
    height: 100px;
  }
}
.quicklinks .QuickBlock {
  height: 460px;
  vertical-align: top;
  margin: 20px 0 30px;
  text-align: center;
  background-color: #ffb381;
  padding: 10px;
  color: #803201;
}
.quicklinks .QuickBlockTitle {
  text-align: left;
  font-size: 23px;
  padding: 0;
  margin: 0 0 5px;
  color: #FFF;
}
.quicklinks .QuicklinksText {
  padding: 5px 0;
  text-align: left;
  color: #ffffff;
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
}
.quicklinks ul {
  text-align: left;
  margin: 0;
  padding: 5px 0 0;
}
.quicklinks ul li {
  list-style: none;
  background: url("/LandingPage/images/quicklinks/bullet_white.png") no-repeat;
  background-position: 0 3px;
  padding: 0 0 7px 25px;
  color: #FFF;
}

/* #endregion */
/* #region INSTRUCTIONS */
section.instructions .container {
  padding-top: 0;
}
section.instructions h3 {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}
section.instructions .img-container {
  max-width: 140px;
  margin: 0 auto;
}
section.instructions .cards-container {
  text-align: center;
}
section.instructions .card {
  vertical-align: top;
  border-radius: 0.5rem;
  border: none;
}
section.instructions .card-text {
  text-align: left;
  font-size: 0.875rem;
}

/* #endregion */
/* #region TARGET */
section.target h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}
section.target .img-container {
  padding: 0 3% 6%;
}
section.target img {
  border: 0.2rem solid #4d4d4d;
}
section.target p {
  padding: 0 10px;
  font-weight: 300;
  font-size: 13px;
}

/* #region CASE STUDIES
===========================*/
.casestudies {
  width: 100%;
  margin: 0;
  background-color: #fff;
}
.casestudies .container {
  padding-top: 0 !important;
  padding-bottom: 0;
}
.casestudies .CaseStudiesTitle {
  text-align: center;
  border-top: 1px solid #b3b3b3;
  padding-top: 10px;
}
.casestudies .logos-container {
  margin: 30px auto;
  text-align: center;
  padding: 0;
  max-width: 900px;
}
.casestudies .CsImage {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 100px;
  width: 150px;
  padding: 0;
  margin: 10px 0;
}
.casestudies .CsImage img {
  width: 130px;
}
.casestudies .hidden {
  display: none;
}
.casestudies .TestimonialPoint {
  vertical-align: top;
  text-align: center;
  margin: 0 0 0 70px;
}
.casestudies .TestimonialPhoto {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.casestudies .TestimonialPhoto img {
  border-radius: 50%;
}
.casestudies .TestimonialText {
  display: inline-block;
  color: #ff6600;
  font-weight: 300;
  width: auto;
  max-width: 640px;
  margin: 10px 0;
  padding: 0 25px;
  text-align: left;
}
.casestudies .TestimonialName {
  color: #000;
  font-style: normal;
  margin: 15px 0 0;
  text-align: left;
}

/* #endregion */
/* #region FEATURES
===========================*/
.features {
  background-color: #E6E6E6;
  width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .features {
    margin-bottom: -60px;
  }
}
.features .container {
  padding-bottom: 0;
}
.features ul {
  text-align: left;
  margin: 30px 0 0 10px;
  padding: 0 0 20px;
  border-bottom: 1px solid #b3b3b3;
}
.features ul li {
  list-style: none;
  background: url("/Themes/Base/images/icons/bullet_orange.png") no-repeat;
  background-position: 0 3px;
  padding: 0 0 5px 25px;
}
.features #Cta {
  text-align: center;
  padding: 35px 0;
}
@media (min-width: 992px) {
  .features #Cta {
    border-bottom: 1px solid #b3b3b3;
  }
}
.features .CtaButton {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid #b6b6b6;
  background-color: #129cdd;
  width: auto;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2250;
  transition: all 0.2s ease-in-out;
}
.features .CtaButton:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #057bb2;
  border-bottom-color: #969696;
}
.features .CtaButton {
  font-size: 1.2rem;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.5rem;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .features .CtaButton {
    padding: 1rem 3rem;
    font-size: 2.5rem;
    width: auto;
  }
}
.features .Note {
  margin: 10px 0 0;
  font-size: 30px;
}
.features .Note p {
  font-size: 14px;
}

/* #endregion */
/* #region PRICE
===========================*/
div.price {
  width: 100%;
  background-color: #FFF;
  margin: 0;
}
div.price .specialdiscount {
  color: #ff6600;
  font-size: 24px !important;
}
div.price .container {
  padding-top: 0;
}
div.price .innerprice {
  white-space: nowrap;
  color: #ff6600;
  font-weight: bold;
}
div.price #PriceLead {
  font-size: 30px;
  margin: 0 0 20px;
}
div.price .PriceBold {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
div.price .PriceText {
  margin: 0 0 40px 0;
}
div.price #PriceBanner {
  text-align: center;
  font-size: 2rem;
  color: #808080;
}
@media (min-width: 576px) {
  div.price #PriceBanner {
    font-size: 3rem;
  }
}
div.price #PriceBanner div {
  display: inline-block;
  padding: 0 15px;
  border: 6px solid #ff7500;
  border-radius: 8px;
  margin: 10px auto 0;
  font-size: 2.5rem;
  font-weight: 400;
  color: #ff7500;
  position: relative;
}
@media (min-width: 576px) {
  div.price #PriceBanner div {
    font-size: 4rem;
  }
}
div.price #PriceBanner p {
  margin: 0;
}
div.price div.RegistrationBlock {
  margin: 80px auto 0;
  text-align: center;
}
div.price p.RegistrationText {
  font-size: 28px;
  margin-top: 20px;
}
div.price .CtaButton {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid #b6b6b6;
  background-color: #129cdd;
  width: auto;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2250;
  transition: all 0.2s ease-in-out;
}
div.price .CtaButton:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #057bb2;
  border-bottom-color: #969696;
}
div.price .CtaButton {
  font-size: 1.2rem;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.5rem;
  font-size: 2rem;
}
@media (min-width: 576px) {
  div.price .CtaButton {
    padding: 1rem 3rem;
    font-size: 2.5rem;
    width: auto;
  }
}

section.instructions h2,
section.target h2,
section.package h2 {
  text-align: center;
  color: #ff6600;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  section.instructions h2,
  section.target h2,
  section.package h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  section.instructions h2,
  section.target h2,
  section.package h2 {
    font-size: 2.5rem;
  }
}

section.target h3 section.package h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}

/* #region PACKAGE */
section.package {
  padding-top: 20px;
  background-color: #e6e6e6;
}
section.package h3 {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
}
section.package p {
  height: 6.5rem;
  font-weight: 300;
  font-size: 13px;
}
section.package .img-container {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
}
section.package .col-first .row:nth-child(1) .img-container {
  background-color: #b76694;
}
section.package .col-first .row:nth-child(2) .img-container {
  background-color: #7981b5;
}
section.package .col-first .row:nth-child(3) .img-container {
  background-color: #1da9be;
}
section.package .col-first .row:nth-child(4) .img-container {
  background-color: #84c073;
}
section.package .col-second .row:nth-child(1) .img-container {
  background-color: #c1d22c;
}
section.package .col-second .row:nth-child(2) .img-container {
  background-color: #f49c4c;
}
section.package .col-second .row:nth-child(3) .img-container {
  background-color: #e39a7d;
}
section.package .col-second .row:nth-child(4) .img-container {
  background-color: #ea556d;
}
section.package svg path {
  fill: #ffffff;
}

/* #endregion */
section.price {
  text-align: center;
}
section.price .container {
  padding-top: 40px;
  padding-bottom: 10px;
}
section.price .container h2 {
  text-align: center;
  color: #ff6600;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 2rem 0 1rem;
}
@media (min-width: 576px) {
  section.price .container h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  section.price .container h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  section.price {
    padding-top: 60px;
  }
}
section.price .large-text {
  margin: 0 0 -1rem;
}
@media (min-width: 576px) {
  section.price .large-text {
    margin: 0 0 -2rem;
  }
}
section.price .large-text > strong {
  color: #ff6600;
  font-size: 5rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  section.price .large-text > strong {
    font-size: 9rem;
  }
}
section.price p {
  margin: 0;
}
section.price p > em {
  color: #ff6600;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
}
section.price .narrow-box {
  max-width: 28rem;
  margin: 0.5rem auto 0;
  font-size: 0.875rem;
  padding: 1rem 1rem 0;
  border-top: 5px solid #ff6600;
}
section.price .narrow-box b {
  font-weight: 700;
  font-size: 1rem;
}
section.price .narrow-box p {
  margin-bottom: 1rem;
}

/* #endregion */
/* #region LINKS
===========================*/
.links {
  display: block;
}
.links h2 {
  color: #ff6600;
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 3rem;
}
.links .linkImg {
  outline: 2px solid transparent;
  transition: outline 0.2s;
  cursor: pointer;
  overflow: hidden;
}
.links .linkImg img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.links .linkImg:hover img {
  transform: scale(1.25);
}
.links .linkImg:hover {
  outline: 2px solid #ff6600;
}
.links .linkImg .Link {
  text-decoration: none;
}
.links .AppItemTitle {
  width: 100%;
  display: block;
  padding: 15px 0;
  margin: -60px 0px 0px 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.links .AppItemTitle strong {
  font-weight: 700;
}
.links .AppItemText {
  padding: 20px 0px 20px;
  display: block;
  text-align: left;
}
.links .AppItemText a {
  color: #129cdd;
}

/* #endregion */
/* #region CONTACT
===========================*/
.contact {
  width: 100%;
  background-color: #E6E6E6;
  margin: 0;
}
.contact #ContactMandatory {
  margin: 0 20px 0 0;
  text-align: right;
}
.contact .TextField {
  color: #808080;
  border-radius: 8px;
  width: 100%;
  background-color: #FFF;
  margin-bottom: 8px;
  border-style: none;
  border-top: 2px solid #d1d1d1;
  font-size: 16px;
  padding: 8px 8px;
  font-weight: 300;
  font-family: inherit;
  position: relative;
}
.contact .DropDown {
  color: #a9a9a9;
  border-radius: 8px;
  background-color: #FFF;
  margin: 0 4px 8px 0;
  border-style: none;
  border-top: 2px solid #d1d1d1;
  font-size: 16px;
  padding: 8px 8px;
  font-weight: 300;
  font-family: inherit;
}
.contact #Employees {
  width: 100%;
}
.contact #Industry {
  width: 100%;
}
.contact option {
  color: #808080;
}
.contact textarea {
  height: 90px;
}
.contact .validator {
  margin-bottom: 1rem;
}
.contact .contact-title-container {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact .Form {
  margin: 0;
}
.contact .FormSubmit {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid #b6b6b6;
  background-color: #129cdd;
  width: auto;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2250;
  transition: all 0.2s ease-in-out;
}
.contact .FormSubmit:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #057bb2;
  border-bottom-color: #969696;
}
.contact .FormSubmit {
  border-radius: 8px;
  border-style: none;
  border-bottom: 2px solid #d1d1d1;
  font-family: inherit;
  font-size: 16px;
  padding: 8px 25px 8px 10px;
  background-image: url(/LandingPage/images/footer/button_icon.png);
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: right 9px;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.contact .FormReset {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid #b6b6b6;
  background-color: #129cdd;
  width: auto;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2250;
  transition: all 0.2s ease-in-out;
}
.contact .FormReset:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #057bb2;
  border-bottom-color: #969696;
}
.contact .FormReset {
  position: relative;
  color: #FFF;
  border-radius: 8px;
  border-style: none;
  border-bottom: 2px solid #d1d1d1;
  background-color: #b3b3b3;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 10px;
  margin: 0 5px 0 0;
  transition: all 0.2s ease-in-out;
}
.contact .FormReset:hover {
  background: #808080;
  border-bottom: 2px solid #969696;
}
.contact h2 {
  margin: 0 0 60px;
}
.contact .contactList p {
  margin: 0;
}
.contact .contactList a {
  text-decoration: underline;
}
.contact .technicalHelp h4.CountryTitle {
  font-size: 22px;
  margin: 0;
}
.contact h3.ContinentTitle {
  margin: 0 0 1rem;
  white-space: nowrap;
  overflow: hidden;
}
.contact h3.ContinentTitle span {
  font-size: 26px;
  font-weight: 700;
  color: #ff6600;
}
.contact h3.ContinentTitle span:after {
  content: "";
  border-bottom: 1px solid #b2b2b2;
  width: 100%;
  display: inline-block;
  margin: 0 0 0 7px;
}
.contact h4.CountryTitle {
  font-size: 26px;
  font-weight: 700;
  color: #4d4d4d;
  margin: 0 0 1rem;
}
.contact h5.CityTitle {
  font-size: 1rem;
  font-weight: 700;
  color: #4d4d4d;
}
.contact .WorldwideCity p {
  font-size: 14px;
  color: #4d4d4d;
}
.contact .WorldwideCity a {
  font-size: 14px;
  color: #129cdd;
}
.contact .WorldwideCity {
  margin: 0 0 20px;
}
.contact .LeftSide {
  display: inline-block;
  margin: 0 50px 0 0;
  vertical-align: top;
}
.contact .RightSide {
  display: inline-block;
  vertical-align: top;
}

/* #endregion */
/* #region FOOTER
===========================*/
footer {
  width: 100%;
  background-image: url(/LandingPage/images/footer/footer_bg.jpg);
  background-position: left top;
  margin: 0;
}
footer #FooterTop {
  width: 100%;
  height: 20px;
  background-image: url(/LandingPage/images/footer/footer_bg_top.jpg);
  background-position: left top;
  margin: 0;
}
footer .container {
  color: #FFF;
}
footer #CompanyTitle {
  font-size: 40px;
  color: #FFF;
  margin: 0 0 15px;
}
footer #CompanyTitle span {
  color: #fe6601;
}
footer p {
  margin: 0 0 30px;
}
footer #CompanyText {
  margin: 80px 0 30px;
}
footer #CompanyText span {
  font-weight: 700;
}
footer ul {
  text-align: left;
  margin: 5px 0 10px 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  background: url("/Themes/Base/images/icons/bullet_orange.png") no-repeat;
  background-position: 0 3px;
  padding: 0 0 5px 25px;
}
footer .footerRight {
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  footer .footerRight {
    text-align: right;
    margin-top: 0;
  }
}
footer .FooterTitle {
  font-size: 20px;
  margin: 0 0 10px 0;
}
footer .FooterLink {
  line-height: 30px;
  padding: 5px 0 5px 30px;
  margin: 0 0 0 10px;
}
footer .FooterLink:hover {
  color: #FFFFFF;
}
footer .FooterLink2 {
  line-height: 30px;
  padding: 5px 0 5px 30px;
  margin: 0 0 0 10px;
  text-decoration: none;
}
footer .FooterLink2:hover {
  color: #b1b1b1;
  text-decoration: underline;
}
footer .PDF {
  background-image: url(/LandingPage/images/footer/icon_pdf.png);
  background-position: center left;
  background-repeat: no-repeat;
}
footer .PPT {
  background-image: url(/LandingPage/images/footer/icon_ppt.png);
  background-position: center left;
  background-repeat: no-repeat;
}
footer .DOC {
  background-image: url(/LandingPage/images/footer/icon_word.png);
  background-position: center left;
  background-repeat: no-repeat;
}
footer .VID {
  background-image: url(/LandingPage/images/footer/icon_video.png);
  background-position: center left;
  background-repeat: no-repeat;
}
footer .SEC {
  background-image: url(/LandingPage/images/footer/icon_secured.png);
  background-position: center left;
  background-repeat: no-repeat;
}
footer .FooterText {
  padding: 0;
}
footer .FooterText a {
  text-decoration: underline;
  color: #FFF;
}
footer .FooterCopyRight {
  margin: 40px 0 10px;
  font-size: 13px;
  text-align: center;
}
footer .FooterDocuments {
  margin: 10px 0 10px;
  font-size: 13px;
  text-align: center;
  color: #FFF;
}
footer .FooterDocuments a {
  color: #FFF;
}
footer #LinkedIn {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid #b6b6b6;
  background-color: #129cdd;
  width: auto;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2250;
  transition: all 0.2s ease-in-out;
}
footer #LinkedIn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #057bb2;
  border-bottom-color: #969696;
}
footer #LinkedIn {
  font-size: 12px;
  border-radius: 8px;
  border-bottom-width: 2px;
  padding: 8px 10px 8px 46px;
  text-align: left;
  margin: 0 0 20px;
  background-image: url(/LandingPage/images/footer/social_icons/linkedin_icon.png);
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: 8px center;
}
footer #CareerLink {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid #b6b6b6;
  background-color: #129cdd;
  width: auto;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2250;
  transition: all 0.2s ease-in-out;
}
footer #CareerLink:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #057bb2;
  border-bottom-color: #969696;
}
footer #CareerLink {
  text-align: center;
  border-radius: 8px;
  border-bottom-width: 2px;
  padding: 8px 10px;
  bottom: 0;
  margin: 10px 0 20px;
}
footer #ArrowRight {
  font-family: Arial, sans-serif;
  font-size: 20px;
}

/* CERTIFICATES
===========================*/
.certificates {
  width: 100%;
  background-color: #e1e1e1;
  margin: 0;
}
.certificates .container {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.certificates .EulogoText {
  font-size: 10px;
  width: 150px;
  vertical-align: 10%;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}
.certificates img {
  vertical-align: middle;
}
.certificates img:first-child {
  padding-left: 0;
}
.certificates img:nth-child(6) {
  padding-left: 5px;
}

/* CAREER
===========================*/
#BackLink {
  display: inline-block;
  float: left;
  width: auto;
  padding: 2px 10px 3px 30px;
  margin: 10px 0;
  color: #4d4d4d;
  font-weight: 300;
  text-decoration: none;
  background-image: url(/LandingPage/images/career/arrow_hook.png);
  background-repeat: no-repeat;
  background-position: 5px 8px;
  transition: all 0.2s ease-in-out;
}

#BackLink:hover {
  background-color: #EAEAEA;
  background-image: url(/LandingPage/images/career/arrow_hook.png);
  background-repeat: no-repeat;
  background-position: 5px 8px;
}

#vBackLink:before {
  content: "↩";
  font-size: 20px;
  padding: 0 5px 0 0;
}

#img_career {
  background-color: #DFDFDF;
  background-image: url(/LandingPage/images/career/header_img.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
  width: 100%;
  min-width: 960px;
  height: 500px;
}

#Map {
  width: 100%;
  margin: 0;
  padding: 0;
}

.MapContainer {
  width: 940px;
  margin: 0 auto;
  padding: 0;
}

#QuickContainer a {
  color: #FFF;
}

.CareerBody {
  margin: 30px 0;
}

.CareerBodySubTitle {
  font-size: 24px;
  margin: 40px 0 0;
}

.CareerTitle {
  font-size: 40px;
  white-space: normal;
}

.CareerBodyListTitle {
  margin: 0 0 20px;
  font-size: 24px;
}

.DropDownGrey {
  color: #808080;
  border-radius: 8px;
  background-color: #e6e6e6;
  margin: 0 4px 8px 0;
  border-style: none;
  border-top: 2px solid #d1d1d1;
  font-size: 16px;
  padding: 8px 8px;
  font-weight: 300;
  font-family: inherit;
}

#JobsContainer > ul {
  margin: 0 0 60px;
}

#JobsContainer > ul > li {
  list-style: none;
  background: url("/Themes/Base/images/icons/bullet_orange.png") no-repeat;
  background-position: 0 4px;
  padding: 0 0 5px 25px;
  font-size: 18px;
  font-weight: 400;
}

#JobsContainer > ul > li > a {
  color: #129cdd;
}

#JobsContainer > ul > li > ul {
  margin: 0 0 20px;
}

#JobsContainer > ul > li > ul > li {
  list-style: disc;
  margin: 0 0 0 20px;
}

.CareerMaxFileSize {
  margin: 5px 0 20px;
}

#btnUpload {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid #b6b6b6;
  background-color: #129cdd;
  width: auto;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2250;
  transition: all 0.2s ease-in-out;
}
#btnUpload:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #057bb2;
  border-bottom-color: #969696;
}

/* #region custom Japanese layout */
/*html.ja-JP body,
html.ja-JP h2,
html.ja-JP .TextField,
html.ja-JP .DropDown,
html.ja-JP .FormSubmit,
html.ja-JP .button,
html.ja-JP .FormReset,
html.ja-JP .DropDownGrey {
    font-family: 'Avenir Next', Times New Roman, sans-serif;
}*/
html.ja-JP .HeadQuote {
  font-style: normal;
}

html.ja-JP #QuickContainer ul li {
  padding: 0 0 7px 23px;
}

html.ja-JP .QuicklinksText {
  font-size: 22px;
}

/* #endregion */
/* Competition sticky */
.competition-sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  padding: 20px 0 20px 20px;
  border-radius: 30px 0 0 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}