@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,500,700'); 

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:500');

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700');

@import url('https://fonts.googleapis.com/css?family=Merriweather:300i,400i,700i');

/* SuperbaKrill rød: rgb(229, 10, 26)
* Dark gray: rgb(25, 25, 25)
* Red/Gray: rgb(228, 216, 216)
* Lighter red: rgb(231, 61, 76); 
* */

 

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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


/**************************************************************************************************/
/* General styles    */
/**************************************************************************************************/

p, body{
  font-family: 'Fira Sans Condensed';
  font-weight: 400; 
  font-size: 1.2rem; 
  line-height: 1.6; 
  color: #333;
  letter-spacing: 0.2px;
}


.section{
  height: 100px; 
}

.section::before{
  content: ""; 
  background-color: rgb(231, 61, 76); 
  height: 100px; 
  width: 4px; 
  display: block; 
  position: relative; 
  margin: auto; 
  border-radius: 2px;
}

.container-fluid{
  padding-left: 0 !important; 
  padding-right: 0 !important;
}

.big-container{
  max-width: 1250px; 
}

/**************************************************************************************************/
/* Typography styles   */
/**************************************************************************************************/

@media screen and (max-width: 768px){
  h2{font-size: 2rem !important;}
  h3{font-size: 1.6rem !important;}
  h4{font-size: 1.3rem !important;}
  h5{font-size: 1.15rem !important;}
}

/*Main title on front page*/
h1{
  font-family: 'Fira Sans Extra Condensed', sans-serif; 
  font-weight: 500; 
  color: white; 
  letter-spacing: 5px;
  font-size: 2.8rem;
  text-transform: uppercase; 
  text-align: center; 
}

/*Seksjons headlines*/
h2{
  font-family: 'Fira Sans Condensed', sans-serif !important; 
  font-weight: 700 !important; 
  text-transform: none !important; 
  font-size: 2.5rem; 
  text-align: center; 
  color: #333; 
  letter-spacing: 1px; 
  width: 100%; 
}

/*Seksjon subtittel*/
h3{
  font-family: 'Fira Sans Condensed' !important; 
  font-weight: 700 !important; 
  text-transform: none !important; 
  letter-spacing: 1px !important; 
  font-size: 1.9rem; 
  margin-bottom: 30px;
  color: #333; 
}

/*Seksjons subtittel nivå 2 (som brukt på related pages)*/
h4{
  font-family: 'Fira Sans Condensed' !important; 
  font-weight: 700 !important; 
  text-transform: none !important; 
  letter-spacing: 0.5px !important; 
  font-size: 1.4rem; 
  margin-bottom: 30px;
  color: #333; 
}

/*Nå brukt som headline på ikoner. Kanskje bytte denne til noe annet(?)*/
h5{
  font-family: 'Fira Sans Condensed' !important; 
  font-weight: 500 !important; 
  text-transform: uppercase; 
  letter-spacing: 1.3px !important; 
  font-size: 1.25rem; 
  margin-top: 30px; 
  margin-bottom: 30px;
  color: #333; 
  text-align: center; 
}


