html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html > body {
	background: #f7f7f7;
	color: #333333;
  	background: #f0eeec;
	font-family: "Market Sans" !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 100%;
	margin:0;
}
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
a,
a:focus,
a:visited {
  color: #0654ba;
  text-decoration: none;
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
@font-face {
  font-family: "Market Sans";
  src: url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-Regular-WebS.eot');
  src: url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-Regular-WebS.eot?#iefix') format('embedded-opentype'), url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-Regular-WebS.woff2') format('woff2'), url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-Regular-WebS.woff') format('woff'), url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-Regular-WebS.ttf') format('truetype'), url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-Regular-WebS.svg#MarketSans-Regular-WebS') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Market Sans";
  src: url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-SemiBold-WebS.eot');
  src: url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-SemiBold-WebS.eot?#iefix') format('embedded-opentype'), url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-SemiBold-WebS.woff2') format('woff2'), url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-SemiBold-WebS.woff') format('woff'), url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-SemiBold-WebS.ttf') format('truetype'), url('https://ir.ebaystatic.com/cr/v/c1/market-sans/v1.0/MarketSans-SemiBold-WebS.svg#MarketSans-SemiBold-WebS') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
    font-family: "vq-icon-font";
    font-style: normal;
    font-weight: normal;
    src: url("https://ir.ebaystatic.com/cr/v/c1/skin/v2.5.5/fonts/vq-icon-font.eot?#iefix") format("embedded-opentype"), 
	url("https://ir.ebaystatic.com/cr/v/c1/skin/v2.5.5/fonts/vq-icon-font.woff") format("woff"), 
	url("https://ir.ebaystatic.com/cr/v/c1/skin/v2.5.5/fonts/vq-icon-font.ttf") format("truetype"), 
	url("https://ir.ebaystatic.com/cr/v/c1/skin/v2.5.5/fonts/vq-icon-font.svg#vq-icon-font") format("svg");
}

/* Font setting starts */
html > body {
	font-size: 14px;
}
@media(min-width:961px) {
	html > body {
		font-size: 15px;
	}
}
/* Font setting ends */

/* Custom CSS starts */
.grid {
	margin:0 auto; /* Overwriting default skin CSS */
}
.grid__group--no-gutters .grid__cell {
	padding-right:0;
}
.grid__group.grid__group--no-gutters {
	padding-left:0 !important;
}
.term p, .term ol, .term ul {
	margin:3px 0 5px 0;
}
.terms {
	line-height:1.35;
}
.txt-inr h1 {
	font-size:2.75em;
}
.terms a {
	color:#0565cf;
	text-decoration:none;
	border-bottom:1px solid #0565cf;
}
.term h3 {
	margin:15px 0 0 0;
	padding-top:10px;
}
.accordianData h3:nth-child(1) {
	border-top:none;
	padding-top:0;
}
.accordianData {
	padding:0 30px;
}
.term {
	background:#FFF;
}
.expando > div {
	margin:0.875rem 1rem;
}
.expando > button {
	background:none;
	border:none;
	padding:0;
}
.expando button {
	font-size:1.25em;
	text-align:left;
	cursor:pointer;
}
.expando h3 {
	font-weight:bold;
}
.expando button::before {
	content:"\e608";
	-ms-transition:all ease-in-out 0.1s;
	-moz-transition:all ease-in-out 0.1s;
	-webkit-transition:all ease-in-out 0.1s;
	transition:all ease-in-out 0.1s;
	margin-right:10px;
	position:relative;
	top:2px;
}
.expando.expanded button::before {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
a.cta:hover, 
a.cta:active {
	text-decoration:none !important;
}
.terms {
	margin-top:8px;
	margin-bottom:0px;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
.term ul, .term ol {
	padding-left:32px;
}
a.cta {
	line-height:1.5em;
	font-weight:400;
	display:inline-block;
	transition: all 0.2s ease-in-out 0s;
    left: 0;
    padding-right: 64px;
    position: relative;
    top: 0;
	width: auto !important;
	max-width: 346px;
    width: 100%;
	padding:12px 20px;
	position:relative;
}
a.cta::after {
    transition: all 0.2s ease-in-out 0s;
}
a.cta {
	padding:10px;
	display:inline-block;
}
a.cta::after, 
.expando-js > button::before {
    font-family: "vq-icon-font";
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: inline-block;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.cta::after {
	/* Safari */
	-webkit-transform: rotate(135deg);
	/* Firefox */
	-moz-transform: rotate(135deg);
	/* IE */
	-ms-transform: rotate(135deg);
	/* Opera */
	-o-transform: rotate(135deg);
}

a.cta::after {
	content:"\e900";
	margin-left:10px;
	position:relative;
	top:3px;
}
.container {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    list-style: outside none none;
}
.banner-img figure {
	margin:0;
	height:100%;
}
.txt-cntr > * {
	margin: 0 2rem;
}
.txt-cntr > h1 {
	margin-top:30px;
}
.txt-inr {
	min-height:190px;
	overflow:hidden;
	padding-bottom:30px;
}
.cta-cntr {
	height:auto;
	display:table;
}
.banner-img figure img {
	width:100%;
	height:inherit;
}
/* Color setting starts */
a.cta.bordered {
	border: 2px solid #c1f5ff;
}
a.cta, 
a.cta:active, 
a.cta:link, 
a.cta:hover, 
a.cta:focus, 
a.cta:visited {
    color: #c1f5ff;
	text-decoration:none;
}
a.cta:hover, 
a.cta:focus {
	background-color: #c1f5ff;
    box-shadow: 6px 6px 0 rgba(193, 245, 255, 0.25);
    color: #85016b;
}
.cta-open a.cta {
	border:none;
}
/* Theme 1 starts */
.theme-1 .txt-cntr {
	background-color:#ABD1FA;
}
.theme-1 .txt-cntr,
.theme-1 a.cta, 
.theme-1 a.cta:active, 
.theme-1 a.cta:link, 
.theme-1 a.cta:hover, 
.theme-1 a.cta:focus, 
.theme-1 a.cta:visited, 
.theme-1 {
	color:#0A1C6B;
}
.theme-1.cta-filled a.cta,
.theme-1.cta-stroked a.cta {
	border: 2px solid #0A1C6B;
}
.theme-1.cta-open a.cta:hover,
.theme-1.cta-open a.cta:focus,
.theme-1.cta-filled a.cta:hover,
.theme-1.cta-filled a.cta:focus,
.theme-1.cta-stroked a.cta:hover, 
.theme-1.cta-stroked a.cta:focus,
.theme-1.cta-filled a.cta {
	background-color: #0A1C6B;
	color: #ABD1FA;
}
.theme-1.cta-open a.cta:hover,
.theme-1.cta-open a.cta:focus,
.theme-1.cta-filled a.cta:hover,
.theme-1.cta-filled a.cta:focus,
.theme-1.cta-stroked a.cta:hover, 
.theme-1.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(10, 28, 107, 0.25);
}
@media(min-width:961px) {
	.theme-1.cta-open a.cta:hover,
	.theme-1.cta-open a.cta:focus,
	.theme-1.cta-filled a.cta:hover,
	.theme-1.cta-filled a.cta:focus,
	.theme-1.cta-stroked a.cta:hover, 
	.theme-1.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(10, 28, 107, 0.25);
	}
}
/* Theme 1 ends */


/* Theme 2 starts */
.theme-2 .txt-cntr {
	background-color:#0A1C6B;
}
.theme-2 .txt-cntr,
.theme-2 a.cta, 
.theme-2 a.cta:active, 
.theme-2 a.cta:link, 
.theme-2 a.cta:hover, 
.theme-2 a.cta:focus, 
.theme-2 a.cta:visited, 
.theme-2 {
	color:#5DF0AD;
}
.theme-2.cta-filled a.cta,
.theme-2.cta-stroked a.cta {
	border: 2px solid #5DF0AD;
}
.theme-2.cta-open a.cta:hover,
.theme-2.cta-open a.cta:focus,
.theme-2.cta-filled a.cta:hover,
.theme-2.cta-filled a.cta:focus,
.theme-2.cta-stroked a.cta:hover, 
.theme-2.cta-stroked a.cta:focus,
.theme-2.cta-filled a.cta {
	background-color: #5DF0AD;
	color: #0A1C6B;
}
.theme-2.cta-open a.cta:hover,
.theme-2.cta-open a.cta:focus,
.theme-2.cta-filled a.cta:hover,
.theme-2.cta-filled a.cta:focus,
.theme-2.cta-stroked a.cta:hover, 
.theme-2.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(93, 240, 173, 0.25);
}
@media(min-width:961px) {
	.theme-2.cta-open a.cta:hover,
	.theme-2.cta-open a.cta:focus,
	.theme-2.cta-filled a.cta:hover,
	.theme-2.cta-filled a.cta:focus,
	.theme-2.cta-stroked a.cta:hover, 
	.theme-2.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(93, 240, 173, 0.25);
	}
}
/* Theme 2 ends */

