.af_mainOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	background-color: rgba(0, 0, 0, .5);
	background-position: center;
	background-repeat: no-repeat
}

.af_addressScreen {
	position: fixed;
	top: calc(50% - 145px);
	background-color: #FFF;
	border-radius: 5px;
	z-index: 99
}

@media only screen and (max-width:1024px) {
	.af_addressScreen {
		left: 5%;
		right: 5%
	}
}

@media only screen and (min-width:1024px) {
	.af_addressScreen {
		width: 400px;
		left: calc(50% - 200px)
	}
}

.link-padding {
	padding-left: 32px!important
}

.editLinkPadding {
	padding-left: 5px!important
}

.suggested-address-field {
	color: green;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px
}

.bottom {
	position: absolute;
	bottom: 0;
	width: 100%
}

.suggested-address-box-select {
	background-color: #f3f3f3!important
}

.suggested-address-box-unselect {
	border: 0 solid #ddd;
	: !important
}

.address-padding {
	padding-left: 10px!important
}

.address-box-outline {
	padding: 10px!important
}

.address-textbox {
	width: 280px
}

.na-address-textbox {
	width: 100%!important
}

.existing-address-width {
	width: 80%!important
}

.existingAddressScroll {
	height: 120px;
	overflow: auto
}

.grid-col-right-margin {
	margin-right: 1%!important
}

.pincode-textbox {
	width: 50%!important;
	padding-left: 3px
}

.pincode-textbox-small {
	width: 100%!important
}

.na-pincode-box {
	padding-left: 6px
}

.address-inputName {
	font-weight: 700
}

.address-spinner {
	vertical-align: middle!important
}

.address-col2 {
	width: 75%;
	margin-left: 20%;
	vertical-align: top
}

.floatleft {
	float: left
}

.clearfloat {
	clear: left
}

.na-country-dropdown {
	margin-right: 12px
}

.address-dropdown-select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 10px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	text-shadow: 0 1px #fff;
	background: #FFF;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0
}

.address-eu-dropdown-color {
	background: rgba(236, 238, 240, 1)!important
}

.address-dropdown:after,
.address-dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.address-dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.address-dropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.lt-ie9 .address-dropdown {
	z-index: 1
}

.lt-ie9 .address-dropdown-select {
	z-index: -1
}

.lt-ie9 .address-dropdown-select:focus {
	z-index: 3
}

.address-dropdown-select::-ms-expand {
	display: none
}

.address-dropdown {
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 280px;
	background: #FFF;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06)) #FFF;
	background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06)) #FFF;
	background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06)) #FFF;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06)) #FFF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.address-dropdown-select:hover,
.address-dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.error {
	border: 2px solid red
}

.address-waitScreen {
	width: 300px;
	height: 200px;
	padding: 50px 10px;
	position: fixed;
	color: #C45500;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -150px;
	background-color: #FFF;
	border-radius: 5px;
	text-align: center;
	z-index: 101
}

.address-errorBox {
	margin-top: -5%;
	margin-left: 10px;
	margin-right: 10px
}

.address-noBorder {
	border: 0
}

.address-firstFragment {
	padding-top: 5%
}

@media (max-width:768px) {
	.address-col2 {
		width: 100%;
		margin-left: 0
	}
	.address-dropdown,
	.address-dropdown-select {
		height: 42px
	}
	.address-dropdown:after,
	.address-dropdown:before {
		top: 16px
	}
}

@media (max-width:480px) {
	.address-dropdown,
	.address-textbox {
		width: 100%
	}
}

.naBillingAddressLabel {
	font-family: Arial-BoldMT, "Arial Bold", Arial;
	font-weight: 700;
	font-style: normal;
	color: #111
}

.euBillingAddressLabel {
	font-family: Arial-BoldMT, "Arial Bold", Arial;
	font-weight: 700;
	font-style: normal;
	color: #666
}

.euAddNewAddressHeading {
	color: #666
}

.euCCBillingAddressBlock {
	padding-right: 2%
}

.euCCBillingAddressButtonsRight {
	float: right
}

.euCCBillingAddressButtonsMargin {
	margin-left: 10px
}

.noWrap {
	white-space: nowrap
}

.phNumberInput {
	float: left;
	width: 196px!important
}

.hideOverflow {
	overflow: hidden
}

.address_row>.a-column:nth-child(2) {
	float: right
}

.dropdown {
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	min-width: 180px;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.euAgreementStep {
	margin-left: 6%!important;
	margin-top: 3%;
	margin-right: 6%
}

.dropdown:after,
.dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.dropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.dropdown-disabled {
	opacity: .5;
	filter: alpha(opacity=50)
}

.dropdown-select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 10px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	text-shadow: 0 1px #fff;
	background: #f2f2f2;
	background: rgba(236, 238, 240, 1);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	outline: 0;
	border-radius: 0
}

.dropdown-select:hover,
.dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.dropdown-select::-ms-expand {
	display: none
}

.agreementCheckbox i {
	vertical-align: top!important;
	margin-top: 5px
}

.agreementInternational {
	margin-top: -10px;
	padding-bottom: 25px;
	padding-left: 25px
}

.euAgreementCheckBoxError i {
	border: 1px solid;
	border-color: #d00;
	box-shadow: 0 0 0 3px rgba(221, 0, 0, .1)
}

@media(max-width:768px) {
	.help-category {
		display: none
	}
	.primary-category-fragment {
		margin-left: 0
	}
	.dropdown,
	.dropdown-select {
		height: 42px
	}
	.dropdown:after,
	.dropdown:before {
		top: 16px
	}
}

@media(max-width:480px) {
	.dropdown {
		width: 100%
	}
}

.agreementLineHeight {
	line-height: 1.9
}

.bank-account-fragment {
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .5);
	margin: 10px;
	padding: 1px 20px 20px
}

.bank-account-fragment-expander {
	margin: 10px
}

.bank-account-logo {
	float: left
}

.bank-account-info-subheading {
	margin-left: 25px
}

.bank-account-success-msg {
	padding-left: 5px
}

.bank-account-mobile-display {
	display: none!important
}

.bank-account-desktop-display {
	display: block!important
}

.bank-account-success-icon {
	float: left
}

.bank-account-edit-link {
	float: right;
	text-decoration: none;
	color: #0066c0
}

.bank-account-edit-link:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #c45500
}

.bank-account-container {
	padding-left: 100px
}

.bank-account-dropdown-select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 10px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	text-shadow: 0 1px #fff;
	background: #f2f2f2;
	background: rgba(236, 238, 240, 1);
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0
}

.bank-account-dropdown:after,
.bank-account-dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.bank-account-dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.bank-account-dropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.lt-ie9 .bank-account-dropdown {
	z-index: 1
}

.lt-ie9 .bank-account-dropdown-select {
	z-index: -1
}

.lt-ie9 .bank-account-dropdown-select:focus {
	z-index: 3
}

.bank-account-dropdown-select::-ms-expand {
	display: none
}

