html {
	overflow-y: scroll;
}

body {
	margin: 0 0;
	color: #000000;
	background-color: #ffffff;
}

body,
textarea,
input,
button {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a > img {
	border: 0;
}

img {
	vertical-align: bottom;
}

.hyperlink-image-no-float {
	box-sizing: border-box;
	clear: both;
}
img.hyperlink-image-no-float,
.hyperlink-image-no-float > img,
.hyperlink-image-float-left > img,
.hyperlink-image-float-right > img {
	width: 100%;
}
.hyperlink-image-float-left {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.hyperlink-image-float-right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.hyperlink-caption {
	font-size: 80%;
}

.hyperlink-size-full {
	width: 100%;
}
.hyperlink-size-half {
	width: 50%;
}
.hyperlink-size-third {
	width: 33.3333%;
}
.hyperlink-size-fourth {
	width: 25%;
}

div#content h1,
div#content h2,
div#content h3 {
	font-weight: 600;
}

div.textpage h1 {
	margin-top: 35px;
}

div.interactive_list {
	margin-bottom: 1em;
}
div.interactive_list > h2 {
	user-select: none;
	cursor: pointer;
	background-image: url('/images/layout/arrow_hollow_down_11.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
div.interactive_list.hidden > h2 {
	background-image: url('/images/layout/arrow_hollow_right_11.png');
}
div.interactive_list > div {
	padding-left: 20px;
	overflow: hidden;
}
div.interactive_list.hidden > div {
	display: none;
}

div#content div.textpage h2 {
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 0px 0;
}
div#content div.textpage ol.hlink {
	margin: 0;
	padding: 0;
}
div#content div.textpage ul.hlink {
	padding-left: 18px;
}
div#content div.textpage ol.hlink,
div#content div.textpage ul.hlink {
	margin-top: 10px;
}
ol.hlink.page_1056,
ol.hlink.page_1058 {
	font-weight: 600;
	counter-reset: item;
	padding-left: 0;
}
ul.hlink.page_1060 {
	font-weight: 600;
}
ol.hlink.page_1056 li,
ol.hlink.page_1058 li {
	margin-bottom: 3px;
	display: block;
}
ul.hlink.page_1060 li {
	margin-bottom: 3px;
}
ol.hlink.page_1056 li:before,
ol.hlink.page_1058 li:before {
	content: counter(item) ". ";
	counter-increment: item;
	width: 2em;
	display: inline-block;
}

div#content div.textpage ol.hlink.page_1064 {
	counter-reset: item;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}
ol.hlink.page_1064 > li {
	vertical-align: top;
	display: inline-block;
	width: calc(25% - 48px / 4);
	min-width: 180px;
	height: 150px;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 16px 16px 0;
	color: #ffffff;
	text-align: center;
	background: linear-gradient(45deg, #42a4a3 calc(100% - 30px), transparent 0);
}
ol.hlink.page_1064 > li:nth-of-type(even) {
	background: linear-gradient(45deg, #4c90ac calc(100% - 30px), transparent 0);
}
ol.hlink.page_1064 > li:before {
	counter-increment: item;
	content: counter(item);
	display: block;
	text-align: center;
	line-height: 75px;
	font-size: 48px;
	font-weight: bold;
}
ol.hlink.page_1064 > li:nth-of-type(1) {
	padding: 15px 32px;
}
ol.hlink.page_1064 > li:nth-of-type(4) {
	margin-right: 0;
}
@media only screen and (max-width: 440px) {
	ol.hlink.page_1064 > li:nth-of-type(4),
	ol.hlink.page_1064 > li {
		display: block;
		margin: 16px auto;
	}
}

table.tools_table {
	width: 100%;
	border: 2px solid #48a3a5;
	border-spacing: 0;
}
table.tools_table > tbody > tr > td {
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
}
table.tools_table > tbody > tr > td:nth-of-type(1),
table.tools_table > tbody > tr > td:nth-of-type(2) {
	border-left: 0 none;
}
table.tools_table > thead > tr > th {
	border-left: 1px solid #aeaeae;
}

table.tools_table > thead > tr > th {
	border-bottom: 2px solid #48a3a5;
	vertical-align: bottom;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
}
table.tools_table > thead > tr > th:nth-of-type(1),
table.tools_table > thead > tr > th:nth-of-type(2) {
	border-left: 0 none;
}
table.tools_table > thead > tr > th:nth-of-type(1) {
	background-color: #48a3a5;
	color: #ffffff;
}
table.tools_table > thead > tr > th:nth-of-type(1),
table.tools_table tr > td:first-child {
	text-align: right;
	padding-right: 10px;
	border-right: 2px solid #48a3a5;
}

table.tools_table tr > td:first-child {
	font-size: 90%;
	font-weight: 300;
}
table.tools_table > thead > tr > th:nth-of-type(1) img {
	height: 11px;
	vertical-align: middle;
	padding-left: 4px;
}
table.tools_table > thead > tr > th,
table.tools_table > tbody > tr > td {
	width: 16%;
}
table.tools_table > thead > tr > th:nth-of-type(1),
table.tools_table > tbody > tr > td:nth-of-type(1) {
	width: 20%;
}

table.tools_table > tbody > tr > td {
	text-align: center;
	letter-spacing: 3px;
	padding-top: 2px;
    padding-bottom: 2px;
}
table.tools_table > tbody > tr > td:nth-of-type(1) {
	letter-spacing: normal;
}

div#content div.our_tools > div:nth-of-type(1) {
	width: calc(100% - 220px);
	float: left;
	box-sizing: border-box;
	padding-right: 70px;
}
div#content div.our_tools > img:nth-of-type(1) {
	display: block;
	float: right;
	width: 220px;
}
div#content h3 {
	line-height: 1.7;
	color: #4e8fae;
}

