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

  -webkit-transition: all 0.4s;
  -moz-transition:  all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition:  all 0.4s;

}

.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{
  height:416px;
}

@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 .title-text {
  text-decoration: underline;
}

.carousel-videos .carousel-list-item.on .title-text {
  text-decoration: none;
}

.carousel-videos .carousel-list-item:hover .title-text {
    color: #00AE4D;
    text-decoration: underline;
}

.carousel-videos .carousel-list-item.on:hover .title-text {
    color: #000;
    text-decoration: none;
}

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

.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 {
  color: #FFFFFF;
  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 {
  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 {
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 5px;
  }
}
.twitter--wrapper {
    margin-top: 0;
    margin-bottom: 60px;
}

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


.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){
    .embedder.twitter {
        width: 100%;
    }

}

@media (max-width: 767px){

    .twitter--wrapper {
        margin-top: 0;
        margin-bottom: 30px;
    }

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

    .section.twitter h3 {
        display: none;
    }


}

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 {
    background-color: white!important;
    height: auto;
    line-height: 1;
    font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif!important;
    font-size: 18px!important;
    color: #00AE4D!important;
    white-space: nowrap;
    display: inline-block;
    border: 0!important;
    padding: 0!important;
}
.amazon-shopping-button:hover {
   color: #000!important;
   text-decoration: none!important;
   border: none!important;
}

@media (max-width: 767px) {
    .amazon-shopping-button {
        line-height: 1;
        width: 100%;
        text-align: left;
        font-size: 16px!important;
    }
}
div.text-container p {
    padding: 0;
    margin: 0 0 20px 0;
}

.package-hub .section.text {
    clear: both;
}

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

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

}
.subhead {
  background-color: white;
}

