/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* 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    */
/*****************************************/

body{
    font-family: 'Open Sans',Arial,sans-serif;
}
/********* Icons for li ********/
/*.landing-page .body-container-wrapper li, .hs-blog-post .body-container-wrapper li{
    position: relative;
    list-style-type: none;
}
.landing-page .body-container-wrapper li:after, .hs-blog-post .body-container-wrapper li:after {
    position: absolute;
    top: 3px;
    left: -23px;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(//info.lis.no/hubfs/ajax-nav-row-1.png);
    background-repeat: no-repeat;
    background-position: 0 -16px;
    content: "";
}
.body-container-wrapper form li:after{
    background: none;
}
.body-container-wrapper .social-icons li:after{
    display: none;
}*/
/***************/
.lis-blog .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 15px;
}
.lis-blog .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a{
    padding: 10px 10px 10px 16px;
}
.lis-blog .hs-menu-wrapper.hs-menu-flow-horizontal ul ul{
    background-color: #3b3f3f;
}
.lis-blog .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a{
    /*border-color: rgba(0,0,0,0) #ebebeb #ebebeb #ebebeb;
    border-style: none solid solid solid;
    border-width: 0 1px 1px 1px;
    min-width: 8.1em;*/
    color: #fff;
}
.lis-blog .blog_content h1{
    margin: 63px 0 0;
    /*font-size: 32px;
    line-height: 43px;*/
    font-weight: bold;
    color: #000;
}
.lis-blog .blog_content h1 a{
    text-decoration: none;
    color: #000;
}
.lis-blog .blog_content h3{
    /*font-size: 28px;
    line-height: 1.2em;*/
    font-weight: bold;
    color: #000;
    margin: 38px 0 0;
}
.lis-blog .blog_content p{
    margin: 39px 0 0;
    color: #000;
    /*font-size: 20px;
    line-height: 30px;*/
}
.lis-blog .blog_content a{
    color: #800000;
    text-decoration: none;
}
.lis-blog .blog_content a.more-link{
    color: #ffffff;
}
.lis-blog .blog_content p a:hover{
    text-decoration: underline;
}
.lis-blog.hs-blog-listing .blog_content p{
    /*margin-top: 22px;*/
    margin-top: 14px;
}

/*============ NAV MENU =============*/

.lis-blog .custom-header-main-group .custom-menu-primary {
    /*border-width: 1px 0;
    border-style: solid;
    border-color: #ebebeb;
    width: 100%;*/
    
    height: 70px;
    /*margin-top: 22px;*/
    width: auto;
    margin-left: 0px;
} 
.lis-blog .custom-logo {
    width: auto;
    padding-left: 0;
}
.lis-blog .custom-menu-primary .hs-menu-wrapper > ul {
    border-bottom: medium none;
    border-top: medium none;
}
.lis-blog .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 26px 15px 27px;
}
.lis-blog .custom-header-group .page-center{
    padding: 0 10px;
}
.lis-blog .custom-after-fix-header .custom-menu-primary {
    margin-top: 0;
    width: 74%;
    border: medium none;
}
.header-container.container-fluid.smaller .custom-header-group{
    padding: 1px 0;
}

/*** Secondary Menu ***/
.lis-blog .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li, .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: #3b3f3f;
}
.lis-blog .hs-menu-wrapper.hs-menu-flow-horizontal ul ul{
    width: 101%;
    /*margin-left: 1px;*/
    min-width: 7em;
}
.lis-blog .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:hover{
    /*color: #fff;
    background-color: #b11c1c;*/
    background-color: hsla(0,0%,100%,.2);
}

body .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    visibility: hidden;
    opacity: 0;
}
body .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper{
    visibility: visible;
    opacity: 1;
}
/***/
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    margin-right: 6px;
}


/*========== BLOG LISTING ===========*/

#first_container{
    /*background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/feb-bl-backgr1-1.jpg") no-repeat scroll transparent;
    background-position: center center;
    background-size: 100% auto;
    height: 265px;
    margin-top: 20px;*/
}
#first_container img{
    width: 100%!important;
    /*height: 265px;*/
}
#first_container .feb_text_form{
    margin: 49px auto 0;
    display: table;
    width: 82%;
}

