@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;
  height: 100%;
  font: normal 72% "Helvetica Neue",Helvetica,Verdana,Arial,"Hiragino Sans GB","华文细黑","微软雅黑","Microsoft YaHei",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

body {
  min-height: 100%;
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-style: normal;
  overflow-x: hidden;
  background-color: #fafafa;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font: normal 90% "Helvetica Neue",Helvetica,Verdana,Arial,"Hiragino Sans GB","华文细黑","微软雅黑","微軟正黑體","Microsoft YaHei",sans-serif;
}

img, div, ul, li, h1, h2, h3, h4, h5, h6, span, p {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-style: normal;
}

h1, h2 {
  font-weight: 100;
}

input:focus, select:focus {
  outline: 0;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:link {
  color: inherit;
}
a:active {
  color: inherit;
}
a:visited {
  color: inherit;
}

.row {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .row {
    padding: 0;
  }
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 54px;
  z-index: 100;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#header-left {
  display: inline-block;
  width: 40%;
  height: 54px;
  float: left;
  text-align: left;
}
#header-left a#just-logo {
  display: block;
  width: 120px;
  height: 42px;
  margin: 10px 12px 0 0;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: url("../img/white_logo.svg") 100%/cover;
}
@media (min-width: 640px) {
  #header-left a#just-logo {
    margin: 12px 12px 0 12px;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#header-right {
  display: inline-block;
  width: 55%;
  height: 54px;
  float: right;
  text-align: right;
}
#header-right a#just-signup, #header-right a#just-business {
  display: none;
}
#header-right a#just-download, #header-right a#just-business {
  padding: 0 5px;
  font-size: 14px;
  margin-right: 15px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
#header-right a#just-download:hover, #header-right a#just-business:hover {
  text-decoration: underline;
}
@media (min-width: 640px) {
  #header-right a#just-download, #header-right a#just-business {
    display: inline-block;
    font-size: 16px;
  }
}
#header-right a#just-download {
  display: inline-block;
}
#header-right a#just-login {
  display: inline-block;
  width: 60px;
  height: 36px;
  line-height: 36px;
  margin-top: 18px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#header-right a#just-login:hover {
  color: #444;
  background: #fff;
}
#header-right a#just-login:active {
  color: #777;
}
@media (min-width: 640px) {
  #header-right a#just-login {
    width: 80px;
    font-size: 16px;
  }
}

.just-top {
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ddd;
}
.just-top #header-left a#just-logo {
  margin: 6px 12px 0 2px;
  background: url("../img/Justup_logo.svg") 100%/cover;
}
@media (min-width: 640px) {
  .just-top #header-left a#just-logo {
    margin: 6px 12px 0 12px;
  }
}
.just-top #header-right a#just-signup {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  margin-right: 0px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #009add;
}
.just-top #header-right a#just-signup:hover {
  opacity: 0.9;
}
.just-top #header-right a#just-signup:active {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
@media (min-width: 640px) {
  .just-top #header-right a#just-signup {
    padding: 0 25px;
    margin-right: 8px;
    font-size: 16px;
  }
}
.just-top #header-right a#just-business {
  color: #009add;
}
.just-top #header-right a#just-download {
  display: none;
}
.just-top #header-right a#just-login {
  margin-top: 12px;
  color: #009add;
  border: 1px solid #009add;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.just-top #header-right a#just-login:hover, .just-top #header-right a#just-login:active {
  opacity: 0.6;
}

#just-wrap {
  min-height: 100%;
  height: 100%;
}

.line-divider {
  width: 100%;
  height: 32px;
}

#section-hero {
  position: relative;
  height: 590px;
  background: url("../img/landing/landing_hero_bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fafafa;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  #section-hero {
    height: 790px;
  }
}
#section-hero .hero-description {
  position: relative;
  top: 220px;
  text-align: center;
  color: #fff;
}
@media (min-width: 1200px) {
  #section-hero .hero-description {
    top: 240px;
  }
}
#section-hero .hero-description h1, #section-hero .hero-description h2 {
  font-size: 28px;
  letter-spacing: 2px;
}
@media (min-width: 480px) {
  #section-hero .hero-description h1, #section-hero .hero-description h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #section-hero .hero-description h1, #section-hero .hero-description h2 {
    font-size: 54px;
    letter-spacing: 3px;
  }
}
#section-hero .hero-description p {
  font-size: 16px;
  letter-spacing: 0px;
}
@media (min-width: 480px) {
  #section-hero .hero-description p {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  #section-hero .hero-description p {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
#section-hero .hero-description a#btn-register {
  padding: 8px 48px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#section-hero .hero-description a#btn-register:focus {
  outline: 0;
  color: inherit;
}
#section-hero .hero-description a#btn-register:hover {
  color: #444;
  background: #fff;
}
#section-hero .hero-description a#btn-register:active {
  color: #777;
}

#section-key-features {
  background-color: #fafafa;
}
@media (min-width: 640px) {
  #section-key-features {
    height: 300px;
  }
}
#section-key-features .features-card {
  width: 100%;
  height: 240px;
  text-align: center;
}
#section-key-features .features-card + .features-card {
  border-top: 1px solid #009add;
}
@media (min-width: 640px) {
  #section-key-features .features-card {
    width: 33.33333%;
    float: left;
    padding-left: 1.85185%;
    padding-right: 1.85185%;
    height: 100%;
  }
  #section-key-features .features-card + .features-card {
    border-top: none;
  }
}
#section-key-features .features-card .features-icon {
  display: block;
  height: 80%;
  width: 100%;
}
#section-key-features .features-card .features-icon img {
  position: relative;
  top: 50%;
  margin-top: -75px;
}
#section-key-features .features-card .features-name {
  height: 20%;
  width: 100%;
  font-size: 22px;
  color: #009add;
}