div#is_medium,
div#is_small {
	display: none;
}

.page_size {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#nav_edit h3 {
	font-size: 14px;
	margin: 3px 0 5px 6px;
}
#nav_edit a,
#nav_edit_2 a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 4px;
	border: 1px solid transparent;
	color: #000000;
	margin: 0 0 2px 0;
}
#nav_edit a:hover,
#nav_edit_2 a:hover {
	background-color: #efeffa;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}
#nav_edit,
#nav_edit_2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
	border: 1px solid rgb(174, 174, 174);
	background-color: rgb(250, 250, 250);
	background-color: rgba(250, 250, 250, 0.85);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
	margin: 5px 10px;
	padding: 5px;
	font-size: 13px;
	overflow: hidden;
	z-index: 100;
}
#nav_edit_2 {
	width: 45px;
}

div#logo {
	float: left;
	padding: 20px 40px 0px 40px;
	box-sizing: border-box;
}
div#logo img {
	margin: 0;
	vertical-align: middle;	
	width: 270px;
	height: 70px;
}
div#logo2 {
    position: absolute;
    right: 40px;
    bottom: 15px;
    height: 45px;
}
div#logo2 img {
	height: 100%;
}

div#top {
	position: relative;
	xmin-width: 1024px;
	height: 100px;
	margin-bottom: 20px;
	background-color: #ffffff;
	xoverflow: hidden;
}
div#top > div:last-child {
	clear: both;
}
div#content.default a.fp_cta {
	padding: 0;
	margin: 0;
	background: none;
	font-weight: 400;

	display: inline-block;
	border: 1px solid #000000;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 1px 20px;
	box-sizing: border-box;
	letter-spacing: 2px;
}
div#content.default a.white {
	color: #ffffff;
	border-color: #ffffff;
}
a.cta {
	display: block;
	border: 1px solid #ffffff;
	margin: 17px 20px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 4px;
	box-sizing: border-box;
}
a#btn_login.cta {
	margin-left: 0;
	margin-right: 0;
}
div.hr {
	height: 7px;
	background-color: #ffffff;
}
.hr_gray {
	height: 1px;
	border-width: 0;
	color: #efefef;
	background-color: #efefef;
}

/*
 * Course handling
 */
div.course_register > form {
	max-width: 420px;
}
div.course_register label {
	display: inline-block;
	width: 22%;
	box-sizing: border-box;
	padding-right: 5px;
}
div.course_register label.textarea {
	vertical-align: top;
}
div.course_register input,
div.course_register textarea {
    background-color: #f0f0f0;
    border: none;
    box-sizing: border-box;
    padding: 6px;
    margin: 0 0 5px 0;
    font-size: 11px;
    font-weight: 300;
	color: #333333;
	width: 78%;
}
div.course_register textarea {
	height: 100px;
}
div.course_register input[type='submit'] {
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	padding: 4px 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	width: auto;
	display: block;
	float: right;
}
div.course_register input[name='email'],
div.course_register input[name='lastname'],
div.course_register input[name='phone'],
div.course_register input[name='post_region'] {
	margin-bottom: 7px;
}
div.course_register input[name='post_code'] {
	width: 26%;
	margin-right: 2%;
}
div.course_register input[name='post_region'] {
	width: 50%;
}

div.course_register input.invalid,
div.course_register textarea.invalid {
	background-color: #fff0f0;
}

div.course_register ::placeholder,
div.course_register :placeholder-shown {
	font-style: italic;
	color: #333333;
}

/*
 * Login page
 */
div.login_page {
	min-height: 350px;
	text-align: center;
}
div.login_page form {
	width: 220px;
	margin: 0 auto;
	text-align: center;
}
div.login_page input[type="text"],
div.login_page input[type="password"] {
	display: block;
	margin-bottom: 5px;
	color: #4e8fae;
	background-color: #f0f0f0;
	border: none;
	width: 100%;
	padding: 4px 8px;
	box-sizing: border-box;
	text-align: center;
}
div.login_page input[type="submit"] {
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-top: 10px;
	padding: 2px 12px;
	text-transform: uppercase;
}
div.login_page input:-ms-input-placeholder,
div.login_page input::-webkit-input-placeholder,
div.login_page input::-moz-placeholder {
	text-transform: uppercase;
}
div.login_page input::placeholder,
div.login_page input:placeholder-shown {
	text-transform: uppercase;
}

/*
 * Navigation
 */

