@font-face {
  font-family: 'nerisblack';
  src: url("../fonts/Neris-Black-webfont.eot");
  src: url("../fonts/Neris-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-Black-webfont.woff") format("woff"), url("../fonts/Neris-Black-webfont.ttf") format("truetype"), url("../fonts/Neris-Black-webfont.svg#nerisblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nerislight';
  src: url("../fonts/Neris-Light-webfont.eot");
  src: url("../fonts/Neris-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-Light-webfont.woff") format("woff"), url("../fonts/Neris-Light-webfont.ttf") format("truetype"), url("../fonts/Neris-Light-webfont.svg#nerislight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nerisbold_italic';
  src: url("../fonts/Neris-BoldItalic-webfont.eot");
  src: url("../fonts/Neris-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-BoldItalic-webfont.woff") format("woff"), url("../fonts/Neris-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/Neris-BoldItalic-webfont.svg#nerisbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nerissemibold';
  src: url("../fonts/Neris-SemiBold-webfont.eot");
  src: url("../fonts/Neris-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-SemiBold-webfont.woff") format("woff"), url("../fonts/Neris-SemiBold-webfont.ttf") format("truetype"), url("../fonts/Neris-SemiBold-webfont.svg#nerissemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*****vendor-prefix ****/
.flexParent {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }

.flexChild {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1; }

/***shadows animations transitions etc***/
.borderBottom {
  border-bottom: 2px solid #00a9e0; }

.border-right {
  border-right: 1px solid #c8ced4;
  padding-right: 50px; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

form {
  width: 100%; }

.button {
  height: 36px;
  line-height: 36px;
  padding: 0 26px;
  background: #a7d500;
  color: #00529b;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 16px; }
  .button:hover {
    background: #00a9e0;
    color: #fff; }

div.field {
  width: 49%;
  margin-left: 2%;
  float: left;
  margin-bottom: 16px; }
  div.field.left {
    margin-left: 0;
    clear: both; }
  div.field.mini-field {
    width: 32%; }
  div.field.full {
    width: 100%;
    margin-left: 0;
    clear: both; }
  div.field.first {
    margin-left: 0; }
  div.field:last-of-type {
    margin-bottom: 0; }

fieldset.field {
  margin-bottom: 16px; }
  fieldset.field.full {
    width: 100%;
    margin-left: 0;
    clear: both; }

input[type='text'], input[type=email], input[type=password], select, textarea {
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  padding: 7px 15px;
  border-radius: 25px;
  font-family: 'nerislight';
  color: #333; }
  input[type='text']:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus {
    border-radius: 25px;
    outline: none;
    box-shadow: 0px 0px 1px 1px #a9d800; }

.Actions {
  text-align: left; }

input[type=submit], button {
  background: #a7d500;
  color: #fff;
  border: none;
  font-family: 'nerisblack';
  text-transform: uppercase;
  font-size: 0.9375rem;
  padding: 0 15px;
  border-radius: 25px;
  transition: all 0.3s;
  height: 30px;
  line-height: 30px; }
  input[type=submit]:hover, button:hover {
    background: #00a9e0;
    cursor: pointer; }
  input[type=submit] .fa-icon, button .fa-icon {
    line-height: 1;
    height: auto;
    background: none;
    width: 18px;
    margin-right: 4px; }
    input[type=submit] .fa-icon:before, button .fa-icon:before {
      top: 0; }

#newsletter button {
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  color: #fff; }

label {
  color: #333333;
  font-family: 'nerissemibold';
  font-size: 13.5px;
  font-size: 0.84375rem;
  margin-bottom: 6px; }

.requiredField > label:after {
  content: " * ";
  color: #00a9e0; }
.requiredField > legend:after {
  content: " * ";
  color: #00a9e0; }

input[type='text'], input[type=email], input[type=password], select, textarea {
  background: #edeeee; }

.checkbox label {
  color: #333333; }

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px; }

input[type="radio"] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px; }

div.dropdown .middleColumn {
  background: #edeeee url(../../images/select-arrow.png) no-repeat center right; }

ul.optionset {
  margin: 0; }
  ul.optionset li {
    display: inline-block;
    margin-right: 30px; }
    ul.optionset li:before {
      content: ' ' !important;
      margin: 0 !important; }

#UserForm_Form .checkbox label {
  text-transform: none;
  font-weight: 400; }
#UserForm_Form legend {
  color: #333333;
  font-family: 'nerissemibold';
  font-size: 13.5px;
  font-size: 0.84375rem; }
#UserForm_Form .userformsgroup {
  width: 50%;
  float: left;
  border: none;
  padding: 0;
  margin: 0; }
  #UserForm_Form .userformsgroup:nth-child(odd) {
    padding-right: 30px; }
  #UserForm_Form .userformsgroup:nth-child(even) {
    padding-left: 30px; }
  #UserForm_Form .userformsgroup legend {
    display: none; }
  #UserForm_Form .userformsgroup div.field {
    width: 100%;
    margin-left: 0;
    float: none; }

.grey-bg input[type='text'], .grey-bg input[type=email], .grey-bg input[type=password], .grey-bg select, .grey-bg textarea {
  background: #fff; }

p.required {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 8px 0; }
  p.required:before {
    content: " * ";
    color: #00a9e0; }

/*# sourceMappingURL=forms.css.map */