/* Theme 3 starts */
.theme-3 .txt-cntr {
	background-color:#5DF0AD;
}
.theme-3 .txt-cntr,
.theme-3 a.cta, 
.theme-3 a.cta:active, 
.theme-3 a.cta:link, 
.theme-3 a.cta:hover, 
.theme-3 a.cta:focus, 
.theme-3 a.cta:visited, 
.theme-3 {
	color:#0A1C6B;
}
.theme-3.cta-filled a.cta,
.theme-3.cta-stroked a.cta {
	border: 2px solid #0A1C6B;
}
.theme-3.cta-open a.cta:hover,
.theme-3.cta-open a.cta:focus,
.theme-3.cta-filled a.cta:hover,
.theme-3.cta-filled a.cta:focus,
.theme-3.cta-stroked a.cta:hover, 
.theme-3.cta-stroked a.cta:focus,
.theme-3.cta-filled a.cta {
	background-color: #0A1C6B;
	color: #5DF0AD;
}
.theme-3.cta-open a.cta:hover,
.theme-3.cta-open a.cta:focus,
.theme-3.cta-filled a.cta:hover,
.theme-3.cta-filled a.cta:focus,
.theme-3.cta-stroked a.cta:hover, 
.theme-3.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(10, 28, 107, 0.25);
}
@media(min-width:961px) {
	.theme-3.cta-open a.cta:hover,
	.theme-3.cta-open a.cta:focus,
	.theme-3.cta-filled a.cta:hover,
	.theme-3.cta-filled a.cta:focus,
	.theme-3.cta-stroked a.cta:hover, 
	.theme-3.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(10, 28, 107, 0.25);
	}
}
/* Theme 3 ends */

