/* Font LATO */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-light.woff2') format('woff2'),
         url('../fonts/lato/lato-light.woff') format('woff'),
         url('../fonts/lato/lato-light.ttf') format('truetype'),
         url('../fonts/lato/lato-light.svg#latolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-lightitalic.woff2') format('woff2'),
         url('../fonts/lato/lato-lightitalic.woff') format('woff'),
         url('../fonts/lato/lato-lightitalic.ttf') format('truetype'),
         url('../fonts/lato/lato-lightitalic.svg#latolight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-regular.woff2') format('woff2'),
         url('../fonts/lato/lato-regular.woff') format('woff'),
         url('../fonts/lato/lato-regular.ttf') format('truetype'),
         url('../fonts/lato/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-italic.woff2') format('woff2'),
         url('../fonts/lato/lato-italic.woff') format('woff'),
         url('../fonts/lato/lato-italic.ttf') format('truetype'),
         url('../fonts/lato/lato-italic.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-semibold.woff2') format('woff2'),
         url('../fonts/lato/lato-semibold.woff') format('woff'),
         url('../fonts/lato/lato-semibold.ttf') format('truetype'),
         url('../fonts/lato/lato-semibold.svg#latosemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-semibolditalic.woff2') format('woff2'),
         url('../fonts/lato/lato-semibolditalic.woff') format('woff'),
         url('../fonts/lato/lato-semibolditalic.ttf') format('truetype'),
         url('../fonts/lato/lato-semibolditalic.svg#latosemibold_italic') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-bold.woff2') format('woff2'),
         url('../fonts/lato/lato-bold.woff') format('woff'),
         url('../fonts/lato/lato-bold.ttf') format('truetype'),
         url('../fonts/lato/lato-bold.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-bolditalic.woff2') format('woff2'),
         url('../fonts/lato/lato-bolditalic.woff') format('woff'),
         url('../fonts/lato/lato-bolditalic.ttf') format('truetype'),
         url('../fonts/lato/lato-bolditalic.svg#latobold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}
:root {
	/* Main colors */
	--purple: #61267d;
	--purple_light: #8952a3;
	--yellow: #f4d63e;
	--yellow_light: #e4d37e;
	--yellow_dark: #48441e;
	--turquoise: #009996;
	--turquoise_light: #0bb1ae;
	--red: #cf5e44;
	--red_light: #cf8f81;
	--femto_blue: #355293;
	--femto_blue_light: #446abb;
	--blue: #2997D7;
	--blue_light: #3ca6e4;
	--green: #B6CB5D;
	--green_light: #d4eb71;
	--grey: #B1B1B0;
	--grey_light: #c4c4c4;
	/* Default colors */
	--white: #ffffff;
	--black: #222222;
	/* Select color */
	--current_color: var(--femto_blue);
	--current_light_color: var(--femto_blue_light);
}

body {
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #222222;;
    font-variant-ligatures: none;
}
body#tinymce {
    max-width: 816px;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, sans-serif;
    font-weight: normal;
    margin: 2em 0 0.2em;
    color: var(--current_color)
}
h1 {
    font-size: 48px;
    line-height: 45px;
    font-weight: 200;
    margin-block: 1.3em 0.8em;
}
h2 {
    font-size: 30px;
    line-height: 27px;
}
h3 {
    font-size: 20px;
    line-height: 18px;
}
h4 {
    font-size: 16px;
    line-height: 14px;
    font-weight: normal;
}
h5 {
    font-size: 14px;
    line-height: 12px;
}

a {
    color: var(--current_color);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto !important;
}

p,
ul,
ol {
    margin: 0.5em 0;
}

li {
    margin-bottom: 0.5em;
}

/* common classes */
.chapo {
    font-size: 1.2em;
    margin-bottom: 1em;
}
.footnote {
    font-size: 0.9em;
    color: #666;
}
.emblock {
    background-color: #eee !important;
    border: 1px solid #ccc;
    padding: 5px 10px;
    min-width: 30%;
}
.left {
    float: left;
    margin-right: 2%;
    margin-left: 0;
}
.right {
    float: right;
    margin-left: 2%;
    margin-right: 0;
}
.width-50 {
    width: 49%;
}
.width-33 {
    width: 32%;
}
.clear {
    clear: both;
}

a[href$=".odg"],
a[href$=".txt"] {
    background: url("../ui/file-icon-txt.png") no-repeat 0 2px;
    padding: 2px 7px 3px 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}
a[href$=".pdf"] {
    background: url("../ui/file-icon-pdf.png") no-repeat 0 2px;
    padding: 2px 7px 3px 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}
a[href$=".odp"],
a[href$=".ppt"],
a[href$=".pps"],
a[href$=".pptx"] {
    background: url("../ui/file-icon-ppt.png") no-repeat 0 2px;
    padding: 2px 7px 3px 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}
a[href$=".rtf"],
a[href$=".odf"],
a[href$=".odt"],
a[href$=".ods"],
a[href$=".doc"],
a[href$=".docx"] {
    background: url("../ui/file-icon-doc.png") no-repeat 0 2px;
    padding: 2px 7px 3px 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}
