Map - FXA_September2018/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

@import url('//3415724.fs1.hubspotusercontent-na1.net/hubfs/3415724/FXA_September2018/CSS/icons.css'); 
@import url('//cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css?ver=4.7.0');
@import url('//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');



@font-face {
  font-family: "mfn-icons";
  src: url('//3415724.fs1.hubspotusercontent-na1.net/hubfs/3415724/FXA_September2018/Font/mfn-icons.eot')format('eot'),
    url('//3415724.fs1.hubspotusercontent-na1.net/hubfs/3415724/FXA_September2018/Font/mfn-icons.woff')format('woff'),
    url('//3415724.fs1.hubspotusercontent-na1.net/hubfs/3415724/FXA_September2018/Font/mfn-icons.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "revicons";
  src: url('//3415724.fs1.hubspotusercontent-na1.net/hubfs/3415724/FXA_September2018/Font/revicons.eot')format('eot'),
    url('//3415724.fs1.hubspotusercontent-na1.net/hubfs/3415724/FXA_September2018/Font/revicons.woff')format('woff'),
    url('//3415724.fs1.hubspotusercontent-na1.net/hubfs/3415724/FXA_September2018/Font/revicons.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: "ag-book-stencil";
  src: url('https://www.fxa.dk/hubfs/FXA_September2018/Font/AGBook-Stencil.eot'),
    url('https://www.fxa.dk/hubfs/FXA_September2018/Font/AGBook-Stencil.woff'),
    url('https://www.fxa.dk/hubfs/FXA_September2018/Font/AGBook-Stencil.ttf');
  font-weight:normal;
  font-style:normal;
}





/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #626262;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1370px;
  margin: 0 auto;
  width: 96%;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #038bcf;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #00a4bd;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 15px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  margin-top: 0;
  color: #444444;
  font-weight: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 50px;
  line-height: 76px;
  font-weight: 500;
}
h2 {

}
h3 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 300;
}
h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
  letter-spacing: 0px;
}
h6 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 100;
}

/* Anchor Links */
a { 
  color: #000D90;
  text-decoration: none;
}
a:hover, a:focus {     
  color: #00a4bd; 
  text-decoration: underline;
}

