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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

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

:root {
  --main-blue: #069cf0 !important;
  --main-darkblue: #0f2975 !important;
  --blue-on-dark: #82CDF7;
  --main-orange: #fc6b36 !important;
  --main-white: #fff !important;
  --main-text: #3f454f !important;
  --main-gray: #b9bdc1 !important;
  --main-darkgray: #3f454f !important;
  --main-text-gray: #606b7b !important;
  --main-middlegray: #babdc1 !important;
  --main-lightgray: #f1f5fa !important;
  --font-apertura: "Montserrat", sans-serif !important;
  --fp-banner-height: 500px;
  --qpr-shadow-std: 0 10px 20px rgba(0,0,0,0.19), 0 2px 6px rgba(0,0,0,0.23);
  --qpr-shadow-std: 3px 3px 10px rgba(0,0,0,0.2);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: var(--main-text-gray);
/*  margin: 0;
  padding: 0; */
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: var(--main-blue);
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
}

a:hover {
 color: var(--main-darkblue); 
}

hr.hr-divider{
  width: 35%;
  border-top: 1px solid var(--main-blue);
}

.default-page-margin {
  padding-right: 10vw;
  padding-left: 10vw;
}

.header-container-wrapper {
  position: relative;
  z-index: 100000; 
}

.hidden {
  display: none !important; 
}

.white {
  color: var(--main-white) !important; 
}

.center {
    text-align: center;
}

.capitalize {
  text-transform: capitalize;
}

.margins-hz {
  margin-left: 10vw;
  margin-right: 10vw;
}
  
.highlight {
    color: var(--main-blue); !important;  
}

a.link-darkbg {
  text-decoration: none !important;
  color: var(--main-white); !important;
}

a.link-bluebg {
  color: var(--main-white) !important;
}

a.link-bluebg:hover {
  color: var(--main-darkblue) !important;
}

.fakeAnchor {
  cursor: pointer;
  text-decoration: none;
  color: var(--main-blue) !important;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
}

.fakeAnchor:hover  {
  color: var(--main-darkblue) !important;
}

h1 {
/* font-family: "apertura", Arial, sans-serif; */
 font-weight: bold; 
 font-size: 46px;
 color: var(--main-blue);
}

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

  .h1-frontpage {
    font-size: 36px !important;  
    /* comment */
  } 
  
}

h2 {
/*   font-family: "apertura", Arial, sans-serif; */
  font-size: 30px;
  color: var(--main-text)
}

h2 a {
  text-decoration: none;
  color: var(--main-blue);
  cursor: pointer;
}

h2 a:hover {
  text-decoration: underline;
}

h3 {
/*   font-family: "apertura", Arial, sans-serif; */
  font-size: 20px;
  color: var(--main-text);
}

p {
  font-size: 18px;
/*   font-family: "apertura", Arial, sans-serif !important; */
}

caption {
 font-family: "apertura", Arial, sans-serif;
 font-style: italic; 
 font-size: 18px;
 color: var(--main-middlegray);
}

p a:hover {
  text-decoration: underline;
}

/* Show only the QPR logo icon for mobile */
.company-logo-container {
/*  background-image: url('https://www.qpr.com/hubfs/About%20QPR/Company%20Logos/QPR-logo-icon-whitebackground-240x240px.png'); */
  background-image: url('https://www.qpr.com/hubfs/About%20QPR/Company%20Logos/About%20QPR%20-%20Company%20Logos%20-%20Header%20+%20Yl%C3%A4tunniste%20150%20x%2067.png');
  background-repeat: no-repeat;
  height: 67px;
}

@media screen and (max-width: 1440px) {
  .company-logo-container {
    background-image: url('https://www.qpr.com/hubfs/About%20QPR/Company%20Logos/QPR-logo-icon-whitebackground-240x240px.png');
    background-repeat: no-repeat;
    background-size: 50px 51px;
    background-position: 9px 9px;
/*     padding-left: 10px !important;
    padding-top: 10px !important; */
/*     height: 67px !important; */
  }
}

