.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!important;
  }
}

.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;
}

.current-video-title {
  font-weight: 400;
  font-size: 16px;
  color: white;
  position: absolute;
  z-index: 100;
  margin: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .current-video-title {
    font-size: 12px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 5px;
  }
}
.package-hub .section.twitter {
    width: 979px;
    margin: 50px auto 0;
    position: relative;
}

.section.twitter img {
    width: 100%;
}

.section.twitter h2 {
    font-family: "Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-stretch: condensed;
    line-height: 1.15;
    max-width: 850px;
    margin: 0 auto 5px;
    text-align: center;
    color: #000;
}

.section.twitter h3 {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.17;
    max-width: 850px;
    margin: 0 auto 5px;
    text-align: center;
    color: #000;
}

.section.twitter .widget {
    margin-top: 15px;
}

@media (min-width: 768px){
    .section.twitter iframe {
        width: 100%!important; // fix for twitter timeline, which max width 520px by default
    }
}

@media (max-width: 1199px){

    .package-hub .section.twitter {
        width: 760px;
        padding: 0 10px;
    }

    .embedder.twitter {
        width: 100%;
    }

}

@media (max-width: 767px){

    .section.twitter h2 {
        max-width: 317px;
        font-size: 24px;
        line-height: 1.08;
    }

    .section.twitter h3 {
        display: none;
    }

    .package-hub .section.twitter {
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
    }

}

body #CQ .x-btn-icon .x-edit-addamazonbutton {
    background: url('../../../../../apps/electronics/components/general/text/widgets/css/amazon-icon.png') center no-repeat;
}
.amazon-shopping-button:hover{
    background-color:white!important;
    color: #078fd4!important;
    border: 2px solid #078fd4!important;
    padding: 8px!important;
    padding-left: 18px!important;
    padding-right: 18px!important;
}
.amazon-shopping-button:focus{
   outline: none;
}
div.text-container p{
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 300;
}

.package-hub .text-container {
    width: 780px;
    margin: 35px auto 0;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #000000;
}

.package-hub .section.text {
    margin-top: 50px;
}

.package-hub .section.text h2 {
    font-family: "Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-stretch: condensed;
    line-height: 1.15;
    max-width: 850px;
    margin: 0 auto 5px;
    text-align: center;
    color: #000;
}

.package-hub .section.text h3 {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.17;
    max-width: 850px;
    margin: 0 auto 5px;
    text-align: center;
    color: #000;
}

.package-hub .text-container b,
.package-hub .text-container strong {
    font-weight: bold;
}

.package-hub .text-container i {
    font-weight: 300;
    font-style: italic;
}

.package-hub .text-container a {
    font-weight: 300;
    color: #078fd4;
}

.package-hub .text-container a:hover {
    font-weight: 300;
    color: #078fd4;
    text-decoration: underline!important;
}

@media (max-width: 1199px){

    .package-hub .text-container {
        width: 760px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (max-width: 767px){

    .package-hub .section.text h2 {
        margin-top: 30px;
    }

    .package-hub .section.text h2 {
        max-width: 317px;
        font-size: 24px;
        line-height: 1.08;
    }

    .package-hub .section.text h3 {
        display: none;
    }

    .package-hub .text-container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
    }

}
@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{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #999;
    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;
    }
}
@media (min-width: 768px){

    .subhead h2{
        font-size: 20px;
        line-height: 24px;
    }
}
@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;
    opacity: 0.8;
}
.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: #00ae4d;
    border: 2px solid #00ae4d;
    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:#00ae4d;
}

.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;
    }

}

body .modal-backdrop.in {
    background-color: #FFF;
    opacity: 0.95;
    position: fixed;
    z-index: 10030;
}

.modal.email-share.in {
    z-index: 10031;
}

#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 #00ae4d;
    color: #00ae4d;
    background-color: white;
}
.ratings-wrapper .url.bnb-button {
    padding: 7px 15px;
    color: white;
    margin: 10px 0;
    background-color: #00ae4d;
}

.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;
	}
}

.recircbar {
    background:#f6f6f6;
}

.recircitem {
    font: 200 24px/26px 'Neue Helvetica W01';
    color: #000000;
    padding-bottom:20px;
}