a[href$=".xls"],
a[href$=".xlsx"] {
    background: url("../ui/file-icon-xls.png") no-repeat 0 2px;
    padding: 2px 7px 3px 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}
a[href$=".mp3"] {
    background: url("../ui/file-icon-mp3.png") no-repeat 0 2px;
    padding: 2px 7px 3px 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}
a[href$=".zip"],
a[href$=".rar"] {
    background: url("../ui/file-icon-zip.png") no-repeat 0 2px;
    padding: 2px 7px 3px 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}
a[href$=".mp4"] {
    background: url("../ui/file-icon-mp4.png") no-repeat 0 2px;
    padding: 2px 7px 3px 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}
.download-file > a {
    background: url("../ui/file-icon-dl.png") no-repeat 0 2px;
    padding: 2px 7px 3px 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}
.file .file-icon {
    display: none;
}

a[href$=".odg"]:hover,
a[href$=".txt"]:hover,
a[href$=".pdf"]:hover,
a[href$=".odp"]:hover,
a[href$=".ppt"]:hover,
a[href$=".pps"]:hover,
a[href$=".pptx"]:hover,
a[href$=".rtf"]:hover,
a[href$=".odf"]:hover,
a[href$=".odt"]:hover,
a[href$=".ods"]:hover,
a[href$=".doc"]:hover,
a[href$=".docx"]:hover,
a[href$=".xls"]:hover,
a[href$=".xlsx"]:hover,
a[href$=".mp3"]:hover,
a[href$=".zip"]:hover,
a[href$=".rar"]:hover,
a[href$=".mp4"]:hover,
.download-file > a:hover {
    background-color: #eee;
    border-color: #ddd;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.cols-wrapper {
    clear: both;
    width: 100%;
    float: none;
    overflow: hidden;
}
.col-50 {
    width: 47.5% !important;
    float: left;
}
.col-50 + .col-50 {
    margin-left: 5%;
    position: relative;
}
/*.col-50 + .col-50:before { content: ''; height: 100%; width: 0; border-left: 1px solid #ddd; position: absolute; left: -5.5%; top: 0; }*/
.col-33 {
    width: 30% !important;
    float: left;
    margin-right: 5%;
    margin-left: 0 !important;
}
.col-33 + .col-33 {
    position: relative;
}
/*.col-33 + .col-33:before { content: ''; height: 100%; width: 0; border-left: 1px solid #ddd; position: absolute; left: -9%; top: 0; }*/
.col-33.col-right {
    margin-right: 0;
}

figure {
    border: 1px solid #ccc;
    padding: 2px;
    overflow: hidden;
}
figure a {
    display: inline-block;
}
figure img {
    display: inline-block;
}
figcaption {
    font-style: italic;
    clear: both;
    padding: 2px 5px 0;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px 1px;
}

th {
    font-weight: bold;
}
thead td,
thead th {
    font-weight: bold;
    border-bottom-width: 2px;
}

tr,
tr.even,
tr.odd {
    background-color: transparent;
}
tbody tr:hover,
tbody tr.even:hover,
tbody tr.odd:hover {
    background-color: #f6f6f6;
}
th {
    padding: 8px 5px;
    border-bottom: 2px solid #ccc;
}
td {
    padding: 8px 5px;
    background-color: transparent;
    border-bottom: 1px solid #e4e4e4;
}

td p {
    margin: 0.5em 0;
}

form {
    padding: 30px 0 0;
}

.form-wrapper {
    border: 1px solid transparent;
}

.form-type-textfield {
    margin-bottom: 0.5em;
}
.form-item .description {
    font-style: italic;
}

fieldset,
fieldset.form-wrapper {
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
    border-top: 2px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1.5em;
}
fieldset > legend {
    border-bottom: 0;
    display: inline-block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
}
html.js fieldset.collapsible .fieldset-legend {
    padding-left: 20px;
    background-position: 5px 60%;
}
.field-widget-addressfield-standard > div > div > fieldset {
    padding: 0px 20px;
    margin-bottom: 30px;
    border: 0;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}
.field-widget-addressfield-standard > div > div > fieldset > legend {
    padding: 5px 0;
    margin-left: -30px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
html.js
    fieldset.collapsible
    .field-widget-addressfield-standard
    > div
    > div
    > fieldset
    > legend
    .fieldset-legend {
    background: none;
    padding-left: 0;
}

select {
    height: 30px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    margin: 0;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    outline: none;
    border-color: #999;
}

label {
    font-size: 16px;
}
label.option {
    font-size: 14px;
}

.form-managed-file .form-file {
    display: inline-block;
    height: 20px;
    padding: 4px 6px 6px;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.toolbar-menu li {
	margin: 0;
}

.form-item {
	margin-top: 1em;
	margin-bottom: 1em;
}

.radios--wrapper .form-item label {
	display: inline;
}
.radios--wrapper .form-item{
	top: 20px;
  position: relative;
	display: inline;
	margin-right: 20px;
}

.radios--wrapper .form-item{
	display: inline;
 }

fieldset.radios--wrapper {
	border: none;
}

.radios--wrapper legend {
	position: relative;
  right: 20px;
  font-size: 16px
}

	