﻿/* BASE ELEMENT STYLE */
/* HEADER */
.header-menubar {
  margin-top: 13px;
  height: 28px;
  border: 1px solid #f2f2f2;
}
/* IDENTITY */
.logo-wrapper {
  width: auto;
  margin-top: -10px;
}
.logo-wrapper a {
  display: table;
}
.logo-wrapper a .logo-image-wrapper {
  float: left;
  margin-right: 10px;
}
.logo-wrapper a .logo-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 20px;
}
.topnavigation {
  display: none;
}
.social-links {
  display: none;
}
.social-links-mobile {
  display: block;
  float: left;
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #9e9e9e;
}
.social-links-mobile ul {
  text-align: center;
}
.social-links-mobile ul li {
  display: inline-block;
}
.social-links-mobile ul li img {
  width: 40px;
  height: 40px;
}
footer {
  height: auto;
  background-color: black;
}
footer .footer-container ul {
  width: 100%;
  float: left;
  text-align: center;
}
footer .footer-container ul li {
  border: none;
  margin: 20px;
  display: inline-block;
  height: auto;
  float: none;
}
footer .footer-container ul li a img {
  width: 100%;
  height: auto;
}
/* NAVIGATION */
.mobile-menu-activation {
  background-image: url(/Components/EAO/Design/images/Mobile-Menu-Icon.png);
  background-repeat: no-repeat;
  float: right;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  background-position: 50%;
}
.navigation-mobile {
  display: none;
}
.navigation-mobile .highlight-mobile {
  background-color: #5b5b5b;
  color: #fff;
}
/* CONTENT STYLE */
.sliding-picture-spot-mobile .sliding-picture-spot-text-wrapper {
  width: 100%;
  background-color: #eeeeee;
  float: left;
  padding: 0 15px;
  margin-top: -4px;
  height: 175px;
}
.sliding-picture-spot-mobile .sliding-picture-spot-text-wrapper .sliding-picture-spot-text-header {
  margin-top: 20px;
}
.sliding-picture-spot-mobile .sliding-picture-spot-text-wrapper .sliding-picture-spot-text-header h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.sliding-picture-spot-mobile .sliding-picture-spot-text-wrapper .sliding-picture-spot-text-content {
  margin-top: 5px;
  font-family: Arial;
  font-size: 15px;
}
.sliding-picture-spot-mobile .sliding-picture-spot-text-wrapper .sliding-picture-spot-link-wrapper {
  margin: 15px 0 20px 0;
  bottom: 0;
  min-width: 60px;
  height: 20px;
  display: table;
  padding: 0 10px;
}
.sliding-picture-spot-mobile .sliding-picture-spot-text-wrapper .sliding-picture-spot-link-wrapper a {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-family: Arial;
  font-size: 9px;
  font-weight: bold;
}
.sliding-picture-spot-mobile .sliding-picture-spot-image-wrapper {
  width: 100%;
  float: left;
  display: block;
  right: 0;
  position: relative;
}
.sliding-picture-spot-mobile .sliding-picture-spot-image-wrapper img {
  height: auto;
  width: 100%;
}
.sliding-picture-spot-mobile .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  top: 10px;
  width: 100%;
}
.sliding-picture-spot-mobile .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.sliding-picture-spot-mobile .pagination .swiper-active-switch {
  background: #e10515;
}
.sliding-picture-spot-mobile .swiper-slide {
  position: relative;
}
.news-list ul {
  margin: 10px 0 0 10px;
}
.news-list-spot ul {
  margin: 10px 0 0 10px;
}
.news-list-spot .more-news {
  margin: 15px 0 35px 10px;
}
.event-list-spot .events {
  width: auto;
}
.event-list-spot .events .event {
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
}
.event-description .google-map-large {
  width: auto;
  height: 275px;
}
/* Infographics spot */
.info-graphics-spot .infographics {
  margin: 7px 0 0 0;
}
.info-graphics-spot .infographics .infographic-wrapper {
  margin: 0 0 7px 0;
}
.info-graphics-spot .infographics .infographic-wrapper .add-this-wrapper img {
  width: 100%;
  height: auto;
}
.info-graphics-spot .infographics .infographic-wrapper .infographic .infographic-image-wrapper img {
  width: 100%;
  height: auto;
}
.video-list-spot .videoSpot-wrapper .videoSpot-player-wrapper {
  width: 100%;
  margin-right: 0;
}
.video-list-spot .videoSpot-wrapper .videoSpot-video-list {
  width: 100%;
}
.video-list-spot .videoSpot-wrapper .videoSpot-video-list .video-list-link {
  text-align: center;
}
.video-list-spot .videoSpot-wrapper .videoSpot-video-list .video-list-link a {
  font-family: Arial;
  font-size: 15px;
}
.event-list {
  width: 100%;
  margin: 0 10px;
}
.case-list {
  /*margin-top: 20px;*/
  margin-left: 0;
  padding: 0 10px;
}
.case-list .case {
  float: left;
  margin-bottom: 13px;
}
.case-list .case .case-thumbnail {
  width: 100%;
  margin-right: 0;
}
.case-list .case .case-thumbnail img {
  width: 100%;
  height: auto;
}
.case-list .case .case-text-wrapper {
  width: 100%;
}
/* FORM */
.form-spot {
  margin-bottom: 20px;
}
.form-spot .spot-header {
  margin-bottom: 20px;
}
.form-spot .form-spot-image-wrapper {
  padding: 0 10px 20px 10px;
  width: 100%;
}
.form-spot .form-spot-image-wrapper img {
  width: 100%;
  height: 100%;
}
.form-spot .form-spot-form-content {
  width: 100%;
  padding: 0 10px;
  height: auto;
}
.form-spot .form-spot-form-content .form-spot-text-wrapper {
  font-family: Arial;
  font-size: 13px;
}
.form-spot .form-spot-form-content .form-spot-form-wrapper {
  margin: 0 0;
  position: relative;
}
.scfForm h1 {
  /* tile */
}
.scfForm .scfValidationSummary {
  margin: 10px 0 10px 0;
}
.scfForm .scfIntroBorder {
  /* intro */
}
.scfForm .scfSectionBorder {
  /* the form */
}
.scfForm .scfSectionBorder .scfSectionBorderAsFieldSet {
  /* fields wrapper */
}
.scfForm .scfSectionBorder .scfSectionBorderAsFieldSet .scfSectionLegend {
  /* form title */
  font-family: Arial;
  font-size: 13px;
  padding: 0 0 10px 10px;
}
.scfForm .scfSectionBorder .scfSectionContent {
  /* fields content */
}
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder {
  width: 100%;
  height: 32px;
  margin: 0 0 10px 0;
}
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder label,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder label {
  /* label */
  font-family: Arial;
  font-size: 13px;
  width: auto;
}
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfSingleLineGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfNumberGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfDatePickerGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfDateGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfRadioButtonListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfCheckBoxListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfFileUploadGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfDateSelectorGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfCreditCardGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfConfirmPasswordGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfSmsTelephoneGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfDropListGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfEmailGeneralPanel,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfEmailGeneralPanel {
  width: 100%;
}
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfSingleLineGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfNumberGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfDatePickerGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfDateGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfRadioButtonListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfCheckBoxListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfFileUploadGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfDateSelectorGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfCreditCardGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfConfirmPasswordGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfSmsTelephoneGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfDropListGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDropListBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfEmailBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSingleLineTextBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfPasswordBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfNumberBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDatePickerBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfRadioButtonListBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfListBoxBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCheckBoxListBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfFileUploadBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfDateSelectorBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCreditCardBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfConfirmPasswordBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfCaptchaBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfTelephoneBorder .scfEmailGeneralPanel input,
.scfForm .scfSectionBorder .scfSectionContent .scfSmsTelephoneBorder .scfEmailGeneralPanel input {
  height: 32px;
  width: 100%;
}
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder {
  /* field wrapper */
  margin: 0 0 10px 0;
  height: 80px;
  width: 100%;
}
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder label {
  font-family: Arial;
  font-size: 13px;
  width: auto;
}
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfMultipleLineGeneralPanel {
  height: 80px;
  width: 100%;
}
.scfForm .scfSectionBorder .scfSectionContent .scfMultipleLineTextBorder .scfMultipleLineGeneralPanel textarea {
  height: 80px;
  width: 100%;
}
.scfForm input[type=submit] {
  min-width: 120px;
  min-height: 40px;
  background: #e10015;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  right: 0;
  bottom: 0;
  float: right;
  margin-top: 15px;
  margin-left: auto;
}
.login-spot {
  width: 100%;
  margin-bottom: 25px;
}
.login-spot .spot-header {
  margin-bottom: 20px;
}
.login-spot .login-spot-form-wrapper {
  padding: 0 10px;
}
.login-spot .login-spot-form-wrapper h1 {
  display: none;
}
.login-spot input[type='submit'] {
  min-height: 30px;
  min-width: 92px;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
}
.mypage {
  padding: 0 10px;
}
.extranet {
  padding: 0 10px;
}
.extranet .primary {
  width: 100%;
  margin-right: 0;
  float: left;
}
.extranet .sidebar {
  width: 100%;
  margin-left: 0;
  float: left;
}
.wizardNav {
  position: relative;
}
.wizardNav table {
  width: 100%;
}
.wizardNav table tbody tr td {
  margin: 0 0;
  display: block;
  float: left;
  width: 100%;
}
.wizardNav table tbody tr td input[type='submit'],
.wizardNav table tbody tr td .wizardNavButton {
  min-width: 91px;
  min-height: 30px;
  font-size: 13px;
  display: block;
  position: inherit;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  width: 100%;
  float: left;
}
.eventguide .intro figure img {
  width: 100%;
  height: auto;
}
.scfForm .eventguide .scfRadioButtonList td label {
  width: auto;
}
.scfForm .eventguide .evaluationInfo {
  list-style-type: disc;
  margin-left: 0;
}
.PasswordRecovery {
  padding: 0 10px;
}
.document-title {
  margin: 15px 10px 15px 10px;
}
.document-title h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.document-abstract {
  margin: 15px 10px 15px 10px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}
