.podcast-banner {
  background-size: cover;
  height: 850px;
  padding: 78px 15px 60px;
  background-position: center;    text-align: center;
  background-repeat: no-repeat;
}

/* div#embed_container {
height: 100%;
max-width: 100px;
height: auto;
} */
.podcast-banner h1 {
  max-width: 700px;
  margin: 0 auto;
}

.banner-cta {
  margin: 30px 0 50px;
}
/* 
.banner-cta a.modal-toggle {
background: linear-gradient(0deg, #009ACE, #009ACE), #FFFFFF;
border-radius: 41px;
flex: none;
order: 0;
flex-grow: 0;
color: #fff;
letter-spacing: -0.007em;
text-decoration: none;
padding: 15px 28px;
line-height: 1; 
}*/
.podcast-banner h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #009ACE;
  margin-bottom: 6px;
}
.modal {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  max-width: 32em;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;cursor: pointer;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.banner-content {
  max-width: 530px;
  margin: 0 auto;
}



.podcast-banner {
  height: auto;
}

.banner-form-container {
  width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgb(53 105 128 / 30%), 0 6px 20px 0 rgb(165 200 213 / 41%);
  max-width: 100%;
}

.banner-form-container .hs-input {
  overflow: hidden;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  padding: 12px 24px;
  transition: color .3s ease 0s,border-color .3s ease 0s;
  height: 44px;
  width: 100% !important;
  background-color: #f0f0f0;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 1.19px;
  line-height: 23px;
  color: #a3a3a3;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
}
.banner-form-container select.hs-input {
  appearance: none;
  background-image: url(https://8833132.fs1.hubspotusercontent-na1.net/hubfs/8833132/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 24px;
}

.banner-form-inner {
  padding: 40px;
}

.banner-form-inner h3 {
  display: none;
}

.banner-form-inner form {
  text-align: left;
  font-size: 14px;
  line-height: 1;
}

.banner-form-inner form fieldset {
  max-width: 100% !important;
}

.banner-form-container .field {
  margin-bottom: 15px;
}

.banner-form-container .field ul[role="checkbox"] {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: flex;
  flex-wrap: wrap;
}

.banner-form-container .field > label {
  margin-bottom: 5px;
  display: block;
  color:#fff;
}

.banner-form-container .field ul[role="checkbox"] >* > label {
  display: flex;
  align-items: center;
  position: relative;
}

.banner-form-container .field ul[role="checkbox"] >* > label input {
  width: 20px !important;
  height: 20px !important;
}

.banner-form-container .field > legend {
  margin-bottom: 5px;
  display: block;
  color:#fff;
}

.banner-form-container .hs-button {
  transition: background-color .3s ease 0s,color .3s ease 0s;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgba(255,255,255,1.0);
  height: 54px;
  width: 213px;
  background-color: #009ace;
  border-radius: 0;
  border: 1px solid #009ace;
  font-size: 21px;
  letter-spacing: 1.39px;
  line-height: normal;
  cursor: pointer;
}

.banner-form-container .hs-button:hover {
  color: #009ace;
  background: #fff;
}

.banner-form-container .field ul[role="checkbox"] > li {
  margin: 0 3px;
}

.banner-form-container .field:last-child .input {
  margin-right: 0 !important;
}

div#home {
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container {
  position: relative;
}

.banner-form-container {
  position: relative;
}
.banner-form-container .field ul[role="checkbox"] >* > label input {
  box-sizing: border-box;
  margin-left: 0;
  border: 0;
  padding: 0;
  width: 30px !important;
  height: 30px !important;
}

.banner-form-container .field ul[role="checkbox"] > li {
  margin: 3px 10px;
}

.banner-form-container .field ul[role="checkbox"] > li:first-child {
}

.banner-form-container .field ul[role="checkbox"] >* > label input:checked {
  background: rgba(0,154,206,1.0) !important;
}

.banner-form-container .field ul[role="checkbox"] >* > label {}
.banner-form-container select.hs-input {
}
.banner-form-container .field ul[role="checkbox"] >* > label input {
  width: 0 !important;
  height: 0 !important;
}

.banner-form-container .field ul[role="checkbox"] >* > label span {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  z-index: 0;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 6px;
}

.banner-form-container .field ul[role="checkbox"] >* > label input:checked + span, .banner-form-container .field ul[role="checkbox"] >* > label span:hover {
  /*   background: rgba(0,154,206,1.0);
  color: #fff; */
  background: #fddd01;
}

.banner-form-container .field ul[role="checkbox"] > li {
  margin: 5px 10px;
}
.banner-form-container {
  background: #009ace;
  border-radius: 10px;
}

.banner-form-container .hs-button {
  margin: 0 auto;
  background: #fff;
  color: #009ace;
  border: 1px solid #fff;
  border-radius:6px;
  font-size: 17px;
  line-height: 1;
  height: 47px;
}

.banner-form-container .hs-button:hover {
  background: transparent;
  color: #fff;
}
.banner-form-container .hs-error-msgs {
  padding: 0;
  list-style: none;
  color: red;
}
.bg {
  height: 600px;
}
.banner-form-container .hs_overall_podcast_rating.field ul[role=checkbox]>*>label span, .banner-form-container .hs_how_would_you_rate_episode_5.field ul[role=checkbox]>*>label span {
  border-radius: 100%;
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.submitted-message {
  color: #fff;
  font-size: 18px;
}
.banner-form-top-content {
  display: block;
  margin: 0;
  color: #ffffff;
  background: #3d3935;
  margin: -40px -40px 40px;
  padding: 20px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: rgba(143, 210, 5, 1.0);
}

.banner-form-top-content h3 {
  display: block;
  margin: 0 0 10px;
}
@media (max-width: 991px){
  .podcast-banner {
    height: 100%;
    padding-top: 150px;
  }
}