.recircitem a, .recircitem p {
    font: 200 24px/26px 'Neue Helvetica W01';
    color:#000;
    text-decoration:none;
}

.recircitem a:hover,
.recircitem a:focus {
    color: #078FD4;
    text-decoration: underline!important;
}

.recircitem .thumbnail {
    position:relative;
    display:block;
    margin-bottom:8px;
}

.recircitem.video .thumbnail::before {
    content:url('../../images/icon_vid_play_sm.png');
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
   	-webkit-transform: translate(-50%,-50%); /* Safari */
    transform: translate(-50%,-50%);
}

.recircitem img {
    width:100%;
    height:auto;
}
.recircbar h3 {
    font-family: "Helvetica W01";
    font-weight: 700;
    font-size:20px;
    margin:20px 0;
}

@media only screen and (max-width: 768px) {
    .recircitem {
        font: 200 20px/22px 'Neue Helvetica W01';
    }
}

.recircbar .container .recircitem-container {
    padding: 0px;
}
.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: #00ae4d;
    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;
}
.green-button{
    padding: 9px 15px;
}
.green-button,.white-button:hover{
    color: white;
    background-color: #00ae4d;
}
.green-button:hover{
    padding: 7px 13px;
}
.white-button,.green-button:hover{
    color: #00ae4d;
    background-color: white;
    border: 2px solid #00ae4d;
}
.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 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  margin: 50px 0;
}

.bgsections .photogallery {
    border-top:none !important;
    border-bottom:none !important;
    margin-bottom:0;
    padding-bottom:10px;

}

.photogallery:first-child {
  border-top: none;
  margin-top: 0;
}

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: 24px;
  font-weight: 300;
  margin: 0px 0 15px 0;

}

.image-gallery-header:empty {
  display: none;
}

.photogallery .placeholder {
  z-index: 0;
}

.image-gallery-container {
  position: relative;
  z-index: 2;
}

.bg-photogallery {
  background: none;
}

.image-gallery {
  height: 400px;
}

.image-gallery-item {

  width: auto;
  height: 400px;
  position: relative;
  z-index: 1;
  background: #f9f9f9;
  -webkit-transition: height 250ms;
  -moz-transition: height 250ms;
  -ms-transition: height 250ms;
  -o-transition: height 250ms;
  transition: height 250ms;
}

.popout .image-gallery {
  height: 500px;
}

.popout .image-gallery-item {
  height: 500px;
  position: relative;
}

.image-gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;

}

.image-gallery img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.image-gallery .caption {
  display: none;
}

.image-gallery .caption {

  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;

}

.photogallery .displayCaption {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 30px 0 0 0;
}

.photogallery .displayCaption:empty {
  display: none;

}

.photogallery .displayCaption *:emptry {
  display: none;
}

.popout .image-gallery .caption-box {
  background: rgba(255, 255, 255, .7);
  padding: 30px 0 0 0;
}

.popout .image-gallery .caption .container.content {
  margin-top: 0;
}

.photogallery h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.popout .photogallery .caption {

  top: 500px;
  background: none;
  width: 100%;
  left: 0;
  margin-left: 0;

}

.popout .photogallery .caption.no {
  padding: 0;
  background: none;
}

.popout .photogallery:hover .caption {
  opacity: 1;
}

.photogallery .credit:first-child,
.photogallery .credit {
  float: none;
  font-weight: 400;
  font-size: 12px;
  color:#999;
}

.photogallery .caption.no .credit {
  background: rgba(255, 255, 255, .7);
  padding: 0px 10px;
  display: inline-block;
}

.photogallery .credit:empty {
  display: none;
}

