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

#contact-form {
    margin: 0 auto;
    padding: 0;
    width: 75% !important;
}

#contact-form h1 {
    margin-bottom: 51px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.21em;
    letter-spacing: 10px;
}

#contact-form h2 {
    margin: 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #aaa;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.65em;
    letter-spacing: 3px;
    -moz-border-bottom-colors: #aaa;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-image: none;
    border-image: none;
}

#contact-form dt {
    display: inline-block;
}

#contact-form dd {
    display: inline-block;
    margin: 0;
    padding-right: 1%;
    width: 24%;
}

#contact-form dd:nth-of-type(2n+2) {
    margin: 0;
}
@media(min-width: 600px) {
    #contact-form dd:nth-of-type(2n+2) {
        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: 100%;
    border: 0 none;
    font-size: 20px;
    width: 100%;
    padding: 2rem 1rem;
    border-radius: 5px;
}

#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,
#advertising-form {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

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

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

.general-form {
    margin: 8px auto 16px;
    padding: 0;
    max-width: 985px;
}
@media(min-width: 600px) {
    .general-form {
        padding: 0 0 63px;
    }
}

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

.general-form .submitRow {
    text-align: center;
    width: 98%;
}

.submitRow > span {
  float: left;
  font-style: italic;
  margin-left: 2rem;
}

.submitRow > input {
  float: right;
  margin-top: 1em;
  font-size: 16px;
}
@media(min-width: 600px) {
    .submitRow > input {
      float: right;
      margin-top: 0;
    }
}
.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;
    }
}

.general-form .radio-general label:before {
    content: "✉";
}

.general-form .radio-editorial label:before {
    content: "";
}

.general-form .radio-support label:before {
    content: "";
}

.general-form .radio-careers label:before {
    content: "";
}

.general-form .radio-advertising label:before {
    content: "";
}

#required-field {
    position: relative;
}

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

#contact-form #general-form [id^="message-element"] {
    width: 100%;
}

.zend_form dt {
    height: 1.5em;
    text-align: left;
    width: 30%;
}
@media(min-width: 600px) {
    .zend_form dt {
        width: 15%;
    }
}

#contact-form dd {
    display: inline-block;
    margin: 0;
    width: 100%;
}
@media(min-width: 600px) {
    #contact-form dd {
    }
}

.zend_form select {
    width: 100%;
}

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

#contact-form #general-form [id^="subject-element"], #contact-form #advertising-form [id^="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 #advertising-form [id^="submit-element"] {
    width: 83%;
    margin: 0;
    text-align: right;
}

#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;
    }
}


.general-form .select-contact-form label span {
    color: #000;
}

.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%;
    }
}

.general-form .required:after {
  color: red;
  content: "*";
  font-size: 20px;
  line-height: 0;
  margin-left: -2px;
  vertical-align: middle;
}


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

.newsletterForm > div > span:nth-of-type(1) {
    border-bottom: 2px ridge #fff;
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 2rem 0rem 0.75rem;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
}

.newsletterForm > div > span:nth-of-type(2) {
    display: block;
    font: 100 22px "Antic";
    margin: 0 auto 2rem;
    text-transform: none;
}

.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 {
    background: cadetblue none repeat scroll 0 0;
    display: table-cell;
    padding: 1px;
    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;
    margin: 0;
}

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

/* Desktop Widget Version */

.newsletterForm.desktop {
    background-position: center center, center center;
    background-size: cover, cover;
    color: #fff;
    display: block;
    font-family: Antic;
    font-size: 1.9rem;
    font-weight: 800;
    height: auto;
    margin: 1em 0;
    max-width: 100%;
    padding: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px #555;
}

.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;
}











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

.newsletterForm.desktop > div input {
    border: 0 none;
    border-radius: 0;
    display: table-cell;
    height: 40px;
    margin: -1px -3px 0 -2px;
}

#page .newsletterForm > div button {
    border: none;
    cursor: pointer;
    background: transparent none;
    box-shadow: none;
    line-height: 0;
    font-size: 0;
    min-height: 100%;
    width: 80%;
}

















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

.zend-form .form-submit .dtcap > div > div,
.zend-form .form-submit .dtcap > div > div > iframe {
    width: 100%;
}

.zend-form .form-submit .dt-form .alert {
    text-align: left;
}

.zend-form .form-submit .dt-form .error {
    color: red;
    font-style: italic;
}

.zend-form .form-submit .dtcap {
    background-clip: border-box;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 10px 0;
    height: 82px;
    width: 309px;
    padding: 2px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.zend-form .form-submit .dtcap .gcap {
    position: relative;
    z-index: 2;
}

.zend-form .form-submit .dtcap > a {
    cursor: pointer;
    display: inline-block;
    left: 0;
    line-height: 1.5em;
    min-height: 2em;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.zend-form .form-submit .dtcap > input[name="form_message"] {
    display: none;
}





































.submitRow > span {
    display: none;
}
.submitRow > button {
    font-size: 15px;
    margin: 13px 15px 0;
    padding: 12px 34px;
}
@media only screen and (min-width: 1400px) {
.submitRow > button {
    float: right;
}
}
.zend_form dt {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
.zend_form dt {
    width: 25%;
}
}
@media only screen and (min-width: 1400px) {
.zend_form dt {
    width: 15%;
}
}
.zend_form dd {
    width: 100%;
}
@media (min-width: 600px) {
.zend_form dd {
    padding: 0px 2% 0px 0;
    margin: 0 0 20px;
}
}
@media only screen and (min-width: 1024px) {
.zend_form dd {
    width: 73%;
}
}
@media only screen and (min-width: 1400px) {
.zend_form dd {
    width: 84%;
}
}
.zend_form span.error {
    float: left;
}
.server-response {
    background: #f9f4f1 none repeat scroll 0 0;
    margin: 30px 0 30px;
    min-height: 80px;
    width: 100%;
    text-align: center;
}
.server-response span {
    display: inline-block;
    margin: 60px 0;
}
.contact-form .phTop {
    display: block;
    margin: 0 0 30px;
}
.general-form input,
.general-form textarea {
    color: black;
     height: auto;
}







#message-label_general {
    margin: 20px 0 0;
}

#message-element_general {
    width: 100%;
}

#message_general {
    min-height: 300px;
}





















.dtcap {
    float: left;
}

.submitRow [type="submit"] {
    float: right;
    padding: 1.1rem 3rem;
    margin: 0;
    display: inline-block;
}






.newsletterButton {
    display: none;
}


.required {
    color: #841f68;
    font-family: "Laila", sans-serif;
}



#page .newsletterForm .thankyou {
    position: relative;
    margin-bottom: 0;
}

.thankyou img {
    opacity: 0;
}

.thankyou p {
    position: absolute;
    font-size: 44px;
    font-family: 'Kaushan Script', script;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    height: 110px;
    color: #841f68;
    text-align: center;
    line-height: 50px;
}