.feature-description {
  width: 100%;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 640px) {
  .feature-description {
    width: 40%;
    margin-top: 80px;
    padding-left: 10px;
    text-align: left;
  }
}
.feature-description h1, .feature-description h2 {
  font-size: 28px;
  letter-spacing: 2px;
}
@media (min-width: 480px) {
  .feature-description h1, .feature-description h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .feature-description h1, .feature-description h2 {
    font-size: 54px;
    letter-spacing: 3px;
  }
}
.feature-description p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
}
@media (min-width: 480px) {
  .feature-description p {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  .feature-description p {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.feature-description span {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .feature-description span {
    font-size: 16px;
  }
}

.feature-diagram {
  width: 100%;
  padding-top: 36px;
}
@media (min-width: 640px) {
  .feature-diagram {
    width: 60%;
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .feature-diagram {
    padding-top: 0px;
  }
}

#section-feature-classify {
  height: 500px;
  background-image: url("../img/landing/feature_classify_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
}
#section-feature-classify .classify-description {
  position: relative;
  top: 150px;
  text-align: center;
  color: #fff;
}
#section-feature-classify .classify-description h1, #section-feature-classify .classify-description h2 {
  font-size: 28px;
  letter-spacing: 2px;
}
@media (min-width: 480px) {
  #section-feature-classify .classify-description h1, #section-feature-classify .classify-description h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #section-feature-classify .classify-description h1, #section-feature-classify .classify-description h2 {
    font-size: 54px;
    letter-spacing: 3px;
  }
}
#section-feature-classify .classify-description p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 40px;
}
@media (min-width: 480px) {
  #section-feature-classify .classify-description p {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  #section-feature-classify .classify-description p {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

#section-feature-access {
  height: 500px;
  padding: 36px 0 0 0;
  background-color: #fafafa;
  border-bottom: 1px solid #009add;
}
@media (min-width: 420px) {
  #section-feature-access {
    height: 640px;
  }
}
@media (min-width: 640px) {
  #section-feature-access {
    padding: 86px 0;
  }
}
#section-feature-access .feature-description .tab-divider {
  height: 72px;
}
#section-feature-access .feature-description .tab-divider .feature_access_tab {
  position: relative;
  top: 25px;
  left: -2px;
  padding: 5px 10px;
  margin: 0px;
  font-size: 16px;
  color: #084394;
  border: 1px solid #084394;
  border-radius: 3px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#section-feature-access .feature-description .tab-divider .feature_access_tab:hover {
  color: #fff;
  background: #084394;
}
#section-feature-access .feature-description .tab-divider .feature_access_tab:active {
  opacity: 0.9;
}
@media (min-width: 900px) {
  #section-feature-access .feature-description .tab-divider .feature_access_tab {
    padding: 5px 15px;
    margin: 0 5px;
  }
}
#section-feature-access .feature-description .tab-divider .feature_access_spotlight {
  color: #fff;
  background: #084394;
  opacity: 0.9;
}
#section-feature-access .feature-diagram img {
  display: block;
  width: 100%;
  max-width: 800px;
  min-width: 320px;
}
#section-feature-access .feature-diagram .feature-access-tour, #section-feature-access .feature-diagram #feature_access_frame {
  position: absolute;
  max-width: 800px;
}
#section-feature-access .feature-diagram #feature_access_01 img {
  display: block;
}
#section-feature-access .feature-diagram #feature_access_02 img {
  display: none;
}
#section-feature-access .feature-diagram #feature_access_03 img {
  display: none;
}
#section-feature-access .feature-diagram #feature_access_04 img {
  display: none;
}

#section-feature-collaborate {
  height: 500px;
  padding: 36px 0 0 0;
  background-color: #fafafa;
  border-bottom: 1px solid #009add;
}
@media (min-width: 420px) {
  #section-feature-collaborate {
    height: 640px;
  }
}
@media (min-width: 640px) {
  #section-feature-collaborate {
    padding: 86px 0;
  }
}
#section-feature-collaborate .feature-diagram img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 680px;
}

#section-ending-call {
  height: 250px;
  background-color: #fafafa;
}
@media (min-width: 640px) {
  #section-ending-call {
    height: 360px;
  }
}
#section-ending-call .ending-call-description {
  position: relative;
  top: 40px;
  text-align: center;
  text-indent: 0.5em;
}
@media (min-width: 640px) {
  #section-ending-call .ending-call-description {
    top: 90px;
  }
}
#section-ending-call .ending-call-description p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
}
@media (min-width: 640px) {
  #section-ending-call .ending-call-description p {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
#section-ending-call .ending-call-description #btn-ending-call {
  padding: 12px 60px;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
  background: #009add;
  border-radius: 3px;
}
#section-ending-call .ending-call-description #btn-ending-call:hover {
  opacity: 0.9;
}
#section-ending-call .ending-call-description #btn-ending-call:active {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#section-ending-call .ending-call-description #btn-ending-call:focus {
  outline: 0;
}

