/*
Theme Name: Releasy
Author: Ackebrink
Author URI: http://www.ackebrink.se
Description: A theme for the Releasy website
Version: 1.0

*/
/* line 17, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../../../../compass/scss/_base.scss */
html, body {
  background-color: #fcfcfc;
  background-image: url(images/backgrounds/angle.png);
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 9, ../../../../compass/scss/_base.scss */
#wrapper {
  background-image: url(images/backgrounds/noise.png);
  background-repeat: repeat;
  border-bottom: 1px solid #dbdbdb;
}

/* line 19, ../../../../compass/scss/_base.scss */
.content-wrapper {
  width: 950px;
  margin: 0 auto;
}
/* line 2, ../../../../compass/scss/_mixins.scss */
.content-wrapper:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 2, ../../../../compass/scss/_mixins.scss */
.content-wrapper:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 25, ../../../../compass/scss/_base.scss */
.box {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  margin-bottom: 18px;
}
/* line 2, ../../../../compass/scss/_mixins.scss */
.box:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 32, ../../../../compass/scss/_base.scss */
.box .top {
  padding: 20px;
}
/* line 36, ../../../../compass/scss/_base.scss */
.box .top h1 > a, .box .top h2 > a, .box .top h3 > a, .box .top h4 > a {
  color: #222;
}
/* line 38, ../../../../compass/scss/_base.scss */
.box .top h1 > a:hover, .box .top h2 > a:hover, .box .top h3 > a:hover, .box .top h4 > a:hover {
  color: #48791c;
}
/* line 45, ../../../../compass/scss/_base.scss */
.box .bottom {
  border-top: 1px solid #ddd;
  background-color: #eee;
  padding: 10px 20px;
  overflow: hidden;
}
/* line 51, ../../../../compass/scss/_base.scss */
.box .bottom.boxed {
  border: 1px solid #ddd;
  margin: 0px 20px 20px;
}
/* line 56, ../../../../compass/scss/_base.scss */
.box .bottom.container {
  padding: 0px;
}
/* line 59, ../../../../compass/scss/_base.scss */
.box .bottom.container iframe {
  margin-bottom: -5px;
}
/* line 64, ../../../../compass/scss/_base.scss */
.box .bottom .button {
  float: right;
  display: inline;
}

/* line 72, ../../../../compass/scss/_base.scss */
.image {
  padding: 5px;
  background-color: white;
  border: 1px solid #ccc;
  overflow: hidden;
}
/* line 78, ../../../../compass/scss/_base.scss */
.image img {
  width: 100%;
  height: auto;
  float: left;
}

/* line 85, ../../../../compass/scss/_base.scss */
body span.skype_pnh_container {
  display: none !important;
  /* here, but it increases CSS */
  visibility: hidden !important;
  /* specificity – just in case ... */
}

/* line 90, ../../../../compass/scss/_base.scss */
body span[class^="skype_pnh_print_container"] {
  display: inline !important;
}

/* line 94, ../../../../compass/scss/_base.scss */
.thanks {
  background-color: white;
  border: 1px solid #CCCCCC;
  padding: 15px 20px;
  margin: 10px 0px;
}
/* line 101, ../../../../compass/scss/_base.scss */
.thanks strong {
  font-size: 16px;
  font-weight: bold;
}
/* line 106, ../../../../compass/scss/_base.scss */
.thanks p {
  margin-bottom: 0px;
}

/* line 111, ../../../../compass/scss/_base.scss */
.alignleft, .alignright, .aligncenter {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: white;
}

/* line 117, ../../../../compass/scss/_base.scss */
.aligncenter {
  display: block;
  margin: 0px auto;
}

/* line 122, ../../../../compass/scss/_base.scss */
.alignleft {
  float: left;
  display: inline;
  margin: 0px 20px 20px;
  margin-left: 0px;
}

/* line 129, ../../../../compass/scss/_base.scss */
.alignright {
  float: right;
  display: inline;
  margin: 0px 20px 20px;
  margin-right: 0px;
}