#first_container p{
    font-size: 24px;
    line-height: 41px;
    color: #4a4a4a;
    text-align: center;
    margin: 0;
}
#first_container form{
    margin: 52px auto 0;
    display: table;
    width: 660px;
}
#first_container .hs-form-required{
    display: none;
}
#first_container .hs_email{
    float: left;
}
#first_container .hs_email input{
    background-color: #f3f3f3;
    width: 430px;
    padding: 13px 10px 12px;
    border: 1px solid #979797;
    border-radius: 2px;
    font-size: 21px;
    line-height: 1em;
    height: 53px;
}
#first_container .hs_submit{
    float: right;
}
#first_container .hs_submit input{
    background-color: #dc0b00;
    color: #fff;
    padding: 15px 38px 13px 34px;
    font-size: 26px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    margin-bottom: 0;
    letter-spacing: -1px;
    height: 53px;
}
#first_container .hs_submit input:hover{
    background-color: #373737;
    cursor: pointer;
}
#first_container .submitted-message{
    font-size: 25px;
    color: #dc0b00;
    text-align: center;
    margin: 52px 0 0;
}

/***************** Subscription block ******************/

.hs-blog-listing .main-blog-wrapper{
    margin-top: 20px;
}
.hs-blog-listing .l_subscription{
    margin-top: 37px;
}
.l_subscription h3, .l_kategorier h3, .l_rss h3, .search-wrapper h3{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 24px;
}
.l_kategorier h3{
    margin-bottom: 20px;
}
.l_subscription p{
    margin: 0 0 10px;
}
.l_subscription form{
    margin: 0;
}
.hs-blog-post form{
    margin-top: 0;
}
.l_subscription .hs-form-required{
    display: none;
}
.l_subscription .hs_email{
    
}
.l_subscription .hs_email input{
    background-color: #f3f3f3;
    width: 100%;
    padding: 13px 10px 12px;
    border: 1px solid #979797;
    border-radius: 2px;
    font-size: 19px;
    line-height: 1em;
    height: 53px;
    margin-bottom: 17px;
}
.l_subscription .hs_submit{
    
}
.l_subscription .hs_submit input{
    background-color: #dc0b00;
    color: #fff;
    padding: 12px 20px;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.l_subscription .hs_submit input:hover{
    background-color: #373737;
    cursor: pointer;
}
.l_subscription .submitted-message{
    font-size: 25px;
    color: #dc0b00;
    text-align: center;
    margin: 52px 0 0;
}
/*************** End Subscription **********************/

/************** Kategorier Block ***********************/

.l_kategorier{
    margin-top: 60px;
}
.l_cta{
    margin-top: 40px;
}
.hs-blog-post .l_kategorier{
    /*display: none;*/
}
.l_kategorier ul{
    padding: 0;
    margin: 0;
}
.l_kategorier li{
    
}
.l_kategorier li a, .l_kategorier a.filter-expand-link{
    /*background-color: #ffef00;*/
    background-color: #373737;
    color: #fff;
    font-size: 13.5px;
    padding: 14px 20px;
    min-width: 100% !important;
    margin: 10px 0;
    display: table;
    font-weight: normal;
}
.l_kategorier a.filter-expand-link{
    /*color: #000;*/
}
.l_kategorier li a:hover, .l_kategorier a.filter-expand-link:hover{
    text-decoration: none;
    background-color: #b11c1c;
    color: #fff;
}
/*.l_kategorier li a:hover .filter-link-count{
    display: none;
}*/
.l_kategorier li a .filter-link-count{
    /*color: #000;*/
}

/*******************************************************/

/************** Latest Blogposts ***********************/

.hs-blog-listing .l_rss{
    display: none;
}
.l_rss{
    margin-top: 60px;
}

/*******************************************************/

.lis-blog .container-fluid .row-fluid .page-center, .lis-blog .page-center {
    float: none;
    max-width: 960px;
    margin: 0 auto;
}
.body-container .page-center {
    padding-bottom: 0;
}
.post-item{
    padding: 0;
    margin: 42px auto 220px;
    border: medium none;
}
.post-listing{
    
}
.blog-pagination{
    margin-top: -55px;
}
.hs-blog-listing .listing-banner-image{
    margin-bottom: 0;
    /*text-align: center;*/
}

/*.hs-blog-listing .listing-banner-image, #first_container{
    overflow: hidden;
    max-height: 400px;
    width: 100%;
}
.hs-blog-listing .listing-banner-image img, #first_container img{
    max-height: 500px;
    width: auto !important;
    min-width: 100%;
    max-width: 200%;
    margin: 0 0 0 -50%;
    float: none;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}
#first_container img{
    margin: 0 !important;
}*/

.hs-blog-listing .post_header h1{
    margin: 39px 0 0;
}
.hs-blog-listing div#hubspot-author_data{
    /*margin: 24px 0 22px;*/
    margin: 10px 0;
}
.hs-blog-listing .more-link{
    background-color: #db0b00;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans',Arial,sans-serif;
    /*font-size: 26px;*/
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 0;
    /*padding: 20px 40px;*/
    padding: 15px 30px;
    text-transform: uppercase;
    /*border-radius: 2px;*/
    margin-top: 34px;
    float: right;
}
.hs-blog-listing .more-link:hover{
    background-color: #373737;
}
.hs-blog-listing .blog-pagination a {
    background-color: #e9e9e9;
    color: #373737;
    display: inline-block;
    /*font-family: Arial;*/
    font-size: 16px;
    line-height: 1em;
    margin-right: 3px;
    text-align: center;
    width: 82px;
    height: auto;
    padding: 17px 0;
}
.hs-blog-listing .blog-pagination a:hover{
    background-color: #c00;
    color: #fff;
}