/* Theme 4 starts */
.theme-4 .txt-cntr {
	background-color:#FFFFFF;
}
.theme-4 .txt-cntr,
.theme-4 a.cta, 
.theme-4 a.cta:active, 
.theme-4 a.cta:link, 
.theme-4 a.cta:hover, 
.theme-4 a.cta:focus, 
.theme-4 a.cta:visited, 
.theme-4 {
	color:#006EFC;
}
.theme-4.cta-filled a.cta,
.theme-4.cta-stroked a.cta {
	border: 2px solid #006EFC;
}
.theme-4.cta-open a.cta:hover,
.theme-4.cta-open a.cta:focus,
.theme-4.cta-filled a.cta:hover,
.theme-4.cta-filled a.cta:focus,
.theme-4.cta-stroked a.cta:hover, 
.theme-4.cta-stroked a.cta:focus,
.theme-4.cta-filled a.cta {
	background-color: #006EFC;
	color: #FFFFFF;
}
.theme-4.cta-open a.cta:hover,
.theme-4.cta-open a.cta:focus,
.theme-4.cta-filled a.cta:hover,
.theme-4.cta-filled a.cta:focus,
.theme-4.cta-stroked a.cta:hover, 
.theme-4.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(0, 110, 252, 0.25);
}
@media(min-width:961px) {
	.theme-4.cta-open a.cta:hover,
	.theme-4.cta-open a.cta:focus,
	.theme-4.cta-filled a.cta:hover,
	.theme-4.cta-filled a.cta:focus,
	.theme-4.cta-stroked a.cta:hover, 
	.theme-4.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(0, 110, 252, 0.25);
	}
}
/* Theme 4 ends */

