/*
================================
        CONTACT FORM
================================
*/

.contact-form {
    margin: 0 auto;
    padding-right: 0;

}

.contact-form h3 {
    margin: 0;
}

.contact-form .phTop {
    display: block;
    margin: 0;
}

.contact-form label.error {
    margin: 0 0 -17px;
    padding-top: 5px;
}

.contact-form .radio-group dt,
.contact-form .radio-group dd,
.contact-form .radio-group input,
.contact-form .radio-group label {
    float: left;
    clear: none;
    margin-top: 1px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    width: 96%;
    border: 0 none;
    font-size: 20px;
    width: 100%;
    padding: 3px;
}

.contact-form textarea {
    height: 9em;
    margin-top: 1em;
    width: 100%;
}
@media(min-width: 600px) {
    .contact-form textarea {
        width: 100%;
    }
}

.contact-form input[type="radio"] {
    margin-bottom: 0;
}

.general-form {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.contact-form .general-form [id^="submit-element"] {
    text-align: center;
}

.general-form .radio-group > label {
    line-height: 30px;
}

.general-form > div , .general-form > * > div {
    display: inline-block;
    min-width: 120px;
    min-height: 120px;
    text-align: center;
    vertical-align: top;
}

.general-form .submitRow {
    text-align: justify;
}

.submitRow > * {
  float: left;
}

.submitRow > span {
  display: inline-block;
  font-style: italic;
  margin: 5px 0 0 10px;
}

.submitRow > input {
  float: none;
  margin-top: 0;
  display: inline-block;
  margin: 20px;
}
@media(min-width: 600px) {
}
.general-form input[type="radio"] {
    display: block;
    opacity: 0;
}

.general-form .general-form .select-contact-form label {
    display: block;
    position: relative;
    height: 100px;
    padding-right: 13px;
    font-size: 0.9em;
    letter-spacing: 2px;
    cursor: pointer;
}

.general-form .select-contact-form label:hover:before,
.general-form .select-contact-form.selected label:before {
    border: 12px solid #f2f2f2;
    background-color: #fff;
}

.general-form .select-contact-form label:before {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border: 12px solid #f2f2f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: 'clique';
    font-size: 2em;
    line-height: 50px;
    vertical-align: middle;
    background-color: #f2f2f2;
}
@media(min-width: 600px) {
    .general-form .select-contact-form label:before {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 3em;
    }
}

#required-field {
    position: relative;
}

*[id*="message-label"] {
    margin-top: 1em;
    vertical-align: top;
}

.contact-form .general-form [id^="message-element"] {
    margin-top: 0;
    padding-top: 20px;
    width: 100%;
}

.zend_form,
.submitRow {
    padding: 1em 2em;
    width: 100%;
}

[name="form_message"] {
    display: none;
}

.submitRow [name="cf-submitted"] {
    float: right;
    margin-right: 0;
}

.zend_form dt,
.zend_form dd {
    min-height: 1.5em;
    text-align: left;
    width: 80%;
    display: inline-block;
    float: left;
    vertical-align: top;
}

.zend_form dt {
    line-height: 2em;
    height: 1.5em;
    text-align: left;
    width: 30%;
    color: #fff;
    text-shadow: 1px 1px 0 #999;
    text-transform: uppercase;
    font-size: 18px;
}
@media(min-width: 600px) {
    .zend_form dt {
        width: 20%;
    }
}

.zend_form input,
.zend_form textarea {
    padding: 5px;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
}


.zend_form select {
    width: 100%;
}

.zend_form > * {
    margin-top: 20px;
}

.contact-form .general-form .message-label_general {
    display: none;
}

.contact-form .general-form .subject-label_general {
    width: 10%;
}

.contact-form .general-form .subject-element_general {
    display: inline-block;
    margin: 40px 0 0 5%;
    width: 84%;
}

.contact-form .general-form .subject-element {
    display: inline-block;
    margin: 20px 0 0;
    width: 100%;
}

.contact-form > p {
    display: inline-block;
    margin: 0;
}

#required-field {
    float: left;
    margin-left: 20px;
}

