/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../sass/core/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, ../sass/core/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/core/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 72, ../sass/core/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 89, ../sass/core/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 97, ../sass/core/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 109, ../sass/core/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 118, ../sass/core/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 132, ../sass/core/_normalize.scss */
h1 {
  font-size: 2.2rem;
  margin: 0.67em 0;
  text-transform: uppercase;
  font-style: normal;
}

/* line 139, ../sass/core/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 144, ../sass/core/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 149, ../sass/core/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 154, ../sass/core/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 159, ../sass/core/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 168, ../sass/core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 177, ../sass/core/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 181, ../sass/core/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 189, ../sass/core/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 198, ../sass/core/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 208, ../sass/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 217, ../sass/core/_normalize.scss */
p {
  margin: 0.5em 0;
  font-size: 0.8rem;
  line-height:1.7;
}

/* line 221, ../sass/core/_normalize.scss */
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 233, ../sass/core/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 243, ../sass/core/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 253, ../sass/core/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 262, ../sass/core/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 271, ../sass/core/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 280, ../sass/core/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 287, ../sass/core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 291, ../sass/core/_normalize.scss */
sub {
  bottom: -0.25em;
}
em{
color:#4d4d4d;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 306, ../sass/core/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 310, ../sass/core/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 320, ../sass/core/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 329, ../sass/core/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 343, ../sass/core/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 352, ../sass/core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 364, ../sass/core/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 376, ../sass/core/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 384, ../sass/core/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 396, ../sass/core/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 413, ../sass/core/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 426, ../sass/core/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 438, ../sass/core/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 455, ../sass/core/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 466, ../sass/core/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 478, ../sass/core/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 491, ../sass/core/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 504, ../sass/core/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 513, ../sass/core/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 523, ../sass/core/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 536, ../sass/core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
* @author
* 18/06/2013
* Define the global content variables
**/
/* Clearfix properties for after and before float */
/* line 9, ../sass/core/content/_content.scss */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/* line 14, ../sass/core/content/_content.scss */
.clearfix:after {
  clear: both;
}

/* line 18, ../sass/core/content/_content.scss */
.clearfix {
  *zoom: 1;
  /* Hack IE7 */
}

/**
* @author
* 06/06/2013
* Define the main page's grid
**/
/* line 8, ../sass/core/grid/_grid.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 13, ../sass/core/grid/_grid.scss */
a {
  text-decoration: none;
}

/* line 21, ../sass/core/grid/_grid.scss */
a,
a:focus,
a:active,
button,
button:active {
  outline: none;
}

/* line 25, ../sass/core/grid/_grid.scss */
a:focus {
  -moz-outline-style: none;
}

/* For FireFox */
/* line 33, ../sass/core/grid/_grid.scss */
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button[type="submit"]::-moz-focus-inner,
button[type="button"]::-moz-focus-inner {
  border: 0px;
}

/* line 42, ../sass/core/grid/_grid.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
color:#434343;
  font-weight: normal;
  margin: 0 0 0 0;
}
h2{

  text-transform:none;
}
/* line 47, ../sass/core/grid/_grid.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 53, ../sass/core/grid/_grid.scss */
textarea {
  resize: none;
  outline: none;
  overflow: auto;
}

/* Grid */
/* line 64, ../sass/core/grid/_grid.scss */
.wrap {
  background-color: #FFFFFF;
  min-height: 900px;
  min-width: 960px;
  width: 100%;
}

/**
* Alexandre THIBOULT <alexandre.thiboult@gmail.com>
* V1.0  -  02/08/2016
**/
/* line 6, ../sass/modules/header/_header.scss */
header {
  background-color: #77787b;
  background-image: -webkit-gradient(linear, left top, right top, from(#434343), to(#77787b));
  height: 85px;
  position: fixed;
  z-index: 3;
  width: 100%;
  color: #D9D9D9;
}
/* line 15, ../sass/modules/header/_header.scss */
header .top-bar {
  margin: 28px auto;
  max-width: 62.5rem;
}
/* line 19, ../sass/modules/header/_header.scss */
header .top-bar #header-l {
  float: left;
}
/* line 23, ../sass/modules/header/_header.scss */
header .top-bar #header-r {
  padding-top: 8px;
  margin-left: 375px;
}
/* line 27, ../sass/modules/header/_header.scss */
header .top-bar #header-r li {
  font-size: 13px;
  float: left;
  margin-left: 35px;
}
/* line 33, ../sass/modules/header/_header.scss */
header .top-bar #header-r a {
  font-family: 'cantarellregular',sans-serif;
  color: #fff;
}