/*========== BLOG POST ===========*/

.post-banner-image img{
    /*width: 100% !important;*/
    margin: 0 auto;
    display: table;
    width: 960px !important;
}
.feb-title{
    margin-top: 42px;
}
/*.feb-title h1, .feb-title h1 a{
    /*font-size: 26px;
    line-height: 41px;*/
    color: #b2b2b2 !important;
    margin: 0 !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}*/
.feb-title hr{
    background-color: #ececec;
    margin: 15px 0 21px;
}
.hs-blog-listing .feb-title hr{
    margin-bottom: 0;
}

/*Post-header section*/
.post_header{
    
}
.post_header h1{
    margin: 63px 0 0;
    /*font-size: 32px;
    line-height: 43px;*/
    color: #000;
}
.post_header h1 a{
    text-decoration: none;
    color: #000;
}
div#hubspot-author_data{
    margin: 24px 0 0;
    color: #DC0B00 !important;
    font-size: 13.5px;
    line-height: 1.6em;
    /*font-size: 20px;
    line-height: 27px;*/
}
div#hubspot-author_data p{
    color: #DC0B00;
    margin: 0;
}
p.hs-author-label{
    float: left;
}
.post_header a.author-link{
    float: left;
    color: #DC0B00;
    text-decoration: none;
    font-size: 13.5px;
    line-height: 1.6em;
}

/*Content of the Blog Post*/
.lis-blog blockquote{
    padding: 0 0 0 60px;
    background-image: url("//cdn2.hubspot.net/hubfs/1942698/Blog/quotes.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    margin: 0 58px 0 20px;
}
.lis-blog .blog_content blockquote p{
    color: #b2b2b2;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    font-style: italic;
}

/*Blog social sharing*/
.lis-blog .hs-blog-social-share {
    padding: 0;
}

.social-sharing{
    margin-top: 25px;
}
.social-sharing img{
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 5px;
}

/*CTA*/
.cta_block{
    margin: 72px 0 0;
}
#cta_button_1942698_52206cbe-fc5f-4a49-9327-4061ae83e6e5{
    margin: 72px 0 0;
}
.first-cta{
    display: block;
}
.second-cta{
    display: none;
}