div#q_nav {
	position: absolute;
	right: 0;
	width: 305px;

	letter-spacing: 2px;
	font-size: 10px;
}
div#q_nav input {
	width: 100%;
	letter-spacing: 2px;
	font-size: 10px;
	display: block;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	padding: 4px;
	box-sizing: border-box;
}
div#q_nav input.username {
	margin-top: 18px;
	margin-bottom: 5px;
}
div#q_nav a.logout,
div#q_nav a.login {
	display: inline-block;
	background-color: #fa2e46;
	color: #ffffff;
	width: 100px;
	height: 22px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 22px;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
}
div#login {
	position: absolute;
	background-color: #fa2e46;
	width: 305px;
	overflow: hidden;

	max-height: 300px;
	transition: max-height 0.25s ease-out;
	z-index: 110;
}
div#login input {
	text-transform: none;
}
div#login input:-ms-input-placeholder,
div#login input::-webkit-input-placeholder,
div#login input::-moz-placeholder {
	text-transform: uppercase;
}
div#login input::placeholder,
div#login input:placeholder-shown {
	text-transform: uppercase;
}

div#login.hidden {
	max-height: 0px;
	transition: max-height 0.15s;
}
div#login > div > form {
	margin: 0 20px;
}
div#login > div:first-child {
	border-top: 1px solid #ff5b6f;
}
div#q_nav > form {
	float: right;
	margin: 0;
	padding: 0;
	width: 205px;
}
div#q_nav > form > a > img {
	height: 22px;
	padding: 4px 6px 4px 8px;
	box-sizing: border-box;
	background-color: #f0f0f0;
	vertical-align: top;
}
div#q_nav > form > input {
	width: 177px;
	display: inline;
	height: 22px;
	background-color: #f0f0f0;
	color: #4e8fae;
	border: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 11px;
	text-align: left;
	outline: none;
	text-transform: none;
}
div#q_nav > form > input:-ms-input-placeholder,
div#q_nav > form > input::-webkit-input-placeholder,
div#q_nav > form > input::-moz-placeholder {
	color: #4e8fae;
	text-transform: uppercase;
}
div#q_nav > form > input::placeholder,
div#q_nav > form > input:placeholder-shown {
	color: #4e8fae;
	text-transform: uppercase;
}
div#burger {
	display: none;
}


div#nav1 {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 100;
	text-align: center;
}
div#nav1 a:link,
div#nav1 a:visited,
div#nav1 a:hover {
	color: #4e8fae;
	font-weight: 600;
	text-decoration: none;
}
div#nav1 li.special a,
div#nav1 li.special {
	color: #004c76;
}
div#nav1 ul > li.about {
}
div#nav1 ul > li.bar {
	font-weight: 800;
}
div#nav1 ul {
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
div#nav1 > ul {
	display: inline-block;
	min-height: 17px;
}
div#nav1 ul.l0 > li {
	float: left;
	padding: 0 10px;
	text-align: center;
	position: relative;
}
div#nav1 ul.l1 > li,
div#nav1 ul.l2 > li,
div#nav1 ul.l3 > li,
div#nav1 ul.l4 > li {
	text-align: left;
}
div#nav1 li.l0 > a {
	text-transform: uppercase;
}
div#nav1 li.l0 > a.submenu_handle {
	text-transform: none;
}
div#nav1 li.l0 > a::before {
    display: block;
    content: attr(title);
    font-weight: 800;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}

div#nav1 li.selected > a:link,
div#nav1 li.selected > a:visited,
div#nav1 li.selected > a:hover {
	font-weight: 800;
}
div#nav1 ul.l1 a:link,
div#nav1 ul.l1 a:visited,
div#nav1 ul.l1 a:hover {
	display: inline-block;
	color: #ffffff;
	padding: 2px 0 2px 4px;
}
div#nav1 ul.l1 > li:first-child {
	margin-top: 12px;
}
div#nav1 ul.l1 > li:last-child {
	margin-bottom: 12px;
}
div#nav1 ul.l1 > li {
}
div#nav1 ul.l1 {
	position: absolute;
	left: 0;
	top: 17px;
	background-color: #4e8fae;
	padding: 0px 10px;
	box-sizing: border-box;
	overflow: hidden;
	min-width: 180px;
	border-top: 14px solid #ffffff;
	z-index: 100;
}
div#nav1 ul.l1.closed {
	display: none;
}

div#nav1 a.submenu_handle {
	float: right;
}

div#nav1 ul.l2,
div#nav1 ul.l3,
div#nav1 ul.l4 {
	max-height: 200px;
	overflow: hidden;
	transition: max-height 0.25s ease-out;
}
div#nav1 ul.l2.closed,
div#nav1 ul.l3.closed,
div#nav1 ul.l4.closed {
	max-height: 0px;
	transition: max-height 0.15s;
}
div#nav1 ul.l2,
div#nav1 ul.l3,
div#nav1 ul.l4 {
	padding-left: 14px;
}

div#nav1 ul.l0 > li.l0 > a.submenu_handle {
	display: none;
}
div#nav1 a.submenu_handle > span + span {
	display: inline;
}
div#nav1 a.submenu_handle > span:first-child {
	display: none;
}
div#nav1 a.submenu_handle.closed > span + span {
	display: none;
}
div#nav1 a.submenu_handle.closed > span:first-child {
	display: inline;
}

div#content img.tmp {
	width: 100%;
	height: 300px;
}

div#content h1.col1 {
	width: 62.5%;
}
div#content div.col1 {
	float: left;
	width: 50%;
}