/* line 1, ../../../../compass/scss/_text.scss */
body {
  font-family: "Arial", "sans-serif";
  font-size: 12px;
  line-height: 1.5;
  color: #222;
}

/* line 10, ../../../../compass/scss/_text.scss */
h1, h2, h3, h4, p {
  margin-bottom: 18px;
}

/* line 14, ../../../../compass/scss/_text.scss */
strong {
  font-weight: bold;
}

/* line 18, ../../../../compass/scss/_text.scss */
em {
  font-style: italic;
}

/* line 22, ../../../../compass/scss/_text.scss */
a {
  color: #48791c;
  text-decoration: none;
}
/* line 26, ../../../../compass/scss/_text.scss */
a:hover {
  color: #61a226;
  text-decoration: underline;
}
/* line 31, ../../../../compass/scss/_text.scss */
a:visited {
  color: #496e27;
}

/* line 36, ../../../../compass/scss/_text.scss */
ul {
  list-style-type: disc;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 18px;
}

/* line 73, ../../../../compass/scss/_text.scss */
.very-large {
  font-size: 30px;
}

/* line 77, ../../../../compass/scss/_text.scss */
.large {
  font-size: 20px;
}

/* line 81, ../../../../compass/scss/_text.scss */
.medium {
  font-size: 16px;
}

/* line 85, ../../../../compass/scss/_text.scss */
.small {
  font-size: 12px;
}

/* line 1, ../../../../compass/scss/_form.scss */
form {
  padding: 10px 0px;
}
/* line 2, ../../../../compass/scss/_mixins.scss */
form:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 5, ../../../../compass/scss/_form.scss */
form p {
  margin-top: 18px;
  margin-bottom: 0px;
}
/* line 9, ../../../../compass/scss/_form.scss */
form p:first-child {
  margin-top: 0px;
}
/* line 14, ../../../../compass/scss/_form.scss */
form input[type="text"] {
  display: block;
  padding: 3px 5px;
}
/* line 19, ../../../../compass/scss/_form.scss */
form input[type="text"].error::-webkit-input-placeholder {
  color: red;
}
/* line 27, ../../../../compass/scss/_form.scss */
form input.placeholder {
  color: grey;
}
/* line 31, ../../../../compass/scss/_form.scss */
form input.error {
  color: red;
}

