@import url("/webfonts/MyriadProLight/stylesheet.css");
@import url("/webfonts/MyriadPro/stylesheet.css");
@import url("/webfonts/MyriadProLightIt/stylesheet.css");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-text-size-adjust: none;
}

.contact-form {
  margin: auto;
  width: 100%;
  overflow: visible;
  font-family: myriadprolight, sans-serif;
  background-color: #486e9e;
  padding: 12px 12px 22px!important;
  border: none!important;
  border-radius: 4px;
}

.contact-form .row {
  font-size: 20px;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.contact-form .text {
  padding-left: 8px;
  height: 29px;
}

input, select#country, select#employees {
  border-bottom: 1px solid #9bb6d8!important;
  float: left;
}

.contact-form .row1 {
  height: auto;
  line-height: 20px;
  padding: 6px 6px 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: none;
  color: #fff;
  font-family: "MyriadProLight",sans-serif;
}
.row2 {
  height: auto;  
  overflow: hidden;
  background-color:#496485;  
  border-top: none;
  color: #fff;
  text-align: center;
  font-family: "MyriadProLight",sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
}
.contact-form .text-me{
  padding-left: 5px !important;
}
.row1 br {
  display: none;
}

.contact-form .row3,
.contact-form .row4,
.contact-form .row5,
.contact-form .row6,
.contact-form .row7 {
  background-color: transparent;
}


select#country {
  /*height: 26px;*/
  margin-right: -10px;
  width: 88px;
}

.contact-form .row4 {
  border-bottom-left-radius: 0;
}

.contact-form .row5.mobile {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 0 none;
  border-top: 1px solid #006199;
  border-top-right-radius: 0;
  clear: both;
  float: none;
  height: auto;
  margin-left: 0;
  width: 226px;
  background-color: transparent;
}

.contact-form #button {
  display: block;
  margin: 5px auto 0;
  padding: 6px 0;
  text-align: center;
  font-size: 20px;
  font-family: Myriadpro, sans-serif!important;
  float: none;
  max-width: 195px;
  width: 85%;
  background: #FC9D20;
  background: -moz-linear-gradient(top, #FC9D20 0%, #ef6f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FC9D20), color-stop(100%,#ef6f00));
  background: -webkit-linear-gradient(top, #FC9D20 0%,#ef6f00 100%);
  background: -o-linear-gradient(top, #FC9D20 0%,#ef6f00 100%);
  background: -ms-linear-gradient(top, #FC9D20 0%,#ef6f00 100%);
  background: linear-gradient(to bottom, #FC9D20 0%,#ef6f00 100%);
  border-radius: 5px!important;
  color: #fff;
  cursor: pointer;
  font-style: normal!important;
  font-weight: normal!important;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: normal;
  border: 1px solid #ffffff!important;
}

.contact-form textarea {
  float: none;
  padding: 8px;
  resize: vertical;
  width: 100%;
  margin-top: 0;
  height: 35px;
}

.contact-form .row7 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 5px;
}

.contact-form .personal-data {
  border-top: medium none;
}

.contact-form .row8 {
  height: 22px;
  margin: auto;
  text-align: center;
  width: 100%;
}

.contact-form input#firstname,
.contact-form input#lastname,
.contact-form input#email,
select#country,
.contact-form input#phone,
.contact-form input#zipcode {
  width: 47%!important;
}

.contact-form input#firstname,
.contact-form input#email,
.contact-form input#phone {
  border-radius: 0 !important;
  margin-right: 5%;
}

.contact-form input#lastname {
  border-right:none;
}

.contact-form input#email,
.contact-form input#city {
  background-color: transparent;
 /* height: 29px;
  margin-left: -8px;
  margin-top: 0;
  padding-left: 8px;*/
  width: 133px;
}

.contact-form input#city {
    width: 55%!important;
    margin-right: 5%;
}

.contact-form .row5 #zipcode {
    width: 39%!important;
}

.contact-form input#email.full-width {
  width: 100%!important;
}

.contact-form #phonerow input#phone {
  width: 100%!important;
  height: 29px;
  border-right: none;
}

.contact-form .radio {
  display: inline;
  line-height: 22px;
}

.contact-form .radio > input {
  height: 13px;
  margin-left: 0;
  vertical-align: unset;
}

