/* @import url('http://example.com/example_style.css'); */
@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700";

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
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"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}





/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.single-col {
    padding:0 200px;
}

body {
    -moz-osx-font-smoothing: grayscale;
    font-family: "Source Sans Pro",Arial,sans-serif;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 16px;
    line-height: 23px;
    font-weight:400;
    margin: 0;
    border-top: 2px solid #0094cf;
}

.blog-hero h1 {
    font-size:40px;
    margin:20px 0;
    line-height:45px;
    text-align:center;
}

.hs-blog-post .blog-hero .hs-author-profile {
    margin-bottom:20px;
}

p.new-byline {
    text-transform:italic;
    margin-bottom:20px;
}

.blog-hero .topics {
    margin:20px 0 10px 0;
    text-align:center;
}

.blog-hero .sharecontainer {
    padding:10px 0 20px;
}

.blog-hero a.goodshare {
    width:40px;
    height:40px;
    font-size:15px;
    line-height:40px;
}

/* Kommentarer */

#blog-comments {
    margin-bottom:40px;
}
.hs-form-field li.hs-form-booleancheckbox label {
    display:block;
}

.hs-form-field li.hs-form-booleancheckbox {
    margin:0;
    padding:0;
}

#comments-listing .comment-from {
    display: block;
}

#comments-listing .comment-date {
    margin-bottom:10px;
}

#comments-listing .comment-reply-to {
    background:none;
    color:#03a7e9;
    padding:0;
    font-weight:600;
    font-size:16px;
    cursor:pointer;
}

#comment-form {
    border:1px solid #EEEEEE;
    padding:20px;
    margin:40px 0;
}

#comment-form .hs-button.primary {
    background-color: #0094cf;
    color: #fff;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 30px;
    box-shadow: none;
    display: inline-block;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 30px 7px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease;
    cursor: pointer;
    margin:11px 0;
    font-weight:normal;
}

img {
    max-width:100%;
    height:auto;
}


#my-menu:not( .mm-menu ) {
   display: none;
}

input {
    -webkit-appearance: none;
}

.container-fluid {
    float: none;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    padding:0 30px;
}

.header-container-wrapper {
    background:#2f2d28;
    box-sizing: border-box;
    height: 118px;
    transform: translateX(0px) translateY(0px);
    transform-style: preserve-3d;
    z-index: 900;
}

.header-container-wrapper .container-fluid, .blogheader-container-wrapper .container-fluid  {
    max-width:100%;
    padding: 0;
}

.header-table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}

.header-table td {
    text-align: left;
    vertical-align: top;
}

.header-table-td--brand {
    width: 150px;
}

.header-brand {
    float: left;
    margin: 30px 15px 20px 30px;
    position: relative;
}

.header-brand img {
    width:unset;
    max-width:unset;
    height:auto;
}

.hero-container-wrapper {
    background-color: #2f2d28;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
    color: #FFFFFF;
    padding:110px 0 75px 0;
    margin-bottom:45px;
}

.hs-blog-post .hero-container-wrapper {
    padding:60px 0 30px;
}

.header-services {
    color: #fff;
    margin:37px 0 0 0;
    margin-top: 37px;
    position: relative;
    text-align: right;
    white-space: nowrap;
    font-size:14px;
    font-weight:normal;
}

.services-cta, .services-menu, .services-search {
    display: inline-block;
    vertical-align: middle;
}

.services-cta__phone {
    color: #fff;
    opacity: 0.6;
    transition: opacity 0.2s ease 0s;
    will-change: opacity;
}

.services-cta__phone:hover {
    opacity: 1;
    text-decoration:none;
    color: #fff;
}

.services-menu ul, .services-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.services-menu a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: -8px;
    position: absolute;
    top: 50%;
    width: 2px;
}
.services-menu a {
    color: #fff;
    display: block;
    margin-left: 11px;
    opacity: 0.6;
    position: relative;
    transition: opacity 0.2s ease 0s;
    will-change: opacity;
}

.services-menu a:focus, .services-menu a:hover {
    opacity: 1;
    text-decoration: none;
    color:#FFF;
}