/* line 1, ../../../../compass/scss/_buttons.scss */
.button {
  background-image: url("images/graphics/buttons.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: none;
  padding: 0 0 0 15px;
  display: inline-block;
  height: 30px;
  cursor: pointer;
}
/* line 11, ../../../../compass/scss/_buttons.scss */
.button span {
  background-image: url("images/graphics/buttons.png");
  background-repeat: no-repeat;
  background-position: right -30px;
  color: #fff;
  font-weight: bold;
  padding: 5px 18px 0 0;
  white-space: nowrap;
  display: inline-block;
  height: 27px;
  cursor: pointer;
}
/* line 24, ../../../../compass/scss/_buttons.scss */
.button:hover {
  text-decoration: none;
  background-position: 0 -60px;
}
/* line 28, ../../../../compass/scss/_buttons.scss */
.button:hover span {
  background-position: right -90px;
}
/* line 33, ../../../../compass/scss/_buttons.scss */
.button:active, .button.active {
  background-position: 0 -120px;
}
/* line 36, ../../../../compass/scss/_buttons.scss */
.button:active span, .button.active span {
  background-position: right -150px;
  color: #f4f4f4;
}
/* line 42, ../../../../compass/scss/_buttons.scss */
.button.blue {
  background-position: 0 -180px;
}
/* line 45, ../../../../compass/scss/_buttons.scss */
.button.blue span {
  background-position: right -210px;
}
/* line 50, ../../../../compass/scss/_buttons.scss */
.button.blue:hover {
  background-position: 0 -240px;
}
/* line 53, ../../../../compass/scss/_buttons.scss */
.button.blue:hover span {
  background-position: right -270px;
}
/* line 58, ../../../../compass/scss/_buttons.scss */
.button.blue:active, .button.blue.active {
  background-position: 0 -300px;
}
/* line 61, ../../../../compass/scss/_buttons.scss */
.button.blue:active span, .button.blue.active span {
  background-position: right -330px;
}
/* line 67, ../../../../compass/scss/_buttons.scss */
.button.white {
  background-position: 0 -360px;
}
/* line 70, ../../../../compass/scss/_buttons.scss */
.button.white span {
  background-position: right -390px;
  color: #6b6b6b;
}
/* line 76, ../../../../compass/scss/_buttons.scss */
.button.white:hover {
  background-position: 0 -420px;
}
/* line 79, ../../../../compass/scss/_buttons.scss */
.button.white:hover span {
  background-position: right -450px;
}
/* line 84, ../../../../compass/scss/_buttons.scss */
.button.white:active, .button.white.active {
  background-position: 0 -480px;
}
/* line 87, ../../../../compass/scss/_buttons.scss */
.button.white:active span, .button.white.active span {
  background-position: right -510px;
  color: #8b8b8b;
}

/* line 1, ../../../../compass/scss/layout/_header.scss */
#header {
  padding-top: 68px;
  position: relative;
}
/* line 5, ../../../../compass/scss/layout/_header.scss */
#header #logo {
  float: left;
  display: inline;
}
/* line 9, ../../../../compass/scss/layout/_header.scss */
#header #logo h1 {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 14, ../../../../compass/scss/layout/_header.scss */
#header .box.called {
  position: absolute;
  top: 0;
  right: -15px;
  padding: 12px 12px 10px 20px;
  font-weight: bold;
  color: #454545;
  border-top: none;
}
/* line 23, ../../../../compass/scss/layout/_header.scss */
#header .box.called p {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 28, ../../../../compass/scss/layout/_header.scss */
#header .box.called p a.button {
  margin-left: 54px;
}
/* line 34, ../../../../compass/scss/layout/_header.scss */
#header #main-menu {
  float: right;
  display: inline;
  background-color: #48791c;
  margin-top: 10px;
  position: relative;
  right: -13px;
}
/* line 42, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 45, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul li {
  float: left;
  display: inline;
  margin-left: 1px;
  background-image: url(images/graphics/main-menu/bg.png);
  background-repeat: repeat-x;
  border-left: 1px solid #84A958;
  border-right: 1px solid #84A958;
}
/* line 58, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul li.first {
  margin-left: 0px;
  border-left: none;
}
/* line 62, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul li.first a {
  padding-left: 35px;
  background-image: url(images/graphics/main-menu/bg-left.png);
  background-repeat: no-repeat;
  background-position: top left;
}
/* line 73, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul li.last {
  border-right: none;
}
/* line 76, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul li.last a {
  padding-right: 35px;
  background-image: url(images/graphics/main-menu/bg-right.png);
  background-repeat: no-repeat;
  background-position: top right;
}
/* line 90, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul li.current_page_item, #header #main-menu ul li.current-page-ancestor {
  background-image: none;
  border-color: #48791c;
}
/* line 94, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul li.current_page_item.first a, #header #main-menu ul li.current-page-ancestor.first a {
  background-image: url(images/graphics/main-menu/bg-left-selected.png);
}
/* line 98, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul li.current_page_item.last a, #header #main-menu ul li.current-page-ancestor.last a {
  background-image: url(images/graphics/main-menu/bg-right-selected.png);
}
/* line 103, ../../../../compass/scss/layout/_header.scss */
#header #main-menu ul li a {
  display: block;
  padding: 0px 25px;
  height: 37px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5;
  text-decoration: none;
}

