.arrow {
	margin: 0 6px 0 0;
}

.rotateDown {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.rotateUp {
    -webkit-transform: rotate(-180deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.show-hide-btn {
	background: #F7F7F7;
	background-image: -o-linear-gradient(-90deg, rgba(255,255,255,0.50) 0%, rgba(227,227,227,0.50) 100%);
	background-image: -moz-linear-gradient(-90deg, rgba(255,255,255,0.50) 0%, rgba(227,227,227,0.50) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255,0.50) 0%, rgba(227,227,227,0.50) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(255,255,255,0.50) 0%, rgba(227,227,227,0.50) 100%);
	background-image: linear-gradient(-180deg, rgba(255,255,255,0.50) 0%, rgba(227,227,227,0.50) 100%);
	border-width: 1px 0px 1px 0px;
	border-color: #DDDDDD;
	border-style: solid;
	padding: 12px 12px;
	text-transform: uppercase;
	font-size: 11px;
	color: #AAAAAA;
	margin: 0;
	clear: both;
	cursor: pointer;
}

.accordion ul {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

.accordion li {
	padding: 10px 20px;
	list-style: none;
	color: #666;
	background-color: #F7F7F7;
	line-height: 17px;
}

.accordion ul>li:nth-child(odd){
	background-color: #EEEEEE;
}

.desc-list {
	margin-left: 28px;
	text-align: left;
	list-style: disc outside none;
}

.desc-list li {
	padding: 10px 20px 10px 10px;
}

.services .plan-container .learn-more {
/* this is not needed for VPP */
    display: none;
    clear: both;
}
	
.feature-list .new, span.new {
	color: #ffa12d;
	text-transform: uppercase;
	font-weight: bold;
}

.services .preferred-gradient-div {
	background: url('https://cdn.lifelock.com/assets/secure/images/enrollment/service-selected-bg.png') repeat-x scroll left bottom transparent;
}

/* Special CSS for small mobile devices (wrapping long names like breach) */
@media ( max-width : 480px) {
	
	.services .plan-container .plan .bestvalue-div {
	 	display: none;
	}
	
	.services .plan-container .plan .plan-bestvalue {
		display: none;
	}
	
	.lp-promo-detail-position {
		top: 20px;
		padding-top: 10px;
	}
	
	.promo-box .feedbacklabel {
		position: inherit;
	}
	
	h4, .plan-container .plan-title.breach {
		width: 140px;
	}
	
	.plan-wide-mode .plan-container .plan-detail.breach {
		margin-top: 25px !important;
	}
	
	h4, .plan-container .plan-title.benefitElite {
		width: 140px;
	}
	
	.plan-wide-mode .plan-container .plan-detail.benefitElite {
		margin-top: 25px !important;
	}
	
	.salesText {
		font-size: 12px;
		color: #AAAAAA;
	}
	
	.plan-bullets {
		padding: 12px 5%;
		display: none;
	}
	
	.plan-bullets ul {
		
	}
	
	.plan-bullets ul li.stg {
		margin-bottom: 5px;
		margin-left: 10px;
	}
	
	.plan-bullets ul li.indent-std, li.indent-adv, li.indent-ult {
		list-style-type: disc;
		text-align: left;
		margin-left: 25px;
	}
	
	.plan-bullets.mg {
		margin-bottom: 12px;
	}
}

/*
	Vertical Plan Panel CSS for tablet/mobile view
	Adds a call to action enroll button
*/
@media ( max-width : 767px) {
	
	.services .preferred-gradient-div {
		background: none;
	}
	
	.services .plan-container .plan .bestvalue-div {
	 	position: relative;
		top: -60px;
		left: 170px;
	}
	
	.services .plan-container .plan .plan-bestvalue {
		position: absolute;
		top: 0px;
		left: 0px;
		margin-top: 0px;
		display: inherit;
	}
	
	.promo-label {
		font-size: 11px;
	}
	
	.price {
		font-weight: normal;
	}
	
	.services label.label-checkbox {
		background: url(../images/start-your-membership-mob.png) no-repeat 0px 0px;
		width: 85px;
		height: 40px;
		cursor: pointer;
	    background-size: 85px 40px;
	}
	
	.services .plan-container .plan .plan-input {
		padding: 10px 10px 0px 0px;
		width: 80px;
		float: right;
	}
	
	.services .plan-container .plan .plan-info-left {
		padding: 0px 0px 0px 10px !important;
	}
	
	sup {
		vertical-align: baseline;
		font-size: small;
	}
	
	.plan-banner.popular {
		display: none;
	}
	
	/* override a rule used by Plan Panel */		
	.ultimate ul.desc-list {
		width: 100%;
	}
	
	.services .selected {
		background: none;
	}
		
	.services .ultimate .plan-text {
		background-color: #DEF1FD;
	}
	
	h4, .plan-container .plan-title {
		line-height: 1.5em;
	}
	
	.tagline br {
		display: none;
	}
	
	.salesText {
		font-size: 12px;
		color: #AAAAAA;
	}
	
	.plan-bullets {
		padding: 12px 5%;
		display: none;
	}
	
	.plan-bullets ul {
		
	}
	
	.plan-bullets ul li.stg {
		margin-bottom: 5px;
		margin-left: 10px;
	}
	
	.plan-bullets ul li.indent-std, li.indent-adv, li.indent-ult {
		list-style-type: disc;
		text-align: left;
		margin-left: 25px;
	}
	
	.plan-bullets.mg {
		margin-bottom: 12px;
	}
}

/* Vertical Plan Panel CSS
	760px is for the desktop wide view
*/
@media ( min-width : 768px) {
	
	.services .plan-container .plan .plan-bestvalue {
		position: absolute;
		top: 0px;
		left: 0px;
		margin-top: 0px;
		display: inherit;
	}
	
	.services .plan-container .plan .bestvalue-div {
	 	position: relative;
		top: -75px;
		left: 70%;
	}

	.promo-inner-float .feedbacklabel {
		margin-left: 5px;
	}

	.visible-tablet {
	  display: inherit !important;
	}


	/* override a rule used by Plan Panel */		
	.ultimate ul.desc-list {
		width: auto;
	}
	
	.services .preferred-gradient-div {
		background: -ms-linear-gradient(top, #FFFFFF 0%, #DEF1FD 75%);
		background: -moz-linear-gradient(top, #FFFFFF 0%, #DEF1FD 75%);
		background: -o-linear-gradient(top, #FFFFFF 0%, #DEF1FD 75%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DEF1FD));
		background: -webkit-linear-gradient(top, #FFFFFF 0%, #DEF1FD 75%);
		background: linear-gradient(to bottom, #FFFFFF 0%, #DEF1FD 75%);
	}
		
	.services .selected {
		background: none;
	}
 
	 .form-container .service-type-header h2 {
	     display:none;
	 }
	 
	 .services .plan-list {
	     margin-left: 0;
	     width: 100%;
	 }
	
	 .services .plan-container {
	    float: none;
	    margin: 0;
	    padding: 0;
	    width: auto;
	    border: none;
	}

	.services label.label-checkbox {
		background: url(../images/start-your-membership.png) no-repeat 0px 0px;
		width: 155px;
		height: 45px;
		cursor: pointer;
		margin-top: 0px;
		display: block;
	}
	
	.services .plan-container .service-plans {
	     margin-left: 0px;
	     width: 100%;
	     text-align: center;
	}
	
	.plan-panel.services.identity-services.legacy {
	     margin-left: auto;
	     margin-right: auto;
	     width: 66%;
	}
	
	.services .plan-container .plan { 
		border-radius: 4px;
		border: 1px solid #DDDDDD !important;
		text-align: center;
		float: none;
		height: auto;
		margin: 20px 5px 0px 5px; 
	    padding: 15px 0px 0px 0px !important; 
	    width: 31% !important;
	    display:inline-block;
	    vertical-align: top; 
	}
	
	.services .plan-container .plan.breach {
		float: none;
		width: 60% !important;
	}
	
	.services .plan-container .plan.benefitElite {
		float: none;
		width: 60% !important;
	}
	
	.services .plan-container .plan.preferred {
		float: none;
	}
	
	.services .plan-container .plan.preferred.legacy {
		float: none;
		width: 47% !important;
	}
	
	.services .plan-container .plan.advantage {
		float: none;
	}
	
	.services .plan-container .plan.basic {
		float: none;
	}
	
	.services .plan-container .plan.basic.legacy {
		float: none;
		width: 47% !important;
	}
	
	.services .plan-container .clear-both  {
	    clear: none;
	}
	
	 	.services .plan-container .basic + .clear-both,
	.services .plan-container .service-plans + .clear-both {
	    clear: both;
	}
	
	.services .plan-container .plan .plan-info-left {
		padding: 0px !important;
		width: 100% !important;
	}
	
	.services .plan-container .plan .plan-input {
	    padding: 10px 0px;
		width: 155px;
		clear: both;
		margin: 0 auto;
		float: none;
	}
	
	.banner-outer {
		position: relative;
	}
	
	.plan-banner.popular {
		display: block;
		font-family: "MuseoSans-700", Helvetica, Arial, "Lucida Grande", sans-serif;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: .825em;
		color: #ffffff;
		background: #003E74;
		padding-top: 6px;
		padding-bottom: 4px;
		position: absolute;
		width: 100%;
		bottom: 15px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	
	.services .plan-container .plan .vertical-divider {
	    background-color: transparent;
	    display: none;
	    height: 0;
	    width: 0;
	    margin: 0;
	    padding: 0;
	}
	
	.services .plan-container .plan .desc-showmore-vert,
	.services .plan-container .plan .desc-showmore-all-vert{
	    clear: both;
	    color: #777978;
	    cursor: pointer;
	    padding: 0 0 15px 28px; 
	    text-decoration: none;
	    text-transform: uppercase;
	}
	
	.services .plan-container .plan .showmore-arrow {
	    font-size: 10px;
	    vertical-align: top;
	}
	
	.services .plan-container .plan .plan-info-right {
	    display:none;
	    height:auto;
	    padding: 0 0 20px 28px; 
	    width: auto;
	    overflow: hidden;
	    -moz-transition:0.5s max-height, padding-bottom linear;
	    -webkit-transition:0.5s max-height, padding-bottom linear;
	    transition:0.5s max-height, padding-bottom linear;
	}
	
	.plan-text.left {
		padding-left: 0px;
	}
	
	.plan-text.right {
		padding-left: 0px;
	}
	
	.services .plan-container .plan-title {
    	background: none;
		font-size: 22px;
		padding-left: 0px;
		height: auto;
	}
	
	.services .plan-container .plan-title span {
		font-family: UnitWeb-Medium,Arial,sans-serif;
		font-size: 22px;
		padding: 0;
		margin: 0;
		height: auto !important;
		font-weight: normal;
	}
	
	.plan-wide-mode .plan-container .plan-detail {
		font-size: 14px;
		float: none !important;
		width: auto;
		margin-left: 0px !important;
	}
	
	.plan-wide-mode .plan-container .plan-detail h4 {
		font-weight: bold;
		font-size: 18px;
		color: #000000;
		padding: 0;
		margin: 0 0px 10px 0px;
	}
	
	.price {
		font-weight: normal;
		font-size: 36px;
		position: relative;
		left: 6px;
	}
	
	.price sup {
		font-size: 13px;
	}
	
	.trial-price {
		color: #AAAAAA;
		font-weight: bold;
	}
	
	.price sup.dollar-sign {
		font-size: 18px;
		font-weight: normal;
		padding: 0 2px 0 0;
		position: relative;
		top: 4px;
	}
	
	.per-month {
		font-size: 12px;
		color: #AAAAAA;
		padding: 0 0 0 2px;
		position: relative;
		right: 12px;
	}
	
	.annually {
		font-size: 14px;
		color: #AAAAAA;
		font-style: italic;
		display: inline-block;
		width: 100%;
	}
	
	.annually sup {
		position: relative;
		left: 1px;
		font-size: 9px;
		top: 2px;
	}
	
	.plan-title sup {
		font-size: 16px;
	}
	
	.monthly-price {
		margin: 5px 0;
	}

	.annual-price {
		margin: 0px 0px 5px 0px;
	}
	
	.salesText {
		font-size: 11px;
		color: #AAAAAA;
	}
	
	.plan-bullets {
		padding: 38px 3% 12px 3%;
		font-family: Verdana, sans-serif;
		font-size: 0.95em;
		min-height: 81px;
	}
	
	.plan-bullets ul {
		
	}
	
	.plan-bullets ul li.stg {
		margin-bottom: 5px;
	}
	
	.plan-bullets ul li.indent-std {
		list-style-type: disc;
		text-align: left;
		margin-left: 33px;
		line-height: 18px;
	}
	
	.plan-bullets ul li.indent-adv {
		list-style-type: disc;
		text-align: left;
		margin-left: 20px;
		line-height: 18px;
	}
	
	.plan-bullets ul li.indent-ult {
		list-style-type: disc;
		text-align: left;
		margin-left: 23px;
		line-height: 18px;
	}
	
}