.cornerMenu {
  text-align: left;
  margin-top: 10px;
  margin-right: 10px;
  padding-bottom: 2em;
  max-width: 240px;
}
.cornerMenu p {
  line-height: 140%;
  font-size: 10px;
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}



#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: 90%;
  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;
}

#c634477 p.bodytext,
#c634525 p.bodytext,
#c634541 p.bodytext,
#c634557 p.bodytext,
#c634573 p.bodytext,
#c634589 p.bodytext,
#c634605 p.bodytext,
#c634621 p.bodytext {
  font-size: 120%;
  line-height: 160%;
}
#c634645 h2 {
  font-size: 140%;
  line-height: 160%;
}
#c634645 p.bodytext {
  font-size: 120%;
  line-height: 160%;
}

.box.boxPadding #c631909 h2.appTitle,
.box.boxPadding #c632069 h2.appTitle {
  background-color: #a22227;
}
.box.boxPadding #c631881 h2.appTitle {
  background-color: #530066;
}
.box.boxPadding #c632049 h2.appTitle {
  background-color: #004097;
}
.box.boxPadding #c631981 h2.appTitle {
  background-color: #b39b11;
}
.box.boxPadding #c631933 h2.appTitle {
  background-color: #ad700d;
}
.box.boxPadding #c631957 h2.appTitle {
  background-color: #c6400f;
}
.box.boxPadding #c633459 h2.appTitle,
.box.boxPadding #c633481 h2.appTitle,
.box.boxPadding #c633541 h2.appTitle {
  background-color: #1297d4;
}
.box.boxPadding #c632029 h2.appTitle {
  background-color: #91d18f;
}
#c631905 h2 {
  color: #a22227;
}
#c631877 h2 {
  color: #530066;
}
#c632339 h2 {
  color: #004097;
}
#c631977 h2 {
  color: #b39b11;
}
#c631929 h2 {
  color: #ad700d;
}
#c631953 h2 {
  color: #c6400f;
}
#c632001 h2 {
  color: #1297d4;
}
#c632025 h2 {
  color: #91d18f;
}
#content div.twoColumnLayout div.columnOne,
#content div.twoColumnLayout div.layout.columnOne,
#content div.twoColumnLayout.fiftyFifty div.layout.columnOne {
  width: 48%;
}

/**************************************************************************************************
 * Footer
 **************************************************************************************************/
body#showcase #contentWrapper > .monoColumnPageLayout > .monoColumnPageLayoutWrapper > .rowOne.row > .columnTwo.column.page > .columnWrapper.page {
  position: relative;
}


/* Contact Box -- */
#c737203 {
  position: fixed;
  bottom: 40px;
  height: auto;
  background-color: #3278b9;
  color: #ffffff;
  width: 100%;
  z-index: 8;
}
#c737207 {
  position: relative;
}
#c737207 a {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border-radius: 25px;
  top: -30px;
  right: 30px;
  text-align: center;
}
#c737207 a:hover {
  background-color: #333333;
}
#c737207 i {
  padding-top: 5px;
  font-size: 26px;
  color: #ffffff;
}

#c737211 {
  position: relative;
}
#c737211 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%);
}
#c737211 p i {
  padding-top: 5px;
  font-size: 26px;
  color: #ffffff;
  transition-duration: 0.5s;
  transform-origin: center 19.5px;
}
#c737211 p:hover {
  cursor: pointer;
}
#c737211 p i:hover {
  color: #cccccc;
}
#c737211 p.footerOpen i {
  transform: rotate(180deg);
}

#c737215 {
  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: " ";
}
#c737235 .box .boxWrapper,
#c737235 .box .boxWrapper div,
#c737219 .box .boxWrapper {
  display: flex;
  justify-content: center;
}
#c737219 .box .boxWrapper div {
  display: flex;
  margin-top: 20px;
}
#c737219 .box .boxWrapper div p {
  font-size: 10px;
}
#c737235 .box .boxWrapper div a:hover,
#c737219 .box .boxWrapper div a:hover {
  opacity: 0.6;
}
#c737219 .box .boxWrapper div p b {
  font-size: 20px;
  line-height: 1.4em;
}

