::-webkit-input-placeholder { /* Chrome */
  color: #bcbdc1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bcbdc1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bcbdc1;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #bcbdc1;
  opacity: 1;
}

input[type="radio"]:checked + label {

}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label span:first-child {
    width: 21px;
    height: 21px;
    display:inline-block;
    cursor:pointer;
    background:url('../assets/images/contactus/unchecked.png') left top no-repeat;
    background-size: contain;
}

input[type="radio"]:checked + label span {
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background:url('../assets/images/contactus/checked.png') left top no-repeat;
    background-size: contain;
}

.customRadio {
    position:relative;
    top:5px;
}

.radioLabel {
    cursor:pointer;
    padding-left:5px;
}

.contactUsHeading {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.8px;
    padding-top:25px;
}

.contactRadioLocation {
    padding-top:7px;
}

.emailRadioButton {
    margin-left:20px;
}

.contactPageText {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.6px;
}

.contactRadioFloatLeft {
    float:left;
}

.contactUsInput {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.8px;
    text-align: left;
    color: black;
    padding: 14px 20px;
    width:100%;
    border:none;
}

.contactOurTeam {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.6px;
}

.contactAdeptDrainage {
    padding-top: 20px;
}

.contactUsAddressPadding {
    padding-top:20px;
}
.contactAddressLineHeight {
    line-height:1.25;
}

.inputPaddingBottom {
    padding-bottom:18px;
}

.inputNoPaddingRight {
    padding-right:0px;
}

.noPaddingRight {
    padding-right:0px;
}

.preferredContact {
    float:left;
    padding-top:18px;
}

.preferredContactText {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-align: left;
}

.contactTabletNoSidePadding {
    padding-left:0px;
    padding-right:0px;
}

.inputPaddingBottom {

}

.contactTabletBottom {
    padding-bottom: 18px;
}

.contactTabletHeadingBottom {
    padding-bottom:20px;
}

.contactUsForm {
    margin:0 auto;
    float:none;
}

.contactUsHeading {
    padding-top:20px;
    padding-bottom:22px;
}

.outerBoxPadding {
    padding:28px 0px;
}

.contactUsMobileTextPadding {
    padding-left:30px;
    padding-right:30px;
}

.contactMobilePreferredContact {
    width: 141px;
    position: relative;
    left: 17px;
}

.preferredContactMobile {
    width: 177px;
    margin: 0 auto;
    margin-top: 23px;
}

.clearBoth {
    clear:both;
}

.contactButtonDiv {
    margin: 0 auto;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 19px;
}

.contactSendButton:hover {
    background-color:white;
    color:#64BA4B;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .contactButtonDiv {
        margin: 0 0;
        margin-top:0px;
        margin-bottom:0px;
    }
    .clearBoth {
        clear:none;
    }
    .contactSendButton {
        float:right;
        margin-top:18px;
    }

    .preferredContactMobile {
        width: 100%;
        margin: 0 0;
        margin-top: 23px;
    }

    .contactMobilePreferredContact {
        width: 141px;
        position: relative;
        left: 0px;
    }
    .noPaddingMedium {
        padding-left:0px;
        padding-right:0px;
    }

    .contactUsMobileTextPadding {
        padding-left:0px;
        padding-right:0px;
    }

    .outerBoxPadding {
        padding:28px 60px;
    }

    .contactOurTeam {
        font-size:20px;
    }

    .contactPageText {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0.8px;
        padding-bottom:20px;
    }

    .contactUsHeading {
        padding-top:0px;
        padding-bottom:42px;
    }

    .contactAdeptDrainage {
        padding-top: 50px;
    }

    .ourTeamDivContact {
        height:474px;
        background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../assets/images/contactus/CONTACT_SMALL.jpg");
        background-size:cover;
    }

    .indexMeetClientAreaContact {
        height: 70%;
        position: absolute;
        top: 14%;
        width: 100%;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .ourTeamDivContact {
        height:592px;
    }

    .ourTeamDivContact2 {
        height:592px;
    }

    /*.ourTeamDivContact {
        height:774px;
    }*/

    .contactPageText {
        padding-bottom:0px;
    }
    .inputPaddingRight {
        padding-right:18px;
    }

    .outerBoxPadding {
        padding:42px 40px;
    }

    .contactTabletHeadingBottom {
        padding-bottom:0px;
    }

    .contactTabletBottom {
        padding-bottom: 0px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .ourTeamDivContact {
        height:655px;
    }

    .ourTeamDivContact2 {
        height:655px;
    }

    .contactUsForm {
        width:84%;
    }
}

@media (min-width: 1330px) {
    .ourTeamDivContact {
        height:705px;
    }

    .ourTeamDivContact2 {
        height:705px;
    }
}
