body {
  overflow-x: hidden;
  background-color: #FFF;
  color: #000;
}
.code-content-container {
  background-color: #2b323f;
}
.code-content-container .btn,
.code-content-container a.btn-link,
.code-content-container form,
.code-content-container p {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size-adjust: none;
}
@media screen and (max-width: 640px) {
  .code-content-container .btn,
  .code-content-container a.btn-link,
  .code-content-container form,
  .code-content-container p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .code-content-container .btn,
  .code-content-container a.btn-link,
  .code-content-container form,
  .code-content-container p {
    text-rendering: optimizeLegibility;
  }
}
.code-content-container .btn {
  color: #ffffff;
  background-color: #ff543e;
  border-bottom: 3px solid #910;
  padding: 16px 27px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.code-content-container .btn:hover {
  color: #ff543e;
  background-color: #ffffff;
  border-bottom: 3px solid #ff543e;
}
.code-content-container a.btn-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ff543e;
  padding-bottom: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.code-content-container a.btn-link:hover {
  color: #ff543e;
  border-bottom: 1px solid #ffffff;
}
.code-content-container .content-container {
  width: 970px;
  padding: 50px 0;
  text-align: center;
  color: #ffffff;
}
.code-content-container .content-container h1,
.code-content-container .content-container h3 {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  font-size-adjust: none;
  line-height: 1.1;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .code-content-container .content-container h1,
  .code-content-container .content-container h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .code-content-container .content-container h1,
  .code-content-container .content-container h3 {
    text-rendering: optimizeLegibility;
  }
}
.code-content-container .content-container h1 {
  font-size: 48px;
}
.code-content-container .content-container h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .code-content-container .content-container h3 {
    font-size: 25px;
  }
}
.code-content-container .content-container p {
  font-size: 24px;
  line-height: 1.43;
  letter-spacing: 0;
  color: #b0b8c3;
}
.code-content-container .content-container li {
  color: #b0b8c3;
}
@media only screen and (max-width: 1024px) {
  .code-content-container .content-container {
    width: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .code-content-container .content-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 15px;
  }
}
.code-content-container .code-highlight {
  color: #ff543e;
}
.code-content-container .bg-img {
  min-height: 500px;
}
@media only screen and (max-width: 768px) {
  .code-content-container .bg-img {
    min-height: 450px;
  }
}
.code-content-container .form-wrapper {
  min-height: 400px;
  text-align: center;
  padding-top: 60px;
  background-color: #ffffff;
}
.hero-title-container {
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
}
.hero-title-container h1 {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  font-size-adjust: none;
  font-size: 48px;
  letter-spacing: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .hero-title-container h1 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .hero-title-container h1 {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-title-container h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-title-container h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .hero-title-container h1 {
    font-size: 25px;
  }
}
.hero-title-container .hero-buttons {
  width: 100%;
  margin: auto;
}
.hero-title-container .hero-buttons .btn-link {
  margin: auto 20px;
}
@media only screen and (max-width: 420px) {
  .hero-title-container .hero-buttons .btn-link {
    display: block;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 420px) {
  .hero-title-container .hero-buttons {
    width: 195px;
    margin: auto;
    text-align: center;
  }
}

/*****************************************
ENDOWMENT HEADER
*****************************************/
.header {
  height: 74px;
  background-color: #2b323f;
}
.header .code-logo,
.header .code-logo-mobile {
  float: left;
  max-width: 240px;
}
.header .code-logo img,
.header .code-logo-mobile img {
  width: 100%;
  padding: 15px;
}
.header .mobile-topnav {
  display: none;
}
.header .mobile-topnav .topnav-head a.code-logo-mobile {
  display: none;
  float: none;
}
.header .topnav {
  float: right;
}
.header .btn-donate {
  display: inline-block;
}
.header .btn-donate .btn {
  border: none;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size-adjust: none;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .header .btn-donate .btn {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .header .btn-donate .btn {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 420px) {
  .header .btn-donate .btn {
    margin-right: 0;
  }
}
.header .btn {
  color: #ffffff;
  background-color: #ff543e;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size-adjust: none;
  padding: 26px 27px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .header .btn {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .header .btn {
    text-rendering: optimizeLegibility;
  }
}
.header .btn:hover {
  color: #ff543e;
  background-color: #ffffff;
}
.header .topnav .dropdown-list,
.header .mobile-topnav .dropdown-list {
  position: relative;
  float: left;
}
.header .topnav .dropdown-list.select .drophov,
.header .mobile-topnav .dropdown-list.select .drophov,
.header .topnav .dropdown-list:hover .drophov,
.header .mobile-topnav .dropdown-list:hover .drophov {
  color: #ff543e;
}
.header .topnav .dropdown-list.select .drophov.top,
.header .mobile-topnav .dropdown-list.select .drophov.top {
  text-align: left;
}
.header .topnav .dropdown-list.select .drophov.top span,
.header .mobile-topnav .dropdown-list.select .drophov.top span {
  transform: rotate(180deg);
}
.header .topnav .dropdown-list.select .drophov-content,
.header .mobile-topnav .dropdown-list.select .drophov-content {
  display: block;
  background-color: #2b323f;
  box-shadow: 0 4px 8px #1f2635, 0 4px 8px #1f2635;
}
.header .topnav .drophov,
.header .mobile-topnav .drophov,
.header .topnav a,
.header .mobile-topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .topnav .drophov:hover,
.header .mobile-topnav .drophov:hover,
.header .topnav a:hover,
.header .mobile-topnav a:hover {
  color: #ff543e;
}
.header .topnav .active,
.header .mobile-topnav .active {
  border-bottom: 1px solid #ff543e;
  padding-bottom: 5px;
}
.header .topnav .drophov,
.header .mobile-topnav .drophov {
  padding: 28px 16px;
}
.header .topnav .drophov.top,
.header .mobile-topnav .drophov.top {
  margin-right: 11px;
}
.header .topnav .drophov p,
.header .mobile-topnav .drophov p,
.header .topnav .drophov span,
.header .mobile-topnav .drophov span {
  display: inline;
}
.header .topnav .drophov span,
.header .mobile-topnav .drophov span {
  position: absolute;
  margin-left: 5px;
  vertical-align: top;
  font-size: 11px;
}
.header .topnav .drophov-content,
.header .mobile-topnav .drophov-content {
  display: none;
  position: absolute;
  top: 74px;
  min-width: 160px;
  z-index: 2;
}
.header .topnav .drophov-content .drophov,
.header .mobile-topnav .drophov-content .drophov {
  padding: 15px;
  float: none;
}
.header .topnav .drophov-content a,
.header .mobile-topnav .drophov-content a {
  float: none;
  font-size: 14px;
  text-align: left;
}
.header .topnav a.icon-open,
.header .mobile-topnav a.icon-open {
  display: none;
  padding: 28px 16px;
}
@media screen and (max-width: 1100px) {
  .header .code-logo,
  .header .topnav {
    display: none;
  }
  .header .mobile-topnav {
    float: none;
    display: block;
  }
  .header .mobile-topnav .topnav-head a.code-logo-mobile,
  .header .mobile-topnav .topnav-head a.icon-open {
    display: inline-block;
  }
  .header .mobile-topnav .topnav-head a.code-logo-mobile {
    height: 80px;
    padding: 0;
  }
  .header .mobile-topnav .topnav-head a.icon-open {
    display: block;
    float: right;
  }
  .header .mobile-topnav .dropdown-list,
  .header .mobile-topnav a.btn {
    padding: 15px;
    border-bottom: 2px solid #60656f;
  }
  .header .mobile-topnav .dropdown-list a.drophov {
    padding: 0;
  }
  .header .mobile-topnav .dropdown-list a.drophov h4 {
    padding: 0 20px 0 0;
    margin: 0;
  }
  .header .mobile-topnav .dropdown-list a.drophov h4.selected {
    color: #ff543e !important;
  }
  .header .mobile-topnav .dropdown-list a.drophov h4.selected:after {
    content: '-';
    font-size: 42px;
    line-height: 0.4;
  }
  .header .mobile-topnav .dropdown-list a.drophov h4:after {
    content: '+';
    float: right;
    margin-right: -20px;
    line-height: 1;
    font-size: 25px;
    display: inline-block;
  }
  .header .mobile-topnav .drophov-content-mobile {
    width: 100%;
    z-index: 11;
    margin-top: 15px;
    margin-bottom: -15px;
    border-top: 2px solid #60656f;
  }
  .header .mobile-topnav .drophov-content-mobile a {
    float: none;
    background-color: #2b323f;
    text-align: left;
    font-size: 16px;
    padding: 15px;
  }
  .header .mobile-topnav-container.responsive {
    float: none;
    display: block;
    margin-top: -4px;
  }
  .header .mobile-topnav-container.responsive .dropdown-list,
  .header .mobile-topnav-container.responsive .dropdown-list .drophov,
  .header .mobile-topnav-container.responsive .btn {
    position: relative;
    float: none;
    display: block;
    z-index: 11;
    text-align: left;
    background-color: #2b323f;
  }
  .header .mobile-topnav-container.responsive .btn-donate {
    display: block;
  }
  .header .mobile-topnav-container.responsive .btn-donate .btn {
    width: 100%;
    padding: 15px;
    background-color: #ff543e;
    border-bottom: none;
  }
  .header .mobile-topnav-container.responsive .btn-donate .btn:hover {
    color: #ff543e;
    background-color: #ffffff;
  }
}

/*****************************************
CODE FOOTER
*****************************************/
.footer-container {
  background-image: url('../../../../../../content/dam/atvi/callofduty/code/images/common/texture-blue.png');
  padding: 40px 0 20px;
}
.footer-content-container {
  width: 100%;
  max-width: 1350px;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 970px;
}
@media screen and (max-width: 640px) {
  .footer-content-container {
    padding: 0 15px;
  }
}
.footer-content-container .footer-content-container-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-content-container .footer-top {
  margin-bottom: 20px;
}
.footer-content-container .footer-top:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-content-container .footer-top .footer-top-disclaimer {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 420px) {
  .footer-content-container .footer-top .footer-top-disclaimer {
    width: 100%;
  }
}
.footer-content-container .footer-top .footer-top-left {
  float: left;
  width: 45%;
  margin-right: 5%;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size-adjust: none;
}
@media screen and (max-width: 640px) {
  .footer-content-container .footer-top .footer-top-left {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .footer-content-container .footer-top .footer-top-left {
    text-rendering: optimizeLegibility;
  }
}
.footer-content-container .footer-top .footer-top-left p {
  color: #ffffff;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.43;
}
.footer-content-container .footer-top .footer-top-left a {
  font-size: 14px;
  line-height: 1.43;
  color: #ff543e;
  text-decoration: none;
}
.footer-content-container .footer-top .footer-top-left a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer-content-container .footer-top .footer-top-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-content-container .footer-top .footer-top-left .footer-top-links {
    text-align: center;
  }
}
.footer-content-container .footer-top .footer-top-right {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  text-align: right;
}
.footer-content-container .footer-top .footer-top-right .endow-seal,
.footer-content-container .footer-top .footer-top-right .activision-link,
.footer-content-container .footer-top .footer-top-right .esrb-pc {
  float: left;
  width: calc(100%/3);
  height: 78px;
  max-width: 100%;
}
.footer-content-container .footer-top .footer-top-right .endow-seal img {
  height: 78px;
  max-width: 100%;
}
.footer-content-container .footer-top .footer-top-right .activision-link {
  background-image: url('../../../../../../content/dam/atvi/callofduty/code/images/web/activision-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.footer-content-container .footer-top .footer-top-right .esrb-pc {
  background: url(../../../../../../content/dam/activision/callofduty/mw3/master/global/footer/Footer_ESRB_Privacy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-content-container .footer-top .footer-top-right {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.footer-content-container .footer-bottom {
  text-align: center;
}
.footer-content-container .footer-bottom:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.footer-content-container .footer-bottom h3 {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size-adjust: none;
  color: #ffffff;
  font-size: 24px;
  line-spacing: 2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .footer-content-container .footer-bottom h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .footer-content-container .footer-bottom h3 {
    text-rendering: optimizeLegibility;
  }
}
.footer-content-container .footer-bottom .social-links a {
  margin-right: 10px;
  text-decoration: none;
}
.footer-content-container .footer-bottom .social-links img {
  width: 22px;
  height: 22px;
}
.footer-content-container .footer-bottom .social-links #yt-icon {
  margin-right: 0;
}
.footer-content-container .footer-bottom .footer-locale-selector {
  margin-top: 25px;
  position: relative;
}
.footer-content-container .footer-bottom .footer-locale-selector .atvi-locale-selector {
  display: block;
}
.footer-content-container .footer-bottom .footer-locale-selector .atvi-locale-selector a {
  color: #FFF;
}
.footer-content-container .footer-bottom .footer-locale-selector .close-button {
  display: none;
}
.footer-content-container .footer-bottom .footer-locale-selector .locale-menu {
  position: absolute;
  bottom: 20px;
}
.footer-content-container .footer-bottom .footer-locale-selector .locale-list {
  background: #2b323f;
}
.footer-content-container .footer-bottom .footer-locale-selector .locale-list .locale-entry {
  width: 45%;
}
@media screen and (max-width: 680px) {
  .footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .locale-menu {
    bottom: 30px;
  }
  .footer-content-container .footer-bottom .footer-bottom-right .footer-locale-selector .locale-list {
    width: 100%;
  }
  .footer-content-container .footer-content-container-inner {
    border-bottom: none;
  }
  .footer-content-container .footer-bottom .footer-bottom-left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-content-container .footer-bottom .footer-bottom-right {
    float: none;
    width: 100%;
    margin-top: 0;
  }
}

/*****************************************
ENDOWMENT News Letter FORM
*****************************************/
.newsletter-container {
  background-color: #2b323f;
}
.newsletter-container .newsletter-content {
  width: 970px;
  margin: 0 auto;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 35px;
}
.newsletter-container .newsletter-content .content-container {
  padding: 0 0 1px!important;
}
.newsletter-container .newsletter-content .content-container hr {
  margin: 30px 0;
  border-top: 1px solid #eee;
}
.newsletter-container .newsletter-content .content-container .mc-field-group p {
  font-size: 14px;
}
.newsletter-container .newsletter-content .content-container #mc_embed_signup {
  background: #2b323f;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size-adjust: none;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .newsletter-container .newsletter-content .content-container #mc_embed_signup {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .newsletter-container .newsletter-content .content-container #mc_embed_signup {
    text-rendering: optimizeLegibility;
  }
}
.newsletter-container .newsletter-content .content-container #mc_embed_signup .mc-field-group label {
  color: #b0b8c3;
}
@media screen and (max-width: 1024px) {
  .newsletter-container .newsletter-content .content-container #mc_embed_signup .clear {
    margin-right: 4%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter-container .newsletter-content .content-container #mc_embed_signup .button {
    width: 100%;
    margin: auto;
    padding: 25px;
    height: auto;
    line-height: 0;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter-container .newsletter-content .content-container #mc_embed_signup {
    padding: 0;
  }
}
.newsletter-container .newsletter-content .content-container .typeform-widget {
  margin-top: 40px;
}
.newsletter-container .newsletter-content #mc_embed_signup div.response {
  width: 100%;
  line-height: 24px;
  margin-top: 0;
}
.newsletter-container .newsletter-content .response a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ff543e;
  padding-bottom: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsletter-container .newsletter-content .response a:hover {
  color: #ff543e;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 1024px) {
  .newsletter-container .newsletter-content {
    width: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .newsletter-container .newsletter-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 15px;
  }
}

