@charset "UTF-8";
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: "";
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#box1 {
  background: url(../images/pattern4.png);
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

#box1 .sitewidth {
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

#box1:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fdfdfd+59&0+2,1+53 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(2%, rgba(255, 255, 255, 0)), color-stop(53%, rgb(253, 253, 253)), color-stop(59%, rgb(253, 253, 253)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, rgb(253, 253, 253) 53%, rgb(253, 253, 253) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#fdfdfd",GradientType=0 ); /* IE6-9 */
}

#formheading h1, #formheading h2 {
  font-size: 40px;
  line-height: 45px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  max-width: 700px;
  margin: 0 auto;
}

#formheading p {
  font-size: 14px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1012px) {
  #formheading h1, #formheading h2 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 37px;
  }
}
/* ============================================================
  Contact Form
============================================================ */
form {
  text-align: left;
  background: white;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  width: 50%;
  padding: 30px 5% 60px 5%;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 0;
}

form h3 {
  text-align: center;
  font-size: 30px;
  line-height: 33px;
  color: #28a1ad;
  margin-bottom: 27px;
}

.inline-form {
  text-align: left;
}

.formentry {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  color: #ff0000;
}

.formentrytextarea {
  width: 100%;
  margin-left: 0;
}

.formentry span, .selectmenu span, .radios span {
  font-weight: normal;
  font-size: 14px;
  color: #59311f;
  font-family: "roboto", sans-serif;
  display: block;
  font-weight: bold;
}

.formentryfirst {
  margin-left: 0;
}

input, select, textarea {
  height: 37px;
  line-height: 37px;
  width: calc(98% - 4px);
  border: 2px solid #bababa !important;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 0 0 2%;
  color: #4d4d4d;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}

textarea {
  height: 90px;
  width: calc(98% - 4px);
  padding: 6px 0 0 2%;
  position: relative;
  line-height: normal;
  line-height: 21px;
}

button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  margin: 0 auto;
  margin-top: 0;
  border: 0;
  cursor: pointer;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h3small {
  font-size: 25px;
  line-height: 30px;
}

.f-title {
  width: 15% !important;
}

.f-firstname {
  width: 37.5%;
  margin-left: 5%;
}

.f-lastname {
  width: 37.5%;
  margin-left: 5%;
}

.f-spousename {
  width: 47.5%;
}

.f-companyname {
  width: 47.5%;
  margin-left: 5%;
}

.f-street {
  width: 47.5%;
  margin-left: 0%;
  margin-top: 30px;
}

.f-apt {
  width: 47.5%;
  margin-left: 5%;
  margin-top: 30px;
}

.f-city {
  width: 41%;
}

.f-state {
  width: 27%;
  margin-left: 5%;
}

.f-zip {
  width: 22%;
  margin-left: 5%;
}

.f-phone {
  width: 47.5%;
  margin-top: 30px;
}

.f-email {
  width: 47.5%;
  margin-left: 5%;
  margin-top: 30px;
}

.f-amount {
  margin-top: 30px;
}

#otheramountdiv {
  padding-top: 15px;
}

#otheramountdiv div {
  display: inline-block;
}

#otheramountdiv div input {
  width: 40%;
}

span#dollar {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 3px;
}

.f-card {
  width: 47.5%;
  margin-left: 0%;
}

.f-cardtype {
  width: 47.5% !important;
  margin-left: 5%;
}

.f-cardname {
  width: 40%;
}

.f-expmonth {
  width: 25% !important;
  margin-left: 5%;
}

.f-expyear {
  width: 25%;
  margin-left: 5%;
}

.f-cardcode {
  width: 25%;
}

.f-honor {
  width: 40%;
}

.f-or {
  width: 20%;
  vertical-align: middle;
  display: inline-block !important;
  text-align: center;
  font-weight: bold;
  -webkit-transform: translateY(29px);
          transform: translateY(29px);
  color: #59311f;
}

.f-memory {
  width: 40%;
}

#finaltext {
  text-align: center;
  font-size: 17px;
  line-height: 21px;
  color: #a8271a;
}

.g-recaptchacontainer {
  text-align: left;
}

.g-recaptcha {
  display: inline-block;
  margin: 0 auto;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

form .buttons {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  padding: 14px 28px 14px 28px;
  font-size: 19px;
  line-height: 29px;
  background: #28a1ad;
  font-family: "roboto", sans-serif;
  color: #fff;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  cursor: pointer;
  height: auto;
  width: 250px;
  max-width: 100%;
}

form .buttons:hover {
  background: #2badb9;
  color: #fff;
}

/* Radios */
.radios {
  width: 100%;
  margin-bottom: 20px;
  clear: both;
  display: block;
}

.radios span {
  display: block;
}

.radios label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  color: #000;
}

.radios input[type=radio] {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0px !important;
  overflow: hidden;
  display: inline-block;
  position: fixed;
  top: -50px;
}

.radios label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background: #eaeaea;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.radios .radio label:before {
  border-radius: 8px;
}

.radios input[type=radio]:checked + label:before {
  content: "•";
  color: #28a1ad;
  font-size: 42px;
  font-family: arial;
  text-align: center;
  line-height: 17px;
}

/* Select Menu */
.selectmenu {
  width: 100%;
  margin-bottom: 30px;
  clear: both;
  display: inline-block;
}

.formentryselect {
  overflow: hidden;
  background: url(../images/downarrow2.png) no-repeat calc(100% - 10px) 50% rgba(40, 161, 173, 0.1);
  background-size: 15px auto;
  border: 2px solid rgba(40, 161, 173, 0.7);
  height: 37px;
}

.formentryselect select {
  background: transparent;
  margin-top: 0 !important;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  cursor: pointer;
  padding-left: 2%;
  border: none !important;
}

select::-ms-expand {
  display: none;
}

.formentryselect select {
  color: #4d4d4d;
}

.formentryselect select option {
  color: #4d4d4d;
  font-style: normal;
}

.formentryselect select option:first-child {
  color: #4d4d4d;
}

/* Checkbox */
.checkboxclass {
  clear: both;
  position: relative;
}

.checkboxclass span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 20px 34px;
  font-size: 14px;
  line-height: 20px;
  color: #59311f;
}

.checkboxclass input {
  display: none;
}

.squaredThree {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border: 2px solid #bababa;
  background: #fff;
}

.squaredThree label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #28a1ad;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}

@media screen and (max-width: 1336px) {
  form {
    width: 70%;
    padding: 30px 5% 60px 5%;
  }
}
@media screen and (max-width: 1012px) {
  form {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  form {
    width: 90%;
  }
  .formentry, .selectmenu {
    width: 100% !important;
    margin-left: 0;
  }
  .f-apt, .f-email {
    margin-top: 0;
  }
  .f-or {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .g-recaptcha {
    -webkit-transform: scale(0.8) translateX(-25px);
            transform: scale(0.8) translateX(-25px);
  }
}
.c-hr {
  border-bottom: 2px solid #a40c34 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.c-hr-2 {
  border-bottom: 1px dotted #59311f !important;
  clear: both;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  display: block;
}

label.error {
  display: block !important;
  color: red !important;
  margin-top: -5px !important;
  margin-bottom: 10px !important;
  font-size: 12px !important;
}

#amountcl label.error {
  position: absolute !important;
  left: 65px !important;
  top: 6px !important;
}

#amount-error {
  padding-left: 0;
  padding-top: 12px;
  cursor: default;
}

#amount-error::before {
  display: none;
}

.thank-you {
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: -50px;
}
.thank-you h2 {
  padding-top: 340px;
  margin-bottom: 15px;
}