.bank-account-dropdown {
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 100%;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.bank-account-edit-dropdown {
	width: 39%!important
}

.bank-account-dropdown-select:hover,
.bank-account-dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.bank-account-dropdown-error {
	border: 1px solid red;
	box-shadow: 1px 1px 1px 1px rgba(255, 0, 0, .2)
}

.bank-account-text-input-field {
	width: 80%
}

.bank-account-darkgray-field {
	color: #a9a9a9
}

.bank-account-box {
	border: none;
	margin: 0 0 10px
}

.bank-account-tail-msg {
	padding-left: 10px
}

.bank-account-edit-label {
	height: 20px
}

.bank-account-save-button {
	min-width: 120px;
	float: right
}

.bank-account-in-logo {
	width: 30px
}

.bank-account-in-heading {
	line-height: 30px!important
}

.bank-account-box-error {
	border: 1px solid red
}

@media (max-width:768px) {
	.bank-account-logo {
		display: none
	}
	.bank-account-container {
		padding-left: 0
	}
	.bank-account-save-button {
		margin-top: 15px
	}
	.bank-account-dropdown,
	.bank-account-text-input-field {
		width: 100%
	}
}

@media (max-width:480px) {
	.bank-account-fragment {
		box-shadow: none;
		padding: 0
	}
	.bank-account-form .bank-account-info {
		width: 100%
	}
	.bank-account-form .bank-account-top-margin-mobile {
		margin-top: 2%
	}
	.bank-account-box {
		border-radius: .4rem;
		border: 1px solid #D8D8D8;
		margin: 0 0 10px;
		padding: 10px
	}
	.bank-account-edit-dropdown {
		width: 100%!important
	}
	.bank-account-mobile-display {
		display: block!important
	}
	.bank-account-desktop-display {
		display: none!important
	}
}

.euDirectDebitContainer {
	width: 90%;
	margin: 0 auto
}

.euAddBankAccountButton {
	float: right
}

.euAddBankAccountButtonDiv {
	padding-top: 1%
}

.euNewAccountTile {
	border: none!important;
	padding-left: 4%;
	width: 90%
}

.euBankAccountLabel {
	font-family: Arial-BoldMT, "Arial Bold", Arial;
	font-weight: 700;
	font-style: normal;
	white-space: nowrap
}

.euBankAccountLabelNormalWrap {
	white-space: normal!important
}

.blackBankAccountLabel {
	font-family: Arial-BoldMT, "Arial Bold", Arial;
	font-weight: 700;
	font-style: normal;
	color: #000
}

.euDirectDebitLogo {
	float: right
}

.directDebitCountryDropdown {
	width: 40%!important
}

.deDirectDebitInputBlocks {
	width: 50%
}

.directDebitTextInputFields {
	width: 100%!important
}

.euBankAccountInputFields {
	width: 100%
}

.bankAccountHiddenDiv {
	display: none
}

.euExistingAccountsBlock {
	margin-bottom: 0;
	padding-left: 4%;
	width: 90%
}

.euBankAccountErrorDiv {
	border: 1px solid;
	border-color: #d00;
	box-shadow: 0 0 0 3px rgba(221, 0, 0, .1)
}

.euAddBankAccountString {
	padding-top: 1%
}

.euBankAccountLogo {
	float: right
}

.euBankAccountRightColumn {
	padding-right: 2%
}

.payoneerCheckbox i {
	vertical-align: top!important;
	margin-top: 1%
}

.payoneerRedirectButton {
	margin-left: 4%
}

.width90 {
	width: 90%
}

.businessEntity-inputTextbox {
	width: 100%
}

.businessEntityField:nth-child(odd) {
	margin-right: 2.4%!important
}

.cv_captchaDiv {
	height: 70px!important
}

.cv_helpText {
	clear: both;
	display: inherit;
	font-size: 13px
}

.cv_button {
	float: right
}

.cv_captchaInput {
	width: 100%!important
}

@media only screen and (max-width:1024px) {
	.cv_button {
		width: 100%;
		margin-top: 10px
	}
}

.displayGated {
	border-top: 1px solid #D3D3D3;
	padding-top: 2%
}

.customcheckbox {
	top: -3px;
	position: relative
}

.category-label {
	padding-left: 0;
	padding-bottom: 0;
	font-weight: 400
}

.categorySkipTitle {
	line-height: 2.2
}

.catTypeBlock {
	padding: 2%;
	margin: 10px 0;
	width: 200px;
	display: inline-block;
	vertical-align: top
}

.completeRegistrationText {
	font-weight: 700;
	color: red
}

@media only screen and (max-width:1024px) {
	.customcheckbox {
		top: 0
	}
}

.category-selected-indicator {
	height: 1em;
	width: 1em;
	background-color: #39e600;
	border-radius: 50%;
	display: inline-block;
	margin-top: .3em
}

.category-group-image,
.category-group-title {
	margin-right: 1em
}

.category-list-container {
	min-height: 75vh
}

.category-selection-fragment-search {
	position: relative
}

.category-selection-fragment-search .ui-select-choices-row {
	padding: .5em
}

.category-selection-fragment-search .ui-select-choices-row.active {
	background: #f8a22c;
	color: #fff
}

.category-selection-fragment-search .ui-select-choices-row:hover {
	background: #f8a22c!important
}

.category-selection-fragment-search .ui-select-choices {
	background: #f6f6f6
}

.category-selection-fragment-search .search-icon {
	position: absolute;
	top: 2rem;
	left: .7rem
}

.category-selection-fragment-search input {
	padding-left: 2.5rem
}

.category-selection-fragment-search .no-option {
	padding: .5em;
	background: #f6f6f6
}

tr.odd {
	background: #f8f5d8
}

tr.even {
	background: #fff
}

.ccPosition {
	width: 90%;
	vertical-align: top
}

.ccLearnMore {
	font-family: ArialMT, Arial;
	font-size: 13px;
	font-weight: 400;
	color: #0066C0
}

.ccDropdown:after,
.ccDropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.ccDropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.ccDropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.lt-ie9 .ccDropdown {
	z-index: 1
}

.lt-ie9 .ccDropdownSelect {
	z-index: -1
}

.lt-ie9 .ccDropdownSelect:focus {
	z-index: 3
}

.ccDropdownSelect::-ms-expand {
	display: none
}

.ccDropdown {
	vertical-align: top;
	border: 1px solid #ADB1B8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 100%;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06)) #F2F2F2;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.ccDropdownSelect {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 6px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	text-shadow: 0 1px #FFF;
	background: #ECEEF0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: none;
	border-radius: 0
}

.ccDescriptionHeader {
	font-family: ArialMT, Arial;
	font-weight: 400;
	color: #666
}

.ccDescriptionSubHeader {
	font-family: Arial-BoldMT, Arial Bold, Arial;
	font-weight: 700;
	color: #666
}

.ccLabel {
	font-family: Arial-BoldMT, "Arial Bold", Arial;
	font-weight: 700;
	font-style: normal;
	color: #111
}

.ccHolderInput,
.ccNumberInput {
	width: 100%
}

.ccLineGrid {
	text-align: center
}

.ccLine {
	font-size: 13px;
	left: 5px;
	width: 1px;
	height: 29px;
	transform: rotate(15deg)
}

.ccPreview {
	margin-top: 14px
}

.euCCContainer {
	padding-right: 2%
}

.euAddCardLink,
.euCCFormImage {
	float: right
}

.euCCLabel {
	font-family: Arial-BoldMT, "Arial Bold", Arial;
	font-weight: 700;
	font-style: normal;
	color: #666
}

.euExistingCCDescText {
	margin-left: 10px
}

.ccRadioFullWidth {
	width: 100%
}

.euExistingCCBlock {
	margin-bottom: 0;
	padding-left: 4%;
	width: 100%
}

.euNewCCTile {
	border: none!important;
	padding-left: 4%;
	width: 100%
}

@media only screen and (min-width:1024px) {
	.euExistingCCNumber {
		margin-left: -5%
	}
	.euExistingCCBlock,
	.euNewCCTile {
		width: 90%
	}
}

.cc-underline-text {
	text-decoration: underline
}

.cc_sub_heading2EU {
	margin-left: 10%;
	width: 90%
}

@media only screen and (max-width:1024px) {
	.ccLineGrid {
		line-height: 3
	}
	.ccLine {
		vertical-align: middle
	}
}

.dn_messageDiv {
	clear: both
}

.dn_alert_message {
	display: inline-block
}

.dn_inputTextbox {
	width: 280px;
	float: left
}

.dn_verifyLink {
	cursor: pointer;
	margin-left: 10px;
	font-size: 13px;
	line-height: 30px
}

.dn_spinner {
	vertical-align: middle;
	background: url(https://images-eu.ssl-images-amazon.com/images/G/01/javascripts/lib/popover/images/snake._V1_.gif)
}

.dn_completeDiv {
	margin-left: 20%
}

.dn_inputTextboxNA {
	float: left
}

.dn_completeDivNA {
	margin-left: 5%
}

.dn_messageDivV2 {
	line-height: 35px
}

@media (max-width:768px) {
	.dn_completeDiv {
		margin-left: 0
	}
	.dn_verifyLinkDiv {
		position: relative;
		top: 8px
	}
}

@media (max-width:480px) {
	.dn_verifyLink {
		margin-left: 20px;
		font-size: 18px
	}
	.dn_help {
		display: none
	}
}

@media (max-width:1024px) {
	.dn_messageDivV2 {
		min-height: 35px!important
	}
}

.easyShip-inline-block {
	display: inline-block
}

.easyShip-divider {
	margin-left: 20%
}

.easyShip-margin-box {
	margin-right: 60px
}

.easyShip-spinner {
	margin-left: 10%;
	position: relative;
	top: 5px
}

.easyShip-spinner-starter {
	text-align: center
}

.easyShip-padding {
	padding-left: 25px
}

.easyShip-section-left {
	width: 20%;
	vertical-align: top
}

.easyShip-section-right {
	width: 75%;
	vertical-align: top
}

.help-pincode:focus {
	outline: 0
}

.easyShip-logo {
	padding-top: 10px
}

.input-disable {
	opacity: .5
}

.easyShip-cursor {
	cursor: pointer
}

.box-error {
	border: 1px solid red
}

.divider-margin {
	margin-left: 20%
}

.easyShip-inputName {
	font-weight: 700;
	margin: 2px
}

.easyShip-final-submit {
	width: 280px
}

@media (max-width:768px) {
	.divider-margin {
		margin-left: 0
	}
	.easyShip-logo,
	.help-pincode {
		display: none
	}
	.easyShip-section-right {
		width: 100%;
		margin-right: 0
	}
	.easyShip-img {
		width: 5%
	}
	.easyShip-margin-box {
		margin-right: 0
	}
	.easyShip-box-margin {
		margin-top: 15px
	}
	.easyShip-padding {
		padding-left: 45px
	}
	.easyShip-divider {
		margin-left: 0
	}
}

@media (max-width:480px) {
	.easyShip-final-submit {
		width: 100%
	}
}

.tableColumnHeading {
	background-color: #f3f3f3!important
}

table.a-bordered.a-vertical-stripes {
	margin-bottom: 4%!important
}

table.a-bordered.a-vertical-stripes td:nth-child(even) {
	background-color: rgba(255, 255, 255, 0)!important
}

.embu-messageDiv {
	clear: both
}

.embu-inputTextbox {
	width: 280px;
	float: left
}

.embu-completeDiv {
	margin-left: 20%
}

.embu-dropdown-error {
	border: 1px solid red!important
}

@media (max-width:768px) {
	.embu_completeDiv {
		margin-left: 0
	}
	.embu_verifyLinkDiv {
		position: relative;
		top: 8px
	}
}

@media (max-width:480px) {
	.embu_inputTextbox {
		width: 220px
	}
	.embu_help {
		display: none
	}
}

.embu-dropdown {
	width: 100%!important;
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.embu-dropdown-select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 10px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	text-shadow: 0 1px #fff;
	background: #f2f2f2;
	background: rgba(236, 238, 240, 1);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	outline: 0;
	border-radius: 0
}

.embu-dropdown:after,
.embu-dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.embu-dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.embu-dropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.embu-dropdown-disabled {
	opacity: .5;
	filter: alpha(opacity=50)
}

.embu-dropdown-select:hover,
.embu-dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.embu-dropdown-select::-ms-expand {
	display: none
}

.iv_mainOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	background-color: rgba(0, 0, 0, .5);
	background-position: center;
	background-repeat: no-repeat
}

.iv_otpScreen {
	width: 400px;
	padding: 30px;
	position: fixed;
	top: calc(50% - 145px);
	left: calc(50% - 200px);
	background-color: #FFF;
	border-radius: 5px;
	z-index: 99
}

.iv_mainDiv {
	padding: 0
}

.iv_otpMainDiv {
	padding: 15px 25px
}

.iv_pinMainDiv {
	padding: 15px 25px;
	border: 15px solid #adb1b8;
	margin-left: 60px;
	margin-right: 60px;
	border-corner-shape: scoop;
	border-radius: 5px;
	text-align: center
}

.iv_pinInput {
	float: left
}

.iv_radioButtonCall {
	display: inline-block;
	padding-right: 15px
}

.iv_radioButtonSms {
	display: inline-block
}

.iv_captchaDiv {
	height: 70px!important
}

.iv_extLink {
	cursor: pointer;
	margin-left: 10px;
	font-size: 13px;
	line-height: 30px
}

.iv_extBox {
	margin-left: 10px
}

.iv_pin {
	font-size: 30px
}

.iv_divider {
	clear: both
}

.iv_alertText {
	clear: both;
	display: inherit;
	margin-bottom: -20px
}

.iv_helpText {
	clear: both;
	display: inherit;
	font-size: 13px
}

.iv_divider3 {
	padding-top: 50px
}

.iv_link {
	cursor: pointer;
	font-size: 13px;
	line-height: 30px;
	white-space: nowrap
}

.captcha_refresh_link {
	cursor: pointer;
	font-size: 13px;
	line-height: 30px
}

.iv_button {
	float: right
}

.iv_action_button {
	float: left
}

.iv_verifyButton {
	margin-left: 10px
}

.iv_success_msg {
	margin-top: 20px
}

.iv_numberTypeText {
	cursor: pointer;
	font-size: 11px
}

.intl-tel-input,
.iv_captchaInput,
.iv_dropdown,
.iv_phNumberInput {
	width: 100%!important
}

.iv_phNumberInput_disabled .flag-dropdown select,
.iv_phNumberInput_disabled ul.country-list {
	display: none
}

.intl-tel-input input {
	opacity: 1
}

@media only screen and (max-width:1024px) {
	.iv_button {
		width: 100%;
		margin-top: 10px
	}
	.iv_otpScreen {
		width: 80%;
		top: 50%;
		left: 50%;
		margin-top: -150px;
		margin-left: -40%
	}
	.iv_otpMainDiv {
		padding: 0!important
	}
	.iv_pinMainDiv {
		padding: 5px 0;
		margin: 0 20px;
		border: 8px solid #adb1b8
	}
	.iv_pinInput {
		float: none!important;
		width: 100%
	}
	.iv_verifyButton {
		margin-left: 0;
		margin-top: 5px;
		width: 100%
	}
	.iv_radioButtonCall,
	.iv_radioButtonSms {
		display: block;
		background: #fcfcfc;
		border: 1px solid grey;
		padding: 2%
	}
	.iv_alertText {
		clear: none;
		display: block;
		margin: 0
	}
}

@media (max-width:500px) {
	.intl-tel-input .country-list {
		white-space: normal
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.iti-flag {
		background-size: 5630px 15px
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.iti-flag {
		background-image: url(https://images-na.ssl-images-amazon.com/images/G/02/rainier/flags._V311938856_.png)
	}
}

.billType-dropdown {
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.billType-dropdown-select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 10px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	text-shadow: 0 1px #fff;
	background: #f2f2f2;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	overflow: hidden!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-text-overflow: ellipsis
}

.billType-dropdown-select:hover,
.billType-dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.billType-dropdown:after,
.billType-dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.billType-dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.billType-dropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.billType-dropdown-disabled {
	opacity: .5;
	filter: alpha(opacity=50)
}

.lt-ie9 .billType-dropdown {
	z-index: 1
}

.lt-ie9 .billType-dropdown-select {
	z-index: -1
}

.lt-ie9 .billType-dropdown-select:focus {
	z-index: 3
}

.billType-dropdown-select::-ms-expand {
	display: none
}

.kyc-suggestions {
	color: #A9A9A9
}

.kyc_name-helper-gutter {
	margin-right: 2.4%!important
}

.popover-message-heading {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 2px
}

.BO-count-label {
	font-weight: 400
}

.business-type-heading {
	white-space: nowrap
}

.float-left {
	float: left
}

.business-type-error {
	border: 1px solid red!important
}

.businessType-inputName {
	font-weight: 700;
	font-size: 13px
}

.business-type-dropdown:after,
.business-type-dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.business-type-dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.spacing-top {
	margin-top: 4px!important
}

.business-type-dropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.lt-ie9 .business-type-dropdown {
	z-index: 1
}

.lt-ie9 .business-type-dropdown-select {
	z-index: -1
}

.lt-ie9 .business-type-dropdown-select:focus {
	z-index: 3
}

.business-type-dropdown-select::-ms-expand {
	display: none
}

.business-type-dropdown {
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 100%;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.business-type-dropdown-select:hover,
.business-type-dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.business-type-entity-message-heading {
	font-size: 14px;
	font-weight: 700
}

.business-type-entity-message-alert {
	color: #C45500
}

.business-type-popover-text {
	font-size: 11px
}

@media only screen and (max-width:1024px) {
	.business-type-heading {
		white-space: normal
	}
}

.cnNationalIdBottomMargin {
	padding-bottom: 2%
}

.kycEntityDocUpload-text-ellipsis {
	overflow: hidden!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	display: block
}

@media (max-width:768px) {
	.kycEntity_completeDiv {
		margin-left: 0
	}
	.kycEntity_verifyLinkDiv {
		position: relative;
		top: 8px
	}
}

@media (max-width:480px) {
	.kycEntity_inputTextbox {
		width: 220px
	}
	.kycEntity_help {
		display: none
	}
}

#identitySelect,
.kycEntity-container {
	width: 100%;
	z-index: 2;
	position: relative
}

#identitySelect {
	opacity: 0;
	color: transparent;
	background: 0 0
}

#identitySelect option {
	color: #000
}

.kycLOAUpload-text-ellipsis {
	overflow: hidden!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	display: block
}

.footer {
	margin: 7em 0 0
}

.footerLinkSection {
	float: left
}

.footerLink {
	padding: 0 10px;
	line-height: 22px;
	border-right: 1px solid rgba(128, 128, 128, .41)
}

.footerFriendlyName {
	padding: 0 2%;
	border-right: 1px solid rgba(128, 128, 128, .41)
}

.footerCopyright {
	padding: 0 2%
}

.copyrightMessage {
	display: inline-block
}

.languageSwitcherDropdown {
	margin-left: 10px;
	vertical-align: top;
	border: 1px solid #ADB1B8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 23px;
	width: 100px;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06)) #F2F2F2;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.languageSwitcherDropdownSelect {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 3px 5px;
	height: 23px;
	line-height: 12px;
	font-size: 12px;
	color: #111;
	text-shadow: 0 1px #FFF;
	background: #ECEEF0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: none;
	border-radius: 0
}

.languageSwitcherDropdown:after,
.languageSwitcherDropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 7px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.languageSwitcherDropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.languageSwitcherDropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.lt-ie9 .languageSwitcherDropdown {
	z-index: -1
}

.lt-ie9 .languageSwitcherDropdownSelect:focus {
	z-index: 3
}

.languageSwitcherDropdownSelect::-ms-expand {
	display: none
}

@media only screen and (max-width:1024px) {
	.footer {
		margin: 0
	}
	.footerLinkSection {
		float: none
	}
	.languageSwitcherDropdown {
		width: 90%;
		height: 30px
	}
	.languageSwitcherDropdownSelect {
		padding: 5px;
		height: 26px
	}
	.footerLinkSection .footerLink {
		display: block;
		width: 100%;
		margin: 0 0 7px;
		border: none
	}
}

.launchna {
	padding-top: 2%;
	padding-bottom: 1%
}

.ln_no_border {
	border: 0
}

.ln_fragment_div {
	width: 20%;
	min-width: 200px
}

.ln_width-15 {
	width: 15%!important
}

.ln_width-50 {
	width: 50%!important
}

.ln_width-60 {
	width: 60%!important
}

.ln_width-100 {
	width: 100%!important
}

.ln_width-default {
	width: 180px!important;
	min-width: 180px!important
}

.ln_title_dropdown_select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 10px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	text-shadow: 0 1px #fff;
	background: #f2f2f2;
	background: rgba(236, 238, 240, 1);
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0
}