.subhead h2 {
    margin-top: 0px;
    text-align: left;
}
@media (max-width: 767px){

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

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

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

}
@media (max-width: 767px){
    section h2{
        line-height: 28px;
        font-size: 24px;
        color: black;
        font-weight: 300;
        font-family: 'Neue Helvetica W01';
        margin-bottom: 0;
    }

    .section section p{
        font-size: 18px;
        line-height: 26px;
    }

    .shoppingmodule .from {
      margin-top: 25px;
    }

    .additional-headline-section .social-wrapper {
        margin-top: 15px;
        margin-bottom: 10px;
    }

        .additional-headline-section {
          margin-bottom: 20px;
        }

        .section.datasection {
          padding-top: 25px;
          margin-bottom: 25px;
          margin-top: 25px;
        }

        .shopping-wrapper ul {
            width: 100%;
        }

        .section section h2.roundup-section-title .product-info-container {
            width: 250px;
        }

        .section section h2.roundup-section-title.img {
            padding-top: 0;
        }

    .steps .new-social {
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .roundup-image {
        display: none;
    }

    .roundup-image-mobile {
        display: inline-block;
    }
}
@media (min-width: 768px){

    section h2 {
        line-height: 34px;
        font-size: 30px;
    }

    .steps .new-social {
        padding-top: 10px;
        padding-bottom: 55px;
    }

    .section.datasection {
      margin-bottom: 50px;
      margin-top: 50px;
    }

    .shopping-wrapper ul {
        width: 375px;
    }

    .shopping-wrapper {
        padding-left: 60px;
    }

    .roundup-image {
        padding-right: 0;
        padding-left: 40px;
        display: inline-block;
    }

    .roundup-image-mobile {
        display: none;
    }

    .additional-headline-section .social-wrapper {
        margin-top: 40px;
        margin-bottom: 50px;
    }


    .datasection > .row {
        padding-top: 50px;
    }

    .youtest-component-container.crux-container {
        width: auto;
        padding: 0 5px;
        box-sizing: content-box;
        margin: 0;
    }
}

@media (min-width: 992px){

    .fixed.safari.how-to-nav,
    .steps .fixed.safari.rightRail {
	    margin-left:80px;
    }

    .fixed.safari.how-to-nav.push,
    .steps .fixed.safari.rightRail.push {
	    margin-left:0px;
    }

}

@media (min-width: 1200px){

    .nav-menu-item-title{
        width: 220px;
    }

    .how-to-nav {
      margin-left: 30px;
      border-top: 1px solid #c8c8c8;
    }

    .steps .rightRail {
        margin-left: 60px;
    }

    .additional-headline-section {
      margin-bottom: 45px;
    }

    .datasection > .row {
        padding-top: 90px;
    }

    .sections section {
        padding-top: 110px;
        margin-top: -150px;
    }

    .additional-headline-section .social-wrapper {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .steps .image-content {
        margin: 0 0 60px;
    }

    .steps .you-test__test-container {
        height: 485px;
    }

    .shopping-wrapper ul {
        width: 398px;
    }

}
.section.datasection {
  margin-bottom: 50px;
  margin-top: 50px;
  border-top: 4px solid #dcdcdc;
}

.datasection .text-container p {
  margin: 0;
}

.shoppingmodule .from {
  margin-top: 30px;
}

.additional-headline-section {
    padding-bottom: 0;
}

.datasection > .row {
    padding-bottom: 5px;
    margin: 0;
}

.roundup-section-title, .roundup-section-description {
    padding: 0;
    margin: 0;
}

.roundup-section-title > a:focus {
    color: black;
}

.section section h2.roundup-section-title .product-info-container {
    display: inline-block;
    margin-bottom: 30px;
}

.section section h2.roundup-section-title .product-number {
    float: left;
    margin-left: -5px;
    width: 30px;
}

section h2 a,
section h2 a:hover,
.section section h2.roundup-section-title .product-number:hover  {
    color: black;
    text-decoration: none;
}
section a img{
    display: block;
    margin: 10px auto 0;
}
.how-to-nav.pinned{
    position: fixed;
}
.how-to-nav .nav > li > a{
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.how-to-nav .nav > li > a.active{
    border-bottom: 1px solid #999;
}

.how-to-nav .nav > li:last-child > a{
    border-bottom: 5px solid #000;
}

.how-to-nav .nav-menu-number {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
    text-align: center;
}

.how-to-nav .nav-menu-item-title {
    display: inline-block;
    vertical-align: middle;
}

.affix {
    position: fixed;
}

.affix-bottom {
    position: relative;
}
.roundup-inline-image{
    width: 100%;
}

.section-index {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 60px;
    text-align: center;
    background-color: #078fd4;
    line-height: 58px;
    color: #fff;
}

.shopping-wrapper li.see-more a {
   display: inline;
 }

.steps .image-content {
    margin: 0 0 30px;
}

.steps .image-content .description-wrapper .description {
    padding-top: 17px;
}

.steps .image-content .description-wrapper .photo-credit {
    padding-top: 7px;
}

.steps #you-test-container .crux-article__bold-link:hover {
    color: black;
}


.steps-text .text-container {
    margin-top: 30px;
}

.shopping-clear {
    clear: both;
}

@media screen and ( min-width: 1200px ){
    .how-to-nav .nav > li > a {
        padding: 10px 0;
    }

    .how-to-nav .nav-menu-item-title,
    .how-to-nav .nav-menu-number {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 21px;
    }

    .how-to-nav .nav-menu-number {
        width: 35px;
    }
}

.how-to-nav.fixed {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
ul.nav.menu.rounduptemplate {
    margin-bottom: 45px;
}
.section h2.roundup-section-title .product-info-container {
    width: 92%;
}

.how-to-nav .rounduptemplate .nav-menu-background,
.how-to-nav .hiringguidetemplate .nav-menu-background {
    background-color: #00AE4D;
    position: absolute;
    z-index: -1;
    top: 0; bottom: 0; right: 100%; left: 0;
}
.how-to-nav .rounduptemplate .active .nav-menu-background,
.how-to-nav .hiringguidetemplate .active .nav-menu-background {
    right: 0;
    transition: right 0.3s linear;
}
.how-to-nav .rounduptemplate li.active .nav-menu-number ,
.how-to-nav .hiringguidetemplate li.active .nav-menu-number ,
.how-to-nav .rounduptemplate li.active .nav-menu-item-title,
.how-to-nav .hiringguidetemplate li.active .nav-menu-item-title{
    color: white;
    transition: color 0.3s linear;
}

.how-to-nav .rounduptemplate li .nav-menu-item-title,
.how-to-nav .hiringguidetemplate li .nav-menu-item-title{
    padding-right: 20.5px;
}

.how-to-nav .rounduptemplate li:not(.active):hover .nav-menu-number,
.how-to-nav .hiringguidetemplate li:not(.active):hover .nav-menu-number,
.how-to-nav .rounduptemplate li:not(.active):hover .nav-menu-item-title,
.how-to-nav .hiringguidetemplate li:not(.active):hover .nav-menu-item-title {
    color: #00AE4D;
}

.how-to-nav .rounduptemplate.nav > li > a,
.how-to-nav .hiringguidetemplate.nav > li > a {
    padding: 15px 10px;
    border-bottom: solid 1px #dcdcdc;
}


.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;
}
@media (max-width: 767px){
    .shopping-wrapper .price-item a:hover,
    .shopping-wrapper .price-item a:visited,
    .shopping-wrapper .price-item a:active {
        color: black!important;
        text-decoration: none!important;
    }

    .section section h2.roundup-section-title.img {
        padding-bottom: 5px;
    }

	.shopping-wrapper li {
	    line-height:50px;
	}

    .shopping-wrapper {
        margin-top: 30px;
    }
}

@media (min-width: 768px){

	.shopping-wrapper {
	    width: 460px;
	}

	.shopping-wrapper li {
	    cursor: pointer;
	    border-bottom: 1px solid #dcdcdc;
	    line-height:36px;
	}

}

@media (min-width: 992px){

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


.shopping-wrapper li {
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
    line-height:36px;

}


}
.shopping-wrapper ul {
    list-style: none;
    margin: auto;
    padding: 0;
    color: #000;
}

.shopping-wrapper a {
    text-decoration: none;
    color: black;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.shopping-wrapper li {
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
}


.shopping-wrapper .hidden {
    display: none;
}

.shopping-wrapper .from {
    font-weight: bold;
}

.shopping-wrapper li.see-more {
        padding-top: 15px;
        border-bottom: 1px solid black;
        display: inline-block;
        line-height: 1.4em;
}

.shopping-wrapper li.see-more:hover {
        border-bottom: 1px solid #00AE4D;
}

.shopping-wrapper li .price {
    color: #00AE4D;
    padding: 15px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.shopping-wrapper li .seller-name {
    word-wrap: break-word;
    padding-top: 15px;
    padding-bottom: 10px;
}

.shopping-wrapper li.price-item:hover .price {
    color: #FFFFFF;
    background-color: #00AE4D;
}

.shopping-amazon-button {
    background-color: #00ae4d!important;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif!important;
    font-size: 18px!important;
    padding: 0 45px!important;
    line-height: 45px;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    border: 0;
    margin-top: 30px;
}

.shopping-amazon-button:hover {
    background-color: #000!important;
    color: #fff!important;
    white-space: nowrap!important;
    border: none!important;
}

@media (max-width: 767px) {
    .shopping-amazon-button {
        padding-left: 15px!important;
        padding-right: 15px!important;
        width: 100%;
        white-space: initial;
        font-size: 18px!important;
    }
}

/* IE10+ specific styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 768px) {

    .shopping-wrapper li .seller-name {
        max-width: 80%;
    }

}

/* IE10+ specific styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) {

    .shopping-wrapper li .seller-name {
        max-width: 60%;
    }
}

.see-more {
    text-decoration: none;
    border-bottom: 1px solid #000;
    color: #000;
}

.see-more:hover {
    text-decoration: none;
    color: #00AE4D;
    border-bottom: 1px solid #00AE4D;
}
#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;
}

/*ratings component styles*/
.ratings-wrapper .ratings-header-img {
    display: block;
    margin-bottom: 15px;
}

.rightRail.fixed {
	position:fixed;
	z-index:0;
}

.clear{
    clear: both;
}

.descr-wrap {
    font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: .3px;
    color: black;
    margin-bottom: 20px;
}
.author-text .descr-wrap{
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
}

.descr-wrap span {
    text-transform: capitalize;
}

.ratings-wrapper .crux-btn {
    padding: 0 45px;
}
@media (min-width: 0){
    .ratings-wrapper {
        border-top: 4px solid #d3d3d3;
        padding: 20px 20px 40px;
    }

    .ratings-wrapper.bb,
    .ratings-wrapper.marketplace {
        border-top: none;
    }

    .ratings-wrapper .ratings-header-img {
        width: 240px;
    }

    .descr-wrap {
        margin-bottom: 15px;
    }

    .ratings-header-img {
        margin: 0 auto 15px;
    }
}
@media (min-width: 768px){

    .ratings-body {
        border-left: none;
    }

    .ratings-wrapper {
        padding: 55px 0 30px;
    }

    .ratings-wrapper.bb,
    .ratings-wrapper.marketplace {
        padding: 0;
    }

    .ratings-header-img {
        margin: 0;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .crux-offset--right {
       padding-right: 30px;
       padding-left: 30px;
    }

    .ratings-body {
        padding-left: 0;
    }
}
@media (min-width: 1200px){
    .rightRail{
        width: 280px;
        margin-left: 30px;
    }

	.rightRail .row.cr-car-builder--input-row > div {
		width: 100%;
	}

	.rightRail.fixed {
		position:fixed;
		z-index: 0;
	}

	.ratings-wrapper {
        border-left: solid 4px #dcdcdc;
        border-top: 0;
        padding: 0 0 0 30px;
	}

	.ratings-wrapper.bb,
	.ratings-wrapper.marketplace {
		border-left: none;
		padding: 0;
	}

	.descr-wrap {
		margin-bottom: 20px;
	}
}

.recircbar {
    min-height: 418px;
}

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

.recircitem a, .recircitem p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 0 15px;
}

.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;
    border: 1px solid #d3d3d3;
}

.related-article__item:hover img {
     filter: grayscale(100%);
     margin: 0 auto;
     display: block;
}

.related-article__item .related-article__image {
    position: relative;
    margin-bottom: 15px;
}

.related-article__item:hover .related-article__image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00ae4d;
    mix-blend-mode: multiply;
    z-index: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .related-article__item:hover .related-article__image:before {
      opacity: 0;
   }
}

.recircbar h3 {
    padding: 50px 0;
    margin-top: 0;
    margin-bottom: 0;
}

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

    .recircbar h3 {
        padding: 25px 0;
    }

}

@media (min-width: 768px){
    .recircitem{
        padding-bottom: 40px;
    }
    .recircbar {
        min-height: 0px;
    }
}

@media (min-width: 1200px) {
    .recircitem{
        padding-bottom: 60px;
    }
}

.recircbar .container .recircitem-container {
    padding: 0px;
}

.crux-article__bold-link:focus {
    text-decoration: none;
    color: #00AE4D;
}

.related-article--paid {
    margin-bottom: -20px;
}
.ratings-module-text{
    text-decoration: none;
    font-size: 24px;
    line-height: 46px;
    font-weight: 300;
}
.ratings-module-text:hover{
    text-decoration: none;
}
.rating-module{
    margin: 30px 0;
    border-top: 5px solid black;
}

.preview-bar-container {
    position: absolute;
    background-color: white;
    width: calc(100% - 70px);
    bottom: 0;
    z-index: 101;
}

.cq-wcm-edit .preview-bar-container {
    position: static;
}

.preview-bar-wrapper {
    position: relative;
    margin-bottom: 70px;
}

.preview-bar-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    height: 135px;
    width: 100%;
    top: -157px;
    background: linear-gradient(to top, #fff 10%, rgba(255,255,255,0.8), rgba(255,255,255,0));
}

.cq-wcm-edit .preview-bar-wrapper:before {
    display: none;
}

.preview-bar-wrapper .crux-icons {
    float: left;
    color: white;
    background-color: black;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
}

.preview-bar-wrapper .crux-icons:before {
    top: 17px;
}

.preview-bar-title {
    margin-top: 35px;
    padding-left: 95px;
}

.preview-bar-text,
.preview-bar-nav {
    padding-left: 95px;
}

.preview-bar-nav span {
    padding: 15px;
}

.preview-bar-nav a:hover,
.preview-bar-nav a:active,
.preview-bar-nav a:focus {
    text-decoration: none;
}

.preview-bar-container + .parbase .image-content,
.preview-bar-container + .parbase .image-gallery-container,
.preview-bar-container + .generaltable.section,
.preview-bar-container + .imageSlider.section,
.preview-bar-container + .photogallery.section,
.preview-bar-container + .videoWidget.section,
.preview-bar-container + .leftRail .rel-article {
    margin-left: 0;
}

@media (max-width: 1199px) {

    .preview-bar-wrapper {
        margin-bottom: 30px;
    }
    .preview-bar-container {
        width: calc(100% - 30px);
    }

    .preview-bar-wrapper:before {
        height: 0px;
    }
}

@media (max-width: 767px) {

    .preview-bar-wrapper:before {
        height: 135px;
    }

    .preview-bar-container {
        width: calc(100% - 30px);
    }

    .preview-bar-wrapper {
        margin-bottom: 30px;
    }

    .preview-bar-wrapper:before {
        height: 130px;
        top: -130px;
    }

    .preview-bar-wrapper .crux-icons {
        float: none;
    }
    .preview-bar-text,
    .preview-bar-title,
    .preview-bar-nav {
        padding-left: 0;
    }

    .preview-bar-nav span {
        display: block;
        padding: 15px 0 0;
    }
}
.legacy-preview-bar-container .preview-bar-wrapper p {
    margin: 0 0 10px;
}

.legacy-preview-bar-container .preview-bar-wrapper:before {
    top: -135px;
}

@media (max-width: 1199px) {

    .legacy-preview-bar-container .preview-bar-wrapper {
        margin-bottom: 50px;
    }

    .legacy-preview-bar-container .preview-bar-wrapper .preview-bar-title {
        padding-left: 0;
    }

}
.related-services h2 {
    margin: 0;
    padding-bottom: 30px;
}

.related-services ul {
    list-style-type: none;
    padding: 0 0 60px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.related-services ul li {
    padding: 10px 15px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.related-services .error-msg {
    color: red;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .related-services h2 {
        padding: 20px 0 10px;
    }

    .related-services ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-bottom: 40px;
    }

    .related-services .error-msg {
        padding-bottom: 40px;
    }
}

.button {
    display: inline-block;
    height: 45px;
    width: 45px;
    background-color: #f0f0f0;
    color: black;
    margin-bottom: 10px;
}

.button:focus {
    outline: 0;
}

.button:hover,
.button:focus {
    color: white;
    text-decoration: none;
}

.button .crux-icons:before {
    top: 9px;
    left: 10px;
    font-size: 25px;
    vertical-align: text-top;
}

.social-facebook:hover,
.social-facebook:focus {
    background-color: #3b5998;
}

.social-twitter:hover,
.social-twitter:focus {
    background-color: #078fd4;
}

.social-pinterest:hover,
.social-pinterest:focus {
    background-color: #bd081c;
}


.social-facebook .crux-icons:before {
    font-size: 24px;
    top: 8px;
    left: 11px;
}

.social-print .crux-icons:before {
    font-size: 29px;
    left: 8px;
    top: 7px;
}

.social-twitter .crux-icons:before {
    font-size: 22px;
    left: 12px;
    top: 10px;
}

.social-collapse {
    background-color: white;
}

.social-collapse:active,
.social-collapse:focus,
.social-collapse:hover {
    color: black;
}

.social-email:hover,
.social-print:hover,
.social-email:focus,
.social-print:focus {
    background-color: #00ae4d;
}

.collapsible {
    display: inline-block;
}

.social-collapse {
    display: none;
}

.new-social-wrapper{
    margin-top: 75px;
    margin-bottom: 15px;
    text-align: right;
}

@media (max-width: 1199px) {
    .button {
        margin-bottom: 0;
    }


    .collapsible.collapsed {
        display: none;
    }

    .collapsible.collapse-off.collapsed {
        display: block;
    }

    .collapsible.collapse-on + .social-collapse {
        display: inline-block;
    }

    .collapsible.collapse-off + .social-collapse {
        display: none;
    }

    .new-social-wrapper {
        margin-top: 40px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .social-print {
        display: none;
    }

    .new-social-wrapper {
        margin-top: 25px;
        margin-bottom: 5px;
    }
}

.new-email-share.in {
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.new-email-share.in .modal-dialog {
    width: 729px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f0f0f0;
    padding: 55px 60px 60px;
    margin: 0 auto;
    min-height: 585px;
}

.new-email-share .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.new-email-share h2 {
    margin: 0;
}

.new-email-share input {
    width: 100%;
    border: solid 1px #999999;
    padding: 15px;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.27;
    color: #000000;
}

.new-email-share input[placeholder] {
    color: #000;
}

.new-email-share input::placeholder {
    color: #999999;
}

.new-email-share input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}
.new-email-share input::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}
.new-email-share input:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.new-email-share input:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

.new-email-share input.parsley-error {
    border: solid 2px #ec1c24;
    color: #ec1c24;
    padding-right: 60px;
}

.new-email-share .parsley-errors-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.new-email-share .parsley-errors-list li {
    display: block;
    padding: 5px 10px 0;
    margin: 0;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.44;
    color: #ec1c24;
}

.new-email-share .parsley-errors-list li:after {
    content: '¥';
    font-family: "crux-icons";
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: -62px;
}

.new-email-share input[type="checkbox"] {
    display: none;
}

.new-email-share .chkbox-wrapper {
    width: 100%;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    display: inline-block;
}

.new-email-share .chkbox {
    float: left;
    border: 2px solid #999;
    margin-top: 2px;
    margin-right: 20px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.new-email-share input:checked + .chkbox:after {
    content: "\6d";
    display: block;
    height: 23px;
    width: 23px;
    font-weight: 400;
    line-height: 1;
    font-family: 'crux-icons';
    top: -2px;
    left: -2px;
    padding: 3px;
    position: relative;
    font-size: 18px;
    color: #fff;
    background-color: #00AE4D;
    box-sizing: border-box;
}

.new-email-share .crux-btn-primary--lg {
    margin-top: 35px;
    margin-bottom: 0;
    border-radius: 0;
}

.new-email-share .disclaimer {
    margin-top: 30px;
    margin-bottom: 0;
}

.new-email-share .crux-body-copy a {
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;

}

.send-to-friend-error-msg,
.send-to-friend-message {
    position: absolute;
    top: 45%;
}

@media (max-width: 1199px) {
    .new-email-share.in .modal-dialog {
        transform: none;
        top: 15px;
    }
    
}

@media (max-width: 767px) {
    .new-email-share.in .modal-dialog {
        top: 0;
        width: 100%;
        padding: 80px 30px 35px;
        min-height: 100%;
    }

    .new-email-share .chkbox {
        margin-bottom: 10px;
    }

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

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


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

.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.hero-default  {
    height: 200px;
}

.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.hero-default .hero-image {
    width: auto;
}

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

.hero-image-wrapper .photo-credit {
  padding: 8px 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;
  margin: 0;
  height: auto;
}

.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 */
}

.hero-component-wrapper .no-hero-img {
    padding-top: 120px;
}

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

    .hero-image-wrapper.hero-default {
        height: 110px;
    }

    .hero-image-wrapper.hero-default.advocacy-image.image {
        height: 43.75vw;
    }

    .hero-image-wrapper.hero-default .hero-image {
        width: 100%;
        height: 200px;
    }

    .hero-component-wrapper .no-hero-img {
        padding-top: 20px;
    }
}
.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;
}

.heroimage .video .hero-image-wrapper.image, .video .hero-image-wrapper.video {
    height: 56.25vw;
    max-height: 100vh;
}
.heroimage .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('/etc/designs/electronics/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;
  }
}
.headline h1{
    text-align: left;
}