#about-introduction, #about-hero, #about-contact {
  position: relative;
  min-height: 180px;
  padding-top: 25px;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fafafa;
  background-repeat: no-repeat;
  border-bottom: 2px solid #BCDBE3;
}
@media (min-width: 640px) {
  #about-introduction, #about-hero, #about-contact {
    min-height: 260px;
    padding-top: 50px;
  }
}
#about-introduction .about-intro-description, #about-introduction .about-contact-description, #about-introduction .hero-description, #about-hero .about-intro-description, #about-hero .about-contact-description, #about-hero .hero-description, #about-contact .about-intro-description, #about-contact .about-contact-description, #about-contact .hero-description {
  position: relative;
  text-align: center;
  color: #000;
}
#about-introduction .about-intro-description h1, #about-introduction .about-contact-description h1, #about-introduction .hero-description h1, #about-hero .about-intro-description h1, #about-hero .about-contact-description h1, #about-hero .hero-description h1, #about-contact .about-intro-description h1, #about-contact .about-contact-description h1, #about-contact .hero-description h1 {
  font-size: 28px;
  letter-spacing: 2px;
}
@media (min-width: 640px) {
  #about-introduction .about-intro-description h1, #about-introduction .about-contact-description h1, #about-introduction .hero-description h1, #about-hero .about-intro-description h1, #about-hero .about-contact-description h1, #about-hero .hero-description h1, #about-contact .about-intro-description h1, #about-contact .about-contact-description h1, #about-contact .hero-description h1 {
    font-size: 48px;
  }
}
#about-introduction .about-intro-description p, #about-introduction .about-contact-description p, #about-introduction .hero-description p, #about-hero .about-intro-description p, #about-hero .about-contact-description p, #about-hero .hero-description p, #about-contact .about-intro-description p, #about-contact .about-contact-description p, #about-contact .hero-description p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
}
@media (min-width: 640px) {
  #about-introduction .about-intro-description p, #about-introduction .about-contact-description p, #about-introduction .hero-description p, #about-hero .about-intro-description p, #about-hero .about-contact-description p, #about-hero .hero-description p, #about-contact .about-intro-description p, #about-contact .about-contact-description p, #about-contact .hero-description p {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  #about-introduction .about-intro-description p, #about-introduction .about-contact-description p, #about-introduction .hero-description p, #about-hero .about-intro-description p, #about-hero .about-contact-description p, #about-hero .hero-description p, #about-contact .about-intro-description p, #about-contact .about-contact-description p, #about-contact .hero-description p {
    font-size: 20px;
  }
}
#about-introduction .about-intro-description h2, #about-introduction .about-contact-description h2, #about-introduction .hero-description h2, #about-hero .about-intro-description h2, #about-hero .about-contact-description h2, #about-hero .hero-description h2, #about-contact .about-intro-description h2, #about-contact .about-contact-description h2, #about-contact .hero-description h2 {
  margin-bottom: 10px;
  line-height: 42px;
  font-size: 24px;
  color: #009add;
}
#about-introduction .intro-box, #about-hero .intro-box, #about-contact .intro-box {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}
#about-introduction .intro-box span, #about-introduction .intro-box .card-title, #about-hero .intro-box span, #about-hero .intro-box .card-title, #about-contact .intro-box span, #about-contact .intro-box .card-title {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 640px) {
  #about-introduction .intro-box span, #about-introduction .intro-box .card-title, #about-hero .intro-box span, #about-hero .intro-box .card-title, #about-contact .intro-box span, #about-contact .intro-box .card-title {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  #about-introduction .intro-box span, #about-introduction .intro-box .card-title, #about-hero .intro-box span, #about-hero .intro-box .card-title, #about-contact .intro-box span, #about-contact .intro-box .card-title {
    font-size: 20px;
  }
}
#about-introduction .intro-box .card-title, #about-hero .intro-box .card-title, #about-contact .intro-box .card-title {
  font-weight: 700;
}

#help-introduction, #help-contact {
  position: relative;
  min-height: 220px;
  padding-top: 25px;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-color: #f0f8fc;
  border-bottom: 2px solid #BCDBE3;
}
@media (min-width: 640px) {
  #help-introduction, #help-contact {
    min-height: 260px;
    padding: 50px;
  }
}
#help-introduction .help-content-box, #help-contact .help-content-box {
  position: relative;
  color: #000;
}
#help-introduction .help-content-box .accordion, #help-contact .help-content-box .accordion {
  margin: 0 auto;
  max-width: 800px;
}
#help-introduction .help-content-box .accordion h1, #help-contact .help-content-box .accordion h1 {
  font-size: 28px;
  letter-spacing: 2px;
}
@media (min-width: 640px) {
  #help-introduction .help-content-box .accordion h1, #help-contact .help-content-box .accordion h1 {
    font-size: 48px;
  }
}
#help-introduction .help-content-box .accordion h2, #help-contact .help-content-box .accordion h2 {
  margin-bottom: 10px;
  line-height: 80px;
  font-size: 32px;
  text-indent: 0.5em;
  color: #009add;
}
#help-introduction .help-content-box .accordion .item, #help-contact .help-content-box .accordion .item {
  height: 80px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