/*By-line*/
.by-line, .by-line a{
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;  
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.by-line a{
  color: rgb(232, 34, 49); 
  text-decoration: none; 
  transition: color text-decoration 0.5s;
}

.by-line a:hover{
  color: rgb(25, 25, 25);
  text-decoration: underline; 
}

/*Date-line*/
.date-line{
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: none;  
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-style: italic; 
}

/*All paragraphs under an icon*/
.icon-txt{
  padding-left: 10px; 
  padding-right: 10px; 
  text-align: center; 
}

/*All blockquotes styling, if used in rich text by user*/
.quote-sign{
  width: auto;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
}

.quote-by{
 font-family: 'Fira Sans Condensed', sans-serif; 
  font-weight: 700;
  text-align: center; 
  width: 100%; 
}

.quote-profession{
  width: 100%; 
  text-align: center; 
  color: rgb(229, 10, 26);
}

blockquote p{
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: italic;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
}

blockquote div{
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: italic;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
}

blockquote pre{
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: italic;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
}

/*CTA link with hexagon in front
.link-box a{
  text-decoration: none;  
}

.link-box{
  margin-top: 30px; 
  margin-bottom: 130px; 
}

.cta-link, .cta-link a{
  font-family: 'Fira Sans Condensed', sans-serif; 
  font-weight: 500; 
  color: #333; 
  text-transform: uppercase; 
  letter-spacing: 1px; 
  display: inline-block;
  font-size: 1.1rem;
  position: relative; 
  top: 9px;
}

.cta-link:hover{
  text-decoration: underline;  
}

.link-hover:hover > .link-hexagon{
  display: inline-block; 
  animation: hexagon-link 0.3s forwards; 
}

.link-hexagon{
  left: -15px;  
  position:relative; 
  display: none; 
  opacity: 0; 
}

@keyframes hexagon-link {
  from {
    display: none; 
    left: -15px; 
    opacity: 0;
    display: none;
  }
  to {
    display: inline-block;
    left: 0px; 
    opacity: 1; 
  }
}

.link-hexagon img{
  width: 15px;
  height: auto !important;
  display: inline-block;
}

svg{
  overflow: visible !important; 
}*/

/*General links in text*/
a{
  font-weight: 400; 
  color: #333; 
  text-decoration: underline; 
  transition: color 0.5s; 
}

a:hover{
  color: rgb(238,70,80);  
}



/**************************************************************************************************/
/* Header-styles    */
/**************************************************************************************************/
.header{
  height: 630px; 
  left: 0;
  bottom: 0;
  right: 0;
  position: relative; 
  z-index: -10; 
  overflow: hidden; 
  background: black; 
}

.header-front{
  height: 790px !important;  
}

.header img{
  height: 100%; 
  width: 100% !important; 
  object-fit: cover; 
}

.header-section:after{
  content: ""; 
  background-color: rgb(231, 61, 76); 
  height: 100px; 
  width: 4px; 
  display: block; 
  position: relative; 
  margin: auto; 
  top: -50px; 
  border-radius: 2px;
}

.title-section{ 
  position: absolute; 
  width: 55%; 
  bottom: 150px; 
}

.main-title-section{
  background-image: url('https://www.akerbiomarine.com/hubfs/Superba-Krill/SK2018/Backgrounds/red-hex-transparent.png');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center; 
  position: absolute;
  margin: auto;
  width: 400px;
  height: 340px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 130px;
  padding: 60px 40px 60px 40px; 
  display: table;
}


.page-title-label{
  font-family: 'Merriweather', serif; 
  font-size: 1.5em; 
  font-style: italic;
  font-weight: 300; 
  opacity: 1; 
  color: #666666; 
  width: auto; 
  display: inline-block; 
  letter-spacing: 0 !important;
  text-transform: none;
}

.page-title-background{
  background-color: white; 
  padding: 10px 15px 0px 15px; 
  opacity: 0.6; 
  width: auto; 
  display: inline-block; 
}

.subpage-title{
  font-family: 'Merriweather', serif; 
  font-size: 2.8em; 
  font-weight: 700; 
  font-style: italic; 
  letter-spacing: 4px !important; 
  color: white; 
  margin-top: 30px; 
  text-transform: none; 
  text-align: left;
}

.main-title-txt-container{
  display: table-cell;
  vertical-align: middle;
}

.main-title-txt{

}

.main-subtitle{
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: white; 
  font-size: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center; 
  padding-top: 30px;
  margin-bottom: 0;
}

.text-cta-container{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding-bottom: 90px; 
}

.header-txt{
  color: white; 
  text-align: center; 
  font-weight: 400; 
  font-size: 1.1em; 
}

.header-cta{
  width: auto; 
  margin: auto; 
  text-align: center; 
}

@media screen and (max-width: 768px){
  .header-front{
    height: 550px !important;  
  }

  .main-title-section{
    height: 220px; 
    width: 250px; 
    padding: 30px 20px 30px 20px;
  }

  .main-title-txt{
    font-size: 1.2rem;  
  }

  h1{
    font-size: 2rem;  
  }

  .main-subtitle{
    font-size: 0.9em; 
    padding-top: 10px; 
    letter-spacing: 3px; 
  }

  .header{
    height: 460px;  
  }

  .subpage-title{
    font-size: 2.2rem;  
    margin-top: 20px; 
  }

  .page-title-label{
    font-size: 1em;  
  }

  .title-section{ 
    bottom: 70px; 
  }
}

/*---------------------------------------------------------------------------------------------------------------------*/
/* MODULES  */
/*---------------------------------------------------------------------------------------------------------------------*/

/**************************************************************************************************/
/* Related pages   */
/**************************************************************************************************/
.card{
  border: none;  
}

.card-img-background{
  height: 200px; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #c2c2c2;
  border-radius: 0;
}

.card-title a{
  text-decoration: none; 
  font-weight: 700; 
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .card-img-background{
    height: 150px;  
  }
}


/**************************************************************************************************/
/* Icons with description modules (2, 3, 4)   */
/**************************************************************************************************/
.icon-img{
  height: 70px; 
  width: auto; 
  margin: auto; 
  display: block; 
}

.two-icons-left{
  padding-right: 30px;  
}

.two-icons-right{
  padding-left: 30px;  
}

@media screen and (min-width: 0px) and (max-width: 991px){
  .icon-row{
    margin-top: 30px; 
    margin-bottom: 30px; 
  }

  .icon-box{
    margin-bottom: 30px;  
  }

  .two-icons-left{
    padding-right: 15px;  
  }

  .two-icons-right{
    padding-left: 15px;  
  }
}

/**************************************************************************************************/
/* Every other left and right   */
/**************************************************************************************************/

.product-overview-section{
  display: table; 
  width: 100%; 
}

.vertical-c-align{
  display: table-cell !important;
  vertical-align: middle !important;
  float: none !important;
}

.product-overview-img{
  width: 100%;
  height: 100%; 
  margin-left: 0; 
  margin-right: 0; 
}

.product-overview-txt{
  width: 40% !important; 
}

.txt-box-right{
  padding-left: 3%;
  padding-right: 10%;
}

.txt-box-left{
  padding-right: 3%;
  padding-left: 10%;
}

#mobile-right-img{
  display: none !important; 
}

