/*.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,
html {
  height: 100%;
}
body {
  background-color: black;
  color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.codm-esports-body-container {
  margin-top: 130px;
  margin-bottom: 100px;
  /*p, h1, h2, h3, h4, h5, h6 {
    	overflow-wrap: break-word;
    }

    h1, h2, h3 {
        margin-top: @secSpacerY;
        margin-bottom: @secSpacerY/2;
        text-shadow: 1px 1px 1px black;
    }

    h1, h2 {
        .header-font();
        color: #FFE93C;
        letter-spacing: 1;
        text-transform: uppercase;
    }

    h2, h3 {
		margin-bottom: 15px;
        line-height: 1.5;
    }

    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        .opensans-bold();
    	font-size: 20px;
		font-style: italic;
    }

	p {
        text-align:center;
		.body-sans();
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.5;
    }*/
}
.codm-esports-body-container a {
  color: #96c8ff;
  text-decoration: underline;
}
.codm-esports-body-container ul {
  margin-left: 20px;
  list-style: disc;
}
.codm-esports-body-container li {
  /*.body-sans();
        line-height: 1.5;*/
  margin-bottom: 15px;
}
.codm-esports-body-container img,
.codm-esports-body-container picture,
.codm-esports-body-container video,
.codm-esports-body-container canvas,
.codm-esports-body-container svg {
  display: block;
  max-width: 100%;
}
.codm-esports-body-container table {
  border-collapse: collapse;
  margin-inline: auto;
  table-layout: auto !important;
}
.codm-esports-body-container td,
.codm-esports-body-container th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}
.codm-esports-body-container tbody > tr > td:nth-child(2) {
  text-align: center;
}
.codm-esports-body-container .mobile-only {
  display: none;
}
.codm-esports-body-container .atvi-video {
  margin-top: 15px;
}
.codm-esports-body-container .image-center {
  max-width: 100%;
  margin-inline: auto;
}
.codm-esports-body-container .text-center {
  text-align: center;
}
.codm-esports-body-container .pt-spacer {
  padding-top: 30px;
}
.codm-esports-body-container.placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: unset;
  height: calc(100vh - 194px);
}
@media screen and (max-width: 1200px) {
  .codm-esports-body-container {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .codm-esports-body-container.placeholder {
    height: calc(100vh - 214px);
  }
}
@media screen and (max-width: 1024px) {
  .codm-esports-body-container.placeholder {
    height: calc(100vh - 360px);
  }
}
@media screen and (max-width: 768px) {
  .codm-esports-body-container .mobile-only {
    display: block;
  }
  .codm-esports-body-container h1 {
    font-size: 35px;
  }
  .codm-esports-body-container p {
    font-size: 17px;
  }
}
.codm-esports-main-container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding: 0 20px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
}
#page-header-logo-container img {
  display: block;
  max-width: 100% !important;
  max-height: none !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#video {
  display: block;
  width: 90%;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  #video {
    width: 30%;
    margin: 50px auto 0px auto;
  }
}
