/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-alert {
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	background: #FFDFDF url(../../images/icons/icon-text-alert.png) no-repeat;
}
.text-info {
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	background: #DBE7F8 url(../../images/icons/icon-text-info.png) no-repeat;
}
.text-download {
	border-top: 2px solid #DDEDBC;
	border-bottom: 2px solid #DDEDBC;
	background: #F2F9E5 url(../../images/icons/icon-text-download.png) no-repeat;
}
.text-comment {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	background: #FEF8E1 url(../../images/icons/icon-text-comment.png) no-repeat;
}
.text-tip {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	background: #FFFFD5 url(../../images/icons/icon-text-tip.png) no-repeat;
}
.text-attachment {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f2f2f2 url(../../images/icons/icon-text-attachment.png) no-repeat;
}
.text-video {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f2f2f2 url(../../images/icons/icon-text-video.png) no-repeat;
}
.text-audio {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f2f2f2 url(../../images/icons/icon-text-audio.png) no-repeat;
}
.text-tip,
.text-info,
.text-alert,
.text-audio,
.text-video,
.text-comment,
.text-download,
.text-attachment {
	background-position: left center;
	padding: 0.8em 0.8em 0.8em 5em;
	min-height: 20px;
}
.contact #contact-form.form-horizontal .control-group .controls input[type="checkbox"] {
width: auto;
}
.contact #contact-form.form-horizontal fieldset:last-child .control-group:last-child {
flex-direction: row;
}
.contact #contact-form.form-horizontal fieldset:last-child .control-group:last-child .control-label {
width: auto;
}
.contact #contact-form.form-horizontal fieldset:last-child .control-group:last-child .controls {
margin-left: 0;
margin-bottom: 25px;
}
.contact #contact-form.form-horizontal fieldset .control-group:last-child {
    flex-direction: row;
}
.contact #contact-form.form-horizontal fieldset:first-child .control-group:last-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.contact #contact-form.form-horizontal fieldset .control-group:last-child .control-label {
    width: 100px;
}

.contact #contact-form.form-horizontal fieldset .control-group:last-child #jform_consentbox {
  padding: 0 10px 35px;
  margin: 0;
}
.contact #contact-form.form-horizontal fieldset .control-group:last-child .controls {
  margin: 0;
}
.contact #contact-form.form-horizontal fieldset:first-child .control-group:last-child .control-label {
    width: 220px;
}
#login-form ul.unstyled{

display:table-header-group !important;

}
.mceContentBody * {
	font-family: Arial, Helvetica, sans-serif;
}