
.bottompanel {
  max-height:0;
  width: 100%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  bottom: 0;
  right: 0px;
  overflow-x: hidden; /* Disable horizontal scroll */
  box-shadow: rgba(0, 0, 0, 0.32) 0px 2px 13px;
}
.bottompanel-container {
  padding-top: 1rem; 
  padding-bottom: 1rem; 
}
.slideup {
  max-height: 500px;
  transition: max-height 1.5s ease-in;
}
.slidedown {
  max-height: 0;
  transition: max-height 1.5s ease-out;
}
.bottompanel-container  h2 {
  font-size:2.5rem;
}
.bottompanel-text > * {
  padding-left:5rem;
  padding-right:1rem;
}
.submitted-message {
  color:white;
  font-size:1.4rem;
}
.grecaptcha-badge {
  margin-top:1rem;
}

@media only screen and (max-width: 768px) {
  .bottompanel-text > * {
    padding-left:2rem;
    padding-right:2rem;
  }
  .bottompanel-container  h2 {
    font-size:2.5rem;
    padding-top:1rem;
}
}

.bottompanel-text {
  border-right:2px solid rgb(200,200,200);
  padding-top:1rem;
}

.bottompanel-form > span > div {
  padding-left:2rem;
  padding-right:5rem;
  max-width:700px;
}  
.bottompanel-form > span > h3 {
    display:none;
  
}  
.bottompanel-form .hs-button {
  background-color: #0087cc;
    border-bottom-color: #0087cc;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #0087cc;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #0087cc;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #0087cc;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-top-style: solid;
    border-top-width: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: normal;
    height: 47.1875px;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 50px;
    /*margin-left: auto;
    margin-right: auto;*/
    outline-color: #0087cc;
    outline-style: none;
    outline-width: 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 9.600000381469727px;
    padding-top: 9.600000381469727px;
    text-align: center;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s,0s,0s,0s,0s;
    transition-duration: .15s,0.15s,0.15s,0.15s,0.15s;
    transition-property: color,background-color,border-color,box-shadow,-webkit-box-shadow;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
    width: 150.96875px;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
}

.bottompanel-container h2, .bottompanel-container h3  {
  color:white;
}

.close-box {
  position:absolute;
  top:20px;
  right:20px;
  color:white;
  font-size:1.5rem;
  z-index:1;
  cursor:pointer;
}

.hs_error_rollup {
  display:none;
}
label {
  color:white;
}

/*OLD STUFF */
.send-box-news .hs-form {
  display: flex;
	align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.send-box-news > div > div > h2 {
  text-align:center;
  font-weight:400;
}

.send-box-news > div > div > p {
  text-align:center;
  margin-bottom:40px;
}


.send-box-news .hs_email  {
  	width: 100%;
  }

.send-box-news > .row {
  padding-top:40px;
  padding-bottom: 60px;
  margin:0;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  
}

.hs_submit {
  width:100%;
}

@media only screen and (max-width: 575px) {
  .send-box-news > div > div > p {
      text-align:center;
      margin-bottom:20px;
    }
  .send-box-news > .row {
      padding-left:20px;
      padding-right:20px;
  }
}

.send-box-news .hs-error-msgs {
	margin-top: 1rem;
}

.send-box-news .hs_email {
	flex: 1;
}

.send-box-news .hs_email > label {
display: none;
}

.send-box-news .hs-input {
-webkit-appearance: none;
-webkit-box-direction: normal;
-webkit-font-smoothing: antialiased;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
background-clip: padding-box;
background-color: rgb(255, 255, 255);
border-bottom-color: rgb(0, 135, 204);
border-bottom-left-radius: 4.796875px;
border-bottom-right-radius: 4.796875px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(0, 135, 204);
border-left-style: solid;
border-left-width: 2px;
border-right-color: rgb(0, 135, 204);
border-right-style: solid;
border-right-width: 2px;
border-top-color: rgb(0, 135, 204);
border-top-left-radius: 4.796875px;
border-top-right-radius: 4.796875px;
border-top-style: solid;
border-top-width: 2px;
box-sizing: border-box;
color: rgb(0, 135, 204);
cursor: auto;
display: block;
font-family: Lato, sans-serif;
font-size: 16px;
font-style: normal;
font-variant-caps: normal;
font-weight: normal;
height: 45.1875px;
letter-spacing: normal;
line-height: 16px;
margin-bottom: 1rem;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-left: 16px;
padding-right: 16px;
padding-top: 0px;
text-align: start;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s, 0s, 0s;
transition-duration: 0.15s, 0.15s, 0.15s;
transition-property: border-color, box-shadow, -webkit-box-shadow;
transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
width: 100%;
word-spacing: 0px;
writing-mode: horizontal-tb;
}

.send-box-news .hs-button.primary {
-webkit-appearance: none;
-webkit-box-direction: normal;
-webkit-box-flex: 1;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
align-items: flex-start;
background-color: rgb(0, 135, 204);
border-bottom-color: rgb(0, 135, 204);
border-bottom-left-radius: 32px;
border-bottom-right-radius: 32px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(0, 135, 204);
border-left-style: solid;
border-left-width: 2px;
border-right-color: rgb(0, 135, 204);
border-right-style: solid;
border-right-width: 2px;
border-top-color: rgb(0, 135, 204);
border-top-left-radius: 32px;
border-top-right-radius: 32px;
border-top-style: solid;
border-top-width: 2px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
flex-basis: 0%;
flex-grow: 1;
flex-shrink: 1;
font-family: Lato, sans-serif;
font-size: 16px;
font-style: normal;
font-variant-caps: normal;
font-weight: normal;
height: 47.1875px;
letter-spacing: normal;
line-height: 24px;
margin-bottom: 0px;
margin-top: 20px;
margin-left:auto;
margin-right:auto;  
outline-color: rgb(0, 135, 204);
outline-style: none;
outline-width: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 9.600000381469727px;
padding-top: 9.600000381469727px;
text-align: center;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s, 0s, 0s, 0s, 0s;
transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
vertical-align: middle;
white-space: nowrap;
width: 150.96875px;
word-spacing: 0px;
writing-mode: horizontal-tb;
}

