/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
height: 100%;
/*Image only BG fallback*/

/*background = gradient + image pattern combo*/
background:
  linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
}

body {
  font-family: montserrat, arial, verdana;
}
/*form styles*/
#webform {
  max-width: 950px;
  margin: 20px auto;
  position: relative;
  font-family: montserrat;
  font-size: 13px;
}
#webform fieldset {
background: white;
border: 0 none;
border-radius: 4px;
/*box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
padding: 20px 40px;
padding-bottom: 30px;
padding: 0px 60px;*/
box-sizing: border-box;
width: 100%;

/* margin: 0 10%; */

/*stacking fieldsets above each other*/
position: relative;
}
/*Hide all except first fieldset*/
#webform fieldset:not(:first-of-type) {
display: none;
}
/*START Error message */
.ctn_contact .pave_contact .ctn_line input.error, .ctn_contact .pave_contact .ctn_line input.frmError, .ctn_contact .pave_contact .ctn_line textarea.error, .ctn_contact .pave_contact .ctn_line textarea.frmError, .ctn_contact .pave_contact a.b_toggle.error, .ctn_contact .pave_contact a.b_toggle.frmError {
border: 1px solid #df733d !important;
}
.pg_contact .obj_recaptcha.error {
display: inline-block;
border: 1px solid #df733d;
}
.ctn_error, .error {
border: 1px solid #df733d !important;
}
.subErrorMessage{
  display: none;
  border: 1px solid white!important;
  color: #df733d;
  font-size: 14px;
}

#errorMessages {
  color: #df733d !important;
}
/*END Error message */

/*START inputs*/
#webform input, #webform textarea {
  padding: 15px;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: black;
  font-size: 14px;
  height: 40px;
}
#webform textarea {
height: 120px !important;
}
#webform select {
border: 1px solid #cbcbcb;
border-radius: 0;
margin-bottom: 5px;
width: 100%;
box-sizing: border-box;
font-family: montserrat;
color: black;
font-size: 14px;
height: 40px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0px;
}
select:focus, input:focus, textarea:focus {
  outline: 2px solid #005c43;
}

.obj_input.obj_textarea {
  margin-bottom: 30px;
}
/*END inputs*/

/* START buttons*/
#webform .obj_btn {
width: 100%;
height: 50px;
background: #56738f;
font-weight: bold;
font-size: 16px;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: auto;
}
.ctn_btn .success {
background-color: #04844b !important;
color: white;
}
#webform .obj_btn:hover, #webform .obj_btn:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.ctn_btn .obj_btn {
display: inline-block;
border: none;
padding: 14px 20px;
font: 1em/1em SFS, montserrat;
color: #fff;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
text-align: center;
cursor: pointer;
}
body button, body .x-btn, body .btn, body .btnDisabled, body .btnCancel, body .menuButton .menuButtonButton {
color: #333;
margin: 1px;
padding: 2px 3px;
border: 1px solid #b5b5b5;
border-bottom-color: #7f7f7f;
background: #e8e8e9 url(/img/alohaSkin/btn_sprite.png) repeat-x right top;
font-weight: bold;
font-size: .9em;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/*END buttons*/

/*headings*/
h3 {
font-size: 16px;
text-transform: uppercase;
color: #2C3E50;
font-family: montserrat;
}
label {
  color: #54698d;
  float: left;
  font-family: montserrat;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px !important;
  margin-top:3px;
  text-align: left;
  width: 100%;
}
.ctn_contact {
width: 100%;
margin-top: 20px;
margin-bottom: 8px;
padding-right: 1.5%;
padding-left: 1.5%;
}
label.label.footer {
  color: #005c43;
  float:none !important;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px !important;
  text-align: justify;
  text-transform: none;
  font-family: montserrat;


}
p {
  text-align: justify;
  font-size: 12px;
  margin-bottom: 10px;
  color: #005c43;
  font-family: montserrat;
}
.day, .month, .year {
width: 32.6% !important;
margin-right: 5px;
}
.ctn_gdpr{
padding: 1.5% !important;
clear: both;
height:auto;
text-align: justify;
clear: both;
position: relative;
margin: 10px 0 15px 0;
}
.obj_recaptcha {
    padding-left: 1.5%;
}
.ctn_contact .pave_contact .ctn_line.duo_col {
  width: 45%;
  padding-right: 1.5% !important;
  padding-left: 1.5% !important;
  margin-bottom: 30px;
}
/*START Style of radio-buttons */
label.radio_label {
width: 130px;
}
input[type="radio"] {
-webkit-appearance: checkbox;
}
.ctn_radio{
width: 100%;
position: relative;
}
.ctn_contact .pave_contact input[type=radio] {
margin-right: 10px;
margin-left: 0px !important;
width: 15px !important;
height: 15px;
-webkit-appearance: radio;
-moz-appearance: radio;
-ms-appearance: radio;
-o-appearance: radio;
appearance: radio;
border-radius:10px;
height: 20px !important;
}
.ctn_contact .pave_contact input[type=radio]:hover {
background: white;
}
.ctn_contact .pave_contact input[type=radio]:checked {
background: white;
}
.ctn_contact .pave_contact input[type=radio].radio {
border-radius: 50%;
}
.ctn_contact .pave_contact input[type=radio].radio::after {
border-radius: 50%;
}
/*END Style of radio-buttons */

/*START Style of arrows on the select input */

.obj_select {
    position: relative;
}

.obj_select:after,.ctn_select:after{
content: '◄ ►';
font-size: 8px;
color: #b1bdcd;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-top: 13px;
margin-right: 1.5%;
padding: 0 0 5px;
border-bottom: 1px solid #cbcbcb;
position: absolute;
pointer-events: none;
right: 0;
}

.obj_select.small_obj:after {
margin-right: 3%;
}

select::-ms-expand {
display: none;
}
/*END Style of arrows on the select input */

/*START To manage responsivity of the page*/
@media screen and (max-width: 767px) {
#webform {
width:100% ;
}

.ctn_contact .pave_contact .ctn_line.duo_col.small_col{
width: 100%;
padding-right: 1.5% !important;
padding-left: 1.5% !important;
padding-bottom: 10px;
}
.ctn_contact .pave_contact .ctn_line h4.small_title{
width:100%;
}

.ctn_contact .pave_contact .ctn_line h4~.obj_input.small_obj{
float:none;
}

.ctn_contact .pave_contact .ctn_line h4.radioStyle {
width: 100%;
padding: 0px;
}

.ctn_radio {
width: 100%;
position: relative;
}

.obj_select:after, .ctn_select:after  {
margin-right: 2.5%;
}

}
}
@media screen and (max-width: 768px){
.pg_contact section.content {
width: 100%;
}

#webform{
margin:0px;
}
}
/*END To manage responsivity of the page*/