.header-menu {
    height: 40px;
    margin-top: 30px;
    white-space: nowrap;
}

.header-menu-list > li {
    float: left;
    position: relative;
}
.header-menu ul, .header-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.header-menu__link {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-left: 4px;
    padding: 10px 5px;
    position: relative;
}

.header-menu__link:focus, .header-menu__link:hover {
    color: #fff;
    text-decoration: none;
}
.header-menu__link.active::before, .header-menu__link:focus::before, .header-menu__link:hover::before {
    border-bottom: 1px solid #dad5d5;
    bottom: -2px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: 8px 5px 8px 6px;
    position: absolute;
    right: 0;
}
.header-menu-dropdown > .header-menu__link > span {
    margin-right: -3px;
    padding-right: 12px;
    position: relative;
}
.header-menu-dropdown ul .header-menu__link > span {
    margin-right: 0;
    padding-right: 0;
}
.header-menu-dropdown .header-menu__link > span::after {
    background: transparent url("//info.dibs.dk/hubfs/TEMPLATES/sprite.png") no-repeat scroll -170px -25px;
    color: #fff;
    content: "";
    display: block;
    height: 7px;
    line-height: 20px;
    margin-top: -2px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 999px;
    top: 50%;
    width: 7px;
}
.open > .header-menu-dropdown .header-menu__link > span::after {
    background-position: -184px -25px;
    height: 4px;
    width: 7px;
}
.header-menu-dropdown ul {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    height: 0;
    left: -7px;
    margin-top: -7px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity 0.2s ease 0s;
    width: 0;
    will-change: opacity;
    z-index: 100;
}
.header-menu-dropdown ul li {
    min-width: 180px;
    position: relative;
}
.header-menu-dropdown ul a {
    color: #0094cf;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 5px 15px;
}
.header-menu-dropdown ul a:hover, .header-menu-dropdown ul a.active {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #0094cf;
    text-decoration: none;
}
.header-menu-dropdown ul a:hover::before, .header-menu-dropdown ul a.active::before {
    display: none;
}
.header-menu-dropdown ul a:hover::before, .header-menu-dropdown ul a:focus::before {
    display: none;
}
.header-menu-list li:hover > ul {
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 6px 0;
    width: auto;
}
.header-menu-dropdown .header-menu-dropdown ul {
    left: 100%;
    margin-top: 0;
    top: 0;
}
.header-menu-dropdown .header-menu-dropdown > a > span {
    display: inline-block;
    position: relative;
}
.header-menu-dropdown .header-menu-dropdown > a > span::after {
    background: transparent url("//info.dibs.dk/hubfs/TEMPLATES/sprite.png") no-repeat scroll -177px -25px;
    content: "";
    display: block;
    height: 7px;
    left: 100%;
    margin-left: 5px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 4px;
}

.button {
    background-image: none;
    border: 2px solid transparent;
    border-radius: 30px;
    box-shadow: none;
    display: inline-block;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 30px 7px;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s, border-color 0.2s ease-in 0s;
    will-change: background-color, color, border-color;
}

.header-table-td--buttons {
    white-space: nowrap;
    width: 10px;
}

.header-buttons {
    margin:34px 29px 0 5px;
}

.header-buttons__btn--login {
    background-color: #03a7e9;
    border-color: #03a7e9;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 14px 3px;
    text-transform: uppercase;
}
.header-buttons__btn--login:focus, .header-buttons__btn--login:hover {
    background-color: #0094cf;
    border-color: #fff;
    color: #fff;
    text-decoration:none;
}
.header-buttons__btn--demo {
    background-color: #fff;
    color: #0094cf;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 14px 3px;
    text-transform: uppercase;
}
.header-buttons__btn--demo:focus, .header-buttons__btn--demo:hover {
    background-color: #03a7e9;
    color: #fff;
    text-decoration:none;
}

.header-tech-search {
    margin-left: 10px;
    margin-top: 32px;
    position: relative;
    text-align: right;
}