/* line 120, ../../../../compass/scss/layout/_header.scss */
#sub-menu {
  overflow: hidden;
}
/* line 123, ../../../../compass/scss/layout/_header.scss */
#sub-menu:before {
  content: " ";
  background-image: url(images/graphics/submenu-arrow.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 10px;
  height: 10px;
}
/* line 134, ../../../../compass/scss/layout/_header.scss */
#sub-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: right;
  display: inline;
}
/* line 141, ../../../../compass/scss/layout/_header.scss */
#sub-menu li {
  float: left;
  display: block;
  padding: 0px 12px;
  border-left: 1px solid #ddd;
}
/* line 147, ../../../../compass/scss/layout/_header.scss */
#sub-menu li:first-child {
  border-left: 0px;
}
/* line 151, ../../../../compass/scss/layout/_header.scss */
#sub-menu li a {
  font-weight: bold;
  display: block;
  margin: 7px 0px;
}
/* line 157, ../../../../compass/scss/layout/_header.scss */
#sub-menu li.active {
  background-color: #eee;
}
/* line 160, ../../../../compass/scss/layout/_header.scss */
#sub-menu li.active a {
  color: #222;
}

/* line 1, ../../../../compass/scss/layout/_content.scss */
#content {
  padding-bottom: 30px;
}

/* line 5, ../../../../compass/scss/layout/_content.scss */
.main-content {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 550px;
  margin-top: 20px;
}
/* line 147, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .main-content {
  overflow-x: hidden;
}
/* line 9, ../../../../compass/scss/layout/_content.scss */
.main-content .lead {
  margin-bottom: 36px;
}
/* line 12, ../../../../compass/scss/layout/_content.scss */
.main-content .lead > h1 {
  margin-bottom: 0px;
}
/* line 16, ../../../../compass/scss/layout/_content.scss */
.main-content .lead > p {
  font-size: 14px;
  color: #6b6b6b;
}
/* line 22, ../../../../compass/scss/layout/_content.scss */
.main-content h2 {
  font-size: 20px;
}
/* line 26, ../../../../compass/scss/layout/_content.scss */
.main-content h3 {
  font-size: 16px;
}
/* line 30, ../../../../compass/scss/layout/_content.scss */
.main-content h4 {
  font-size: 12px;
  font-weight: bold;
}
/* line 35, ../../../../compass/scss/layout/_content.scss */
.main-content em {
  font-style: italic;
}

/* line 40, ../../../../compass/scss/layout/_content.scss */
.sidebar-content {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px;
  display: inline;
  float: left;
  position: relative;
  margin: 0 -80px 1.5em 80px;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 147, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .sidebar-content {
  overflow-x: hidden;
}

/***** START PAGE (Startsidan) *****/
/* line 50, ../../../../compass/scss/layout/_content.scss */
.home #news {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 470px;
}
/* line 147, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .home #news {
  overflow-x: hidden;
}
/* line 53, ../../../../compass/scss/layout/_content.scss */
.home #jobs {
  display: inline;
  float: left;
  margin-right: 0;
  width: 390px;
  display: inline;
  float: left;
  position: relative;
  margin: 0 -80px 1.5em 80px;
}
/* line 147, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .home #jobs {
  overflow-x: hidden;
}

/* line 60, ../../../../compass/scss/layout/_content.scss */
#paging .newer {
  float: left;
  display: inline;
}
/* line 64, ../../../../compass/scss/layout/_content.scss */
#paging .older {
  float: right;
  display: inline;
}

/***** NEWS PAGE (Nyheter) *****/
/* line 1, ../../../../compass/scss/layout/_footer.scss */
#footer {
  background-color: #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 7, ../../../../compass/scss/layout/_footer.scss */
#footer .offices {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 590px;
}
/* line 147, ../../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #footer .offices {
  overflow-x: hidden;
}
/* line 11, ../../../../compass/scss/layout/_footer.scss */
#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin: -10px;
}
/* line 17, ../../../../compass/scss/layout/_footer.scss */
#footer li {
  float: left;
  display: inline;
  width: 285px;
  margin: 10px;
}
/* line 24, ../../../../compass/scss/layout/_footer.scss */
#footer .office {
  margin-bottom: 0px;
}
/* line 28, ../../../../compass/scss/layout/_footer.scss */
#footer .office .top, #footer .office .bottom {
  padding: 10px;
}
/* line 32, ../../../../compass/scss/layout/_footer.scss */
#footer .office .map {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  position: absolute;
}
/* line 38, ../../../../compass/scss/layout/_footer.scss */
#footer .office .map img {
  width: 100px;
}
/* line 43, ../../../../compass/scss/layout/_footer.scss */
#footer .office h3 {
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 12px;
  margin-left: 130px;
}
/* line 50, ../../../../compass/scss/layout/_footer.scss */
#footer .office p {
  margin-bottom: 10px;
  margin-left: 130px;
}

