.contact_wysiwyg p {
  color: #3c4b5b;
  font-weight: 300;
  line-height: 2;
}
.radio input[type="radio"] + .radio-label::before { 
    top: 4px;
}
.radio span {
    font-weight: bolder;
    letter-spacing: .8px;
    font-size: 14px;
}
.contact_wysiwyg {
    margin-bottom: 50px;
}
#printed_content h4 {
    color: #000;
    font-family: 'Marcellus', serif;
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 40px;
}
.contact_form .two_column_form input[type="text"] {
    width:100%;
}
.contact_form .two_column_form input[type="text"].big_input {
    width:100%;
}
.address .dropdown {
    width:100%;
    margin-left:0;
    height:initial;
}
.contact_form textarea {
    width:100%;
}
.md-checkbox label::before {
    width: 22px;
    height: 22px;
}
.brochure_download {
    color:#a78a42;
    text-transform:initial;
    font-size:24px;
    margin-left: 15%;
    text-align: center;
    position: relative;
}
.brochure_download:hover,.brochure_download:focus {
    text-decoration: none;
    color:#887137;
}
.brochure_download:hover::after,.brochure_download:focus::after {
    opacity: 1;
    transform: translateY(0);
}
.brochure_download:hover img {
    opacity: 0.5;
}
.brochure_download img {
    width: 70% !important;
    transition: 0.2s opacity ease-in-out;
}
.brochure_download::after {
    content: "View brochure";
    position: absolute;
    width: 200px;
    top: 50%;
    padding: 10px 0;
    left: calc(50% - 100px);
    background: #a78a42;
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.2s all ease-in-out;
}
.brochure_download p {
    margin-top: 30px;
}
@media (max-width: 1335px)  { 
    .dropdown, .address .dropdown {
        width: 100%;
    }
    .contact_form .two_column_form #printed_content input[type="text"] {
        width:100%;
    }
    .g-recaptcha > div {
        margin: initial;
    }
}
@media only screen and (max-width: 481px) { 
    .contact_form .two_column_form > div {
        width: 100% !important;
    }
}