div#content div.textpage div.col1,
div#content div.textpage div.col2 {
	margin-top: 35px;
	margin-bottom: 35px;
}
div#content div.textpage div.col1 h1 {
	margin-top: 0;
}
div#content div.col2 {
	float: right;
	width: 42%;
	font-size: 9px;
}
div#content div.col2 img {
	margin-bottom: 5px;
}
div#content div.fp_course div.col1 {
	width: 62.5%;
}
div#content div.fp_course div.col2 {
	width: 32.5%;
}
div#content div.fp_course div.col2 img {
	margin-bottom: 0;
	width: 100%;
}
div#content a {
	text-decoration: none;
	color: #000000;
}
div#content.default a {
	text-decoration: none;
	color: #000000;
	font-weight: 600;
}
div#content.default div.fp_course table a {
	line-height: 17px;
	background-image: url('/images/layout/arrow_hollow_right_11.png');
	background-repeat: no-repeat;
	background-size: auto 11px;
	background-position: left center;
	padding-left: 15px;
}

/*asdf*/
div#content a.hlink.cta_nav {
	display: inline-block;
	width: calc((100% / 3) - (50px / 3));
	min-width: 180px;
	box-sizing: border-box;
	padding: 15px 15px;
	margin: 0 25px 10px 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 140%;
	background: linear-gradient(45deg, #eaeaea calc(100% - 20px), transparent 0);
}
div#content a.hlink.cta_nav:nth-of-type(3) {
	margin: 0;
}
div#content a.hlink.cta_nav.page_1061 {
	background-color: #48a3a5;
	background: linear-gradient(45deg, #48a3a5 calc(100% - 23px), transparent 0);
}
div#content a.hlink.cta_nav.page_1062 {
	background-color: #4e8fae;
	background: linear-gradient(45deg, #4e8fae calc(100% - 23px), transparent 0);
}
div#content a.hlink.cta_nav.page_1063 {
	background-color: #fa2e46;
	background: linear-gradient(45deg, #fa2e46 calc(100% - 23px), transparent 0);
}

div#content a.hlink.cta_nav_large {
	display: inline-block;
	position: relative;
	width: calc((100% / 5) - (40px / 5));
	min-width: 152px;
	height: 100px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 15px 30px;
	margin: 0 10px 10px 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 120%;
	text-align: center;
	background: linear-gradient(45deg, #eaeaea calc(100% - 20px), transparent 0);
}
div#content a.hlink.cta_nav_large:after {
	display: block;
	content: 'LÄS MER';
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 10px;
	width: calc(100% - 60px - 10px - 2px);
	border: 1px solid #ffffff;
	padding: 2px 5px;
	margin: 0 30px;
}
div#content a.hlink.cta_nav_large:nth-of-type(1) {
	background-color: #48a3a5;
	background: linear-gradient(45deg, #48a3a5 calc(100% - 20px), transparent 0);
}
div#content a.hlink.cta_nav_large:nth-of-type(2) {
	padding: 15px 10px;
	background-color: #4e8fae;
	background: linear-gradient(45deg, #4e8fae calc(100% - 20px), transparent 0);
}
div#content a.hlink.cta_nav_large:nth-of-type(3) {
	background-color: #fa2e46;
	background: linear-gradient(45deg, #fa2e46 calc(100% - 23px), transparent 0);
}
div#content a.hlink.cta_nav_large:nth-of-type(4) {
	background-color: #48a3a5;
	background: linear-gradient(45deg, #48a3a5 calc(100% - 20px), transparent 0);
}
div#content a.hlink.cta_nav_large:nth-of-type(5) {
	padding-top: 25px;
	background-color: #4e8fae;
	background: linear-gradient(45deg, #4e8fae calc(100% - 20px), transparent 0);
}
@media only screen and (min-width: 364px) {
	div#content a.hlink.cta_nav_large:nth-of-type(5) {
		margin: 0;
	}
}
@media only screen and (max-width: 364px) {
	div#content a.hlink.cta_nav_large {
		xwidth: 70%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

ul.hlink {
	margin: 0;
	padding: 0 0 0 18px;
}

div#page.admin div#content a {
	text-decoration: none;
	color: #000000;
	font-weight: 600;
}
div.quote {
	margin-top: 40px;
	padding: 40px 0;
	background-color: #fa2e46;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}
div.page_1064 div.quote {
	background-color: #ffffff;
	color: #000000;
}
div.quote_by {
	margin-top: 10px;
	font-size: 14px;
}
div.quote_title {
	font-size: 13px;
	font-weight: 300;
}
div.quote_small {
	color: #4e8fae;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	padding: 8px 0;
}

div.page_top_image {
	position: relative;
	height: 60vw;
	min-height: 250px;
	max-height: 450px;
	overflow: hidden;
}
div#page.admin div.page_top_image.default {
	min-height: 5px;
    max-height: 5px;
}
div.page_top_image > div.top_image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: repeat, no-repeat;
	background-size: auto, 100vw auto;
	background-attachment: fixed;

	color: #ffffff;
	font-size: 19px;
	z-index: 10;
}
div.page_top_text {
	width: 85%;
}