/* line 57, ../../../../compass/scss/layout/_footer.scss */
#modals {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 2;
}

/* line 64, ../../../../compass/scss/layout/_footer.scss */
#modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  display: none;
}

/* line 75, ../../../../compass/scss/layout/_footer.scss */
div.modal {
  position: absolute;
  display: none;
  left: 50%;
  top: 100px;
  width: 300px;
  margin-left: -150px;
  border: 5px solid #000;
}
/* line 84, ../../../../compass/scss/layout/_footer.scss */
div.modal.map {
  width: 600px;
  height: 400px;
  margin-left: -300px;
}
/* line 90, ../../../../compass/scss/layout/_footer.scss */
div.modal h1 {
  font-size: 16px;
}
/* line 94, ../../../../compass/scss/layout/_footer.scss */
div.modal a.close {
  position: absolute;
  right: 2px;
  font-weight: bold;
  top: -25px;
  color: #ff5454;
}
/* line 101, ../../../../compass/scss/layout/_footer.scss */
div.modal a.close:hover {
  color: white;
}
/* line 107, ../../../../compass/scss/layout/_footer.scss */
div.modal form input[type="text"] {
  width: 242px;
}

/* line 2, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 6, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar #news-item-meta dt {
  font-weight: bold;
}
/* line 9, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar #news-item-meta dd {
  margin-bottom: 18px;
}
/* line 15, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar .persons li {
  margin-bottom: 18px;
}
/* line 21, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar #news-item-share .networks {
  background-color: #eee;
  text-align: center;
  margin-bottom: 0px;
}
/* line 26, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar #news-item-share .networks > div {
  display: inline-block;
  margin: 10px;
}
/* line 30, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar #news-item-share .networks > div.fb {
  position: relative;
  top: -1px;
}
/* line 40, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar #sales-contact .person .top {
  padding: 0;
  margin-bottom: 10px;
}
/* line 44, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar #sales-contact .person .top h3 {
  margin-bottom: 5px;
}
/* line 49, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar #sales-contact .person .top > span {
  margin-top: 8px;
}
/* line 55, ../../../../compass/scss/layout/_sidebar.scss */
#sidebar #sales-contact form input[type="text"] {
  width: 252px;
}

/* line 3, ../../../../compass/scss/entities/_news-item.scss */
.news-item .bottom, .job .bottom {
  overflow: hidden;
}
/* line 6, ../../../../compass/scss/entities/_news-item.scss */
.news-item .bottom .date, .job .bottom .date {
  color: #666;
  float: left;
  display: inline;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 7px;
  background-image: url(images/graphics/icons/date.png);
  background-repeat: no-repeat;
  background-position: left 1px;
}
/* line 20, ../../../../compass/scss/entities/_news-item.scss */
.news-item .bottom .button, .job .bottom .button {
  float: right;
  display: inline;
}

/* line 27, ../../../../compass/scss/entities/_news-item.scss */
.job h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
/* line 30, ../../../../compass/scss/entities/_news-item.scss */
.job h3 .silent {
  color: #666;
}

/* line 36, ../../../../compass/scss/entities/_news-item.scss */
#sidebar .news li {
  margin-top: 18px;
}
/* line 40, ../../../../compass/scss/entities/_news-item.scss */
#sidebar .news li:first-child {
  margin-top: 0px;
}
/* line 44, ../../../../compass/scss/entities/_news-item.scss */
#sidebar .news li h3 {
  margin-bottom: 0px;
  font-weight: bold;
}
/* line 48, ../../../../compass/scss/entities/_news-item.scss */
#sidebar .news li h3 a {
  color: #48791c;
}
/* line 53, ../../../../compass/scss/entities/_news-item.scss */
#sidebar .news li .image {
  margin: 5px 0px;
}

