/* --------------------------------------------------------------------------------------------------------------------- */
/* TYPOGRAPHY */
/* --------------------------------------------------------------------------------------------------------------------- */

p, ul li, ol li
{
	line-height: 1.5rem;
}

strong
{
	font-weight: 900;
}

h1
{
	font-size: 1.6rem;
	line-height: 2.4rem;
}

h1.large
{
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 900;
}

h2
{
	font-size: 1.4rem;
	line-height: 2.1rem;
}

h3
{
	font-size: 1.2rem;
	line-height: 1.8rem;
}

hr
{
	width: 100%;
}

.padded
{
	padding: 10px;
	background: #fff;
	border: 1px solid #CCCCCC;
	box-shadow: 0 3px 8px #DDDDDD;
}

.textless
{
	font-size: 0px;
}

.heightless
{
	line-height: 0px;
}

ul.bullets,
ul.bullets li
{
	list-style-type: disc;
	margin-left: 10px;
}

ol li
{
	list-style: decimal;
	list-style-position: inside;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* LINKS */
/* --------------------------------------------------------------------------------------------------------------------- */

a:link
{
	color: #0000DD;
}

a:visited
{
	color: #000099;
}

a:focus
{
	color: #0000EE;
}

a:hover
{
	color: #0000EE;
}

a:active
{
	color: #0000EE;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* MESSAGES */
/* --------------------------------------------------------------------------------------------------------------------- */

.message,
.error,
.warning,
.info
{
	border: 1px solid;
	font-weight: 900;
	padding: 5px 5px 5px 30px;
	margin-top: 10px;
	border-radius: 3px;
	box-shadow: #000000 0px 1px 2px;
}

.message
{
	border-color: #080;
	background: url(../img/message.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(238, 255, 238, 1) 0%,
			rgba(185, 236, 185, 0.7) 50%,
			rgba(121, 212, 121, 0.7) 100%);
}

.error
{
	border-color: #800;
	background: url(../img/error.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(255, 238, 238, 1) 0%,
			rgba(250, 180, 180, 0.7) 50%,
			rgba(255, 130, 130, 0.7) 100%);
}

.warning
{
	border-color: #d9d600;
	background: url(../img/warning.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(253, 243, 211, 1) 0%,
			rgba(243, 245, 117, 0.7) 50%,
			rgba(247, 238, 84, 0.7) 100%);
}

.info
{
	border-color: #8ad;
	background: url(../img/info.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(199, 234, 253, 1) 0%,
			rgba(85, 174, 243, 0.7) 50%,
			rgba(102, 174, 241, 0.7) 100%);
}

.important
{
	border: 4px solid;
	font-weight: 900;
	padding: 30px;
	margin: 5px 0;
	background-color: #ffa;
	border-color: #800;
	background-image: url('../img/stripes.png');
	background-repeat: repeat;
}

div.gdpr_fail
{
	border: 1px solid;
	border-color: #800;
	font-weight: 400;
	padding: 5px 5px 5px 30px;
	border-radius: 3px;
	box-shadow: #000000 0px 1px 2px;
	background: url(../img/error.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(255, 238, 238, 1) 0%,
			rgba(250, 180, 180, 0.7) 50%,
			rgba(255, 130, 130, 0.7) 100%);
}

div.gdpr_ok
{
	border: 1px solid;
	font-weight: 400;
	padding: 5px 5px 5px 30px;
	border-radius: 3px;
	box-shadow: #000000 0px 1px 2px;
	border-color: #8ad;
	background: url(../img/info.gif) no-repeat 5px 9px,
		linear-gradient(70deg,
			rgba(199, 234, 253, 1) 0%,
			rgba(85, 174, 243, 0.7) 50%,
			rgba(102, 174, 241, 0.7) 100%);
}
