
.news--icon svg {
    width: 100%;
    height: 100%;
}

.sticky-share-box__block--subscriptionpop--close{
  color:#BBBBBB;
  font-size:24px;
  padding:16px;
  font-weight:bold;
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  transition:all .2s ease;
  cursor:pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.sticky-share-box__block--subscriptionpop--top{
  text-align:center;
}
.sticky-share-box__block--subscriptionpop--top h4{
  font-size:18px;
  font-weight:600;
  color:#36BDBB;
}
.blogstandard-content .sticky-share-box__block--subscriptionpop--top img,
.sticky-share-box__block--subscriptionpop--top img{
  max-width:40px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticky-share-box__block--subscriptionpop form .legal-consent-container .hs-form-booleancheckbox-display input {
  min-width: 16px !important;
  width:auto;
}
.sticky-share-box__block--subscriptionpop form .legal-consent-container>.hs-richtext {
    padding-left: 0;
    padding-right: 0;
}
.sticky-share-box__block--subscriptionpop form .legal-consent-container .hs-form-booleancheckbox-display p {
    font-size: 12px !important;
    padding-left: 5px;
}
.sticky-share-box__block--subscriptionpop form input[type="submit"]{
  background:#36BDBB;
  text-decoration:underline;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.sticky-share-box__block--subscriptionpop form input[type="submit"]:hover{
  background:#1D8180;
  text-decoration:none;
}


.sticky-share-box__block--subscriptionpop--inner {
    background: white;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #DFDFDF;
    -webkit-box-shadow: 3px 5px 16px rgba(0,0,0,.08);
       -moz-box-shadow: 3px 5px 16px rgba(0,0,0,.08);
            box-shadow: 3px 5px 16px rgba(0,0,0,.08);
}
.sticky-share-box__block--body {
  padding: 16px 20px 32px;
  max-height: 90vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sticky-share-box__block--body::-webkit-scrollbar{
  display:none;
}

.sticky-share-box__block--subscribe{
  padding:0;
  border:0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
  background:transparent;
  display:block;
  text-align:center;
  width: 100%;
}

.blogstandard-content .sticky-share-box__block--link img,
.sticky-share-box__block--link img{
  width:32px;
  height:32px;
  margin:0;
}

.share--icons--label{
  text-align:center;
  font-size:13px;
  text-transform:uppercase;
  color:#154061;
  font-weight:600;
  margin-bottom: 8px;
}

@media(max-width:767px){
  .share--icons--icons{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
       -moz-box-orient:horizontal;
       -moz-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
       -moz-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }
  .share--icons--icons a{
    margin: 0 12px;
  }
  .sticky-share-box__block--subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #154061;
    line-height: 1;
    padding-top:24px;
  }
  .hs-blog-post .sticky-share-box__block--subscribe{
    padding: 16px 0 10px;
    border-bottom: 1px solid #F1F2F3;
  }
  .hs-blog-post .share--icons--wrapper {
    margin-bottom: 20px;
  }
  .news--icon svg {
    max-width: 16px;
    max-height: 16px;
    margin-right: 10px;
    fill: #154061;
  }
  .news--icon {
    padding-bottom: 9px;
  }
  .share--icons--wrapper {
    padding-top: 20px;
  }
  .sticky-share-box__block--subscriptionpop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding:80px 24px 0;
    -webkit-transition:all .5s cubic-bezier(.1,1,.5,1) 0s;
    -o-transition:all .5s cubic-bezier(.1,1,.5,1) 0s;
    -moz-transition:all .5s cubic-bezier(.1,1,.5,1) 0s;
    transition:all .5s cubic-bezier(.1,1,.5,1) 0s;
    -webkit-transform:translateY(100%) scale(.5);
       -moz-transform:translateY(100%) scale(.5);
        -ms-transform:translateY(100%) scale(.5);
         -o-transform:translateY(100%) scale(.5);
            transform:translateY(100%) scale(.5);
    -webkit-transform-origin:bottom center;
       -moz-transform-origin:bottom center;
        -ms-transform-origin:bottom center;
         -o-transform-origin:bottom center;
            transform-origin:bottom center;
    opacity:0;
    pointer-events:none;
  }
  .sticky-share-box__block--backdrop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #154061;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
  
  .showpop .sticky-share-box__block--subscriptionpop{
    -webkit-transform:translateY(0) scale(1);
       -moz-transform:translateY(0) scale(1);
        -ms-transform:translateY(0) scale(1);
         -o-transform:translateY(0) scale(1);
            transform:translateY(0) scale(1);
    opacity:1;
    pointer-events:all;
    -webkit-transition-delay:0s;
       -moz-transition-delay:0s;
         -o-transition-delay:0s;
            transition-delay:0s;
  }
  .showpop .sticky-share-box__block--backdrop{
    opacity:.7;
    -webkit-transition-delay:.4s;
       -moz-transition-delay:.4s;
         -o-transition-delay:.4s;
            transition-delay:.4s;
    -webkit-transition-duration:1s;
       -moz-transition-duration:1s;
         -o-transition-duration:1s;
            transition-duration:1s;
  }
}

@media(min-width:767px){
  .share--icons--label{
    display:none;
  }
  .sticky-share-box__block{
    padding:16px 10px;
    background-color:white;
    -webkit-border-radius:0 5px 5px 0;
       -moz-border-radius:0 5px 5px 0;
            border-radius:0 5px 5px 0;
    border:1px solid #DFDFDF;
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-moz-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
       -moz-box-orient:vertical;
       -moz-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    position: relative;
    top: 0;
    left: 0;
    opacity:0;
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.08);
       -moz-box-shadow: 3px 3px 10px rgba(0,0,0,.08);
            box-shadow: 3px 3px 10px rgba(0,0,0,.08);
  }
  .sticky-share-box__block--sticky{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 9;
  }
  .sticky-share-box__block--wrapper {
    position: relative;
    min-height: 1px;
  }
  .blogstandard-content .sticky-share-box__block--link img,
  .sticky-share-box__block--link img{
    width:36px;
    height:36px;
  }
  
  .sticky-share-box__block--link:hover {
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
  }
  .sticky-share-box__block--link:not(:last-child) {
      margin-bottom: 16px;
  }
  .sticky-share-box__block--link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news--label {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    color: #36BDBB;
  }
  .sticky-share-box__block--news {
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #DBDBDB;
  }
  .news--icon svg {
    max-width: 30px;
    max-height: 30px;
    fill:#36bdbb;
  }
  
  .sticky-share-box__block--subscriptionpop {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 6px;
    min-width: 370px;
    -webkit-transform: scaleX(.2) translateX(-50vw);
       -moz-transform: scaleX(.2) translateX(-50vw);
        -ms-transform: scaleX(.2) translateX(-50vw);
         -o-transform: scaleX(.2) translateX(-50vw);
            transform: scaleX(.2) translateX(-50vw);
    -webkit-transform-origin: left;
       -moz-transform-origin: left;
        -ms-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s cubic-bezier(.1,1,.5,1);
    -o-transition: all .6s cubic-bezier(.1,1,.5,1);
    -moz-transition: all .6s cubic-bezier(.1,1,.5,1);
    transition: all .6s cubic-bezier(.1,1,.5,1);
  }
  .showpop .sticky-share-box__block--subscriptionpop {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scaleX(1) translateX(0);
       -moz-transform: scaleX(1) translateX(0);
        -ms-transform: scaleX(1) translateX(0);
         -o-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    animation:addZindex .5s forwards .5s;
  }
  .sticky-share-box__block--subscribe{
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
  }
  .sticky-share-box__block--subscribe:hover{
    -webkit-transform:scale(1.15);
       -moz-transform:scale(1.15);
        -ms-transform:scale(1.15);
         -o-transform:scale(1.15);
            transform:scale(1.15);
  }
  .sticky-share-box__block--subscriptionpop--close{
    font-size:12px;
  }
  .sticky-share-box__block--subscriptionpop--close:hover{
    color:#f68376;
  }
  .sticky-share-box__block--body {
    max-height: 70vh;
  }
  
  .sticky-share-box__block--news:after {
    content: '+';
    position: absolute;
    text-align: right;
    padding: 4px 9px 0 0;
    line-height: 1;
    width: 30px;
    background: #36BDBB;
    height: 24px;
    font-size: 20px;
    top: 0;
    z-index: -1;
    margin-top: 24px;
    left: 100%;
    -webkit-border-radius: 0 30px 30px 0;
       -moz-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
    color: white;
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    opacity:0;
    -webkit-transform:translateX(-100%);
       -moz-transform:translateX(-100%);
        -ms-transform:translateX(-100%);
         -o-transform:translateX(-100%);
            transform:translateX(-100%);
    pointer-events:none;
  }
  .sticky-share-box__block--news:hover:after {
    -webkit-transform:translateX(0);
       -moz-transform:translateX(0);
        -ms-transform:translateX(0);
         -o-transform:translateX(0);
            transform:translateX(0);
    opacity:1;
    pointer-events:all;
  }
  .sticky-share-box__block--subscriptionpop--fixed{
    position:absolute;
    left:0;
  }
}


/* Animate svg icon */
.news--icon svg path{
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.news--icon svg path[id*='news-icon_']{
  opacity:0;
}
.news--icon--loaded.news--icon svg path[id*='news-icon_']{
  opacity:1;
}
.news--icon--loaded.news--icon svg path#news-icon_1{
  -webkit-transition-delay: .5s;
     -moz-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}
.news--icon--loaded.news--icon svg path#news-icon_2{
  -webkit-transition-delay: .6s;
     -moz-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}
.news--icon--loaded.news--icon svg path#news-icon_3{
  -webkit-transition-delay: .7s;
     -moz-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
}
.news--icon--loaded.news--icon svg path#news-icon_4{
  -webkit-transition-delay: .8s;
     -moz-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}
.news--icon--loaded.news--icon svg path#news-icon_5{
  -webkit-transition-delay: .9s;
     -moz-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s;
}

@keyframes addZindex{
    0%{z-index:0;}
    90%{z-index:0;}
    100%{z-index:1;}
}