/* Theme 5 starts */
.theme-5 .txt-cntr {
	background-color:#FACCD4;
}
.theme-5 .txt-cntr,
.theme-5 a.cta, 
.theme-5 a.cta:active, 
.theme-5 a.cta:link, 
.theme-5 a.cta:hover, 
.theme-5 a.cta:focus, 
.theme-5 a.cta:visited, 
.theme-5 {
	color:#85006B;
}
.theme-5.cta-filled a.cta,
.theme-5.cta-stroked a.cta {
	border: 2px solid #85006B;
}
.theme-5.cta-open a.cta:hover,
.theme-5.cta-open a.cta:focus,
.theme-5.cta-filled a.cta:hover,
.theme-5.cta-filled a.cta:focus,
.theme-5.cta-stroked a.cta:hover, 
.theme-5.cta-stroked a.cta:focus,
.theme-5.cta-filled a.cta {
	background-color: #85006B;
	color: #FACCD4;
}
.theme-5.cta-open a.cta:hover,
.theme-5.cta-open a.cta:focus,
.theme-5.cta-filled a.cta:hover,
.theme-5.cta-filled a.cta:focus,
.theme-5.cta-stroked a.cta:hover, 
.theme-5.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(133, 0, 107, 0.25);
}
@media(min-width:961px) {
	.theme-5.cta-open a.cta:hover,
	.theme-5.cta-open a.cta:focus,
	.theme-5.cta-filled a.cta:hover,
	.theme-5.cta-filled a.cta:focus,
	.theme-5.cta-stroked a.cta:hover, 
	.theme-5.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(133, 0, 107, 0.25);
	}
}
/* Theme 5 ends */

/* Theme 6 starts */
.theme-6 .txt-cntr {
	background-color:#85006B;
}
.theme-6 .txt-cntr,
.theme-6 a.cta, 
.theme-6 a.cta:active, 
.theme-6 a.cta:link, 
.theme-6 a.cta:hover, 
.theme-6 a.cta:focus, 
.theme-6 a.cta:visited, 
.theme-6 {
	color:#FACCD4;
}
.theme-6.cta-filled a.cta,
.theme-6.cta-stroked a.cta {
	border: 2px solid #FACCD4;
}
.theme-6.cta-open a.cta:hover,
.theme-6.cta-open a.cta:focus,
.theme-6.cta-filled a.cta:hover,
.theme-6.cta-filled a.cta:focus,
.theme-6.cta-stroked a.cta:hover, 
.theme-6.cta-stroked a.cta:focus,
.theme-6.cta-filled a.cta {
	background-color: #FACCD4;
	color: #85006B;
}
.theme-6.cta-open a.cta:hover,
.theme-6.cta-open a.cta:focus,
.theme-6.cta-filled a.cta:hover,
.theme-6.cta-filled a.cta:focus,
.theme-6.cta-stroked a.cta:hover, 
.theme-6.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(250, 204, 212, 0.25);
}
@media(min-width:961px) {
	.theme-6.cta-open a.cta:hover,
	.theme-6.cta-open a.cta:focus,
	.theme-6.cta-filled a.cta:hover,
	.theme-6.cta-filled a.cta:focus,
	.theme-6.cta-stroked a.cta:hover, 
	.theme-6.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(250, 204, 212, 0.25);
	}
}
/* Theme 6 ends */

/* Theme 7 starts */
.theme-7 .txt-cntr {
	background-color:#FFFFFF;
}
.theme-7 .txt-cntr,
.theme-7 a.cta, 
.theme-7 a.cta:active, 
.theme-7 a.cta:link, 
.theme-7 a.cta:hover, 
.theme-7 a.cta:focus, 
.theme-7 a.cta:visited, 
.theme-7 {
	color:#FD4664;
}
.theme-7.cta-filled a.cta,
.theme-7.cta-stroked a.cta {
	border: 2px solid #FD4664;
}
.theme-7.cta-open a.cta:hover,
.theme-7.cta-open a.cta:focus,
.theme-7.cta-filled a.cta:hover,
.theme-7.cta-filled a.cta:focus,
.theme-7.cta-stroked a.cta:hover, 
.theme-7.cta-stroked a.cta:focus,
.theme-7.cta-filled a.cta {
	background-color: #FD4664;
	color: #FFFFFF;
}
.theme-7.cta-open a.cta:hover,
.theme-7.cta-open a.cta:focus,
.theme-7.cta-filled a.cta:hover,
.theme-7.cta-filled a.cta:focus,
.theme-7.cta-stroked a.cta:hover, 
.theme-7.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(253, 70, 100, 0.25);
}
@media(min-width:961px) {
	.theme-7.cta-open a.cta:hover,
	.theme-7.cta-open a.cta:focus,
	.theme-7.cta-filled a.cta:hover,
	.theme-7.cta-filled a.cta:focus,
	.theme-7.cta-stroked a.cta:hover, 
	.theme-7.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(253, 70, 100, 0.25);
	}
}
/* Theme 7 ends */