div.page_1064 div.page_top_image > div.top_image,
div.page_1 div.page_top_image > div.top_image {
	background-size: auto, 118.5vw auto;
	background-position: left -12.5vw;
}
@media only screen and (max-width: 1276px) {
	div.page_1064 div.page_top_image > div.top_image,
	div.page_1 div.page_top_image > div.top_image {
		background-size: auto, 114vw auto;
		background-position: left -10vw;
	}
}
@media only screen and (max-width: 1176px) {
	div.page_1064 div.page_top_image > div.top_image,
	div.page_1 div.page_top_image > div.top_image {
		background-size: auto, 110vw auto;
		background-position: left -8vw;
	}
}
@media only screen and (max-width: 1076px) {
	div.page_1064 div.page_top_image > div.top_image,
	div.page_1 div.page_top_image > div.top_image {
		background-size: auto, 104vw auto;
		background-position: left -7vw;
	}
}
@media only screen and (max-width: 976px) {
	div.page_1064 div.page_top_image > div.top_image,
	div.page_1 div.page_top_image > div.top_image {
		background-position: left -4vw;
	}
}

@media only screen and (max-width: 860px) {
	div.page_1064 div.page_top_image > div.top_image,
	div.page_1 div.page_top_image > div.top_image,
	div.page_top_image > div.top_image {
		background-size: auto, calc(450px + 60vw) auto;
		background-attachment: scroll;
		background-position: center;
	}
	div#logo2 {
		display: none;
	}
}

div.page_top_image > div.top_image.current {
	z-index: 20;
}
div.page_top_image > div.top_image > div.page_size {
	position: relative;
	top: 35%;
	/* This is so box shadow is seen even if link is last in div */
	padding-bottom: 12px;
}
div.page_top_image > div.top_image h1 {
	margin: 0;
	padding: 0;
	font-size: 48px;
}
div#content a.cta_red,
div#page.admin div#content div.page_top_image > div.top_image a,
div#content div.page_top_image > div.top_image a {
	background-image: none;
	line-height: normal;
	color: #ffffff;
	padding: 0;
	display: inline-block;
	font-weight: 400;
	background-color: #42a4a3;
	padding: 6px 30px;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div#content a.cta_red {
	background-color: #fa2e46;
	color: #ffffff;
}

div#content a.cta_red {
	margin-top: 0;
}

div.page_1 div#content div.page_top_image > div.top_image a {
}
div#content div.page_top_image > div.top_image_nav {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 18px 22px;
	background-color: rgba(255,255,255,0.8);
	z-index: 30;
}
div#content div.page_top_image > div.top_image_nav a {
	background-image: none;
	line-height: normal;
	color: #ffffff;
	padding: 0;
	font-weight: 400;
	color: #4e8fae;
	outline: none;
}
div#content div.page_top_image > div.top_image_nav a > img {
	vertical-align: middle;
	border: 0;
}
div#content div.page_top_image > div.top_image_nav img.middle {
	vertical-align: middle;
	margin: 0 7px;
}
div#content div.page_top_image > div.top_image_selected {
	position: absolute;
	bottom: 15px;
	width: 100%;
	box-sizing: border-box;
	height: 20px;
	z-index: 25;
	text-align: center;
}
div#content div.page_top_image > div.top_image_selected > div {
	display: inline-block;
	background-color: #ffffff;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
div#content div.page_top_image > div.top_image_selected > div.current {
	background-color: #4e8fae;
}

div#page.admin div.page_size {
	padding-top: 20px;
	padding-bottom: 40px;
}
div#page.admin div#footer div.page_size {
	padding-top: 0;
}

/*
 * Shop
 */
div#page.admin div#content form.shop a {
	font-weight: 400;
}
div#page.admin div#content form.shop a:hover {
	text-decoration: underline;
}
input:disabled {
	opacity: 0.4;
}


/*
 * Dashboard
 */
div.dashboard_box {
    width: 200px;
    border: 2px solid rgb(173, 175, 175);
    float: left;
    margin: 0 20px 15px 0;
    padding: 16px 12px 6px 12px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: normal;
}
a.db_top,
div.db_top {
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
}
div.db_bottom {
    text-align: right;
}
a.db_bottom {
}


/*
 * Frontpage
 */
div.fp_course,
div.fp_push {
	margin-bottom: 5px;
}
div.page_1050 div.fp_course {
	margin-bottom: 0;
}
div.fp_course.last,
div.fp_push.paper {
	margin-bottom: 0;
}

div.fp_course table {
	width: 100%;
	font-size: 10px;
	margin-bottom: 20px;
}
div.fp_course table td {
	padding-right: 4px;
	overflow: hidden;
}
div.fp_course table td.venue {
	padding: 0 10px;
}
div.fp_course table td.date {
	width: 120px
}
div.fp_course table td:last-child {
	padding-right: 0;
}
div#content.default div.fp_course td > a {
	line-height: normal;
}
div.quote.frontpage {
	margin: 0;
	margin-bottom: 5px;
}

div.fp_push.blue {
	color: #ffffff;
	background-color: #4e8fae;
}
div.fp_push.green {
	color: #ffffff;
	background-color: #48a3a5;
}
div.fp_push.red {
	color: #ffffff;
	background-color: #fa2e46;
}
div.tools_table.paper,
div.fp_course.paper,
div.fp_push.paper {
	background-image: url('/images/layout/paper.png');
	background-position: center center;
	background-repeat: repeat;
	background-size: auto;
	background-attachment: scroll;
}
div.tools_table.paper {
	padding: 20px 0;
}
div.tools_table.paper h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
div.fp_push ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

div#content div.fp_push.blue a,
div#content div.fp_push.green a,
div#content div.fp_push.red a,
div#content div.fp_push.paper a {
	background-image: none;
	line-height: normal;
	color: #ffffff;
	padding: 0;
	display: inline-block;
	font-weight: 400;
	padding: 2px 25px;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
}
div#content div.fp_push.paper a {
	color: #000000;
	border-color: #000000;
}

