/* CSS Document */
/*******BASE STYLES**********************************************************/
body, .body {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.65em;
  font-weight: 400;
}
textarea {
  font-family: 'Lato', sans-serif;
}
b, strong {
  font-weight: 600;
}
b {
  font-weight: 800;
}
a {
  color: #65737c;
  font-size: 16px;
}
a:hover {
  color: #05338a;
  text-decoration: underline;
}
.g-recaptcha {
  margin: 0 auto;
}
/*Headings*/
.heading {
  font-size: 60px;
  line-height: 70px;
}
h1, .h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
h2, .h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
h3, .h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}
h4, .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
h5, .h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
/**form specific styles**/
html body form#pardot-form.form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contactFormSucces {
  color: #fff;
}
#contactFormSucces a {
  color: #fff;
}
.required .field-label::after {
  content: "*";
  width: 10px;
  color: #eebe08;
}
p {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin: 0;
}
.first_name, .last_name, .email, .phone, .company, .work-email, .website {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  float: left;
  box-sizing: border-box;
  margin: 10px 0;
}
p.submit {
  text-align: center;
  margin-top: 15px;
}
.contact-help, .messages {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 10px 0;
}
.first_name input, .last_name input, .email input, .phone input, .company input, .work-email input, .website input, .contact-help select, textarea {
  width: 100%;
}
/*.email-opt-in{
	position: fixed;
	visibility:hidden;
}*/
label {
  display: none;
  font-size: 16px;
  color: #fff !important;
  padding-bottom: 15px;
}
.error input, .error select {
  background: #ffcb05;
}
input, select, textarea {
  border: 1px solid #65737c;
  border-radius: 5px;
  height: 35px;
  text-indent: 10px;
  font-size: 15px;
  color: #65737c;
  font-weight: 400;
  line-height: 35px;
  font-family: 'Lato', sans-serif;
}
textarea {
  height: 85px;
}
input:focus, select:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
input[type="submit"] {
  color: #002640;
  font-weight: 600;
  background-color: #ffcb05;
  border-color: #ffcb05;
  border-radius: 4px;
  padding: 0 60px;
  font-size: 14px;
  text-align: center;
  width: auto;
  display: inline-block;
  height: 35px;
  cursor: pointer;
  text-indent: 0;
}
html body form#pardot-form.form p.submit input {
  cursor: pointer;
}
.error {
  display: none;
}
.errors {
  /*color: #ce3131 !important;*/
	color: #ffcb05 !important;
}
.form-field {
  display: block;
}
.submit {
  margin-top: 15px;
}
.email-opt-in input {
  float: left;
  height: 19px;
  margin-bottom: 0;
  margin-right: 10px;
}
.email-opt-in label {
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.form-field {
  padding-right: 10px;
  padding-left: 10px;
}
#disclaimer-message {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
#disclaimer-message a {
  font-size: 14px;
  line-height: 22px;
  color: #ffcb05;
  text-decoration: none;
}
select {
  /*    padding:3px;*/
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  background: #f8f8f8;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {
    padding-right: 18px
  }
}
.contact-help {
  position: relative
}
.contact-help::after {
  content: '';
  right: 27px;
  top: 16px;
  padding: 0 0 2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #65737c;
  position: absolute;
  pointer-events: none;
}
.contact-help:before {
  content: '';
  right: 6px;
  top: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  display: block;
}
@media(max-width:767px) {}
@media(max-width:400px) {
  .first_name, .last_name, .email, .phone, .company, .work-email, .website {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: left;
    box-sizing: border-box;
  }
}
/* Customize the label (the container) */
.Email_Marketing_Opt_In {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  color: #fff;
  padding-bottom: 0 !important;
  line-height: 15px;
  padding-left: 34px;
}
/* Hide the browser's default checkbox */
.Email_Marketing_Opt_In input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 10px;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.Email_Marketing_Opt_In:hover .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.Email_Marketing_Opt_In.checked .checkmark {
  background-color: #ffcb05;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.Email_Marketing_Opt_In.checked .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.Email_Marketing_Opt_In .checkmark:after {
  left: 5px;
  top: -1px;
  width: 5px;
  height: 13px;
  border: solid #002640;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}