.carousel-videos {
    margin: 0px 0 0 0;
    padding: 10px 20px;
    width: calc(100%); /* - 16px); */
    position: absolute;
    bottom: 0px;
    left: 0px;
    height:auto;
    background-color: rgba(235,235,235,1);
    border:1px solid rgba(255,255,255,0);
    /*border-top: 1px solid #000;*/

    -webkit-transition: all 0.4s;
    -moz-transition:  all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;    
    transition:  all 0.4s;
	
}

.videoWidget .video-headline {
    font: 200 28px/30px 'Neue Helvetica W01';
}


@media (min-width: 992px) and (max-width:1199px){
	
	/*.carousel-videos {
		height:125px;
	}
	
	.bgvideogallery .carousel-videos {
		height:155px;
	}*/
}

@media (min-width: 1200px) {
	/*
	.carousel-videos {
		height:133px;
	}
	
	.bgvideogallery .carousel-videos {
		height:173px;
	}*/
}

.playing .carousel-videos {
	left:15px;
	width:70px;
	height:30px;
	overflow:hidden;
	bottom:50px;
	background-color:rgba(0,0,0,.3);
	border:1px solid rgba(255,255,255,.8);
	border-top:1px solid rgba(255,255,255,.8);
	padding:0;
	opacity:0;
}

.playing:hover .carousel-videos {
	opacity:1;
}

.playing .carousel-videos:before {
	content:"More...";
	height:30px;
	line-height:29px;
	width:70px;
	display:block;
	opacity:.8;
	color:#fff;
	text-align: center;

}


.videoPlaceHolder{
    /*border: 1px solid black;*/
    height:416px;
}



@media (min-width: 992px){
	.videoPlaceHolder{
		height:348px;
	}
	.bgvideogallery .videoPlaceHolder{
		height:529px;
	}
}

@media (min-width: 1200px){
	.videoPlaceHolder{
		height:423px;
	}
	
	.bgvideogallery .videoPlaceHolder{
		height:641px;
	}
}

.carousel-list-item .play-overlay-icon img{
    display: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left:50%;
    
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}


.carousel-list-item:hover .play-overlay-icon img{
    display: block!important;
}
.carousel-list-item.on:hover .play-overlay-icon img{
    display: none!important;
}
.carousel-videos .carousel-list {
    position:relative;
    white-space: nowrap;
}
.carousel-videos .carousel-viewport:not(.arrows) .carousel-list > div:first-child {
    margin-left: 0;
}
.carousel-videos .carousel-viewport:not(.arrows) .carousel-list > div:last-child {
    margin-right: 0;
}