/*Blog author section*/
.blog_author{
    margin: 70px 0 0;
}
.author_desc{
    display: table;
}
.blog_author .feb-title hr{
    margin-bottom: 0;
}
.blog_author .author_desc{
    margin: 84px 0 0;
}
.lis-blog .post-author-avatar, .lis-blog .hs-author-avatar {
    margin-right: 0;
    float: left;
    max-width: 180px;
}
.lis-blog .author-bio {
    max-width: 66%;
    margin-top: 10px;
}
.lis-blog .author-bio h4 {
    /*font-size: 22px;
    line-height: 31px;*/
    font-weight: bold;
    margin: 0;
}
.lis-blog .author-bio h4 a{
    color: #383838;
}
.lis-blog .author-bio span{
    color: #B2B2B2;
    font-size: 14px;
    line-height: 1.5em;
}
.lis-blog .author-bio p{
    /*font-size: 20px;
    line-height: 30px;*/
    margin: 0;
    color: #828282;
}



.lis-blog.hs-blog-post .widget-type-blog_content {
    border-bottom: medium none;
    margin-bottom: 0;
}
.lis-blog.hs-blog-post #comments-listing {
    border-bottom: medium none;
    margin-bottom: 0;
    margin-top: 0;
}
.hs-author-avatar img{
    width: 100%!important;
}

/*========= ALL ==========*/

#topics_container{
    margin: 95px 0 104px;
}
.feb-text{
    margin: 4px 0 0;
    display: table;
}
.feb-text a{
    color: #4A4A4A;
    font-size: 18px;
    line-height: 1em;
}
.feb-text .topic-link{
    width: 32%;
    float: left;
    margin: 44px 0 0;
    padding: 20px 0 0 56px;
}
.feb-text .topic-link.tp2, .feb-text .topic-link.tp5, .feb-text .topic-link.tp8{
    margin-left: 3%;
    margin-right: 1%;
}
.feb-text .topic-link.tp1{
    background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/img1.png") no-repeat scroll left bottom transparent;
    background-size: 10% auto;
}
.feb-text .topic-link.tp2{
    background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/img2.png") no-repeat scroll left bottom transparent;
    background-size: 9% auto;
}
.feb-text .topic-link.tp3{
    background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/img3.png") no-repeat scroll left bottom transparent;
    background-size: 7% auto;
}
.feb-text .topic-link.tp4{
    background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/img4.png") no-repeat scroll left bottom transparent;
    background-size: 7% auto;
}
.feb-text .topic-link.tp5{
    background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/img5.png") no-repeat scroll left bottom transparent;
    background-size: 9% auto;
}
.feb-text .topic-link.tp6{
    background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/img6.png") no-repeat scroll left bottom transparent;
    background-size: 7% auto;
}
.feb-text .topic-link.tp7{
    background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/img7.png") no-repeat scroll left bottom transparent;
    background-size: 7% auto;
}
.feb-text .topic-link.tp8{
    background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/img8.png") no-repeat scroll left bottom transparent;
    background-size: 9% auto;
}
.feb-text .topic-link.tp9{
    background: url("//cdn2.hubspot.net/hubfs/1942698/Blog/img9.png") no-repeat scroll left bottom transparent;
    background-size: 10% auto;
}

/*=============== AUTHOR =================*/

.lis-blog .hs-author-profile{
    margin: 50px auto;
    display: table;
}
.hs-author-profile .hs-author-avatar {
    float: left;
    width: 285px;
}
.hs-author-profile h2.hs-author-name {
    font-weight: bold;
    /*font-size: 30px;
    line-height: 31px;*/
    margin: 0;
}
.hs-author-profile .hs-author-bio{
    color: #828282;
    font-size: 20px;
    line-height: 30px;
    margin: 4px 0 0;
}

/*=============== SOCIAL ICONS =================*/

#block25{
    left: 4px;
    position: fixed;
    top: 44%;
    z-index: 1000;
    margin-left: 4px;
}
.social-icons a {
    display: table;
    background-color: #373737;
    vertical-align: top;
    background-color: #333;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    margin-top: -20px;
    margin-bottom: 2px;
    padding: 2px 0 1px 4px;
}
.social-icons a:hover,
.social-icons a:hover,
.social-icons a:hover,
.social-icons a:hover,
.social-icons a:hover{
    background-color: #c00;
}