.full-width-banner {
  position: relative;
  margin-top: 80px !important;
  width: 100% !important;
  height: 400px;
}

.full-width-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(to right, rgba(15,41,117,0.9),rgba(6,156,240,0.9),rgba(6,156,240,0));
}

.banner-basic {
  position: relative;
  margin-top: 80px;
  background: url('https://cdn2.hubspot.net/hubfs/5483023/Company/header-banner-basic.jpg') no-repeat;
  height: 400px;
  width: 100%;
  background-size: cover;
/*   background-position: 50% 50%; */
}

.banner-basic:after {
/*   margin-top: 80px; */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(to right, rgba(15,41,117,0.9),rgba(6,156,240,0.9),rgba(6,156,240,0));
}

.banner-custom-img-canvas,
.banner-custom-img-nocanvas{
  position: relative;
/*   margin-top: 80px; */
  height: 400px;
  background-color: black;
  width: 100%;
/*   background-size: cover; */
/*   background-position: 50% 50%; */
}

.banner-custom-img-canvas-short {
  position: relative;
  height: 100px;
  background-color: black;
  width: 100%;
  margin-bottom: 50px;
}

.banner-custom-img-canvas:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 100;
  background-image: linear-gradient(to right, rgba(15,41,117,0.9),rgba(6,156,240,0.9),rgba(6,156,240,0));
}

.banner-custom-img-nocanvas:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 100;
  background-image: linear-gradient(to right, rgba(15,41,117,0.6),rgba(6,156,240,0),rgba(6,156,240,0));
}

.banner-custom-img-canvas-short:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  background-image: linear-gradient(to right, rgba(15,41,117,0.9),rgba(6,156,240,0.9),rgba(6,156,240,0));
}

.banner-custom-img img {
  position: relative;
  top: 0px;
  left: 0px;
/*   margin-top: 80px; */
  max-height: 100%;
  max-width: 100%;
  width: 5120px !important;
  height: 400px !important;
  z-index: 99;
  object-fit: cover;
/*   background-size: cover; */
/*   background-position: 50% 50%; */
}

.banner-custom-img-short img {
  position: relative;
  top: 0px;
  left: 0px;
/*   margin-top: 80px; */
  max-height: 100%;
  max-width: 100%;
  width: 5120px !important;
  height: 100px !important;
  z-index: 99;
  object-fit: cover;
/*   background-size: cover; */
/*   background-position: 50% 50%; */
}

.banner-header-container {
  position: absolute;
  bottom: 60px;
  left: 10vw;
  z-index: 101;
  max-width: 80vw;
}

.banner-header {
  color: #fff;
/*   font-family: "apertura", Arial, sans-serif !important; */
  padding: 0px 0px 0px 0px;
  margin: 0px;
  line-height: 46px;
}

.banner-header h1 {
  color: #fff;
  font-weight: 400;
}

.banner-upper-header {
 color: #fff;
/*   font-family: "apertura", Arial, sans-serif !important; */
  padding: 0px 0px 0px 0px;
  margin: 0px;
  line-height: 40px;
  }
  
.banner-tagline {
  color: var(--main-white);
/*   font-family: "apertura", Arial, sans-serif !important; */
  font-size: 28px;
  line-height: 32px;
}

.vertical-space {
  height: 100px; 
}

/********************* FRONT PAGE ***********************/

.fp-banner {
  position: relative;
/*   margin-top: 80px; */
  height: var(--fp-banner-height);
  background-color: black;
  width: 100%;
/*   background-size: cover; */
/*   background-position: 50% 50%; */
}

.fp-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fp-banner-height);
  z-index: 100;
  background-image: linear-gradient(to right, rgba(15,41,117,0.9),rgba(6,156,240,0.9),rgba(6,156,240,0));
}