#c737219 .box .boxWrapper div#c737223 {
  width: 380px;
}
#c737219 .box .boxWrapper div#c737223 p:nth-child(1) {
  margin-right: 10px;
}
#c737219 .box .boxWrapper div#c737223 p:nth-child(2) {
  margin-top: 10px;
  line-height: 16px;
}
#c737219 .box .boxWrapper div#c737227 {
  width: 220px;
}
#c737219 .box .boxWrapper div#c737227 p:nth-child(1) {
  margin-right: 10px;
}
#c737219 .box .boxWrapper div#c737227 p:nth-child(2) {
  margin-top: 10px;
}
#c737219 .box .boxWrapper div#c737227 p b {
  font-size: 15px;
}
#c737219 .box .boxWrapper div#c737227 p:nth-child(2) {
  padding-right: 5em;
}
#c737219 .box .boxWrapper div#c737227 p a {
  color: #ffffff;
}
#c737219 .box .boxWrapper div#c737227 p a:hover {
  text-decoration: none;
}
#c737219 .box .boxWrapper div#c737231 p {
  margin-right: 15px;
}
#c737235 .box .boxWrapper div p {
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}
#c732775 {
  padding-left: 14px;
}

@media screen and (max-width: 959px) {
  #c737219 .box {
    text-align: center;
  }
  #c737219 .box .boxWrapper {
    display: inline-block;
    text-align: left;
  }
  #c737219 .box .boxWrapper div#c737223,
  #c737219 .box .boxWrapper div#c737227 {
    width: 100%;
  }
  #c737219 .box .boxWrapper div#c737227 p:nth-child(2) {
    margin-top: 20px;
    padding-right: 0;
  }
}

@media screen and (max-width: 959px) {
/*  #c737203 {
    position: fixed;
    bottom: 0px;
  }
  #c737203.static {
    position: static;
  }*/
}
@media screen and (max-width: 768px) {
  #c737215 {
    padding-bottom: 16px;
  }
  #c737203 {
    position: relative;
    bottom: 0px;
  }
  #c737219 .box .boxWrapper div#c737231 p {
    margin-right: 5px;
  }
  #c737235 .box .boxWrapper div p {
    margin-right: 5px;
  }
}
/* -- Contact Box */

.box.boxPadding ul.appMenu.one {
}

.box.boxPadding .cornerMenu ul.appMenu {
    display: block;
    width: 95%;
}

.box.boxPadding ul.appMenu.center {
  justify-content: center;
    width: 100%;
}
.box.boxPadding ul.appMenu.center li {
  justify-content: center;
  width: auto;
  margin-right: 20px;
}
.box.boxPadding ul.appMenu.center li.current a {
  color: #FF0066;
}
.box.boxPadding ul.appMenu.center li.current a {
  color: #FF0066;
  font-weight: bold;
}
.box.boxPadding ul.appMenu.center li.current:before {
  color: #FF0066;
}

.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;
}
.box.boxPadding ul.appMenu.download li {
    width: 35%;
    margin: 0 5% 10px 10%;
}
.box.boxPadding .solidText {
    width: 100%;
}
BODY.Download .box.boxPadding .solidText60 {
    text-align: center;
}

.box.boxPadding .box.categoriesBox .boxWrapper .contactButton,
.box.boxPadding .box.categoriesBox .boxWrapper .movieButton,
.box.boxPadding .box.categoriesBox .boxWrapper .downloadButton {
  margin-bottom: 15px;
}



#c629947 h2.appTitle,
#c629971 h2.appTitle,
#c630757 h2.appTitle,
#c630019 h2.appTitle {
  background-color: #00b2ee;
}
#c629827 h2.appTitle,
#c629851 h2.appTitle {
  background-color: #f5a11b;
}
#c629643 h2.appTitle,
#c629707 h2.appTitle,
#c629731 h2.appTitle,
#c629755 h2.appTitle,
#c629779 h2.appTitle,
#c629803 h2.appTitle {
  background-color: #e67893;
}
#c629923 h2.appTitle,
#c630043 h2.appTitle,
#c630067 h2.appTitle {
  background-color: #6ebb5d;
}


#c631877 h2,
#c631905 h2,
#c631929 h2,
#c631953 h2,
#c631977 h2,
#c632339 h2,
#c632001 h2,
#c632025 h2,
#c632391 h2 {
  font-size: 180%;
  line-height: 160%;
}
#c629679 h2,
#c629683 h2 {
  color: #00b2ee;
}
#c629671 h2 {
  color: #f5a11b;
}
#c629639 h2 {
  color: #e67893;
}
#c629675 h2,
#c629687 h2 {
  color: #6ebb5d;
}


.box.boxPadding h1 {
  font-size: 30px;
}
.box.boxPadding h2 {
  font-size: 22px;
  line-height: 140%;
}
.box.boxPadding h2 span {
  font-size: 70%;
}
.box.boxPadding h2.seminar a {
  display: block;
  color: #ffffff;
  background-color: #db007b;
  padding: 10px;
  width: 90%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:40px;
}
.box.boxPadding h2.seminar a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.box.boxPadding .pinkTitle h2 {
  background-color: transparent;
  text-align: center;
  color: #000000;
  border: 2px solid #FF0066;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
}
.box.boxPadding h3 {
  font-size: 18px;
  line-height: 130%;
}
#c737169 .box.boxPadding h3 {
  text-align: left;
  border-bottom: 1px solid #000000;
}
#c728859 {
  text-align: left;
}
.box.boxPadding #c728859  h3 {
  color: #2289cb;
}
.box.boxPadding h4 {
  font-size: 16px;
  line-height: 26px;
}