.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 {
    background-color: white;
}

hr {
    border-top: 1px solid #000;
    margin: 0;
}

.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: 767px){

    .headline > h1{
        margin: 20px 0 10px;
    }

    .additional-headline-section {
        z-index: 1;
    }

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

    .headline > h1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

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

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

}
@media (min-width: 1200px){
    .headline > h1 {
        max-width: none;
        padding: 50px 0 20px;
        margin: 0;
    }
}
.fb-comments span, .fb-comments span iframe {
    width: 100% !important;
}
#social_fb_comments {
	margin-top:30px;
    margin-bottom:30px;
}

@media (max-width: 1280px) and (orientation: landscape) {
    #social_fb_comments {
         margin-bottom: 30px;
         margin-bottom: 30px;
    }

    .fb-align-center {
         margin-left: 0% !important;
         margin-right: 0% !important;
    }
}

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

    .fb-align-center {
         margin-left: 0% !important;
         margin-right: 0% !important;
         width: 100% !important;
    }
}

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

    .fb-align-center {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }

}

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

    .powered-by-Facebook {
        white-space: pre;
    }

    #social_fb_comments .toggle {
        padding-left: 9px !important;
    }

    .Line {
      display: none;
    }
    #social_fb_comments .toggle .fb-comments-text {
        top: 6px !important;;
        width: 88% !important;
    }

}