/* Theme 8 starts */
.theme-8 .txt-cntr {
	background-color:#85016b;
}
.theme-8 .txt-cntr,
.theme-8 a.cta, 
.theme-8 a.cta:active, 
.theme-8 a.cta:link, 
.theme-8 a.cta:hover, 
.theme-8 a.cta:focus, 
.theme-8 a.cta:visited, 
.theme-8 {
	color:#c2f5ff;
}
.theme-8.cta-filled a.cta,
.theme-8.cta-stroked a.cta {
	border: 2px solid #c2f5ff;
}
.theme-8.cta-open a.cta:hover,
.theme-8.cta-open a.cta:focus,
.theme-8.cta-filled a.cta:hover,
.theme-8.cta-filled a.cta:focus,
.theme-8.cta-stroked a.cta:hover, 
.theme-8.cta-stroked a.cta:focus,
.theme-8.cta-filled a.cta {
	background-color: #c2f5ff;
	color: #85016b;
}
.theme-8.cta-open a.cta:hover,
.theme-8.cta-open a.cta:focus,
.theme-8.cta-filled a.cta:hover,
.theme-8.cta-filled a.cta:focus,
.theme-8.cta-stroked a.cta:hover, 
.theme-8.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(194, 245, 255, 0.25);
}
@media(min-width:961px) {
	.theme-8.cta-open a.cta:hover,
	.theme-8.cta-open a.cta:focus,
	.theme-8.cta-filled a.cta:hover,
	.theme-8.cta-filled a.cta:focus,
	.theme-8.cta-stroked a.cta:hover, 
	.theme-8.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(194, 245, 255, 0.25);
	}
}
/* Theme 8 ends */

/* Theme 9 starts */
.theme-9 .txt-cntr {
	background-color:#c2f5ff;
}
.theme-9 .txt-cntr,
.theme-9 a.cta, 
.theme-9 a.cta:active, 
.theme-9 a.cta:link, 
.theme-9 a.cta:hover, 
.theme-9 a.cta:focus, 
.theme-9 a.cta:visited, 
.theme-9 {
	color:#85016b;
}
.theme-9.cta-filled a.cta,
.theme-9.cta-stroked a.cta {
	border: 2px solid #85016b;
}
.theme-9.cta-open a.cta:hover,
.theme-9.cta-open a.cta:focus,
.theme-9.cta-filled a.cta:hover,
.theme-9.cta-filled a.cta:focus,
.theme-9.cta-stroked a.cta:hover, 
.theme-9.cta-stroked a.cta:focus,
.theme-9.cta-filled a.cta {
	background-color: #85016b;
	color: #c2f5ff;
}
.theme-9.cta-open a.cta:hover,
.theme-9.cta-open a.cta:focus,
.theme-9.cta-filled a.cta:hover,
.theme-9.cta-filled a.cta:focus,
.theme-9.cta-stroked a.cta:hover, 
.theme-9.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(133, 1, 107, 0.25);
}
@media(min-width:961px) {
	.theme-9.cta-open a.cta:hover,
	.theme-9.cta-open a.cta:focus,
	.theme-9.cta-filled a.cta:hover,
	.theme-9.cta-filled a.cta:focus,
	.theme-9.cta-stroked a.cta:hover, 
	.theme-9.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(133, 1, 107, 0.25);
	}
}
/* Theme 9 ends */

/* Theme 10 starts */
.theme-10 .txt-cntr {
	background-color:#85016b;
}
.theme-10 .txt-cntr,
.theme-10 a.cta, 
.theme-10 a.cta:active, 
.theme-10 a.cta:link, 
.theme-10 a.cta:hover, 
.theme-10 a.cta:focus, 
.theme-10 a.cta:visited, 
.theme-10 {
	color:#ffef74;
}
.theme-10.cta-filled a.cta,
.theme-10.cta-stroked a.cta {
	border: 2px solid #ffef74;
}
.theme-10.cta-open a.cta:hover,
.theme-10.cta-open a.cta:focus,
.theme-10.cta-filled a.cta:hover,
.theme-10.cta-filled a.cta:focus,
.theme-10.cta-stroked a.cta:hover, 
.theme-10.cta-stroked a.cta:focus,
.theme-10.cta-filled a.cta {
	background-color: #ffef74;
	color: #85016b;
}
.theme-10.cta-open a.cta:hover,
.theme-10.cta-open a.cta:focus,
.theme-10.cta-filled a.cta:hover,
.theme-10.cta-filled a.cta:focus,
.theme-10.cta-stroked a.cta:hover, 
.theme-10.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(255, 239, 116, 0.25);
}
@media(min-width:961px) {
	.theme-10.cta-open a.cta:hover,
	.theme-10.cta-open a.cta:focus,
	.theme-10.cta-filled a.cta:hover,
	.theme-10.cta-filled a.cta:focus,
	.theme-10.cta-stroked a.cta:hover, 
	.theme-10.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(255, 239, 116, 0.25);
	}
}
/* Theme 10 ends */