/*=============== CONTACT FORM =================*/
#contact_form{
    
}
#contact_form .cf_one{
    right: 0;
    bottom: 10%;
    -webkit-transform: rotate(90deg) translate(0, 50%);
    -moz-transform: rotate(90deg) translate(0, 50%);
    -ms-transform: rotate(90deg) translate(0, 50%);
    -o-transform: rotate(90deg) translate(0, 50%);
    transform: rotate(90deg) translate(0, 50%);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(217, 18, 18) !important;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    position: fixed;
    z-index: 10000000;
    height: 30px;
    cursor: pointer;
    text-align: center;
    width: 224px;
}
#contact_form .cf_one p{
    color: #fff;
    margin: 0;
}


#contact_form .cf_two{   
    background: #f0f0f0 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: 57px;
    max-width: 85%;
    padding: 1em;
    position: fixed;
    right: 19px;
    width: 456px;
    display: none;
    z-index: 10000000;
}
#contact_form .hs-form-required{
    display: none;
}
#contact_form form{
    
}
#contact_form .cf_two h3{
    margin: 0 0 10px;
    font-size: 24px;
    text-align: center;
    color: #222222;
}
#contact_form form .hs_email{
    
}
#contact_form form .hs_email input{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 16px 0;
    padding: 8px;
    height: 37px;
    width: 100%;
    max-width: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    color: #9e9e9e;
}
#contact_form form .hs_logistikkutfordringer{
    
}
#contact_form form .hs_logistikkutfordringer textarea{
    resize: vertical;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 16px 0;
    padding: 8px;
    height: 37px;
    width: 100%;
    max-width: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    color: #9e9e9e;
}
#contact_form form .hs_submit{
    
}
#contact_form form .hs_submit input{
    background: #d91212;
    color: #ffffff;
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 17px;
    padding-left: 32px;
    font-size: 16px;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}
#contact_form .cf_close {
    display: none;
    bottom: 340px;
    color: #000;
    font-size: 23px;
    left: auto;
    position: fixed;
    right: 37px;
    width: auto;
    z-index: 100000000;
    cursor: pointer;
}

/*Menu*/
.lis-blog .custom-after-fix-header .custom-menu-primary{
    display: table;
    width: 100%;
}
.lis-blog .custom-after-fix-header .custom-menu-primary ul.l_tinynav2{
    /*float: right;*/
}



/*=============================================================
 RESPONSIVE
==============================================================*/


