/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-Oct-2016, 16:03:26
    Author     : danielez
*/
/**
 * THIS IS A DECLARATIONS-ONLY LESS COMPONENT, AND MUST CONTAIN EXCLUSIVELY:
 *
 * 1. BOOTSTRAP VARIABLES OVERRIDES
 * 2. ADDITIONAL THEME VARIABLES (and optionally mixins) DEFINITIONS
 * 
 * SO PLEASE, DO NOT ADD STYLESHEET RULES HERE!
 */
/**
 * Bootstrap Variables Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/**
 * Additional Theme Variables Definitions - Prysmian Sub-Theme
 *
 */
/*
@font-family-sans-serif-condensed: "Roboto Condensed", sans-serif;
@font-family-alternate-regular: "klavika_rgregular", sans-serif;
@font-family-alternate-bold: "klavika_bdbold", sans-serif;
*/
/*
@font-family-prys2-regular: "FSTruman_regular", sans-serif;
@font-family-prys2-italic: "FSTruman_italic", sans-serif;
@font-family-prys2-bold: "FSTruman_bold", sans-serif;
@font-family-prys2-bold-italic: "FSTruman_bold_italic", sans-serif;
@font-family-prys2-light: "FSTruman_light", sans-serif;
@font-family-prys2-light-italic: "FSTruman_light_italic", sans-serif;
*/
/* 'Primary-White' */
/* 'Primary-White Hover' */
/* 'Night Black' */
/* 'Light Gray-100' */
/* 'Light Gray-30' */
/* 'Light Gray-10' */
/* 'Primary-Dark Gray' */
/* 'Primary-Light Blue Dark' */
/* 'Primary-Light Blue' */
/* => rgba(0, 147, 255, 1) */
/* 'Light_Blue/100' */
/* => rgba(204, 233, 255, 1) */
/* 'Primary-Light Green' */
/* => rgba(0, 209, 96, 1) */
/* 'Primary-Gradient' */
/* To be applied as <background-image> property */
/* 'Primary-Gradient Hover' */
/* #0069B7 */
/* #009A47 */
/* To be applied as <background-image> property */
/* To be applied as <background-image> property */
/* To be applied as <background-image> property */
/*deprecated: #67799A*/
/* hex: #ecf0f4 - Draka Light Grey */
/* hex: #0E2B8C */
/* rgb(0, 84, 163) hex: #0054a3 - Draka Bright Blue */
/* hex: #082355 - Draka Dark Blue */
.ct-leafpage {
  /*.lp-editorial strong {
        color: #000;
        display: block;
        font-size: 32px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 10px;
        opacity: 1;
    }*/
}
.ct-leafpage.ct-newsleaf {
  max-width: none;
  margin: 0 auto;
}
.ct-leafpage section,
.ct-leafpage aside {
  border: 0px dotted blue;
}
.ct-leafpage aside {
  margin-bottom: 10px;
  padding-top: 0;
  /*20px;*/
  width: 100%;
}
.ct-leafpage .bkg-bread {
  margin: 0 auto;
  max-width: 1280px;
  display: none !important;
  /* PRYS2-REWORK */
}
.ct-leafpage .lp-masthead {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0px;
  text-align: center;
}
.ct-leafpage .lp-masthead.w970 {
  max-width: 970px;
}
.ct-leafpage .lp-masthead.w1200 {
  max-width: 1200px;
}
@media (max-width: 768px) {
  .ct-leafpage .lp-masthead {
    margin-bottom: 0;
  }
}
.ct-leafpage .lp-tagnav {
  color: #aab8c2;
  font-size: 20px;
  font-weight: 400;
  line-height: 52px;
  margin: 24px 0;
}
@media (max-width: 768px) {
  .ct-leafpage .lp-tagnav {
    margin-bottom: 0;
  }
}
.ct-leafpage .lp-tagnav a:hover {
  opacity: 0.8;
}
.ct-leafpage .lp-tagnav a:not(:first-child)::before {
  content: " / ";
}
.ct-leafpage .lp-tagnav span:not(:first-child):before {
  content: ' / ';
}
.ct-leafpage .lp-tagnav span.active {
  color: #0093FF;
  font-weight: 500;
}
.ct-leafpage .lp-banner {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .ct-leafpage .lp-banner {
    margin-top: 0;
  }
}
.ct-leafpage .lp-banner img {
  text-align: center;
  /* [970x386] */
  margin: 0 auto;
  /* PRYS2 REWORK */
}
.ct-leafpage .lp-categories {
  color: #97b1c3;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  margin: 40px 0 30px 0;
  text-transform: uppercase;
}
.ct-leafpage .lp-categories a:hover {
  opacity: 0.8;
}
.ct-leafpage .lp-categories span.active {
  color: #0093FF;
}
.ct-leafpage .lp-categories .tag-label {
  background-color: #fff;
  color: #0093FF;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: none;
  margin: 30px auto 0 auto;
}
.ct-leafpage .lp-maintitle h1 {
  font-size: 36px;
  /*64px;*/
  font-weight: 400;
  line-height: 74px;
  text-align: center;
}
@media (max-width: 768px) {
  .ct-leafpage .lp-maintitle h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.ct-leafpage .lp-body {
  padding-top: 50px;
  padding-bottom: 20px;
}
.ct-leafpage .row.lp-body-inner {
  margin: 0 auto;
}
.ct-leafpage .row.lp-body-inner.w970 {
  max-width: 970px;
}
.ct-leafpage .row.lp-body-inner.w1200 {
  max-width: 1200px;
}
@media (max-width: 768px) {
  .ct-leafpage .lp-widget .btn-download {
    margin-bottom: 40px;
  }
}
.ct-leafpage .lp-content {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .ct-leafpage .lp-content {
    padding: 0px 15px;
  }
}
.ct-leafpage .lp-headline,
.ct-leafpage .lp-headline h2 {
  display: block;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}
.ct-leafpage .lp-headline h2 {
  margin: 10px 0 20px 0;
}
.ct-leafpage .lp-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  margin: 5px 0;
  text-transform: uppercase;
  opacity: 0.7;
}
.ct-leafpage .lp-meta p {
  letter-spacing: 1px;
}
.ct-leafpage .lp-editorial {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  opacity: 1;
  padding-bottom: 10px;
}
.ct-leafpage .lp-editorial a {
  color: #0093FF;
  font-weight: 400;
}
.ct-leafpage .lp-editorial .btn-download {
  margin-right: 10px;
  padding: 0 40px 0 20px;
  width: auto;
  display: block;
}
.ct-leafpage .lp-editorial p:not(strong) {
  opacity: 0.8;
}
.ct-leafpage .lp-taglist {
  border-top: 1px solid #e3e3e3;
  color: #97b1c3;
  font-size: 16px;
  /*letter-spacing: 1.5px;*/
  line-height: 24px;
  padding: 12px 0;
}
.ct-leafpage .lp-taglist span.taglabel {
  color: #2c2c2c;
  font-weight: 700;
}
.ct-leafpage .lp-taglist a {
  color: #97b1c3;
  font-weight: 500;
}
.ct-leafpage .lp-taglist a:hover {
  opacity: 0.8;
}
.ct-leafpage .lp-label {
  color: #666;
  margin: 10px 0;
  text-align: left;
  text-transform: uppercase;
}
/* -------------------------------- 

share button

-------------------------------- */
.btn-twitter {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn-social {
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-share,
.btn-share:focus,
.btn-share:active:focus,
.btn-share.active:focus,
.btn-share.focus,
.btn-share.focus:active,
.btn-share.active.focus {
  background-color: #0064AE;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  /*10px;*/
  margin-top: 10px;
  outline: 0 none;
  padding: 0;
  text-transform: uppercase;
  transition: background-color 0.2s ease 0s;
  width: auto;
  /*290px;*/
  max-width: 320px;
}
.btn-share:hover {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  opacity: 1;
}
.atwrapper {
  text-align: left;
  width: 350px;
}
.atwrapper .at-share-btn-elements {
  margin-bottom: 20px;
}
.atwrapper .at-resp-share-element .at-share-btn {
  margin: 0;
  height: auto;
  width: 16%;
  text-align: center;
}
.atwrapper .at-resp-share-element .at-share-btn .at-icon-wrapper {
  float: none;
}
.atwrapper .at-resp-share-element .at-share-btn .at-label {
  display: none;
  padding: 0 2px 0 0;
}
.atwrapper .at-resp-share-element.at-mobile .at-share-btn {
  margin-right: 16px;
}
.atwrapper .at-style-responsive .at-share-btn {
  padding: 8px;
  background-color: #67799a !important;
  border-radius: 8px !important;
  margin-right: 24px;
}
.atwrapper .at-style-responsive .at-share-btn.at-svc-linkedin,
.atwrapper .at-style-responsive .at-share-btn.at-svc-twitter,
.atwrapper .at-style-responsive .at-share-btn.at-svc-facebook,
.atwrapper .at-style-responsive .at-share-btn.at-svc-email {
  background-color: #67799a;
}
.atwrapper .at-style-responsive .at-share-btn:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .atwrapper .btn-share {
    margin: 0;
    max-width: none;
  }
}
/* -------------------------------- 

download button

-------------------------------- */
.btn-download {
  background-color: #5e7a9d;
  /*#97b1c3;*/
  border: 0 none;
  border-radius: 0;
  color: #fff !important;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 320px;
  padding: 0;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  transition: background-color 0.2s ease 0s;
  white-space: nowrap;
  width: 200px;
  display: inline-block;
}
.btn-download:hover,
.btn-download:focus,
.btn-download:active,
.btn-download.focus,
.btn-download.active,
.btn-download:active:hover {
  background-color: #284461;
  color: #fff;
  /*border: 1px solid #1c1c1c;*/
}
/* -------------------------------- 

Reading progress button

-------------------------------- */
.cd-nugget-info a {
  position: relative;
  display: inline-block;
  padding: 1.2em 1.6em;
  border-radius: 50em;
  background: #2a76e8;
  font-size: 14px;
  color: #ffffff;
  margin-top: 1em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 0 20px rgba(42, 118, 232, 0.4);
}
.no-touch .cd-nugget-info a:hover {
  opacity: 0.8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-nugget-info a {
    margin-top: 1.4em;
  }
}
/* -------------------------------- 

Articles

-------------------------------- */
.cd-articles::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-articles article:last-of-type {
  border-bottom: none;
}
.cd-articles article article:last-of-type {
  padding-bottom: 50px;
}
.cd-articles p:last-of-type {
  padding-bottom: 0;
}
.cd-articles .btn-block + .btn-block {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .cd-articles::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
/* -------------------------------- 

Aside

-------------------------------- */
.cd-read-more {
  /* hide on mobile */
  background-color: rgba(255, 255, 255, 0.6);
  /*display: none;*/
  max-width: 320px;
  width: auto;
  /*290px;*/
}
.cd-read-more li {
  counter-increment: articles;
  list-style: none;
}
.cd-read-more li a {
  background-color: #f4f5f6;
  display: block;
  position: relative;
  padding: 1.6em 1.1em 1.6em 4.3em;
}
.cd-read-more li a::before,
.cd-read-more li a::after {
  position: absolute;
}
.cd-read-more li a::before {
  /* article number */
  content: counter(articles);
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.1em;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 50%;
  color: #b3b3b3;
  text-align: center;
  box-shadow: inset 0 0 0 1px #d9d9d9;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.cd-read-more li a::after {
  /* bottom separation - line */
  content: '';
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 260px;
  background-color: #d9d9d9;
}
.cd-read-more li a.read em {
  color: #a6a6a6;
}
.cd-read-more li a.read::before {
  background-color: #d9d9d9;
}
.cd-read-more li a.reading em {
  color: #2a76e8;
}
.cd-read-more li a.reading svg {
  display: block;
}
.cd-read-more li a.reading::before {
  background-color: #ffffff;
  color: #141414;
}
.cd-read-more li:last-of-type a::after {
  display: none;
}
.cd-read-more em {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* truncate text with ellipsis */
  white-space: nowrap;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.cd-read-more.fixed em,
.cd-read-more li a.reading em {
  color: inherit;
  font-weight: 700;
  opacity: 1;
}
.cd-read-more b {
  color: #a6a6a6;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-top: 6px;
}
.cd-read-more li a svg {
  /* this is the filling circle around the article number */
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.1em;
  stroke: #2a76e8;
}
.cd-read-more ul {
  margin: 0;
  padding: 0;
}
/* -------------------------------- 

Media Query Toggle

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-read-more {
    display: block;
    position: static;
    top: 3em;
    right: auto;
  }
  .cd-read-more.fixed {
    position: fixed;
    /*right: calc(50% - 485px);*/
    left: auto;
    z-index: 1;
    top: 150px;
    /*TODO: get sticky header height*/
  }
}
@media only screen and (max-width: 768px) {
  .cd-read-more {
    max-width: none;
    text-align: center;
  }
  .cd-read-more ul {
    display: none;
  }
  .btn-share,
  .btn-download {
    margin: 0 auto 10px;
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .node-news .lp-maintitle {
    padding: 0 15px;
  }
}
.node-news .lp-maintitle h1 {
  font-size: 60px !important;
  text-align: left !important;
}
@media (max-width: 768px) {
  .node-news .lp-maintitle h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  .node-news .lp-headline h2 {
    font-size: 26px !important;
  }
}
.node-news .lp-categories {
  margin: 0;
  text-align: left;
}
.node-news .lp-content {
  padding-left: 0;
}
@media (max-width: 768px) {
  .node-news .lp-content {
    padding: 0 15px;
  }
}
.node-news .tag-label {
  background-color: transparent !important;
  font-size: 16px !important;
  padding: 0px !important;
  font-weight: 400 !important;
}
.node-news .tag-label a {
  margin-left: 5px;
  text-decoration: underline;
}
.node-news .float-img {
  float: left;
  margin: 0px 30px 10px 0px;
}
@media (max-width: 768px) {
  .node-press .lp-maintitle {
    padding: 0 15px;
  }
}
.node-press .lp-maintitle h1 {
  font-size: 60px !important;
  text-align: left !important;
}
@media (max-width: 768px) {
  .node-press .lp-maintitle h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  .node-press .lp-headline h2 {
    font-size: 26px !important;
  }
}
.node-press .lp-categories {
  margin: 0;
  text-align: left;
}
.node-press .lp-content {
  padding-left: 0;
}
@media (max-width: 768px) {
  .node-press .lp-content {
    padding: 0 15px;
  }
}
.node-press .tag-label {
  background-color: transparent !important;
  font-size: 16px !important;
  padding: 0px !important;
  font-weight: 400 !important;
}
.node-press .tag-label a {
  margin-left: 5px;
  text-decoration: underline;
}
.node-press .float-img {
  float: left;
  margin: 0px 30px 10px 0px;
}
@media (max-width: 768px) {
  .node-reference .lp-maintitle {
    padding: 0 15px;
  }
}
.node-reference .lp-maintitle h1 {
  font-size: 60px !important;
  text-align: left !important;
  margin-top: 75px;
}
@media (max-width: 991px) {
  .node-reference .lp-maintitle h1 {
    margin-top: 90px;
    /*150px;*/
  }
}
@media (max-width: 768px) {
  .node-reference .lp-maintitle h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  .node-reference .lp-headline h2 {
    font-size: 26px !important;
  }
}
.node-reference .lp-categories {
  margin: 0;
  text-align: left;
}
.node-reference .lp-content {
  padding-left: 0;
}
@media (max-width: 768px) {
  .node-reference .lp-content {
    padding: 0 15px;
  }
}
.node-reference .tag-label {
  background-color: transparent !important;
  font-size: 16px !important;
  padding: 0px !important;
  font-weight: 400 !important;
}
.node-reference .tag-label a {
  margin-left: 5px;
  text-decoration: underline;
}
.node-reference .float-img {
  float: left;
  margin: 0 2em 1rem 0;
}
@media (max-width: 768px) {
  .node-reference .float-img {
    float: none;
    margin: 0 auto 2em auto;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4-nov-2016, 16.37.01
    Author     : aolari
*/
.product-form {
  padding-top: 35px;
}
.down-ico {
  position: absolute;
  padding: 10px 10px;
}
.download-product span {
  font-size: 12px;
  line-height: 24px;
  text-transform: initial;
  margin-left: -25px;
}
.product-form h2 {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
}
.hideForm {
  display: none;
}
.error-msg {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  /*  margin: 25px 0;*/
}
.product-form p {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 25px;
}
.product-form .btn-default {
  width: 100%;
  background-color: #5e7a9d;
  /*#97b1c3;*/
  color: white;
}
.download-product .btn.btn-block.btn-social.btn-share {
  background-color: #5e7a9d;
  /*#97b1c3;*/
}
.download-product .btn.btn-block.btn-social.btn-share:hover {
  background: #284461;
  color: #ffffff;
}
.download-product {
  width: 200px;
  height: 40px;
}
.product-form .btn-default:hover {
  background: #284461;
  color: #ffffff;
  border: 1px solid #1c1c1c;
  /*color: #1c1c1c;*/
  opacity: 1;
}
.product-content {
  margin-top: 40px;
}
.box-down-sub {
  margin-bottom: 20px;
  float: right;
}
@media (max-width: 768px) {
  .box-down-sub {
    width: 100%;
  }
  .box-down-sub .download-product {
    width: 100%;
  }
  .box-down-sub .download-product .btn-share {
    width: 100%;
    max-width: 100%;
  }
}
.product h2,
.product h1 {
  margin-top: 60px;
  font-size: 64px;
  line-height: 74px;
  width: 80%;
}
@media (max-width: 768px) {
  .product h2,
  .product h1 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 33px;
  }
}
.sub p {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}
/** Slider **/
.content-rel-prod {
  overflow: hidden;
  height: 280px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4dbe0;
  position: relative;
  background-color: #fff;
}
.title-related-prod {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 211px;
  overflow: hidden;
}
.title-related-prod h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
  text-align: initial;
  padding-bottom: 10px;
}
.content-atribute-rel-prod {
  padding-left: 20px;
  padding-right: 20px;
}
.title-related-prod p {
  color: #9da1aa;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  opacity: 1;
  text-align: initial;
}
.foot-rel-prod {
  position: absolute;
  bottom: 0px;
  height: 45px;
  width: 100%;
  background-color: white;
  color: #67799a;
}
.foot-rel-prod .more {
  /*border-style: solid;
    border-color: #67799a;*/
  border: 0 none;
  background-color: #5e7a9d;
  /*#dce1ea;*/
  width: 50%;
  height: 50px;
  display: inline-block;
  float: left;
  border-width: 1px;
  color: #fff;
}
.foot-rel-prod .down.full {
  /*border-style: solid;
    border-color: #67799a;*/
  border: 0 none;
  background-color: #48668a;
  /*#cbd2de;*/
  width: 50%;
  height: 50px;
  display: inline-block;
  float: left;
  border-width: 1px;
  color: #fff;
}
.more a,
.down a,
.empty span {
  font-size: 10px;
  font-weight: 300;
  line-height: 45px;
  text-transform: uppercase;
}
.ct-module.ct-slider .slick-slide {
  margin: 0 5px !important;
}
.view-product {
  /*margin-top: 55px;*/
}
@media (max-width: 768px) {
  .view-product {
    margin-top: 0;
  }
}
.gen-tit h2 {
  font-size: 32px;
  line-height: 42px;
  margin-left: 30px;
}
.down.empty {
  border: 0;
  background-color: #e2e8ef;
  /*#f6f6f6;*/
  line-height: 45px;
  color: #738294;
  /*#D4DBE0;*/
}
.foot-rel-prod .down.empty {
  font-size: 10px;
  font-weight: 300;
  border-style: solid;
  /*border-color:  #67799a;*/
  border-color: #738294;
  width: 50%;
  height: 50px;
  display: inline-block;
  float: left;
  border-width: 0px;
  /*1px*/
}
.down.full:hover {
  background-color: #284461;
  /*#67799A;*/
  /*  opacity: 0.8;*/
  color: #fff;
}
.more:hover {
  background-color: #284461;
  /*#67799A;*/
  /*  opacity: 0.8;*/
  color: #fff;
}
/** Form Email  **/
.product-content .form-group .form-control,
.btn.btn-default {
  border-radius: 0px;
}
.product-content div .product-form .form-horizontal input,
.product-content div .product-form .form-horizontal select {
  height: 42px;
  border: 1px solid #DBDBDB;
  padding-left: 13px;
  color: #919191;
  text-transform: uppercase;
}
.product-content div .product-form .form-horizontal .slc-country {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: #F6F6F6 url('../images/arrow_down_select_contact.png') no-repeat left top;
  background-position: 95% 50%;
  color: #797979;
}
/* Hack css for IE for hide default arrow select */
.product-content div .product-form .form-horizontal .slc-country::-ms-expand {
  display: none;
}
.product-content div .product-form .form-horizontal .btn-submit {
  height: 48px;
  background: #5e7a9d;
  /*#8CB3C5;*/
  border: none;
}
.product-content div .product-form .form-horizontal .btn-submit:hover {
  background: #284461;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .product-content div .product-form .form-horizontal input,
  .product-content div .product-form .form-horizontal select {
    margin-bottom: 10px;
  }
}
.product-content div .product-form p {
  color: #767676;
}
.bkg-grey {
  background-color: #E0E0E0;
}
/*
 * PRYSMIAN 2019 :: NEW MEDIA-HUB (aka INSIGHT) SECTION:
 * 
 * - GLOBAL AND COMMON RULES
 * - WIDGETS
 * - FUNCTIONAL ELEMENTS
 * - NAMESPACE PREFIX <mh>
 *
 */
/*
    INSIGHT NAVIGATION
*/
.mh-top-navbar {
  background-color: #2D354A;
  height: 130px;
  line-height: 130px;
  position: fixed;
  /* relative to fixed */
  width: 100%;
  top: 0;
  z-index: 10;
  color: #DCE4F2;
  text-align: center;
  transition: all 0.3s;
}
.mh-top-navbar .ddmenu-container__mh-nav {
  padding-left: 60px;
  height: 130px;
}
@media (max-width: 1279px) {
  .mh-top-navbar .ddmenu-container__mh-nav {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .mh-top-navbar .ddmenu-container__mh-nav {
    padding-left: 15px;
  }
}
.mh-top-navbar .ddmenu-container__mh-nav .btn-icon:hover {
  opacity: 0.8;
}
.mh-top-navbar .navbar-toggle.mediahub-navbar-toggle {
  display: inline-block;
  /* always visible */
  color: #FFFFFF;
  vertical-align: middle;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}
.mh-top-navbar .navbar-toggle.mediahub-navbar-toggle:hover {
  opacity: 0.8;
}
.mh-top-navbar .navbar-toggle.mediahub-navbar-toggle .menu-trigger .icon-bar {
  background-color: #FFFFFF;
  width: 27px;
  height: 4px;
  border-radius: 0px;
}
.mh-top-navbar .navbar-toggle.mediahub-navbar-toggle .menu-trigger .icon-bar + .icon-bar {
  margin-top: 6px;
}
.mh-top-navbar .navbar-toggle.mediahub-navbar-toggle .menu-trigger .icon.icon-menu-hamburger {
  width: 34px;
  height: 22px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .mh-top-navbar .navbar-toggle.mediahub-navbar-toggle .menu-trigger .icon.icon-menu-hamburger {
    width: 28px;
    height: 18px;
  }
}
.mh-top-navbar .search-toggle {
  color: inherit;
  font-size: 2em;
}
.mh-top-navbar .search-toggle:hover {
  opacity: 0.8;
}
.mh-top-navbar .search-toggle .icon.icon-search-light {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .mh-top-navbar .search-toggle .icon.icon-search-light {
    width: 24px;
    height: 24px;
  }
}
.mh-top-navbar .btn-back-home {
  display: block;
  width: auto;
  float: left;
  height: 130px;
  margin-right: 1em;
  white-space: nowrap;
  color: #DCE4F2;
}
.mh-top-navbar .btn-back-home .material-icons.icon-home {
  line-height: 1;
  font-size: 2.2em;
  margin-top: -6px;
  vertical-align: middle;
}
.mh-top-navbar .btn-back-home .language-insight {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  margin-left: 1rem;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .mh-top-navbar .btn-back-home .language-insight {
    display: none;
  }
}
.mh-top-navbar .mediahub-title {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.mh-top-navbar .mediahub-title h2 {
  font-weight: 400;
}
.mh-top-navbar .mediahub-title h2 > small {
  display: block;
  color: inherit;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  /*letter-spacing: 2.93px;*/
}
.mh-top-navbar .mediahub-title a:hover {
  opacity: 0.8;
}
.mh-top-navbar.js-minimized {
  height: 60px;
  line-height: 60px;
}
.mh-top-navbar.js-minimized .ddmenu-container__mh-nav {
  height: 60px;
}
.mh-top-navbar.js-minimized .navbar-toggle.mediahub-navbar-toggle {
  height: 60px;
  line-height: 1;
}
.mh-top-navbar.js-minimized .btn-back-home {
  height: auto;
}
.mh-top-navbar.js-minimized .mediahub-title h2 > small {
  display: none;
}
/*
    ADMIN VIEW facilities
*/
html body.user-logged-in #mh-top-navbar .prys2-breadcrumb-container {
  position: relative;
}
html body.user-logged-in .mh-top-navbar {
  position: relative;
}
html body.user-logged-in .mh-filters-area {
  padding-top: 0;
}
/*
    INSIGHT DROPDOWN MENU (context class definition)
*/
.mh-top-navbar .ddmenu-container__mh-nav {
  position: relative;
}
.mh-top-navbar #prys2-mediahub-nav {
  min-width: 590px;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 60px;
}
.mh-top-navbar #prys2-mediahub-mobile-nav {
  z-index: 1000;
  height: 100vh;
}
.mh-top-navbar.js-minimized #prys2-mediahub-nav {
  top: 25px;
}
/*
    INSIGHT HERO
*/
.mh-hero.prys2-hero-banner {
  height: 730px;
  margin-top: -130px;
}
.mh-hero.prys2-hero-banner .hb-gallery-item {
  height: 730px;
}
.mh-hero.prys2-hero-banner .hb-gallery-item-content-wrap {
  margin-top: -130px;
}
.mh-hero.prys2-hero-banner .hb-title {
  font-weight: 400;
}
.mh-hero.prys2-hero-banner .hb-scrolldown {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 50px;
}
.mh-hero.prys2-hero-banner .hb-scrolldown .hb-scrolldown-btn {
  height: 100%;
  display: inline-block;
}
.mh-hero.prys2-hero-banner .hb-scrolldown .hb-scrolldown-btn:hover {
  opacity: 0.7;
}
.mh-hero.prys2-hero-banner .hb-scrolldown .hb-scrolldown-btn:hover .hb-scrolldown-arrow {
  padding-top: 10px;
}
.mh-hero.prys2-hero-banner .hb-scrolldown .hb-scrolldown-btn .hb-scrolldown-arrow {
  width: 60px;
  /*30px;*/
  height: 60px;
  /*18px;*/
  display: block;
  margin-top: -10px;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
  padding-top: 0;
  transition: padding 0.5s;
}
.mh-hero.prys2-hero-banner .hb-scrolldown .hb-scrolldown-btn .hb-scrolldown-arrow .icon.icon-angle-down {
  width: 30px;
  height: 51px;
  transform: rotate(270deg);
}
/*
    INSIGHT PAGE ANCHOR
*/
#mh-bodyscroll {
  margin-top: 0;
  padding-top: 0;
  /* 190px with breadcrumb | 130px without breadcrumb */
  border: 0px solid red;
  width: 100%;
  height: 0;
  background-color: rgba(255, 0, 0, 0.5);
  text-align: center;
  visibility: hidden;
}
/*
    INSIGHT STORIES HIGHLIGHTS (CARDS GRID)
*/
.mh-stories-cards.cards-overlay .card {
  margin-bottom: 20px;
}
.mh-stories-cards.cards-overlay .card.at-left {
  margin-right: 10px;
}
.mh-stories-cards.cards-overlay .card.at-center {
  margin-left: 10px;
  margin-right: 10px;
}
.mh-stories-cards.cards-overlay .card.at-right {
  margin-left: 10px;
}
.mh-stories-cards.cards-overlay .card.card-small .container-card {
  padding: 23px 20px;
}
.mh-stories-cards.cards-overlay .card.card-small .container-card .prys2-generic-heading.prys2-h4 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .mh-stories-cards.cards-overlay .card.card-small .container-card .prys2-generic-heading.prys2-h4 {
    font-size: 16px;
    line-height: 23px;
  }
}
.mh-stories-cards.cards-overlay .card.card-large .container-card {
  padding: 35px 20px;
}
.mh-stories-cards.cards-overlay .card.card-large .container-card .prys2-generic-heading.prys2-h4 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .mh-stories-cards.cards-overlay .card.card-large .container-card .prys2-generic-heading.prys2-h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.mh-stories-cards.cards-overlay .card.card-medium .container-card {
  padding: 31px 20px;
}
.mh-stories-cards.cards-overlay .card.card-medium .container-card .prys2-generic-heading.prys2-h4 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .mh-stories-cards.cards-overlay .card.card-medium .container-card .prys2-generic-heading.prys2-h4 {
    font-size: 22px;
    line-height: 31px;
  }
}
.mh-stories-cards.cards-overlay .card .container-card .prys2-generic-label.prys2-label-tag {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  /*letter-spacing: 1.87px;*/
}
.mh-stories-cards.cards-overlay .card .velina {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.mh-stories-cards.cards-overlay .card .logo-nexst {
  position: absolute;
  top: 0;
  left: 0;
  width: 26%;
  z-index: 1;
  margin-top: 30px;
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .mh-stories-cards.cards-overlay .card.at-left,
  .mh-stories-cards.cards-overlay .card.at-center,
  .mh-stories-cards.cards-overlay .card.at-right {
    margin-left: 0;
    margin-right: 0;
  }
}
.mh-stories-cards.cards-overlay .cta-box .btn-block {
  text-align: center;
  margin: 40px auto 60px auto;
}
/*
    INSIGHT STORIES HIGHLIGHTS (CARDS GRID)
*/
.mh-video-cards {
  height: auto;
}
.mh-video-cards.mh-related-stories .mh-load-more-container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mh-video-cards .card.video-card .container-card {
  position: static;
  padding: 20px 0;
  height: 150px;
}
@media (max-width: 767px) {
  .mh-video-cards .card.video-card .container-card {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mh-video-cards .card.video-card .container-card {
    height: 180px;
  }
}
.mh-video-cards .card.video-card .container-card .prys2-generic-heading.prys2-h4 {
  color: inherit;
  line-height: inherit;
  width: 100%;
  margin-top: 5px;
  /*letter-spacing: 2.93px;*/
}
.mh-video-cards .card.video-card .container-card a:hover {
  opacity: 0.8;
}
/*
    INSIGHT EXPLORE STORIES (TAG LINKS)
*/
.mh-stories-iconmenu {
  padding-bottom: 60px;
}
.mh-stories-iconmenu .iconmenu-title {
  margin-bottom: 40px;
  margin-top: 40px;
}
.mh-stories-iconmenu .iconmenu-item {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  height: 204px;
  line-height: 204px;
  overflow: hidden;
}
.mh-stories-iconmenu .iconmenu-item .idle-content {
  display: block;
  padding: 0 16px;
  transition: all 0.5s;
  white-space: nowrap;
}
.mh-stories-iconmenu .iconmenu-item .idle-content .iconmenu-icon {
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 4px solid transparent;
  position: relative;
}
.mh-stories-iconmenu .iconmenu-item .idle-content .iconmenu-icon .mh-svg-icon {
  width: 94px;
  height: 94px;
  transform: translate(0, 0);
  position: absolute;
  left: -4px;
  top: -4px;
}
.mh-stories-iconmenu .iconmenu-item .idle-content .iconmenu-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 60%;
  white-space: normal;
}
.mh-stories-iconmenu .iconmenu-item .idle-content .prys2-generic-heading.prys2-tag-title {
  font-size: 25px;
  color: #67799a;
}
.mh-stories-iconmenu .iconmenu-item .hover-content {
  display: none;
  position: absolute;
  padding: 10px 20px;
  transition: all 0.5s;
}
.mh-stories-iconmenu .iconmenu-item .hover-content .prys2-generic-heading.prys2-tag-title {
  font-size: 25px;
  color: inherit;
  margin-top: 0.8em;
  color: #67799a;
}
.mh-stories-iconmenu .iconmenu-item .hover-content .prys2-generic-paragraph.prys2-tag-description {
  line-height: 18px;
  text-align: left;
  /*letter-spacing: 1.13px;*/
  margin-top: 1.5em;
  color: #67799a;
}
.mh-stories-iconmenu .iconmenu-item:hover .idle-content {
  display: none;
}
.mh-stories-iconmenu .iconmenu-item:hover .hover-content {
  display: block;
}
.mh-stories-iconmenu .idle-link:focus .idle-content {
  display: none;
}
.mh-stories-iconmenu .idle-link:focus .hover-content {
  display: block;
  text-decoration: none;
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border: 1px solid rgba(0, 147, 255, 0.5);
  box-shadow: rgba(0, 209, 96, 0.5) 0px 0px 0px 2px;
  outline-style: inset;
  border-image-source: linear-gradient(90deg, #0093FF, #00D160);
}
/*
    INSIGHT FILTERS AREA
*/
.mh-filters-area {
  margin-top: 0;
  padding-top: 190px;
  background-color: #0093FF;
}
@media (max-width: 767px) {
  .mh-filters-area {
    padding-top: 130px;
  }
}
.mh-filters-area .mh-filters-container {
  padding-left: 40px;
  padding-right: 40px;
}
.mh-filters-area .filters-area-title {
  margin: 40px 0 30px 0;
}
.mh-filters-area .filters-area-buttons {
  margin-bottom: 30px;
}
.mh-filters-area .filters-area-buttons .btn-group-inline {
  width: 86%;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .mh-filters-area .filters-area-buttons .btn-group-inline {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mh-filters-area .filters-area-buttons .btn-group-inline {
    width: 100%;
  }
}
.mh-filters-area .filters-area-buttons .btn-group-inline .btn-filter {
  color: #FFFFFF;
  display: inline-block;
  margin: 0 16px 16px 0;
  border-radius: 25px;
}
.mh-filters-area .filters-area-buttons .btn-group-inline .btn-filter.active {
  background-color: #ffffff;
  color: #67799a;
}
.mh-filters-area .filters-area-buttons .btn-group-inline .btn-filter.active a.prys2-btn.prys2-btn-rounded {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mh-filters-area .filters-area-buttons .btn-group-inline .btn-filter {
    display: block;
    margin: 0 4px 16px 4px;
    vertical-align: middle;
  }
}
.mh-filters-area .filters-area-buttons .btn-group-inline .btn-filter a.prys2-btn.prys2-btn-rounded {
  background-color: rgba(0, 0, 0, 0);
  padding: 16px;
  font-size: 14px;
  color: inherit;
  /* default: white | inverted: blue-prysmian */
}
.mh-filters-area .filters-area-buttons .btn-group-inline .btn-filter a.prys2-btn.prys2-btn-rounded:focus {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .mh-filters-area .filters-area-buttons .btn-group-inline .btn-filter a.prys2-btn.prys2-btn-rounded {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.mh-filters-area .filters-area-buttons .btn-group-inline.multi-line {
  transition: height 0.5s;
  max-height: 50px;
  height: auto;
  overflow: hidden;
}
.mh-filters-area .filters-area-buttons .btn-group-inline.multi-line.show-more {
  height: auto;
  max-height: none;
}
.mh-filters-area .filters-area-buttons .btn-more-container {
  width: 10%;
  display: block;
  color: #FFFFFF;
  text-align: right;
  float: right;
  line-height: 50px;
}
@media screen and (max-width: 991px) {
  .mh-filters-area .filters-area-buttons .btn-more-container {
    width: auto;
  }
}
.mh-filters-area .filters-area-buttons .btn-more-container.active a .btn-symbol {
  transform: rotate(180deg);
  top: 5px;
}
.mh-filters-area .filters-area-buttons .btn-more-container a {
  color: #FFFFFF;
  vertical-align: middle;
  line-height: inherit;
}
/*
    INSIGHT MEDIA LIBRARY HIGHLIGHTS
*/
.mh-medialib-hilites {
  background-color: #101010;
  color: #FFFFFF;
  padding-top: 40px;
}
.mh-medialib-hilites.prys2-double-video .prys2-double-video-header {
  margin-bottom: 36px;
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .mh-medialib-hilites.prys2-double-video .prys2-double-video-header {
    margin-bottom: 18px;
    margin-top: 18px;
  }
}
.mh-medialib-hilites.prys2-double-video .prys2-double-video-footer a:hover {
  opacity: 0.8;
}
.mh-medialib-hilites.prys2-double-video .prys2-double-video-footer .youtube-logo {
  height: auto;
}
.mh-medialib-hilites .prys2-double-video-filters {
  margin-bottom: 18px;
  margin-top: 36px;
}
@media screen and (max-width: 991px) {
  .mh-medialib-hilites .prys2-double-video-filters {
    margin-bottom: 36px;
    margin-top: 18px;
    padding: 0;
  }
}
.mh-medialib-hilites .prys2-double-video-filters .btn-group-inline {
  display: block;
}
.mh-medialib-hilites .prys2-double-video-filters .btn-group-inline .btn-filter {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 auto;
  width: 100%;
}
.mh-medialib-hilites .prys2-double-video-filters .btn-group-inline .btn-filter > a {
  width: 100%;
}
.mh-medialib-hilites .medialib-content-left {
  margin-bottom: 18px;
}
.mh-medialib-hilites .medialib-content-left .medialib-content {
  max-width: 772px;
  max-height: 436px;
}
.mh-medialib-hilites .medialib-content-right {
  margin-bottom: 16px;
}
.mh-medialib-hilites .medialib-content-right .medialib-content {
  max-width: 372px;
  max-height: 210px;
}
.mh-medialib-hilites .medialib-content {
  width: 100%;
}
.mh-medialib-hilites .cta-box {
  text-align: center;
  margin: 40px auto 60px auto;
}
.mh-medialib-hilites .cta-box a.btn-viewall {
  color: #FFFFFF;
}
.mh-medialib-hilites .cta-box a.btn-viewall span.btn-stroke {
  background-color: #FFFFFF;
}
/*
    INSIGHT EVENTS HIGHLIGHTS
*/
.mh-events-hilites {
  padding-top: 65px;
  padding-bottom: 65px;
}
.mh-events-hilites .mh-events-hilites-container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .mh-events-hilites .mh-events-hilites-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mh-events-hilites .box-content-wrap {
  padding: 0 36px 0 36px;
}
.mh-events-hilites .box-content-wrap.dark-theme {
  color: #FFFFFF;
  background-color: #012B4C;
}
.mh-events-hilites .box-content-wrap.dark-theme .elements-box .prys2-generic-heading,
.mh-events-hilites .box-content-wrap.dark-theme .elements-box .prys2-generic-label {
  color: inherit;
}
.mh-events-hilites .box-content-wrap.dark-theme .elements-box .cta-box .prys2-btn.prys2-btn-cta {
  color: inherit;
}
.mh-events-hilites .elements-title {
  padding: 60px 0 40px 0;
  min-height: 172px;
}
.mh-events-hilites .elements-title.has-background {
  background-repeat: no-repeat;
  background-position: 0 20px;
  margin: 0 auto;
  min-width: 300px;
}
@media (max-width: 767px) {
  .mh-events-hilites .elements-title.has-background {
    background-image: none !important;
  }
}
.mh-events-hilites .elements-title.has-background > img {
  padding: 40px 0 20px 0;
}
@media (max-width: 767px) {
  .mh-events-hilites .elements-title {
    padding: 0 0 20px 0;
    min-height: 0;
  }
}
.mh-events-hilites .elements-box .box-left {
  border: 0 none;
}
.mh-events-hilites .elements-box .box-left .prys2-generic-heading a:hover {
  opacity: 0.8;
}
.mh-events-hilites .cta-box {
  padding: 60px 0 40px 0;
  text-align: center;
}
/*
    INSIGHT DOWNLOAD AREA
*/
.mh-download-area {
  background-color: #101010;
  color: #FFFFFF;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.mh-download-area .mh-download-area-header {
  margin-bottom: 36px;
  margin-top: 18px;
}
.mh-download-area .mh-slider-download-area {
  position: relative;
  margin-top: 20px;
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-target .medialib-content {
  text-align: center;
  padding-bottom: 90px;
  /* makes room for 2 lines of text in the slide title */
  position: relative;
  border: 0px dotted green;
  background-image: url('/themes/custom/prysmian/static/images/backgroundriviste.png');
  background-repeat: no-repeat;
  background-position: center -20px;
  min-width: 260px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .mh-download-area .mh-slider-download-area .mh-download-area-slick-target .medialib-content {
    background-image: none;
    min-width: 0;
  }
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-target .medialib-content img {
  margin: 0 auto;
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-target .medialib-content .medialib-slide-title-wrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: auto;
  width: 100%;
  height: auto;
  padding: 0;
  line-height: 88px;
  vertical-align: middle;
  display: table;
  border: 0px dotted pink;
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-target .medialib-content .medialib-slide-title-wrap .medialib-slide-title {
  color: inherit;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  height: auto;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.mh-download-area .mh-slider-download-area .slick-dots li button {
  color: #fff;
}
.mh-download-area .mh-slider-download-area .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.7;
  color: #fff;
}
.mh-download-area .mh-slider-download-area .slick-dots li.slick-active button:before {
  opacity: 1;
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav {
  border: 0px dotted green;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -45px;
  /* slide text height compensation */
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .slick-prev,
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .slick-next {
  width: 30px;
  height: 50px;
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .slick-prev:before,
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .slick-next:before {
  content: "";
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .slick-prev {
  left: 0;
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .slick-next {
  right: 0;
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .mh-slider-arrow {
  color: #FFFFFF;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1, 1);
  transition: transform 0.5s;
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .mh-slider-arrow:hover {
  opacity: 0.8;
  transform: scale(1.2, 1.2);
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .mh-slider-arrow i {
  font-size: 50px;
  border: 0px dotted red;
}
.mh-download-area .mh-slider-download-area .mh-download-area-slick-nav .mh-slider-arrow .icon.icon-angle-down {
  width: 30px;
  height: 48px;
  transform: none;
}
.mh-download-area .cta-box {
  text-align: center;
  margin: 40px auto 60px auto;
}
.mh-download-area .cta-box a.btn-viewall {
  color: #FFFFFF;
}
.mh-download-area .cta-box a.btn-viewall span.btn-stroke {
  background-color: #FFFFFF;
}
/*
    INSIGHT LINKEDIN FEED
*/
.mh-linkedin-feed {
  color: #191B27;
  padding-top: 40px;
  padding-bottom: 20px;
}
.mh-linkedin-feed .elements-title {
  margin: 40px auto 40px auto;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item {
    margin: 20px;
    border-bottom: 1px solid #ceced2;
  }
}
.mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-logo__icon {
  height: 32px;
  margin-bottom: 5px;
}
.mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-text {
  height: 7em;
  max-height: 10em;
  margin-bottom: 1.5em;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-text {
    height: 5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-text {
    height: 10em;
  }
}
.mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-time {
  color: #67799a;
}
.mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-actions {
  color: #67799a;
  margin-top: 16px;
  border-top: 1px solid #ceced2;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  white-space: nowrap;
}
.mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-icon {
  color: inherit;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-icon {
    margin-right: 4px;
  }
}
.mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-icon > a:hover {
  opacity: 0.8;
}
.mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-icon .btn-symbol {
  vertical-align: middle;
}
.mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-icon .btn-label {
  font-family: "montserrat", "Roboto_Webfont", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  /*letter-spacing: 1.87px;*/
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-icon .btn-label {
    font-size: 11px;
  }
}
.mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-icon i.material-icons {
  vertical-align: text-bottom;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mh-linkedin-feed .linkedin-feed-list .linkedin-feed-item .linkedin-feed-icon i.material-icons {
    font-size: 16px;
    vertical-align: text-top;
  }
}
.mh-linkedin-feed .mh-linkedin-footer {
  color: #67799a;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  margin: 40px auto;
}
.mh-linkedin-feed .mh-linkedin-footer a:hover {
  opacity: 0.8;
}
.mh-linkedin-feed .mh-linkedin-footer span {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
.mh-linkedin-feed .mh-linkedin-footer .linkedin-logo__vector img {
  height: 24px;
  vertical-align: middle;
  line-height: inherit;
  margin-top: -4px;
  margin-left: 4px;
}
/*
    INSIGHT RELATED STORIES
*/
.mh-related-stories {
  color: #191B27;
  padding-top: 60px;
  padding-bottom: 20px;
  /*.elements-title {
        margin: 40px auto 40px auto;
    }*/
}
.mh-related-stories .related-stories-list .related-stories-item .prys2-stories-info,
.mh-related-stories .related-stories-list .related-stories-item .related-stories-info {
  margin-top: 0;
  border-top: 1px solid #ceced2;
  height: auto;
  line-height: 20px;
  vertical-align: middle;
  white-space: normal;
  padding-top: 30px;
  padding-bottom: 15px;
}
.mh-related-stories .related-stories-list .related-stories-item .prys2-stories-info span.prys2-label-category,
.mh-related-stories .related-stories-list .related-stories-item .related-stories-info span.prys2-label-category {
  color: #67799a;
  margin-right: 16px;
}
.mh-related-stories .related-stories-list .related-stories-item .related-stories-title {
  height: auto;
  max-height: 10em;
  margin-bottom: 2.5em;
}
.mh-related-stories .related-stories-list .related-stories-item .related-stories-title .prys2-h4 {
  font-size: 23px;
  line-height: 31px;
}
.mh-related-stories .related-stories-list .related-stories-item .related-stories-title a:hover {
  opacity: 0.8;
}
.mh-related-stories .mh-load-more-container {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.mh-related-stories .mh-load-more-container.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: crosshair;
}
.mh-related-stories .mh-load-more-container .load-more-ruler {
  height: 1px;
  background-color: #d8d8d8;
  width: 100%;
  display: block;
}
.mh-related-stories .mh-load-more-container .load-more-btn {
  display: inline;
  border: 0px dotted red;
  margin: 0 auto;
  color: #67799a;
}
.mh-related-stories .mh-load-more-container .load-more-btn:hover {
  opacity: 0.8;
}
.mh-related-stories .mh-load-more-container .load-more-circle {
  width: 57px;
  height: 57px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.mh-related-stories .mh-load-more-container .load-more-circle i.material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: inherit;
}
.mh-related-stories .mh-load-more-container .load-more-label {
  display: inline-block;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  padding-top: 35px;
  color: inherit;
  font-size: 20px;
}
/*
    INSIGHT STORY HEADER
*/
.mh-story-header {
  margin-top: 60px;
}
.mh-story-header .prys2-stories-info,
.mh-story-header .story-header-info {
  margin-top: 0;
  border: 0 none;
  height: auto;
  line-height: 42px;
  vertical-align: middle;
  white-space: normal;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.mh-story-header .prys2-stories-info span.prys2-label-category,
.mh-story-header .story-header-info span.prys2-label-category {
  color: #67799a;
  margin-right: 16px;
}
.mh-story-header .story-header-title {
  margin-top: 0;
}
.mh-story-header .mh-story-subtitle {
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: normal;
  color: #787779;
  margin-top: 10px;
}
.mh-story-header .mh-story-hruler {
  margin: 60px 0 0 0;
  margin-bottom: 20px;
  width: 64px;
  height: 4px;
  background-color: #dbdbdb;
}
.mh-story-header .social-btn {
  float: right;
  line-height: 42px;
  vertical-align: middle;
  margin-bottom: 30px;
}
.mh-story-header .social-btn .article-share-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.mh-story-header .social-btn .atwrapper {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.mh-story-header .social-btn .atwrapper .at-share-btn-elements {
  margin-bottom: 0;
  white-space: nowrap;
}
.mh-story-header .social-btn .atwrapper .at-style-responsive .at-share-btn {
  padding: 5px;
  width: auto;
  margin-right: 8px;
}
.mh-story-header .social-btn .atwrapper .st-btn[data-network="email"] {
  display: inline-block !important;
}
/*
    INSIGHT MODAL GALLERY (OVERRIDES)
*/
.prys2-modal-gallery.modal.pry-modal {
  border: 0px dotted white;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  box-shadow: none;
  max-width: 100%;
  height: auto;
  padding: 0;
}
.prys2-modal-gallery.modal.pry-modal .pry-modal-dialog {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .prys2-modal-gallery.modal.pry-modal .pry-modal-dialog {
    padding-left: 0;
    padding-right: 0;
  }
}
.prys2-modal-gallery.modal.pry-modal .pry-modal-dialog .pry-modal-content {
  box-shadow: none;
  border: 0 none;
}
.prys2-modal-gallery.modal.pry-modal a.close-modal {
  top: 20px;
  right: 10px;
  z-index: 1630;
  cursor: pointer;
}
.prys2-modal-gallery.modal.pry-modal a.close-modal:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .prys2-modal-gallery.modal.pry-modal a.close-modal {
    width: 60px;
    height: 60px;
  }
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider {
  height: 90vh;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  position: relative;
}
@media (max-width: 767px) {
  .prys2-modal-gallery.modal.pry-modal .container-double-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-media.block-media {
  height: auto;
  min-height: 0;
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-media.block-media {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-media.block-media {
    height: auto;
  }
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-media.block-media .slick-slide {
  background-color: inherit;
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-media.block-media .slick-slide.slider-media {
  vertical-align: middle;
  line-height: 65vh;
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-thumbs {
  background-color: rgba(0, 0, 0, 0);
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-thumbs.block-thumbs {
  height: 20%;
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-thumbs.block-thumbs {
    height: auto;
    position: relative;
    bottom: auto;
  }
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-thumbs.block-thumbs .slick-slide {
  margin: 0 0.5rem;
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-thumbs.block-thumbs .slick-slide.slick-current {
  background-color: rgba(128, 128, 128, 0.7);
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .double-carousel-thumbs.block-thumbs .slick-slide:hover {
  opacity: 0.8;
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider.mh-slider-download-area .mh-download-area-slick-nav {
  top: 30vh;
  margin-top: 0;
  transition: top 0.3s;
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .slider-dida {
  padding: 30px 25px 15px 5px;
  height: auto;
  min-height: 20vh;
  position: relative;
}
.prys2-modal-gallery.modal.pry-modal .container-double-slider .slider-dida .slider-nav-counter {
  position: absolute;
  right: 5px;
  top: 5px;
}
.jquery-modal.blocker {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767px) {
  .jquery-modal.blocker {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
.modal-backdrop {
    z-index: -1;
}
*/
/*
.modal.pry-modal {
    .glblock {
        background: #f0f0f0;
        color: #3498db;
        font-size: 2.25rem;
        margin: .5rem;	
        position: relative;
        text-align: center;
    }
    .slider-single .glblock {
        line-height: 10rem;
    }
    .slider-nav .glblock::before {
        content: "";
        display: block;
        padding-top: 75%;
    }
    .slider-nav .glblock span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .slider-nav .slick-slide { 
        cursor: pointer; 
    }
    .slick-slide.is-active .glblock {
        color: #c00;
        background-color: #fff
    }
}
*/