#social_fb_comments .toggle {
    padding-left: 20px;
    display:block;
    width:100%;
    text-align: left;
    height:55px;
    border:1px solid #999;
    font-weight:100;
    font-size:18px;
    line-height:50px;
    background-color: white;
}
#social_fb_comments .toggle span {
}
#social_fb_comments .txt {
    background-size: 18px 17px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 22px 0 37px;
    position: relative;
}

#social_fb_comments .crux-icons.crux-icons-chat:before {
    font-size: 25px;
    top: -19px;
    left: 0;
    position: absolute;
}

#social_fb_comments .crux-icons-caret-down-small {
    position: absolute;
    top: 7px;
}

#social_fb_comments .toggle .fb-comments-text {
    pointer-events: none;
    cursor: default;
    display: inline-block;
    top: -2px;
    width: 94%;
}

#social_fb_comments .arrow {
    -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;
    position: relative;
    top: 3px !important;
}
#social_fb_comments .fb-comment-count,
#social_fb_comments .fb-comments-count {
    font-weight: 400;
}
#social_fb_comments.open .arrow {
    -moz-transform: rotate(180deg) translateY(3px);;
    -webkit-transform: rotate(180deg) translateY(3px);;
    -o-transform: rotate(180deg) translateY(3px);;
    -ms-transform: rotate(180deg) translateY(3px);;
    transform: rotate(180deg) translateY(3px);;
}
#social_fb_comments .fb-comments { display:none; }
#social_fb_comments.open .fb-comments { display:block; }

