@CHARSET "UTF-8";

form.dp div.dp_checkbox input[type="checkbox"] {
    margin-left: 0px;
}
form.dp input[type="submit"] {
    font-size:large;
}
form.dp legend{
	font-size:large;
}





 @media only screen and (max-width : 767px) {
  form.dp div.dp_checkbox label, form.dp label.radio{
   width:85% !important; 
  }
  form.dp input.inline{
   clear:left;
  }
  form.dp input.inline.dp_other_amount{
   clear: none;
  }
  form.dp textarea{
    width:200px !important;
  }
  div.radiogroup{
   width:100%;
  }
 }


nav#primary-nav li{
	padding-right:15px;
}

form.dp label.c_event, form.dp label.c_acknowledge{
	width:90% !important; 
}

form.dp label, form.dp p{
	font-family:utopia-std,Georgia,serif;
}


.button {
    -moz-appearance: none;
    -moz-user-select: none;
    background: #b8254b linear-gradient(-139deg, #b8254b 0px, #ed6b2b 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: acumin-pro-condensed,Impact,sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: 0.16rem;
    line-height: 1.5rem;
    padding: 0.45rem 1.6rem 0.55rem 1.4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 0;
}
