/*nintendo-switch-online-lex-custom-styles */
/****** STUFF ******/

:root {
  --grey: #fafafa;
}

#page-content-wrapper > div > div:nth-child(1) > div:nth-child(2) {
  background-color: #fff;
}
.btn {
  white-space: unset;	
}
@media (max-width: 767px) {
  #nso-page-lex .btn {
    width: 90%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  } 
  #nso-page-lex .text-right {
    text-align: unset;
  }
  .col-md-6.col-xs-12 .text-right p a {
    margin-top: 10px;
  }
}
.nso-page-headline h2 {
  font-size: 1.5em;
  display: block;
  margin-top: 100px;
  color: #fff;
}

.nso-content-wrapper {
background-color: #fff;
}

.nso-content-wrapper .row.content-container {
background-color: transparent;
}

.nso-content-wrapper p {
margin: 0.5em 0;
color: #3d3d3d;
letter-spacing: .1px;
font-size: 100%;
}

.nso-content-wrapper em {
font-family: "proxima-nova-condensed",Helvetica,Arial,sans-serif;
}

.content-container {
clear: both;
}

hr.nso-divider-dotted {
border-top: 1px dotted #000;
}

.btn.big {
padding: 12px 18px;
}


/* Headline */

.nso-hero-header h2 {
  color: #fff;
}

.nso-hero-header .image-text h2 {
  font-size: 1.3em;
  margin: 35px 0 0 0;
  font-weight: 700;
  color: #fff;
  border-left: 8px solid #fff;
  padding: 0.5em 0 0.5em 1em;
}

.nso-hero-header .text_w_image_right {
  width: 100%;
  max-width: 400px;
  height: auto;
  float: right;
}

@media (max-width: 887px) {
  .nso-hero-header .image-text h2 { 
    margin-top: 0; /* font-size: 1em; */
  } 
  .nso-hero-header .text_w_image_right {
      max-width: 200px;
  }
}


#nso-header-online-logo {
  margin: 0 auto;
  padding-bottom: 0.5em
}


.nso-hero-header {
  background: #E60012;
  padding: 4em 0 2em;
  margin-bottom: 40px;
}

.nso-page-headline h2 {
  margin-top: 0
}

.header-subtext {
  padding-top: 0!important; 
}


.header-subtext h5 {
  color: white;
  max-width: 800px;
  margin: 0 auto;
}

					.header-subtext p {
					  color: white;
					}

.nso-content-block {
  padding: 50px 0;
  background: var(--grey);
}
.nso-content-block__inner--content {
  width: 80%;
  top: -50px;
  margin: 0 auto;
  margin-bottom: -100px;
  max-width: 1200px;
  position: relative;
}

@media(max-width: 1440px) {
  .nso-content-block__inner--content {
      width: 90%
  }
}

.nso-content-block__inner--content-split {
  width: 100%;
}

.nso-content-block__inner--content > div.row.content-container > div,
.nso-overview-btn > div {
  padding: 0
}

.nso-overview-btn {
  padding-top: 10px;
}

.nso-content-block__inner--content-top > div {
  margin-bottom: 0 !important;
}
.nso-content-block__inner--content-top > div > div {
  background: #FFFFFF;
}
.nso-content-block__inner--content-top h2 {
  color: #E60012;
  margin-top: 20px;
  padding-bottom: 0!important;
}
.nso-content-block__inner--content-bottom > div > div {
  background: #E60012;
}
.nso-content-block__inner--content-bottom p {
  color: #FFFFFF;
}

.nso-content-block__inner--content-split .nso-content-block__inner--content-top {
  background: #FFFFFF;
}


.nso-content-block__inner--content-split .nso-content-block__inner--content-bottom {
  background: #E60012;
  padding: 3px;
}

.img-mx-width250 {
  max-width: 250px
}

.m0a {
  margin: 0 auto;
}

.bg-cover {
  background-size: cover!important; 
}

.head-height {
  height: 100px
}
.box-height {
height: 350px  
}

@media (max-width: 960px) {
  .head-height {
      height: unset
  }
  .box-height {
    height: unset 
  }
}



.wide-block,
.half-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.half-block h2,
.wide-block h2 {
  font-size: 1.5em;
}
.half-block div,
.wide-block div {
  margin: 0!important;
  padding: 0;
} 

.wide-block .media .text_w_image_left,
.half-block .media .text_w_image_left  {
  padding-right: 20px
}

.half-block .media .text_w_image_left img,
.wide-block .media .text_w_image_left img {
  width: 100px;
}
.half-block-border {
  background: #E60012;
  padding: 3px!important;
}
.half-block-txt {
  background: white;
  padding: 10px!important;
}

.wide-block > div {
  background: #E60012;
  border: solid 3px #E60012;
} 

.bg-nred {
  background: #E60012;
}

.bg-nred h2 {
  color: white;
}

.bg-white {
  background: #ffffff;
}
.btop,
.bbottom {
  padding: 5px!important;
}


.data-cloud .media img {
  width: auto!important;
  max-height: 100px;
}
.exclusive-offers .set-img-bg {
  background-size: 100%!important;
}

.divider {
  width: 100%;
  height: 2px;
  background: #e6e6e6;
}


.header-img-border {
  border: 2px solid #ffffff;
  margin-bottom: 2%
}


.section-wrapper .row.content-container h2 {
  padding-bottom: 40px;
}

.top-2-3-block {
  width: 80%;
  margin: 0 auto!important;
}
@media(max-width: 767px) {
  .top-2-3-block {
    width: 100%;
  }
}

.faq-block > div {
  max-width: 500px;
  margin: 0 auto!important;
}
.faq-block img {
  margin: 0 auto;
  padding-top: 20px;
}

.faq-block a {
  margin-right: -13px;
}
@media(max-width: 767px) {
  .faq-block {
    padding: 0 5px;
  }
  .faq-block a {
    margin-right: -7px;
  }
}



.pt-1 {
  padding-top: 1em
}
.pt-2 {
  padding-top: 2em
}
.pt-3 {
  padding-top: 3em
}

.mt-20 {
  margin-top: 20px
}

.mb-30 {
  margin-bottom: 30px
}

.am-0 > div {
  margin: 0!important;
}
.am-0 > div .col-img-centered,
.am-0 > div .content {
  margin: 0!important;
}
.am-0 > div .content img {
  margin: 0 auto;
}

.mw-200 {
  max-width: 200px
}

@media (max-width: 767px) {
  .mw-200 {
    max-width: 150px
  }
}

.img-mx-width250 {
  max-width: 250px
}

.head-height {
  height: 100px
}
.box-height {
height: 350px  
}

@media (max-width: 960px) {
  .head-height {
      height: unset
  }
  .box-height {
    height: unset 
  }
}

.yt-embedded {
   margin: 0 !important;
}


@media (max-width: 767px) {

  .header-img-border {
    border-bottom: 5px solid #ffffff;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    margin-bottom: 0!important
  }
  .nso-hero-header {
    padding: 0;
    }

  .nso-hero-header > div:nth-child(1) > .col-xs-12.col-sm-10.col-sm-offset-1.col-lg-8.col-lg-offset-2,
  .nso-hero-header > div:nth-child(2) > .col-xs-12.col-sm-10.col-sm-offset-1.col-lg-8.col-lg-offset-2  {
    padding: 0!important;
  }

  .nso-hero-header > div:nth-child(1) .content,
  .nso-hero-header > div:nth-child(2) .content {
    padding: 0!important;
    margin-bottom: 0!important;
  }
  
  .nso-hero-header .row.content-container{
    margin: 0!important;
  }

}