:root {
	--text: #003226;
	--link: #007d7d;
	--border: #e0e0e0;
	--white: #fff;
	--darkgrey: #575656;
	--grey: #676767;
	--lightgrey: #f5f5f5;
	--darkgreen: #003226;
	--green: #007d7d;
	--lightgreen: #b1d7d7;
	--lightgreen2: #e2f0cd;
	--lightyellow: #e3f0cd;
	--lightyellow2: #f7f6e7;
}

body {
	font-family: 'roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0px;
	color: var(--text);
}

/* TITLES */
h2 {
	margin: 0;
	line-height: 1.2em;
	font-family: almaq-refined, sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	color: var(--darkgreen);
}
h3 {
	margin: 1rem 0 0.8rem;
	line-height: 1.2em;
	font-family: almaq-refined, sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	color: var(--darkgreen);
}
h4 {
	margin: 0.8rem 0 0.6rem;
	line-height: 1.6em;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	color: var(--darkgreen);
}
h5 {
	margin: 0.8rem 0 0.5rem;
	line-height: 1.6em;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	color: var(--darkgreen);
}
h6 {
	margin: 0.8rem 0 0.4rem;
	line-height: 1.6em;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	color: var(--darkgreen);
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}
h2 a:hover,
a:hover h2,
h3 a:hover,
a:hover h3,
h4 a:hover,
a:hover h4,
h5 a:hover,
a:hover h5,
h6 a:hover,
a:hover h6 {
	text-decoration: none;
}

/* TEXT */
p, blockquote, pre, ul, ol, table {
	line-height: 1.6em;
	margin: 0.8em 0;
}
h2 + p,h3 + p,h4 + p,h5 + p,h6 + p,
h2 + ul,h3 + ul,h4 + ul,h5 + ul,h6 + ul,
h2 + ol,h3 + ol,h4 + ol,h5 + ol,h6 + ol,
h2 + table,h3 + table,h4 + table,h5 + table,h6 + table,
h2 + blockquote,h3 + blockquote,h4 + blockquote,h5 + blockquote,h6 + blockquote,
h2 + pre,h3 + pre,h4 + pre,h5 + pre,h6 + pre {
	margin-top: 0;
}
a {
	color: var(--link);
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}
b,
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
blockquote {
	margin: 1em 1em;
	padding: 0.5em 1em;
	background-image: url('../images/block-bg2.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
code {
	color: var(--grey);
}
sup {
	vertical-align: super;
	font-size: 0.8em;
}
.justify {
	text-align: justify;
}
.clear {
	clear: both;
}
p.clear {
	margin-top: 0;
	padding-top: 1em;
}
h3.clear,
h4.clear,
h5.clear,
h6.clear {
	margin-top: 0;
	padding-top: 0.8em;
}

/* LIST */
ul {
	list-style: disc;
	padding-left: 1em;
	list-style-position: inside;
}
.field-type-text-with-summary ul,
.field-type-text-long ul {
	overflow: hidden;
}
ul ul,
ol ul {
	margin: 0;
	list-style: circle;
}
ol {
	list-style: decimal;
	padding-left: 1em;
	list-style-position: inside;
}
.field-type-text-with-summary ol,
.field-type-text-long ol {
	overflow: hidden;
}
ol ol,
ul ol {
	margin: 0;
}

/* TABLE */
table, tr, td {
	border-width: 1px;
	border-color: var(--border);
	border-style: solid;
	text-align: left;
}
table.tmiddle td {
	vertical-align: middle;
}
table.tcenter {
	margin-left: auto;
	margin-right: auto;
}
table.tnoborder,
table.tnoborder tr,
table.tnoborder td {
	border: none;
}
thead td, th {
	padding: 0.25em 0.6em;
	background: var(--border);
	font-weight: bold;
	text-align: center;
}
table h2, table h3, table h4, table h5, table h6 {
	margin-top: 0;
}
td {
	padding: 2px 5px;
	vertical-align: top;
}
table p {
	margin: 0;
}

/* COLUMNS */
.columns-2 {
	columns: 2;
}
.columns-3 {
	columns: 3;
}
.columns-4 {
	columns: 4;
}

/* HR */
hr {
	width: 80%;
	height: 1px;
	margin: 2em auto;
	padding: 1em 0 0;
	border: 0;
	border-bottom: 2px solid var(--border);
}
hr.invisible {
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}

/* IMG */
.imgcenter {
	text-align: center;
}
p.imgcenter {
	margin: 2rem 0;
}
.imgleft {
	float: left;
	max-width: 50%;
}
.imgright {
	float: right;
	max-width: 50%;
}
.align-left {
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.align-right {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

/* COLORS */
.black,
.black a {
	color: var(--black) !important;
}
.white,
.white a {
	color: var(--white) !important;
}
.red,
.red a {
	color: var(--red) !important;
}
.darkgrey,
.darkgrey a {
	color: var(--darkgrey) !important;
}
.grey,
.grey a {
	color: var(--grey) !important;
}
.lightgrey,
.lightgrey a {
	color: var(--lightgrey) !important;
}
.darkgreen,
.darkgreen a {
	color: var(--darkgreen) !important;
}
.green,
.green a {
	color: var(--green) !important;
}
.lightgreen,
.lightgreen a {
	color: var(--lightgreen) !important;
}
.lightyellow,
.lightyellow a {
	color: var(--lightyellow) !important;
}
.lightyellow2,
.lightyellow2 a {
	color: var(--lightyellow2) !important;
}

/* NOTA */
.nota {
	margin: 0;
	font-size: 0.8em;
}

/* PDF */
a.pdf {
	display: inline-block;
	padding-left: 20px;
	line-height: 1.6em;
	background: url('../images/icons/application-pdf.png') left center no-repeat;
}

/* BUTTON */
input[type=submit],
button,
.button {
	padding: 0 2em 0 1.4em;
	line-height: 2.6em;
	border: 0;
	border-radius: 0.2em;
	font-family: almaq-refined, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: var(--white);
	background-color: transparent;
	background-image: url('../images/arrow-right_white.svg'), url('../images/button-bg_green.svg');
	background-repeat: no-repeat, no-repeat;
	background-size: auto 0.7em, 100% 100%;
	background-position: calc(100% - 1em) center, center;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 600ms ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}
input[type=submit]:hover,
button:hover,
.button:hover {
	color: var(--green);
	background-image: url('../images/arrow-right_green.svg'), url('../images/button-bg_lightgreen.svg');
	text-decoration: none;
}
.button.invert {
	color: var(--green);
	background-image: url('../images/arrow-right_green.svg'), url('../images/button-bg_lightgreen.svg');
}
.button.invert:hover {
	color: var(--white);
	background-image: url('../images/arrow-right_white.svg'), url('../images/button-bg_green.svg');
}
a.button {
	display: inline-block;
}
a.button.fancybox-media {
	padding-left: 20px;
	background: url('../images/icons/video-x-generic.png') left center no-repeat;
}
a.button.pdf {
	padding-left: 20px;
	background: url('../images/icons/application-pdf.png') left center no-repeat;
}