

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

figure,
footer,
header,
main {
	display: block;
}

h1 {
	font-size: 32px;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

strong {
	font-weight: bolder;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

html {
	height: 100%;
	line-height: 1;
}

body {
	font-family: 'Arial', sans-serif;
	background-color: #fff;
	color: #000;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

h1 {
	margin-top: 0;
}

::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

td {
	width: 235px;
}

:focus {
	outline: 0;
}

::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

.sverigecas-inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media screen and (min-width: 720px) {
	.sverigecas-inner {
		max-width: 720px;
	}
}

@media screen and (min-width: 960px) {
	.sverigecas-inner {
		max-width: 960px;
	}
}

.sverigecas-page {
	padding-top: 25px;
	padding-bottom: 15px;
}

.sverigecas-inner:after,
.sverigecas-page__entry:after {
	content: '';
	display: table;
	clear: both;
}

.sverigecas-header {
	padding: 10px 0 0px;
	position: relative;
	background: #2b2b30;
}

.sverigecas-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sverigecas-header__logo {
	padding: 0;
}

@media screen and (max-width: 992px) {
	.sverigecas-header__logo {
		position: absolute;
		left: 10px;
	}
}

.sverigecas-reg {
	max-width: 290px;
	font-size: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.sverigecas-reg__btn {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.8);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	box-sizing: border-box;
	transition: .2s transform;
}

.sverigecas-reg__btn--1 {
	width: 185px;
	background-color: #0dc378;
}

.sverigecas-reg__btn--1:hover {
	background-color: #277b32;
	background-image: linear-gradient(to top, #39b54a 0, #39b54a 20%, #21672a 100%);
}

.sverigecas-reg__btn--2 {
	width: 90px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sverigecas-reg__btn--2:hover {
	background-color: #950705;
	background-image: linear-gradient(to top, #df0b08 0, #df0b08 20%, #7d0604 100%);
}

.sverigecas-header__logo {
	margin: 0 0 20px;
}

.sverigecas-header__reg {
	margin: 0 auto 20px;
}

@media screen and (max-width: 530px) {
	.sverigecas-header__reg {
		position: absolute;
		bottom: 15px;
	}
}

@media screen and (min-width: 720px) {
	.sverigecas-header__logo {
		padding: 0;
		height: 63px;
	}
	.sverigecas-header__reg {
		width: 290px;
		float: right;
		margin: 15px 0;
	}
}

@media screen and (min-width: 960px) {
	.sverigecas-header__inner {
		margin-bottom: 10px;
	}
	.sverigecas-header__logo {
		width: 24.193548387097%;
		margin: 0;
	}
	.sverigecas-header__reg {
		width: 31.182795698925%;
		margin: 11.5px 0;
	}
}

.ctoc-body ul li {
	margin-bottom: 10px;
}

.ctoc-body ul li:last-child {
	margin-bottom: 0;
}

.ctoc-body ul li a {
	color: #ec1c23;
	text-decoration: none;
}

.ctoc-body ul li a:visited {
	color: #ec611c;
}

.sverigecas-page__title {
	margin-bottom: 30px;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.2;
}

.sverigecas-page__entry {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Arial';
}

.sverigecas-page__entry p {
	margin: 15px 0;
}

.sverigecas-footer {
	padding-top: 15px;
}

.sverigecas-footer__sole {
	padding: 10px 0;
	color: #666;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

.sverigecas-footer__sole p {
	margin: 5px 0;
}

@media screen and (max-width: 850px) {
	.sverigecas-header__inner {
		height: auto;
		flex-direction: column;
	}
}

@media screen and (max-width: 530px) {
	.sverigecas-header__inner {
		height: 250px;
		flex-direction: column;
	}
}