.rslides {
  position: relative;
  list-style: none;
  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(255, 255, 255, .8);
  padding: 20px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.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 {
  left: 0;
}

.popout .rslides_nav.prev {
  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 {
  right: 0;
}

.popout .rslides_nav.next {
  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: 0;
  padding: 0;
  list-style: none;
  color: #999;
}

.rslides_tabs a {
  text-decoration: none;

  color: #999;
}

.rslides_tabs li {
  display: none;
  vertical-align: middle;
  font-size: 16px;
  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;
}

.originally-published-block{
    background-color: #f3f3f3;
    padding: 15px;
}
.embedder.instagram {
    padding:25px 0;
}

.embedder.instagram img {
    max-width:100%;
    height:auto;
}
.image-slider .twentytwenty-container {
    margin: 0 auto;
}

.image-slider .description-wrapper {
    color: #999;
    padding-top: 7px;
 }

.image-slider .description-wrapper .photo-credit {
    font: 500 12px/16px 'Neue Helvetica W01';
}

.image-slider-headline {
    font: 200 28px/30px 'Neue Helvetica W01';
}

.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 {
  margin: 30px 15px;
  font: 300 12px/16px 'Neue Helvetica W01';
}

@media (min-width:768px){
  .image-content {
    margin: 30px 0px;
  }
}


.image-content .description-wrapper {
  color: #999;
  padding-top: 7px;
}

.image-content .photo-credit {
  font-weight: 500;
}

.image-wrapper {
  width: auto;
  display: block;
  margin: 0 auto;
}

.image-wrapper .image {
  max-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.image {
  height: 33.75vw;
}

.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 {
  position: static;
}

.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.video {
    display: none;
}

.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: 0; /* remove z-index from additional headline */
}

.bg-pagetitle {
  display: none;
}



.seo-test-header .hero-image-wrapper.image,
.seo-test-header .hero-image-placeholder {
  max-height:500px;
  min-height:100px;
  height:30vw;
}


.seo-test-header .hero-image-wrapper.image .inner-wrapper.photo img {
  height:auto;
}
@media (max-width: 767px){

    .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.image, .video .hero-image-wrapper.video {
    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;
}

.intrinsic-container {
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Youtube 360 */
.warning-360-video {
  font-family: "Neue Helvetica W01", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: white;
  background-color: #1A90DE;
  height: 68px;
}

.warning-360-video a {
  color: white;
  text-decoration: underline;
}

.warning-360-video li {
  margin: 0;
  padding: 0;
}

.warning-360-video ul {
  margin: 0;
  padding: 15px 20px;
}

.warning-360-video li {
  background: url('../../images/icon-alert.png') no-repeat left top;
  list-style: none;
  margin: 0;
  padding: 0 55px 0px;
  line-height: 35px
}

.warning-360-video p {
  margin: 0;
}

@media (max-width: 768px) {
  .warning-360-video {
    padding: 14px 10px;
    padding: 0;
    height: initial;
  }
  .warning-360-video li {
    padding: 0 0 0 45px;
    line-height: inherit;
  }
  .warning-360-video p {
    margin: 0 0 10px 0;
  }
}
.video.hero-image-wrapper,
.video.heroimage .video.hero-image-wrapper {
  width: 100%;
  height: 33.75vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
  top: 0;
  background-color: black;
  min-height: 100%;
  max-height: inherit;
}

.video .hero-vjs-poster svg {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .video .hero-vjs-poster svg {
        display: block;
        width: 100%;
        height: 34vw;
   }

   .video .hero-image {
        display: none;
   }
}

.video.hero-image-wrapper .inner-wrapper.video {
    position: absolute;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    visibility: visible;
}

.video.hero-image-wrapper .inner-wrapper.video.loaded {
    background: none;
    border: 2px solid #ffffff;
}

.video.loaded#video-container {
	position: absolute;
}

.video.hero-image-wrapper .inner-wrapper.video > #heroVideo {
    visibility: hidden;
}

.video-playing .video .hero-image-placeholder {
    height: 56.25vw;
    margin-top: -220px;
    padding-top: 220px;
	max-height:100vh;
    min-height: 432px;
}

.inner-wrapper.video div[data-type|="brightcove"] .vjs-poster {
	background-size: cover;
	height: 101%;
}

.hero-image-wrapper.video .video-player.loaded[data-type="youtube360"],
.hero-image-wrapper.video .video-player.loaded[data-type="youtube"] {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 100;
	opacity: 1;
}

.hero-image-wrapper.video .video-player[data-type="youtube360"],
.hero-image-wrapper.video .video-player[data-type="youtube"] {
	opacity: 0;
}

.player-wrapper {
    border: 2px solid #ffffff;
    overflow: hidden;
}

.player-wrapper,
.hero-image-wrapper .inner-wrapper.video {
    position: absolute;
    top: calc(50% - 48px);
    left: 50%;
    transform: translate3d(-50%,-50% ,0);
    -webkit-transform: translate3d(-50%,-50% ,0);
    -ms-transform: translate3d(-50%,-50%, 0 );
    height: 24.4vw;
    width: 43.1vw;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    box-sizing: border-box;
    z-index: 100;
}

.player-wrapper.loading {
	border: none;
}

.video-duration {
    position: absolute;
	bottom: 14px;
	left: 11px;
	display: none;
	color: #ffffff;
	font-size: 20px;
    line-height: 1;
	padding: 5px;
	background-color: rgba(0,0,0,0.5);
}

.player-thumbnail-overlay {
	background: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	z-index: 999;
}

.player-thumbnail-overlay.loading {
	background-size: inherit;
}

.player-thumbnail-overlay .play-button {
	display: none;
	background-image: url('../../images/ICON-vid-play.png');
	background-size: 76px 92px;
	background-repeat: no-repeat;
	width: 76px;
	height: 92px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50% ,0);
	-webkit-transform: translate3d(-50%,-50%, 0 );
	-ms-transform: translate3d(-50%,-50%, 0 );
}

.hero-video.video-playing div.main-headline-section{
    margin-top: -95px;
}

.video-js .vjs-time-overlay {
    bottom: 10px;
}

.video.hero-image-wrapper .photo-credit {
    margin-bottom: 4px;
}

.video .photo-credit-section .container {
    padding: 0;
}

.video .hero-image {
    filter: brightness(0.5) url('../../../cr/images/common/filter.svg#blur');
    -webkit-filter: brightness(0.5) url('../../../cr/images/common/filter.svg#blur');
    -moz-filter: brightness(0.5) url('../../../cr/images/common/filter.svg#blur');
}

.photo-credit-section.video,
 .video .hero-image-wrapper .inner-wrapper .video {
    display: block;
    bottom: 96px;
}

.video .photo-credit-section.has-photo-credit {
    bottom: 131px;
}

@media (max-width: 1199px){

    .video .hero-image {
        filter: blur(10px) brightness(0.5);
        -webkit-filter: blur(10px) brightness(0.5);
        -moz-filter: blur(10px) brightness(0.5);
    }

    .video .player-wrapper,
    .hero-image-wrapper .inner-wrapper.video {
        top: 50%;
        height: 32.7vw;
        width: 58vw;
    }

    .video.hero-image-wrapper,
    .video.heroimage .video.hero-image-wrapper {
        height: 38vw;
    }

    .video .photo-credit-section,
    .photo-credit-section.video,
    .video .hero-image-wrapper .inner-wrapper .video {
        bottom: 0;
    }

    .video .photo-credit-section.has-photo-credit {
        bottom: 35px;
    }

    .video .inner-wrapper:not(.non-360) .photo-credit-section .container {
        min-width: 0;
        width: auto;
        padding: 7px 10px;
    }

    .video .inner-wrapper:not(.non-360) ~ .photo-credit-section .container {
        padding: 0 10px;
        min-width: 0;
        width: auto;
        padding: 7px 10px;
    }

    .video.main-headline-section,
    .video ~ div.main-headline-section,
    .hero-video.video-playing div.main-headline-section {
        margin-top: 0;
    }

    .youtube.non-360 .hero-image {
            filter: none!important;
            -webkit-filter: none!important;
            -moz-filter: none!important;
    }

    .youtube.non-360 ~ .player-wrapper {
        display: none;
    }
}

@media (max-width: 1047px) and (min-width: 992px) {
    .affix-sharing .social_sharing_wrapper {
        padding-top: 265px;
    }
}

@media (max-width: 850px) and (min-width: 480px) {
    .affix-sharing .social_sharing_wrapper {
             padding-top: 340px;
         }
}


@media (max-width: 767px){
    body,
    header,
    .container {
        min-width: 0;
    }

    .video .inner-wrapper.hero-vjs-poster .photo-credit-section,
    .video .photo-credit-section  {
        display: block;
        z-index: 1000;
        font-size: 21px;
    }

    .video .photo-credit-section.has-photo-credit {
        bottom: 45px;
    }

    .video .player-wrapper,
    .video.hero-image-wrapper .inner-wrapper.video,
    .video.hero-image-wrapper .inner-wrapper.video.loaded {
        width: 100%;
        height: 100%;
        border: 0;
    }

    .hero-image-wrapper.video,
    .video.heroimage .video.hero-image-wrapper {
        height: 55vw;
    }

    .video .hero-image {
            filter: none!important;
            -webkit-filter: none!important;
            -moz-filter: none!important;
    }

    .hero-image-wrapper .inner-wrapper.youtube {
        height: 100%;
    }

    .hero-image-wrapper .inner-wrapper.youtube img.hero-image {
            width: 130%;
            height: 100%;
            left: -20%;
            position: relative;
    }

    .heroimage .video .photo-credit-section .photo-credit {
        font-size: 21px;
        float: right;
    }

    .video .vjs-default-skin .vjs-poster {
         position: absolute !important;
    }

    .video .photo-credit-section .container {
        padding-right: 7px;
    }
}
.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: 0; /* remove z-index from additional headline */
}