#help-introduction .help-content-box .accordion .item-topic, #help-contact .help-content-box .accordion .item-topic {
  display: block;
  width: 100%;
  min-height: 180px;
  padding: 15px 30px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
}
@media (min-width: 640px) {
  #help-introduction .help-content-box .accordion .item-topic, #help-contact .help-content-box .accordion .item-topic {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  #help-introduction .help-content-box .accordion .item-topic, #help-contact .help-content-box .accordion .item-topic {
    font-size: 20px;
  }
}
#help-introduction .help-content-box .accordion .item-topic ul, #help-contact .help-content-box .accordion .item-topic ul {
  display: inline-block;
  min-width: 48%;
  vertical-align: top;
}
#help-introduction .help-content-box .accordion .item-topic ul span, #help-contact .help-content-box .accordion .item-topic ul span {
  line-height: 48px;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.1em;
}
#help-introduction .help-content-box .accordion .item-topic ul li, #help-contact .help-content-box .accordion .item-topic ul li {
  font-size: 16px;
  text-indent: 0.5em;
  list-style: initial;
  list-style-position: inside;
  list-style-type: circle;
}
@media (min-width: 640px) {
  #help-introduction .help-content-box .accordion .item-topic ul li, #help-contact .help-content-box .accordion .item-topic ul li {
    font-size: 18px;
  }
}
#help-introduction .help-content-box .accordion .item-topic ul li a:hover, #help-contact .help-content-box .accordion .item-topic ul li a:hover {
  color: #009add;
}
#help-introduction .help-contact-box, #help-contact .help-contact-box {
  position: relative;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#help-introduction .help-contact-box h2, #help-contact .help-contact-box h2 {
  position: relative;
  top: -12px;
  text-indent: 2em;
  font-size: 18px;
}
@media (min-width: 640px) {
  #help-introduction .help-contact-box h2, #help-contact .help-contact-box h2 {
    top: -24px;
  }
}
#help-introduction .help-contact-box .contact-button, #help-contact .help-contact-box .contact-button {
  box-sizing: border-box;
  width: 50%;
  height: 160px;
  width: 50%;
  float: left;
  padding-left: 2.77778%;
  padding-right: 2.77778%;
}
#help-introduction .help-contact-box .contact-button div, #help-contact .help-contact-box .contact-button div {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
}
#help-introduction .help-contact-box .contact-button div h3, #help-contact .help-contact-box .contact-button div h3 {
  line-height: 120px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (min-width: 640px) {
  #help-introduction .help-contact-box .contact-button div h3, #help-contact .help-contact-box .contact-button div h3 {
    line-height: 160px;
    font-size: 28px;
  }
}
#help-introduction .help-contact-box .contact-button div img, #help-contact .help-contact-box .contact-button div img {
  position: relative;
  width: 36px;
  height: 36px;
  top: -2px;
  left: -6px;
  vertical-align: middle;
}
@media (min-width: 640px) {
  #help-introduction .help-contact-box .contact-button div img, #help-contact .help-contact-box .contact-button div img {
    width: 48px;
    height: 48px;
    left: -12px;
  }
}

#article-hero {
  position: relative;
  min-height: 135px;
  padding-top: 50px;
  border-bottom: 2px solid #BCDBE3;
}
#article-hero .hero-description {
  text-indent: 2em;
}
#article-hero .hero-description h2 {
  font-size: 20px;
}
#article-hero .hero-description .back-to-help {
  cursor: pointer;
}
#article-hero .hero-description .back-to-help:hover {
  text-decoration: underline;
}
#article-hero .hero-description .back-to-help img {
  position: relative;
  top: -4px;
  right: 12px;
  height: 28px;
  width: 28px;
  vertical-align: middle;
}

#just-wrap .article-content {
  min-height: 560px;
  background-color: #fff;
}
#just-wrap .article-content .article-content-box {
  position: relative;
  color: #000;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 50px;
}
#just-wrap .article-content .article-content-box h2 {
  line-height: 64px;
  font-weight: bold;
  font-size: 22px;
  color: #1f497d;
  text-decoration: underline;
}
#just-wrap .article-content .article-content-box h3 {
  line-height: 48px;
  font-weight: normal;
  font-size: 19px;
  color: #000;
}
#just-wrap .article-content .article-content-box p {
  margin: 12px 0;
  line-height: 32px;
  text-indent: 1.1em;
  font-weight: normal;
  font-size: 19px;
  color: #222;
}
#just-wrap .article-content .article-content-box li {
  list-style: initial;
  font-size: 18px;
  text-indent: 2em;
}
#just-wrap .article-content .article-content-box img {
  margin: 12px 0;
  max-width: 100%;
  max-height: 500px;
  -moz-box-shadow: 0 0 8px #aaa;
  -webkit-box-shadow: 0 0 8px #aaa;
  box-shadow: 0 0 8px #aaa;
}
#just-wrap .article-content .article-content-box a {
  text-decoration: underline;
  color: #1f497d;
}
#just-wrap .article-content .article-content-box em {
  font-style: normal;
  font-weight: bold;
  color: #1f497d;
}

#guide-screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0, 0, 0, 0.6);
}

#contactForm {
  display: block;
  position: fixed;
  bottom: 60px;
  left: 50%;
  width: 320px;
  height: 460px;
  margin-left: -160px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 3px;
  z-index: 999;
}
@media (min-width: 640px) {
  #contactForm {
    bottom: 150px;
  }
}
#contactForm button:focus, #contactForm button:active, #contactForm button:visited {
  outline: 0;
}
#contactForm .modal-header {
  color: #009add;
}
#contactForm .modal-header #btn-close {
  position: absolute;
  right: 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
#contactForm .modal-header #btn-close:hover {
  color: #888;
  background: #eee;
}
#contactForm .modal-header #contactUsLabel {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}
#contactForm .modal-body {
  width: 100%;
}
#contactForm .modal-body input {
  text-indent: 0.5em;
}
#contactForm .modal-body input:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
#contactForm .modal-body label {
  display: block;
  padding: 5px 0px 0 0px;
  margin-top: 8px;
  font-size: 16px;
  text-indent: 5px;
}
#contactForm .modal-body label font {
  color: red;
  font-size: 15px;
}
#contactForm .modal-body textarea {
  text-indent: 0.5em;
}
#contactForm .modal-body #name {
  width: 100%;
  height: 36px;
  font-size: 16px;
}
#contactForm .modal-body #email {
  width: 100%;
  height: 36px;
  font-size: 16px;
}
#contactForm .modal-body #comment {
  width: 100%;
  height: 185px;
  padding-top: 10px;
  font-size: 16px;
}
#contactForm .modal-foot {
  position: absolute;
  width: 100%;
  height: 42px;
  line-height: 32px;
  bottom: 0;
  right: 0;
  padding: 0 2%;
}
#contactForm .modal-foot .btn {
  width: 49%;
  line-height: 28px;
  font-size: 16px;
  border: 1px solid #009add;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
}
#contactForm .modal-foot .btn:hover {
  color: #fff;
  background: #009add;
}

