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;
  }
}

.code-home.partners-hero-section .content-container {
  width: 100%;
  padding: 0;
}
.code-home.partners-hero-section .hero-title-container {
  background: url("../../../../../../content/dam/atvi/callofduty/code/images/common/texture-blue.png") center center repeat;
}
.code-home.partners-hero-section .hero-desc-container {
  background-color: #ff543e;
  width: 100%;
}
.code-home.partners-hero-section .hero-desc-container .content-container {
  width: 970px;
  margin: 0 auto;
  padding: 35px 0;
}
.code-home.partners-hero-section .hero-desc-container .content-container h3 {
  margin: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .code-home.partners-hero-section .hero-desc-container .content-container {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .code-home.partners-hero-section .hero-desc-container .content-container {
    width: 100%;
    padding: 30px 15px;
  }
}
.code-home.partners-hero-section .hero-desc-container .hero-desc-title {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .code-home.partners-hero-section .hero-desc-container .hero-desc-title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.code-home.partners-hero-section .hero-form-wrapper {
  min-height: 400px;
  background-color: #415166;
}

.code-home.partners-distinction-section .content-container {
  margin: 0 auto;
  padding: 60px 0;
}
.code-home.partners-distinction-section .distinction-title-container {
  margin-bottom: 30px;
}
.code-home.partners-distinction-section h3 {
  margin-top: 0;
}
.code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content,
.code-home.partners-distinction-section .distinction-desc-container .desc-img-container {
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content,
  .code-home.partners-distinction-section .distinction-desc-container .desc-img-container {
    display: block;
  }
}
.code-home.partners-distinction-section .distinction-desc-container .desc-img-container {
  width: 33%;
  margin-left: 2%;
  text-align: center;
}
.code-home.partners-distinction-section .distinction-desc-container .desc-img-container img {
  width: 100%;
}
.code-home.partners-distinction-section .distinction-desc-container .desc-img-container a.btn-link {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .code-home.partners-distinction-section .distinction-desc-container .desc-img-container {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 420px) {
  .code-home.partners-distinction-section .distinction-desc-container .desc-img-container {
    width: 100%;
  }
}
.code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content {
  width: calc(65% - 5px);
  padding-right: 20px;
  vertical-align: top;
}
.code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content h3 {
  margin-top: 0;
}
.code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content p {
  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;
  text-align: justify;
  line-height: 1.43;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content p {
    text-rendering: optimizeLegibility;
  }
}
.code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content ul {
  list-style: unset;
  padding-left: 40px;
  margin-bottom: 15px;
}
.code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content ul li {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size-adjust: none;
  line-height: 1.43;
}
@media screen and (max-width: 640px) {
  .code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content ul li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content ul li {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 768px) {
  .code-home.partners-distinction-section .distinction-desc-container .distinction-desc-content {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .code-home.partners-distinction-section .distinction-desc-container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.code-home.partners-grantees-section .content-container {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .code-home.partners-grantees-section .content-container {
    padding: 30px 15px;
  }
}
.code-home.partners-grantees-section .grantees-desc-container {
  margin-bottom: 15px;
  text-align: left;
  padding: 0 15px;
}
.code-home.partners-grantees-section .grantees-desc-container p {
  font-size: 16px;
  line-height: 1.43;
}
.code-home.partners-grantees-section .desc-img-container .desc-img-wrapper {
  float: left;
  width: calc(100%/3);
  transition: all 0.3s ease-out;
  margin: auto auto 30px;
  padding: 0 15px;
}
.code-home.partners-grantees-section .desc-img-container .desc-img-wrapper:hover {
  background-color: transparent;
  opacity: 0.7;
}
.code-home.partners-grantees-section .desc-img-container .desc-img-wrapper a.btn-grantees {
  vertical-align: middle;
}
.code-home.partners-grantees-section .desc-img-container .desc-img-wrapper img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .code-home.partners-grantees-section .desc-img-container .desc-img-wrapper {
    float: none;
    width: 70%;
  }
}
@media only screen and (max-width: 420px) {
  .code-home.partners-grantees-section .desc-img-container .desc-img-wrapper {
    width: 100%;
  }
}

.code-home.partners-winners-section .content-container {
  margin: 0 auto;
  padding: 60px 0;
}
.code-home.partners-winners-section .winners-desc-container {
  text-align: left;
}
.code-home.partners-winners-section .winners-desc-container h3 {
  margin-top: 0;
}
.code-home.partners-winners-section .winners-desc-container p {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size-adjust: none;
  font-size: 24px;
  line-height: 1.43;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .code-home.partners-winners-section .winners-desc-container p {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .code-home.partners-winners-section .winners-desc-container p {
    text-rendering: optimizeLegibility;
  }
}
.code-home.partners-winners-section .winners-desc-container p.partner-country {
  font-size: 16px;
}
.code-home.partners-winners-section .winners-desc-container ul {
  list-style: unset;
  padding-left: 40px;
  margin-bottom: 30px;
}
.code-home.partners-winners-section .winners-desc-container ul li {
  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;
  line-height: 1.43;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .code-home.partners-winners-section .winners-desc-container ul li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .code-home.partners-winners-section .winners-desc-container ul li {
    text-rendering: optimizeLegibility;
  }
}
.code-home.partners-winners-section .winners-desc-container ul li a {
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-size-adjust: 0.42;
  font-style: normal;
  font-size-adjust: none;
  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;
}
@media screen and (max-width: 640px) {
  .code-home.partners-winners-section .winners-desc-container ul li a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .code-home.partners-winners-section .winners-desc-container ul li a {
    text-rendering: optimizeLegibility;
  }
}
.code-home.partners-winners-section .winners-desc-container ul li a:hover {
  color: #ff543e;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .code-home.partners-winners-section .winners-desc-container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