div.fp_push h1,
div.fp_push h2,
div.fp_push h3 {
	margin: 0;
	padding: 0;
}
div.fp_course h2,
div.fp_push h2 {
	font-size: 24px;
	margin: 40px 0 20px 0;
}

div.fp_push div.text {
	padding: 20px;
	float: left;
	width: calc(100% - 250px);
	box-sizing: border-box;
}
div.fp_push div.fp_push_img {
	height: 280px;
	width: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	float: left;
	margin: 0;
}
div.fp_push.right div.fp_push_img {
	float: right;
}
div.fp_push.fpid_2 div.text {
	padding-top: 0;
}
div.fp_push.fpid_4 div.fp_push_img {
	background-position: 90% center;
}
div.fp_push.fpid_6 div.fp_push_img {
	height: 250px;
	margin: 40px 0;
}

/*
 * Footer asdf
 */
div#footer {
	border-top: 5px solid #4e8fae;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 300;
	font-size: 10px;
	line-height: 1.7;
}
div#footer h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 15px 0;
}
div#footer form h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
div#footer div.text {
	float: left;
	max-width: 62.5%;
}
div#footer form {
	float: right;
	width: 260px;
}
div#footer input,
div#footer textarea {
	display: block;
	background-color: #f0f0f0;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: 300;
}
div#footer input[name='email'],
div#footer input[name='phone'] {
	width: calc(50% - 2.5px);
	float: left;
}
div#footer input[name='phone'] {
	float: right;
}

div#content.default div#footer a,
div#footer a {
	color: #4e8fae;
	text-decoration: none;
}

div#footer input.bad_value,
div#footer textarea.bad_value {
	background-color: #fff0f0;
}
div#footer a.footer_cta {
	display: block;
	width: auto;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	float: right;
	padding: 2px 20px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 400;
}
div#footer textarea {
	height: 70px;
	max-width: 100%;
}
div#footer div.logos.small {
	display: none;
}
div#footer div.logos {
	margin-top: 35px;
}
div#footer div.logos img {
	vertical-align: top;
}
div#footer div.logos > img:first-child {
	width: 200px;
	padding-right: 20px;
	margin-right: 0;
	xmargin-bottom: 6px;
}
div#footer div.logos > img:last-child {
	width: 200px;
}
div#footer form div.response {
	font-weight: 400;
	margin-bottom: 10px;
	color: #48a3a5;
}
div#footer form div.response > div.error {
	color: #fa2e46;
}
div#footer form div.response > div.thank_you {
	font-size: 18px
}

div#footer :-ms-input-placeholder,
div#footer ::-webkit-input-placeholder,
div#footer ::-moz-placeholder {
	font-style: italic;
}
div#footer ::placeholder,
div#footer :placeholder-shown {
	font-style: italic;
	color: #333333;
}

/*
 * Customer selector
 */
div#page.admin div#content div#customer_select a,
div#customer_select a:link,
div#customer_select a:visited,
div#customer_select a:hover {
	display: block;
	font-weight: normal;
}
div.customer_select_column {
	width: 50%;
	float: left;
}
div.customer_select_box {
}
div.customer_list {
	padding-right: 10px;
}
div.customer_select_column.col_2 div.customer_list {
	padding-right: 0;
	padding-left: 10px;
}
div.customer_list a.customer {
	padding: 1px 5px;
}
div.customer_list a.customer:focus,
div.customer_list a.customer:hover {
	background-color: rgba(218, 158, 23, 0.35);
}
div.customer_select_area {
	margin-top: 8px;
	margin-right: 10px;
	border-bottom: 3px solid #aeaeae;
	user-select: none;
	cursor: pointer;
}
div.customer_select_column.col_2 div.customer_select_area {
	margin-right: 0;
	margin-left: 10px;
}
div.initial {
	float: left;
	line-height: 1.1;
	width: 16px;
	padding: 5px 5px 0 5px;
	color: #ffffff;
	background-color: #aeaeae;
	border-radius: 5px 5px 0 0;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
div.initial  {
	background-color: #4e8fae;
}
div.customer_select_area,
div.dashboard_box  {
	border-color: #4e8fae;
}
div.initial_text {
	float: left;
	margin-left: 5px;
	padding-top: 5px;
}

/*
 * Autoselect customer
 */
ul.ui-autocomplete.customer_picker {
	border-radius: 0;
	padding: 0;
	margin: 0;
	min-width: 300px;
}
ul.ui-autocomplete.customer_picker li.ui-menu-item {
	border: 0;
	border-bottom: 1px solid rgb(238, 238, 238);
	padding: 0;
	margin: 0;
}
ul.ui-autocomplete.customer_picker li.ui-menu-item > a,
ul.ui-autocomplete.customer_picker li.ui-menu-item a.ui-state-focus,
ul.ui-autocomplete.customer_picker li.ui-menu-item a.ui-state-active {
	margin: 0;
	padding: 4px 20px;
}
ul.ui-autocomplete.customer_picker li.ui-menu-item > a {
	display: block;
	color: #000000;
}
ul.ui-autocomplete.customer_picker li.ui-menu-item a.ui-state-focus,
ul.ui-autocomplete.customer_picker li.ui-menu-item a.ui-state-active {
	border: 0 none;
	background-color: transparent;
	box-shadow: none;

	background-color: rgba(218, 158, 23, 0.35);
	border-radius: 0;
}
ul.ui-autocomplete.customer_picker div.is_company div.company {
	font-weight: bold;
}
ul.ui-autocomplete.customer_picker div.is_company div.name {
	font-weight: normal;
}

ul.ui-autocomplete.customer_picker div.is_person div.name {
	font-weight: bold;
}

ul.ui-autocomplete.customer_picker div.extra_info > div {
	float: left;
	margin-right: 5px;
	font-size: 90%;
	font-style: italic;
}

/*
 * Contact
 */
div.contact {
	font-weight: 300;
	line-height: 1.7;
}
div.contact h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 15px 0;
	font-size: 16px;
	margin-bottom: 10px;
}
div.contact > div:nth-of-type(1) {
	margin-bottom: 20px;
}
div.contact > div:nth-of-type(2) {
	float: left;
	width: 62%;
}
div.contact > div:nth-of-type(3) {
	float: right;
	width: 35%;
}
div.contact > div:nth-of-type(3) img {
	margin-top: 10px;
	width: 100%;
}
div.contact input,
div.contact textarea {
	display: block;
	background-color: #f0f0f0;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: 300;
}
div.contact input[name='email'],
div.contact input[name='phone'] {
	width: calc(50% - 2.5px);
	float: left;
}
div.contact input[name='phone'] {
	float: right;
}
div.contact input.bad_value,
div.contact textarea.bad_value {
	background-color: #fff0f0;
}
div.contact a.footer_cta,
div.contact button.cta {
	display: block;
	width: auto;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	float: right;
	padding: 2px 20px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 20px;
}
div.contact textarea {
	height: 132px;
	max-width: 100%;
}
div.contact div.thank_you {
	margin: 20px 0;
    font-size: 18px
}

