.modalDialog{font-family:ubuntu;position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.88); z-index: 99999; -webkit-transition: opacity 200ms ease-in; -moz-transition: opacity 200ms ease-in; transition: opacity 200ms ease-in;}.modalDialog:target{opacity: 1; pointer-events: auto;}.modalDialog:target > div{margin: 8% auto;}.modalDialog > div{border-radius: 20px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    max-width: 500px;
    width: 500px;
    height: 500px;
    position: relative;
    margin: 5% auto;
    background: transparent;
    min-height: 200px;}h2.ldemo{display: block; border-bottom: 1px solid #d9e0e2; font-weight: 400; text-align: center; padding: 10px;}h2.signup{background: #00aa9f; border-bottom: 1px solid #008d84; font-weight: 400; text-align: center; padding: 10px; color: #fff; font-size: 18px;}.close{position: absolute;     top: -34px;
        right: -20px; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 13px; background: #000000; border-radius: 100px; font-weight: 400;}.close:hover{text-decoration: none;}.close:hover{color: #555;}.newsletter-sm{background: #fff; margin: 0; padding: 50px; }.newsletter-sm h3{color: #303ef7; font-size: 30px; font-weight: 800; text-align: center; margin-bottom: 10px; font-family: ubuntu; letter-spacing: -1px;}.newsletter-sm p{font-size: 14px; color: #555; line-height: 20px; margin: 0;}.newsletter-sm .newsletter-input-sm{border: 1px solid #ddd; font-size: 14px; width: 70%; background-color: #fff; text-align: center; color: #999; padding: 19px; border-radius: 3px 0px 0px 3px;outline:none; font-family: ubuntu;}.newsletter-sm .newsletter-sm-bot , .removebutton{padding: 40px; position: relative;outline:none;}.newsletter-sm .newsletter-button-sm, .removebutton{text-align: center; cursor: pointer; font-weight: 700; font-size: 14.5px; color: #fff; border: none; background-color: #303ef7; padding: 20px; border-radius: 0px 3px 3px 0px; overflow: hidden; margin: 0 -20px -20px;}.FollowByEmail .follow-by-email-inner .follow-by-email-address{height: 40px !important; border: none; padding: 5px; width: 96%;outline:none; margin-bottom: 5px; background: #eae9e9; font-family: "Roboto", sans-serif;}.FollowByEmail .follow-by-email-inner .follow-by-email-submit{height: 40px !important; width: 100%; margin-left: 0; background: #f1ae28; font-size: 16px; font-weight: 600; text-transform: uppercase; border-radius: 0; font-family: "Roboto", sans-serif;}
.sign-up form {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  @media(max-width:768.9px){
    .modalDialog > div {
        margin: 30% auto;
        width: 80vw;
        height: 80vh;
    }
    .popup-content {
        width: 80vw !important;
        height: 45vh !important;
        background-color: transparent !important;
    }
    .mobile-none{
        display: none;
    }
    .newsletter-sm h3{
    margin-top: 10px;
    }
    .newsletter-sm {
     
        padding: 31px 20px;
    }
  }
 
  


  .sign-up form input {
    width: 100%;
    max-width: 250px;
    padding: 8px;
    border: solid 2px #e4edfb;
    border-radius: 5px;
    outline: none;
    margin-bottom: 10px;
  }
  .sign-up form select {
    width: 100%;
    max-width: 250px;
    padding: 8px;
    border: solid 2px #e4edfb;
    border-radius: 5px;
    outline: none;
    margin-bottom: 10px;
  }
  .sign-up form .row input {
    max-width: 120px;
  }
  .sign-up button {
    border: none;
    background: #1e2c4b;
    cursor: pointer;
    color: white;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
  }
  .sign-up button:hover,
  a:hover {
    opacity: 0.9;
  }
  .popup-content {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 13px 5px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.39);
    background-image: url('images/samhouston-popup.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 4px 4px 3px 6px hsl(0deg 0% 100% / 4%);
}
  .sign-up .foot {
    font-size: 12px;
    width: 210px;
  }
