@charset "utf-8";

.contactus textarea{resize:none;line-height:30px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;text-indent:0px;padding:20px 30px 20px 30px;font:400 13.3333px Arial}
.contactus textarea::-webkit-input-placeholder{line-height:140px}
.sendEmailButton:hover{opacity:0.8}
.sendEmailButton:active{opacity:0.6}

.orangeButton{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:14px;background:#ffa400;color:#000;font-size:14px;border:none;transition:background-color 1s;-webkit-transition:background-color 1s;-moz-transition:background-color 1s;cursor:pointer}
.orangeButton:hover{background:#000;color:#fff}
.orangeButton:active{background:#999}

.grayButton{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-size:14px;background:#f6f1e7;color:#444;font-size:14px;border:none;transition:background-color 1s;-webkit-transition:background-color 1s;-moz-transition:background-color 1s;cursor:pointer}
.grayButton:hover{background:#000;color:#fff}
.grayButton:active{background:#000}


.alertBackground{position:fixed;z-index:999;left:0;top:0;width:100%;height:100vh;background:#000;opacity:0.4;display:none}
.customAlert{position:fixed;width:320px;height:180px;top:calc(50% - 90px);top:-webkit-calc(50% - 90px);top:-moz-calc(50% - 90px);left:calc(50% - 160px);left:-webkit-calc(50% - 160px);left:-moz-calc(50% - 160px);background:#fff;border:none;display:none;z-index:1193;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}
.customAlert .alertTextArea{width:100%;height:134px;margin:0;display:table}
.customAlert p{padding:10px;margin:0;text-align:center;vertical-align:middle;display:table-cell;font-size:16px;color:#222}
.customAlert .alertButtonRow{position:absolute;width:100%;height:48px;bottom:-1px}
.customAlert .alertButton{position:absolute;top:0;width:160px;height:48px;font-size:14px;border-radius:0;border:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.customAlert .alertOneConfirmButton{width:320px;left:0;border-bottom-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px}
.customAlert .alertTwoConfirmButton{right:0;border-bottom-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px}
.customAlert .alertTwoCloseButton{left:0;border-bottom-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px}


@media screen and (min-width: 1200px) {
.contactus textarea::-webkit-input-placeholder{line-height:190px}
}




