@charset "UTF-8";
/******************************************************************
 *
 *  PLEASE NOTE!
 *
 *  This HubSpot CSS File is compiled from a local repository.
 *  Any manual changes here might be overwritten by compiled
 *  styles. Please contact Zooma if you want to take over this
 *  stylesheet.
 *
 *
 */
/*  Frameworks / Foundations
    ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out ease-in-out 0.2s;
  transition: all 0.2s ease-in-out ease-in-out 0.2s;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*

  Make HubSpot's Bootstrap 2 grid compatible with Bootstrap 3

*/
.page-center [class*="span"] {
  padding: 0 15px;
}
.page-center .row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 801px) {
  .header-container-wrapper .row-fluid [class*="span"],
  .body-container-wrapper .row-fluid [class*="span"],
  .footer-container-wrapper .row-fluid [class*="span"] {
    margin-left: 0;
  }
  .header-container-wrapper .row-fluid .span12,
  .body-container-wrapper .row-fluid .span12,
  .footer-container-wrapper .row-fluid .span12 {
    width: 100%;
  }
  .header-container-wrapper .row-fluid .span11,
  .body-container-wrapper .row-fluid .span11,
  .footer-container-wrapper .row-fluid .span11 {
    width: 91.6666667%;
  }
  .header-container-wrapper .row-fluid .span10,
  .body-container-wrapper .row-fluid .span10,
  .footer-container-wrapper .row-fluid .span10 {
    width: 83.3333333%;
  }
  .header-container-wrapper .row-fluid .span9,
  .body-container-wrapper .row-fluid .span9,
  .footer-container-wrapper .row-fluid .span9 {
    width: 75%;
  }
  .header-container-wrapper .row-fluid .span8,
  .body-container-wrapper .row-fluid .span8,
  .footer-container-wrapper .row-fluid .span8 {
    width: 66.6666667%;
  }
  .header-container-wrapper .row-fluid .span7,
  .body-container-wrapper .row-fluid .span7,
  .footer-container-wrapper .row-fluid .span7 {
    width: 58.3333333%;
  }
  .header-container-wrapper .row-fluid .span6,
  .body-container-wrapper .row-fluid .span6,
  .footer-container-wrapper .row-fluid .span6 {
    width: 50%;
  }
  .header-container-wrapper .row-fluid .span5,
  .body-container-wrapper .row-fluid .span5,
  .footer-container-wrapper .row-fluid .span5 {
    width: 41.6666667%;
  }
  .header-container-wrapper .row-fluid .span4,
  .body-container-wrapper .row-fluid .span4,
  .footer-container-wrapper .row-fluid .span4 {
    width: 33.3333333%;
  }
  .header-container-wrapper .row-fluid .span3,
  .body-container-wrapper .row-fluid .span3,
  .footer-container-wrapper .row-fluid .span3 {
    width: 25%;
  }
  .header-container-wrapper .row-fluid .span2,
  .body-container-wrapper .row-fluid .span2,
  .footer-container-wrapper .row-fluid .span2 {
    width: 16.6666667%;
  }
  .header-container-wrapper .row-fluid .span1,
  .body-container-wrapper .row-fluid .span1,
  .footer-container-wrapper .row-fluid .span1 {
    width: 8.3333333%;
  }
}
.col-lg-1 {
  width: 8.3333333%;
}
.col-lg-2 {
  width: 16.6666667%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-4 {
  width: 33.3333333%;
}
.col-lg-5 {
  width: 41.6666667%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-7 {
  width: 58.3333333%;
}
.col-lg-8 {
  width: 66.6666667%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-10 {
  width: 83.3333333%;
}
.col-lg-11 {
  width: 91.6666667%;
}
.col-lg-12 {
  width: 100%;
}
@media (max-width: 500px) {
  .col-xs-1 {
    width: 8.3333333%;
  }
  .col-xs-2 {
    width: 16.6666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333%;
  }
  .col-xs-5 {
    width: 41.6666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333%;
  }
  .col-xs-8 {
    width: 66.6666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333%;
  }
  .col-xs-11 {
    width: 91.6666667%;
  }
  .col-xs-12,
  .col-sm-12 {
    width: 100%;
  }
  .modal.fade #contact-form-holder {
    margin: 20px auto 0;
  }
}
@media (min-width: 501px) {
  .col-sm-1 {
    width: 8.3333333%;
  }
  .col-sm-2 {
    width: 16.6666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333%;
  }
  .col-sm-5 {
    width: 41.6666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333%;
  }
  .col-sm-8 {
    width: 66.6666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333%;
  }
  .col-sm-11 {
    width: 91.6666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 801px) {
  .col-md-1 {
    width: 8.3333333%;
  }
  .col-md-2 {
    width: 16.6666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333%;
  }
  .col-md-5 {
    width: 41.6666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333%;
  }
  .col-md-8 {
    width: 66.6666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333%;
  }
  .col-md-11 {
    width: 91.6666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .col-lg-1 {
    width: 8.3333333%;
  }
  .col-lg-2 {
    width: 16.6666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333%;
  }
  .col-lg-5 {
    width: 41.6666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333%;
  }
  .col-lg-8 {
    width: 66.6666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333%;
  }
  .col-lg-11 {
    width: 91.6666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
[class*="col-"] {
  float: left;
  padding: 0 15px;
}
[class*="col--"] {
  padding: 0;
}
@media (max-width: 800px) and (min-width: 501px) {
  [class*="col-"] {
    padding: 0 calc(15px);
  }
}
@media (max-width: 500px) {
  [class*="col-"] {
    padding: 0 calc(10px);
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row + .row {
  margin-top: 30px;
}
@media (max-width: 800px) and (min-width: 501px) {
  .row {
    margin-left: calc(-15px);
    margin-right: calc(-15px);
  }
}
@media (max-width: 500px) {
  .row {
    margin-left: calc(-10px);
    margin-right: calc(-10px);
  }
}
.container {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .hidden-xs {
    display: none !important;
  }
  .right-column {
    margin-top: 20px;
  }
}
@media (max-width: 800px) and (min-width: 501px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 801px) and (max-width: 940px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 941px) {
  .hidden-lg {
    display: none !important;
  }
}
/*  Vendor
    Third-party style sheets
    ========================================================================== */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/*  Settings & Tools
    ========================================================================== */
/*

  Settings: Font Faces
  ------------------------------------------------
  Create font faces by using the includeCustomFont
  mixin. Example usage:

  .includeCustomFont('Oswald', 'oswald', '-regular', 400, normal);

  After defining, you can set the font family by referring to the
  first parameter "Oswald", for example: "Oswald", sans-serif;

  NOTE: Do not forget to set the hub ID in _settings/_file-paths.less!

*/
@font-face {
  font-family: 'Graphik Web';
  src: url('https://cdn2.hubspot.net/hubfs/1884997/Assets/fonts/GraphikWeb/GraphikWebRegular.eot');
  src: url('https://cdn2.hubspot.net/hubfs/1884997/Assets/fonts/GraphikWeb/GraphikWebRegular.eot?#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/1884997/Assets/fonts/GraphikWeb/GraphikWebRegular.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/1884997/Assets/fonts/GraphikWeb/GraphikWebRegular.woff2') format('woff'), url('https://cdn2.hubspot.net/hubfs/1884997/Assets/fonts/GraphikWeb/GraphikWebRegular.ttf') format('truetype'), url('https://cdn2.hubspot.net/hubfs/1884997/Assets/fonts/GraphikWeb/GraphikWebRegular.svg#icon') format('svg');
  font-weight: 400;
  font-style: normal;
}
/*  Visual Identity
    ========================================================================== */
/* Primary */
/* Marketing colours */
/* Infrastructure colours */
/* Extra */
/* Randstad Awards */
/* Primary */
/*  General Website Colors
    ========================================================================== */
/*  Form Colors
    ========================================================================== */
/*  Margins & paddings
    ========================================================================== */
/*  Dimensions
    ========================================================================== */
/*  Form Settings
    ========================================================================== */
/*  HubSpot COS Widgets
    ========================================================================== */
/*  Urls
    ========================================================================== */
/*******************************************************************
 *
 * @hubspot-img-folder-path
 * Example usage: '@{hubspot-img-folder-path}/icon.png'
 *
 */
/*

  Create a converter namespace [optional]

  How to use:
  a {
    #pxtoem > .font-size( 10, 16 );
  }
*/
/*

  Font Awesome mixin

*/
.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-center {
  text-align: center;
}
/*****************************************************
 *
 *  HUBSPOT HELPER CLASSES
 *
 *****************************************************/
/* In Editor Classes
   ========================================================================== */
.editor-only,
.inline-editor-only {
  display: none;
}
.browser-only {
  display: block;
}
.hs-inline-edit .editor-hidden,
.inpage-editing .editor-hidden {
  display: none;
}
.hs-inline-edit .editor-only,
.inpage-editing .editor-only {
  display: block;
}
.hs-inline-edit .inline-editor-only,
.inpage-editing .inline-editor-only {
  display: none;
}
.hs-inline-edit .flex-container-wrapper > span:empty,
.inpage-editing .flex-container-wrapper > span:empty {
  display: block;
  padding: 1rem;
  border: 2px dashed #bbb;
  color: #aaa;
  border-radius: 5px;
}
.hs-inline-edit .flex-container-wrapper > span:empty:before,
.inpage-editing .flex-container-wrapper > span:empty:before {
  display: block;
  content: 'Add modules inside this flexible container';
}
.hs-inline-edit .visible-in-editor,
.inpage-editing .visible-in-editor {
  display: block !important;
  opacity: .25;
}
.hs-inline-edit .visible-in-editor .flex-container-wrapper > span:empty,
.inpage-editing .visible-in-editor .flex-container-wrapper > span:empty {
  border-color: #333;
  color: #222;
}
.hs-inline-edit .inline-editor-only {
  display: block;
}
.editor-help {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
}
/*--------------------------------*\
  Button mixin
\*--------------------------------*/
/*  Base Elements
    ========================================================================== */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  background: #fff;
  font: 400 18px/1.2 'Graphik Web', Tahoma, sans-serif;
  color: #0f1941;
  -webkit-font-smoothing: antialiased;
  /* *
   * Testing helper for media queries
   * adds a label in the top-left corner that displays the current media query state.
   *
   */
  /*

  &:after {
      font-size: 12px;
      background: red;
      color: @color-white;
      content: "undefined";
      left: 0;
      .opacity(50);
      padding: .5em .5em;
      position: absolute;
      text-align: center;
      top: 0;
      z-index: 10000;
      @media (max-width: @s-mobile-max) {
        background: #ffa700;
        content: "mobile ";
      }
      @media (min-width: @s-tablet) and (max-width: @s-tablet-max) {
        background: #700070;
        content: "tablet";
      }
      @media (min-width: @s-desktop) and (max-width: @s-desktop-max) {
        background: #008200;
        content: "desktop S";
      }
      @media (min-width:  @s-md-desktop) and (max-width: @s-md-desktop-max) {
        background: #00a800;
        content: "desktop M";
      }
      @media (min-width:  @s-lg-desktop) {
        background: #0c0ce9;
        content: "desktop L";
      }
    }

  */
}
@media (min-width: 501px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 500px) {
  body {
    line-height: 1.43;
  }
}
/*******************\
  Extender classes
\*******************/
.paragraph,
.post-body,
.post-body .hs_cos_wrapper_type_rich_text > p {
  font: 18px/1.8 'Graphik Web', Tahoma, sans-serif;
  font-weight: normal;
  color: #0f1941;
  margin-bottom: 17px;
  margin-top: 0;
}
.paragraph:last-child {
  margin-bottom: 0;
}
.preamble,
.intro,
.post-body .hs_cos_wrapper_type_rich_text > p:first-of-type {
  font-size: 20px;
  line-height: 1.7;
  color: #0f1941;
}
.quote,
blockquote {
  display: block;
  border-left: solid 5px #2175d9;
  padding: 20px 20px 30px 30px;
  color: #2175d9;
  font-size: 1.2em;
  margin: 20px 0;
  clear: both;
}
.large-text {
  font-size: 1.3em;
}
/*******************\
  Style Definitions
\*******************/
p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 20px;
}
sub,
sup {
  line-height: 1;
}
a {
  text-decoration: none;
  -webkit-transition: all, ease-in-out, 0.2s;
  transition: all, ease-in-out, 0.2s;
  color: #2175d9;
  /*
    Image Links
  */
}
a:hover,
a:focus {
  color: #4d91e1;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:active {
  -webkit-transition: none;
  transition: none;
  background: none;
}
a.img-link {
  border: none !important;
}
a.img-link .hs-featured-image,
a.img-link img {
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}
a.img-link:hover .hs-featured-image,
a.img-link:focus .hs-featured-image,
a.img-link:hover img,
a.img-link:focus img {
  opacity: .95;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Graphik Web', Tahoma, sans-serif;
  font-weight: 400;
  margin: 10px 0;
  color: #0f1941;
  line-height: 1.5;
  margin-bottom: 17px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 16.66667px;
}
h1,
.h1-style,
.blog-hero-box h1,
.blog-hero-box h2,
.subscription-page .page-header h1 {
  font-size: 2.57143em;
  line-height: 1.1666667;
  color: #0f1941;
  margin-top: 0;
}
@media (max-width: 800px) {
  h1 h1,
  .h1-style h1 {
    margin-top: 20px;
  }
}
h2,
.h2-style,
.blockquote,
.sidebar .widget-span.widget-static h3 {
  font-size: 40px;
  letter-spacing: -3px;
}
.system-page.subscription-page h2,
.system-page.subscription-page .h2-style {
  letter-spacing: 0;
}
h3,
.h3-style {
  font-size: 26px;
  letter-spacing: -1px;
  color: #0f1941;
}
@media (max-width: 500px) {
  h3,
  .h3-style {
    line-height: 1.0833333;
  }
}
h4,
.h4-style,
.form-title {
  font-size: 20px;
  color: #0f1941;
}
@media (max-width: 500px) {
  h4,
  .h4-style,
  .form-title {
    line-height: 1.5;
  }
}
strong {
  font-weight: 400;
}
h5,
.h5-style {
  font-size: 20px;
}
@media (max-width: 500px) {
  h5,
  .h5-style {
    line-height: 1.375;
  }
}
/* Custom numbers/bullets in body text */
/* Validation Error Messages */
ul.hs-error-msgs.inputs-list {
  margin-bottom: 10px;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.awards-theme table[role=""]:not(#id_matrix) thead {
  background: #bb942d;
}
.responsive-img,
img {
  max-width: 100%;
  height: auto;
}
.visible-print {
  display: none;
}
@media print {
  @page {
  }
  .hs-tools-menu,
  .hidden-print,
  .widget-type-blog_content > h2,
  .widget-type-blog_comments {
    display: none !important;
  }
  .visible-print {
    display: block;
  }
  iframe {
    border: 1px solid #ddd;
  }
  .cta_button {
    border: 1px solid #888;
  }
}
.body-container-wrapper {
  position: relative;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 941px) {
  .body-container-wrapper {
    padding-top: 113px;
    left: 0 !important;
  }
}
@media (min-width: 501px) {
  .body-container {
    margin-top: 60px;
  }
  .has-breadcrumb .body-container {
    margin-top: 0;
  }
}
@media (min-width: 801px) {
  .body-container {
    margin-top: 67px;
  }
}
.footer-container-wrapper {
  background-color: #0f1941;
}
body {
  border-top: none;
}
.fb_iframe_widget > span {
  display: block !important;
}
.row-fluid {
  clear: both;
}
.row-fluid [class*="span"] {
  min-height: 0 !important;
}
.awards-theme h1,
.awards-theme h2,
.awards-theme h3,
.awards-theme h4,
.awards-theme h5,
.awards-theme h6 {
  color: #0f1941;
}
.awards-theme blockquote {
  border-color: #bb942d;
  color: #bb942d;
}
.awards-theme a {
  color: #bb942d;
}
.awards-theme a:hover,
.awards-theme a:focus {
  color: #4d91e1;
}
.awards-theme .primary,
.awards-theme .secondary,
.awards-theme .tertiary,
.awards-theme .extra {
  background: #bb942d;
  color: #fff;
}
.awards-theme .primary:hover,
.awards-theme .secondary:hover,
.awards-theme .tertiary:hover,
.awards-theme .extra:hover {
  background: #d3ad48;
}
/*  Components
    ========================================================================== */
/* line 10, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header {
  position: absolute;
  width: 100%;
  z-index: 500;
  background-color: #0f1941;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 25px;
}
@media screen and (max-width: 500px) {
  header {
    font-size: 13px;
  }
}
@media only screen and (min-width: 501px) {
  header {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 941px) {
  header {
    padding: 0 60px;
  }
}
/* line 29, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area {
  border-bottom: 1px solid white;
  height: 50px;
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
  width: auto;
}
@media only screen and (min-width: 501px) {
  header .top-area {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 941px) {
  header .top-area {
    margin: 0 25px;
  }
}
/* line 45, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area .nav-utility {
  margin: 0;
  list-style: none;
}
/* line 50, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area #menu {
  height: 50px;
  margin-left: 300px;
  position: relative;
  white-space: nowrap;
}
/* line 56, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area #menu .navbar {
  display: inline-block;
  min-height: 0;
  margin-bottom: 0;
}
/* line 61, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area #menu .navbar ul {
  margin: 0;
  padding: 0;
}
/* line 65, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area #menu .navbar ul li {
  display: inline-block;
  font-size: 0;
  height: 50px;
  padding-top: 5px;
  margin-right: 30px;
  line-height: 30px;
}
@media screen and (max-width: 1140px) and (min-width: 941px) {
  header .top-area #menu .navbar ul li {
    margin-right: 13px;
  }
}
/* line 73, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area #menu .navbar ul li a {
  padding: 0;
  font-size: 16px;
  color: white;
  line-height: 1.5;
  opacity: 0.6;
}
@media screen and (max-width: 1140px) and (min-width: 941px) {
  header .top-area #menu .navbar ul li a {
    font-size: 13px !important;
    line-height: 2.8;
  }
}
/* line 81, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area #menu .navbar ul li.selected a {
  color: white;
  opacity: 1;
  font-size: 16px;
}
/* line 92, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area .logo {
  display: inline-block;
  margin-top: 11px;
  max-width: 117px;
  font-size: 18px;
  line-height: 1.5;
}
/* line 97, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area .logo img {
  height: 18px;
}
/* line 101, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .top-area .logo svg {
  fill: #f7f5f0;
  height: 18px;
}
@media only screen and (min-width: 501px) {
  header .top-area .logo {
    margin-top: 0;
    max-width: 210px;
  }
  /* line 110, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .logo img {
    height: 31px;
  }
  /* line 114, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .logo svg {
    height: 31px;
  }
}
/* line 121, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .menu {
  background-color: transparent;
  margin: 0 auto;
}
/* line 124, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .menu #submenu {
  min-height: 0;
  margin: 0 -20px;
  border: 0;
  float: left;
  width: 100%;
}
/* line 131, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .menu #submenu ul {
  margin-bottom: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
/* line 138, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .menu #submenu ul li {
  display: inline-block;
  font-size: 0;
  list-style: none;
}
/* line 143, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .menu #submenu ul li a {
  color: white;
  opacity: 0.6;
  font-size: 16px;
  line-height: 49px;
  padding: 0 20px;
  float: left;
  height: 38px;
}
@media screen and (max-width: 1140px) and (min-width: 941px) {
  header .menu #submenu ul li a {
    font-size: 13px;
  }
}
/* line 152, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .menu #submenu ul li a:hover {
  text-decoration: underline;
}
/* line 157, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
header .menu #submenu ul li.selected a {
  opacity: 1;
}
/* line 166, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
#logout-link .dropdown-menu {
  border: 1px solid white;
  min-width: 220px;
  margin-top: 10px;
  z-index: 3000;
  /* Top arrow */
}
/* line 172, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
#logout-link .dropdown-menu li {
  width: 90%;
  margin: 0 5%;
  text-align: center;
}
/* line 177, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
#logout-link .dropdown-menu li a,
#logout-link .dropdown-menu li span {
  margin: 0;
  color: white;
  display: inline-block;
  font: 400 18px/1.2 'Graphik Web', Tahoma, sans-serif;
  vertical-align: middle;
  padding: 10px 30px;
}
/* line 186, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
#logout-link .dropdown-menu li a {
  padding: 5px 30px;
  margin-bottom: 10px;
}
/* line 192, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
#logout-link .dropdown-menu:after {
  bottom: 100%;
  left: 50%;
  content: ' ';
  position: absolute;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 9px 15px 9px;
  width: 0;
  height: 0;
  border-color: transparent transparent #2175d9 transparent;
}
/* line 209, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
.nav-menu .fa-user,
.nav-login .fa-user {
  font-size: 24px;
  top: 7px;
  position: relative;
}
/* line 215, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
.nav-menu a,
.nav-login a {
  color: white;
}
/* line 220, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
.nav-menu {
  font-size: 25px;
  line-height: 1.4;
  margin-left: 16px;
  margin-top: 2px;
}
@media (min-width: 941px) {
  /* line 229, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header {
    border: none;
    height: 120px;
  }
  /* line 233, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area {
    padding: 30px 40px;
    height: 85px;
    margin: 0 auto;
    max-width: 1320px;
  }
  /* line 239, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area #menu {
    left: 0;
    position: absolute;
    top: 35px;
  }
  /* line 246, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area #menu .navbar ul li {
    position: relative;
  }
  /* line 249, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area #menu .navbar ul li.selected:after,
  header .top-area #menu .navbar ul li:hover:after {
    border-bottom: 2.8px solid white;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* line 263, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .nav-utility {
    margin: 0;
    position: absolute;
    right: 40px;
    top: 0;
  }
  /* line 269, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .nav-utility li {
    color: #525252;
    display: inline-block;
    float: left;
    height: 33px;
    line-height: 30px;
  }
  /* line 276, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .nav-utility li a {
    color: white;
    display: inline-block;
    font-size: 12px;
  }
  /* line 281, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .nav-utility li a:after {
    content: "|";
    display: inline-block;
    padding: 0 10px;
  }
  /* line 287, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .nav-utility li a:hover {
    text-decoration: underline;
  }
  /* line 294, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .nav-utility li:last-child a:after {
    display: none;
  }
  /* line 301, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .nav-utility li:last-child.login a:hover,
  header .top-area .nav-utility li:last-child.logout a:hover {
    text-decoration: none;
  }
  /* line 306, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .nav-utility li:last-child.login .icon,
  header .top-area .nav-utility li:last-child.logout .icon {
    background-image: url(//info.randstad.se/hubfs/Assets/img/sprite2.png);
    /*display: inline-block;
                        width: 10px;
                        height: 12px;
                        background-position: -221px -20px;
                        margin-right: 3px;
                        vertical-align: middle;*/
    background-position: -570px -20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    line-height: 1;
    background-size: auto;
    content: "";
    float: left;
    height: 12px;
    margin: 10px 6px 0 0;
    width: 12px;
    opacity: 1;
  }
  /* line 324, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .top-area .nav-utility li:last-child.login {
    background-position: -221px -20px;
  }
  /* line 332, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .menu {
    max-width: 1320px;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 338, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadHeader */
  header .menu #submenu {
    height: 38px;
    overflow: hidden;
  }
}
/*#endregion */
/* line 1, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.footer {
  background: #5c5c5c;
  color: white;
}
/* line 8, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.footer a,
.footer h3,
.footer h4,
.footer .h4-style {
  color: white;
}
/* line 13, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.footer h3,
.footer h4 {
  font-size: 20px;
}
/* line 17, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.footer p:last-child {
  margin: 0;
}
/* line 21, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.footer .block {
  margin-bottom: 40px;
}
/* line 27, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.footer__top {
  background: #666666;
}
/* line 30, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.footer__top h3 {
  margin: 40px 0 10px;
  color: white;
}
/* line 36, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.footer__bottom {
  background: #5c5c5c;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 42, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.list-footer {
  margin-bottom: 0;
}
/* line 45, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.list-footer > li {
  display: block;
  padding: 10px 0;
  border-bottom: solid 1px #858585;
}
/* line 50, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.list-footer > li:first-child {
  padding-top: 0;
}
/* line 54, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
.list-footer > li:first-child.select-list {
  padding: 5px 0 15px;
  border-bottom: solid 1px #858585;
}
/*.sociallinksblock {
	a.icon {
		margin-top: 3px;
	}
}*/
/* Mobile */
@media (max-width: 500px) {
  .sociallinksblock {
    margin-top: 20px;
  }
  /*		li {
              display: inline;
              border: none;
          }

          a {
              display: none;
          }

          a.icon {
              @include inline-block();
              margin-right: 10px;
          }

          .icon {
              width: 26px;
              height: 26px;
          }
      }*/
  /* line 69, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  footer {
    padding: 0;
  }
  /* line 72, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  footer .same-height > div {
    margin-bottom: 0;
  }
  /* line 80, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  .footer h3,
  .footer h4 {
    font-size: 15px;
  }
  /* line 84, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  .footer .block {
    margin-bottom: 20px;
  }
  /* line 112, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  .footer__top h3 {
    margin: 20px 0 10px;
    color: white;
  }
  /* line 118, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  .footer__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 122, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  .footer__bottom .grid__cell {
    margin-bottom: 20px;
    text-align: left;
  }
}
/* Tablet and desktop */
/*#region Randstad */
/* line 139, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer {
  background: #0f1941;
  color: #f7f5f0;
  font-size: 16px;
  margin: auto;
  max-width: 1440px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  text-transform: lowercase;
}
footer ul.inline-list {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 501px) {
  footer {
    padding: 45px 0 102px 0px;
  }
  footer [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 941px) {
  footer {
    padding: 45px 0 102px 0;
  }
}
footer .row + .row {
  margin-top: 20px;
}
footer ul {
  margin: 0;
}
.box-inner,
.row {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 500px) {
  /* line 88, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-1 {
    width: 8.33333%;
  }
  /* line 89, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-2 {
    width: 16.66667%;
  }
  /* line 90, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-3 {
    width: 25%;
  }
  /* line 91, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-4 {
    width: 33.33333%;
  }
  /* line 92, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-5 {
    width: 41.66667%;
  }
  /* line 93, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-6 {
    width: 50%;
  }
  /* line 94, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-7 {
    width: 58.33333%;
  }
  /* line 95, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-8 {
    width: 66.66667%;
  }
  /* line 96, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-9 {
    width: 75%;
  }
  /* line 97, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-10 {
    width: 83.33333%;
  }
  /* line 98, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-11 {
    width: 91.66667%;
  }
  /* line 99, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-xs-12,
  .col-sm-12 {
    width: 100%;
  }
  /* line 102, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .modal.fade #contact-form-holder {
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 501px) {
  /* line 107, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 108, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 109, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-3 {
    width: 25%;
  }
  /* line 110, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 111, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 112, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-6 {
    width: 50%;
  }
  /* line 113, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 114, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 115, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-9 {
    width: 75%;
  }
  /* line 116, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 117, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 118, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-sm-12 {
    width: 100%;
  }
  /* line 120, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 121, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 122, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-3 {
    width: 25%;
  }
  /* line 123, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 124, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 125, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-6 {
    width: 50%;
  }
  /* line 126, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 127, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 128, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-9 {
    width: 75%;
  }
  /* line 129, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 130, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 131, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-md-12 {
    width: 100%;
  }
  /* line 132, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .box-inner,
  .row {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    max-width: 980px;
  }
}
@media only screen and (min-width: 941px) {
  /* line 141, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .box-inner,
  .row {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1440px;
  }
  /* line 147, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 148, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 149, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-3 {
    width: 25%;
  }
  /* line 150, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 151, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 152, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-6 {
    width: 50%;
  }
  /* line 153, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 154, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 155, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-9 {
    width: 75%;
  }
  /* line 156, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 157, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 158, D:\ExternalWeb Prod\wwwroot\Styles/randstadframework/framework */
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 941px) {
  footer {
    padding: 100px 0;
  }
  /* line 149, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  footer [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 501px) and (max-width: 941px) {
  footer {
    padding: 100px 0;
  }
  /* line 149, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  footer [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* line 153, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .row + .row {
  margin-top: 20px;
}
/* line 157, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer a {
  color: white;
  opacity: 0.6;
}
.sociallinksblock {
  clear: both;
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 941px) {
  .sociallinksblock {
    padding-top: 14px;
  }
}
.sociallinksblock .share-button {
  padding-right: 10px;
}
/* line 160, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer a:hover,
footer a:focus {
  text-decoration: underline;
  color: white;
}
/* line 165, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer h2 {
  color: white;
  font-size: 18px;
}
/* line 169, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .footer-list-header {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 3px;
}
/* line 171, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .sitelistblock {
  margin-bottom: 20px;
}
footer .sitelistblock {
  margin-bottom: 30px;
}
footer .sitelistblock {
  margin: 0;
  padding: 0;
}
footer .sitelistblock .footer-links-list {
  border-bottom: 1px solid #183051;
  margin-bottom: 20px;
}
@media screen and (min-width: 941px) {
  footer .sitelistblock .footer-links-list {
    border: none;
  }
}
footer .footer-link-list ul {
  list-style: none;
  padding: 0;
}
/* line 172, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .footer-link-list ul li {
  width: 100%;
}
/* line 173, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .footer-link-list ul li + li {
  margin-top: 3px;
}
/* line 174, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .footer-link-list ul li li {
  width: 100%;
}
/* line 175, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .footer-link-list ul li li + li {
  margin-top: 3px;
}
/* line 179, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .footer-link-list + .footer-link-list {
  margin-top: 35px;
}
/* line 181, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer ul {
  padding: 0 0 10px;
  list-style: none;
}
/* line 182, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .at-share-btn {
  padding: 0;
}
/* line 183, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .at-share-btn + .at-share-btn {
  margin-left: 10px;
}
/* line 185, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer h4 {
  color: white;
  font-size: 18px;
}
/* line 191, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
footer .sociallinksblock {
  display: inline-block;
  /*@media screen and (min-width:$desktopBreakWidth){
          float: right;
          ul{ float: right;}
      }*/
  /**/
}
footer .sociallinksblock a {
  opacity: 1;
}
/* line 200, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
/* line 103, D:\ExternalWeb Prod\wwwroot\Styles/common-classes */
.inline-list > li {
  display: inline-block;
}
@media screen and (max-width: 941px) {
  /* line 206, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  footer .sitelistblock h4:after {
    background-image: url("//info.randstad.se/hubfs/Assets/img/sprite2.png");
    background-repeat: no-repeat;
    background-position: -120px -70px;
    content: "";
    float: right;
    height: 20px;
    margin-top: 5px;
    width: 20px;
  }
}
@media screen and (max-width: 500px) {
  footer .same-height > div {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 668px) {
  /* line 221, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  /* line 222, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  footer .box-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 224, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  footer .box-inner .sitelistblock {
    padding: 0;
  }
  /* line 228, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  footer .same-height > div {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
footer .same-height > .sociallinksblock {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 501px) {
  footer .same-height > .sociallinksblock {
    margin-top: 0;
  }
}
@media only screen and (min-width: 501px) {
  /* line 267, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/footer */
  footer .sitelistblock:nth-child(odd) {
    padding-right: calc(2/58 * 100%);
  }
}
@media screen and (min-width: 501px) {
  footer {
    padding-top: 45px;
    padding-bottom: 102px;
  }
}
/* line 105, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/SiteListBlock */
footer .sitelistblock .list-footer {
  border: 0;
  padding: 0 !important;
}
/* line 106, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/SiteListBlock */
footer .sitelistblock h4 {
  color: white;
  font-size: 1em;
  margin: 0 0 3px;
  padding: 10px 0px;
}
@media screen and (min-width: 941px) {
  footer .sitelistblock h4 {
    padding: 0;
  }
}
/* line 107, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/SiteListBlock */
footer .sitelistblock .pagelist-readmore {
  display: none;
}
/* line 110, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/SiteListBlock */
footer .sitelistblock .simle-pagelist li + li {
  border: 0;
}
/* line 111, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/SiteListBlock */
footer .sitelistblock .simle-pagelist li a {
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 2px;
  display: block;
}
/* line 114, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/SiteListBlock */
footer .sitelistblock .simle-pagelist li a:after {
  display: none;
}
footer .sitelistblock {
  padding-left: 0;
  padding-right: 0;
}
/* line 119, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/SiteListBlock */
footer .footerCopywrite p {
  color: white !important;
}
/*#endregion */
/*#region Randstad */
/* line 2, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadBreadcrums */
.breadcrumbs {
  display: none !important;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 38px;
  background-color: transparent;
}
@media screen and (min-width: 941px) {
  .breadcrumbs {
    display: block !important;
  }
}
.content-wrapper {
  position: relative;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  z-index: 1;
  background: white;
  overflow: hidden;
  /*&:before {
		background: $navy;
		content: "";
		display: block;
		height: 60px;
	}*/
}
.hide {
  display: none;
}
/* line 126, D:\ExternalWeb Prod\wwwroot\Styles/common-classes */
.show {
  display: block;
}
@media screen and (max-width: 941px) {
  /* line 130, D:\ExternalWeb Prod\wwwroot\Styles/common-classes */
  .hide-mobile {
    display: none;
  }
}
/* line 132, D:\ExternalWeb Prod\wwwroot\Styles/common-classes */
.invisible {
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 34, D:\ExternalWeb Prod\wwwroot\Styles/grid */
  .show--mobile {
    display: block !important;
  }
  /* line 36, D:\ExternalWeb Prod\wwwroot\Styles/grid */
  .hide--mobile {
    display: none !important;
  }
  /* line 40, D:\ExternalWeb Prod\wwwroot\Styles/grid */
  .same-height > div > div:not(.randstad-in-numbers):not(.article-list):not(.imagelinkblock) {
    min-height: 0 !important;
  }
}
/* line 8, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadBreadcrums */
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 501px) {
  .breadcrumbs ul {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 980px;
  }
}
@media screen and (min-width: 801px) {
  .breadcrumbs ul {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1440px;
  }
}
/* line 13, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadBreadcrums */
.breadcrumbs ul li {
  display: inline-block;
  color: #f7f5f0;
  font-size: 0.8rem;
  opacity: 0.6;
  line-height: 1.5;
  font-family: 'Graphik Web', Tahoma, sans-serif;
}
/* line 20, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadBreadcrums */
.breadcrumbs ul li a,
.breadcrumbs ul li span {
  text-transform: lowercase;
  margin-right: 5px;
  color: #f7f5f0;
}
/* line 26, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadBreadcrums */
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 941px) {
  /* line 34, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/randstadBreadcrums */
  .breadcrumbs {
    display: none;
  }
}
/*#endregion */
/* line 1, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu {
  background-color: #f7f5f0;
  border-left: 1px solid black;
  width: 70%;
  max-width: 320px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  height: 50%;
  overflow-y: scroll;
  visibility: hidden;
  position: fixed;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 0;
}
@media screen and (min-width: 501px) {
  #touch-menu {
    width: 40%;
  }
}
.mobile-menu-open #touch-menu {
  visibility: visible;
}
#touch-menu .menu-close {
  border-bottom: 1px solid #dadada;
  content: " ";
  height: 57px;
  position: relative;
}
#touch-menu .menu-close-btn {
  background-image: url(//info.randstad.se/hubfs/Assets/img/sprite2-new.png);
  background-position: -562px -57px;
  cursor: pointer;
  display: block;
  height: 33px;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 33px;
  z-index: 5;
}
/* line 9, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu a.btn.secondary {
  margin-top: 5px;
}
/* line 12, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu .myProfileMenu {
  margin: 0;
}
/* line 14, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu .myProfileMenu ul li ul li {
  padding-left: 20px;
}
/* line 20, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu .myProfileMenu li.selected ul li.active > a {
  font-weight: 700;
}
/* line 28, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu .quicksearch {
  padding: 10px;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
/* line 29, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu .quicksearch input[type="text"] {
  width: 100%;
  padding-right: 20px;
}
/* line 30, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu .quicksearch button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  background-color: transparent;
  z-index: 2;
  background-position: -59px -108px;
  background-image: url(//info.randstad.se/hubfs/Assets/img/sprite2.png);
}
#touch-menu ul li.has-children a {
  padding-right: 50px;
}
/* line 33, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu ul ul {
  margin: -1px -10px 0;
  padding: 0 10px 10px;
}
#touch-menu ul ul li {
  margin: 0 -10px;
  padding: 0 10px 0 20px;
}
#touch-menu ul ul li a {
  padding: 10px !important;
}
#touch-menu ul {
  width: auto;
  padding: 0;
  margin-top: 0;
}
/* line 34, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu ul li {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 0 10px;
  /*&.selected{
            > a{font-weight:700;}
        }*/
}
/* line 35, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
/* line 40, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
/* line 41, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu ul li.has-children ul {
  display: none;
}
/* line 43, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu ul li.has-children ul li a {
  border-top: 0;
}
/* line 47, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu ul li.has-children.selected ul {
  display: block;
}
/* line 54, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
#touch-menu ul li + li a {
  border-top: 1px solid #c8c8c8;
}
#touch-menu ul li a {
  display: block;
  color: #2175d9;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
  border-top: none !important;
  padding: 16px 0;
}
@media (min-width: 941px) {
  /* line 61, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu {
    display: none;
  }
}
@media (max-width: 940px) {
  /* line 65, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu {
    position: fixed;
  }
  /* line 71, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu .myProfileMenu ul li ul li span {
    display: none;
  }
  /* line 73, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu .myProfileMenu ul li ul li.has-children > span {
    display: block;
    width: 33px;
    height: 33px;
    color: white;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 5;
    padding: 3px 6px;
    font-size: 1.8em;
    background-image: url(//info.randstad.se/hubfs/Assets/img/sprite2.png);
    text-indent: -9999px;
  }
  /* line 74, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu .myProfileMenu ul li ul li.has-children ul.dropdown-subPages {
    display: none;
  }
  /* line 77, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu .myProfileMenu ul li ul li.expand span {
    background-position: -460px -57px;
  }
  /* line 81, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu .myProfileMenu ul li ul li.collapse span {
    background-position: -410px -57px;
  }
  /* line 90, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu ul li span {
    display: none;
  }
  /* line 92, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu ul li.has-children > span {
    display: block;
    width: 33px;
    height: 33px;
    color: white;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 5;
    padding: 3px 6px;
    font-size: 1.8em;
    background-image: url(//info.randstad.se/hubfs/Assets/img/sprite2.png);
    text-indent: -9999px;
    background-position: -460px -57px;
  }
  /* line 93, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu ul li.has-children ul.dropdown-subPages {
    display: none !important;
  }
  /* line 96, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu ul li.expand > span {
    background-position: -460px -57px;
  }
  /* line 100, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/touch-menu */
  #touch-menu ul li.collapse > span {
    background-position: -410px -57px;
  }
}
/* line 1, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu {
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  /*ul{
                li
                {
                    span{display:none;}
                    &.has-children{
                        >span{ display:block; width:20px; height:33px; color:#fff; position:absolute; right:0; top:5px; z-index:5; padding: 3px 6px; font-size: 1.8em; background-image:url(//info.randstad.se/hubfs/Assets/img/sprite2.png); text-indent:-9999px;}
                        ul.dropdown-subPages{display:none;}
                    }
                    &.expand{
                        >span{background-position:-460px -107px; }

                    }
                    &.collapse{
                        >span{background-position:-410px -107px; }
                    }
                    &.function-item
                    {
                        background:$randstadBlue;
                        a{color:$white;}
                    }
                }
        }*/
}
/* line 4, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
/* line 5, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li {
  display: block;
  position: relative;
}
/* line 8, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li:not(.has-children) a:after {
  width: 16px;
}
/* line 12, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.selected > a {
  font-weight: 700;
}
/* line 15, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children a {
  padding-right: 0;
}
/* line 18, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children a::after {
  background: none;
}
/* line 23, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children ul {
  display: none;
}
/* line 25, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children ul li a {
  border-top: 0;
  padding-left: 40px;
}
/* line 27, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children ul li.active > a {
  font-weight: 700;
}
/* line 32, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children ul li.has-children ul li a {
  padding-left: 60px;
}
/* line 34, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children ul li.has-children ul li a.active {
  font-weight: 700;
}
/* line 40, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children ul li.has-children.active ul {
  display: block;
}
/* line 49, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children.selected ul {
  display: block;
}
/* line 52, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li span {
  display: none;
}
/* line 54, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children > span {
  display: block;
  width: 60px;
  height: 33px;
  color: white;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 5;
  padding: 3px 16px;
  font-size: 1.8em;
  background-image: url(//info.randstad.se/hubfs/Assets/img/sprite2.png);
  text-indent: -9999px;
}
/* line 55, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.has-children ul.dropdown-subPages {
  display: none;
}
/* line 58, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.expand > span {
  background-position: -431px -107px;
}
/* line 62, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#touch-menu ul li.collapse {
  background: white;
}
#touch-menu ul li.collapse a {
  border-bottom: none;
}
#side-menu ul li.collapse > span {
  background-position: -380px -107px;
}
/* line 64, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.function-item {
  background: #2175d9;
}
/* line 67, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
#side-menu ul li.function-item a {
  color: white;
}
@media (max-width: 500px) {
  /* line 97, D:\ExternalWeb Prod\wwwroot\Styles/views/shared/side-menu */
  #side-menu {
    display: none;
  }
}
/* line 2, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space {
  background: whitesmoke;
  position: relative;
}
/* line 5, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .snp-page-header {
  /*margin-top: -60px;*/
  padding-bottom: 40px;
}
@media screen and (max-width: 941px) {
  .hero-space .snp-page-header {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 941px) {
  .hero-space .snp-page-header {
    padding-top: 58px;
  }
}
/* line 9, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .snp-page-header h1 {
  margin-bottom: 48px;
  color: white;
  font-size: 34px;
  letter-spacing: -2px;
  line-height: 1.2em;
  text-transform: lowercase;
}
@media only screen and (min-width: 501px) {
  .hero-space .snp-page-header h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 941px) {
  .hero-space .snp-page-header h1 {
    letter-spacing: -4px;
    font-size: 80px;
  }
}
/* line 19, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .snp-page-header h1.twoLines span:nth-of-type(2) {
  display: block;
  color: #0f1941;
  text-align: right;
}
/* line 25, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .snp-page-header h1.with-image {
  font-size: 32px;
}
@media only screen and (min-width: 941px) {
  .hero-space .snp-page-header h1.with-image {
    font-size: 56px;
  }
}
/* line 31, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .snp-page-header h1.jobApply_preamble {
  color: white;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 40px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (min-width: 941px) {
  .hero-space .snp-page-header h1.jobApply_preamble {
    font-size: 32px;
  }
}
/* line 46, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .snp-page-header h2.jobApply_title {
  color: #2175d9;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.2;
  margin: 0 0 40px;
}
@media only screen and (min-width: 941px) {
  .hero-space .snp-page-header h2.jobApply_title {
    font-size: 80px;
  }
}
/* line 57, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .snp-page-header a {
  float: none;
}
.content-wrapper {
  background-color: white;
  -webkit-box-shadow: 0 0 5px black;
          box-shadow: 0 0 5px black;
  width: 100%;
}
.hero-space {
  padding-top: 80px;
  margin-top: 0;
}
/* line 84, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space.hero-space--none {
  background-color: #0f1941;
}
/* line 86, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space.hero-space--none span:nth-of-type(2) {
  color: #6ba5b4 !important;
}
/* line 90, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space.hero-space--randstadblue {
  background-color: #2175d9;
}
/* line 93, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space.hero-space--navy {
  background-color: #0f1941;
}
/* line 95, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space.hero-space--navy span:nth-of-type(2) {
  color: #6ba5b4 !important;
}
/* line 99, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space.hero-space--turquoise {
  background-color: #6ba5b4;
}
@media (max-width: 668px) {
  /* SELECTS */
  /*select{ background-position:right 14px;background-image: url(/Images/icons/randstad/sprite2.png); background-size:10px;}*/
  /* line 448, D:\ExternalWeb Prod\wwwroot\Styles/randstadforms */
  .form-group {
    padding-top: 10px;
    margin-bottom: 15px;
  }
  /* line 449, D:\ExternalWeb Prod\wwwroot\Styles/randstadforms */
  .form-group .form-element {
    width: 65%;
    width: 100%;
  }
  /* line 450, D:\ExternalWeb Prod\wwwroot\Styles/randstadforms */
  .form-group label {
    width: 30%;
    width: 100%;
  }
  /* line 451, D:\ExternalWeb Prod\wwwroot\Styles/randstadforms */
  .form-group label + .form-element,
  .form-group label + input[type="text"],
  .form-group label + input[type="password"],
  .form-group label + input[type="email"],
  .form-group label + input[type="date"],
  .form-group label + input[type="tel"],
  .form-group label + input[type="file"],
  .form-group label + select,
  .form-group label + textarea {
    width: 65%;
    width: 100%;
  }
  /* line 452, D:\ExternalWeb Prod\wwwroot\Styles/randstadforms */
  .form-group label .help {
    width: 100%;
    clear: both;
    display: inline-block;
  }
  /* line 456, D:\ExternalWeb Prod\wwwroot\Styles/randstadforms */
  .form-group .checkbox-element {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 501px) {
  /*SELECTS*/
  /* line 467, D:\ExternalWeb Prod\wwwroot\Styles/randstadforms */
  select {
    font: normal 20px/1.5 'Graphik Web', Tahoma, sans-serif;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
  }
}
@media (min-width: 690px) {
  /* line 475, D:\ExternalWeb Prod\wwwroot\Styles/randstadforms */
  select {
    padding: 0 30px;
  }
}
@media (min-width: 801px) {
  /* line 481, D:\ExternalWeb Prod\wwwroot\Styles/randstadforms */
  select {
    padding: 0 30px;
  }
}
/* line 102, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space.hero-space--cream {
  background-color: #f7f5f0;
}
/* line 105, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space.hero-space--red {
  background-color: #e74536;
}
/* line 108, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space.hero-space--orange {
  background-color: #ffb511;
}
/* line 113, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .heroarea-text h1 {
  line-height: 0;
  margin-bottom: 48px;
}
/* line 116, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .heroarea-text h1 span {
  font-size: 80px;
  letter-spacing: -4px;
}
/* line 125, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.hero-space .heroblock .job-search-header-jobs span {
  color: white;
  letter-spacing: normal;
}
@media only screen and (min-width: 801px) {
  .hero-space .heroblock .job-search-header-jobs span {
    font-size: 20px;
  }
}
/* line 142, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.heroarea-image img {
  vertical-align: bottom;
}
/* line 148, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.editmode #area-container {
  min-height: 300px;
}
/* line 153, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.heroblock {
  padding-left: 25px;
  padding-right: 25px;
  /*a.btn{
            border-color: white;
        }*/
}
@media only screen and (max-width: 500px) {
  .heroblock {
    margin-top: 0;
  }
}
@media only screen and (min-width: 501px) {
  .heroblock {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 980px;
  }
}
@media only screen and (min-width: 941px) {
  .heroblock {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1440px;
  }
}
/* line 154, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
.heroblock p {
  color: white;
}
@media only screen and (min-width: 501px) {
  /* line 166, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
  .hero-space {
    padding-top: 175px;
    margin-top: -115px;
  }
}
@media only screen and (min-width: 941px) {
  /* line 177, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
  .hero-space {
    margin-top: -195px;
  }
  /* line 180, D:\ExternalWeb Prod\wwwroot\Styles/views/blocks/hero-space */
  .hero-space .snp-page-header {
    padding-top: 58px;
  }
}
.awards-theme header .top-area .logo {
  margin-top: -25px;
}
.awards-theme header .top-area .logo .default {
  display: none;
}
.awards-theme header .top-area .logo .awards {
  display: inline-block;
}
.awards-theme header .top-area .logo img {
  max-width: 285px;
  vertical-align: top;
}
.awards-theme header .top-area #menu .navbar ul li a,
.awards-theme header .top-area #menu .navbar ul li.selected a {
  color: #525252;
}
.awards-theme header .menu {
  background: #bb942d;
}
.awards-theme header .menu #submenu:after {
  display: none;
}
.awards-theme header .menu #submenu ul li:hover {
  background: #d3ad48;
}
.awards-theme header .menu #submenu ul li.selected {
  background: #545454;
}
.awards-theme .carousel-container .thumb .thumb-link {
  color: #525252;
}
.awards-theme .carousel-container .thumb:hover {
  background: #ceb165;
}
.awards-theme .carousel-container .thumb:hover .thumb-link {
  color: #fff;
}
.awards-theme .carousel-container .thumb.active {
  position: relative;
  background: #bb942d;
}
.awards-theme .carousel-container .thumb.active .thumb-link {
  color: #fff;
}
.awards-theme .carousel-container .thumb.active:after {
  border-bottom-color: #bb942d !important;
}
.awards-theme .carousel-container.orange .slides .text-box,
.awards-theme .carousel-container.blue .slides .text-box,
.awards-theme .carousel-container.darkblue .slides .text-box,
.awards-theme .carousel-container.green .slides .text-box {
  background: #bb942d;
}
.awards-theme .carousel-container.orange .slides .text-box .btn,
.awards-theme .carousel-container.blue .slides .text-box .btn,
.awards-theme .carousel-container.darkblue .slides .text-box .btn,
.awards-theme .carousel-container.green .slides .text-box .btn {
  background: #525252;
  color: #fff;
}
.awards-theme .carousel-container.orange .slides .text-box .btn:hover,
.awards-theme .carousel-container.blue .slides .text-box .btn:hover,
.awards-theme .carousel-container.darkblue .slides .text-box .btn:hover,
.awards-theme .carousel-container.green .slides .text-box .btn:hover {
  background: #545454;
}
.awards-theme .carousel-container.orange .thumb:hover,
.awards-theme .carousel-container.blue .thumb:hover,
.awards-theme .carousel-container.darkblue .thumb:hover,
.awards-theme .carousel-container.green .thumb:hover {
  background: #ceb165;
}
.awards-theme .carousel-container.orange .thumb.active,
.awards-theme .carousel-container.blue .thumb.active,
.awards-theme .carousel-container.darkblue .thumb.active,
.awards-theme .carousel-container.green .thumb.active {
  background: #bb942d;
}
.awards-theme .flatpagelistblock > div .simle-pagelist li + li {
  border-color: #e6e6e6;
}
.awards-theme .flatpagelistblock > div .simle-pagelist li a {
  color: #bb942d;
}
.awards-theme .flatpagelistblock > div .simle-pagelist li a:after {
  background-image: url('https://cdn2.hubspot.net/hubfs/1884997/Assets/img/sprite-award.png');
}
.awards-theme .breadcrumbs ul li a,
.awards-theme .breadcrumbs ul li span {
  color: #bb942d;
}
.awards-theme .article .article-inner .article-content a {
  color: #bb942d;
}
.awards-theme .index-list ul li a {
  border-color: #e5e5e5;
  color: #bb942d;
}
.awards-theme .index-list ul li a:after {
  background-image: url('https://cdn2.hubspot.net/hubfs/1884997/Assets/img/sprite-award.png');
}
.awards-theme footer .flatpagelistblock > div .simle-pagelist a {
  color: #fff;
}
@media (max-width: 800px) {
  .awards-theme header {
    border-bottom: 1px solid #bb942d;
  }
  .awards-theme header .top-area {
    padding: 0;
  }
  .awards-theme header .logo {
    float: none;
  }
  .awards-theme header .nav-utility li a span {
    color: #bb942d;
  }
}
@media (max-width: 500px) {
  .awards-theme header .top-area .logo img {
    max-width: 225px;
  }
}
/*

  =========================
  ====== Media Object======

  <div class="media">
      <img src="" alt="" class="media__image">
      <p class="media__body"></p>
  </div>

*/
.media:before,
.media:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.media:after {
  clear: both;
}
.media:before,
.media:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.media:after {
  clear: both;
}
.media__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}
.media__image {
  float: left;
  margin-right: 10px;
}
.media__image > img {
  display: block;
}
.media__image .image--rev {
  float: right;
  margin-left: 10px;
}
/*

  =========================
  ====== Flag Object======

  <div class="flag">
      <div class="flag__image">
          <img src="" alt="">
      </div>
      <div class="flag__body">
          <p></p>
      </div>
  </div>

*/
.flag {
  display: table;
  width: 100%;
}
.flag__image,
.flag__body {
  display: table-cell;
  vertical-align: middle;
}
.flag--top .flag__image,
.flag--top .flag__body {
  vertical-align: top;
}
.flag--bottom .flag__image,
.flag--bottom .flag__body {
  vertical-align: bottom;
}
.flag__image {
  padding-right: 10px;
}
.flag__image > img {
  display: block;
  max-width: none;
}
.flag--rev .flag__image {
  padding-right: 0;
  padding-left: 10px;
}
.flag__body {
  width: 100%;
}
@media (max-width: 800px) {
  .breadcrumbs {
    padding-bottom: 20px;
    padding-top: 15px;
  }
}
@media (max-width: 500px) {
  .breadcrumbs {
    padding-bottom: 10px;
  }
}
/*  Buttons
    ========================================================================== */