@media screen and (min-width: 0px) and (max-width: 991px){
  .product-overview-section{
    width: 100%;
    display: block;
  }

  .vertical-c-align{
    display: block !important;
    width: 90%; 
    margin-bottom: 30px; 
  }

  .product-overview-txt{
    width: 80% !important; 
  }

  .txt-box-right{
    margin-left: 10%; 
    padding: 0; 
  }

  #right-img{
    display: none !important;
  }

  .txt-box-left{
    margin-left: 10%; 
    padding: 0;   
  }

  #mobile-right-img{
    display: block !important;
    float: right !important;
  }
}

/**************************************************************************************************/
/* FAQ  */
/**************************************************************************************************/
.faq::before{
  content: ""; 
  width: 70%; 
  height: 1px; 
  background-color: rgb(232,34,49); 
  display: block; 
  position: relative; 
  margin: auto; 
  top: -65px; 
}

/**
.faq-box:first-child::before{
content: ""; 
display: none; 
}*/


/**************************************************************************************************/
/* Red hexagon with logos and text   */
/**************************************************************************************************/

.logo-hexagon{
  display: block;
  margin: auto;
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 10px #d3d3d3);
  filter: drop-shadow(5px 5px 10px #d3d3d3);
}

.hexagon-txt{
  text-align: center;  
  padding-top: 30px; 
}

.logo-hexagon-img{
  position: absolute; 
  display: block; 
  width: auto; 
  height: auto; 
  max-width: 60%; 
  max-height: 45px;
  height: auto; 
  margin: auto; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
}

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

}

@media screen and (max-width: 991px){
}

@media screen and (max-width: 767px){
  .second-hex{
    margin-top: 60px; 
  }

}

/**************************************************************************************************/
/* Follow us   */
/**************************************************************************************************/

.follow-icon{
  text-align: center;  
}

.follow-box{
  text-decoration: none; 
}

.follow-box:hover{
  text-decoration: none;  
}

.follow-icon i{
  font-size: 4rem; 
  color: rgb(25, 25, 25); 
  transition: color 0.4s; 
}

.follow-icon:hover i{
  color: rgb(232,34,49);
}

.follow-icon:hover .follow-title{
  color: rgb(232, 34, 49); 
  text-decoration: none; 
}