/* Theme 11 starts */
.theme-11 .txt-cntr {
	background-color:#ffef74;
}
.theme-11 .txt-cntr,
.theme-11 a.cta, 
.theme-11 a.cta:active, 
.theme-11 a.cta:link, 
.theme-11 a.cta:hover, 
.theme-11 a.cta:focus, 
.theme-11 a.cta:visited, 
.theme-11 {
	color:#85016b;
}
.theme-11.cta-filled a.cta,
.theme-11.cta-stroked a.cta {
	border: 2px solid #85016b;
}
.theme-11.cta-open a.cta:hover,
.theme-11.cta-open a.cta:focus,
.theme-11.cta-filled a.cta:hover,
.theme-11.cta-filled a.cta:focus,
.theme-11.cta-stroked a.cta:hover, 
.theme-11.cta-stroked a.cta:focus,
.theme-11.cta-filled a.cta {
	background-color: #85016b;
	color: #ffef74;
}
.theme-11.cta-open a.cta:hover,
.theme-11.cta-open a.cta:focus,
.theme-11.cta-filled a.cta:hover,
.theme-11.cta-filled a.cta:focus,
.theme-11.cta-stroked a.cta:hover, 
.theme-11.cta-stroked a.cta:focus {
    box-shadow: 6px 6px 0 rgba(133, 1, 107, 0.25);
}
@media(min-width:961px) {
	.theme-11.cta-open a.cta:hover,
	.theme-11.cta-open a.cta:focus,
	.theme-11.cta-filled a.cta:hover,
	.theme-11.cta-filled a.cta:focus,
	.theme-11.cta-stroked a.cta:hover, 
	.theme-11.cta-stroked a.cta:focus {
		box-shadow: 12px 12px 0 rgba(133, 1, 107, 0.25);
	}
}
/* Theme 11 ends */

/* Color setting ends */