.ln_title_dropdown {
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 100%!important;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.ln-dropdown-select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 6px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	text-shadow: 0 1px #fff;
	background: #f2f2f2;
	background: rgba(236, 238, 240, 1);
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0
}

.ln-dropdown:after,
.ln-dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.ln-dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.ln-dropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.lt-ie9 .ln-dropdown {
	z-index: 1
}

.lt-ie9 .ln-dropdown-select {
	z-index: -1
}

.lt-ie9 .ln-dropdown-select:focus {
	z-index: 3
}

.ln-dropdown-select::-ms-expand {
	display: none
}

.ln-dropdown {
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 100%!important;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.ln-dropdown-select:hover,
.ln-dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.ln-helper-gutter {
	margin-right: 2.4%!important
}

.inline {
	display: inline
}

.mys-subheading {
	font-size: 13px;
	font-weight: 700
}

.subscription-name {
	font-weight: 700
}

.mys-tiny-text {
	font-size: 10px;
	color: #666
}

.welcomeMessage {
	padding-top: 2%;
	padding-bottom: 1%
}

.message {
	font-size: 8pt!important
}

.textAlignCenter {
	text-align: center
}

@media (max-width:920px) {
	.step-text {
		display: none
	}
}

.stepRow {
	width: 100%;
	text-align: center;
	height: 40px;
	padding: 0 10%;
	margin-bottom: -10px;
	margin-top: -10px
}

.step {
	width: 20%;
	text-align: center;
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	background-color: #EEE;
	font-size: 13px
}

.stepCompleted {
	color: #009b00;
	background-color: #fff
}

.stepCompleted a {
	color: #009b00;
	text-decoration: none
}

.stepReady {
	color: #606060;
	background-color: #f1f0f0
}

.stepReady a {
	color: #606060;
	text-decoration: none
}

.stepNotReady {
	color: #9b9b9b;
	background-color: #f1f0f0
}

.stepNotReady a {
	color: #9b9b9b;
	text-decoration: none
}

.stepImg {
	vertical-align: middle
}

.stepActive {
	color: #FFF;
	background-color: #E67a00
}

.stepActive a {
	color: #FFF;
	text-decoration: none
}

.stepActiveComplete {
	background-color: #E67a00;
	color: green
}

.stepActiveComplete a {
	text-decoration: none;
	color: green
}

@media (max-width:920px) {
	.stepLinkBox {
		width: 100%;
		height: 100%;
		cursor: pointer
	}
}

.navMobBox {
	background-color: #606060;
	color: #FFF;
	padding: 0 5%!important
}

.navContentArea {
	width: 100%;
	text-align: center;
	padding: 0 10%;
	margin-top: 10px
}

@media only screen and (min-width:1024px) {
	.navContentArea {
		min-height: 60px
	}
}

.navStep {
	width: 20%;
	text-align: center;
	float: left;
	min-height: 40px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 13px
}

.stepTitleCompleted {
	color: #009A2C
}

.stepTitleReady {
	color: #999
}

.stepTitleActive {
	color: #C45500
}

.navLineMiddle {
	width: 100%;
	content: '';
	border-bottom: solid 1px #999;
	z-index: -3;
	position: relative;
	Top: 15px;
	float: left
}

.navLineFirst {
	width: 50%;
	content: '';
	border-bottom: solid 1px #999;
	z-index: -3;
	position: relative;
	Top: 15px;
	float: left;
	margin-left: 50%
}

.navLineLast {
	width: 50%;
	content: '';
	border-bottom: solid 1px #999;
	z-index: -3;
	position: relative;
	Top: 15px;
	float: left;
	margin-right: 50%
}

.navCircleReady {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #999;
	margin: 0 auto;
	color: #999;
	background-color: #fff
}

.navCircleCompleted {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    background-image: url('/Img/duihao.png')
}

.navCircleActive {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #C45500;
	margin: 0 auto;
	background-color: #C45500;
	color: #fff
}

.navText {
	font-family: AmazonEmber-Bold, "Amazon Ember Bold", "Amazon Ember"
}

#navMobText {
	text-align: left!important;
	margin-top: 0!important;
	font-size: 1.5em
}

