
					.cms-popup134-noscroll-body{
						overflow: hidden !important;
						position: relative !important; /* needed for older ios? */
					}
					.cms-popup-container{
						box-sizing: border-box;
					}
					.cms-popup-container *{
						box-sizing: inherit;
					}
					.cms-popup134-container{
						font-family: 'proxima_nova_rgregular',Arial,Helvetica,sans-serif;
						transition: .2s ease-out background-color;
						font-weight: normal;
						width: 0;
						height: 0;
						display: none;
					}
					.cms-popup134-container.show{
						display: block;
					}
						
					.cms-popup-link-to{
						cursor: pointer;
					}
					
					.cms-popup134 {
						font-size: 14px;
						line-height: 1.3;
						z-index: 20000001;
						position: fixed;
						left: 0;
						right: 0;

													background-color: rgba(0, 0, 0, 0.85);
							top: -30%;
							height: 100%;
							padding-bottom: 15%;
							padding-top: 15%;
							height: 160%;
												transition: .2s ease-out background-color;
						display: table;
						text-align: center;
						width: 100%;
					}
					.cms-popup134-content-wrap2{
						display: table-cell;
						vertical-align: Middle;
					}
					.cms-popup134-content-wrap {
						z-index: 10;
						position: relative;
						margin: auto;
						clear: none;
					
						width: 680px;
						height: 509px;
						position: relative;
					
						border-style: solid;
						border-width: 0px;
						border-radius: 0px;
						border-color: rgba(0, 0, 0, 1);
						
												
											}
					
											.cms-popup134-content1 {
																	
														background-size: contain;
												}
					
					.cms-popup134-inner-content-wrap {
						margin: auto;
					}
					.cms-popup134-dismiss-content{
						font-size: 15px; 
						cursor: pointer;
						position: absolute; 
						top: 10px;
						right: 10px;
						z-index: 100;
					}
											.cms-popup134-dismiss-content {
							background: rgba(0,0,0,0.3);
							border-radius: 50%;
							line-height: 1;
							box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
							width: 2em;
							height: 2em;
						}
						.cms-popup134-x {
							width: 100%;
							margin: auto;
							line-height: 1;
							vertical-align: middle;
							color: rgba(255,255,255,0.9);
							font-size: 2em;
							font-weight: 300;
							text-align: center;
						}
						.cms-popup134-dismiss-content:hover {
							opacity: .7;
						}
											
					.cms-popup134-content {
						text-align: center;
					}
					.cms-popup134-content p,
					.cms-popup134-content h1,
					.cms-popup134-content h2,
					.cms-popup134-content h3,
					.cms-popup134-content h4,
					.cms-popup134-content h5,
					.cms-popup134-content ul,
					.cms-popup134-content ol,
					.cms-popup134-content li{
						margin: 0;
						padding: .5em 0;
					}
					
											.cms-popup134-content-wrap{
							display: table;
						}
						.cms-popup134-inner-content-wrap{
							display: table-cell;
							vertical-align: middle;
							width: 100%;
						}
					
					form.cms-newsletter-form134 input[type="text"],
					form.cms-newsletter-form134 input[type="email"],
					form.cms-newsletter-form134 input[type="textarea"]{
						display: inline-block;
						vertical-align: middle;
						padding: .5em;
						border-radius: 5px;
						background: none;
						border: 1px solid #333;;
						color: #111;
						outline: 0;
						line-height: 1.2em;
						background: #ddd;
						margin: 0;
					}
					form.cms-newsletter-form134 button,
					form.cms-newsletter-form134 input[type="submit"]{
						display: inline-block;
						vertical-align: middle;
						border: 1px solid #333;
						border-radius: 5px;
						background: #ddd;
						color: #111;
						padding: .5em 1em;
						outline: 0;
						line-height: 1.2em;
						
						background: #eeeeee; /* Old browsers */
						background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
						background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
						background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
					}
					.cms-popup134-content-button{
						position: absolute;
						width: 100%;
						text-align: center;
						z-index: 100;
						bottom: 10px;
						left: 0;
					}
					.cms-popup134-content-button .buttonLinkUrl{
						cursor: pointer;
					}					
					
					.cms-newsletter-form134-response{
						padding: .5em 0;
					}
					.cms-newsletter-form134-response.error{
						color: #aa0000;
					}
					.cms-newsletter-form134-response.success{
						color: #4267b2;
					}
					
					/* Buttons - https://codepen.io/nhadinat/pen/wgmLXQ */
					div.cms-popup134-content .cms-popup-btn{
						padding: .5em 2em;
						font-size: 150%;
						background: #fff;
						background: -moz-linear-gradient(180deg, #fff 0%, #eee 80%, #eee 100%);
						background: -webkit-linear-gradient(180deg, #fff 0%, #eee 80%, #eee 100%);
						background: linear-gradient(180deg, #fff 0%, #eee 80%, #eee 100%);
						display: inline-block;
						border: 1px solid #ccc;
						border-radius: 5px;
						color: #555;
						font-weight: bold;
						text-decoration: none;
						font-weight: bold;
						text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
						box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.2);
					}
					div.cms-popup134-content .cms-popup-btn.newsletterSubmit{
						font-size: 100%;
					}
					div.cms-popup134-content .cms-popup-btn:focus {
						text-decoration: none;
					}
					div.cms-popup134-content .cms-popup-btn:hover {
						background: #fff;
						background: -moz-linear-gradient(180deg, #fff 0%, #fff 80%, #fff 100%);
						background: -webkit-linear-gradient(180deg, #fff 0%, #fff 80%, #fff 100%);
						background: linear-gradient(180deg, #fff 0%, #fff 80%, #fff 100%);
						text-decoration: none;
						box-shadow: 0 10px 24px -2px rgba(0, 0, 0, 0.15);
						transform: scale(1.01);
					}
					div.cms-popup134-content .cms-popup-btn:active {
						background: #eee;
						background: -moz-linear-gradient(180deg, #eee 0%, #eee 80%, #eee 100%);
						background: -webkit-linear-gradient(180deg, #eee 0%, #eee 80%, #eee 100%);
						background: linear-gradient(180deg, #eee 0%, #eee 80%, #eee 100%);
						text-decoration: none;
						box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
						transform: scale(0.99);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-green {
						background: #98d326;
						background: -moz-linear-gradient(180deg, #98d326 0%, #618718 80%, #618718 100%);
						background: -webkit-linear-gradient(180deg, #98d326 0%, #618718 80%, #618718 100%);
						background: linear-gradient(180deg, #98d326 0%, #618718 80%, #618718 100%);
						border: 1px solid #6a802c;
						color: #fff;
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-green:hover {
						background: #98d326;
						background: -moz-linear-gradient(180deg, #98d326 0%, #98d326 80%, #98d326 100%);
						background: -webkit-linear-gradient(180deg, #98d326 0%, #98d326 80%, #98d326 100%);
						background: linear-gradient(180deg, #98d326 0%, #98d326 80%, #98d326 100%);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-green:active {
						background: #618718;
						background: -moz-linear-gradient(180deg, #618718 0%, #618718 80%, #618718 100%);
						background: -webkit-linear-gradient(180deg, #618718 0%, #618718 80%, #618718 100%);
						background: linear-gradient(180deg, #618718 0%, #618718 80%, #618718 100%);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-gold {
						background: #ffda61;
						background: -moz-linear-gradient(180deg, #ffda61 0%, #bd940d 80%, #bd940d 100%);
						background: -webkit-linear-gradient(180deg, #ffda61 0%, #bd940d 80%, #bd940d 100%);
						background: linear-gradient(180deg, #ffda61 0%, #bd940d 80%, #bd940d 100%);
						border: 1px solid #bd940d;
						color: #fff;
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-gold:hover {
						background: #ffda61;
						background: -moz-linear-gradient(180deg, #ffda61 0%, #ffda61 80%, #ffda61 100%);
						background: -webkit-linear-gradient(180deg, #ffda61 0%, #ffda61 80%, #ffda61 100%);
						background: linear-gradient(180deg, #ffda61 0%, #ffda61 80%, #ffda61 100%);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-gold:active {
						background: #bd940d;
						background: -moz-linear-gradient(180deg, #bd940d 0%, #bd940d 80%, #bd940d 100%);
						background: -webkit-linear-gradient(180deg, #bd940d 0%, #bd940d 80%, #bd940d 100%);
						background: linear-gradient(180deg, #bd940d 0%, #bd940d 80%, #bd940d 100%);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-black {
						background: #353535;
						background: -moz-linear-gradient(180deg, #353535 0%, #000 80%, #000 100%);
						background: -webkit-linear-gradient(180deg, #353535 0%, #000 80%, #000 100%);
						background: linear-gradient(180deg, #353535 0%, #000 80%, #000 100%);
						border: 1px solid #000;
						color: #fff;
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-black:hover {
						background: #353535;
						background: -moz-linear-gradient(180deg, #353535 0%, #353535 80%, #353535 100%);
						background: -webkit-linear-gradient(180deg, #353535 0%, #353535 80%, #353535 100%);
						background: linear-gradient(180deg, #353535 0%, #353535 80%, #353535 100%);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-black:active {
						background: #000;
						background: -moz-linear-gradient(180deg, #000 0%, #000 80%, #000 100%);
						background: -webkit-linear-gradient(180deg, #000 0%, #000 80%, #000 100%);
						background: linear-gradient(180deg, #000 0%, #000 80%, #000 100%);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-grey {
						background: #eee;
						background: -moz-linear-gradient(180deg, #eee 0%, #d0d0d0 80%, #d0d0d0 100%);
						background: -webkit-linear-gradient(180deg, #eee 0%, #d0d0d0 80%, #d0d0d0 100%);
						background: linear-gradient(180deg, #eee 0%, #d0d0d0 80%, #d0d0d0 100%);
						border: 1px solid #aaa;
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-grey:hover {
						background: #eee;
						background: -moz-linear-gradient(180deg, #eee 0%, #eee 80%, #eee 100%);
						background: -webkit-linear-gradient(180deg, #eee 0%, #eee 80%, #eee 100%);
						background: linear-gradient(180deg, #eee 0%, #eee 80%, #eee 100%);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-grey:active {
						background: #d0d0d0;
						background: -moz-linear-gradient(180deg, #d0d0d0 0%, #d0d0d0 80%, #d0d0d0 100%);
						background: -webkit-linear-gradient(180deg, #d0d0d0 0%, #d0d0d0 80%, #d0d0d0 100%);
						background: linear-gradient(180deg, #d0d0d0 0%, #d0d0d0 80%, #d0d0d0 100%);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-blue {
						background: #41a1ec;
						background: -moz-linear-gradient(180deg, #41a1ec 0%, #0070c9 80%, #0070c9 100%);
						background: -webkit-linear-gradient(180deg, #41a1ec 0%, #0070c9 80%, #0070c9 100%);
						background: linear-gradient(180deg, #41a1ec 0%, #0070c9 80%, #0070c9 100%);
						border: 1px solid #0070c9;
						color: #fff;
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-blue:hover {
						background: #41a1ec;
						background: -moz-linear-gradient(180deg, #41a1ec 0%, #41a1ec 80%, #41a1ec 100%);
						background: -webkit-linear-gradient(180deg, #41a1ec 0%, #41a1ec 80%, #41a1ec 100%);
						background: linear-gradient(180deg, #41a1ec 0%, #41a1ec 80%, #41a1ec 100%);
					}
					div.cms-popup134-content .cms-popup-btn.cms-popup-btn-blue:active {
						background: #0070c9;
						background: -moz-linear-gradient(180deg, #0070c9 0%, #0070c9 80%, #0070c9 100%);
						background: -webkit-linear-gradient(180deg, #0070c9 0%, #0070c9 80%, #0070c9 100%);
						background: linear-gradient(180deg, #0070c9 0%, #0070c9 80%, #0070c9 100%);
					}
					
					@media only screen and (max-width: 680px) {
						div.cms-popup134 .cms-popup134-content-wrap{
							margin-left: 3%;
							margin-right: 3%;
							font-size: 85%;
							width: 94%;
						}
					}
															
					.popupGmail div.cms-popup-content-wrap{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a1a1a+32,333333+100 */
	background: #1a1a1a; /* Old browsers */
	background: -moz-linear-gradient(45deg, #1a1a1a 32%, #333333 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #1a1a1a 32%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #1a1a1a 32%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cms-popup-container.popupGmail div.cms-popup-content1{
	padding-left:0;
	min-height: 409px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.popupGmail .cms-popup-inner-content-wrap{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.popupGmail .popup-text{
  color: #fff;
  line-height: 1;
}
.popupGmail .popup-text-1 {
  	padding: 0 2em;
    font-size: 120%;
    line-height: 120%;
	font-family: 'proxima_nova_bold';
}
.popupGmail .popup-text-1-amount{
	display: inline-block;
	vertical-align: middle;
	width: 52%;
	text-align: right;
}
.popupGmail .popup-text-1-dolla{
	font-family: 'proxima_nova_bold';
	font-weight: normal;
	font-size: 135%;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding-right: .1em;
}
.popupGmail .popup-text-1-num{
	line-height: .8;
	letter-spacing: 1px;
	font-size: 340%;
	font-weight: normal;
	font-family: 'proxima_nova_bold';
	display: inline-block;
	vertical-align: top;
}
/*
.popupGmail .popup-text-1 img.dollasIcon{
	display: inline-block;
	margin-right: .5em;
}
*/
.popupGmail .popup-text-1-txt{
	text-align: left;
	display: inline-block;
	max-width: 40%;
	vertical-align: middle;
	font-size: 78%;
	letter-spacing: 1px;
	color: #f0f0f0;
}
.popupGmail .popup-text-1-txt .line{
	display: inline-block;
	width: 8em;
	line-height: 1.2;
	text-align: left;
}
.popupGmail .popup-text-2 {
	color: #f0f0f0;
  font-size: 72%;
	letter-spacing: 2px;
  display: block;
  vertical-align: top;
  line-height: 1;
  padding: .5em 0 2.5em;
	border-bottom: 1px solid #393939;
	margin: 0 4em 2em;
}
.popupGmail .popup-text-2-days {
	font-size: 125%;
}
.popupGmail .popup-text-3 {
	font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    margin-bottom: 1.25em;
    font-size: 150%;
	letter-spacing:2px;
    width: 100%;
}
.popup-image {
	padding-top: 2rem;	
}
.popupGmail .prefsRegion{
	font-size: 110%;
	padding: 10px 0;
}
.popupGmail .prefsTitle{
	display: inline-block;
	width: 37%;
	text-align: left;
}
.popupGmail .chxbox{
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75em;
}
.popupGmail .prefsBtn:hover .chxbox{
	border: 1px solid #b0c11d;
}
.popupGmail .prefsBtn.selected:hover .chxbox{
	border: 1px solid #f0f0f0;
}
.popupGmail .selected .chxbox{
	background: #b0c11d url('/images/managed/popup/green-chx.png') center center no-repeat;
}
.popupGmail .prefsBtn{
	width: 48%;
	display: inline-block;
}
.popupGmail .prefsBtn .txt{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.popupGmail .prefsBtns{
	font-size: 91%;
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
	text-align: left;
	width: 40%;
}
.popupGmail .preftsSubmitBtn{
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	letter-spacing: 1px;
	font-size: 100%;
	font-weight: bold;
	padding: .65em 3em;
	margin-top: 2em;
	
	/* background: #B4C42E; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ca03+0,6b812c+100 */
	background: #b4ca03; /* Old browsers */
	background: -moz-linear-gradient(top, #b4ca03 0%, #6b812c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b4ca03 0%,#6b812c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b4ca03 0%,#6b812c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popupGmail .preftsSubmitBtn:hover{
	border: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b812c+0,b4ca03+100 */
	background: #6b812c; /* Old browsers */
	background: -moz-linear-gradient(top, #6b812c 0%, #b4ca03 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6b812c 0%,#b4ca03 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6b812c 0%,#b4ca03 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popupGmail div.cms-popup-dismiss-content{
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
}
.popupGmail .errorBox{
	display: none;
	color: #ff0000;
	text-align: center;
	padding: .5em;
	font-size: 90%;
}

/* cases to hide the "100 off" promo text */
.popupGmail .noPromo .promoTxt{
	display: none;
}

@media only screen and (max-width: 580px) {
	.popupGmail div.cms-popup-content1{
		min-height: 0;
		padding-left: 0;
	}
	.popupGmail div.cms-popup .cms-popup-content-wrap{
		font-size: 100%
	}
	.popupGmail div.cms-popup-content1{
		background: none;
	}
	.popupGmail .popup-text-1{
		padding-top: 2em;
	}
	.popupGmail .popup-text{
		padding-bottom: 2em;
	}
	.popupGmail div.cms-popup-content-wrap{
		border-radius: 5px;
	}
	.popupGmail .popup-text-2{
		padding-bottom: 3.5em;
		margin-bottom: 3em;
	}
	.popupGmail div.cms-popup-content-wrap{
		height: 320px;
	}
	.popupGmail .prefsTitle{
		width: 46%;
	}
	.popupGmail .chxbox{
		display: none;
	}
	.popupGmail .prefsBtns{
		width: auto;
	}
	.popupGmail .prefsBtn{
		padding: .5em .25em;
		border: 1px solid #999;
		border-radius: 3px;
		margin: 0 6px;
		width: 60px;
		height: 30px;
		text-align: center;
	}
	.popupGmail .prefsBtn:hover{
		border: 1px solid #b0c11d;
	}
	.popupGmail .prefsBtn.selected{
		background: #b0c11d;
	}
	.popupGmail .preftsSubmitBtn{
		margin-top: 1.25em;
	}
}				

						.bui-vsteppers {
	display: flex;
	flex-direction: column;
	/* gap: 20px; */
}

.bui-vstepper {
	display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
}

.bui-step-line-count {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.bui-step-tline, .bui-step-bline {
	background-color: black;
	width: 3px;
	display: flex;
	height: 100%;
	align-self: stretch;
	margin-inline: auto;
}

.bui-step-tline {
	min-height: 4px;
}

.bui-step-tline--first, .bui-step-bline--last {
	background-color: white;
}

.bui-step-bline {
	min-height: 32px;
}

.bui-step-count {
	display: flex;
	height: 48px;
	width: 48px;
	color: white;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 24px;
	background: black;
	text-align: center;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 127.273% */
	margin-block: auto;
}

.bui-step-count--unfilled {
	background: white;
	box-shadow: inset 0 0 0 3px black;
	color: black;
}

.bui-step-head-text {
	color: black;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	line-height: 28px; /* 127.273% */
	margin-bottom: 12px;
}

.bui-step-head-text h3 {
	color: black;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 127.273% */
	text-transform: capitalize;
	margin-bottom: 0;
}

.silver-wide h2 {
  /*text-transform:none;*/
  text-align:center;
}
#bannerGuaranteeContainer{
  display: none;
}
#uploadFileResults {
  font-size:150%;
  display:none;
  padding:0.25em;
	color:black;
}
.ty-wrap{
  box-sizing: border-box;
  background: #edf2f5;
  text-align: center;
}
.ty-wrap *{
  box-sizing: inherit;
}
.ty-wrap p{
  text-align: center;
}
.ty-text1 span {
  font-size:70%;
}
.ty-wrap .ty-heading,
.ty-text2{
  font-weight: normal;
  color: #444;
  margin: 0;
}
.ty-wrap .ty-heading {
  padding-top:50px;
  font-size: 32px;
}
body .ty-text2 {
 	font-size: 18px;
	margin-top: .25em;
	margin: 0.25em auto;
	text-align: left;
	width: 100%;
	max-width: 750px;
	padding-left:1em;
	padding-right:1em;
	text-align:center;
}
.ty-photoBox{
  padding: 25px 0 0 0;
  text-align: center;
  position: relative;       
  display:inline-block;
}

.popup-image {
	position:relative;	
}
.popup-image .gmail-howto {
	max-width: 600px;
    height: auto;
}
.popup-image .gmail-icon {
	max-width: 115px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.ty-file{
  position: absolute;
  top: 0;
  left: 0;
  height:60px;
  opacity: 0;
  top: 0;
  left: 0px;
  width: 100%;
  cursor: pointer;
  z-index:1000;
	margin-top: 30px;
}
.ty-why{
  padding-bottom: 1em;
}
.ty-wrap .ty-why .ty-heading{
  font-weight: bold;
}
.ty-why-text h3{
  color: #a3b222;
  font-size: 190%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.ty-why-section p{
  margin: 0;
  padding: 0;
  font-size: 130%;
}
.ty-why-vid{
  display: inline-block;
  width: 69%;
  vertical-align: top;
}
.ty-why-vid iframe{
  width: 100%;
}
.ty-why-text{
  display: inline-block;
  width: 27%;
  vertical-align: top;
  margin-left: 2%;
}
.ty-why-section{
  border-top: 1px solid #c0c0c0;
  padding: 1em 0;         
}
.ty-why-section:first-child{
  border-top: 0;
  padding-top: 0;
}
.ty-why-section:last-child{
  padding-bottom: 0;
}
.ty-return-top{
  display: none;
}
@media only screen and (max-width: 1220px){
  #contentwrapper{
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 900px){
  .ty-wrap{
    font-size: 85%
  }
  .ty-wrap .ty-heading,
  .ty-text2{
    font-size: 210%;
  }
}
@media only screen and (max-width: 700px){
  .ty-wrap{
    padding: 0 1em;
  }
  .ty-raquo{
    border-width: 4px;
  }
}
@media only screen and (max-width: 665px){
  .ty-button {
    font-size:14px;
  }
}
@media only screen and (max-width: 600px){
  .ty-faq-box{
    font-size: 80%;
  }
	.popup-image .gmail-howto {
		max-width:100%;	
	}
}
@media only screen and (max-width: 550px){
  .ty-button {
    text-transform:none;
  }
}
@media only screen and (max-width: 500px){
  .ty-why-text,
  .ty-why-vid{
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  .ty-thanksRight{
    display: none;
  }
/*  .ty-wrap{ removed for sell-rolex typ dev-238
    margin-top: 1.5em;
  }*/
  .ty-photoBox{
    margin: .5em 0 0 0;
  }
  .ty-wrap p,
  .ty-wrap .ty-heading{
    line-height: 1.4em;
  }
  .ty-faq-box{
    font-size: 100%;
    width: auto;
    display: block;
    margin-top: .2em;
    padding: 1.5em .25em;
  }
  .ty-faq-box span{
    display: inline-block;
  }
  .ty-faq-box span.line3{
    display: block;
  }
  .ty-faq-btn{
    width: 75%;
  }
  .ty-raquo{
    display: none;
  }
  .ty-why{
    padding-top: .5em;
  }
  .ty-why-vid{
    margin: 1em 0 .5em;
  }
  .ty-why-text h3,
  .ty-why-section p{
    font-size: 210%;
  }
  #contentwrapper .ty-why-vid iframe{
    max-height: 200px;
  }
  .ty-return-top{
    display: block;
    font-size: 150%;
    text-decoration: none;
    position: fixed;
    bottom: .35em;
    right: .35em;
    background: rgba(222,222,222,.85);
    color: #000;
    padding: .35em .65em;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
  }
  .ty-return-top:hover{
    color: #555;
  }
}
@media only screen and (max-width: 320px){
  .ty-button {
    font-size:12px;
  }
}

/* trade up */
.readyToTrade {
  background-image: url(/images/managed/uxui-95-trade-up-bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin: 20px auto 50px auto;
    height: 300px;
}
.readyToTrade h3 {
  color: #FFF;
    font-size: 42px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 auto 15px auto;
    display: block;
    padding-top: 85px;
}
.readyToTrade a {
  display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #FFF;
    padding: 5px 30px;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
  font-family: "proxima_nova_bold",Arial,Helvetica,sans-serif;
  letter-spacing:2px;
}
.readyToTrade a:hover {
  color:#FFF; 
}

/* how it works */
.howItWorksContainer  {
  padding:20px 0;
}
.howItWorksContainer ol {
    padding: 0 10px;
    margin-bottom: 0;
}
.howItWorksContainer ol li {
  list-style-type: none;
    text-align: center;
    margin: 0px 0 20px 0;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 50px;
    box-sizing: border-box;
}
.mobile-how-image {
  position: relative;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.mobile-how-step {
    margin: 0.75em auto 0 auto;
    /*letter-spacing: 1px;*/
    font-size: 18px;
    color: #353535;
    text-align: center;
    font-weight: normal;
  font-weight:bold;
}
.mobile-how-sub {
    color: #555555;
    font-size: 16px;
    text-align: center;
}
.mobile-how-image-1 {
    background-image: url(/images/managed/sell/sell-rolex-watch-step-1.jpg);
}
.mobile-how-image-2 {
    background-image: url(/images/managed/sell/sell-rolex-watch-step-2.jpg);
}
.mobile-how-image-3 {
    background-image: url(/images/managed/sell/sell-rolex-watch-step-3.jpg);
}
p.questions {
  text-align:center;
  font-size:18px;
  color:#353535;
}
p.questions i {
  padding-left:5px; 
}
p.questions * {
  display:inline-block;
  vertical-align:middle;
}
/* instagram */
.home-social {
  padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
    border-top: 1px solid #d9d9d9;
}
body .cms_region_mobile.instagram {
    margin: 60px auto 0 auto;
  max-width:400px;
    text-align: center;
}

/* home articles */
.home-articles {
  padding-top: 20px;
    padding-bottom: 20px;
}
.home-social h2,
.home-social h2 a,
.home-articles h2,
.home-articles h2 a {
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'proxima_nova_rgregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  margin: 20px 0 40px 0;
  color: #353535;
}
.home-social h2 a:hover,
.home-articles h2 a:hover {
  color: #aaa;
}
.home-articles .article-container {
  width:31%;  
}
.home-articles .article-container a.home-article {
  width:100%;
  
}
.home-articles .article-container a.home-article:hover {
}
.home-articles .article-container a.home-article .article-category {
  color:#FFF;
  background:#313131;
  font-size:14px;
  text-transform:uppercase;
  display:inline-block;
  padding:5px 10px;
  position:absolute;
  z-index:2;
  top:0;
  right:0;
}
.home-articles .article-container .home-article-title {
  position:relative;
  background:none;
  padding-left:0;
  padding-right:0;
}
.home-articles .article-container .home-article-title a {
  line-height:24px; 
  color:#353535;
  font-size:18px;
  text-decoration:none;
  display: block;
    min-height: 67px;
}
.home-articles .article-container .home-article-date {
  color:#777;
  font-size:16px;
  text-transform:uppercase;
  text-align:left;
  padding:5px 0;
}
.home-articles .article-container .home-article-read-more {
  text-align:left;
  border-top:1px solid #cdcdcd;
  padding:5px 0;
}
.home-articles .article-container .home-article-read-more a {
  font-size:16px;
  text-transform:uppercase;
  color:#777;
  text-decoration:none;
}
.home-articles .view-all {
  text-align:center;  
}
.home-articles .view-all a {
  background: #fff;
    background: -moz-linear-gradient(180deg, #fff 0%, #eee 80%, #eee 100%);
    background: -webkit-linear-gradient(180deg, #fff 0%, #eee 80%, #eee 100%);
    background: linear-gradient(180deg, #fff 0%, #eee 80%, #eee 100%);
    margin: 2rem auto 1rem auto;
    width: 250px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 14px 30px 15px;
    border-radius: 5px;
    color: #1a1a1a;
    font-weight: bold;
    font-family: "proxima_nova_bold",Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-out;
}
.home-articles .view-all a:hover {
  background: #fff;
    background: -moz-linear-gradient(180deg, #fff 0%, #fff 80%, #fff 100%);
    background: -webkit-linear-gradient(180deg, #fff 0%, #fff 80%, #fff 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 80%, #fff 100%);
    text-decoration: none;
    box-shadow: 0 10px 24px -2px rgba(0, 0, 0, 0.15);
    transform: scale(1.01); 
}
@media only screen and (max-width: 768px) {
  .home-articles .article-container {
    width:48%;
    }
    .home-articles .article-container a.home-article {
    background-size:cover;
    }
    .home-articles .article-container:nth-child(3) {
    display:none;
    } 
  .howItWorksContainer ol {
    width:75%;
    margin:0 auto;
    padding:0;
  }
  body .howItWorksContainer ol li {
    width:100%;
    text-align:center;
  }
  body .howItWorksContainer .mobile-how-image {
    display:inline-block;
    vertical-align:top;
    width:100px;
  }
  body .howItWorksContainer .mobile-how-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
    box-sizing: border-box; 
    padding-left:10px;
  }
  body .mobile-how-step,
  body .mobile-how-sub {
    text-align:left;  
  }
  .mobile-how-sub br {
    display:none; 
  }
  .readyToTrade {
    background-size: cover;
      background-position: -320px;
    /*margin: 0 -1em;
      width: calc(100% + 2em);*/
  }
}
@media only screen and (max-width: 577px) {
  .home-articles .article-container:nth-child(2) {
    display:none; 
  }
  .home-articles .article-container {
    width:100%; 
  }
}
@media only screen and (max-width: 421px) {
  .howItWorksContainer ol {
    width:100%;
  }
  body .howItWorksContainer ol li {
    padding:0;  
  }
  .readyToTrade {
    padding: 1em;
    background-position: -730px;
    position:relative;
  }
  .readyToTrade:before {
    content:'';
    position:absolute;
    background:rgba(0,0,0,0.5);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
  }
  .readyToTrade * {
    position:relative;
    z-index:2;
  }
  .readyToTrade h3 {
    padding-top: 45px;
  }
}

/* ============================================================
   Bootstrap 5 replacements for LitJS <bui-*> components
   (sell-rolex-watch-thank-you.html)
   Layout uses native Bootstrap grid (row / col / order / align /
   gutters). Only bespoke spacing + serif title that have no
   Bootstrap utility equivalent are defined here.
   ============================================================ */

/* Cover image (this page only): explicit 40px vertical padding so the
   hero whitespace matches the .ty-2col-section rhythm. min-height dropped
   so the spacing is padding-driven and cannot drift with content height. */
body .cms-cover-image {
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* 2-column sections: vertical padding tightened to match the hero's
   40px whitespace; horizontal padding stays responsive.
   Content text color carried here too. */
.ty-2col-section {
  padding: 40px 0;
  color: var(--mgray800, #292a27);
  line-height: 1.75rem;
}
/* centered max-width (wider than any Bootstrap container) */
.ty-2col-row {
  max-width: 1528px;
}
.ty-2col-section .ty-2col-title {
  display: block;
  font-family: var(--bui-font-serif, "Frank Ruhl Libre", "Utopia Std", serif);
  font-weight: 400;
  font-style: normal;
  font-size: var(--h2);
  letter-spacing: var(--tracking-tight, -0.016em);
  line-height: 56px;
  margin: 0 0 24px 0;
  padding: 0;
  text-transform: none;
  color: var(--mgray950, #0a0b09);
}
@media (max-width: 1199.98px) {
  .ty-2col-section .ty-2col-title { line-height: 48px; }
}
@media (max-width: 767.98px) {
  .ty-2col-section .ty-2col-title { line-height: 40px; }
}
@media (min-width: 768px) {
  .ty-2col-section { padding: 40px 32px; }
}
@media (min-width: 992px) {
  .ty-2col-section { padding: 40px 40px; }
}

/* --- bui-accordion equivalent (Bootstrap collapse + custom skin to match original) --- */
.ty-accordion {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.ty-accordion-item {
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  color: var(--mgray700, #444641);
  line-height: 1.75rem;
}
.ty-accordion-item:last-of-type {
  border-bottom: none;
}
.ty-accordion-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  text-align: left;
  margin: 0;
  padding: 12px 8px 12px 16px;
  background: none;
  border: none;
  outline: 0;
  cursor: pointer;
  color: var(--mgray800, #292a27);
  font-family: var(--bui-font-sans, Inter, sans-serif);
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.ty-accordion-button:hover,
.ty-accordion-button[aria-expanded="true"] {
  background-color: #f6f6f6;
}
.ty-accordion-button:focus {
  outline: 0;
  background-color: #fafafa;
}
.ty-accordion-button svg {
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
  flex-shrink: 0;
  fill: var(--mgray800, #292a27);
  transition: transform .3s ease;
}
.ty-accordion-button[aria-expanded="true"] svg {
  transform: rotate(-180deg);
}
.ty-accordion-body {
  padding: 12px 8px 12px 16px;
}
.ty-accordion-body a {
  color: var(--mgray950, #0a0b09);
}

/* ===== Mobile fixes (this page only) ===== */
/* Hero H1: drop the global mobile (<=1199px) 1.6px letter-spacing that read as too "spaced out" */
@media (max-width: 1199px) {
  body .cms-cover-image h1 { letter-spacing: normal; }
}
/* Upload CTA: let the long button label wrap instead of running off narrow screens
   (overrides Bootstrap .text-nowrap); height:auto so the wrapped 2-line label is not clipped */
.ty-photoBox,
.ty-photoBox .btn { max-width: 100%; }
.ty-photoBox .btn { white-space: normal !important; height: auto; font-size: 14px; }
/* Section divider <hr>: Bootstrap's Reboot sets hr{box-sizing:content-box}, so with the
   .container-fluid padding it computed 24px wider than the viewport and caused a small
   horizontal scroll on mobile. (The reviews .slick-track is already clipped by .slick-list
   and was not the cause.) */
hr.container-fluid.pageWidth { box-sizing: border-box; }
						