/* Banner setting starts */
.semi-banner .banner-img figure,
.full-banner {
	background-position:center;
	background-size:cover;
}
.semi-banner .banner-img figure {
	height:300px;
}
.full-banner.banner-1 {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_600x600.jpg');
}
.full-banner.banner-2 {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_600x600.jpg');
}
.full-banner.banner-3 {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_600x600.jpg');
}
.full-banner.banner-4 {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_600x600.jpg');
}
.full-banner.banner-5 {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_600x600.jpg');
}
.full-banner.banner-6 {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_600x600.jpg');
}
.full-banner.banner-7 {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_600x600.jpg');
}
.semi-banner.banner-1 .banner-img figure {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_600x300.jpg');
}
.semi-banner.banner-2 .banner-img figure {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_600x300.jpg');
}
.semi-banner.banner-3 .banner-img figure {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_600x300.jpg');
}
.semi-banner.banner-4 .banner-img figure {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_600x300.jpg');
}
.semi-banner.banner-5 .banner-img figure {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_600x300.jpg');
}
.semi-banner.banner-6 .banner-img figure {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_600x300.jpg');
}
.semi-banner.banner-7 .banner-img figure {
	background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_600x300.jpg');
}
@media(min-width:601px) {
	.semi-banner.banner-1 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_960x300.jpg');
	}
	.semi-banner.banner-2 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_960x300.jpg');
	}
	.semi-banner.banner-3 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_960x300.jpg');
	}
	.semi-banner.banner-4 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_960x300.jpg');
	}
	.semi-banner.banner-5 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_960x300.jpg');
	}
	.semi-banner.banner-6 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_960x300.jpg');
	}
	.semi-banner.banner-7 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_960x300.jpg');
	}
	.full-banner.banner-1 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_960x600.jpg');
	}
	.full-banner.banner-2 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_960x600.jpg');
	}
	.full-banner.banner-3 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_960x600.jpg');
	}
	.full-banner.banner-4 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_960x600.jpg');
	}
	.full-banner.banner-5 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_960x600.jpg');
	}
	.full-banner.banner-6 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_960x600.jpg');
	}
	.full-banner.banner-7 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_960x600.jpg');
	}
}
@media(min-width:961px) {
	.full-banner,
	.semi-banner .banner-img figure {
		height:450px;
	}
	.semi-banner.banner-1 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_880x450.jpg');
	}
	.semi-banner.banner-2 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_880x450.jpg');
	}
	.semi-banner.banner-3 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_880x450.jpg');
	}
	.semi-banner.banner-4 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_880x450.jpg');
	}
	.semi-banner.banner-5 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_880x450.jpg');
	}
	.semi-banner.banner-6 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_880x450.jpg');
	}
	.semi-banner.banner-7 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_880x450.jpg');
	}
	.full-banner.banner-1 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_1280x450.jpg');
	}
	.full-banner.banner-2 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_1280x450.jpg');
	}
	.full-banner.banner-3 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_1280x450.jpg');
	}
	.full-banner.banner-4 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_1280x450.jpg');
	}
	.full-banner.banner-5 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_1280x450.jpg');
	}
	.full-banner.banner-6 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_1280x450.jpg');
	}
	.full-banner.banner-7 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_1280x450.jpg');
	}
}
/* Retina css starts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5), 
only screen and (min--moz-device-pixel-ratio:1.5), 
only screen and (-o-min-device-pixel-ratio:1.5), 
only screen and (min-device-pixel-ratio:1.5), 
only screen and (min-resolution:192dpi), 
only screen and (min-resolution:2dppx) {
	.semi-banner.banner-1 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_1200x600.jpg');
	}
	.semi-banner.banner-2 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_1200x600.jpg');
	}
	.semi-banner.banner-3 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_1200x600.jpg');
	}
	.semi-banner.banner-4 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_1200x600.jpg');
	}
	.semi-banner.banner-5 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_1200x600.jpg');
	}
	.semi-banner.banner-6 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_1200x600.jpg');
	}
	.semi-banner.banner-7 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_1200x600.jpg');
	}
	.full-banner.banner-1 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_1200x1200.jpg');
	}
	.full-banner.banner-2 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_1200x1200.jpg');
	}
	.full-banner.banner-3 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_1200x1200.jpg');
	}
	.full-banner.banner-4 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_1200x1200.jpg');
	}
	.full-banner.banner-5 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_1200x1200.jpg');
	}
	.full-banner.banner-6 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_1200x1200.jpg');
	}
	.full-banner.banner-7 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_1200x1200.jpg');
	}
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (min-width:601px), 
only screen and (min--moz-device-pixel-ratio:1.5) and (min-width:601px), 
only screen and (-o-min-device-pixel-ratio:1.5) and (min-width:601px), 
only screen and (min-device-pixel-ratio:1.5) and (min-width:601px), 
only screen and (min-resolution:192dpi) and (min-width:601px), 
only screen and (min-resolution:2dppx) and (min-width:601px) {
	.semi-banner.banner-1 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_1920x600.jpg');
	}
	.semi-banner.banner-2 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_1920x600.jpg');
	}
	.semi-banner.banner-3 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_1920x600.jpg');
	}
	.semi-banner.banner-4 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_1920x600.jpg');
	}
	.semi-banner.banner-5 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_1920x600.jpg');
	}
	.semi-banner.banner-6 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_1920x600.jpg');
	}
	.semi-banner.banner-7 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_1920x600.jpg');
	}
	.full-banner.banner-1 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_1920x1200.jpg');
	}
	.full-banner.banner-2 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_1920x1200.jpg');
	}
	.full-banner.banner-3 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_1920x1200.jpg');
	}
	.full-banner.banner-4 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_1920x1200.jpg');
	}
	.full-banner.banner-5 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_1920x1200.jpg');
	}
	.full-banner.banner-6 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_1920x1200.jpg');
	}
	.full-banner.banner-7 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_1920x1200.jpg');
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (min-width:961px), 
only screen and (min--moz-device-pixel-ratio:1.5) and (min-width:961px), 
only screen and (-o-min-device-pixel-ratio:1.5) and (min-width:961px), 
only screen and (min-device-pixel-ratio:1.5) and (min-width:961px), 
only screen and (min-resolution:192dpi) and (min-width:961px), 
only screen and (min-resolution:2dppx) and (min-width:961px) {
	.semi-banner.banner-1 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_1760x900.jpg');
	}
	.semi-banner.banner-2 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_1760x900.jpg');
	}
	.semi-banner.banner-3 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_1760x900.jpg');
	}
	.semi-banner.banner-4 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_1760x900.jpg');
	}
	.semi-banner.banner-5 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_1760x900.jpg');
	}
	.semi-banner.banner-6 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_1760x900.jpg');
	}
	.semi-banner.banner-7 .banner-img figure {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_1760x900.jpg');
	}
	.full-banner.banner-1 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/boy_2560x900.jpg');
	}
	.full-banner.banner-2 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-61_2560x900.jpg');
	}
	.full-banner.banner-3 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/eBay_JZ-134_2560x900.jpg');
	}
	.full-banner.banner-4 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-4_2560x900.jpg');
	}
	.full-banner.banner-5 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-5_2560x900.jpg');
	}
	.full-banner.banner-6 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-6_2560x900.jpg');
	}
	.full-banner.banner-7 {
		background-image:url('https://ir.ebaystatic.com/cr/v/c1/template-selector/banner-7_2560x900.jpg');
	}
}

/* Reting CSS ends */
/* Banner setting ends */
.txt-cntr {
	height:auto;
	padding-bottom:2rem;
}
.txt-cntr p {
	margin-bottom:0;
}
.float-left .txt-cntr {
	order:0;
}
.float-right .txt-cntr {
	order:2;
}
.full-banner .banner-img figure {
	background-image:none !important;
	height:300px;
}
.full-banner .txt-cntr {
	background-color:transparent !important;
}
@media(min-width:601px) {
	
}

