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

}*/
#codm-news-banner {
  background-color: black;
  text-align: center;
  text-transform: uppercase;
  color: #a59d95;
  text-align: left;
}
#codm-news-banner .mobile-only {
  display: none;
}
#codm-news-banner .header-1 {
  margin-bottom: 25px;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #ffff03;
  text-shadow: 1px 1px 7px #000;
  text-transform: uppercase;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #codm-news-banner .header-1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
#codm-news-banner .content-wrapper {
  margin: 0 auto;
}
#codm-news-banner:before,
#codm-news-banner:after {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #000000 5%, #fee000, #000000 95%);
  display: block;
  margin-top: 0;
}
#codm-news-banner:before {
  height: 2px;
}
#codm-news-banner .news-links-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#codm-news-banner .news-links-container a {
  color: #ffffff;
  text-decoration: none;
}
#codm-news-banner .news-links-container .news-feature {
  width: 34%;
  position: relative;
}
#codm-news-banner .news-links-container .news-feature a {
  color: #a59d95;
  font-size: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#codm-news-banner .news-links-container .news-feature .feature-entry {
  height: 100%;
  position: relative;
}
#codm-news-banner .news-links-container .news-feature .feature-entry:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #000000 100%);
  background-repeat: repeat-x;
}
#codm-news-banner .news-links-container .news-feature .feature-entry h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  position: absolute;
  left: 6%;
  bottom: 15%;
  right: 6%;
  text-transform: capitalize;
  z-index: 10;
  color: #fff;
}
#codm-news-banner .news-links-container .news-links {
  width: 60%;
  padding: 40px 0;
  margin-left: 4%;
}
#codm-news-banner .news-links-container .news-links li {
  padding-left: 15px;
  padding-right: 20px;
  position: relative;
  text-transform: initial;
  margin-bottom: 20px;
}
#codm-news-banner .news-links-container .news-links li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #codm-news-banner .news-links-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #codm-news-banner .news-links-container .news-feature,
  #codm-news-banner .news-links-container .news-links {
    width: 100%;
  }
  #codm-news-banner .news-links-container .news-feature {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #codm-news-banner .news-links-container .news-feature a {
    position: relative;
  }
  #codm-news-banner .news-links-container .news-feature .feature-entry {
    padding-bottom: 56.25%;
  }
  #codm-news-banner .news-links-container .news-links {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  #codm-news-banner .news-links-container .news-links {
    margin-right: 0;
    margin-left: 0;
    padding: 0 6%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  #codm-news-banner .header-1.mobile-only {
    display: block;
    text-align: center;
    margin-top: 25px;
    padding: 0.6%;
  }
  #codm-news-banner .header-1.desktop-only {
    display: none;
  }
  #codm-news-banner .news-links-container ul {
    display: block;
  }
  #codm-news-banner .news-links-container li {
    margin-bottom: 15px;
    width: 100%;
  }
}
