.grecaptcha-badge { visibility: hidden; }

.googlecap.disable-select {
  color: white;
  font-size: 0.75em;
}

.tao-fullwidth .main-content .footer-section .googlecap a {
	color: #FFFFFF;
	 text-decoration:underline !important;
}


.tao-fullwidth .main-content .formresponseapp-wow-event {
  font-size: .875em;
  color: #fff046;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 800;
}

 .page .content-wrapper .main-content .centered-wrapper.ce_rsce_tao_centered_wrapper_start,
 .tao-fullwidth .page .content-wrapper .main-content .centered-wrapper-inner {
 	max-width: 100% !important;
 }


.page .main-content #gdpr {
 background-color: #ce1e5b;
 color:#FFFFFF;
}

.tao-fullwidth .page .main-content #gdpr.vacancy-application p {
  text-align: left;
  font-size: .775em;
  color: #FFFFFF;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.tao-fullwidth .main-content .form-section .form-container #gdpr.vacancy-application {
  border: none;
  border-radius: 0;
  outline: 0;
  overflow: hidden;
  padding: 1em;
  margin-bottom: 0;
}


.tao-fullwidth .main-content .form-section .form-container #gdpr.vacancy-application p a {
	 color: #FFFFFF;
	 text-decoration:underline !important;
}


#vacancy-application-optin-email label, #vacancy-application-optin-phone label, #vacancy-application-optin-post label, #vacancy-application-optin-text label {
  color: white;
  font-weight: normal;
  left: 0px;
}

.tao-fullwidth .main-content .form-section .form-container .toggle-btn {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") 50px center no-repeat #911d45;
}

.tao-fullwidth .main-content .form-section .form-container .toggle-btn.active {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") 10px center no-repeat #2ea386;
}


.tao-fullwidth .main-content .form-section .form-container #gdpr-settings {
  padding-top: 15px;
  text-align: center;
}


.page .content-wrapper .main-content .imargin, .page .content-wrapper .main-content .mod_rocksolid_slider {
  max-width: 1920px !important;
}


.page .main-content .-background-color-2 .centered-wrapper-inner {
	max-width: 100% !important;
	margin-right: 0 !important;
  margin-left: 0 !important;
}


.tao-fullwidth .main-content,
#search-wrapper, .page .centered-wrapper.-background-color-2 {
  background-color: #fff046 !important;
}


.page .main-content .form-section .form-container .form-group label {
	font-weight: normal;
	font-size: .975em;
	color: white;
}

.page .main-content .-background-color-2 .centered-wrapper-inner .text-section p {
	margin-bottom:0 !important;
}

.page .main-content .-background-color-2 .centered-wrapper-inner .footer-section p {
	margin-top:3px !important;
	margin-bottom:3px !important;
	color: white;
}

/* Custom color definitions */
.bg-custom-yellow {
  background-color: #fff046;
}

.bg-custom-pink {
  background-color: #ce1e5b;
}

.text-custom-pink {
  color: #ce1e5b;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

/* Header Section */
.header-section {
  background-color: #fff046;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.header-section h1 {
  font-size: 24px;
  font-weight: 700;
  color: #ce1e5b;
}

@media (min-width: 640px) {
  .header-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header-section h1 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .header-section h1 {
    font-size: 36px;
  }
}

/* Text Section */
.text-section {
  background-color: #ce1e5b;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.text-section p {
  font-size: 16px;
  color: #ffffff;
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 640px) {
  .text-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .text-section p {
    font-size: 18px;
    max-width: 512px;
  }
}

@media (min-width: 768px) {
  .text-section p {
    max-width: 672px;
  }
}

/* Form Section */
.form-section {
  background-color: #fff046;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}

.form-container {
  background-color: #ce1e5b;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 448px;
  margin-left: 16px;
  margin-right: 16px;
}

.form-container h2 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}

.form-container .form-group {
  margin-bottom: 16px;
}

.form-container label {
  display: block;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}

.form-container input {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #000000;
  outline: none;
}

.form-container input:focus {
  ring: 2px solid #2563eb;
}

.form-container button {
	width: 100%;
  background-color: #2563eb;
  color: #ffffff;
  /*font-weight: 700;*/
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: initial;
  font-size: 1em;
  margin-top: 0;
}

.form-container button:hover {
  background-color: #1d4ed8;
}

@media (min-width: 640px) {
  .form-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .form-container h2 {
    font-size: 24px;
  }
}

/* Footer Section */
.footer-section {
  background-color: #ce1e5b;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #000000;
  font-size: 14px;
}

@media (min-width: 640px) {
  .footer-section {
    font-size: 16px;
  }
}