.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: 25px;
}

.hero-video.video-playing .main-headline-section{
    margin-top: 0;
}

.main-headline-section .row>.headline {

}

@media (max-width: 768px){
    .additional-headline-section .author-and-date{
        margin: 10px 0;
    }
}

/* seo test headline stuff */

.seo-test-header .headline > h1 {
    font-size:48px;
    line-height:58px;
    margin-bottom:0;
}

.seo-test-header .main-headline-section .row>.headline {
    min-height:auto;
}

.seo-test-header .additional-headline-section .author-and-date {
    margin-top:15px;
}

.seo-test-header .subhead h2 {
    margin:10px 0px 0;
    font-size:16px;
    color:#000;
    line-height:26px;
    font-weight:400;
}

@media (max-width: 768px){
   .seo-test-header  .headline > h1{
        font-size: 28px;
    }
}

@media (max-width: 768px){

    .headline > h1{
        font-size: 28px;
        margin: 20px 0;
    }
}
@media (min-width: 768px){

    .headline > h1{
        margin-top: 7px;
        margin-bottom: 15px;
        font-size: 48px;
        line-height: 58px;
    }

    .main-headline-section{
        margin-top: -95px;
    }

}
@media (min-width: 992px){

    .headline > h1{
        font-size: 48px;
        line-height: 58px;
    }
}
@media (min-width: 1200px){

    .headline > h1{
        font-size: 48px;
        line-height: 58px;
        max-width:none;
    }

}
.generaltable .tablefilter {
    position:absolute;
    top:48px;
    left:-1px;
    width:100%;
    overflow-y:auto;
    background:#fff;
    list-style:none;
    display:none;
    border: 1px solid #ccc;
    font-size:24px;
    font-weight:200;
    margin:0;
    padding:0;


}

