/* CSS Document */
@media (min-width: 1600px) {
  .wide-screen .container {
    width: 1570px;
  }
}
@media (min-width: 1600px) {
  .medium-wide-screen .container {
    width: 1470px;
  }
}
.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.light-font {
  font-family: "Segoe UI Light", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.normal-font {
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.semi-light-font {
  font-family: "Segoe UI Semilight", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.open-sans-font {
  font-family: open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
}
.soft-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
form {
  background: transparent !important;
}
h1 {
  font-family: "Segoe UI Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
section,
div.section {
  margin: 0;
  padding: 120px 0;
}
section h1,
div.section h1 {
  text-align: center;
  font-size: 46px;
  font-weight: normal;
  margin: 0 auto;
  max-width: 800px;
}
section h2,
div.section h2 {
  font-size: 20px;
  text-align: center;
  max-width: 740px;
  margin: 20px auto;
  font-weight: normal;
}
section h2 span,
div.section h2 span {
  width: 100%;
}
section h3,
div.section h3 {
  margin-top: 40px;
  font-weight: normal;
  text-align: center;
  font-size: 19px;
}
@media (max-width: 1024px) {
  section,
  div.section {
    padding: 90px 0;
  }
  section h1,
  div.section h1 {
    font-size: 38px;
  }
  section h2,
  div.section h2 {
    font-size: 19px;
  }
  section h3,
  div.section h3 {
    font-size: 16px;
  }
}
#s-all {
  background-color: #487fcb;
}
#s-all .container .row:first-of-type > div {
  margin: 30px auto;
}
#s-all .row.reasons {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 30px auto;
  margin-bottom: 60px;
}
#s-all .row.reasons .tmpl {
  padding: 35px;
  margin: 10px;
  min-width: 220px;
  max-width: 320px;
  flex-basis: calc(33% - 20px);
  flex-grow: 1;
  -webkit-flex: 1 1 auto;
  background-color: #5487cf;
}
#s-all .row.reasons .tmpl h3 {
  text-align: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
}
#s-all .row.reasons .tmpl h3:before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url(img/star.svg);
}
#s-all .row.reasons .tmpl p {
  display: none;
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.42;
  margin-bottom: 0;
  font-weight: 600;
}
#s-all .button {
  color: white;
  border-radius: 26px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.78);
  border: 2px solid rgba(255, 255, 255, 0.78);
  transition: all linear 0.2s;
  text-decoration: none;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.78);
}
#s-all .button:hover {
  background-color: rgba(230, 230, 230, 0.78);
  border: 2px solid rgba(230, 230, 230, 0.78);
}
#s-all .button:hover {
  background-color: #445165;
  border-color: #445165;
  color: white;
}
#md-maintenance h2 {
  text-align: center;
  color: #403631;
  line-height: 1;
}
#md-maintenance p {
  font-size: 14px;
  text-align: center;
  color: #51453e;
  line-height: 1.5;
  margin-bottom: 90px;
}
#md-lic-type p {
  text-align: center;
  margin: 24px auto;
  max-width: 450px;
  color: rgba(238, 238, 238, 0.48);
  font-size: 16px;
}
.award {
  text-align: center;
  background-color: white;
  padding: 30px 0;
}
#s-all {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 90px;
}
#s-all h1 {
  color: white;
  font-size: 24px;
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  min-height: 65px;
  line-height: 1.4;
}
#s-all .container .row:first-of-type {
  max-width: 700px;
  margin: 0 auto;
}
#s-all .container .row:first-of-type div {
  padding: 0 30px;
}
#s-all h2,
#s-all h2 span,
#s-all p.lead {
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  font-weight: normal;
}
#s-all h2 span,
#s-all h2 span span,
#s-all p.lead span {
  font-size: 18px;
  display: block;
  max-width: 380px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.67);
}
#s-all .tile {
  background-color: #4D4947;
  float: left;
  width: 150px;
  height: 150px;
  border-radius: 79px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
