html,
body {
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'GothamProRegular', sans-serif;
  background-color: #fff;
  color: #333;
}
body.vs-body {
  font-family: 'Arial', sans-serif !important;
}
a {
  color: #6cb306;
  font-size: 1em;
}
.vs-body a {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #82d807;
  outline: none;
}
.vs-body a:hover,
.vs-body a:focus {
  color: #000;
  text-decoration: none;
}
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover,
a .h1:hover,
a .h2:hover,
a .h3:hover,
a .h4:hover,
a .h5:hover,
a .h6:hover,
a h1:focus,
a h2:focus,
a h3:focus,
a h4:focus,
a h5:focus,
a h6:focus,
a .h1:focus,
a .h2:focus,
a .h3:focus,
a .h4:focus,
a .h5:focus,
a .h6:focus {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus {
  text-decoration: none;
}
input,
textarea,
select,
button {
  outline: none !important;
}
input,
textarea {
  font-size: 1.571428571428571em;
  padding: 0.285714285714286em 0.857142857142857em;
  border: 1px solid;
  border-color: #a7a7a7;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
input:focus,
textarea:focus {
  border-color: #82d807;
}
label {
  font-weight: normal;
}
label:hover {
  cursor: pointer;
}
.clear-line:after {
  content: '';
  clear: both;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #75b715;
  font-family: 'GothamProBlack';
}
.vs-body h1,
.vs-body h2,
.vs-body h3,
.vs-body h4,
.vs-body h5,
.vs-body h6,
.vs-body .h1,
.vs-body .h2,
.vs-body .h3,
.vs-body .h4,
.vs-body .h5,
.vs-body .h6 {
  color: #000;
  font-family: 'Arial', sans-serif;
  font-weight: 800;
}
h1,
.h1 {
  margin-bottom: 0.714285714285714em;
}
h2.for-margin,
.h2.for-margin {
  margin: 1.428571428571429em 0;
}
p {
  margin: 0 0 0.714285714285714em;
}
.vs-body p {
  color: #000 !important;
}
#wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  font-size: 1em;
  overflow: hidden;
}
.vs-body #wrapper {
  font-size: 1.285714285714286em;
}
.row.row-left {
  margin-right: 0;
}
.row.row-right {
  margin-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.btn {
  font-size: 1em;
  padding: 0.428571428571429em 0.857142857142857em;
}
.btn.btn-success,
.btn.btn-primary {
  background-color: #75b715;
}
.vs-body .btn.btn-success,
.vs-body .btn.btn-primary {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn.btn-success:hover,
.btn.btn-primary:hover {
  background-color: #649d12;
}
.vs-body .btn.btn-success:hover,
.vs-body .btn.btn-primary:hover {
  background-color: #000;
  color: #fff;
}
.btn-lg {
  font-size: 1.285714285714286em;
  padding: 0.55555555em 0.8888888888em;
}
.special-ul {
  list-style: none;
  padding-left: 2.142857142857143em;
  margin-bottom: 1.428571428571429em;
}
.special-ul li {
  position: relative;
  margin-bottom: 0.714285714285714em;
}
.special-ul li:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 1px;
  width: 19px;
  height: 19px;
  background-image: url("/img/icons/icon_ul_poin_green_19x19.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.font-light {
  font-family: 'GothamProLight';
}
.vs-body .font-light {
  font-family: 'Arial', sans-serif !important;
}
.text-black {
  color: #000;
}
.text-gray-1 {
  color: #666;
}
.vs-body .text-gray-1 {
  color: #000;
}
.text-gray-2 {
  color: #2d2d2d;
}
.vs-body .text-gray-2 {
  color: #000;
}
.text-green-1 {
  color: #4b8000;
}
.vs-body .text-green-1 {
  color: #000;
}