.generaltable .tablefilter li:hover {
	background:#f3f3f3;
}

.generaltable .tablefilter li.visited {
	color: #3B5B7C;
}

.generaltable .filtercontainer.open,
.generaltable .filtercontainer:hover
{
    box-shadow: 0px 1px 2px rgba(0,0,0,.15);
}

.generaltable .filtercontainer.open .tablefilter {
    display:block;
    z-index:100;
	max-height:288px;
	box-shadow: 0px 1px 2px rgba(0,0,0,.15);
}

.generaltable .tablefilter li {
    list-style:none;
    padding: 10px;

}


.generaltable .filtercontainer {
	cursor:pointer;
    position:relative;
    height:50px;
    border: 1px solid #ccc;
    background:#fff;
    margin-bottom:20px;
    width:100%;
    font-size:24px;
    font-weight:200;
    line-height:30px;
    z-index:2000;

}

@media (min-width: 768px){
	.generaltable .filtercontainer,
	.generaltable .tablefilter {
		width:400px;
	}
}

.generaltable .filtercontainer a.current {
    display:block;
    padding:0 10px;
    text-decoration:none;
    color:#000;
    line-height:48px;
    background-image: url('../../images/icon_dropdown@2x.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size:11px 18px;
    width:100%;
    padding-right:40px;
    overflow: hidden;
    text-overflow: ellipsis;
     white-space: nowrap;
}

.filtercolumn {opacity:0;}

.generaltable.section {
	margin-bottom:30px;
}

.generaltable table {
	width:100%;
}

.generaltable  h2 {
	margin-left: 15px;
	margin-bottom:10px;
}

.generaltable .popout {
	background:#f3f3f3;
	padding:20px 0 10px 0;
}



@media (min-width: 768px){
	.generaltable h2 {
		margin-left:0;
	}
	.generaltable .popout table,
	.generaltable .popout h2 {
		width: calc(100% - 100px);
		margin:0 30px 20px 70px ;
	}

	.generaltable .popout .footnotes,
	.generaltable .popout .source,
	.generaltable .popout .filtercontainer {
		margin-left: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:#f3f3f3;
}

.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 {


	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%;
	position:relative;
}


.tableslider.extra:before{
	content:url('../../images/icon-swipe.png');
	display: block;
	height:100%;
	width:100px;
	position:absolute;
	top:0;
	left:calc(100vw - 100px);
	font-size:120px;
	color:#999;
	z-index:1000;
	padding-top:20px;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 41%, rgba(255,255,255,1) 64%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.64) 41%,rgba(255,255,255,1) 64%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.64) 41%,rgba(255,255,255,1) 64%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.popout .tableslider.extra:before {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(243,243,243,0.64) 41%, rgba(243,243,243,1) 64%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(243,243,243,0.64) 41%,rgba(243,243,243,1) 64%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(243,243,243,0.64) 41%,rgba(243,243,243,1) 64%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
}

.generaltable .source,
.generaltable .footnotes {
	font-size:12px;
	line-height:1.5em;
	color:#999;
	font-weight:300;
	margin:1.5em 15px 0 15px;
	padding-left:0;

}

.popout .generaltable .source,
.popout .generaltable .footnotes {
	margin-left:70px;
}

.generaltable .footnotes li {
    list-style-position: inside;
    float:left;
    clear:both;

}

.generaltable .footnotes li.hilite {
	background: #078fd4;
    padding: 0 5px;
    color: #fff;
    margin-left: -5px;
}

.generaltable td sup {
	color:#078fd4;
	padding:3px;
	font-weight:400;
	cursor: pointer;
}
.fb-comments span, .fb-comments span iframe {
    width: 100% !important;
}
#social_fb_comments {
	margin-top:30px;
}