button,
input[type="button"] input[type="submit"] {
  cursor: pointer;
}
button[type="submit"] input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 10px 30px;
  border-width: 0;
  font-size: 1.1428571em;
  line-height: 1;
  background: #2175d9;
  color: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
button[type="submit"] input[type="submit"]:focus {
  color: #fff;
}
button[type="submit"] input[type="submit"]:active {
  -webkit-box-shadow: inset 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 1px rgba(0, 0, 0, 0.2);
  background: #4d91e1;
}
button[type="submit"] input[type="submit"]:hover {
  background: #4d91e1;
}
button,
input[type="button"],
input[type="submit"],
.button,
.hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 10px 20px;
  border-width: 0;
  font-size: 16px;
  line-height: 1.3;
  outline: 0;
  cursor: pointer;
  padding: 14px 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  background: #fff;
  color: #2175d9;
  border-color: #2175d9;
  -webkit-transition: .2s;
  transition: .2s;
  /* Awards Theme styling */
}
@media screen and (min-width: 801px) {
  button,
  input[type="button"],
  input[type="submit"],
  .button,
  .hs-button {
    padding: 19px 30px;
  }
}
@media screen and (min-width: 941px) {
  button,
  input[type="button"],
  input[type="submit"],
  .button,
  .hs-button {
    padding: 30px 30px;
    border-width: 2px;
    font-size: 18px;
    line-height: 1;
  }
}
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
.button:disabled,
.hs-button:disabled {
  opacity: 0.5;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.button:focus,
.hs-button:focus {
  color: #2175d9;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.hs-button:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #2175d9;
  color: #fff;
  border-color: #2175d9;
}
button.primary,
input[type="button"].primary,
input[type="submit"].primary,
.button.primary,
.hs-button.primary {
  background: #fff;
  color: #2175d9;
  border-color: #2175d9;
  -webkit-transition: .2s;
  transition: .2s;
}
button.primary:focus,
input[type="button"].primary:focus,
input[type="submit"].primary:focus,
.button.primary:focus,
.hs-button.primary:focus {
  color: #2175d9;
}
button.primary:hover,
input[type="button"].primary:hover,
input[type="submit"].primary:hover,
.button.primary:hover,
.hs-button.primary:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #2175d9;
  color: #fff;
  border-color: #2175d9;
}
button.secondary,
input[type="button"].secondary,
input[type="submit"].secondary,
.button.secondary,
.hs-button.secondary {
  background: #fff;
  color: #2175d9;
  border-color: #2175d9;
  -webkit-transition: .2s;
  transition: .2s;
}
button.secondary:focus,
input[type="button"].secondary:focus,
input[type="submit"].secondary:focus,
.button.secondary:focus,
.hs-button.secondary:focus {
  color: #2175d9;
}
button.secondary:hover,
input[type="button"].secondary:hover,
input[type="submit"].secondary:hover,
.button.secondary:hover,
.hs-button.secondary:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #2175d9;
  color: #fff;
  border-color: #2175d9;
}
button.tertiary,
input[type="button"].tertiary,
input[type="submit"].tertiary,
.button.tertiary,
.hs-button.tertiary {
  background: #fff;
  color: #2175d9;
  border-color: #2175d9;
  -webkit-transition: .2s;
  transition: .2s;
}
button.tertiary:focus,
input[type="button"].tertiary:focus,
input[type="submit"].tertiary:focus,
.button.tertiary:focus,
.hs-button.tertiary:focus {
  color: #2175d9;
}
button.tertiary:hover,
input[type="button"].tertiary:hover,
input[type="submit"].tertiary:hover,
.button.tertiary:hover,
.hs-button.tertiary:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #2175d9;
  color: #fff;
  border-color: #2175d9;
}
.awards-theme button,
.awards-theme input[type="button"],
.awards-theme input[type="submit"],
.awards-theme .button,
.awards-theme .hs-button {
  background: #bb942d;
  color: white;
}
.awards-theme button:focus,
.awards-theme input[type="button"]:focus,
.awards-theme input[type="submit"]:focus,
.awards-theme .button:focus,
.awards-theme .hs-button:focus {
  color: white;
}
.awards-theme button:hover,
.awards-theme input[type="button"]:hover,
.awards-theme input[type="submit"]:hover,
.awards-theme .button:hover,
.awards-theme .hs-button:hover {
  background: #d3ad48;
  color: white;
}
.post-body button,
.hs_cos_wrapper_type_rich_text button,
.post-body input[type="submit"],
.hs_cos_wrapper_type_rich_text input[type="submit"],
.post-body input[type="button"],
.hs_cos_wrapper_type_rich_text input[type="button"],
.post-body .button,
.hs_cos_wrapper_type_rich_text .button,
.post-body .hs-button,
.hs_cos_wrapper_type_rich_text .hs-button {
  margin: 0 10px 10px 0;
}
.post-body button:last-child,
.hs_cos_wrapper_type_rich_text button:last-child,
.post-body input[type="submit"]:last-child,
.hs_cos_wrapper_type_rich_text input[type="submit"]:last-child,
.post-body input[type="button"]:last-child,
.hs_cos_wrapper_type_rich_text input[type="button"]:last-child,
.post-body .button:last-child,
.hs_cos_wrapper_type_rich_text .button:last-child,
.post-body .hs-button:last-child,
.hs_cos_wrapper_type_rich_text .hs-button:last-child {
  margin-bottom: 0;
}
input {
  border-radius: 0;
}
input[disabled] {
  border: solid 1px #d7d7d7;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 35px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 16px!important;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  color: #0f1941;
  font-family: 'Graphik Web', Tahoma, sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0;
  border-color: #999;
}
input[type="text"].validation-error,
input[type="password"].validation-error,
input[type="datetime"].validation-error,
input[type="datetime-local"].validation-error,
input[type="date"].validation-error,
input[type="month"].validation-error,
input[type="time"].validation-error,
input[type="week"].validation-error,
input[type="number"].validation-error,
input[type="email"].validation-error,
input[type="url"].validation-error,
input[type="search"].validation-error,
input[type="tel"].validation-error,
input[type="color"].validation-error {
  border-color: #f91717;
}
textarea {
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  color: #0f1941;
  font-family: 'Graphik Web', Tahoma, sans-serif;
  line-height: 1.5;
  padding: 0 7px;
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  font-size: .9em;
  height: 70px;
}
textarea:focus {
  outline: 0;
  border-color: #a1a1a1;
}
textarea.validation-error {
  border-color: #f91717;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background: url('https://cdn2.hubspot.net/hubfs/1884997/Assets/img/select-arrow.png') no-repeat scroll right center;
  background-color: white;
  border: 1px solid #d7d7d7;
  color: #a1a1a1;
  font: normal 16px/1.5 'Graphik Web', Tahoma, sans-serif;
  height: 50px;
  line-height: 50px;
  padding: 0 16px!important;
  width: 100%;
}
select:focus {
  outline: 0;
  border-color: #999;
}
select.validation-error {
  border-color: #f91717;
}
select::-ms-expand {
  display: none;
}
input[type="file"] {
  line-height: 1;
  font-size: 13px;
}
.sidebar-wrapper {
  padding: 15px;
}
.sidebar-wrapper > .row-fluid-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 501px) and (max-width: 801px) {
  .sidebar-wrapper {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.sidebar {
  line-height: 1.8;
  border: 1px solid #e0e0e0;
  padding: 15px 15px 5px !important;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .sidebar {
    margin-top: 0;
  }
}
.sidebar .widget-module *:first-child {
  margin-top: 0;
}
.sidebar .widget-module *:last-child {
  margin-bottom: 0;
}
.sidebar .widget-span {
  margin-bottom: 30px;
}
.sidebar .widget-span h3 {
  position: relative;
  margin: 0;
  padding-left: 2px;
  padding-bottom: 5px;
  font-size: 20px;
  border-bottom: 1px solid #d7d7d7;
  color: #2175d9;
  cursor: pointer;
  /*

        Widget content

      */
}
.sidebar .widget-span h3:hover,
.sidebar .widget-span h3:active {
  color: #4d91e1;
}
.awards-theme .sidebar .widget-span h3 {
  color: #bb942d;
}
.awards-theme .sidebar .widget-span h3:hover,
.awards-theme .sidebar .widget-span h3:active {
  color: #d3ad48;
}
.sidebar .widget-span h3:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 14px;
  content: "\f107";
  position: relative;
  margin-left: 5px;
}
.sidebar .widget-span h3 + div {
  margin-top: 30px;
}
.sidebar .widget-span.widget-type-blog_subscribe h3 + div {
  overflow: visible;
}
.sidebar .widget-span.widget-static {
  margin-bottom: 15px;
}
.sidebar .widget-span.widget-static h3 {
  cursor: default;
  font-size: 20px;
  letter-spacing: -1px;
}
.sidebar .widget-span.widget-static h3:hover,
.sidebar .widget-span.widget-static h3:active {
  color: #2175d9;
}
.awards-theme .sidebar .widget-span.widget-static h3:hover,
.awards-theme .sidebar .widget-span.widget-static h3:active {
  color: #bb942d;
}
.sidebar .widget-span.widget-static h3:after {
  display: none;
}
.sidebar .widget-span.widget-collapsed h3 {
  margin-bottom: 0;
}
.sidebar .widget-span.widget-collapsed h3:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 14px;
  content: "\f106";
  position: relative;
  top: -1px;
}
.sidebar .widget-span form {
  margin-bottom: 0;
  line-height: 1;
}
.sidebar .widget-span ul {
  margin-bottom: 0;
}
.sidebar .widget-span ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget-type-google_search h3 {
  margin-bottom: 0;
}
.sidebar .widget-type-google_search h3 + div {
  margin-top: 15px;
}
.sidebar .hs_cos_wrapper_type_post_filter ul,
.sidebar .hs_cos_wrapper_type_post_listing ul {
  list-style: none;
  padding: 0;
}
.sidebar .hs_cos_wrapper_type_post_filter a,
.sidebar .hs_cos_wrapper_type_post_listing a {
  color: #0f1941;
}
.sidebar .hs_cos_wrapper_type_post_filter a:hover,
.sidebar .hs_cos_wrapper_type_post_listing a:hover,
.sidebar .hs_cos_wrapper_type_post_filter a:focus,
.sidebar .hs_cos_wrapper_type_post_listing a:focus,
.sidebar .hs_cos_wrapper_type_post_filter a:active,
.sidebar .hs_cos_wrapper_type_post_listing a:active {
  color: #4d91e1;
}
.sidebar .hs_cos_wrapper_type_post_filter .filter-expand-link:after,
.sidebar .hs_cos_wrapper_type_post_listing .filter-expand-link:after {
  content: '›';
  margin-left: 4px;
}
.sidebar .widget-type-blog_subscribe div[class*="_hubspot_blog_subscription"] ul {
  margin-top: 0;
}
.sidebar .widget-type-blog_subscribe div[class*="_hubspot_blog_subscription"] li {
  margin-bottom: 0;
  margin-left: 3px;
}
.sidebar .widget-type-blog_subscribe label {
  margin-bottom: 5px;
}
.sidebar .widget-type-blog_subscribe .hs_submit {
  text-align: left;
}
/*********************************************
 *
 *  Post Body Typography
 *
 *  Set the whole typography for .post-body
 *  containers, mainly Blog Page
 *
 */