#download-hero {
  position: relative;
  height: 305px;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fafafa;
  background-repeat: no-repeat;
  border-bottom: 2px solid #BCDBE3;
}
@media (min-width: 640px) {
  #download-hero {
    height: 350px;
  }
}
#download-hero .hero-description {
  position: relative;
  top: 100px;
  text-align: center;
  color: #000;
}
@media (min-width: 640px) {
  #download-hero .hero-description {
    top: 130px;
  }
}
#download-hero .hero-description h1 {
  font-size: 28px;
  letter-spacing: 2px;
}
@media (min-width: 640px) {
  #download-hero .hero-description h1 {
    font-size: 48px;
  }
}
#download-hero .hero-description p {
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  #download-hero .hero-description p {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  #download-hero .hero-description p {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

#section-app-shelf {
  min-height: 300px;
  padding: 40px 0;
  background-color: #f0f8fc;
}
#section-app-shelf .app-shelf {
  width: 80%;
  float: left;
  margin-left: 10%;
  margin-right: 10%;
  display: inline-block;
  top: 40px;
  text-align: center;
  background-color: #fff;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 25px;
  border: 1px solid #eee;
  border-radius: 3px;
}
@media (min-width: 640px) {
  #section-app-shelf .app-shelf {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 1000px) {
  #section-app-shelf .app-shelf {
    width: 26.66667%;
    float: left;
    margin-left: 3.33333%;
    margin-right: 3.33333%;
  }
}
#section-app-shelf .app-shelf p, #section-app-shelf .app-shelf h2 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
}
@media (min-width: 640px) {
  #section-app-shelf .app-shelf p, #section-app-shelf .app-shelf h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
#section-app-shelf .app-shelf .app-shelf-windows-icon {
  background-image: url("../img/landing/windows-icons.png");
  background-repeat: no-repeat;
  width: 96px;
  height: 90px;
  margin: 0 auto;
}
#section-app-shelf .app-shelf .app-shelf-ios-icon {
  background-image: url("../img/landing/ios-icons.png");
  background-repeat: no-repeat;
  width: 96px;
  height: 90px;
  margin: 0 auto;
}
#section-app-shelf .app-shelf .app-shelf-android-icon {
  background-image: url("../img/landing/android-icons.png");
  background-repeat: no-repeat;
  width: 96px;
  height: 90px;
  margin: 0 auto;
}
#section-app-shelf .app-shelf .btn-app-download {
  display: inline-block;
  height: 32px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #009add;
}
#section-app-shelf .app-shelf .btn-app-download:hover {
  opacity: 0.9;
}
#section-app-shelf .app-shelf .btn-app-download:active {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
@media (min-width: 640px) {
  #section-app-shelf .app-shelf .btn-app-download {
    font-size: 16px;
  }
}

#section-products-shot {
  width: 100%;
  padding: 40px 10px;
  text-align: center;
  background-color: #f0f8fc;
}
#section-products-shot .all-product-shot {
  display: block;
  position: relative;
  width: 80%;
  min-width: 300px;
  max-width: 860px;
  margin: 30px auto;
}

#justop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}
#justop:hover span {
  color: #009add;
}
#justop span {
  line-height: 48px;
  font-size: 14px;
  color: #fff;
}

.just-bottom {
  position: relative;
  width: 100%;
  padding: 0 10px 24px 10px;
  background-color: #002933;
  overflow: hidden;
}

.footer-left {
  float: left;
  width: 60%;
  padding: 20px 0 0 0;
  color: #fff;
}
@media (min-width: 480px) {
  .footer-left {
    width: 70%;
  }
}
.footer-left li #language-switcher {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  padding: 8px 0;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}
.footer-left li:first-child {
  position: relative;
  left: -3px;
}
.footer-left li:first-child a {
  padding: 3px 5px 3px 15px;
  border: 1px solid #bbb;
  border-radius: 2px;
  text-align: center;
}
.footer-left li {
  display: inline-block;
  min-width: 68px;
  padding: 5px 8px;
  line-height: 28px;
}
@media (min-width: 800px) {
  .footer-left li {
    padding: 5px 15px;
  }
}
.footer-left li a {
  position: relative;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}
@media (min-width: 640px) {
  .footer-left li a {
    font-size: 14px;
    top: 2px;
  }
}
.footer-left li a img {
  position: relative;
  top: 6px;
  margin: 0 3px;
  width: 20px;
  height: 20px;
}

.footer-right {
  text-align: center;
  width: 40%;
  float: left;
  padding: 20px 0 0 0;
}
@media (min-width: 480px) {
  .footer-right {
    width: 30%;
  }
}
.footer-right li {
  display: block;
  width: 150px;
  margin: 2px 0;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 640px) {
  .footer-right li {
    display: inline-block;
  }
  .footer-right li:last-child {
    position: relative;
    width: 90px;
    padding-left: 5px;
    top: -1px;
  }
}
.footer-right li a {
  cursor: pointer;
}
.footer-right li a img {
  position: relative;
  top: 6px;
  margin: 0 3px;
  width: 20px;
  height: 20px;
}
.footer-right li:first-child {
  width: 150px;
}
@media (min-width: 800px) {
  .footer-right li:first-child {
    width: 140px;
  }
}
.footer-right .copyright-claim {
  position: relative;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}
@media (min-width: 640px) {
  .footer-right .copyright-claim {
    font-size: 13px;
  }
}

