.youtube-embed {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#gform_wrapper_4 {
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px 50px 25px;
    background-color: #434b7b;
    color: #fff;
    margin-bottom: 50px;
}

#gform_wrapper_4 input {
    color: #000;
}

#gform_wrapper_4 .gfield_description {
    padding-top: 10px;
}

div.pipeRecordRTC {
    margin: 0 auto;
}

#gform_submit_button_4 {
    background: #cb9f5b;
    font-family: PT Sans, sans-serif;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none !important;
    padding: 10px 25px;
    font-size: 16px;
}

#gform_submit_button_4:hover {
    background-color: #c88849;
}

.gfield_consent_label {
    max-width: 95%;
}

#gform_submit_button_5 {
    background: #cb9f5b;
    font-family: PT Sans, sans-serif;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none !important;
    padding: 10px 25px;
    font-size: 16px;
}

#gform_submit_button_5:hover {
    background-color: #c88849;
}

#gform_submit_button_6 {
    background: #cb9f5b;
    font-family: PT Sans, sans-serif;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none !important;
    padding: 10px 25px;
    font-size: 16px;
}

#gform_submit_button_6:hover {
    background-color: #c88849;
}

@media(max-width:991.98px){
    #gform_wrapper_4 {
        width: 100%;
        padding: 20px 50px 50px 50px;
    }
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  /*
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  */
  transition: max-height 0.2s ease-out;
}
/* Exit Intent Popup */
#news-signup,
#news-signup-mv {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: 10002;
  top: 100px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

#news-signup .wrapper,
#news-signup-mv .wrapper {
  background-image: -webkit-linear-gradient(
    270deg
    , #f9f5ee, #bbb8c7);
  background-image: linear-gradient(
    180deg
    , #f9f5ee, #bbb8c7);
  position: relative;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  width: 98%
}

#news-signup_bg,
#news-signup_bg_mv {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 10001;
}

.cl-white {
  color: #fff !important;
}
#news-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 60px;
  padding: 5px 10px;
  width: 100%;
}
.news-signup_close {
  position: absolute;
  left: 100%;
  margin: 7px 0 0 -30px;
  width: 20px;
  height: 20px;
  color: #24245e;
  opacity: 0.3;
  cursor: pointer;
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
}

.news-signup_close:hover {
  opacity: 0.8;
}

#news-signup .newsletter-content {
  padding: 70px;
  margin: 0 auto;
}

#news-signup-mv .newsletter-content-mv {
  padding: 50px 3px;
  margin: 0 auto
}

#news-signup .newsletter-content h2,
#news-signup-mv .newsletter-content-mv h2 {
  color: #24245e;
  text-align: center;
  margin: 0 auto 15px;
  font-weight: 600;
}

#news-signup .newsletter-content p {
  margin: 0 auto 25px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6em;
  color: #24245e !important;
}

#news-signup-mv .newsletter-content-mv p {
  margin: 0 auto !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6em;
  color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
}

#news-signup-mv .newsletter-content-mv p a {
  color: #ffffff !important;
}

#news-signup .newsletter-content form {
  margin: 0;
  padding: 0;
  width: 100%;
}

#news-signup .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  font-size: 18px;
}

#news-signup .newsletter-content form p {
  margin: 0 auto 10px
}

#news-signup .newsletter-content form p:not(.button) {
  float: none;
  width: 100%;
}

#news-signup .newsletter-content form p:not(.button) input {
  width: 100%;
  margin: 0;
  padding: 12px 15px !important;
  border-color: #d0d5d8
}

#news-signup .newsletter-content form .button {
  float: none;
  width: 100%
}

#news-signup .newsletter-content form .button input {
  width: 100%;
  padding: 20px 25px 18px !important;
  font-size: 12px
}

#news-signup .newsletter-content p.footnote,
#news-signup-mv .newsletter-content-mv p.footnote {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.8;
  font-weight: 600;
  font-size: 11px;
  color: #abb0b7;
  margin-bottom: 0
}

#news-signup-mv .wrapper {
  width: 90%;
  margin: 0 auto;
}

#news-signup #gform_wrapper_7 {
  padding: 0 25px 0 25px;
}

#news-signup #gform_wrapper_7 input#input_7_4 {
  margin-top: 2px;
}

#news-signup #gform_wrapper_7 li#field_7_4 {
  margin-top: 10px;
}

#news-signup #gform_wrapper_7 .gfield {
  margin-top: 0px;
}

#news-signup #gform_wrapper_7 #input_7_1_3, #input_7_1_6 {
  margin-bottom: 0px;
}

#news-signup input.gform_button {
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-weight: 700;
  background: #24245e;
  border-radius: 10px;
  border: none;
  color: #cb9f5b;
}
#news-signup input.gform_button:hover {
  background-color: #cb9f5b;
  transition: all .5s;
  text-decoration: none;
  color: #24245e;
}

@media screen and (min-width: 800px) {

  #news-signup .wrapper {
    width: 600px;;
    margin: 7% auto;
  }

  #news-signup .newsletter-content form .button input {
    width: auto;
    margin: 0
  }

  #news-signup .newsletter-content form .button {
    float: left;
    width: 100%;
  }

  #news-signup .newsletter-content form {
    width: auto
  }

  #news-signup .newsletter-content form p {
    margin: 0 auto 15px
  }

  #news-signup .newsletter-content form p:not(.button) {
    float: left;
    width: auto
  }

  .newsletter-content form p:not(.button) input {
    width: 300px !important;
    margin: 0 15px 0 0
  }
}

@media screen and (max-width: 641px) {
  #news-signup #gform_wrapper_7 input#input_7_4 {
    margin-top: 12px;
  }

}

@media screen and (min-width: 641px) {
  #news-signup .newsletter-content form {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newsletter-content .ginput_container.ginput_container_text {
    padding-right: 10px;
  }
  .newsletter-content .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    max-width: 75%;
    width: 75%;
    margin-top: 20px;
  }
}