.follow-title{
  color: rgb(25, 25, 25); 
  text-decoration: none; 
  transition: color 0.4s; 
  margin-bottom: 15px; 
}

@media screen and (max-width: 767px){
  .facebook, .linkedin{
    margin-bottom: 30px; 
  }

}


/**************************************************************************************************/
/* What makes it unique  */
/**************************************************************************************************/

.main-unique-container{
  overflow: hidden; 
}

.unique-image img{
  height: auto;
  max-width: 1000px;
  top: -50px;
  position: relative;
  left: -250px;
  text-transform: uppercase;
  font-size: 22px;
  z-index: -1;
  transform: rotate(-25deg);
}

.unique-txt-box{
  margin-top: 30px; 
  margin-bottom: 60px; 
}

@media screen and (max-width: 1200px) and (min-width: 992px){ 
  .unique-image img{
    left: -300px; 
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .unique-image img{
    left: -360px;  
  }
}

@media screen and (max-width: 767px){
  .unique-image img{
    max-width: 400px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    transform: rotate(25deg);
    top: -80px; 
  }


  .unique-txt-container{
    margin-top: -120px; 
  }
}


/**************************************************************************************************/
/* Health claims  */
/**************************************************************************************************/

.health-claims-title{
  text-align: center; 
}

.health-claims-sub{
  text-align: left;  
}

.health-claims-icon{
  margin: auto; 
  display: block; 
  max-width: 90px; 
  height: auto; 
  -webkit-filter: drop-shadow(5px 5px 10px #d3d3d3);
  filter: drop-shadow(5px 5px 10px #d3d3d3);
}

.health-icon-container{
  padding-top: 15px;  
}

.health-claims-arrow{
  height: 80px;
  width: auto;
  display: block;
  margin: auto;
  margin-bottom: 60px;
}

.health-section-2{
  margin-top: 30px; 
}

@media screen and (max-width: 767px){
  .health-section-2{
    margin-top: 30px; 
  }
}


/**************************************************************************************************/
/* Benefits section  */
/**************************************************************************************************/

.benefit-hex-container{
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  position: relative; 
}

.benefit-hex-container img{
  height: auto; 
}

.benefit-hex{
  max-width: 110px;
  width: 100%;
  display: block;
  margin: auto;
  -webkit-filter: drop-shadow(5px 5px 10px #d3d3d3);
    filter: drop-shadow(5px 5px 10px #d3d3d3);
}

.benefit-hex-icon{
  width: 50%;
  display: block;
  margin: auto;
  max-width: 60px; 
  position: absolute;
  bottom: 0; 
  top: 0; 
  left: 0; 
  right: 0; 
}

.icon-cont-mobile{
  display: none;  
}

@media screen and (max-width: 767px){
  .icon-cont-mobile{
    display: block;  
    margin-top: 80px; 
  }

  .icon-cont-desk{
    display: none;  
  }

  .benefit-hex-container{
    height: auto;
    margin-bottom: 30px;
  }

  .
}


/**************************************************************************************************/
/* CTA Section Bar  */
/**************************************************************************************************/

.cta-bar{
  background-color: #fff5f1; 
  height: 200px; 
}

.cta-bar-img img{
  width: auto;
  height: 270px;
  top: -25px;
  position: relative;
  display: block;
  margin: auto;
}

.cta-button{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block; 
  margin: auto; 
}

.cta_button{
  margin: 0 !important;
  background-color: rgb(229, 10, 26); 
  padding: 18px;
  top: -20px;
  color: white; 
  font-family: 'Fira Sans Condensed' !important; 
  font-weight: 500 !important; 
  text-transform: uppercase; 
  letter-spacing: 1.3px !important; 
  font-size: 1rem; 
  text-align: center; 
  text-decoration: none; 
  transition: all 250ms ease;
  -webkit-filter: drop-shadow(10px 10px 10px #d3d3d3);
  filter: drop-shadow(10px 10px 10px #d3d3d3);
}

.hs-cta-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}


.hs-cta-node::before{
  position: relative;
  content: '';
  margin-left: -15px;
  top: 0;
  display: inline-block;
  border-right: rgb(229, 10, 26) solid 15px;
  border-top: transparent solid 30px;
  border-bottom: transparent solid 30px;
  background: transparent !important; 
  
  transition: all 250ms ease;
}

.hs-cta-node::after{
  position: relative;
  content: '';
  margin-right: -30px;
  top: 0;
  display: inline-block;
  border-left: rgb(229, 10, 26) solid 15px;
  border-top: transparent solid 30px;
  border-bottom: transparent solid 30px;
  background: transparent !important;
  z-index: 999;
  
  transition: all 250ms ease;
}

.cta_button:hover{
  background-color: rgb(215, 10, 26);
  color: white;
  text-decoration: none;
}
.cta-button:hover .hs-cta-node::before {
  border-right: rgb(215, 10, 26) solid 15px;
}
.cta-button:hover .hs-cta-node::after {
   border-left: rgb(215, 10, 26) solid 15px;
}

.cta-bar-txt{
  font-family: 'Merriweather', serif;  
  font-size: 1em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px){
  .cta-bar{
    height: 500px; 
  }

  .cta-bar-img img{
    margin-top: 45px;  
  }
}

/*****************************************/
/* Rich text with red box  */
/*****************************************/

.red-box-txt-left{
  padding-right: 60px;  
}

.red-box{
  background-color: rgb(229, 10, 26);
  padding: 30px; 
  color: white; 
}

.red-box-txt{
  font-family: 'Merriweather', serif; 
  font-weight: 300; 
  font-style: italic; 
  color: white; 
  font-size: 1.1rem; 
  margin-bottom: 0; 
}

@media screen and (max-width: 767px){
  .red-box{
    margin-top: 60px;  
  }

}


/*****************************************/
/* Event-module  */
/*****************************************/

@media screen and (max-width: 767px){
  .event-box{
    width: 60%; 
    margin: auto; 
  }
}


/*****************************************/
/* Logo Row  */
/*****************************************/

.logo-row-img{
  width: auto; 
  display: inline-block; 
}

.row-centered{
 width: auto; 
  position: relative; 
  margin: auto;
  display: table; 
}

.logo-row-link{
  text-decoration: none !important; 
  display: table-cell;
  vertical-align: middle;
}


/*****************************************/
/* Left Right Not Full Width  */
/*****************************************/
.not-full-img{
 	height: auto;  
  width: 180px;
}

.padding-left{
 	margin-left: 40px; 
  float: left; 
}

.padding-right{
  margin-right: 40px; 
  float: right;
}

.border-right{
  border-right: 1px solid gray; 
}

.border-left{
  border-left: 1px solid gray; 
}

.show-on-mobile{
 display: none;  
}

.show-on-desktop{
 display: block;  
}

@media screen and (max-width: 767px){
	.padding-right, .padding-left{
   	margin: auto;
    float: none; 
  }
  
  .border-left, .border-right{
   border: none !important;  
  }
  
  .not-full-img{
   	display: block;  
    margin-bottom: 30px;
  }
  
  .show-on-mobile{
   display: block;  
  }
  
  .show-on-desktop{
   display: none;  
  }
}

/*****************************************/
/* Traceability-tool */
/*****************************************/

.sk-header{
  font-family: 'Fira Sans Condensed', sans-serif !important; 
  font-weight: 700 !important; 
  text-transform: none !important; 
  font-size: 2.5rem; 
  text-align: center; 
  color: #333; 
  letter-spacing: 1px; 
  width: 100%; 
}


/*****************************************/
/* Footer  */
/*****************************************/

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e3e3e3;
  text-align: center;

}

.superba-logo {
  max-width: 230px;
  margin: 0 auto; 
  margin-bottom: 20px; 
}

.footer-byline{
  color: #6e6e6e; 
  font-size: 12px; 
  text-transform: uppercase; 
}

.akerbiomarine-logo{
  width: 150px; 
  margin: 0 auto; 
  margin-bottom: 50px; 
}

.footer-subheading {
  font-size: 14px;
  text-transform: uppercase !important;
  color: #6e6e6e;
  font-weight: 700; 
  margin-bottom: 10px; 
}

.footer-section{
  margin-top: 0;  
}

.footer-subheading a{
  color: #6e6e6e;  
  font-weight: 700; 
  text-decoration: none; 
  transition: color text-decoration 0.5s; 
}

.footer-subheading a:hover{
  color: #1e1e1e;  
  text-decoration: underline; 
}

.footer-ul {
  display: inline;
  padding: 0;
}

.footer-li {
  list-style: none;
  padding: 0px;
}

.footer-li a {
  color: #6e6e6e;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none; 
  transition: color text-decoration 0.5s; 
}

.footer-li a:hover{
  color: #1e1e1e; 
  text-decoration: underline; 
}

.footer-text{
  text-transform: uppercase; 
  font-size: 12px; 
  color: #6e6e6e;
  margin-bottom: 0px !important;
}

.company-information{
  border-top: #9c9c9c solid 1px; 
  border-bottom: #9c9c9c solid 1px; 
  padding: 15px 0; 
  margin: 40px 0; 
}

.footer-logos{
  display: inline-block;
  opacity: 0.5; 
}

.footer-logos img{
  height: 40px;  
  margin-left: 10px; 
  margin-right: 10px; 
  display: inline-block;
}

.social-media{
  padding: 0px;  
}

.social-media li{
  background: url('https://www.akerbiomarine.com/hubfs/Superba-Krill/Superba-website-and-logo/f-icon.png') no-repeat center top;
  background-size: contain; 
  width: 50px; 
  height: 50px; 
  list-style: none; 
  display: inline-block; 
  padding-top: 8px; 
}

.social-media li a{
  color: #acacac;  
}

.social-icon-facebook, .social-icon-linkedin, .social-icon-twitter{
  transition: color 0.3s; 
}

.social-icon-facebook:hover{
  color: #3B5998;

}

.social-icon-linkedin:hover{
  color: #4875B4;  
}

.social-icon-twitter:hover{
  color: #1dcaff; 
}

.footer-row-margin{
  margin: 65px;
}

.legal-disclaimer{
  text-align: center; 
  font-size: 12px;
  font-weight: 500;
  margin-top: 50px; 
}

@media screen and (max-width: 767px){
  .footer-section{
    margin-top: 30px; 
  }

  .footer-row-margin{
    margin: 0;  
  }

  .footer-logos img{
    height: 25px;  
    margin-left: 10px; 
    margin-right: 10px; 
  }
}



/*****************************************/
/* Navigation menu    */
/*****************************************/
.top-nav{
  padding: 10px 20px 0; 
  font-family: 'Fira Sans Condensed'; 
  background-color: white; 
  font-size: 0.95rem; 
  font-weight: 400; 
  text-transform: uppercase; 
  color: #333;  
  letter-spacing: 0.3px; 
  height: 70px; 
  position: fixed; 
  width: 100%; 
  top: 0; 
  left: 0; 
  z-index: 99999;
}

.nav-link-cells{
  margin-right: 40px; 
  display: block; 
} 

.nav-logo{
  width: 200px;  
  padding-top: 7px; 
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_logo{
  padding-top: 10px; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  max-width: none !important; 
  overflow: visible !important; 
  color: black; 
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
  transition: all ease .4s;
  -webkit-transition: all ease .4s !important;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  -moz-transition: all ease .4s;
}

.hs-menu-wrapper ul{
  margin-top: 4px !important;  
  vertical-align: top; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul{
  margin-bottom: 0 !important;  
}


.nav-search{
  float: right; 
  position: relative; 
  top: -45px; 
  font-size: 1.2em; 
}

/*Navigation elements for mobile*/
.mobile-navigation{
  display: none;  
  position: absolute; 
}

.hamburger-menu{
  width: 22px; 
  height: 2px; 
  background-color: #222; 
  border-radius: 1px; 
  position: relative; 
  top: 14px; 
}

.hamburger-menu::before{
  content: ""; 
  width: 22px; 
  height: 2px; 
  background-color: #222; 
  border-radius: 1px; 
  top: -6px; 
  position: absolute; 
}

.hamburger-menu::after{
  content: ""; 
  width: 22px; 
  height: 2px; 
  background-color: #222; 
  border-radius: 1px; 
  top: 6px; 
  position: absolute; 
}

.right-menu-mobile{
  padding: 0;  
}

.flydown-hamburger{
  display: none; 
}
@media screen and (min-width: 992px) and (max-width: 1200px){
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 15px !important;
  }
  
  .hs-menu-wrapper > ul > li:last-of-type .hs-menu-children-wrapper {
   left: auto !important;
   right: 0;
  }
  
}
@media screen and (min-width: 992px){
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f107";
    font-family: 'fontawesome';
    line-height: 46px;
  }
}

/*Media queries for nav-bar top*/
@media screen and (min-width: 1206px){
  .hs-menu-item .hs-menu-depth-1{
    padding: 10px 25px 20px;
  }

  #hs_menu_wrapper_my_menu li:last-child ul{
    left:-60px
  }
}


@media screen and (max-width: 1206px) and (min-width: 991px){
  .top-nav{
    font-size: 0.8rem; 
  }



  /* .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  padding: 10px 15px 20px !important;
}*/

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children::before {
    right: 3px !important;  
  }

  .nav-search{
    top: -42px !important; 
  }
}

/*mobile and tablet */
@media (max-width: 991px){
  .hs-menu-wrapper {
    padding: 10px 20px;
  }


  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    width: 100% !important;
  }

  .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;
    display: none;
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px !important;
    min-width: 55px !important;
    height: 20px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20)
  }
  .child-trigger:hover {
    text-decoration: none
  }
  .child-trigger i {
    position: relative;
    top: 40%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  .child-trigger i:after {
    position: absolute;
    content: ''
  }
  .child-trigger i, .child-trigger i:after {
    font-family: 'fontawesome';
    font-size: 20px;
    font-style: normal;
    content: '\f107';
    color: #000
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  .custom-menu-primary.js-enabled {
    left: 0;
    background: transparent;
    margin: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    z-index: 0;
    width: 100% !important
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 22px !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    text-indent: 10px !important;
    font-size: 15px !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    padding: 0px 0px 5px !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    line-height: 30px !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding-top: 0px !important;
  }
}

/* Start moved from header.html */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  background-color: white;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 10px 30px;;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #e50a1a;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  width: 170px;
}

.navbar-collapse {
  flex-grow: 0;
}
.navbar-expand-lg .navbar-collapse {
  margin-left: auto;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  text-transform: uppercase;
  font-size: 15px;
}


.hs-menu-item .hs-menu-depth-2 a {
  padding: 10px 25px 20px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  line-height: 0.5rem;
}
.navbar {
  padding: 0.69rem 1rem;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  padding-top: 10px;
}
.navbar-light .navbar-toggler {
  border-color: #fff;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}






/********************************************************/
/*FORMS*/
/********************************************************/

.inputs-list{
 list-style: none;  
  padding-left: 10px; 
}

.hs-input{
 margin-right: 10px;  
}

.hs-button, .primary, .large{
  border: none;
  background: rgb(229, 10, 26);
  padding: 10px 15px;
  color: white;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 15px; 
}

input[type="email"]{
 width: 100% !important;  
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select{
 	padding: 10px !important;  
}

.input > input{
 border: none; 
  background-color: rgba(228, 216, 216, 0.6); 
}

.input > textarea{
  border: none; 
  background-color: rgba(228, 216, 216, 0.6); 
}

.hs_what_describes_you_best_superba, .hs_company, .hs_firstname, .hs_lastname, .hs_email, .hs_country, .hs_who_would_you_like_to_contact{
 margin-bottom: 10px;  
}

.hs_what_describes_you_best_superba > .input > select{
 background-color: rgba(228, 216, 216, 0.6); 
  border: none; 
  padding: 6px; 
  height: 48px;
  width: 100% !important;
}

.hs_who_would_you_like_to_contact > .input > select{
 background-color: rgba(228, 216, 216, 0.6); 
  border: none; 
  padding: 6px; 
  height: 48px;
  width: 100% !important;
}

/********************************************************/
/*BOLDING ALL THE LABELS IN THE FORMS*/
/********************************************************/

/*Lastname*/
.hs_lastname > label{
 font-weight: 500;  
}

/*Firstname*/
.hs_firstname > label{
 font-weight: 500;  
}

/*Email*/
.hs_email > label {
  font-weight: 500; 
}

.hs_message > label{
 font-weight: 500;  
}

.hs_who_would_you_like_to_contact > label{
 font-weight: 500;  
}

/*Blog subscription*/
.hs_blog_superba_subscription > label {
 	font-weight: 500;  
}

/*Company name*/
.hs_company > label{
 font-weight: 500;  
}

/*Country*/
.hs_country > label{
 font-weight: 500;  
}

/*Dropdown postition*/
.hs_what_describes_you_best_superba > label{
 font-weight: 500;  
}


/********************************************************/
/*ERROR MESSAGES*/
/********************************************************/

/*Error message when you don't fill in the neccessary fields*/
.hs-error-msgs{
  font-size: 0.7rem; 
  margin-top: 10px; 
}



/* Responsive styling - added 29.09.19 */
.text-center { 
  padding: 0 10px; 
} 

.text-center h2 { 
  font-size: 1.5rem !important; 
  line-height: 1.2; 
  margin: 15px auto 10px auto; 
}

.text-center p { 
  font-size: 0.95rem !important; 
  line-height: 1.5; 
}

.sk-section {
  margin-right: -10px; 
  margin-left: -10px; 
}

#batchid, .sk-button { 
  width: 100%; 
} 

/* Responsive styling for btn - added 29.09.19 */
@media screen and (max-width: 1460px){
  .sk-button{
    width:70%!important;
  }
}

 

/*END 2018 */

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VvmojLeTY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5Vvk4jLeTY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5Vvm4jLeTY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VvlIjLeTY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VvmIjLeTY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VvmYjLeTY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5Vvl4jL.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


input{
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none /not sure if it works on IE/
}

body {
  height: 100vh;
  min-height: 100vh;
  overflow:hidden;
  font-size: 14px;
  letter-spacing: .3px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.sk-header {
  font-family: 'Fira Sans Extra Condensed Bold', sans-serif;
  color:#000;
  letter-spacing: 2px;
  font-size: 30px;
  margin:0px;
}
.center {
  margin: auto;
  width: 50%;
}

@media (max-width: 780px) {
  .sk-header {
    letter-spacing: 1px;
    font-size: 14px;
  }
  body {
    font-size: 12px;
  }
  .center {
  width: 100%;
}
}
.map-canvas {
  height: 150px;
  /*margin-right: -16px;*/
}
.map-container{
  margin-left:0px;
  margin-right:0px;
  height: 100% ;
  width: 100%;
}
.text-center {
  text-align: center;
}

.sk-button {
  font-weight:700;
  font-family: 'Fira Sans Regular', sans-serif;
  border-radius: 0;
  display: inline-block;
  background-color: #e50a1a;
  color: #fff !important;
  border: none;
	padding:6px;
  cursor:pointer;

  letter-spacing:1px;
  line-height:30px;
}
.inputfield {
  text-align: center;
  font-size: 16px;
  color: #7f8d97;
  background-color: #e5eff3;
  color: #000;
  padding:9px 11px 12px 11px;
  border:none;
}
p{
  color:#333;
  margin:5px;
}
.mb-10{
  margin-bottom:10px;
}
.pt-10{
  padding-top:10px;
}
.sk-section{
  margin-top:-15px;
  margin-left:-15px;
  margin-right:6px;
}
.error-message::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#e50a1a;
  opacity: 1;
  /* Firefox */
}
.error-message:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color:#e50a1a;
}
.error-message::-ms-input-placeholder {
  /* Microsoft Edge */
  color:#e50a1a;
}
.gm-style-mtc div{
  font-size:10px!important;  
  height: 25px!important;
  padding: 0px 13px!important; 
}


/*SK2018*/


/* style.css*/
#batchid{
  width: 70%; 
  padding: 9px;
}

.sk-button{
  font-family: 'Fira Sans Condensed' !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1.3px !important;
  font-size: 1rem;
  text-align: center;
  text-decoration: none; 
  width: 29%;
}

.map-container{
  overflow: hidden; 
}

.search-line{
  padding-top: 24px;
  padding-bottom: 24px; 
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 5px
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}

/* Popup box BEGIN */

.maplabel{
 color:red; 
}

.popupbox > p{
  font-size:0.9rem;
}
.popupbox{
  margin-top:8%; 
  margin-left:20%;
  margin-right:35px;
}

@media only screen and (max-width: 600px) {
.popupbox{
  margin-top:22%; 
  }