body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
button {
    margin-left: 80px;
    margin-top: 5px;
}
.ce_form {
    margin-top: 10px;
}
.widget-text {
    margin-bottom: 3px;
}
label {
    width: 80px;
    display: block;
    float: left;
}
#container {
    display: flex;
    flex: 1 1 auto;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding-left: 0;
}
#left {
    margin-left: 0;
        right: 0;
}
#main {
    width: 790px;
}
body {
    margin:0;
    padding:0;
}
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul {
    font-family:Verdana,sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:Verdana,sans-serif;
}
fieldset,
form,
input,
optgroup,
select,
textarea {
    font-family:Verdana,sans-serif;
}
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul {
    font-size:12px;
    font-weight:normal;
    color:#333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:13px;
    color:#c00;
}
img {
    border:0px;
}
p,
pre,
form {
    margin:0;
    padding:0;
}
h1 {
    margin:0 0 12px;
    padding:0;
    font-size:13px;
    font-weight:bold;
}
h2 {
    margin:0 0 6px;
    padding:0;
    font-size:11px;
    font-weight:bold;
}
optgroup {
    padding-top:3px;
    padding-bottom:3px;
}
a {
    text-decoration:none;
    color:#09f;
}
a:hover {
    text-decoration:underline;
}

.ce_text {
    line-height:1.5;
}
.ce_list ul {
    margin:0;
    padding:0;
}
.ce_list li {
    margin:0 0 0 22px;
    padding:0;
    line-height:1.4;
}
* html .ce_list li {
    margin:0 0 0 26px;
}
*:first-child+html .ce_list li {
    margin:0 0 0 26px;
}
.ce_table table {
    border-left:1px solid #ccc;
}
.ce_table td {
    padding:2px 8px;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.ce_table th {
    padding:2px 8px;
    background-color:#e6e6e6;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.ce_gallery table {
    width:100%;
}
.ce_gallery td {
    vertical-align:middle;
    text-align:center;
}
html>body .mime_icon {
    top:-1px;
    position:relative;
}


fieldset
{
	width:600px;
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px 12px 0px 12px;
}

* html fieldset
{
	margin-top:12px;
}

*:first-child+html fieldset
{
	margin-top:12px;
}

legend
{
	color:#0000e6;
}

* html legend
{
	margin-top:-24px;
	padding:12px 0px;
}

*:first-child+html legend
{
	margin-top:-24px;
	padding:12px 0px;
}


/**
 * Text fields
 */
input.text,
input.password
{
	width:200px;
	margin:1px 0px 1px 0px;
}

* html input.text,
* html input.password
{
	margin:0px;
}


*:first-child+html input.text,
*:first-child+html input.password
{
	margin:0px;
}


/**
 * Textarea
 */
textarea
{
	width:360px;
	height:140px;
}

* html textarea
{
	width:358px;
}


/**
 * Drop-down menu
 */
select
{
	width:204px;
	margin:1px 0px 1px 0px;
}

* html select
{
	width:206px;
}


/**
 * Radio buttons
 */
div.radio_container
{
	margin:0px 0px 1px 0px;
}

* html div.radio_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.radio_container
{
	margin:2px 0px -1px 0px;
}

div.radio_container span
{
	padding-right:6px;
	display:block;
}

input.radio
{
	margin:1px 2px 0px 1px;
	padding:0px;
	position:relative;
	top:2px;
}

* html input.radio
{
	margin:-4px -1px 0px -3px;
	position:relative;
	top:1px;
}

*:first-child+html input.radio
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}


/**
 * Checkboxes
 */
div.checkbox_container
{
	margin:0px 0px 1px 0px;
}

* html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

div.checkbox_container span
{
	padding-right:6px;
	display:block;
}

input.checkbox
{
	margin:3px 3px 0px 1px;
	padding:0px;
}

* html input.checkbox
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}

*:first-child+html input.checkbox
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}


/**
 * File upload
 */
input.file
{
	margin:1px 0px 1px 0px;
}

* html input.file
{
	margin:0px;
}

*:first-child+html input.file
{
	margin:0px;
}


/**
 * Error message
 */
.error
{
	color:#ff0000;
}
span.mandatory
{
	color:#ff0000;
}
fieldset {
    width:600px;
    display:block;
    margin:12px 0 24px;
    padding:12px 12px 0;
}
* html fieldset {
    margin-top:12px;
}
*:first-child+html fieldset {
    margin-top:12px;
}
legend {
    color:#0000e6;
}
* html legend {
    margin-top:-24px;
    padding:12px 0;
}
*:first-child+html legend {
    margin-top:-24px;
    padding:12px 0;
}
input.text,
input.password {
    width:200px;
    margin:1px 0;
}
* html input.text,
* html input.password {
    margin:0;
}
*:first-child+html input.text,
*:first-child+html input.password {
    margin:0;
}
textarea {
    width:360px;
    height:140px;
}
* html textarea {
    width:358px;
}
select {
    width:204px;
    margin:1px 0;
}
* html select {
    width:206px;
}
div.radio_container {
    margin:0 0 1px;
}
* html div.radio_container {
    margin:2px 0 -1px;
}
*:first-child+html div.radio_container {
    margin:2px 0 -1px;
}
div.radio_container span {
    display:block;
    padding-right:6px;
}
input.radio {
    top:2px;
    position:relative;
    margin:1px 2px 0 1px;
    padding:0;
}
* html input.radio {
    top:1px;
    position:relative;
    margin:-4px -1px 0 -3px;
}
*:first-child+html input.radio {
    top:1px;
    position:relative;
    margin:-4px 0 0 -3px;
}
div.checkbox_container {
    margin:0 0 1px;
}
* html div.checkbox_container {
    margin:2px 0 -1px;
}
*:first-child+html div.checkbox_container {
    margin:2px 0 -1px;
}
div.checkbox_container span {
    display:block;
    padding-right:6px;
}
input.checkbox {
    margin:3px 3px 0 1px;
    padding:0;
}
* html input.checkbox {
    top:1px;
    position:relative;
    margin:-4px 0 0 -3px;
}
*:first-child+html input.checkbox {
    top:1px;
    position:relative;
    margin:-4px 0 0 -3px;
}
input.file {
    margin:1px 0;
}
* html input.file {
    margin:0;
}
*:first-child+html input.file {
    margin:0;
}
div.error {
    color:#f00;
}

