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

}*/
html.aem-AuthorLayer-Edit .codm-cc-body-container,
html.aem-AuthorLayer-initial .codm-cc-body-container {
  min-height: unset;
}
html,
body {
  height: 100%;
}
html {
  background-color: black;
  color: white;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body .footer-locale-selector {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
  }
}
.codm-cc-body-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 213px);
  margin-top: 180px;
  padding-inline: 15px;
}
@media only screen and (max-width: 1200px) {
  .codm-cc-body-container {
    min-height: calc(100vh - 264px);
  }
}
@media only screen and (max-width: 1100px) {
  .codm-cc-body-container {
    margin-top: 100px;
  }
}
.codm-cc-body-container img,
.codm-cc-body-container picture,
.codm-cc-body-container video,
.codm-cc-body-container canvas,
.codm-cc-body-container svg {
  display: block;
  max-width: 100%;
}
.codm-cc-body-container input,
.codm-cc-body-container button,
.codm-cc-body-container textarea,
.codm-cc-body-container select {
  font: inherit;
}
.codm-cc-body-container p,
.codm-cc-body-container h1,
.codm-cc-body-container h2,
.codm-cc-body-container h3,
.codm-cc-body-container h4,
.codm-cc-body-container h5,
.codm-cc-body-container h6 {
  overflow-wrap: break-word;
}
.codm-cc-body-container p + p,
.codm-cc-body-container ul + p {
  margin-top: 10px;
}
.codm-cc-body-container h1 {
  font-size: 55px;
}
.codm-cc-body-container h2 {
  font-size: 30px;
  text-align: center;
}
.codm-cc-body-container h3 {
  font-style: italic;
  font-size: 20px;
}
.codm-cc-body-container h1,
.codm-cc-body-container h2,
.codm-cc-body-container h3 {
  color: #ffff03;
}
.codm-cc-body-container h2,
.codm-cc-body-container h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}
.codm-cc-body-container a {
  color: #96c8ff;
  text-decoration: underline;
}
.codm-cc-body-container ol,
.codm-cc-body-container ul {
  list-style: initial;
  padding: revert;
}
.codm-cc-body-container ul ul,
.codm-cc-body-container ol ul {
  list-style-type: circle;
}
.codm-cc-body-container ol ol ul,
.codm-cc-body-container ol ul ul,
.codm-cc-body-container ul ol ul,
.codm-cc-body-container ul ul ul {
  list-style-type: square;
}
.codm-cc-body-container .text-center {
  text-align: center;
}
.codm-cc-main-container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}
