html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1156px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
html {
  font-size: 12px;
}
body {
  font-family: 'Open Sans';
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.body {
  font-size: 12px;
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'BlenderProBook';
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1;
}
h1,
.h1 {
  font-size: 44px;
}
small h1,
small .h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 30px;
}
small h2,
small .h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 24px;
}
small h3,
small .h3 {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 1.333;
}
h4,
.h4 {
  font-size: 14px;
  line-height: 1.286;
}
small h4,
small .h4 {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 1.333;
}
p {
  line-height: 1.333;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:not(.btn):visited {
  color: currentColor;
}
a:active {
  color: #666666;
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol li {
  counter-increment: item;
}
ol li:before {
  content: counter(item);
  font-weight: bold;
  padding-right: 17px;
}
li {
  line-height: 1;
  padding: 17px 0;
  border-bottom: 1px solid #dbdbdb;
}
table {
  font-size: 14px;
}
table caption {
  border-bottom: 3px solid #000000;
  font-family: 'BlenderProBold';
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0 5px;
}
table tr:first-child th,
table tr:first-child td {
  padding-top: 20px;
}
table tr:last-child td {
  border-bottom: none;
  padding-bottom: 20px;
}
table th,
table td {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 10px 10px 30px;
  min-width: 275px;
}
table th:first-child,
table td:first-child {
  white-space: nowrap;
}
table th:last-child,
table td:last-child {
  border-right: none;
  width: 100%;
}
table th {
  text-align: left;
}
@media (max-width: 768px) {
  table {
    width: 100%;
    table-layout: fixed;
  }
  table th,
  table td {
    min-width: auto;
  }
  table th:last-child,
  table td:last-child {
    width: auto;
  }
}
@-webkit-keyframes checkbox {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes checkbox {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
input,
optgroup,
select,
textarea {
  font-family: 'Open Sans';
  border-radius: 0;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.form-control {
  margin-bottom: 10px;
}
.form-control .label,
.form-control .checkbox,
.form-control .radio {
  vertical-align: middle;
}
label,
.label {
  font-size: 12px;
  color: black;
}
[type="email"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
.input {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  padding: 0.5em 0;
}
.input--large {
  font-size: 14px;
  border-bottom: 3px solid black;
}
.input--medium {
  font-size: 12px;
  border-bottom: 3px solid black;
}
.input--small {
  font-size: 12px;
  background: #eee;
  padding: 0.5em 0.8em;
}
textarea,
.textarea {
  font-size: 12px;
  background: #eee;
  width: 100%;
  padding: 0.5em 0.8em;
  margin-bottom: 10px;
  border: none;
  resize: vertical;
}
[type="checkbox"],
.checkbox {
  position: absolute;
  opacity: 0;
}
[type="checkbox"] + label,
.checkbox + .label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
[type="checkbox"] + label:before,
.checkbox + .label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #b8b8b8;
  transition: border-color 0.2s;
}
[type="checkbox"]:active + label:before,
[type="checkbox"]:focus + label:before,
.checkbox:active + .label:before,
.checkbox:focus + .label:before {
  outline-color: #4d90fe;
  outline-style: auto;
  outline-width: 2px;
}
[type="checkbox"]:checked + label:before,
.checkbox:checked + label:before,
[type="checkbox"]:checked + .label:before,
.checkbox:checked + .label:before {
  border: 2px solid black;
}
[type="checkbox"]:checked + label:after,
.checkbox:checked + label:after,
[type="checkbox"]:checked + .label:after,
.checkbox:checked + .label:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 4px;
  background-image: url('../img/checkmark.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 7px;
  -webkit-animation-name: checkbox;
  animation-name: checkbox;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 12px;
  height: 12px;
}
[type="checkbox"][disabled] + label,
.checkbox--disabled + .label {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
[type="checkbox"][disabled]:hover + label:before,
input[type="checkbox"].checkbox--disabled:hover + .label:before,
[type="checkbox"][disabled]:focus + label:before,
input[type="checkbox"].checkbox--disabled:focus + .label:before {
  box-shadow: none;
}
[type="radio"],
.radio {
  position: absolute;
  opacity: 0;
}
[type="radio"] + label,
.radio + .label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
[type="radio"] + label:before,
.radio + .label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: white;
  border: 1px solid #b8b8b8;
  transition: border-color 0.2s;
}
[type="radio"]:active + label:before,
[type="radio"]:focus + label:before,
.radio:active + .label:before,
.radio:focus + .label:before {
  box-shadow: 0 0 0 2px rgba(77, 144, 254, 0.5);
  transition: box-shadow 0.15s, border-color 0.15s;
}
[type="radio"]:checked + label:before,
.radio:checked + label:before,
[type="radio"]:checked + .label:before,
.radio:checked + .label:before {
  border: 2px solid black;
}
[type="radio"]:checked + label:after,
.radio:checked + label:after,
[type="radio"]:checked + .label:after,
.radio:checked + .label:after {
  content: '';
  -webkit-animation-name: checkbox;
  animation-name: checkbox;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: 6px;
  top: 8px;
  background: black;
  width: 4px;
  height: 4px;
}
[type="radio"][disabled] + label,
.radio--disabled + .label {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
[type="radio"][disabled] + label:before,
.radio--disabled + .label:before {
  box-shadow: none;
}
[type="radio"][disabled]:focus + label:before,
[type="radio"][disabled]:hover + label:before,
.radio--disabled:focus + .label:before,
.radio--disabled:hover + .label:before {
  box-shadow: none;
}
select,
.dropdown {
  border: none;
  border-bottom: 3px solid black;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
  margin-bottom: 10px;
  padding: 0.5em 0;
  background-image: url('../img/dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 9px 5px;
}
select::-ms-expand,
.dropdown::-ms-expand {
  display: none;
}
select[disabled],
.dropdown--disabled {
  opacity: 0.5;
  pointer-events: none;
}
button,
input[type="button"],
input[type="submit"],
.btn {
  background-color: #ffd400;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #000000;
  display: inline-block;
  font-family: 'BlenderProBold';
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 20px 12px;
  line-height: 1;
  text-align: center;
  transition: box-shadow 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease;
  /***** states *****/
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.btn:focus {
  color: currentColor;
  text-decoration: none;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn:hover {
  color: currentColor;
  outline: 0;
  text-decoration: none;
  box-shadow: 1px 1px 0 #dbb300, 2px 2px 0 #dbb300;
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.btn:active {
  color: currentColor;
  text-decoration: none;
  box-shadow: 1px 1px #dbb300;
  -webkit-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}
.btn--dark {
  background-color: #222;
  color: #ffffff;
}
.btn--dark:focus {
  color: #ffffff;
}
.btn--dark:hover {
  color: #ffffff;
  box-shadow: 1px 1px 0 #dcdcdc, 2px 2px 0 #dcdcdc;
}
.btn--dark:active {
  color: #ffffff;
  box-shadow: 1px 1px #dcdcdc;
}
.btn--light {
  background-color: #ffffff;
}
.btn--light:hover {
  box-shadow: 1px 1px 0 #dcdcdc, 2px 2px 0 #dcdcdc;
}
.btn--light:active {
  box-shadow: 1px 1px #dcdcdc;
}
.btn--large {
  font-size: 16px;
  padding: 21px 40px 19px;
}
.btn--large:hover {
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  box-shadow: 1px 1px #dbb300, 2px 2px #dbb300, 3px 3px #dbb300;
}
.btn--large:active {
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  box-shadow: 1px 1px #dbb300, 2px 2px #dbb300;
}
.btn--large.btn--dark:hover {
  box-shadow: 1px 1px 0 #dcdcdc, 2px 2px 0 #dcdcdc, 3px 3px 0 #dcdcdc;
}
.btn--large.btn--dark:active {
  box-shadow: 1px 1px #dcdcdc, 2px 2px #dcdcdc;
}
.btn--large.btn--light:hover {
  box-shadow: 1px 1px 0 #dcdcdc, 2px 2px 0 #dcdcdc, 3px 3px 0 #dcdcdc;
}
.btn--large.btn--light:active {
  box-shadow: 1px 1px #dcdcdc, 2px 2px #dcdcdc;
}
.btn--small {
  background-color: transparent;
  border-radius: 0;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0 0 8px;
  position: relative;
  text-transform: none;
}
.btn--small:after {
  content: '';
  background: #000000;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
  width: 100%;
  height: 3px;
}
.btn--small:hover,
.btn--small:active {
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn--small:hover:after,
.btn--small:active:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
  transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.btn--small:active {
  color: #666666;
}
.btn--small:active:after {
  background: #666666;
}
.btn--small.btn--light {
  color: #ffffff;
}
.btn--small.btn--light:after {
  background: #ffffff;
}
.btn--small.btn--light:hover {
  color: #ffffff;
}
.btn--small.btn--light:active {
  color: #b6b6b6;
}
.btn--small.btn--light:active:after {
  background: #b6b6b6;
}
.btn--xsmall {
  background-color: transparent;
  border-radius: 0;
  font-family: 'Open Sans';
  font-size: 12px;
  padding: 0;
  text-transform: none;
  color: #000000;
  text-decoration: underline;
}
.btn--xsmall:hover,
.btn--xsmall:active {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.btn--xsmall:hover {
  color: #000000;
}
.btn--xsmall:active {
  color: #666666;
}
.btn--xsmall.btn--light {
  color: #ffffff;
}
.btn--xsmall.btn--light:hover {
  color: #ffffff;
}
.btn--xsmall.btn--light:active {
  color: #b6b6b6;
}
.btn:disabled,
.btn--disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-transform: none;
  transform: none;
  box-shadow: none;
  pointer-events: none;
}

.li.Callback {
    line-height: 1;
    padding: 0px ;
}

.cx-widget * {
    padding: 0;
}

.cx-form-inputs table tr:first-child th, .cx-form-inputs table tr:first-child td{
    padding-top: 4px;
}

.cx-form-inputs table th, .cx-form-inputs table td {
    border-right: 0!important;
    border-bottom: 0!important;;
    padding: 0px 8px 0px 0px;
    min-width: 0px;
	
}

#vui-body .cx-widget label {
    padding-right: 32px;
    font-size:  14px;
    
}

#vui-body .cx-widget .cx-btn {	
	font-size: 14px;
	font-family: BlenderPro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

#vui-body .cx-widget .cx-titlebar .cx-title {	
	font-size: 24px;
	font-family: 'BlenderProBook';
}

#vui-body .cx-input .cx-form-control {
	font-family: OpenSans;
	padding: .7rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    height: inherit!important;
}


/* Media Query for Mobile Devices */ 
@media (max-width: 480px) { 
    .cx-widget.cx-theme-light input[type=email], .cx-widget.cx-theme-light input[type=tel], .cx-widget.cx-theme-light input[type=text], .cx-widget.cx-theme-light select, .cx-widget.cx-theme-light textarea {
	    margin-left: 33%;
	    width: 67%;
	}
 
} 
  
/* Media Query for low resolution  Tablets, Ipads */ 
@media (min-width: 481px) and (max-width: 767px) { 
.cx-widget.cx-theme-light input[type=email], .cx-widget.cx-theme-light input[type=tel], .cx-widget.cx-theme-light input[type=text], .cx-widget.cx-theme-light select, .cx-widget.cx-theme-light textarea {
	    margin-left: 20%;
	    width: 80%;
	}
} 
  
/* Media Query for Tablets Ipads portrait mode */ 
@media (min-width: 768px) and (max-width: 1024px){ 
.cx-widget.cx-theme-light input[type=email], .cx-widget.cx-theme-light input[type=tel], .cx-widget.cx-theme-light input[type=text], .cx-widget.cx-theme-light select, .cx-widget.cx-theme-light textarea {
	    margin-left: 15%;
	    width: 85%;
	}
} 

body .buorg {
  position: fixed;
  z-index: 111111;
  width: 100%;
  top: 0px;
  left: 0px;
  text-align: left;
  color: #000;
  background-color: #E5E5E5;
  font: 14px;
  animation: buorgfly 1s ease-out 0s;
  font-family: BlenderProBook;
  padding-top: 1.30%;
  padding-bottom: 1.30%;
  padding-left: 15%;
  padding-right: 15%;
  border-bottom: 0;
}

body .buorg-pad {
  border-left:6px solid #FFD200;
  padding-top: 0;
  padding-bottom: 0;
}

body .buorg-moremsg {
  display: block;
  font-family: Open Sans;
  font-size: 14px;
}

body .buorg-buttons {
  margin-right: 5%;
  float: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline;
  width: 40%;
  margin-top: -4%;
  font-size: 14px;
}

body #buorgul {
  color: #000000;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  border-radius: 4px;
  background: #FFD200;
  white-space: nowrap;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 3%;
  padding-right: 3%;
  margin-right: 3%;
  font-weight: bold;
}

body #buorgig {
  color: #000000;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  border-radius: 4px;
  background: #AAAAA3;
  white-space: nowrap;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 3%;
  padding-right: 3%;
  font-weight: bold;
}

@media (min-width: 1370px) and (max-width: 1820px){ 
  body .buorg-moremsg {
      width: 50%;
  }

  body .buorg-buttons {
      margin-top: -5.5%
  }
}

@media (min-width: 1240px) and (max-width: 1370px){ 
  body .buorg-pad {
      padding-left: 0;
      padding-right: 0;
  }
  
  body .buorg-buttons {
      margin-top: -7.5%
  }

  body .buorg-moremsg {
      width: 55%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px){ 
  body .buorg {
      padding-left: 10%;
      padding-right: 10%;
  }

  body .buorg-buttons {
      margin-top: -7%
  }

  body .buorg-moremsg {
      width: 55%;
  }
}

@media (min-width: 850px) and (max-width: 1024px){ 
  body .buorg {
      padding-top: 1%;
      padding-bottom: 1%;
      padding-left: 2%;
      padding-right: 2%;
  }

  body .buorg-buttons {
      margin-top: -7%
  }

  body .buorg-moremsg {
      width: 55%;
  }
}

@media (max-width: 850px) { 
  body .buorg {
      padding-top: 1%;
      padding-bottom: 1%;
      padding-left: 2%;
      padding-right: 2%;
  }

  body .buorg-buttons {
      margin-top: -7%;
      float: none;
  }

  body #buorgul {
      padding-top: 0.25%;
      padding-bottom: 0.25%;
      padding-left: 1%;
      padding-right: 1%;
      margin-right: 0.5%;
  }

  body #buorgig {
      padding-top: 0.25%;
      padding-bottom: 0.25%;
      padding-left: 1%;
      padding-right: 1%;
  }

  body .buorg-moremsg {
      width: 100%;
  }
}