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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

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




@charset "UTF-8";
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }



/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

[v-cloak] {
  display: none !important; }

/**
 * selectize.css (v0.12.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }
.clearfix:after {
  clear: both; }

.content-centering {
  margin: 0 auto;
  max-width: 1024px; }

.no-width {
  width: auto !important; }

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff: 1rem = 10px */
  font-family: sans-serif; }

.ios body.ios-click {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

ul {
  padding: 0; }

a {
  text-decoration: none;
  outline: 0; }
  a:hover {
    text-decoration: underline; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'velux-social';
  src: url("https://inspiration.velux.co.uk/hubfs/font/velux-social/velux-social.eot?mihsp3");
  src: url("https://inspiration.velux.co.uk/hubfs/font/velux-social/velux-social.eot?mihsp3#iefix") format("embedded-opentype"), url("https://inspiration.velux.co.uk/hubfs/font/velux-social/velux-social.ttf?mihsp3") format("truetype"), url("https://inspiration.velux.co.uk/hubfs/font/velux-social/velux-social.woff?mihsp3") format("woff"), url("https://inspiration.velux.co.uk/hubfs/font/velux-social/velux-social.svg?mihsp3#velux-social") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'velux-social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pinterest:before {
  content: "\e908"; }

.icon-arrow:before {
  content: "\e907";
  color: #fff; }

.icon-burger:before {
  content: "\e901";
  color: #807b78; }


.icon-twitter:before {
  content: "\e905"; }

.icon-search:before {
  content: "\e900"; }

.icon-cross:before {
  content: "\e906"; }

.icon-fb:before {
  content: "\e902"; }

.icon-insta:before {
  content: "\e904"; }

.icon-mouse-pointer:before {
  content: "\e900"; }

.icon-pointer:before {
  content: "\e901"; }

.button:hover, .button:focus, .button:active {
  text-decoration: none; }

.toggle-button {
  display: inline-block;
  content: "\e901";
  font-family: 'velux-social';
  font-size: 65px;
  line-height: 85px;
  float: left;
  position: absolute;
  left: 0;
  text-decoration: none; }
  .toggle-button:hover {
    text-decoration: none; }
  @media screen and (min-width: 992px) {
    .toggle-button {
      display: none; } }
  .toggle-button:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: #000;
    opacity: 0;
    transition: opacity .3s; }
    .global-container--nav-open .toggle-button:after {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: .3;
      z-index: 3; }

.button-container {
  background-color: #807b78;
  border: none;
  color: white;
  padding: 5px 25px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer; }

.button-container:hover {
  background-color: #343434; }

.button-box {
  border: none;
  position: absolute;
  right: 0px;
  bottom: 10px;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; }
  .button-box.brown {
    background-image: url("https://3883683.fs1.hubspotusercontent-na1.net/hubfs/3883683/Blog/images/CTA%20Velux_Grey.svg"); }
  .button-box.pink {
    background-image: url("https://3883683.fs1.hubspotusercontent-na1.net/hubfs/3883683/Blog/images/CTA%20Velux_Rose.svg"); }
  .button-box.blue {
    background-image: url("https://3883683.fs1.hubspotusercontent-na1.net/hubfs/3883683/Blog/images/CTA%20Velux_bleu.svg"); }
  .button-box .icon-arrow {
    font-size: 21px;
    font-size: 2.1rem;
    margin-left: 3px; }
  @media screen and (min-width: 768px) {
    .button-box {
      position: relative;
      margin-top: 15px;
      float: right; } }
  @media screen and (min-width: 320px) {
  .button-box .icon-arrow {
    font-size: 21px;
    font-size: 2.1rem;
    margin: -3.5px; } }


.button-box:hover {
  background-color: #343434; }

body,
html {
  color: #343434; }
  body.has-active-overlay,
  html.has-active-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }

.text--error {
  color: red; }

.text--minor {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5; }

.field + .text--disclaimer {
  max-width: 500px;
  margin: 0 auto; }

.card--chapter--search-flow + .text--disclaimer {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 2rem; }

.tooltip + .text--disclaimer,
.list-estimation + .text--disclaimer {
  margin-bottom: 17px; }

.disclaimer-confirmation {
  text-align: left;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: helloTypeLight, sans-serif; }
  @media screen and (min-width: 768px) {
    .disclaimer-confirmation {
      font-size: 15px;
      font-size: 1.5rem; } }

.text--disclaimer__num + p {
  display: inline; }

.text--disclaimer__content {
  display: inline; }
  .text--disclaimer__content :first-child {
    display: inline; }

strong {
  font-weight: 700; }

.sup {
  font-size: 12px;
  font-size: 1.2rem; }

.arrow-bracket {
  font-family: helloTypeBold, sans-serif; }

.link--alternative {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  transition: opacity .2s ease; }
  .link--alternative:hover, .link--alternative:focus, .link--alternative:active {
    text-decoration: none; }
    html:not(.ios) .link--alternative:hover, html:not(.ios) .link--alternative:focus, html:not(.ios) .link--alternative:active {
      opacity: .6; }

.link--highlight {
  display: block;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-size: 1.2rem; }
  .link--highlight:hover, .link--highlight:focus, .link--highlight:active {
    text-decoration: none; }
  .link--highlight .icon-arrow-down {
    vertical-align: middle; }

.link--read-more {
  color: rgba(255, 255, 255, 0.4); }
  .link--read-more .arrow-bracket {
    color: rgba(255, 255, 255, 0.4); }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  line-height: 0;
  height: 0;
  overflow: hidden; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.global-header {
  width: 100%;
  height: 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 5px 5px rgba(122, 122, 122, 0.2);
  -moz-box-shadow: 0px 5px 5px rgba(122, 122, 122, 0.2);
  -webkit-box-shadow: 0px 5px 5px rgba(122, 122, 122, 0.2);
  -o-box-shadow: 0px 5px 5px rgba(122, 122, 122, 0.2); }
  @media screen and (min-width: 992px) {
    .global-header {
      height: 115px; } }

.global-header__content {
  margin: 0 auto;
  padding-top: 30px;
  width: calc(100% - 20px); }
  @media screen and (min-width: 768px) {
    .global-header__content {
      width: calc(100% - 40px); } }
  @media screen and (min-width: 992px) {
    .global-header__content {
      padding-top: 40px;
      z-index: 2;
      max-width: 1246px; } }

.title-header .baseline {
    position:absolute;
    display: block;
    float:left;
    text-align: left !important;
    font-family: 'Muli';
    font-weight: 300;
    color: #807b78;
    margin-top: 45px;
    font-size: 16px }
@media only screen and (max-width: 372px) {
  .baseline {
    margin-top: 25px;
    font-size: 14px;}}
@media only screen and (max-width: 768px) {
  .baseline {
    margin-top: 25px;
    font-size: 16px;}}

.title-header {
  display: block;
  float: left;
  font-family: 'Muli';
  font-weight: 700;
  color: #807b78;
  font-size: 20px;
  font-size: 2rem; }
  .title-header a {
    text-decoration: none;
    color: #807b78; }
  .title-header a:hover {
    text-decoration: none;
    color: #807b78; }
  @media screen and (min-width: 768px) {
    .title-header {
      font-size: 25px;
      font-size: 2.5rem; } }
  @media screen and (min-width: 992px) {
    .title-header {
      font-size: 33px;
      font-size: 3.3rem; } }

.global-header_logo {
  float: right;
  z-index: 5000;
  height: 30px;
  width: auto;
  right: 20px; }
  @media screen and (min-width: 992px) {
    .global-header_logo {
      z-index: 5000;
      height: 38px;
      float: right;
      position: relative;
      left: 0px;
      overflow: hidden;
      display: block; } }

.social {
  float: right;
  z-index: 5000;
  height: 100%;
  margin: 0px 15px;
  font-family: 'Muli';
  font-weight: 700;
  color: #807b78;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 992px) {
    .social {
      margin: 0 25px;
      font-size: 25px;
      font-size: 2.5rem;
      z-index: 5000;
      float: right;
      position: relative;
      left: 0px;
      overflow: hidden;
      display: table;
      height: 38px; } }

.share-mobile {
  display: table-cell;
  vertical-align: middle;
  height: 30px; }
  @media screen and (min-width: 992px) {
    .share-mobile {
      display: none; } }

.select-social {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .select-social {
      display: table-cell;
      vertical-align: middle; } }

.select-social li {
  list-style:none;
}

.select-social__item {
  float: left;
  padding-left: 10px; }

.select-social__item a {
  display: block;
  text-decoration: none;
  height: 25px; }
  .select-social__item a span {
    color: #bbbdbf; }

/*START select language desktop*/
.select-language__container {
    font-family: 'Muli';
    font-weight: 400;
    color: #807b78;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 20px;
    position: relative;
    float: right;
    right: 25px;
    z-index: 200;
    background: none;
    margin: 10px 10px 0px 10px;
    padding: 0 10px;
    width: 60px;
    text-align: -webkit-left;
    display: none;
    list-style: none;
}

@media screen and (min-width:992px) {
    .select-language__container {
        display: block
    }
}

.select-language__container .select-language__item {
    display: none;
    float: left;
    width: 60px;
    margin-bottom: 2px
}

.select-language__container .select-language__item:first-child {
    display: inline-block;
    float: left;
    width: 60px
}

.select-language__container .select-language__item:first-child:after {
    font-family: 'velux-social' !important;
    content: "\e907";
    color: #bbbdbf;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 2px;
    float: right;
    margin-left: 1px;
    cursor: pointer;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.select-language__container .select-language__item:first-child.animation-icon:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.select-language__container .select-language__item a,
.select-language__container .select-language__item a:hover {
    color: #bbbdbf;
    text-decoration: none;
    background: none;
    padding: 2px 4px
}

.select-language__container .select-language__item a.selection {
    color: #bbbdbf;
    border: 1px solid #bbbdbf;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    background: none;
    text-decoration: none;
    width: 65px;
    display: block
}

.select-language__container .select-language__item a.selection:hover {
    color: white;
    border: 1px solid #bbbdbf;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    background: #bbbdbf;
    text-decoration: none;
    width: 65px;
    display: block
}
/* END select language desktop*/

.search-container {
display: block;
height: 70px;
margin-top: 25px;
margin-right: 20px;
position: absolute;
right: 0;
z-index: 1;
}

  @media screen and (min-width: 992px) {
    .search-container {
      margin-top: 30px;
      margin-right: 0;
      z-index: 9999; } }
    .search-container .icon-search {
      position: absolute;
      top: 0;
      right: 0; }

.search-input {
  border: none;
  border-bottom: 1px solid black;
  background: #F9F9F9;
  outline: none;
  padding-right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Muli';
  font-weight: 400;
  color: #807b78; }

.search-submit {
  text-indent: -9000px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  width: 30px;
  outline: none;
  z-index: 200; }

body {
  background: #F9F9F9;
  font-size: 15px;
  color: #343434; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 13px; } }
  @media screen and (min-width: 992px) {
    body {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    body {
      font-size: 20px; } }
  @media screen and (min-width: 1600px) {
    body {
      font-weight: bold;
      font-size: 25px; } }

.global-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  background: #F9F9F9; }

.global-container {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative; }
  @media screen and (min-width: 768px) {
    .global-container {
      width: calc(100% - 40px);
      height: 200px; } }
  @media screen and (min-width: 992px) {
    .global-container {
      max-width: 992px;
      height: 200px; } }
  @media screen and (min-width: 1200px) {
    .global-container {
      max-width: 1246px; } }

.global-content {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0;
  margin-top: 0px; }
  @media screen and (min-width: 992px) {
    .global-content {
      margin-top: 0;
      width: 100%; } }

.container-top {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  float: left;
  display: block;
  background-color: transparent;
  box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -o-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  margin-bottom: 25px;
  background-size: 100% 150px;
  background-repeat: no-repeat;
  background-position: top; }
  @media screen and (min-width: 768px) {
    .container-top {
      background-position: center;
      width: 100%;
      height: 250px;
      background-size: cover; } }
  @media screen and (min-width: 992px) {
    .container-top {
      background-size: cover;
      width: 100%;
      height: 320px; } }
  @media screen and (min-width: 1200px) {
    .container-top {
      max-width: 1246px;
      height: 393px;
      margin-top: 0px; } }

.container-top img {
  vertical-align: middle; }

.containerbg {
  background-image: none; }
  @media screen and (min-width: 768px) {
    .containerbg {
      background-image: linear-gradient(to left, rgba(254, 254, 254, 0) 10%, rgba(254, 254, 254, 0.95) 100%);
      height: 100%; } }

.textblock {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px;
  margin-top: 150px; }
  @media screen and (min-width: 768px) {
    .textblock {
      margin-top: 0px;
      padding: 40px; } }
  @media screen and (min-width: 992px) {
    .textblock {
      padding: 40px; } }

.edito_title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Muli';
  font-weight: 700;
  color: #807b78;
  /*text-transform: uppercase; 17/12/18*/
  
  text-decoration: underline;
  font-size: 25px;
  font-size: 2.5rem; }
  @media screen and (min-width: 992px) {
    .edito_title {
      font-size: 60px;
      /*font-size: 6rem; 17/12/18*/
      font-size: 5rem; } }

.edito_date {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Muli';
  font-weight: 700;
  color: #807b78;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px; }
  @media screen and (min-width: 992px) {
    .edito_date {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 18px; } }

.edito_intro {
  display: block;
  margin: 15px 0;
  padding: 0;
  font-family: 'Muli';
  font-weight: 400;
  color: #343434;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px; }
  @media screen and (min-width: 768px) {
    .edito_intro {
      margin: 15px 0;
      padding-right: 50%;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px; } }
  @media screen and (min-width: 992px) {
    .edito_intro {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px; } }

.container-top-edito {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  background-color: transparent;
  box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -o-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .container-top-edito {
      width: 100%;
      height: 250px; } }
  @media screen and (min-width: 992px) {
    .container-top-edito {
      background-size: cover;
      max-width: 1000px;
      height: 350px; } }
  @media screen and (min-width: 1200px) {
    .container-top-edito {
      max-width: 1246px;
      height: 393px; } }

.editopage_title {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  font-family: 'Muli';
  font-weight: 700;
  color: #807b78;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 25px;
  font-size: 2.5rem; }
  @media screen and (min-width: 992px) {
    .editopage_title {
      margin-left: 40px;
      font-size: 40px;
      font-size: 4rem; } }

.editopage_block {
  background: #f1eee8;
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 320px 20px 0px 20px; }
  @media screen and (min-width: 768px) {
    .editopage_block {
      min-height: 370px;
      padding: 50px 80px 0px 0px; } }

.editopage_block_date {
  position: relative;
  float: left;
  text-align: right;
  width: 100%;
  margin: 0;
  color: #807b78;
  font-family: 'Muli';
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px; }
  @media screen and (min-width: 768px) {
    .editopage_block_date {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      margin: 10px 0px; } }

.edito_polaroid {
  position: absolute;
  padding: 20px;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 270px;
  max-width: 270px;
  height: 310px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -o-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg); }
  @media screen and (min-width: 768px) {
    .edito_polaroid {
      right: auto;
      left: -1px;
      top: 40px; } }
  @media screen and (min-width: 768px) {
    .edito_polaroid {
      left: -10px; } }

.edito_polaroid_image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 230px; }

.edito_polaroid_text {
  display: block;
  font-family: 'Kalam';
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  padding: 10px 0; }

.editopage_block_title {
  font-family: 'Muli';
  font-weight: 600;
  color: #807b78;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 25px; }
  @media screen and (min-width: 768px) {
    .editopage_block_title {
      margin-top: 0px;
      margin-left: 320px; } }

.editopage_block_text {
  font-family: 'Muli';
  font-weight: 400;
  color: #807b78;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .editopage_block_text {
      margin-left: 320px; } }

.editopage_subtitle {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 40px;
  padding: 0;
  font-family: 'Muli';
  font-weight: 600;
  color: #807b78;
  font-size: 25px;
  font-size: 2.5rem; }
  @media screen and (min-width: 992px) {
    .editopage_subtitle {
      margin-left: 40px;
      margin-bottom: 40px;
      font-size: 30px;
      font-size: 3rem; } }

.container-add {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  float: left;
  display: block; }
  .container-add img {
    width: 100%;
    max-width: 1246px;
    height: auto; }
  @media screen and (min-width: 1200px) {
    .container-add {
      margin: 70px 0 50px 0; } }

.container-top-article {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  float: left;
  display: block;
  background-color: transparent;
  box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -o-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .container-top-article {
      width: 100%;
      height: 300px; } }
  @media screen and (min-width: 992px) {
    .container-top-article {
      max-width: 1000px;
      height: 393px; } }
  @media screen and (min-width: 1200px) {
    .container-top-article {
      max-width: 1246px;
      height: 490px;
      margin-top: 0px;} }

.text-block-article {
  position: relative;
  top: 0px;
  left: 0px;
  color: white;
  width: 100%; }

.bg-brown {
  background-color: #9c9692;
  margin: 0;
  padding: 5px 20px;
  font-family: 'Muli';
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .bg-brown {
      padding: 15px 40px;
      font-size: 25px;
      font-size: 2.5rem; } }

.bg-pink {
  background-color: #cb9f93;
  margin: 0;
  padding: 5px 20px;
  font-family: 'Muli';
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .bg-pink {
      padding: 15px 40px;
      font-size: 25px;
      font-size: 2.5rem; } }

.bg-blue {
  background-color: #7b96b7;
  margin: 0;
  padding: 5px 20px;
  font-family: 'Muli';
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .bg-blue {
      padding: 15px 40px;
      font-size: 25px;
      font-size: 2.5rem; } }

.reportagepage_block {
  background: #f1eee8;
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
  box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -o-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5); }
  @media screen and (min-width: 768px) {
    .reportagepage_block {
      margin-top: 40px;
      padding: 40px 40px 0 40px; } }

.reportagepage_block_title {
  font-family: 'Muli';
  font-weight: 700;
  color: #807b78;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px; }
  @media screen and (min-width: 768px) {
    .reportagepage_block_title {
      margin-top: 0px; } }

.reportagepage_block_text {
  font-family: 'Muli';
  font-weight: 400;
  color: #807b78;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .reportagepage_block_text {
      overflow: auto; } }

.reportagepage_block_text a {
  color: #ff0000! important;
  text-decoration: underline;
}

.reportagepage_block_text h2 {
  margin-top: 0;
}

.block_image {
  position: relative;
  width: 100%;
  height: 340px;
  padding: 0;
  float: left;
  display: block;
  background-color: transparent;
  background-size: cover;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .block_image {
      width: 100%;
      height: 390px; } }
  @media screen and (min-width: 992px) {
    .block_image {
      width: 450px;
      height: 420px;
      margin-right: 40px;
      margin-left: 0px; }
      .block_image.imageright {
        float: right;
        margin-left: 40px;
        margin-right: 0; } }
  @media screen and (min-width: 1200px) {
    .block_image {
      width: 590px;
      height: 410px; } }

.quote {
  width: 90%;
  margin: 30px auto;
  display: block;
  color: #807b78;
  border: none;
  border-right: 0px solid #807b78;
  border-left: 0px solid #807b78;
  padding: 0 20px;
  font-family: 'Muli';
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  text-align: center; }
  .quote.quotecontent {
    margin: 0 80px; }
  @media screen and (min-width: 992px) {
    .quote {
      width: 80%;
      max-width: 855px;
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 25px; } }

.reportagepage_block_date {
  position: relative;
  float: right;
  text-align: right;
  width: 30%;
  margin: 0;
  color: #807b78;
  font-family: 'Muli';
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px; }
  @media screen and (min-width: 768px) {
    .reportagepage_block_date {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      margin: 10px 0px; } }

.reportagepage_block_tags {
  position: relative;
  float: left;
  text-align: left;
  width: 60%;
  margin: 0;
  color: #807b78;
  font-family: 'Muli';
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px; }
  @media screen and (min-width: 768px) {
    .reportagepage_block_tags {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      margin: 10px 0px; } }

.reportagepage_block_tags a {
  color: #000000;
  cursor: pointer; }
  .reportagepage_block_tags a:hover {
    color: #807b78;
    text-decoration: underline; }
  .reportagepage_block_tags a:active {
    color: #807b78;
    text-decoration: underline; }

.inspirationpage_block, .tipspage_block {
  background: #f1eee8;
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -o-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5); }
  @media screen and (min-width: 768px) {
    .inspirationpage_block, .tipspage_block {
      margin-top: 40px;
      overflow: hidden; } }

.inspiration_block_image {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  padding: 0;
  display: block;
  background-color: transparent;
  background-size: cover;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .inspiration_block_image {
      width: 100%;
      height: 300px; } }
  @media screen and (min-width: 992px) {
    .inspiration_block_image {
      width: 500px;
      height: 500px; } }
  @media screen and (min-width: 1200px) {
    .inspiration_block_image {
      width: 620px;
      height: 620px; } }

.tips_block_image {
  position: relative;
  float: right;
  width: 100%;
  height: 300px;
  padding: 0;
  display: block;
  background-color: transparent;
  background-size: cover;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .tips_block_image {
      width: 100%;
      height: 300px; } }
  @media screen and (min-width: 992px) {
    .tips_block_image {
      width: 500px;
      height: 500px; } }
  @media screen and (min-width: 1200px) {
    .tips_block_image {
      width: 620px;
      height: 620px; } }

.inspirationpage_container_block {
  width: 100%;
  padding: 320px 20px 20px 20px; }
  @media screen and (min-width: 768px) {
    .inspirationpage_container_block {
      width: 100%;
      padding: 320px 40px 20px 40px; } }
  @media screen and (min-width: 992px) {
    .inspirationpage_container_block {
      float: left;
      width: 49%;
      padding: 20px 40px; } }

.tipspage_container_block {
  width: 100%;
  padding: 320px 20px 20px 20px; }
  @media screen and (min-width: 768px) {
    .tipspage_container_block {
      width: 100%;
      padding: 320px 40px 20px 40px; } }
  @media screen and (min-width: 992px) {
    .tipspage_container_block {
      float: right;
      width: 49%;
      padding: 20px 40px; } }

.inspiration_block_title, .tips_block_title {
  font-family: 'Muli';
  font-weight: 700;
  color: #807b78;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px; }
  @media screen and (min-width: 768px) {
    .inspiration_block_title, .tips_block_title {
      margin-top: 0px; } }

.inspiration_block_text, .tips_block_text {
  font-family: 'Muli';
  font-weight: 400;
  color: #807b78;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 20px; }
  .inspiration_block_text:last-child, .tips_block_text:last-child {
    margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .inspiration_block_text, .tips_block_text {
      overflow: auto; } }

a.fullclickdiv {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; }

.container-cards {
  width: 100%;
  float: left;
  margin-top: 30px; }
  @media screen and (min-width: 1200px) {
    .container-cards {
      margin: 0;
      margin-top: 0px; } }

.cards {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 60px 0;
  padding: 0;
  background: none; }

  @media screen and (min-width: 768px) {
    .cards {
      width: calc(50% - 12px);
      border-bottom: 1px solid grey;
      margin-right: 20px; 
    	margin: 0 0 40px 0;}
      .cards.picturegallery {
        border: none; }
      .cards:nth-child(2n+0) {
        margin-right: 0px; }

}
  @media screen and (min-width: 992px) {
    .cards {
      width: calc(33% - 14px); 
    		  margin: 0 0 40px 0;}
      .cards:nth-child(3n+3) {
        margin-right: 0; }
      .cards:nth-child(3n+2) {
        margin-right: 20px; } 
      .cards:nth-child(3n+1) {
        margin-right: 20px; }

		}

.cards-recentarticles {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 60px 0;
  padding: 0;
  background: none;
  vertical-align: top; }

  @media screen and (min-width: 768px) {
    .cards-recentarticles {
      width: calc(50% - 12px);
      border-bottom: 1px solid grey;
      margin-right: 20px; 
    	margin: 0 0 40px 0;}
      .cards-recentarticles.picturegallery {
        border: none; }
      .cards-recentarticles:nth-child(2n+0) {
        margin-right: 0px; }

}
  @media screen and (min-width: 992px) {
    .cards-recentarticles{
      width: calc(33% - 14px); 
    		  margin: 0 0 40px 0;}
      .cards-recentarticles:nth-child(3n+3) {
        margin-right: 0; }
      .cards-recentarticles:nth-child(3n+2) {
        margin-right: 20px; } 
      .cards-recentarticles:nth-child(3n+1) {
        margin-right: 20px; }

		}

.cards-box {
  width: 100%;
  float: left;
  display: block;
  background-color: #f1eee8;
  box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -o-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5); }

.cards-box_image {
  float: left;
  width: 110px;
  height: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .cards-box_image {
      width: 100%;
      height: 250px; }
      .cards-box_image.largebox {
        height: 350px; } }

.cards-box_image__title {
  display: flex;
  color: #807b78;
  padding: 10px;
  font-family: 'Muli';
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  margin: 0;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .cards-box_image__title {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 28px;
      padding: 20px 20px 0 20px; } }

.cards-box_image__intro {
  display: none;
  color: #807b78;
  padding: 10px;
  font-family: 'Muli';
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: auto;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .cards-box_image__intro {
      display: flex;
      padding: 20px 20px 0 20px; } }

.cards-box_image__posted {
  color: #939393;
  font-family: 'Muli';
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  left: 120px;
  bottom: 10px;
  height: 30px;
  padding: 0 10px 0px 0;
  line-height: 30px; }
  @media screen and (min-width: 768px) {
    .cards-box_image__posted {
      clear: both;
      position: relative;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0px 0px 0px 20px;
      font-size: 14px;
      font-size: 1.4rem;
      left: 0;
      width: 100%;
      bottom: 0;
      display: table; } }
  .cards-box_image__posted .posted-date {
    display: table-cell;
    vertical-align: middle; }
  .cards-box_image__posted .social-links {
    display: none; }
    @media screen and (min-width: 768px) {
      .cards-box_image__posted .social-links {
        text-align: -webkit-right;
        display: table-cell;
        vertical-align: middle; } }

.cards-box_image_container__social {
  position: absolute;
  top: 120px;
  right: 0; }
  @media screen and (min-width: 768px) {
    .cards-box_image_container__social {
      display: none; } }

.select-socialcard {
  display: table-cell;
  vertical-align: middle; 
  list-style: none; }
  

.select-social__itemcard {
  float: left;
  padding-left: 15px; }
  @media screen and (min-width: 768px) {
    .select-social__itemcard {
      padding-left: 10px; } }
  .select-social__itemcard.select-social__itemcard a {
    text-decoration: none;
    height: 20px; }
    .select-social__itemcard.select-social__itemcard a span {
      color: #bbbdbf;
      font-size: 25px; }
      @media screen and (min-width: 768px) {
        .select-social__itemcard.select-social__itemcard a span {
          font-size: 15px; } }

.container-loadmore {
  width: 100%;
  float: left;
  margin: 0; }

.loadmore {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
  background: #807b78;
  color: #ffffff;
  padding: 10px 30px 10px 0px;
  font-family: 'Muli';
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px; }
  @media screen and (min-width: 768px) {
    .loadmore {
      width: calc(50% - 12px);
      float: right;
      margin-right: 0px; }
      .loadmore:nth-child(2n+0) {
        margin-right: 0px; } }
  @media screen and (min-width: 992px) {
    .loadmore {
      width: calc(33% - 14px); }
      .loadmore:nth-child(3n+0) {
        margin-right: 0; }
      .loadmore:nth-child(2n+0) {
        margin-right: 20px; } }

.load {
  float: right; }

.loadtext {
  margin-right: 30px;
  font-family: 'Muli';
  font-weight: 400; }

.picture-box_image {
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 425px; }
  .picture-box_image.largebox {
    height: 520px; }

.nav {
  display: block;
  position: fixed;
  width: 70%;
  background: black;
  left: -70%;
  top: 0;
  height: 100%;
  z-index: 1000;
  margin: 0;
  transition: all .4s ease 0s; }
  .global-container--nav-open .nav {
    left: 0; }
  @media screen and (min-width: 992px) {
    .nav {
      display: block;
      width: 100%;
      top: inherit;
      left: 0;
      margin-left: 30px;
      background: none;
      position: relative;
      padding-top: 0;
      height: auto;
      float: left; } }
  .nav .icon-cross {
    position: absolute;
    color: white;
    top: 30px;
    right: 30px;
    cursor: pointer; }
    @media screen and (min-width: 992px) {
      .nav .icon-cross {
        display: none; } }

.nav-list {
  text-align: left;
  padding-top: 50px; }
  @media screen and (min-width: 992px) {
    .nav-list {
      text-align: left;
      padding-top: 0; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-list {
      padding-right: 40px; } }
  .nav-list .nav-list__item {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 50px;
    cursor: pointer;
    font-family: 'Muli';
    display: block;
    padding-left: 15px; }
    .nav-list .nav-list__item:hover {
      color: #807b78;
      font-size: 20px;
      font-size: 2rem; }
    .nav-list .nav-list__item:active {
      color: #807b78;
      font-size: 20px;
      font-size: 2rem; }
    .nav-list .nav-list__item:last-child {
      cursor: auto; }
      .nav-list .nav-list__item:last-child:after {
        display: none; }
    @media screen and (min-width: 992px) {
      .nav-list .nav-list__item {
        padding-right: 50px;
        padding-right: 5rem;
        display: inline-block;
        padding-left: 0; } }
    @media screen and (min-width: 1200px) {
      .nav-list .nav-list__item {
        padding-right: 50px;
        padding-right: 5rem; } }
  .nav-list .nav-list__item a {
    color: #ffffff;
    text-decoration: none;
    transition: all .4s ease 0s;
    padding: 4px 15px; }
    .nav-list .nav-list__item a:hover {
      color: #ffffff;
      text-decoration: none;
      background-color: #bbbdbf; }
    .nav-list .nav-list__item a.active {
      color: #ffffff;
      text-decoration: none;
      background-color: #bbbdbf; }
    @media screen and (min-width: 992px) {
      .nav-list .nav-list__item a {
        color: #343434; } }

/*language selector for mobile in sidenav*/
.lng {
    display: block;
    position: absolute;
    bottom: 100px;
    z-index: 2000;
    margin: 0
}

@media screen and (min-width:992px) {
    .lng {
        display: none
    }
}

.lng ul li {
    font-family: 'Muli';
    font-weight: 700;
    color: white;
    list-style-type: none;
    display: inline;
    float: left
}

.lng ul li {
    padding: 0 15px;
    border-left: solid 1px white;
    font-size: 15px;
    font-size: 1.5rem
}

.lng ul li:first-child {
    border-left: none
}

.lng ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 4px 15px
}

.lng ul li a:hover {
    color: #ffffff;
    text-decoration: none
}

.lng ul li a.active {
    color: #ffffff;
    text-decoration: none
}
/*END-language selector for mobile in sidenav*/

.global-footer {
  height: 105px;
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 25px;
  box-shadow: 0px -5px 5px rgba(122, 122, 122, 0.1), 0px 5px 5px rgba(122, 122, 122, 0.4);
  -moz-box-shadow: 0px -5px 5px rgba(122, 122, 122, 0.1), 0px 5px 5px rgba(122, 122, 122, 0.4);
  -webkit-box-shadow: 0px -5px 5px rgba(122, 122, 122, 0.1), 0px 5px 5px rgba(122, 122, 122, 0.4);
  -o-box-shadow: 0px -5px 5px rgba(122, 122, 122, 0.1), 0px 5px 5px rgba(122, 122, 122, 0.4); }

.global-footer_logo {
  display: block;
  float: right;
  z-index: 5000;
  height: 30px;
  width: auto;d
  right: 0px;
  position: absolute;
  top: 40px; }
  @media screen and (min-width: 768px) {
    .global-footer_logo {
      display: block;
      z-index: 5000;
      height: 38px;
      float: right;
      right: 0px;
      overflow: hidden; } }

  @media screen and (min-width: 320px) {
    .global-footer_logo {
      display: block;
      z-index: 5000;
      height: 38px;
      float: right;
      right: 0px;
      top: 20px;
      overflow: hidden; } }

.szc_info {
  display:none;
  
}

.title-footer {
  display: flex;
  font-family: 'Muli';
  font-weight: 600;
  color: #807b78;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px; }
  .title-footer a {
    text-decoration: none;
    color: #807b78; }
  .title-footer a:hover {
    text-decoration: none;
    color: #807b78; }
  @media screen and (min-width: 768px) {
    .title-footer {
      margin: 0;
      display: block;
      float: left;
      font-size: 25px;
      font-size: 2.5rem; } }
  @media screen and (min-width: 992px) {
    .title-footer {
      font-size: 33px;
      font-size: 3.3rem; } }

.footer {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding-top: 25px;
  width: calc(100% - 20px); }
  @media screen and (min-width: 768px) {
    .footer {
      width: calc(100% - 40px); } }
  @media screen and (min-width: 992px) {
    .footer {
      max-width: 1246px;
      padding-top: 40px; } }

.footerlinks {
  text-align: left;
  display: flex;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #807b78;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .footerlinks {
      display: inline-block;
      position: relative;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 10px 50px; } }
  @media screen and (min-width: 992px) {
    .footerlinks {
      margin: 0px 50px; } }

.footerlinks li {
  list-style:none; }

.footerlinks_item {
  float: left; }

.footerlinks_item a {
  display: block;
  color: #807b78;
  text-align: left;
  padding-right: 10px;
  text-decoration: none; }
  .footerlinks_item a:hover {
    color: black;
    text-decoration: underline; }
  @media screen and (min-width: 992px) {
    .footerlinks_item a {
      padding: 16px; } }

.page_block {
  background: #f1eee8;
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -o-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5); }
  .page_block.noshadow {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    padding: 320px 20px 0px 20px;
    overflow: visible; }
    @media screen and (min-width: 768px) {
      .page_block.noshadow {
        min-height: 370px;
        padding: 50px 80px 0px 0px; } }
  @media screen and (min-width: 768px) {
    .page_block {
      margin-top: 40px;
      overflow: hidden; } }

.edito_polaroid {
  position: absolute;
  padding: 20px;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 270px;
  max-width: 270px;
  height: 310px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -moz-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  -o-box-shadow: 0px 0px 15px rgba(122, 122, 122, 0.5);
  transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg); }
  @media screen and (min-width: 768px) {
    .edito_polaroid {
      right: auto;
      left: -1px;
      top: 40px; } }
  @media screen and (min-width: 768px) {
    .edito_polaroid {
      left: -10px; } }

.edito_polaroid_image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 230px; }

.edito_polaroid_text {
  display: block;
  font-family: 'Kalam';
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  padding: 10px 0; }

.page_block_container_edito {
  width: 100%;
  position: relative;
  padding: 0px 20px 20px 20px; }
  @media screen and (min-width: 768px) {
    .page_block_container_edito {
      width: 100%;
      padding: 00px 40px 20px 40px; } }
  @media screen and (min-width: 992px) {
    .page_block_container_edito {
      float: left;
      width: 100%;
      padding: 0px 40px; } }
  .page_block_container_edito h2 {
    font-family: 'Muli';
    font-weight: 600;
    color: #807b78;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px; }
    @media screen and (min-width: 768px) {
      .page_block_container_edito h2 {
        margin-top: 0px;
        margin-left: 290px; } }
  .page_block_container_edito h3 {
    font-family: 'Muli';
    font-weight: 400;
    font-style: italic;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px; }
    @media screen and (min-width: 768px) {
      .page_block_container_edito h3 {
        margin-top: 0px;
        margin-left: 290px; } }
  .page_block_container_edito p {
    font-family: 'Muli';
    font-weight: 400;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .page_block_container_edito p {
        margin-left: 290px; } }
    .page_block_container_edito p:last-child {
      margin-bottom: 0px; }
    .page_block_container_edito p a {
      color: #807b78;
      text-decoration: underline; }
      .page_block_container_edito p a:hover {
        color: #000000; }
    @media screen and (min-width: 768px) {
      .page_block_container_edito p {
        overflow: auto; } }
  .page_block_container_edito blockquote {
    width: 90%;
    margin: 30px auto;
    display: block;
    color: #807b78;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #807b78;
    border-left: 1px solid #807b78;
    padding: 0 50px;
    font-family: 'Muli';
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .page_block_container_edito blockquote {
        margin-left: 290px;
        width: 50%;
        max-width: 320px;
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 23px; } }
    @media screen and (min-width: 992px) {
      .page_block_container_edito blockquote {
        width: 75%;
        max-width: 500px; } }
    @media screen and (min-width: 1200px) {
      .page_block_container_edito blockquote {
        width: 75%;
        max-width: 855px; } }

.block_image_right {
  position: relative;
  float: right;
  width: 100%;
  height: 300px;
  padding: 0;
  display: block;
  background-color: transparent;
  background-size: cover;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .block_image_right {
      width: 100%;
      height: 300px; } }
  @media screen and (min-width: 992px) {
    .block_image_right {
      width: 450px;
      height: 450px; } }
  @media screen and (min-width: 1200px) {
    .block_image_right {
      width: 620px;
      height: 620px; } }

.block_image_left {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  padding: 0;
  display: block;
  background-color: transparent;
  background-size: cover;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .block_image_left {
      width: 100%;
      height: 300px; } }
  @media screen and (min-width: 992px) {
    .block_image_left {
      width: 450px;
      height: 450px; } }
  @media screen and (min-width: 1200px) {
    .block_image_left {
      width: 620px;
      height: 620px; } }

.page_block_container_right {
  width: 100%;
  padding: 320px 20px 20px 20px; }
  @media screen and (min-width: 768px) {
    .page_block_container_right {
      width: 100%;
      padding: 320px 40px 20px 40px; } }
  @media screen and (min-width: 992px) {
    .page_block_container_right {
      float: right;
      width: 49%;
      padding: 20px 40px; } }
  .page_block_container_right h2 {
    font-family: 'Muli';
    font-weight: 700;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px; }
    @media screen and (min-width: 768px) {
      .page_block_container_right h2 {
        margin-top: 0px; } }
  .page_block_container_right h3 {
    font-family: 'Muli';
    font-weight: 600;
    font-style: italic;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px; }
    @media screen and (min-width: 768px) {
      .page_block_container_right h3 {
        margin-top: 0px; } }
  .page_block_container_right p {
    font-family: 'Muli';
    font-weight: 400;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 20px; }
    .page_block_container_right p:last-child {
      margin-bottom: 0px; }
    .page_block_container_right p a {
      color: #807b78;
      text-decoration: underline; }
      .page_block_container_right p a:hover {
        color: #000000; }
    @media screen and (min-width: 768px) {
      .page_block_container_right p {
        overflow: auto; } }
  .page_block_container_right blockquote {
    width: 90%;
    margin: 30px auto;
    display: block;
    color: #807b78;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #807b78;
    border-left: 1px solid #807b78;
    padding: 0 50px;
    font-family: 'Muli';
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .page_block_container_right blockquote {
        width: 80%;
        max-width: 855px;
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 23px; } }

.page_block_container_left {
  width: 100%;
  padding: 320px 20px 20px 20px; }
  @media screen and (min-width: 768px) {
    .page_block_container_left {
      width: 100%;
      padding: 320px 40px 20px 40px; } }
  @media screen and (min-width: 992px) {
    .page_block_container_left {
      float: left;
      width: 49%;
      padding: 20px 40px; } }
  .page_block_container_left h2 {
    font-family: 'Muli';
    font-weight: 700;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px; }
    @media screen and (min-width: 768px) {
      .page_block_container_left h2 {
        margin-top: 0px; } }
  .page_block_container_left h3 {
    font-family: 'Muli';
    font-weight: 600;
    font-style: italic;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px; }
    @media screen and (min-width: 768px) {
      .page_block_container_left h3 {
        margin-top: 0px; } }
  .page_block_container_left p {
    font-family: 'Muli';
    font-weight: 400;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 20px; }
    .page_block_container_left p:last-child {
      margin-bottom: 0px; }
    .page_block_container_left p a {
      color: #807b78;
      text-decoration: underline; }
      .page_block_container_left p a:hover {
        color: #000000; }
    @media screen and (min-width: 768px) {
      .page_block_container_left p {
        overflow: auto; } }
  .page_block_container_left blockquote {
    width: 90%;
    margin: 30px auto;
    display: block;
    color: #807b78;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #807b78;
    border-left: 1px solid #807b78;
    padding: 0 50px;
    font-family: 'Muli';
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .page_block_container_left blockquote {
        width: 80%;
        max-width: 855px;
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 23px; } }

.page_block_container_fullwidth {
  width: 100%;
  padding: 20px 20px 20px 20px; }
  @media screen and (min-width: 768px) {
    .page_block_container_fullwidth {
      width: 100%;
      padding: 20px 40px 20px 40px; } }
  @media screen and (min-width: 992px) {
    .page_block_container_fullwidth {
      float: left;
      width: 100%;
      padding: 20px 40px; } }
  .page_block_container_fullwidth h2 {
    font-family: 'Muli';
    font-weight: 700;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px; }
    @media screen and (min-width: 768px) {
      .page_block_container_fullwidth h2 {
        margin-top: 0px; } }
  .page_block_container_fullwidth h3 {
    font-family: 'Muli';
    font-weight: 600;
    font-style: italic;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px; }
    @media screen and (min-width: 768px) {
      .page_block_container_fullwidth h3 {
        margin-top: 0px; } }
  .page_block_container_fullwidth p {
    font-family: 'Muli';
    font-weight: 400;
    color: #807b78;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 20px; }
    .page_block_container_fullwidth p img.block_image_right {
      margin: 0px 0px 20px 20px; }
      @media screen and (min-width: 768px) {
        .page_block_container_fullwidth p img.block_image_right {
          width: 50%;
          height: 300px; } }
      @media screen and (min-width: 992px) {
        .page_block_container_fullwidth p img.block_image_right {
          width: 450px;
          height: 450px; } }
      @media screen and (min-width: 1200px) {
        .page_block_container_fullwidth p img.block_image_right {
          width: 500px;
          height: 500px; } }
    .page_block_container_fullwidth p img.block_image_left {
      margin: 0px 20px 20px 0px;
      width: 100%;
      height: 300px; }
      @media screen and (min-width: 768px) {
        .page_block_container_fullwidth p img.block_image_left {
          width: 50%;
          height: 300px; } }
      @media screen and (min-width: 992px) {
        .page_block_container_fullwidth p img.block_image_left {
          width: 450px;
          height: 450px; } }
      @media screen and (min-width: 1200px) {
        .page_block_container_fullwidth p img.block_image_left {
          width: 500px;
          height: 500px; } }
    .page_block_container_fullwidth p:last-child {
      margin-bottom: 0px; }
    .page_block_container_fullwidth p a {
      color: #807b78;
      text-decoration: underline; }
      .page_block_container_fullwidth p a:hover {
        color: #000000; }
    @media screen and (min-width: 768px) {
      .page_block_container_fullwidth p {
        overflow: auto; } }
  .page_block_container_fullwidth blockquote {
    width: 90%;
    margin: 30px auto;
    display: block;
    color: #807b78;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #807b78;
    border-left: 1px solid #807b78;
    padding: 0 50px;
    font-family: 'Muli';
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .page_block_container_fullwidth blockquote {
        width: 80%;
        max-width: 855px;
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 23px; } }

.hidden-sm,
.hidden-md,
.hidden-lg,
.hidden-xl {
  display: block; }

.hidden-sm--inline-block,
.hidden-md--inline-block,
.hidden-lg--inline-block,
.hidden-xl--inline-block {
  display: inline-block; }

.hidden-sm--inline,
.hidden-md--inline,
.hidden-lg--inline,
.hidden-xl--inline {
  display: inline; }

.hidden-xs,
.hidden-xs--inline,
.hidden-xs--inline-block {
  display: none; }

@media screen and (min-width: 768px) {
  .hidden-xs {
    display: block; } }

@media screen and (min-width: 768px) {
  .hidden-xs--inline {
    display: inline; } }

@media screen and (min-width: 768px) {
  .hidden-xs--inline-block {
    display: inline-block; } }

@media screen and (min-width: 768px) {
  .hidden-sm,
  .hidden-sm--inline,
  .hidden-sm--inline-block {
    display: none; } }

@media screen and (min-width: 992px) {
  .hidden-sm {
    display: block; } }

@media screen and (min-width: 992px) {
  .hidden-sm--inline {
    display: inline; } }

@media screen and (min-width: 992px) {
  .hidden-sm--inline-block {
    display: inline-block; } }

@media screen and (min-width: 992px) {
  .hidden-md,
  .hidden-md--inline,
  .hidden-md--inline-block {
    display: none; } }

@media screen and (min-width: 1200px) {
  .hidden-md {
    display: block; } }

@media screen and (min-width: 1200px) {
  .hidden-md--inline {
    display: inline; } }

@media screen and (min-width: 1200px) {
  .hidden-md--inline-block {
    display: inline-block; } }

@media screen and (min-width: 1600px) {
  .hidden-lg {
    display: block; } }

@media screen and (min-width: 1200px) {
  .hidden-lg,
  .hidden-lg--inline,
  .hidden-lg--inline-block {
    display: none; } }

@media screen and (min-width: 1600px) {
  .hidden-lg--inline {
    display: inline; } }

@media screen and (min-width: 1600px) {
  .hidden-lg--inline-block {
    display: inline-block; } }

@media screen and (min-width: 1600px) {
  .hidden-xl,
  .hidden-xl--inline,
  .hidden-xl--inline-block {
    display: none; } }

.visible-xs {
  display: block; }

.visible-xs--inline {
  display: inline; }

.visible-xs--inline-block {
  display: inline-block; }

@media screen and (min-width: 768px) {
  .visible-xs,
  .visible-xs--inline,
  .visible-xs--inline-block {
    display: none; } }

@media screen and (min-width: 768px) {
  .visible-sm {
    display: block; } }

@media screen and (min-width: 768px) {
  .visible-sm--inline {
    display: inline; } }

@media screen and (min-width: 768px) {
  .visible-sm--inline-block {
    display: inline-block; } }

@media screen and (min-width: 992px) {
  .visible-sm,
  .visible-sm--inline,
  .visible-sm--inline-block {
    display: none; } }

@media screen and (min-width: 992px) {
  .visible-md {
    display: block; } }

@media screen and (min-width: 992px) {
  .visible-md--inline {
    display: inline; } }

@media screen and (min-width: 992px) {
  .visible-md--inline-block {
    display: inline-block; } }

@media screen and (min-width: 1200px) {
  .visible-md,
  .visible-md--inline,
  .visible-md--inline-block {
    display: none; } }

@media screen and (min-width: 1200px) {
  .visible-lg {
    display: block; } }

@media screen and (min-width: 1200px) {
  .visible-lg--inline {
    display: inline-block; } }

@media screen and (min-width: 1200px) {
  .visible-lg--inline-block {
    display: inline-block; } }

@media screen and (min-width: 1600px) {
  .visible-lg,
  .visible-lg--inline,
  .visible-lg--inline-block {
    display: none; } }

@media screen and (min-width: 1600px) {
  .visible-xl {
    display: block; } }

@media screen and (min-width: 1600px) {
  .visible-xl--inline {
    display: inline; } }

@media screen and (min-width: 1600px) {
  .visible-xl--inline-block {
    display: inline-block; } }

.hidden {
  display: none; }

.visible {
  display: block; }

.invisible {
  visibility: hidden;
  transform: scale(0);
  opacity: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  user-select: none; }

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

/*# sourceMappingURL=main.css.map */