﻿/* mixin for multiline */


/*@import "scss/base/_base";*/

@media (min-width: 768px) {
	.account-login-information ::-webkit-input-placeholder {
		color: #fff !important;
	}
	.account-login-information :-moz-placeholder {
		color: #fff !important;
		opacity: 1;
	}
	.account-login-information ::-moz-placeholder {
		color: #fff !important;
		opacity: 1;
	}
	.account-login-information :-ms-input-placeholder {
		color: #fff !important;
	}
}

@media (max-width: 767px) {
	 ::-webkit-input-placeholder {
		font-size: 16px;
		color: #575757;
	}
	 :-moz-placeholder {
		font-size: 16px;
		color: #575757;
	}
	 ::-moz-placeholder {
		font-size: 16px;
		color: #575757;
	}
	 :-ms-input-placeholder {
		font-size: 16px;
		color: #575757;
	}
}

.x-responsive-section .container {
	padding: 0;
}

.container {
	margin-top: 10px;
}

.account-login-information {
	display: flex;
	margin-bottom: 60px;
	width: 100%;
}

.password-retrieval {
	margin-top: 14px !important;
}

.heading-3_secondary {
	font-size: 24px;
	position: relative;
}

.p--primary_small {
	color: #808080;
}

.italic {
	color: #575757;
	font-style: italic;
}

.btn--secondary {
	background-color: transparent;
}

.form-group .checkbox--label .checkbox {
	line-height: 20px;
	font-size: 16px;
}

.form-control {
	display: inline-block;
	font-weight: 400;
	width: inherit;
}

.form-control:active,
.form-control:focus {
	font-weight: 400;
}

.form-control--select {
	padding-right: 0;
	/*&:hover {
        border-color: $grey3;

        &:before {
            border-color: $grey3;
        }
    }*/
}

.form-control--select:before {
	background-color: #fff;
}

.form-control--select .select {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
}

.checkbox--label>span>a {
	font-weight: 500;
	text-decoration: underline;
}

.checkbox:before,
.radio:before {
	height: 16px;
	width: 16px;
}

input[type=radio]:checked {
	display: block;
	opacity: 0;
	height: 0;
	width: 0;
	top: -22px;
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.checkbox::before,
.radio::before {
	height: 14px;
	width: 14px;
	display: block;
	content: "";
	background: #fff;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 2px;
	left: 4px;
}

.checkbox:hover,
.radio:hover {
	cursor: pointer;
}

.radio:before {
	border-radius: 25px;
}

input[type="radio"]:checked+.radio:after {
	height: 12px;
	width: 12px;
	display: block;
	content: "";
	background: #000;
	border: 3px solid #fff;
	border-radius: 25px;
	position: absolute;
	top: 3px;
	left: 5px;
}

label {
	margin-bottom: 0;
}

.has-error .select {
	border-color: #B30900;
	box-shadow: none;
}

.icon--information:before {
	font-size: 16px;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #EFEFEF;
}

.tooltip.left .tooltip-arrow:after {
	content: '';
	position: absolute;
	right: 2px;
	top: -10px;
	border-width: 10px 0 10px 10px;
	border-color: transparent;
	border-left-color: #EFEFEF;
	border-style: solid;
}

.tooltip-inner {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	padding: 20px;
	text-align: left;
	white-space: pre-wrap;
}

.pswd-tooltip+.tooltip>.tooltip-inner {
	max-width: 300px;
}

#copy {
	display: table;
}

.popup-container--registration {
	display: none;
	padding: 30px !important;
}

.popup-container--registration .btn.btn--secondary {
	height: 50px;
}

.popup-container--registration .button:not([disabled]):hover,
.popup-container--registration .button-icon:not([disabled]):hover,
.popup-container--registration .button:not([disabled]):focus,
.popup-container--registration .button-icon:not([disabled]):focus,
.popup-container--registration .button:not([disabled]).active,
.popup-container--registration .button-icon:not([disabled]).active,
.popup-container--registration .btn:not([disabled]):hover,
.popup-container--registration .btn:not([disabled]):focus,
.popup-container--registration .btn:not([disabled]).active {
	background-color: #000;
	color: #fff;
}

.popup-container--container {
	margin-bottom: 40px;
}

.popup-container--container label.error {
	color: #B30900;
}

.popup-container--container label.error .icon--warning {
	display: inline;
	margin-right: 25px;
}

.popup-container--container label.error .icon--warning:before {
	top: -10px;
	margin-left: -10px;
}

.popup-container--container .error-message--aleart.final-message>p {
	color: #000 !important;
}

.popup-container--container .error-message--aleart.final-message .icon--warning {
	color: #000 !important;
}

.popup-container--container .error-message--aleart>p {
	font-size: 16px;
	font-weight: 400;
}

.popup-container--container .error-message--aleart>p:not(.icon--information) {
	color: #b30900;
	margin-left: 0;
	margin-top: 5px;
}

.popup-container--container .error-message--aleart .icon--warning {
	color: #b30900;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.popup-container--container .error-message--aleart .icon--warning:before {
	margin-left: 0;
	margin-right: 5px;
	margin-top: -20px;
	position: relative;
	height: 20px;
	width: 20px;
}

.popup-container .manage-security-sqna ul>li {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}

.popup-container .manage-security-sqna ul>li:nth-child(2n+2) {
	padding-left: 0px;
	padding-right: 0;
}

.popup-container .manage-security-sqna ul>li label {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	width: 50%;
	line-height: 40px;
	text-transform: none;
}

.popup-container .manage-security-sqna .form-group li .col-lg-6 {
	width: 50%;
}

.popup-container .manage-security-sqna input[type=text] {
	font-style: normal;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
}

.popup-container .manage-security-sqna .select {
	position: initial;
}

.popup-container .manage-security-sqna .select:not([disabled]):hover,
.popup-container .manage-security-sqna .select:not([disabled]).selected {
	background-color: transparent;
	color: #000;
}

.popup-container #Account_Security_div .popup-footer {
	display: block;
	flex-flow: row wrap;
	justify-content: space-between;
	border-top: 1px solid #cccccc;
	margin-top: 40px;
	padding: 0;
	position: relative;
	width: 100%;
	float: right;
	text-align: right;
	padding-top: 38px;
}

.popup-container #Account_Security_div .popup-footer .cta-wrapper.cta-wrapper {
	padding: 0;
}

.popup-container #Account_Security_div .popup-footer .cta-wrapper a.cta:last-of-type {
	margin-right: 20px;
}

#mychristies .account-security.account-security--update {
	display: flex;
	float: left;
}

#mychristies .account-security.account-security--update .only-Mobile {
	display: none;
}

#mychristies .account-security.account-security--update .form-group label.answer-label {
	font-weight: 400;
}

#mychristies .account-security.account-security--update .account-setting-sqna .no-sqna-account-setting {
	margin-bottom: 23px;
}

#mychristies .account-security.account-security--update .account-setting-sqna .no-sqna-account-setting .p--primary {
	color: #808080;
	font-style: italic;
}

#mychristies .popup-container--registration.add-to-mychristies .icon--warning:before {
	content: "\E600";
	font-size: 32px;
}

#mychristies .popup-container--container label.error .icon--warning:before {
	top: -12px;
}

#mychristies .popup-container .manage-security-sqna .form-group>li label.labelWidth {
	padding-left: 0;
	width: 270px;
}

#mychristies .popup-container .manage-security-sqna .form-group>li .controlWidth:not(.select-dropdowns) {
	margin-left: 10px;
	width: 260px;
}

#mychristies .popup-container .manage-security-sqna .select-dropdowns {
	padding-right: 0;
}

#mychristies .popup-container .manage-security-sqna .select-dropdowns .select {
	position: relative;
	font-weight: 500;
}

#mychristies .popup-container .manage-security-sqna input[type=text] {
	font-style: normal;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
}

#mychristies .security-question .manage-security-sqna .select-dropdowns {
	padding-left: 0px;
	padding-right: 0px;
}

#telephoneBook {
	margin-top: 23px;
}

#telephoneBook>li:nth-child(3) {
	width: 100%;
}

.secondary-popup-mask.manage-security {
	background-color: #888;
}

.no-sqna-account-setting .p--primary {
	width: 100%;
}

.client-service .p--primary {
	font-size: 16px;
}

.login-popup .button:not([disabled]):hover,
.login-popup .button:not([disabled]):focus,
.login-popup .button:not([disabled]).active,
.login-popup .button:not([disabled]):hover,
.login-popup .btn:not([disabled]):hover,
.login-popup .btn:not([disabled]):focus,
.login-popup .btn:not([disabled]).active,
.login-popup .btn:not([disabled]):hover {
	background-color: #000;
	color: #fff;
}

.MandatoryFields {
	border-color: #b30900 !important;
}

.MandatoryFields+span:before {
	border-color: #b30900 !important;
}

.MandatoryFields+span {
	border-color: #b30900 !important;
}

.MandatoryFields.checkbox--label>.checkbox:before {
	border-color: #B30900;
}