.header-menu__toggler {
    display: block;
    height: 47px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-indent: 100px;
    white-space: nowrap;
    width: 59px;
}
.header-menu__toggler::after {
    background: transparent url("//info.dibs.dk/hubfs/TEMPLATES/sprite.png") no-repeat scroll -170px 0;
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    margin: -8px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.header-buttons__btn--demo + .header-buttons__btn--sell, .header-buttons__btn--sell + .header-buttons__btn--login, .header-buttons__btn--demo + .header-buttons__btn--login {
    margin-left: 8px;
}

.header-menu__toggler {
    display: none;
}

.hero-container-wrapper .page-header {
    padding:0 200px;
}

.hero-container-wrapper .page-header h1 {
    color:#FFFFFF;
    font-size:40px;
    text-transform:uppercase;
    padding-bottom:20px;
    line-height:40px;
}

.hero-container-wrapper .page-header p {
    color:#FFFFFF;
    padding-bottom:10px 0 20px;
    font-size:20px;
    line-height:29px;
}

.hero-container-wrapper .page-header h3 {
    color:#FFFFFF;
    font-size:24px;
    line-height:26px;
    margin-bottom:20px;
}

a {
    color: #0094cf;
    text-decoration: none;
}
a:hover {
    color: #0094cf;
    text-decoration: underline;
}
a:active, a:focus {
    color: #0094cf;
    outline: 0 none;
    text-decoration: none;
}
a:active {
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Source Sans Pro",sans-serif;
}
h1, h2, h3 {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    font-weight:200;
    padding: 0;
}

h1 strong, h2 strong, h3 strong {
    font-weight:700;
}
h4, h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
p {
    margin: 0 0 15px;
}

.sharecontainer {
    padding: 20px 0 0;
    text-align: center;
}
a.goodshare {
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin: 5px;
    text-align: center;
    width: 60px;
    transition: all 0.2s ease;
}

a.goodshare:hover {
    background: #0094cf none repeat scroll 0 0;
}

a.goodfollow {
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin: 5px;
    text-align: center;
    width: 60px;
    transition: all 0.2s ease;
}

a.goodfollow.linkedin {
    background: #0976b4;
}

a.goodfollow.facebook {
    background: #3b5998;
}

a.goodfollow.twitter {
    background: #55acee;
}

a.goodfollow.googleplus {
    background: #dd4b39;
}

a.goodfollow.website {
    background: #000000;
}

a.goodfollow:hover {
    background: #0094cf !important;
}

a[data-type="vk"] {
    background: #45668e none repeat scroll 0 0;
}
a[data-type="fb"] {
    background: #3b5998 none repeat scroll 0 0;
}
a[data-type="ok"] {
    background: #ed812b none repeat scroll 0 0;
}
a[data-type="mr"] {
    background: #168de2 none repeat scroll 0 0;
}
a[data-type="gp"] {
    background: #dd4b39 none repeat scroll 0 0;
}
a[data-type="li"] {
    background: #0976b4 none repeat scroll 0 0;
}
a[data-type="tw"] {
    background: #55acee none repeat scroll 0 0;
}
a[data-type="lj"] {
    background: #004359 none repeat scroll 0 0;
}
a[data-type="tm"] {
    background: #35465c none repeat scroll 0 0;
}
a[data-type="bl"] {
    background: #f57d00 none repeat scroll 0 0;
}
a[data-type="pt"] {
    background: #cc2127 none repeat scroll 0 0;
}
a[data-type="di"] {
    background: #000 none repeat scroll 0 0;
}
a[data-type="en"] {
    background: #7ac142 none repeat scroll 0 0;
}
a[data-type="rd"] {
    background: #5f99cf none repeat scroll 0 0;
}
a[data-type="de"] {
    background: #39f none repeat scroll 0 0;
}
a[data-type="su"] {
    background: #eb4924 none repeat scroll 0 0;
}
a[data-type="po"] {
    background: #d3505a none repeat scroll 0 0;
}
a[data-type="sb"] {
    background: #26b1f6 none repeat scroll 0 0;
}
a[data-type="bf"] {
    background: #323b43 none repeat scroll 0 0;
}
a[data-type="ip"] {
    background: #428bca none repeat scroll 0 0;
}
a[data-type="ra"] {
    background: #900 none repeat scroll 0 0;
}
a[data-type="xi"] {
    background: #cfdc00 none repeat scroll 0 0;
}
a[data-type="wp"] {
    background: #0087be none repeat scroll 0 0;
}
a[data-type="tg"] {
    background: #08c none repeat scroll 0 0;
}
a[data-type="vi"] {
    background: #8f5db7 none repeat scroll 0 0;
}
a[data-type="wa"] {
    background: #43d854 none repeat scroll 0 0;
}
a[data-type="ln"] {
    background: #00c300 none repeat scroll 0 0;
}
.social-container {
    background: #3f7da3 none repeat scroll 0 0;
    margin-bottom: 80px;
    padding: 40px 0;
    text-align: center;
}
.social-container .social__text {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    margin-right: 40px;
    padding-right: 80px;
    vertical-align: middle;
}
.social-container .fa {
    color: #fff;
    font-size: 40px;
    padding: 0 20px;
    transition: color 250ms ease-in 50ms;
    vertical-align: middle;
}
.social-container .fa:hover {
    color: #0094cf;
}

#cookie-bar {
    background:#FFFFFF;
    height:auto; 
    line-height:24px;
    padding:3px 0;
    z-index:2;
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 -4px 0 0 rgba(0,0,0,0.02);
    -moz-box-shadow: 0 -4px 0 0 rgba(0,0,0,0.02);
}

