@font-face {
	font-family: "SangBleuOGSans-Regular";
	src: url("https://www.riverisland.com/Assets/RiverIsland/Core/fonts/sang-bleu/SangBleuOGSans-Regular.woff2");
  }
  
  @font-face {
	font-family: "SangBleuOGSans-RegularItalic";
	src: url("https://www.riverisland.com/Assets/RiverIsland/Core/fonts/sang-bleu/SangBleuOGSans-RegularItalic.woff2");
  }
  
  @font-face {
	font-family: "SangBleuOGSans-Medium";
	src: url("https://www.riverisland.com/Assets/RiverIsland/Core/fonts/sang-bleu/SangBleuOGSans-Medium.woff2");
  }
  
  .link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  /* Wrapper */
  #pop-up-sign-up {
	width: 100%;
	margin: 0 auto;
  }
  
  /* hide social media buttons */
  .sn-newsletter-signup {
	display: none;
  }
  
  /* Section One */
  .section-one {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
  }
  .section-one * {
	color: white;
  }
  .section-one picture {
	display: block;
	width: 100%;
  }
  .section-one picture img {
	width: 100%;
  }
  .logo {
	width: 28%;
	margin: 0 auto;
  }
  /* main copy */
  .main-copy-desktop,
  .main-copy {
	text-align: center;
	/* margin-top: 1.5rem; */
  }
  .main-copy-desktop p,
  .main-copy,
  .top-section,
  .main-copy h2 {
	text-align: center;
	margin-top: 1.5rem;
	color: black;
	font-family: "SangBleuOGSans-Regular";
	padding: 0 17%;
	line-height: 1rem;
  }
  .main-copy-desktop,
  .main-copy p {
	padding: 0 20px;
	line-height: 1.3rem;
  }
  /* form */
  .newsletter-signup .newsletter-signup-body {
	display: block;
	width: auto;
	margin: 1.5rem 5%;
  }
  .newsletter-signup .newsletter-signup-body .newsletter-signup-form form {
	background-color: transparent;
  }
  #form input[type="checkbox"] ~ label:not(.label-like):before {
	padding: 2px 2px 0 0;
  }
  #form .ui-label {
	font-size: 1.2rem;
	font-family: "SangBleuOGSans-Regular";
	margin-bottom: 14px;
  }
  .newsletter-signup #form button {
	font-size: 1.2rem;
	/* font-family: "SangBleuOGSans-Regular"; */
	margin-top: 0;
	z-index: 7;
	position: relative;
  }
  .newsletter-signup .newsletter-signup-body .newsletter-signup-form form fieldset span.field-validation-error {
	padding: 7px 0 0 22px;
	font-weight: 600;
  }
  /* confirmation page */
  .confirmation {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 5;
	position: fixed;
  }
  .confirmation .left-section {
	position: relative;
  }
  .right-section {
	max-width: 400px;
	padding-left: 66px !important;
  }
  .confirmation .top-section h2 {
	margin-bottom: 22px;
	text-align: center;
	line-height: normal;
	white-space: pre-line;
	font-family: "SangBleuOGSans-Regular";
	color: black;
  }
  .confirmation button,
  .hero-cta {
	padding: 15px 15px;
	margin: 5px;
	border: none;
	background: black;
	font-weight: 700;	
	color: white;
	cursor: pointer;
	/* border-radius: 5px; */
	z-index: 5;
	font-family: union, Arial, Helvetica, sans-serif;
  }
  .confirmation .section-one {
	width: 100%;
  }
  .landing-page__hero-content {
	margin-top: 5%;
	z-index: 3;
    display: flex;
    justify-content: center;
    width: 500px;
    margin: 0 auto;  
}
  @media (min-width: 769px) {
	.mob-item {
	  display: none !important;
	}
	.newsletter-signup {
	  padding: 0px 0 68px;
	  margin: auto;
	  max-width: 100%;
  }
	#pop-up-sign-up.mob-item {
	  display: none;
	}
	.newsletter-signup .newsletter-signup-body {
	  width: 465px;
	  margin: 0 auto;
	}
	.newsletter-signup .newsletter-signup-body .newsletter-signup-form form .standalone-signup p#privacy-disclaimer {
	  position: relative;
	  top: 10px;
	}
	#form fieldset label {
	  display: flex;
	}
	.newsletter-signup .newsletter-signup-body .newsletter-signup-form form {
	  padding: 15px 36px 50px 38px;
	}
  }
  
  @media (max-width: 768px) {
	.desk-item {
	  display: none !important;
	}
	#pop-up-sign-up .desk-item {
	  display: none;
	}
	#pop-up-sign-up {
	  display: flex;
	  flex-direction: column;
	}
	/* section one */
	.section-one {
	  width: 100%;
	}
	/* main copy */
	.mobile-title {
	  text-align: center;
	  margin-top: 1.5rem;
	  color: black;
	  font-family: SangBleuOGSans-Regular;
	  padding: 0 17%;
	  line-height:normal;
	}
	.main-copy p {
	  margin-left: auto;
	  margin-right: auto;
	}
	.main-copy p:last-of-type {
	  padding: 0 10%;
	  line-height: 1.3rem;
	}
	.main-copy {
		padding: 0;
		margin-top: 0;
	}
	/* form */
	.newsletter-signup .newsletter-signup-body .newsletter-signup-form form {
	  padding: 0;
	}
	/* confirmation page */
	.confirmation {
	  width: 100%;
	  margin: 0 auto;  
	  flex-direction: column;
	  justify-content: flex-start;
	  align-items: flex-start;
	  align-items: center;
	}
	.confirmation .top-section {
	  position: relative;
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;   
	  margin-bottom: 5%; 
	  padding: 0;
	}
	.top-section p {
		padding: 0 4%;
	}
	.confirmation .section-one {
	  width: 100%;
	  /* padding-bottom: 25px; */
	}
	.landing-page__hero-content {
		margin-top: 10%;
	}
  }
  .confirmation .section-one picture img {
	width: 100%;
  }
  .top-section {
  margin-bottom: 5%;
  }
  .newsletter-signup .newsletter-signup-body .newsletter-signup-form form fieldset span.field-validation-error {
	  font-weight: 400 !important;
  }
  @media (min-width: 769px) {
	.confirmation {
		/* padding: 65px 0 75px; */
		margin: auto;
		max-width: 100%;
		position: relative;
		text-align: center;
	}
	.site-container {
		margin-bottom: 0;
	}
	.recently-viewed--container {
		margin-top: -8%;
	}
    .hero-cta {
        min-width: 200px;
    }
  }
  @media (max-width: 768px) {
	.confirmation {
	  position: relative;
	}
	#outer-container #inner-container .full-page {
		padding: 0 !important;
	}
	.site-container {
		margin-bottom: 0;
	}
	.recently-viewed--container {
		margin-top: -8%;
	}
    .landing-page__hero-content {
        width: 100%;
    }
    .hero-cta {
        min-width: 145px;
        padding: 12px 16px;
    }
  }
  .recently-viewed {
	  border-top: 0;
  }