#s-all .tile span {
  color: #FDFDFD;
  font-size: 1em;
  display: table-cell;
  margin: 0 auto;
  width: 150px;
  text-align: center;
  line-height: 1.2;
  height: 150px;
  padding: 0 15px;
  vertical-align: middle;
}
#s-all .clearfix {
  margin-top: 40px;
}
#tiles {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 850px;
}
#s-purchasing {
  padding: 120px 0;
  background-color: #252c37;
  overflow: hidden;
  margin: 0;
}
#s-purchasing > div {
  position: relative;
  z-index: 1;
}
#s-purchasing:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 800px;
  width: 100%;
  background-image: url(img/world.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
  filter: blur(2px);
  z-index: 0;
}
#s-purchasing h1 {
  color: white;
}
#s-purchasing h2 {
  color: rgba(255, 255, 255, 0.56);
}
#s-purchasing h3 {
  max-width: 650px;
  margin: 60px auto;
  text-align: center;
  font-size: 33px;
  font-weight: 200;
  color: #5f89c9;
}
#s-options {
  background-color: #29313d;
}
#s-options h1 {
  color: rgba(255, 255, 255, 0.83);
}
#s-options h2 {
  margin: 20px auto;
  margin-bottom: 90px;
  max-width: 640px;
  text-align: center;
  color: rgba(255, 255, 255, 0.56);
}
#s-options h2 strong {
  font-weight: normal;
  color: white;
}
#s-options ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}
#s-options ul li {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 0 45%;
  -webkit-flex: 1 0 45%;
  margin: 10px;
  align-items: center;
  min-width: 320px;
  max-width: 520px;
  background-color: rgba(0, 0, 0, 0.09);
}
#s-options ul li .quote-btn .tmpl {
  font-size: 11px;
  transition: all linear 0.2s;
  margin: 10px;
  display: block;
  white-space: nowrap;
  color: #a4d070;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 21px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 500;
}
#s-options ul li:hover > div strong {
  color: #7eb73d;
}
#s-options ul li:hover .quote-btn .tmpl {
  background-color: #7eb73d;
  color: black;
}
#s-options ul li > div {
  background-color: rgba(0, 0, 0, 0.06);
  max-width: 25%;
  min-width: 150px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.27);
  padding: 15px;
}
#s-options ul li > div strong {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1;
  display: block;
  margin: 10px 0;
}
#s-options ul li#nc-UL div strong,
#s-options ul li#nc-corp div strong {
  font-size: 22px;
}
#s-options ul li .tmpl {
  margin: 0 20px;
  flex-grow: 1;
}
#s-options ul li .tmpl p {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13.5px;
  line-height: 1.4;
}
#s-options ul li .tmpl p strong {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  #s-options ul li {
    flex: 1 auto;
  }
}
@media (max-width: 1024px) {
  #s-options ul li {
    display: flex;
    flex-flow: column nowrap;
  }
  #s-options ul li > div {
    padding: 5px 10px;
    flex-flow: row nowrap;
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 14px;
    position: relative;
  }
  #s-options ul li > div strong {
    font-size: 21px;
    position: relative;
    left: -10px;
  }
}
#h-buy-from {
  font-size: 36px;
  font-weight: normal;
  margin: 60px auto;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 45%;
  min-width: 280px;
  line-height: 1;
  color: #8BC34A;
}
#h-offer {
  font-size: 21px;
  font-style: italic;
  margin: 20px auto;
  display: block;
  width: 55%;
  min-width: 280px;
  color: #CCC;
  line-height: 1.35;
  font-weight: normal;
  text-align: center;
  font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#b-partners {
  border-radius: 26px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  background-color: #7eb73d;
  border: 2px solid #7eb73d;
  transition: all linear 0.2s;
  text-decoration: none;
  display: block;
  margin: 60px auto;
  margin-top: 90px;
  width: 170px;
  padding: 8px 10px;
  text-align: center;
  cursor: pointer;
  color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#b-partners:hover {
  background-color: #649130;
  border: 2px solid #649130;
}
.qbtn {
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  background-color: #709347;
  color: #F7F7F7;
  float: right;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.qbtn:hover {
  text-decoration: none;
  background-color: #8BC34A;
  color: white;
}
#quote-product {
  margin-top: 20px;
}
#q-response h1 {
  text-align: center;
  color: #8BC34A;
}
#q-response h2 {
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}
#s-terms {
  padding: 20px;
  background-color: #292828;
  margin: 0;
}
#s-terms a span {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.67);
}
#s-terms a span:hover {
  color: #abd6ff;
}
.terms-section {
  padding: 30px 0;
}
#ordering {
  background-color: #FFF;
}
.japanese {
  display: none;
}
.international {
  display: block;
}
.lang-jp .no-jap {
  display: none !important;
}
.lang-jp #s-options .container > h3 {
  display: none;
}
.lang-jp #s-options ul .btn-default {
  display: none;
}
.lang-jp a.qbtn {
  display: none;
}
.lang-jp .international {
  display: none;
}
.lang-jp .japanese {
  display: block;
}
.lang-jp .japanese.contact h1 {
  margin-bottom: 60px;
}
.lang-jp .japanese.contact h2 {
  color: #8BC34A;
  font-weight: bold;
  font-size: 2.7em;
  margin: 30px 0;
  margin-top: 90px;
}
.lang-jp .japanese.contact .btn {
  color: white;
  border-radius: 26px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  background-color: #7eb73d;
  border: 2px solid #7eb73d;
  transition: all linear 0.2s;
  text-decoration: none;
}
.lang-jp .japanese.contact .btn:hover {
  background-color: #649130;
  border: 2px solid #649130;
}
.lang-jp #s-options .contact .btn-primary {
  display: inline-block !important;
}
.lang-jp .contact .jp-info {
  text-align: center;
}
.lang-jp .contact .jp-info p {
  color: #DDD;
  font-size: 1.5em;
}
.lang-jp .contact .jp-info a {
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0.13);
  border-radius: 35px;
  margin: 60px auto;
  display: block;
  padding: 10px;
  max-width: 500px;
  line-height: 1.2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.lang-jp .contact .jp-info a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
