/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }

}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to <a> or <button> tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to <a> or <button> tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to <a> or <button> tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to <a> or <button> tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to <a> or <button> tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to <a> or <button> tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &:hover {

        &:before{ opacity: 0; }
    }

}*/
body {
  background: #000;
}
body .root.responsivegrid {
  overflow: visible !important;
}
#legendary-sweeps-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  overflow: visible !important;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  #legendary-sweeps-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #legendary-sweeps-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media (max-width: 600px) {
  #legendary-sweeps-container {
    padding-top: 100px;
  }
}
#legendary-sweeps-container .atvi-column-inner-container .column-child-1 {
  width: 65%;
  flex-basis: unset;
  flex-grow: unset;
}
#legendary-sweeps-container .atvi-column-inner-container .column-child-2 {
  width: 30%;
  flex-basis: unset;
  flex-grow: unset;
  overflow: visible;
  z-index: 10;
}
#legendary-sweeps-container .atvi-column-inner-container .column-child-2 .atvi-column-child-content {
  position: sticky !important;
  top: 80px;
}
#legendary-sweeps-container h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #FFF;
}
@media (max-width: 600px) {
  #legendary-sweeps-container h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }
}
#legendary-sweeps-container h1 sup {
  vertical-align: top;
  font-size: .3em;
  line-height: 1.55;
}
#legendary-sweeps-container h2,
#legendary-sweeps-container h3,
#legendary-sweeps-container h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #FFF;
}
@media (max-width: 600px) {
  #legendary-sweeps-container h2,
  #legendary-sweeps-container h3,
  #legendary-sweeps-container h4 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
#legendary-sweeps-container p,
#legendary-sweeps-container li {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #bbbbbb;
  margin-bottom: 15px;
}
#legendary-sweeps-container b {
  font-weight: bold;
}
#legendary-sweeps-container a {
  color: #ffffff;
  text-decoration: underline;
}
#legendary-sweeps-container a:hover {
  text-decoration: none;
}
#legendary-sweeps-container i {
  font-style: italic;
}
#legendary-sweeps-container ul,
#legendary-sweeps-container ol {
  margin-left: 18px;
  margin-bottom: 15px;
}
#legendary-sweeps-container ul {
  list-style: disc;
}
#legendary-sweeps-container ol {
  list-style: auto;
}
#legendary-sweeps-container #legal-qr {
  background: #000;
  border: 1px solid #606971;
  padding: 30px 20%;
}
@media screen and (max-width: 768px) {
  #legendary-sweeps-container #legal-qr {
    display: none;
  }
}
#legendary-sweeps-container #legal-qr .atvi-card-text {
  padding: 10px 0;
}
#legendary-sweeps-container #legal-qr .atvi-card-text p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  text-align: center;
  margin-bottom: 0;
}
#legendary-sweeps-container #legal-qr .atvi-card-ctas ul {
  list-style: none;
  margin: 0;
}
#legendary-sweeps-container #legal-qr .atvi-card-ctas li {
  margin: 0;
}
#legendary-sweeps-container #legal-qr .atvi-card-ctas a {
  max-width: 200px;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: none;
  color: #000;
  background-color: #ffe700;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #ffe700;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  max-width: unset;
  width: 100%;
  display: block;
  text-align: center;
}
#legendary-sweeps-container #mobile-float-cta {
  display: none;
}
@media screen and (max-width: 768px) {
  #legendary-sweeps-container #mobile-float-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
#legendary-sweeps-container #mobile-float-cta ul {
  list-style: none;
  margin: 0;
}
#legendary-sweeps-container #mobile-float-cta li {
  margin: 0;
}
#legendary-sweeps-container #mobile-float-cta a {
  max-width: 200px;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: none;
  color: #000;
  background-color: #ffe700;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #ffe700;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  max-width: unset;
}