/*
 * Old styles
 */
input.quick_search {
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header,
.ui-state-active  {
	background-color: #ffffff;
}
a.ui-tabs-anchor  {
	font-weight: normal;
	outline: none;
}

/*
 * medium screen
 */
@media only screen and (max-width: 1023px) {
	div#is_medium {
		display: block;
	}
	div#logo {
		padding-left: 20px;
	}
	div#top {
		min-width: 0;
	}
	div#nav1 {
		left: auto;
		right: 0;
	}
}

@media only screen and (max-width: 962px) {
	div#nav1 {
		left: 94px;
		width: calc(100% - 94px);
		text-align: left;
	}
	div#nav1 ul.l0 > li {
		padding: 0 6px;
	}
}

/*
 * medium screen, extra step
 */
@media only screen and (max-width: 860px) {
	.page_size {
		max-width: 840px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	div.page_top_image > div.top_image > div.page_size {
		top: 20%;
	}

	div.fp_push .page_size {
		padding: 0;
	}

	div#top {
		position: static;
		height: auto;
		margin-bottom: 0;
	}
	div#logo {
		float: none;
	}
	div#nav1 {
		position: static;
		width: 100%;
		left: 0;
		background-color: #4e8fae;
		overflow: hidden;
		clear: both;
		margin-bottom: 7px;
		transition: max-height 0.35s ease-out;
		max-height: 700px;
	}
	div#nav1.small_hidden {
		max-height: 0px;
		margin-bottom: 0px;
		transition: max-height 0.15s;
	}
	div#nav1 a:link,
	div#nav1 a:visited,
	div#nav1 a:hover {
		color: #ffffff;
	}
	div#nav1 ul {
		display: block;
	}
	div#nav1 li.special a {
		color: #ffffff;
	}
	div#nav1 ul > li.about {
		border-left: 0 none;
	}
	div#nav1 ul > li.bar {
		display: none;
	}
	div#nav1 ul.l0 {
		float: none;
	}
	div#nav1 ul.l1 {
		position: static;
		border-top: 0 none;
		padding-right: 0;
	}
	div#nav1 ul.l1.closed {
	}
	div#nav1 ul.l0 {
		padding: 25px 35px;
	}
	div#nav1 ul.l0 a {
		display: inline;
	}
	div#nav1 a.submenu_handle,
	div#nav1 ul.l0 > li.l0 > a.submenu_handle {
		display: inline-block;
		float: right;
	}
	div#nav1 ul.l0 a:hover,
	div#nav1 ul.l1 a:hover {
		background: transparent;
	}
	div#nav1 li.l0 > a::before {
		display: none;
		content: '';
	}
	div#nav1 ul.l0 > li {
		float: none;
		text-align: left;
		padding: 3px 0;
	}
	div#nav1 ul.l1 > li:first-child,
	div#nav1 ul.l1 > li:last-child {
		margin: 0;
	}

	div#nav1 > div:last-child {
		clear: both;
	}
	div#q_nav {
		position: static;
		margin-top: 20px;
		width: auto;
	}
	div#login {
		clear: both;
		right: 0;
		width: 100%;
		max-width: 305px;
	}
	div#q_nav > a.login,
	div#q_nav > a.logout {
		float: right;
	}

	div#q_nav > form {
		width: 28px;
		text-align: right;
		overflow: hidden;
	}
	div#q_nav > form > a > img {
		padding: 4px;
	}
	div#q_nav > form > input {
		display: block;
		position: absolute;
		right: 0px;
		width: 180px;
		padding-left: 10px;
		padding-right: 10px;

		max-height: 0px;
		transition: max-height 0.1s;
		z-index: 30;
	}
	div#q_nav > form.open > input {
		max-height: 22px;
		transition: max-height 0.2s ease-out;
	}
	div#burger {
		display: block;
		padding-left: 128px;
		margin: 0 auto;
		height: 22px;
		width: 22px;
		overflow: hidden;
	}
	div#burger > div {
		width: 100%;
		height: 100%;

		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	div#burger > div span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #4e8fae;
		border-radius: 3px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	div#burger > div span:nth-child(1) {
		top: 3px;
	}
	div#burger > div span:nth-child(2),div#burger > div span:nth-child(3) {
		top: 9px;
	}
	div#burger > div span:nth-child(4) {
		top: 15px;
	}
	div#burger > div.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	div#burger > div.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	div#burger > div.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	div#burger > div.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}


	div.contact > div:nth-of-type(2) {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	div.contact > div:nth-of-type(3) {
		float: none;
		width: 100%;
	}
}

