/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* @import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i'); */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Roboto&display=swap');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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


@font-face {
    font-family: 'MyriadProRegular';
    src: url('https://cdn2.hubspot.net/hubfs/2042132/merkevare/fonts/myriad%20/MyriadProRegular.eot');
    src: url('https://cdn2.hubspot.net/hubfs/2042132/merkevare/fonts/myriad%20/MyriadProRegular.eot') format('embedded-opentype'),
         url('https://cdn2.hubspot.net/hubfs/2042132/merkevare/fonts/myriad%20/MyriadProRegular.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/2042132/merkevare/fonts/myriad%20/MyriadProRegular.woff') format('woff'),
         url('https://cdn2.hubspot.net/hubfs/2042132/merkevare/fonts/myriad%20/MyriadProRegular.ttf') format('truetype'),
         url('https://cdn2.hubspot.net/hubfs/2042132/merkevare/fonts/myriad%20/MyriadProRegular.svg#MyriadProRegular') format('svg');
}






* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; list-style:none; outline:0; }
body { margin:0; padding:0; font-family: 'Roboto', serif !important;font-size:12px; line-height:30px; color:#000000; background:#fff; overflow-x:hidden; letter-spacing:.5px; }
.row-fluid .wrapper { margin:0 auto !important; width:1170px !important; float:none !important; }
img { border:0; }
hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }
.clear { clear:both }
h1 { font-size:49px; margin:0; line-height:normal; clear:both; }
h2 { font-size:44px; margin:0; line-height:normal; clear:both; }
h3 { font-size:32px; margin:0; line-height:normal; clear:both; }
h4 { font-size:30px; margin:0; line-height:normal; clear:both; margin-bottom:15px;  font-weight:400; }

.blog-form #comments-listing { float:left; width:100%;  background:#ebebeb; }

