@charset "UTF-8";
@import "normalize.css";
@import "bootstrap.min.css";
.img-responsive,
.img-thumbnail {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.nav:after,
.row:after {
  clear: both;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.carousel-caption,
.carousel-control {
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.form-control,
.img-thumbnail,
body {
  background-color: #fff;
}
.jqueryui .ui-icon {
  background-color: inherit;
}
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
body {
  position: relative;
}
body .loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #f9f9f9;
}
body .loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -79px;
  margin-left: -79px;
}
body.preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.has-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
#page {
  overflow-x: hidden;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 230px;
  width: 1540px;
}
#page .container {
  padding-right: 0;
  padding-left: 0;
}
#page > .container {
  margin-right: 0;
  margin-left: 0;
}
#page {
  font-family: OpenSans-Light, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #383b40;
}
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Regular, sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h1 {
  font-size: 32px;
  line-height: 36px;
  color: #444751;
}
.h2,
h2 {
  font-size: 22px;
  line-height: 24px;
  color: #cd1717;
}
.h3,
.h4,
h3,
h4 {
  font-family: OpenSans-Semibold, sans-serif;
  margin-bottom: 0;
  line-height: 24px;
  color: #444751;
  font-weight: 400;
  font-style: normal;
}
.h3,
h3 {
  font-size: 16px;
}
.h4,
h4 {
  font-size: 14px;
  text-transform: none;
}
a {
  outline: 0;
  color: #cd1717;
}
.btn,
a,
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
b,
strong {
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Semibold, sans-serif;
}
em,
i {
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-LightItalic, sans-serif;
}
img {
  max-width: 100%;
  border: 1px solid rgba(198, 199, 201, 0.4);
}
img.left {
  float: left;
  margin: 0 15px 15px 0;
}
img.right {
  float: right;
  margin: 0 0 15px 15px;
}
input[type=button],
input[type=submit],
input[type=text],
input[type=password],
input[type=email] {
  background: #fff;
  border: 2px solid #d7d8d9;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Semibold, sans-serif;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 15px;
  line-height: 41px;
  padding: 0 10px;
  outline: 0;
  color: #383b40;
  height: 45px;
}
input[type=button]:focus,
input[type=submit]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
}
input[type=button],
input[type=submit] {
  background: #383b40;
  border-color: #383b40;
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Regular, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
input[type=button]:hover,
input[type=submit]:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
}
textarea {
  background: #fff;
  border: 2px solid #d7d8d9;
  min-width: 100%;
  max-width: 100%;
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Semibold, sans-serif;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 15px;
  line-height: 24px;
  padding: 5px 10px;
  outline: 0;
  color: #383b40;
  height: 120px;
}
textarea:focus {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Light, sans-serif;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Light, sans-serif;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Light, sans-serif;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Light, sans-serif;
}
.contentWrapper.topSpace {
  padding-top: 80px;
}
.contentWrapper > p {
  margin-bottom: 13px;
}
#header {
  margin-bottom: 30px;
}
#header img {
  border: none;
}
.btn.btn-blue,
.btn.btn-grey {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.btn {
  display: inline-block;
}
.btn.btn-blue {
  background: #b47a56;
}
.btn.btn-blue span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn.btn-blue:hover span {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.btn.btn-blue.loadMore {
  cursor: pointer;
}
.btn.btn-grey {
  background: #383b40;
  border: 0;
}
.btn.btn-grey span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn.btn-grey:hover span {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.coilWizard .coilImage span,
.coilWizard .coilImage ul.coilAgenda li {
  font-family: OpenSans-Semibold, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@-webkit-keyframes flash {
  from {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
  }
  to {
    box-shadow: none;
  }
}
@keyframes flash {
  from {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
  }
  to {
    box-shadow: none;
  }
}
.coilWizard {
  margin-bottom: 100px;
  overflow: auto;
}
.coilWizard .coil1 {
  padding-left: 0;
}
.coilWizard .coilImage span {
  font-size: 16px;
  text-transform: uppercase;
  color: #585a62;
  text-align: center;
  display: block;
  margin: 130px 0 40px;
}
.coilWizard .coilImage svg {
  margin: 0 auto;
  width: 330px;
  height: 260px;
  display: block;
}
.coilWizard ul.coilAgenda {
  margin: 45px auto 0;
  display: table;
  list-style-type: none;
}
.coilWizard ul.coilAgenda li {
  list-style-type: none;
}
.coilWizard ul.coilAgenda li._width ._icon {
  background-color: #ff5500;
}
.coilWizard ul.coilAgenda li._thickness ._icon {
  background-color: #b47a56;
}
.coilWizard ul.coilAgenda li._inner-diameter ._icon {
  background-color: #5ebbd7;
}
.coilWizard ul.coilAgenda li._outer-diameter ._icon {
  background-color: #006b84;
}
.coilWizard ul.coilAgenda li ._icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1em;
}
.coilWizard .coil1 .headline,
.coilWizard .coil2 .headline {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #444751;
  height: 45px;
  line-height: 45px;
  background-color: #E2E2E2;
  border-bottom: 1px solid #b0b0b0;
}
.coilWizard .coil1 fieldset,
.coilWizard .coil2 fieldset {
  width: 200px;
  margin: 0 auto 17px;
  box-sizing: border-box;
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Light, sans-serif;
  font-size: 14px;
  color: #383b40;
}
.coilWizard .coil1 fieldset label,
.coilWizard .coil2 fieldset label {
  font-weight: 400;
  font-style: normal;
  font-family: OpenSans-Semibold, sans-serif;
  margin: 18px 0 0;
  display: block;
}
.coilWizard .coil1 fieldset input[type=text],
.coilWizard .coil2 fieldset input[type=text] {
  width: 130px;
  height: 2em;
  font-weight: 400;
  background-color: rgba(56, 59, 64, 0);
  border: 1px solid rgba(56, 59, 64, 0.3);
  margin-top: 5px;
}
.coilWizard .coil1 fieldset input[type=text].coilChanged,
.coilWizard .coil2 fieldset input[type=text].coilChanged {
  background-color: #efefef;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-name: flash;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.coilWizard .coil1 fieldset span,
.coilWizard .coil2 fieldset span {
  margin-left: 14px;
}
.coilWizard .coil1 .btn,
.coilWizard .coil2 .btn {
  width: 100%;
}
.coilWizard .coil2 {
  margin-top: 60px;
}
.svgWrapper {
  margin-top: 18px;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1539px) {
  #page {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 60px;
    width: 100%;
  }
  .coilWizard .coilImage .svgWrapper {
    margin: 0 10%;
  }
  .coilWizard .coilImage .svgWrapper svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #page {
    width: 100%;
  }
  main.mainContentColumn {
    margin-bottom: 0;
  }
  #page {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 60px;
  }
  #page .container {
    padding-right: 0;
    padding-left: 0;
  }
  .coilWizard .coilImage .svgWrapper {
    margin: 0 10%;
  }
  .coilWizard .coilImage .svgWrapper svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 300px;
  }
  main.mainContentColumn {
    margin-bottom: 0;
  }
  #page {
    padding-top: 65px;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
  }
  .container {
    padding: 0;
  }
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .coilWizard {
    margin-bottom: 0;
  }
  .coilWizard form {
    display: flex;
    flex-flow: wrap;
  }
  .coilWizard .coilImage {
    order: 1;
  }
  .coilWizard .coilImage span {
    margin: 0 0 20px;
  }
  .coilWizard .coilImage,
  .coilWizard .coilImage ul.coilAgenda,
  .coilWizard .coil1,
  .coilWizard .coil2 {
    margin-bottom: 30px;
  }
  .coilWizard .coil1 {
    padding-left: 15px;
    order: 2;
  }
  .coilWizard .coil2 {
    padding-right: 15px;
    order: 3;
  }
}
@media print {
  a[href]:after {
    content: "";
  }
  .row + h1 {
    margin-top: 0 !important;
  }
  h1 + p {
    padding-top: 10px !important;
    margin-bottom: 0 !important;
  }
  .container,
  .container .row {
    margin: 0;
  }
  .container .row .content h1 {
    padding-top: 20px;
  }
}