.fp-banner-img img {
  position: relative;
  top: 0px;
  left: 0px;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: var(--fp-banner-height);
  z-index: 99;
  object-fit: cover;
}

.fp-header-container {
  position: absolute;
  top: 25%;
  left: 10vw;
  z-index: 101;
  max-width: 40vw;
  max-width: 60vw;
}

@media screen and (max-width: 850px) {
  .fp-header-container {
    max-width: 90vw; 
    top: 5%;
  }
}

#fp-header-title {
    font-size: 32px;
    color: var(--main-white);
}

#fp-header-text {
  font-size:  16px;
  color: var(--main-white);
}

#fp-header-cta {
  display: inline-block;
  margin-top: 20px;
/*   text-transform: capitalize; */
}
.customer-logo-palette img {
   margin: 20px !important;
   vertical-align: middle;
}

.fp-textbox {
  background-color: var(--main-lightgray);
  margin: 0 !important;
  padding: 5vw;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .fp-textbox {
    padding: 10vw; 
  }
}

.fp-imgbox {
  height: 500px; 
}

.fp-h2 {
  font-size: 26px;
  color: var(--main-blue);
  line-height: 30px;
}

.fp-h3 {
  color: var(--main-darkblue);
  font-size: 23px;
  font-weight: 400;
}

.fp-strip {
  display: block !important;
  box-sizing: border-box; 
  width: 100%;
/*   background-color: green; */
  margin: 0px !important;
/*   height: 500px; */
}

.fp-strip-left {
  float: left;
  width: 50% !important;
  box-sizing: border-box;
  background-color: var(--main-lightgray);
  min-height: 500px;
  margin: 0px !important;
}

.fp-strip-right {
  float: left;
  width: 50% !important;
  margin: 0px !important;
  box-sizing: border-box;
  background-color: var(--main-lightgray);
  min-height: 500px;
}

@media screen and (max-width: 768px) {
  .fp-strip:not(.no-bottom-border) {
    border-bottom: 1px dashed var(--main-white); 
  }
  .fp-strip-left {
    display: block !important;
    width: 100% !important;
  }
  .fp-strip-right {
    display: block !important;
    width: 100% !important;
  }
  
}

.fp-category {
  font-size: 16px;
  font-weight: 700;
/*   text-transform: capitalize; */
}

.fp-strip-img {
/*   background-image: url('https://www.qpr.com/hubfs/Front%20Page/front-page-gain-insight.png');
  background-image: url('https://www.qpr.com/hubfs/Front%20Page/front-page-gain-insight.svg');
  background-size: cover; */
  background-color: white;
}


/********************* CALL-TO-ACTION ***********************/

.country {
  display: inline-block;
  border: 1px #606b7b;
  border-radius: 1px;
  color: #606b7b;
  padding: none;
  font-size: 16px;
  cursor: pointer;
}

.btn {
  display: inline-block;
  border: 1px solid black;
  border-radius: 15px;
  color: black;
  padding: 8px 10px;
/*  font-size: 16px; */
  cursor: pointer;
}

.info-white {
  background-color: white;
  border-color: #069CF0;
  color: #069CF0
}

.info-white:hover {
  background: #069CF0;
  color: white;
}

.info-blue {
  background-color: #069CF0;
  border-color: #069CF0;
  color: white;
}

.info-blue:hover {
  background: #0F2975;
  border-color: #0F2975;
  color: white;
}

.info-orange-gradient {
  background: linear-gradient(45deg, rgba(252,107,54,1) 0%, rgba(243,125,7,1) 100%);
  border-color: #fc6b36;
  color: white;
}

.info-orange-gradient:hover {
  background: linear-gradient(45deg, rgba(243,125,7,0.50) 0%, rgba(243,125,7,1) 100%);
  border-color: #fc6b36;
  color: white;
}