.contact-form input, .contact-form textarea, .contact-form select {
  background-color: transparent;
  border: medium none;
  color: #fff;
  display: inline;
  font: 18px/18px "Myriadprolightit",Verdana,sans-serif;
  opacity: 1;
  border-radius: 0!important;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.asterisk::-webkit-input-placeholder {
  color:    #cca783;
}
.asterisk:-moz-placeholder {
  color:    #cca783;
  opacity:  1;
}
.asterisk::-moz-placeholder {
  color:    #cca783;
  opacity:  1;
}
.asterisk:-ms-input-placeholder {
  color:    #cca783;
}

textarea#question {
  border-bottom: 1px solid #9bb6d8!important;
}

.row.row9 {
  margin-bottom: 0;
  position: relative;
}

.contact-form #progressbar {
  height: 44px;
  margin: 1px !important;
  width: 97%;
  top: 0px;
  background-color: rgba(72, 110, 158, 0.9);
  border: medium none;
  font-size: 12px;
  left: 0;
  position: absolute;
  z-index: 1000;
}

.contact-form #progressbar p {
  display: none;
}

.contact-form #progressbar img {
  display: block;
  margin: 5px auto 5px;
  width: 30px;
  height: 30px;
}

h4.problem {
  clear: both;
  color: #3c3c3c;
  font: 11px/15px MyriadProLight,verdana,serif;
  margin: 5px auto 0;
  text-align: center;
  width: 100%;
  font-weight: 300;
}

.contact-form h4.problem, .contact-form h4.problem a, .contact-form .required {
  color: #fff!important;
}

.contact-form .required {
  color: #fff!important;
  height: 22px;
  margin: auto;
  text-align: center;
  width: 100%;
  font-size: 13px !important;
  font-style: italic;
}

.hidden {
  display: none !important;
}


input[type=radio] {
  border:none;
  background:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

div:not(#ray) > input[type=radio] {
  display: none;
}

div:not(#ray) > label {
  display: inline;
  padding: 1px 5px 0 20px;
  color: #fff;
  cursor: pointer;
}

div:not(#ray) > input[type=radio] + label {
  background: url('/img/theme-2018/radio-button-warmtheme-sprite.png') no-repeat top left;
  background-size: 17px;
  background-position: 1px -29px;
}

div:not(#ray) > input[type="radio"]:checked + label {
  background: url('/img/theme-2018/radio-button-warmtheme-sprite.png') no-repeat top;
  background-size: 17px;
  background-position: 1px 2px;
}

#country, #employees {
  border:none;
  height: 29px;
  margin-left: 0;
  margin-right: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding-left: 6px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url('/img/theme-2018/beige-arrow-down.png');
  background-repeat: no-repeat, repeat;
  background-position: right 5px;
  background-size: 20px;
}
#country::-ms-expand, #employees::-ms-expand {
  display: none;
}
#country:hover, #employees:hover {
  border-color: transparent;
}
#country:focus, #employees:focus {
  border-color: transparent;
  color: #fff;
  outline: none;
}
#country option, #employees option {
  font-weight:normal;
  background-color: #3b6896;
}

h4.problem a {
  color: #fff!important;
}

.row.row3.new-position {
  margin-top: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #c1d9f9;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

@media screen and (min-width: 500px) {
  .contact-form input, .contact-form textarea, .contact-form select {
    font-size: 20px;
  }
}

@media screen and (max-width: 499px) {
  .contact-form .row1 {
    line-height: 1.3;
  }
  .contact-form .row, .contact-form #button {
    font-size: 17px;
  }

  .contact-form input, .contact-form textarea, .contact-form select {
    font-size: 17px;
  }

  span.question {
    display: block;
}

}

.fancybox-inner .contact-form .row1 {
  line-height: 1.3;
}
.fancybox-inner .contact-form .row, .fancybox-inner .contact-form #button {
  font-size: 19px;
}

.fancybox-inner .contact-form input, .fancybox-inner .contact-form textarea, .fancybox-inner .contact-form select {
  font-size: 18px;
}
.contact-form .error{
  /* background-color: #dc4d2d; */
}

.ch-box-container {  
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 32px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ch-box-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  /* background-color: #fff; */
  border: 1px #afafaf solid;
  border-radius: 5px;
}

.ch-box-container input:checked ~ .checkmark {
  background-color: #496485;
  border: 1px #afafaf solid;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ch-box-container input:checked ~ .checkmark:after {
  display: block;
}

.ch-box-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
