/* extra */

.font-weight-bold em {
  font-style: normal;
}

#content {
  margin-bottom: 0;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

/* default style file */
@font-face {
  font-family:"TradeGothicW01-BoldCn20_675334";
  src:url("Fonts/675334/TradeGothicforNike365-BdCn.ttf") format("truetype");
}

body {
  color: #787878;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'TradeGothicW01-BoldCn20_675334',"Arial black","Arial Bold",Arial,sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h1 {
  color: #101010;
  font-size: 55px;
}

h2 {
  color: #101010;
  font-size: 30px;
}

p {
  line-height: 1.4;
}

a {
  color: #333;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #666;
  text-decoration: underline;
}

ul {
  margin-bottom: 0;
  padding-left: 15px;
}
li {
  list-style: outside none square;
  padding-bottom: 5px;
  padding-left: 20px;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: inline-block;
  padding: 0 30px;
  width: 100%;
}

.logo {
  margin: 24px auto;
  width: 58px;
  float: left;
}

.logo-centre {
  margin: 24px auto;
  width: 58px;
}

header h1 {
  float: left;
  font-size: 20px !important;
  margin: 22px 0 0 20px;
}

.banner {
  width: 100%;
}
.banner-text {
  padding: 0 20%;
  position: absolute;
  text-align: center;
  top: 39%;
  width: 100%;
  z-index: 100;
}
.banner-text h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 12px;
  margin-top: 45px;
}
.banner-text h2, .left-banner-text h2 {
  color: #FFF;
  font-size: 40px;
}
.banner-text p {
  color: #fff;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}
section {
  position: relative;
  margin-bottom: 120px;
}

.col-center {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.btn {
  font-family: 'TradeGothicW01-BoldCn20_675334',"Arial black","Arial Bold",Arial,sans-serif;
  letter-spacing: -0.07em;
  padding: 0.5rem 1.4rem;
  text-decoration: none !important;
  font-size: 115%;
  text-transform: uppercase;
  line-height: 28px;
  width: auto;
  margin-top: 20px;
  cursor: pointer;
}

.btn-white {
  background-color: #fff;
  border-color: #e5e5e5;
  color: #222 !important;
} /*.btn-white:hover { color: #000; }*/

.btn-black {
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #444444 20%, #444444 20%, #070707 100%) repeat scroll 0 0;*/
  background-color: #000;
  border-color: #2b2b2b;
  color: #fff !important;
} .btn-black:hover { color: #fff; }

.btn-outline {
  border-color: #e5e5e5;
  border-width: 2px;
  color: #e5e5e5;
  padding: 0.44rem 1.4rem;
}

.form-control {
  font-size: 14px;
}

.card {
  border: none;
  border-radius: 0rem;
}
.line {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  display: flex;
  flex-direction: column;
  position: relative;
}
.card::after, .line::after {
  background-image: linear-gradient(to right, rgba(173, 173, 173, 0), rgba(173, 173, 173, 0.8) 40%, rgba(173, 173, 173, 0.8) 60%, rgba(173, 173, 173, 0));
  background-size: 100% auto;
  bottom: 0;
  content: "";
  height: 0.065rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.col-center > div.card:first-of-type::before, .col-center > div.line:first-of-type::before {
  background-image: linear-gradient(to right, rgba(173, 173, 173, 0), rgba(173, 173, 173, 0.8) 40%, rgba(173, 173, 173, 0.8) 60%, rgba(173, 173, 173, 0));
  background-size: 100% auto;
  content: "";
  height: 0.065rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.card-header, .line-header {
  background-color: transparent;
  border-bottom: medium none;
  padding: 1.4rem 1.25rem;
}
.card-header a, .card-header a:hover, .region-link a, .region-link a:hover {
  color: #000;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}

#why-nike .card-header {
  display: block !important;
  box-shadow: none !important;
}

#why-nike .card {
  width: auto !important;
  box-shadow: none !important;
}

.region-link a {
  text-align:left;
  width:50% !important;
}

.card-header a[data-toggle="collapse"], .region-link a[data-toggle="collapse"] {
  background-image: url("images/arrow.png");
  background-position: 93% center;
  background-repeat: no-repeat;
}

.card-header a[aria-expanded="true"], .region-link a[aria-expanded="true"]{
  background-image: url("images/arrow_flipped.png");
}

.card-header button {
  border: none;
  background-color: transparent;
  width: 100%;
}
.card-header button[data-toggle="collapse"], .region-link button[data-toggle="collapse"] {
  background-image: url("images/arrow.png");
  background-position: 93% center;
  background-repeat: no-repeat;
}

.card-header button[aria-expanded="true"], .region-link button[aria-expanded="true"]{
  background-image: url("images/arrow_flipped.png");
}

.line h5 {
  margin: 0;
  color: #fff;
}
.card-block {
  padding: 0.325rem 1.25rem 1.825rem;
}

.region-link {
  padding: 1.4rem 1.25rem 0 1.25rem;
}
.region-row {
  padding-bottom: 1.4rem;
}
.region-link a img {
  margin-bottom:3px;
}


.padTop1em {
  padding-top:1em;
}
.padBottom0em {
  padding-bottom:0em;
}

.text-orange {
  color: #ff6704;
}

.form-pad {
  padding-left: 15%;
}

footer {
  background-color: #000;
  color: #b1b1b1;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  width: 100%;
}

footer p {
  color: #b1b1b1;
  font-size: 14px;
}

footer a {
  color: #b1b1b1;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  border-top: 1px solid #444;
  padding: 20px 0;
  margin-top: 40px;
  font-size: 90%;
}
.copyright a {
  text-decoration: none;
}
.copyright a:hover {
  color: #fff;
}

.regionLink {
  position:absolute;
  top:20px;
  right:20px;
  z-index:100;
    padding:0.5em 1em; 
text-align:center; 
/*background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;*/
font-size: 1.1em;
color: #FFF;
text-decoration: none;
}
.mTop {
  margin-top: 35px;
}

.mLeft {
  margin-left: 15px;
}

.bg-dark {
  background-color: #1a1a1a !important;
  padding: 120px 0;
}
.bg-dark h1, .bg-dark p {
  color: #fff !important;
}

.btn:active, .btn.active {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #FFF 0px, #FFF 100%) repeat scroll 0 0;
  color: #222;
}

.btn:focus, .btn.focus {
  outline: 0;
  color: #222;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.45);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.requiredSummary li, .required {
  color: #f32900;
}

/*.cookieNotePanel {
  height:35px;
  background-color: #000;
}*/

.cookieNote 
{
  background: rgba(51, 51, 51, 0.75) none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  display: block;
  left: 0;
  margin-top: 0;
  padding: 8px 20px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 50000;
  
}

.cookieNote a.text
{
  color: #ffffff;
  font-size: 90%;
  text-decoration: none;
}

.cookieNote .close 
{
  /*border: 1px solid #ffffff;*/
  border-radius: 14px;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 100%;
  font-weight: normal;
  margin-left: 10px;
  opacity: 1;
  padding: 0 7px 4px 6px;
  text-decoration: none;
  }
  .cookieNote .close:hover { color: #FFF; /*border: 1px solid #333;*/ text-decoration: none; }

@media only screen and (max-width: 1199px) {
  .region-link a {
      width:60% !important;
  }

}
@media only screen and (max-width: 991px) {
  .banner-text {
      padding: 0 15%;
      top: 27%;
  }
  .banner-text h1 {
      font-size: 53px;
  }
  .col-center {
      width: 90%;
  }
  .banner-text p {
      width: 80%;
  }
  .left-banner-text {
      padding: 30px;
      width: 40%;
  }
  .form-pad {
      padding-left: 10%;
  }
  .cookieNotePanel {
      height:60px;
  }
  .region-link a {
      width:67% !important;
  }

}

@media only screen and (max-width: 767px) {
  section {
      margin-bottom: 60px;
  }
  .banner-text h1 {
      font-size: 45px;
      margin-top: 25px;
  }
  .banner-text {
      top: 21%;
      padding: 0 13%;
  }
  .col-center {
      width: 100%;
  }
  .left-banner-text {
      padding: 25px;
      width: 50%;
  }
  .banner-text p {
      width: 100%;
  }
  .table {
      margin-top: 1em;
  }
  .form-pad {
      padding-left: 0;
  }
  .bg-dark {
      padding: 60px 0;
  }
  .cookieNotePanel {
      height:70px;
  }
  .region-link a {
      width:85% !important;
  }
}

@media only screen and (max-width: 611px) {
  h1, .banner-text h1 {
      font-size: 40px !important;
  }
  .left-banner-text {
      padding: 15px;
      width: 100%;
  }
  .banner-text {
      padding: 0 10%;
      top: 13%;
  }
  .cookieNotePanel {
      height:80px;
  }
}

#banner-order {
  margin-bottom: 0px;
}

#banner-order .bg-dark {
  background-color: #000 !important;
}
@media only screen and (max-width: 505px) {
  h1 {
      font-size: 33px !important;
  }
  h2 {
      font-size: 20px !important;
  }
  p {
      font-size: 15px !important;
  }
  .banner-text {
      padding: 0 5%;
  }
  #banner-order .banner-text {
    top: 16%;
  }
  .banner-text h1 {
      margin-bottom: 15px;
  }
  .banner-text p, .left-banner-text span {
      font-size: 13.5px !important;
  }
  .left-banner-text span {
      line-height: 100% !important;
  }
  .card-header a {
      font-size: 88% !important;
  }
  .copyright {
      font-size: 80%;
  }
  .mb-0 {
      background-position: 100% center;
  }
  .line h5 {
      font-size: 1.05rem;
  }
  .cookieNotePanel {
      height:95px;
  }
}

@media only screen and (max-width: 485px) {
  section {
      margin-bottom: 40px;
  }
  #main-banner > div {
      overflow: hidden;
  }
  .banner {
      height: auto !important;
      max-height: 320px !important;
      position: relative !important;
      width: auto !important;
      max-width: none;
  }
  .bg-dark {
      padding: 40px 0;
  }
  .footer-menu {
      clear: both;
      display: block;
      float: none !important;
      text-align: left;
      margin-top: 6px;
  }
  .footer-menu a:first-child {
      margin-left: 0px;
  }
  .cookieNotePanel {
      height:110px;
  }
}
@media only screen and (max-width: 430px) {
  .banner-text {
      top: 10%;
  }
  .banner-text p {
      margin-bottom: 0;
  }
}

@media only screen and (max-width: 351px) {

}

@media only screen and (max-width: 335px) {
  section {
      margin-bottom: 30px;
  }
  #main-banner > div {
      overflow: hidden;
  }
  .banner {
      height: auto !important;
      max-height: 415px !important;
      position: relative !important;
      width: auto !important;
      max-width: none;
  }
  .banner-text {
      top: 5%;
  }
  .mLeft {
      margin-left: 0px;
      clear: both;
  }
  .btn {
      display: block;
      clear: both;
  }
  .bg-dark {
      padding: 30px 0;
  }
}

.footer-menu a {
  margin-left: 15px;
}

.scrollToTop{
padding:1em; 
text-align:center; 
background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
font-size: 1.1em;
color: #FFF !important;
text-decoration: none;
position:fixed;
bottom:25px;
right:20px;
display:none;
font-family: 'TradeGothicW01-BoldCn20_675334',"Arial black","Arial Bold",Arial,sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.scrollToTop:hover{
color: inherit !important;
text-decoration:none;
}

#kn-app-header {
  display: none;
}

.kn-title {
  text-transform: none;
}

#view_164 .kn-title {
  display: none;
}

#lingumania_langswitcher {
  display: none;
}