.sections-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
/*.tout {


    @media screen and (min-width: 1024px) {

    	background: @gray-light;
        .transition(all .5s);

        h3, h4 {
			color: #000;
            .transition(color .5s);
        }

        a {
			color: rgba(0,0,0,0);
            display: none;
            .transition(color .5s);
        }

        .tout-icon {
			position: absolute;
            right: 30px;
            top: 30px;
        }

        .iw {
			.tout-icon {
				.iw-tout-icon();
            }
        }

        .mwr {
			.tout-icon {
				.mwr-tout-icon();
            }
        }

        .cwl {
			.tout-icon {
				.cwl-tout-icon();
            }
        }

        .xp {
			.tout-icon {
				.xp-tout-icon();
            }
        }

        .bo3 {
			.tout-icon {
				.bo3-tout-icon();
            }
        }

        .bo2 {
			.tout-icon {
				.bo2-tout-icon();
            }
        }

        .bo {
			.tout-icon {
				.bo-tout-icon();
            }
        }

        .aw {
			.tout-icon {
				.aw-tout-icon();
            }
        }

        .ghosts {
			.tout-icon {
				.ghosts-tout-icon();
            }
        }

        .mw3 {
			.tout-icon {
				.mw3-tout-icon();
            }
        }

        .blog {
			.tout-icon {
				.blog-tout-icon();
            }
        }
        .social {
			.tout-icon {
				.social-tout-icon();
            }
        }
        .link {
			.tout-icon {
				.link-tout-icon();
            }
        }
        .alert {
			.tout-icon {
				.alert-tout-icon();
            }
        }

		&.active,
        &:hover {

            background: #000;

            .iw {
                h3, h4, a:hover {
                    color: @yellow;
                }
                .tout-icon { .iw-tout-icon-hover() }

                .s-news-inner:before { background: @yellow; }
            }

            .mwr {
                h3, h4, a:hover {
                    color: @green;
                }
                .tout-icon { .mwr-tout-icon-hover() }

                .s-news-inner:before { background: @green; }
            }
        
            .cwl {
                h3, h4, a:hover {
                    color: @gray-light;
                }
                .tout-icon { .cwl-tout-icon-hover() }

                .s-news-inner:before { background: @gray-light; }
            }

            .xp {
                h3, h4, a:hover {
                    color: @tan;
                }
                .tout-icon { .xp-tout-icon-hover() }

                .s-news-inner:before { background: @tan; }
            }
        
            .bo3 {
                h3, h4, a:hover {
                    color: @orange;
                }
                .tout-icon { .bo3-tout-icon-hover() }

                .s-news-inner:before { background: @orange; }
            }
        
            .aw {
                h3, h4, a:hover {
                    color: @gold;
                }
                .tout-icon { .aw-tout-icon-hover() }

                .s-news-inner:before { background: @gold; }
            }

			.ghosts {
                h3, h4, a:hover {
                    color: @gray-blue;
                }
                .tout-icon { .ghosts-tout-icon-hover() }

                .s-news-inner:before { background: @gray-blue; }
            }

            .bo2 {
                h3, h4, a:hover {
                    color: @orange;
                }
                .tout-icon { .bo2-tout-icon-hover() }

                .s-news-inner:before { background: @orange; }
            }

            .bo {
                h3, h4, a:hover {
                    color: @gray-light;
                }
                .tout-icon { .bo-tout-icon-hover() }

                .s-news-inner:before { background: @gray-light; }
            }

            .mw3 {
                h3, h4, a:hover {
                    color: @green;
                }
                .tout-icon { .mw3-tout-icon-hover() }

                .s-news-inner:before { background: @green; }
            }

            .blog,
            .social,
            .alert,
            .link {
                h3, h4, a:hover {
                    color: #FFF;
                }

                .s-news-inner:before { background: #FFF; }
            }

            .blog {
                .tout-icon { .blog-tout-icon-hover() }
            }

            .social {
                .tout-icon { .social-tout-icon-hover() }
            }

            .alert {
                .tout-icon { .alert-tout-icon-hover() }
            }

            .link {
                .tout-icon { .link-tout-icon-hover() }
            }
        }

        &.active {
            a { color: #FFF; display: block; }
        }
    }

    @media screen and (max-width: 1023px) {

        .tout-content {
        	background: #000;
        }

        .tout-icon {
			position: absolute;
            right: 30px;
            top: 30px;
        }

        .iw {
			.tout-icon {
				.iw-tout-icon-hover()
            }
        }

        .mwr {
			.tout-icon {
				.mwr-tout-icon-hover();
            }
        }

        .cwl {
			.tout-icon {
				.cwl-tout-icon-hover();
            }
        }

        .xp {
			.tout-icon {
				.xp-tout-icon-hover();
            }
        }

        .bo3 {
			.tout-icon {
				.bo3-tout-icon-hover();
            }
        }

        .aw {
			.tout-icon {
				.aw-tout-icon-hover();
            }
        }

        .bo2 {
			.tout-icon {
				.bo2-tout-icon-hover();
            }
        }

        .bo {
			.tout-icon {
				.bo-tout-icon-hover();
            }
        }

        .ghosts {
			.tout-icon {
				.ghosts-tout-icon-hover();
            }
        }

        .mw3 {
			.tout-icon {
				.mw3-tout-icon-hover();
            }
        }

        .blog {
			.tout-icon {
				.blog-tout-icon-hover();
            }
        }
        .social {
			.tout-icon {
				.social-tout-icon-hover();
            }
        }
        .link {
			.tout-icon {
				.link-tout-icon-hover();
            }
        }
        .alert {
			.tout-icon {
				.alert-tout-icon-hover();
            }
        }
        
        .iw {
            h3, h4, a:hover {
                color: @yellow;
            }
        }

        .mwr {
            h3, h4, a:hover {
                color: @green;
            }
        }
        
        .cwl {
            h3, h4, a:hover {
                color: @gray;
            }
        }
        
        .xp {
            h3, h4, a:hover {
                color: @tan;
            }
        }
        
        .bo3 {
            h3, h4, a:hover {
                color: @orange;
            }
        }
        
        .aw {
            h3, h4, a:hover {
                color: @gold;
            }
        }

        .bo2 {
            h3, h4, a:hover {
                color: @orange;
            }
        }
        
        .bo {
            h3, h4, a:hover {
                color: @gray-light;
            }
        }
        
        .ghosts {
            h3, h4, a:hover {
                color: @white;
            }
        }
        
        .mw3 {
            h3, h4, a:hover {
                color: @green;
            }
        }
        
        .blog,
        .social,
        .alert,
        .link {
            h3, h4, a:hover {
                color: #FFF;
            }
        }


    }

}

.large-tout {

    @media screen and (min-width: 1024px) {

        .news-top-content > .tout-icon {
			position: absolute;
            right: 30px;
            top: 30px;
        }    

        .news-middle-title .tout-icon { display: none; }

		.iw {
            h3, h4 {
				color: @yellow;
            }
            h3 {
				.tout-font-bold();
            }
            .tout-icon { .iw-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@yellow);
            }

            .news-blurb a {
				color: @yellow;
            }
        }

        .mwr {
			h3, h4 {
				color: @green;
            }
            .tout-icon { .mwr-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@green);
            }

            .news-blurb a {
				color: @green;
            }
        }

        .cwl {
    		h3, h4 {
				color: @gray-light;
            }
            .tout-icon { .cwl-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@gray-light);
            }

            .news-blurb a {
				color: @gray-light;
            }
        }
    
        .xp {
    		h3, h4 {
				color: @tan;
            }
            .tout-icon { .xp-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@tan);
            }
            .news-blurb a {
				color: @tan;
            }
        }
    
        .bo3 {
    		h3, h4 {
				color: @orange;
            }
            .tout-icon { .bo3-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@orange);
            }

            .news-blurb a {
				color: @orange;
            }
        }
    
        .aw {
    		h3, h4 {
				color: @gold;
            }
            .tout-icon { .aw-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@gold);
            }
            .news-blurb a {
				color: @gold;
            }
        }

        .ghosts {
    		h3, h4 {
				color: @gray-blue;
            }
            .tout-icon { .ghosts-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@gray-blue);
            }

            .news-blurb a {
				color: @white;
            }
        }
    
        .bo2 {
    		h3, h4 {
				color: @orange;
            }
            .tout-icon { .bo2-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@orange);
            }
            .news-blurb a {
				color: @orange;
            }
        }
    
        .bo {
    		h3, h4 {
				color: @gray-light;
            }
            .tout-icon { .bo-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@gray-light);
            }

            .news-blurb a {
				color: @gray-light;
            }
        }
    
        .mw3 {
    		h3, h4 {
				color: @green;
            }
            .tout-icon { .mw3-tout-icon-hover() }
            .cta-link a {
				.hub-news-tout-cta(@green);
            }
            .news-blurb a {
				color: @green;
            }
        }
    
        .blog,
        .social,
        .alert,
        .link {
    		h3, h4 {
				color: #FFF;
            }
            .cta-link a {
				.hub-news-tout-cta(#000);
                color: #FFF;

                &:hover {
                    color: #000;
                    background: @gray-light;
                }
            }

            .news-blurb a {
				color: #FFF;
            }
        }

        .blog {
			.tout-icon { .blog-tout-icon-hover(); }
        }

        .social {
			.tout-icon { .social-tout-icon-hover(); }
        }

        .alert {
			.tout-icon { .alert-tout-icon-hover(); }
        }

        .link {
			.tout-icon { .link-tout-icon-hover(); }
        }

    }

    @media screen and (max-width: 1023px) {

		h3, h4 {
			color: #000;
        }

        .news-top-content > .tout-icon { display: none; }

        .news-middle-title .tout-icon {
			position: absolute;
            right: 30px;
            top: 30px;
            display: block;
        }

        .iw {
            .tout-icon { .iw-tout-icon(); }
        }

        .mwr {
            .tout-icon { .mwr-tout-icon(); }
        }

        .cwl {
            .tout-icon { .cwl-tout-icon-hover(); }
        }
    
        .xp {
            .tout-icon { .xp-tout-icon(); }
        }
    
        .bo3 {
            .tout-icon { .bo3-tout-icon(); }
        }
    
        .aw {
            .tout-icon { .aw-tout-icon(); }
        }

        .bo2 {
            .tout-icon { .bo2-tout-icon(); }
        }
    
        .bo {
            .tout-icon { .bo-tout-icon(); }
        }

        .ghosts {
            .tout-icon { .ghosts-tout-icon(); }
        }
    
        .mw3 {
            .tout-icon { .mw3-tout-icon(); }
        }

        .blog {
			.tout-icon { .blog-tout-icon(); }
        }

        .social {
			.tout-icon { .social-tout-icon(); }
        }

        .alert {
			.tout-icon { .alert-tout-icon(); }
        }

        .link {
			.tout-icon { .link-tout-icon(); }
        }

		&.active {

            .iw {
                h3, h4, .news-blurb a {
                    color: @yellow;
                }
                .tout-icon { .iw-tout-icon-hover(); }
            }
    
            .mwr {
                h3, h4, .news-blurb a {
                    color: @green;
                }
                .tout-icon { .mwr-tout-icon-hover(); }
            }
        
            .cwl {
                h3, h4, .news-blurb a {
                    color: @gray-light;
                }
                .tout-icon { .cwl-tout-icon-hover(); }
            }
        
            .xp {
                h3, h4, .news-blurb a {
                    color: @tan;
                }
                .tout-icon { .xp-tout-icon-hover(); }
            }
        
            .bo3 {
                h3, h4, .news-blurb a {
                    color: @orange;
                } 
                .tout-icon { .bo3-tout-icon-hover(); }
            }
        
            .aw {
                h3, h4, .news-blurb a {
                    color: @gold;
                }
                .tout-icon { .aw-tout-icon-hover(); }
            }

            .ghosts {
                h3, h4, .news-blurb a {
                    color: @gray-blue;
                }
                .tout-icon { .ghosts-tout-icon-hover(); }
            }
        
            .mw3 {
                h3, h4, .news-blurb a {
                    color: @green;
                }
                .tout-icon { .mw3-tout-icon-hover(); }
            }

            .bo2 {
                h3, h4, .news-blurb a {
                    color: @orange;
                } 
                .tout-icon { .bo2-tout-icon-hover(); }
            }
        
            .bo {
                h3, h4, .news-blurb a {
                    color: @gray-light;
                }
                .tout-icon { .bo-tout-icon-hover(); }
            }

            .blog {
				.tout-icon { .blog-tout-icon-hover(); }
            }

            .social {
				.tout-icon { .social-tout-icon-hover(); }
            }

            .alert {
				.tout-icon { .alert-tout-icon-hover(); }
            }

            .link {
				.tout-icon { .link-tout-icon-hover(); }
            }
        
            .blog,
            .social,
            .alert,
            .link {
                h3, h4, .news-blurb a {
                    color: #FFF;
                }
            }

        }

    }



}*/