.carousel-videos .carousel-viewport.arrows .carousel-list-item{
    width: 21%;
}
.carousel-videos .carousel-viewport.arrows{
    width: 90%;
    float: left;
}
.carousel-videos .carousel-viewport {
    height:100%;
    width: 100%;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
.carousel-videos .carousel-list-item {
    width: 22%;
    margin: 0 2%;
    /*opacity:  0.64;*/
    cursor: pointer;
    font: 12px/14px 'Neue Helvetica W01';
    color: #9B9B9B;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;    
}

.playing .carousel-videos .carousel-list-item {
	opacity:0;
		
}

.carousel-videos .carousel-list-item:hover,
.carousel-videos .carousel-list-item.on {
    color: #078FD4;
    opacity:  1;
}

.carousel-videos .title-text {
    display: inline-block;
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.carousel-videos .left-arrow-btn{
    cursor: pointer;
    height: 90px;
    float: left;
    width: 5%;
}

.carousel-videos .right-arrow-btn {
    cursor: pointer;
    height: 90px;
    float: right;
    width: 5%;
}

.carousel-videos .left-arrow,
.carousel-videos .right-arrow {
    margin: 100% 0 0 0px;
    height: 39px;
    width: 25px;
}

.carousel-videos .right-arrow {
    float: right;
}

.carousel-videos .left-arrow-btn.disabled,
.carousel-videos .right-arrow-btn.disabled {
    cursor: default;
}

/* Left arrow styles */
.carousel-videos .left-arrow-btn.enabled .left-arrow {
    background:url(../../images/carousel_arrows_sprinte.png) 0 0px no-repeat;
}

.carousel-videos .left-arrow-btn.disabled .left-arrow {
    background:url(../../images/carousel_arrows_sprinte.png) 0 -88px no-repeat;
}

.carousel-videos .left-arrow-btn.enabled:hover .left-arrow{
    background:url(../../images/carousel_arrows_sprinte.png) 0 -44px no-repeat;
}
/*******************************/

/* Right arrow styles */
.carousel-videos .right-arrow-btn.enabled .right-arrow {
    background:url(../../images/carousel_arrows_sprinte.png) 0 -132px no-repeat;
}

.carousel-videos .right-arrow-btn.disabled .right-arrow {
    background:url(../../images/carousel_arrows_sprinte.png) 0 -220px no-repeat;
}

.carousel-videos .right-arrow-btn.enabled:hover .right-arrow {
    background:url(../../images/carousel_arrows_sprinte.png) -1px -176px no-repeat;
}
/******************************/

.carousel-list-item .video-thumbnail:hover img{
}
.carousel-videos .carousel-parsys .carousel-list-item {
    float:none;
}

.carousel-videos .carousel-list-item img.cq-dd-image {
    width: 120px;
    height: 88px;
}
.video-thumbnail{
    position: relative;
}
.carousel-list-item.on .video-duration,
.on .play-overlay,
.now-playing,
.hidden {
    display: none;
}

.video-duration{
    position: absolute;
    left: 75%;
    margin-top: -20px;
    color: white;
}
.video-thumbnail img{
    width: 100%;
}
.on .video-thumbnail {
    height: auto;
    margin-top:0;
}
.on .video-thumbnail img{
    opacity: .7;
}

.on .now-playing {
	font: 200 20px/20px 'Neue Helvetica W01';
    color: #FFFFFF;
    letter-spacing: 0.89px;
    position: absolute;
    bottom: 0;
    display: block;
    white-space: normal;
    padding: 8px;
    width: 100px;
    z-index: 200;
}

.image-wrp{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-wrp:before{
    content: "";
    display: block;
    padding-top: 50%;
}
.image-wrp-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#000;
}
.video-main-wrapper{
    margin: 30px 0;
    position:relative;
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}





.embedder.twitter {
    padding:25px 0;
}

.embedder.twitter img {
    max-width:100%;
    height:auto;
}
div.text-container p{
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 300;
}

@media (max-width: 767px){

    div.text-container p{
        font-size: 18px;
        line-height: 26px;
    }
}

@media (min-width: 768px){

    div.text-container p{

        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 992px){

    div.text-container p{
    }
}

@media (min-width: 1200px){

    div.text-container p{
    }
}


.subhead h2{
    color: #999999;
    text-align: left;
    font-weight: 300;
    font-family: 'Neue Helvetica W01';
}
@media (max-width: 767px){

    .subhead h2{
        font-size: 20px;
        line-height: 24px;
        font-weight:300;
        margin-top: 0;
        margin-bottom: 5px;
    }
}
@media (min-width: 768px){

    .subhead h2{
        margin-bottom: 48px;
        font-size: 18px;
        line-height: 22px;
    }
}
@media (min-width: 992px){

    .subhead h2{
    }
}
@media (min-width: 1200px){

    .subhead h2{
        font-size: 20px;
        line-height: 24px;
    }
}
.social-static-share {
    background-image: url("../../mweb/images/icn_share.svg");
    height: 45px;
    width: 46px;
    display: block;
}

.social-static-buttons .social_sharing_wrapper {
    padding-top: 15px;
}
.social-static-buttons {
    height: 0;
}
.social-static-buttons .social_sharing_module .bg {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.social-static-buttons .social_sharing_module a {
    border-radius: 30px;
    margin-bottom:5px;
}
.affix-sharing {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  margin-left:0;
  z-index: 250;
}
.affix-sharing.social-pushed {
  z-index: 50;
}

.hero-video .affix-sharing:before{
  height: 56.25vw;
  max-height: 100vh;
}

.affix-sharing .social_sharing_wrapper {
  padding-top: 220px;
}

.affix-sharing.social-pulled .social_sharing_wrapper {
  position: absolute;
}
.affix-sharing.social-fixed .social_sharing_wrapper {
  position: fixed;
  width: 0;
}
.affix-sharing.social-pushed .social_sharing_wrapper {
  position: absolute;
}

/*========================================================================*/

.social_sharing_module {
  position: relative;
  width:40px;
  min-height: 362px;
}

.social_sharing_module .social-shares {
	display:inline-block;
	font-size:12px;
    font-weight: 700;
    font-family: 'Helvetica W01';
    vertical-align: top;
	line-height:14px;
    padding: 0;
    margin: 0 0 10px;
    width: 44px;
    text-align: center;
}

.social_sharing_module .social-shares-total {
	font-size:19px;
	font-weight:700;
}

.social_sharing_module a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #ccc;
  margin-right: 9px;
  vertical-align: top;
  margin-bottom:10px;
}

.social_sharing_module a span {
  display: none;
}

.social_sharing_module .icon {
  background-image: url('../../images/social_sprite_2x.png');
  background-size: 30px 246px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}
.social_sharing_module .bg {
  width: 44px;
  height: 44px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .07s ease-in;
  -moz-transition: all .07s ease-in;
  -ms-transition: all .07s ease-in;
  -o-transition: all .07s ease-in;
  transition: all .07s ease-in;
}

.social_sharing_module a:hover .bg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.social_sharing_module a.facebook,
.social_sharing_module .bg.facebook {
  background-color: #3b5998;
}

.social_sharing_module .icon.facebook {
  background-position: center -107px;
}

.social_sharing_module a.twitter,
.social_sharing_module .bg.twitter {
  background-color: #4099FF;
}

.social_sharing_module .icon.twitter {
  background-position: center -38px;
}

.social_sharing_module a.pinterest,
.social_sharing_module .bg.pinterest {
  background-color: #C92228;
}

.social_sharing_module .icon.pinterest {
  background-position: center -71px;
}

.social_sharing_module a.gplus,
.social_sharing_module .bg.gplus {
  background-color: #d34836;
}

.social_sharing_module .icon.gplus {
  background-position: center -141px;
}

.social_sharing_module a.email,
.social_sharing_module .bg.email {
  background-color: #078FD4;
}

.social_sharing_module .icon.email {
  background-position: center -173px;
}

.social_sharing_module a.print,
.social_sharing_module .bg.print {
  background-color: #9B9B9B;
}

.social_sharing_module .icon.print {
  background-position: center -204px;
}

#emailshare {
    height:420px;
}

.send-to-friend-spinner {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.send-to-friend-message,
.send-to-friend-error-msg {
    font-weight: 200;
    font-size: 36px;
    margin: 50px 0 15px 0;
}

/* modal form styles */

.email-share input[type="checkbox"] {
    display: none;
}

.email-share label .chkbox {
    float: left;
    border: 1px solid #666;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-right: 8px;
    display: inline-block;
}

.email-share input + label {
    height: 22px;
    line-height: 22px;
    font-weight: 300;
    color: #666;
    vertical-align: top;
}

.email-share input:checked + label .chkbox {
    background: #078FD4;
    color: #fff;
    border: 1px solid #078FD4;
}

.email-share input:checked + label .chkbox:after {
    content: url("../../images/icon_white_check.png");
}

.email-share label[for="to"],
.email-share label[for="from"] {
    display: none;
}
.email-share input[type="password"],
.email-share input[type="text"],
.email-share input[type="email"] {
    font-size: 32px;
    font-family: "Neue Helvetica W01";
    font-weight: 100;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
    border: none;
    padding: 0 10px;
    color: #999;
    margin-bottom: 20px;
}

.email-share input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

.email-share input.parsley-error,
.email-share select.parsley-error,
.email-share textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.email-share .parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.email-share .parsley-errors-list.filled {
    opacity: 1;
    margin-top: -15px;
    margin-bottom: 10px;
}

.email-share button {
    background: #f00;
    border: 2px solid #f00;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    display: block;
    margin: 20px auto;
    width: 110px;
    height: 44px;
    line-height: 40px;
}

.email-share button:hover {
    background:#fff;
    color:#f00;
}

.email-share h2,
.email-share .h2 {
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 15px 0;
}

.email-share p.disclaimer {
    margin: 30px 0 0 0;
    font-size: 12px;
}

.email-share .modal-content {
    border : none;
    box-shadow: none;
}

.email-share .modal-content .close-modal {
    background: url('../../images/shop-close.png');
    width: 43px;
    height: 43px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.email-share .modal-dialog {
    padding-top: 15%;
}
@media (max-width: 767px) {
    .email-share:before {
        content:"";
        display: block;
        width: 1px;
        float: left;
        height: calc(100% + 1px);
        margin-left: -1px;

    }
    .email-share:after{
        content:"";
        width: 100%;
        display: block;
        clear: both;
    }
    
    .email-share *{
        -webkit-overflow-scrolling: touch;
    }

}

.modal-backdrop.in {
    background-color: #FFF;
    opacity: 0.95;
}

#right-rail-wrapper,
.ratings-body {
    font-family:'Neue Helvetica W01';
    font-weight: 400;
    padding-left: 10px;
    font-size:18px;
}
.ratings-wrapper.bnb .ratings-body {
    padding-left: 15px;
}

#right-rail-wrapper p,
.ratings-wrapper p {
    padding: 0;
    margin: 0;
}

#right-rail-wrapper .img-circular {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

#right-rail-wrapper .title {
    font-size: 24px;
}

#right-rail-wrapper .descr-wrap p,
.ratings-wrapper .descr-wrap p{
    color: #000;
    font-size: 18px;
    line-height: 23px;
    padding-left: 5px;
}

#right-rail-wrapper .url,
.ratings-wrapper .url {
    color: #176FCC;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

/*ratings component styles*/
.ratings-wrapper .ratings-header-img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.ratings-wrapper .rated-count {
    font-weight: bold;
    color: black;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: -13px;
}

.ratings-wrapper .rated-count.default {
    font-size: 35px;
    padding-top: 10px;
}

.ratings-wrapper.bnb .rated-count.default {
    font-size: 32px;
}

.ratings-wrapper .url {
    margin-top: 0;
    font-size: 18px;
    line-height: 23px;
}


.ratings-wrapper .url.bnb-button:hover {
    border: 2px solid red;
    color: red;
    background-color: white;
}
.ratings-wrapper .url.bnb-button {
    padding: 7px 15px;
    color: white;
    margin: 10px 0;
    background-color: red;
}

.ratings-image{
    padding: 0;
}
.rightRail{
    margin-bottom: 20px;
}

.rightRail.fixed {
	position:fixed;
	z-index:0;
}


@media (max-width: 990){
	.rightRail.fixed{
		position:static;
	}
}
.clear{
    clear: both;
}

@media (max-width: 992px){

    .rightRail,
    .rightRail.fixed {
        position: static;
    }

    .ratings-wrapper .url.bnb-button{
        width: 230px;
        text-align: center;
    }
}

@media (min-width: 768px){
    .ratings-wrapper .url.bnb-button {
        padding: 7px 15px;
        display:inline-block;
    }

    .ratings-wrapper .url.bnb-button:hover {
        padding: 5px 15px;
    }

    .ratings-body{
        border-left: none;
    }
    .ratings-wrapper {
        border-top: 5px solid black;
        padding-top: 20px;
        margin-top: 40px;
    }
    .ratings-wrapper.bnb{
        border-top: none;
        padding-top: 0;
    }

    .ratings-wrapper .rated-count {
        font-size: 50px;
    }

    .ratings-wrapper.bnb .url{
        font-size: 18px;
    }
}


@media (min-width: 480px){
	.ratings-wrapper {
	    border-top: 5px solid black;
	    padding-top: 20px;
	    margin-top: 40px;
    }
}
@media (min-width: 992px){

    .ratings-body{
        border-left: 5px solid #000000;
    }
    .ratings-wrapper{
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

    .ratings-wrapper .rated-count {
        font-size: 80px;
    }
    .ratings-pinned{
        position: fixed;
    }
    .rightRail{
        width: 212px;
    }
    .rightRail.fixed{
	    position:fixed;
	    z-index:0;
    }
    .ratings-wrapper .url.bnb-button {
        padding: 7px 7px;
    }

    .ratings-wrapper.bnb .url{
        font-size: 15px;
    }

    .ratings-wrapper .url.bnb-button:hover {
        padding: 5px 5px;
    }
    
    .fixed.safari.rightRail {
	    margin-left:80px;
    }
    .fixed.safari.rightRail.push {
	    margin-left:0px;
    }
    
    .fixed.push.rightRail {
	    margin-left:0px;
    }
    
}
@media (min-width: 1200px){
    .rightRail{
        width: 262px;
    }
	.rightRail.fixed {
		position:fixed;
		z-index: 0;
	}
    .ratings-wrapper.bnb .url{
        font-size: 18px;
    }
    .ratings-wrapper .url.bnb-button {
        padding: 7px 15px;
    }

    .ratings-wrapper .url.bnb-button:hover {
        padding: 5px 13px;
    }
    .fixed.safari.rightRail {
        margin-left:97px;
    }

    .fixed.safari.rightRail.push {
        margin-left:0px;
    }
}

.related-links {
	margin-top:40px;
}

.related-links a {
	padding:10px 20px 10px 10px;
	font-weight:200;
	font-size: 28px;
	color: #000000;
	line-height: 35px;
	text-decoration: none;
	display:block;
	width:100%;

}

.related-links  > div[class*='col-'] { 
	border-left: 4px solid #000000;
	margin:0 0 20px 0;
}


.related-links a:hover {
	color: #078FD4;
}

@media (min-width: 1200px){

}

@media (min-width: 992px){
 .related-links,
 .related-links  > div[class*='col-'] { 
	 
	
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
     
 }
 
 .related-links  > div[class*='col-']{
	width:32%;
	  flex:1 0 auto;
    flex-grow:1;
    -webkit-flex-grow:1;
    -ms-flex: 1 0 auto;

 }
 
}

@media (min-width: 768px){

}

@media (min-width: 480px){
	.related-links.row {
		margin-left:0;
	}
}

.preview-bar-text{
    padding: 0 10%;
    margin-top: 20px;
    text-align: center;
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
}
.horizontal-line{
    display: block;
    width: 100%;
    background-color: red;
    height: 3px;
}
.preview-bar-nav{
    display: table;
    margin: 21px auto 0;
    height: 100%;
}
.cr-button{
    font-size: 18px;
    height: 38px;
    line-height: 35px;
    text-decoration: none;
    padding: 7px 15px;
    margin: 10px 0;
}
.cr-button, .cr-button:hover{
    text-decoration: none;
}
.red-button{
    padding: 9px 15px;
}
.red-button,.white-button:hover{
    color: white;
    background-color: red;
}
.red-button:hover{
    padding: 7px 13px;
}
.white-button,.red-button:hover{
    color: red;
    background-color: white;
    border: 2px solid red;
}
.gray-button{
    color: #999;
    background-color: white;
    border: 2px solid #999;
}
.gray-button:hover{
    color: white;
    background-color: #999;
}
.m-right{
    margin-right: 20px;
}
.photogallery {
	padding:60px 0 0 0;
	margin-bottom:30px;
}
img[src="x"] {
    opacity: 0;
}
.invalid .x-tab-strip-text {
    color:#ff0000 !important;
}
.invalidLabel:before {
    content: "Image is too small. Should be at least 1200px wide";
    color: red;
}
#CQ canvas.canvas-invalid {
    background-color : #ffeeee !important;
}
.column {
    width: 50%;
    margin: 0 auto;
}

.image-gallery-header, .image-gallery-header-edit {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    height: 50px;
}

.image-gallery-header:empty {
    display: none;
}

.popped {
    background: #f3f3f3;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}

.photogallery .placeholder {
	z-index:0;
}

.image-gallery-container {
	position:relative;
    z-index:2;	
}

.bg-photogallery {
	background:none;
}

.image-gallery {
    height: 500px;
    width: auto;
    
    position: relative;
    z-index:1;
	background:none;
    -webkit-transition: height 250ms;
    -moz-transition: height 250ms;
    -ms-transition: height 250ms;
    -o-transition: height 250ms;
    transition: height 250ms;
}
.image-gallery.header {
	height:530px;
}

.image-gallery-item {
    height: 500px;
    background:#f3f3f3;
}

.image-gallery img {
    width: auto;
	max-width: 100%;
	height:auto;
	max-height:100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}


.image-gallery .caption {
    position: absolute;
    left: 0;
    width:100%;
    font-weight: 400;
    opacity: 1;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    float: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;

}


.image-gallery .caption-box {
	background: rgba(255, 255, 255, .7);
	padding:30px 0 0 0;
}

.image-gallery .caption .container.content {
	margin-top:0;
}



.image-gallery .caption h4 {
	margin:0;
	font-size:1em;
	font-weight: 500;
}

.image-gallery .caption {

	top:500px;
	background:none;
	width:100%;
	left:0;
	margin-left: 0;

}
.image-gallery .caption.no {
    padding: 0;
    background: none;
}

.image-gallery:hover .caption {
    opacity: 1;
}

.image-gallery .credit:first-child,
.image-gallery .credit {
    float: none;
    font-weight: 500;
    font-size: 12px;
    float: none;
}

.image-gallery .caption.no .credit {
    background: rgba(255, 255, 255, .7);
    padding: 0px 10px;
    display: inline-block;
}

.image-gallery .credit:before {
    content: "Photo: ";
}

.image-gallery .credit:empty {
    display: none;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides div.image-gallery-item {
    /* -webkit-backface-visibility: hidden;*/
    z-index:0;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0px;
}

.rslides div.image-gallery-item:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides_nav {
    display: block;
    position: absolute;
    background-color: rgba(240, 240, 240, .8);
	padding:20px;
	margin-top:-12px;
	z-index: 2; 
}

.rslides_nav.bump{
	margin-top:32px;
}
  
 
 .rslides_nav span {
    width: 44px;
    height: 66px;
    background-image: url('../../images/lg_arrows_sprite_2x.png');
    background-size: 44px 399px;
    background-repeat: no-repeat;
	display:block;
    overflow: hidden;
    background-position: center -66px;
}

.rslides_nav.prev {
    top: 250px;
    left: 7%;

}

.rslides_nav.prev:hover span {
    background-position: center 0px;
}

.rslides_nav.prev.disabled span,
.rslides_nav.prev.disabled:hover span {
    background-position: center -133px;
}

.rslides_nav.next  {
    position: absolute;
    top: 250px;
    right: 7%;
}

.rslides_nav.next span {
    background-position: center -266px;
}

.rslides_nav.next:hover span {
    background-position: center -200px;
}

.rslides_nav.next.disabled span,
.rslides_nav.next.disabled:hover span {
    background-position: center -333px;
}

ul .rslides_nav {
	margin-top:0;
	padding:0;
    display: inline-block;
    width: 19px;
    height: 25px;
    background-image: url('../../images/sm_arrows_sprite_2x.png');
    background-size: 19px 145px;
    background-position: center -24px;

}

ul .rslides_nav span {
	display:none;
}

ul .rslides_nav.prev {
    position: static;
}

ul .rslides_nav.prev.disabled,
ul .rslides_nav.prev.disabled:hover {
    background-position: center -48px;
}

ul .rslides_nav.next {
    position: static;
    background-position: center -96px;
}

ul .rslides_nav.next:hover {
    background-position: center -72px;
}

ul .rslides_nav.next.disabled,
ul .rslides_nav.next.disabled:hover {
    background-position: center -120px;
}

.rslides_tabs {
    margin-top: -40px;
    margin-bottom: 20px;
    text-align: right;
    list-style: none;
}


.rslides_tabs a {
    text-decoration: none;
    color: #333;
}

.rslides_tabs li {
    display: none;
    vertical-align: middle;
    font-size: 20px;
    line-height: 25px;
    height:25px;
}

.rslides_tabs li.rslides_here {

    display: inline-block;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.pg-edit-placeholder img{
    width: 100%;
    margin-bottom: 20px;
}
.gallery-edit {
    position:relative
}

.bg-photogallery .hide-edit {
	display:none;
}
@charset "utf-8";
/* CSS Document */
.vw-petition-container {
  font-family: 'Helvetica W01';
  background-color: #FFFFFF;
  padding: 0;
  border-top: 1px solid #000000;
  width: 100%;
}
.vw-petition-container form {
  margin: 30px 0;
}
.vw-petition-container .intro-div {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  /*width: 546px;*/
  width: 100%;
}
.vw-petition-container .petition-headline {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  line-height: 43px;
  margin-top: 20px;
}
.vw-petition-container .body-copy {
  font-family: 'Neue Helvetica W01';
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.vw-petition-container .petition-subhead {
  font-weight: 700;
  font-size: 24px;
  color: #078fd4;
  line-height: 36px;
  text-align: center;
}
.vw-petition-container .thank-you-headline {
  font-weight: 700;
  font-size: 64px;
  color: #078fd4;
  line-height: 74px;
}
.vw-petition-container .share-copy {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 34px;
}
.vw-petition-container .petition-inner-form {
  margin: 0 auto;
  /*width: 545px;*/
  width: 100%;
}
.vw-petition-container input[type="password"], .vw-petition-container input[type="text"], .vw-petition-container input[type="email"] {
  font-size: 22px;
  font-family: 'Neue Helvetica W01';
  font-weight: 200;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 24px;
  background: #e5e5e5;
  border: none;
  padding: 0 20px;
  color: #000;
  margin-bottom: 30px;
}

.vw-petition-container textarea {
  background-color: #FAFAFA;
  border: 1px solid #C8C8C8;
  height: 170px;
  margin: 0 0 10px 0;
  overflow-y: scroll;
  overflow-x: none;
  padding: 10px;
  width: 100%;
}
.vw-petition-container .button {
  font-family: 'Neue Helvetica W01';
  background: #ffffff;
  /*background: #f00;*/
  border: none;
  color: #f00;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: 40px 0;
  height: 44px;;
  border: 2px solid #f00;
  width: auto;
  padding: 0 20px;
}
.vw-petition-container .button:hover {
  background: #f00;
  color: #fff;
}
.vw-petition-container .chkbox {
  border: 1px solid #666;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-right: 8px;
  display: inline-block;
}
.vw-petition-container .chkbox-text {
  bottom: 5px;
  position: relative;
}
.vw-petition-container input:checked + label .chkbox {
  background: #078FD4;
  color: #fff;
  border: 1px solid #078FD4;
}
.vw-petition-container input:checked + label .chkbox:after {
  content: url("../../images/icon_white_check.png");
}
.vw-petition-container input[type="checkbox"] {
  display: none;
}
.vw-petition-container input + label {
  font-family: 'Neue Helvetica W01';
  font-size: 12px;
  color: #000000;
  height: 22px;
  line-height: 22px;
  font-weight: 200;
  vertical-align: top;
}
.vw-petition-container input.parsley-success, .vw-petition-container select.parsley-success, .vw-petition-container textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
.vw-petition-container input.parsley-error, .vw-petition-container select.parsley-error, .vw-petition-container textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.vw-petition-container .parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.vw-petition-container .parsley-errors-list.filled {
  opacity: 1;
  margin-top: -15px;
  margin-bottom: 10px;
}
.vw-petition-container .petition-thank-you {
  margin: 0 auto;
  width: 600px;
}
.vw-petition-container .petition-thank-you .share {
  float: left;
  margin-bottom: 30px;
}
.vw-petition-container .petition-thank-you p.head-thank-you {
  font-family: 'Helvetica W01';
  font-weight: 700;
  font-size: 48px;
  color: #078fd4;
  line-height: 48px;
  text-align: center;
  margin-top: 30px;
}
.vw-petition-container .petition-thank-you hr {
  border-color: #078fd4;
  background-color: #078fd4;
  margin: 1em 0;
  height: 1px;
}
.vw-petition-container .petition-thank-you .share-copy {
  font-family: 'Neue Helvetica W01';
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: center;
}
.vw-petition-container .facebook-btn {
  font-family: 'Neue Helvetica W01';
  background: #3b5998;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 200;
  display: block;
  margin: 20px 21px 20px 0;
  line-height: 29px;
  width: auto;
  padding: 8px 25px 8px 15px;
  float: left;
  width: 47%;
  text-align: center;
}
.vw-petition-container .facebook-btn img {
  margin: 0 15px 0 0;
}
.vw-petition-container .twitter-btn {
  font-family: 'Neue Helvetica W01';
  background:  #55acee;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 200;
  display: block;
  margin: 20px 0 20px 15px;
  line-height: 29px;
  width: auto;
  padding: 8px 25px 8px 15px;
  float: left;
  width: 47%;
  text-align: center;
}
.vw-petition-container .twitter-btn img {
  margin: 0 15px 0 0;
}

textarea.body-copy {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.tesla-petition-container {
  font-family: 'Helvetica W01';
  background-color: #F3F3F3;
  padding: 30px 0;
}
.tesla-petition-container form {
  margin: 30px 0;
}
.tesla-petition-container .intro-div {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 546px;
}
.tesla-petition-container .petition-headline {
  font-weight: 700;
  font-size: 32px;
  color: #078fd4;
  line-height: 43px;
  text-align: center;
  margin-top: 50px;
}
.tesla-petition-container .body-copy {
  font-family: 'Neue Helvetica W01';
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.tesla-petition-container .petition-subhead {
  font-weight: 700;
  font-size: 24px;
  color: #078fd4;
  line-height: 36px;
  text-align: center;
}
.tesla-petition-container .thank-you-headline {
  font-weight: 700;
  font-size: 64px;
  color: #078fd4;
  line-height: 74px;
}
.tesla-petition-container .share-copy {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 34px;
}
.tesla-petition-container .petition-inner-form {
  margin: 0 auto;
  width: 545px;
}
.tesla-petition-container input[type="password"],
.tesla-petition-container input[type="text"],
.tesla-petition-container input[type="email"] {
  font-size: 32px;
  font-family: 'Neue Helvetica W01';
  font-weight: 100;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #e5e5e5;
  border: none;
  padding: 0 20px;
  color: #000;
  margin-bottom: 30px;
}
.tesla-petition-container .button {
  font-family: 'Neue Helvetica W01';
  background: #f00;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin: 20px auto 40px;
  height: 44px;
  line-height: 40px;
  border:2px solid #f00;
  width: 160px;
}

.tesla-petition-container .button:hover {
	background:#fff;
	color:#f00;
}

.tesla-petition-container .chkbox {
  border: 1px solid #666;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-right: 8px;
  display: inline-block;
}
.tesla-petition-container input:checked + label .chkbox {
  background: #078FD4;
  color: #fff;
  border: 1px solid #078FD4;
}
.tesla-petition-container input:checked + label .chkbox:after {
  content: url("../../images/icon_white_check.png");
}
.tesla-petition-container input[type="checkbox"] {
  display: none;
}
.tesla-petition-container input + label {
  font-family: 'Neue Helvetica W01';
  height: 22px;
  line-height: 22px;
  font-weight: 300;
  vertical-align: top;
}
.tesla-petition-container input.parsley-success,
.tesla-petition-container select.parsley-success,
.tesla-petition-container textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
.tesla-petition-container input.parsley-error,
.tesla-petition-container select.parsley-error,
.tesla-petition-container textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.tesla-petition-container .parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.tesla-petition-container .parsley-errors-list.filled {
  opacity: 1;
  margin-top: -15px;
  margin-bottom: 10px;
}
.tesla-petition-container .petition-thank-you {
  margin: 0 auto;
  width: 600px;
}
.tesla-petition-container .petition-thank-you .smiley {
  margin: 0 auto;
  display: block;
  width: 15%;
}
.tesla-petition-container .petition-thank-you p.head-thank-you {
  font-family: 'Helvetica W01';
  font-weight: 700;
  font-size: 64px;
  color: #078fd4;
  line-height: 74px;
  text-align: center;
  margin-top: 10px;
}
.tesla-petition-container .petition-thank-you hr {
  border-color: #078fd4;
  background-color: #078fd4;
  margin: 1em 0;
  height: 1px;
}
.tesla-petition-container .petition-thank-you .share-copy {
  font-family: 'Helvetica W01';
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 34px;
  text-align: center;
}
.tesla-petition-container .social_sharing_module {
  text-align: center;
  margin: 50px 0;
}

.embedder.instagram {
    padding:25px 0;
}

.embedder.instagram img {
    max-width:100%;
    height:auto;
}
.edit-mode-view-wrapper .placeholder-wrapper {
  background-color: #F4F4F4;
  text-align: center;
  padding: 100px 0;
}

.edit-mode-view-wrapper .placeholder-image {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.edit-mode-view-wrapper .placeholder-text {
  color: #A3A3A3;
  font-size: 36px;
  font-family: 'Neue Helvetica W01';
}

.edit-mode-view-wrapper .image-warning {
  color: red;
  font-size: 16px;
}

.image-content {
  padding: 30px 0;
  font: 300 12px/16px 'Neue Helvetica W01';
}

.image-content .description-wrapper {
  color: #999;
  padding-top: 7px;
}

.image-content .photo-credit {
  font-weight: 500;
}

.image-wrapper .image {
  width: 100%;
}
.hero-image-wrapper {
    width: 100%;
    height: 42.55vw;
    position: relative;
    overflow: hidden;
    z-index: 1;
    top: 0;
    background-color: white;
    min-height: 100%;
}
.hero-image-wrapper .inner-wrapper.photo img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50% ,0);
    -webkit-transform: translate3d(-50%,-50%, 0 );
    -ms-transform: translate3d(-50%,-50%, 0 );
    height: 100%;
}

.hero-image-wrapper .hero-image {
    width: 100%;
}

.hero-image-wrapper .inner-wrapper{
    width: 100%;
    height: 100%;
    position:relative;
}

.hero-image-placeholder{
    height: 42.55vw;
    margin-top: -220px;
    padding-top: 220px;
    content:"";
    width: 100%;
    display: block;
    min-height: 337px;
}
.photo-credit-section {
    position: absolute;
    bottom: 96px;
    z-index: 1;
    width: 100%;
    /*hack for strange bug on iOS https://jira.consumer.org/browse/EL-1938*/
    transform: translate3d(0, 0 ,0);
    -webkit-transform: translate3d(0, 0, 0 );
    -ms-transform: translate3d(0, 0, 0 );
}
.photo-credit-section .container {
    overflow: hidden;
    padding: 0 7px;
}
.hero-image-wrapper .photo-credit{
    padding: 5px 10px;
    color:#000000;
    background-color: rgba(255, 255, 255, 0.3);
    float: right;
    margin: 10px 0 10px 10px;
}
.hero-image-pinned .photo-credit-section {
    display: none;
}

.hero-image-placeholder.edit {
    padding: 10px;
}
.hero-image-placeholder.edit div{
    background-color: #F4F4F4;
    height: 100%;
    width: 100%;
}
.hero-image-par {
    position: relative;
    z-index: 10;
}

.bg-pagetitle {display:none;}

@media (max-width: 768px){

    .photo-credit-section {
        bottom: 10px;
    }
}
.video .hero-image-wrapper .vjs-big-play-button:before{
    opacity: 1 !important;
}

.video .hero-image-wrapper .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    box-shadow: none !important;
    background: none !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -52px 0 0 -78px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.video .hero-image-wrapper .vjs-big-play-button:before {
   /* font-size: 10em !important; */
}
.video .hero-image-wrapper .vjs-control-bar{
    display: none !important;
}
.video-playing .video .hero-image-wrapper .vjs-control-bar{
    display: -webkit-flex!important;
    display: flex!important;
}
.video .hero-image-wrapper .vjs-has-started .vjs-big-play-button {
    display: block;
}
.video-playing .video .hero-image-wrapper .vjs-has-started .vjs-big-play-button {
    display: none;
}
.video .hero-image-wrapper .vjs-big-play-button:hover:before {
    color: #078fd4 !important;
}

.video .hero-image-wrapper {
    height: 56.25vw;
    max-height: 100vh;
}
.video .hero-image-placeholder{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 56.25vw;
    max-height:100vh;
    margin-top: -220px;
    padding-top: 220px;
    min-height: 432px;
}

.video-playing .video .hero-image-placeholder {
    height: 56.25vw;
    margin-top: -124px;
    padding-top: 124px;
	max-height:100vh;
    min-height: 432px;
}

.video .hero-image-wrapper .inner-wrapper .video {
    display: none;
}

.hero-vjs-poster img.hero-image {
    width: 100%;
}

.hero-vjs-poster .play-button {
    display:none;
    background-image: url('../../images/ICON-vid-play.png');
    background-size: 76px 92px;
    background-repeat: no-repeat;
    width: 76px;
    height: 92px;
    margin-top: 1.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50% ,0);
    -webkit-transform: translate3d(-50%,-50%, 0 );
    -ms-transform: translate3d(-50%,-50%, 0 );
}

.hero-vjs-poster + .inner-wrapper.video {
    visibility: hidden;
}

.hero-image-wrapper{
    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hero-image-wrapper video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.hero-image-wrapper .convio-subscribe-cq-wrapper,
.hero-image-wrapper .action-button-cq-wrapper {
    display: none;
}

.hero-image-wrapper .inner-wrapper.video {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ddd 50% 0 no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.hero-image-wrapper .videoWrapper {
    height: 100%;
    width: 100%;
}

.hero-image-wrapper .overlay {
    display: block;
    height: 100%;
}

.hero-image-wrapper .videoControl {
    display: none;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    z-index: 250;
    background: no-repeat 50% 50%;
    outline: none;
    box-shadow: none !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -75px 0 0 -92px;
    overflow: hidden;
    border: none;
    text-indent: -9999px;
    height: 102px;
    width: 86px;
}

.hero-image-wrapper .videoControl.play {
    background-image: url("../../../cr/images/common/video_play_btn.png");
}

.hero-image-wrapper .videoControl.pause {
    background-image: url("../../../cr/images/common/video_pause_btn.png");
}

.hero-image-wrapper .YTPOverlay {
    background-color: rgba(0, 0, 0, 0);
}
div.videoWrapper iframe{
    margin-top:0!important;
}
.headline h1{
    color: black;
    text-align: left;
    font-weight: 200;
    font-family: "Neue Helvetica W01"
}

.additional-headline-section,
.headline-divider {
    width: 100%;
    position: relative;
    /* hack for strange bug on iOS https://jira.consumer.org/browse/EL-1938*/
    transform: translate3d(0, 0 ,0);
    -webkit-transform: translate3d(0, 0, 0 );
    -ms-transform: translate3d(0, 0, 0 );
}
.main-headline-section{
    z-index: 100;
    position: relative;
}

.headline-divider {
    z-index: 0;
}

.additional-headline-section{
    z-index:85;
}

.main-headline-section .container,
.additional-headline-section .container,
.headline-divider .container{
    background-color: white;
}

hr {
    border-top: 1px solid #000;
    margin: 0;
}

.additional-headline-section {
    padding-bottom: 20px;
}

.hero-video.video-playing .main-headline-section{
    margin-top: 0;
}

.main-headline-section .row>.headline {
    min-height: 96px;
}

.main-headline-section .pin-title {
    display: none;
}

.main-headline-section .pin-title.pinned {
    position: fixed;
    width: 100%;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: white;
    font-size: 22px;
    max-width: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 200;
    box-shadow: gray 0px 0px 6px;
    height: 50px;
    padding-top: 10px;
}

.main-headline-section .pin-title .blob {
    text-decoration: none;
    width: 25px;
    height: 25px;
    background-image: url('../../images/consumer-reports-blob.png');
    background-size: 25px 25px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 15px 0px 15px;
}

.main-headline-section .pin-title span{
    display: inline-block;
    vertical-align: middle;
    margin:0;
}

@media (max-width: 768px){
    .additional-headline-section .author-and-date{
        margin: 10px 0;
    }
}

@media (max-width: 768px){

    .headline > h1{
        font-size: 28px;
        margin: 20px 0;
    }
    .pin-title.pinned span{
        font-size: 14px;
        max-width: 320px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 768px){

    .headline > h1{
        margin-top: 7px;
        margin-bottom: 5px;
        font-size: 50px;
        line-height: 60px;
    }

    .pin-title.pinned span {
        font-size: 16px;
	    max-width: 320px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
    }

    .main-headline-section{
        margin-top: -70px;
    }

}
@media (min-width: 992px){

    .headline > h1{
        font-size: 50px;
        line-height: 60px;
    }
    .pin-title.pinned span{
        font-size: 16px;
        max-width: 550px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 200;
    }
}
@media (min-width: 1200px){

    .headline > h1{
        font-size: 65px;
        line-height: 75px;
        max-width:none;
    }
    .pin-title.pinned span{
        font-size: 22px;
        max-width: 700px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 200;
    }
}
.generaltable.section {
	margin-bottom:30px;
}

.generaltable table {
	width:100%;
}

.generaltable  h2 {
	margin-bottom:10px;
}

.generaltable .popout {
	background:#f3f3f3;
	padding:20px 0 10px 0;
}

.generaltable .popout table,
.generaltable .popout h2 {
	width: calc(100% - 100px);
	margin:0 30px 20px 70px ;
}

.generaltable .popout table {
	background:#fff;
}
.generaltable table, 
.generaltable th, 
.generaltable td {
   border: 1px solid #d0d0d0;
}

.generaltable table.firstRow tr:first-child,
.generaltable tr:hover {
	background:#eee;
}

.generaltable .popout table.firstRow tr:first-child {
	background:#fff;
}

.generaltable table.firstRow tr:first-child td,
.generaltable table.firstRow tr:first-child th {
	border-right: none;
	border-left:none;
}

.generaltable td,
.generaltable th {

	width: auto !important;
	width: 60px;
	min-width: 60px;
	max-width: 60%;

	padding:16px;
	font-size:16px;
	line-height:19px;
	font-weight:200;
	background:none !important;
	vertical-align: top;

}

.generaltable b,
.generaltable strong {
	font-weight:500;
}


.generaltable .htNumeric {
	text-align: right;
}


.generaltable td.right {text-align:right;}
.generaltable td.left {text-align:left;}
.generaltable td.center {text-align:center;}

.tableslider {
	overflow-x:auto;
	max-width:100%;
}

.generaltable .source,
.generaltable .footnotes {
	font-size:12px;
	line-height:1.5em;
	color:#999;
	font-weight:300;
	margin:1.5em 15px 0 15px;
}

.generaltable .footnotes li.hilite {
	background:#ffffcc;
}

.generaltable td sup {
	color:#078fd4;
	display:inline-block;
	padding:3px;
	font-weight:400;
	cursor: pointer;
}
.fb-comments span, .fb-comments span iframe {
    width: 100% !important;
}
#social_fb_comments {
	margin-top:30px;
}

#social_fb_comments .toggle {
    display:block;
    width:100%;
    text-align: center;
    height:50px;
    border:1px solid #999;
    font-weight:100;
    font-size:18px;
    line-height:50px;
}
#social_fb_comments .toggle span {
    display:inline-block;
}
#social_fb_comments .txt {
    background-image: url('../../images/icon_comment@2x.png');
    background-size:18px 17px;
    background-position: left center;
    background-repeat: no-repeat;
    padding:0 10px 0 27px;

}
#social_fb_comments .arrow {
    -moz-transform: scale(1.5,1);
    -webkit-transform: scale(1.5,1);
    -o-transform: scale(1.5,1);
    -ms-transform: scale(1.5,1);
    transform: scale(1.5,1);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    color:#ccc;
    font-size:10px;
}
#social_fb_comments .fb-comment-count, 
#social_fb_comments .fb-comments-count {
    font-weight: 400;
}
#social_fb_comments.open .arrow {
    -moz-transform: scale(1.5,1) rotate(180deg) translateY(3px);;
    -webkit-transform: scale(1.5,1) rotate(180deg) translateY(3px);;
    -o-transform: scale(1.5,1) rotate(180deg) translateY(3px);;
    -ms-transform: scale(1.5,1) rotate(180deg) translateY(3px);;
    transform: scale(1.5,1) rotate(180deg) translateY(3px);;
}
#social_fb_comments .fb-comments { display:none; }
#social_fb_comments.open .fb-comments { display:block; }

.link { cursor: pointer; }

.published-date{
    color: #999;
    font-size: 12px;
    line-height: 16px;
    font-family: "Neue Helvetica W01";
    font-weight: 400;
}

.call-to-action-wrapper {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:50px 0;
	padding:0 30px;
}
.call-to-action,
.call-to-action:hover,
.call-to-action:focus,
.call-to-action:active{
    display: block;
    text-decoration: none;
    color: #000000;
    margin: 20px 0 10px 0;
    text-align: center;
}

.call-to-action-placeholder {
    height: 100%;
    width: 100%;
}
.call-to-action-text{
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.call-to-action-text .call-to-action-headline{
    margin: 0;
    font-weight: 500;
	font-size: 24px;
	color: #000000;
	line-height: 31px;
}

.call-to-action-text .call-to-action-subhead{
    font-weight: 300;
	font-size: 24px;
	color: #078FD4;
	line-height: 31px;
}
#byline-wrapper .author-name {
    color: #000;
    font: 400 12px/16px 'Neue Helvetica W01';
}
div.textsection  h2{
    font-family: 'Neue Helvetica W01';
    font-size: 32px;
    font-weight: 200;
    line-height: 36px;
}
div.text-container ul, ol{
    padding-left: 18px;
}
div.text-container li{
    font-family: 'Neue Helvetica W01';
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

@media (min-width: 480px){

    div.text-container p{
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 768px){

    div.text-container p{

        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 992px){

    div.text-container p{
    }
}

@media (min-width: 1200px){

    div.text-container p{
    }
}


div.indent-text-container p{
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 200;
}
div.indent-text-container{
    padding-left: 25px;
    border-left: 5px solid black;
    margin-left: 15px;
}
.indent-edit-mode-view-wrapper{
    border-left: 5px solid black;
    padding-left: 40px;
}
@media (min-width: 480px){

    div.indent-text-container p{
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 768px){

    div.indent-text-container p{

        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 992px){

    div.indent-text-container p{
    }
}

@media (min-width: 1200px){

    div.indent-text-container p{
    }
}


.bullet{
    width: 30px;
    height: 30px;
    float: left;
    background-color: #EEEEEE;
    margin-left: -15px;
    border-radius: 20px;
}

.bullet-edit-mode-view-wrapper .row {
    height: 30px;
    background-color: #EEEEEE;
    margin-bottom: 15px;
    margin-left: 30px;
    line-height: 30px;
}

.bullet-edit-mode-view-wrapper .row90 {
    width: 90%;
}
.bullet-edit-mode-view-wrapper .row75 {
    width: 75%;
}
.bullet-edit-mode-view-wrapper .row45 {
    width: 45%;
}

.bullet-edit-mode-view-wrapper .add-text {
    color: #919191;
    font-size: 20px;
    margin: 0 0 0 15px;
}
.text .bullet-edit-mode-view-wrapper{
    margin: 5px 15px 0
}

.about-author-wrapper{
    font-family: "Neue Helvetica W01";
    padding: 30px 0px;
    margin:30px 0px;
   border-top: 1px solid rgb(211,211,211);
   border-bottom: 1px solid rgb(211,211,211);
}
.about-author-wrapper p{
    margin: 0;
    font-size:16px;
    line-height:26px;
}
.about-author-wrapper p.title{
    font-size: 20px;
    line-height: 25px;
    font-weight: 100;
}
.about-author-wrapper p.name{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Helvetica W01";
    margin-bottom:10px;
}
.about-author-wrapper p.descr-wrap {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.about-author-wrapper .author-image{
    background-color: white;
    border-radius: 63px;
    border: 3px solid rgb(211, 211, 211);
    display: block;
    /* position: absolute; */
    width: 130px;
    height: 130px;
    overflow: hidden;
    float: left;
    margin:0 30px 0 0;
}

.about-author-wrapper .author-text{
	width:calc(100% - 165px);
	float:left;	
}
.about-author-wrapper .author-image-placeholder{
    display: block;
    height: 30px;
}
.about-author-wrapper .author-image img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.about-author-wrapper.extended-margin{
    margin-top: 100px;
    position:relative;
}
.about-author-wrapper.regular-margin{
    margin-top: 50px;
}
.about-author-info-text{
    color: #666;
}
@media (min-width: 1200px){

}
@media (min-width: 992px){

}
@media (min-width: 768px){

}
@media (max-width: 480px){
    .about-author-wrapper {
        margin: 10px 0;
        padding: 0;
        padding-bottom: 25px;
    }
    .about-author-wrapper .author-text {
        width: 100%;
    }
    .about-author-wrapper p {
        font-weight:300;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
    }
    .about-author-wrapper p.name {
        margin-top: 25px;
        margin-bottom: 25px;
        font-weight: 700;
    }
    .about-author-wrapper .author-image {
        background-color: inherit;
        border-radius: inherit;
        border: none;
        display: block;
        position: inherit;
        top: inherit;
        left: inherit;
        right: inherit;
        margin: auto;
        margin-top: 25px;
        width: 100%;
        height: inherit;
        overflow: inherit;
        text-align: center;
    }
    .about-author-wrapper .author-image .img-circular {
        border: solid rgb(211, 211, 211) 3px;
        width: 90px;
        height: 90px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        border-radius: 45px;
    }
    .about-author-wrapper.extended-margin{
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 65px;
    }
}
.container.content{
    margin-top: 20px;
}

@media (max-width: 1255px) and (min-width: 1200px){
    .container.content{
        padding-left: 50px;
    }
}

@media (max-width: 1047px) and (min-width: 992px){
    .container.content{
        padding-left: 50px;
    }
}

@media (max-width: 850px) and (min-width: 480px){
    .container.content{
        padding-left: 50px;
    }
}
@media (min-width: 480px){

}
@media (min-width: 768px){

}
@media (min-width: 992px){

}
@media (min-width: 1200px){

}