.link { cursor: pointer; }

.fb-align-center {
    margin-left: 17%;
    margin-right: 17%;
}

#comment_spinner {
    text-align: center;
    position: absolute;
    width: 85%;
    z-index: 999;
    height: 50px;
}

#comment_spinner svg{
	width: 20%;
}

.show-comments {
  width: 167px;
  height: 16px;
  font-family: Averta W01 Bold;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #000000;
}

.social_fb_comments {
  width: 705px;
  height: 51px;
  border: solid 1px #979797;
  background-color: #ffffff;
}

.powered-by-Facebook {
  width: 183px;
  height: 15px;
  font-family: Averta W01 RegularItalic;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: none;
}

.b-first {
    width: 175px;
    height: 21px;
    font-family: Averta W01 Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000000;
    text-decoration: underline;
    margin-top: 10px;
}

.Line {
  width: 1px;
  height: 29px;
  border: solid 1px #dcdcdc;
  vertical-align: middle;
  margin: 0 10px;
}
.disclaimer-text .disclaimer-text {
    font-style: italic;
    margin-bottom: 30px;
}

.hide-disclaimer {
    display: none;
}

@media only screen and (max-width: 767px) {
    .article-disclaimer-wrapper {
        margin-top: 30px;
    }
}




.author-and-date span {
    display: inline-block;
    margin-top: 20px;
}

.consumerist {
    margin-top: 25px;
}
.about-author-wrapper p{
    margin: 0;
}
.about-author-wrapper p.title{
    font-weight: 100;
}
.about-author-wrapper p.name{
    margin-bottom:10px;
}
.about-author-wrapper .author-image{
    background-color: white;
    border-radius: 63px;
    border: 3px solid rgb(211, 211, 211);
    display: block;
    position: sticky;
    width: 130px;
    height: 130px;
    overflow: hidden;
    float: left;
    margin:0 30px 0 0;
}
.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;
}

.about-author-wrapper {
    border-top: solid 4px #dcdcdc;
    border-bottom: 0;
    padding: 60px 0 40px;
    margin: 0;
}

.author-image img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}

.author-text {
    float: left;
    width: 76%;
}
@media (min-width: 1200px){

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

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

}
@media (max-width: 767px){
    .about-author-wrapper {
        margin: 10px 0 0;
        padding: 0 0 30px;
    }
    .about-author-wrapper .author-text {
        width: 100%;
    }

    .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;
    }
    .about-author-wrapper .author-image .img-circular {
        border: solid rgb(211, 211, 211) 3px;
        margin-bottom: 20px;
        width: 55px;
        height: 55px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .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;
}

@media (max-width: 767px){

}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1200px){

}


div.text-container p{
    padding: 0;
    margin: 0 0 20px 0;
}

@media (max-width: 767px){

}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1200px){

}


div.text-container p{
    padding: 0;
    margin: 0 0 20px 0;
}

