<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.comment-fieldbox{margin-top:25px;}
.comment-fieldbox input{font-family:'Source Sans Pro', sans-serif;font-size:14px;font-weight:normal;width:370px;height:35px;padding:0px 20px;background-color:#ffffff;border:#eeeeee solid 1px;
-webkit-box-sizing:border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing:border-box;/* Firefox, other Gecko */
box-sizing:border-box; /* Opera/IE 8+ */
}
.comment-fieldbox .input-email,.comment-fieldbox .input-subject{margin-top:20px;}
.comment-fieldbox textarea{font-family:'Source Sans Pro', sans-serif;font-size:14px;font-weight:normal;width:100%;height:210px;margin-top:20px;padding:10px 20px;background-color:#ffffff;border:#eeeeee solid 1px;
-webkit-box-sizing:border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing:border-box;/* Firefox, other Gecko */
box-sizing:border-box; /* Opera/IE 8+ */
}
.comment-active{margin-top:10px;overflow:hidden;}
.comment-active span{float:left;line-height:20px;}
.comment-active .submit-button{width:auto;font-family:'Oswald', sans-serif;font-size:14px;font-weight:400;color:#ffffff;text-align:center;float:right;background-color:#d75325;margin-top:5px;border:none;border-radius:5px;cursor:pointer;
-webkit-box-sizing:border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing:border-box;/* Firefox, other Gecko */
box-sizing:border-box; /* Opera/IE 8+ */
}
.comment-active .submit-button:hover{background-color:#3a3a3a;}
.comment-fieldbox .placeholder{color:#9e9e9e;}
.comment-fieldbox input::-webkit-input-placeholder,
.comment-fieldbox textarea::-webkit-input-placeholder{ /* WebKit browsers */
color:#9e9e9e;
}
.comment-fieldbox input:-moz-placeholder,
.comment-fieldbox textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
color:#4e4e4e;
}
.comment-fieldbox input::-moz-placeholder,
.comment-fieldbox textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
color:#4e4e4e;
}
@media only screen and (max-width:539px){
.comment-fieldbox input{width:100%;}
}</pre></body></html>