@media (max-width: 767px) {
    #social_fb_comments {
        margin-bottom: 30px;
    }
}

#social_fb_comments .toggle {
    display:block;
    width:100%;
    text-align: center;
    height:55px;
    border:1px solid #999;
    font-weight:100;
    font-size:18px;
    line-height:50px;
    background-color: white;
}
#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 .toggle .fb-comments-text {
    pointer-events: none;
    cursor: default;
    color: #333333;
}
#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; }

.dividingLineWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.disclaimer-text {
    margin-bottom: 30px;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
}

.disclaimer-text .disclaimer-text {
    padding-top: 15px;
}

.disclaimer-text-container.hide {
    display: none;
}

@media (max-width: 1199px){

}
@media (max-width: 991px){

}
@media (max-width: 767px){

}
@media (max-width: 480px){

}
.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;
}
.about-author-wrapper .about-author-consumerist-ref{
    padding-bottom: 15px;
    margin-top: -10px;
    font-weight: 400;
}
@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;
    }
}
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{
    }
}


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{
    }
}


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{
    }
}


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{
    }
}


.hospitalsFinderInfectiousDiseases-cq-wrapper .main-container {
    width: 100%;
    background-color: #f8f8f8;
    color: #FFFFFF;
    font-family: 'Averta W01 Regular';
}