#c728859 b {
  font-size: 15px;
  border-bottom: 1px solid #2663af;
  display: block;
  color:#2663af;
  padding-bottom: 5px;
}
#content div.threeColumnLayout div.layout.columnOne,
#content div.threeColumnLayout div.layout.columnTwo,
#content div.threeColumnLayout div.layout.columnThree {
  width: 30%;
}
.threeColumnLayoutWrapper > .columnTwo {
  margin-left: 5%;
  margin-right: 5%;
}

#c728911 > .box > .boxWrapper,
#c728879 > .box > .boxWrapper {
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#c728911,
#c732827,
#c728911 > .box > .boxWrapper {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#c728953 {
  margin-bottom: 30px;
}
#c728911 > .box > .boxWrapper > div,
#c728879 > .box > .boxWrapper > div {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px;
  border: 1px solid #2663af;
  padding: 10px;
  box-sizing: border-box;
}
.box.boxPadding #c728911 .csc-textpic.csc-textpic-intext-right-nowrap,
.box.boxPadding #c728911 .csc-textpic.csc-textpic-intext-left-nowrap,
.box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap,
.box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-left-nowrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.box.boxPadding #c728911 .csc-textpic.csc-textpic-intext-right-nowrap > div,
.box.boxPadding #c728911 .csc-textpic.csc-textpic-intext-left-nowrap > div,
.box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap > div,
.box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-left-nowrap > div {
  width: 100%;
}
.box.boxPadding #c728911 .csc-textpic.csc-textpic-intext-right-nowrap > div:nth-child(2),
.box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap > div:nth-child(2) {
  margin-right: auto !important;
}
.box.boxPadding #c728911 .csc-textpic.csc-textpic-intext-right-nowrap .csc-textpic-text .csc-textpicHeader h3,
.box.boxPadding #c728911 .csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-text .csc-textpicHeader h3,
.box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap .csc-textpic-text .csc-textpicHeader h3,
.box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-text .csc-textpicHeader h3 {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 120%;
}
.box.boxPadding #c728911 .csc-textpic-imagewrap.csc-textpic-single-image,
.box.boxPadding #c728879 .csc-textpic-imagewrap.csc-textpic-single-image {
  width: 150px !important;
}


@media screen and (max-width: 959px) {
  #content div.threeColumnLayout div.layout.columnOne,
  #content div.threeColumnLayout div.layout.columnTwo,
  #content div.threeColumnLayout div.layout.columnThree {
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    float: none;
    clear: both
  }
  #content div.twoColumnLayout.seventyThirty div.layout.columnOne,
  #content div.twoColumnLayout.seventyThirty div.layout.columnTwo,
  #content div.twoColumnLayout.fiftyFifty div.layout.columnOne,
  #content div.twoColumnLayout.fiftyFifty div.layout.columnTwo {
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    float: none;
    clear: both
  }
  #c728911 > .box > .boxWrapper > div,
  #c728879 > .box > .boxWrapper > div {
    width: 98%;
  },
  .box.boxPadding #c728911 .csc-textpic.csc-textpic-intext-right-nowrap > div,
  .box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap > div {
    width: 150px !important;
  }
  .box.boxPadding #c728911 .csc-textpic.csc-textpic-intext-right-nowrap > div:nth-child(2),
  .box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap > div:nth-child(2) {
    width: 100% !important;
    margin-right: 150px !important;
  }
}