/* line 1, ../../../../compass/scss/entities/_person.scss */
.person {
  margin-bottom: 0px;
}
/* line 4, ../../../../compass/scss/entities/_person.scss */
.person .top, .person .bottom {
  padding: 10px;
}
/* line 8, ../../../../compass/scss/entities/_person.scss */
.person .top {
  overflow: hidden;
  height: 112px;
}
/* line 12, ../../../../compass/scss/entities/_person.scss */
.person .top span {
  color: #666;
  margin-top: 38px;
  display: block;
}
/* line 18, ../../../../compass/scss/entities/_person.scss */
.person .top .image {
  float: left;
  display: inline;
  width: 80px;
  height: 100px;
  margin-right: 15px;
}
/* line 27, ../../../../compass/scss/entities/_person.scss */
.person .top h3 {
  font-weight: bold;
  font-size: 14px;
}
/* line 35, ../../../../compass/scss/entities/_person.scss */
.person .bottom p {
  margin-bottom: 0px;
}

/* line 7, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services {
  margin-bottom: 65px;
  margin-top: 50px;
}
/* line 11, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-wrappers {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 950px;
  height: 260px;
}
/* line 18, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-wrappers li {
  position: absolute;
  background-color: #F9F9F9;
  top: 0;
  left: 0;
  width: 852px;
  height: 212px;
  overflow: hidden;
  padding: 24px 48px;
}
/* line 28, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-wrappers li:first-child {
  display: block;
}
/* line 32, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-wrappers li div.service-content-wrapper {
  float: right;
  display: inline;
  width: 400px;
  padding-top: 35px;
}
/* line 38, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-wrappers li div.service-content-wrapper h2 {
  font-weight: bold;
  margin-bottom: 9px;
}
/* line 42, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-wrappers li div.service-content-wrapper p {
  font-size: 14px;
  color: #6B6B6B;
}
/* line 50, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper {
  background-color: #555555;
  background-image: url("images/graphics/services-buttons.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  border-top: 1px solid #ccc;
}
/* line 2, ../../../../compass/scss/_mixins.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 58, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
}
/* line 2, ../../../../compass/scss/_mixins.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 63, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li {
  float: left;
  border-right: 1px solid #999;
  width: auto;
}
/* line 68, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li a {
  padding: 15px 20px;
  height: 51px;
  display: block;
  color: #555555;
  font-weight: bold;
  text-decoration: none;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  text-align: center;
  background-image: url("images/graphics/services-icons.png");
  background-repeat: no-repeat;
}
/* line 81, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li a.vi-ar-releasy {
  background-image: none;
  padding-top: 25px;
  height: 41px;
  width: 45px;
}
/* line 88, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li a.forsaljning {
  background-position: center 12px;
  padding-top: 50px;
  height: 16px;
}
/* line 94, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li a.kundservice {
  background-position: center -65px;
  padding-top: 50px;
  height: 16px;
}
/* line 100, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li a.sociala-medier {
  background-position: center -175px;
  padding-top: 50px;
  height: 16px;
}
/* line 106, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li a.webbaserat-saljstod {
  background-position: center -274px;
  padding-top: 50px;
  height: 16px;
}
/* line 112, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li a.kundvard {
  background-position: center -375px;
  padding-top: 50px;
  height: 16px;
}
/* line 119, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li.active, .page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li.active:hover {
  color: #3b3b3b;
  background-color: #555555;
  background-image: url("images/graphics/services-buttons.png");
  background-repeat: repeat-x;
  background-position: 0 -162px;
  position: relative;
}
/* line 127, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li.active:after, .page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li.active:hover:after {
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -11px;
  width: 24px;
  height: 12px;
  background: url("images/graphics/arrow.png") no-repeat;
  display: block;
  content: ' ';
}
/* line 140, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li.active a, .page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li.active:hover a {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
/* line 145, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper ul#service-buttons li:hover {
  background-color: #555555;
  background-image: url("images/graphics/services-buttons.png");
  background-repeat: repeat-x;
  background-position: 0 -81px;
}
/* line 154, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #services #service-buttons-wrapper > a.button {
  float: right;
  margin: 25px 20px 0 0;
}
/* line 161, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #news, .page-template-template-startpage-php #jobs {
  position: relative;
}
/* line 164, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #news > a.button, .page-template-template-startpage-php #jobs > a.button {
  position: absolute;
  top: 10px;
  right: 0;
}
/* line 172, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #jobs p.button-container {
  text-align: center;
  margin-bottom: 30px;
}
/* line 176, ../../../../compass/scss/pages/_startpage.scss */
.page-template-template-startpage-php #jobs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 2, ../../../../compass/scss/pages/_news.scss */
#news ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 3, ../../../../compass/scss/pages/_services.scss */
#services-page ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin: -10px;
}
/* line 9, ../../../../compass/scss/pages/_services.scss */
#services-page li {
  width: 265px;
  margin: 10px;
  float: left;
  display: inline;
}
/* line 15, ../../../../compass/scss/pages/_services.scss */
#services-page li .service {
  margin-bottom: 0px;
}
/* line 18, ../../../../compass/scss/pages/_services.scss */
#services-page li .service .top {
  height: 150px;
}
/* line 24, ../../../../compass/scss/pages/_services.scss */
#services-page li .icon {
  background-image: url("images/graphics/services-icons.png");
  background-repeat: no-repeat;
}
/* line 30, ../../../../compass/scss/pages/_services.scss */
#services-page li .icon.vi-ar-releasy {
  background-position: right -6px;
}
/* line 34, ../../../../compass/scss/pages/_services.scss */
#services-page li .icon.forsaljning {
  background-position: right -6px;
}
/* line 38, ../../../../compass/scss/pages/_services.scss */
#services-page li .icon.kundservice {
  background-position: right -84px;
}
/* line 42, ../../../../compass/scss/pages/_services.scss */
#services-page li .icon.sociala-medier {
  background-position: right -194px;
}
/* line 46, ../../../../compass/scss/pages/_services.scss */
#services-page li .icon.webbaserat-saljstod {
  background-position: right -289px;
}
/* line 50, ../../../../compass/scss/pages/_services.scss */
#services-page li .icon.kundvard {
  background-position: right -391px;
}