.hospitalsFinderInfectiousDiseases-cq-wrapper .hospital-h1 {
    font-family: 'Averta W01 Bold';
	font-size: 50px;
	font-weight: 800;
    line-height: 1;
	letter-spacing: 0.5px;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper .black-box {
    background-color: #000000;
    padding: 30px;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .black-box > p {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #b7b7b7;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .green-box {
    background-color: #00ae4d;
    padding: 30px;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper .black-button {
    background-color: #000000;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #000000;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .hospitalName {
    color: #00ae4d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.2px;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .hospitalAddress {
    color: #000000;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.1px;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .chart-container {
    background-image: url('http://article.images.consumerreports.org/prod/content/dam/cro/spa/widgets/health/hospitals/health-map/Chart_Grid_reverse-no-key.png');
    /*background-image: url('../../../../../content/dam/cro/spa/widgets/health/hospitals/health-map/chart-background-reverse.png');*/
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .chart-header {
    color: #000000;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .chart-footer {
    padding: 30px;
        padding-top: 0px;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .seeScoreDiv {
    background-color: #00ae4d;
    text-align: center;
    height: 30px;
    padding-top: 6px;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .seeScoreDiv:hover {
    cursor: pointer;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .seeScoreLink {
    color: #FFFFFF;
	font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2px;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .backToMapLink:hover {
    cursor: pointer;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper #addressInput {
    color: #000000;
    width: 370px;
    padding: 5px;
    margin-top: 5px;
    border-width: 0px;
    height: 45px;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper #addressInput::-ms-clear {
    display: none;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper #submitAddress {
    height: 45px;
    padding: 0px 45px 0px 45px;
    font-family: 'Averta W01 Light';
}
.hospitalsFinderInfectiousDiseases-cq-wrapper #map {
    height: 500px;
    width: 100%;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .hospital-name-link {
    font-size:24px;
  font-family: 'Averta W01 Bold';
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #00a651;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .hospital-address {
    color: #000000;
    font-family: 'Averta W01 Bold';
    font-size: 14px;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .Bottom-Copy-and-legal-notice {
	width: 99%;
    opacity: 0.7;
    background-color: #ffffff;
    padding: 20px 30px 20px 30px
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .Data-come-from-the-Centers-for-Medicare-and-Medicaid-Services-a {
  width: 90%;
  height: 34px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.1px;
  color: #000000;
}
.hospitalsFinderInfectiousDiseases-cq-wrapper .green-ad-text-box {
  height: 132px;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper .green-ad-text-box > p {
  height: 25px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper a.button-link,
.hospitalsFinderInfectiousDiseases-cq-wrapper a.button-link:hover,
.hospitalsFinderInfectiousDiseases-cq-wrapper a.button-link:focus {
    color: #FFF;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper .top-ratings-copy-text {
  margin-left: 165px;
  margin-right: 25px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #000000;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper .hospitalChartTooltip {
    height:auto;
    width:220px;
    padding:20px;
    font-size:16px;
    line-height:24px;
    overflow:auto;
    white-space:normal !important; // add this line...
}

.hospitalsFinderInfectiousDiseases-cq-wrapper .tipText {
  	padding:20px;
}

.hospitalsFinderInfectiousDiseases-cq-wrapper .tooltipValue {
	display: none;
}


@media  screen and (min-width: 769px) {
  .hospitalsFinderInfectiousDiseases-cq-wrapper .green-box > h3 {
	margin-top: 0px;
	height: 23px;
    font-size: 30px;
    line-height: 0.6;
	letter-spacing: 0.3px;
  }
  .hospitalsFinderInfectiousDiseases-cq-wrapper .hospital-h3 {
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .hospitalsFinderInfectiousDiseases-cq-wrapper #addressInput {
       width: 95%;
  }
}

.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 (max-width: 1199px) and (min-width: 992px){
    .rightRail .newsletter-sign-up {
        margin-top: 0px;
        padding: 20px;
    }
    .rightRail .newsletter-sign-up__form--submit-button-container {
        top: 0px;
    }
    .rightRail .newsletter-sign-up__form--submit-button-container:hover input:first-of-type {
        margin-left: -5px;
    }

    .rightRail #callToActionRightRail .newsletter-sign-up__form--submit-button-container {
        width: 175px;
    }
}
@media (min-width: 480px){

}
@media (min-width: 768px){

}
@media (min-width: 992px){

}
@media (min-width: 1200px){

}
