<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type=checkbox] + label:hover, input[type=radio] + label:hover, input[type=checkbox] + label:focus, input[type=radio] + label:focus {
    border-color: #808080 !important;
}

input[type="checkbox"], input[type="checkbox"] + label, input[type="radio"], input[type="radio"] + label {outline: none;cursor: pointer;font-weight: 300;white-space:nowrap;}
input[type="checkbox"] + label, input[type="radio"] + label {margin-right: 15px;color:#2a59a4;white-space:nowrap;}
[type=checkbox], [type=radio] {width: 16px;height: 16px;position: relative;top: 3px;cursor: pointer;white-space:nowrap;}    

.cbrb-area label {padding-left: 8px;}
.cbrb-area label:hover{color:#db4989!important;}

textarea{line-height:1.2em!important;}

.form-caption {
    font-family: Arial, Verdana;
    font-size: 20px;
    font-weight: 700;
    color: #2a59a4;
    text-align: center;
    padding-bottom: 10px;   
    margin-bottom: 20px;
}

.section-caption {
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: 700;
    color: #2a59a4;
    padding-top: 40px;    
    margin-bottom: 10px;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.form-label {
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: 300;
    color: #2a59a4;
    padding-top:10px;
}

.form-input {
    font-family: Arial, Verdana;
    color: #444444;
    padding: 3px;
    font-size: 14px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ffffff;
    padding-top: 3px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;    
}

.form-input:hover {
    border-color: #db4989;
    color: #db4989;    
}
.form-input:focus {
    border-color: #2a59a4;
    color: #2a59a4;
}

.combo-box{padding:6px 0px 6px 0px;}

.form-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 7px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    background-color: #3162b1;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    margin: 4px 0px;
    min-width: 130px;
}
.form-button:hover{
     background-color: #db4989;
}

.max60{width:100%;max-width:60px;}
.max100{width:100%;max-width:100px;}
.max150{width:100%;max-width:150px;}
.max200{width:100%;max-width:200px;}
.max250{width:100%;max-width:250px;}
.max300{width:100%;max-width:300px;}
.max350{width:100%;max-width:350px;}
.max400{width:100%;max-width:400px;}
.max450{width:100%;max-width:450px;}
.max500{width:100%;max-width:500px;}
.max550{width:100%;max-width:550px;}
.max600{width:100%;max-width:600px;}
.max650{width:100%;max-width:650px;}
.max700{width:100%;max-width:700px;}
.max750{width:100%;max-width:750px;}
.max800{width:100%;max-width:800px;}
.max{width:100%}

.error-panel{border:1px solid #fd9898;color:#800000;background:#ffdede;margin-bottom:20px;font-size:13px;}
.error-caption {font-size:14px;font-weight:700;padding:3px;background:#fbb6b6;}
.error-message{padding:3px;}

.success-panel{border:1px solid #a7df85;color:#215004;background:#e0ffcd;margin-bottom:20px;font-size:13px;}
.success-caption {font-size:14px;font-weight:700;padding:3px;background:#befd98;}
.success-message{padding:3px;}

.link-button, .link-button:visited {
    color: #2a59a4;
}
.link-button:hover{color:#db4989!important;}


@media (max-width: 767px) {
    .container {
        width: 100% !important;
    }
}</pre></body></html>