@charset "UTF-8";
/* CSS Document */
/*Services-V2 overrides and additions*/

.mainimage {
		background: url(../images/shell.png) no-repeat;
}

div.topPartnerSocialMedia {
    max-width: 175px;
    width: 100%;
    max-height: 28px;
    position: relative;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
}

.topPartnerSocialMedia {
    padding-top: 12px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
}

.aaa-inner-container{
    padding: 24px;
    max-width: 1000px;
    margin: 0 auto;
}
a.aaa-wht-secondary-btn{
	text-decoration: none;
	border: 2px solid #ffffff;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	padding: 7px 14px;
	background-color: transparent;
	display: inline-block;
	border-radius: 4px;
	margin-left: 10px;
	cursor: pointer;
}
a.aaa-wht-secondary-btn:hover{
	color: #ffffff;
	background-color: transparent;
}
a.aaa-blue-secondary-btn{
	text-decoration: none;
	border: 2px solid #003893;
	font-size: 16px;
	font-weight: 700;
	color: #003893;
	padding: 7px 14px;
	background-color: transparent;
	display: inline-block;
	border-radius: 4px;
	margin-left: 10px;
	cursor: pointer;
}
/*Login*/
.aaa-id-theft-login{
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 100;
}
/*Modal*/
.aaa-overlay-modal{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url("../images/1A1A1A-0.5.png");
	z-index: 14000;
	display: none;
	overflow-y: auto;
}
.aaa-modal{
	position: relative;
	background-color: #ffffff;
	border-radius: 4px;
	margin: 50px auto;
	width: 500px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
a.aaa-close-modal{
	display: block;
	position: absolute;
	right: 24px;
	top: 24px;
	color: #003893;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
}
.aaa-modal-content{
	padding: 24px;
}
/*Modal Content*/
.aaa-modal-content .aaa-main-logo{
	background-size: 111px auto;
    height: 69px;
    width: 111px;
	float: none;
	margin-bottom: 14px;
}
/* Error Message */
.aaa-modal-content .message-bubble {
    background-color: #003893;
    border-radius: 4px;
	color: #ffffff;
	display: none;
	font-size: 14px;
	margin-top: 14px;
    padding: 8px 40px 8px 8px;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
.aaa-modal-content .message-bubble-hidden{
	display: none;
}
.aaa-modal-content .message-bubble-close{
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-weight: 700;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 0;
}
/*Membership Number*/
#idtheft-modal .aaa-modal-content #idtheftMemberNumberForm{
    margin: 14px 0px 0px 0px;
}
#idtheft-modal .aaa-modal-content .aaa-formLabel{
	height: auto;
	font-weight: 700;
}
#idtheft-modal .aaa-modal-content input.aaa-inputText{
    border: 1px solid #d9d9d9;
}
.aaa-member-number input.visa-bin{
	width: 50px;
}
.aaa-member-number input.club-code{
	width: 50px;
}
.aaa-member-number input.member-number{
	width: 100px;
}
.aaa-member-number input.check-digit{
	width: 30px;
}
.aaa-home-zip input.home-zip{
	width: 68px;
}
.aaa-home-zip input.aaa-btn{
	height: 42px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#idtheft-modal .aaa-modal-content input.aaa-inputText[type="number"]{
    -moz-appearance: textfield;
}
/*Form Error*/
.ahashakeheartache{
	-webkit-animation: kf_shake 0.4s 1 linear;
	-moz-animation: kf_shake 0.4s 1 linear;
	-o-animation: kf_shake 0.4s 1 linear;
}
@-webkit-keyframes kf_shake{
	0%   { -webkit-transform: translate(30px); }
	20%  { -webkit-transform: translate(-30px); }
	40%  { -webkit-transform: translate(15px); }
	60%  { -webkit-transform: translate(-15px); }
	80%  { -webkit-transform: translate(8px); }
	100% { -webkit-transform: translate(0px); }
}
@-moz-keyframes kf_shake{
	0%   { -moz-transform: translate(30px); }
	20%  { -moz-transform: translate(-30px); }
	40%  { -moz-transform: translate(15px); }
	60%  { -moz-transform: translate(-15px); }
	80%  { -moz-transform: translate(8px); }
	100% { -moz-transform: translate(0px); }
}
@-o-keyframes kf_shake{
	0%   { -o-transform: translate(30px); }
	20%  { -o-transform: translate(-30px); }
	40%  { -o-transform: translate(15px); }
	60%  { -o-transform: translate(-15px); }
	80%  { -o-transform: translate(8px); }
	100% { -o-origin-transform: translate(0px); }
}
/*Member Number Return*/
.aaa-member-number-return{
	margin-top: 14px;
	display: none;
}
.idtheft-option-select-container{
	float: left;
	width: 50%;
	border-right: 24px solid #ffffff;
	background-color: #f2f2f2;
	border-radius: 4px;
	text-align: center;
	padding: 14px;
	margin-top: 24px;
}
.idtheft-option-select-container div{
	margin: 2px 0px;
}
.idtheft-option-select-container:last-child{
	border-right: none;
}
.idtheft-option-select-container a.aaa-btn{
	margin-top: 10px;
	margin-bottom: 6px;
	width: auto;
}
.aaa-price-slash{
	text-decoration: line-through;
}
.premier-platinum, .premier-deluxe, .other-platinum, .other-deluxe{
	display: none;
}
/*Banner*/
.aaa-banner-image{
    /*
	background-image: url("../images/shell.png");
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1); */
}
.aaa-static-banner{
	/*
	background-image: url("../images/shell.png");
	background-position: right top;
	border-bottom: none;
	*/
}
/*Banner Content*/
.aaa-banner-content{
    padding: 54px 0px;
	max-width: 600px;
	margin: 0 auto;
}
.aaa-banner-container .wht1, .aaa-banner-container .wht2, .aaa-banner-container .wht3, .aaa-banner-container .wht4, .aaa-banner-container .wht5, .aaa-banner-container .wht6{
	/*text-align: left;*/
}
.aaa-banner-container a.aaa-btn{
	padding: 18px 0px;
	display: block;
	width: 200px;
	margin: 24px 0px 0px 0px;
}
.banner-logos{
	background-image: url('../images/logos.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 306px auto;
	display: block;
	height: 62px;
	width: 308px;
	margin: 0 auto;
	margin-bottom: 24px;
}
.aaa-banner-clip{
	margin-top: 0px;
}
/*Offer cards*/
.aaa-idtheft-offer-card{
	position: relative;
	z-index: 10;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 24px;
	width: 48%;
	float: left;
	text-align: center;
	margin-top: -332px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
.aaa-idtheft-offer-card:first-child{
	margin-right: 24px;
}
.aaa-idtheft-offer-card div{
	margin-bottom: 10px;
}
div.aaa-idtheft-offer-tag{
	padding: 12px 0px;
	width: 174px;
	margin: 0 auto 20px auto;
	text-align: center;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
}
div.aaa-idtheft-offer-tag.aaa-idtheft-offer-enhanced{
	border: 2px solid #A6884F;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0bd71+0,a5864e+100 */
	background: #d0bd71; /* Old browsers */
	background: -moz-linear-gradient(top, #d0bd71 0%, #a5864e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d0bd71 0%,#a5864e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d0bd71 0%,#a5864e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bd71', endColorstr='#a5864e',GradientType=0 ); /* IE6-9 */
}
div.aaa-idtheft-offer-tag.aaa-idtheft-offer-brand-new{
	border: 2px solid #C6C6C6;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c5c5c5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c5c5c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#c5c5c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#c5c5c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */
}
.aaa-idtheft-offer-card a.aaa-btn{
	font-size: 16px;
	font-weight: 700;
	padding: 18px 56px;
	margin-top: 10px;
	margin-bottom: 0px;
	/* Transition */
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
	-ms-transition: All 0.4s ease;
	transition: All 0.4s ease;
}
/*Learn more bar*/
.aaa-idtheft-learn-more-bar{
	background-color: #D9D9D9;
	margin-top: -96px;
}
.aaa-idtheft-learn-more-bar .aaa-column-inner-container{
	background-color: #D9D9D9;
}
.aaa-idtheft-essential-learn-more-bar{
	margin: 72px auto 0 auto;
	max-width: 602px;
}
.aaa-idtheft-learn-more-arrow{
	color: #003893;
	font-size: 16px;
	font-weight: 300px;
	text-align: center;
	background-image: url('../images/blue-down-arrow.svg');
	background-size: 34px auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 28px;
	margin-top: 24px;
	cursor: pointer;
}
/*Marketing Section*/
.aaa-idtheft-item.aaa-idtheft-item-title.aaa-top-pricing-tool-tip-container{
	border: none;
	padding: 0px;
	float: none;
	width: auto;
	height: auto;
	display: block;
	width: 236px;
	margin: 0 auto;
}
.aaa-idtheft-item.aaa-idtheft-item-title.aaa-top-pricing-tool-tip-container .aaa-tool-blue-tool-tip{
	text-align: left;
}
.aaa-idtheft-item.aaa-idtheft-item-title.aaa-top-pricing-tool-tip-container .aaa-idtheft-description{
	width: auto;
}
.aaa-idtheft-market-details{
	text-align: center;
}
.aaa-idtheft-market-details{
	background-color: #f2f2f2;
}
.aaa-idtheft-market-details .aaa-column-inner-container{
	background-color: #f2f2f2;
}
.aaa-idtheft-marketing-container{
	margin-top: 14px;
}
.aaa-idtheft-marketing-item{
	width: 33%;
	float: left;
	padding: 0px 24px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.aaa-idtheft-marketing-item:first-child{
	border: none;
}
.aaa-idtheft-marketing-item:last-child{
	border: none;
}
.aaa-idtheft-market-icon{
	background-size: 80px auto;
	height: 80px;
	width: 80px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 14px auto;
}
.control-icon{
	background-image: url('../images/icon-1.png');
}
.detect-icon{
	background-image: url('../images/icon-2.png');
}
.resolve-icon{
	background-image: url('../images/icon-3.png');
}
/*Compare Chart*/
.aaa-idtheft-compare-chart{
	text-align: center;
}
.aaa-idtheft-chart-container{
	text-align: left;
	margin-top: 24px;
}
.aaa-idtheft-item{
	border: 1px solid #003893;
	padding: 14px; 
	float: left;
	width: 22%;
	height: 72px;
	/* Transition */
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
	-ms-transition: All 0.4s ease;
	transition: All 0.4s ease;
}
.show-descriptions{
	height: 214px;
}
.aaa-idtheft-item:first-child{
	width: 34%
}
.aaa-idtheft-item-text{
	padding: 0px 14px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
.aaa-idtheft-item-title{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: left; /* align horizontal */
	align-items: center; /* align vertical */
	/*cursor: pointer;*/
}
.aaa-idtheft-item-check{
	background-image: url('../images/check-icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px auto;
}
/*Headers*/
.aaa-idtheft-tag-banner{
	padding: 6px;
	background-color: #d9d9d9;
}
.aaa-idtheft-star-icon{
	background-image: url('../images/star-icon.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 21px auto;
	height: 42px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
}
.aaa-idtheft-item-essential.aaa-header-essential div.offer-extra-spacing, .aaa-idtheft-item-deluxe.aaa-header-deluxe div.offer-extra-spacing, .aaa-idtheft-item-platinum.aaa-header-platinum div.offer-extra-spacing{
	margin: 16px 0px;
}
.aaa-idtheft-item.aaa-idtheft-blank-item{
	position: relative;
	height: 563px;
	border-bottom: none;
	border-left: none;
	border-top: none;
}
.aaa-idtheft-item.aaa-idtheft-item-title.aaa-idtheft-item-last, .aaa-idtheft-row-btns .aaa-idtheft-item{
	height: 72px;
}
.aaa-idtheft-item.aaa-idtheft-blank-item a.aaa-link{
	position: absolute;
	bottom: 14px;	
}
.aaa-idtheft-item-platinum.aaa-header-platinum{
	border-left: none;
	border-bottom: none;
	height: auto;
	border-right: 1px solid #003893;
	position: relative;
	height: auto;
	min-height: 530px;
}
.aaa-idtheft-item-platinum.aaa-header-platinum .aaa-idtheft-enroll-btn{
	padding: 14px;
	margin-top: 38px;
}
.aaa-idtheft-item-platinum.aaa-header-platinum div{
	margin-bottom: 4px;
}
.aaa-idtheft-item-deluxe.aaa-header-deluxe{
	height: auto;
	position: relative;
	min-height: 486px;
	margin-top: 44px;
	border-bottom: none;
	border-left: none;
}
.aaa-idtheft-item-deluxe.aaa-header-deluxe div{
	margin-bottom: 4px;
}
.aaa-idtheft-item-deluxe.aaa-header-deluxe .aaa-idtheft-enroll-btn{
	margin-top: 12px;
	padding: 14px;
}
.aaa-idtheft-item-essential.aaa-header-essential{
	height: auto;
	min-height: 486px;
	position: relative;
	margin-top: 44px;
	border-bottom: none;
}
.aaa-idtheft-item-essential.aaa-header-essential div{
	margin-bottom: 4px;
}
.aaa-idtheft-item-essential.aaa-header-essential .aaa-idtheft-enroll-btn{
	margin-top: 48px;
	padding: 14px;
}
.aaa-idtheft-enroll-btn{
	background-color: #003893;
	padding: 8px 14px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
	margin-top: 10px;
	cursor: pointer;
	/* Transition */
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
	-ms-transition: All 0.4s ease;
	transition: All 0.4s ease;
}
.aaa-idtheft-enroll-btn:hover{
	background-color: #3373B1;
	text-decoration: none;
	color: #ffffff;
}
.aaa-idtheft-enroll-now .btn-drop a.aaa-btn:hover{
    color: #ffffff;
	text-decoration: none;
}
.aaa-idtheft-offer-card a.aaa-btn:hover{
    color: #ffffff;
	text-decoration: none;
}
a.aaa-blue-secondary-btn:hover{
    color: #003893;
	text-decoration: none;
}
.aaa-idtheft-enroll-now .btn-drop-2 a.aaa-btn:hover, .btn-drop-2 a.aaa-btn:hover{
    color: #ffffff;
	text-decoration: none;
}
/*Rows*/
.aaa-idtheft-item-platinum{
	background-color: #F2F2F2;
	text-align: center;
	border-left: none;
	border-right: 1px solid #003893;
}
.aaa-idtheft-item-deluxe{
	background-color: #d0bd71;
	text-align: center;
	border-right: none;
	border-left: none;
}
.aaa-idtheft-item-essential{
	text-align: center;
}
.aaa-idtheft-row .aaa-idtheft-item{
	border-top: none;
}
.aaa-idtheft-row-btns .aaa-idtheft-item{
	background-color: transparent;
	border: none;
}
/*Descriptions*/
.aaa-idtheft-description{
	position: absolute;
	width: 290px;
	line-height: normal;
	margin-top: 4px;
	display: none;
	/**/
	position: relative;
    width: auto;
    line-height: normal;
    margin-top: auto;
    display: none;
}
.aaa-tool-blue-tip-arrow{
	background-image: url('../images/blue-drop-arrow-tip.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px auto;
	width: 18px;
	height: 12px;
	position: absolute;
	top: -10px;
	left: 12px;
	z-index: 2;
	/**/
	display: none;
}
.aaa-tool-blue-tool-tip{
	position: relative;
	z-index: 4;
	background-color: #003893;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	padding: 14px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	/**/
	background-color: #ffffff;
	border-radius: 0px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
/*IDTHEFT Phone Num*/
.aaa-idtheft-phone-num{
	max-width: 358px;
	margin: 24px auto 0 auto;
}
.aaa-idtheft-phone-num a.aaa-link{
	font-size: 18px;
	margin-left: 4px;
}
/*Disclosures*/
.aaa-idtheft-disclosures{
	background-color: #f2f2f2;
}
.aaa-idtheft-disclosures .aaa-column-inner-container{
	background-color: #f2f2f2;
}
.aaa-idtheft-disclosures a.aaa-link{
	font-weight: 700;
}
/*ACTIONS*/
.enroll-btn-container{
	position: relative;
	max-width: 278px;
	margin: 0 auto;
}
a.aaa-btn.aaa-idtheft-light-blue-btn{
	background-color: #6893DA;
	padding: 18px 0px;
	width: 100%;
}
a.aaa-btn.aaa-idtheft-light-blue-btn:hover{
	background-color: #014DCA;
}
.btn-drop{
	position: absolute;
	width: 278px;
	margin: 10px auto 0 auto;
	z-index: 100;
	display: none;
}
.btn-drop-arrow{
	background-image: url('../images/blue-drop-arrow-tip.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px auto;
	width: 100%;
	height: 12px;
	position: absolute;
	top: -10px;
	z-index: 2;
}
.btn-drop-bubble{
	position: relative;
	z-index: 4;
	background-color: #003893;
	border-radius: 4px;
	padding: 20px 14px 14px 14px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
.pay-monthly-deluxe-1{
	position: relative;
	max-width: 240px;
	margin: 0 auto;
}
.pay-annually-deluxe-1{
	position: relative;
	max-width: 240px;
	margin: 0 auto;
}
.btn-drop-2{
	position: absolute;
	width: 240px;
	margin: 10px auto 0 auto;
	z-index: 100;
	display: none;
}
.btn-drop-2 a.aaa-btn{
	float: left;
	width: 100px;
	padding: 14px;
	font-size: 16px;
	clear: none;
	margin-bottom: 0px;
}
.btn-drop-2 a.aaa-btn:hover{
	background-color: #014DCA;
}
.btn-drop-2 a.aaa-btn:first-child{
	margin-right: 10px;
}
.btn-drop-2 .wht4{
	line-height: normal;
}
.btn-drop-arrow-2{
	background-image: url('../images/light-blue-drop-arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
	width: 100%;
	height: 16px;
	position: absolute;
	top: -10px;
	z-index: 2;
}
.btn-drop-bubble-2{
	position: relative;
	z-index: 4;
	background-color: #6893DA;
	border-radius: 4px;
	padding: 14px 14px 4px 14px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
div.aaa-close-drop{
	color: #6893DA;
	font-size: 16px;
	height: 22px;
	width: 22px;
	cursor: pointer;
	margin-bottom: 0px;
	position: absolute;
	right: 4px;
	top: 6px;
	z-index: 200;
}
div.aaa-close-drop-2{
	color: #003893;
	font-size: 16px;
	height: 22px;
	width: 22px;
	cursor: pointer;
	margin-bottom: 0px;
	position: absolute;
	right: 4px;
	top: 6px;
	z-index: 200;
}
.pay-monthly-platinum .btn-drop-2, .pay-annually-platinum .btn-drop-2{
	width: 250px;
}
.pay-monthly-platinum .btn-drop-2 a.aaa-btn, .pay-annually-platinum .btn-drop-2 a.aaa-btn{
 	width: 106px;
}
div.aaa-checkboxContainer{
	width: 240px;
	margin: 0 auto 0 auto;
}
.aaa-checkboxContainer label{
	color: #ffffff;
	font-size: 18px;
	background-color: #003893;
	text-shadow: 0px 2px 2px rgba(51, 51, 51, 1);
}
.aaa-checkboxContainer label:after{
	border-color: #003893;
}
.yes-child-secure{
	display: none;
}
.aaa-idtheft-small-essential{
	float: right;
	margin-top: -6px;
	
}
.aaa-idtheft-small-essential .btn-drop-2{
	margin-left: -62px;
}
.aaa-idtheft-small-essential .btn-drop-bubble-2{
	padding-bottom: 14px;
}
/*Chart Actions*/
/*Essential*/
.aaa-idtheft-enroll-now .btn-drop-2{
	margin-left: -30px;
	margin-top: 6px;
}
.aaa-idtheft-enroll-now .btn-drop-2 a.aaa-btn{
	margin-top: 14px;
	margin-bottom: 6px;
}
/*Platinum*/
.aaa-idtheft-enroll-now .btn-drop{
	margin-left: -48px;
	margin-top: 6px;
}
.aaa-idtheft-enroll-now .btn-drop a.aaa-btn{
	margin-top: 14px;
	margin-bottom: 6px;
}
.aaa-idtheft-enroll-now .pay-monthly-platinum-2 .btn-drop-2, .aaa-idtheft-enroll-now .pay-annually-platinum-2 .btn-drop-2{
	margin-left: 0px;
	width: 250px;
}
.aaa-idtheft-enroll-now .pay-monthly-platinum-2 .btn-drop-2 a.aaa-btn, .aaa-idtheft-enroll-now .pay-annually-platinum-2 .btn-drop-2 a.aaa-btn{
    width: 106px;
}
.aaa-idtheft-enroll-now .pay-monthly-platinum-3 .btn-drop-2, .aaa-idtheft-enroll-now .pay-annually-platinum-3 .btn-drop-2{
	margin-left: 0px;
	width: 250px;
}
.aaa-idtheft-enroll-now .pay-monthly-platinum-3 .btn-drop-2 a.aaa-btn, .aaa-idtheft-enroll-now .pay-annually-platinum-3 .btn-drop-2 a.aaa-btn{
    width: 106px;
}
/*Deluxe*/
.aaa-header-deluxe .btn-drop, .aaa-idtheft-footer-deluxe .btn-drop{
	width: 268px;
	margin-left: -42px;
	margin-top: 6px;
}
.aaa-header-deluxe a.aaa-btn.aaa-idtheft-light-blue-btn, .aaa-idtheft-footer-deluxe a.aaa-btn.aaa-idtheft-light-blue-btn{
	margin-top: 10px;
	margin-bottom: 6px;
}
.aaa-header-deluxe .btn-drop-2 a.aaa-btn, .aaa-idtheft-footer-deluxe .btn-drop-2 a.aaa-btn{
	margin-bottom: 8px;
	margin-top: 10px;
}
.aaa-idtheft-footer-deluxe .aaa-checkboxContainer, .aaa-header-deluxe .aaa-checkboxContainer{
	margin-top: 6px;
}
.aaa-idtheft-item.aaa-idtheft-blank-item.aaa-idtheft-show-descriptions-mobile{
	display: none;
	height: auto;
	width: 100%;
	padding: 24px;
}
.aaa-idtheft-item.aaa-idtheft-blank-item.aaa-idtheft-show-descriptions-pc{
	display: block;
}
@media only screen and (max-width : 970px){
	.aaa-banner-clip{
		display: none;
	}
	.aaa-idtheft-item.aaa-header-platinum{
		min-height: 444px;
		position: relative;
	}
	.aaa-idtheft-item-deluxe.aaa-header-deluxe, .aaa-idtheft-item-essential.aaa-header-essential{
		min-height: 400px;
		position: relative;
	}
	.aaa-idtheft-item-deluxe.aaa-header-deluxe div.enroll-btn-container, .aaa-idtheft-item-platinum.aaa-header-platinum div.enroll-btn-container,.aaa-idtheft-item-essential.aaa-header-essential div.enroll-btn-container{
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: 24px 14px 14px 14px;
	}
	.aaa-id-theft-login{
		position: absolute;
		top: 178px /*58px*/;
		right: 0;
		z-index: 100;
		left: 0;
		margin: 0 auto;
		width: 286px;
		text-align: center;
	}
	.aaa-id-theft-login .aaa-wht-secondary-btn{
		display: block;
		margin: 0 auto;
		margin-top: 8px;
		width: 80px;
	}
	.aaa-banner-container .aaa-inner-container{
		padding-bottom: 0px;
	}
	.banner-logos{
		background-image: url('../images/logos-blk.png');
		height: 52px;
		width: 220px;
		background-size: 220px auto;
		margin: 0 auto;
	}
	.aaa-banner-content{
		margin-top: 244px /*124px*/;
		padding: 24px;
		background-color: #ffffff;
		border-radius: 4px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		max-width: none;
		-webkit-box-shadow: -3px -25px 24px -2px rgba(0,0,0,0.21);
		-moz-box-shadow: -3px -25px 24px -2px rgba(0,0,0,0.21);
		box-shadow: -3px -25px 24px -2px rgba(0,0,0,0.21);
	}
	.aaa-banner-container a.aaa-btn{
		margin: 0 auto;
		margin-top: 24px;
	}
	.aaa-banner-content .wht1{
		color: #000000;
		text-shadow: none;
		text-align: center;
		line-height: normal;
		font-size: 24px;
	}
	.aaa-banner-content .wht2{
		color: #000000;
		text-shadow: none;
		text-align: center;
		line-height: normal;
		font-size: 18px;
	}
	.aaa-banner-content .wht4{
		color: #000000;
		text-shadow: none;
		text-align: center;
		line-height: normal;
	}
	.aaa-idtheft-offer-card{
		background-color: #f2f2f2;
		width: 100%;
		float: none;
		margin-top: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
	.aaa-idtheft-offer-card:first-child{
		margin-bottom: 24px;
	}
	.aaa-idtheft-offer-card .blk1{
		font-size: 24px;
	}
	.aaa-idtheft-offer-card div{
		line-height: normal;
	}
	.aaa-idtheft-offer-card a.aaa-btn{
		font-size: 16px;
		padding: 18px;
		margin-bottom: 0px;
	}
	.aaa-idtheft-item.aaa-idtheft-blank-item{
		/*display: none;*/
		text-align: center;
	}
	.aaa-idtheft-item.aaa-idtheft-blank-item a.aaa-link{
		position: relative;
		bottom: auto;
	}
	.aaa-idtheft-item.aaa-header-platinum, .aaa-idtheft-item.aaa-header-deluxe{
	   	border: none;
		width: 33%;
	}
	.aaa-idtheft-item.aaa-header-essential{
	   	border-top: 1px solid #d9d9d9;
		border-left: none;
		border-right: none;
		width: 33%;
	}
	.aaa-idtheft-item-essential.aaa-header-essential .aaa-idtheft-enroll-btn{
		margin-top: 12px;
	}
	.aaa-idtheft-item.aaa-idtheft-item-title{
		float: none;
		border-top: 1px solid #d9d9d9;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
		justify-content: center; /*align horizontal*/
	}
	.aaa-idtheft-item.aaa-idtheft-item-title .blk3{
		color: #003893;
	}
	.aaa-idtheft-description{
		/*position: absolute;
		width: auto;
		margin-top: -4px;
		left: 34px;
		max-width: 740px;
		right: 34px;*/
		text-align: center;
	}
	.show-descriptions{
		height: 94px;
	}
	.aaa-idtheft-item{
		text-align: center;
	}
	.aaa-tool-blue-tip-arrow{
		position: relative;
		top: 2px;
		left: auto;
		right: auto;
		margin: 0 auto;
	}
	.aaa-idtheft-item:first-child{
		width: 100%;
	}
	.aaa-idtheft-essential-learn-more-bar{
		margin: auto;
	}
	.aaa-idtheft-compare-chart .aaa-inner-container{
		padding: 0px 0px 24px 0px;
	}
	.aaa-idtheft-row-btns{
		border-top: 1px solid #d9d9d9;
	}
	.aaa-idtheft-item{
		width: 33%;
		border: none;
	}
	.aaa-idtheft-item-last{
		display: none;
	}
	.aaa-idtheft-market-details .aaa-inner-container{
		padding: 0px 24px 24px 24px;
	}
	.aaa-idtheft-item:first-child{
		height: auto;
	}
	.aaa-idtheft-item.aaa-idtheft-item-title .blk3{
		font-size: 16px;
	}
	.aaa-idtheft-item{
		padding: 8px;
	}
	.aaa-idtheft-phone-num span, .aaa-idtheft-phone-num a{
		display: block;
		text-align: center;
	}
	.aaa-idtheft-essential-learn-more-bar span{
		display: block;
		text-align: center;
	}
	.aaa-idtheft-essential-learn-more-bar a{
		display: block;
		margin: 14px auto 0 auto;
		width: 90px;
	}
	.blk2{
		font-size: 18px;
		line-height: normal;
	}
	.aaa-idtheft-learn-more-bar{
		background-color: #ffffff;
		margin-top: 0px;
	}
	.aaa-idtheft-learn-more-bar .aaa-column-inner-container{
		background-color: #ffffff;
	}
	.aaa-idtheft-learn-more-bar .aaa-inner-container{
		padding: 0px 24px 24px 24px;
	}
	.aaa-idtheft-market-details{
		background-color: #ffffff;
	}
	.aaa-idtheft-market-details .aaa-column-inner-container{
		background-color: #ffffff;
	}
	.aaa-idtheft-marketing-item{
		width: auto;
		float: none;
		border-left: none;
		border-right: none;
		border-top: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		padding: 24px 0px;
	}
	.aaa-idtheft-marketing-item:last-child{
		border-bottom: none /*1px solid #d9d9d9*/;
	}
	.aaa-idtheft-small-essential{
		float: none;
	}
	.aaa-idtheft-small-essential .btn-drop-2{
		margin-left: 20px;
		text-align: center;
	}
	.aaa-idtheft-offer-card:first-child{
   		z-index: 200;
	}
	.aaa-idtheft-item.aaa-idtheft-item-title.aaa-top-pricing-tool-tip-container .aaa-tool-blue-tip-arrow{
		margin-bottom: 0px;
	}
	/*Chart Actions*/
	/*Platinum*/
	.aaa-header-platinum .aaa-idtheft-enroll-now .btn-drop, .aaa-idtheft-enroll-now .btn-drop{
		margin-left: 0px;
	}
	.aaa-header-platinum .aaa-idtheft-enroll-now a.aaa-btn.aaa-idtheft-light-blue-btn span{
		display: inline-block;
	}
	.aaa-header-platinum .aaa-idtheft-enroll-now .btn-drop .btn-drop-arrow, .aaa-idtheft-enroll-now .btn-drop .btn-drop-arrow{
		background-position: 46px center;
	}
	.aaa-idtheft-enroll-now .pay-monthly-platinum-2 .btn-drop-2, .aaa-idtheft-enroll-now .pay-annually-platinum-2 .btn-drop-2{
		right: auto;
	}
	.aaa-idtheft-enroll-now .pay-monthly-platinum-2 .btn-drop-2 .btn-drop-arrow, .aaa-idtheft-enroll-now .pay-annually-platinum-2 .btn-drop-2 .btn-drop-arrow{
		background-position: 36px center;
	}
	.aaa-idtheft-enroll-now .pay-monthly-platinum-3 .btn-drop-2, .aaa-idtheft-enroll-now .pay-annually-platinum-3 .btn-drop-2{
		right: auto;
	}
	.aaa-idtheft-enroll-now .pay-monthly-platinum-3 .btn-drop-2 .btn-drop-arrow, .aaa-idtheft-enroll-now .pay-annually-platinum-3 .btn-drop-2 .btn-drop-arrow{
		background-position: 36px center;
	}
	/*Chart Actions*/
	/*Deluxe*/
	.aaa-header-deluxe .btn-drop, .aaa-idtheft-footer-deluxe .btn-drop{
		margin-left: -36px;
	}
	.pay-annually-deluxe-2 a.aaa-btn.aaa-idtheft-light-blue-btn span{
		display: inline-block;
	}
	.pay-annually-deluxe-3 a.aaa-btn.aaa-idtheft-light-blue-btn span{
		display: inline-block;
	}
}
@media only screen and (max-width : 892px){

	.aaa-idtheft-item.aaa-header-platinum{
		min-height: 488px;
	}
	.aaa-idtheft-item-deluxe.aaa-header-deluxe, .aaa-idtheft-item-essential.aaa-header-essential{
		min-height: 444px;
	}
}
@media only screen and (max-width : 790px){
	#idtheftMemberNumberForm .aaa-formLeft{
		float: left;
		padding: 0px 14px 14px 0px;
	}
}
@media only screen and (max-width : 720px){

	.aaa-idtheft-item.aaa-header-platinum{
		min-height: 544px;
	}
	.aaa-idtheft-item-deluxe.aaa-header-deluxe, .aaa-idtheft-item-essential.aaa-header-essential{
		min-height: 500px;
	}
}
@media only screen and (max-width : 640px){
	/*Maodal*/
	.aaa-overlay-modal{
		overflow: scroll;
	}
	.aaa-modal{
		width: auto;
		margin: 14px;
	}
	.aaa-modal-content{
		padding: 14px;
	}
	.idtheft-option-select-container{
		float: none;
		width: 100%;
		border-right: none;
	}
	/*Deluxe*/
	.aaa-header-deluxe .btn-drop, .aaa-idtheft-footer-deluxe .btn-drop{
		margin-left: -54px;
	}
}
@media only screen and (max-width : 540px){
	.aaa-idtheft-item.aaa-idtheft-blank-item.aaa-idtheft-show-descriptions-mobile{
		display: block;
	}
	.aaa-idtheft-item.aaa-idtheft-blank-item.aaa-idtheft-show-descriptions-pc{
		display: none;
	}
	.aaa-idtheft-item.aaa-header-platinum{
		min-height: auto;
		width: 100%;
		border: 14px solid #ffffff;
		border-bottom: none;
		padding: 14px;
	}
	.aaa-idtheft-item-deluxe.aaa-header-deluxe, .aaa-idtheft-item-essential.aaa-header-essential{
		min-height: auto;
		width: 100%;
		margin-top: 0px;
		border: 14px solid #ffffff;
		border-bottom: none;
		padding: 14px;
	}
	.aaa-idtheft-item-deluxe.aaa-header-deluxe div.enroll-btn-container, .aaa-idtheft-item-platinum.aaa-header-platinum div.enroll-btn-container, .aaa-idtheft-item-essential.aaa-header-essential div.enroll-btn-container{
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		margin: 0 auto;
	}
}
@media only screen and (max-width : 486px){
	.mobile-padding{
		padding: 0px 14px;
	}
	/*Chart Actions*/
	.aaa-idtheft-enroll-now .btn-drop-2 .btn-drop-arrow-2{
		background-position: 180px center;
	}
	.aaa-static-banner {
		background-size: auto 280px;
		background-repeat: no-repeat;
	}
	.aaa-idtheft-item-essential.aaa-header-essential .aaa-idtheft-enroll-btn{
		margin-top: 17px;
	}
	.aaa-idtheft-item-platinum.aaa-header-platinum .aaa-idtheft-enroll-btn{
		margin-top: 10px;
	}
	.aaa-idtheft-item-deluxe.aaa-header-deluxe .aaa-idtheft-enroll-btn{
		margin-top: 8px;
	}
	.aaa-idtheft-item-platinum.aaa-header-platinum span, .aaa-idtheft-item-deluxe.aaa-header-deluxe span{
		display: block;
	}
	/*Deluxe*/
	.pay-annually-deluxe-2 a.aaa-btn.aaa-idtheft-light-blue-btn span{
		display: inline-block;
	}
	.pay-annually-deluxe-3 a.aaa-btn.aaa-idtheft-light-blue-btn span{
		display: inline-block;
	}
}
@media only screen and (max-width : 380px){
	.aaa-idtheft-chart-container {
		text-align: center;
	}
	.pay-monthly-platinum .btn-drop-2, .pay-annually-platinum .btn-drop-2{
		width: 234px;
	}
	.pay-monthly-platinum .btn-drop-2 a.aaa-btn, .pay-annually-platinum .btn-drop-2 a.aaa-btn{
		width: 96px;
	}
	.btn-drop{
    	width: 262px;
	}
	.btn-drop{
		margin-left: -6px;
	}
	.aaa-idtheft-enroll-btn{
		font-size: 14px;
	}
	/*Chart Actions*/
	/*Platinum*/
	.aaa-idtheft-enroll-now .pay-monthly-platinum-2 .btn-drop-2, .aaa-idtheft-enroll-now .pay-annually-platinum-2 .btn-drop-2, .aaa-idtheft-enroll-now .pay-monthly-platinum-3 .btn-drop-2, .aaa-idtheft-enroll-now .pay-annually-platinum-3 .btn-drop-2{
		width: 234px;
	}
	.aaa-idtheft-enroll-now .pay-monthly-platinum-2 .btn-drop-2 a.aaa-btn, .aaa-idtheft-enroll-now .pay-annually-platinum-2 .btn-drop-2 a.aaa-btn, .aaa-idtheft-enroll-now .pay-monthly-platinum-3 .btn-drop-2 a.aaa-btn, .aaa-idtheft-enroll-now .pay-annually-platinum-3 .btn-drop-2 a.aaa-btn{
		width: 98px;
	}
	/*Deluxe*/
	.aaa-header-deluxe .btn-drop, .aaa-idtheft-footer-deluxe .btn-drop{
		margin-left: -88px;
	}
}