/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* header override */
.header-wrapper.lp-header {
    min-height: 0;
}

/* @media only screen and (max-width: 767px) {
    .dnd-column .row-number-7 .row-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
 */
#dynamic-lead-form .form-field {
    display:inline-block;
    width:60%;
    margin:0px;
    vertical-align:top;
}
#dynamic-lead-form label {
    display:inline-block;
    width:40%;
    vertical-align:top;
    padding-top: 9px;
}
#dynamic-lead-form select {
    width:100%;
}
#dynamic-lead-form select, #dynamic-lead-form input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px !important;
}
span.error-messages span {
    border: 1px solid red;
    color: red;
    display: block;
    width:100%;
    padding:5px;
    margin-bottom:5px;
}
label em {
    font-size: 12px;
}
button#next-button, #dynamic-lead-form button {
    background-color: rgba(132,211,0,1.0);
    border: 0px;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    padding: 12px;
    font-size: 26px;
    cursor:pointer;
    font-weight: bold;
}
.blueSwirl {
  padding-top: 140px;
background-image: url('https://7978886.fs1.hubspotusercontent-na1.net/hubfs/7978886/footer-1.png') !important;
  background-size: cover !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  height: auto;
  padding-bottom: 20px;
  
}

.cookies {
 padding-top: 180px;
background-color: #022133;
  width: 100% !important;
  height: 35vh;
  margin-bottom: 0 !important;
}

.marginFooter {
  padding-left: 5px;
  padding-right: 5px;
 margin-bottom: 0;
}

.footerTextWhite {
color: white;
  font-size: 12px;
  margin: 0px;
}
.footerButtons {
  margin-top: -25px;
padding-left: 70px;
  padding-bottom: 25px;
}
.columnFooter{
display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.footerlink {
font-size: 12px;
  width: auto;
  margin-left: -50px;
}

@media screen and (max-width: 770px) {
  .footerButtons {
margin-left: -60px;
    width: 200px;
}
 
  .blueSwirl {
  height: auto;
    padding 0px !important;
  }
  .footerButtons {
  margin-top: 60px;
padding-left: 70px;
  padding-bottom: 15px;
    width: 300px;
}
  .footerTextWhite {
color: white;
    width: 100% !important;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
  .marginFooter {
  padding-left: 5px;
  padding-right: 5px;
 margin-bottom: 0;
}

}