.post-body {
  margin-bottom: 20px;
}
.post-body .hs_cos_wrapper_type_rich_text {
  /* Resets */
  /* Preamble */
}
.post-body .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}
.post-body .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 25px;
}
.post-body .hs_cos_wrapper_type_rich_text h2 + h3 {
  margin-top: 20px;
}
.post-body img {
  max-width: 100%;
  margin: 10px 0;
}
.post-body .featured-image {
  display: block;
  margin: 1.35em 0 1.65em;
  max-height: 20em;
  overflow: hidden;
}
.post-body .featured-image img {
  width: 100%;
  height: auto;
}
.post-body ul li {
  line-height: 1.5;
  margin-bottom: 20px;
}
/****************************************************

 <span class="icon icon-facebook"></span>
 <span class="icon icon-twitter"></span>
 <span class="icon icon-linkedin"></span>

****************************************************/
.icon {
  background: url('//info.randstad.se/hubfs/Assets/img/sprite2.png') no-repeat;
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
  opacity: 1;
  background-size: 700px auto;
  width: 33px;
  height: 33px;
}
.icon.icon-facebook {
  background-position: -60px -160px;
}
.post-author__body .icon.icon-facebook {
  background-color: #3366a0 !important;
}
.icon.icon-facebook:hover {
  background-color: #3366a0 !important;
}
.icon.icon-twitter {
  background-position: -109px -159px;
}
.post-author__body .icon.icon-twitter {
  background-color: #33bce9 !important;
}
.icon.icon-twitter:hover {
  background-color: #33bce9 !important;
}
.icon.icon-linkedin {
  background-position: -159px -159px;
}
.post-author__body .icon.icon-linkedin {
  background-color: #3485b0 !important;
}
.icon.icon-linkedin:hover {
  background-color: #3485b0 !important;
}
.social-icons ul {
  padding-left: 0;
  list-style: none;
}
.social-icons a {
  border: none;
  cursor: pointer;
}
.social-icons a:hover,
.social-icons a:focus {
  text-decoration: none;
}
.social-icons-horizontal ul li {
  margin-right: 10px;
  display: inline-block;
}
.addthis_sharing_toolbox {
  height: 32px;
}
.addthis_sharing_toolbox .at-share-tbx-element .at-share-btn {
  margin: 0 5px 0 0;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.addthis_sharing_toolbox .at-share-tbx-element .at-share-btn:hover {
  opacity: .85;
}
.blog-hero {
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
@media (min-width: 501px) {
  .blog-hero {
    margin-bottom: 40px;
  }
}
@media (min-width: 801px) {
  .blog-hero {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .blog-hero {
    margin-top: -5px;
  }
}
@media (max-width: 800px) {
}
@media (max-width: 800px) {
  .blog-hero .page-center {
    padding: 0 !important;
  }
}
@media (min-width: 801px) {
  .blog-hero .page-center {
    background-image: url('https://cdn2.hubspot.net/hubfs/1884997/Assets/img/blog-head-smile2.jpg?t=1459324658398');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}
@media (max-width: 800px) {
  .blog-hero-img {
    padding-bottom: 50%;
    background-image: url('https://cdn2.hubspot.net/hubfs/1884997/Assets/img/blog-head-smile2.jpg?t=1459324658398');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .blog-hero-img.no-touch .blog-hero-img {
    background-size: cover;
  }
}
.blog-hero-box {
  margin: 0;
  padding: 30px 10px 20px;
  background-color: #2175d9;
  color: white;
}
@media (min-width: 501px) {
  .blog-hero-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 801px) {
  .blog-hero-box {
    margin: 40px 0 100px;
    padding: 30px 25px 20px 20px;
    max-width: 678px;
  }
}
.awards-theme .blog-hero-box {
  background-color: #bb942d;
}
@media (min-width: 801px) and (max-width: 941px) {
  .blog-hero-box {
    background-color: rgba(33, 117, 217, 0.8);
  }
  .awards-theme .blog-hero-box {
    background-color: rgba(187, 148, 45, 0.8);
  }
}
.blog-hero-box h1,
.blog-hero-box h2,
.blog-hero-box p,
.blog-hero-box a {
  color: white;
}
.blog-hero-box h1 a,
.blog-hero-box h2 a {
  cursor: pointer;
}
.blog-hero-box h1 a:hover,
.blog-hero-box h2 a:hover {
  text-decoration: underline;
}
.blog-hero-box__form {
  margin-top: 25px;
}
.blog-hero-box__form form {
  margin-bottom: 0;
}
@media (min-width: 501px) {
  .blog-hero-box__form form {
    display: table;
    width: 100%;
    max-width: 100% !important;
  }
  .blog-hero-box__form form > div {
    display: table-cell;
    vertical-align: top;
  }
  .blog-hero-box__form form .input-field {
    padding-right: 10px;
  }
  .blog-hero-box__form form .input-field--submit {
    padding-right: 0;
  }
}
.blog-hero-box__form div[class*="_hubspot_blog_subscription"] {
  margin-top: 0 !important;
}
.blog-hero-box__form input[type="email"],
.blog-hero-box__form select {
  height: 36px;
  width: 100%;
}
.blog-hero-box__form input[type="email"]:focus,
.blog-hero-box__form select:focus {
  border-color: #d7d7d7;
}
.blog-hero-box__form input[type="submit"] {
  -webkit-transition: .2s;
  transition: .2s;
  background: #e6e6e6;
  color: #333333;
}
.blog-hero-box__form input[type="submit"]:focus {
  color: #333333;
}
.blog-hero-box__form input[type="submit"]:hover {
  border-color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  background: #ebebeb;
  color: #333333;
}
@media (max-width: 500px) {
  .blog-hero-box__form input[type="submit"] {
    width: 100%;
  }
}
.placeholder .blog-hero-box__form .hs_email > label {
  display: none;
}
.blog-hero-box__form div[class*="_hubspot_blog_subscription"] > label,
.blog-hero-box__form div[class*="_hubspot_blog_subscription"] .multi-container {
  display: none;
}
.blog-hero-box__form .hs-error-msgs label {
  color: rgba(255, 255, 255, 0.85);
}
div[class$="-container-wrapper"] .hs-datepicker button {
  padding: 5px;
  background: #f5f5f5;
  color: #555;
}
div[class$="-container-wrapper"] .hs-datepicker button:hover {
  background-color: #0f1941 !important;
}
div[class$="-container-wrapper"] .hs-datepicker .pika-lendar {
  margin: 15px 15px 10px;
}
div[class$="-container-wrapper"] .hs-datepicker .pika-button:hover {
  background-color: #0f1941;
}
div[class$="-container-wrapper"] .hs-datepicker .is-selected .pika-button {
  background-color: #2175d9;
  color: white;
}
div[class$="-container-wrapper"] .hs-datepicker .pika-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==") !important;
}
div[class$="-container-wrapper"] .hs-datepicker .pika-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=") !important;
}
.hs-search-module {
  margin-top: 30px;
  position: relative;
}
.hs-search-module label {
  display: none;
}
.hs-search-module .input {
  position: relative;
  padding-right: 45px;
}
.hs-search-module a.hs-button {
  background: #fff;
  color: #2175d9;
  border-color: #2175d9;
  -webkit-transition: .2s;
  transition: .2s;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin-left: -2px;
  padding: 0 15px;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  text-indent: -9999px;
  cursor: pointer;
  cursor: hand;
}
.hs-search-module a.hs-button:focus {
  color: #2175d9;
}
.hs-search-module a.hs-button:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #2175d9;
  color: #fff;
  border-color: #2175d9;
}
.hs-search-module a.hs-button:hover,
.hs-search-module a.hs-button:active {
  text-decoration: none;
}
.hs-search-module a.hs-button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 16px;
  content: "\f002";
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 16px;
  text-indent: 0;
  margin: 15px 8px;
}
/*

  HubSpot Floated Labels v1.2.0
  ------------------------------------------------
  Creates the floated label behaviour on HubSpot
  forms, where the label appears as a placeholder
  at first, but becomes the input label when the
  input field is focused.
  
  HOW TO USE:
  ------------------------------------------------
  1.  Implement the jquery.hsFloatedLabels plugin
  2.  Enjoy.
    
*/
.hs-floated-label-input {
  position: relative;
  display: inline-block;
  width: 100%;
  /*----------------------------------------------------------*\
      Transitions are set only after the item has been
      initiated, ie when .hs-floated-label-input--initiated
      has been set. This is to prevent initial transitions
  \*----------------------------------------------------------*/
  /*------------------------------------------------*\
      Float on Value
      --------------
      Label floats first when user has entered
      a value in the text field
  \*------------------------------------------------*/
  /*------------------------------------------------*\
      Inverted UI
  \*------------------------------------------------*/
}
.hs-floated-label-input--initiated input,
.hs-floated-label-input--initiated textarea,
.hs-floated-label-input--initiated select {
  -webkit-transition: all 0.2s, background-color 0.4s;
  transition: all 0.2s, background-color 0.4s;
}
.hs-floated-label-input--initiated legend {
  -webkit-transition: all 0.2s, background-color 0.4s;
  transition: all 0.2s, background-color 0.4s;
}
.hs-floated-label-input--initiated > label {
  -webkit-transition: all 0.2s, background-color 0.4s;
  transition: all 0.2s, background-color 0.4s;
}
.hs-floated-label-input input,
.hs-floated-label-input textarea,
.hs-floated-label-input select {
  outline: 0;
}
.hs-floated-label-input input::-webkit-input-placeholder,
.hs-floated-label-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0f1941;
}
.hs-floated-label-input input::-moz-placeholder,
.hs-floated-label-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #0f1941;
}
.hs-floated-label-input input:-ms-input-placeholder,
.hs-floated-label-input textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #0f1941;
}
.hs-floated-label-input input:-moz-placeholder,
.hs-floated-label-input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #0f1941;
}
.hs-floated-label-input .Select {
  border: none;
}
.hs-floated-label-input legend {
  margin-top: 0.1rem !important;
  margin-bottom: 0 !important;
  opacity: 0;
}
.hs-floated-label-input > label,
.hs-floated-label-input--float-on-value .hs-floated-label-placeholder {
  display: inline-block;
  padding: 0;
  padding-left: inherit;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 16px;
  top: 13px;
  text-transform: none !important;
  letter-spacing: normal!important;
  color: #0f1941;
  font-size: 18px;
  font-weight: normal;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  opacity: 0.5;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translateY(0.1rem) scale(1);
          transform: translateY(0.1rem) scale(1);
}
.hs-floated-label-input > label .hs-form-required,
.hs-floated-label-input--float-on-value .hs-floated-label-placeholder .hs-form-required {
  color: #0f1941;
}
.hs-floated-label-input.focused > label,
.hs-floated-label-input.pinned > label {
  -webkit-transform: translate(-16px, -1.85rem) scale(0.75);
          transform: translate(-16px, -1.85rem) scale(0.75);
  z-index: 1;
  color: #bbb;
  opacity: 1;
}
.hs-floated-label-input.focused > label .hs-form-required,
.hs-floated-label-input.pinned > label .hs-form-required {
  color: #bbb;
}
.hs-floated-label-input.focused legend,
.hs-floated-label-input.pinned legend {
  opacity: 1;
}
.hs-floated-label-input--float-on-value .hs-floated-label-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.hs-floated-label-input--float-on-value > label,
.hs-floated-label-input--float-on-value.focused > label {
  opacity: 0;
  -webkit-transform: translateY(-0.4625rem) scale(0.75);
          transform: translateY(-0.4625rem) scale(0.75);
}
.hs-floated-label-input--float-on-value.has-value .hs-floated-label-placeholder,
.hs-floated-label-input--float-on-value.pinned .hs-floated-label-placeholder {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hs-floated-label-input--float-on-value.has-value > label,
.hs-floated-label-input--float-on-value.pinned > label {
  -webkit-transform: translateY(-1.85rem) scale(0.75);
          transform: translateY(-1.85rem) scale(0.75);
  opacity: 1;
  width: 100%;
}
.hs-floated-label-input--float-on-value.has-value legend,
.hs-floated-label-input--float-on-value.pinned legend {
  opacity: 1;
}
.inverted-ui .hs-floated-label-input input,
.inverted-ui .hs-floated-label-input textarea,
.inverted-ui .hs-floated-label-input select {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.inverted-ui .hs-floated-label-input input:focus,
.inverted-ui .hs-floated-label-input textarea:focus,
.inverted-ui .hs-floated-label-input select:focus {
  border-color: #fff;
}
.inverted-ui .hs-floated-label-input legend {
  color: rgba(255, 255, 255, 0.8);
}
.widget-type-password_prompt {
  margin-bottom: 20px;
}
.widget-type-password_prompt input[type="password"] {
  margin: 10px 0 !important;
  height: 35px !important;
}
/*-------------------------------------------------------------------------------------------
// HUBSPOT FORM STYLES
//-------------------------------------------------------------------------------------------*/
form {
  margin-bottom: 20px;
}
.form-title {
  margin-top: 0;
}
.form-title:empty {
  display: none;
}
.hs-form {
  line-height: 1.2;
}
.hs-form.stacked {
  max-width: 100%;
}
.hs-form .hs-form-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
}
.hs-form fieldset {
  border: none;
  max-width: inherit;
}
.hs-form fieldset.form-columns-1 textarea.hs-input,
.hs-form fieldset.form-columns-2 textarea.hs-input,
.hs-form fieldset.form-columns-3 textarea.hs-input,
.hs-form fieldset.form-columns-1 select.hs-input,
.hs-form fieldset.form-columns-2 select.hs-input,
.hs-form fieldset.form-columns-3 select.hs-input,
.hs-form fieldset.form-columns-1 input[type="text"].hs-input,
.hs-form fieldset.form-columns-2 input[type="text"].hs-input,
.hs-form fieldset.form-columns-3 input[type="text"].hs-input,
.hs-form fieldset.form-columns-1 input[type="email"].hs-input,
.hs-form fieldset.form-columns-2 input[type="email"].hs-input,
.hs-form fieldset.form-columns-3 input[type="email"].hs-input,
.hs-form fieldset.form-columns-1 input[type="number"].hs-input,
.hs-form fieldset.form-columns-2 input[type="number"].hs-input,
.hs-form fieldset.form-columns-3 input[type="number"].hs-input,
.hs-form fieldset.form-columns-1 input[type="tel"].hs-input,
.hs-form fieldset.form-columns-2 input[type="tel"].hs-input,
.hs-form fieldset.form-columns-3 input[type="tel"].hs-input,
.hs-form fieldset.form-columns-1 input[type="url"].hs-input,
.hs-form fieldset.form-columns-2 input[type="url"].hs-input,
.hs-form fieldset.form-columns-3 input[type="url"].hs-input {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  padding-left: 0;
  padding-right: 0;
}
.hs-form fieldset .hs-richtext + .hs-form-field {
  padding-left: 0 !important;
}
@media (min-width: 401px) {
  .hs-form fieldset.form-columns-1 textarea.hs-input,
  .hs-form fieldset.form-columns-2 textarea.hs-input,
  .hs-form fieldset.form-columns-3 textarea.hs-input,
  .hs-form fieldset.form-columns-1 select.hs-input,
  .hs-form fieldset.form-columns-2 select.hs-input,
  .hs-form fieldset.form-columns-3 select.hs-input,
  .hs-form fieldset.form-columns-1 input[type="text"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="text"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="text"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="email"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="email"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="email"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="number"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="number"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="number"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="tel"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="tel"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="tel"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="url"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="url"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="url"].hs-input {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field,
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 501px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33333333% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field,
  .hs-form fieldset.form-columns-3 .hs-form-field {
    float: left !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:first-child,
  .hs-form fieldset.form-columns-3 .hs-form-field:first-child {
    padding-left: 0;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:last-child,
  .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    padding-right: 0;
  }
}
.hs-form .inputs-list {
  list-style: none !important;
  padding: 0 !important;
}
.hs-form .inputs-list input[type="radio"],
.hs-form .inputs-list input[type="checkbox"] {
  margin-right: 6px;
}
.hs-form .inputs-list label {
  margin-bottom: 5px;
}
.hs-form div[class*="_hubspot_blog_subscription"] {
  margin-top: 0;
}
.hs-form div[class*="_hubspot_blog_subscription"] .inputs-list {
  margin-top: 5px;
}
.hs-form .hs-form-required {
  margin-left: .25em;
  color: black;
}
.hs-form .hs-error-msgs {
  margin-top: 5px;
  font: 12px 'Graphik Web', Tahoma, sans-serif;
  color: #ff0000;
}
.hs-form .hsformerror {
  border-radius: 0;
  background: #000 !important;
  color: white !important;
  border: none;
}
.hs-form .hsformerror em {
  border-color: #000 transparent transparent;
}
.hs-form .hsformerror .close-form-error {
  color: #fff !important;
  top: 3px;
  right: 8px;
}
.hs-form .hsformerror p {
  position: relative;
  padding: .1em 0 .1em 0;
  line-height: 1.7em;
  font-size: 13px;
  color: white !important;
}
@media (max-width: 501px) {
  .hs-form .actions .primary {
    width: 100%;
  }
}
.hs-form-booleancheckbox,
.hs-form-checkbox,
.hs-form-radio {
  min-height: 1em;
}
.hs-form-booleancheckbox label,
.hs-form-checkbox label,
.hs-form-radio label {
  display: block;
  margin: 0 0 1em;
  padding-left: 1em;
  position: relative;
  vertical-align: bottom;
}
.hs-form-booleancheckbox input[type="checkbox"],
.hs-form-checkbox input[type="checkbox"],
.hs-form-radio input[type="checkbox"],
.hs-form-booleancheckbox input[type="radio"],
.hs-form-checkbox input[type="radio"],
.hs-form-radio input[type="radio"] {
  margin: 0 0;
  position: absolute;
  top: 10px;
  left: 1px;
  vertical-align: bottom;
}
.hs-form-booleancheckbox input[type="radio"],
.hs-form-checkbox input[type="radio"],
.hs-form-radio input[type="radio"] {
  top: 10px;
}
.hs-form-booleancheckbox span.desc,
.hs-form-checkbox span.desc,
.hs-form-radio span.desc {
  display: block;
  margin-top: 10px;
  color: #0f1941;
  font-size: 85%;
}
.hs_submit {
  margin-top: 10px;
  text-align: left;
}
.hs-form-field {
  margin-bottom: 20px;
}
@media screen and (min-width: 801px) {
  .hs-form-field {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 941px) {
  .hs-form-field {
    margin-bottom: 30px;
  }
}
.hs-form-field label {
  display: block;
}
.hs-form-field.hs_ui_number legend {
  margin: 0 0 .5rem;
  color: #0f1941;
  font-size: 13px;
}
.hs-form-field[class*="privacy"][class*="agree"] .hs-form-required {
  display: none;
}
.hs-menu-wrapper ul {
  margin: 0;
}
.hs_cos_wrapper_type_space {
  display: block;
  margin: 0 !important;
  height: 30px !important;
}
/*********************************************
 *
 *  Page Center
 *
 *  Apply .page-center to full-width modules.
 */
.container-fluid .row-fluid .page-center {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 501px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 941px) {
  .container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.hs_cos_wrapper_type_post_filter ul,
.hs_cos_wrapper_type_post_listing ul {
  list-style: none;
  padding: 0;
}
.hs-cta-wrapper {
  display: block;
}
.hs-cta-wrapper .cta_button {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  padding: 10px 20px !important;
  border-width: 0 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  outline: 0 !important;
  cursor: pointer !important;
  padding: 14px 20px !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #2175d9 !important;
  border-color: #2175d9 !important;
  -webkit-transition: .2s !important;
  transition: .2s !important;
  font-family: 'Graphik Web', Tahoma, sans-serif !important;
  text-decoration: none!important;
  margin: 0 !important;
}
@media screen and (min-width: 801px) {
  .hs-cta-wrapper .cta_button {
    padding: 19px 30px;
  }
}
@media screen and (min-width: 941px) {
  .hs-cta-wrapper .cta_button {
    padding: 30px 30px;
    border-width: 2px;
    font-size: 18px;
    line-height: 1;
  }
}
.hs-cta-wrapper .cta_button:disabled {
  opacity: 0.5 !important;
}
.hs-cta-wrapper .cta_button:focus {
  color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button:hover {
  -webkit-transition: .2s !important;
  transition: .2s !important;
  background: #2175d9 !important;
  color: #fff !important;
  border-color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button.primary {
  background: #fff !important;
  color: #2175d9 !important;
  border-color: #2175d9 !important;
  -webkit-transition: .2s !important;
  transition: .2s !important;
  font-size: 18px !important;
  line-height: 76px !important;
  border-width: 2px !important;
  padding: 0px 30px !important;
}
.hs-cta-wrapper .cta_button.primary:focus {
  color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button.primary:hover {
  -webkit-transition: .2s !important;
  transition: .2s !important;
  background: #2175d9 !important;
  color: #fff !important;
  border-color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button.secondary {
  background: #fff !important;
  color: #2175d9 !important;
  border-color: #2175d9 !important;
  -webkit-transition: .2s !important;
  transition: .2s !important;
  font-size: 18px !important;
  line-height: 76px !important;
  border-width: 2px !important;
  padding: 0px 30px !important;
}
.hs-cta-wrapper .cta_button.secondary:focus {
  color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button.secondary:hover {
  -webkit-transition: .2s !important;
  transition: .2s !important;
  background: #2175d9 !important;
  color: #fff !important;
  border-color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button.tertiary {
  background: #fff !important;
  color: #2175d9 !important;
  border-color: #2175d9 !important;
  -webkit-transition: .2s !important;
  transition: .2s !important;
}
.hs-cta-wrapper .cta_button.tertiary:focus {
  color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button.tertiary:hover {
  -webkit-transition: .2s !important;
  transition: .2s !important;
  background: #2175d9 !important;
  color: #fff !important;
  border-color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button.awards-theme {
  background: #fff !important;
  color: #2175d9 !important;
  border-color: #2175d9 !important;
  -webkit-transition: .2s !important;
  transition: .2s !important;
}
.hs-cta-wrapper .cta_button.awards-theme:focus {
  color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button.awards-theme:hover {
  -webkit-transition: .2s !important;
  transition: .2s !important;
  background: #2175d9 !important;
  color: #fff !important;
  border-color: #2175d9 !important;
}
.hs-cta-wrapper .cta_button--size-big {
  font-size: 18px !important;
  line-height: 76px !important;
  border-width: 2px !important;
  padding: 0px 30px !important;
}
.widget-type-blog_subscribe h3:empty {
  display: none;
}
.widget-type-blog_subscribe .hs-form-field {
  margin-bottom: 10px;
}
.widget-type-blog_subscribe input[type="text"],
.widget-type-blog_subscribe input[type="email"] {
  width: 100%;
}
.widget-type-blog_subscribe div[class*="_hubspot_blog_subscription"] {
  margin: 20px 0;
}
#comments-listing .comment {
  margin-top: 30px;
}
#comments-listing .comment.depth-0 {
  border-top: 1px solid #f5f5f5;
}
#comments-listing .comment.depth-0:first-child {
  margin-top: 0;
  border-top: 0;
}
#comments-listing .comment .comment-date,
#comments-listing .comment .comment-from h4 {
  font-size: 14px;
  line-height: 1.6;
}
#comments-listing .comment .comment-from h4 {
  margin-top: 0;
  color: #0f1941;
}
#comments-listing .comment .comment-date {
  color: #999;
}
#comments-listing .comment .comment-body p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
#comments-listing button.comment-reply-to {
  visibility: hidden;
  font-size: 13px;
  padding: 0;
  background: none;
  color: #2175d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#comments-listing button.comment-reply-to.localized {
  visibility: visible;
}
#comments-listing button.comment-reply-to em {
  font-style: normal;
}
#comments-listing button.comment-reply-to:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 14px;
  content: "\f112";
  position: relative;
  margin-right: 7.5px;
}
#comments-listing button.comment-reply-to:hover,
#comments-listing button.comment-reply-to:focus,
#comments-listing button.comment-reply-to:hover {
  color: #4d91e1;
}
#comment-form {
  margin-top: 40px;
  width: 100%;
}
#comment-form form {
  max-width: 100%;
}
#comment-form input[type="text"],
#comment-form input[type="email"],
#comment-form textarea {
  width: 100%;
}
#comment-form #captcha_wrapper {
  margin-bottom: 20px;
}
#comment-form #captcha_wrapper input {
  height: auto;
  line-height: normal;
}
.hs-common-confirm-message {
  margin: 60px 0 30px !important;
  padding: 10px 15px !important;
  background: rgba(127, 163, 0, 0.15) !important;
  color: #7fa300 !important;
  border: none !important;
  border-radius: 0 !important;
}
/*

  Component: Simple Custom Checkboxes v1.0.0
  ------------------------------------------------
  This solution uses two separate images to
  create a custom checkbox in HubSpot forms.
  No javascript hacks needed.
  
  
  HOW TO USE:
  ------------------------------------------------
  1.  Just include the component in the
      [project]-style stylesheet.
  2.  Enjoy.
  
*/
.hs-form-booleancheckbox label,
.hs-form-checkbox label,
.checkbox-row label {
  position: relative;
  z-index: 0;
  display: inline-block;
  cursor: pointer;
  padding-left: 0;
}
.hs-form-booleancheckbox input[type="checkbox"],
.hs-form-checkbox input[type="checkbox"],
.checkbox-row input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  /*--------------------------*\
        Checkbox is checked
    \*--------------------------*/
}
.hs-form-booleancheckbox input[type="checkbox"] + span,
.hs-form-checkbox input[type="checkbox"] + span,
.checkbox-row input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 1.8;
}
.hs-form-booleancheckbox input[type="checkbox"] + span:before,
.hs-form-checkbox input[type="checkbox"] + span:before,
.checkbox-row input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: .35em;
  background-repeat: no-repeat;
  background-image: url('//info.randstad.se/hubfs/Assets/img/sprite2.png');
  background-position: -116px -415px;
  width: 20px;
  height: 20px;
}
.system-page.subscription-page .hs-form-booleancheckbox input[type="checkbox"] + span:before,
.system-page.subscription-page .hs-form-checkbox input[type="checkbox"] + span:before,
.system-page.subscription-page .checkbox-row input[type="checkbox"] + span:before {
  margin-top: .05em;
}
.hs-form-booleancheckbox input[type="checkbox"]:checked + span:before,
.hs-form-checkbox input[type="checkbox"]:checked + span:before,
.checkbox-row input[type="checkbox"]:checked + span:before {
  background-image: url('//info.randstad.se/hubfs/Assets/img/sprite2.png');
  background-position: -166px -415px;
  width: 20px;
  height: 20px;
}
/*-----------------------------------------*\
  Tweak spacing between multiple checkboxes
\*-----------------------------------------*/
/*

  Component: Simple Custom Radio Buttons v1.0.0
  ------------------------------------------------
  This solution uses two separate images to
  create a custom radio button in HubSpot forms.
  No javascript hacks needed.
  
  
  HOW TO USE:
  ------------------------------------------------
  1.  Just include the component in the
      [project]-style stylesheet.
  2.  Enjoy.
  
*/
.hs-form-radio label {
  position: relative;
  z-index: 0;
  display: inline-block;
  cursor: pointer;
  padding-left: 0;
}
.hs-form-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  /*--------------------------*\
        Radio button is checked
    \*--------------------------*/
}
.hs-form-radio input[type="radio"] + span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  line-height: 1.8;
}
.hs-form-radio input[type="radio"] + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: .35em;
  background-repeat: no-repeat;
  background-image: url('//info.randstad.se/hubfs/Assets/img/sprite2.png');
  background-position: -215px -415px;
}
.hs-form-radio input[type="radio"]:checked + span:before {
  background-image: url('//info.randstad.se/hubfs/Assets/img/sprite2.png');
  background-position: -265px -415px;
}
/*----------------------------------------------*\
  Tweak spacing between multiple radio buttons
\*----------------------------------------------*/
/*  HubSpot Modules
    Stylesheets for custom modules and global modules
    ========================================================================== */
