
.podcast .form-element-layout {
  position: relative;
  flex: 1 1 100%;
  }

.podcast .form-element-layout.half-width {
  position: relative;
  flex: 1 1 calc(50% - 8px);
}
@media (min-width: 600px) {
  .podcast .form-element-layout.half-width {
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .podcast .form-element-layout.half-width {
    flex: 1 1 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .podcast .section--resource-detail-content-1 .sidebar {
    width: 75%;
    margin: 0 auto !important;
}
}
.podcast .section--resource-detail-content-1 .sidebar {
  padding: 24px;
  border-radius: 16px;
  margin-top: 0px !important;
}

@media (min-width: 1200px) {
  .podcast .section--resource-detail-content-1 .sidebar {
    padding: 32px;
  }
}

.podcast .section--resource-detail-content-1 .sidebar .form-area .title {
  font-size: 32px;
  line-height: 38.4px;
}

@media (max-width: 424px) {
  .podcast .section--resource-detail-content-1 .sidebar .form-area .title {
    font-size: 24px;
    line-height: 31.2px;
  }
}

.podcast .form-element-layout label {
  color: #111846;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 8px;
  display: flex;
  gap: 4px;
}
.podcast .section--resource-detail-content-1 .sidebar .form-fields {
  gap: 16px;
 }

.podcast .form-element-layout label span,
.podcast .form-para span {
  color: #BF0000;
}

.podcast .form-element-layout input,
.podcast .form-element-layout select,
.podcast .form-element-layout.half-width input,
.podcast .form-element-layout.half-width select {
  flex: 1;
  padding: 10px 16px;
  text-overflow: ellipsis;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  color: #111846;
  border-radius: 4px;
  border: 1px solid #B6BBCA;
  background: #fff;
  height: 48px;
  width: 100%;
  appearance: none;
}

.podcast .form {
  display: block;
}

.podcast .dropdown-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  float: right;
  pointer-events: none;
}


.podcast .phoneBus .iti .iti__selected-flag {
  padding: 0 10px;
}

@media (min-width: 1440px) {
  .podcast .section--resource-detail-content-1 .sidebar {
    padding: 32px;
  }
}

@media (max-width: 1439px) {
  .podcast .section--resource-detail-content-1 .sidebar {
    padding: 24px;
  }
}

.podcast .form-area {
  gap: 0px;
}

.podcast .form-area .title {
  padding-bottom: 32px;
  color: #111846;
}

@media (max-width: 424px) {
  .podcast .form-area .title {
    font-size: 24px;
    line-height: 31.2px;
  }
}

.podcast .form-footer {
  padding-bottom: 32px;
}

.podcast .form-footer .btn.variant-1 {
  width: 100%;
}

.podcast input:focus,
.podcast select:focus {
  border: 2px solid #0142FF !important;
  outline: 0px solid #0142FF !important;
}

.podcast .form-para {
  color: #111846;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 32px 0;
  display: flex;
  gap: 4px;
}

.podcast .form .field-options .field-option {
  color: #4E526B;
}

.podcast .section--resource-detail-content-1 .sidebar .disclaimer {
  color: #4E526B;
  margin-top: 0px !important;
}

.podcast .btn.variant-1 svg {
  width: auto;
  transform: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .podcast .section--resource-detail-content-1 .sidebar {
    max-width: 706px;
    margin: 0 auto;
  }
}

.podcast .form-element-layout .iti .iti__selected-flag {
  padding: 0 10px;
}


.podcast .demoField select{
 opacity: inherit !important;
 height: 48px;
 border-radius: 4px;
 border: 1px solid #a8b8cb;
 background: #fff;
 color: #111846;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 100%;
 font-family: proxima-nova, sans-serif;
 padding-left: 12px;
 padding-right: 32px;
 text-overflow: ellipsis;
 appearance: none;
width: 100%;
}
.podcast .demoField .poi-svg{
  position: absolute;
  bottom: 10px;
  right: 10px;
  float: right;
  pointer-events: none;

 }

.podcast .new-form-group {
    position: relative;
    display: block;
    color:#264e7d;
}

.podcast .new-form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.podcast .new-form-group input + label span {
    display: none;
}

.podcast .new-form-group label {
    position: relative;
    cursor: pointer;
    color: #111846;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
}

.podcast .elq-form .new-form-group label[for="contentDemoRequest1"],
.podcast .elq-form .new-form-group label[for="gDPROptIn1"],
.podcast .elq-form .new-form-group label[for="optin"] {
    display: block !important;
    padding-left: 32px;
}

.podcast .new-form-group.form-field label {
    padding-left: 0px !important;
}

.podcast .new-form-group .field-option-check {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(3, 31, 65, 0.7);
    transition: background-color 250ms, border-color 250ms;
}

.podcast .new-form-group .field-option-check svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    opacity: 0;
    transform: translate(-50%, -50%);
    color: white;
    transition: opacity 250ms;
}

.podcast .new-form-group input[type="checkbox"] + label .field-option-check {
    border-radius: 2px;
    position: absolute;
    left: 0.5px;
}

.podcast .new-form-group input[type="radio"] + label .field-option-check {
    border-radius: 50%;
}

.podcast .new-form-group input:checked + label .field-option-check {
    background: #16215B;
    border-color: #111846;
}

.podcast .new-form-group input:checked + label .field-option-check svg {
    opacity: 1;
}

.podcast .new-form-group input[required] + label span {
    display: block;
    color: red;
    position: absolute;
    left: 23px;
    top: 0px;
}
.podcast .demo-dropdown {
    position: relative;
    cursor: pointer;
    color: #111846;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    margin-bottom: 6px;
}

.podcast .text-style.demoField {
    margin-top: 0px;
    width: 100%;
}

.podcast .text-style.demoField .demo-label {
    display: block !important;
    padding-left: 0px !important;
    font-weight: 700;
}

.podcast .form .elq-field-style .field-input {
    position: relative;
    padding: 0.75rem 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    background: transparent;
    opacity: 0.6;
    z-index: 1;
    transition: box-shadow 150ms ease-out;
    border-radius: 0;
    border-bottom: 1px solid rgba(3, 31, 65, 0.5);
    color: black;
}

.podcast .form .js-label {
    position: relative;
    font-weight: 400;
    top: -3px;
    font-size: 16px;
    line-height: 150%;
    color: #264e7d;
}
.podcast elq-form .new-form-group label[for="contentDemoRequest1"], .podcast .elq-form .new-form-group label[for="gDPROptIn1"], .elq-form .new-form-group label[for="optin"] {
    display: block !important;
    padding-left: 32px;
}
.podcast .new-form-group label[for="contentDemoRequest1"], .podcast .new-form-group label[for="gDPROptIn1"], .podcast .new-form-group label[for="optin"] {
    display: block !important;
    padding-left: 32px;
}

.podcast .dn{
    display: none;
}

.podcast .d-none{
    display: none;
}

.podcast .form-element-layout.half-width select,  .podcast .form-element-layout select{
padding-right: 32px;
}

.podcast .section--resource-detail-content-1 .sidebar .disclaimer a {
    font-size: 16px;
    color: #111846;
    font-weight: 700;
    text-decoration: none;
    text-transform: lowercase;
}

.podcast label[for="optin"] a {
    color: #111846;
    font-weight: 700;
    text-decoration: none;
    text-transform: lowercase;
}