.blog-form #comments-listing .comment { float:right; width:auto; background:#fff; padding:20px !important; position:relative; }
.blog-form #comments-listing .comment:after { width: 0; height: 0; border-left: 20px solid transparent;border-right: 20px solid transparent; border-top: 20px solid #fff; position:absolute; right:20px; top:100%; content:''; }
.blog-form #comments-listing .comment.depth-1:after { left:20px; right:auto; }
.blog-form #comments-listing .comment.depth-1 { float:left; width:auto; margin-top:20px; }
.blog-form #comment-form .hs-common-confirm-message { font-size:0 !important; }
.blog-form .new-comments { margin:20px 0 40px; }
.blog-form .comment-reply-to { float:right; width:auto }
.comment-from h4  { padding:0; font-size:18px; color:#558f76; line-height:normal;  }
.comment-from h4 a { color:#558f76; }
.comment-from, .comment-date { display: inline-block; line-height: normal; float: none; vertical-align: middle; font-size:18px; color:#558f76; margin-right:10px; position: relative;  top: -6px; }



form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; }


form .form-columns-1 .input , form .form-columns-2 .input  { margin-right:0 !important; }


form .form-columns-1 .input textarea , form .form-columns-1 .input input , form .form-columns-1 .input select  { width:100% !important; }


form .form-columns-2 { width:100%; }

form .form-columns-2 .input input { width:100% !important; }


form .form-columns-2 .hs-form-field:first-child { padding-right:10px; padding-left:0;  }


form .form-columns-2 .hs-form-field:last-child { padding-left:10px; padding-right:0; }


form .form-columns-2 .hs-form-field { width: 50% !important; }
form .form-columns-1 .hs-form-field { padding-right:0 !important; }
form .hs_recaptcha { float:left; width:100%; }

form .input input.error { background:#ffcccc; }  
form .hs-form-required , form .hs-error-msgs  { display:none !important; }

.row-fluid .btn-effect a {  z-index: 5; overflow: hidden; position: relative; display: inline-block; }
.row-fluid .btn-effect a:after { content: ''; width: 0; transition: all .5s; height: 100%; top: 0; left: 0; background-color: #021222; position:absolute; z-index:-1; }
.row-fluid .btn-effect a:hover:after { width:120%; }

a { text-decoration:none; outline:none; -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;
}
#comment-form { width:93%; }
#comment-form form { padding-top:40px; float:left; width:100%; }
#comment-form form > div { margin:15px 0; }
#comment-form form input[type="text"], #comment-form form input[type="email"], textarea { border:1px solid #c7c7c7; height:38px; height:40px; }
textarea { border:1px solid #c7c7c7; }

.row-fluid  a.cta_button {  z-index: 5; overflow: hidden; position: relative; transition: all 1s ease-in-out;font-family: 'Roboto', serif !important; text-align:center; display: inline-block; border:1px solid #A5113F; background:#A5113F; color:#fff; min-width:200px; font-size:12px; min-height:47px; 
     line-height: 47px; text-transform:uppercase; }
.row-fluid  a.cta_button:hover {  color:#fff; border-color:#000; box-shadow: 0 3px 43px rgba(165, 17, 63, 0.4); }
.row-fluid  a.cta_button:after { content: ''; width: 0; transition: all 1s;
height: 100%; top: 0; left: 0; background-color: #000; position:absolute; z-index:-1; }
.row-fluid  a.cta_button:hover:after { width:120%; }

.row-fluid .left-auto { float:left; width:auto; margin:0; }
.row-fluid .right-auto { float:right; width:auto; margin:0; } 
.row-fluid .right-auto i {   font-size:175px; color:#A5113F; margin-top: 50px; } 
.row-fluid .main-css { float:left; width:100%;  } 
.row-fluid .main-css.core-values-icon { font-size:30px; }


input[type="text"], input[type="email"], input[type="tel"], textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type="text"], .hs-blog-post input[type="email"], .hs-blog-post textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type=submit] { background:#86bd3b; color:#fff; padding: 8px 16px; margin:20px 0; }
/* http://ianlunn.github.io/Hover/ */


input, button, textarea { border:none; outline:none; }
input[type=submit], button { cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/47398/paradise/image/blank-img.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
input[type="submit"]:hover { color:#fff; background:#1996ff; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link, .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }
.row-fluid [class*="span"] {
min-height:0;
}
.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; z-index:0; }
.row-fluid .bg-img { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px; }
.row-fluid .slick-slider1 button { position:absolute; top:50%; height:20px; width:20px; z-index:1; font-size:0; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .slick-slider1 .slick-prev { left:0px; background:url('//cdn2.hubspot.net/hubfs/2104682/JTurner-2016/Image/slick-left.png') center no-repeat; }
.row-fluid .slick-slider1 .slick-next { right:0px; background:url('//cdn2.hubspot.net/hubfs/2104682/JTurner-2016/Image/slick-right.png') center no-repeat; }

.row-fluid .classic-effect { width:auto; margin:0; float:none; display:inline-block;  }
.row-fluid .classic-effect a { overflow:hidden; position:relative; margin: 0; padding: 10px 20px; background: #f7b515; font-weight: 600; width:auto; display: inline-block; border-radius: 5px; color: #fff !important; font-size: 14px; line-height: 22px; }
.row-fluid  .classic-effect a:before { background: rgba(255,255,255,0.4); content: ''; width: 63%; height: 300%; position: absolute; top: -150px; transform: skew(-60deg);  -webkit-transform: skew(-60deg); transition: all ease .8s; -webkit-transition: all ease .8s;  }
.row-fluid  .classic-effect a:hover:before { left:0; top:30px; }
.row-fluid .txt-center { text-align:center; }

.row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul { background:#252525; top:60px; padding:15px 20px 20px; width:; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul li a { padding:10px 15px; display:inline-block; color:#fff; }

/*************header*************/

.row-fluid .mainmenu .hs-menu-wrapper  ul  li a { color:#212121; text-transform:uppercase; font-family: 'Roboto', sans-serif; }
.row-fluid .mainmenu .hs-menu-wrapper  ul  li a:hover { color:#A5113F; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding: 18px 18px; }
.row-fluid .top-right { padding-top: 14px; }
.row-fluid .left-auto.mainmenu { margin-right:29px; }
.row-fluid .header-main { position:fixed; top:0; left:0; z-index:99999; padding:25px 0; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; }
.row-fluid .header-main.fixed { background:#fff; padding:10px 0; }


  
/*************contener***********/

.row-fluid .hero-section { position:relative; height:645px; font-size:18px; line-height:28px; color:#000000; background-color: #000; background-blend-mode: luminosity;  }
.row-fluid .transparent a.cta_button { background:transparent; }
.row-fluid .black.cta-border  a.cta_button { color:#000; border-color:#000; }
.row-fluid .black.cta-border  a.cta_button:hover { color:#fff; }

.row-fluid .hero-section:after { position:absolute; content:''; left:0; top:0; height:100%; z-index:-1;  width:100%; background:url(https://cdn2.hubspot.net/hubfs/2042132/Valen-Utvik_2018/Images/Header%20Overlay.png); background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .h-v-50 { position:absolute; top:55%; left:50%; -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); width:auto; }


.row-fluid .hero-section h2 { font-size:18px; color:#000000; float:left; width:100%; text-transform:uppercase; font-weight:400; margin-bottom:20px; }
.row-fluid .hero-section h4 { font-size:34px; color:#000000; float:left; width:100%; font-weight:400;  margin-bottom:10px; }

.row-fluid .hvem-custom span > div.hs_cos_wrapper  { float:left; width:46%;  margin-right:8%; margin-bottom:30px; }
.row-fluid .hvem-custom span > div.hs_cos_wrapper:nth-child(2n) { margin-right:0; }




/*************inner page*********/ 

.row-fluid .red-background { background:#A5113F; color:#fff; font-size:18px; line-height:24px; font-family: 'Roboto', serif !important; }
.row-fluid .cta-border a.cta_button { border:1px solid #fff; }
.row-fluid .pt-100 { padding-top:93px; }
.row-fluid .pt-70 { padding-top:70px; }
.row-fluid .pb-70 { padding-bottom:70px; }
.row-fluid .pb-100 { padding-bottom:100px; }
.row-fluid .red-background  a.cta_button { margin-top:20px; }

.row-fluid .white-background { background:#ffffff; color:#A5113F; font-size:14px; line-height:24px; font-family: 'Roboto', serif !important; }

.row-fluid .hvem-img { height:415px; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; }
    
.row-fluid .hvem-custom span > div.hs_cos_wrapper:hover .hvem-img {  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }    
    
.row-fluid .hvem-title { border-bottom:2px solid #A5113F; padding: 50px 0 12px; margin-bottom:20px; }
.row-fluid .hvem-main a.cta_button { margin-top:40px; min-width:255px; }
.row-fluid .hvem-main h4 { margin-bottom:65px; }
.row-fluid .hvem-main .txt { line-height:24px; font-family: 'Roboto', serif !important; }
.row-fluid .hvem-main .position { font-size:16px; color:#A6A6A6; }

.row-fluid .gray-background { background:#F6F6F6; }
.row-fluid .core-values-custom span > div.hs_cos_wrapper  { float:left; width:30%;  margin-right:50px; margin-bottom:30px; padding:30px 25px; } 
.row-fluid .core-values-custom span > div.hs_cos_wrapper:nth-child(3n) { margin-right:0; } 
.row-fluid .core-values-custom span > div.hs_cos_wrapper h5 { font-size:20px; color:#000000;margin: 27px 0; line-height:normal;  word-wrap: break-word;}
.row-fluid .core-values-custom .values-txt { font-family: 'Roboto', sans-serif; font-weight:300; }
.row-fluid .core-values-custom .values-link { display:inline-block; margin-top:15px; color:#A5113F; }

.row-fluid .media-img { height:277px; }
.row-fluid .media-content { background:#fff; padding: 12px 30px 30px 30px; }
.row-fluid .media-section { box-shadow: 0 3px 43px rgba(49, 67, 78, 0.2); }
.row-fluid .media-section h4 { font-size:20px; line-height:24px; color:#000000; margin:20px 0 16px; }  
.row-fluid .media-section h4 a { color:#000000;  }
.row-fluid .media-content .more-link { text-decoration:underline; color:#A51140; text-transform:uppercase; margin-top:51px; }

.row-fluid .media-custom { margin-top:125px; } 
.row-fluid .media-custom span > div.hs_cos_wrapper  { float:left;  width: 31.62%;  margin-right:30px; margin-bottom:30px;  } 
.row-fluid .media-custom span > div.hs_cos_wrapper:nth-child(3n) { margin-right:0; } 
.row-fluid .media-main .widget-type-header h4 { margin-bottom:26px; }

.row-fluid .logo-slider { margin-top:110px; }
.row-fluid .logo-slider .slick-slide { text-align:center; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .logo-slider .slick-slide img { display:inline-block; }


.row-fluid .form-section { background:#F6F6F6; text-align:center; }
.row-fluid .form-section h4 { float:none; display:inline-block; border-bottom: 2px solid #A5113F; padding: 0 0px 0px !important; margin-bottom: 55px; }
.row-fluid .form-section form { float:left; width:768px; float:none; display:inline-block; text-align:left; margin-top:6px; }
.row-fluid .form-section form .hs-form-field > label { float:left; width:100%; margin-bottom:10px; color:#212121; }  
.row-fluid .form-section form .hs-form-field .input input , .row-fluid .form-section form .hs-form-field .input textarea { border:0; height:50px; padding:10px 30px; font-size:16px; color:#B9B9B9; font-family: 'Roboto', sans-serif; font-style:italic; }
.row-fluid .form-section form .hs-form-field .input textarea { height:100px; }
.row-fluid .form-section form > div { float:left; width:100%; margin-top:30px; }   
.row-fluid .form-section form .hs_submit input {  float:right; width:155px; height:50px;  line-height:50px; margin-top:10px; color:#fff;  background:#A5113F url(https://cdn2.hubspot.net/hubfs/2042132/blank.png); text-transform:uppercase;font-family: 'Roboto', serif !important;-webkit-appearance: none;
border-radius: 0; }  
.row-fluid .form-section form .hs_submit input:hover , .row-fluid .subscribe-main form .hs_submit input:hover { box-shadow: 0 3px 43px rgba(165, 17, 63, 0.4); }  
  

.row-fluid .form-section-white { background:#FFFFFF; text-align:center; }
.row-fluid .form-section-white h4 { float:none; display:inline-block; border-bottom: 2px solid #A5113F; padding: 0 0px 0px !important; margin-bottom: 55px; }
.row-fluid .form-section-white form { float:left; width:768px; float:none; display:inline-block; text-align:left; margin-top:6px; max-width:100%; }
.row-fluid .form-section-white form .hs-form-field > label { float:left; width:100%; margin-bottom:10px; color:#212121; }  
.row-fluid .form-section-white form .hs-form-field .input input , .row-fluid .form-section form .hs-form-field .input textarea { border:0; height:50px; padding:10px 30px; font-size:16px; color:#B9B9B9; font-family: 'Roboto', sans-serif; font-style:italic; }

.row-fluid .form-section-white form .hs-form-field .input textarea { height:100px; }
.row-fluid .form-section-white  form > div { float:left; width:100%; margin-top:30px; }   
.row-fluid .form-section-white  form .hs_submit input {  float:center; width:155px; height:50px;  line-height:50px; margin-top:10px; color:#FFFFFF;  background:#A5113F url(https://cdn2.hubspot.net/hubfs/2042132/blank.png); text-transform:uppercase;font-family: 'Roboto', serif !important;-webkit-appearance: none;
border-radius: 0; border: #f6f6f6 solid 1px;  }  
.row-fluid .form-section form .hs_submit input:hover , .row-fluid .subscribe-main form .hs_submit input:hover { box-shadow: 0 3px 43px rgba(165, 17, 63, 0.4); } 


.row-fluid .media-custom.story-custom { margin-top: 35px; }   
.row-fluid .service-banner .wrapper { padding-top:268px; }  
.row-fluid .changet-section { height:300px; margin:100px 0 15px; }
.row-fluid .changet-section .left { float:none; display:inline-block; width:40%; vertical-align:middle; }
.row-fluid .changet-section .right { float:none; display:inline-block; width:50%; vertical-align:middle; }
.row-fluid .changet-section .left , .row-fluid .changet-section .right { position:relative; margin-top:-45px; }  
.row-fluid .changet-section h4 { margin:0; border-top:1px solid #BC4D6F; padding-top:25px; margin-top:25px; font-size:24px; }   
.row-fluid .changet-section .right {  margin-top:-55px; font-size:18px; line-height:30px; }   
  
  
.row-fluid .leverer-custom span > div.hs_cos_wrapper  { float:left; width:50%;  padding: 0 90px; margin: 35px 0 0 0; }  
.row-fluid .leverer-custom h5 { font-size:20px; color:#000000; font-weight:400; margin-bottom: 15px; position:relative; } 
.row-fluid .leverer-custom h5:after { position:absolute; left:-35px; top:0; content:''; background:url(https://cdn2.hubspot.net/hubfs/2042132/Valen-Utvik_2018/Images/right-aero.png); background-repeat:no-repeat; height: 20px; width: 20px; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; } 

.row-fluid .leverer-custom span > div.hs_cos_wrapper:hover h5:after { left: -32px; }

.row-fluid .home-banner { margin-top:53px; }  
.row-fluid .home-banner .widget-type-cta { float:none; display:inline-block; margin:0 13px; width:auto; }   
.row-fluid .home-corevalue .core-values-custom span > div.hs_cos_wrapper {  width: 21.79%; margin-right: 50px !important; }  
.row-fluid .home-corevalue .core-values-custom span > div.hs_cos_wrapper:nth-child(4n) { margin-right:0 !important; }
.row-fluid .home-corevalue h4 { padding-bottom:57px; }   
.row-fluid .home-corevalue .core-values-custom .values-link { text-decoration:underline; margin-top:20px; } 


.row-fluid .form-section form .hs-form-field .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #B9B9B9;
}
.row-fluid .form-section form .hs-form-field .input input::-moz-placeholder { /* Firefox 19+ */
      color: #B9B9B9;
}
.row-fluid .form-section form .hs-form-field .input input:-ms-input-placeholder { /* IE 10+ */
      color: #B9B9B9;
}
.row-fluid .form-section form .hs-form-field .input input:-moz-placeholder { /* Firefox 18- */
      color: #B9B9B9;
}


.row-fluid .subscribe-main h3 { font-size:36px; color:#212121; padding:70px 0 42px; } 
.row-fluid .subscribe-main h3.form-title  { padding:0; } 
.row-fluid .subscribe-main form {
    width: 547px;
    float: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}
.row-fluid .subscribe-main form .hs_email {
    width: 67%;
    order: 1;
}
.row-fluid .subscribe-main form .legal-consent-container {
    order: 3;
}
.row-fluid .subscribe-main form .hs_email input { height:43px; border:0; padding:0 25px; font-size:16px; font-style:italic; color:#616161; font-family: 'Roboto', sans-serif; }
.row-fluid .subscribe-main form .hs_submit {
    width: 30%;
    order: 2;
}
.row-fluid .subscribe-main form .hs_submit input { width:200px; height:43px; line-height:43px; background:#A5113F; display:inline-block; color:#fff; } 

.row-fluid .events-custom { font-size:14px; line-height:22px; }
.row-fluid .events-custom h5 { font-size:12px; color:#D5A4AE; text-transform:uppercase; }
.row-fluid .events-custom h4 { padding-top:4px; margin-bottom:20px; }

.row-fluid .events-custom span > div.hs_cos_wrapper { float:left; width:100%; border-bottom:1px solid #B74165; padding-bottom:28px; margin-bottom:10px; }
.row-fluid .events-custom span > div.hs_cos_wrapper:last-child { border-bottom:0; padding-bottom:0;  }
.row-fluid .event-main .wrapper { padding: 0 175px; }

.row-fluid .home-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper , .row-fluid .home-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text { width:100%; }
.row-fluid .home-rss .hs-rss-description p { margin:0; }



  
/*************footer*************/


.row-fluid .footer-main { background:#212121; color:#fff; font-size:12px; line-height:24px;     font-family: 'Roboto', sans-serif; }
.row-fluid .footer-title  { font-size:16px; text-transform:uppercase;  font-family: 'Roboto', sans-serif; font-weight:300; margin-bottom:10px; }
.row-fluid .footer-logo { margin-bottom:55px; }
.row-fluid .footer-main a { color:#fff; }
.row-fluid .footer-main a:hover { color:#A5113F; }
.row-fluid .footer-main ul { float:left; width:100%; padding:0;  margin: 14px 0 0 0; }
.row-fluid .footer-main ul li { float:left; width:100%; }
.row-fluid .footer-main ul li a { padding:0; float:left; width:auto; }
.row-fluid .footer-main ul li a .fa { margin-right:5px;  width: 12px; text-align: center; }
.row-fluid .footer-social ul li a:hover .fa-facebook { color:#3b5998; }
.row-fluid .footer-social ul li a:hover .fa-linkedin { color:#007bb5; }
.row-fluid .footer-social ul li a:hover .fa-instagram { color:#e4405f; }





/*=============  Resource page  =================*/


.row-fluid .tip-section { width:100%; float:left;  text-align:center; padding:100px 0; }
.row-fluid .tip-section h4 {margin-bottom:45px; }
.row-fluid .tip-box { }
.row-fluid .tip-box > span > div {  width: 50%;    float: left;    padding: 45px 30px; }
.row-fluid .tip-part {width: 100%;    float: left; text-align:left;   font-family: 'Roboto', sans-serif;}
.row-fluid .tip-img {    width: 35%;float: left;}
.row-fluid .tip-text {    width: 65%;    float: left;}
.row-fluid .tip-text h4 {    font-size: 20px;}
.row-fluid .tip-text p {}
.row-fluid .tip-text a {    text-transform: uppercase;  border:1px solid transparent;   padding: 16px 55px;    margin-top: 40px;    background: #A5113F;    color: #fff;    box-shadow: 0 14px 37px 5px rgba(165,17,63,0.2);    float: left;}


.row-fluid .podcast-section { width:100%; float:center;  text-align:center; padding:50px 0;     background: #F6F6F6;}
.row-fluid .podcast-section h4 { margin-bottom:60px; }

.row-fluid .list-section { width:100%; float:center;  text-align:center; padding:50px 0;     background: #FFF;}
.row-fluid .list-section h4 { margin-bottom:60px; }

.row-fluid .podcast-part { width:100%; float:center; padding:30px; margin:0; }


.row-fluid .presentation-section {width:100%; float:left;  text-align:center; padding:70px 0;   background: #A5113F; }
.row-fluid .presentation-section h4 { color:#fff; margin-bottom:45px;}
.row-fluid .prec-box {}
.row-fluid .prec-box .tip-text a { border-color:#fff; }
.row-fluid .prec-box .tip-text a:hover { background:#fff; color:#A5113F; }
.row-fluid .prec-box .tip-text, .row-fluid .prec-box .tip-text h4 { color:#fff; }


/*.rsrc .row-fluid .hero-section h4 { font-size:24px; text-transform:uppercase; }*/
.rsrc .row-fluid .form-section-white{background: #F6F6F6;}

.rsrc .row-fluid .hs-submit .actions { text-align:right; }
.rsrc .row-fluid .hs-submit .actions .hs-button{ box-shadow: 0 14px 37px 5px rgba(165,17,63,0.2); }

.row-fluid .banner-icon-right.service-banner-book {top:0; width: initial; float: none; text-align: center;}


@media (min-width: 992px) { 
    
 .row-fluid .service-banner-book { position:relative; top:-40px; } 
 .row-fluid .hvo-section { padding:0 150px; }
 .row-fluid .hero-section.home-hero { height:788px; }
 
 .row-fluid .hero-section.about-banner { height:auto; }
 .row-fluid .hero-section.about-banner .h-v-50 { top: auto;     padding: 305px 0 190px; left: auto; position: relative; -moz-transform: translateX(0px) translateY(0px); -webkit-transform: translateX(0px) translateY(0px);
-o-transform: translateX(0px) translateY(0px);
-ms-transform: translateX(0px) translateY(0px);
transform: translateX(0px) translateY(0px); }

.row-fluid .hero-section.success-banner {  height: 644px; }
.row-fluid .hero-section h4 { padding-bottom:23px; }
.row-fluid .pb-70.media-main { padding-bottom:62px; }
.row-fluid .pt-100.media-main { padding-top:110px; }  
.row-fluid .pt-100.form-section { padding-top:36px; }  
.row-fluid .pb-100.form-section { padding-bottom:93px; } 
.row-fluid .footer-main.pt-70 { padding-top:76px; }
.row-fluid .hero-section.subpage-banner {  height: 450px; }
  
.row-fluid .page-hero-section.success-banner {  height: 344px; }
  
 

}


@media (min-width: 992px) and (max-width: 1240px) {

 .row-fluid .wrapper { width:962px !important; }
 .row-fluid .core-values-custom span > div.hs_cos_wrapper { margin-right: 48px; }
 .row-fluid .media-custom span > div.hs_cos_wrapper { margin-right: 24px; margin-bottom: 24px; }
 .row-fluid .media-img { height: 237px; } 
 .row-fluid .changet-section .left, .row-fluid .changet-section .right { margin-top: -32px; } 
 
 .row-fluid .h-v-50 { width:80%; } 
 .row-fluid .home-corevalue .core-values-custom span > div.hs_cos_wrapper { margin-right: 41px !important; } 
 .row-fluid .event-main .wrapper { padding: 0 85px; }   

}

@media (min-width: 768px){
  .mainmenu .hs-menu-flow-horizontal {display:block !important}
}
@media (min-width: 768px) and (max-width: 991px) {

  h4 { margin-bottom: 15px; }
 .row-fluid .wrapper { width:738px !important; } 
 .row-fluid .top-right a.cta_button { min-width: 100px; }
 .row-fluid .left-auto.mainmenu { margin-right: 0px; }
 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding: 18px 17px; }
 .row-fluid .h-v-50 { width:80%; }
 .row-fluid .hero-section { height: 500px; }  
 .row-fluid .hero-section h4 { margin-bottom: 15px; }  
 .row-fluid .pt-100 { padding-top: 50px; }
 .row-fluid .hvem-main a.cta_button { margin-top: 40px; }
 .row-fluid .pb-100 { padding-bottom: 50px; } 
 .row-fluid .hvem-img { height: 255px; }  
 .row-fluid .core-values-custom span > div.hs_cos_wrapper { margin-right: 36px; }
 .row-fluid .core-values.pb-70 { padding-bottom:10px; }  
 .row-fluid .media-custom { margin-top: 50px; } 
 .row-fluid .media-custom span > div.hs_cos_wrapper { margin-right: 18px; margin-bottom: 18px; }
 .row-fluid .media-img { height: 200px; } 
 .row-fluid .media-content { padding: 1px 20px 24px 22px; }
 .row-fluid .media-content .more-link { margin-top: 25px; } 
 .row-fluid .form-section form { width:80%; } 
 .row-fluid .footer-logo { margin-bottom: 25px; }
 .row-fluid .service-banner .left { width:55%; } 
 .row-fluid .service-banner-book { position: relative; top: -40px; }
 .row-fluid .leverer-custom span > div.hs_cos_wrapper { padding: 0 70px; } 
 .row-fluid .changet-section { margin: 40px 0 5px; height: 260px; } 
 .row-fluid .changet-section .right  { font-size: 16px; line-height: 24px; }
 .row-fluid .changet-section .left { width: 50%; }   
 .row-fluid .changet-section .right { width: 45%; }  
 .row-fluid .changet-section h4 { padding-top: 15px; margin-top: 15px; }  
 
 .row-fluid .home-corevalue .core-values-custom span > div.hs_cos_wrapper { width: 27.79%; margin-right: -28px !important; } 
 .row-fluid .subscribe-main h3 { font-size: 28px; }  
 .row-fluid .core-values.pb-70.subscribe-main { padding-bottom:50px; }
 .row-fluid .event-main .wrapper { padding: 0 45px; }  
 .row-fluid .subscribe-main form { width: 490px; }
 .row-fluid .subscribe-main form .hs_submit input { width: 100%; }
 .row-fluid .hero-section h4 { font-size: 26px; }  
 .row-fluid .service-banner .wrapper { padding-top: 198px; }
 
}

@media (max-width: 991px) {
  .top-logo{max-width:60px}
  .row-fluid .top-right { padding-top: 0; }
}

 @media (min-width: 30px) and (max-width: 767px) {

 h4 { margin-bottom:10px; }
 .row-fluid .wrapper { width:100% !important; padding:0 15px; } 

 form .form-columns-2 .hs-form-field { margin:10px 0 0 0 !important; width:100% !important; padding:0 !important;  }
 .row-fluid .mainmenu .hs-menu-wrapper  ul  li { padding-left:0; padding-right:0; }
 .row-fluid .mainmenu .hs-menu-wrapper  ul  li a { padding:3px 40px 3px 20px; font-size:14px; }
 .row-fluid .media-custom span > div.hs_cos_wrapper  { width:100%; margin:10px 0 !important; padding:0; }
 .row-fluid .core-values-custom span > div.hs_cos_wrapper { width:100%; margin:40px 0 !important; padding:0; }  
 .row-fluid .media-img { height: 200px; } 
 .row-fluid .media-content { padding: 1px 20px 30px 22px; text-align:center; }  
 .row-fluid .media-content .more-link { margin-top: 25px; } 
 .row-fluid .form-section form { width:80%; } 
 .row-fluid .footer-logo { margin-bottom: 25px; }
 .row-fluid .core-values.pb-70 { padding-bottom:10px; }  
 .row-fluid .media-custom { margin-top: 20px; }  
  .row-fluid .hero-section { height: auto; padding:160px 0 40px; }  
 .row-fluid .hero-section h4 { margin-bottom: 15px; } 
 .row-fluid .h-v-50 { top:auto; left:auto; position:relative; -moz-transform: translateX(0%) translateY(0%); padding:0 20px;
-webkit-transform: translateX(0%) translateY(0%);
-o-transform: translateX(0%) translateY(0%);
-ms-transform: translateX(0%) translateY(0%);
transform: translateX(0%) translateY(0%); width:100%; }

 .row-fluid .top-right .right-auto { display:none; } 
 .row-fluid .mainmenu .hs-menu-wrapper ul li a , .row-fluid .mainmenu .hs-menu-wrapper ul li a:hover { color:#fff; }    
 .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:12px; } 
 .row-fluid .pb-70 { padding-bottom: 40px; }
 .row-fluid .pt-100 { padding-top: 40px; }
 .row-fluid .red-background { text-align: center; } 
 .row-fluid .hvem-main h4 { margin-bottom: 50px;  }
 .row-fluid .hvem-custom span > div.hs_cos_wrapper { width:100%; margin:10px 0 !important; }
 .row-fluid .hvem-img { height: 270px; }  
 .row-fluid .hvem-main .txt { text-align:center; } 
 .row-fluid .hvem-main a.cta_button { margin-top: 30px; }
 .row-fluid .pb-100 { padding-bottom: 50px; }
 .row-fluid .core-values-custom  { text-align:center; }
 .row-fluid .media-content .more-link { float:none; display:inline-block; margin-top: 15px; }
 .row-fluid .logo-slider { margin-top: 30px; }
 .row-fluid .form-section h4 { padding: 0 60px 20px; }
 .row-fluid .form-section form .hs_submit input { float:none; display:inline-block; }
 .row-fluid .form-section form .hs_submit { text-align:center; } 
 .row-fluid .footer-title { margin:40px 0 2px; }
 .fixed a.mobile-trigger { top: 21px; }  
 .fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { top:99px; } 
 .row-fluid .mainmenu .hs-menu-wrapper ul li a:hover { background:#000; } 
 .row-fluid .media-content .height0 , .row-fluid .media-content .height1 ,  .row-fluid .core-values-custom .height0 , .row-fluid .core-values-custom .height1 ,  .row-fluid .core-values-custom .height2 { height:auto !important; }
 .row-fluid .media-custom.story-custom { margin-top:10px; }  
 .row-fluid .story-custom .media-content { padding-top:15px; } 
 
 .row-fluid .service-banner .wrapper { padding-top: 30px; text-align:center; } 
 .row-fluid .right-auto.service-banner-book { float:none; display:inline-block; margin-top:30px; } 
 .row-fluid .leverer-custom span > div.hs_cos_wrapper { width:100%;  padding: 0 0 0 45px; margin: 10px 0 0 0; } 
 .row-fluid .changet-section { height:auto; margin:20px 0 10px; padding:50px 0; }  
 .row-fluid .changet-section .right { margin-top: 0; font-size: 16px; line-height: 20px; }   
 .row-fluid .changet-section .left, .row-fluid .changet-section .right { margin-top: 0; width:100%; float:left; text-align:center; }
 .row-fluid .media-main { text-align:center; } 
 .row-fluid .home-banner .widget-type-cta { margin: 5px 13px; } 
 .row-fluid .home-banner { margin-top: 33px; }  
 .row-fluid .home-corevalue h4  { padding-bottom:30px; }  
 .row-fluid .home-corevalue .core-values-custom span > div.hs_cos_wrapper { width:100%; margin:30px 0 !important; } 
 .row-fluid .subscribe-main h3  { padding: 40px 0 30px; font-size: 30px; } 
 .row-fluid .subscribe-main form { width:100%; }
 .row-fluid .subscribe-main form .hs_submit input { width:150px; }
 .row-fluid .subscribe-main form .hs_submit , .row-fluid .subscribe-main form .hs_email { width:100%; text-align:center; margin:5px 0; }  
 
 .row-fluid .core-values.pb-70.subscribe-main { padding-bottom:40px; } 
 .row-fluid .event-main .wrapper { padding: 0 20px; } 
 .row-fluid .hero-section h4 { font-size: 28px; }
 .row-fluid .hero-section h4 br { display:none; }
 .row-fluid .form-section h4 , h4 { font-size: 30px; }  
 .row-fluid .hero-section.service-banner { padding-bottom:0; }
 .row-fluid .header-main { padding:10px 0; }
 
body .row-fluid .hero-section.service-banner.service-hero{padding-bottom:50px;}
 
/*==============  Resopurce page   ================*/
    .row-fluid .tip-box > span > div { width:50%; padding:30px 15px; }
    .row-fluid .tip-text, .row-fluid .tip-img { width:100%; text-align:center; }
    .row-fluid .tip-text h4 { margin: 25px 0 0 0;}
    .row-fluid .tip-text a { margin-top:10px; float:none; display:inline-block; }
    .row-fluid .podcast-part { width:100%; padding:20px 0; }
    .row-fluid .tip-section { padding:60px 0; }

}

a.mobile-trigger i {margin-top:0 !important;}

 @media (max-width: 500px) {
     .row-fluid .tip-box > span > div { width:100%; padding:30px 0px; }
 }

 @media (min-width: 768px) {


 a.mobile-trigger, a.child-triggerm { display: none !important; /* Hide button on Desktop */ }
.row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul { right:0; left:auto; }
  
.row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul > li > ul { right:100%; left:auto !important; }


}
 @media (max-width: 767px) { 
     /*========================================================================== */ 
   /* Set Mobile Menu Background Color */ 
      /* Set Link Color */ 
 /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu * {
 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;
}


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

  a.mobile-trigger {
 display: inline-block !important; /* Hide button on Desktop */ 
 cursor: pointer; /* Mouse pointer type on hover */
 position: absolute; /*******************************************/
 top: 21px;          /* Position Button at top right of screen  */
 right: 15px;        /*******************************************/
 width: 37px; /* Button width */
 height: 34px; /* Button height */
 padding: 6px 4px 8px 8px;
 background:#A5113F; /*#455560*/ /* Background color */
 z-index: 99999999999; /* Z-index to keep button on top of other layers */
 -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
 font-size: 16px;
 font-weight: normal;
 text-align: left;
 text-transform: uppercase;
 border-radius: 6px;
 -webkit-transition:color .2s ease-in;
 -moz-transition:color .2s ease-in;
 transition:color .2s ease-in;
}
 a.mobile-trigger:hover {
 text-decoration: none; /* Removes link text underline on button */
 color: #fff;
}
 a.mobile-trigger span {
 display: inline;
}
 a.mobile-trigger span:before {
 position: absolute;
 content: 'Menu'; /* Change the text on the closed toggle button */
}
 a.mobile-trigger span:after {
 position: relative;
 right: 2px;
 content: 'Close'; /* Change the text on the open toggle button */
 background-color: #455560;
 opacity: 0;
 transition: opacity .4s ease-in-out;
 -moz-transition: opacity .4s ease-in-out;
 -webkit-transition: opacity .4s ease-in-out;
}

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger {
 -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
 -moz-transition:background-color 0.2s linear; /* Button color transition effect */
 transition:background-color 0.2s linear; /* Button color transition effect */ 
 
}
 .mobile-open a.mobile-trigger span:after {
 opacity: 1;
}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
 display: inline;
 position: relative;
 top: -2px;
 margin-left: 0;
 -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s;
 -moz-transition-duration: 0s;
 -moz-transition-delay: .2s;
 transition-duration: 0s;
 transition-delay: .2s;
}
 a.mobile-trigger i:before, a.mobile-trigger i:after {
 position: absolute;
 content: '';
}
 a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after {
 width: 22px; /* Icon line width */
 height: 3px; /* Icon line height */
 background-color:#fff;
 display: inline-block;
}
 a.mobile-trigger i:before {
 margin-top: -6px; /* Position top line */
 -webkit-transition-property: margin, -webkit-transform;
 -webkit-transition-duration: .2s;
 -webkit-transition-delay: .2s, 0;
}
 a.mobile-trigger i:after { 
 margin-top: 6px; /* Position bottom line */
 -webkit-transition-property: margin, -webkit-transform;
 -webkit-transition-duration: .2s;
 -webkit-transition-delay: .2s, 0;
}
 .mobile-open a.mobile-trigger i {
 background-color: rgba(0, 0, 0, 0.0);
 -webkit-transition-delay: .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:before {
 margin-top: 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:after {
 margin-top: 0;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}

  /* Child Toggle Button
     ========================================================================== */

  a.child-triggerm {
 display: block !important; /* Hide button on Desktop */
 cursor: pointer; /* Mouse pointer type on hover */
 position: absolute;
 top: 0px;
 right: 0px;
 width: 45px !important; /* Button width */
 min-width: 45px !important;
 height: 45px !important; /* Button height */
 padding: 0 !important;
 border-left: 1px dotted rgba(255, 255, 255, .20);
}
 a.child-triggerm:hover {
 text-decoration: none;
}


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
 position: relative;
 top: 50%; /* Centers icon inside button */
 margin: 0 auto !important;
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm span:after {
 position: absolute;
 content: '';
}
 a.child-triggerm span, a.child-triggerm span:after {
 width: 10px; /* Icon line width */
 height: 1px; /* Icon line height */
 background-color:#fff;
 display: block;
}
 .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after {
background-color: #fff;
}
 a.child-triggerm span:after {
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm.child-open span:after {
 -webkit-transform: rotate(-180deg);
 -ms-transform: rotate(-180deg);
 transform: rotate(-180deg);
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm.child-open span {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal {
 position: absolute; /**************************************************************/
 top: 80px;             /* Positions the menu to drop from the very top of the screen */
 right: calc(100% + 5px);          /**************************************************************/
 width: 100%;
 -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 transition:all 700ms ease-in-out;
 
display:block !important;
}

.mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { 
    right:0;
    
}
 .mainmenu .hs-menu-flow-horizontal {
 padding: 0px 0 0 0; /* Padding to add room for close button */
 background-color:#A5113F; /*#455560;*/ /* Menu background color set off global mobile-menuColor variable */
 width: 100%; /* Full screen width */
 z-index: 8888;
}

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li {
 position: relative;
}
 .mainmenu .hs-menu-flow-horizontal > ul > li a {
 font-size: 15px; /* Font size of top level list items */
 line-height: 38px;
 overflow: visible;
}

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li {
 border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
}
 .mainmenu .hs-menu-flow-horizontal ul li {
 padding: 0 10px 0 0;
}
 .mainmenu .hs-menu-flow-horizontal ul li a:hover {
 color: { {
aColorHoverMobile
}
}; /* link hover color set by global mobile-aColorHover variable */
}

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li {
 background-color: rgba(255, 255, 255, .08);
}
 .mainmenu .hs-menu-flow-horizontal > 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 */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a {
 text-indent: 30px; /* Indent Child lists */
}
 .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a {
 text-indent: 50px; /* Indent Child lists */
}
}


  /* Font Awesome */

.a-file-alt {
	color: #d63053;
}

 p *, p, blockquote, .blog-pagination span, .news-letter-form form .actions input,
 .news-letter-form form .hs-form-field label, .search-part form input, .filter-part .widget-module select,
  .news-letter-form form .hs-form-field input, .news-letter-form form .hs-form-field textarea,
 h6.banner-tagg a, h6.banner-tagg a, h6.banner-tagg a, h6.banner-tagg a, h6.banner-tagg a, h6.banner-tagg a,
.section.post-body div,body
{font-family: 'Roboto', serif !important;}

 h1, h2, h3, h4, h5, h6,
 h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
 h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,.row-fluid .footer-title
{font-family: 'Playfair Display', serif !important;} 
