.header-title {
  font-family: Open Sans Condensed, Arial, Helvetica;
  font-size: 1.5em !important;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #ffca08;
  line-height: 1.25;
}
.caymlandform-button-wrapper .caymlandform-button.btn-default,
.caymlandform-pagebreak-wrapper .caymlandform-pagebreak.btn-default {
  font-size: 18px;
  margin-top: 8px;
  border: 0px;
  background-color: #ffcb05 !important;
  color: #231f20 !important;
  font-weight: bold;
  position: relative;
  background-position: 10% 50%;
  width: 100%;
}
.caymlandform-selectbox,
.caymlandform-input,
.caymlandform-textarea {
  width: 100%;
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-sizing: border-box;
}
.caymlandform-selectbox,
.caymlandform-input,
.caymlandform-textarea {
  font-family: Open Sans Condensed, Arial, Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  outline-color: #ffca08;
  color: #000;
  border: 1px solid #000;
  font-weight: 500;
  opacity: 1;
}
.caymlandform-radiogrp-row {
  margin-bottom: 8px;
}

.caymlandform-radiogrp-label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.caymlandform-radiogrp-radio {
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(-50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ffca08;
  cursor: pointer;
}

.caymlandform-radiogrp-radio:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffca08;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.caymlandform-post-success .caymlandform-message {
  color: #24b552;
  background-color: #caf5df;
  padding: 20px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 5px;
  border: 1px solid #24b552;
  font-size: 17px;
  line-height: 1.5;
}
.caymlandform-post-success .caymlandform-innerform {
  display: none;
}

.caymlandform-error .error-message-caymlandM4 {
  padding: 20px !important;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.5;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}

.caymlandform-label {
  font-size: 18px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Source Sans Pro Bold", Arial, Times, sans-serif;
}
.caymlandform-button-wrapper .caymlandform-button,
.caymlandform-pagebreak-wrapper .caymlandform-pagebreak {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  line-height: 30px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #dc0046;
  color: #ffffff;
}


.caymlandform-container .caymlandform-button {
    padding: 10px 30px 10px 70px;
    font-size: 18px;
    border: 0;
    background: #ffcb05 url(../img/isprati.png) no-repeat;
    color: #231f20;
    font-weight: bold;
    position: relative;
    background-position: 10% 50%;
    margin-bottom: 20px;
}

.caymlandform-container .caymlandform-label::before {
    content: '';
    background: url(../img/newsletter.jpg) no-repeat center center;
    width: 66px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.caymlandform-container .caymlandform-label {
    font-weight: 100;
    margin: 0;
    font-size: 20px;
    color: #ffcb05;
    padding: 15px 0 0 0;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: none;
}

.caymlandform-container .caymlandform-input {
    padding: 8px;
    font-size: 20px;
    margin: 20px 0;
    border: 0;
    width: 100%;
}

.caymlandform-container .success-message-caymlandM4 {
    color: #ffcb05;
}