@charset "UTF-8";
/* CSS Document */

html{
	font-family:Nunito, sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	overflow-wrap: anywhere;
}

a {
  overflow-wrap: anywhere;
}

body {
	font-family: 'Nunito', "Arial",sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin: 0;
	padding: 16px;
	hyphens: auto;
	word-break: break-word;
}
.wrapper {
	max-width: 960px;
	margin: 0 auto;
}
h1 {
	font-size: 1.5rem;
	line-height: 2.0rem;
	margin-top: 0;
}
h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 0;

}
h3 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 0;
	margin-top: 40px;
}
h4 {
	font-size: 1.1rem;
	line-height: 1.4rem;
	margin-bottom: 0;
}
h5 {
	font-size: 0.875rem;
	line-height: 1.2rem;
	font-weight: normal;
	color:#737373;
	margin: 0;
}
h6 {
	font-size: 1rem;
	text-decoration: underline;
	margin-bottom: 5px;

	}

p {
	margin-top: 0.5rem;
}

	/* Ordered lists (table of contents) doesn't have numbers.
		Instead, we add numbers manually in the text to ensure browser compatibility
	*/
	ol {
    	list-style: none;
   		padding-left: 0;
	}
	ol ol {
		padding-left: 40px;
	}

	.wrapper ol > li > strong {
		margin-top: 10px;
		display: block;
	}

	/* Revocation form has a border around it */
	.box_form {
		border: 1px solid #a3a3a3;
		border-radius: 6px;
		padding: 1em;
	}
	.box_form h4 {
		margin-top: 0;
	}

  .center {
    text-align: center;
  }

  @media only screen and (min-width: 1080px) {
	body {
		background: #E0ECF9;
	}
	.wrapper::before {
		content: "";
		background-image: url('logo.svg');
		display: block;
		height: 91px;
		width: 80px;
		margin: 0 auto 30px;
		background-size: 80px auto;
		background-repeat: no-repeat;
	}
	.wrapper {
		background: #fff;
		border: 24px solid #fff;
		border-radius:8px;
		box-shadow: 0px 0px 2px rgba(0, 102, 204, 0.2), 0px 2px 6px rgba(0, 102, 204, 0.3);
	}

}