.euStep .navContentArea {
	padding: 0!important
}

.pv_mainOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	background-color: rgba(0, 0, 0, .5);
	background-position: center;
	background-repeat: no-repeat
}

.pv_otpScreen {
	width: 400px;
	padding: 30px;
	position: fixed;
	top: calc(50% - 145px);
	left: calc(50% - 200px);
	background-color: #FFF;
	border-radius: 5px;
	z-index: 99
}

.pv_mainScreen {
	padding: 0
}

.pv_otpMainDiv {
	padding: 15px 25px
}

.pv_otpInput {
	float: left
}

.pv_radioButtonCall {
	display: inline-block;
	padding-right: 15px
}

.pv_radioButtonSms {
	display: inline-block
}

.pv_phone_input {
	float: left;
	width: 100%!important
}

.pv_dropdown {
	width: 100%!important
}

.pv_alertText {
	clear: both;
	display: inherit;
	margin-bottom: -20px
}

.pv_helpText {
	clear: both;
	display: inherit;
	font-size: 13px
}

.pv_linkText {
	cursor: pointer;
	margin-left: 10px;
	font-size: 13px;
	line-height: 30px;
	white-space: nowrap
}

.pv_button {
	float: right
}

.gpv_button {
	float: right;
	width: 100%!important
}