.modules-container .cta-wrapper.manage-security {
	margin-bottom: 60px;
	float: left;
	padding: 54px 0 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.error-message--aleart {
	font-size: 16px;
}

.error-message--aleart>p {
	font-size: 16px;
	line-height: 25px;
}

.error-message--aleart>p:not(.icon--information) {
	color: #b30900;
	margin-left: 23px;
	margin-top: 5px;
}

.error-message--aleart>p>a {
	color: #b30900;
	font-weight: 500;
	text-decoration: underline;
}

.error-message--aleart .icon--information {
	color: #b30900;
	margin-left: 23px;
}

.error-message--aleart .icon--information:before {
	margin-left: -25px;
	margin-top: -19px;
	margin-right: 5px;
	margin-bottom: -41px;
	height: 20px;
	width: 20px;
	position: relative;
	transform: rotateX(180deg);
}

.error-message--aleart .icon--information a {
	color: #b30900;
	font-weight: 500;
	text-decoration: underline;
}

.error-message--aleart.success-msg .icon--information a {
	color: #000;
	font-weight: 500;
	text-decoration: underline;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper {
	display: flex;
	flex-flow: column wrap;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .heading-3_secondary {
	border-bottom: 0;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBox {
	padding: 25px 20px 20px;
	width: 100%;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBox h1.heading-3_secondary {
	font-family: 'Baskerville10Pro', Georgia, Times New Roman !important;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 24px !important;
	line-height: 30px;
	text-transform: none;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBox .p--primary {
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBox .p--primary>span {
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBox ul>li {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
	line-height: 25px;
	list-style: disc;
	margin-top: 15px;
	margin-left: 20px;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBoxSec {
	margin-bottom: 50px;
	width: 100%;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBoxSec h3.heading-3_secondary {
	font-family: 'Baskerville10Pro', Georgia, Times New Roman !important;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 24px !important;
	line-height: 30px;
	text-transform: none;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBoxSec .p--primary {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBoxSec .p--primary>a {
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	text-decoration: underline;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBoxSec ul>li {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
	line-height: 25px;
	list-style: none;
	margin-top: 0;
	margin-left: 0;
}

#layout-1.email-confirmation .EmailConfirmation-wrapper .btn-wrapper {
	margin-left: 50%;
	width: 33%;
	transform: translateX(-50%);
}


/* Tablet and Up */

@media (min-width: 768px) {
	.account-login-information {
		padding: 0;
	}
	.popup-container--registration .btn-group {
		float: right;
		width: auto;
	}
	.popup-container--registration .btn-group .btn {
		padding: 0 40px;
		width: auto;
	}
	#mychristies .popup-container--container .error-message--aleart>p:not(.icon--warning) {
		margin-left: 7px;
	}
	.container {
		margin-top: 20px;
	}
	.heading-3_secondary {
		border-bottom: 1px solid #CCCCCC;
		font-size: 26px;
	}
	.heading-3_secondary>span {
		background-color: #fff;
		top: 12px;
		padding: 0 15px;
		position: relative;
	}
	.form-control--select .select {
		font-size: 16px;
	}
}


/* Tablet - Portrait Only */

@media (min-width: 768px) and (max-width: 1023px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.form-control--select {
		margin-bottom: 10px;
	}
	.error-message--aleart .icon--information:before {
		margin-top: -19px;
	}
	.popup-container--registration,
	.popupMessage {
		min-width: 560px;
		width: 570px;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		float: left;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label {
		font-family: 'Atlas Grotesk Web', Helvetica, Arial;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		text-transform: none;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.labelWidth {
		font-weight: 500;
		line-height: 25px;
		padding-right: 0;
		padding-left: 0;
		width: 180px;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.question-label {
		padding-left: 15px;
		padding-right: 0;
		width: 270px;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.answer-label {
		font-weight: 400 !important;
		font-style: italic;
		line-height: 25px;
		padding-left: 15px;
		padding-right: 0;
		width: 270px;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li:nth-last-of-type(2) {
		margin-bottom: 20px;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li:nth-last-of-type(1) {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.x-body {
		overflow-x: hidden;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label {
		font-family: 'Atlas Grotesk Web', Helvetica, Arial;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		text-transform: none;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.labelWidth {
		font-weight: 500;
		line-height: 25px;
		padding-right: 0;
		padding-left: 0;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.question-label {
		padding-left: 0;
		padding-right: 0;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.answer-label {
		font-weight: 400 !important;
		line-height: 25px;
		padding-left: 0;
		padding-right: 0;
	}
	#layout-1.email-confirmation {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1025px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.btn--secondary:focus,
	.btn--secondary:focus {
		background-color: #000;
		color: #fff;
	}
}


/* Mobile */

@media (max-width: 767px) {
	.container {
		margin-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	#layout-1.email-confirmation {
		width: 100%;
	}
	#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBoxSec {
		padding: 0;
	}
	#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBoxSec .heading-3_secondary {
		font-size: 24px !important;
	}
	#layout-1.email-confirmation .EmailConfirmation-wrapper .btn-wrapper {
		width: 100%;
	}
	.error-message--aleart>p:not(.icon--information) {
		color: #b30900;
		font-weight: 400;
		margin-left: 0;
		margin-top: 5px;
	}
	.error-message--aleart .icon--information {
		color: #b30900;
		font-weight: 400;
		margin-left: 0;
	}
	.error-message--aleart .icon--information:before {
		margin-left: 0;
		margin-top: -41px;
		margin-right: 5px;
		line-height: 18px;
		position: relative;
		width: 20px;
	}
	.error-message--aleart.email-send-section-label .icon--information:before {
		margin-right: 0;
	}
	#mychristies .account-security.account-security--update {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 15px;
	}
	#mychristies .account-security.account-security--update .only-Mobile {
		display: block;
		padding: 0 15px;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna .form-group {
		margin-top: 0;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li {
		margin-bottom: 8px;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label {
		font-family: 'Atlas Grotesk Web', Helvetica, Arial;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		text-transform: none;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.labelWidth {
		font-weight: 400;
		line-height: 25px;
		padding-right: 0;
		padding-left: 0;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.question-label {
		font-weight: 500;
		padding-left: 0;
		padding-right: 0;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.answer-label {
		font-weight: 500 !important;
		line-height: 25px;
		padding-left: 0;
		padding-right: 0;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li label.hidden-xs {
		display: block !important;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li:nth-child(2n+1) {
		line-height: normal;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna ul>li:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna .no-sqna-account-setting {
		margin-top: 0;
		margin-bottom: 0;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna .no-sqna-account-setting .p--primary {
		font-size: 14px;
		text-align: left;
	}
	#mychristies .account-security.account-security--update .account-setting-sqna .no-sqna-account-setting+.form-group {
		margin-top: 18px;
	}
	#mychristies .modules-container .cta-wrapper.manage-security {
		padding-top: 44px;
	}
	#mychristies .popup-container #Account_Security_div .popup-footer .cta-wrapper {
		text-align: center;
	}
	#mychristies .popup-container .account-security--update .manage-security-sqna ul>li {
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#mychristies .popup-container .account-security--update .manage-security-sqna ul>li .controlWidth:not(.select-dropdowns) {
		margin-left: 0;
		width: 100%;
	}
	#mychristies .popup-container .account-security--update .manage-security-sqna ul>li .controlWidth.select-dropdowns {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	#mychristies .popup-container .account-security--update .manage-security-sqna ul>li:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	#mychristies .popup-container .account-security--update .manage-security-sqna .select-dropdowns:after {
		right: 0;
	}
	#mychristies .popup-container--container .error-message--aleart>p:not(.icon--information) {
		color: #b30900;
		font-weight: 400;
		margin-left: 0;
		margin-top: 5px;
	}
	#mychristies .popup-container--container .error-message--aleart>p:not(.icon--warning) {
		color: #b30900;
		font-weight: 400;
		margin-left: 7px;
		margin-top: 5px;
	}
	#mychristies .popup-container--container .error-message--aleart .icon--warning {
		color: #b30900;
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}
	#mychristies .popup-container--container .error-message--aleart .icon--warning:before {
		margin-left: 0;
		margin-right: 5px;
		margin-top: -20px;
		position: relative;
		height: 20px;
		width: 20px;
	}
	.popup-container--container .error-message--aleart>p:not(.icon--information) {
		color: #b30900;
		font-weight: 400;
		margin-left: 0;
		margin-top: 5px;
	}
	.popup-container--container .error-message--aleart .icon--warning {
		color: #b30900;
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}
	.popup-container--container .error-message--aleart .icon--warning:before {
		margin-left: 0;
		margin-right: 5px;
		margin-top: -20px;
		position: relative;
		height: 20px;
		width: 20px;
	}
}

@media (min-width: 1280px) {
	.global-footer .social-bar li {
		vertical-align: top;
	}
	#layout-1.email-confirmation .EmailConfirmation-wrapper .confirmationBoxSec .heading-3_secondary {
		font-size: 26px !important;
	}
}

@media (min-width: 1318px) {
	header .logo a img {
		margin-top: 15px;
	}
}

.heading-1 {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #000;
	font-size: 30px;
	line-height: 36px;
}

@media only print,
only screen and (min-width: 1280px) {
	.heading-1 {
		font-size: 40px;
		line-height: 46px;
	}
}

.heading-1_secondary {
	font-family: 'Baskerville10Pro', Georgia, Times New Roman;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 36px;
	line-height: 44px;
}

@media only print,
only screen and (min-width: 1280px) {
	.heading-1_secondary {
		font-size: 40px;
		line-height: 48px;
	}
}

.heading-2 {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #000;
	font-size: 26px;
	line-height: 32px;
}

@media only print,
only screen and (min-width: 1280px) {
	.heading-2 {
		font-size: 30px;
		line-height: 36px;
	}
}

.heading-2_secondary {
	font-family: 'Baskerville10Pro', Georgia, Times New Roman;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 32px;
	line-height: 40px;
}

@media only print,
only screen and (min-width: 1280px) {
	.heading-2_secondary {
		font-size: 30px;
		line-height: 38px;
	}
}

.heading-3 {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #000;
	font-size: 24px;
	line-height: 30px;
}

@media only print,
only screen and (min-width: 1280px) {
	.heading-3 {
		font-size: 26px;
		line-height: 34px;
	}
}

.heading-3_secondary {
	font-family: 'Baskerville10Pro', Georgia, Times New Roman;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 24px;
	line-height: 30px;
}

@media only print,
only screen and (min-width: 1280px) {
	.heading-3_secondary {
		font-size: 26px;
		line-height: 36px;
	}
}

.heading-4 {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color: #000;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
}

@media only print,
only screen and (min-width: 1280px) {
	.heading-4 {
		font-size: 22px;
		line-height: 28px;
	}
}

.heading-4_secondary {
	font-family: 'Baskerville10Pro', Georgia, Times New Roman;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 24px;
	line-height: 32px;
}

@media only print,
only screen and (min-width: 1280px) {
	.heading-4_secondary {
		font-size: 22px;
		line-height: 30px;
	}
}

.heading-5 {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #000;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}

.heading-5_secondary {
	font-family: 'Baskerville10Pro', Georgia, Times New Roman;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 20px;
	line-height: 28px;
}

.heading-6 {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #000;
	font-size: 18px;
	line-height: 24px;
}

.heading-6_secondary {
	font-family: 'Baskerville10Pro', Georgia, Times New Roman;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 18px;
	line-height: 26px;
}

.account-creation {
	width: 100%;
}

.account-creation--light {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.account-creation--light .p--primary {
	font-style: italic;
	text-align: center;
}

.account-creation--light .p--primary>a {
	font-weight: 500;
	text-decoration: underline;
}

.account-creation--light ul {
	margin: 20px 15%;
}

.account-creation--light ul>li {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 14px;
	font-style: italic;
	list-style: disc;
	line-height: 22px;
}

.account-creation--light-form {
	margin-top: 40px;
}

.account-creation--light-form ul {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 0;
}

.account-creation--light-form ul:last-of-type {
	margin-bottom: 10px;
}

.account-creation--light-form ul>li {
	margin-bottom: 30px;
	padding: 0;
}

.account-creation--light-form ul>li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.account-creation--light-form ul>li label,
.account-creation--light-form ul>li input {
	font-size: 16px;
	text-transform: inherit;
}

.account-creation--light-form .p--primary>a {
	font-weight: 500;
	text-decoration: underline;
}

.account-creation--light-form .btn-group {
	margin-top: 30px;
	width: 100%;
}

.account-creation--light-form .login-info ul.form-group {
	margin-bottom: 20px;
}

.account-creation--light-form .login-info ul.form-group>li.account-creation--login-info--number {
	margin-top: 20px;
	padding-left: 0;
	padding-right: 20px;
}

.account-creation--light-form .contact-details p.p--primary {
	float: left;
	font-size: 16px;
	width: 100%;
}

.account-creation--light-form .contact-details .phone-identification {
	margin-bottom: 23px;
	margin-top: 10px;
}

.account-creation--light-form .contact-details .phone-identification ul.form-group {
	padding-bottom: 25px;
}

.account-creation--light-form .contact-details .phone-identification ul.form-group>li.do-not-add--country-code {
	color: #808080;
	line-height: 25px;
	font-size: 14px;
	font-style: italic;
	margin-top: 13px;
	padding: 0;
}

.account-creation--light-form .contact-details .phone-identification ul.form-group>li.mobile-phone--checkbox {
	padding-left: 0;
	margin-top: 50px;
}

.account-creation--light-form .contact-details .phone-identification .checkbox--label,
.account-creation--light-form .contact-details .phone-identification .checkbox {
	margin-bottom: 0;
}

.account-creation--light-form .contact-details .billing-add {
	margin-top: 23px;
}

.account-creation--light-form .contact-details .billing-add ul.form-group {
	padding-bottom: 25px;
}

.account-creation--light-form .contact-details .billing-add .checkbox--label,
.account-creation--light-form .contact-details .billing-add .checkbox {
	margin-bottom: 0;
}

.account-creation--light-form .contact-details .billing-add .billing-add--address.active {
	background-color: #F8F8F8;
	margin-top: -11px;
}

.account-creation--light-form .contact-details .shipping-add {
	margin-top: 13px;
}

.account-creation--light-form .contact-details .shipping-add ul.form-group {
	padding-bottom: 25px;
}

.account-creation--light-form .contact-details .shipping-add .checkbox--label,
.account-creation--light-form .contact-details .shipping-add .checkbox {
	margin-bottom: 0;
}

.account-creation--light-form .contact-details .shipping-add .shipping-add--address.active {
	background-color: #F8F8F8;
	margin-top: -11px;
}

.account-creation--light-form .contact-details .account-security {
	margin-top: 13px;
}

.account-creation--light-form .contact-details .identity-verification {
	margin-top: 23px;
}

.account-creation--light-form .contact-details .identity-verification>.heading-5 {
	margin-bottom: 18px;
}

.account-creation--light-form .contact-details .identity-verification>.p--primary {
	color: #808080;
}

.account-creation--light-form .contact-details .identity-verification>.form-group>.p--primary {
	color: #808080;
}

.account-creation--light-form .contact-details .identity-verification--id {
	margin-top: 25px;
}

.account-creation--light-form .contact-details .identity-verification--id ul.form-group {
	padding-bottom: 0;
}

.account-creation--light-form .contact-details .identity-verification--id ul.form-group>li>span {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
	padding-left: 0;
}


/*.account-creation--light-form .contact-details .user-marketing-preference {
        margin-top: 26px; }
        .account-creation--light-form .contact-details .user-marketing-preference > label {
          margin-bottom: 12px; }*/

.account-creation--light-form .account-password--retrival .info-address {
	margin-top: 20px;
}


/* Tablet 768 and Up */

@media (min-width: 768px) {
	.heading-5 {
		font-size: 16px;
	}
	.account-creation--light {
		margin-top: 63px;
	}
	.account-creation--light ul {
		margin: 20px 15%;
	}
	.account-creation--light-form {
		background-color: #F8F8F8;
		margin-top: 30px;
		padding: 30px;
	}
	.account-creation--light-form.account-security--update {
		margin-top: 54px;
		float: left;
	}
	.account-creation--light-form.account-security--update .account-security {
		margin-top: -17px;
	}
	.account-creation--light-form ul {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 30px;
	}
	.account-creation--light-form ul:last-of-type {
		margin-bottom: 10px;
	}
	.account-creation--light-form ul .p--primary>a {
		font-weight: 500;
		text-decoration: underline;
	}
	.account-creation--light-form ul>li {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
	}
	.account-creation--light-form ul>li label:not(.checkbox--label) {
		font-weight: 400;
		padding-left: 0;
	}
	.client-info-light-full-user li label:last-child {
		white-space: nowrap;
	}
	.account-creation--light-form ul>li label.checkbox--label {
		font-weight: 400;
	}
	.account-creation--light-form ul>li:nth-child(2n+1) {
		padding-left: 0;
		padding-right: 20px;
		line-height: 40px;
	}
	.account-creation--light-form ul>li.has-account-number {
		line-height: normal;
	}
	.account-creation--light-form ul>li.has-account-number .checkbox--label,
	.account-creation--light-form ul>li.has-account-number .checkbox {
		margin-bottom: 0;
	}
	.account-creation--light-form .radio--label,
	.account-creation--light-form .radio {
		margin-bottom: 10px;
	}
	.account-creation--light-form ul>li:nth-child(2n+2) {
		padding-left: 40px;
		padding-right: 0;
	}
	.account-creation--light-form ul>li:nth-child(2n+3) {
		clear: both;
	}
	.account-creation--light-form ul>li:nth-last-of-type(1),
	.account-creation--light-form ul>li:nth-last-of-type(2) {
		margin-bottom: 0;
	}
	.account-creation--light-form .btn-group {
		margin-top: 30px;
		margin-left: 50%;
		width: 33%;
		transform: translateX(-50%);
		position: relative;
		float: left;
	}
	.account-creation--light-form .btn-group:last-child {
		margin-top: 50px;
	}
	.fico-message .btn-group {
		float: left;
	}
}


/* Mobile */

@media (max-width: 767px) {
	body {
		min-width: 100%;
		width: 100%;
	}
	.heading-5 {
		font-size: 16px;
	}
	.account-creation>.heading-3_secondary {
		margin-bottom: 17px;
	}
	.account-creation--heading-text>.heading-3_secondary {
		margin-bottom: 20px;
	}
	.account-creation--eligible .heading-3_secondary {
		margin-bottom: 20px;
		margin-top: 11px;
	}
	.account-creation--light-form ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
	}
	.account-creation--light-form ul>li {
		margin-bottom: 20px;
	}
	.account-creation--light-form .contact-details .phone-identification {
		margin-bottom: 0;
		margin-top: -5px;
	}
	.account-creation--light-form .contact-details .phone-identification ul.form-group {
		padding-bottom: 20px;
		position: relative;
	}
	.account-creation--light-form .contact-details .phone-identification ul.form-group .phone-identification--phone-extension {
		margin-top: 107px;
	}
	.account-creation--light-form .contact-details .phone-identification ul.form-group>li.do-not-add--country-code {
		position: absolute;
		top: 62px;
	}
	.account-creation--light-form .contact-details .billing-add {
		margin-top: -5px;
	}
	.account-creation--light-form .contact-details .billing-add>.heading-5 {
		padding-top: 16px;
	}
	.account-creation--light-form .contact-details .billing-add ul.form-group {
		padding-bottom: 16px;
	}
	.account-creation--light-form .contact-details .billing-add ul.form-group.billing-add--address {
		margin-top: -1px;
	}
	.account-creation--light-form .contact-details .billing-add .checkbox--label,
	.account-creation--light-form .contact-details .billing-add .checkbox {
		margin-bottom: 0;
	}
	.account-creation--light-form .contact-details .billing-add .billing-add--address.active {
		background-color: transparent;
		padding-bottom: 23px;
	}
	.account-creation--light-form .contact-details .shipping-add {
		margin-top: -5px;
	}
	.account-creation--light-form .contact-details .shipping-add>.heading-5 {
		padding-top: 16px;
	}
	.account-creation--light-form .contact-details .shipping-add ul.form-group {
		padding-bottom: 16px;
	}
	.account-creation--light-form .contact-details .shipping-add ul.form-group.shipping-add--address {
		margin-top: -1px;
	}
	.account-creation--light-form .contact-details .shipping-add .checkbox--label,
	.account-creation--light-form .contact-details .shipping-add .checkbox {
		margin-bottom: 0;
	}
	.account-creation--light-form .contact-details .shipping-add .shipping-add--address.active {
		background-color: transparent;
		padding-bottom: 23px;
	}
	.account-creation--light-form .contact-details .pres-add {
		margin-top: -5px;
	}
	.account-creation--light-form .contact-details .pres-add ul.form-group {
		padding-bottom: 0;
	}
	.account-creation--light-form .contact-details .pres-add ul.form-group label.zip_city_state:not(.hidden-xs) {
		color: #000;
		float: left;
		font-weight: 400;
		padding-left: 0;
		position: relative;
	}
	.account-creation--light-form .contact-details .pres-add ul.form-group label.zip_city_state:not(.hidden-xs):after {
		color: #000;
		content: ':';
		position: absolute;
		right: 5px;
	}
	.account-creation--light-form .contact-details .pres-add ul.form-group label.zip_city_state:not(.hidden-xs)+.form-control.zip_city_state {
		border: 0;
		color: #808080;
		line-height: 20px;
		font-size: 16px;
		font-style: italic;
		font-weight: 400;
		width: 25%;
	}
	.account-creation--light-form .contact-details .account-security {
		margin-top: -5px;
	}
	.account-creation--light-form .contact-details .account-security .login-page-sqna ul.form-group {
		padding-bottom: 20px;
	}
	.account-creation--light-form .contact-details .identity-verification {
		margin-top: -5px;
	}
	.account-creation--light-form .contact-details .identity-verification>.heading-5 {
		margin-bottom: 0;
		padding-top: 16px;
	}
	.account-creation--light-form .contact-details .identity-verification--id {
		margin-top: 20px;
	}
	.account-creation--light-form .contact-details .user-marketing-preference {
		margin-top: 0;
	}
	.account-creation--light-form .contact-details .user-marketing-preference>label {
		margin-bottom: 14px;
	}
	.account-creation--light-form .contact-details>.btn-group {
		margin-top: 46px;
	}
	.account-creation--light-form .login-info ul.form-group {
		margin-bottom: 0;
	}
	.account-creation--light-form .login-info ul.form-group .checkbox--label,
	.account-creation--light-form .login-info ul.form-group .checkbox {
		margin-bottom: 0;
	}
	.account-creation--light-form .login-info ul.form-group .checkbox {
		font-size: 16px;
	}
	.account-creation--light-form .login-info ul.form-group>li.account-creation--login-info--number {
		margin-top: 0;
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.account-creation--light-form .login-info .form-group.light-marketing-preference {
		margin-top: 20px;
	}
	.account-creation--light-form .confirm-identity ul>li:nth-child(2n+1) label {
		color: #808080;
		font-weight: 400;
		padding: 0;
	}
	.account-creation--light-form .contact-details .phone-identification ul.form-group>li.mobile-phone--checkbox {
		margin-top: 0px;
	}
	.client-info-light-full-user li label:last-child {
		padding-left: 0;
	}
}


/* min width 1024 and up */

@media (min-width: 1024px) {
	.account-creation--heading-text {
		margin-bottom: 10px;
	}
	.account-creation--light-form .contact-details .phone-identification .checkbox-mobile-phone {
		margin-top: 40px;
	}
}


/* Tablet - Portrait */

@media (min-width: 768px) and (max-width: 1023px) {
	.account-creation--light-form .contact-details .phone-identification .checkbox--label.checkbox-mobile-phone {
		margin-top: 18px;
	}
	.account-creation--light-form .contact-details .user-marketing-preference {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.password-retrieval .account-creation {
		padding: 0;
	}
	.account-creation {
		padding: 0 99px;
		width: 100%;
	}
	.account-creation--light>ul>li {
		font-family: 'Atlas Grotesk Web', Helvetica, Arial;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		font-size: 14px;
		font-style: italic;
		list-style: disc;
		line-height: 25px;
	}
	.account-creation--light-form {
		padding: 30px 60px 35px 60px;
	}
	.account-creation--light-form.account-security--update .account-security--update-info {
		font-size: 16px;
	}
	.account-creation--light-form.account-security--update>.btn-group {
		width: 100%;
	}
	.account-creation--light-form ul>li {
		font-size: 14px;
	}
	.account-creation--light-form ul>li:nth-child(2n+2) {
		padding-left: 0px;
	}
	.account-creation--light-form ul>li:nth-child(2n+1) {
		padding-right: 0px;
	}
	.account-creation--light-form ul>li:nth-last-of-type(2) {
		margin-bottom: 20px;
	}
	.account-creation--light-form .confirm-identity ul>li:nth-child(2n+1) {
		margin-bottom: 15px;
		padding-right: 0px;
	}
	.account-creation--light-form .confirm-identity ul>li:nth-child(2n+1) label {
		color: #575757;
	}
	.account-creation--light-form .confirm-identity ul>li:nth-child(2n+2) {
		margin-bottom: 20px;
		padding-left: 0px;
	}
	.account-creation--light-form .login-info ul.form-group {
		padding-bottom: 25px;
	}
	.account-creation--light-form .login-info ul.form-group>li.account-creation--login-info--number {
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.account-creation--light-form .login-info .btn-group {
		width: 100%;
	}
	.account-creation--light-form .login-info .bidding-account--login-info__title {
		padding-right: 130px;
	}
	.account-creation--light-form .contact-details .identity-verification--id {
		margin-top: 25px;
	}
	.account-creation--light-form .contact-details .identity-verification--id ul.form-group>li>span {
		margin-left: -5px;
		padding-left: 5px;
	}
	.account-creation--light-form .contact-details .phone-identification ul.form-group>li.do-not-add--country-code {
		margin-top: -18px;
	}
	.form-control {
		padding: 0;
	}
	.create-login {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width: 1025px) {
	.account-creation {
		width: 980px;
	}
	.account-creation--light>ul>li {
		font-family: 'Atlas Grotesk Web', Helvetica, Arial;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		font-size: 14px;
		font-style: italic;
		list-style: disc;
		line-height: 22px;
	}
	.account-creation--light-form>ul>li {
		font-size: 16px;
	}
}

.create-login {
	width: 100%;
	margin-top: 67px;
}

.create-login .p--primary_large {
	font-weight: 500;
	padding-bottom: 26px;
}

.create-login--account {
	margin-right: 20px;
}

.create-login--account .btn-group {
	position: absolute;
	bottom: 25px;
	left: 30px;
	width: 87%;
}

.create-login--signin .btn-group {
	position: absolute;
	bottom: 25px;
	left: 30px;
	width: 87%;
}

.create-login--signin--login-box>.form-group:first-of-type {
	margin-bottom: 30px;
}

.create-login--signin--login-box>.form-group+.form-group {
	margin: 0 0 5px 0;
}

.create-login--signin--login-box .error-message--aleart {
	position: absolute;
	bottom: 124px;
}

.create-login--account,
.create-login--signin {
	width: 48.9%;
	float: right;
	min-height: 455px;
	background-color: #f8f8f8;
	height: 100%;
	padding: 24px 30px 25px 30px;
	position: relative;
}

.create-login--account .p--primary,
.create-login--signin .p--primary {
	font-style: italic;
	font-size: 16px;
	line-height: 25px;
}

.create-login--account ul,
.create-login--signin ul {
	margin: 20px 4%;
}

.create-login--account ul>li,
.create-login--signin ul>li {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
	font-style: italic;
	list-style: disc;
	line-height: 25px;
}

.create-login--account .form-group .control-label,
.create-login--signin .form-group .control-label {
	line-height: 40px;
	font-weight: 400;
	font-size: 16px;
}

.create-login--account .form-group .form-control,
.create-login--signin .form-group .form-control {
	width: 100%;
}

.create-login--account .forgetPassword,
.create-login--signin .forgetPassword {
	margin-top: -5px;
	margin-bottom: 26px;
}

.create-login--account .forgetPassword .control-label,
.create-login--signin .forgetPassword .control-label {
	float: right;
	line-height: 20px;
}

.create-login--account .forgetPassword .control-label a,
.create-login--signin .forgetPassword .control-label a {
	text-decoration: underline;
}

.create-login--account .rememberme,
.create-login--signin .rememberme {
	margin-top: 15px !important;
}


/* Mobile */

@media (max-width: 767px) {
	.create-login {
		margin-top: 32px !important;
	}
	.create-login--account {
		min-height: 500px;
		margin-right: 0px !important;
		padding: 15px;
	}
	.create-login--account .btn-group {
		bottom: 15px;
		margin: 0 15px;
		position: absolute;
		left: 0;
		width: 90%;
	}
	.create-login--signin {
		margin-bottom: 40px;
		min-height: 411px;
		padding: 15px;
	}
	.create-login--signin .btn-group {
		bottom: 15px;
		margin: 0 15px;
		position: absolute;
		left: 0;
		width: 90%;
	}
	.create-login--signin--login-box .error-message--aleart {
		bottom: 86px;
	}
	.create-login--account,
	.create-login--signin {
		width: 100% !important;
	}
	.create-login--account .form-group label[for=userID],
	.create-login--account .form-group label[for=password],
	.create-login--signin .form-group label[for=userID],
	.create-login--signin .form-group label[for=password] {
		display: none;
	}
	.create-login--account .forgetPassword,
	.create-login--signin .forgetPassword {
		margin: 0px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=tel],
	input[type=phone],
	input[type=number],
	textarea {
		border-radius: 0;
		box-shadow: inset 0 0 0 transparent;
		/*padding-top: 10px;*/
		padding: 0 10px;
	}
	.btn-group input[type=submit] {
		background-color: #fff;
		background-image: none;
		color: #000;
		border-radius: 0;
		line-height: 50px;
		margin: 0;
		padding: 0;
		text-transform: inherit;
	}
	.btn-group input[type=submit]:hover,
	.btn-group input[type=submit]:active {
		background-color: #000;
		color: #fff;
	}
	.btn-group input[type=submit]:focus {
		outline: none;
	}
	.create-login {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.create-login .p--primary_large {
		font-weight: 500;
		padding-bottom: 26px;
	}
	.create-login .p--primary_large+.error-message--aleart {
		text-align: left;
	}
	.create-login .p--primary_large+.error-message--aleart>p:not(.icon--information) {
		margin-left: 24px;
	}
	.create-login--account {
		height: 450px;
		margin-right: 0;
		margin-top: 50px;
	}
	.create-login--account .btn-group {
		margin-top: 25px;
	}
	.create-login--signin {
		height: 400px;
	}
	.create-login--signin .btn-group {
		margin-top: 50px;
		padding: 0 30px;
	}
	.create-login--signin .error-message--aleart {
		bottom: -7px;
		text-align: center;
		position: relative;
	}
	.create-login--account .btn-group {
		padding: 0 30px;
	}
	.create-login--account,
	.create-login--signin {
		width: 100%;
		float: none;
		min-height: auto;
		background-color: #f8f8f8;
		padding: 24px 30px 25px 30px;
	}
	.create-login--account ul,
	.create-login--signin ul {
		margin: 20px 4%;
	}
	.create-login--account ul>li,
	.create-login--signin ul>li {
		font-family: 'Atlas Grotesk Web', Helvetica, Arial;
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		font-size: 16px;
		font-style: italic;
		list-style: disc;
		line-height: 25px;
	}
	.create-login--account .form-group,
	.create-login--signin .form-group {
		padding-right: 60px;
	}
	.create-login--account .form-group .checkbox--label .checkbox,
	.create-login--signin .form-group .checkbox--label .checkbox {
		font-size: 16px;
	}
	.create-login--account .form-group .control-label,
	.create-login--signin .form-group .control-label {
		line-height: 40px;
		font-weight: 400;
		font-size: 16px;
		text-transform: inherit;
	}
	.create-login--account .form-group .form-control,
	.create-login--signin .form-group .form-control {
		width: 100%;
	}
	.create-login--account .forgetPassword .control-label,
	.create-login--signin .forgetPassword .control-label {
		float: right;
		line-height: 20px;
	}
	.create-login--account .forgetPassword .control-label a,
	.create-login--signin .forgetPassword .control-label a {
		text-decoration: underline;
	}
	.create-login--account .rememberme,
	.create-login--signin .rememberme {
		margin: 0px;
	}
}

.account-creation--bidding-account ul:last-of-type {
	margin-bottom: 0px;
}

.account-creation--bidding-account .heading-5 {
	margin-bottom: 23px;
	margin-top: 0;
	padding: 0;
}

.account-creation--bidding-account .p--primary_small {
	text-transform: capitalize;
	font-weight: 300;
	padding: 0 0 30px 0;
}

.account-creation--bidding-account .phone-identification .form-group .width100 {
	width: 100%;
}

.account-creation--bidding-account .phone-identification .form-group .width40 {
	width: 32.9%;
}

.account-creation--bidding-account .phone-identification .form-group .width20 {
	width: 20%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.account-creation--bidding-account .phone-identification .form-group .width20 {
		width: 30%;
	}
}

.account-creation--bidding-account .phone-identification .form-group .ext {
	margin: 0 10px;
}

.account-creation--bidding-account .phone-identification .form-group .p--primary {
	position: absolute;
	top: 45px;
	left: 70px;
}

.account-creation--bidding-account .phone-identification .form-group .phone-identification--primary-phone {
	width: 190px;
}

.account-creation--bidding-account .phone-identification .form-group .phone-identification--phone-extension {
	margin-right: 10px;
	width: 70px;
}

.account-creation--bidding-account .account-security .heading-5 {
	margin-bottom: 10px;
}

.account-creation--bidding-account .account-security ul li:nth-last-of-type(2),
.account-creation--bidding-account .account-security ul li:nth-child(2n+1) {
	clear: both;
}

.account-creation--bidding-account .identity-verification .form-group {
	border-bottom: 0px;
}

.account-creation--bidding-account .identity-verification .form-group .p--primary {
	/*padding-bottom: 20px;*/
}

.form-group.user-marketing-preference {
	margin-top: 20px;
}

.account-creation--bidding-account .identity-verification .form-group .width21 {
	width: 24%;
}

.account-creation--bidding-account .identity-verification .form-group .width21 .width100 {
	width: 100%;
	line-height: 40px;
}

.account-creation--bidding-account .identity-verification .form-group .day {
	margin: 0 20px;
}

.account-creation--bidding-account .identity-verification .form-group .day,
.account-creation--bidding-account .identity-verification .form-group .year {
	width: 18%;
}

.account-creation--bidding-account .identity-verification .date-Control {
	padding-bottom: 0px;
	margin: 25px 0 2px 0;
}

.account-creation--bidding-account .identity-verification .date-Control>li span {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
}

.account-creation--bidding-account .identity-verification .date-Control>li:nth-last-of-type(1) {
	padding-left: 20px;
}


/* .account-creation--bidding-account .client-info-light-full-user {
  margin-bottom: 20px !important;
  padding-bottom: 56px; }
*/

.account-creation--bidding-account .pres-add .form-group>li .btn-group.btn-look-address {
	margin-left: 0;
	transform: translateX(100%);
	width: 50%;
}


/* Tablet */

@media (min-width: 768px) and (max-width: 1023px) {
	.account-creation--bidding-account ul li:nth-child(2n+2) {
		padding-left: 0px;
	}
	.account-creation--bidding-account ul li:nth-child(2n+1) {
		padding-right: 0px;
	}
	.account-creation--bidding-account ul li:nth-last-of-type(2) {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .form-control {
		padding: 0px 15px;
	}
	.account-creation--bidding-account .col-sm-padding-right25 {
		padding-right: 27px;
	}
	.account-creation--bidding-account .col-sm-padding-right44 {
		padding-right: 45px;
	}
	.account-creation--bidding-account .col-sm-margin-right2 {
		margin-right: 2px;
	}
	.account-creation--bidding-account .col-sm-margin-right7 {
		margin-right: 7px;
	}
	.account-creation--bidding-account .col-sm-margin-right8 {
		margin-right: 8px;
	}
	.account-creation--bidding-account .col-sm-margin-right15 {
		margin-right: 15px;
	}
	.account-creation--bidding-account .col-sm-margin-right18 {
		margin-right: 18px;
	}
	.account-creation--bidding-account .col-sm-margin-right28 {
		margin-right: 28px;
	}
	.account-creation--bidding-account .col-sm-margin-right40 {
		margin-right: 40px;
	}
	.account-creation--bidding-account .col-sm-flex-wrap {
		flex-wrap: wrap;
		width: 59%;
	}
	.account-creation--bidding-account .login-info>ul {
		display: flex;
		flex-flow: column wrap;
	}
	.account-creation--bidding-account .login-info>ul>li {
		margin-bottom: 30px;
	}
	.account-creation--bidding-account .login-info>ul>li .controlWidth {
		width: 486px;
	}
	.account-creation--bidding-account .login-info>ul>li .controlWidth.form-control--select {
		margin-left: 0;
		width: 523px;
	}
	.account-creation--bidding-account .login-info>ul>li label.labelWidth {
		width: 430px;
		margin-right: 0;
		padding-right: 0;
	}
	.account-creation--bidding-account .login-info>ul>li .form-control--select {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(1) {
		order: 1;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(2) {
		order: 4;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(3) {
		order: 2;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(4) {
		order: 5;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(5) {
		order: 3;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(6) {
		order: 6;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(7) {
		order: 7;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(8) {
		order: 8;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-last-of-type(2) {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-last-of-type(1) {
		margin-bottom: 5px;
	}
	.account-creation--bidding-account .login-page-sqna ul>li .controlWidth {
		width: 486px;
	}
	.account-creation--bidding-account .login-page-sqna ul>li .controlWidth.form-control--select {
		margin-left: 0;
		margin-bottom: 0;
		width: 523px;
	}
	.account-creation--bidding-account .login-page-sqna ul>li label {
		line-height: 20px;
	}
	.account-creation--bidding-account .login-page-sqna ul>li label.labelWidth {
		width: 430px;
		margin-right: 0;
		padding-right: 0;
	}
	.account-creation--bidding-account .login-page-sqna ul>li:nth-child(2n+2) {
		margin-bottom: 30px;
	}
	.account-creation--bidding-account .login-page-sqna ul>li:nth-last-of-type(2) {
		margin-bottom: 30px;
	}
	.account-creation--bidding-account .login-page-sqna ul>li:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .pres-add ul {
		display: flex;
		flex-flow: column wrap;
	}
	.account-creation--bidding-account .pres-add ul>li .form-control--select {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .pres-add ul>li .controlWidth {
		width: 486px;
	}
	.account-creation--bidding-account .pres-add ul>li .controlWidth.form-control--select {
		margin-left: 0;
		width: 523px;
	}
	.account-creation--bidding-account .pres-add ul>li label {
		line-height: 20px;
	}
	.account-creation--bidding-account .pres-add ul>li label.labelWidth {
		width: 235px;
		margin-right: 0;
		padding-right: 0;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-last-of-type(2) {
		margin-bottom: 30px;
	}
	.account-creation--bidding-account .pres-add ul>li .btn-group.btn-look-address {
		margin-left: 0;
		margin-top: 15px;
		transform: translateX(84%) !important;
		width: 54% !important;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-of-type(1) {
		order: 1;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-of-type(2) {
		order: 5;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-of-type(3) {
		order: 2;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-of-type(4) {
		order: 5;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-of-type(5) {
		order: 3;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-of-type(6) {
		order: 6;
		margin-bottom: 0;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-of-type(7) {
		order: 4;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-of-type(8) {
		order: 8;
	}
	.account-creation--bidding-account .pres-add ul>li:nth-last-of-type(1) {
		margin-bottom: 0;
		margin-top: 25px;
	}
	.account-creation--bidding-account .phone-identification ul>li .controlWidth {
		width: 486px;
	}
	.account-creation--bidding-account .phone-identification ul>li .controlWidth.form-control--select {
		margin-left: 0;
		width: 523px;
	}
	.account-creation--bidding-account .phone-identification ul>li label.labelWidth {
		width: 432px;
		margin-right: 0;
		padding-right: 0;
	}
	.account-creation--bidding-account .phone-identification ul>li:nth-child(1) label.labelWidth {
		width: 235px;
		margin-right: 0;
		padding-right: 0;
	}
	.account-creation--bidding-account .phone-identification .form-group .width20 {
		width: 46%;
	}
	.account-creation--bidding-account .phone-identification .form-group .width40 {
		width: 72%;
	}
	.account-creation--bidding-account .phone-identification .form-group .width100 {
		width: inherit;
	}
	.account-creation--bidding-account .phone-identification .form-group li:first-child {
		margin-bottom: 0px;
	}
	.account-creation--bidding-account .phone-identification .form-group .p--primary {
		left: 70px;
	}
	.account-creation--bidding-account .phone-identification .form-group .phone-identification--primary-phone {
		width: 118px;
	}
	.account-creation--bidding-account .phone-identification .form-group .phone-identification--phone-extension {
		margin-right: 0;
	}
	.account-creation--bidding-account .phone-identification__country {
		padding-right: 25px;
	}
	.account-creation--bidding-account .billing-add ul {
		padding-bottom: 25px;
	}
	.account-creation--bidding-account .billing-add ul>li .controlWidth {
		width: 486px;
	}
	.account-creation--bidding-account .billing-add ul>li .controlWidth.UKState {
		width: 488px;
	}
	.account-creation--bidding-account .billing-add ul>li .controlWidth.form-control--select {
		margin-left: 0;
		margin-bottom: 0;
		width: 520px;
	}
	.account-creation--bidding-account .billing-add ul>li label {
		line-height: 20px;
	}
	.account-creation--bidding-account .billing-add ul>li label.labelWidth {
		width: 430px;
		margin-right: 0;
		padding-right: 0;
	}
	.account-creation--bidding-account .billing-add ul>li input[type="text"] {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .billing-add ul>li:nth-last-of-type(1):not(:first-child) {
		margin-top: 30px;
	}
	.account-creation--bidding-account .billing-add ul>li:nth-last-of-type(2) {
		margin-bottom: 30px;
	}
	.account-creation--bidding-account .billing-add ul>li:nth-last-of-type(2) input[type="text"] {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .billing-add .billing-add--address {
		display: flex;
		flex-flow: column wrap;
	}
	.account-creation--bidding-account .billing-add .billing-add--address.active {
		position: relative;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(1) {
		order: 1;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(2) {
		order: 5;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(3) {
		order: 2;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(4) {
		order: 5;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(5) {
		order: 3;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(6) {
		order: 6;
		margin-bottom: 0;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(7) {
		order: 4;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(8) {
		order: 8;
		margin-top: 20px;
	}
	.account-creation--bidding-account .shipping-add {
		margin-top: 23px;
	}
	.account-creation--bidding-account .shipping-add ul {
		padding-bottom: 25px;
	}
	.account-creation--bidding-account .shipping-add ul>li .controlWidth {
		width: 486px;
	}
	.account-creation--bidding-account .shipping-add ul>li .controlWidth.UKState {
		width: 488px;
	}
	.account-creation--bidding-account .shipping-add ul>li .controlWidth.form-control--select {
		margin-left: 0;
		margin-bottom: 0;
		width: 520px;
	}
	.account-creation--bidding-account .shipping-add ul>li label {
		line-height: 20px;
	}
	.account-creation--bidding-account .shipping-add ul>li label.labelWidth {
		width: 430px;
		margin-right: 0;
		padding-right: 0;
	}
	.account-creation--bidding-account .shipping-add ul>li input[type="text"] {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .shipping-add ul>li:nth-last-of-type(1):not(:first-child) {
		margin-top: 30px;
	}
	.account-creation--bidding-account .shipping-add ul>li:nth-last-of-type(2) {
		margin-bottom: 30px;
	}
	.account-creation--bidding-account .shipping-add ul>li:nth-last-of-type(2) input[type="text"] {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address {
		display: flex;
		flex-flow: column wrap;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address.active {
		position: relative;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(1) {
		order: 1;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(2) {
		order: 5;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(3) {
		order: 2;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(4) {
		order: 5;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(5) {
		order: 3;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(6) {
		order: 6;
		margin-bottom: 0;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(7) {
		order: 4;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(8) {
		order: 8;
		margin-top: 20px;
	}
	.account-creation--bidding-account .identity-verification--id ul>li .controlWidth {
		width: 486px;
	}
	.account-creation--bidding-account .identity-verification--id ul>li span.labelWidth {
		width: 432px;
		margin-right: 0;
		padding-right: 0;
	}
	.account-creation--bidding-account .identity-verification .form-group .width21 {
		width: 45%;
		line-height: normal;
		flex-flow: wrap;
		align-items: center;
		min-height: 105px;
		margin-bottom: 10px;
	}
	.account-creation--bidding-account .identity-verification .form-group .day {
		margin: 0 21px 0 0;
	}
	.account-creation--bidding-account .identity-verification .form-group .year {
		margin: 0 0 0 0;
	}
	.account-creation--bidding-account .identity-verification .form-group .day,
	.account-creation--bidding-account .identity-verification .form-group .year {
		width: 45.55555%;
	}
	.account-creation--bidding-account .identity-verification .date-Control {
		margin-bottom: 4px;
	}
	.account-creation--bidding-account .contact-details .btn-group {
		width: 100%;
	}
	.account-creation--bidding-account .client-info-light-full-user>li label.labelWidth {
		padding-right: 0;
		width: 202px;
	}
}


/* Tablet 1024 Up */

@media (min-width: 1024px) {
	.account-creation--bidding-account {
		margin-top: 40px;
		position: relative;
		float: left;
		width: 100%;
	}
	.account-creation--bidding-account ul li:nth-last-of-type(2) {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .form-control {
		padding: 0px 15px;
	}
	.account-creation--bidding-account .col-md-padding-right25 {
		padding-right: 27px;
	}
	.account-creation--bidding-account .col-md-padding-right44 {
		padding-right: 45px;
	}
	.account-creation--bidding-account .col-md-margin-right2 {
		margin-right: 2px;
	}
	.account-creation--bidding-account .col-md-margin-right3 {
		margin-right: 3px;
	}
	.account-creation--bidding-account .col-md-margin-right7 {
		margin-right: 7px;
	}
	.account-creation--bidding-account .col-md-margin-right8 {
		margin-right: 8px;
	}
	.account-creation--bidding-account .col-md-margin-right15 {
		margin-right: 15px;
	}
	.account-creation--bidding-account .col-md-margin-right28 {
		margin-right: 28px;
	}
	.account-creation--bidding-account .col-md-margin-right40 {
		margin-right: 40px;
	}
	.account-creation--bidding-account .col-md-flex-wrap {
		flex-wrap: wrap;
	}
	.account-creation--bidding-account .identity-verification .date-Control {
		padding-bottom: 25px;
	}
	.account-creation--bidding-account .identity-verification .date-Control li div {
		width: 100% !important;
	}
}


/* Tablet Lanscape only */

@media (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
	.account-creation--bidding-account .phone-identification .form-group .p--primary {
		left: 70px;
	}
	.account-creation--bidding-account .phone-identification__country {
		padding-right: 25px;
	}
}


/* Mobile */

@media (max-width: 767px) {
	.account-creation--bidding-account {
		margin-top: 30px;
	}
	.account-creation--bidding-account .login-info>ul {
		display: flex;
		flex-flow: column wrap;
	}
	.account-creation--bidding-account .login-info>ul>li {
		margin-bottom: 20px;
	}
	.account-creation--bidding-account .login-info>ul>li .form-control--select {
		margin-bottom: 0;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(1) {
		order: 1;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(2) {
		order: 4;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(3) {
		order: 2;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(4) {
		order: 5;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(5) {
		order: 3;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(6) {
		order: 6;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(7) {
		order: 7;
	}
	.account-creation--bidding-account .login-info>ul>li:nth-of-type(8) {
		order: 8;
	}
	.account-creation--bidding-account .login-info .marketingpreference_privacypolicy_dv {
		margin-top: 12px;
	}
	.account-creation--bidding-account .login-info .client-service {
		margin-top: 13px;
	}
	.account-creation--bidding-account .login-info .btn-group {
		margin-top: 46px;
	}
	.account-creation--bidding-account .form-group {
		margin: 0px;
	}
	.account-creation--bidding-account .form-group .marginb20 {
		margin-bottom: 20px;
		margin-right: 0px;
	}
	.account-creation--bidding-account .heading-5 {
		margin-bottom: 5px;
		padding: 20px 0 10px 0;
	}
	.account-creation--bidding-account .phone-identification .form-group {
		padding-bottom: 20px;
	}
	.account-creation--bidding-account .phone-identification .form-group .marginb20 {
		margin-bottom: 5px;
	}
	.account-creation--bidding-account .phone-identification .form-group .p--primary {
		color: #575757;
		float: right;
		position: relative;
		top: 100%;
		left: auto;
		text-align: right;
		right: 0;
		margin: 5px 0 15px 0;
	}
	.account-creation--bidding-account .identity-verification .date-Control {
		border-bottom: 0px;
		padding-bottom: 0px;
		margin: 0 0 20px 0;
	}
	.account-creation--bidding-account .identity-verification .date-Control>li:first-of-type {
		margin-bottom: 0;
		margin-top: 13px;
		padding: 0;
		width: 100%;
	}
	.account-creation--bidding-account .identity-verification .date-Control>li:first-of-type .hidden-xs {
		display: block !important;
		font-weight: 500;
		padding: 0;
	}
	.account-creation--bidding-account .identity-verification .date-Control .day {
		margin: 0px 20px 0 0;
	}
	.app_true_christies_com .account-creation--bidding-account .identity-verification .date-Control .day {
		margin-right: 18px;
	}
	.account-creation--bidding-account .identity-verification .date-Control .day,
	.account-creation--bidding-account .identity-verification .date-Control .year {
		width: 46.85555%;
	}
	.account-creation--bidding-account .identity-verification .date-Control>li:nth-last-of-type(1) {
		padding-left: 0;
	}
	.account-creation--bidding-account .account-security .heading-5 {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.account-creation--bidding-account .pres-add .form-group {
		display: flex;
		flex-flow: column wrap;
		padding-bottom: 20px;
	}
	.account-creation--bidding-account .pres-add .form-group>li .btn-group.btn-look-address {
		margin-left: 0;
		margin-top: 29px;
		margin-bottom: 25px;
		transform: translateX(0%);
		width: 100%;
	}
	.account-creation--bidding-account .pres-add .form-group>li:nth-of-type(1) {
		order: 1;
	}
	.account-creation--bidding-account .pres-add .form-group>li:nth-of-type(2) {
		order: 5;
	}
	.account-creation--bidding-account .pres-add .form-group>li:nth-of-type(3) {
		order: 2;
	}
	.account-creation--bidding-account .pres-add .form-group>li:nth-of-type(4) {
		order: 5;
	}
	.account-creation--bidding-account .pres-add .form-group>li:nth-of-type(5) {
		order: 3;
	}
	.account-creation--bidding-account .pres-add .form-group>li:nth-of-type(6) {
		order: 6;
	}
	.account-creation--bidding-account .pres-add .form-group>li:nth-of-type(7) {
		order: 4;
	}
	.account-creation--bidding-account .pres-add .form-group>li:nth-of-type(8) {
		order: 8;
	}
	.account-creation--bidding-account .client-info-light-full-user {
		border-bottom: 0;
		margin-bottom: -4px !important;
		padding-bottom: 38px;
	}
	.account-creation--bidding-account .client-info-light-full-user>li>label:first-child {
		padding-left: 0;
		margin-bottom: 10px;
	}
	.account-creation--bidding-account .billing-add .billing-add--address {
		display: flex;
		flex-flow: column wrap;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(1) {
		order: 1;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(2) {
		order: 5;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(3) {
		order: 2;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(4) {
		order: 5;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(5) {
		order: 3;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(6) {
		order: 6;
		margin-bottom: 0;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(7) {
		order: 4;
	}
	.account-creation--bidding-account .billing-add .billing-add--address>li:nth-of-type(8) {
		order: 8;
		margin-top: 20px;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address {
		display: flex;
		flex-flow: column wrap;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(1) {
		order: 1;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(2) {
		order: 5;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(3) {
		order: 2;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(4) {
		order: 5;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(5) {
		order: 3;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(6) {
		order: 6;
		margin-bottom: 0;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(7) {
		order: 4;
	}
	.account-creation--bidding-account .shipping-add .shipping-add--address>li:nth-of-type(8) {
		order: 8;
		margin-top: 20px;
	}
}

.account-more--christies .p--primary {
	width: 67%;
}

.account-more--christies .p--primary a {
	font-weight: 400;
	text-decoration: underline;
	font-style: normal;
	float: right;
}

.account-more--christies .skip-this-step>a {
	font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.account-more--christies .p--primary {
		width: 100%;
	}
}

@media (max-width: 1023px) {
	.account-more--christies .p--primary {
		width: 100%;
	}
}

.account-security--update .p--primary_small {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	padding: 0 0 20px 0;
}

.account-security--update .update-security-questions-sqna ul>li:nth-child(2n+2) {
	line-height: 40px;
}

.account-security--update .update-security-questions-sqna .form-group .question-label {
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	padding-right: 0;
	text-overflow: ellipsis;
	width: 218px;
	white-space: nowrap;
}

.account-security--update .account-security ul:last-of-type {
	margin-bottom: 46px;
}

.account-security--update .account-security ul li:nth-last-of-type(2),
.account-security--update .account-security ul li:nth-child(2n+1) {
	clear: both;
}

.account-security--update .account-setting-sqna {
	background-color: #fff;
	text-align: center;
}

.account-security--update .account-setting-sqna .form-group {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0px;
	width: 80%;
	text-align: left;
}

.account-security--update .account-setting-sqna .form-group .heading-5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
}

.account-security--update .account-setting-sqna ul>li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	display: block;
	float: left;
	margin-bottom: 20px;
	padding: 0;
	width: 50%;
}

.account-security--update .account-setting-sqna ul>li:nth-child(2n+2) {
	padding-left: 20px;
	padding-right: 0;
}

.account-security--update .account-setting-sqna ul>li:nth-child(2n+1) {
	clear: both;
}

.account-security--update .account-setting-sqna ul>li:nth-child(2n+1) {
	padding-left: 0;
	padding-right: 20px;
	line-height: 40px;
}

.account-security--update .account-setting-sqna ul>li:nth-last-of-type(1),
.account-security--update .account-setting-sqna ul>li:nth-last-of-type(2) {
	margin-bottom: 0;
}

.account-security--update .account-setting-sqna ul>li label {
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	width: 100%;
}

.account-security--update .account-setting-sqna ul>li label+label {
	font-weight: 400;
}

.account-security--update .btn-group .btn--secondary {
	height: 50px;
}

.account-security--update .btn:not([disabled]):hover,
.account-security--update .btn:not([disabled]):focus,
.account-security--update .btn:not([disabled]).active,
.account-security--update .button:not([disabled]):hover,
.account-security--update .button:not([disabled]):focus,
.account-security--update .button:not([disabled]).active {
	background-color: #000;
	color: #fff;
}

.account-security--update .form-group label.answer-label {
	font-weight: 500;
	line-height: 25px;
}

.account-security--update .manage-security-sqna .form-group label {
	font-weight: 500;
	font-size: 16px;
}

.update-security-questions-sqna .select {
	position: initial;
}

.update-security-questions-sqna .select:not([disabled]):hover,
.update-security-questions-sqna .select:not([disabled]).selected {
	background-color: transparent;
	color: #000;
}


/* Tablet */

@media (max-width: 1023px) {
	.account-security--update .account-setting-sqna .form-group {
		width: 100%;
	}
	.account-security--update .account-setting-sqna ul>li {
		width: 100%;
	}
	.account-security--update .account-setting-sqna ul>li:nth-child(2n+2) {
		padding-left: 0px;
	}
	.account-security--update .account-setting-sqna ul>li:nth-child(2n+1) {
		padding-right: 0px;
	}
	.account-security--update .account-setting-sqna ul>li label {
		width: 50%;
	}
}


/* Mobile */

@media (max-width: 767px) {
	.account-security--update .p--primary {
		font-size: 16px;
		width: 100%;
	}
	.account-security--update label {
		width: 100%;
	}
	.account-security--update .account-setting-sqna ul>li {
		margin-bottom: 0px;
	}
	.account-security--update .account-setting-sqna ul>li label {
		width: 100%;
	}
	.account-security--update .account-setting-sqna .form-group {
		margin-top: 15px;
	}
	.account-security--update .update-security-questions-sqna ul {
		border-bottom: 0;
	}
	.account-security--update .update-security-questions-sqna ul:last-of-type {
		margin-bottom: 34px;
	}
	.account-security--update .update-security-questions-sqna .form-group .labelWidth {
		font-weight: 400;
		line-height: 25px;
		padding-left: 0;
	}
	.account-security--update .update-security-questions-sqna .form-group .labelWidth.existing.hidden-xs {
		display: block !important;
	}
	.account-security--update .update-security-questions-sqna .form-group .question-label {
		padding-left: 0;
		width: 100%;
	}
	.account-security--update .update-security-questions-sqna .form-group .answer-label {
		padding-left: 0;
	}
	.account-security--update .account-security ul>li:nth-child(2n+1) {
		margin-bottom: 20px;
	}
	.account-security--update .account-security ul>li:nth-child(2n+2) {
		margin-bottom: 20px;
	}
	.account-security--update .account-security ul>li:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	.account-security--update .btn-group {
		margin-top: 46px;
	}
	.account-security--update .btn-group:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.account-security--update .update-security-questions-sqna ul {
		border-bottom: 0;
	}
	.account-security--update .update-security-questions-sqna ul>li label.labelWidth {
		width: 350px;
	}
	.account-security--update .update-security-questions-sqna ul>li label.answer-label {
		font-weight: 500 !important;
	}
	.account-security--update .update-security-questions-sqna ul>li .controlWidth {
		width: 436px;
	}
	.account-security--update .update-security-questions-sqna ul>li .form-control--select {
		margin-bottom: 0;
	}
	.account-security--update .update-security-questions-sqna ul>li .form-control--select.controlWidth {
		width: 453px;
	}
	.account-security--update .update-security-questions-sqna ul>li:nth-last-of-type(2) {
		margin-bottom: 30px;
	}
	.account-security--update .update-security-questions-sqna ul:last-of-type {
		margin-bottom: 13px;
	}
	.account-security--update .update-security-questions-sqna .form-group .question-label {
		margin-left: -97px;
		width: 300px;
	}
}

.account-password--retrival {
	margin-top: 70px;
	position: relative;
    min-height: 350px;
}

.account-password--retrival .heading-5 {
	padding-bottom: 23px;
}

.account-password--retrival .form-group {
	border-bottom: 0px;
}

.account-password--retrival .form-group:first-of-type,
.account-password--retrival .form-group:last-of-type {
	border-bottom: 0px;
}

.account-password--retrival .form-group:last-of-type {
	padding-bottom: 48px;
}

.account-password--retrival .form-group li:nth-last-of-type(2),
.account-password--retrival .form-group li:nth-child(2n+1) {
	clear: both;
}

.account-password--retrival .form-group.dv_sections-pass {
	margin-bottom: 15px !important;
}

.account-password--retrival .reset-password .form-group label {
	line-height: 40px;
}

.account-password--retrival .forgot-password {
	display: inline-block;
}

.account-password--retrival .forgot-password .p--primary {
	padding-bottom: 40px;
	color: #575757;
}

.account-password--retrival .forgot-password .p--primary+.p--primary {
	padding-bottom: 60px;
}

.account-password--retrival .forgot-password .info-address {
	padding-left: 0;
}

.account-password--retrival .forgot-password .info-address>.heading-6 {
	font-weight: 500;
}

.account-password--retrival .forgot-password .info-address .p--primary {
	color: #808080;
	float: left;
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	padding-bottom: 0px;
}

.account-password--retrival .forgot-password .info-address .p--primary+.p--primary {
	padding-bottom: 0px;
}

.account-password--retrival .forgot-password .error-message--aleart {
	position: relative;
	bottom: 0;
}

.account-password--retrival .forgot-password .error-message--aleart .icon--information {
	padding-bottom: 51px;
}

.account-password--retrival .forgot-password .error-message--aleart .icon--information:before {
	margin-right: 0;
}

.account-password--retrival .forgot-password .error-message--aleart.email-send-section-label .icon--information span:last-of-type>a:hover {
	color: #D70C00;
}

.account-password--retrival .forgot-password .error-message--aleart.success-msg .icon--information {
	color: #575757;
	margin-left: 0;
}

.account-password--retrival .forgot-password .error-message--aleart.success-msg .icon--information:before {
	content: '';
}

.account-password--retrival .forgot-password .error-message--aleart.success-msg .icon--information span {
	display: block;
	padding-bottom: 30px;
	width: 100%;
}

.account-password--retrival .forgot-password .error-message--aleart.success-msg .icon--information span:last-of-type>a:hover {
	color: #808080;
}

.account-password--retrival .forgot-password .error-message--aleart .info-address span.p--primary {
	font-size: 16px;
	line-height: 25px;
}

.account-password--retrival .btn-group .btn--secondary {
	background-color: transparent;
	height: 50px;
}

.account-password--retrival .btn:not([disabled]):hover,
.account-password--retrival .btn:not([disabled]):focus,
.account-password--retrival .btn:not([disabled]).active,
.account-password--retrival .button:not([disabled]):hover,
.account-password--retrival .button:not([disabled]):focus,
.account-password--retrival .button:not([disabled]).active {
	background-color: #000;
	color: #fff;
}

.account-password--retrival .error-message--aleart {
	position: absolute;
	bottom: 97px;
}
.account-password--retrival .error-message--aleart.error-message--email {
    position: inherit;
    margin-left: 23%;
    margin-top: 10px;
    width: auto;
}

.account-password--retrival .christies-icon_information:before,
.account-password--retrival .Information:before {
	font-size: 26px;
}

.account-password--retrival .captcha.dv_section1 {
	float: left;
	width: 32%;
}

.account-password--retrival .captcha.dv_section1 img {
	border: 1px solid #000;
}

.account-password--retrival .captcha.dv_section1 .aa_text {
	margin-top: 15px;
	width: 85%;
}

.account-password--retrival .captcha-help {
	line-height: 50px;
	font-size: 16px;
	text-transform: inherit;
}

.account-password--retrival--email-section>.p--primary {
	margin-bottom: 23px;
}

.account-password--retrival--email-section>.heading-5 {
	margin-top: -5px;
	padding: 0;
	margin-bottom: 18px;
}

.account-password--retrival--email-section ul.form-group {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.account-password--retrival--email-section ul.form-group>li input[readonly] {
	border: 0;
	font-weight: 500;
	padding-left: 15px;
}

.account-password--retrival--user-section {
	margin-top: 34px;
}

.account-password--retrival--user-section>.heading-5 {
	margin-top: 0;
	padding: 0;
	margin-bottom: 18px;
}

.account-password--retrival--user-section ul.form-group {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.account-password--retrival--user-section ul.form-group>li input:not([readonly]) {
	margin-left: -153px;
	width: 300px;
}

.account-password--retrival--user-section ul.form-group>li input[readonly] {
	border: 0;
	font-weight: 500;
	padding-left: 0;
}

.account-password--retrival .email-retrieval-address {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
	font-weight: 500;
	padding-left: 0;
}

/* TWS-1151 */
.email-retrieval-section .email-retrieval-address{
    white-space: nowrap;
}

.account-password--retrival .confirm-identity {
	margin-top: 33px;
}

.account-password--retrival .confirm-identity>.heading-5 {
	margin-top: 0;
	padding: 0;
	margin-bottom: 18px;
}

.account-password--retrival .confirm-identity ul.form-group {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.account-password--retrival .confirm-identity ul.form-group>li:nth-child(2n+1) label {
	color: #808080;
	font-style: italic;
}

.account-password--retrival--captcha-section {
	margin-top: 33px;
}

@media (min-width: 1024px) {
	.account-password--retrival--email-section .form-group input.width33 {
		width: 33.33%;
	}
	.account-password--retrival--email-section .form-group input[readonly].width33 {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.account-password--retrival .captcha.dv_section1 {
		width: 100%;
	}
	.account-password--retrival .captcha.dv_section1 .aa_text {
		margin-top: 50px;
		width: 56%;
	}
	.account-password--retrival .captcha-help {
		position: relative;
		top: -80px;
	}
	.account-password--retrival .btn-group {
		margin-top: 47px;
		width: 100%;
	}
	.account-password--retrival--email-section ul.form-group>li input[readonly] {
		border: 0;
		font-weight: 500;
		margin-left: 0;
		margin-right: -60px;
		padding-left: 0;
		padding-right: 0;
		width: 571px;
	}
	.account-password--retrival--user-section ul.form-group>li>label:first-child {
		width: 460px;
	}
	.account-password--retrival--user-section ul.form-group>li input:not([readonly]) {
		margin-left: 44px;
		width: 300px;
	}
	.account-password--retrival--user-section ul.form-group>li input[readonly] {
		border: 0;
		font-weight: 500;
		padding-left: 0;
	}
	.account-password--retrival .error-message--aleart {
		bottom: 99px;
		text-align: left;
	}
    .account-password--retrival .error-message--aleart.error-message--email {
        margin-left: 37%;
    }
    .account-password--retrival .confirm-identity > .heading-5 {
        margin-top: 0;
        padding: 0;
        margin-bottom: 0;
    }
	.account-password--retrival .confirm-identity ul>li:nth-child(2n+1) label {
		font-style: italic;
	}
	.account-password--retrival--captcha-section {
		margin-top: 50px;
		margin-bottom: -48px;
	}
	.account-password--retrival .email-retrieval-section>li:nth-child(1) {
		align-items: flex-start;
	}
	.account-password--retrival .email-retrieval-section>li:nth-child(1)>label {
		line-height: 25px;
	}
	.account-password--retrival .email-retrieval-address {
		word-wrap: break-word;
		line-height: 25px;
		max-width: 50em;
		width: 280px;
		margin-left: -4px;
		margin-right: -90px;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.account-password--retrival {
		margin-top: -20px;
	}
	.account-password--retrival .form-group:last-of-type {
		padding-bottom: 48px;
		margin-bottom: 18px;
	}
	.account-password--retrival .form-group>li .email-address {
		font-weight: 400;
		padding-left: 0;
	}
	.account-password--retrival .form-group.email-retrieval-section {
		padding: 0;
		float: left;
		list-style: none;
		margin-bottom: 0;
		margin-top: 4px;
		width: 100%;
	}
	.account-password--retrival .dv_sections-Create {
		margin-top: 27px;
		float: left;
		width: 100%;
	}
	.account-password--retrival .dv_sections-Create>.heading-5 {
		padding-bottom: 0;
	}
	.account-password--retrival .hintsection {
		margin-bottom: 20px;
	}
	.account-password--retrival .hintsection ul>li {
		color: #808080;
	}
	.account-password--retrival .form-group.dv_sections-pass {
		margin-bottom: 15px !important;
	}
	.account-password--retrival .formSection {
		margin-bottom: 30px;
	}
	.account-password--retrival .formSection .form-group {
		padding-left: 0;
		float: left;
		list-style: none;
		width: 100%;
	}
	.account-password--retrival .reset-Password .form-group input[type=password] {
		width: 100%;
	}
	.account-password--retrival .forgot-password {
		margin-top: 28px;
	}
	.account-password--retrival .forgot-password .error-message--aleart {
		margin-top: 24px;
	}
	.account-password--retrival .forgot-password .error-message--aleart.success-msg {
		margin-top: -7px;
	}
	.account-password--retrival .forgot-password .error-message--aleart.success-msg .icon--information {
		color: #000;
		font-size: 16px;
		font-weight: 400;
	}
	.account-password--retrival .forgot-password .info-address .p--primary {
		color: #808080;
		font-size: 16px;
		font-weight: 400;
	}
	.account-password--retrival>.btn-group {
		margin-top: 30px;
		width: 100%;
	}
	.account-password--retrival .error-message--aleart {
		bottom: 55px;
	}
    .account-password--retrival .error-message--aleart.error-message--email {
        margin-left: -24%;
        margin-top: 20%;
    }
	.account-password--retrival--email-section>.heading-5 {
		margin-top: 35px;
	}
	.account-password--retrival--email-section ul.form-group {
		border-bottom: 0;
		position: relative;
	}
	.account-password--retrival--email-section ul.form-group>li input[readonly] {
		background-color: transparent;
		border: 0;
		font-weight: 500;
		padding-left: 0;
	}
	.account-password--retrival .captcha.dv_section1 {
		width: 100%;
	}
	.account-password--retrival .captcha.dv_section1 .aa_text {
		margin-top: 75px;
		width: 100%;
	}
	.account-password--retrival .captcha-help {
		color: #808080;
		line-height: 20px;
		position: relative;
		top: -95px;
	}
	.account-password--retrival--user-section ul.form-group>li input:not([readonly]) {
		margin-left: 0;
		width: 100%;
	}
	.account-password--retrival--user-section ul.form-group>li input[readonly] {
		background-color: transparent;
		border: 0;
		font-weight: 500;
		padding-left: 0;
	}
	.account-password--retrival .confirm-identity ul>li:nth-child(2n+1) label {
		font-style: normal !important;
		margin-bottom: 0;
	}
	.account-password--retrival .confirm-identity ul>li:nth-child(2n+2) {
		margin-bottom: 25px;
	}
	.account-password--retrival--captcha-section {
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		margin-top: 30px;
		margin-bottom: 17px;
		padding-top: 12px;
		padding-bottom: 10px;
	}
	.password-retrieval {
		margin-top: 0 !important;
	}
	.password-retrieval .forgot-password {
		margin-top: 17px;
	}
	.password-retrieval .btn-group {
		margin-top: 2px;
	}
}


/* new style for dropdown start  */

.form-control--select {
	border: 0;
	background-color: #fff;
}

.form-control--select select {
	background: none;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0;
	color: #575757;
	display: block;
	font-size: 16px;
	cursor: pointer;
	padding-left: 12px;
	padding-right: 45px;
	line-height: 1.2;
	height: 40px;
	width: 100%;
	position: relative !important;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-control--select:before,
.form-control--select ins {
	border-left: 1px solid #ccc;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

.form-control--select:before {
	color: #000000;
	font-family: 'Christies';
	font-size: 18px;
	line-height: 40px;
	content: '\e90b';
	bottom: 0;
	text-align: center;
	border: 0;
	background-color: transparent;
}

.form-control--select select:not(.disabled):hover {
	color: #575757 !important;
}

.form-control--select select:not(.disabled):focus,
.form-control--select select:not(.disabled):focus+ins {
	border-color: #000000;
}

.form-control--select select::-ms-expand {
	display: none;
}

.form-control--select select:focus {
	outline: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
	.account-creation--bidding-account .login-info>ul>li .controlWidth.form-control--select,
	.account-creation--bidding-account .pres-add ul>li .controlWidth.form-control--select,
	.account-creation--bidding-account .billing-add ul>li .controlWidth.form-control--select,
	.account-creation--bidding-account .shipping-add ul>li .controlWidth.form-control--select {
		width: 520px;
	}
	.account-creation--bidding-account .login-page-sqna ul>li .controlWidth.form-control--select {
		width: 545px;
	}
	.account-creation--bidding-account .pres-add ul>li div.controlWidth.form-control,
	.account-creation--bidding-account .billing-add ul>li div.controlWidth.form-control,
	.account-creation--bidding-account .shipping-add ul>li div.controlWidth.form-control {
		width: 501px;
	}
}


/* new style for dropdown end*/


/* changed for Capcha UI by mohit */

.create-login--signin--login-box .error-message--aleart {
	position: relative;
	bottom: auto;
	margin: 0px 0px 10px 0;
}

.create-login--signin .btn-group {
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
}

.captcha .aa_text {
	width: 250px;
	margin: 10px 0;
}

.create-login--signin #ctl00_MainContent_dvIncorrectAttempts {
	min-height: 297px;
}

.create-login--signin .create-login--signin--login-box {
	min-height: 302px;
}

.create-login--signin--login-box .dv_section1 {
	margin: 5px 0;
}

@media (max-width: 767px) {
	.create-login--signin .btn-group {
		margin: 0;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.create-login--signin {
		height: auto;
	}
	.create-login--signin .create-login--signin--login-box {
		min-height: 200px;
	}
}


/* changed for MC-395 by mohit garg */

.user-marketing-preference {
	float: left;
}

.user-marketing-preference .email-update--options,
.light-marketing-preference .email-update--options {
	float: left;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: -5px;
	width: 97%;
	display: none;
}

@media (min-width: 768px) {
	.light-marketing-preference .email-update--options .options--lists,
	.user-marketing-preference .email-update--options .options--lists {
		float: left;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.light-marketing-preference .email-update--options .options--lists .lists--item,
	.user-marketing-preference .email-update--options .options--lists .lists--item {
		float: left;
		padding-right: 20px;
		margin-bottom: 0;
		margin-top: 23px;
		width: 100%;
	}
	.light-marketing-preference .email-update--options .options--lists .lists--item:nth-child(1),
	.user-marketing-preference .email-update--options .options--lists .lists--item:nth-child(1) {
		margin-top: 0;
	}
}

@media (min-width: 1024px) {
	.light-marketing-preference .email-update--options .options--lists,
	.user-marketing-preference .email-update--options .options--lists {
		float: left;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.light-marketing-preference .email-update--options .options--lists .lists--item,
	.user-marketing-preference .email-update--options .options--lists .lists--item {
		float: left;
		padding-right: 20px;
		margin-bottom: 0;
		margin-top: 0;
		width: 33%;
	}
	.light-marketing-preference .email-update--options .options--lists .lists--item:nth-child(2n+3),
	.user-marketing-preference .email-update--options .options--lists .lists--item:nth-child(2n+3) {
		clear: none;
	}
	.light-marketing-preference .email-update--options .options--lists .lists--item:nth-child(2n+2),
	.user-marketing-preference .email-update--options .options--lists .lists--item:nth-child(2n+2) {
		padding-left: 0;
	}
	.light-marketing-preference .email-update--options .options--lists .lists--item:nth-child(4),
	.light-marketing-preference .email-update--options .options--lists .lists--item:nth-child(5),
	.light-marketing-preference .email-update--options .options--lists .lists--item:nth-child(6) {
		margin-top: 12px;
	}
	.user-marketing-preference .email-update--options .options--lists .lists--item:nth-child(4),
	.user-marketing-preference .email-update--options .options--lists .lists--item:nth-child(5),
	.user-marketing-preference .email-update--options .options--lists .lists--item:nth-child(6) {
		margin-top: 12px;
	}
}

.user-marketing-preference .email-update--options .checkbox--label,
.light-marketing-preference .email-update--options .checkbox--label {
	width: 33%;
	vertical-align: top;
}

.user-marketing-preference .form-group.email-update--options .checkbox--label .checkbox,
.light-marketing-preference .form-group.email-update--options .checkbox--label .checkbox {
	margin-bottom: 0;
}

.privacy-notice {
	margin-bottom: 32px;
	font-size: 16px;
}

.billing~.privacy-notice {
	margin-top: 16px;
}

.dvLightUserMarketingPreference {
	margin-bottom: 25px;
}

.marketingpreference_dv {
	margin-bottom: 25px;
}

.marketingpreference_privacypolicy_dv {
	margin-bottom: 15px !important;
	border-bottom: 1px solid #ccc;/* for rule line WF-1515*/
	padding-bottom:30px;/* for rule line WF-1515*/
}


/*###############################*/


/* INPUT - checkbox/radio *******/

.label {
	cursor: pointer;
	float: left;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: normal;
}

.label>.display-text {
	margin-top: -5px;
}

.input-radio {
	height: 16px;
	width: 16px;
	padding-right: 22px;
	position: relative;
}

.input-radio .checked {
	background-color: transparent;
	border: 1px solid #ccc;
	color: #000;
	left: 0;
	top: 0;
	height: 16px;
	position: absolute;
	width: 16px;
}

.input-radio .checked:after {
	background-color: transparent;
	border: 3px solid #000;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	height: 14px;
	width: 14px;
	-webkit-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
	transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
}

.input-radio .checked {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

.input-radio .checked:after {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}


/*.input-checkbox:hover input[type="checkbox"]:not([disabled]) + .checked:after,*/

.input-radio:hover input[type="checkbox"]:not([disabled])+.checked:after,
.input-radio:hover input[type="radio"]:not([disabled])+.checked:after {
	background-color: #000;
	border-color: #fff;
	opacity: 0.5;
}

.input-radio>span:first-child[disabled]+.checked {
	background-color: #ccc;
}

input[type="radio"] {
	float: left;
	height: 16px;
	width: 16px;
	margin: 0;
	opacity: 0;
	padding: 0;
	top: -4px;
}

input[type="radio"]:checked+.checked:after {
	background-color: #000;
	border-color: #fff;
	opacity: 1;
}

.isChecked+.checked:after,
input[type="radio"]:checked+.checked:after {
	background-color: #000;
	border-color: #fff;
	opacity: 1;
}

input[type="radio"]:disabled+.checked {
	opacity: 0.5;
	touch-action: none;
	cursor: default;
}

.label.disabled>span {
	color: #808080;
	touch-action: none;
	cursor: default;
}

input[type="radio"]:checked+.checked {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

input[type="radio"]:checked+.checked:after {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

@media only screen and (max-width:767px) {
	.account-creation--light-form .options--lists {
		align-items: flex-start;
	}
	.account-creation--light-form .contact-details>.btn-group {
		position: relative;
		float: left;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.account-creation--light-form {
		position: relative;
		float: left;
		width: 100%;
	}
	.account-creation--light-form .login-info .btn-group {
		margin-left: 0;
		transform: translateX(0%);
	}
}


/* KYC ID Scan and User Creation CSS change start */
/* ************** WF-23 Checkbox start ************* */

.filter-option input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	float: left;
	margin-right: 10px;
	display: block;
}

.filter-option input[type=checkbox]:hover {
	background: transparent;
}
.filter-option input[type=checkbox]:checked::-ms-check {
                    background-color: #000000;
                    color: #ffffff;
 }

.filter-option input[type=checkbox]:checked::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: border-color 0.2s, opacity 0.2s;
	-moz-transition: border-color 0.2s, opacity 0.2s;
	transition: border-color 0.2s, opacity 0.2s;
	content: "";
	background: #000 url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31.7 22.3' style='enable-background:new 0 0 31.7 22.3;' xml:space='preserve'><path d='M31.1,0.5c-0.7-0.7-1.8-0.7-2.5,0L11.1,18L3,9.9c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l9.4,9.4c0.3,0.3,0.8,0.5,1.2,0.5s0.9-0.2,1.2-0.5L31.1,3C31.8,2.3,31.8,1.2,31.1,0.5L31.1,0.5z' fill='white'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	height: 19px;
	width: 19px;
	display: block;
	border: 0px;
}

.filter-option label {
	font-weight: 400;
	position: relative;
	line-height: 28px;
	display: inline;
}

.filter-option input[type=checkbox]:before {
	border: 0px;
}

.filter-option .checked {
	display: block;
	width: 230px;
}


/*************** WF-23 Checkbox End**************/

@media only screen and (min-width:768px) {
	.account-creation--light-form.account-password--retrival .btn-group {
		float: none;
	}
}
.processing--request {
    display: none;
    text-align: left;
    width: 100%;
    float:left
 }
.form-control-steps {
	-webkit-appearance: none;
	font-family: "Atlas Grotesk Web", Helvetica, Arial, sans-serif;
	line-height: 40px;
	color: #000;
	height: 40px;
	padding: 5px 5px;
	font-size: 14px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


/* WF-34, WF-36, WF-37 Extra Css */

.account--profile-name {
	width: 50%;
	float: left;
	padding-right: 0px !important;
}

.account--profile-client-name,
.account--profile-client-email {
	width: 245px;
}

.account--profile-email {
	width: 50%;
}

.account--profile-full-email {
	width: 120px;
}

.account--profile-full-name {
	width: 240px;
}

.mtm {
	margin-top: 10px;
}
.mrm 
{
    margin-right: 10px;
    margin-bottom: 10px;}

.pam {
	padding: 10px;
}

.mtxl {
	margin-top: 40px;
}

.mtl {
	margin-top: 20px;
}

.mbxl {
	margin-bottom: 30px;
}

.mrs {
	margin-right: 10px;
}
.date-of-birth-label {
	padding-right: 0px;
}

.divbtnSubmit,
.divSecuritySubmit {
	float: left;
	width: 25%;
	margin-left: 25%;
}

.divCompleteLater,
.divSecurityCL {
	float: left;
	width: 25%;
	margin-left: 10px;
}

/* added styling for next and complete later buttons after hiding conditionally begin - CCPS:702/WEBZ-876 */
.divbtnSubmit, .divCompleteLater {
	display: inline-block;
	width: 25%;
	float:none;
	margin:0;
}
.divCompleteLater {
	margin-left: 10px;
}
/* added styling for next and complete later buttons after hiding conditionally end */
.primary-phone-number-padding {
	padding-left: 0px;
}

.account-creation--bidding-account input[type=text]:disabled {
	background: #f1f1f1;
}

.client-info-border {
	border: 0px !important;
}

.date-of-birth-label-link {
	padding: 0px;
}

.fiscal--code {
	font-family: 'Atlas Grotesk Web', Helvetica, Arial;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

.account-creation--bidding-account .client-info-light-full-user {
	margin-bottom: 0px !important;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
}


/* Account security file upload */

.account--security-input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	border: 0px;
	margin-bottom: 30px;
}

.account--security-input-group .account--security-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.account-setting-input-group .custom-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.custom-file {
	width: 100%;
}

.account--security-file-input {
	width: 100%;
	height: 40px;
	visibility: hidden;
}

.account--security-file-label {
    width: 100%;
    padding: 5px 10px;
    line-height: 1.5;
    color: #808080;
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
} 
 


.account--security-upload {
	position: absolute;
	right: 10px;
	z-index: 9999;
	width: 40px;
	top: 0px;
	border-left: 1px solid #ccc;
	height: 40px;
}

.account--security-warning-icon {
	position: absolute;
	top: 0px;
}
.passwordMessage {
	font-family: 'Atlas Grotesk Web',Helvetica,Arial;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 45%;
    margin-bottom: 20px;
    height: 30px;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
}


/* Account security file upload End*/

.text--primary {
	color: #fd6868;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.text--primary:hover {
	color: #fd6868;
}


/************ WF-60 Account Creation Start ********/
.account--creation-container {
	padding: 0px 100px;
}
.account--creation-image {
	width: 100%;
}
/************ WF-60 Account Creation End ********/
/*Tablet View */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.account--creation-container {
		padding: 0px;
	}
	.divbtnSubmit,
	.divSecuritySubmit {
		float: left;
		width: 48%;
		margin-left: 0px;
	}
	.divCompleteLater,
	.divSecurityCL {
		float: left;
		width: 48%;
		margin-left: 10px;
	}
	.divCompleteLater,
	.divSecurityCL {
		margin-left: 10px;
	}
	.date-of-birth-label-link {
		margin-left: 25px;
		margin-top: 20px;
	}
	.mtl {
		margin-top: 20px;
	}
	.account-creation--bidding-account .phone-identification .form-group .phone-identification--phone-extension {
		margin-right: 10px;
		width: 70px;
	}
	.account--profile-name,
	.account--profile-email {
		width: 100%;
	}
	.account--profile-full-email,
	.account--profile-full-name {
		width: 138px;
	}
	.passwordMessage {
		width: 55%;
	}
	.extension-steps {
		float: left;
		margin-left: 160px;
	}
	.extension {
		display: inline-block;
		position: relative;
		top: 30px;
	}
}


/*Tablet View landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.mtl {
		margin-top: 40px;
	}
	.date-of-birth-label-link {
		margin-left: -7px;
		margin-top: 20px;
	}
	.account--profile-name,
	.account--profile-email {
		width: 50%;
	}
	.account--profile-full-email,
	.account--profile-full-name {
		width: 138px;
	}
	.passwordMessage {
		width: 45%;
	}
	.extension-steps {
		float: left;
		margin-left: 20px;
	}
	.extension {
		top: 0px;
	}
}


/*Mobile View */

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.account-creation--light-form .contact-details .phone-identification ul.form-group .phone-identification--phone-extension {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.account--creation-container {
		padding: 0px;
	}
	.divbtnSubmit,
	.divSecuritySubmit {
		margin-left: 0px;
		width: 100%;
		margin-top: 40px;
	}
	.divCompleteLater,
	.divSecurityCL {
		width: 100%;
		margin: 10px auto;
	}
	.small--pam {
		padding: 10px;
	}
	.account--profile-client-name,
	.account--profile-client-email {
		width: 100%;
	}
	.account--profile-name,
	.account--profile-email {
		width: 100%;
	}
	.passwordMessage {
		width: 100%;
		font-size: 14px;
	}
	.extension-steps {
		float: left;
		margin-left: 140px;
	}
	.extension {
		margin-top: 10px;
		display: inline-block;
	}
	.pxsm 
	{
	    padding-left: 10px;}
}


/* WF-34, WF-36, WF-37 Breadcrumb & Progressbar Start */

.breadcrumb-progressbar--header {
	background: #F8F8F8;
	width: 100%;
	display: flex;
	height: 60px;
	align-items: stretch;
	margin-bottom: 50px;
}

@media (min-width: 1024px) {
	.breadcrumb-progressbar--header {
		height: 120px;
	}
}

.breadcrumb-progressbar--header .breadcrumb {
	width: 100%;
}

@media (min-width: 1024px) {
	.breadcrumb-progressbar--header .breadcrumb {
		width: 980px;
		margin: 0 auto;
	}
}

.breadcrumb-progressbar--header .breadcrumb--nav {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
}

.breadcrumb-progressbar--header .breadcrumb--nav-item {
	flex-basis: 46%;
	margin: 10px 0px 0px 10px;
	list-style: none;
}
@media (min-width: 1024px) {
	.breadcrumb-progressbar--header .breadcrumb--nav-item {
	    margin: 10px 0px 0px 0px;
    }
}

@media (min-width: 768px) {
	.breadcrumb-progressbar--header .breadcrumb--nav-item {
		flex: 1 1 23%;
		margin-top: 25px;
	}
}

@media (min-width: 1024px) {
	.breadcrumb-progressbar--header .breadcrumb--nav-item {
		flex: 1;
		margin-top: 40px;
	}	
}

.breadcrumb-progressbar--header .breadcrumb--nav-link {
	font-size: 16px;
    text-decoration: none;   
    font-family: 'Baskerville10Pro', Georgia, Times New Roman;
    font-weight: normal;
    font-style: normal;
    color: #000; 
}
@media (min-width: 768px) {
    .breadcrumb-progressbar--header .breadcrumb--nav-link {
        font-size: 18px;}
}

.breadcrumb-progressbar--header .breadcrumb--nav-link_light {
	fill: #CCCCCC;
	color: #CCCCCC;
}

.breadcrumb-progressbar--header .breadcrumb--nav-link_border {
	border-bottom: 1px solid #B30900;
	padding: 5px 0px 5px 0px;
}

.breadcrumb-progressbar--header .icon-arrow_right {
	position: relative;
	float:right;
	top: 5px;	
	width: 18px;
	height: 18px;
}
@media (min-width: 320px) 
{
    .breadcrumb-progressbar--header .icon-arrow_right {
		right: 0px;
	}
}
@media (min-width: 411px) 
{
    .breadcrumb-progressbar--header .icon-arrow_right{
        right: 15px;
    }
}
@media (min-width: 320px) and (orientation: landscape)
{
  .breadcrumb-progressbar--header .icon-arrow_right{
    right: 20px;
  }
}
@media (min-width: 768px) {
	.breadcrumb-progressbar--header .icon-arrow_right {
		right: 10px;
	}
}
@media (min-width: 1024px) {
	.breadcrumb-progressbar--header .icon-arrow_right {
		right: 20px;
	}
}

.progressbar {
	flex: 0 0 50%;
	margin: 20px 10px auto auto;
	list-style: none;
}

@media (min-width: 768px) {
	.progressbar {
		flex: 0 0 25%;
		margin: 25px 10px auto auto;
	}
}

@media (min-width: 1024px) {
	.progressbar {
		flex: 1;
		margin-top: 25px;
	}
}
.progressbar--percentage {
   text-decoration: none;
    font-family: 'Baskerville10Pro', Georgia, Times New Roman;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

.progressbar--meter {
	position: relative;
	background: #F8F8F8;
	border-radius: 15px;
	padding: 6px;
	border: 2px solid #B30900;
}

.progressbar--meter_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-size: 50px 50px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
	background: #B30900;
}

.progressbar--meter_zero::before {
	width: 0px;
}

.progressbar--meter_small::before {
	width: 25%;
}

.progressbar--meter_medium::before {
	width: 50%;
}

.progressbar--meter_large::before {
	width: 100%;
}

.breadcrumb-progressbar--textAlignment {
	text-align: center;
	margin-bottom: 20px;
}
/* WF-34, WF-36, WF-37 Breadcrumb & Progressbar End */

/* WF-364 & WF-365 Start*/
.pan 
{
    padding: 0px;
}
.christies-icon_information{
    color: #575757; 
    height: 22px;
    line-height: 17px; 
}
.christies-icon_information:before {
    content: "\e91b";
}
 .christies-icon_information
    {
    font-family: Christies;
    font-weight: 400;
    font-style: normal;
    outline: 0;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    }

.passport--form  .tooltip-inner  {
	width:250px;	
}
/* WF-364 & WF-365 End*/

.proof--address 
{
    float:left;
    width:100%;}
.firefox-blink-text
{
    color: transparent;
    text-shadow: 0 0 0 #808080;
    background: #f1f1f1;
}
/* WF- 1519 progress bar 75% */
.progressbar--meter_seventyfive::before {
	width: 75%;
} 
@media (min-width: 768px) {
	.breadcrumb-progressbar--header .ifv-right {
		right: -8px;
	}
}
@media (min-width: 1024px) {
	.breadcrumb-progressbar--header .ifv-right {
		right: 6px;	
	}
} 
/* WF-1734 bug fixes */

.account-creation--light-form ul li.accnewtitle {
    padding-right: 0px;
}
.account-creation--light-form ul li.accnewpassword {
    padding-left: 0px;
} 

.KYCAddress-verification {
clear: both;
    padding-top: 25px;
}
@media (max-width: 767px) {
	.KYCAddress-verification {
		padding-top: 0px;
	}
	.account--information-border {
		display: inline-block;
	}
}

.KYCAddress-verification .account--security-file-label {
    width: 100%;
    padding: 5px 37px 5px 10px;
    line-height: 1.5;
    color: #808080;
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
}

/* exsisting css added*/
.mbm {
    margin-bottom: 15px;
}
.pmtrb {
    padding: 10px 10px 10px 0px;
}
.pwd-retrieval-text {
    line-height: 25px;
    font-size: 16px;
}

/*.btn--secondary {
		font-weight: 500;
		border: 1px solid rgba(0, 0, 0, 0.1);
}*/
.popup-container--registration
	{		
		padding:20px !important;
		border-radius:4px;
		padding-bottom: 35px !important;
	}
	
@media only screen and (max-width: 767px)
{
	.popup-container--registration
	{
		height: fit-content;
		top: 30% !important;
	}	
}

#mainPanel .account-password--retrival .btn[disabled] {
	pointer-events: all !important;
	cursor: not-allowed;
	background: inherit !important;
    color: inherit !important;
}