/* Lists */
ul, ol {
  margin: 0 0 15px;
  padding-left: 30px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {
  position:relative;
}

.custom-header-group{
  background-color: #282828;
}
.custom-header-group.scroll{
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  opacity: .97;
  width: 100% !important;
  z-index: 10000000;
  background: #282828;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
.fixed.custom-header-group.scroll{
  top: 0;
}
.custom-header-group .page-center {
  max-width: 100% !important;
  padding-left: 1%;
  padding-right: 1%;
  width: 100% !important;
}
.custom-logo {
  padding: 0 20px;
}
.custom-logo img {
  max-width: 187.5px;
  width: 100%;
}
.custom-logo a {
  display: inline-block;
  padding: 15px 0;
}
.custom-header-group.scroll .custom-logo img {
  max-width: 109.38px;
}
.custom-header-group.scroll .custom-logo a {
  padding: 12px 0;
}
.search-icon {
  position: absolute;
  right: 34px;
  font-size: 23px;
  line-height: 22px;
  top: 50%;
  transform:translateY(-50%);
  color: #43c7f4;
  cursor: pointer;
  
}
.custom-search {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-open .custom-search{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-search input.hs-search-field__input {
  color: #000;
  margin: 0;
  -webkit-box-shadow: 0 0 0;
  padding: 10px;
  box-shadow: 0 0 0;
  padding-left: 35px;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(255,255,255,.08);
  font-size: 15px;
  max-width: 100%;
  line-height: normal;
  font-weight: normal;
}
.custom-search form > i {
  position: absolute;
  top: 25px;
  font-size: 22px;
  line-height: 22px;
  display: block;
  left: 18px;
  color: rgba(0,0,0,.5);
}
.custom-search form a.icon_close {
  position: absolute;
  top: 25px;
  font-size: 22px;
  line-height: 22px;
  display: block;
  right: 18px;
  color: #fff;
  opacity: .3;
  cursor: pointer;
  filter: alpha(opacity=30);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.custom-search form a.icon_close:hover{
  opacity: 1;
}
.custom-search .hs-search-field {
  position: static;
}
.custom-search input.hs-search-field__input:focus {
  background-color: transparent;
}
.custom-header-group.scroll .search-icon {
  top: 50%;
  transform:translateY(-50%);
}




/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container .page-center{
  padding-top: 80px;
  padding-bottom: 30px;
}
.custom-banner-area {
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-banner-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-banner-area .content-group {
  position: relative;
  z-index: 999;
  padding-top: 45px;
}
.custom-banner-area .content-group h1 {
  color: #fff;
  font-size: 80px;
  line-height: 120px;
  font-weight: 500;
  margin: 0 0 3px;
}
.custom-banner-area .content-group p {
  font-size: 26px;
  margin: 0;
  line-height: 1;
  color: #fff;
}
.custom-banner-area .content-group:after {
  content: "";
  background-color: #43C7F4;
  max-width: 100px;
  width: 100%;
  margin: 15px auto 0;
  min-height: 1px;
  display: block;
}



/* =============== Two Column Layout =============== */

.two-column-layout .main-content {
  padding: 0 6px;
}
.two-column-layout .main-content ul {
  color: #000;
}
.two-column-layout .main-content ul li{
  margin-bottom: 10px;
}
.two-column-layout .hs-section-1{
  padding-bottom: 60px;
}




/* =============== Service Layout =============== */

.service-layout .body-container .page-center {
  padding-top: 0px;
  padding-bottom: 0px;
}
.service-layout .custom-service-row1 {
  padding: 100px 0 80px;
}
.service-layout .custom-service-row1 .custom-service-row1-top-col {
  text-align: center;
  width: 98%;
  margin: 0 1% 10px !important;
}
.service-layout .custom-service-row1 .custom-service-row1-top-col hr {
  color: #038bcf;
  background: #038bcf;
  width: 7%;
  margin: 0 auto 1px;
}
.custom-content-with-image-wrap .custom-content-with-left-imagae {
  width: 32.33%;
  float: left;
  margin: 0 0.5% 10px;
}
.custom-content-with-image-wrap .custom-left-icon-image {
  width: 36%;
  float: left;
  text-align: left;
}
.custom-content-with-image-wrap .custom-right-content {
  width: 56%;
  margin: 0 2% 0 6%;
  float: left;
  padding-top: 10px;
}
.custom-content-with-image-wrap .custom-right-content h3 {
  margin-top: 15px;
}
a.custom-btn {
  background-color: transparent;
  border: 1px solid black;
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
  padding: 11px 20px;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
a.custom-btn:hover {
  text-decoration: none;
  background: #43C7F4;
  color:white;
}
a.custom-btn span.button_icon {
  padding: 11px 12px;
  display: inline-block;
}
a.custom-btn .button_label {
  padding: 11px 20px 11px 0;
}
.service-layout .custom-service-row3 {
  padding-top: 80px;
}
.custom-parallax-banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.custom-parallax-banner .parallax-banner-content {
  padding: 0 20px 0 80px;
}
.custom-parallax-banner .parallax-banner-content h1 {
  color: #fff;
}
.custom-two-column-with-image .custom-column-image {
  width: 50%;
  float: left;
}
.custom-two-column-with-image .custom-column-content {
  width: 50%;
  float: left;
  padding: 40px 40px 40px 40px;
}
.custom-two-column-with-image.right .custom-column-image {
  float: right;
}
.custom-two-column-with-image .custom-column-content hr {
  color: #038bcf;
  background: #038bcf;
  margin: 0 0 50px;
}
.custom-two-column-with-image .custom-column-content P:last-child {
  margin: 0;
}
.custom-two-column-with-image .custom-column-content h2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: 'Noto Sans', sans-serif;
  margin: 0 0 15px;
}
.custom-two-column-with-image .custom-column-content  a.custom-btn {
  margin-top: 30px;
}
.custom-two-column-with-image .custom-column-content  a.custom-btn .button_label {
  padding: 11px 20px;
  display: block;
  color: #000;
}
.custom-two-column-with-image .custom-column-content  a.custom-btn .button_label:hover {
  color: #fff;
}
.custom-pagination-mod a.fixed-nav {
  position: fixed;
  bottom: 40px;
  height: 80px;
  z-index: 9999;
  text-decoration: none;
  outline: 0;
}
.custom-pagination-mod a.fixed-nav.fixed-nav-prev {
  left: 0;
}
.custom-pagination-mod a.fixed-nav.fixed-nav-next {
  right: 0;
}

.fixed-nav-prev .arrow, 
.fixed-nav-prev .photo,
.fixed-nav-prev .desc {
  float: left;
}
.fixed-nav .arrow {
  display: block;
  width: 35px;
  height: 80px;
  font-size: 15px;
  position: relative;
  z-index: 92;
  color: #fff;
  line-height: 80px;
  text-align: center;
  background-color: #038bcf;
}
.fixed-nav .photo, 
.fixed-nav .desc {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.fixed-nav .photo {
  height: 80px;
  width: 80px;
  position: relative;
  z-index: 92;
  overflow: hidden;
  line-height: 0;
  background-color: #000;
}
.fixed-nav .desc {
  width: 220px;
  padding: 6px 15px;
  min-height: 68px;
  background: #fff;
  z-index: 91;
}
.fixed-nav .desc h6{
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.fixed-nav .desc .date{
  color: #2e2d29;
}
.fixed-nav-prev .desc {
  margin-left: -335px;
}
.fixed-nav-next .desc {
  margin-right: -335px;
}
.fixed-nav-next:hover .desc {
  margin-right: 0;
}
.fixed-nav-prev:hover .desc {
  margin-left: 0;
}
.fixed-nav .desc i {
  display: inline-block;
  margin-right: 2px;
}
.fixed-nav-next .arrow, 
.fixed-nav-next .photo,
.fixed-nav-next .desc {
  float: right;
}


/* =============== Portfolio Inner Website Page =============== */


.custom-banner-area.parallax-group {
  overflow: hidden;
  min-height: auto;
  display: block;
}
.custom-banner-area.parallax-group img.mfn-parallax {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  transition: opacity .2s;
}
.custom-banner-area.parallax-group .content-group {
  padding: 300px 30px 200px 30px;
  background-color: rgba(0, 0, 0, 0.30);
}
.custom-banner-area.parallax-group .content-group h1 {
  font-size: 50px;
  line-height: 76px;
  font-weight: 500;
  margin-bottom: 15px;
}
.custom-banner-area.parallax-group .content-group p {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}
.custom-banner-area.parallax-group:after{
  content: none;
}
.portfolio-inner .hs-section-1-column {
  padding-left: 1%;
  padding-right: 1%;
}
.portfolio-inner .hs-section-1-column p:last-child{
	margin-bottom: 0;
}
.portfolio-inner .hs-section-1 {
  padding-bottom: 40px;
}
.custom-parallax-imag-mod {
  padding-top: 250px;
  padding-bottom: 250px;
  overflow: hidden;
  position: relative;
}
.custom-parallax-imag-mod img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none!important;
  transition: opacity .2s;
}
.two-col-equal-mod .col {
  width: 48%;
  float: left;
  padding: 0 3% 10px;
}
.custom-two-column-with-image .custom-column-content p:last-of-type {
  margin: 0;
}
.custom-two-column-with-image .custom-column-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-two-column-with-image .custom-column-content ul li:before {
  content: " • ";
}
iframe {
  max-width: 100%;
  border: 0 none;
}
.dupont-danisco-munchen .custom-parallax-imag-mod {
  padding-top: 200px;
  padding-bottom: 200px;
}
.dupont-danisco-munchen .hs-section-1 .page-center {
  padding-top: 34px;
}
.dupont-danisco-munchen .custom-two-column-with-image .custom-column-content{
  padding: 0;
}
.dupont-danisco-munchen .hs-section-1 {
  padding-bottom: 0px;
}
.dupont-danisco-munchen .custom-two-column-with-image .custom-column-image {
  padding: 0 1%;
}
.two-col-content-with-video {
  margin-top: 60px;
  margin-bottom: -1px;
}
.two-col-content-with-video .col {
  padding: 100px 100px 80px 100px;
  background-color: #f0f0f0;
  width: 50%;
  float: left;
  position: relative;
}
.two-col-content-with-video .column-2.col {
  background-color: #f4f4f4;
}
.portfolio-inner.type-2 .hs-section-2 .page-center {
  padding-bottom: 0;
}
.portfolio-inner.type-2 .hs-section-1 {
  padding-bottom: 0;
}
.portfolio-inner.type-2 .hs-section-2 .page-center {
  padding-top: 40px;
}
.portfolio-inner.type-2 .custom-parallax-imag-mod {
  margin-top: 80px;
}
.the-quest-oil .hs-section-1 {
  padding-bottom: 0;
}
.the-quest-oil .hs-section-2 {
  padding-bottom: 30px;
}
.three-col-content-with-video {
  margin-top: 80px;
}
.three-col-content-with-video .col {
  width: 33.333%;
  padding: 50px;
  background-color: #f0f0f0;
  float: left;
  position: relative;
}
.three-col-content-with-video .column-2.col {
  background-color: #f4f4f4;
}
.three-col-content-with-video .column-3.col {
  background-color: #f8f8f8;
}
.the-quest-oil .hs-section-3 .page-center {
  padding-bottom: 0;
}
.portfolio-inner .two-col-equal-mod .page-center {
  padding-top: 40px;
  padding-bottom: 50px;
}



/* =============== Service Layout =============== */

.service-layout .custom-banner-area .content-group h1 {
  margin: 0;
}
.content-with-bg-image {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.content-with-bg-image img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  transition: opacity .2s;
}
.content-with-bg-image .content-group {
  position: relative;
  padding: 0 80px;
}
.content-with-bg-image .content-group * {
  color: #fff;
}
.testimonial-content-with-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 330px;
  background-position: center;
  position: relative;
}
.testimonial-content-with-bg-image .right-group {
  float: left;
  width: 19%;
  text-align: right;
  position: relative;
}
.testimonial-content-with-bg-image .left-group {
  float: left;
  width: 80%;
  padding: 30px 10px;
  position: relative;
}
.testimonial-content-with-bg-image .left-group .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.testimonial-content-with-bg-image .content-group h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  color: rgb(3, 139, 207);
  margin-bottom: 20px;
}
.testimonial-content-with-bg-image .content-group h1 strong {
  color: #fff;
  font-weight: 300;
}
.testimonial-content-with-bg-image .content-group .author-detail {
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
}
.testimonial-content-with-bg-image .button-group {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonial-content-with-bg-image .button-group a {
  background-color: rgb(3, 139, 207);
  border-radius: 3px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 12px 35px;
  text-decoration: none;
}
.testimonial-content-with-bg-image .button-group a:hover{
	background-color: rgb(0, 164, 189);
  color: rgb(255, 255, 255);
}
[class^="fa-icon-"], [class*=" fa-icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-icon-th-large:before {
    content: "\f009";
}
.about .hs-section-1 {
  padding-bottom: 45px;
}
.testimonial-content-with-bg-image .right-group img.testimonial-image {
  margin-top: -38px;
  max-width: 191px;
  width: 100%;
}
.testimonial-content-with-bg-image .content-group {
  padding-top: 60px;
}
.testimonial-content-with-bg-image:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  display: block;
}
.about .hs-section-3 hr {
  color: #038bcf;
  background: #038bcf;
  max-width: 132px;
  width: 100%;
  margin-bottom: 30px;
}
.team-member-mod{
  background-color:#f6f6f3;
}
.team-member-mod-header{
  text-align:center;
  color: #000;
  font-size:2em;
  padding-top:10px;
  font-weight:500;
}
.team-member-mod .item {
  width: 24.9%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}
.team-member-mod .item .inner-group {
  padding:30px;
}
.team-member-mod .item .inner-group .top-group {
  overflow: hidden;
}
.team-member-mod .item .bottom-group {
  padding: 10px 0px 20px;
  background-color:#fff;
  color:#000;
}

.team-member-mod .item .bottom-group p {
    margin:0px;
}
.team-member-mod .item .bottom-group h3 {
  color: #000;
  font-size: 1em;
}
.bottom-group-text{
  padding-left:10px;
}
.bottom-group-text-header{
  font-weight:500;
}

.team-member-mod .item .social-group {
  margin-top: 20px;
  padding-left:10px;
}
.team-member-mod .item .social-group a {
  background-color: #f0f0f0;
  background-image: none;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.0);
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.0);
  color: #444;
  border-color: rgba(0,0,0,.08);
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  margin: 0 2px 2px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-member-mod .item .social-group a.icon_bar_linkedin:hover{
  background: #007bb6;
  color: #fff;
}
.team-member-mod .item .social-group a.icon_bar_facebook:hover {
  background: #3a589b;
  color: #fff;
}
.team-member-mod .item .social-group a.icon_bar_twitter:hover {
  background: #32ccfe;
  color: #fff;
}
.team-member-mod .item .top-group img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  filter:grayscale(100%);
}
.team-member-mod .item .top-group:hover img{
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}



/* =============== Cases Inner =============== */

.cases-inner .custom-banner-area .content-group {
  padding-top: 54px;
}
.cases-inner .custom-banner-area .content-group h1 {
  margin: 0 0 12px;
}
.cases-inner .custom-banner-area .content-group:after{
  margin: 16px auto 0;
}
.custom-cases-menu .hs-menu-wrapper > ul {
  text-align: center;
  display: block;
}
.custom-cases-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
  float: none !important;
}
.custom-cases-menu .hs-menu-wrapper > ul > li > a{
  padding: 14px 25px;
  color: #858585;
  position: relative; 	
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.custom-cases-menu .hs-menu-wrapper > ul > li > a:hover,
.custom-cases-menu .hs-menu-wrapper > ul > li.active > a{
  color: #038bcf;
}
.custom-cases-menu .hs-menu-wrapper > ul > li > a:after{
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #038bcf;
}
.custom-cases-menu .hs-menu-wrapper > ul > li.active > a:after{
  display: block;
}
.custom-cases-menu .hs-menu-wrapper > ul {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.custom-cases-menu .hs-menu-wrapper {
  padding: 0 1%;
}
.grid-item{
  width: 33.33%;
  overflow: hidden;
}
.image-with-hover-content .item-fill {
  padding-bottom: 78%;
}
.image-with-hover-content .image-wrapper {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.image-with-hover-content .image-wrapper a{
  display: block;
}
.image-with-hover-content .image-wrapper .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.image-with-hover-content .image-wrapper .mask:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(255, 255, 255, 0.4);
}
.image-with-hover-content .image-wrapper img{
  position: relative;
  top: 0;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.image-with-hover-content .item-caption {
  width: 100%;
  height:60%;
  /*min-height: 60px;*/
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 4;
  overflow: hidden;
  background: rgba(67, 199, 244, 0.8);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.image-with-hover-content .item-caption__title{
  font-size: 2em;
  
}

.image-with-hover-content .item-caption__line{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:20%;
    border-width: 1px;
    background-color:#fff !important;
    margin-top: 10px !important;
    margin-bottom:10px !important;

}

.image-with-hover-content .item-caption__description{
  display: inline-block;
  font-size:1.2em
}

.image-with-hover-content .inner-group:hover .image-wrapper .mask:after{
  opacity: 1;
}
.image-with-hover-content .inner-group:hover .item-caption{
  bottom: 0;
}
.image-with-hover-content .item-caption a{
  display: block;
  line-height: 60px;
  width: 100%;
  height: 100%;
  padding: 18px 15px;
  text-align: center;
  color: #ffffff;
  line-height: 1.6;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.image-with-hover-content .item-caption a:hover{
  background: #43C7F4;
}


/* ========= Main Cases Module =========== */

.main-cases-container{
  position:relative;
}

.main-cases-container-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.main-cases-imagecontainer{
  width:50%;
  display:inline-block;
  min-height:100%;
}

.main-cases-image{
  width: 100%;
  height: auto;
}

.main-cases-content-wrapper{
  position:absolute;
  bottom:0px;
  padding: 50px
}

.main-cases-content{
  position:relative;
  width:50%;
  display:inline-block;
  min-height:100%;
}

.main-cases-content-header{
  font-size:28px;
  font-weight:bold;
  color:black;
  padding-bottom: 10px;
}

.main-cases-content-subheader{
  color:black;
}

/* =============== Contact =============== */

.contact .custom-banner-area .content-group:after {
  margin: 16px auto 0;
}
.contact .custom-banner-area .content-group h1 {
  margin: 0 0 9px;
}
.contact .custom-banner-area .content-group {
  padding-top: 52px;
}
.contact .custom-banner-area a.contact-banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 999;
}
.content-with-top-icon {
  padding: 10px 1% 20px;
  text-align: center;
}

.contactcolumn{
  width:33%;
  float:left;
}

.content-with-top-icon .icon-group {
  padding-top: 5px;
  color: #43C7F4;
  width: 110px;
  height: 115px;
  text-align: center;
  line-height: 110px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 25px;
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 80px;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(0,0,0,.0);
  border-width: 0;
  background-image: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.content-with-top-icon .icon-group i{
  position: relative;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.content-with-top-icon:hover .icon-group i{
  top: -5px;
}
.content-with-top-icon .content-group h3 {
  margin-bottom: 20px;
}
.content-with-top-icon .content-group a {
  color: #444444;
  text-decoration: none;
}
.content-with-top-icon .content-group h3:before{
  content: "";
  display: block;
  width: 0;
  margin: 0 auto;
  height: 2px;
  top: -15px;
  position: relative;
  background-color: #038bcf;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.content-with-top-icon:hover .content-group h3:before{
  width: 100px;
}
.content-with-top-icon .icon-group a {
  color: #43C7F4;
}
.contact .hs-section-1{
  padding-top: 20px;
  padding-bottom: 50px;
}
.contact .hs-section-2 {
  border-top: 1px solid #038bcf;
  border-bottom: 1px solid #038bcf;
  padding-top: 21px;
  padding-bottom: 10px;
}
.hs-contact-form-group{
  padding: 30px 100px 0px 0;
}
.contact .hs-section-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-counter .counter-item {
  float: left;
  position: relative;
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
.custom-counter .counter-item .icon-group {
  padding-bottom: 20px;
}
.custom-counter .counter-item .icon-group span.single_icon {
  display: block;
  margin: 0 auto 15px;
  color: #038bcf;
}
.custom-counter .counter-item .icon-group i.icon-lamp {
  font-size: 40px;
  line-height: 40px;
}
.custom-counter .content-group .counter {
  font-size: 60px;
  line-height: 60px;
  color: #444;
}
.hs-contact-form-group form {
  padding-top: 24px;
}
.hs-contact-form-group form .hs-input {
  max-width: 100%;
}
.hs-contact-form-group span.hs-form-required {
  display: none;
}
.hs-contact-form-group form textarea{
	min-height: 252px;
}
.hs-contact-form-group .hs-richtext p {
  color: #000;
  margin: 0;
}
.hs-contact-form-group form.hs-form .hs-form-field ul.inputs-list li input {
  margin-right: 5px;
}
.hs-contact-form-group .hs-button.primary.large {
  padding: 7px 47px;
  margin-top: 0;
}
.hs-map-group{
  padding: 70px 0px 0px 50px;
}
.hs-map-inner-group {
  border: 1px solid rgb(235, 235, 235);
  padding: 6px;
  height: 100%;
  width: 100%;
  display: block;
}
.hs-map-inner-group #map {
  width: 100% !important;
}


/* =============== Homepage =============== */

.custom-home-banner-area {
  position: relative;
}
.custom-home-banner-area iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-home-banner-area .page-center {
  position: relative;
  z-index: 9;
}
.custom-home-banner-area .page-center {
  position: absolute;
  z-index: 9;
  max-width: 1370px !important;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  bottom: 15%;
}
.custom-home-banner-area .page-center .button-group a {
  position: absolute;
  left: 20%;
  font-size: 24.6px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  padding: 12px 25px 12px 35px;
  text-decoration: none;
  letter-spacing: 0.6px;
  font-family: 'Noto Sans', sans-serif;
}
.homepage .hs-section-1 {
  padding: 30px 0 75px;
  text-align: center;
}

.homepage .hs-section-1 hr + h3 {
  padding: 60px;
}
.homepage .testimonial-content-with-bg-image .content-group {
  padding-top: 38px;
}
.homepage .testimonial-content-with-bg-image .content-group h1 {
  margin-bottom: 10px;
}
.four-col-image-icon-with-hover-content {
}
.four-col-image-icon-with-hover-content .col {
  width: 25%;
  float: left;
  /*padding: 0 0 10px;*/
  text-align: center;
}
.four-col-image-icon-with-hover-content .col a,
.five-col-image-icon-with-hover-content .col a{
  display: block;
  line-height: 0;
}
.hover-box-wrapper,
.hover-box-wrapper{
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 0;
  max-width: 100%;
}
.hover-box-wrapper img{
  display: block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.hover-box-wrapper img.visible-image,
.hover-box-wrapper img.visible-image{
  opacity: 1;
}
.hover-box-wrapper img.hidden-image,
.hover-box-wrapper img.hidden-image{
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.four-col-image-icon-with-hover-content .inner-group:hover .hover-box-wrapper img.visible-image,
.five-col-image-icon-with-hover-content .inner-group:hover .hover-box-wrapper img.visible-image{
  opacity: 0;
}
.four-col-image-icon-with-hover-content .inner-group:hover .hover-box-wrapper img.hidden-image,
.five-col-image-icon-with-hover-content .inner-group:hover .hover-box-wrapper img.hidden-image{
	opacity: 1;
}
.five-col-image-icon-with-hover-content .col {
  width: 20%;
  float: left;
  margin-bottom: 10px;
}
.homepage .hs-section-4 {
  padding-top: 20px;
}
.homepage .hs-section-4 .hs_cos_wrapper_type_rich_text h1:first-of-type {
  padding: 30px;
}
.homepage .image-with-hover-content {
}
.homepage .image-with-hover-content .image-wrapper img {
  filter: grayscale(100%);
}
.homepage .image-with-hover-content .image-wrapper:hover img {
  filter: grayscale(0);
}
.homepage .image-with-hover-content .image-wrapper .mask{
	display: none;
}
.homepage .image-with-hover-content .item-fill {
  display: none;
}
.homepage .image-with-hover-content .image-wrapper{
	position: static;
}
.custom-logo-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-logo-group ul li {
  float: left;
  width: 20%;
  padding: 10px;
}
.custom-logo-group ul li .inner-group:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,.08);
  position: absolute;
  left: 0;
  bottom: 0;
}
.custom-logo-group ul li .inner-group {
  padding: 10px 15px;
  line-height: 75px;
  height: 95px;
  position: relative;
  text-align: center;
}
.custom-logo-group ul li .image-group {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-logo-group ul li .image-group img {
  position: absolute;
  opacity: 1;
  filter: grayscale(100%);
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: auto;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.custom-logo-group ul li:hover .image-group img{
	filter: grayscale(0);
}
.custom-logo-group ul li:hover .inner-group:before{
  background: #038bcf;
}
.homepage .hs-section-5 {
  padding-bottom: 85px;
}
.fa-icon-play:before {
  content: "\f04b";
}
.custom-home-banner-area .page-center .button-group a i {
  margin-left: 10px;
}
.homepage .hs-section-6 {
  padding-bottom: 60px;
}
.custom-home-recent-post h1 {
  text-align: center;
}
.homepage .hs-section-7 {
  padding-top: 60px;
}
.custom-home-recent-post .custom-recent-post {
  width: 25%;
  float: left;
  background: #fff;
  color:white;
}

.custom-home-recent-post .custom-recent-post:nth-child(odd){
  background-color:#1D1D1B;
}

.custom-home-recent-post .custom-recent-post:nth-child(even){
  background-color:#282828;
}

.custom-home-recent-post hr {
  margin-bottom: 33px !important;
  display: block;
}
.custom-home-recent-post .image-wrapper {
  position: relative;
  overflow: hidden;
}
.custom-home-recent-post .image-wrapper a {
  display: block;
}
.custom-home-recent-post .image-wrapper .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
}
.custom-home-recent-post .image-wrapper .mask:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.custom-home-recent-post .image-wrapper img {
  margin-bottom: -15px;
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 600px;
  object-fit: cover;
}
.custom-home-recent-post .image_links.double {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 4;
  overflow: hidden;
  background: rgba(64, 64, 64, 0.8);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.custom-home-recent-post .image_links.double a {
  width: 50%;
  display: block;
  float: left;
  color: #ffffff;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
  box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
  text-decoration: none;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.custom-home-recent-post .recent-post-bottom-group {
  padding: 20px 20px;
  height: 300px;
}
.custom-home-recent-post .recent-post-bottom-group .post-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}
.custom-home-recent-post .recent-post-bottom-group .post-title a {
  color: white;
  text-decoration: none;
}
.custom-home-recent-post .recent-post-bottom-group hr {
  display: none;
}
.custom-home-recent-post .recent-post-footer {
  margin: 0 -20px;
  color: #2e2d29;
  background: rgba(0,0,0,.02);
  padding: 7px 15px;
  overflow: hidden;
  line-height: 30px;
}
.custom-home-recent-post .recent-post-footer .post-link {
  float: right;
  border: 0;
  border-left-width: 1px;
  border-style: solid;
  padding-left: 10px;
  border-color: rgba(0,0,0,.08);
}
.homepage .hs-section-7 {
  padding-bottom: 50px;
}
.custom-home-recent-post .image-wrapper:hover .mask:after {
  opacity: 1;
}
.custom-home-recent-post .image-wrapper:hover .image_links.double {
  bottom: 0;
}
.custom-home-recent-post .image_links.double a:hover {
  background: #ffffff;
  color: #404040;
}
.homepage .pp_social {
  display: none !important;
}
.homepage .pp_content {
    padding: 10px 10px 30px;
    border-radius: 5px;
}
a.pp_close {
  background: url(https://3415724.fs1.hubspotusercontent-na1.net/hubfs/3415724/FXA_September2018/Images/sprite.png) 2px 1px no-repeat !important;
  right: 20px !important;
  right: 10px !important;
  bottom: -22px !important;
  top: auto !important;
}
a.home-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}



/* =============== Strategisk Kommunikation =============== */

.recent-post-slider {
  margin: 0;
  padding: 0;
  user-select: text;
  overflow: hidden;
  box-shadow: 0 0 25px 0px rgba(0,0,0,0.6);
}
.recent-post-slider .recent-post-slider-item {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.recent-post-slider .recent-post-slider-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.recent-post-slider:after{
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0px rgba(0,0,0,0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px / 20px;
}
.recent-post-slider .recent-post-inner-group {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 999;
  color: #fff;
  width: 90%;
}
.recent-post-slider span.custom-date {
  color: rgba(168,216,238,1.00);
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
}
.recent-post-slider .post-title {
  font-size: 66px;
  line-height: 70px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.recent-post-slider .post-title a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: normal;
}
.recent-post-slider .post-content {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
}
.recent-post-slider a.recent-read-more {
  color: rgb(255, 204, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 30px;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.recent-post-slider .slick-prev {
  background: rgba(0,0,0,0.5);
  width: 40px;
  height: 40px;
  left: 30px;
  z-index: 999;
  border-radius: 50%;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recent-post-slider .slick-next {
  background: rgba(0,0,0,0.5);
  width: 40px;
  height: 40px;
  right: 30px;
  z-index: 999;
  border-radius: 50%;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recent-post-slider:hover .slick-next,
.recent-post-slider:hover .slick-prev{
	opacity: 1;
}
.recent-post-slider .slick-prev:hover,
.recent-post-slider .slick-next:hover{
	background: #000;
}
.recent-post-slider .slick-prev:before {
  content: "\e82c";
  margin-left: -3px;
}
.recent-post-slider .slick-next:before {
  content: "\e82d";
  margin-right: -3px;
}
.recent-post-slider .slick-arrow:before {
  font-family: "revicons";
  font-size: 20px;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 40px;
  text-align: center;
  opacity: 1;
}
.recent-post-slider ul.slick-dots {
  bottom: 10px;
  z-index: 999;
  text-align: center;
  bottom: 23px;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recent-post-slider:hover ul.slick-dots{
	opacity: 1;
}
.recent-post-slider ul.slick-dots li button {
  display: none;
}
.recent-post-slider ul.slick-dots li {
  width: 12px;
  height: 12px;
  background: rgba(153, 153, 153, 1);
  border: 3px solid rgba(255,255,255,0.9);
  border-radius: 50%;
  cursor: pointer;
  margin: 0 2px;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
}
.recent-post-slider ul.slick-dots li.slick-active,
.recent-post-slider ul.slick-dots li:hover{
  background: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
}
.strategisk-kommunikation .hs-section-1 {
  text-align: center;
}
.strategisk-kommunikation .hs-section-1 .page-center {
  padding-top: 28px;
}
.strategisk-kommunikation .hs-section-1 h1 {
  padding-bottom: 20px;
}
.strategisk-kommunikation .five-col-image-icon-with-hover-content {
  margin-top: 45px;
}
.strategisk-kommunikation .five-col-image-icon-with-hover-content .col {
  margin-bottom: 13px;
  padding: 0 1%;
}
.strategisk-kommunikation .four-col-image-icon-with-hover-content {
  margin-top: 0;
  margin-bottom: 30px;
}
.strategisk-kommunikation .hs-section-2 .page-center {
  padding-top: 20px;
}
.strategisk-kommunikation .hs-section-3 {
  text-align: center;
}
.strategisk-kommunikation .image-with-hover-content {
  margin-top: 35px;
}
.strategisk-kommunikation .image-with-hover-content .image-wrapper .mask{
	display: none;
}
.strategisk-kommunikation .image-with-hover-content .image-wrapper img {
  filter: grayscale(100%);
  transition: none;
}
.strategisk-kommunikation .image-with-hover-content .image-wrapper:hover img {
  filter: grayscale(0);
}
.strategisk-kommunikation .hs-section-3 a.custom-btn {
  padding: 11px 20px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.strategisk-kommunikation .hs-section-3 a.custom-btn i {
  margin-right: 23px;
}
.strategisk-kommunikation .four-col-image-icon-with-hover-content .col {
  padding: 0 1% 10px;
}



.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

#back-to-top {
  position: fixed;
  right: 75px;
  bottom: 20px;
  z-index: 9001;
  background: #f7f7f7;
  color: rgba(0,0,0,0.5);
  float: right;
  margin: -9px 0 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a#back-to-top:hover {
  background: #E6E6E6;
}
#back-to-top i{
  color: rgba(0,0,0,.5);
}
.custom-footer-group {
  padding: 15px 0;
  background-color: #43c7f4;
  color: black;
}

.custom-footer-richtext{
 font-family: ag-book-stencil;
}

.custom-footer-richtext a{
  color:black;
  text-decoration:underline;
  padding: 15px 0;
}

.custom-footer-richtext p {
    padding: 15px 0;
}

.custom-footer-richtext a:hover{
  color:white;
}

.custom-footer-group h3,
.custom-footer-group h3.form-title{
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  border-bottom: dotted;
  padding-bottom: 10px;
}

.custom-footer-form .hs-form-booleancheckbox{
  border-bottom: dotted;
  padding-bottom: 10px;
}

.custom-footer-rss,
.custom-footer-form,
.custom-footer-col-3 {
  padding: 15px 0;
}
.custom-footer-rss .hs-rss-item {
  background: rgba(0,0,0,.1);
  padding: 5px 15px;
  position: relative;
  margin-bottom: 10px;
  color: #cccccc;
}
.custom-footer-rss .hs-rss-item a {
  color: #cccccc;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.custom-footer-rss .hs-rss-item a:after{
  background-color: #038bcf;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.custom-footer-rss .hs-rss-item:hover a:after{
  width: 100%;
}
.custom-footer-rss .hs-rss-item a span {
  position: relative;
  z-index: 9;
}
.custom-footer-rss .hs-rss-item:last-child {
  margin-bottom: 0;
}
.custom-footer-social-share {
  display: inline-block;
  width 40%
  float:left;
  position: absolute;
  bottom: 10px;
}
.custom-footer-social-share ul {
  padding: 0;
  margin: 0 0 7px;
  list-style: none;
}
.custom-footer-social-share ul li {
  display: inline-block;
}
.custom-footer-social-share ul li a {
  background-color: #f0f0f0;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.0);
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.0);
  color: #444;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  margin: 0 2px 2px 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.custom-about-us-column{
  position:relative;
}
.custom-header-group.scroll .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 18px 20px;
}
.custom-header-group.scroll .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;
}

.custom-footer-header{
padding-top:20px;
}
.custom-footer-social-share ul li.linked-in a:hover{
  background: #007bb6;
  color: #fff;
}
.custom-footer-social-share ul li.facebook a:hover{
  background: #3a589b;
  color: #fff;
}
.custom-footer-social-share ul li.twitter a:hover{
  background: #32ccfe;
  color: #fff;
}
.custom-footer-address{
  padding: 15px 0;
}
.custom-footer-address-header{
  color:#fff;
  font-size: .85em;
  line-height:15px
  
}
.custom-footer-address-text{
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  color: #cccccc;
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:after {
  content: " | ";
  margin-right: 5px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:last-child:after{
  content: none;
}
.custom-footer-form label {
  color: black;
}
.custom-footer-form .hs-form-field > label {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
}
.custom-footer-form {
  padding-left: 1%;
  padding-right: 1%;
}
.custom-footer-form .hs-input {
  color: #626262;
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
  box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
  font-size: 13px;
  margin-bottom: 20px;
  line-height: normal;
}
.custom-footer-form .hs-input:focus{
  color: #038bcf;
  background-color: rgba(233, 245, 252, 1);
  border-color: #d5e5ee;
}
.custom-footer-form .hs-button.primary.large {
  font-size: 20px;
  -webkit-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
  -webkit-appearance: none;
  background-color: #282828;
  color: #fff;
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 15px;
  line-height: normal;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.custom-footer-form .hs-button.primary.large:hover{
  color:#43C7F4;
}
form.hs-form .hs-form-field ul.inputs-list li input {
  margin: 0 10px 0 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {
  margin: 0;
}
.custom-footer-form form.hs-form .hs-form-field ul.inputs-list li input {
  margin: 0 10px 0 4px;
}
.custom-footer-form .hs-form-required {
  display: none;
}




/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 33px 20px;
  font-size: 20px;
  font-weight: 300;
  color: #76787B;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
  top: auto;
  bottom: -4px;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9999;
  opacity: 0;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
  opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #fff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #000;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1240px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}



/* =============== Main Burger Menu =============== */

.custom-menu-burger{
    display:none !important;
    font-family: ag-book-stencil;
    font-size:30px;
    position: fixed;
    right: 0px;
    height: 100%;
    top: 0px;
    background-color: white;
    z-index: 100000000;
    width: 20% !important;
    text-align:center;
}
.custom-menu-burger .hs-menu-wrapper ul{
  padding-top:150px;
  text-align:right;
}

.custom-menu-burger .hs-menu-item{
  float:none !important;
  padding: 10px
  
}

.custom-menu-burger .hs-menu-item a{
  color:#282828 !important;
}

.custom-menu-burger__icon{

}

.burger-menu-exit {
  position: absolute;
  right: 34px;
  font-size: 23px;
  line-height: 22px;
  top: 34px;
  color: #333333;
  cursor: pointer;
  user-select: none
}

.burger-menu-exit:hover{
  text-decoration:underline;
}

/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1239px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block ;
    cursor: pointer;
    position: absolute;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 3px;
    z-index: 1001;
    color: #fff;
    right: 100px;
    top: 28px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    font-size: 22px;
    line-height: 34px;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{}

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: absolute;
    top: 80px;
    padding: 0;
    width: 300px;
    left: auto;
    right: 81px;
    z-index: 9999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #038bcf;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 20px;
    font-weight: 300;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 12px 25px !important;
    color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: white;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */

.blog .custom-banner-area .page-center {
  max-width: 100% !important;
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.blog.hs-blog-post .custom-banner-area {
  min-height: 500px;
  background-position: top -50px center;
  display: block;
}
.blog.hs-blog-post .related-post{
  padding-top: 40px;
}
.blog .custom-banner-area .content-group {
  padding: 240px 10% 77px;
}
.custom-banner-area.no-feature-image {
    background-color: #000119;
}
.blog .custom-banner-area .content-group:after{
  content: none;
}
.blog .blog-post-wrapper .related-post h3 {
  font-style: normal;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.blog .custom-banner-area .intro-next a{
  color: rgba(255,255,255,0.2);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog .custom-banner-area .intro-next a:hover{
  color: rgba(255,255,255,0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-post-wrapper .portfolio_group .image_frame {
  width: 100%;
  float: none;
  margin-right: 0;
}
.blog-post-wrapper .portfolio_group .image_wrapper img.BWFilter {
  display: none;
}
.blog-post-wrapper .portfolio_group .image_wrapper .mask {
  display: none;
}
.blog-post-wrapper .portfolio_group .image_wrapper img {
  filter: grayscale(100%);
  margin-bottom: 0 !important;
  position: static;
}
.blog-post-wrapper .portfolio_group .image_wrapper:hover a img {
  top: 0;
}
.blog-post-wrapper .portfolio_group .image_wrapper a {
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  line-height: 60px;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.blog-post-wrapper .portfolio_group .image_wrapper a:hover{
  background: #ffffff;
  color: #404040;
}
.blog-post-wrapper .portfolio_group .image_wrapper:hover img {
  filter: grayscale(0);
}
.blog-listing-wrapper .post-listing .post-item {
  width: 32.7%;
  background: #fff;
  padding: 0 1% 20px;
  display: inline-block;
  vertical-align: top;
}
.blog-listing-wrapper .post-listing .post-item .image-wrapper {
  position: relative;
  overflow: hidden;
}
.blog-listing-wrapper .post-listing .post-item .image-wrapper a {
  display: block;
}
.blog-listing-wrapper .post-listing .post-item .image-wrapper .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
}
.blog-listing-wrapper .post-listing .post-item .image-wrapper .mask:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-listing-wrapper .post-listing .post-item .image-wrapper img {
  margin-bottom: -15px;
  position: relative;
  top: 0;
  float: none;
  margin: 0;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-listing-wrapper .post-listing .post-item .image-wrapper:hover img {
  top: -15px;
}
.blog-listing-wrapper .post-listing .post-item .image_links.double {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 4;
  overflow: hidden;
  background: rgba(64, 64, 64, 0.8);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-listing-wrapper .post-listing .post-item .image_links.double a {
  width: 50%;
  display: block;
  float: left;
  color: #ffffff;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
  box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
  text-decoration: none;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  padding: 20px 20px 0;
}
.blog-listing-wrapper .post-listing .post-item .post-header h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px;
}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a {
  color: #444444;
  text-decoration: none;
}
.blog-listing-wrapper .post-listing .post-item .post-footer {
  color: #2e2d29;
  background: rgba(0,0,0,.02);
  padding: 7px 15px;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
}
.blog-listing-wrapper .post-listing .post-item .post-footer .post-links {
  float: right;
  border: 0;
  border-left-width: 1px;
  border-style: solid;
  padding-left: 10px;
  border-color: rgba(0,0,0,.08);
}
.homepage .hs-section-7 {
  padding-bottom: 50px;
}
.blog-listing-wrapper .post-listing .post-item .image-wrapper:hover .mask:after {
  opacity: 1;
}
.blog-listing-wrapper .post-listing .post-item .image-wrapper:hover .image_links.double {
  bottom: 0;
}
.blog-listing-wrapper .post-listing .post-item .image_links.double a:hover {
  background: #ffffff;
  color: #404040;
}
.related-post h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}
.related-post .related-post-item {
  width: 25%;
  float: left;
  padding: 0 1% 10px;
}
.related-post .related-post-item .related-title h4 a {
  color: #444444;
  text-decoration: none;
  outline: 0;
}
a.custom-related-post-more {
  background-color: transparent;
  border: 1px solid black;
  color: #000;
  display: inline-block;
  padding: 10px 22px 10px 12px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
a.custom-related-post-more:hover{
  background-color: #038bcf;
  color:white;
}
a.custom-related-post-more span.button_icon {
  margin-right: 7px;
}
.related-post .related-post-item .related-title h4:after {
  content: "";
  width: 40%;
  margin: 15px 0;
  color: #038bcf;
  background: #038bcf;
  height: 1px;
  display: block;
}
.hs-blog-post .body-container .page-center {
    padding-top: 50px;
}
.section.post-body h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.blog-post-wrapper .post-body {
    overflow: hidden;
}
.related-post {
    overflow: hidden;
}
.blog .two-col-form-group .hbspt-form {
  width: 50%; 
  float: left; 
}
.blog .two-col-form-group .hbspt-form form,
.blog .two-col-form-group .hbspt-form iframe {
  width: 100%;
  max-width: 100%; 
}
.blog .two-col-form-group .hbspt-form form img {
  max-width: 100% !important; 
  height: auto !important; 
}
	.post-item.hs-kunder-post-item .hs-featured-image {
    float: none;
    max-width: 100%;
    filter: grayscale(100%);
    margin: 0;
  }
  .hs-kunder-blog .pp_social {
    display: none;
  }
  .hs-kunder-blog .blog-listing-wrapper .post-listing .post-item .post-header h2 {
    font-size: 18px;
    font-weight: 100;
  }
  .hs-kunder-blog .blog-listing-wrapper .post-listing .post-item .post-body {
    padding: 0;
  }
  .hs-kunder-blog .blog-listing-wrapper .post-listing .post-item {
    width: 25%;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: baseline;
    float: none;
  }
  .hs-kunder-blog .image_wrapper {
    position: relative;
    overflow: hidden;
  }
  .hs-kunder-blog .blog-listing-wrapper .post-item.hs-kunder-post-item:hover .hs-featured-image{
    filter:none
  }
  .blog-listing-wrapper .post-listing .post-item .image_wrapper:hover .image_links.double {
    bottom: 0;
  }
  .hs-kunder-blog .image_wrapper:hover {
    bottom:0;
  }
  .blog .related-post .related-image:hover .image_links.double {
    bottom: 0;
  }
  .blog .related-post .related-image .image_links.double {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 4;
    overflow: hidden;
    background: rgba(64, 64, 64, 0.8);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .blog .related-post .related-post-item .image_links.double a {
    width: 50%;
    display: block;
    float: left;
    color: #ffffff;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    -webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
    box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  }
  .blog .related-post .related-post-item .image_links.double a:hover {
    background: #ffffff;
    color: #404040;
  }
.blog .related-post .related-post-item h2 a{
	text-decoration: none;
}
  .blog .related-post h3 {
    font-style: italic;
  }
  .blog .related-title {
    margin-top: 30px;
    position:relative;
  }
  .blog .related-post .related-image {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  }
  .blog .related-post .related-post-item {
    vertical-align: top;
    float: none;
    display: inline-block;
    margin: 0 -2px;
  }
  .hs-kunder-left-group {
    width: 38%;
    float: left;
    margin: 0 1% 10px;
  }
  .blog .related-title a:before {
    content: "";
    background: #038bcf;
    display: block;
    height: 1px;
    position: absolute;
    top: -14px;
    display: inline-block;
    max-width: 129px;
    width: 100%;
    left: 0;
  }
  .hs-kunder-left-group .hs-featured-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin:0 0 15px;
  }
.hs-kunder-right-group {
  float: left;
  margin: 0 1% 10px;
  width: 58%;
}


.blog .fixed-nav .photo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.blog-post-wrapper .image_wrapper a {
  display: block;
}
.blog-post-wrapper .image_wrapper .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  z-index: 2;
}
.blog-post-wrapper .content_video {
  float: left;
  width: 38%;
  margin-right: 30px;
}
.blog-post-wrapper .image_frame {
  float: left;
  width: 38%;
  margin-right: 30px;
}
.blog-post-wrapper .image_frame.alignright {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.blog-post-wrapper .image_wrapper{
  position: relative;
  overflow: hidden;
}
.blog-post-wrapper .image_wrapper .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  z-index: 2;
}
.blog-post-wrapper .image_wrapper a img {
  position: relative;
  top: 0;
  margin-bottom: -15px !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
  height: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-post-wrapper .image_wrapper:hover a img{
  top: -15px;
}
.blog-post-wrapper .image_wrapper .image_links {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 4;
  overflow: hidden;
  background: rgba(64, 64, 64, 0.8);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-post-wrapper .image_wrapper .image_links a.link {
  color: #ffffff;
  display: block;
  font-size: 25px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.blog-post-wrapper .image_wrapper .mask:after {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-post-wrapper .image_wrapper:hover .mask:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.blog-post-wrapper .image_wrapper .image_links a.link span{
	display: none;
}
.blog-post-wrapper .image_wrapper:hover .image_links {
  bottom: 0;
}
.blog-post-wrapper .image_wrapper .image_links a.link:hover {
  background: #ffffff;
  color: #404040;
}
.blog-post-wrapper form{
  float: left;
  margin-right: 25px;
  padding-top: 10px;
  max-width: 658px;
}
.blog-post-wrapper form .hs-richtext img {
  margin-bottom: 10px;
}
.blog-post-wrapper .two-col-form-group {
  clear: both;
}
.hs-form-field > label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
}
.blog-post-wrapper form .input > .hs-input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
  outline: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
}
.blog-post-wrapper form .hs-form-field {
  margin-bottom: 10px !important;
}
.blog-post-wrapper form .hs_lastname.hs-lastname {
  margin-top: 19px;
}
.blog-post-wrapper form legend.hs-field-desc {
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-family: 'Noto Sans', sans-serif !important;
  font-weight: normal;
  margin-bottom: 10px !important;
}
.blog-post-wrapper form .actions {
  margin: 0 !important;
  padding: 12px 0 !important;
}
.blog-post-wrapper form .actions:hover {
  background: rgba(0,0,0,.07);
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.blog-post-wrapper form input.hs-button.primary.large {
  background-color: #eee !important;
  border: 1px solid #ddd !important;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  border-radius: 0;
  line-height: normal;
}
.blog-post-wrapper form .actions:hover input.hs-button.primary.large {
  background-color: #ddd !important;
  box-shadow: none !important;
}
.blog-post-wrapper form ul.inputs-list label > input {
  margin-right: 5px !important;
}
.blog-post-wrapper .image_frame p.hs-caption-text {
  padding: 10px 0;
  background: #f8f8f8;
  color: #A6A6A6;
  display: block;
  text-align: center;
  margin: 0;
  line-height: normal;
}
.two-col-grp > div {
  float: left;
  width: 50%;
  padding-right: 1%;
}
.blog-listing-wrapper .post-listing .post-item .post-body .post-body-content * {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  float: none;
  width: 100%;
  padding-right: 0;
}
.blog-post-wrapper .post-body .bottom-btn-group {
  text-align: center;
  padding-bottom: 80px;
}
.blog-post-wrapper .post-body .bottom-btn-group a {
  font-size: 110%;
  line-height: 110%;
  background-color: #038bcf;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.blog-post-wrapper .post-body .bottom-btn-group a:hover {
  background-color: #00a4bd;
  color: #ffffff;
  text-decoration: none;
}




/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */

h3.form-title{
  font-size: 70px;
  line-height: 76px;
  font-weight: 500;
}


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  font-weight: 300;
  color: #000;
}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  margin-bottom: 8px;
  width: 100%;
  border: 1px solid #c0c0c0;
  background: #fafafa;
  padding: 5px;
  box-shadow: none;
  font: inherit;
  line-height: normal;
  color: #000;
  outline: none;
  -webkit-appearance: none;
  max-width: 500px;
  display: block;
  font-weight: 300;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background-color: rgba(233, 245, 252, 1);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
ul.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 5px 0 10px;
  list-style: none;
}
.hs-error-msgs label{
	color: #ff0000;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin: 4px 0 0;
  padding: 7px 30px;
  line-height: normal;
  color: #000;
  font: inherit;
  background-color: #43C7F4;
  display: inline-block;
  border: 0;
  width: auto;
  margin-bottom: 24px;
  text-transform: uppercase;
  color:#fff;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
  display: none;
}

.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}

.cases-mobile-trigger{
	display: none;
}

.hs-kunder-blog .blog-listing-wrapper .post-listing .post-item .post-body .post-header h2 {
  padding-top: 27px;
  margin-bottom: 0;
}
.custom-header-group.no-scroll.fixed .custom-menu-primary .hs-menu-wrapper {
  opacity: 0;
}
.video-group video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  object-fit: cover;
  height: 100%;
  z-index: -1;
}
.custom-btn.type2 {
  background-color: #d3b312;
}
.custom-header-group.scroll .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #fff;
}
.hs-error-404-layout .main-content .custom-button {
  font-size: 120%;
  line-height: 120%;
  text-decoration:none !important;
  background-color: #43C7F4;
  color: #000;
  position: relative;
  padding: 18px 34px 18px 16px;
  display: inline-block;
  margin-top: 10px;
}
.hs-error-404-layout .main-content .custom-button:hover{
	background-color: #AF9410;	
}

.hs-error-404-layout .main-content .custom-button .button_icon {
  padding-right: 10px;
}
.hs-error-404-layout .main-content h1{
  margin-top:40px;
}
.hs-error-404-layout .main-content  .hs-search-field {
  max-width: 500px;
  margin: 30px auto;
}
a.custom-btn i {
  margin-right: 10px;
}
.custom-search .hs-search-field--open .hs-search-field__suggestions li a {
  color: #fff;
  text-decoration: none;
}
.blog .custom-banner-area .intro-next {
  cursor: pointer;
  font-size: 38px;
  height: 50px;
  left: 50%;
  bottom: 30px;
  line-height: 50px;
  margin: 0 0 0 -25px;
  position: absolute;
  text-align: center;
  width: 50px;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog .custom-banner-area .content-group{
  position: static;
}
.blog.hs-blog-post .custom-banner-area .content-group h1{
  font-weight: 700;
}
.blog .custom-banner-area:after{
	content: none;
}
.blog .custom-banner-area .intro-next:hover {
  color: rgba(255,255,255,0.5);
}
.blog .fixed-nav .photo{
  background: #fff;
}
.blog .pp_social {
    display: none !important;
}
.blog div#pp_full_res {
  border-bottom: 5px solid #fff;
}
.portfolio_group:not(.list) .portfolio-item .portfolio-item-fw-bg {
  background: none!important;
}
.portfolio_group .portfolio-item .list_style_header {
  display: none;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  min-height: 46px;
  padding-right: 275px;
}

.portfolio_group {
  margin: 0!important;
  position: relative;
  padding: 0;
  list-style: none;
}
.portfolio_group li{
  position: relative;
  width: 24.99%;
  float: left;
  min-height: 353.469px;
}
.portfolio_group .portfolio-item .list_style_header h3 {
  margin-bottom: 0;
  margin-top: 7px;
}
.portfolio_group .portfolio-item .list_style_header .links_wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.portfolio_group .portfolio-item .list_style_header .links_wrapper a {
  margin-bottom: 0;
}
.portfolio_group .portfolio-item:first-child .list_style_header .links_wrapper a.portfolio_prev_js {
  display: none;
}
.portfolio_group.flat .portfolio-item .desc {
  display: none;
}
.portfolio_group .portfolio-item .desc {
  padding: 20px;
  background: #fff;
  overflow: hidden;
}
.blog.hs-blog-listing .custom-banner-area{
	position: relative;
}
.blog.hs-blog-listing .custom-banner-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.blog.hs-blog-listing .custom-banner-area .content-group {
  padding: 20px;
  position: relative;
}
.blog.hs-blog-listing .custom-banner-area {
  min-height: 450px;
}
.blog.hs-blog-listing .custom-banner-area {
  min-height: 450px;
  background-position: center;
}
.blog.hs-blog-listing .custom-banner-area .content-group:after {
  content: "";
  background-color: #038bcf;
  max-width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.blog .related-post .related-image img {
  position: relative;
  top: 0;
  transition: all 0.3s;
  margin-bottom: -15px;
}
.blog .related-post .related-image:hover img {
  top: -15px;
}
.blog .related-post .related-image .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
}
.blog .related-post .related-image .mask:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog .related-post .related-image:hover .mask:after{
	opacity: 1;
}
.hs-kunder-blog{}

.animated-circle-module{
  padding:60px;
  position:relative;
  
}

.animated-circle-module-text{
  display:inline-block;
  width:100%;
  float:right;
  padding:20px;

}
.animated-circle-module-headline{
  line-height: 1;
  color:white !important;
  font-size:2em;
  font-family:ag-book-stencil;
}

.animated-circle-module-text-subline{
  line-height: 1;
  color:white !important;
  font-size:1em;
}

.animated-circle-module-imagemodule{
  display:inline-block;
  width:100%;
  float:left;
  padding:20px;
  color: black !important;
}

.animated-circle-module-imagemodule-image{
  width:100%;
  padding-bottom: 15px;
}

.animated-circle-module-button{
  bottom:0px;
  color:#43c7f4 !important;
  border: 1px solid #43c7f4 !important;
  margin-bottom:60px !important;
  background-color:transparent !important;
}
.animated-circle-module-button:hover{
  background-color:transparent !important;
}



.custom-three-image{
  padding:60px;
  position:relative;
  
}

.custom-three-image-text{
  display:inline-block;
  width:39%;
  float:right;
  padding:20px;

}
.custom-three-image-text-headline{
  line-height: 1;
  color:white !important;
  font-size:2em;
  font-family:ag-book-stencil;
}

.custom-three-image-text-subline{
  line-height: 1;
  color:white !important;
  font-size:1em;
}

.custom-three-image-imagemodule{
  display:inline-block;
  width:20%;
  float:left;
  padding:20px;
  color: black !important;
}

.custom-three-image-imagemodule-image{
  width:100%;
  padding-bottom: 15px;
}

.custom-three-image-button{
  position:absolute !important;
  bottom:0px;
  color:#43c7f4 !important;
  border: 1px solid #43c7f4 !important;
  margin-bottom:60px !important;
  background-color:transparent !important;
}
.custom-three-image-button:hover{
  background-color:transparent !important;
}

.custom-single-button-module{
  text-align:center;
  vertical-align:center;   
  padding-top: 50px;
  padding-right: 80px;
  padding-bottom: 50px;
  padding-left: 80px;
}
.custom-single-button-module-button{
  font-size:2em;
  border: 1px solid white !important;
  color: #fff !important;
  font-weight:700;
  padding-right:50px;
  padding-left:50px
}

.custom-single-button-module-button:hover{
 background-color:#fff;
 color:#000;
}

.clearfix1{
content: ""; 
clear: both;
display: table;
}
/*This button was autogenerated with the wrong color*/
.hs-cta-aacc4b99-59b2-415b-a73f-31b2a50b140e #cta_button_3415724_705b4bd0-41f7-4f83-9fbd-b6cf2f15b0fc{
  background: transparent !important;
  border: 1px solid black !important;
  color: #000 !important;
  display: inline-block !important;
  margin-bottom: 15px !important;
  padding: 11px 20px !important;
  position: relative !important;
  -webkit-transition: all .3s !important;
  -moz-transition: all .3s !important;
  transition: all .3s !important;
  font-weight:400 !important;
  font-size:1em !important;

}
.hs-cta-aacc4b99-59b2-415b-a73f-31b2a50b140e #cta_button_3415724_705b4bd0-41f7-4f83-9fbd-b6cf2f15b0fc:hover{
  background:#43C7F4 !important;
  color:black !important;
}

.big-text-module{
  font-family: ag-book-stencil;
  text-align: center;
  background-color: #43c7f4;
  color: white;
  font-size: 75px;
  padding: 100px;
  line-height:1;
}

.big-text-module a{
  text-decoration:none;
  color:white;
}


.big-text-module a:hover{
  text-decoration:none;
  color:white;
}

.custom-two-column-module{
  height:500px;
}

.custom-two-column-module a {
  color:white;
  text-decoration:underline;
}
.custom-two-column-module-left{
  display:inline-block;
  width:50%;
  color:white;
  height:100%;
  padding: 100px;
  overflow:hidden;
  
}
.custom-two-column-module-right{
  display:inline-block;
  width:50%;
  color:white;
  height:100%;
  float: right;
  padding: 100px;
  overflow:hidden;
}

.custom-two-image-module-left{
  display:inline-block;
  width:50%;
  color:white;
  height:auto;
  
}
.custom-two-image-module-right{
  display:inline-block;
  width:50%;
  color:white;
  height:auto;
  float: right;
}


.custom-two-image-module-left img {
  width:100%;
  height:auto;
}

.custom-two-image-module-left img {
  width:100%;
  height:auto;
}

.custom-fullpage-image-module{
  width: 100%;
}

.custom-fullpage-image-module img{
  width: 100%;
  height: auto;
}

.custom-two-image-text-module{
  min-height:400px;
}

.custom-two-image-text-content{
  display:inline-block;
  width:50%;
  padding:50px;
}

.custom-two-image-text-module-image{
  display:inline-block;
  width:50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height:550px;
}

.numbers-with-description-module{
  background-color:#282828;
  text-align:center;
  padding: 100px 120px;
}

.numbers-with-description-container{
  display:inline-block;
  width:33.33%;
  float: left;
}

.numbers-with-description-number{
  color:#43c7f4;
  font-family:ag-book-stencil;
  font-size: 75px;
  padding-top:40px;
  padding-bottom:40px;
}

.numbers-with-description-description{
  color:white;
}

.pwr-header a{
  font-family:'Roboto',sans-serif !important;
}

.pwr-header .cta_button{
  font-family:'Roboto',sans-serif !important;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */



@media (min-width: 768px) {
  .custom-cases-menu .hs-menu-wrapper, 
  .custom-cases-menu .hs-menu-children-wrapper{
    display: block !important;
  }
}


@media(min-width:768px){
  body .custom-home-banner-area .page-center {
    max-width: 1660px !important;
    bottom: 25.2% !important;
  }
  .custom-search {
    max-width: calc(100% - 40px);
    margin: 0px auto !important;
    float: none !important;
  }
}


@media (max-width: 1366px) {
  .testimonial-content-with-bg-image .button-group a {
    font-size: 13px;
    line-height: 13px;
    padding: 10px 30px;
  }
  .testimonial-content-with-bg-image .content-group .author-detail {
    font-size: 20px;
  }
  .testimonial-content-with-bg-image .content-group h1 {
    font-size: 27px;
    line-height: 30px;
  }
  .testimonial-content-with-bg-image .content-group,
  .homepage .testimonial-content-with-bg-image .content-group{
    padding-top: 18px;
  }
  .testimonial-content-with-bg-image .left-group .title {
    font-size: 15px;
    line-height: 17px;
  }
  .testimonial-content-with-bg-image .left-group {
    padding: 20px 10px;
  }
  .testimonial-content-with-bg-image .right-group img.testimonial-image {
    max-width: 144px;
  }
  .testimonial-content-with-bg-image {
    min-height: 250px;
  }
}
@media(max-width:960px){
 	.section.post-body img {
    margin: 0 auto 10px !important;
    float: none !important;
    display: block;
	}
  
  .custom-two-image-text-content{
    display:block;
    width:100%;
  }
  
  .custom-two-image-text-module-image{
    display:block;
    width:100%;
    max-height:550px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px){
  .container-fluid .row-fluid .page-center{
    max-width: 708px;
  }
}

@media (max-width: 1100px) {
  .numbers-with-description-container{
    display:block;
    width:100%;
  }
  
  .numbers-with-description-module{
    padding: 120px 0px;
  }

}

@media (max-width: 1259px) {
  .custom-content-with-image-wrap .custom-right-content a.custom-btn i{
  	display: none;
  }
}


@media (max-width: 1239px) {
  .custom-menu-burger{
    width: 30% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
  	content: none;
  }
  .search-icon{
    right: 27px;
  }
  .fixed .mobile-trigger {
    top: 13px;
  }
  .recent-post-slider .recent-post-slider-item {
    min-height: 62vw;
  }
  .recent-post-slider .post-title {
    font-size: 47px;
    line-height: 52px;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper {
    background: #43C7F4;
    top: 59px;
    right: 78px;
  }
  .blog .two-col-form-group .hbspt-form {
    width: 100%; 
    float: none; 
  }
}


@media (max-width: 1024px) {
  .custom-banner-area{
    min-height: 35.75vw;
  }
}

@media (max-width: 1024px) {
  .custom-two-column-with-image .custom-column-content h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .custom-banner-area .content-group h1 {
    font-size: 49px;
    line-height: 55px;
  }
  .custom-banner-area .content-group p {
    font-size: 16px;
  }
  .mobile-trigger {
    right: 95px;
  }
  .search-icon {
    right: 23px;
  }
  .testimonial-content-with-bg-image{
    min-height: 140px;
  }
  .testimonial-content-with-bg-image .right-group img.testimonial-image {
    max-width: 80px;
    margin-top: -18px;
  }
  .testimonial-content-with-bg-image .left-group .title {
    font-size: 14px;
    line-height: 16px;
  }
  .testimonial-content-with-bg-image .content-group h1 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
  }
	.testimonial-content-with-bg-image .content-group .author-detail {
    font-size: 14px;
  }
  .testimonial-content-with-bg-image .content-group {
    padding-top: 0;
  }
  .testimonial-content-with-bg-image .left-group{
    padding: 10px 10px 30px;
  }
  .testimonial-content-with-bg-image .button-group a {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 20px;
  }
}

@media(max-width:960px){
  .hs-kunder-blog .blog-listing-wrapper .post-listing .post-item {
    width:33.333%
  }
  
  .custom-two-column-module-left{
    width:100%;
    height:auto;
    padding:50px;
  }
  
  .custom-two-column-module-right{
    width:100%;
    padding:50px;
    height:auto;
  }
}


@media (max-width: 940px) {
  .strategisk-kommunikation .hs-section-3 a.custom-btn i {
    display: none;
  }
  
  .custom-menu-burger{
    width:50% !important;
  }
}

@media (max-width: 1166px) {
  .custom-footer-address {
    float:none;
  }
  .custom-footer-social-share{
    position:initial;
  }
}

@media (max-width: 960px) {
  .custom-three-image-imagemodule {
    float:none;
    width: 100%;
    text-align:center;
  }
  .custom-three-image-text{
    float:none;
    width: 100%;
    text-align:center;
    font-size: 1em !important;
  }
  .custom-three-image-button{
    margin-bottom:2px !important;
    text-align: center;
    padding: 1px 1px !important;
    position: initial !important;
  }
}

@media (max-width:1400px){
  .item-caption__description{
    font-size:1em !important;
    
  }
  .item-caption__title{
    font-size:1.2em !important;
  }
}



/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  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"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  .container-fluid .row-fluid .page-center{
    max-width: 100%;
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    padding-right: 7px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:after {
    content: " | ";
    margin-right: 5px;
    position: absolute;
    top: 0;
    right: -5px;
  }
  .custom-footer-form {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .custom-footer-form .hs-input {
    max-width: 100%;
  }
  .custom-logo {
    padding: 0 15px;
  }
  .custom-header-group .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-logo img {
    max-width: 156.25px;
    width: 100%;
  }
  .custom-logo a {
    padding: 5px 0;
  }
  .mobile-trigger {
    position: fixed;
    top: 13px;
    right: 10px;
  }
  .search-icon{
    right: 44px;
    top: 19px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    padding-bottom: 10px;
  }
  .two-column-layout .main-content {
    padding: 0;
  }
  .custom-content-with-image-wrap .custom-content-with-left-imagae {
    width: 100%;
    margin: 0;
    height: 100% !important;
  }
  .custom-content-with-image-wrap .custom-left-icon-image {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .custom-content-with-image-wrap .custom-right-content {
    width: 100%;
    margin: 0;
    float: left;
    padding-top: 0;
  }
  .custom-two-column-with-image .custom-column-content {
    width: 100%;
    float: none;
    padding: 40px 40px 40px 40px;
  }
  .custom-two-column-with-image .custom-column-image {
    width: 100%;
    float: none;
  }
  .custom-content-with-image-wrap .custom-right-content h3 {
    margin-top: 0;
  }
  .custom-parallax-banner .parallax-banner-content {
    padding: 0 33px;
  }
  .custom-two-column-with-image.right .custom-column-image {
    float: none;
  }
  .portfolio-inner .hs-section-1-column {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-header-group.scroll {
    display: none !important;
  }
  .custom-pagination-mod a.fixed-nav{
  	display: none;
  }
  .two-col-equal-mod .col {
    width: 100%;
    float: none;
    padding: 0 0 20px;
  }
  .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .dupont-danisco-munchen .custom-two-column-with-image .custom-column-image {
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .custom-two-column-with-image {
    margin-bottom: 40px;
  }
  .two-col-content-with-video .col {
    float: none;
    width: 100%;
  }
  .three-col-content-with-video .col {
    width: 100%;
    float: none;
  }
  .custom-banner-area .content-group h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .custom-banner-area .content-group p {
    font-size: 20px;
  }
  .custom-banner-area .content-group {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .content-with-bg-image .content-group{
    padding: 0 33px;
  }
  .mobile-trigger {
    right: 10px;
  }
  .grid-item {
    width: 100%;
  }
  .cases-mobile-trigger{
    display: block;
  }
  .custom-cases-menu .hs-menu-wrapper,
  .custom-cases-menu .hs-menu-children-wrapper{
    display: none;
  }  

  .custom-cases-menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .cases-inner .hs-section-1 .page-center {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .cases-mobile-trigger {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 40px;
    height: 34px;
    padding-top: 5px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cases-mobile-trigger:hover {
    border-color: #fff;
    color: #fff;
    background-color: #000;
  }
  .custom-cases-menu .hs-menu-wrapper > ul {
    padding-top: 20px;
  }
  .custom-counter .counter-item {
    float: none;
    width: 100%;
  }
  .four-col-image-icon-with-hover-content .col {
    width: 100%;
    float: none;
  }
  .five-col-image-icon-with-hover-content .col {
    width: 100%;
    float: none;
  }
  .custom-logo-group ul li {
    width: 50%;
  }
  .custom-home-recent-post .custom-recent-post {
    width: 100%;
    float: none;
    padding: 0 0 20px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    float: none;
    padding: 0 0 20px;
    display: block;
  }
  .related-post .related-post-item {
    width: 100%;
    float: none;
    padding: 0 0 10px;
  }
  .hs-map-group {
   padding: 70px 20px 0;
 }
 .hs-contact-form-group {
   padding-left: 30px;
   padding-right: 30px;
   padding-top: 70px;
  }
  .team-member-mod .item {
    width: 100%;
    margin-right: 0;
  }
  .team-member-mod .item .inner-group .top-group{
    text-align: center;
  }
  .custom-banner-area.parallax-group .content-group h1{
    font-size: 40px;
    line-height: 46px;
  }
  .custom-banner-area .content-group:after{
    width: 8%;
  }
  .hs-kunder-blog .blog-listing-wrapper .post-listing .post-item {
    width:100%;
    margin-bottom:20px;
  }
  .hs-kunder-left-group {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .hs-kunder-right-group {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .homepage .hs-section-1 hr + h3 {
    padding: 30px 0;
  }
  .strategisk-kommunikation .four-col-image-icon-with-hover-content .col {
    padding: 0 0 10px;
  }
  .recent-post-slider .post-title {
    font-size: 37px;
    line-height: 40px;
  }
  .recent-post-slider .recent-post-slider-item{
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .custom-home-banner-area .page-center{
    bottom: 39%;
  }
  .blog .custom-banner-area .content-group {
    padding: 100px 30px;
  }
  .blog .related-post .related-post-item {
    margin: 0 0 20px;
  }
  .blog-post-wrapper .image_frame {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .field.hs-form-field {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .blog-post-wrapper form{
    max-width: 100%;
  }
  .blog-post-wrapper .content_video {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .blog-post-wrapper .image_frame.alignright {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0px;
  }
  .two-col-grp > div {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .blog-post-wrapper .post-body .bottom-btn-group{
    padding-top: 40px;
  }
  .blog-post-wrapper form {
    float: none;
    margin-right: 0;
    padding-top: 10px;
    max-width: 100%;
  }
  .blog-post-wrapper form img {
    width: auto !important;
    max-width: 100% !important;
  }
  .blog.hs-blog-post .custom-banner-area{
    min-height: auto;
  }
  .portfolio_group li {
    position: relative;
    width: 100%;
    float: none;
    min-height: auto;
  }
  .main-cases-content{
    display:block;
    height:200px !important;
    width:100%;
    float:none !important;
  }
  .main-cases-imagecontainer{
    width:100%;
  }
}  


@media (max-width: 550px) {
  .custom-parallax-banner .parallax-banner-content h1 {
    font-size: 58px;
  }
  
  .big-text-module{
    font-size: 50px;
    padding: 50px;

  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-two-column-with-image .custom-column-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .custom-parallax-banner .parallax-banner-content h1 {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
  }
  .two-col-content-with-video .col{
    padding: 30px;
  }
  .three-col-content-with-video .col {
    padding: 30px;
  }
  .custom-banner-area .content-group h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .custom-banner-area .content-group p {
    font-size: 16px;
  }
  .custom-banner-area.parallax-group .content-group h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .custom-banner-area.parallax-group .content-group {
    padding: 300px 20px 200px 20px;
  }
  .custom-banner-area.parallax-group .content-group p {
    font-size: 16px;
    line-height: 18px;
  }
  .testimonial-content-with-bg-image .right-group{
    width: 10%;
  }
  .testimonial-content-with-bg-image .left-group{
    width: 90%;
  }
  .testimonial-content-with-bg-image .content-group h1{
    font-size: 12px;
    line-height: 14px;
  }
  .testimonial-content-with-bg-image .content-group .author-detail {
    font-size: 10px;
  }
  .testimonial-content-with-bg-image .content-group, 
  .homepage .testimonial-content-with-bg-image .content-group {
    padding-top: 0;
  }
}


@media (min-width: 576px) {
  
}

@media (min-width: 768px) {
  .animated-circle-module-text{
    width:39%
  }
  .animated-circle-module-imagemodule{
    width:30%;
  }
  
  .animated-circle-module-button{
    position:absolute !important;
  
  }
  
  .piechartItem{
    line-height: 150px !important;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
  .piechartItem{
    line-height: 200px !important;
  }
}