div {
box-sizing: border-box;
font-weight: 400;
font-family: inherit;
font-size: 11px;
}

.ctn_message {
text-align:justify;
padding-right: 1.5%;
padding-left: 1.5%;
}

.pg_contact {
text-align: left;
}

.input-file {
text-align: center;
}

.input-file .clear-input {
border: 1px solid #56738f;
color: white !important;
background-color: #56738f;
border-radius: 2px;
}
.ctn_contact .pave_contact .ctn_line h4~.obj_input, .ctn_contact .pave_contact .ctn_line h4~p {
width: 100% !important;
}


/*Style for the modal message if exist */
#modalMessage p{
font-size: 13px !important;
color: #2C3E50;
font-family: montserrat;
padding-top:20px;
}
p#messageLink {
font-size: 11px !important;
color: #2C3E50;
font-family: montserrat;
padding-top:30px;
}
h3#headerMessage {
font-size: 25px;
}


select {
/* color: #000; */
display: inline-block;
width: 100%;
padding: 6px 29px 6px 9px;
background: #fff;
cursor: pointer;
margin: 3px 0;
}
iframe{
overflow:hidden;
}
.message {
background: none;
margin: 0px;
}
.subErrorMessage{
position: absolute;
display: none;
}
.day,.month, .year {
width: 120px;
margin-right: 5px;
}
@media screen and (max-width: 767px){
.day,.month, .year {
width: 30%;
margin-right: 5px;
}
}
select {
height: 37.2px;
}
.ctn_contact .pave_contact .ctn_line textarea.message.error {
border-color: #b30000;
}
.ctn_contact .pave_contact .ctn_line h4~.obj_input, .ctn_contact .pave_contact .ctn_line h4~p {
  float: right;
  font-size: 14px;
  width: 70%;
}

input[type="radio"] {
-webkit-appearance: radio;
}

@media screen and (min-width: 768px) {
  .ctn_contact .pave_contact .ctn_line.duo_col.small_col{
    width:50%;
  }
  .ctn_contact .pave_contact .ctn_line h4.small_title{
    width:100%;
  }
  .ctn_contact .pave_contact .ctn_line h4~.obj_input.small_obj{
    float:none;
  }
  .ctn_contact .pave_contact .ctn_line h4.radioStyle {
    width: 100%;
    padding: 0px;
  }
}
.ctn_contact .pave_contact input[type=radio]{
float:none;
margin:4px;
margin-left:15px;
margin-top:10px;
margin-right:10px;
}
.ctn_btn .success{
background-color: #04844b;
color: white;
}
.ctn_radio{
width: 300px;
position: relative;
}
.ctn_gdpr{
padding: 2.5%;
text-align: justify;
}
.input-file .show-cross {
width: 50% !important;
float: left;
}
.input-file .clear-input {
width: 2% !important;
float: left;
font-weight: bold;
font-size: 13px;
margin-top: 10px;
color:  red;
padding: 0 3px 0px 3px;
height: 18px;
margin-left: 5%;
position: relative;
border-radius: 2px;
cursor: pointer;
}
input#inputText {
border: none;
width: 50%;
float: left;
padding: 8px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: block;
}
.ctn_btn {
clear: both;
margin-top: 20px;
}
.ctn_contact .pave_contact .ctn_line.duo_col {
float: left;
width: 100%;
padding: 5px 0;
}

#webform #submitBtn.obj_btn {
  background-color: #005c43;
  border-radius: 0;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .00625rem;
  line-height: 1;
  margin: 0 0 20px;
  padding: 14px 40px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .00625rem;
  line-height: 1.75;
  margin-bottom: 30px;
}

label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

.classInputTextDescription {
  margin-bottom: 15px;
}

td i {
  color: #005c43;
}

@media (max-width: 767px) {
  label {
    font-size: 16px;
  }

  #webform input, #webform textarea, #webform select  {
    font-size: 16px;
  }
}