.pv_verifyButton {
	margin-left: 10px
}

.pv_numberTypeText {
	cursor: pointer;
	font-size: 11px
}

.pv_close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.2rem
}

@media only screen and (max-width:1024px) {
	.pv_button {
		width: 100%;
		margin-top: 10px
	}
	.pv_otpMainDiv {
		padding: 0!important
	}
	.pv_otpScreen {
		width: 80%;
		top: 50%;
		left: 50%;
		margin-top: -150px;
		margin-left: -40%
	}
	.pv_verifyButton {
		margin-left: 0;
		margin-top: 5px;
		width: 100%
	}
	.pv_otpInput {
		float: none!important;
		width: 100%
	}
	.pv_alertText {
		clear: none;
		display: block;
		margin: 0
	}
}

#productInterviewMain {
	padding: 0
}

.prodIntSkipLabel {
	line-height: 2.2
}

.PS_product_checkbox_padding {
	padding-left: 25px
}

.width-100 {
	width: 100%!important;
	display: block
}

.noBorder {
	border: 0
}

.fragmentBox {
	padding: 20px 30px
}

.PS_subscriptionTitle {
	font-weight: 400!important;
	font-size: 13px!important
}

.step-logo {
	float: left
}

.step-heading {
	margin-left: 10%!important
}

.simpleStep {
	margin-left: 10%!important;
	margin-top: 3%
}

.step-top-section {
	border-bottom: 1px solid #e7e7e7;
	height: 54px
}

.box-bottom-shadow {
	box-shadow: 0 4px 4px -1px #e7e7e7
}

.gridStep {
	margin-left: 10%!important;
	margin-top: 3%
}

.subscriptions_fadeIn.ng-hide-remove {
	transition: .5s linear opacity;
	opacity: 0
}

.subscriptions_fadeIn.ng-hide-remove-active {
	opacity: 1
}

.subscriptions_fadeIn.ng-hide-add {
	transition: .5s linear opacity;
	opacity: 1
}

.subscriptions_fadeIn.ng-hide-add-active {
	opacity: 0
}

.PS_edit_add_on_text {
	cursor: pointer;
	margin-left: 17%
}

.PS_edit_add_on_text_EU {
	cursor: pointer
}

.PS_edit_add_on_text_center {
	cursor: pointer;
	text-align: center
}

.bankaccount-docupload-dropdown {
	width: 100%!important;
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.bankaccount-docupload-dropdown-select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 10px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	text-shadow: 0 1px #fff;
	background: #f2f2f2;
	background: rgba(236, 238, 240, 1);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	outline: 0;
	border-radius: 0
}

.bankaccount-docupload-dropdown:after,
.bankaccount-docupload-dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.bankaccount-docupload-dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.bankaccount-docupload-dropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.bankaccount-docupload-dropdown-disabled {
	opacity: .5;
	filter: alpha(opacity=50)
}

.bankaccount-docupload-dropdown-select:hover,
.bankaccount-docupload-dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.bankaccount-docupload-changedocument-link {
	cursor: pointer
}

.bankaccount-docupload-float-left {
	float: left!important
}

.faq_fadeIn.ng-enter {
	transition: 1s linear all;
	opacity: 0
}

.faq_fadeIn.ng-enter.ng-enter-active {
	opacity: 1
}

.faq_fadeIn.ng-leave {
	transition: .5s linear all;
	opacity: 1
}

.faq_fadeIn.ng-leave.ng-leave-active {
	opacity: 0
}

.faq_questionSet {
	padding-bottom: 10px
}

.faq_fadeIn {
	position: absolute;
	margin: 0
}

.faq_left_border,
.faq_right_border {
	position: absolute;
	width: 23%;
	background: #fff;
	border: 1px solid #a6a6a6;
	padding: 10px;
	border-radius: 5px;
	z-index: 99
}

.faq_left_border:after,
.faq_left_border:before {
	left: 100%;
	top: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.faq_left_border:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px
}

.faq_left_border:before {
	border-color: rgba(166, 166, 166, 0);
	border-left-color: #a6a6a6;
	border-width: 6px;
	margin-top: -6px
}

.faq_right_border:after,
.faq_right_border:before {
	right: 100%;
	top: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.faq_right_border:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px
}

.faq_right_border:before {
	border-color: rgba(166, 166, 166, 0);
	border-right-color: #a6a6a6;
	border-width: 6px;
	margin-top: -6px
}

.faq_cross_icon {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em
}

.faq_img_center {
	display: block;
	margin: 0 auto
}

.faq-text-underline {
	text-decoration: underline
}

.noScroll {
	overflow: hidden
}

@media only screen and (max-width:1024px) {
	.mobileFaq {
		position: fixed;
		bottom: 0;
		width: 100%;
		max-height: 80%;
		top: initial!important;
		overflow-x: hidden;
		overflow-y: auto
	}
	.mobileFaqCont {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(0, 0, 0, .6);
		top: 0;
		z-index: 99
	}
}

.header-logo {
	padding-left: 19px;
	position: relative;
	top: 2px
}

.header-settings-tab {
	float: right;
	font-size: 12px;
	padding: 5px 15px;
	cursor: pointer
}