/****************************************************

  - Download & Sharing Content Offer Widget

****************************************************/
.content-offer-widget {
  margin-bottom: 10px;
}
.content-offer-widget .button {
  margin-top: 20px;
  margin-bottom: 20px;
}
/****************************************************

  - Download Item Box

****************************************************/
.download-item {
  margin-bottom: 40px;
}
@media (min-width: 801px) {
  .download-item {
    margin-bottom: 0;
  }
}
.download-item.disabled {
  opacity: .25;
}
.download-item__img-wrapper {
  overflow: hidden;
  margin: 20px 0 15px;
  background: white;
}
@media (min-width: 801px) {
  .download-item__img-wrapper {
    max-height: 250px;
  }
}
.download-item__img-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.download-item__title {
  margin-top: 0;
  margin-bottom: 20px;
}
/*  Page Specific
    ========================================================================== */
@media (min-width: 801px) {
  .secondary-section .body-container-wrapper > div {
    margin-bottom: 0;
  }
}
/*

  Hack to give columns correct padding under Randstad context

*/
.page-center .col {
  min-height: 1px !important;
}
/*****************************
 *
 *   General Overrides
 *
 */
.blog-page {
  /* The inner wrappers of your website */
}
.blog-page .main-wrapper {
  background-color: #fff;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 941px) {
  .blog-page .main-wrapper {
    padding-top: 50px;
  }
}
/* Post and Listing page */
.blog-page .post-header > h2 {
  margin-bottom: 12.5px;
}
.blog-page .post-footer {
  margin-top: 10px;
}
.blog-page .post-footer .topic-link {
  margin-left: 2px;
}
.blog-page .post-author > div {
  vertical-align: top;
}
.blog-page .post-author__img {
  padding-right: 0;
  width: 22.07792208%;
}
.blog-page .post-author__img img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 940px) {
  .blog-page .post-author__img {
    background: none !important;
  }
}
@media (min-width: 941px) {
  .blog-page .post-author__img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  .no-touch .blog-page .post-author__img {
    background-size: cover;
  }
  .blog-page .post-author__img img {
    display: none;
  }
}
.blog-page .post-author__body {
  padding-left: 20px;
  color: #0f1941;
}
@media (min-width: 941px) {
  .blog-page .post-author__body {
    padding: 25px 20px 20px;
    background: #e6e6e6;
  }
}
.blog-page .post-author__body a {
  color: #2175d9;
}
.blog-page .post-author__body h4 {
  margin-top: 0;
  font-size: 18px;
}
.blog-page .post-author__body .hs-author-bio {
  margin: 12.5px 0;
}
.blog-page .post-author__body .hs-author-bio p:first-child {
  margin-top: 0;
}
.blog-page .post-author__body .hs-author-bio p:last-child {
  margin-bottom: 0;
}
/* Blog listing page settings */
@media (max-width: 500px) {
  .hs-blog-listing .breadcrumbs {
    display: none !important;
  }
}
@media (min-width: 501px) and (max-width: 940px) {
  .hs-blog-listing .body-container {
    margin-top: 0;
  }
}
.filter-listing-info {
  margin-bottom: 39px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.filter-listing-info:before,
.filter-listing-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.filter-listing-info:after {
  clear: both;
}
.filter-listing-info:before,
.filter-listing-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.filter-listing-info:after {
  clear: both;
}
.filter-listing-info h4 {
  float: left;
  margin-bottom: 0;
  color: #0f1941;
}
.filter-listing-info h4 strong {
  color: #0f1941;
  font-weight: normal;
}
.awards-theme .filter-listing-info h4 strong {
  color: #0f1941;
}
.filter-listing-info.post-author {
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.filter-listing-info.post-author h4 {
  color: #0f1941;
}
@media (min-width: 941px) {
  .filter-listing-info.post-author {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.filter-listing-info .reset {
  display: block;
  float: right;
  position: relative;
  top: 13px;
  padding: 0 6px;
  line-height: 24px;
}
/* Simple listing  */
.post-listing-simple .post-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 29px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}
.post-listing-simple .post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.post-listing-simple .post-item h2 {
  margin-top: 0;
}
.post-listing-simple .post-item .post-body {
  margin-bottom: 0;
}
.post-listing-simple .post-item .post-body p:last-child {
  margin-bottom: 0;
}
/* Listing page */
.post-listing {
  /*
  .hs-featured-image {
    // Override HS default query in public_common.css
    @media screen and (max-width: 568px) {}
  }
  */
}
.post-listing .post-item {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 39px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
}
.post-listing .post-item > * {
  line-height: 1.8;
  margin-bottom: 0;
}
.post-listing .post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 501px) {
  .post-listing .post-item > .row-fluid > div {
    min-height: 1px !important;
    padding: 0;
  }
}
.post-listing .post-item .post-header .post-header > h2 {
  line-height: 1.2;
  margin-bottom: 12.5px;
}
.post-listing .post-item .post-header .meta {
  margin-bottom: 15px;
  color: #999;
  font-size: 18px;
}
.post-listing .post-item__img,
.post-listing .post-item__body {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 941px) {
  .post-listing .post-item__img,
  .post-listing .post-item__body {
    float: none!important;
    width: 100%!important;
    margin-bottom: 30px;
  }
}
.post-listing .post-item__img {
  margin-bottom: 30px;
}
@media (min-width: 801px) {
  .post-listing .post-item__img {
    padding-right: 30px !important;
  }
}
.post-listing .post-item__img img {
  float: none;
  max-width: 100%;
  margin: 0;
}
.post-listing .post-item__body h2 {
  margin-top: -12px;
  line-height: 1.2;
}
.post-listing .post-item__body h2 a {
  color: #0f1941;
}
.post-listing .post-item__body h2 a:hover,
.post-listing .post-item__body h2 a:focus,
.post-listing .post-item__body h2 a:active {
  color: #4d91e1;
}
.post-listing .hs-blog-social-share {
  margin-bottom: 20px;
}
.post-listing .post-body {
  margin-bottom: 30px;
}
.post-listing .post-body *:first-child {
  margin-top: 0;
}
.post-listing .post-body *:last-child {
  margin-bottom: 0;
}
.post-listing #hubspot-topic_data {
  margin-bottom: 20px;
}
/* Pagination on listing page */
.blog-pagination {
  margin-top: 40px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.blog-pagination div[class*="span"] {
  display: inline;
  float: none;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.blog-pagination div[class*="span"]:empty {
  display: none;
}
.blog-pagination div[class*="span"] a {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #9e9e9e;
  font-size: 18px;
}
.blog-pagination div[class*="span"]:last-child a,
.blog-pagination div[class*="span"].last a {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.blog-pagination .pagination-link-disabled {
  color: #0f1941;
}
.blog-pagination > .all {
  text-align: center;
}
.blog-pagination > .next {
  text-align: right;
}
.hs-blog-post .post-header {
  line-height: 1.215;
}
@media (max-width: 500px) {
  .hs-blog-post .post-header h1 {
    margin-top: 20px;
  }
}
.hs-blog-post .post-header .meta {
  margin-top: 12.5px;
  font-size: 18px;
}
.hs-blog-post .post-header .meta a {
  color: #0f1941;
}
.hs-blog-post .post-header .meta a:hover,
.hs-blog-post .post-header .meta a:focus,
.hs-blog-post .post-header .meta a:active {
  color: #4d91e1;
}
.awards-theme .hs-blog-post .post-header .meta a:hover,
.awards-theme .hs-blog-post .post-header .meta a:focus,
.awards-theme .hs-blog-post .post-header .meta a:active {
  color: #d3ad48;
}
.hs-blog-post .post-header .at-share-tbx-element .at-share-btn {
  margin: 1px 2px;
}
.hs-blog-post .post-body {
  margin: 30px 0;
}
.hs-blog-post .post-body .hs-cta-wrapper {
  display: block;
  margin: 1em 0;
}
.hs-blog-post .post-body .hbspt-form {
  margin: 1em 0;
}
.hs-blog-post .post-footer {
  margin-bottom: 0;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d7d7d7;
}
.hs-blog-post .post-footer p {
  margin: 0;
}
.hs-blog-post .post-author {
  margin: 40px 0;
}
.hs-blog-post .hs-blog-social-share {
  margin-top: 20px;
  display: block;
}
.hs-blog-post .hs-blog-social-share .hs-blog-social-share-list {
  float: right;
  margin-top: 0;
}
.hs-blog-post h2.comment-title {
  margin-top: 40px;
}
/**********************************************
 *
 *  LANDING PAGE
 *
 */
/*  Overrides
    ========================================================================== */
.landing-page .post-body h2 {
  margin-top: -11px;
  margin-bottom: 20px;
}
.landing-page .body-container-wrapper {
  padding-top: 0 !important;
}
.landing-page .body-container-wrapper .body-container {
  margin-top: 0 !important;
}
.landing-page .body-container-wrapper .body-container .content-wrapper {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.landing-page .heading {
  margin-bottom: 10px;
}
@media (min-width: 501px) {
  .landing-page .heading {
    margin-bottom: 20px;
  }
}
.landing-page .heading .widget-type-header {
  margin: 20px 0 10px;
}
@media (min-width: 501px) {
  .landing-page .heading .widget-type-header {
    margin: 0 0 10px;
  }
}
.landing-page .widget-type-header h1,
.landing-page .widget-type-header h2,
.landing-page .widget-type-header h3 {
  margin: 0;
}
@media (max-width: 800px) {
  .landing-page .widget-type-form {
    margin-bottom: 30px;
  }
}
.landing-page.secondary-section .main-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 801px) {
  .landing-page.secondary-section .main-wrapper {
    margin-bottom: 10px;
  }
}
.landing-page .secondary-wrapper {
  padding: 35px 0 30px;
  background-color: #f5f5f5;
}
@media (min-width: 801px) {
  .landing-page .secondary-wrapper {
    padding-bottom: 85px;
  }
}
.landing-page .secondary-wrapper .widget-type-header {
  margin-bottom: 10px;
}
/**********************************************
 *
 *  THANK YOU PAGE
 *
 */
/*  Overrides
    ========================================================================== */
.thank-you-page header {
  background-color: #6ba5b4;
}
.thank-you-page footer .links-list-header {
  letter-spacing: 0;
}
.thank-you-page .body-container {
  margin-top: 60px!important;
}
.thank-you-page .body-container-wrapper {
  padding-top: 0;
}
.thank-you-page .body-container-wrapper .custom-banner-wrapper {
  padding: 65px 0 56px!important;
}
.thank-you-page .main-wrapper .widget-type-header {
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .thank-you-page .main-wrapper .col--right {
    margin-top: 10px;
  }
}
.thank-you-page .post-body .widget-type-header {
  margin: 20px 0 10px;
}
@media (min-width: 501px) {
  .thank-you-page .post-body .widget-type-header {
    margin: 0 0 10px;
  }
}
@media (max-width: 801px) {
  .system-page h1 {
    margin-top: 20px;
  }
}
.system-page .main-wrapper {
  padding-top: 50px;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.subscription-page #email-prefs-form {
  margin: 0 auto;
}
.subscription-page .header {
  border: none;
  font-size: 18px;
}
@media (max-width: 801px) {
  .subscription-page .page-header h1 {
    margin-top: 20px;
  }
}
.subscription-page .page-header h2 {
  display: inline-block;
  margin: 20px 0 30px;
  padding: 10px;
  color: #0f1941;
  background: #f5f5f5;
}
@media (min-width: 801px) {
  .subscription-page .page-header h2 {
    font-size: 20px;
  }
}
.subscription-page .page-header h2 #email-prefs-form .email-edit {
  text-transform: uppercase;
}
.subscription-page .page-header p {
  color: #0f1941;
}
.subscription-page #content p.header {
  margin: 1.25em 0 1.25em;
  font-weight: 400;
}
.subscription-page .email-prefs {
  margin: 10px 0;
}
.subscription-page .email-prefs .item .item-inner {
  border: none;
  border-radius: 0;
  background: none;
}
.subscription-page .email-prefs .item .item-inner.selected {
  border: none;
  background: rgba(127, 163, 0, 0.2);
}
.subscription-page .email-prefs .item .item-inner.hovered {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscription-page .email-prefs .item p {
  margin-left: 27px;
}
.subscription-page .checkbox-row {
  overflow: auto;
}
.subscription-page .checkbox-row input {
  top: 6px;
}
.subscription-page .checkbox-row span.fakelabel span {
  margin: 0 0 5px 15px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}
.subscription-page .email-prefs .item .item-inner p {
  font-size: 14px !important;
  color: #0f1941;
}
.subscription-page .subscribe-options label span {
  font-weight: normal;
  position: relative;
  top: 2px;
}
.subscription-page #submitbutton {
  margin-top: 30px;
  margin-bottom: 20px;
}
.widget-type-email_subscriptions_confirmation .success {
  display: inline-block;
  margin: 10px 0 30px;
  padding: 8px 10px 10px;
  font-size: 18px;
  color: #7fa300;
  background: rgba(127, 163, 0, 0.15);
}
/* Trumps
   ========================================================================== */
/*****************************************************
 *
 *  STYLES ONLY VISIBLE IN IN HUBSPOT EDITOR
 *
 *****************************************************/
@media print {
  header {
    position: relative !important;
    margin-bottom: 40px;
  }
  .widget-type-google_search,
  .widget-type-blog_subscribe,
  .addthis_sharing_toolbox {
    display: none;
  }
  .body-container-wrapper {
    padding-top: 0 !important;
  }
}
.hs-inline-edit header {
  position: relative !important;
}
.hs-inline-edit .body-container-wrapper {
  padding-top: 0 !important;
}