/* Topics */
p {
  font-size: 14px;
  line-height: 24px;
}
.box.boxPadding h3.orangeLine {
  color: #FF0066;
  border-bottom: 1px solid #FF0066;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.box.boxPadding .box.categoriesBox .boxWrapper .contactButton,
.box.boxPadding .box.categoriesBox .boxWrapper .movieButton,
.box.boxPadding .box.categoriesBox .boxWrapper .downloadButton {
  height: 45px;
}
.box.boxPadding .boxWrapper .downloadButton,
.box.boxPadding .boxWrapper .linkButton,
.box.boxPadding .boxWrapper .movieButton {
  box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.4);
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.box.boxPadding .boxWrapper .movieButton {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.box.boxPadding .boxWrapper .movieButton,
.box.boxPadding .boxWrapper .downloadButton {
  border-radius: 5px;
}
.box.boxPadding .boxWrapper .movieButton p,
.box.boxPadding .boxWrapper .downloadButton p,
.box.boxPadding .boxWrapper .linkButton p {
  margin-bottom: 0;
}
.box.boxPadding .boxWrapper .linkButton {
  box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.4);
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #E56A54;
  border-radius: 5px;
}
.box.boxPadding .boxWrapper .downloadButton.w50,
.box.boxPadding .boxWrapper .linkButton.w50,
.box.boxPadding .boxWrapper .movieButton.w50 {
  width: 45%;
}
.box.boxPadding .boxWrapper .movieButton a,
.box.boxPadding .boxWrapper .downloadButton a,
.box.boxPadding .boxWrapper .linkButton a {
  border-radius: 5px;
  padding: 10px 20px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.box.boxPadding .boxWrapper .movieButton a,
.box.boxPadding .boxWrapper .downloadButton a {
  color: #333333;
  background-color: #ffffff;
}
.box.boxPadding .boxWrapper .movieButton a:hover,
.box.boxPadding .boxWrapper .downloadButton a:hover,
.box.boxPadding .boxWrapper .linkButton a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.movieButton a:before {
  font-family: "FontAwesome";
  content: '\f04b';
  font-size: 60%;
  margin-right: 2em;
  border-radius: 3px;
  padding: 3px 7px;
  border: 1px solid #000000;
  vertical-align: top;
}


.box.boxPadding .box.categoriesBox .boxWrapper > div h3 {
  color: #000000;
  font-size: 110%;
  line-height: 160%;
  min-height: 3.2em;
}


/* Applications */
div.outline {
  text-align: left;
}
.box.boxPadding div.pinkText p {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}
.box.boxPadding .box.categoriesBox {
  width: 100%;
}
.box.boxPadding .box.categoriesBox .boxWrapper > div {
  width: 23%;
}

@media screen and (max-width: 959px) {
  .box.boxPadding .box.categoriesBox .boxWrapper > div {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .box.boxPadding .box.categoriesBox .boxWrapper > div {
    width: 80%;
  }
}




@media screen and (max-width: 959px) {
  .box.boxPadding DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  .box.boxPadding DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap,
  .box.boxPadding DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap,
  DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
    float: none;
  }
  .box.boxPadding .csc-textpic.csc-textpic-intext-right-nowrap,
  .box.boxPadding .csc-textpic.csc-textpic-intext-left-nowrap{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .box.boxPadding .csc-textpic.csc-textpic-intext-right-nowrap > div,
  .box.boxPadding .csc-textpic.csc-textpic-intext-left-nowrap > div {
    width: 100% !important;
  }
  .box.boxPadding .csc-textpic.csc-textpic-intext-left-nowrap > div:nth-child(2) {
    margin-left: 0 !important;
  }
}


/* Special */
#c728887 .csc-textpic .csc-textpic-imagewrap img {
  margin-bottom: 30px;
}
#c730629,
#c731271,
#c730943,
#c730729,
#c730561,
#c730967,
#c730919 {
  margin-bottom: 60px;
}

#c737337 h2 {
  color: #9DCCE0;
}

@media screen and (max-width: 959px) {
  #c728887 .csc-textpic .csc-textpic-imagewrap img {
    margin-bottom: 0;
  }
  .box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap {
    display: flex;
    flex-wrap: wrap;
  }
  .box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap > div {
    width: 100% !important;
  }
  .box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap > div:nth-child(1) {
    order: 2;
    text-align: center;
  }
  .box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap > div:nth-child(1) img {
    max-width: 150px;
    height: auto;
    margin-bottom: 0;
  }
  .box.boxPadding #c728879 .csc-textpic.csc-textpic-intext-right-nowrap > div:nth-child(2) {
    order: 1;
    margin-right: 0 !important;
  }
}

.box.boxPadding .boxWrapper .invitationButton a {
  box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.4);
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: #0070C0;
}
.box.boxPadding .boxWrapper .invitationButton a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.box.boxPadding > .boxWrapper > div#c739863 {
  padding-bottom: 0;
}
#c739863 .twoColumnLayout.fiftyFifty {
  width: 70%;
  padding-bottom: 0;
}
#content #c739863 div.twoColumnLayout.fiftyFifty div.layout.columnOne,
#content #c739863 div.twoColumnLayout.fiftyFifty div.layout.columnTwo {
  width: 43%;
}
@media screen and (max-width: 959px) {
#c739863 .twoColumnLayout.fiftyFifty {
  width: 90%;
  max-width: 400px;
}
#content #c739863 div.twoColumnLayout.fiftyFifty div.layout.columnOne,
#content #c739863 div.twoColumnLayout.fiftyFifty div.layout.columnTwo {
  width: 100%;
}
}
#c739863 table tr td p {
  margin-bottom: 0;
}
#c739863 table tr td {
  border-bottom: 0;
  padding: 4px;
}