.header-list-item,
.header-registration-item {
	position: absolute;
	min-width: 65px;
	top: 37px;
	padding: 7px 10px;
	background-color: #fff;
	border-top: 3px solid #333;
	display: block;
	opacity: 1;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	z-index: 10
}

.header-list-item {
	right: 16px
}

.header-registration-item {
	left: 235px
}

.header-registration-tab:hover .reg-items {
	display: block
}

.header-registration-tab .reg-items {
	display: none
}

.header-registration-tab {
	float: left;
	font-size: 12px;
	padding: 5px 15px;
	cursor: pointer
}

.urp-help-text {
	float: right;
	font-size: 12px;
	padding: 0 10px;
	border-right: 1px solid #999;
	margin: 5px 0
}

.page-header {
	border-radius: 0
}

.header-item {
	float: right;
	font-size: 12px
}

.header-faqHelp {
	padding: 0 15px
}

@media only screen and (max-width:1024px) {
	.header-settings-tab {
		padding: 0 15px
	}
}

.siv-margin-left-medium {
	margin-left: 7px!important
}

.siv-margin-left-small {
	margin-left: 4px!important
}

.suggestion-input:not(:focus) {
	border-color: #ef0b23!important;
	box-shadow: 0 0 3px 2px rgba(113, 7, 27, .5)!important;
	border: 1px solid
}

.radio-btn label {
	font-weight: 400;
	padding-left: 15px;
	text-indent: -15px;
	margin-left: 3px
}

.disp-flx {
	display: flex;
	border: 1px solid #d9d9d9;
	border-bottom: none
}

.disp-flx:last-of-type {
	border-bottom: 1px solid #d9d9d9
}

.disp-flx>div {
	padding: 6px 0
}

.input-maxWidth {
	width: 100%
}

.no-float {
	float: none!important
}

.row-margin-collapse:after {
	display: inline!important
}

@media only screen and (max-width:1024px) {
	.disp-flx {
		display: block;
		border: none
	}
}

.kycEntity-messageDiv {
	clear: both
}

.kycEntity-rightMargin {
	margin-right: 0!important
}

.kycEntity-inputTextbox {
	width: 100%;
	float: left
}

.kycEntity-completeDiv {
	margin-left: 20%
}

.kycEntity-dropdown-error {
	border: 1px solid red!important
}

@media (max-width:768px) {
	.kycEntity_completeDiv {
		margin-left: 0
	}
	.kycEntity_verifyLinkDiv {
		position: relative;
		top: 8px
	}
}

@media (max-width:480px) {
	.kycEntity_inputTextbox {
		width: 220px
	}
	.kycEntity_help {
		display: none
	}
}

.kycEntity-dropdown {
	width: 100%;
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 30px;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.kycEntity-dropdown-select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 6px 8px 6px 10px;
	height: 30px;
	line-height: 14px;
	font-size: 13px;
	color: #111;
	background: #f2f2f2;
	background: rgba(236, 238, 240, 1);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	outline: 0;
	border-radius: 0;
	overflow: hidden!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-text-overflow: ellipsis
}

.kycEntity-dropdown:after,
.kycEntity-dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none
}

.kycEntity-dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.kycEntity-dropdown:after {
	margin-top: 5px;
	border-top-style: solid;
	border-bottom: none
}

.kycEntity-dropdown-disabled {
	opacity: .5;
	filter: alpha(opacity=50)
}

.kycEntity-dropdown-select:hover,
.kycEntity-dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.lt-ie9 .dropdown {
	z-index: 1
}

.lt-ie9 .dropdown-select {
	z-index: -1
}

.lt-ie9 .dropdown-select:focus {
	z-index: 3
}

.kycEntity-dropdown-select::-ms-expand {
	display: none
}

.kycEntity-zeroMarginRight {
	margin-right: 0!important
}

.kycEntity-maxWidth {
	max-width: 100%
}

.kycEntityComboDropdown,
.kycEntityComboTextBox {
	border: none!important
}

.kycEntityGroupWrapper {
	border-style: solid;
	border-width: 1px;
	border-color: #949494;
	border-radius: 3px
}

.kycEntity-text-underline {
	text-decoration: underline
}

.kycEntity-marginLeft3 {
	margin-left: 3px
}

#identityDocumentSelection,
.kycEntity-container {
	width: 100%;
	z-index: 2;
	position: relative
}

.kycEntity-container {
	position: relative
}

.kycEntity-halfWidth {
	width: 49%!important
}

.kycEntity-viewport {
	position: absolute;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 5px 0 0 10px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

#identityDocumentSelection option {
	color: #000
}

.swipe_BROWSER .kycEntity-viewport {
	padding: 5px 0 0 10px
}

.swipe_BROWSER .kycEntityComboTextBox {
	height: 28px
}

.kycEntityComboTextBox input {
	margin-top: 0
}

.absolute-left {
	float: left;
	position: absolute
}

.below-helper-text {
	color: #767676;
	font-size: 13px;
	line-height: 16px;
	text-align: center
}

.camera-play {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border: none;
	padding: 0
}