/* line 3, ../../../../compass/scss/pages/_contact.scss */
#contact-page ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 9, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .top {
  height: 162px;
  position: relative;
}
/* line 13, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .bottom .button {
  float: left;
  margin-left: 285px;
}
/* line 19, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .image {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 200px;
  width: 200px;
}
/* line 27, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .text {
  margin-left: 240px;
}
/* line 30, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .text h2 {
  font-weight: bold;
  margin-left: 45px;
}
/* line 36, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .text dl {
  font-size: 16px;
  overflow: hidden;
}
/* line 40, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .text dl dt, #contact-page .office .text dl dd {
  float: left;
  display: inline;
  margin-bottom: 18px;
}
/* line 45, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .text dl dt {
  width: 30px;
  height: 30px;
  clear: left;
  font-size: 0px;
  color: transparent;
  margin-right: 15px;
  background-image: url(images/graphics/icons/contact-sprite.png);
  background-repeat: no-repeat;
}
/* line 58, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .text dl dt.phone {
  background-position: left -3px;
}
/* line 62, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .text dl dt.address {
  background-position: right -3px;
}
/* line 67, ../../../../compass/scss/pages/_contact.scss */
#contact-page .office .text dl dd {
  width: 200px;
}

/* line 4, ../../../../compass/scss/pages/_directorate.scss */
#directorate-page .persons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin: -10px;
}
/* line 9, ../../../../compass/scss/pages/_directorate.scss */
#directorate-page .persons li {
  width: 265px;
  margin: 10px;
  float: left;
  display: inline;
}
/* line 15, ../../../../compass/scss/pages/_directorate.scss */
#directorate-page .persons li h2 {
  font-size: 14px;
  font-weight: bold;
}

/* line 2, ../../../../compass/scss/pages/_work.scss */
#work .center {
  text-align: center;
  background-image: url(images/text/eller.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 40px;
}

.home #jobs .video {
  margin-top: 10px;
  border: 1px solid #ccc;
}