.cta {
  display: inline-block;
  margin: 4px 4px 0px 0px;
  padding: 5px 15px !important;
  border-radius: 5px !important;
/*  font-size: 18px !important; */
  color: var(--main-white) !important; 
/*   transition: 0.20s; */
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 2px 6px rgba(0,0,0,0.23) !important;
}

.cta-small {
  display: inline-block;
  margin: 4px 4px 0px 0px;
  padding: 3px 10px !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  color: var(--main-white) !important; 
/*   transition: 0.20s; */
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
/*  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 2px 6px rgba(0,0,0,0.23) !important; */
}

.cta a {
  color: var(--main-white) !important; 
}

.cta a:hover {
  text-decoration: none;
  color: var(--main-white) !important;
}

.cta:hover {
  text-decoration: none;
  cursor: pointer;
  color: var(--main-white) !important;
}

.cta-blue {
  background-color: var(--main-blue);
}

.cta-blue:hover {
  background-color: var(--main-darkblue);
}

.cta-darkblue {
  background-color: var(--main-darkblue);
}

.cta-white {
  background-color: var(--main-white);
  color: var(--main-blue) !important;
}

.cta-white:hover {
  background-color: var(--main-darkblue);
}

.cta-darkblue:hover {
  background-color: var(--main-blue);
}

.cta-orange {
  background-color: var(--main-orange);
}

.cta-orange:hover {
  background-color: var(--main-blue);
}

.qpr-presentations {
  margin-top: 10px;
  margin-bottom: 10px;
}

.book-demo-site-header {
  box-sizing: border-box;
  position: absolute;
  top: 17px;
  color: var(--main-white) !important;
  right: 65px;
  margin: 0px 0px !important;
  font-size: 14px !important;
}

.book-demo-site-header:hover {
  color: var(--main-white) !important; 
}

.site-search-input {
  position: absolute;
  width: 160px !important;
  top: 18px;
  right: 200px;
  margin: 0px 5px !important;
  font-size: 14px !important;
}

@media screen and (max-width: 1080px) {
  .site-search-input {
    width: 80px !important;
  }
}

.cta-lang {
  box-sizing: border-box;
  border: 2px solid var(--main-blue);
  border-radius: 5px;
  margin: 0px 5px;
  color: var(--main-blue);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}

.cta-lang:hover {
  color: var(--main-white);
  background-color: var(--main-blue);
}


/********************* DIVIDEND HISTORY ***********************/

#dividend-history td {
   padding-right: 30px;
}


/********************* QPR CONFERENCE 2019 ***********************/
.qpr-conference-speakers tbody tr td:hover {
  cursor: pointer;
}

.qpr-conference-speakers tbody tr td:hover img {
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  border-radius: 50%;
}


/********************* QPR PROCESSANALYZER TRAINING VIDEOS ***********************/

.tvideo {
  width: 200px;
  display: inline-block;
  border-width: 1px;
  padding: 10px;
  vertical-align: top;
  margin-bottom: 15px;
}

.tvideo:hover {
  /* background: #e8e8f2; */
  background: rgba(0,76,122,0.08);
  border-radius: 5px;
  cursor: pointer;
  color: #000000;
}

.tvideo-img img{
  width: 100%;
  border: 1px solid #DDDDDD;
}

.tvideo-title {
  margin-top: 5px;
}

.tvideo-desc {
}

.tvideo-h3 {
  font-size: 22px;
}

/********************* Table horizontal overflow scroll ***********************/
.responsive-table {
  width: 100%; 
  overflow-x: auto;
}

/**************** Site search input dynamic suggestions dropdown list *********/
.hs-search-field__suggestions {
  border: 0px !important; 
}

.hs-search-field__suggestions li {
  background-color: var(--main-white);
  background-color: rgba(255,255,255,0.84);
  padding: 6px 8px !important;
  width: 300px;
}