#nc-corp .btn-primary {
  display: none;
}
.form-control {
  background-color: #1f252e;
  border-color: #15191f;
  color: #EEE;
  color: rgba(255, 255, 255, 0.75);
}
#s-options form {
  padding: 30px;
  border-radius: 5px;
}
#s-options form label {
  color: rgba(255, 255, 255, 0.56);
}
#s-options form button {
  margin-top: 30px;
  color: white;
  border-radius: 26px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  background-color: #7eb73d;
  border: 2px solid #7eb73d;
  transition: all linear 0.2s;
  text-decoration: none;
  background-color: transparent;
  padding: 8px 20px;
}
#s-options form button:hover {
  background-color: #649130;
  border: 2px solid #649130;
}
#s-options form button:hover {
  border-color: #7eb73d;
}
#s-options .btn-primary {
  display: none;
}
#s-options .btn-primary[type=submit] {
  display: inline-block;
}
#s-options .quote-request {
  position: relative;
  background-color: rgba(0, 0, 0, 0.13);
  overflow: hidden;
  margin: 10px;
}
#s-options .quote-request h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 15px;
  color: #8BC34A;
  font-size: 36px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #8BC34A;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(55, 51, 49, 0.94);
  display: none;
}
.overlay h2,
.overlay h3 {
  text-align: center;
}
.overlay h2 {
  color: white;
  margin-top: 150px !important;
}
.overlay h3 {
  font-size: 23px;
  font-weight: bold;
}
.overlay .success,
.overlay .error,
.overlay .sending {
  display: none;
}
.pending .overlay {
  display: block;
}
.pending.sending .sending {
  display: block;
}
.pending.success .success {
  display: block;
}
.pending.error .error {
  display: block;
}
.pending.sending .sending {
  display: block;
}
.row.product {
  margin-bottom: 30px;
}
