h1 {margin:  20px 0 20px 0; padding:  0; font-family:  'Merriweather Sans', sans-serif; font-size:  23px; line-height:  31px; font-weight:  400; color:  #454545; text-align:  center;}
p {margin:  20px 10px 20px 10px; padding:  0; font-family:  'Merriweather Sans', sans-serif; font-size:  14px; line-height:  22px; font-weight:  400; color:  #454545; text-align:  center;}
hr {margin: 0 5% 0 5%; height: 0; border: 0; border-top: 2px solid #bbbbbb;}

.body {display:  block; margin:  0 auto; max-width:  480px; min-width:  300px; font-family:  'Merriweather Sans', sans-serif; font-size:  15px; color:  #454545; background-color: #ffffff; border: 2px solid #606060;}

.link {font-weight: 400; color: #c1720b;}
.external {font-weight: 400; color: #278e61;}

label {display: block; margin-top: 20px; margin-bottom: 2px; font-family: 'Merriweather Sans', sans-serif; font-size: 13px; color: #454545;}

form {margin: 0 auto; width:  260px;}

input, file
 {width: 240px; height: 24px; background-color: #ffffff; -moz-appearance: none; -moz-border-radius: 5px; -webkit-appearance: none; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #c1720b; padding: 10px; margin-top: 3px; font-family: 'Merriweather Sans', sans-serif; font-size: 14px; color: #454545;}

textarea
 {width: 240px; height: 250px; background-color: #ffffff; -moz-appearance: none; -moz-border-radius: 5px; -webkit-appearance: none; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #c1720b; padding: 10px; margin-top: 3px; font-family: 'Merriweather Sans', sans-serif; font-size: 14px; color: #454545; resize:  vertical;}

/* select
 {width: 260px; height: 40px; background-color: #ffffff; -moz-appearance: none; -moz-border-radius: 5px; -webkit-appearance: none; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #c1720b; padding: 10px; margin-top: 3px; font-family: 'Merriweather Sans', sans-serif; font-size: 14px; color: #454545;} */

#custom-select select {
  /* Hide default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Style the dropdown box */
  height: 40px; 
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c1720b;
  padding: 10px;
  margin-top: 3px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  color: #454545;
}

#custom-select {
  position: relative;
}

#custom-select select, #custom-select::after {
  height: 40px;
}
 
#custom-select::after {
  content: "\25bc"; /* HTML symbol */
  color: #454545;
  font-size: 12px;
  pointer-events: none;
  /* Reposition */
  position: absolute;
  top: 3px;
  right: 0;
  padding: 0 10px;
  line-height: 40px; /* Vertical center text */
}

#submit {width: 100px; height: 45px; color: #ffffff; font-weight: 700; background-color: #c1720b; text-align: center; border: none; margin-top: 20px; margin-bottom: 20px; cursor: pointer;}