.cookie-message {
    float:left;
    padding:15px 0;
}

.cookie-message p {
    margin:0;
    padding:0;
    font-size: 16px;
    line-height: 20px;
}

.cookie-btn {
    float:right;
}

.cookie-btn a.cb-enable {
    margin:5px 0;
}
    
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}

.footer-copyright {
    padding:75px 0;
    text-align:center;
    font-size:14px;
}

.lp-form {
    background:#f5f5f5;
    padding:20px;
}

.lp-form h3 {
    font-size:21px;
    text-transform:uppercase;
    color:#000000;
    margin-bottom:17px;
}

#hs-search-module label {
    display:none;
    font-size:16px;
    font-weight:400;
}

.hs-form-field ul.hs-error-msgs {
    margin:0 0 10px 0;
}

.hs-form-field ul.hs-error-msgs li label {
    display:block;
}

textarea, 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"], select {
    border:none;
    padding:12px;
    font-size:16px;
    margin:11px 0;
    color:#333333;
    font-weight:200;
    font-family: "Source Sans Pro",Arial,sans-serif;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

.hs-button.primary.large, a.cb-enable, a.btn, a.hs-button.primary {
    background-color: #0094cf;
    color: #fff;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 30px;
    box-shadow: none;
    display: inline-block;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 30px 7px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease;
    cursor: pointer;
    margin:11px 0;
    font-weight:normal;
}

.hs-button.primary:hover,.hs-button.primary:focus {
    background-color:#03a7e9;
}

.body-container-wrapper ul li {
    margin: 0;
    padding: 5px 0px 5px 42px;
}

.body-container-wrapper ul.checkmarks li {
    background: url('//info.dibs.dk/hubfs/TEMPLATES/check-mark.png') no-repeat 0 9px transparent;
    list-style-type: none;
    margin: 0;
    padding: 5px 0px 5px 42px;
    vertical-align: middle;
}

#cookie-bar {
    font-weight:normal;
}

img.logo-mobile {
        display:none;
    }

.grid {
    width:100%;
    overflow:hidden;
}
.grid-item {
    width: 48%;
    overflow:hidden;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    display: block;
    padding: 16px 20px;
    margin-bottom:20px;
    box-sizing: border-box;
    margin:1%;
    float:left;
    height:560px;
    position:relative;
}

.grid-item .hs-featured-image-wrapper {
    overflow:hidden;
    text-align:center;
    margin-bottom:13px;
}
.grid-item .hs-featured-image {
    max-width: 100%;
    float:none;
    display:block;
    margin:0 auto;
}