#section-hero-business {
  background-image: url("../img/landing/business/bg-04.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  max-height: 800px;
  border: 1px solid #979797;
}
#section-hero-business .hero-description {
  position: relative;
  top: 100px;
  padding: 0 15px;
  text-align: left;
  color: #fff;
}
@media (min-width: 800px) {
  #section-hero-business .hero-description {
    top: 35%;
    padding: 0;
  }
}
#section-hero-business .hero-description h1, #section-hero-business.hero-description h2 {
  font-size: 24px;
  letter-spacing: 2px;
}
@media (min-width: 480px) {
  #section-hero-business .hero-description h1, #section-hero-business .hero-description h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #section-hero-business .hero-description h1, #section-hero-business .hero-description h2 {
    font-size: 48px;
    letter-spacing: 3px;
  }
}
#section-hero-business .hero-description p {
  display: none;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
}
@media (min-width: 480px) {
  #section-hero-business .hero-description p {
    display: block;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  #section-hero-business .hero-description p {
    font-size: 20px;
  }
}
#section-hero-business .hero-description a#btn-register {
  padding: 8px 48px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#section-hero-business .hero-description a#btn-register:focus {
  outline: 0;
  color: inherit;
}
#section-hero-business .hero-description a#btn-register:hover {
  color: #444;
  background: #fff;
}
#section-hero-business .hero-description a#btn-register:active {
  color: #777;
}
#section-hero-business .hero-desktop-display {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 280px;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  max-height: 640px;
}
@media (min-width: 640px) {
  #section-hero-business .hero-desktop-display {
    display: block;
    left: 60%;
    bottom: -38px;
  }
}
@media (min-height: 680px) {
  #section-hero-business .hero-desktop-display {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    max-height: none;
    left: 76%;
    bottom: -50px;
  }
}
@media (min-height: 780px) {
  #section-hero-business .hero-desktop-display {
    left: 60%;
    bottom: -20px;
  }
}
@media (min-width: 1200px) {
  #section-hero-business .hero-desktop-display {
    left: 60%;
  }
}
#section-hero-business .hero-mobile-display {
  position: absolute;
  bottom: -50px;
  left: 60%;
  margin-left: -150px;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@media screen and (min-height: 680px) {
  #section-hero-business .hero-mobile-display {
    bottom: -38px;
    margin-left: -120px;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (min-height: 680px) {
  #section-hero-business .hero-mobile-display {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-height: 780px) {
  #section-hero-business .hero-mobile-display {
    bottom: -20px;
  }
}
#section-hero-business .hero-mobile-display .hero-mobile-display-content {
  position: absolute;
  top: 57px;
  left: 24px;
}
#section-hero-business .hero-mobile-display .hero-mobile-display-content img {
  height: 345px;
}
#section-hero-business .hero-partner {
  display: none;
  position: absolute;
  height: 140px;
  width: 100%;
  background: #002933;
}
@media (min-width: 640px) {
  #section-hero-business .hero-partner {
    display: block;
  }
}
#section-hero-business .hero-partner .partner-title {
  position: relative;
  top: 16px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.17px;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  #section-hero-business .hero-partner .partner-title {
    font-size: 24px;
  }
}
#section-hero-business .hero-partner .partner-container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
#section-hero-business .hero-partner .partner-container .partner-logo {
  display: inline-block;
  width: 18%;
  line-height: 120px;
  text-align: center;
}
#section-hero-business .hero-partner .partner-container .partner-logo img {
  width: 100%;
  max-width: 160px;
  max-height: 40px;
  min-width: 100px;
  vertical-align: baseline;
}
#section-hero-business .hero-partner .partner-container .partner-logo:first-child, #section-hero-business .hero-partner .partner-container .partner-logo:last-child {
  width: 26%;
}

#section-feature-distinction {
  padding: 36px 0 0 0;
  background-color: #fafafa;
  text-align: center;
}
#section-feature-distinction h2 {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.4px;
}
@media (min-width: 640px) {
  #section-feature-distinction h2 {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  #section-feature-distinction {
    padding-top: 140px;
  }
  #section-feature-distinction h2 {
    top: 30px;
    font-size: 42px;
    line-height: 50px;
  }
}
#section-feature-distinction .plans-table {
  width: 100%;
  padding: 50px 25px 0 25px;
}
#section-feature-distinction .plans-table .plan-cloumn {
  position: relative;
  min-width: 300px;
  max-width: 360px;
  height: 440px;
  margin: 0 auto 25px auto;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
@media (min-width: 640px) {
  #section-feature-distinction .plans-table .plan-cloumn {
    display: inline-block;
    margin: 10px 45px 0 45px;
  }
}
#section-feature-distinction .plans-table .plan-cloumn .plan-head {
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
#section-feature-distinction .plans-table .plan-cloumn .plan-head h3 {
  line-height: 60px;
  font-size: 20px;
}
#section-feature-distinction .plans-table .plan-cloumn .plan-head p {
  line-height: 15px;
  font-size: 12px;
  font-family: SFUIText-Regular;
  color: rgba(255, 255, 255, 0.7);
}
#section-feature-distinction .plans-table .plan-cloumn .plan-content {
  position: absolute;
  padding: 25px;
  height: 380px;
  min-width: 300px;
  text-align: left;
  line-height: 36px;
  font-size: 16px;
  color: #000000;
}
#section-feature-distinction .plans-table .plan-cloumn .plan-content span {
  position: absolute;
  bottom: 12px;
  font-size: 20px;
  color: #00469C;
}
#section-feature-distinction .plans-table #plan-personal .plan-head {
  background: #009ADD;
}
#section-feature-distinction .plans-table #plan-business .plan-head {
  background: #00469C;
}