.camera-play-disabled {
	cursor: default;
	background-image: url(https://m.media-amazon.com/images/G/02/swipertol/liveness_CamerPlay_Disabled._CB1198675309_.png)
}

.camera-play-enabled {
	background-image: url(https://m.media-amazon.com/images/G/02/swipertol/liveness_SmallCameraIcon._CB1198675309_.png);
	background-color: #deb044;
	background-repeat: no-repeat;
	background-position: center
}

.camera-play-active {
	background-image: url(https://m.media-amazon.com/images/G/02/swipertol/liveness_CamerPlay_Active._CB1198675309_.png)
}

.camera-blank {
	display: inline-block;
	height: 12px;
	width: 26px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://m.media-amazon.com/images/G/02/swipertol/liveness_SmallCameraIcon._CB1198675309_.png)
}

.video-overlay {
	background-size: contain;
	background-image: url(https://m.media-amazon.com/images/G/02/swipertol/liveness_screen_overlay._CB1198675309_.png)
}

.image-on-video {
	width: 100%;
	height: 92%;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat
}

.on-video-instruction {
	color: #fff;
	bottom: 10px;
	left: 1px;
	right: 1px;
	text-align: left;
	background-color: rgba(0, 0, 0, .5);
	padding: 3px 10px 3px 15px
}

.right-tick {
	background-image: url(https://m.media-amazon.com/images/G/02/swipertol/liveness_success._CB1198675309_.png)
}

.timer-box {
	top: 10px;
	right: 10px;
	background-color: #B31A12;
	text-align: center;
	padding-top: 6px;
	color: #fff
}

.uploading-error {
	height: 100%;
	background-color: #fff;
	background-image: url(https://m.media-amazon.com/images/G/02/swipertol/liveness_ErrorEmptyState._CB1198675309_.png)
}

.documentUploadFragment_uploadCancelLink {
	float: right
}

.documentUploadFragment_uploadInstructions {
	width: 400px;
	position: fixed;
	top: calc(50% - 145px);
	left: calc(50% - 200px);
	background-color: #FFF;
	border-radius: 5px;
	z-index: 99
}

.documentUploadFragment_mainOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	background-color: rgba(0, 0, 0, .5);
	background-position: center;
	background-repeat: no-repeat
}

.documentUploadFragment_floatRight {
	float: right
}

.docUplMaxHt {
	max-height: 300px
}

@media only screen and (max-width:1024px) {
	.documentUploadFragment_uploadInstructions {
		width: 350px;
		left: calc(50% - 175px)
	}
	.docUplMaxHt {
		max-height: 150px
	}
}

.su_fragment_div {
	margin-top: 72px
}

.simpleFeedbackContainer {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 500;
	margin: 20px
}

.simpleFeedbackContainer.fadeout {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 2s, opacity 2s linear
}

.simpleFeedbackTitle {
	font-weight: 700
}

@media only screen and (max-width:1024px) {
	.simpleFeedbackContainer {
		position: static;
		margin: 0
	}
	.simpleFeedbackTitle {
		width: 100%;
		margin: 0!important
	}
}

.spooferLink {
	cursor: pointer
}

.spooferMenu {
	background-color: #443c3c
}

.tile {
	background-image: url(http://postimg.org/image/8e9qhywav/);
	height: 100px;
	width: 244px;
	border: 3px solid grey;
	margin-left: 20px
}

.completed {
	background-color: #90ee90
}

#b {
	margin-top: 50px;
	margin-left: 100px;
	width: 120px;
	height: 30px;
	text-align: center;
	align-content: center
}

#buttonId {
	height: 55px;
	width: 350px
}

#title {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #E47911
}

#desc {
	margin-top: 50px;
	text-align: center;
	color: #999;
	line-height: 19px;
	word-wrap: break-word
}

.button {
	float: right;
	margin-top: 6px;
	margin-right: 74px;
	background-color: beige;
	width: 120px;
	border: 1px solid #000
}

.description {
	text-align: center;
	margin-top: 21px;
	color: #999;
	font-size: large
}

.title {
	text-align: center;
	margin-top: 10px;
	color: #E47911
}

.normal-title {
	text-align: center;
	color: #E47911
}

.normal-description {
	text-align: center;
	color: #999;
	font-size: large
}

.displayPreview {
	border-top: 1px solid #D3D3D3;
	padding-top: 2%;
	padding-left: 2%
}

.displayPreviewLabel {
	display: inline-block;
	width: 22%;
	margin-top: 1%
}

.displayPreviewText {
	display: inline-flex
}

.stepPreview {
	padding-bottom: 2%
}

.previewAddButton {
	width: 16%;
	float: right;
	margin-top: 2%;
	margin-right: 4%
}

.previewEditButton {
	float: right;
	margin-right: 5%
}

.singleColumnLayoutBanner {
	margin-top: 3%
}

.stepNotCompleteMessage {
	line-height: 18px!important
}

.ua_fragment_div {
	margin-top: 72px
}

.upgradeFragment {
	padding-top: 2%;
	padding-bottom: 1%
}

.websiteurl-textbox {
	width: 100%
}

.websiteInfo-heading {
	font-weight: 700;
	margin-bottom: 4px!important
}

.websiteInfo-label {
	padding-top: 6px
}

.intl-tel-error {
	color: red
}

.intl-tel-input {
	position: relative;
	display: inline-block
}

.intl-tel-input * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.intl-tel-input .hide {
	display: none
}

.intl-tel-input .v-hide {
	visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-left: 48px;
	margin-left: 0;
	transition: background-color 100ms ease-out
}

.intl-tel-input input.iti-invalid-key {
	transition: background-color 0;
	background-color: #FFC7C7
}

.intl-tel-input .flag-dropdown {
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 1px
}

.intl-tel-input .flag-dropdown:hover {
	cursor: pointer
}

.intl-tel-input .flag-dropdown:hover .selected-flag {
	background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input input[disabled]+.flag-dropdown:hover,
.intl-tel-input input[readonly]+.flag-dropdown:hover {
	cursor: default
}

.intl-tel-input input[disabled]+.flag-dropdown:hover .selected-flag,
.intl-tel-input input[readonly]+.flag-dropdown:hover .selected-flag {
	background-color: transparent
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	width: 42px;
	height: 100%;
	padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

.intl-tel-input .selected-flag .arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 4px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555
}

.intl-tel-input .selected-flag .arrow.up {
	border-top: none;
	border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
	list-style: none;
	position: absolute;
	z-index: 2;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	background-color: #fff;
	border: 1px solid #CCC;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll
}

.intl-tel-input .country-list .flag {
	display: inline-block;
	width: 20px
}

@media (max-width:500px) {
	.intl-tel-input .country-list {
		white-space: normal
	}
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
	padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
	color: #999
}

.intl-tel-input .country-list .country.highlight {
	background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag {
	vertical-align: middle
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag {
	margin-right: 6px
}

.intl-tel-input select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 42px;
	height: 100%;
	opacity: 0
}

.iti-flag.be {
	width: 18px
}

.iti-flag.ch {
	width: 15px
}

.iti-flag.mc {
	width: 19px
}

.iti-flag.ne {
	width: 18px
}

.iti-flag.np {
	width: 13px
}

.iti-flag.va {
	width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.iti-flag {
		background-size: 5630px 15px
	}
}

.iti-flag.ac {
	height: 10px;
	background-position: 0 0
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0
}

.iti-flag.cy {
	height: 14px;
	background-position: -1225px 0
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0
}

.iti-flag.do {
	height: 13px;
	background-position: -1379px 0
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0
}

.iti-flag.us {
	height: 11px;
	background-position: -5241px 0
}

.iti-flag.uy {
	height: 14px;
	background-position: -5263px 0
}

.iti-flag.uz {
	height: 10px;
	background-position: -5285px 0
}

.iti-flag.va {
	height: 15px;
	background-position: -5307px 0
}

.iti-flag.vc {
	height: 14px;
	background-position: -5324px 0
}

.iti-flag.ve {
	height: 14px;
	background-position: -5346px 0
}

.iti-flag.vg {
	height: 10px;
	background-position: -5368px 0
}

.iti-flag.vi {
	height: 14px;
	background-position: -5390px 0
}

.iti-flag.vn {
	height: 14px;
	background-position: -5412px 0
}

.iti-flag.vu {
	height: 12px;
	background-position: -5434px 0
}

.iti-flag.wf {
	height: 14px;
	background-position: -5456px 0
}

.iti-flag.ws {
	height: 10px;
	background-position: -5478px 0
}

.iti-flag.xk {
	height: 15px;
	background-position: -5500px 0
}

.iti-flag.ye {
	height: 14px;
	background-position: -5522px 0
}

.iti-flag.yt {
	height: 14px;
	background-position: -5544px 0
}

.iti-flag.za {
	height: 14px;
	background-position: -5566px 0
}

.iti-flag.zm {
	height: 14px;
	background-position: -5588px 0
}

.iti-flag.zw {
	height: 10px;
	background-position: -5610px 0
}

.iti-flag {
	width: 20px;
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(https://images-na.ssl-images-amazon.com/images/G/02/rainier/flags._V311938856_.png);
	background-color: #DBDBDB;
	background-position: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.iti-flag {
		background-image: url(https://images-na.ssl-images-amazon.com/images/G/02/rainier/flags._V311938856_.png)
	}
}

.iti-flag.np {
	background-color: transparent
}


/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.2 - 2015-10-09T15:34:24.045Z
 * License: MIT
 */

.ui-select-highlight {
	font-weight: 700
}

.ui-select-offscreen {
	clip: rect(0 0 0 0)!important;
	width: 1px!important;
	height: 1px!important;
	border: 0!important;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden!important;
	position: absolute!important;
	outline: 0!important;
	left: 0!important;
	top: 0!important
}

.ui-select-choices-row:hover {
	background-color: #f5f5f5
}

.ng-dirty.ng-invalid>a.select2-choice {
	border-color: #D44950
}

.select2-result-single {
	padding-left: 0
}

.select-locked>.ui-select-match-close,
.select2-locked>.select2-search-choice-close {
	display: none
}

body>.select2-container.open {
	z-index: 9999
}

.ui-select-container[theme=select2].direction-up .ui-select-match {
	border-radius: 0 0 4px 4px
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
	border-radius: 4px 4px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
	margin-top: -4px
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
	margin-top: 4px
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
	border-bottom-color: #5897fb
}

.selectize-input.selectize-focus {
	border-color: #007FBB!important
}

.selectize-control>.selectize-dropdown,
.selectize-control>.selectize-input>input {
	width: 100%
}

.ng-dirty.ng-invalid>div.selectize-input {
	border-color: #D44950
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
	box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
	margin-top: -2px
}

.ui-select-multiple .ui-select-match-item {
	position: relative
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	margin-right: 2px;
	border-left: 1px solid #428bca
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	margin-left: 2px;
	border-right: 1px solid #428bca
}

.sivBannerHeadingInfoType {
	font-family: ArialMT, Arial;
	font-size: 17px;
	color: #4D4D4D;
	text-align: left
}

.sivBannerSubHeadingInfoType {
	font-size: 13px;
	font-family: ArialMT, Arial;
	color: #111;
	text-align: left;
	word-wrap: break-word
}

.sivBannerHeadingWarningType {
	font-family: ArialMT, Arial;
	font-size: 17px;
	color: #7C6200;
	text-align: left
}

.sivBannerSubHeadingWarningType {
	font-size: 13px;
	font-family: ArialMT, Arial;
	color: #111;
	text-align: left;
	word-wrap: break-word
}

.sivBannerHeadingInfoInlineType {
	font-size: 12px;
	line-height: 18px;
	font-family: ArialMT, Arial;
	color: #4D4D4D;
	text-align: left;
	word-wrap: break-word
}

.sivBannerHeadingErrorType {
	font-family: ArialMT, Arial;
	color: #111;
	font-size: 17px;
	text-align: left
}

.sivBanner {
	margin-bottom: 2px
}

.ownershipChange_mainOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	background-color: rgba(0, 0, 0, .5);
	background-position: center;
	background-repeat: no-repeat
}

.ownershipChange_changeScreen {
	position: fixed;
	top: calc(50% - 145px);
	background-color: #FFF;
	border-radius: 5px;
	z-index: 99
}

@media only screen and (max-width:1024px) {
	.ownershipChange_changeScreen {
		left: 5%;
		right: 5%
	}
}

@media only screen and (min-width:1024px) {
	.ownershipChange_changeScreen {
		width: 400px;
		left: calc(50% - 200px)
	}
}

.inlineArrow {
	color: #5F6469;
	font-size: 9px;
	line-height: 19px;
	font-family: ArialMT, Arial;
	font-weight: 400;
	font-style: normal;
	word-wrap: break-word
}

.inlineComments {
	margin-left: 10px;
	color: #333;
	word-wrap: break-word;
	text-align: left;
	font-family: ArialMT, Arial
}

.inlineSection {
	margin-bottom: 0
}

.mandatoryTagClass {
	display: none!important
}

.dePaymentMethodsFragmentArea {
	width: 90%;
	margin: 0 auto
}

.dePaymentMethodsSubmitButtons {
	margin: 0 auto;
	display: table
}

.deDirectDebitChoice {
	padding-left: 10px
}

.dePaymentMethodsChoice {
	width: 90%;
	margin: 0 auto;
	border: none
}

.dePaymentMethodsChoice div {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.euKYCInfoSPADashboardSubTitle {
	font-family: ArialMT, Arial;
	font-weight: 400;
	font-style: normal;
	color: #666;
	text-align: left;
	margin-bottom: 15px
}

.euKYCInfoSPADashboardTitle {
	font-family: Arial-BoldMT, 'Arial Bold', Arial;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	color: #1E1E1E;
	text-align: left;
	margin-bottom: 0
}

.euKYCInfoSPA {
	padding-left: 3%;
	padding-right: 6%
}

.euKYCInfoStepTitle {
	word-wrap: break-word;
	font-family: Arial-BoldMT, 'Arial Bold', Arial;
	font-weight: 700;
	font-style: normal;
	color: #1E1E1E
}

.inlineMessageBox {
	margin-left: 1.5%;
	margin-top: -5px;
	margin-right: 1.5%
}

.euKYCInfoStepPreviewSubHeading {
	font-size: 12px;
	text-align: left
}

.euPaymentMethodsBannerFragment {
	width: 80%;
	margin: 0 auto
}

.euPaymentMethodsStepBox>div {
	padding-right: 0!important;
	padding-left: 0!important
}

.paymentMethodsFragment-container {
	padding-right: 2%
}

.float-right {
	float: right!important
}

.fixed-footer {
	position: fixed;
	bottom: 0;
	width: 100%
}

.r2l-text-ellipsis {
	overflow: hidden!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	display: block
}

.r2l-text-breakAll-hyphens {
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}

@media only screen and (max-width:1024px) {
	.fixed-footer {
		position: static
	}
}

.eu-step-top-section {
	border-bottom: 1px solid #e7e7e7
}

.eu-step-bottom-section {
	border-top: 1px solid #e7e7e7;
	height: 50px
}

.eu-bcs-divider {
	padding-top: 2%;
	border-bottom: 1px solid #e7e7e7
}

.swipeRTOLwaitScreen {
	position: fixed;
	top: calc(50% - 32px);
	left: calc(50% - 10px);
	text-align: center;
	z-index: 301
}

.euStep {
	padding-left: 6%;
	padding-right: 6%
}

.input_spinner-wrapper {
	position: relative
}

.input_spinner-spinner {
	position: absolute;
	right: 2px;
	top: 25%;
	bottom: 0
}

.reg-dropdown {
	width: 100%;
	vertical-align: top;
	border: 1px solid #adb1b8;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .06));
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.reg-dropdown-select {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1.2rem 2rem 1.2rem 1.7rem;
	line-height: 1.35;
	font-size: 1.6rem;
	color: #111;
	text-shadow: 0 1px #fff;
	background: #f2f2f2;
	background: rgba(236, 238, 240, 1);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	outline: 0;
	border-radius: 0
}

.reg-dropdown:after,
.reg-dropdown:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border: 3px dashed;
	border-color: #000 transparent;
	pointer-events: none;
	margin-top: -.5rem
}

.reg-dropdown:before {
	border-bottom-style: solid;
	border-top: none
}

.reg-dropdown:after {
	margin-top: 0;
	border-top-style: solid;
	border-bottom: none
}

.reg-dropdown-disabled {
	opacity: .5;
	filter: alpha(opacity=50)
}

.reg-dropdown-select:hover,
.reg-dropdown:hover {
	cursor: pointer;
	background: #e1e4e9
}

.lt-ie9 .reg-dropdown {
	z-index: 1
}

.lt-ie9 .reg-dropdown-select {
	z-index: -1
}

.lt-ie9 .reg-dropdown-select:focus {
	z-index: 3
}

.reg-dropdown-error {
	border: 1px solid red!important
}

.swipe_BROWSER .reg-dropdown-select {
	padding: 6px 20px 6px 10px;
	font-size: 13px
}

.swipe_BROWSER .reg-dropdown:before {
	margin-top: -4px
}

.swipe_BROWSER .reg-dropdown:after {
	margin-top: 1px
}

.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
	display: none!important
}

@media only screen and (max-width:1024px) {
	.headerDivider {
		height: 1.1rem;
		overflow: hidden
	}
}

.mob-view {
	display: none
}

@media only screen and (max-width:1024px) {
	.mob-hide {
		display: none!important
	}
	.mob-m0 {
		margin: 0!important
	}
	.mob-view,
	.showMobileFaq .mob-faq {
		display: block!important
	}
	.p0 {
		padding: 0
	}
	.mob-ellipsis {
		white-space: nowrap;
		overflow: hidden!important;
		text-overflow: ellipsis
	}
	.mob-wrap {
		white-space: normal!important
	}
}

.smbsaAgreementStep {
	margin-left: 6%!important;
	margin-top: 5%;
	margin-right: 6%
}