.contact-form .general-form dd.select-contact-form {
    display: inline-block;
    margin: 0 3%;
    vertical-align: top;
    width: 25%;
}
@media(min-width: 600px) {
    .contact-form .general-form dd.select-contact-form {
        display: inline-block;
        margin: 0 0 40px;
        vertical-align: top;
        width: 19%;
    }
}

.contact-form .general-form .select-contact-form:nth-of-type(4),
.contact-form .general-form .select-contact-form:nth-of-type(5) {
    margin: 20px 11%;
    width: 25%;
}
@media(min-width: 600px) {
    .contact-form .general-form .select-contact-form:nth-of-type(4),
    .contact-form .general-form .select-contact-form:nth-of-type(5) {
        margin: 0 0 40px;
        width: 19%;
    }
}

.select-contact-form > div {
    text-align: center;
    width: 75px;
    margin: 0 auto;
}
@media(min-width: 600px) {
    .select-contact-form > div {
        width: 100px;
    }
}

.server-response {
    width: 100%;
    padding: 1em 2em;
    background-color: rgba(0,0,0,0.5);
    background-clip: content-box;
    color: white;
}

.general-form .form_response {
    height: auto;
    width: 100%;
}

.subject-label_general,
.subject-label_advertising,
.message-label_general,
.message-label_advertising {
  width: 89%;
  margin-top: 40px;
  text-align: left;
}
@media(min-width: 600px) {
    .subject-label_general,
    .subject-label_advertising,
    .message-label_general,
    .message-label_advertising {
      width: 89%;
    }
}

.required,
.required::after {
    font-weight: 100;
}

.general-form .required:after {
    color: red;
    content: "*";
    font-size: 18px;
    font-weight: 400;
    line-height: 0.8em;
    margin: 2px 0 0 4px;
    vertical-align: text-top;
    display: none;
}


/*
================================
        NEWSLETTER FORM
================================
*/

.newsletterForm > div > span:nth-of-type(1) {
    display: block;
    margin: 1em auto 0.5em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 5px;
}

.newsletterForm > div > span:nth-of-type(2) {
    display: block;
    margin: 0.6em auto 1em;
    text-transform: none;
    font: italic 100 0.8em/1.2em'Lorna';
}

.newsletterForm > div > form {
    display: table;
    margin: auto;
}

.newsletterForm > div input {
    display: table-cell;
    height: 30px;
    margin: 0;
    border: 0 none;
    width: 210px;
}
@media(min-width: 400px) {
    .newsletterForm > div input {
        width: 270px;
    }
}
@media(min-width: 600px) {
    .newsletterForm > div input {
        width: 340px;
    }
}

.newsletterForm > div > form > div {
    display: table-cell;
    vertical-align: middle;
}

.newsletterForm .newsletterSignup {
    display: table;
    width: 35px;
    text-decoration: none;
    color: #fff;
}

.newsletterForm > div button {
    display: table-cell;
    vertical-align: middle;
}

.newsletterForm > div button:before {
    color: white;
    font-size: 20px;
    font-weight: 800;
    line-height: 18px;
    padding-left: 0.20em;
    vertical-align: middle;
}

.newsletterForm > div button {
    background: none!important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
}

/* Desktop Widget Version */

.newsletterForm.desktop {
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: block;
  height: auto;
  margin: 1em 0;
  max-width: 100%;
  padding: 20px;
}

.newsletterForm.desktop > div {
    border: 2px solid #fff;
}

.newsletterForm.desktop > div > form {
  box-sizing: border-box;
  display: table;
  width: 100%;
}

.newsletterForm.desktop > div input {
  border: 0 none;
  display: table-cell;
  height: 30px;
  margin: 0;
  width: 100%;
}

.newsletterForm.desktop > div > form > div {
  display: table-cell;
  vertical-align: middle;
}

.newsletterForm.desktop .newsletterSignup {
  color: #fff;
  display: table;
  margin: 0 auto;
  text-decoration: none;
  width: 35px;
}

/* Mobile Version */
.newsletterForm.mobile {
    border-bottom: 1px solid #ccc;
    color: #000;
    padding: 5px 0 2em;
    text-align: center;
}

.newsletterForm.mobile > div > form {
    border: 1px solid #CCC;
}



/* Contact Form */


#message-label_general {
    display: none;
}
#message-element_general {
    width: 100%;
}
