body {
  font-size: 16px;
  padding-top: 10px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.content-wrapper {
    width:95%;
}

#header {
  position: fixed;
  padding-left: 20px;
  width: 95%;
  z-index: 1000;
}

#header .global-header {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}

#header .global-header .header-inner {
  height: 80px;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}

#sb-slide {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

#header .global-header .header-inner h2 {
text-align: center;
}

#header .global-header .header-inner h2 a {
  background: url(/content/img-fctw-header-logo-tw-01.svg) no-repeat left top; /* SVG */
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 38px;
  width: 223px;
}
fieldset, img, abbr {
  border: 0;
}
/* form */
.component-form {
  line-height: 1.4;
}
.component-form input[type="text"],
.component-form input[type="password"],
.component-form input[type="email"],
.component-form input[type="tel"],
.component-form input[type="search"],
.component-form input[type="url"],
.component-form input[type="number"],
.component-form textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  margin: 7px 0;
  padding: 8px 10px;
  -webkit-appearance: none;
}
.component-form select {
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  margin: 7px 0;
  padding: 8px 10px;
}
.component-form select + [class*='component-btn-'] {
  margin-top: 6px;
  vertical-align: top;
}
.component-form input[type="checkbox"],
.component-form input[type="radio"] {
  margin: 0 8px 0 0;
}
[dir="rtl"] .component-form input[type="checkbox"],
[dir="rtl"] .component-form input[type="radio"] {
  margin: 0 0 0 8px;
}
.component-form input.size-s {
  width: 40%;
}
.component-form input.size-m {
  width: 70%;
}
.component-form input.size-l {
  width: 100%;
}
.component-form textarea.size-s {
  height: 10em;
  width: 40%;
}
.component-form textarea.size-m {
  height: 10em;
  width: 70%;
}
.component-form textarea.size-l {
  height: 10em;
  width: 100%;
}
.component-form .form-element-wrap > label {
  display: block;
}
.component-form .form-element-wrap > label:after,
.component-form .form-element-wrap fieldset:after {
  content: "";
	clear: both;
	display: table;
}
.component-form .form-element-wrap {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.component-form .form-element-wrap .form-label {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 13px 4% 13px 1%;
  width: 27%;
}
.component-form .form-element-wrap .form-label2 {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 13px 4% 13px 1%;
  width: 27%;
}

    .component-form .form-element-wrap .form-label .note {
        display: inline-block;
        font-weight: normal;
        font-size: 75%;
        padding-top: 5px;
        width: 100%;
    }

.component-form .form-element-wrap .form-label-red {
  background: yellow;
  color: red;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  padding: 2px 4px;
}

[dir="rtl"] .component-form .form-element-wrap .form-label {
  float: right;
  margin: 0;
  padding: 13px 1% 13px 4%;
}
.component-form .form-element-wrap .form-label .note {
  display: inline-block;
  font-weight: normal;
  font-size: 75%;
  padding-top: 5px;
  width: 100%;
}
.component-form .form-element-wrap label {
  padding-bottom: 10px;
}
.component-form .form-element-wrap label span {
  margin-right: 10px;
}
[dir="rtl"] .component-form .form-element-wrap label span {
  margin-left: 10px;
  margin-right: 0;
}
.component-form .form-element-wrap label + label {
  margin-left: 30px;
}
[dir="rtl"] .component-form .form-element-wrap label + label {
  margin-left: 0;
  margin-right: 30px;
}
.component-form .form-element-wrap .form-element {
  display: block;
  margin: 0 0 0 32%;
  width: 68%;
}
[dir="rtl"] .component-form .form-element-wrap .form-element {
  /*margin: 0 32% 0 0;*/
  margin: 0;
  float: right;
}
.component-form .form-element-wrap .check-radio {
  padding: 10px 0;
}
.component-form .form-element-wrap .check-radio label {
  display: inline-block;
  margin: 0 30px 0 0;
  padding-bottom: 0;
}
[dir="rtl"] .component-form .form-element-wrap .check-radio label {
  margin: 0 0 0 30px;
}
.component-form .form-element-wrap .check-radio input[type="checkbox"],
.component-form .form-element-wrap .check-radio input[type="radio"] {
  margin: 10px 10px 10px 0;
}
[dir="rtl"] .component-form .form-element-wrap .check-radio input[type="checkbox"],
[dir="rtl"] .component-form .form-element-wrap .check-radio input[type="radio"] {
  margin: 10px 0 10px 10px;
}
.component-form .form-element-wrap .required {
  background: #f00;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 4px;
}
[dir="rtl"] .component-form .form-element-wrap .required {
  margin-left: 0;
  margin-right: 10px;
}
.component-form .form-element-wrap .required {
  background: #f00;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 4px;
}
[dir="rtl"] .component-form .form-element-wrap .required {
  margin-left: 0;
  margin-right: 10px;
}


/* btn */
[class*='component-btn-'] {
  display: table;
  text-align: center;
  width: 100%;
}
[class*='component-btn-'] a,
[class*='component-btn-'] input[type="submit"],
[class*='component-btn-'] input[type="button"] {
  box-sizing: border-box;
  display: table-cell;
  font-size: 112.5%;
  line-height: 1.4;
  padding: 10px 8px;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  margin-top:10px;
}
[class*='component-btn-'] a strong,
[class*='component-btn-'] input[type="submit"] strong,
[class*='component-btn-'] input[type="button"] strong {
  font-size: 133.3%;
  font-weight: bold;
}
[class*='component-btn-'] a:before {
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 8px 1px 0;
  vertical-align: middle;
  width: 6px;
}
[dir="rtl"] [class*='component-btn-'] a:before {
  margin: 0 0 1px 8px;
}
[class*='component-btn-'].anchor a:before,
[class*='component-btn-'].anchor-up a:before {
  height: 9px;
  width: 9px;
}
[class*='component-btn-'].size-m a,
[class*='component-btn-'].size-m input[type="submit"],
[class*='component-btn-'].size-m input[type="button"] {
  font-size: 93.75%;
  padding: 8px;
}
[class*='component-btn-'].size-s a,
[class*='component-btn-'].size-s input[type="submit"],
[class*='component-btn-'].size-s input[type="button"] {
  font-size: 87.5%;
  padding: 4px 8px;
}
[class*='component-btn-'].size-m a:before,
[class*='component-btn-'].size-s a:before {
  height: 7px;
  margin: 0 6px 2px 0;
  width: 5px;
}
[dir="rtl"] [class*='component-btn-'].size-m a:before,
[dir="rtl"] [class*='component-btn-'].size-s a:before {
  margin: 0 0 2px 6px;
}
[class*='component-btn-'].anchor.size-m a:before,
[class*='component-btn-'].anchor-up.size-m a:before {
  height: 7px;
  width: 7px;
}
[class*='component-btn-'].anchor.size-s a:before,
[class*='component-btn-'].anchor-up.size-s a:before {
  height: 9px;
  width: 9px;
}

.component-btn-red a,
.component-btn-red input[type="submit"],
.component-btn-red input[type="button"] {
  background: #f00;
  border: 1px solid #f00;
  color: #fff;
}
.component-btn-red a:before {
  background: url(/resources/images/arrow-link-w-m.png) no-repeat;
}
[dir="rtl"] .component-btn-red a:before {
  background: url(/resources/images/arrow-link-w-m-rtl.png) no-repeat;
}
.component-btn-red.size-m a:before,
.component-btn-red.size-s a:before {
  background: url(/resources/images/arrow-link-w-s.png) no-repeat;
}
[dir="rtl"] .component-btn-red.size-m a:before,
[dir="rtl"] .component-btn-red.size-s a:before {
  background: url(/resources/images/arrow-link-w-s-rtl.png) no-repeat;
}
.component-btn-red.anchor a:before {
  background: url(/resources/images/arrow-anchor-w-m.png) no-repeat;
}
.component-btn-red.anchor-up a:before {
  background: url(/resources/images/arrow-anchor-up-w-m.png) no-repeat;
}
.component-btn-red.anchor.size-m a:before,
.component-btn-red.anchor.size-s a:before {
  background: url(/resources/images/arrow-anchor-w-s.png) no-repeat;
}
.component-btn-red.anchor-up.size-m a:before,
.component-btn-red.anchor-up.size-s a:before {
  background: url(/resources/images/arrow-anchor-up-w-s.png) no-repeat;
}
.component-btn-red.border a,
.component-btn-red.border input[type="submit"],
.component-btn-red.border input[type="button"] {
  border: 1px solid #fff;
}


.component-form-button {
  padding-top: 10px;
}

.component-form-button .component-btn-red a,
.component-form-button .component-btn-red input[type="submit"],
.component-form-button .component-btn-red input[type="button"] {
  background: #186e73;
  border: 1px solid #186e73;
  color: white;
  text-decoration: none;
}

.row {
  box-sizing: border-box;
  max-width: 1152px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 120px;
  padding-right: 24px;
  padding-bottom: 20px;
  width: 100%;
}

[class*='col-'] {
  box-sizing: border-box;
  float: left;
  overflow-wrap: break-word;
  padding-left: 24px;
  word-wrap: break-word;
}

.col-1-1 {
  width: 100%;
}

.component-h-lv2 {
  border-bottom: 1px solid #666;
  font-size: 175%;/*28px*/
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.component-h-lv4 {
  border-bottom: 1px solid #666;
  font-size: 120%;/*28px*/
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.height110 {
   height : 110px;
}
.height70 {
   height : 70px;
}
.width600{
   width: 600px;
}
.preview {
   display: inline-block;
   margin: 10px;
   }
   
.preview img {
   width: 800px;
/*   height: 338px; */
   margin-right: 0px;
 } 
.canvas600 {
 width:600px;
 height: 338px;
 }

@media screen and (max-width: 768px) {
    h2 {
        font-size: 15px;
    }
    .component-h-lv2{
       font-size: 125%;
    }
    .height110 {
        height : 150px;
    }
    .height70 {
        height : 80px;
    }
    .width600 {
        width: 95%;
    }
   .canvas600 {
    width:400px;
    height: 225px;
    }
  .component-form .form-element-wrap .form-label {
    width: 30%;
  }    
  .component-form .form-element-wrap .form-label2 {
    width: 80%;
  }
 .preview img {
   width: 400px;
/*   height: 225px; */
   margin-right: 0px;
 }
  .content-wrapper {
        width: 100%;
  }
 .container {
        padding-right: 5px;
        padding-left: 5px;
        margin-right: 5px;
        margin-left: 5px;
    } 
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
         width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
         width: 1170px;
    }
}
