#copy_address_container {
    text-align: right;
}

#copy_address_text {
    font-style: italic;
    font-size: 0.85em;
    font-weight: 700;
    vertical-align: middle;
}

#copy_address {
    width: auto;
    height: auto;
}

#frm_contact #comments {
    width: 94.5%;
    margin-left: -5px;
    border-color: #cccccc;
}

#google_captcha_container {
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 20px auto;
}

#frm_contact #submit {
    color: #FFF;
    background-color: #ca1029;
    padding: 10px 30px;
    width: auto;
    border: 1px solid #ca1029;
    border-radius: 6px;
    font-size: 1em;
    cursor: pointer;
}

#frm_contact #submit:hover {
    color: #ca1029;
    background-color: #FFFFFF;
    border: 1px solid #ca1029;
}

.centered_row {
    text-align: center !important;
}

#frm_contact select {
    height: 38px;
    width: 100%;
    font-size: 1em;
}

.formError .formErrorContent {
    width: 100%;
    background: none; 
    position: relative;
    z-index: 5001;
    color: #ee0101;
    width: 150px;
    font-family: tahoma;
    font-size: 11px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.formError .formErrorArrow {
    display: none;
}

.formError {
    margin-left: -95px;
    margin-top: 36px !important;
    z-index: 9999999999999999999 !important;
}
