html{
        background-color: #F8F8F8;
      }
   .Asterix{
  color: #bf0000;
  font-family: arial !important;
        font-size:13px;
  font-weight:bold;
   }
      .TextArea{
        color:  #000000;
  background-color:  #FFFFFF;
        box-sizing: border-box;
        width: 240px;
        height: 35px;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
        font: normal 14px arial;
        border: 1px solid #aeb0b6;
        resize: vertical;
      }
      .form-wrapper{
        padding:8px;
        background-color:  #F8F8F8;
        margin: 0 auto;
        text-align: left;
      }
     
      .row:after {
        content: "";
        display: table;
        clear: both;
      }
      .FormFont {
        color: rgb(51, 51, 51);
        font-family: arial !important;
        font-size:14px;
        line-height:14px;
        text-align:left;
      }
      .fontNewsletter
      {
   font-size: 12px;
   font-family: Arial, Verdana, sans-serif;
   color: #333333;
      }
   .column {
   
 float: left;
 width: 10px;
}
      .container {
 display: block;
 position: relative;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;

}
.container input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}
.checkmark {
 position: absolute;
 top: 0;
 left: 10;
 height: 13px;
 width: 13px;
 font-family: Arial, sans-serif;
 font-size: 13px;
 background-color: #FFFFFF;
 border: 1px solid #aeb0b6;
 box-shadow: 3px 3px 10px 0px #ccc;
 box-sizing: border-box;
  z-index:99;
}
.container input:checked~.checkmark {
 background-color: #FFFFFF;
}
.checkmark:after {
 content: "";
 position: absolute;
 display: none;
}
.container input:checked~.checkmark:after {
 display: block;
}
.container .checkmark:after {
 left: 3px;
 top: 0px;
 width: 3px;
 height: 9px;
 border: solid #4c433d;
 border-width: 0 1px 1px 0;
 -webkit-transform: rotate(30deg);
 -ms-transform: rotate(30deg);
 transform: rotate(30deg);
}
      .ButtonStyle, .sc-button
      {
        border:0px;
        font-size: 16px;
        font-family: frutiger65_bold, "helvetica neue", helvetica;
        font-weight: bold;
        color: #FFFFFF;
        background-color:#4066B3 !important;
        text-align:center;
        width:130px;
        height:40px;
        cursor: pointer;
      }

      .Button-hover:hover {
        background-color: #000066 !important;
        color: #ffffff !important;
      }   

.sc-button {
    margin-left: 110px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.sc-button:hover {
    background-color: #23366f !important;
    color: #ffffff !important;
    cursor: pointer;
}

   .Error {
    position: relative;
    z-index:99;
    color: #bf0000;
}
.Error .ErrorMsg {
      display: block;
      margin-top: 2px;
      background-color: #e51b00;
      background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
      background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
      background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
      background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
      border: 1px solid #9f1300;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
      box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
      color: #f3f3f3;
      font-size: 1em;
      line-height: 1.2em;
      max-width: 16em;
      padding: 0.4em 0.6em;
      text-shadow: #901100 0 -1px 0;
  }
.Error .ErrorArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  left: 5px;
  z-index: -1;
}
.Error .ErrorArrow {
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}\
.Error .ErrorArrowWrap.ArrowImage {
  background: transparent url("../images/callout-arrow-up-red.png") top center no-repeat;
  bottom: -7px;
}
.Error .ErrorArrowWrap.ArrowImage .ErrorArrow {
  display: none;
}

.Error .ErrorMsg .ErrorDetail {
  display: block;
 font-family: arial !important;
}
.confirmfont {

        font-family: frutiger65_bold,"Helvetica Neue",Arial,sans-serif !important;
        font-size:14px;
        line-height:14px;
        text-align: center;
  font-weight:bold;
  color: #3e3e3e;
}