<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*normalise */
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.addScroll {
  overflow-y: scroll;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: ;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}


.span {
  display: inline-block;
  margin-right: -0.25%;
  margin-left: 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col:first-child, .span:first-child {
  margin-left: 0;
}
.span.span1 {
  width: 3.666666%;
}
.span.span2 {
  width: 7.833332%;
}
.span.span3 {
  width: 11.999998000000001%;
}
.span.span4 {
  width: 16.166664%;
}
.span.span5 {
  width: 20.33333%;
}
.span.span6 {
  width: 24.499996000000003%;
}
.span.span7 {
  width: 28.666662000000002%;
}
.span.span8 {
  width: 32.833328%;
}
.span.span9 {
  width: 36.999994%;
}
.span.span10 {
  width: 41.16666%;
}
.span.span11 {
  width: 45.333326%;
}
.span.span12 {
  width: 49.499992000000006%;
}
.span.span13 {
  width: 53.666658000000005%;
}
.span.span14 {
  width: 57.833324000000005%;
}
.span.span15 {
  width: 61.999990000000004%;
}
.span.span16 {
  width: 66.166656%;
}
.span.span17 {
  width: 70.33332200000001%;
}
.span.span18 {
  width: 74.499988%;
}
.span.span19 {
  width: 78.66665400000001%;
}
.span.span20 {
  width: 82.83332%;
}
.span.span21 {
  width: 86.999986%;
}
.span.span22 {
  width: 91.166652%;
}
.span.span23 {
  width: 95.333318%;
}
.span.span24 {
  width: 100%;
}
.row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

/* skeleton */
/*-------------------- NEW SPRITING ---------------*/
/* function to set background position at before,after level */

/* media query for larger screen - ipad/desktop */
@media only screen and (min-width: 769px) {
.container {
  padding-right: 2em;
  padding-left: 2em;
}
/* padding needs to be tested /* Use this whenever you need a full-width */
.row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col {
  margin-left: 1.5%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.colZero {
  margin: 0%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col1 {
  width: 2.7291666666666665%;
}
.col2 {
  width: 6.958333333333333%;
}
.col3 {
  width: 11.1875%;
}
.col4 {
  width: 15.416666666666666%;
}
.col5 {
  width: 19.645833333333332%;
}
.col6 {
  width: 23.875%;
}
.col7 {
  width: 28.104166666666664%;
}
.col8 {
  width: 32.33333333333333%;
}
.col9 {
  width: 36.5625%;
}
.col10 {
  width: 40.791666666666664%;
}
.col11 {
  width: 45.02083333333333%;
}
.col12 {
  width: 49.25%;
}
.col13 {
  width: 53.479166666666664%;
}
.col14 {
  width: 57.70833333333333%;
}
.col15 {
  width: 61.9375%;
}
.col16 {
  width: 66.16666666666666%;
}
.col17 {
  width: 70.39583333333333%;
}
.col18 {
  width: 74.625%;
}
.col19 {
  width: 78.85416666666666%;
}
.col20 {
  width: 83.08333333333333%;
}
.col21 {
  width: 87.3125%;
}
.col22 {
  width: 91.54166666666666%;
}
.col23 {
  width: 95.77083333333333%;
}
.col24 {
  width: 100%;
  margin-left: 0;
}
.col:first-child {
  margin-left: 0;
}
.colZero {
  margin: 0;
  float: left;
}
.colZero.col1 {
  width: 4.166666666666667%;
}
.colZero.col2 {
  width: 8.333333333333334%;
}
.colZero.col3 {
  width: 12.5%;
}
.colZero.col4 {
  width: 16.666666666666668%;
}
.colZero.col5 {
  width: 20.833333333333336%;
}
.colZero.col6 {
  width: 25%;
}
.colZero.col7 {
  width: 29.166666666666668%;
}
.colZero.col8 {
  width: 33.333333333333336%;
}
.colZero.col9 {
  width: 37.5%;
}
.colZero.col10 {
  width: 41.66666666666667%;
}
.colZero.col11 {
  width: 45.833333333333336%;
}
.colZero.col12 {
  width: 50%;
}
.colZero.col13 {
  width: 54.16666666666667%;
}
.colZero.col14 {
  width: 58.333333333333336%;
}
.colZero.col15 {
  width: 62.50000000000001%;
}
.colZero.col16 {
  width: 66.66666666666667%;
}
.colZero.col17 {
  width: 70.83333333333334%;
}
.colZero.col18 {
  width: 75%;
}
.colZero.col19 {
  width: 79.16666666666667%;
}
.colZero.col20 {
  width: 83.33333333333334%;
}
.colZero.col21 {
  width: 87.5%;
}
.colZero.col22 {
  width: 91.66666666666667%;
}
.colZero.col23 {
  width: 95.83333333333334%;
}
.colZero.col24 {
  width: 100%;
}
.col.offsetBy1 {
  margin-left: 5.729166666666666%;
}
.col.offsetBy2 {
  margin-left: 9.958333333333332%;
}
.col.offsetBy3 {
  margin-left: 14.1875%;
}
.col.offsetBy4 {
  margin-left: 18.416666666666664%;
}
.col.offsetBy5 {
  margin-left: 22.645833333333332%;
}
.col.offsetBy6 {
  margin-left: 26.875%;
}
.col.offsetBy7 {
  margin-left: 31.104166666666664%;
}
.col.offsetBy8 {
  margin-left: 35.33333333333333%;
}
.col.offsetBy9 {
  margin-left: 39.5625%;
}
.col.offsetBy10 {
  margin-left: 43.791666666666664%;
}
.col.offsetBy11 {
  margin-left: 48.02083333333333%;
}
.col.offsetBy12 {
  margin-left: 52.25%;
}
.col.offsetBy13 {
  margin-left: 56.479166666666664%;
}
.col.offsetBy14 {
  margin-left: 60.70833333333333%;
}
.col.offsetBy15 {
  margin-left: 64.9375%;
}
.col.offsetBy16 {
  margin-left: 69.16666666666666%;
}
.col.offsetBy17 {
  margin-left: 73.39583333333333%;
}
.col.offsetBy18 {
  margin-left: 77.625%;
}
.col.offsetBy19 {
  margin-left: 81.85416666666666%;
}
.col.offsetBy20 {
  margin-left: 86.08333333333333%;
}
.col.offsetBy21 {
  margin-left: 90.3125%;
}
.col.offsetBy22 {
  margin-left: 94.54166666666666%;
}
.col.offsetBy23 {
  margin-left: 98.77083333333333%;
}
.col.offsetBy1:first-child {
  margin-left: 4.229166666666666%;
}
.col.offsetBy2:first-child {
  margin-left: 8.458333333333332%;
}
.col.offsetBy3:first-child {
  margin-left: 12.6875%;
}
.col.offsetBy4:first-child {
  margin-left: 16.916666666666664%;
}
.col.offsetBy5:first-child {
  margin-left: 21.145833333333332%;
}
.col.offsetBy6:first-child {
  margin-left: 25.375%;
}
.col.offsetBy7:first-child {
  margin-left: 29.604166666666664%;
}
.col.offsetBy8:first-child {
  margin-left: 33.83333333333333%;
}
.col.offsetBy9:first-child {
  margin-left: 38.0625%;
}
.col.offsetBy10:first-child {
  margin-left: 42.291666666666664%;
}
.col.offsetBy11:first-child {
  margin-left: 46.52083333333333%;
}
.col.offsetBy12:first-child {
  margin-left: 50.75%;
}
.col.offsetBy13:first-child {
  margin-left: 54.979166666666664%;
}
.col.offsetBy14:first-child {
  margin-left: 59.20833333333333%;
}
.col.offsetBy15:first-child {
  margin-left: 63.4375%;
}
.col.offsetBy16:first-child {
  margin-left: 67.66666666666666%;
}
.col.offsetBy17:first-child {
  margin-left: 71.89583333333333%;
}
.col.offsetBy18:first-child {
  margin-left: 76.125%;
}
.col.offsetBy19:first-child {
  margin-left: 80.35416666666666%;
}
.col.offsetBy20:first-child {
  margin-left: 84.58333333333333%;
}
.col.offsetBy21:first-child {
  margin-left: 88.8125%;
}
.col.offsetBy22:first-child {
  margin-left: 93.04166666666666%;
}
.col.offsetBy23:first-child {
  margin-left: 97.27083333333333%;
}
} /*media query for desktop ends*/
.span {
  display: inline-block;
  margin-right: -0.25%;
  margin-left: 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col:first-child, .span:first-child {
  margin-left: 0;
}
.span.span1 {
  width: 3.666666%;
}
.span.span2 {
  width: 7.833332%;
}
.span.span3 {
  width: 11.999998000000001%;
}
.span.span4 {
  width: 16.166664%;
}
.span.span5 {
  width: 20.33333%;
}
.span.span6 {
  width: 24.499996000000003%;
}
.span.span7 {
  width: 28.666662000000002%;
}
.span.span8 {
  width: 32.833328%;
}
.span.span9 {
  width: 36.999994%;
}
.span.span10 {
  width: 41.16666%;
}
.span.span11 {
  width: 45.333326%;
}
.span.span12 {
  width: 49.499992000000006%;
}
.span.span13 {
  width: 53.666658000000005%;
}
.span.span14 {
  width: 57.833324000000005%;
}
.span.span15 {
  width: 61.999990000000004%;
}
.span.span16 {
  width: 66.166656%;
}
.span.span17 {
  width: 70.33332200000001%;
}
.span.span18 {
  width: 74.499988%;
}
.span.span19 {
  width: 78.66665400000001%;
}
.span.span20 {
  width: 82.83332%;
}
.span.span21 {
  width: 86.999986%;
}
.span.span22 {
  width: 91.166652%;
}
.span.span23 {
  width: 95.333318%;
}
.span.span24 {
  width: 100%;
}
.row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

/* style */


body {
	font-family: Lato, 'open sans', Helvetica, Arial, sans-serif;
	background-image:url('../_img/bg.png') ; 
	font-size:15px;
	line-height:19px;
	background-color:#fff;
}

a{
	text-decoration:none;
	color:#36c;
}
img{
	max-width:100%;
}
.inline li,
.inline{
	display:inline-block;
}
.tCenter{
	text-align:center
}
.fRight{
	float:right;
}
.tRight{
	text-align:right
}
.fLeft{
	float:left;
}
.tLeft{
	text-align:left
}

/* style for primary nav */

.container{
	padding:20px;
}

.primNav{
	background:#fbfdfc;
	padding:10px
}

.primaryNavHeader{
	background:#ff383f;
}

.menuIcon,
.mobileBanner{
	display:none
}
.primaryNavHeader .brand{
	color:#fff;
	padding:20px;
	display:block
}
.primaryNavHeader strong{
	display:block;
	font-size:36px;
	background:0 1px 1px rgba(0,0,0,100)
}
.primaryNavHeader small{
	display:block;
	font-size:13px;
	margin-top:5px;
}

.primNav{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.primNavItem{
	border-bottom: 1px solid #e5e5e5;
}

.primNavItem:last-child{
	border-bottom: 0px;
}

.primNavLink{
	display:block;
	padding:10px 0;
	color:#ff383f;
}
.primNavLink:hover{
	text-decoration:underline;
}

.home .homeLink,
.letter .letterLink,
.norge .norgeLink,
.pakke .pakkeLink,
.budtjenest .budtjenestLink,
.franking .frankingLink{
	color:#bebebe;
}
.pageHeader{
	border-bottom: 1px solid #d4d4d4;
	margin-bottom:30px;
	padding:20px 0;
}

.pageHeader h2{
	font-size:40px;
	line-height:48px;
	
}

.socialNav{
	font-size:0px;
}

.services{
	margin:0 20px 20px 0;
}

.services strong{
	display:block;
	margin-top:10px;
}

.services a{
	display:block;
}

.cta{
	margin:20px 0 30px 0;
}

.cta a{
	display:block;
}

.cta .span{
	vertical-align:middle;
}
.cta small,
.cta strong,
.services strong{
	color :#000;
}

.cta small{
	display:block;
	font-size:13px
	color:#999;
}

.paraHeading{
	font-size: 20px;
    font-weight: bold;
    line-height: 30px;
	margin-bottom:20px;
}

.tableHeading{
	font-weight: bold;
	margin-bottom:10px
}

.letters li{
	margin-bottom:25px;
}

.letters strong{
	display:block;
	font-size:15px;
	line-height:20px;
	color:#000;
}

.letters small{
	font-size:13px;
	color:#444;
	line-height:17px
}

.list{
	margin-bottom:15px;
}
.list li{
font-size:15px;
	margin:0 0 10px 20px;
	color:#444;
	line-height:25px;
	list-style:disc;
}
.para{
	font-size:15px;
	margin-bottom:20px;
	color:#444;
	line-height:25px
}


.infoTable{
	width:100%;
	border:	1px solid #e5e5e5; 
	margin-bottom:30px;
}
th,td{
	padding: 15px 10px !important;
	font-size:13px;
}
th{
	background:#d5edf5;
    padding: 15px 10px !important;
	text-align: left;
}

td{
    color: #666666;
    
    white-space: nowrap;
    text-align: left;
	border-bottom:1px solid #e5e5e5;
}

td:first-child{
	background:#f7f7f7;
}

tr{
	background:#fff;
}

th &gt; small{
	display:block
}

.ico48{
	height:48px;
	width:48px;
	display:block
}
.socialNav li{
	margin-left:10px;
}
.socialNav .sprite{
	background-color:#fff;
	border-radius:48px;
}
.sprite{
	display:block;
	background-image:url(../_img/sprite.png);
	background-repeat: no-repeat;
}

.fb{
	background-position: -1px -64px;
	width:49px
}

.twitter{
	background-position: -49px -64px;
    width: 49px;
}

.gplus{
	background-position: -97px -64px;
    width: 49px;
}

.icons{
	background-color:#fff;
	padding:10px;
    border-radius:45px;
    border:1px solid #ff383f;
	
	height:45px;
	width:45px;
}

.letter{
	background-position: 0px 0px;
}

.package{
	background-position: -62px 0px;
}

.franking{
	background-position: -125px 0px;
}

.courier{
	background-position: -193px 0px;
}

.post{
	background-position: -255px 0px;
}

.ico16{
	display:inline-block;
	height:16px;
	width:16px;
	/*margin-left:20px;
	margin-bottom:10px;*/
}

.tick{
	background:url(../_img/tick.png) no-repeat;
	vertical-align: top;
	margin-top: 5px;
    opacity: 0.4;
}

.keywordBanner{
	width:468px;
	margin:0 auto 20px auto;
	text-align:center;
	
}
.squareBanner{
	width:300px;
	margin:20px auto;
	text-align:center;
	border:1px solid #e5e5e5
}
/* styles for footer*/

.footer{
	background:#a9a9a9;
	padding:25px;
	color:#efefef;
}

.footerHeading{
	margin-bottom: 5px;
}

.footer a{
	color:#efefef;
}

.footer p{
	display:block;
	font-size:12px;
	line-height: 15px;
}

.mBottom {
margin-bottom: 25px;
}


/* anything smaller than ipad */
@media only screen and (max-width: 768px) {
	
	body &gt; .container{
		padding:0px;
	}
	
	.contentBody{
		padding-right:10px;
		padding-left:10px;
	}
	.mobileBanner{
		display:block;
		margin:20px 0;
	}
	.socialNav,
	.squareBanner,
	.tallBanner,
	.keywordBanner,
	.primNav,
	.home .menuIcon{
		display:none;
	}
	.menuIcon{
		display:block;
		position: absolute;
		left:10px;
		top:32px;
		height: 32px;
		width:32px;

		background-position: -150px -64px;
	}
	.primaryNavHeader{
		position: relative;
		text-align: center;
		padding:20px 40px;
	}
	
	.primaryNavHeader .brand{
		padding:0 10px;
	}
	
	.primNav{
		padding:0;
	}
	
	
	
	.services{
		margin: 0 0px 20px 0;
		width: 49%;
		box-sizing: border-box;
	}
	.services .icons{
		display:inline-block;
		margin:auto;
	}
	
	.cta{
		text-align:center;
	}
	.cta .span3{
		width:auto;
		margin:auto;
	}
	.cta .span:last-child{
		display:block;
		width:100%;
		margin:10px 0 0 0;
	}
	
	.cardLink{
		height:auto;
	}
	
	.pageHeader h2 {
    	font-size: 32px;
		line-height: 40px;
	}
	
	th, td {
    	padding: 10px 5px !important;
		font-size: 11px;
	}
	
	body &gt; footer.container {
		padding:20px 10px;
	}
}</pre></body></html>