.hero-container .tout-invisible {
  display: none;
}
.hero-container .tout-visible .tout-inner.targeted {
  display: block;
}
.hero-container .hero-section {
  width: 100%;
}
.hero-container .confirmation-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.hero-container .confirmation-modal .confirmation-inner {
  width: 100%;
  max-width: 640px;
  padding: 30px;
  background: #e3e3e3;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-container .confirmation-modal .confirmation-inner p {
  color: #000;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .hero-container .confirmation-modal .confirmation-inner p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .confirmation-modal .confirmation-inner p {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .confirmation-modal .confirmation-inner .confirmation-ok {
  color: #000;
  background: #ffff03;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 25px;
  font-size: 25px;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .hero-container .confirmation-modal .confirmation-inner .confirmation-ok {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .confirmation-modal .confirmation-inner .confirmation-ok {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .confirmation-modal .confirmation-inner .confirmation-ok:hover {
  color: #ffff03;
  background: #000;
  border: 1px solid transparent;
}
.hero-container .section-inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  height: 75vh;
  max-height: 750px;
  min-height: 720px;
}
.hero-container .hero-images-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  height: 75vh;
  max-height: 750px;
  min-height: 720px;
}
.hero-container .hero-images-container .tt-burst {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.hero-container .hero-images-container .tt-burst img {
  max-width: 80%;
}
.hero-container .hero-images-container .hero-images {
  width: 100%;
  height: 100%;
  position: relative;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.hero-container .hero-images-container .hero-img-group {
  width: 100%;
  height: 100%;
  position: relative;
  /*&:nth-of-type(1) .hero-image {
				position: relative;

                .hero-slide-burst {
                    position: absolute;
                    left: 20px;
                    bottom: 20px;
                    width: auto;
                    height: auto;
                    top: auto;
                } 

                @media screen and (max-width: 1023px) {
					.hero-slide-burst {
						display: none;
                    }
                }
            }*/
  /*&:nth-of-type(2) .hero-image {
				position: relative;

                &:before {
					content: "";
                    .size(300px, 147px);
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    background: url(../../../../../../../content/dam/atvi/callofduty/hub/main-hub/iw-hub/hero/sp-hub-hero-bonus-burst.png) top left no-repeat;
                    background-size: contain;
                }
            }*/
  /*&:nth-of-type(3) .hero-image {
				position: relative;

                &:before {
					content: "";
                    .size(330px, 98px);
                    position: absolute;
                    bottom: 70px;
                    left: 20px;
                    background: url(../../../../../../../content/dam/atvi/callofduty/hub/main-hub/iw-hub/hero/Desktop_MWR_Logo.png) top left no-repeat;
                    background-size: contain;
                }
            }*/
}
.hero-container .hero-images-container .hero-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-container .hero-images-container .hero-image a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-container .hero-images-container .hero-image.geo {
  display: none;
}
.hero-container .hero-touts-container {
  width: 48.828%;
  height: 100%;
  position: relative;
  float: right;
}
.hero-container .hero-touts-container .hero-touts {
  width: 100%;
  height: 90%;
  min-width: 610px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
}
.hero-container .hero-touts-container .hero-touts .tout {
  width: 50%;
  position: relative;
  height: 30%;
  margin: 1.5% 0;
  float: right;
  clear: right;
  padding: 30px 80px 30px 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hero-container .hero-touts-container .hero-touts .tout.active {
  width: 100%;
  height: 35%;
}
.hero-container .hero-touts-container .hero-touts .tout.active .tout-content h3 {
  font-size: 27px;
}
.hero-container .hero-touts-container .hero-touts .tout.active .tout-content .hero-tout-description {
  display: block;
}
.hero-container .hero-touts-container .hero-touts .tout .tout-group.geo .geo-tout {
  display: none;
}
.hero-container .hero-touts-container .hero-touts .tout-content h3,
.hero-container .hero-touts-container .hero-touts .tout-content h4 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-touts-container .hero-touts .tout-content h3,
  .hero-container .hero-touts-container .hero-touts .tout-content h4 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-touts-container .hero-touts .tout-content h3,
  .hero-container .hero-touts-container .hero-touts .tout-content h4 {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .hero-touts-container .hero-touts .tout-content h3 {
  font-size: 23px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hero-container .hero-touts-container .hero-touts .tout-content .hero-tout-description {
  display: none;
}
.hero-container .hero-touts-container .hero-touts .tout-content .hero-tout-description p {
  color: #FFF;
}
.hero-container .hero-touts-container .hero-touts .tout-content .tout-cta {
  position: absolute;
  bottom: 30px;
}
.hero-container .hero-touts-container .hero-touts .tout-content a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-touts-container .hero-touts .tout-content a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-touts-container .hero-touts .tout-content a {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .hero-touts-container .hero-touts .tout-content.iw .tout-cta a {
  color: #000;
  background: #ffff03;
  text-decoration: none;
  padding: 5px;
}
.hero-container .hero-touts-container .hero-touts .tout-content.bo3 .tout-cta a {
  color: #000;
  background: #ff6600;
  text-decoration: none;
  padding: 5px;
}
.hero-container .hero-touts-container .hero-touts .tout-content.mwr .tout-cta a {
  color: #000;
  background: #99cc00;
  text-decoration: none;
  padding: 5px;
}
.hero-container .hero-section.desktop.geo-test .hero-images-container .hero-img-group.geo .hero-image {
  display: none;
}
.hero-container .hero-section.desktop.geo-test .hero-images-container .hero-img-group.geo .hero-image.geo {
  display: block;
}
.hero-container .hero-section.desktop.geo-test .hero-touts-container .hero-touts .tout .tout-group.geo .tout-inner {
  display: none;
}
.hero-container .hero-section.desktop.geo-test .hero-touts-container .hero-touts .tout .tout-group.geo .tout-inner.geo-tout,
.hero-container .hero-section.desktop.geo-test .hero-touts-container .hero-touts .tout .tout-group.geo .tout-invisible {
  display: block;
}
.hero-container .hero-section.mobile .m-tout-img {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
  min-height: 250px;
}
.hero-container .hero-section.mobile .m-tout-img .countdown-section {
  top: 38%;
}
.hero-container .hero-section.mobile .m-tout-img .countdown-section .segment .label-wrapper {
  font-size: 7px;
}
.hero-container .hero-section.mobile .m-tout-container:nth-of-type(3) {
  position: relative;
  /*&:before {
				content: "";
                .size(458px, 80px);
                position: absolute;
                top: 10px;
                left: 0px;
                background: url(../../../../../../../content/dam/atvi/callofduty/hub/main-hub/iw-hub/hero/sp-hub-hero-bonus-burst.png) top left no-repeat;
                background-size: contain;
                z-index: 10;
            }*/
}
.hero-container .hero-section.mobile .tout-group.geo .tout-inner.geo-tout {
  display: none;
}
.hero-container .hero-section.mobile .tout-content {
  width: 95%;
  margin: -44px auto 2.5%;
  padding: 30px;
  position: relative;
}
.hero-container .hero-section.mobile .tout-content h3,
.hero-container .hero-section.mobile .tout-content h4 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-section.mobile .tout-content h3,
  .hero-container .hero-section.mobile .tout-content h4 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-section.mobile .tout-content h3,
  .hero-container .hero-section.mobile .tout-content h4 {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .hero-section.mobile .tout-content h3 {
  font-size: 23px;
  margin-bottom: 15px;
}
.hero-container .hero-section.mobile .tout-content .hero-tout-description {
  margin-bottom: 15px;
}
.hero-container .hero-section.mobile .tout-content .hero-tout-description p {
  color: #FFF;
}
.hero-container .hero-section.mobile .tout-content a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size: 14px;
  color: #e3e3e3;
  text-decoration: underline;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .hero-container .hero-section.mobile .tout-content a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-container .hero-section.mobile .tout-content a {
    text-rendering: optimizeLegibility;
  }
}
.hero-container .hero-section.mobile.geo-test .tout-group.geo .tout-inner {
  display: none;
}
.hero-container .hero-section.mobile.geo-test .tout-group.geo .tout-inner.geo-tout {
  display: block;
}
@media screen and (max-width: 1023px) {
  .hero-container .hero-section.mobile .m-tout-img .countdown-wrapper.live {
    bottom: 17%;
  }
  .hero-container .hero-section.mobile .m-tout-img .countdown-wrapper.live .cd-live h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .hero-container .hero-section.mobile .m-tout-img .segment .value {
    font-size: 2rem;
  }
  .hero-container .hero-section.mobile .m-tout-img .segment:not(:last-of-type):after {
    font-size: 2rem;
  }
  .hero-container .hero-section.mobile .m-tout-img .countdown-wrapper {
    max-width: 250px;
    /*&.live {

                    bottom: 15%;

					h2 {
						font-size: 2rem;
                    }
                }*/
  }
  .hero-container .confirmation-modal .confirmation-inner p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hero-container .confirmation-modal .confirmation-inner .confirmation-ok {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container .hero-section.mobile .m-tout-img .segment .value {
    font-size: 1.5rem;
  }
  .hero-container .hero-section.mobile .m-tout-img .segment:not(:last-of-type):after {
    font-size: 1.5rem;
  }
  .hero-container .hero-section.mobile .m-tout-img .countdown-wrapper {
    max-width: 200px;
  }
  .hero-container .hero-section.mobile .m-tout-img .countdown-wrapper.live .cd-live h2 {
    font-size: 18px;
  }
  .hero-container .hero-section.mobile .m-tout-img .segment .label-wrapper {
    font-size: 5px;
  }
}
@media screen and (max-width: 400px) {
  .hero-container .hero-section.mobile .m-tout-img .countdown-section {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hero-container .desktop {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .hero-container .desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hero-container .mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hero-container .mobile {
    display: block;
  }
}
body > .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 900;
}
body > .overlay img {
  max-width: 100%;
}
body > .overlay .inner {
  width: 100%;
  max-width: 1280px;
  position: absolute;
  top: 140px;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body > .overlay .close {
  width: 45px;
  height: 40px;
  cursor: pointer;
  top: -42px;
  right: -10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body > .overlay .close:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #ffff03;
}
body > .overlay .overlay-content {
  height: 0;
  padding-bottom: 56.25%;
}
body > .overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024) {
  body > .overlay .inner {
    width: 90%;
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /etc/designs/atvi/callofduty/hub/main-hub/iw-clientlibs/iw-hub-home/css/iw-hub-news.less
Error: NameError: .play-btn is undefined in /etc/designs/atvi/callofduty/hub/main-hub/iw-clientlibs/iw-hub-home/css/iw-hub-news.less on line 66, column 21:
65 
66                     .play-btn();
67                 }


(uncompiled LESS src is included below)
*****************************************************/

//  HOME NEWS


	//  imports
	@import "../../common/css/hub-utils.less";

.news-container {

    .outer-container();

	&:after {
		.clearfix();
    }

    //stackla container 
    .stackla-container {

		float: right;
        width: 27%;

    }

    //news-tout container 

    .news-touts-container {

        float: left;
        width: 70%;

        .news-touts-inner:after {
			.clearfix();
        }

        .home-tout {

            width: 48%;
            margin-right: 4%;
            float: left;
            margin-bottom: 25px;

            &:nth-child(odd) {
				margin-right: 0;
            }

            &:first-of-type {
				width: 100%;
                margin-right: 0;

                .tout-info {
					padding-bottom: 50px;
                }
            }

            .tout-media {
                
                .tout-thumbnail {
                    position: relative;
                    height: 0;
                    padding-bottom: 56.25%;

                    a {
                    	.fill-parent();
                    }

                    .play-btn();
                }
                
            }
            
            .tout-info {
                padding: 20px;
                position: relative;

                .tout-borders();
            }
            
            &.wwii 	 { .tout-info { border-top: 4px solid @brown; } }
            &.iw 	 { .tout-info { border-top: 4px solid @yellow; } }
            &.mwr 	 { .tout-info { border-top: 4px solid @green; } }
            &.bo3 	 { .tout-info { border-top: 4px solid @orange; } }
            &.aw 	 { .tout-info { border-top: 4px solid @gold; } }
            &.ghosts { .tout-info { border-top: 4px solid @gray-blue; } }
            &.ghosts { .tout-info { border-top: 4px solid #FFF; } }

            .tout-cta {
                position: absolute;
                bottom: 0;
                left: 20px;
            }
            
        }

    }

    .news-load-more {

		margin-top: 15px;

        a {
			.cta-button(#000, #FFF, #FFF, #000, transparent, #000);
            width: 100%;

        }

    }

    //@import "snippets/iw-hub-home-touts.less";

    @media screen and (min-width: 1024px) {
        .desktop { display: block; }
        .mobile  { display: none; }
    }

    @media screen and (max-width: 1023px) {
		.desktop { display: none; }
        .mobile  { display: block; }

        .news-touts-container, .stackla-container {
			width: 100%;
            float: none;
            margin-top: 15px;
        }

        .news-touts-container {

			.home-tout, .home-tout:nth-child(odd) {
				width: 100%;
                float: none;
                margin-top: 15px;
                margin-right: 0;
            }

            .home-tout .tout-cta {
				position: relative;
                left: 0;
            }

        }
    }

}