/**
* Alexandre THIBOULT <alexandre.thiboult@gmail.com>
* V1.0  -  02/08/2016
**/
/* line 6, ../sass/modules/footer/_footer.scss */
footer {
  background-color: #77787b;
  background-image: -webkit-gradient(linear, left top, right top, from(#434343), to(#77787b));
  width: 100%;
  margin-top: 50px;
  color: white;
  font-size: 14px;
}
/* line 14, ../sass/modules/footer/_footer.scss */
footer .bottom-bar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 62.5rem;
}
/* line 22, ../sass/modules/footer/_footer.scss */
footer .bottom-bar p {
  line-height: 22px;
}
/* line 26, ../sass/modules/footer/_footer.scss */
footer .bottom-bar .col1 {
  float: left;
  width: 25%;
  display: inline-block;
  margin-right: 50px;
}
/* line 33, ../sass/modules/footer/_footer.scss */
footer .bottom-bar .col2 {
  float: left;
  width: 25%;
  display: inline-block;
  margin-right: 50px;
}
/* line 41, ../sass/modules/footer/_footer.scss */
footer .bottom-bar .col3 {
  float: left;
  width: 25%;
  display: inline-block;
}
/* line 48, ../sass/modules/footer/_footer.scss */
footer .footer_copyright {
  background-color: #434343;
  background-image: -webkit-gradient(linear, left top, right top, from(#77787b), to(#434343));
  width: 100%;
  height: 40px;
  text-align: right;
  float: right;
}
/* line 56, ../sass/modules/footer/_footer.scss */
footer .footer_copyright p {
  margin-right: 80px;
}
/* line 60, ../sass/modules/footer/_footer.scss */
footer .footer_copyright a {
  color: white;
  text-decoration: none;
}
/* line 64, ../sass/modules/footer/_footer.scss */
footer .footer_copyright a:hover {
  color: #00ACC6;
  text-decoration: none;
}

/**
* Alexandre THIBOULT <alexandre.thiboult@gmail.com>
* V1.0  -  02/08/2016
**/
/* line 6, ../sass/modules/content/_content.scss */
.content {
  margin: 0 auto;
  width: 100%;
}

/* line 11, ../sass/modules/content/_content.scss */
.fl-l {
  float: left;
}


/* line 15, ../sass/modules/content/_content.scss */
.fl-r {
  float: right;
}

/* line 19, ../sass/modules/content/_content.scss */
.p-r {
  position: relative;
}

/* line 23, ../sass/modules/content/_content.scss */
.p-a {
  position: absolute;
}

/* line 27, ../sass/modules/content/_content.scss */
.content-center {
  color: #434343;
  padding-top: 23px;
  margin-top: 80px;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: 'cantarellregular',sans-serif;
  font-size: 14px;
  line-height: 22px;
  z-index: 1;
  /***************************************************************/
  /* pop up */
  /***************************************************************/
  /* Calculator.php */
}
/* line 40, ../sass/modules/content/_content.scss */
.content-center h1 {
  color: #434343;
  margin-top: 20px;
  margin-bottom: 25px;
}
/* line 45, ../sass/modules/content/_content.scss */
.content-center h1 em {
  color: #009CC0;
  font-style: normal;
}
/* line 51, ../sass/modules/content/_content.scss */
.content-center h2 {
 /* font-size: 18px;*/
}
/* line 55, ../sass/modules/content/_content.scss */
.content-center .content-center-l {
  float: left;
  display: inline-block;
  width: 60%;
  padding-right: 50px;
}
/* line 61, ../sass/modules/content/_content.scss */
.content-center .content-center-l b {
  color: #222222;
}
/* line 66, ../sass/modules/content/_content.scss */
.content-center button {
  margin-top: 15px;
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
}
/* line 86, ../sass/modules/content/_content.scss */
.content-center .button-blue {
  float: left;
  background-color: #009cc0;
  color: #ffffff;
  -webkit-transition: background-color 300ms ease-out;
}
/* line 92, ../sass/modules/content/_content.scss */
.content-center .button-blue:disabled {
  -webkit-transition: none;
  cursor: auto;
}
/* line 96, ../sass/modules/content/_content.scss */
.content-center .button-blue:disabled:hover {
  background-color: #009cc0;
  cursor: auto;
}
/* line 102, ../sass/modules/content/_content.scss */
.content-center .button-blue:hover {
  background-color: #007d9a;
}
/* line 107, ../sass/modules/content/_content.scss */
.content-center .content-center-r {
  float: left;
  display: inline-block;
}
/* line 111, ../sass/modules/content/_content.scss */
.content-center .content-center-r img {
  display: block;
  width: 393px;
}
/* line 120, ../sass/modules/content/_content.scss */
.content-center .black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 1020px;
  background-color: black;
  z-index: 5;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
/* line 134, ../sass/modules/content/_content.scss */
.content-center .black_overlay_calc {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 1235px;
  background-color: black;
  z-index: 5;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 1205px) {
  /* line 149, ../sass/modules/content/_content.scss */
  .content-center .black_overlay {
    height: 1550px;
  }
  /* line 153, ../sass/modules/content/_content.scss */
  .content-center .black_overlay_calc {
    height: 1325px;
  }
}
/* line 158, ../sass/modules/content/_content.scss */
.content-center .pop-content {
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 6%;
  left: 25%;
  width: 50%;
  padding: 16px;
  border: 2px solid #b9b9b9;
  background-color: white;
  z-index: 6;
  overflow: auto;
  text-align: center;
}
/* line 172, ../sass/modules/content/_content.scss */
.content-center .pop-content h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 25px;
  color: black;
}
/* line 178, ../sass/modules/content/_content.scss */
.content-center .pop-content h1 em {
  color: #009CC0;
  font-style: normal;
  text-transform: none;
}
/* line 185, ../sass/modules/content/_content.scss */
.content-center .pop-content img {
  width: 200px;
  height: 200px;
}
/* line 190, ../sass/modules/content/_content.scss */
.content-center .pop-content .pop-button {
  margin: 0 auto;
  width: 135px;
  text-align: center;
}
/* line 197, ../sass/modules/content/_content.scss */
.content-center .pop-close {
  font-size: 35px;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}
/* line 207, ../sass/modules/content/_content.scss */
.content-center .pop-content-l {
  display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 90px;
    text-align: initial;
    width: 200px;
}
/* line 216, ../sass/modules/content/_content.scss */
.content-center .pop-content-r {
  float: left;
    font-size: 12px;
    margin-left: 31px;
    text-align: initial;
    width: 200px;
}
/* line 223, ../sass/modules/content/_content.scss */
.content-center .pop-content-r strong {
  font-size: 14px;
}
@media only screen and (max-width: 1205px) {
  /* line 229, ../sass/modules/content/_content.scss */
  .content-center .pop-content-r {
    margin-left: 90px;
    font-size: 12px;
    text-align: initial;
  }
}
/* line 238, ../sass/modules/content/_content.scss */
.content-center #light .mono {
  padding-left: 100px;
  margin-bottom: 5px;
}
/* line 243, ../sass/modules/content/_content.scss */
.content-center #light .multi {
  padding-left: 35px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1205px) {
  /* line 249, ../sass/modules/content/_content.scss */
  .content-center #light .multi {
    padding-left: 138px;
  }
}
/* line 254, ../sass/modules/content/_content.scss */
.content-center #light fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
/* line 263, ../sass/modules/content/_content.scss */
.content-center #light img {
  cursor: pointer;
}
/* line 268, ../sass/modules/content/_content.scss */
.content-center .border-blue {
  border: 3px solid #009cc0;
}
/* line 277, ../sass/modules/content/_content.scss */
.content-center .eye-choice label {
  margin-right: 4rem;
}
/* line 281, ../sass/modules/content/_content.scss */
.content-center .button-grey-light {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  -webkit-transition: background-color 300ms ease-out;
  float: right;
}
/* line 288, ../sass/modules/content/_content.scss */
.content-center .button-grey-light:hover {
  background-color: #b9b9b9;
}
/* line 293, ../sass/modules/content/_content.scss */
.content-center .button-grey-dark {
  float: right;
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #373737;
  -webkit-transition: background-color 300ms ease-out;
}
/* line 300, ../sass/modules/content/_content.scss */
.content-center .button-grey-dark:hover {
  background-color: #b9b9b9;
}
/* line 305, ../sass/modules/content/_content.scss */
.content-center fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 310, ../sass/modules/content/_content.scss */
.content-center fieldset.active {
  border-color: #009cc0;
}
/* line 314, ../sass/modules/content/_content.scss */
.content-center fieldset legend {
  font-size: 17px;
  font-weight: bold;
  background: #ffffff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
  color: #009cc0;
}
/* line 324, ../sass/modules/content/_content.scss */
.content-center fieldset label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  display: inline-block;
}
/* line 334, ../sass/modules/content/_content.scss */
.content-center fieldset input {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
  height: 13px;
}
/* line 345, ../sass/modules/content/_content.scss */
.content-center .preop-fields label {
  margin-top: 8px;
}
/* line 349, ../sass/modules/content/_content.scss */
.content-center .preop-fields input[type="number"] {
  background-color: #fff;
    height: 35px;
    margin-right: 6px;
    margin-top: 3px;
    width: 80px;
    border-radius:5px;
}
/* line 356, ../sass/modules/content/_content.scss */
.content-center .preop-fields input[type="radio"] {
  display: inline-block;
  margin-left: 3rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
  height: 13px;
}
/* line 365, ../sass/modules/content/_content.scss */
.content-center .preop-fields em {
  font-style: italic;
}
/* line 370, ../sass/modules/content/_content.scss */
.content-center hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0px 10px 0px;
  height: 0;
}
/* line 378, ../sass/modules/content/_content.scss */
.content-center .result {
  width: 55px;
  background-color: #009cc0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  padding: 5px 10px;
}
/* line 390, ../sass/modules/content/_content.scss */
.content-center #implantChoisi em {
  font-size: 12px;
}
/* line 395, ../sass/modules/content/_content.scss */
.content-center #implantChoisi span em {
  color: #009CC0;
  font-style: normal;
  font-size: 14px;
}
/* line 402, ../sass/modules/content/_content.scss */
.content-center #implantChoisi legend {
  font-size: 22px;
  background: #ffffff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}
/* line 408, ../sass/modules/content/_content.scss */
.content-center #implantChoisi legend em {
  font-size: 19px;
  font-weight: bold;
  color: #009cc0;
}
/* line 416, ../sass/modules/content/_content.scss */
.content-center #fieldset-3 {
  margin-top: 120px;
  padding-top: 5px;
}
/* line 420, ../sass/modules/content/_content.scss */
.content-center #fieldset-3 fieldset {
  position: relative;
  height: 98px;
  padding: 6px 20px;
  border: none;
  width: 125px;
}
/* line 428, ../sass/modules/content/_content.scss */
.content-center #fieldset-3 span {
  float: left;
  position: absolute;
}
/* line 433, ../sass/modules/content/_content.scss */
.content-center #fieldset-3 .result {
  width: 78px;
  background-color: #009cc0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  padding: 5px 10px;
  margin-bottom: -5px;
  text-align: center;
}