.grid-item h2 {
    line-height:30px;
    font-size:24px;
    font-weight:normal;
    margin-bottom:10px;
}

.grid-item h2 a:hover {
    text-decoration:none;
}

.grid-item p {
    line-height: 23px !important;
    font-size: 16px !important;
}

.grid-item .post-author {
    position:absolute;
    bottom:14px;
    left:20px;
}

.grid-item .post-author p {
    font-size:14px;
    line-height:14px;
    margin:0;
}

.prefooter-container-wrapper {
    background:#2f2d28;
    padding: 16px 0 39px;
    color:#FFF;
}

.prefooter-container h3 {
    color:#FFF;
    font-weight:normal;
    font-size:19px;
    margin:20px 0 8px 0;
}

.prefooter-container ul {
    list-style:none;
    margin:0;
    padding:0;
}

.prefooter-container ul li {
    font-size:16px;
    line-height:22px;
    font-weight:normal;
    padding:2px 0;
}

.prefooter-container p {
    font-size:14px;
    line-height:18px;
    font-weight:normal;
}

.prefooter-social-links a::before {
    background: rgba(0, 0, 0, 0) url("//info.dibs.dk/hubfs/TEMPLATES/sprite.png") no-repeat scroll 0 0;
    content: " ";
    display: block;
    float: left;
    height: 25px;
    margin-top: -3px;
    width: 31px;
}
.prefooter-social-links a.twitter::before {
    background-position: -130px -96px;
}
.prefooter-social-links a.linkedin::before {
    background-position: -130px -128px;
}
.prefooter-social-links a.facebook::before {
    background-position: -130px 3px;
}
.prefooter-social-links a.rss::before {
    background-position: -130px -66px;
}
.prefooter-social-links a.blog::before {
    background-position: -130px -31px;
}

.footer-languages__flag {
    background-image: url("//info.dibs.dk/hubfs/TEMPLATES/sprite.png");
    display: block;
    height: 30px;
    margin: 20px 0;
    opacity: 0.3;
    text-decoration: none;
    transition: opacity 0.25s ease 0s;
    width: 30px;
    will-change: opacity;
}

.footer-languages-item {
    display: block;
    float: left;
    margin-right: 10px;
}

.footer-languages__label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 17px;
    padding: 25px 22px 25px 0;
    font-weight:normal;
    color:#333333;
}

.footer-languages__flag--da {
    background-position: 0 -40px;
}

.footer-languages__flag--sv {
    background-position: 0 -80px;
}

.footer-languages__flag--nn {
    background-position: 0 -120px;
}

.footer-languages-item.active .footer-languages__flag, .footer-languages__flag:hover {
    opacity: 1;
}

.footer-languages-item.active .footer-languages__flag--da, .footer-languages__flag--da:hover {
    background-position: -40px -40px;
}
.footer-languages-item.active .footer-languages__flag--sv, .footer-languages__flag--sv:hover {
    background-position: -40px -80px;
}
.footer-languages-item.active .footer-languages__flag--nn, .footer-languages__flag--nn:hover {
    background-position: -40px -120px;
}

.footer-container .footer-copyright {
    text-align:right;
    padding:0;
    line-height: 16px;
    padding: 27px 0 25px;
    font-weight:normal;
}

.footer-container .footer-copyright p {
    margin:0;
    color:#333333;
    text-align:center;
}

#my-menu {
    background-color: #FFFFFF;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    font-weight:normal;
}

#my-menu li a{
    font-size: 16px;
    color: #0094cf;
}

#my-menu li.mm-divider {
    font-size: 16px;
    color: #666666;
    background:none;
    padding-top:20px;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display:none !important;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top:10px !important;
}

.mm-menu > .mm-navbar.mm-navbar-top {
    background: #0094cf !important;
    border:none !important;
    padding: 11px 20px 10px;
    height: 28px;
}

.mobile-btn.btn-demo {
    background-color: #fff;
    color: #0094cf !important;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 14px 3px;
    text-transform: uppercase;
}