.document-image {
  margin: 0 10px 25px 10px;
}
.document-image img {
  width: 100%;
  height: auto;
}
.document-text {
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;
}
.document-image-full img {
  width: 100%;
  height: auto;
}
.regions-spot {
  margin-bottom: 35px;
}
.regions-spot .regions-spot-text-wrapper {
  padding: 15px 10px 20px 10px;
  font-family: Arial;
  font-size: 11px;
}
.regions-spot .regions-spot-regions-wrapper {
  padding: 0 10px;
}
.regions-spot .regions-spot-regions-wrapper ul {
  margin: 0 0;
  float: left;
}
.regions-spot .regions-spot-regions-wrapper .region-wrapper {
  height: 60px;
  width: 100%;
  float: left;
  margin: 5px 0;
}
.regions-spot .regions-spot-regions-wrapper .region-wrapper a {
  width: 100%;
  height: 100%;
}
.regions-spot .regions-spot-regions-wrapper .region-wrapper a h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  padding: 15px 20px;
}
.regions-spot .regions-spot-regions-wrapper .region-wrapper a .region-spot-link-text-wrapper {
  width: 60px;
  bottom: 0;
  right: 0;
  background-image: url(/Components/EAO/Design/images/Region-arrow.png);
  background-position: center;
  height: 60px;
}
.regions-spot .regions-spot-regions-wrapper .region-wrapper a .region-spot-link-text-wrapper span {
  height: 30px;
  width: 100%;
  vertical-align: middle;
  font-family: Arial;
  font-size: 13px;
  display: none;
  text-align: center;
  padding-top: 6px;
}
.region-spot-with-image {
  width: 100%;
}
.region-spot-with-image .region-spot-content-wrapper {
  float: left;
  width: 100%;
}
.region-spot-with-image .region-spot-content-wrapper .region-spot-image-wrapper {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.region-spot-with-image .region-spot-content-wrapper .region-spot-image-wrapper img {
  width: 100%;
  height: auto;
}
.region-spot-with-image .region-spot-content-wrapper .regions-spot-regions-wrapper {
  float: left;
  width: 100%;
}
.region-spot-with-image .region-spot-content-wrapper .regions-spot-regions-wrapper ul {
  margin: 0 0;
  float: left;
}
.region-spot-with-image .region-spot-content-wrapper .regions-spot-regions-wrapper .region-wrapper {
  height: 60px;
  width: 100%;
  float: left;
  margin: 5px 0;
}
.region-spot-with-image .region-spot-content-wrapper .regions-spot-regions-wrapper .region-wrapper:first-child {
  margin-top: 0;
}
.region-spot-with-image .region-spot-content-wrapper .regions-spot-regions-wrapper .region-wrapper a {
  width: 100%;
  height: 100%;
}
.region-spot-with-image .region-spot-content-wrapper .regions-spot-regions-wrapper .region-wrapper a h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  padding: 15px 20px;
}
.region-spot-with-image .region-spot-content-wrapper .regions-spot-regions-wrapper .region-wrapper a .region-spot-link-text-wrapper {
  width: 60px;
  bottom: 0;
  right: 0;
  background-image: url(/Components/EAO/Design/images/Region-arrow.png);
  background-position: center;
  height: 60px;
}
.region-spot-with-image .region-spot-content-wrapper .regions-spot-regions-wrapper .region-wrapper a .region-spot-link-text-wrapper span {
  height: 30px;
  width: 100%;
  vertical-align: middle;
  font-family: Arial;
  font-size: 13px;
  display: none;
  text-align: center;
  padding-top: 6px;
}
.ambassador-list {
  padding: 0 10px;
}
.ambassador-list .ambassador-list-wrapper .ambassador {
  margin-bottom: 11px;
  width: 100%;
  float: left;
}
.ambassador-list .ambassador-list-wrapper .ambassador .ambassador-activation {
  float: left;
  cursor: pointer;
}
.ambassador-list .ambassador-list-wrapper .ambassador .ambassador-thumbnail {
  width: 100%;
  float: left;
}
.ambassador-list .ambassador-list-wrapper .ambassador .ambassador-thumbnail img {
  width: 100%;
  height: auto;
}
.ambassador-list .ambassador-list-wrapper .ambassador .ambassador-quote {
  border-bottom: 1px solid #b2b2b2;
  float: left;
  width: 100%;
  margin-left: 0;
}
.ambassador-list .ambassador-list-wrapper .ambassador .ambassador-quote .quote {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.ambassador-list .ambassador-list-wrapper .ambassador .ambassador-quote .name {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: black;
  margin-bottom: 24px;
  display: block;
}
.ambassador-list .ambassador-list-wrapper .ambassador .ambassador-quote .ambassador-collapsed {
  display: none;
  margin-bottom: 20px;
}
.ambassador-list .ambassador-list-wrapper .ambassador .ambassador-quote .ambassador-collapsed .ambassador-text a {
  color: #e10515;
  text-decoration: underline;
}
.case-spot .case-spot-wrapper .case-spot-img-wrapper {
  width: 100%;
}
.case-spot .case-spot-wrapper .case-spot-text-wrapper {
  width: 100%;
}
.case-spot .case-spot-wrapper .case-spot-text-wrapper .case-spot-header h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
}
.case-spot .case-spot-wrapper .case-spot-text-wrapper .case-spot-header span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.case-spot .case-spot-wrapper .case-spot-text-wrapper .case-spot-text span {
  font-family: Arial;
  font-size: 15px;
}
/* CSS HELPER CLASSES */
.web {
  display: none;
}
.mobile {
  display: block;
}
.web-480 {
  display: block;
}