@media(min-width:961px) {
	.banner-img figure, .txt-cntr,
	.full-banner .banner-img figure {
		height:450px;
	}
	.expando button {
		font-size:1.5em;
	}
	.terms {
		margin-top:16px;
		margin-bottom:0px;
	}
	.banner-txt a.cta {
		margin-top: 15px;
	}
	.txt-cntr {
		margin-top:0px;
	}
	.txt-inr {
		height:350px;
	}
	.cta-cntr {
		height:100px;
	}
	.txt-cntr > * {
		margin: 0 3rem;
	}
	a.cta::after {
		top:2px;
	}
	.expando.expanded > div {
		margin:1.5rem 2.7rem 3rem 2.7rem;
	}
	.txt-inr {
		padding-bottom:0px;
	}
	a.cta {
		padding:12px 20px;
	}
	.txt-cntr p {
		font-size:1.19rem;
	}
	.float-right-desktop {
		order:2;
	}
	.txt-cntr {
		padding-bottom:0;
	}
}
/* Code for expando starts */
.expando-js > button[aria-expanded="false"] + * > * {
    display: none;
}
.expando-js button:active {
	color:#000;
}
/* Code for expando ends */


/* header fix starts */
.header-row > div {
	max-width:300px;
}

.header-row #gh {
	min-width:280px !important;
}

@media(min-width:321px) {
	.header-row > div {
		max-width:none;
	}
}
/* header fix ends */

/* footer fix starts */
#glbfooter {
	margin-top:0 !important;
	border-top:none !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
#glbfooter > div {
	max-width:1280px;
	margin:0 auto !important;
	padding:0 0px !important;
}
div.footer {
	background-color:#FFF;
	border-top:1px solid #ccc;
}
/* footer fix ends */

/* Code for Configuration panel starts */
.icon-settings {
	display:none;
	position:absolute;
}
#bannerCntr:hover .icon-settings {
	display:block;
}
.full-width-bnr-sizes, .banner-info {
	display:none;
}
.dialog__window--left, .dialog__window--right {
	width:50%;
	max-width:390px;
	box-shadow:0 10px 30px #A2A0A0;
}
.dialog__body {
	padding:1rem;
}
.dialog__mask--fade, .dialog:not([hidden]) .dialog__mask--fade-slow {
	opacity:0;
}
.theme-detail span {
	margin-bottom:1rem;
}
span.listbox__icon {
	position:relative;
	right:auto;
	margin-left:-27px;
}
.theme-detail > .listbox {
	display:table;
	width:100%;
}
.theme-detail > .listbox > label {
	font-weight:bold;
}
.theme-detail > .listbox > label, .list-cntr {
	display:table-row;
}
.theme-detail > .listbox > label {
	width:55%;
}
@media(min-width:960px) {
	.theme-detail > .listbox {
		display:table;
		width:100%;
	}
	.theme-detail > .listbox > label {
		width:55%;
	}
	.theme-detail > .listbox > label, .list-cntr {
		display:table-cell;
	}
}
/* Code for Configuration panel ends */
/* Custom CSS ends */