a.mobile-btn.btn-demo:hover {
    background-color: #0094cf;
    border-color: #fff;
    color: #fff !important;
}

.mobile-btn.btn-signin {
    margin-left: 2%;
    background-color: #33a9d9;
    color: #fff !important;
    font-size: 12px;
    padding: 2px 14px 3px;
    text-transform: uppercase;
}

a.mobile-btn.btn-signin:hover {
    background-color: #0094cf;
    border-color: #fff;
    color: #fff !important;
}

.mobile-btn.btn-demo, .mobile-btn.btn-signin {
    box-sizing: border-box;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 49%;
}

.mobile-btn {
    background-image: none;
    border: 2px solid transparent;
    border-radius: 30px;
    box-shadow: none;
    display: inline-block;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 30px 7px;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s, border-color 0.2s ease-in 0s;
    will-change: background-color, color, border-color;
}

.blogheader-container-wrapper {
    background:#0094cf;
}

.hs-blog-post .blogheader-container-wrapper {
    margin-bottom:40px;
}

nav.dibsNav, div.dibsSocial {
    height:50px;
}

nav.dibsNav {
    float:left;
    padding-left:20px;
}

div.dibsSocial {
    float:right;
}
nav.dibsNav ul {
    display: inline-table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    line-height:21px;
}
nav.dibsNav .fa-chevron-down::before {
    margin-left: 5px;
}
nav.dibsNav ul::after {
    clear: both;
    content: "";
    display: block;
}
nav.dibsNav ul li.dibsDrop {
    float: left;
    margin: 0 20px 0 0;
}

nav.dibsNav ul li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    padding:5px 0;
    line-height:40px;
}

nav.dibsNav ul li a, div.dibsSocial ul li a {
    line-height:40px;
}

nav.dibsNav ul ul {
    box-shadow: -8px 0 15px 5px rgba(0, 0, 0, 0.25);
    padding: 0;
    position: absolute;
    top: 100%;
    z-index:99;
}
nav.dibsNav ul ul li {
    border: 0 none;
    background:#FFFFFF;
    position: relative;
    text-align: left;
    width: 200px;
}

nav.dibsNav ul ul li a {
    color: #0094cf;
    padding:0px 20px;
}

nav.dibsNav ul ul li a:hover {
    background: #0094cf;
    color: #FFFFFF;
}
nav.dibsNav ul li ul li a {
    color: #3d7586;
}
nav.dibsNav li a {
    color: #3d7586;
    text-decoration: none;
}
nav.dibsNav ul ul {
    display: none;
}
nav.dibsNav ul li:hover > span div div ul {
    display: block;
}
nav.dibsNav ul li:hover > ul li a {
    color: #3d7586;
}

.dibsSocial ul {
    margin:0;
    padding:0;
    list-style:none;
    color:#FFFFFF;
}

.dibsSocial ul li {
    display:block;
    float:left;
}

.dibsSocial ul li a {
    color:#FFFFFF;
    padding:5px 7px;
    display:block;
    width:30px;
    text-align:center;
    transition: all 0.2s ease 0s;
}

.dibsSocial ul li a:hover {
    text-decoration:none;
}

.dibsSocial ul li a:hover {
    background:#0094cf !important;
}