#section-feature-secure_sharing {
  height: 750px;
  padding: 36px 0 0 0;
  background-color: #fafafa;
}
#section-feature-secure_sharing .feature-diagram #feature_secure_sharing_01, #section-feature-secure_sharing .feature-diagram #feature_secure_sharing_02 {
  display: block;
  position: relative;
  height: 650px;
  left: 100px;
}
@media (min-width: 640px) {
  #section-feature-secure_sharing .feature-diagram #feature_secure_sharing_01, #section-feature-secure_sharing .feature-diagram #feature_secure_sharing_02 {
    left: 0;
  }
}

#section-feature-organization_mgt {
  height: 1050px;
  padding-top: 50px;
  background-color: #fafafa;
}
@media (min-width: 640px) {
  #section-feature-organization_mgt {
    height: 750px;
  }
}
#section-feature-organization_mgt .feature-diagram {
  position: relative;
  display: block;
  height: 650px;
  right: 160px;
}
@media (min-width: 640px) {
  #section-feature-organization_mgt .feature-diagram {
    right: 0;
  }
}
#section-feature-organization_mgt .feature-diagram #feature_access_01 img {
  display: block;
}
#section-feature-organization_mgt .feature-diagram #feature_access_02 img {
  display: none;
}
#section-feature-deployment {
  height: 500px;
  background-image: url("../img/landing/business/bg-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  padding: 36px 0 0 0;
  background-color: #fafafa;
}
@media (min-width: 420px) {
  #section-feature-deployment {
    height: 600px;
  }
}
@media (min-width: 640px) {
  #section-feature-deployment {
    padding: 11px 0;
  }
}
#section-feature-deployment .deployment-description {
  position: relative;
  top: 0px;
  text-align: center;
  color: #fff;
}
@media (min-width: 640px) {
  #section-feature-deployment .deployment-description {
    top: 150px;
  }
}
#section-feature-deployment .deployment-description #flyer_link {
  display: none;
  position: relative;
  float: left;
  top: 50%;
  margin-top: -18px;
  margin-left: 20px;
  font-size: 16px;
}
@media (min-width: 640px) {
  #section-feature-deployment .deployment-description #flyer_link {
    display: block;
  }
}
#section-feature-deployment .deployment-description #flyer_link a:hover {
  text-decoration: underline;
}
#section-feature-deployment .deployment-description img {
  position: relative;
  top: 4px;
  right: 2px;
}
#section-feature-deployment .deployment-description h1, #section-feature-deployment .deployment-description h2 {
  text-align: left;
  font-size: 28px;
  letter-spacing: 2px;
}
@media (min-width: 480px) {
  #section-feature-deployment .deployment-description h1, #section-feature-deployment .deployment-description h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #section-feature-deployment .deployment-description h1, #section-feature-deployment .deployment-description h2 {
    font-size: 42px;
    letter-spacing: 0.4px;
  }
}
#section-feature-deployment .deployment-description p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 40px;
  text-align: left;
  margin-top: -10px;
}
@media (min-width: 480px) {
  #section-feature-deployment .deployment-description p {
    font-size: 18px;
    letter-spacing: 0.4px;
  }
}
#section-feature-deployment .feature-diagram {
  position: relative;
  top: 200px;
  left: 80px;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
@media (min-width: 640px) {
  #section-feature-deployment .feature-diagram {
    margin-top: -155px;
    top: 50%;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
#section-security-features {
  background-color: rgba(0, 67, 146, 0.5);
  background-image: url("../img/landing/business/bg-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
}
@media (min-width: 640px) {
  #section-security-features {
    height: 500px;
  }
}
#section-security-features h2 {
  padding-top: 40px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
