.images-starter-pack .pane-content{width:73%;}
.images-starter-pack .pane-content .file-image .content img{width:100%}
body .images-starter-pack .pane-content p a{ color:#000;font-size:20px;}
.images-starter-pack .pane-content p.sample-order-black{border-bottom:1px solid #e1e1e1;padding:25px 0 15px 15px;}

body.hub-norway .signup-overlay.teaser, body.hub-sweden .signup-overlay.teaser {
    overflow: hidden;
    min-height: 600px;
    position: absolute;
    display: block;
    width: 100%;
    height: calc(10% + 250px);
    bottom: 322px;
    top: auto;
    background-image: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0px, rgba(243, 243, 243, 0.98) 100px);
    background-color: transparent;
}

@media screen and (max-width: 850px) {
    body.hub-norway .signup-overlay.teaser, body.hub-sweden .signup-overlay.teaser {
        bottom: 425px;
    }
}

body.hub-norway .signup-overlay.teaser .inner, body.hub-sweden .signup-overlay.teaser .inner {
    margin-top: 125px;
}

.hub-japan #webform-client-form-4979 .password-suggestions, .hub-japan #webform-client-form-4979 .password-suggestions ul li{
	font-size: 15px;
	line-height: 17px;
	color: #fff;
}

/* Podcast Page CSS */

.page-podcast .hub .site-content .content {
    width: 100%;
    max-width: 1205px;
    box-sizing: border-box;
    margin: 0 auto;
}
.podcast .data-audio .audio-player .progress-full{
    top: calc(50% - -2px);
}
.podcast .data-audio .audio-player .progress-bar{
    top: calc(50% - -2px);
}
.content.podcasts .casts {
    vertical-align: top;
}
.content.podcasts .casts article {
    border: 2px solid #ccc;
    margin: 0 10px 15px;
}
.node-content.view-mode-teaser:first-child{
    border: none;
}
.content.podcasts .down-link {
    position: absolute;
    bottom: 0px;
}
.content.podcasts .data-audio .audio-player{
    margin-bottom: 25px;
}
.casts{
    width: 33.33%;
    float: left;
}

.podcasts .casts article{
    height: 340px;
    overflow: hidden;
}
.podcasts .data-audio .audio-player .seek{
    height: auto;
}
.podcasts .social{
    margin-top: 20px;
}
.podcasts .social .label{
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}
.podcasts .social-buttons{
    float: right;
    display: block;
}

.podcasts .data-audio .audio-player .content .cntrls {
    height: auto;
    top: 70px;
}

.podcasts .data-audio .audio-player .content .info .duration{
    padding-top: 30px;
}

@media(max-width:991px){
   .podcasts .casts {
    width: 50%;
  }
  .content.podcasts{
    padding:0 50px;
  }
}

@media(max-width:767px){
   .podcasts .casts {
    width: 100%;
  }
  .content.podcasts{
    padding:0 20px;
  }
}
