.header {
  overflow: hidden;
  position: relative;
  background-color: #00000070;
}

.header-bubble {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #FFFFFF;
  padding: 20px;
}

.header-bubble-image {
  margin: -100px;
  max-height: 450px;
}

.sponsor-logo {
  flex: 1;
  background-color: white;
  border-radius: 10px;
  height: 80px;
  max-width: 200px;
}

.sponsor-logo img {
  object-fit: contain;
  padding: 15px;
  height: 100%;
  width: 100%;  
}

@media (min-width: 1800px) {
  .header-bubble {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px; 
  }
}



/*
Hubspot Form
*/

.hubspot-gating {
  border: solid 2px var(--primary-light-color);
  border-radius: 20px;
  padding: 30px;
  margin: 30px 0;
}

.hubspot-gating .form-heading {
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.hubspot-gating fieldset {
	max-width: 100% !important;
}
.hubspot-gating fieldset .hs-form-field legend {
	font-size: 12px;
	margin-top: -9px;
	margin-bottom: 5px;
	color: #6280a1;
}
.hubspot-gating fieldset .hs-dependent-field .hs-form-field {
	margin-bottom: 15px;
}
.hubspot-gating .hs-form-field > label {
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 500;
}
.hubspot-gating .hs-form-field ul.hs-error-msgs {
	padding: 0;
}
.hubspot-gating .hs-form-field ul.hs-error-msgs li {
	margin-top: -8px;
	font-size: 12px;
	font-weight: 600;
	color: var(--e-global-color-e6203d3);
	list-style: none;
	line-height: 1.2em;
}
.hubspot-gating > fieldset {
	margin-bottom: 20px;
}
.hubspot-gating > fieldset.form-columns-2 > div:first-child {
	padding-right: 20px;
}
.hubspot-gating > fieldset.form-columns-2 > div:last-child {
	padding-left: 20px;
}

body[data-elementor-device-mode="mobile"] .hubspot-gating > fieldset.form-columns-2 > div:last-child {
	padding-left: 0px;
}
body[data-elementor-device-mode="mobile"] .hubspot-gating > fieldset.form-columns-2 > div:first-child {
	padding-right: 0px;
}

.hubspot-gating > fieldset.form-columns-2 div.input,
.hubspot-gating > fieldset.form-columns-1 div.input {
	margin-right: 0;
}
.hubspot-gating > fieldset.form-columns-1 input[type=text].hs-input,
.hubspot-gating > fieldset.form-columns-1 textarea.hs-input {
	width: 100%;
}
{# This didn't work...
.hubspot-gating > fieldset.form-columns-3 div.hs-form-field {
	width: 33.2%;
}
#}

.hubspot-gating .hs-form-field .hs-input { 
  font-size: 16px;
  padding: 7px 12px;
  border-width: 0px 0px 2px 0px;
  border-color: #dddddd;
  border-radius: 0px;
  line-height: 1.5em;
  margin-bottom: 10px;
  width: 100%;
}
.hubspot-gating .hs-form-field .hs-input:focus { 
  outline:none;
  border-color: var(--secondary-color);
}
.hubspot-gating ul.inputs-list {
	padding: 0;
}
.hubspot-gating ul.inputs-list > li {
	margin-top: 4px;
	list-style: none;
}
.hubspot-gating ul.inputs-list > li input {
	margin-right: 8px;
}
.hubspot-gating .hs-submit .hs-button {
	font-weight: 600;
	background-color: var(--secondary-color);
	line-height: 1em;
	padding: 15px 30px;
	border-radius: 30px;
	border-style: solid;
  border-width: 2px;
	border-color: var(--secondary-color);
	color: #ffffff;
  cursor: pointer;
}
.hubspot-gating .hs-submit .hs-button:hover {
	background-color: #fff;
	color: var(--secondary-color);
	border-style: solid;
  border-width: 2px;
}
.hubspot-gating .hs-submit {
	margin-top: 20px;
}
.hubspot-gating h1 {
	font-size: 2rem;
    margin-bottom: 0.5rem;
}
.hubspot-gating b {
	font-weight: 500;
}
.hubspot-gating a {
	color: #4081A9;
  text-decoration: underline !important;
}
.hubspot-gating a:hover {
  text-decoration: none !important;
}
.hubspot-gating .legal-consent-container {
	font-size: 12px;
	color: #808080;
	margin-top: 10px;
}
.hubspot-gating .hs-form-required {
  color: var(--secondary-color);
	margin-left: 4px;
}
.hubspot-gating .hs_recaptcha {
	margin: 12px 0;
	float: right;
}