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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,700|Barlow:300,400,400i,500,700');

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

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

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

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

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


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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
opacity: 0;
visibility: hidden;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.15;
    font-size: 16px;
} 

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Barlow", arial, sans-serif;
    color: #282929; 
    background-color: #ffffff;
    font-size: 20px;
    line-height: 28px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1312px;
  margin: 0 auto; /* for a box page */
  padding-left: 16px;
  padding-right: 16px;
}

/* Highlighted Text 
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
*/

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 { 
  font-family: "Barlow Semi Condensed", arial, sans-serif;
  margin:15px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Barlow Semi Condensed", arial, sans-serif;
}

h1 { 
  font-size: 52px;
  line-height: 72px;
  margin-top:0;
}
h2 { 
  font-size: 44px;
  line-height: 64px;
}
h3 { 
    font-size: 36px;
    line-height: 48px;
    font-weight:400;
}
h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 24px;
}

h4 { 
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
h5 { 
    font-size: 22px;
    line-height: 24px;
}
h6 { 
   font-size: 20px;
}

@media screen and (min-width: 768px) {
    
  h3 {
    font-size: 40px;
    line-height: 48px;
  }  
 
}

/* Anchor Links */
a { 
  color: #E87722;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover, a:focus { 
    color: #56ABA9;
    outline:none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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



/* Inserting this collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row 
 * 
 * Added to force a wrap after logo in scroll navi when browser zoom 80% or lower, JML 6.11.2019 */
/* @media screen and (min-width:1025px) { */
  @media (min-width:1025px) {
  .flex-desktop-break {
    flex-basis: 100%;
    height: 0;
  }
}

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

.header-container-wrapper {}
.header-container {}
.bg--dark {
    background-color: #282929;
    color: #ffffff;
}
.bg--light {
    background-color: #ffffff;

}
.bg--beige {
    background-color: #D9CBBA;

}
.sitesnav {
    position: relative;
    z-index: 401;
    box-shadow: inset 0px -1px 0px rgba(79, 79, 80, 0.5);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.sitesnav__sites {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sitesnav__sites li {
    color: #E87722;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    font-size: 12px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 2rem;
    list-style: none;
}

.sitesnav__sites li a {
    color: #E87722;
    display: block;
}

.sitesnav__sites li:last-child a {
    display: block;
    color: #ffffff;
}
.sitesnav__sites li:last-child a:hover {
    box-shadow: inset 0px -2px 0px #E87722;
}
.site-header {
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    z-index: 400;
    width: 100%;
    padding: 24px 0;
}

.site-header__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

a.custom-logo {
    position: relative;
    z-index: 402;
}

a.custom-logo img {
    max-width: 100%;
    display: block;
    width: auto;
    height: 49px;
}

.site-header .search-toggle {
    display: none;
}

.search-toggle {
    /*background-image: url('//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/seacch-mobile.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px; */
    margin-left: auto;
    width: 40px;
    height: 40px;
    /*border-radius: 50%; */
    margin-right: 16px;
    /*background-color: #E87722; */
}

.mobile-trigger {
    position: relative;
    z-index: 405;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #266C6A;
}

.menu-toggle__line {
    position: absolute;
    left: 12px;
    width: 16px;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-toggle__line:nth-child(1) {
    top: 14px;
}

.menu-toggle__line:nth-child(2), .menu-toggle__line:nth-child(3) {
    top: 19px;
}

.menu-toggle__line:nth-child(4) {
    top: 24px;
}

.site-header__search {
    width: 100%;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: auto;
    margin-left: auto;
    max-width: 352px;
}

.site-header__search input {
    background-color: #4F4F50;
    color: #ffffff;
    padding-right: 24px;
    background-size: 24px 24px;
    width: 100%;
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/search-icon.svg);
    background-repeat: no-repeat;
    height: 48px;
    border-radius: 24px;
    padding-left: 40px;
    background-position: 12px center;
    padding-bottom: 0;
    border: none;
    font-size:16px;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
}
.site-header__search input:focus {
  outline:none;
}
.site-header__search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}




nav.site-header__nav .hs-menu-wrapper>ul {
    width: 100%;
    height: 100%;
    background-color: #282929;
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin-top: 21px;
    overflow: visible;
}

nav.site-header__nav .hs-menu-wrapper>ul>li {
    position: static;
    width: auto;
    padding: 0;
    margin-right: 2rem;
    line-height: 48px;
    float: none !important;
}

nav.site-header__nav .hs-menu-wrapper>ul>li>a {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

nav.site-header__nav .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px 24px;
    padding-right: 32px;
    margin-right: 0;
}

nav.site-header__nav .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0 !important;
}

nav.site-header__nav .hs-menu-wrapper>ul>li:nth-child(6) {
    margin-left: auto;
}


nav.site-header__nav .hs-menu-wrapper>ul>li>a:hover {
    color: #E87722;
}


/*scroll header */
.scroll-header {
    position: fixed;
    z-index: 4000;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 20px 0;
  
}
.animate .scroll-header {
  -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

nav.site-header__nav .hs-menu-wrapper>ul>li.active>a {
    color: #E87722;
}
.scroll-header nav.site-header__nav .hs-menu-wrapper > ul {
    margin-top: 0;
}

.scroll-header .page-center {
    padding-left: 80px;
    padding-right: 80px;
    float: none;
    max-width: 1312px;
    margin: 0px auto; 
}

.site-header__search input::placeholder {
   color: rgba(255, 255, 255, 0.5);
}
.site-header__search input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
 color: rgba(255, 255, 255, 0.5); }

.site-header__search input::-moz-placeholder {
 /* Firefox 19+ */
 color: rgba(255, 255, 255, 0.5); }

.site-header__search input:-ms-input-placeholder {
 /* IE 10+ */
 color: rgba(255, 255, 255, 0.5); }

.site-header__search input:-moz-placeholder {
 /* Firefox 18- */
 color: rgba(255, 255, 255, 0.5); }

.scroll-header a.custom-logo {
    margin-top: 1px;
}
.scroll-header nav.site-header__nav .hs-menu-wrapper > ul > li > ul {
    top: 108px; /* Original 88px. Now logo on its own line. Move lower. JML 6.11.2019 */
}
/*scroll header end */

/* =============== Content =============== */
body:not(.blog) .body-container-wrapper {
    padding-top:0 !important;
    padding-bottom:0 !important;
    background-color: #EEEEEE;
    color: #282929;
}
.two-column-equal.no-grey .body-container-wrapper {
    background-color: #FFFFFF;
}
body.no-banner .body-container-wrapper  {
    padding-top:64px !important;
    padding-bottom:64px !important;
}
.body-container-wrapper {}
.body-container {}
.hero.color--light {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 720px;
    padding: 96px 0 304px;
  background-color: #282929;
}

.hero__image img {
    position: absolute;
    z-index: 80;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.hero.color--dark {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 520px;
    padding: 96px 0 50px;
  background-color: #282929;
}

.hero.lp {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px !important;
    padding: 16px 0 20px;
  background-color: #282929;
}


.hero__inner {
    position: relative;
    z-index: 100;
}

.hero__inner h1 {
    font-size: 112px;
    line-height: 112px;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    text-transform: uppercase;
    margin-right: 0;
    margin-left: auto;
      color: #EEEEEE;
}
.hero .btn {
    margin-top: 24px; 
    margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .hero .btn {
    margin-top: 32px; 
    margin-left: auto;
  } 
}
@media screen and (min-width: 1152px) {
  .hero .btn {
    margin-right: 0;
    margin-left: auto;
  } 
  
  .image-gallery-box .row-fluid [class*="span"]{
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .image-gallery-box.front-page-flex{
    margin-top:0 !important;
    padding: 0 80px !important;
  }
  .image-gallery-box-02.front-page-flex div div.row-fluid{
    height:300px;
  }
   
  .image-gallery-box.front-page-flex .right-col-01 .row-fluid-wrapper{
    height:50%;
  }
  .image-gallery-box.front-page-flex .right-col-01 .row-fluid-wrapper .row-fluid{
    height:100%;
  } 
   
  .image-gallery-box .hs_cos_gallery_main{
    padding:0 0;
  }
  .image-gallery-box .slick-track {
      margin: 0 0;
      width: 100% !important;
  }
  
  .row-number-4{
    position:relative;
  }
  .image-gallery-box.front-page-flex .left-col-02 {
    position: absolute;
    width: 50% !important;
    height: 50%;
    left: 0;
    top: 0;
    z-index: 999;
}
  .image-gallery-box.front-page-flex .widget-span{
    flex:auto;
  }
  .image-gallery-box.front-page-flex div div.row-fluid>div{
    max-width:100%;
    padding:0 0;
    min-width:0;
  }
  .image-gallery-box .left-col-01 .row-fluid-wrapper, .image-gallery-box .left-col-01 .row-fluid {
      height: auto;
  }
  
  .image-gallery-box .hs_cos_wrapper, .image-gallery-box .hs_cos_gallery {
      height: 100% !important;
      width:100% !important;
      display:block;
  }
  
  .image-gallery-box .hs_cos_gallery_main{
    height:100%;
    margin-bottom:0;
  }
  .image-gallery-box .slick-slider .slick-list, 
  .image-gallery-box .slick-slider .slick-track,
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper{
      height: 100%;
      max-height:none;
      width:100%;
  }
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper img{
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption{
    text-align:left;
     padding: 18px 64px 18px 20px;
    width:100%;
     background-color: rgba(0,0,0,0.6);
  }
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption:after {
    content: '';
    position: absolute;
    top: 0;
    right: 16px;
    width: 48px;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23fff%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M13%2C6%20L19%2C12.017915%20L13%2C18%20M5%2C12%20L19%2C12%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 32px 32px;
}
  
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption h3{
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 20px;
      margin: 0 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  } 
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption p {
      margin-bottom: 0;
    font-size:16px;
    font-weight:400;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .image-gallery-last-box{
    position:relative;
  }
  .image-gallery-last-box span{
    float:left;
    width:100%;
  }
  
  .image-gallery-last-box a{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .image-gallery-last-box a span{
    position:relative;
    display:block;
    width:auto;
    float:none;
  }
  .image-gallery-last-box a span:before{
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%2356ABA9%27%20stroke-width%3D%270.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M13%2C6%20L19%2C12.017915%20L13%2C18%20M5%2C12%20L19%2C12%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80px 80px;
    content:'';
    display:block;
  }
  
  .image-gallery-frame:after {
    display: block;
    content: '';
    width: 100%;
    height: 128px;
    background: #282929;
    margin-top: -140px;
}
  
}


.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
@media screen and (min-width: 768px){
body:not(.blog, .box-page) .container-fluid .row-fluid .page-center.content-wrapper  {
/*    margin-top: -208px; */
    position: relative;
    z-index: 200;
    padding-top: 0;
  }
}
.no-banner .container-fluid .row-fluid .page-center.content-wrapper {
  margin-top:0 !important;
}
body:not(.blog, .box-page) .container-fluid .row-fluid .page-center.content-wrapper>div {
/*  box-shadow: 0 8px 16px -16px rgba(0,0,0,0.6);*/
/*  background-color: white; */
  padding: 64px 64px;
/*  margin-bottom: 127px; */
}
.no-banner .container-fluid .row-fluid .page-center.content-wrapper>div {
  box-shadow:none !important;
  margin:0 !important;
    padding:0 !important;
  background-color:transparent !important;
}
/* no nav */
 .custom-no-nav .site-header__inner >div, .custom-no-nav .site-header__inner >nav {
    display: none !important;
}
.custom-no-nav .custom-footer .columns.columns--3 {
    display: none;
}
 .custom-no-nav .site-footer__nav {
    display: none;
}
 .custom-no-nav .newsletter-signup {
    display: none;
}
 .custom-no-nav .site-footer__newsletter h3 {
    display: none;
}
 .custom-no-nav .site-footer ul.social-list {
    display: none;
}
/* .custom-no-nav .site-footer__contact a {
    display: none; */
}
 .custom-no-nav .custom-footer {
    padding-bottom: 18px;
}

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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
   background-color: #282929;
   color: #ffffff;
   padding-top: 96px;
   padding-bottom: 96px;
}

.site-footer__usps {
   margin-bottom: 64px;
}

.custom-footer .columns {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-flow: row wrap;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
  margin-left: -24px;
    margin-right: -24px;
}

.columns--3 .columns__column {
   width: 33.3333333%;
   padding-left: 24px;
   padding-right: 24px;
}

.site-footer__usps img {
   margin-bottom: 24px;
   max-width: 48px;
   height: auto;
   display: block;
}

.site-footer__usps h4 {
   font-family: "Barlow Semi Condensed", arial, sans-serif;
   margin-bottom: 16px;
}

.title--action {
   font-family: "Barlow Semi Condensed", arial, sans-serif;
   text-transform: uppercase;
}

.site-footer__usps p {
   max-width: 272px;
}

p.text--smaller {
   margin-bottom: 24px;
   font-size: 16px;
   line-height: 24px;
}
.site-footer__nav {
   padding: 40px 0px 28px;
   margin-bottom: 64px;
   border-top: 1px solid #4F4F50;
   border-bottom: 1px solid #4F4F50;
}

.site-footer__nav ul {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-flow: row wrap;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   padding: 0;
}

.site-footer__nav ul li {
   margin: 0 32px 12px 0;
   width: auto;
   padding: 0;
   font-weight: 700;
   font-size: 16px;
   line-height: 20px;
}

.site-footer__nav ul li a {
   color: #ffffff;
   transition: color 0.2s ease;
}

.site-footer__nav ul li a:hover {
color: #56ABA9;
}
.site-footer__nav ul li.active a {
    color: #E87722;
}

.columns--2 .columns__column {
   width: 50%;
   padding-left: 24px;
   padding-right: 24px;
}

h3.title--action {
   font-size: 32px;
   line-height: 38px;
   font-weight: 700;
   margin-bottom: 20px;
   margin-top: 0;
}


.newsletter-signup__form__top {
   -webkit-flex-flow: row nowrap;
   -ms-flex-flow: row nowrap;
   flex-flow: row nowrap;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   display: flex;
}

.newsletter-signup label {
   margin-top: 24px;
   margin-bottom: 8px;
}

.site-footer ul.social-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
      margin-top: 48px;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.site-footer .social-list__item {
    list-style: none;
    list-style-image: none;
    margin-right: 12px;
}
.social {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
}
.social--linkedin {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/custom-linkedin.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 28px;
}
.social--instagram {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/custom-insta.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
}
.social--facebook {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/face_book.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 28px;
}

.social--youtube {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/youtube.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 28px;
}
.site-footer p {
    margin: 0 0 40px;
}
p.text--smaller, .text--smaller p {
    margin-bottom: 24px;
}
.text--smaller {
    font-size: 16px;
    line-height: 24px;
}
nav.site-footer__nav ul {
    display: block !important;
}
.site-footer input.hs-button.primary.large:hover {
    background-color: #266C6A;
    color: #ffffff;
}
.social:hover {
    background-color: #56ABA9;
}
.site-footer li.hs-form-booleancheckbox>label {
    margin-bottom: 8px;
    margin-top: 24px;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    min-height: 24px;
    font-weight: 400;
    padding-top: 2px;
    padding-left: 0;
}
.site-footer__usps p:last-child {
    margin-bottom: 0;
}
.custom-footer ul.no-list.hs-error-msgs.inputs-list {
    color: red;
    padding-top: 10px;
    font-size: 20px;
}

.site-footer li.hs-form-booleancheckbox>label>.hs-input {
    left: 0px;
    top: 0px;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 1px solid #D8D9D9;
    float: left;
    margin-right: 19px;
    padding: 0;
}

.newsletter-signup {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.newsletter-signup .hs-input .hs-fieldtype-checkbox.field.hs-form-field{
    color:#000;
    box-shadow: none;
    border-radius: 0px;
    height: 1rem;
    padding: 0 16px;
    font-family: "Barlow", arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    background-color: #fff;
    margin-right: 24px;
    margin-bottom: 0;
    max-width: none;
    width: 100%;
}

.newsletter-signup input[type="email"] {
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer-container .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 69.6%;

}

.newsletter-signup .hs-input .hs-fieldtype-text.field.hs-form-field {
    color:#000;
    box-shadow: none;
    border-radius: 0px;
    height: 3rem;
    padding: 0 16px;
    font-family: "Barlow", arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    background-color: #fff;
    margin-right: 24px;
    margin-bottom: 0;
    max-width: none;
    width: 100%;
}

.site-footer input.hs-button.primary.large {
    width: auto;
    min-width: 144px;
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    border-radius: 0px;
    background-color: #E87722;
    padding: 14px 24px;
    text-align: center;
    cursor: pointer;
    border: none;
    margin: 0;
    margin-top: 0;
}

.newsletter-signup form {
    position: relative;
}
.newsletter-signup h3.form-title {
    margin: 0;
}

.newsletter-signup span.hs-form-required {
    display: none;
}
.site-footer li.hs-form-booleancheckbox > label > .hs-input {
    position: absolute;
    margin-left: 0;
    top: -3px;
}

.newsletter-signup .hs-form-field>label {
    color: #fff;
    font-family: "Barlow",arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.site-footer li.hs-form-booleancheckbox > label {
    padding-left: 40px;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

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


nav.site-header__nav .hs-menu-wrapper>ul>li ul li a {
  color: #ffffff;
  display: block;
  padding-right: 32px;
  height: 100%;
  font-size:16px;
  line-height:24px;
  font-weight: 700;
}

nav.site-header__nav .hs-menu-wrapper>ul>li ul li a:hover {
    color: #E87722;
}
nav.site-header__nav .hs-menu-wrapper > ul > li >ul {
  display:none !important;
}
nav.site-header__nav .hs-menu-wrapper > ul > li.clicked >ul {
  display:block !important;
    pointer-events: auto;
}
nav.site-header__nav .hs-menu-wrapper > ul > li.clicked {
    box-shadow: inset 0px -3px 0px 0px #E87722;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul{
   opacity: 1 !important;
   visibility: visible !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
   opacity: 0;
   visibility: hidden;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  .scroll-header .site-header__search {
    display: none;
}
.scroll-header .site-header__inner {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row wrap; /* Original, "row nowrap". Logo to the own row, JML 6.11.2019 */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -2px;
}

  nav.site-header__nav .hs-menu-wrapper>ul>li:last-child>a {
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    border-radius: 0px;
    background-color: #56ABA9;
    padding: 14px 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
nav.site-header__nav .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-color: #E87722;
    color: #ffffff;
}
  nav.site-header__nav {
    background-color: #282929;
    z-index: 400;
    left: 0px;
    top: 0px;
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0;
    height: auto;
    width: 100%;
    overflow: visible;
    transition: none !important;
}
  .scroll-header .site-header__nav {
    width: auto;
}
  nav.site-header__nav .hs-menu-wrapper > ul > li { 
  position:static !important;
}
nav.site-header__nav .hs-menu-wrapper > ul > li >ul {
    background-color: #282929;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 144px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    padding-top: 40px;
    height: auto !important;
  z-index:999 !important;
}

nav.site-header__nav .hs-menu-wrapper > ul > li >ul .dropdown-wrapper  {
    width: 100%;
    max-width: 1312px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none;
    position: static !important;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 16px !important;
}
nav.site-header__nav .hs-menu-wrapper>ul>li ul li {
    width: 33.3333%;
    line-height: 24px;
    text-align: left;
    padding: 0;
    margin: 0 0 40px 0;
}
}


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

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

@media (max-width: 1024px){

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
   
  }
 

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

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

  /* Hide menu on mobile */

  nav.site-header__nav .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  nav.site-header__nav .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
.search-toggle {
    display: block;
}

.site-header__search {
    height: 0px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: none;
}

.site-header__nav {
    position: fixed;
    z-index: 400;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #282929;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.3s ease;
    overflow: hidden;
    padding-top: 104px;
  overflow-y:auto;
}
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

.blogs-list-divider {
    color: #333;
    font-size: 100%;
    font: inherit;
    box-sizing: border-box;
    border-top: 1px solid #000;
    margin: 0 0 15px;
    border-style: solid;
    border-width: 9px 0 0;
    border-image-source: url(https://static.bb.se/wcsstore/Aurora/assets/skydda/images/black-dotted-border.svg);
    background: transparent;
    border-image-repeat: repeat;
    border-image-slice: 25% 25%;
}
.post-listing .blog-item-inner {
     color: #333;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; 
}
.post-listing .blog-item-image-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border: 0;
    flex: 0 0 120px;
    order: 2;
}
.post-listing .blog-item-image {
     color: inherit;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    position: relative;
    width: 100%;
    padding-bottom: 62.5%;
    background-size: cover;
    background-position: 50%;
    background-color: #e6e7e7;
}
.post-listing .blog-item-category {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: "Barlow Semi Condensed",arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .4px;
    padding: 3px 8px 5px;
    background-color: rgba(40,41,41,0.8);
    position: absolute;
    left: 8px;
    bottom: 8px;
    max-width: 164px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-listing .blog-item-content {
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    vertical-align: baseline;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    display: block;
    height: 195px;
    border: 1px solid #cccac8;
    border-top: none;
    border-radius: 0 0 0 0;
    font-size: 14px;
    padding: 25px 15px 10px;
    position: relative;
    overflow: hidden;
}

.post-listing .blog-item-content h3{
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    color: #333;
    font-size: 18px;
    font-family: "Barlow Semi Condensed",arial,sans-serif;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0.5rem;
    font-weight: 700;
}

.post-listing .blog-item-description {
    color: inherit;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: 300;
    line-height: 1.3rem;
}
.post-listing .blog-item-description p {    
  font-family: "Barlow Semi Condensed",arial,sans-serif;
}
.post-listing .blog-item-readmore {
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-transform: uppercase;
    color: #da5b15;
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-weight: 900;
    font-family: "Barlow Semi Condensed",arial,sans-serif;
}

.post-listing .blog-item-date {
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    top: 5px;
    left: 0;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #da5b15;
    font-family: "Barlow Semi Condensed",arial,sans-serif;
}
.blogs-list-wrapper {
     color: #333;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; 
}
.blogs-loadmore {
    width: 100%;
    padding: 0.5rem;
    border: 0;
    background-color: #56aba9;
    color: white;
    font-size: 16px;
    border-radius: 0px;
    margin-bottom: 7%;
    margin-top: 3.5%;
    cursor: pointer;
    font-family: "Barlow Semi Condensed",arial,sans-serif;
    font-weight: bold;
}
#current-count {
  display: block;
  margin-top: 0.5rem;
  font-weight: 300;
}
.blog-hidden{
  display: none
}
.blog-item {
     color: #333;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-bottom: 20px;
    padding: 0 10px;
    flex: 0 0 auto;
    width: 25%; 
}
@media (min-width: 900px) and (max-width: 1149px){
.blog-item {
    width: 33.33333%;
}
}
@media (min-width: 768px) and (max-width: 899px){
.blog-item {
    width: 49.9%;
}
}
@media (max-width: 767px){
  #blog-content {
  padding-right: 0px !important;
  }
  .post-listing .blog-item-category {
    font-size: 8px;
    left: 3px;
    bottom: 3px;
  }
  .blog-item {
    width: 100%;
}
.post-listing  .blog-item-inner {
    position: relative;
    border-bottom: 1px solid #e6e7e7;
    display: flex;
    padding: 0 5px 15px;
    margin-top: -5px;
    border-radius: 0; 
  }
.post-listing .blog-item-image {
    height: 100px;
  }
  .post-listing .blog-item-description p {
      margin-bottom: 0.6rem;
  }
  
.post-listing .blog-item-content {
    font-size: 13px;
    position: relative;
    overflow: hidden;
    border: 0;
    flex: 1 1 auto;
    order: 1;
    height: auto;
    min-height: 80px;
    min-width: 0;
    padding: 20px 10px 20px 0;
    border-radius: 0;
  }
  
.post-listing .blog-item-content h3  {
      cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    color: #333;
    font-family: Heebo,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.4;
    max-height: 44.8px;
  }
  
.post-listing .blog-item-readmore  {
    bottom: 0;
    font-size: 11px;
    left: 0;
  }
  
  
.post-listing .blog-item-date  {
    top: 0;
    bottom: 0;
    height: 20px;
    padding: 0;
    max-width: 100%;
    text-align: right;
  }
}

/*  filter radio buttons*/
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  border: 2px #eee solid;
  border-radius: 3px;
  padding: 1rem;
  margin-top: 4rem;
}
.filter-radio-container {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.filter-checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 3px;
}

.filter-radio-container:hover input ~ .filter-checkmark {
  background-color: #eee;
}

.filter-radio-container input:checked ~ .filter-checkmark {
  background-color: #eee;
}

.filter-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filter-radio-container input:checked ~ .filter-checkmark:after {
  display: block;
}

.filter-radio-container .filter-checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #e87722;
}

.search-wrapper {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.search-wrapper p {
  margin-bottom: 1rem;
}

#search {
  margin-left: 0px;
  border: 2px #eee solid;
  border-radius: 3px;
}
.email-sub .legal-consent-container p {
 margin: 0; 
}
@media (max-width: 600px) {
  .blog-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field { 
  margin-bottom:18px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}
.hs-form-field>label {
    color: #282929;  /* original color: #33475b; 30062019JU */
    font-family: "Barlow", arial, sans-serif; /* 30062019JU */
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    /*padding-left: 2px; *//* 30062019JU */
    margin-bottom: 8px; /* 30062019JU */
}

ul.no-list.hs-error-msgs.inputs-list {
       color: #f2545b;
    /* font-family: Barlow Semi Condensed; */
    font-size: 13px;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    color: #ee5646;
    font-weight: 500;
}

/* Added by JML */
form.hs-form .hs-form-field ul.inputs-list {
    font-family: "Barlow", arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

/* Didn't look nice on other forms. Added own skydda-form class, JML */
.skydda-form form.hs-form .hs-form-field ul.inputs-list span {
    margin-left:10px;
}
.skydda-form .hs-form-field>label {
    padding-left: 2px;
}

/* One Line Inputs */
.body-container 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"], 
.body-container input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select { 
    -webkit-border-radius: 0px; /* original 3px 30062019JU */
    -moz-border-radius: 0px; /* original 3px 30062019JU */
    -ms-border-radius: 0px; /* original 3px 30062019JU */
    border-radius: 0px; /* original 3px 30062019JU */
    padding: 12px 10px;
    font-family: "Barlow", arial, sans-serif; /* original Helvetica 30062019JU */
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #D8D9D9;
   max-width: 767px;
  }

#email-prefs-form .email-edit {
    max-width: 767px !important;
}

.body-container input[type="text"]:hover,
.body-container input[type="password"]:hover, 
.body-container input[type="email"]:hover, 
.body-container input[type="search"]:hover, 
.body-container input[type="tel"]:hover,  /* added 30062019JU */
.body-container textarea:hover,
.body-container select:hover { 
  border-color: #E87722;
}
    
.body-container input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus { 
      outline: none;
    border-color: #266C6A;
}
.newsletter-signup .hs-input:focus {
  outline: none;
}
/*
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, 
input[type="password"]:active, input[type="email"]:focus, input[type="email"]:active,
input[type="number"]:focus, input[type="number"]:active, input[type="tel"]:focus,
input[type="tel"]:active, textarea:focus, textarea:active {
    outline: none;
    border-color: #266C6A;
}
*/

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    text-decoration: none !important;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 18px 24px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    font-family: Barlow Semi Condensed;
    background: #e87722;
    border-color: #e87722;
    color: #fff;
    margin: 20px 0;
    white-space: normal;
    border: none;
    transition: all 0.2s ease;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover { 
      background-color: #266C6A;
    color: #ffffff;
}

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


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

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


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

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


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

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


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

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

.custom_listing_comments {
    border:1px solid #ccc;
    padding:15px;
    margin:0 0 20px 0;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
/* blog bottom slider */
.section.related.article-slider {
    position: relative;
}

.list.swiper-free .list__item {
    max-width: 352px;
    padding: 0 0 0 16px;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
    margin: 0;
}

.section.related.article-slider {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section__inner {
    position: relative;
    z-index: 10;
}

.section.related.article-slider h2 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 32px;
    font-size: 56px;
    line-height: 64px;
    position: relative;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #D8D9D9;
}

.swiper-button-next, .swiper-button-prev {
    width: 64px;
    height: 64px;
    background-color: #56ABA9;
    margin: 0;
    position: static;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-container {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    max-width: calc(100vw - ((100vw - 1312px) / 2));
    margin-left: auto;
    padding-left: 56px;
    cursor: grab;
}

.swiper-container:before {
    content: '';
    position: absolute;
    z-index: 200;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 100%;
    background: linear-gradient(to right, #eeeeee, rgba(238, 238, 238, 0.7) 50%, rgba(238, 238, 238, 0));
    width: 80px;
}
.section.related.article-slider:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    max-width: calc(50vw + 536px);
}

/* Added for Skydda's latest posts module, JML 7.11.2019 */
.white-bg-swiper.section.related.article-slider:after {
    background-color: #ffffff;
}

.white-bg-swiper .swiper-container:before {
    background: unset;
}
  
.skydda-posts-section > div {
    background-color: #ffffff;
}

.list__item {
    max-width: 352px;
    width: auto !important;
    padding: 0 0 0 16px;
    padding-left: 24px;
    padding-right: 24px;
    background: transparent;
    margin-right: 0 !important;
}

.list__item__image {
    position: relative;
}

.list__item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px;
    width: 100%;
}

.list__item__image .category {
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
    padding: 3px 8px 5px;
    background-color: rgba(40, 41, 41, 0.8);
    position: absolute;
    left: 16px;
    bottom: 16px;
}

.list__item h4 {
    font-size: 22px;
    line-height: 24px;
    max-width: 280px;
    margin-bottom: 16px;
}

.list__item p:last-child {
    margin-bottom: 0;
}
.article-slider .list:before {
    content: '';
    position: absolute;
    z-index: 200;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 100%;
    background: linear-gradient(to right, #eeeeee, rgba(238, 238, 238, 0.7) 50%, rgba(238, 238, 238, 0));
}

.article-slider .list:before {
    width: 80px;
}

.swiper-navigation.page-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -88px !important;
    margin-bottom: 64px !important;
  position:relative;
}
.swiper-button-next {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/slider-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}
.swiper-button-prev {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/slider-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #266C6A;
}
.list__item > a:not(.btn) {
    color: #282929;
}

.list__item > a:not(.btn):hover {
    color: #56ABA9;
}

.list__item {
    text-align: left;
}
/* close */
.blog-title-wrapper {
    padding-top: 64px;
}

.blog-title-wrapper .page-center {
    position: relative;
    z-index: 10;
}

.hs-blog-header h1 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 40px;
    margin-top: 0;
}

.section.insights__featured {
    position: relative;
}

.section.insights__featured .page-center {
    padding-left: 32px !important;
}

.columns.columns--2 {}

.section.insights__featured .columns.columns--2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -24px;
    margin-right: -24px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section.insights__featured .columns.columns--2 figure.columns__column {
    margin: 0;
}

.insights__featured img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.section.insights__featured h5 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    text-transform: uppercase;
    color: #E87722;
    margin-bottom: 33px;
}

.section.insights__featured h3 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 32px;
    line-height: 38px;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    text-transform: uppercase;
}

.insights__featured a {
    color: #282929;
}

.popular-post-content {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 28px;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
}

.insights__featured p.date {
    color: #4F4F50;
    margin: 0;
}
.hs-blog-listing .body-container-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
}

.hs-blog-listing .blog-content {
    padding-right: 40px;
}

h3.hs-author-listing-header {
    font-size: 32px;
    line-height: 38px;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid #E87722;
    font-weight: 700;
}

.post-item .post-body .insight-item.insights-list__item {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post-header h2 ,h2.post-listing-simple  {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 16px;
}

.insight-item__content > * {
    width: 100%;
}

.post-header h2 a ,h2.post-listing-simple a {
    color: #282929;
}

.post-header h2 a:hover ,h2.post-listing-simple a:hover{
    color: #E87722;
}

.post-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.insight-item__content strong {
    font-weight: 700;
}

.insight-item__image {
    width: 180px;
    min-width: 180px;
    margin-bottom: 0;
    position: relative;
}

.insight-item__image .category {
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
    padding: 3px 8px 5px;
    background-color: rgba(40, 41, 41, 0.8);
    position: absolute;
    left: 8px;
    bottom: 8px;
    max-width: 164px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.insight-item__image img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    width: 100%;
}

.blog-pagination a {
    padding-right: 13px;
}
.blog-sidebar h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 24px;
    border-bottom: 2px solid #E87722;
}
.insights-filter__filter {
    margin-bottom: 40px;
}
.insights-filter__filter  input[type="search"], .insights-filter__filter select {
    width: 100%;
    margin-bottom: 16px;
    height: 48px;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    font-size: 16px;
    color: #000000;
}

.insights-filter__filter select {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px 24px;
    padding-right: 40px;
    color: #000;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
}
.insights-filter__filter input.hs-button.primary {
    width: 100%;
    transition: all 0.2s ease;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 24px;
    text-align: center;
    cursor: pointer;
    border: none;
    margin: 0;
}

.insights-filter__filter input.hs-button.primary:hover {
    background-color: #266C6A;
    color: #ffffff;
}
.insights-top ol {
    counter-reset: insight-top;
    margin: 0;
    padding: 0;
}

.insights-top ol li {
    counter-increment: insight-top;
    position: relative;
    list-style: none;
    list-style-image: none;
    margin: 0 0 12px 0;
    padding: 4px 0 0 56px;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 640px;
}

.insights-top ol li:before {
    content: counter(insight-top);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 32px;
    line-height: 40px;
    padding-bottom: 2px;
    border-bottom: 2px solid #56ABA9;
    font-family: "Barlow Semi Condensed", arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.insights-top ol li a {
    color: #282929;
}

.insights-top ol li a:hover {
    color: #E87722;
}
.breadcrumb-wrapper .page-center {
    max-width: 1120px !important;
    padding-top: 64px;
    padding-bottom: 64px;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    list-style: none;
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.breadcrumbs li a:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/breadcrumb-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    vertical-align: bottom;
}
.blog-post-title h1 {
    margin-bottom: 0;
    margin-top: 0;
}

.section.post-body {
    width: 100%;
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
    padding-left: 80px;
    padding-right: 80px;
}
.section.post-body p {
    margin-top: 0;
}
.insight__date__created {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 80px;
    padding-right: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.insight__date__created strong {
    font-weight: 700;
}

.insight__date__created-inner:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #56ABA9;
}

.insight__date__created-inner {
    padding: 4px 0;
    position: relative;
    padding-right: 17px;
    margin-right: 16px;
}
.hs-blog-post .container-fluid .row-fluid .page-center.content-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


/* =============== Screen sizes smaller than .page-center =============== */
@media screen and (min-width: 768px) {
.columns--2 .columns__column {
    width: 50%;
}
}
@media screen and (min-width: 1024px) {
.site-footer__contact {
    text-align: right;
    padding-top: 8px;
}
.site-footer .social-list {
    margin-top: 48px;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.site-footer .social-list__item {
    margin-right: 0;
    margin-left: 16px;
}

}

@media screen and (min-width: 1152px) {
  
/* JML Commented, because on some zoom levels margins disappeared, 16122019 */
.container-fluid .row-fluid .page-center {
      /* padding-left: 0px; */
      /* padding-right: 0px; */
  }
  .columns__column {
    padding-left: 24px;
    padding-right: 24px;
}
  .container-fluid .row-fluid .page-center.bnr-fea-boxes{
    padding-left:80px;
    padding-right:80px;
  }
  .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp div.row-fluid-wrapper {
    padding: 64px !important;
    width:33.3%;
    min-width:0;
  }
   .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp{
    top:-80px !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
.footer-container .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 65.6%;
}
}
@media screen and (max-width: 1074px) and (min-width: 1024px) {
  nav.site-header__nav .hs-menu-wrapper>ul>li {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1151px) and (min-width: 1024px) {
.custom-footer .columns {
    margin-left: -16px;
    margin-right: -16px;
}
  .custom-footer {
    padding-top: 80px;
    padding-bottom: 80px;
}

.columns--2 .columns__column {
    padding-left: 16px;
    padding-right: 16px;
}

.site-footer__nav {
    padding: 32px 0px 20px;
    margin-bottom: 64px;
}

.columns--3 .columns__column {
    padding-left: 16px;
    padding-right: 16px;
}
  .footer-container .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 63.6%;
}


.section.insights__featured .page-center {
    padding-left: 24px !important;
}

.section.insights__featured .columns.columns--2 {
    margin-left: -16px;
    margin-right: -16px;
}
.section.post-body {
    padding-left: 48px;
    padding-right: 48px;
}
  .hero-slider__inner .hero_content{
    padding:0 48px !important;
  }  

  
}


@media screen and (max-width: 1151px) and (min-width: 768px) {
  
  body:not(.blog) .container-fluid .row-fluid .page-center.content-wrapper {
    margin-top: 0px;
    padding-top: 0;
}
  
.container-fluid .row-fluid .page-center {
    padding-left: 48px;
    padding-right: 48px;
  }
  .scroll-header .page-center ,nav.site-header__nav .hs-menu-wrapper > ul > li > ul .dropdown-wrapper {
    padding-left: 48px;
    padding-right: 48px;
}
  .container-fluid .row-fluid .page-center.content-wrapper {
    padding-left: 48px;
    padding-right: 48px;
}
  .hero.color--light {
    min-height: 512px;
    padding: 72px 0 200px;
}
  
  .hero.color--dark {
    min-height: 512px;
    padding: 72px 0 50px;
}
  
   .hero.lp {
    height: 200px !important;
    padding: 12px 0 20px;
}
   
.hs-blog-listing .body-container-wrapper , body:not(.blog) .body-container-wrapper  {
    padding-top: 56px;
    padding-bottom: 56px;
}
    .blog-title-wrapper {
    padding-top: 56px;
}
    .swiper-container {
    padding-left: 32px;
}

.swiper-button-next, .swiper-button-prev {
    width: 48px;
    height: 48px;
}

.section.related.article-slider {
    padding-top: 72px;
    padding-bottom: 72px;
}
.list__item {
    padding-left: 16px;
    padding-right: 16px;
}
  .swiper-navigation.page-center {
    margin-top: -88px !important;
    margin-bottom: 40px !important;
}
  .section.post-body ,.insight__date__created {
    padding-left: 48px;
    padding-right: 48px;
}

.breadcrumb-wrapper .page-center {
    padding-top: 56px;
    padding-bottom: 56px;
}
  .container-fluid .row-fluid .page-center.bnr-fea-boxes {
    padding-left:48px;
    padding-right:48px;
  }
  
  .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp div.row-fluid-wrapper {
      padding:48px !important;
      width:33.3%;
      min-width:0;
  }
  .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp{
    top:-80px !important;
  }
  
  .hero-slider__inner .hero_content{
    padding:0 48px !important;
  }
  .hero-slider__inner .hero_content{
    font-size:5rem !important;
    line-height:4rem;
  }
  
 
  
  
  
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  
  .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp div.row-fluid-wrapper {
      padding:32px !important;
      width:33.3%;
      min-width:0;
  }
  
}

@media (max-width: 1024px) { 
  .custom-header   .row-fluid .page-center ,.scroll-header .page-center  {
    padding-left: 16px;
    padding-right: 16px;
}
body:not(.blog) .container-fluid .row-fluid .page-center.content-wrapper>div {
    padding: 32px;
}
a.custom-logo img {
    display: block;
    height: 38px;
    width: auto;
}

.site-header {
    padding: 16px 0;
}

.sitesnav__sites li {
    margin-right: 16px;
}

  .site-header .search-toggle {
    display: block !important;
}
.search-open .site-header__search {
    padding-top: 16px;
    height: 56px;
}

.site-header__search input {
    height: 40px;
    padding-left: 36px;
    padding-right: 24px;
    background-position: 8px center;
}
.site-header.menu-open .site-header__nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
  nav.site-header__nav .hs-menu-wrapper>ul {
    margin-top: 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background-color: #282929;
    padding: 0px 20px 24px 8px;
    overflow: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

nav.site-header__nav .hs-menu-wrapper>ul>li {
    margin-right: 0;
    line-height: normal;
    position: relative;
    width: 100%;
    padding: 16px;
  padding-bottom:17px;
}

nav.site-header__nav .hs-menu-wrapper>ul>li>a {
    display: block;
    margin-right: -16px !important;
      cursor: pointer;
}
  nav.site-header__nav .hs-menu-wrapper>ul>li.active>a {
    color: #E87722;
}

nav.site-header__nav .hs-menu-wrapper>ul>li:last-child>a:hover {
    color: #56ABA9;
}
  .menu-open .menu-toggle__line:nth-child(1) {
    top: 12px;
    opacity: 0;
}

.menu-open .menu-toggle__line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open .menu-toggle__line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-open .menu-toggle__line:nth-child(4) {
    opacity: 0;
    top: 26px;
}

body.menu-open {
    overflow: hidden;
}
  nav.site-header__nav .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/menu-arrow-mobile.svg);
}
  nav.site-header__nav .hs-menu-children-wrapper {
    position: static !important;
}

nav.site-header__nav .hs-menu-wrapper>ul>li>ul .dropdown-wrapper {
    padding-left: 4px;
    margin-top: 17px;
    border-left: 2px solid #E87722;
}

nav.site-header__nav .hs-menu-wrapper>ul>li>ul .dropdown-wrapper li {
    padding: 8px 16px;
    position: relative;
    width: 100%;
}

nav.site-header__nav .hs-menu-wrapper>ul>li ul li a {
    padding: 0;
    line-height: normal;
}

nav.site-header__nav .hs-menu-wrapper>ul>li.clicked {
    box-shadow: none;
}

nav.site-header__nav .hs-menu-wrapper>ul>li.hs-item-has-children.clicked>a {
    background-image: url(//5850041.fs1.hubspotusercontent-na1.net/hubfs/5850041/Skydda_May2019%20Theme/images/menu-open-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px 24px;
}
  .scroll-header .page-center {
    margin-top: 0;
}

.scroll-header a.custom-logo {
    margin-top: 0;
}
  .footer-container-wrapper .page-center {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.columns.columns--portrait-1 .columns__column {
    width: 100%;
}

.columns--2 .columns__column {
    padding-left: 12px;
    padding-right: 12px;
}

.custom-footer {
    padding-top: 80px;
    padding-bottom: 80px;
}

.site-footer .social-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.custom-footer .columns {
    margin-left: -12px;
    margin-right: -12px;
}

.site-footer ul.social-list {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
}

.site-footer__newsletter {
    margin-bottom: 29px;
}

.footer-container .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 81.6%;
}

.site-footer__nav {
    padding: 32px 0px 20px;
    margin-bottom: 64px;
}

.columns--3 .columns__column {
    padding-left: 12px;
    padding-right: 12px;
}

 .hero.color--light {
    min-height: 512px;
    padding: 72px 0 200px;
}
  
   .hero.lp {
   height: 200px !important;
    padding: 12px 0 20px;
}

.hero__inner h1 {
    font-size: 80px;
    line-height: 80px;
}
  .hs-blog-listing .blog-content {
    width: 100% !important;
    padding-right: 159px;
}

h3.hs-author-listing-header {
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.hs-blog-header h1 {
    font-size: 56px;
    line-height: 64px;
}

.blog-sidebar {
    margin-top: 50px;
    margin-left: 0 !important;
    width: 100% !important;
}

.blog-sidebar h3 {
    border: 0;
    padding-bottom: 0;
}
}


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

@media (max-width: 767px) { 
  .hs-blog-listing .body-container-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
  
  h1 {
    font-size: 42px;
    line-height: 50px;
  
}
  
  body:not(.blog) .body-container-wrapper {
    padding-top: 64px;
  }
 .hero.color--light {
    padding: 40px 0 96px;
    min-height: auto;
}
  
   .hero.lp {
    padding: 10px 0 16px;
    height: 200px;
}
  
  .hero.color--dark {
    padding: 40px 0 50px;
    min-height: auto;
}

.hero__inner h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
}
  nav.site-header__nav .hs-menu-wrapper>ul>li>a {
    width: auto !important;
}
  .custom-footer {
    padding-top: 72px;
    padding-bottom: 72px;
}

.footer-container-wrapper .page-center {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.site-footer__newsletter {
    margin-bottom: 20px;
}

.footer-container .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
}

.site-footer input.hs-button.primary.large {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 9px;
}

.newsletter-signup .hs-input {
    margin-right: 0;
}

.site-footer__nav {
    border-top: 1px solid #4F4F50;
    border-bottom: 1px solid #4F4F50;
    padding: 16px 0 4px;
    margin-bottom: 40px;
    margin-top: 39px;
}

.site-footer__nav ul li {
    float: left !important;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 16px 12px 0;
}

.custom-footer .columns {
    display: block;
    /* margin: 0; */
    /* margin-bottom: 40px; */
}

.site-footer__usps {
    margin-bottom: 32px;
}

.site-footer__usps {
    margin-bottom: 0;
}

.site-footer__usps__usp {
    margin-bottom: 34px;
}

.columns--3 .columns__column {
    width: 100%;
}

.site-footer__usps h4 {
    margin-bottom: 8px;
    margin-top: 0;
}

h3.title--action {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.site-footer__usps img {
    margin-bottom: 16px;
}
  .blog-title-wrapper {
    padding-top: 40px;
}

.hs-blog-header h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 32px;
}

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

.section.insights__featured .page-center {
    padding-left: 16px !important;
}

.section.insights__featured .columns.columns--2 {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.section.insights__featured .columns--2 .columns__column {
    padding-left: 0;
    padding-right: 0;
}

.insights__featured img {
    margin-bottom: 16px;
}

.section.insights__featured h3 {
    font-size: 28px;
    line-height: 32px;
}

body ,.popular-post-content {
    font-size: 18px;
    line-height: 26px;
}

.hs-blog-listing .blog-content {
    padding-right: 0;
}

.post-item .post-body .insight-item.insights-list__item {
    /* flex-flow: column; */
    /* -webkit-flex-flow: column; */
    -ms-flex-flow: column;
    -webkit-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
}

.insight-item__image {
    order: 1;
}

.insight-item__image {
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.insight-item__image {
    position: relative;
    margin-bottom: 16px;
}

.post-header h2 a {
    color: #e87722;
}

.post-header h2 a:hover {
    color: #56ABA9;
}
  .insight-item__image img {
    display: block;
    width: 100%;
    max-width: none;
    max-height: 200px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
  .swiper-container {
    max-width: calc(100vw - ((100vw - 1312px) / 2));
    margin-left: auto;
    padding-left: 0px;
    position: relative;
}

.list__item {
    padding: 0 0 0 16px;
}
  .swiper-container {
    max-width: calc(100vw - ((100vw - 1312px) / 2));
    margin-left: auto;
    padding-left: 0px;
    position: relative;
}

.list__item {
    padding: 0 0 0 16px;
}
.section.related.article-slider h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 32px;
}

.swiper-navigation.page-center {
    margin-top: -24px !important;
    margin-bottom: 24px !important;
}

.swiper-button-next, .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
}
  .breadcrumb-wrapper .page-center {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-post-title h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 0;
}

.section.post-body ,.insight__date__created {
    padding-left: 16px;
    padding-right: 16px;
}
  body:not(.blog) .container-fluid .row-fluid .page-center.content-wrapper>div  {
    padding: 24px;
}
@media (min-width: 768px) {  
  body:not(.blog) .container-fluid .row-fluid .page-center.content-wrapper {
    margin-top: -80px;
  }}
  .swiper-container:before {
    display:none;
  }
.body-container   h1 {
    font-size: 30px;
}

.body-container h2 {
    font-size: 28px;
    line-height: 30px;
}
  
.body-container  h3 {
    font-size: 26px;
}
}  


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

@media (max-width: 479px) {}
  }

/* START These are for Boxed page */
@media (max-width:1024px) {
  .dyn_boxes {
    max-width: 90% !important;
  }
}

.dyn_boxes {
  // margin-left: 25px !important;
  margin-top: 0px !important;
}

/*.boxwrapper { */
.boxwrapper > span {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); /* 250px -> 350px, 4 to 3 boxes */
  grid-gap: 25px;
  // background-color: #fff;
  // color: #444;
  // margin-left: -20px;
}

.box {
  // background-color: #fff;
  // border: solid 5px;
  // border-color: rgba(0,0,0,1);
  color: #282929; /* original #53565a; 30062019JU */
  // border-radius: 5px;
  padding: 20px 0px 20px 0px;
  /* font-size: 150%; */
}

/* Smaller text as in skydda.se, JML */
.box p {
  font-size: 16px;
  line-height: 24px;
}

.box h4 {
 font-size: 22px;
 line-height: 24px;
 margin-bottom: 16px;
}

.box img {
  margin-bottom: 24px;  
}

.breadtext {
  max-width: 80%;
  display: block;
  margin: 20px 20px 20px 150px !important;
}

.text-image-section {
  max-width: 80%;
  display: block;
  margin: 20px 20px 20px 150px !important;
}

.padding-top-64 {
  padding-top: 64px;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.bg-grey-lighter {
  background-color: #EEEEEE;
}

/* body .container-fluid .bg-grey-lighter .page-center .content-wrapper>div { */
.box-page .container-fluid .bg-grey-lighter >div {
  box-shadow: none !important;
  background-color: #EEEEEE !important;
  padding: 0px;
  margin-bottom: 0px !important;
}

.box-page .content-wrapper {
  padding-top: 80px;
  padding-bottom: 50px;
}

/* END These are for Boxed page */

/* ----------------
  Content
---------------- */
.lead {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  }

p {
  margin: 0 0 40px; }
  p.text--smaller,
  .text--smaller p {
    margin-bottom: 24px; }
  p.text--small,
  .text--small p {
    margin-bottom: 32px; }

.text--smaller {
  font-size: 16px;
  line-height: 24px; }

.text--small {
  font-size: 18px;
  line-height: 26px; }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

.date {
  color: #4F4F50; }

/* ----------------
  Service section added by JU
---------------- */

.service_section {
  padding-left: 38px;
  /*border-left: 2px solid #E87722; */
  margin-bottom: 32px;
}

  /*:nth-child(even)
    border-color : #266C6A;*/

/*
  .service_section:nth-child(3n) {
    border-color : #282929; }*/

/*
.service_inner > span > div {
  padding-left: 38px;
  border-left: 2px solid #E87722;
  margin-bottom: 32px;
}
.service_inner > span > div :nth-of-type(even) {
    border-color : #266C6A;
}
.service_inner > span > div :nth-of-type(3n)  {
    border-color : #282929;
}
*/

/* Because of HubSpot's wrappers, adding the class dynamically to the wrapper div, JML */
.service_element_wrapper {
  padding-left: 38px;
  border-left: 2px solid #E87722;
  margin-bottom: 32px;
}
.service_element_wrapper:nth-child(even) {
    border-color : #266C6A;
}
.service_element_wrapper:nth-child(3n)  {
    border-color : #282929;
}




.service_sidebar {
  padding: 48px; }
  .service_sidebar ul {
    margin-top: 0;
    padding: 0; }
    .service_sidebar ul li {
      list-style: none;
      list-style-image: none;
      margin: 0 0 16px; }

@media screen and (min-width: 1024px) {
  .service {
    /* Content section */ }
    .service_inner {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .service_content {
      max-width: 680px;
      padding-right: 32px; }
    .service_sidebar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      max-width: 400px;
      padding: 56px; }
      .service_sidebar .btn {
        display: block; }
    .service_section {
      padding-left: 38px;
      margin-bottom: 48px; }
      .service_section h3 {
        margin-bottom: 16px; }
      .service_section h5 {
        margin-bottom: 8px; }
      .service_section ul {
        margin: 0 0 32px; }
      .service_section p + ul {
        margin-top: -16px; } }



  .industry_intro {
    box-shadow: 0 8px 16px -16px rgba(0, 0, 0, 0.6);
    }
  .industry_desc {
    padding: 24px 0;
    margin: 0 24px;
    border-bottom: 2px solid #E87722;
    }
  .industry_desc >div {
    padding: 0 15px;
  }
  .main-content-img {
    margin-top: 40px;
    padding-left: 15px !important;
  }
/*Front page layout with Hero Slider */

@media (min-width: 268px) and (max-width: 768px) {
  .hero_content .hero_slider_h1 h1 {
    font-size: 6vw;
    line-height: 8vw;
    text-shadow: 2px 2px #000;
  }
  
  .hero_content {
    max-width: 90%;
  }

  .hero-slider .slick-slide {
    height: auto;
  }

  .pull-up-fp {
      position: relative;
      margin: 0px auto 0 auto !important;
      background-color: white;
      top: -20px !important;
    }
  
    .hero-slider {
      margin-top:-117px;
    }
  
  .hero-slider__inner .hero_content {
    position: relative;
    left: 30px;
    top: 100px;
  }

  .hero_content .hero.btn {
      position: relative;
      top: 35px;
      z-index: 2;
  }

  .cta_button {
    padding: 10px 14px !important;
  }
  
  .front-page-flex {
    margin: 0px auto 0 auto !important;    
  }

  .front-page-flex div div.row-fluid > div {
    flex: 1;
    padding: 15px;
    margin-bottom: 10px;
  }  
}

@media (min-width: 768px) {
  .hero-slider {
      margin-top:-108px;
    }
  .hero-slider__inner .hero_content {
    position: absolute;
    left: 50px;
    top: auto;
    bottom:200px;
  }
  .hero_content .hero.btn {
      position: relative;
      top: 35px;
      z-index: 200;
  }
  
  .hero-slider .slick-slide:nth-child(2) .hero_content .hero.btn,
.hero-slider .slick-slide:nth-child(3) .hero_content .hero.btn{
  top:25px;
}


.hero-slider .slick-slide:nth-child(4) .hero_content .hero.btn,
.hero-slider .slick-slide:nth-child(5) .hero_content .hero.btn{
  top:25px;
}

.hero-slider .hero-slider__inner.slick-slide:nth-child(2) .hero_content,
.hero-slider .hero-slider__inner.slick-slide:nth-child(3) .hero_content{
  bottom:190px;
}

.hero-slider .hero-slider__inner.slick-slide:nth-child(4) .hero_content,
.hero-slider .hero-slider__inner.slick-slide:nth-child(5) .hero_content{
  bottom:190px;
}

    .front-page-flex {
      margin: -50px auto 0 auto !important;    
    }

  .pull-up-fp {
    justify-content: space-between;
    /*-- align-items: center; --*/
    display: flex !important;
    
    padding: 0px !important;
    position: relative;
    top: -128px !important;
    margin-bottom: -100px;
    z-index: 1;
  }
  .pull-up {
    position: relative;
    top: -100px !important;
    margin-bottom: -100px;
  }

  .pull-up-fp > div:first-child {
    border-right: solid 1px lightgrey;
  }
  
  .pull-up-fp > div:last-child {
    border-left: solid 1px lightgrey !important;
  }

  .front-page-flex div div.row-fluid {
    display: flex;
    justify-content: space-between;
    /*-- align-items: center; --*/
  }
  .pull-up-fp div.row-fluid-wrapper,
  .front-page-flex div div.row-fluid > div {
    max-width: 500px;
    flex: 1;
    min-width: 280px;
    padding: 15px;
  }
  .pull-up-fp div.row-fluid-wrapper{
    padding: 15px !important;
  }
  
  .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp p:last-child {
    margin-bottom: 0;
  }
  .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp div.row-fluid-wrapper a.btn{
    font-family: "Barlow Semi Condensed",arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    border-radius: 0;
    background-color: #e87722;
    padding: 10px;
    text-align: center;
    cursor: pointer;
  }
  
  
  .image-gallery-box .row-fluid [class*="span"]{
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .image-gallery-box.front-page-flex{
    margin-top:0 !important;
    padding: 0 48px !important;
  }
  .image-gallery-box-02.front-page-flex div div.row-fluid{
    max-height:300px;
  }
  
  .image-gallery-box.front-page-flex .left-col-01{
    position:relative;
  }
  
  
  .image-gallery-box.front-page-flex .right-col-01 .row-fluid-wrapper{
    height:50%;
  }
  .image-gallery-box.front-page-flex .right-col-01 .row-fluid-wrapper .row-fluid{
    height:100%;
  } 
  
  
  .image-gallery-box .hs_cos_gallery_main{
    padding:0 0;
  }
  .image-gallery-box .slick-track {
      margin: 0 0;
      width: 100% !important;
  }
  
  .row-number-4{
    position:relative;
  }
  .image-gallery-box.front-page-flex .left-col-02 {
    position: absolute;
    width: 50% !important;
    height: 50%;
    left: 0;
    top: 0;
    z-index: 999;
}
  .image-gallery-box.front-page-flex .widget-span{
    flex:auto;
  }
  .image-gallery-box.front-page-flex div div.row-fluid>div{
    max-width:100%;
    padding:0 0;
    min-width:0;
    margin-bottom:0 !important;
  }
  .image-gallery-box .left-col-01 .row-fluid-wrapper, .image-gallery-box .left-col-01 .row-fluid {
      height: 100%;
  }
  
  .image-gallery-box .hs_cos_wrapper, .image-gallery-box .hs_cos_gallery {
      height: 100% !important;
      width:100% !important;
      display:block;
  }
  
  .image-gallery-box .hs_cos_gallery_main{
    height:100%;
    margin-bottom:0;
  }
  .image-gallery-box .slick-slider .slick-list, 
  .image-gallery-box .slick-slider .slick-track,
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper{
      height: 100%;
      max-height:none;
      width:100%;
  }
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper{
      background-color: #e87722;
  }
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper img{
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: all .4s ease;
  }
  
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0.6 !important;
  }
  
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption{
    text-align:left;
     padding: 18px 64px 18px 20px;
    width:100%;
     background-color: rgba(0,0,0,0.6);
  }
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption:after {
    content: '';
    position: absolute;
    top: 0;
    right: 16px;
    width: 48px;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23fff%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M13%2C6%20L19%2C12.017915%20L13%2C18%20M5%2C12%20L19%2C12%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 32px 32px;
}
  
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption h3{
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 20px;
      margin: 0 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  } 
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption p {
      margin-bottom: 0;
    font-size:16px;
    font-weight:400;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .image-gallery-last-box{
    position:relative;
  }
  .image-gallery-last-box span{
    float:left;
    width:100%;
  }
  
  .image-gallery-last-box a{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    background:#fff;
    transition: all .4s ease;
  }
  .image-gallery-last-box a span{
    position:relative;
    display:block;
    width:auto;
    float:none;
    color:#e87722;
  }
  .image-gallery-last-box a span:before{
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%2356ABA9%27%20stroke-width%3D%270.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M13%2C6%20L19%2C12.017915%20L13%2C18%20M5%2C12%20L19%2C12%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80px 80px;
    content:'';
    display:block;
  }
  .image-gallery-last-box a:hover {
    background-color: #e87722;    
  }
  .image-gallery-last-box a:hover span {
    color:#fff;
  }
  .image-gallery-last-box a:hover span:before{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23ffffff%27%20stroke-width%3D%270.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M13%2C6%20L19%2C12.017915%20L13%2C18%20M5%2C12%20L19%2C12%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
    
  }
  
  
  .image-gallery-frame {
    float: left;
    width: 100%;
    position: relative;
}
  
  .image-gallery-frame:after {
    display: block;
    content: '';
    width: 100%;
    height: 88px;
    background: #282929;
    margin-top: -100px;
}
  
  
  
}
@media (max-width: 767px) {
  .pull-up-fp,
  .front-page-flex div div.row-fluid {
    flex-wrap: wrap;
  }  
  .container-fluid .row-fluid .page-center.bnr-fea-boxes{
    padding:0 15px !important;
  }
  .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp{
    padding-left:0;
    padding-right:0;
  }
  .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp {
    top: -80px !important;
  }
  .container-fluid .row-fluid .page-center.bnr-fea-boxes .pull-up-fp div.row-fluid-wrapper{
    padding:12px 24px;
  }
  
  
  
  
  .image-gallery-box .row-fluid [class*="span"]{
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .image-gallery-box.front-page-flex{
    margin-top:0 !important;
    padding: 0 16px !important;
  }
  .image-gallery-box-02.front-page-flex div div.row-fluid{
    max-height:none;
  }
  
  
  .image-gallery-box.front-page-flex .right-col-01 .row-fluid-wrapper{
    height:50%;
  }
  .image-gallery-box.front-page-flex .right-col-01 .row-fluid-wrapper .row-fluid{
    height:100%;
  } 
  
  
  .image-gallery-box .hs_cos_gallery_main{
    padding:0 0;
  }
  .image-gallery-box .slick-track {
      margin: 0 0;
      width: 100% !important;
  }
  
  .row-number-4{
    position:relative;
  }
  .image-gallery-box.front-page-flex .left-col-02 {
    position: relative !important;
    width: 100% !important;
    height:auto !important;
    left: 0;
    top: 0;
    z-index: 999;
}
  .image-gallery-box.front-page-flex .widget-span{
    flex:auto;
  }
  .image-gallery-box.front-page-flex div div.row-fluid>div{
    max-width:100%;
    padding:0 0;
    min-width:0;
    margin-bottom:0 !important;
  }
  .image-gallery-box .left-col-01 .row-fluid-wrapper, .image-gallery-box .left-col-01 .row-fluid {
      height: 100%;
  }
  
  .image-gallery-box .hs_cos_wrapper, .image-gallery-box .hs_cos_gallery {
      height: 100% !important;
      width:100% !important;
      display:block;
  }
  
  .image-gallery-box .hs_cos_gallery_main{
    height:100%;
    margin-bottom:0;
  }
  .image-gallery-box .slick-slider .slick-list, 
  .image-gallery-box .slick-slider .slick-track,
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper{
      height: 100%;
      max-height:none;
      width:100%;
    display:block;
  }
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper{
      background-color: #e87722;
  }
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper img{
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: all .4s ease;
  }
  
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0.6 !important;
  }
  
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption{
    text-align:left;
     padding: 18px 64px 18px 20px;
    width:100%;
     background-color: rgba(0,0,0,0.6);
  }
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption:after {
    content: '';
    position: absolute;
    top: 0;
    right: 16px;
    width: 48px;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23fff%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M13%2C6%20L19%2C12.017915%20L13%2C18%20M5%2C12%20L19%2C12%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 32px 32px;
}
  
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption h3{
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 20px;
      margin: 0 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  } 
  .image-gallery-box .slick-slider .slick-slide-inner-wrapper .caption p {
      margin-bottom: 0;
    font-size:16px;
    font-weight:400;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .image-gallery-last-box{
    position:relative;
  }
  .image-gallery-last-box span{
    float:left;
    width:100%;
  }
  
  .image-gallery-last-box a{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background:#fff;
  }
  .image-gallery-last-box a span{
    position:relative;
    display:block;
    width:auto;
    float:none;
  }
  .image-gallery-last-box a span:before{
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%2356ABA9%27%20stroke-width%3D%270.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M13%2C6%20L19%2C12.017915%20L13%2C18%20M5%2C12%20L19%2C12%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80px 80px;
    content:'';
    display:block;
  }
  .image-gallery-last-box a:hover {
    background-color: #e87722;    
  }
  .image-gallery-last-box a:hover span {
    color:#fff;
  }
  .image-gallery-last-box a:hover span:before{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cg%20stroke%3D%27%23ffffff%27%20stroke-width%3D%270.6%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M13%2C6%20L19%2C12.017915%20L13%2C18%20M5%2C12%20L19%2C12%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
    
  }
  
  .pull-up-fp, .front-page-flex div .right-col-01 .span6.widget-span {
    width:50%;
  }
  .image-gallery-box.front-page-flex div .right-col-01 div.row-fluid {
      display: flex;
  }
  
  .image-gallery-box-02.front-page-flex div div.row-fluid {
      display: flex;
  }
  .image-gallery-box-02.front-page-flex div .span3.widget-span,
  .image-gallery-box-02.front-page-flex div .span6.widget-span{
    width:50%;
    flex:0 0 50%;
    min-height: 300px;
  }
  
  .image-gallery-frame:after {
    display: block;
    content: '';
    width: 100%;
    height:72px;
    background: #282929;
    margin-top: -80px;
}
  
  
  
}

@media (min-width: 1096px) {
112px {
    font-size:112px;
    text-shadow: 2px 2px #000;
  /*-- transform: scale(1, 2);
  -webkit-transform: scale(1, 2);
  -moz-transform: scale(1, 2); 
  -ms-transform: scale(1, 2); 
  -o-transform: scale(1, 2); --*/
    line-height:108px;
    font-variant:unset;
    text-transform:uppercase;
  }
  
  

  .hero_content {
    max-width: 90%;
  }
  .hero_content .hero.btn {
      position: relative;
      top: 25px;
      z-index: 2;
  }
  
    .hero-slider__inner .hero_content {
      position: absolute;
      left:50%;
      transform:translateX(-50%);
      top: auto;
      bottom:200px;
      padding:0 0 0 140px;
      width:100%;
      max-width:1430px;
    }
  .slick-slider{
    margin-bottom:0 !important;
  }
  
    .hero-slider .slick-slide {
      height: 800px;
      position:relative;
    }
  
  
  .hero-slider .slick-slide:nth-child(2) .hero_content .hero.btn,
.hero-slider .slick-slide:nth-child(3) .hero_content .hero.btn{
  top:25px;
}

.hero-slider .slick-slide:nth-child(4) .hero_content .hero.btn,
.hero-slider .slick-slide:nth-child(5) ..hero-slider .hero-slider__inner.slick-slide:nth-child(4) .hero_content, .hero-slider .hero-slider__inner.slick-slide:nth-child(5) .hero_contenthero_content .hero.btn{
  top:25px;
}

50nt,
.hero-slider .hero-slider__inner.slick-slide:nth-child(3) .hero_content{
  bottom:240px;
}

.hero-slider .hero-slider__inner.slick-slide:nth-child(4) .hero_content,
.hero-slider .hero-slider__inner.slick-slide:nth-child(5) .hero_content{
  bottom:190px;
}
  
}

.pull-up,
.pull-up-fp {
  background-color: white;
}

.hero__image {
    z-index: 0;
}

.hero-slider .slick-slide img{
  height:100%;
  object-fit:cover;
}
.slick-initialized .slick-slide{
  position:relative;
}
.hero_content .hero_slider_h1 h1{
  font-size:112px;
    text-shadow: 2px 2px #000;
   /*-- transform: scale(1, 2);
  -webkit-transform: scale(1, 2);
  -moz-transform: scale(1, 2); 
  -ms-transform: scale(1, 2); 
  -o-transform: scale(1, 2); --*/
  line-height:108px;
  font-variant:unset;
    text-transform:uppercase;
}



.hero-slider .slick-slide{
  height:800px;
}  

.hero-slider .slick-slide:nth-child(2) .hero_content .hero.btn,
.hero-slider .slick-slide:nth-child(3) .hero_content .hero.btn{
  top:25px;
}


.hero-slider .slick-slide:nth-child(4) .hero_content .hero.btn,
.hero-slider .slick-slide:nth-child(5) .hero_content .hero.btn{
  top:25px;
}

.hero-slider .hero-slider__inner.slick-slide:nth-child(2) .hero_content,
.hero-slider .hero-slider__inner.slick-slide:nth-child(3) .hero_content{
  bottom:190x;
}

.hero-slider .hero-slider__inner.slick-slide:nth-child(4) .hero_content,
.hero-slider .hero-slider__inner.slick-slide:nth-child(5) .hero_content{
  bottom:190px;
}




@media (max-width:1450px){
  
  .hero-slider__inner .hero_content{
    max-width:1312px;
    padding-left:80px;
  }
  .hero_content .hero_slider_h1 h1{
    font-size:100px;
    line-height:100px;
  }
}



@media (max-width:1151px){

  .hero_content .hero_slider_h1 h1{
    font-size:95px;
    line-height:95px;
  }
  
  .hero_content .hero.btn{
        top:15px;
      }
      .hero-slider .slick-slide:nth-child(2) .hero_content .hero.btn, 
      .hero-slider .slick-slide:nth-child(3) .hero_content .hero.btn{
        top:15px;
      }
      .hero-slider .hero-slider__inner.slick-slide:nth-child(2) .hero_content, 
      .hero-slider .hero-slider__inner.slick-slide:nth-child(3) .hero_content{
        bottom:180px;
      }
      .hero-slider__inner .hero_content{
        bottom:180px;
      }
      .hero-slider .slick-slide:nth-child(4) .hero_content .hero.btn, 
      .hero-slider .slick-slide:nth-child(5) .hero_content .hero.btn{
        top:20px;
      }
      .hero-slider .hero-slider__inner.slick-slide:nth-child(4) .hero_content, 
      .hero-slider .hero-slider__inner.slick-slide:nth-child(5) .hero_content{
        bottom:180px;
      }
  


}






@media (max-width:1095px){
  .slick-track .hero-slider__inner .hero_content{
      padding:0 0 !important;
  }
  
  
  
  
  
      .hero-slider .hero-slider__inner.slick-slide:nth-child(2) .hero_content, 
      .hero-slider .hero-slider__inner.slick-slide:nth-child(3) .hero_content{
        bottom:150px;
      }
      .hero-slider__inner .hero_content{
        bottom:150px;
      }
      .hero-slider .hero-slider__inner.slick-slide:nth-child(4) .hero_content, 
      .hero-slider .hero-slider__inner.slick-slide:nth-child(5) .hero_content{
        bottom:150px;
      }
  
     
  
}

  

  
  @media (min-width:768px) and (max-width:991px){

      .hero-slider .slick-slide{
        height:650px;
      }  
    
    
    .hero_content .hero_slider_h1 h1 {
        font-size:4rem;    
        line-height:4rem;
    }
    .hero-slider .slick-slide:nth-child(2) .hero_content .hero.btn,
    .hero-slider .slick-slide:nth-child(3) .hero_content .hero.btn{
        top: 0;
    }
    .hero-slider .slick-slide:nth-child(4) .hero_content .hero.btn{
        top: 0;
    }
  
    .hero-slider .slick-slide:nth-child(5) .hero_content .hero.btn {
      top:0;
    }
    .hero-slider .hero-slider__inner.slick-slide:nth-child(2) .hero_content, 
    .hero-slider .hero-slider__inner.slick-slide:nth-child(3) .hero_content {
        bottom: 140px;
    }
    .hero-slider .hero-slider__inner.slick-slide:nth-child(4) .hero_content{
      bottom: 140px;
  }
    .hero-slider .hero-slider__inner.slick-slide:nth-child(5) .hero_content {
        bottom:140px;
    }
    
    .hero_content .hero.btn{
      top:0;
    }
    
    .hero-slider__inner .hero_content{
      bottom:140px;
    }
    
  }


@media (max-width:767px){

      .hero-slider .slick-slide{
        height:550px;
      }  
  
    .hero-slider__inner .hero_content{
      position:absolute;
      top:auto;
      bottom:110px;
    }
  
    .hero_content .hero_slider_h1 h1 {
        font-size:4rem;    
        line-height:4rem;
    }
    .hero-slider .slick-slide:nth-child(2) .hero_content .hero.btn,
    .hero-slider .slick-slide:nth-child(3) .hero_content .hero.btn{
        top: 25px;
    }
    .hero-slider .slick-slide:nth-child(4) .hero_content .hero.btn{
        top: 25px;
    }
  
    .hero-slider .slick-slide:nth-child(5) .hero_content .hero.btn {
      top:25px;
    }
    .hero-slider .hero-slider__inner.slick-slide:nth-child(2) .hero_content, 
    .hero-slider .hero-slider__inner.slick-slide:nth-child(3) .hero_content {
        bottom: 95px;
    }
    .hero-slider .hero-slider__inner.slick-slide:nth-child(4) .hero_content{
      bottom:95px;
  }
    .hero-slider .hero-slider__inner.slick-slide:nth-child(5) .hero_content {
        bottom:95px;
    }
  
  
  }



@media (max-width:640px){

      .hero-slider .slick-slide{
        height:480px;
      }  
  
    .hero_content .hero_slider_h1 h1{
      font-size:3.2rem;
      line-height:3.6rem;
    }
  
  .hero_content .hero.btn{
    top:25px;
  }
  
    .hero-slider .slick-slide:nth-child(2) .hero_content .hero.btn, 
  .hero-slider .slick-slide:nth-child(3) .hero_content .hero.btn{
      top:25px;
  }
  .hero-slider .slick-slide:nth-child(2) .hero_content .hero.btn, 
  .hero-slider .slick-slide:nth-child(3) .hero_content .hero.btn{
    top:25px;
  }
  
  
  }






@media (max-width:480px){
  .image-gallery-box-02.front-page-flex div .span3.widget-span,
  .image-gallery-box-02.front-page-flex div .span6.widget-span{
    min-height: 200px;
  }
  
  .hero_content .hero_slider_h1 h1{
      font-size:2.4rem;
      line-height:3rem;
    }
  
}