@media (max-width: 767px){

}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1200px){

}


div.text-container p{
    padding: 0;
    margin: 0 0 20px 0;
}

@media (max-width: 767px){

}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1200px){

}


.overview-recently-tested {
    color: #000;
    background-color: #f0f0f0;
    padding: 0 50px;
}

.overview-recently-tested-placeholder-img {
    width: 100%;
}

.overview-recently-tested-info-container {
    margin-top: 31px;
}

.overview-recently-tested-btn-more-container {
    margin-bottom: 61px;
    text-align: center;
}

.overview-recently-tested-head {
    padding-bottom: 10px;
}

.overview-recently-tested-see-full-list a {
    text-transform: lowercase;
}

.overview-recently-tested-category-info {
    padding: 0 15px;
}

.overview-recently-tested-subhead p {
    font: inherit;
}

.overview-recently-tested .carousel-flex {
    margin: 38px 0 51px;
}

.overview-recently-tested .carousel-flex .carousel-pagination {
    padding: 0 15px 11px;
    text-transform: none;
    font-size: 12px;
    font-size: 1.2rem;
}

.overview-recently-tested .carousel-flex .carousel-slide-item {
    background-color: #fff;
    border: 1px solid #979797;
    padding: 28px 10px 20px;
    position: relative;
    display: block;
}

.overview-recently-tested .carousel-flex .carousel-slide-disable-transform {
    transform: none!important;
    transition-duration: 0s;
}

.overview-recently-tested .carousel-flex .item-content,
.overview-recently-tested .carousel-flex .item-content:hover,
.overview-recently-tested .carousel-flex .item-content:visited,
.overview-recently-tested .carousel-flex .item-content:active,
.overview-recently-tested .carousel-flex .item-content:focus {
    color: #000;
}

.overview-recently-tested .carousel-flex .item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.overview-recently-tested .carousel-slide-item-img {
    max-height: 167px;
}

.overview-recently-tested .carousel-flex .item-overall-score {
    color: #000;
    display: block;
    font-size: 34px;
    font-weight: bold;
    left: -3px;
    position: absolute;
    text-align: center;
    top: -16px;
    z-index: 3;
}

.overview-recently-tested .carousel-flex .item-overall-score p {
    font-size: 9px;
    padding: 1px 1px 0;
}

.overview-recently-tested .carousel-flex .item-overall-score-value {
    border-radius: 50%;
    color: #fff;
    font-family: 'Averta W01 Black';
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    width: 40px;
}

