@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

span#logo,
  span#cover,
  span#content2,
  span#content3,
  div#content4,
  div#content5,
  .sixteen.columns.footer {
    display: none;
  }

div#content1 {
    width: 100%;
    margin: 0px;
}

form#standardForm {
    margin: 0px;
}

.container {
    width: 100%;
    top: 0px !important;
}

body, input, textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Open Sans', Arial, sans-serif;
 line-height: 1.2em;
 color: inherit;
 font-weight: 700;
}

strong {
    color:inherit;
}

h1 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 20px;
}

* {
    font-family:inherit;
    box-sizing:border-box;
}

.address-sec {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.drg-element-type-standard-field {
    margin: 0 0 15px 0px;
    padding: 10px 15px 0 15px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    height: 42px;
}

div[id^='pd'] {
    line-height: 1.5em;
    padding: 10px 15px;
}

#submitbtn, 
#unsubscribeAll {
  display: inline-block;
  vertical-align: middle;
}


#unsubscribeAll {
  margin-left: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
  text-shadow: none;
}

#unsubscribeAll:hover {
  margin-left: 10px;
  background: #bfbfbf;
  border: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
}

input[type="submit"] {
    background: #28833e;
    border: none;
    display: inline-block;
    margin-right: 20px;
    min-width: 150px;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: normal;
}

input[type="submit"]:hover {
  background: #41ab5b;
    border: none;
    display: inline-block;
    margin-right: 20px;
    min-width: 150px;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: normal;
}