@media only screen and (max-width: 1240px) {
    #first_container img{
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {   
    .lis-blog .container-fluid .row-fluid .page-center, .lis-blog .page-center {
        margin: 0 auto;
        max-width: 94%;
        padding: 0 3%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {  
    .lis-blog .post-author-avatar, .lis-blog .hs-author-avatar {
        display: table;
        float: none;
        margin: 0 auto 20px;
    }
    .lis-blog .author-bio {
        max-width: 100% !important;
    }
    .lis-blog .author-bio h4 {
        margin: 0 0 10px;
    }
    .lis-blog .author-bio p, .hs-author-profile .hs-author-bio {
        margin: 15px 0 0;
    }
    .blog_author .author_desc {
        margin: 65px 0 0;
    }
}

@media (min-width: 768px) {

    .lis-blog .smaller .page-center .custom-menu-primary {
        /*float: right;
        margin: 0;
        width: 75%;*/
        /*width: calc(100% - 183px);*/
    }
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
    .l_kategorier li a, .l_kategorier a.filter-expand-link{
        font-size: 15px;
    }
    /*--- NAV MENU ---*/
    
    .lis-blog .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size: 12px;
        padding: 9px 10px;
    }
    .lis-blog .custom-after-fix-header .custom-menu-primary {
        border: medium none;
        float: right;
        margin-top: 0;
        width: auto;
    }
    .lis-blog .custom-logo a {
        display: table;
    }
    .lis-blog .custom-header-group .page-center, .lis-blog .custom-after-fix-header .page-center {
        padding: 0 10px !important;
    }
    
    /*--- Blog Listing ---*/
    .feb-text .topic-link {
        margin: 34px 0 0;
    }
    .feb-text a {
        font-size: 15px;
    }
    #first_container .feb_text_form {
        margin: 49px auto 0;
        width: 92%;
    }

     
    /*--- Blog Post ---*/
    
    .lis-blog .author-bio {
        max-width: 73%;
    }
    .lis-blog .author-bio p, .hs-author-profile .hs-author-bio {
        /*font-size: 16px;
        line-height: 25px;*/
        margin: 3px 0 0;
    }
    .lis-blog .post-author-avatar, .lis-blog .hs-author-avatar {
        margin-top: 5px;
        max-width: 170px;
    }
    .hs-author-profile h2.hs-author-name{
        /*font-size: 22px;
        line-height: 31px;*/
    }



    
}
@media (max-width: 767px) {
    .blog-pagination {
        margin-top: -67px;
    }
    .feb-title{
        margin-top: 20px;
    }
    .l_subscription, .l_kategorier{
        margin-top: 90px;
    }
    .blog_author {
        margin: 60px 0 0;
    }
    .l_cta{
        margin-top: 60px;
    }
    .hs-form.stacked {
        margin-bottom: 0 !important;
    }
    #topics_container{
        margin: 40px 0 100px;
    }
    .feb-text .topic-link{
        margin: 25px 0 0;
    }
    .l_rss{
        margin-top: 90px;
    }
    .blog .custom-header-search.hide-max767{
        display: none !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    /*--- Soc. ico ---*/
    #block25 {
        margin-left: 0;
    }
    /*--- NAV MAIN ---*/
    .lis-blog .custom-header-main-group .custom-menu-primary {
        border: medium none;
    }
    
    /*--- Blog Listing ---*/
    .lis-blog .container-fluid .row-fluid .page-center, .lis-blog .page-center {
        float: none;
        margin: 0 auto;
        max-width: 400px;
        padding: 0 10px;
    }
    #first_container .feb_text_form {
        width: 100%;
    } 
    #first_container form, #first_container .hs_email input {
        width: 380px;
    }
    #first_container .hs_email, #first_container .hs_submit {
        display: table;
        float: none;
        margin: 0 auto;
    } 
    .feb-text .topic-link {
        width: 49%;
        padding: 20px 0 0 38px;
    }
    .feb-text .topic-link.tp1, 
    .feb-text .topic-link.tp2, 
    .feb-text .topic-link.tp3, 
    .feb-text .topic-link.tp4, 
    .feb-text .topic-link.tp5, 
    .feb-text .topic-link.tp6, 
    .feb-text .topic-link.tp7, 
    .feb-text .topic-link.tp8, 
    .feb-text .topic-link.tp9 {
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .feb-text a {
        font-size: 14px;
        line-height: 1.2em;
    }
    .feb-text {
        display: table;
        margin: 4px auto 0;
        width: auto;
    }
    
    /*--- Blog Post ---*/
    
    .lis-blog .post-author-avatar, .lis-blog .hs-author-avatar {
        display: table;
        float: none;
        margin: 0 auto 20px;
    }
    .lis-blog .author-bio {
        max-width: 100%;
    }
    .lis-blog .author-bio h4 {
        margin: 0 0 10px;
    }
    .lis-blog .author-bio p, .hs-author-profile .hs-author-bio {
        margin: 15px 0 0;
    }
    .blog_author .author_desc {
        margin: 65px 0 0;
    }
    
    
    #contact_form .cf_close {
        bottom: 358px;
    }



    
}
@media only screen and (max-width: 479px) {
    /* Blog CTA */
    .first-cta{
        display: none;
    }
    .second-cta{
        display: block;
    }
    /*--- Soc. ico ---*/
    #block25 {
        margin-left: 0;
    }
    /*--- NAV MAIN ---*/
    .lis-blog .custom-header-main-group .custom-menu-primary {
        border: medium none;
    }
    
    /*--- Blog Listing ---*/
    .lis-blog .container-fluid .row-fluid .page-center, .lis-blog .page-center {
        float: none;
        margin: 0 auto;
        max-width: 255px;
        padding: 0 10px;
    }
    .lis-blog .blog_content h2 {
        /*font-size: 25px;
        line-height: 1.4em;*/
    }
    .lis-blog .blog_content p {
        /*font-size: 17px;
        line-height: 1.6em;*/
        margin: 30px 0 0;
    }
    .hs-blog-listing .more-link{
        font-size: 23px;
        padding: 16px 36px;
    }
    #first_container .feb_text_form {
        width: 90%;
        margin: 43px auto 0;
    } 
    #first_container form, #first_container .hs_email input {
        font-size: 18px;
        width: 250px;
    }
    #first_container .hs_email, #first_container .hs_submit {
        display: table;
        float: none;
        margin: 15px auto;
    } 
    #first_container p {
        font-size: 22px;
        line-height: 1.4em;
    }
    #first_container form {
        margin: 28px auto 0;
    }
    #first_container img {
        /*height: 130px;*/
    }
    #first_container .hs_submit input {
        font-size: 23px;
    }
    .feb-title h1{
        /*font-size: 20px;
        line-height: 1em;*/
    }
    .listing-banner-image img, .post-banner-image img{
        /*height: 100px;*/
        height: auto;
    }  
    .post-item {
        margin: 35px auto 200px;
    }
    .feb-text .topic-link {
        width: 98%;
    }
    .feb-text .topic-link.tp1, 
    .feb-text .topic-link.tp2, 
    .feb-text .topic-link.tp3, 
    .feb-text .topic-link.tp4, 
    .feb-text .topic-link.tp5, 
    .feb-text .topic-link.tp6, 
    .feb-text .topic-link.tp7, 
    .feb-text .topic-link.tp8, 
    .feb-text .topic-link.tp9 {
        margin-left: 1%;
        margin-right: 1%;
    }
    .feb-text {
        display: table;
        margin: 4px auto 0;
        width: auto;
    }
    .feb-text a {
        /*font-size: 20px;
        line-height: 1em;*/
    }
    
    /*--- Blog Post ---*/
    
    .lis-blog .blog_content h1{
        margin: 35px 0 0;
    }
    .lis-blog blockquote{
        background-size: 12% auto;
        margin: 0 20px 0 15px;
        padding: 0 0 0 49px;
    }
    .cta_block {
        margin: 43px 0 0;
    }
    .blog_author .author_desc {
        margin: 50px 0 0;
    }
    .lis-blog .post-author-avatar, .lis-blog .hs-author-avatar {
        float: none;
        margin: 0 auto;
        max-width: 160px;
    }
    .lis-blog .author-bio {
        margin: 38px auto 0;
        max-width: 100%;
    }
    .lis-blog .blog_content .author-bio p{
        margin: 15px 0 0;
    }
    .lis-blog .author-bio h4{
        margin: 0 0 4px;
    }
    .lis-blog .blog_content p {
        margin-top: 22px;
    }
    div#hubspot-author_data{
        margin: 24px 0 0;
    }
    .lis-blog .blog_content h3{
        font-size: 23px;
        line-height: 1.4em;
    }
    .lis-blog .blog_content h1{
        font-size: 22px;
        font-weight: bold;
        line-height: 31px;
        margin: 21px 0 4px;
    }
    .hs-author-profile .hs-author-bio{
        font-size: 17px;
        line-height: 1.6em;
        margin: 15px 0 0;
    }
    #topics_container {
        margin: 70px 0 104px;
    } 
    #contact_form .cf_two h3 {
        font-size: 19px;
    }
    #contact_form .cf_close {
        bottom: 345px;
        padding: 10px 12px 10px 10px;
        right: 21px;
    }
    
    .l_subscription h3, .l_kategorier h3, .l_rss h3, .search-wrapper h3{
        font-size: 22px;
    }
    .l_cta{
        margin-top: 70px;
    }
    
}