@media (min-width: 480px) {
  #section-security-features h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #section-security-features h2 {
    font-size: 42px;
    letter-spacing: 0.4px;
  }
}
#section-security-features .features-card {
  width: 100%;
  height: 240px;
  text-align: center;
}
#section-security-features .features-card + .features-card {
  border-top: 1px solid #009add;
}
@media (min-width: 640px) {
  #section-security-features .features-card {
    width: 25%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
    position: relative;
    top: 50px;
  }
  #section-security-features .features-card + .features-card {
    border-top: none;
  }
}
#section-security-features .features-card .features-icon {
  display: block;
  height: 100%;
  width: 100%;
}
#section-security-features .features-card .features-name {
  width: 100%;
  margin-top: 12px;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.14px;
  text-align: center;
}
#section-security-features .features-card p {
  margin-top: 18px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 640px) {
  #section-security-features .features-card p {
    line-height: 32px;
  }
}
#section-ending-call {
  height: 600px;
  background-color: #fafafa;
}
@media (min-width: 480px) {
  #section-ending-call {
    height: 360px;
  }
}
#section-ending-call .ending-call-description {
  width: 100%;
  float: left;
  padding-left: 5.55556%;
  padding-right: 5.55556%;
  display: inline-block;
  position: relative;
  top: 40px;
  min-height: 200px;
  text-align: left;
  text-indent: 0.5em;
}
@media (min-width: 480px) {
  #section-ending-call .ending-call-description {
    width: 50%;
    float: left;
    padding-left: 2.77778%;
    padding-right: 2.77778%;
    min-height: 350px;
  }
}
@media (min-width: 640px) {
  #section-ending-call .ending-call-description {
    top: 60px;
  }
}
#section-ending-call .ending-call-description h2 {
  font-size: 28px;
  letter-spacing: 0px;
}
@media (min-width: 640px) {
  #section-ending-call .ending-call-description h2 {
    font-size: 52px;
    letter-spacing: 0.4px;
  }
}
#section-ending-call .ending-call-description p {
  line-height: 32px;
  letter-spacing: 0px;
  font-size: 16px;
}
@media (min-width: 640px) {
  #section-ending-call .ending-call-description p {
    line-height: 40px;
    letter-spacing: 0.17px;
    font-size: 22px;
    text-indent: 10px;
  }
}
#section-ending-call .request-trial-form {
  width: 100%;
  float: left;
  padding-left: 5.55556%;
  padding-right: 5.55556%;
  display: inline-block;
  position: relative;
  min-height: 350px;
  top: 10px;
}
@media (min-width: 480px) {
  #section-ending-call .request-trial-form {
    width: 50%;
    float: left;
    padding-left: 2.77778%;
    padding-right: 2.77778%;
  }
}
@media (min-width: 640px) {
  #section-ending-call .request-trial-form {
    top: 20px;
  }
}
@media (min-width: 900px) {
  #section-ending-call .request-trial-form {
    top: 50px;
  }
}
#section-ending-call .request-trial-form .trial-form-group {
  padding: 8px 15px;
}
#section-ending-call .request-trial-form .trial-form-group label {
  display: inline-block;
  width: 110px;
  font-size: 14px;
}
#section-ending-call .request-trial-form .trial-form-group input {
  width: 220px;
  height: 34px;
  line-height: 30px;
  text-indent: 10px;
  outline: #eee;
  border: 1px solid #ddd;
}
#section-ending-call .request-trial-form .trial-form-group input:focus {
  border-color: #97CCF4;
  outline: 0;
  -moz-box-shadow: 0 0 8px rgba(0, 154, 221, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 154, 221, 0.8);
  box-shadow: 0 0 8px rgba(0, 154, 221, 0.8);
}
@media (min-width: 640px) {
  #section-ending-call .request-trial-form .trial-form-group input {
    width: 250px;
  }
}
#section-ending-call .request-trial-form .trial-form-group div {
  padding-top: 5px;
  font-size: 14px;
  color: red;
}
#section-ending-call .request-trial-form #trial-button {
  display: inline-block;
  max-width: 100px;
  padding: 10px;
  margin: 8px 0 8px 18px;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  background: #009add;
}
@media (min-width: 640px) {
  #section-ending-call .request-trial-form #trial-button {
    margin: 8px 0 8px 20px;
  }
}
@media (min-width: 900px) {
  #section-ending-call .request-trial-form #trial-button {
    margin: 8px 0 8px 130px;
  }
}
#section-ending-call .request-trial-form #trial-button + span {
  margin-left: 20px;
  color: #aaa;
  cursor: pointer;
  font-size: 14px;
}
#section-ending-call .request-trial-form #trial-button:hover {
  opacity: 0.9;
}
#section-ending-call .request-trial-form #trial-button:active {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#section-ending-call .request-trial-form #trial-button:focus {
  outline: 0;
}

#section-customer-service {
  border-top: 1px solid #E6E6E6;
  background: #fff;
}
#section-customer-service .customer-service-info {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
#section-customer-service .customer-service-info img {
  position: relative;
  top: -3px;
  vertical-align: middle;
}
#section-customer-service .customer-service-info span {
  font-size: 14px;
  letter-spacing: 0.4px;
  padding-left: 15px;
}
@media (min-width: 640px) {
  #section-customer-service .customer-service-info span {
    font-size: 20px;
  }
}
#section-customer-service .customer-service-info span:last-child {
  color: #777;
  display: none;
}
@media (min-width: 640px) {
  #section-customer-service .customer-service-info span:last-child {
    display: inline-block;
  }
}
#section-customer-service .serving-office-info {
  display: none;
  width: 100%;
  height: 88px;
  text-align: center;
  border-top: 1px solid #E6E6E6;
}
@media (min-width: 800px) {
  #section-customer-service .serving-office-info {
    display: block;
  }
}
#section-customer-service .serving-office-info .kaohsiung-serving-office, #section-customer-service .serving-office-info .taipei-serving-office {
  float: left;
  padding-left: 2.77778%;
  padding-right: 2.77778%;
  height: 88px;
}
#section-customer-service .serving-office-info .kaohsiung-serving-office .office-title, #section-customer-service .serving-office-info .taipei-serving-office .office-title {
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 0 25px;
  line-height: 88px;
  font-size: 16px;
}
#section-customer-service .serving-office-info .kaohsiung-serving-office .office-contact-info, #section-customer-service .serving-office-info .taipei-serving-office .office-contact-info {
  display: inline-block;
  padding: 20px 0 0 15px;
  text-align: left;
}
#section-customer-service .serving-office-info .kaohsiung-serving-office .office-contact-info .office-address, #section-customer-service .serving-office-info .taipei-serving-office .office-contact-info .office-address {
  line-height: 24px;
  font-style: normal;
}
#section-customer-service .serving-office-info .kaohsiung-serving-office .office-contact-info .office-telephone, #section-customer-service .serving-office-info .taipei-serving-office .office-contact-info .office-telephone {
  line-height: 24px;
}

.tab-divider {
  height: 72px;
}
.tab-divider .feature_show_tab {
  position: relative;
  height: 28px;
  top: 50%;
  padding: 5px 15px;
  margin-top: -18px;
  margin-right: -1px;
  font-size: 14px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #009ADD;
  border: 1px solid #009ADD;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 640px) {
  .tab-divider .feature_show_tab {
    float: left;
  }
}
.tab-divider .feature_show_tab:hover {
  color: #fff;
  background: #009ADD;
  opacity: 0.9;
}
.tab-divider .feature_show_tab:active {
  opacity: 0.9;
}
.tab-divider .feature_tab_spotlight {
  color: #fff;
  background: #009ADD;
}