/*
 * small screen
 */
@media only screen and (max-width: 767px) {
	div#is_medium {
		display: none;
	}
	div#is_small {
		display: block;
	}


	div.page_top_image > div.top_image {
		font-size: 18px;
	
	}
	div#content div.page_top_image > div.top_image a {
		font-size: 14px;	
	}
	div.page_top_image > div.top_image > div.page_size {
		position: relative;
		top: 35%;
	}
	div.page_top_image > div.top_image h1 {
		font-size: 28px;
	}
	div.page_top_text {
		width: 100%;
	}

	div#footer h3 {
		font-size: 18px;
	}
	div#footer div.text {
		float: none;
		max-width: 100%;
		margin-bottom: 20px;
	}
	div#footer form {
		float: none;
		margin: 0 auto;
	}
	div#footer div.logos.small {
		display: block;
		padding-bottom: 20px;
	}
	div#footer div.logos.large {
		display: none;
	}
	div#footer div.logos {
		margin-top: 0px;
	}
	div#footer div.logos > img:first-child {
		width: 46%;
		padding-right: 7%;
		margin-right: 0;
		margin-bottom: 6px;
	}
	div#footer div.logos > img:last-child {
		width: 46%;
	}

	div.fp_course {
		position: relative;
		padding-bottom: 20px;
	}
	div#content div.fp_course div.col1 {
		float: none;
		min-height: 190px;
		width: 100%;
		margin-bottom: 20px;
	}
	div#content div.fp_course div.col1 > div {
		position: absolute;
		z-index: 20;
	}
	div#content div.fp_course div.col2 {
		position: absolute;
		bottom: 0;
		right: 15px;
		z-index: 10;
	}
	div.fp_course div.col2 > img {
		max-width: 160px;
	}
	div.fp_course table td.small_hide {
		display: none;
	}
	div.fp_course h2,
	div.fp_push h2 {
		margin: 20px 0 20px 0;
	}

	div.fp_push div.fp_push_img,
	div.fp_push.right div.fp_push_img {
		width: 100vw;
		height: 40vw;
		max-height: 280px;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	div.fp_push div.text {
		float: none;
		width: 100%;
		padding: 0 20px 20px 20px;
	}
	div.fp_push.fpid_4 div.fp_push_img {
		background-position: center 20%;
	}
	div.fp_push.fpid_6 div.fp_push_img {
		display: none;
	}

	/*
	 * Textpage
	 */
	div#content div.textpage div.col1,
	div#content div.textpage div.col2 {
		float: none;
		width: 100%;
	}
	div#content div.textpage div.col2 {
		text-align: center;
		margin-top: 30px;
	}
	div#content div.textpage div.col2 img {
		max-width: 400px;
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	div#content div.our_tools > div:nth-of-type(1) {
		float: none;
		width: auto;
		padding-right: 0px;
	}
	div#content div.our_tools > img:nth-of-type(1) {
		width: 25vw;
		margin: 0 0 10px 5vw;
		xfloat: right;
		xdisplay: none;
	}
	/*
	 * Customer selector
	 */
	div.customer_select_column,
	div.customer_select_column {
		width: 100%;
		float: none;
	}
	div.customer_select_column.col_2 div.customer_select_area {
		margin-left: 0;
	}

	/*
	 * Course handling
	 */
	div.course_register > form {
		max-width: 340px;
	}
	div.course_register label {
		display: none;
	}
	div.course_register input,
	div.course_register textarea {
		width: 100%;
	}
	div.course_register input[name='post_code'] {
		width: 37%;
		margin-right: 2%;
	}
	div.course_register input[name='post_region'] {
		width: 61%;
	}


	/*
	 * make forms scrollable
	 */
	form {
		overflow-x: auto;
		padding-bottom: 10px;
	}

	table.tools_table {
		width: 740px;
	}
	div.tools_table div.page_size > div {
		overflow: auto;
		overflow-x: auto;
	}

}

@media only screen and (max-width: 480px) {
	div.page_top_image > div.top_image > div.page_size {
		position: relative;
		top: 28%;
	}
	div.page_1064 div.page_top_image > div.top_image > div.page_size,
	div.page_1 div.page_top_image > div.top_image > div.page_size {
		top: 8px;
	}

}