.overview-recently-tested .carousel-flex .item-overall-score-value.excellent {
    background-color: #00ae4d;
}
.overview-recently-tested .carousel-flex .item-overall-score-value.very-good {
    background-color: #bfd730;
}
.overview-recently-tested .carousel-flex .item-overall-score-value.good {
    background-color: #ffd500;
}
.overview-recently-tested .carousel-flex .item-overall-score-value.fair {
    background-color: #f8941d;
}
.overview-recently-tested .carousel-flex .item-overall-score-value.poor {
    background-color: #ed1d24;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock {
    background-color: #f0f0f0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock .crux-icons-lock-solid {
    color: #00ae4d;
    font-size: 20px;
    margin-top: 6px;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock:hover {
    background-color: #00ae4d;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock:hover .crux-icons-lock-solid {
    color: #fff;
}

.overview-recently-tested .carousel-flex .item-overall-score.lock:hover .crux-icons-lock-solid:before {
    content: "\4d";
}

.overview-recently-tested .carousel-flex .item-brand-name {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 17px;
}

.overview-recently-tested .btn-more.all {
    display: inline-block;
}

.subscriber .overview-recently-tested .carousel-slide-item {
    padding-bottom: 55px;
}

.subscriber .crux-icons-recommended span {
    display: inline-block;
    margin-left: 5px;
    padding-top: 2px;
    vertical-align: top;
}

.subscriber .overview-recently-tested .carousel-slide-item .item-content__description {
    position: static;
}

.subscriber .overview-recently-tested .carousel-slide-item .price-and-shop__model--ctn .crux-btn {
    position: absolute;
    bottom: 20px;
    height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif;
    z-index: 3;
}
@media (max-width: 767px) {
    .overview-recently-tested {
        background-color: #fff;
        padding: 0;
    }

    .overview-recently-tested-info-container {
        margin-top: 15px;
    }

    .overview-recently-tested-category-info {
        display: none;
    }

    .overview-recently-tested-btn-more-container {
        margin-bottom: 30px;
        text-align: center;
    }

    .overview-recently-tested-head {
        padding: 0 0 15px 15px;
    }

    .overview-recently-tested .carousel-flex {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #999;
        margin: 0;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-content {
        display: block;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item-hidden {
        display: none;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item {
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        margin: 0;
        padding: 19px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score {
        font-family: 'Averta W01 Light';
        font-size: 18px;
        line-height: 23px;
        top: -8px;
    }

    .overview-recently-tested .carousel-flex .item-brand-name {
        padding-top: 0;
    }

    .overview-recently-tested .carousel-slide-item-img {
        max-width: calc(100% - 10px);
        max-height: 83px;
    }

    .overview-recently-tested .btn-more.load {
        margin: 20px auto 0;
        padding: 0 35px;
        font-size: 18px;
    }

    .subscriber .overview-recently-tested .carousel-slide-item {
        padding-bottom: 19px;
    }

    .subscriber .overview-recently-tested .carousel-slide-item .price-and-shop__model--ctn .crux-btn {
        position: relative;
        bottom: inherit;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .overview-recently-tested .btn-more {
        margin-left: 15px;
    }
    .overview-recently-tested-btn-more-container {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .overview-recently-tested-info-container {
        margin-top: 15px;
    }

    .overview-recently-tested-btn-more-container {
        margin-bottom: 30px;
    }

    .overview-recently-tested-subhead,
    .overview-recently-tested-subhead p {
        font-size: 18px;
    }

    .overview-recently-tested .carousel-flex {
        margin: 20px 0;
    }

    .overview-recently-tested .carousel-flex .carousel-pagination {
        padding-bottom: 5px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score {
        font-family: 'Averta W01 Light';
        font-size: 18px;
        line-height: 23px;
    }

    .overview-recently-tested .carousel-flex .item-brand-name {
        padding-top: 10px;
    }

    .carousel-flex .carousel-control.left {
        left: 0;
    }

    .carousel-flex .carousel-control.right {
        right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .overview-recently-tested .carousel-flex {
        margin: 38px auto 51px;
        max-width: calc(1170px + 16%);
        padding: 0 8%;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock .crux-icons-lock-solid {
        margin-top: 13px;
        font-size: 30px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score {
        font-size: 30px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score-value {
        font-size: 30px;
        height: 70px;
        line-height: 70px;
        margin-top: 2px;
        width: 70px;
    }
}
@media (min-width: 1200px) {
    .overview-recently-tested .carousel-flex {
        margin: 15px auto 51px;
        max-width: calc(1170px + 16%);
        padding: 0 8%;
    }

    .overview-recently-tested .carousel-flex .item-overall-score {
        font-size: 34px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock .crux-icons-lock-solid {
        margin-top: 13px;
        font-size: 30px;
    }

    .overview-recently-tested .carousel-flex .item-overall-score-value {
        font-size: 30px;
        height: 70px;
        line-height: 70px;
        margin-top: 2px;
        width: 70px;
    }

}
@media only print {
    .overview-recently-tested {
        background: #fff;
        padding: 0;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item-hidden,
    .overview-recently-tested-category-info {
        display: block;
    }

    .overview-recently-tested .carousel-flex {
        border-bottom: 0;
        max-width: none;
        padding: 0;
    }

    .overview-recently-tested-category-info .crux-body-copy a:hover {
        border-color: #000;
        color: #000;
    }

    .overview-recently-tested .carousel-flex .carousel-slide {
        overflow: visible;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-content {
        display: block;
        overflow: visible;
        transform: none!important;
        transition-duration: 0s;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item {
        border: 0;
        float: left;
        margin: 5px;
        padding: 15px;
        page-break-inside: avoid;
        width: calc(25% - 40px);
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item:nth-child(4n + 5) {
        clear: left;
    }

    .overview-recently-tested .carousel-flex .item-overall-score.lock {
        display: none;
    }

    .overview-recently-tested .carousel-flex .img-responsive {
        page-break-inside: avoid;
    }

    .overview-recently-tested .carousel-flex .item-overall-score .item-overall-score-value {
        color: #000;
    }

    .overview-recently-tested .carousel-flex .carousel-slide-item > div {
        padding: 0;
        width: 100%;
    }

    .overview-recently-tested .carousel-flex .item-brand-name {
        padding: 15px 15px 0 0;
    }

}
@-webkit-keyframes adRendered {
    from {
        -webkit-opacity: 0.99;
    }
    to {
        -webkit-opacity: 1;
    }
}

@-moz-keyframes adRendered {
    from {
        -moz-opacity: 0.99;
    }
    to {
        -moz-opacity: 1;
    }
}

@keyframes adRendered {
    from {
        opacity: 0.99;
    }
    to {
        opacity: 1;
    }
}

.adSpace .dxTag > *,
.ad-space-article-cq-wrapper .dxTag > * {
    -webkit-animation-name: adRendered;
    -webkit-animation-duration: 0.001s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: adRendered;
    -moz-animation-duration: 0.001s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    animation-name: adRendered;
    animation-duration: 0.001s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.adSpace__adWrap {
    max-width: 1170px;
    margin: 0 auto 60px;
}

.adSpace__adWrap.full-width {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.crux-container .adSpace__adWrap.full-width,
.container .adSpace__adWrap.full-width {
    max-width: initial;
    margin-left: calc(-100vw / 2 + 1170px / 2);
    margin-right: calc(-100vw / 2 + 1170px / 2);
}

.cq-wcm-edit .container .adSpace,
.cq-wcm-edit .crux-container .adSpace {
    margin-left: calc(-100vw / 2 + 1200px / 2);
    margin-right: calc(-100vw / 2 + 1200px / 2);
}

.cq-wcm-edit .container .adSpace .full-width,
.cq-wcm-edit .crux-container .full-width {
    margin-left: 0;
    margin-right: 0;
}

.adWrap {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.full-width .adWrap {
    max-width: 100%;
    margin: 0;
}

.adWrap iframe {
    width: 100%;
}

.adWrap .dxTag img {
    width: 100%;
    height: auto;
}

.full-width .adWrap iframe,
.adWrap .dxTag img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.adSpace__adWrap--bordered {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


/* Overides needed to allow Ads with new UX Style to display same as old Ads, while allowing old Ads to display correctly. */
.adspace.adspace-cars {
    padding: 30px 16px;
}

.adspace__title {
	padding-bottom: 10px;
}

.adspace__sub-title {
	padding-bottom: 20px;
}

.adspace-btn-wrapper .crux-btn {
    margin-bottom: 5px;
}

@media only screen and (min-width: 1199px) {
    .adspace__sub-title {
        width: 700px;
    }
}
@media only screen and (max-width: 1199px) {
    .adSpace__adWrap {
        width: 750px;
    }

    .adSpace__adWrap.full-width {
        width: 100%;
    }

    .crux-container .adSpace__adWrap.full-width,
    .container .adSpace__adWrap.full-width {
        width: auto;
        margin-left: calc(-100vw / 2 + 738px / 2);
        margin-right: calc(-100vw / 2 + 738px / 2);
    }
}

@media only screen and (max-width: 767px) {
    .adSpace {
        width: auto;
    }

    .adSpace__adWrap {
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .adSpace__adWrap--bordered {
        margin-left: 5%;
        margin-right: 5%;
    }

    .adSpace__adWrap.full-width {
        margin-left: 0;
        margin-right: 0;
    }

    .crux-container .adSpace__adWrap.full-width,
    .container .adSpace__adWrap.full-width {
        margin-left: calc(-100vw / 2 + 50%);
        margin-right: calc(-100vw / 2 + 50%);
    }

    .adWrap {
        padding: 0;
    }
}
#global-footer {
    background-color: black;
}

.crux-container.global-footer-wrapper {
    color: #fff;
    padding: 60px 0;
}
.globalfooter-wrapper{
    font-size: 10px;
}

.global-footer-wrapper ul {
    list-style-type: none;
    margin: 0 0 60px;
    padding: 0;
}

.footer-linc-logo {
    margin-bottom: 35px;
}

.global-footer-col-name {
    margin-bottom: 15px;
    margin-top: 0;
}

.global-footer__link.crux-body-copy {
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 22px;
    color: white
}

.footer__buttons {
    padding-top: 5px;
}

.footer__buttons .crux-btn {
    display: block;
}

.footer__buttons a:focus {
    text-decoration: none;
}

.global-footer__bottom {
    border-top: 1px solid white;
    padding: 35px 0 0;
    margin: 0 15px;
    clear: both;
}

.footer-links {
    float: left;
}

.footer-links a.crux-body-copy {
    padding-right: 25px;
    font-size: 14px;
}

.global-footer__bottom span.footer__copyright {
    float: right;
    font-size: 14px;
}

.global-footer-social-wrapper {
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 1;
}

.global-footer-social-wrapper a {
    font-size: 0;
    display: inline-block;
}

.global-footer-social-wrapper a:before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 25px;
    height: 26px;
    font-family: 'crux-icons';
    font-size: 26px;
    color: white;
}

.global-footer-social-wrapper a:hover {
    text-decoration: none;
}

.global-footer-social-wrapper a:last-child:before {
    margin-right: 0;
}

.global-footer-social-wrapper a.facebook:before {
    content: "\75";
}
.global-footer-social-wrapper a.facebook:hover:before {
    color: #3b5098;
}

.global-footer-social-wrapper a.twitter:before {
    content: "\36";
}
.global-footer-social-wrapper a.twitter:hover:before {
    color: #078ed4;
}

.global-footer-social-wrapper a.youtube:before {
    content: "\26";
}
.global-footer-social-wrapper a.youtube:hover:before {
    color: #ff0000;
}

.global-footer-social-wrapper a.pinterest:before {
    content: "\53";
}
.global-footer-social-wrapper a.pinterest:hover:before {
    color: #bd081c;
}

.global-footer-social-wrapper a.instagram {
    font-size: 26px;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.global-footer-social-wrapper a.instagram:before {
    display: none;
}

.global-footer-social-wrapper a.instagram:hover #Fill-1 {
    fill: #417298;
}

#global-footer .crux-btn:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .footer__columns {
        columns: 227px 3;
    }

    .footer__columns .col-sm-4.col-md-4  {
        width: 100%;
        -webkit-column-break-inside: avoid;
    }

    .footer__join,
    .footer__donate {
        width: 159px;
    }

    .global-footer-social-wrapper a:before {
        margin-right: 20px;
    }

    .global-footer-social-wrapper a.instagram {
        margin-right: 20px;
    }

    .global-footer__bottom {
        margin-top: 60px;
    }

    .footer__columns .col-xs-12:nth-child(4) ul {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .footer__columns {
        columns: 1;
    }

    .crux-container.global-footer-wrapper {
        padding: 30px 15px;
    }

    .footer-linc-logo {
        text-align: center;
        margin-bottom: 30px;
    }

    .global-footer__link.crux-body-copy {
        margin-bottom: 0;
        line-height: 24px;
        font-size: 18px;
    }

    .global-footer-col {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: solid 1px #505050;
    }

    .global-footer-col ul {
        margin-bottom: 0;
        padding-bottom: 13px;
        display: none;
    }

    .footer__buttons {
        padding-top: 25px;
    }

    .footer__join,
    .footer__donate {
        width: 159px;
        margin: 0 auto 32px;
    }

    .global-footer-social-wrapper {
        margin: 0;
        text-align: center;
        width: auto;
    }

    .global-footer-social-wrapper a:before,
    .global-footer-social-wrapper a:last-child {
        margin: 0;
    }

    .global-footer-social-wrapper a {
        margin-right: 20px;
    }

    .global-footer__bottom {
        border-top: 0;
        padding-top: 20px;
        margin-top: 0;
    }

    .footer-links {
        text-align: center;
        float: none;
        padding-bottom: 5px;
    }

    .footer-links a.crux-body-copy {
        font-size: 12px;
        margin-right: 5px;
        display: inline-block;
        padding-right: 0;
    }

    .footer-links a.crux-body-copy:after {
        content: "|";
        display: inline-block;
        padding-left: 10px;
        font-size: 14px;
    }

    .footer-links a.crux-body-copy:last-child:after {
        display: none;
    }

    .global-footer__bottom span.footer__copyright {
        text-align: center;
        float: none;
        display: block;
        font-size: 12px;
    }

    .global-footer-col-name {
        position: relative;
        margin-bottom: 5px;
    }

    .global-footer-col-name:after {
        position: absolute;
        font-family: "crux-icons";
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        content: "\69";
        font-size: 16px;
        right: 0;
        top: 5px;
    }

    .global-footer-col-name--top:after {
        content: "\b5";
    }
}


body, header, .container {
    min-width: initial;
}

div.text-container p {
    margin-bottom: 25px;
}

@media (max-width: 1255px) and (min-width: 1200px){
    .container.content{
        padding-left: 50px;
    }
}

@media (max-width: 1199px) {
    .roundup .newsletter-sign-up {
        margin-top: 0;
    }
}

@media (max-width: 1047px) and (min-width: 992px){
    .container.content{
        padding-left: 50px;
    }
}

@media (max-width: 850px) and (min-width: 768px){
    .container.content{
        padding-left: 50px;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 1199px) and (min-width: 768px) {
    .crux-offset--left,
    .crux-offset--right {
        padding-right: 30px;
        padding-left: 30px;
    }
}

