* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #E6E6E6;
    font-family: "Open Sans";
    font-size: 14px;
    text-align: center;
    color: #5D5D5D;
}
h1 {
  font-weight: bold;
  font-size: 20px;
  font-family: "Open Sans";
  text-align: left;
  margin-bottom: 20px;
}
h2 {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
p {
  text-align: left;
  line-height: 22px;
  margin-bottom: 20px;
}
label {
  font-weight: bold;
  text-align: left;
  float: left;
  cursor: pointer;
  font-size: 17px;
  margin: 10px 0;
}
input {
  width: 100%;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  line-height: 20px;
  font-size: 17px;
  padding: 10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BABABA;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BABABA;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #BABABA;
}
.button {
  padding: 14px 24px;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  background: rgb(93, 93, 93);
  border: 1px solid rgb(93, 93, 93);
  line-height: 20px;
  width: auto;
  cursor: pointer;
  display: inline-block;
}
.button:hover {
  background: #FFFFFF;
  color: rgb(93, 93, 93);
}
.wrapper {
    background: url("https://gallery.mailchimp.com/b31b3325d78e34840a3237f56/images/f317883f-f233-4da1-9eaa-800bcf84dfb9.png") no-repeat top center #FFFFFF;
    width: 100%;
    max-width: 600px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 250px 20px 45px;
    margin: 20px auto;
    background-size: contain;
}
.pageTitle {
    background-color: #DDDDDD;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.pageTitleAlert {
    background-color: #FF0000;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}

.pageTitleSuccess {
    background-color: #33CC00;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}

.formLabel {
    font-size: 13px;
    vertical-align: top;
}

.error {
    color: #FF0000;
    font-weight: bold;
    font-size: 11px;
}

.small {
    font-size: 11px;
}

.row {
  display: flex;
  clear: both;
}
.detail {
    display: flex;
    border: 1px solid #E6E6E6;
    padding: 5px 25px 10px;
    border-radius: 5px;
    width: 50%;
    font-weight: bold;
}
.detail.tl {
  border-left: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  border-radius: 5px 0 0 0;
  color: #4685c5;
}
.detail.tr {
  border-right: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  border-radius: 0 5px 0 0;
  color: #6c5fa9;
}
.detail.bl {
  border-left: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0 0 0 5px;
  color: #f68a1f;
}
.detail.br {
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0 0 5px 0;
  color: #f15b5c;
}
.selection {
  width: 25%;
}
.description {
  width: 75%;
}
.clearfix {
  clear: both;
}
.detail > input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.detail > label {
    display: block;
    padding: 8px 0;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    color: #5D5D5D;
    background: #E6E6E6;
    font-weight: bold;
    width: 100%;
    border: 2px solid #E6E6E6;
    text-align: center;
    float: none;
}
.content {
    z-index: 0;
    position: absolute;
    clear: both;
    overflow: hidden;
    width: 100%;
    top: 37px;
    left: 0;
    background: #FFFFFF;
    color: #5D5D5D;
    opacity: 0;
    transition: opacity 400ms ease-out;
    border: 1px solid #E6E6E6;
    border-top: none;
}
.seasonal_field {
  margin: 50px auto;
  overflow: auto;
}
.seasonal_field input {
  display: none;
}
.seasonal_field .radio {
  width: 216px;
  text-align: center;
  padding: 50px 35px 10px;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  height: 100px;
  background: url("https://media.elfontheshelf.com/files/email/forms/circle-radio-button.svg") no-repeat center 10px #FFFFFF;
  background-size: 36px;
  cursor: pointer;
}
.seasonal_field .radio.l {
  margin-right: 10px;
}
.seasonal_field .radio.r {
  margin-left: 10px;
}
.seasonal_field input:checked + label {
  background: url("https://media.elfontheshelf.com/files/email/forms/circle-check-white.svg") no-repeat center 10px RGB(26,198,0);
  background-size: 36px;
  border-color: RGB(26,198,0);
  color: #FFFFFF;
}
.seasonal_field > h2 {
  text-align: left;
  margin-bottom: 10px;
}
.seasonal_field span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-weight: 400;
}
.options {
  clear: both;
  margin-top: 40px;
  margin-bottom: 50px;
}
.switch-label {
  height:40px;
  width: 40px;
  background-size: 36px;
  position: relative;
  top: 40%;
  margin: 0;
}
.switch input, .switch input:checked + label {
  display: none;
}
.switch-label-yes {
  background: url("https://media.elfontheshelf.com/files/email/forms/circle-radio-button.svg") no-repeat center;

}
.switch-label-no {
  background: url("https://media.elfontheshelf.com/files/email/forms/circle-check-green.svg") no-repeat center;
}
.actions {
  text-align: left;
  margin-top: 30px;
}
.image {
  margin: 20px;
  height: auto;
  padding: 0;
}
.image img {
  height: 58px;
  width: 58px;
}