.dibsSocial ul li a.fa-facebook {background:#3b5998;}
.dibsSocial ul li a.fa-linkedin {background:#0976b4;}
.dibsSocial ul li a.fa-twitter {background:#55acee;}

.page-header form {
    margin:0 auto;
}

.page-header form .hs_email {
    margin-right:10px;
}
.page-header form .hs_email input {
    width:166px;
}

.page-header form .hs_email input, .page-header form .hs_submit input, .block form .hs_email input, .block form .hs_submit input {
    -moz-box-sizing: content-box; /* or `border-box` */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 19px !important;
    font-size:16px !important;
    margin: 0 !important;
    padding: 8px 10px 9px !important;
    height:20px !important;
    border:none !important;
    -webkit-border-radius: 30px 30px 30px 30px !important;
    -moz-border-radius: 30px 30px 30px 30px !important;
    border-radius: 30px 30px 30px 30px !important;
    display:block !important;
}

.block form div {
    display:inline-block;
}

.page-header form div {
    display:inline-block;
}

.page-header form .hs_submit input {
    width:112px;
    border:none !important;
    text-transform:uppercase;
}

.block form .hs_email input {
    width:207px;
}

.block form .hs_email {
    margin-right:10px;
}

.blog-pagination {
    padding:20px 0 40px;
    overflow:hidden;
}

.blog-pagination a {
    display:inline-block; 
}

.blog-pagination i {
    font-size:16px;
}

.blog-pagination .next-posts-link {
    float:right;
}

.blog-pagination .previous-posts-link {
    float:left;
}

.hs-author-profile {
    margin-bottom:20px;
}

.hs-blog-post .hs-author-profile {
    display:table;
    margin:0 auto;
}

.hs-blog-post .hs-author-profile .hs-author-avatar, .hs-blog-post .hs-author-profile .hs-author-byline {
    display:table-cell;
    float:none;
    vertical-align: middle;
}

.hs-blog-post .hs-author-profile .hs-author-avatar {
    padding:0 15px 0 0;
}

.hs-author-byline p {
    text-align:left;
    font-weight:normal;
    margin: 0 0 9px;
}

.hs-author-avatar {
    float:left;
    width:65px;
    height:65px;
    overflow:hidden;
    margin-right:15px;
    padding-top:5px;
}

.hs-author-avatar img {
    width:65px;
    height:65px;
}

.hs-author-avatar img {
    border-radius: 50%;
}

.hs-author-bio {
    text-align:left;
    overflow:hidden;
}

.hs-author-social-section p {
    font-weight:normal;
    margin:0;
}

.hs-author-social-links .sharecontainer {
    padding:10px 0 0 0;
}

.topics {
    margin-bottom:28px;
}

.topics ul {
    margin:0;
    padding:0;
    list-style:none;
}

.topics ul li {
    margin:0 8px 8px 8px;
    padding:0;
    display:inline-block;
}

.topics a.btn {
    padding: 4px 30px 5px;
    margin:0;
}

.topics a.btn:hover {
    border-color:#FFFFFF;
}

.post-body h2, .post-body h3,.post-body h4, .post-body h5,.post-body h6 {
    color:#010101;
    font-weight:normal;
    padding:20px 0 10px;
}

.post-body h2 {
    font-size:18px;
    font-weight:bold;
}

.post-body h3 {
    font-size:21px;
    padding-bottom:0;
}

.post-body ul li {
    padding:5px 0 5px 5px;
}

.hs-blog-post .hs-author-profilebox {
    padding:30px;
    border: 2px solid #f5f5f5;
    margin-bottom:60px;
}

.hs-blog-post .hs-author-profilebox h4 {
    text-align:center;
    margin-bottom:20px;
}

.hs-blog-post .hs-author-profilebox .hs-author-avatar {
    float:none;
    margin:0 auto;
    margin-bottom:15px;
}

.hs-blog-post .hs-author-profilebox .hs-author-avatar img {
    width:65px;
    height:auto;
}

.hs-blog-post .hs-author-profilebox .hs-author-social-links {
    text-align:center;
    display:block;
}

.hs-blog-post .hs-author-profilebox .hs-author-social-links a.hs-author-social-link {
    text-indent:0;
    padding:0 10px;
}

.sidebar .block {
    background:#f5f5f5;
    padding:20px;
    margin-bottom:20px;
}

.sidebar .block h3 {
    font-size:21px;
    text-transform:uppercase;
    margin-bottom:5px;
    color:#000000;
}

.sidebar .block p {
    font-size:19px;
}

.block-margin {
    margin-bottom:20px;
}

.sidebar .postlisting ul {
    list-style:none;
    margin:0;
    padding:0;
}

.sidebar .postlisting ul li {
    padding:0 0 5px 0;
    font-size:19px;
}

@media all and (max-width: 1040px) {
    
    .single-col {
        padding:0 100px;
    }
    
    body {
        border:none;
    }
    
    .prefooter-container .widget-span {
        display:none;
    }
    
    .widget-span.visible-mobile {
        display:block;
        text-align:center;
        width:100%;
    }
    
    .widget-span.visible-mobile p {
        font-size:16px;
    }

    .header-container-wrapper {
    height: 50px;
    }
    
    .header-brand {
    margin:10px 0 0 20px;
    width: 90px;
    }
    
    .header-brand img {
    width:60px;
    height:auto;
    }
    
    img.logo-mobile {
        display:block;
    }
    
    img.logo-desktop {
        display:none;
    }
    
    .header-table-td--menu {
    display: none;
    }

    .header-menu, .header-buttons {
    display: none;
    }
    
    .header-table-td--search, .header-table-td--services {
    padding: 0;
    width: auto;
    }
    
    .header-services {
    margin: 0;
    height: 40px;
    padding: 10px 16px 0;
    }
    
    .header-table-td--buttons {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .header-menu__toggler {
    display: block;
    }
    
    .header-table-td--buttons {
        border-left:none;
    }
    
    .grid-item {
        height:500px;
    }
    
    .hero-container-wrapper .page-header {
    padding:0 100px;
}
}

@media all and (max-width: 767px) {
    
    .single-col {
        padding:0 10px;
    }
    
    a.goodshare {
    border-radius: 20px;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    }
    
    .hs-author-avatar {
        float:none;
        margin:0 auto 10px auto;
        
    }
    
    .hs-author-bio {
        text-align:center;
    }
    
    .footer-container .footer-copyright {
        text-align:center;
        padding: 7px 0 25px;
    }
    
    .footer-languages-item {
        float:none;
        display:inline-block;
    }
    .footer-languages {
    float: none;
    text-align: center;
    }
    
    .footer-languages__label {
    display: none;
    }
    
    .blog-pagination {
        padding-left:20px;
        padding-right:20px;
    }
    
    .hero-container-wrapper {
        padding:20px 0 25px;
    }
    
    .hero-container-wrapper .page-header {
    padding:0;
    }

    .hero-container-wrapper .page-header h1 {
    font-size:30px;
    line-height:30px;
    }

    .hero-container-wrapper .page-header p {
    font-size:16px;
    line-height:20px;
    }
    
    .hs-form-field label {
    display:block;
    }
    
    .page-header .hs-form-field label {
        display:none;
    }
    
    #cookie-bar {
    text-align:center;
    }
    
    #cookie-bar div {
        float:none;
    }
    
    .cookie-message {
        padding:15px 0 0 0;
    }
    
    .cookie-btn {
        margin-bottom:15px;
    }
    
    nav.dibsNav, div.dibsSocial {
        height:40px;
    }
    
    nav.dibsNav ul li.dibsDrop {
        margin: 0 10px 0 0;
    }
    
    nav.dibsNav ul li a, div.dibsSocial ul li a {
        font-size:16px;
        line-height:30px;
    }
    
    .container-fluid {
    padding:0 20px;
    }
    .grid-item {
        width:98%;
        height:610px;
        margin:10px 0;
    }
    
    .services-menu {
        display:none;
    }
    
    .header-services {
        padding:0;
        width:60px;
        float:right;
    }
    
    .services-cta {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    bottom: 0;
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
    padding-left: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    }
    
    .services-cta__phone {
    background: transparent url("//info.dibs.dk/hubfs/TEMPLATES/sprite.png") no-repeat scroll -170px -96px;
    border: 5px solid transparent;
    display: block;
    height: 18px;
    margin: 11px auto 5px;
    opacity: 1;
    overflow: hidden;
    text-indent: 100px;
    white-space: nowrap;
    width: 18px;
    }
}

@media all and (max-width: 620px) {
    .grid-item {
        height:540px;
    }
}


@media all and (max-width: 550px) {
    .grid-item {
        height:500px;
    }
}

@media all and (max-width: 375px) {
    .grid-item {
        height:480px;
    }
}

@media all and (max-width: 320px) {
    .grid-item {
        height:500px;
    }
}