@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
img {
	max-width: 100%;
	height: auto;
	display: block;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 16px;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	color: #2B3A45;
}
body.overflow-hidden {
	overflow: hidden;
}
@media (min-width: 1300px) {
	.container {
		width: 1270px;
	}
}
.bls-section--gray {
	background: #F6F7F8;
}
body {
	color: #405259;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0 0 1.5rem;
	line-height: 1;
	color: #141719;
}
.bls-page-content p + h1, .bls-page-content p + h2, .bls-page-content p + h3, .bls-page-content p + h4, .bls-page-content p + h5, .bls-page-content p + h6 {
	margin-top: 1.5rem;
}
*.bls-main-title {
	font-size: 2rem;
	-webkit-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	transform: translateX(-2px);
	line-height: 1.2;
}
@media (min-width: 992px) {
	*.bls-main-title {
		font-size: 3.125rem;
		line-height: 1;
	}
	div.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 70px;
		z-index: 1;
	}
}
h1 {
	font-size: 1.625rem;
}
@media (min-width: 992px) {
	h1 {
		font-size: 2.375rem;
	}
}
h2 {
	font-size: 1.375rem;
	-webkit-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	transform: translateX(-2px);
}
@media (min-width: 992px) {
	h2 {
		font-size: 2.125rem;
	}
}
h3 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
@media (min-width: 992px) {
	h3 {
		font-size: 1.75rem;
	}
}
h4 {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}
@media (min-width: 992px) {
	h4 {
		font-size: 1.375rem;
	}
}
h5 {
	font-size: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 992px) {
	h5 {
		font-size: 1.125rem;
	}
}
h6 {
	font-size: 1rem;
}
@media (min-width: 992px) {
	h6 {
		font-size: 1rem;
	}
}
.bls-pre-title {
	text-transform: uppercase;
	font-size: 0.8125rem;
	letter-spacing: 0.0625rem;
	font-weight: 400;
	margin: 0 0 0.875rem;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #b3b3b3;
}
.read-more {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.0625rem;
	font-size: 0.9375rem;
	color: #141719;
	text-decoration: none;
	position: relative;
	padding-right: 36px;
}
.read-more::before {
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background: #FFE33E;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4px;
	margin: auto;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.read-more::after {
	display: block;
	content: '';
	border-left: 4px solid #FFE33E;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 6px;
	right: 0px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.read-more:hover {
	text-decoration: none;
	color: #141719;
}
.read-more:hover::after, .read-more:hover::before {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

.read-more--blue::before {
	background: #38B9E7;
}
.read-more--blue::after {
	border-left-color: #38B9E7;
}

.read-more--green::before {
	background: #68b868;
}
.read-more--green::after {
	border-left-color: #68b868;
}

.read-more--yellow::before {
	background: #ffed00;
}
.read-more--yellow::after {
	border-left-color: #ffed00;
}

.read-more--red::before {
	background: #D02643;
}
.read-more--red::after {
	border-left-color: #D02643;
}

p {
	margin: 0 0 1.2rem;
	line-height: 1.7;
	font-weight: 300;
}
p:last-of-type:not(.bls-pre-title) {
	margin: 0;
}
.ingress {
	font-size: 1.1875rem;
}
/* Mozilla based browsers */
::-moz-selection {
	background-color: #ffe33e;
	color: #141719;
	opacity: 1;
}
/* Works in Safari */
::-moz-selection {
	background-color: #ffe33e;
	color: #141719;
	opacity: 1;
}
::selection {
	background-color: #ffe33e;
	color: #141719;
	opacity: 1;
}
blockquote {
	border-color: #2B3A45;
	margin: 1.875rem 0;
	padding: 0.625rem 1.25rem;
	font-size: 1.0625rem;
}

.wp-block-pullquote {
    margin: 1.875rem 0 !important;
	padding: 0 !important;
    text-align: left !important;
}

.wp-block-pullquote p {
    font-size: 1.0625rem !important;
    line-height: 1.6;
}

.wp-block-pullquote cite {
    margin-top: 0.75rem !important;
    color: #999999 !important;
    display: block !important;
    font-size: 80% !important;
    line-height: 1.42857143 !important;
	font-style: normal;
}

.wp-block-pullquote cite:before {
    content: '\2014 \00A0';
}

.bls-main--transport blockquote {
	border-color: #38B9E7;
}

.bls-main--miljotransport blockquote {
	border-color: #68b868;
}

.bls-main--specialtransport blockquote {
	border-color: #FFE33E;
}

.bls-main--adr blockquote {
	border-color: #D02643;
}

.bls-main--emotion blockquote {
	border-color: #2B3A45;
}

@media (min-width: 992px) {
	blockquote {
		padding: 1.25rem 2.5rem;
	}
}
blockquote footer {
	margin-top: .75rem;
	color: #999999;
}
.button {
	text-transform: uppercase;
	font-weight: 600;
	background: #FFE33E;
	color: #141719;
	text-decoration: none;
	padding: 20px 40px 0;
	height: 60px;
	display: inline-block;
	font-size: 0.9375rem;
	letter-spacing: 0.0625rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover {
	background: #ffe652;
	text-decoration: none;
	color: #2B3A45;
}
.button--gray {
	background: #F6F7F8;
}
.button--gray:hover {
	background: #edeff1;
}
input.button,button.button {
	padding-top: 0.125rem;
	border: none;
}
.bls-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 50px;
	-webkit-box-shadow: 0px 0px 16px rgba(20, 23, 25, 0.1);
	box-shadow: 0px 0px 16px rgba(20, 23, 25, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	background: #fff;
}
@media (min-width: 840px) {
	.bls-header {
		height: 70px;
	}
}
.bls-header .bls-logo {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto 0 15px;
}
@media (min-width: 840px) {
	.bls-header .bls-logo {
		margin: 0px auto 0 30px;
	}
}
@media (max-width: 839px) {
	.bls-header .bls-logo img {
		max-height: 44px;
		height: 28px;
	}
}
.bls-header .bls-cta {
	height: 50px;
	display: none;
}
@media (min-width: 840px) {
	.bls-header .bls-cta {
		display: block;
		height: 70px;
	}
}
.bls-header .bls-cta .button {
	height: 50px;
	padding-top: 26px;
}
@media (min-width: 840px) {
	.bls-header .bls-cta .button {
		height: 70px;
	}
}
.bls-header .bls-language-switcher {
	padding: 0 15px;
	margin: auto 0;
	display: none;
}
@media (min-width: 840px) {
	.bls-header .bls-language-switcher {
		display: block;
	}
}
.bls-header .bls-language-switcher .languages {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bls-header .bls-language-switcher .languages .language {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 60px;
	border: 2px solid #141719;
	color: #141719;
	font-weight: 700;
	font-size: 0.6875rem;
	text-align: center;
	padding-top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin: 0 2px;
}
.bls-header .bls-language-switcher .languages .language--active {
	background: #141719;
	color: #fff;
}
.bls-header .bls-hamburger {
	width: 60px;
	height: 50px;
	background: #fff;
	padding-top: 17px;
	cursor: pointer;
}
.bls-header .bls-hamburger .line {
	width: 20px;
	height: 2px;
	background: #141719;
	margin: 0 auto 5px;
}
@media (min-width: 840px) {
	.bls-header .bls-hamburger {
		height: 70px;
		width: 80px;
		padding-top: 27px;
	}
}
.bls-header .bls-language-switcher,.bls-header .bls-hamburger,.bls-header .bls-search,.bls-header .bls-cta {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.video-message {
    position: absolute;
    top: 100px;
    right: 40px;
    width: 500px;
    padding: 10px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    will-change: transform, opacity;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .video-message.visible {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .video-message video {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        outline: none !important;
    }

    .video-message .close-video {
        width: 40px;
        height: 40px;
        border-radius: 60px;
        background: #fff;
        -webkit-box-shadow: -3px 3px 10px 0 rgba(43, 58, 69, 0.15);
        box-shadow: -3px 3px 10px 0 rgba(43, 58, 69, 0.15);
        position: absolute;
        top: -10px;
        right: -10px;
        z-index: 10;
        cursor: pointer;
    }

        .video-message .close-video::before, .video-message .close-video::after {
            display: block;
            content: '';
            width: 24px;
            height: 2px;
            background: #2B3A45;
            position: absolute;
            top: 19px;
            left: 8px;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
        }

        .video-message .close-video::before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .video-message .close-video::after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }



.bls-nav {
	position: fixed;
	top: 0;
	right: 0;
	background: #F6F7F8;
	z-index: 300;
	display: none;
	width: 100%;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 100%;
}
.bls-nav .top {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid rgba(43, 58, 69, 0.1);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #F6F7F8;
}
.bls-nav .top .logo {
	display: inline-block;
	margin: 3px 0 0 30px;
}
@media (max-width: 839px) {
	.bls-nav .top .logo {
		margin: 11px 0 0 15px;
	}
	.bls-nav .top .logo img {
		height: 28px;
	}
}
@media (max-width: 839px) {
	.bls-nav .top {
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.bls-nav .close-nav {
	width: 80px;
	height: 70px;
	background-color: #FFE33E;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
@media (max-width: 839px) {
	.bls-nav .close-nav {
		width: 60px;
		height: 50px;
	}
}
.bls-nav .container {
	padding: 1.875rem 0 0 0;
	height: 100%;
	overflow: auto;
}
@media (min-width: 768px) {
	.bls-nav .container {
		height: -webkit-calc(100% - 70px);
		height: calc(100% - 70px);
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}
@media (min-width: 992px) {
	.bls-nav .container {
		padding-top: 5.625rem;
		padding-bottom: 5.625rem;
	}
}
.bls-nav ul.main-menu {
	margin: 0;
	padding: 3.75rem 0 1.875rem 2.5rem;
	list-style: none;
	width: 100%;
	/*height: 100%;
	*/
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
	.bls-nav ul.main-menu {
		-webkit-columns: 3;
		columns: 3;
		height: auto;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.bls-nav ul.main-menu {
		-webkit-columns: 4;
		columns: 4;
	}
}
.bls-nav ul.main-menu > li {
	margin-bottom: 1.875rem;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
}
.bls-nav ul.main-menu > li > a {
	font-weight: 600;
	color: #141719;
}
.bls-nav ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bls-nav ul.sub-menu li {
	margin-top: 0.625rem;
}
.bls-nav ul.sub-menu li a {
	color: #405259;
	font-size: 0.9375rem;
}
.bls-nav--open {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.bls-nav--done ul.main-menu,.bls-nav--done .top {
	opacity: 1;
}
.bls-nav .flag {
	width: 20px;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	margin-right: 0.3125rem;
	display: inline-block;
}
.page-nav {
	border-bottom: 1px solid #dfe3e6;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
}
.page-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-nav ul:after {
	content: '';
	clear: both;
	display: table;
}
.page-nav ul li {
	display: inline-block;
	margin-right: 1.875rem;
}
@media (max-width: 991px) {
	.page-nav ul li {
		display: block;
		float: left;
		width: 50%;
		margin: 0 0 0.375rem;
	}
}
.page-nav ul li a {
	color: #141719;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-size: 0.875rem;
}
.page-nav ul li.active a {
	font-weight: 600;
}
.bls-search {
	width: 60px;
	height: 50px;
	cursor: pointer;
	background: #2B3A45;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
}
@media (min-width: 840px) {
	.bls-search {
		height: 70px;
		width: 80px;
	}
}
.bls-search img {
	width: 60px;
	display: block;
	margin: auto;
}
@media (min-width: 840px) {
	.bls-search img {
		width: 80px;
	}
}
.bls-search:hover {
	background: #334552;
}
.bls-search-bar {
	width: 100%;
	position: absolute;
	height: 100%;
	right: 100%;
	top: 0;
	background: #F6F7F8;
	width: 200px;
	display: none;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media (min-width: 840px) {
	.bls-search-bar {
		width: 400px;
	}
}
.bls-search-bar--active {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.bls-search-bar label {
	display: none !important;
}
.bls-search-bar form {
	height: 100%;
	width: 100%;
}
.bls-search-bar .search-field {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	height: 100%;
	width: 100%;
	background: #F6F7F8;
	padding: 0.125rem 1.875rem 0;
	font-size: 0.875rem;
}
.bls-search-bar .search-field:focus {
	outline: none;
}
.bls-search-bar .search-submit {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	z-index: 10;
	height: 46px;
	margin: auto;
	padding: 0.0625rem 1.25rem 0;
	font-size: 0.75rem;
	border: none;
	background: rgba(43, 58, 69, 0.1);
	display: none;
}
.bls-top-spacer {
	width: 100%;
	height: 70px;
}
.bls-hero {
	width: 100%;
	height: 500px;
	background-color: rgba(20, 23, 25, 0.1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}

/* Nytt */
.bls-hero {
	background-image: url("../img/default-img.jpg')");
	width: 100%;
	height: 41em;
	background-size: cover;
	background-repeat: no-repeat;	
	margin-top: 2.4em;
	width: 100%;
	border-bottom: 8px solid #2B3A45;
}

.bls-hero-index.bls-hero {
	margin-top: 0;
	border-bottom: 0;
}

.bls-main--transport .bls-hero {
	border-bottom: 8px solid #38B9E7;
}

.bls-main--miljotransport .bls-hero {
	border-bottom: 8px solid #68b868;
}

.bls-main--specialtransport .bls-hero {
	border-bottom: 8px solid #FFE33E;
}

.bls-main--adr .bls-hero {
	border-bottom: 8px solid #D02643;
}

.bls-main--emotion .bls-hero {
	border-bottom: 8px solid #2B3A45;
}

/* Nytt slut */

.bls-hero--medium {
	height: 70vh;
}
@media (min-width: 992px) {
	.bls-hero--medium {
		height: 700px;
	}
}
.bls-hero--large {
	height: 70vh;
}
@media (min-width: 992px) {
	.bls-hero--large {
		height: 100vh;
		padding: 0;
	}
}
.bls-hero h1, .bls-hero h2, .bls-hero h3, .bls-hero h4, .bls-hero h5, .bls-hero h6, .bls-hero p {
	color: #fff;
}
.bls-hero .bls-pre-title {
	margin-bottom: 1.25rem;
	line-height: 1.2;
}
@media (min-width: 992px) {
	.bls-hero .bls-pre-title {
		line-height: 1;
	}
}
.bls-hero p {
	font-size: 0.9375rem;
}
@media (min-width: 992px) {
	.bls-hero p {
		font-size: 1.0625rem;
	}
}
.bls-hero .hero-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(43, 58, 69, 0.6);
	padding-top: 50px;
}
.bls-hero video {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.bls-quickfacts-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 10;
}
@media (min-width: 992px) {
	.bls-quickfacts-container {
		display: block;
	}
}
.bls-quickfacts {
	background: #F6F7F8;
}
.bls-quickfacts__title, .bls-quickfacts__fact {
	height: 80px;
}
.bls-quickfacts__title {
	background: #2B3A45;
	padding: 2.125rem 0 0 2.5rem;
}
.bls-quickfacts__title h3 {
	text-transform: uppercase;
	letter-spacing: 0.1875rem;
	font-weight: 400;
	font-size: 1rem;
	margin: 0;
}
.bls-quickfacts__fact {
	padding: 1.4375rem 0 0 2.5rem;
}
.bls-quickfacts__fact .bls-pre-title {
	font-size: 0.6875rem;
	color: #999999;
	margin: 0 0 0.3125rem;
}
.bls-quickfacts__fact .fact {
	font-weight: 600;
	color: #141719;
	letter-spacing: 0.125rem;
	font-size: 0.9375rem;
}
.bls-quickfacts__fact:not(:last-of-type) {
	border-right: 1px solid rgba(20, 23, 25, 0.08);
}
.bls-section--boxes {
	padding: 1.875rem 0 0;
}
@media (min-width: 992px) {
	.bls-section--boxes {
		padding: 5.625rem 0 5.9375rem;
	}
}
.bls-section--boxes .box {
	margin-bottom: 2.5rem;
}
.bls-section--boxes .box img {
	height: 70px;
	width: auto;
	margin: 0 0 1.875rem;
}
.bls-section--boxes .box p {
	padding-right: 0.625rem;
}
@media (min-width: 992px) {
	.bls-section--boxes .box {
		margin: 0;
	}
}
.bls-section--story {
	position: relative;
}
.bls-section--story .content {
	padding: 1.875rem 0;
	position: relative;
	z-index: 3;
}
@media (min-width: 992px) {
	.bls-section--story .content {
		padding: 8.125rem 0;
	}
}
@media (max-width: 991px) {
	.bls-section--story .content p {
		font-size: 0.875rem;
	}
}
.bls-section--story .image {
	width: 100%;
	height: 500px; /* 250px */
	background-color: #2B3A45;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media (min-width: 992px) {
	.bls-section--story .image {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 30%;
	}
}
@media (min-width: 1200px) {
	.bls-section--story .image {
		width: 38%;
	}
}
.bls-section--story .image--right {
	left: auto;
	right: 0;
}
.bls-section--news {
	padding: 1.875rem 0 0;
}
@media (min-width: 992px) {
	.bls-section--news {
		padding: 5.625rem 0 5.9375rem;
	}
}
.bls-section--news .news-article {
	margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
	.bls-section--news .news-article {
		margin-top: 1.25rem;
	}
}
.bls-section--news .news-article h3 {
	font-size: 1.125rem;
	line-height: 1.4;
}
@media (min-width: 992px) {
	.bls-section--news .news-article h3 {
		font-size: 1.375rem;
	}
}
.bls-section--news .news-article h3 a {
	color: #141719;
}
.bls-section--news .news-article h3 a:hover {
	color: #141719;
	text-decoration: none;
}
.bls-section--news .news-article p {
	padding-right: 0.625rem;
	font-size: 0.9375rem;
}
.bls-section--news .news-article__meta {
	margin-top: 1.875rem;
}
.bls-section--news .news-article__meta .tag {
	display: inline-block;
	line-height: 1.4;
	float: left;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	color: #cccccc;
	font-size: 0.875rem;
	font-weight: 600;
}
.bls-section--news .news-article__meta a {
	float: right;
}
.bls-section--news .news-article__meta::after {
	clear: both;
	content: '';
	display: table;
}
.news-article-list {
	padding-top: 1.875rem;
}
@media (min-width: 700px) {
	.news-article-list {
		padding-top: 2.5rem;
	}
}
.news-article-list .news-article {
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #dfe3e6;
}
@media (min-width: 700px) {
	.news-article-list .news-article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
.news-article-list .news-article__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	height: auto;
	margin: 0 0 1.25rem;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
@media (min-width: 700px) {
	.news-article-list .news-article__image {
		margin: 0.5rem 1.875rem auto auto;
	}
}
.news-article-list .news-article__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.news-article-list .news-article__title {
	font-size: 1.5rem;
	line-height: 1.4;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-bottom: 0.9375rem;
}
.news-article-list .news-article__title a {
	color: #141719;
}
.news-article-list .news-article p {
	font-size: 0.9375rem;
}
.news-article-list .news-article__meta {
	width: 100%;
	padding-top: 1.25rem;
}
.news-article-list .news-article__meta::after {
	content: '';
	clear: both;
	display: table;
}
.news-article-list .news-article__meta .read-more {
	display: block;
	float: right;
}
.news-article-list .news-article__category {
	text-transform: uppercase;
	font-size: 0.8125rem;
	letter-spacing: 0.0625rem;
	font-weight: 600;
	margin: 0 0 0.875rem;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #b3b3b3;
	float: left;
}
.list-nav::after {
	clear: both;
	content: '';
	display: table;
}
.list-nav .button:first-of-type {
	float: left;
}
.list-nav .button:last-of-type {
	float: right;
}
.bls-blog {
	padding: 0 0 2.5rem;
}
.bls-blog .blog-grid {
	padding-top: 2.5rem;
}
.bls-blog .blog-grid .row {
	margin: 0 -20px;
}
.bls-blog .blog-item {
	padding: 0 20px;
}
.bls-blog .blog-item img {
	margin-bottom: 1.5625rem;
}
.bls-blog .blog-item__title {
	font-size: 1.375rem;
	line-height: 1.4;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.bls-blog .blog-item p {
	font-size: 0.9375rem;
}
.bls-blog .blog-item__meta {
	width: 100%;
	padding-top: 1.5625rem;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #dfe3e6;
}
.bls-blog .blog-item__meta::after {
	content: '';
	clear: both;
	display: table;
}
.bls-blog .blog-item__meta .read-more {
	display: block;
	float: right;
}
.bls-blog .blog-item__category {
	text-transform: uppercase;
	font-size: 0.8125rem;
	letter-spacing: 0.0625rem;
	font-weight: 600;
	margin: 0 0 0.875rem;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #b3b3b3;
	float: left;
}
.bls-section--cta {
	background: #FFE33E;
	padding: 2.5rem 0 0.625rem;
}
@media (min-width: 992px) {
	.bls-section--cta {
		padding: 6.875rem 0;
	}
}
.bls-section--cta .cta-box {
	height: 300px;
	position: relative;
	background-color: #2B3A45;
	overflow: hidden;
	margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
	.bls-section--cta .cta-box {
		height: 380px;
		margin: 0;
	}
}
.bls-section--cta .cta-box__header {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 1.25rem 1.875rem 0.5rem;
	width: 75%;
	z-index: 2;
}
.bls-section--cta .cta-box__header a,.bls-section--cta .cta-box__header a:hover {
	text-decoration: none;
	color: #141719;
}
.bls-section--cta .cta-box__header .bls-pre-title {
	margin-bottom: 0.3125rem;
}
.bls-section--cta .cta-box__image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: all 20s linear;
	transition: all 20s linear;
	display: block;
}
.bls-section--cta .cta-box:hover .cta-box__image {
	-webkit-transform: scale(1.6) rotate(5deg);
	-ms-transform: scale(1.6) rotate(5deg);
	transform: scale(1.6) rotate(5deg);
}
.bls-page-content {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}
@media (min-width: 992px) {
	.bls-page-content {
		padding-top: 4.375rem;
		padding-bottom: 4.375rem;
		padding-right: 4.375rem;
	}
}
.bls-page-content .page-nav {
	margin-top: 3.75rem;
}
.bls-sidebar {
	padding-top: 1.25rem;
	padding-bottom: 1.875rem;
}
@media (min-width: 992px) {
	.bls-sidebar {
		padding-top: 6.25rem;
		padding-bottom: 5.625rem;
	}
}
.bls-gallery {
	margin: 1.875rem 0;
	position: relative;
}
.bls-gallery .flex-direction-nav {
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0 0.625rem;
	list-style: none;
	width: 100%;
}
.bls-gallery .flex-direction-nav .flex-nav-prev,.bls-gallery .flex-direction-nav .flex-nav-next {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../img/arrow_left.png);
	background-size: 60px 60px;
	text-indent: -9999px;
	opacity: .6;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bls-gallery .flex-direction-nav .flex-nav-prev:hover,.bls-gallery .flex-direction-nav .flex-nav-next:hover {
	opacity: 1;
}
.bls-gallery .flex-direction-nav .flex-nav-prev a,.bls-gallery .flex-direction-nav .flex-nav-next a {
	display: block;
	width: 100%;
	height: 100%;
}
.bls-gallery .flex-direction-nav .flex-nav-next {
	float: right;
	background-image: url(../img/arrow_right.png);
}
.bls-sidebar .sidebar-box {
	background: #2B3A45;
	color: #fff;
	padding: 1.875rem 1.875rem 1.5625rem;
	margin-bottom: 2.5rem;
}
.bls-sidebar .sidebar-box h1, .bls-sidebar .sidebar-box h2, .bls-sidebar .sidebar-box h3, .bls-sidebar .sidebar-box h4, .bls-sidebar .sidebar-box h5, .bls-sidebar .sidebar-box h6 {
	color: #fff;
}
.bls-sidebar .sidebar-box p {
	font-size: 0.875rem;
}
.bls-sidebar .sidebar-box .percent {
	font-size: 1.875rem;
	color: #FFE33E;
}
.bls-main--specialtransport .bls-sidebar .sidebar-box {
	background: #FFE33E;
	color: #2B3A45;
}
.bls-main--specialtransport .bls-sidebar .sidebar-box h1, .bls-main--specialtransport .bls-sidebar .sidebar-box h2, .bls-main--specialtransport .bls-sidebar .sidebar-box h3, .bls-main--specialtransport .bls-sidebar .sidebar-box h4, .bls-main--specialtransport .bls-sidebar .sidebar-box h5, .bls-main--specialtransport .bls-sidebar .sidebar-box h6 {
	color: #141719;
}
.bls-main--specialtransport .bls-sidebar .sidebar-box .percent {
	color: #141719;
}
.bls-main--adr .bls-sidebar .sidebar-box {
	background: #D02643;
}
.bls-main--adr .bls-sidebar .sidebar-box .percent {
	color: #fff;
}
.bls-main--transport .bls-sidebar .sidebar-box {
	background: #38B9E7;
}
.bls-main--transport .bls-sidebar .sidebar-box .percent {
	color: #fff;
}
.bls-main--miljotransport .bls-sidebar .sidebar-box {
	background: #68b868;
}
.bls-main--miljotransport .bls-sidebar .sidebar-box .percent {
	color: #fff;
}
.sidebar-documents {
	margin-bottom: 2.5rem;
}
.sidebar-documents .document-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.875rem;
}
.sidebar-documents .document-list li {
	display: block;
	position: relative;
	padding: 0.3125rem 0 0.5rem 1.75rem;
}
.sidebar-documents .document-list li a {
	color: #2B3A45;
}
.sidebar-documents .document-list .icon {
	width: 16px;
	margin-right: 10px;
	display: block;
	position: absolute;
	left: 0px;
}
.sidebar-contact + .sidebar-documents {
	border-top: 1px solid #dfe3e6;
	padding-top: 2.5rem;
}
.sidebar-socials {
	background: #F6F7F8;
	padding: 0.9375rem 1.875rem;
}
.sidebar-contact + .sidebar-socials {
	margin-top: 2.5rem;
}
.breadcrumbs {
	margin: 0 0 0.9375rem;
	padding: 0;
	list-style: none;
}
.breadcrumbs li {
	display: inline-block;
	margin: 0 0.5rem 0 0;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	color: #b3b3b3;
	letter-spacing: 0.0625rem;
}
.breadcrumbs li a {
	color: #141719;
}
.breadcrumbs li.separator {
	color: #141719;
}

.bls-main--transport .breadcrumbs li.separator {
	color: #38B9E7;
}

.bls-main--miljotransport .breadcrumbs li.separator {
	color: #68b868;
}

.bls-main--specialtransport .breadcrumbs li.separator {
	color: #FFE33E;
}

.bls-main--adr .breadcrumbs li.separator {
	color: #D02643;
}

.bls-main--emotion .breadcrumbs li.separator {
	color: #2B3A45;
}

/*
input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="name"],textarea,select {
	width: 100%;
	background: #F6F7F8;
	border: none;
	padding: 0 1.25rem;
	margin-bottom: 1.875rem;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/
textarea {
	height: 150px;
	min-height: 150px;
	max-height: 350px;
	max-width: 100%;
	min-width: 100%;
	padding: 1.25rem;
}
label:not(.radio-label),.bls-label {
	display: block;
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
}
.radio-label {
	font-weight: 400;
	font-size: 0.875rem;
}
.bls-form {
	padding: 1.875rem 0;
}
.bls-radios {
	margin-bottom: 1.875rem;
}
.bls-radios .bls-radio {
	display: inline-block;
	margin-right: 25px;
}
.bls-radios .bls-radio input {
	display: none;
}
.bls-radios .bls-radio label {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	position: relative;
	cursor: pointer;
}
.bls-radios .bls-radio label::before, .bls-radios .bls-radio label::after {
	content: '';
	display: inline-block;
	background: #F6F7F8;
	width: 30px;
	height: 30px;
	border-radius: 60px;
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}
.bls-radios .bls-radio label::before {
	margin-right: 0.5rem;
}
.bls-radios .bls-radio label::after {
	position: absolute;
	z-index: 3;
	left: 7px;
	top: 7px;
	background: #2B3A45;
	width: 16px;
	height: 16px;
	display: none;
}
.bls-radios .bls-radio label.checked::after {
	display: block;
}
.bls-faq {
	padding: 1.875rem 0;
	background: #F6F7F8;
}
@media (min-width: 992px) {
	.bls-faq {
		padding: 5.625rem 0;
	}
}
.bls-faq .faq-item {
	border-top: 1px solid #c3cacf;
}
.bls-faq .faq-item:last-of-type {
	border-bottom: 1px solid #c3cacf;
}
.bls-faq .faq-item header {
	height: 70px;
	cursor: pointer;
}
.bls-faq .faq-item header::after {
	clear: both;
	content: '';
	display: table;
}
.bls-faq .faq-item .faq-toggle {
	display: block;
	width: 16px;
	float: left;
	height: 70px;
	margin-right: 1.875rem;
	position: relative;
	text-indent: -9999px;
}
.bls-faq .faq-item .faq-toggle::before, .bls-faq .faq-item .faq-toggle::after {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background: #141719;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bls-faq .faq-item .faq-toggle::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.bls-faq .faq-item.active .faq-toggle::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.bls-faq .faq-item.active .faq-toggle::after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.bls-faq .faq-item .faq-question {
	font-size: 1.125rem;
	float: left;
	padding-top: 1.625rem;
	margin: 0;
}
.bls-faq .faq-item .faq-answer {
	padding-left: 2.875rem;
	padding-bottom: 1.875rem;
	display: none;
}
.bls-faq .faq-item .faq-answer p {
	font-size: 0.9375rem;
}
@media (max-width: 991px) {
	.bls-faq .faq-sidebar {
		margin-top: 2.5rem;
	}
}
.bls-faq .faq-sidebar h4 {
	line-height: 1.3;
}
.bls-faq .help-icon {
	width: 57px;
	margin-bottom: 1.25rem;
}
.bls-faq .contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bls-faq .contact-list li {
	display: block;
	margin: 0 0 0.3125rem 0;
}
.bls-faq .contact-list a {
	font-size: 0.875rem;
	color: #2B3A45;
	text-decoration: underline;
}
.bls-contacts {
	padding: 0 0 2.5rem;
}
.bls-contacts .filters {
	padding-bottom: 3.75rem;
}
.bls-contacts .filters button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	display: inline-block;
	color: #2B3A45;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-size: 0.75rem;
	margin-right: 1.875rem;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bls-contacts .filters button:focus {
	outline: none;
}
.bls-contacts .filters button:hover {
	color: #141719;
}
.bls-contacts .filters button::before {
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: #e8eaed;
	margin-right: 10px;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}
.bls-contacts .filters button.is-checked::after {
	display: inline-block;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: #405259;
	position: absolute;
	left: 4px;
	top: 4px;
}
.contact-box {
	margin-bottom: 2.5rem;
}
.contact-box p {
	font-size: 0.875rem;
	line-height: 1.9;
	margin: 0 0 .75rem;
}
.contact-box h1, .contact-box h2, .contact-box h3, .contact-box h4, .contact-box h5, .contact-box h6 {
	margin: 0 0 0.375rem;
}
.contact-box img {
	margin-bottom: 0.8rem;
}
.contact-box .role {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8125rem;
	letter-spacing: 0.0625rem;
}
.contact-box a {
	color: #141719;
	font-weight: 400;
	text-decoration: none;
}
.contact-box a:hover {
	color: #38B9E7;
}
.bls-offices {
	padding: 5.625rem 0;
	background: #FFE33E;
}
.bls-offices .container:first-child .bls-pre-title {
	color: #2B3A45;
}
.bls-offices .map {
	width: 100%;
	height: 260px;
}
.bls-offices .office {
	position: relative;
	margin-top: 1.875rem;
}
.bls-offices .office__info {
	background: #fff;
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	height: 80px;
	width: 92%;
	max-width: 300px;
	padding: 0.9375rem 0 0 1.25rem;
}
.bls-offices .office__info .bls-pre-title {
	margin-bottom: 0.3125rem;
}
.bls-offices .office__info h3 {
	font-size: 1.25rem;
}
.bls-offices .office__info h3 a {
	color: #141719;
}
.bls-footer {
	padding: 1.875rem 0;
	background: #2B3A45;
	color: #fff;
}
@media (min-width: 992px) {
	.bls-footer {
		padding: 5.625rem 0;
	}
}
@media (max-width: 991px) {
	.bls-footer .col-md-4 {
		margin-bottom: 2.5rem;
	}
}
.bls-footer h4 {
	font-size: 1.625rem;
	color: #fff;
}
.bls-footer p:not(.bls-pre-title) {
	font-size: 0.875rem;
}
.bls-footer p {
	color: #cccccc;
}
.bls-footer p img {
	width: 16px;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	margin-right: 0.3125rem;
	display: inline-block;
}
.bls-footer a {
	color: #fff;
}
.bls-footer .copyright {
	padding-top: 3.75rem;
	text-align: center;
}
.bls-footer .social-media {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
}
.bls-footer .social-media li {
	margin-bottom: 0.9375rem;
	font-size: 0.875rem;
}
.bls-footer .social-media li img {
	width: 20px;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	margin-right: 0.3125rem;
	display: inline-block;
}
.bls-footer .logo {
	margin-top: 2.5rem;
	display: inline-block;
}
/*# sourceMappingURL=style.css.map */

/* Nytt */
.page-nav .current_page_item {
	font-weight: bold;
}

.contact-grid {
	margin-top: 0.5em;
}

h5 {
	line-height: 1.7;
    font-weight: 300;
	font-size: 1.1875rem;
}

.sidebar-box.sidebar-services ul {
	list-style: none !important;
	padding-left: 0 !important;
}

.sidebar-box.sidebar-services li:before {
	content: '-';
	margin-right: 5px;
}

.sidebar-box.sidebar-services ul li a {
	font-size: 0.875rem;
	color: #FFFFFF;
}

.bls-main--specialtransport .sidebar-box.sidebar-services ul li a {
	font-size: 0.875rem;
	color: #000000;
}

.title-name {
	margin-bottom: 0 !important;
}

.vaxel-nr {
	margin-top: 0.75em !important;
}
.bls-service .borjes-worker {
	width: 28%;
	float: left;	
	margin-bottom: 1.5rem;
	margin-top: 1rem;	
}

.bls-service .borjes-worker:nth-child(odd) {
	margin-left: 30px;
	margin-right: 30px;
}

.wp-block-image {
	margin-top: 1em !important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.service-box.box {
	margin-bottom: 2.5rem;
}

.nf-form-fields-required {
    font-style: italic;
    font-size: 0.9em;
	margin-bottom: 1em;
    /*margin-top: 2em;*/
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

form input, form select, form textarea {
	max-width: 100%;
}

.form-control {
    cursor: pointer;
}

.font-small {
    font-size: 0.9rem;
	color: #000000;
}

.field-wrap>div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
	width: 100% !important;
}

.borjes-btn {
	background-color: #2B3A45;
	color: #FFFFFF;
	text-transform: uppercase;
	border: none;	
    font-weight: 600;    
	width: 100%;
	padding: 1.3em;
}

.dd-handle:hover {
    color: #333 !important;
    background: #fff
}

legend {
	border-bottom: 0;
}

#borjes-form {
	margin-top: 2em;
	background-color: #EFF0F1;
	padding: 3em;
}

.form-control {
	border: 0;
	border-radius: 0;
}

.nf-add-fieldset {
	text-transform: lowercase;
	background-color: #2B3A45;
    color: #FFFFFF;    
    border: none;
    font-weight: 600;    
    padding: 1em;
}

.nf-add-fieldset::first-letter {
	text-transform: uppercase;
}

.nf-add-fieldset::after {
	content: "+";
	margin-left: 0.3em;
}

.n2-active {
	background-color: #2B3A45FF !important;
}

#borjes-slider h5 {
	font-size: 16px !important;
}

/*
.borjes-50 {
	/*width: 50%;
}

.borjes-50 .field-wrap:last-child {
	display: inline-flex !important;
}

.pikaday__display {
	width: 50% !important;
}*/

@media screen and (max-width: 1200px) {
	.bls-service .borjes-worker {
		width: 44%;
	}
}

@media screen and (max-width: 530px) {
	.bls-service .borjes-worker {
		width: 100%;
		float: none;
	}

	.bls-service .borjes-worker:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 756px) {
	.bls-sidebar {
		width: 100%;
	}
}

#borjes-sok-tjanst {
	width: 2em;
	display: inline;
}

@media screen and (max-width: 550px) {
	#borjes-form {
		padding: 1.5em;
	}

	#borjes-form .one-half {
		width: 100%;
		margin-left: 0;
	}
}

#borjes-search .search-submit {
	display: flex;
	margin-left: -1px;
}

.publish-title {
	margin-bottom: 0.3em;
}

.publish-date {
	font-size: 0.9rem; 
	color: #777;
	font-weight: bold; 
	display: block;
	margin-bottom: 1.5em;
}

#breadcrumbs {
	text-transform: uppercase !important;
	font-size: 0.75rem;
    font-weight: 600;
	color: #141719;
}

#breadcrumbs {
	margin-bottom: 0;
}

#breadcrumbs a {
	color: #141719;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#breadcrumbs a:first-child {
	margin-left: 0;
}

#breadcrumbs span span span{
	margin-left: 0.5em;
}

.breadcrumb_last {
	color: #b3b3b3;
}

@media screen and (max-width: 767px) {
	.bls-hero {
		height: 30em;
	}

	.bls-section--cta .row {
		display: block !important;
	}
}

@media screen and (max-width: 992px) {
	#bls-video {
		display: none;
	}
}

.prev-btn {
	float: left !important;
}
/* Nytt slut */