@media screen and (max-width: 568px) {
  .hs-search-field__suggestions {
   display: none; 
  }
  .hs-search-field__suggestions li {
    width: 200px;
  }
}

.hs-search-field__suggestions li:hover {
  background-color: rgba(230,230,230,0.9) !important;
  cursor: pointer;
}

.hs-search-field__suggestions li:hover a {
  background-color: unset !important;
  color: var(--main-blue) !important;
}

#results-for:hover {
  cursor: default;
  background-color: rgba(255,255,255,0.84) !important;
}

/**************** Card module *********/

.card-wrapper{
  width: 100%;
  text-align:center;
 }

.card {
  margin: 0 auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  width: 80%;
  height: auto;
  /*float: left;*/
  padding: 0px;
  background-color: var(--main-white);
  border: 1px solid var(--main-blue);
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.card.flashy:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(6,156,240,0.19), 0 2px 6px rgba(6,156,240,0.23);
/*   filter: drop-shadow(0px 0px 15px #069cf0); */
  background-color: var(--main-white);
}

.card.shadow{
  box-shadow: var(--qpr-shadow-std);
  border: none;
}

.card.no-border{
  border: none;
}

.card:hover .card-body-img {
  transform: scale(1.1,1.1);
}

.card-header {
  display: table;
  width: 100%;
  box-sizing: border-box;
  height: 75px;
  padding: 10px;
  font: var(--font-apertura);
  color: var(--main-white);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  background-color: var(--main-blue);
  border: 1px solid var(--main-blue);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}

.card-header-title {
  display: table-cell;
  vertical-align: middle;
}


.card-body {
  width: 100%;
  min-height: 165px;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
}

.card-body-img {
  width: 150px;
  height: 150px;
  transition-duration: 0.5s;
}

.card-body-footer{
  width:80%;
  margin: 0 auto;
  border-top:1px solid var(--main-blue);
}

@media (max-width:768px){
  .card{
    width:80% !important;
  }
}

/**************** Mobile image *********/

.mobileShow { display: none;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-width : 200px)
    and (max-width : 480px){ 
      .mobileShow {display: inline;}
  }

.mobileHide { display: inline;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-width : 200px)
    and (max-width : 480px){
     .mobileHide { display: none;}
  }

.headermobile { display: none;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-width : 200px)
    and (max-width : 1000px){ 
      .headermobile {display: inline;}
  }

.hidemobile { display: inline;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-width : 200px)
    and (max-width : 1000px){
     .hidemobile { display: none;}
  }

.demoboxdesktop { display: none;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-width : 200px)
    and (max-width : 768px){ 
      .demoboxdesktop {display: inline;}
  }

.demoboxmobile { display: inline;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-width : 200px)
    and (max-width : 768px){
     .demoboxmobile { display: none;}
  }

/****************MEGA MENU*********/

body {
  margin: 0;
}

.navbar {
  overflow: hidden;
}

.navbar a {
  float: left;
  font-size: 16px; 
  color:  var(--main-text-gray);
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtna {
/*  font-size: 16px;  */
  border: none;
  outline: none;
  padding: 8px 10px; 
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtna:hover {
  background-color: #069CF0;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
/*  left: 0; */
  z-index: 120;
}

.dropdown-content .header {
  padding: 16px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Create dropdown column on the right hand side */


/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 350px;
  padding: 10px;
  height: auto;
  background-color: #f1f5fa;
}

.column a {
  float: none;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}

/****************MEGA MENU Update*********/

/* Create three equal columns that floats next to each other */
.column-lang {
  float: left;
  width: 58px;
/*  padding: 10px; */
  height: auto;
  background-color: #f1f5fa;
}

.column-lang a {
  float: none;
/*  padding: 16px; */
  text-decoration: none;
  display: block;
  text-align: left;
}

.column-lang a:hover {
  background-color: #ddd;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-lang {
    width: 100%;
    height: auto;
  }
}