/* 
 * company/about-us/
 * 
*/
/*Featured Area*/
.featured-area {
	background: url('//images.vivintcdn.com/global/vivint.com/sections/about-us/featured-bg-2.jpg') no-repeat;
	padding: 145px 0 115px 0;
	background-size: cover;
}

.about-sub-nav {
	text-align: center;
	margin: 0 auto;
	width: 260px;
	overflow: hidden;
}

.about-sub-nav a {
	color: #444;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	display: block;
}

.sub-nav-img {
	height: 50px;
}

.sub-nav-item:hover {
	background: url('//images.vivintcdn.com/global/vivint.com/sections/about-us/selection-arrow.png') no-repeat top;
}

.sub-nav-item {
	float: left;
	padding: 40px 35px 0 35px;
}

.company-overview {
	padding: 90px 30px 160px 30px;
}

.company-overview .overview-text {
	float: left;
	width: 38%;
}

.company-overview .overview-image {
	float: right;
	width: 50%;
}

.company-overview .overview-image img {
	max-width: 100%;
}

.company-overview .overview-head {
	padding-top: 25px;
}

.company-overview .overview-subhead {
	padding: 50px 0 30px 0;
}

.company-overview .overview-photos {
	clear: both;
}

.overview-photos .image-left  {
	float: left;
	padding-right: 20px;
	max-width: 50%;
}

.overview-photos .image-right {
	float: right;
	max-width: 50%;
}

.overview-photos .image-full {
	padding-top: 20px;
	max-width: 100%
}



@media(max-width: 1060px) {
	.overview-photos .image-left  {
		max-width: 49%;
		padding-right: 0;
	}

	.overview-photos .image-right {
		max-width: 49%;
	}
}

@media(max-width: 960px) {
	.company-overview .overview-text {
		width: 40%;
	}

	.company-overview .overview-image {
		padding-top: 50px;
		width: 54%;
	}

}

@media(max-width: 767px) {
	

	.company-overview {
		padding: 50px 30px 0 30px;
	}

	.company-overview .overview-text {
		width: 100%;
	}

	.company-overview .overview-image {
		width: 100%;
	}

	.company-overview .overview-photos {
		display: none;
	}
}


/*Company History*/
.company-history {
	background: #f6f6f6;
	clear: both;
	overflow: hidden;
	padding-top: 90px;
}

.company-history .content {
	overflow: hidden;
}

.history-header {
	line-height: normal;
	padding-bottom: 70px;
	text-transform: uppercase;
  }
  
.company-history .left {
  float: left;
  width: 450px;
  border-right: 2px solid #dddddd;
  padding: 0 30px 17px 0;
}

.company-history .right {
  float: right;
  width: 443px;
  margin-left: 20px;
}

.company-history .dot-left {
	vertical-align: top;
	position: absolute;
	right: -38px;
	top: 0;
}

.company-history .dot-right {
  vertical-align: top;
  position: absolute;
  left: -43px;
  top: -5px;
}

.time-image-left {
	position: relative;
	padding-top: 7px;
	padding-bottom: 100px;
}

.time-image-right {
	position: relative;
	padding-top: 2px;
}

.time-text {
	padding-bottom: 75px;
	width: 425px;
}

.time-text p {
	padding-bottom: 25px;
}

.time-text h4 {
  text-transform: none;
  padding-bottom: 25px;
  margin-top: -5px;
}

.time-text.last-text {
	padding-bottom: 150px;
}

.about-intro h4 {
  text-transform: none;
  text-align: center;
}

.who-we-are-text {
  font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 20px;
}

.apply-arrow {
	margin-right: 5px;
}


@media(max-width: 990px) {
	.company-history .left {
		border-right: none;
		border-left: 2px solid #dddddd;
		float: none;
		margin-left: 20px;
		max-width: 100%;
		width: auto;
	}

	.company-history .right {
		border-right: none;
		border-left: 2px solid #dddddd;
		float: none;
		padding: 0 30px;
		width: auto;
		max-width: 100%;
	}

	.company-history .dot-left {
		left: -8px;
		top: 0;
	}

	.company-history .dot-right {
		left: -38px;
		top: 0;
	}

	.time-image-left {
		padding-left: 30px;
		text-align: center;
		padding-bottom: 50px
	}

	.time-main-right {
		padding-bottom: 50px;
	}

	.time-image-right {
		text-align: center;
	}

	.time-text {
		width: auto;
		padding-bottom: 50px;	
	}

	.left .time-text {
		padding-left: 30px;
	}
}

@media(max-width: 560px) {
	.time-image-left {
		padding-bottom: 0px;
	}

	.time-main-left, .time-main-right {
		max-width: 100%;
		padding-bottom: 25px;
	}

	.time-text {
		padding-bottom: 25px;
	}

	.time-text.last-text {
		padding-bottom: 25px;
	}

	.who-we-are-text {
  		max-width: 100%;
    	padding: 0 15px;
	}
}



/*Leadership*/
.leadership {
	padding: 100px 0;
}

.leadership h2 {
	text-align: center;
	padding-bottom: 50px;
	text-transform: uppercase;
}

#leadership-list {
	text-align: center;
}

#leadership-list li {
	max-width: 276px;
	vertical-align: top;
	display: inline-block;
	margin: 0 40px 20px 0;
}

.exec-name, .exec-title {
	text-transform: capitalize;
}

.exec-name {
	padding: 10px 0 0 0;
}
  
.bio-link {
	color: #ff8200;
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
}
  
#leadership-list .titles {
	text-decoration: none;
	color: #666;
}
  
#leadership-container .coverage-last a {
	margin-top: 35px;
}
  
#leadership-container .coverage-last h3 {
	font-size: 27px;
	margin-top: 0;
}
  
.leader-list-img {
  max-width: 276px;
}

#leadership-container .coverage-last {
	width: 216px;
	height: 226px;
	text-align: left;
	background: #ff8200;
	color: #fff;
	padding: 30px;
	vertical-align: top;
	margin: 0 35px 20px 0;
}

.coverage-last h3 {
	text-transform: none;
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-top: 0;
	color: #fff;
}

.coverage-last a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  display: block;
  margin-top: 87px;
}

.coverage-last .arrow {
  margin-right: 5px;
}

.fancybox-skin {
	background: #fff;
}


@media(max-width: 960px) {
	#leadership-container .coverage-last {
		display: none;
	}
}

@media(max-width: 660px) {
	#leadership-list li {
		margin: 0 20px 20px 0;
		max-width: 40%;
	}

	.leader-list-img {
		max-width: 100%;
	}
}

@media(max-width: 560px) {
	.leadership {
		padding: 50px 0;
	}
}
/* 
 * global/header-2016/
 * 
*/
/***** Main Nav Styles *****/

div.header-push {
	padding-top: 72px;
}

header.global-header {
	width: 100%;
	height: 72px;
	position: fixed;
	z-index: 20;
    background: #fff;
}

.global-header .content {
	padding: 0 30px;
}

.global-header .vivint-logo {
	padding-top: 25px;
}

.global-header .nav-left,
.global-header .main-nav {
	float: left;
}

.global-header .header-nav li {
	float: left;
	padding: 28px 0 29px 0;
	margin: 0 9px;
	font-size: 14px;
}

.global-header .main-item:hover {
	color: #ff8200;
	border-bottom: 2px solid #ff8200;
}

.global-header .header-nav a {
	text-decoration: none;
	color: #666;
}

.global-header .nav-right,
.global-header .right-side {
	float: right;
}

.global-header .main-nav {
	padding-right: 140px;
}

.global-header .nav-right a {
	float: left;
}

.global-header .chat-link {
	line-height: 72px;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	padding-right: 15px;
}

.global-header .chat-icon {
	padding-right: 5px;
	vertical-align: middle;
}

.global-header .call-btn {
	padding: 14px 12px;
	font-size: 14px;
	margin-top: 15px;
}

.global-header .button {
	text-decoration: none;
}

.global-header .open-mobile-nav,
.global-header .mobile-nav-call {
	display: none;
}

/*.global-header .product-dropdown:hover .dropdown-container {
	display: block;
}
*/





/* 2012 template overrides */

header.global-header {
	min-height: 0;
}

.global-header .content {
    padding: 0 30px;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.global-header ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.global-header .call-btn { 
	background: #ff8200;
    color: #fff;
}

#page-header {
	z-index: 2;
}

.mobile-nav .text-02 {
	font-size: 16px;
}

#page header.global-header {
	max-width: 1600px;
}

#page div.header-push {
	padding-top: 17px;
}




/***** Dropdown Styles *****/

.global-header .dropdown-container {
	display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 72px;
}

.dropdown-container .content {
	padding: 25px 0 35px 0;
	overflow: hidden;
}

.dropdown-container .dropdown-header {
	margin-bottom: 20px;
}

.dropdown-container .packages {
	float: left;
}

.dropdown-container .package-container {
	max-width: 100%;
}

.dropdown-container .services {
	float: right;
}

.dropdown-container .dropdown-img {
	display: block;
	max-width: 100%;
}

.dropdown-container .service-container .package-links {
	background: #ededed;
}

.dropdown-container .package-links {
	padding: 12px 0 0 0;
	height: 155px;
	box-sizing: border-box;
	overflow: hidden;
    background: #dbdbdb;
    width: 180px;
	max-width: 100%;
}

.dropdown-container .service-container.last-package {
	padding: 0;
}

.dropdown-container .package-links li {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	padding: 0;
}

.dropdown-container .package-links li a:hover {
	border-bottom: none;
}

.dropdown-container .package-ul li {
	margin-left: 0;
}

.dropdown-container .package-ul li a {
	padding-left: 15px;
}

.dropdown-container .package-ul li a:hover {
	color: #ff8200;
}

.dropdown-container .service-container {
	float: left;
	width: 180px;
	padding-right: 9px;
}

div.header-shadow {
	height: 19px;
	width: 100%;
	background: url('//images.vivintcdn.com/global/vivint.com/global/header/2016/shadow-r2.png') repeat-x;
	position: fixed;
	z-index: 15;
}





/***** Popover Styles *****/

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 300px;
  padding: 1px;
    background: #fff;
  background: rgba(255,255,255,0.95);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: white;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: white;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: white;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: white;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}

.popover.header-chat .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: white;
}
.popover.header-chat .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}

.popover .popover-content {
  padding: 30px;
}

button.close-button {
  width: 24px;
  height: 24px;
  background: url('//images.vivintcdn.com/global/vivint.com/global/header/close-icon-modal.png') center no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
}





/***** Mobile Nav Styles *****/

.mobile-nav .mobile-nav-main {
	display: none;
}

.mobile-nav-main .close-container {
	background: #d7d7d7;
	height: 50px;
}

.mobile-nav-main .close-mobile-nav {
	position: absolute;
    top: 5px;
    right: 20px;
    padding: 10px;
    cursor: pointer;
}

.mobile-nav-main .mobile-item {
	border-bottom: 1px solid #a5a5a5;
	height: 50px;
	line-height: 50px;
}

.mobile-nav-main .ui-accordion .ui-accordion-icons {
	padding: 0 0 0 25px;
}

.mobile-nav-main .ui-widget-content,
.mobile-nav-main .ui-state-active,
.mobile-nav-main .ui-widget-content .ui-state-active,
.mobile-nav-main .ui-widget-header .ui-state-active,
.mobile-nav-main .ui-state-default, 
.mobile-nav-main .ui-widget-content .ui-state-default,
.mobile-nav-main .ui-widget-header .ui-state-default {
	border: none;
	border-radius: 0;
}

.mobile-nav-main .ui-state-default {
	background: #fff;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.mobile-nav-main .ui-accordion .ui-accordion-header .ui-accordion-header-icon,
.mobile-nav-main .ui-state-hover .ui-icon,
.mobile-nav-main .ui-state-focus .ui-icon {
	left: 175px;
}

.mobile-nav-main .ui-accordion .ui-accordion-header {
	margin-top: 0;
	border-bottom: 1px solid #a5a5a5;
}

.mobile-nav-main .active-icon {
	background: url('//images.vivintcdn.com/global/vivint.com/global/header/2016/accordion-open.png') no-repeat;
}


.mobile-nav-main .default-icon {
	background: url('//images.vivintcdn.com/global/vivint.com/global/header/2016/accordion-close-r1.png') no-repeat;
}

.mobile-nav-main .nav-header {
	color: #666;
}

.mobile-nav-main .mobile-item {
	background-color: #ededed;
	padding: 0 0 0 25px;
	display: block;
	text-decoration: none;
	color: #666;
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mobile-nav-main .ui-accordion .ui-accordion-content {
	padding: 0;
}

.mobile-nav-main .nav-link {
	padding-left: 25px;
	border-bottom: 1px solid #a5a5a5;
	height: 50px;
	line-height: 50px;
	display: block;
	text-decoration: none;
	color: #666;
}

.mobile-nav-main .ui-state-active {
	color: #666;
	font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url('//images.vivintcdn.com/global/vivint.com/global/header/2016/orange-dot.png') no-repeat 8px center;
}


div.h1-seo-container {
    position: absolute;
    margin-top: 15px;
    width: 100%;
}

.h1-seo-container .h1-seo {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    text-align: right;
    z-index: 9;
}

.h1-seo-container .h1-seo h1 {
    font-size: 11px;
    text-transform: uppercase;
    padding-right: 5px;
}



/***** Media Queries *****/

@media(max-width: 1020px) {
	.dropdown-container .content {
		width: 707px;
	    overflow: hidden;
	}

	.dropdown-container .package-container,
	.dropdown-container .service-container {
		width: 130px;
	}

	.dropdown-container .package-links {
		height: 120px;
	}

	.dropdown-container .package-links li {
		font-size: 10px;
	}

	.dropdown-container .package-ul li a {
		padding-left: 10px;
	}
}

@media(max-width: 960px) {
	.global-header .main-nav {
		padding-right: 18px;
	}

	.global-header .chat-icon {
		display: none;
	}
}

@media(max-width: 767px) {
	div.header-push {
		padding-top: 50px;
	}

	header.global-header {
		height: 50px;
	}

	.global-header .content {
	    padding: 0 15px;
	}

	.global-header .vivint-logo {
	    padding-top: 18px;
   		width: 135px;
	}

	.global-header .nav-right {
		display: none;
	}

	.global-header .open-mobile-nav {
		display: block;
		float: right;
		padding-top: 17px;
	}

	.global-header .mobile-nav-call {
		display: block;
		float: right;
		background: #74c4de;
		width: 77px;
		height: 28px;
		text-align: center;
	    text-decoration: none;
	    color: #fff;
	    font-size: 16px;
	    line-height: 28px;
	    margin: 11px 18px 0 0;
	}

	.mobile-nav .mobile-nav-main {
		display: block;
		position: fixed;
		right: -220px;
		background: #fff;
		width: 220px;
		height: 100%;
		z-index: 30;
		overflow: auto;
	}
}



/* 
 * global/chat-modal/
 * 
*/
.popover-content {
	overflow: hidden;
}

.chat-content {
	float: left;
}

.chat-content p {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 10px;
}

.popover-chat {
	text-align: center;
	width: 165px;
  display: none;
}


.sales {
	padding-right: 20px;
}

.support {
	padding-left: 3px;
}

.sales h3, .support h3 {
  	font-size: 15px;
  	color: #666;
  margin: 0;
  padding: 12px 0;
  }

  @media(max-width: 375px) {
  	.popover-chat {
  		width: 230px;
  	}

  	.popover .popover-content {
	  padding: 10px;
	}

	.sales {
		padding-right: 5px;
	}
	.support {
		padding-left: 5px;
	}
  }
/* 
 * offers/banners/active-banner/
 * 
*/
.banner-hide {
  	display:none;
}

.masthead .video-wrapper .module { margin-top: 100px; }
a.quote-button { display: none; }
#head-wrapper.scrolled a.quote-button { display: block; }

.promo-section .top-banner .content {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.promo-section .top-banner
{
	height: 65px;
	width: 100%;
	z-index: 115;
	background-color: #0084b4;
	background-size: cover;
    overflow: hidden;
}

.promo-section div.content p.promo-text {
	font-size: 21px;
	color: #ffffff;
	margin-bottom: 70px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}

.promo-section div.content p.promo-text span.thirteen strong {
	font-size: 23px;
}

.promo-section div.content p.promo-text a {
	color: #ffffff;
}

.promo-section div.content p.promo-text a.number {
	color: #ffffff;
	background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat scroll 2px 1px / 14px auto rgba(0, 0, 0, 0);
	padding-left: 20px;
	font-size: 23px;
}

.promo-section strong.call-now-mobile {
    display: none;
}

.promo-section div.content p.promo-text span.conditions {
	position: absolute;
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
	left: 50%;
	top: 20px;
}

#takeOver-legal p{
	font-size: 12px;
	line-height: 14px; 
}

#takeOver-legal p a{
	color: #666666; 
	text-decoration: underline; 
}

.promo-section div.content img.product-cluster {
	height: 60px;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 7px;
}

#takeOver-legal p{
	width: 370px;  
}

/*Responsive*/

@media screen and (max-width: 900px){
	span.free-quote {
		display: none;
	}
}

@media screen and (max-width: 760px){
	.promo-section div.content p.promo-text {
		font-size: 17px;
	}
	.promo-section div.content p.promo-text span.thirteen strong {
		font-size: 20px;
	}
	.promo-section div.content p.promo-text a.number {
		font-size: 20px;
		background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat scroll 0px 0px / 13px auto rgba(0, 0, 0, 0);
		padding-left: 15px;
	}
}

@media screen and (max-width: 660px){
	.promo-section .top-banner {
		height: 50px;
	}
	.promo-section div.content p.promo-text {
		display:inline-block;
		margin-bottom: 0px;
		margin-top: 10px;
		font-size: 13px;
	}
	.promo-section div.content img.product-cluster {
		display:none;
	}
	.promo-section div.content p.promo-text span.thirteen strong {
		font-size: 15px;
	}
	.promo-section div.content p.promo-text a.number {
		font-size: 15px;
		background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat scroll 2px 2px / 10px auto rgba(0, 0, 0, 0);
		padding: 3px 3px 3px 12px;
		border: 1.5px solid white;
	}
	.promo-section span.colon {
		display: none;
	}
	.promo-section strong.call-now-mobile {
        display: inline-block;
	}
	.promo-section strong.digit-number{
		display: none;
	}
	.promo-section span.call-now {
		display: none;
	}
	.promo-section div.content p.promo-text span.conditions {
		text-transform: lowercase;
		top: 18px;
	}
	#takeOver-legal p{
		width: 300px;  
	}
}



.promo-section .top-banner {
    display: none;
}

section.ld-promo-offer {
	height: 90px;
	background-color: #0094b3;
	width: 100%;
	overflow: hidden;
	display: none;
}

.ld-top-offer
{
	max-width: 960px;
	margin: 0 auto;
	padding: 0px 30px;
	text-align: center;
}

img.ld-offer-cta {
	margin-top: 12px;
	display: block;
	float: left;
}

.ld-top-offer p.ld-top-text{
	display: inline-block;
	color: white;
	font-size: 23px;
	text-transform: uppercase;
	position: relative;	
	line-height: 25px;
	text-align: center;
	margin: 20px auto 0 auto;
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.ld-top-text span.fifty-act {
	display: none;
}

p.ld-top-text span.free-act {
	display: inline-block;
}

.ld-special-offer {
	display: none;
}

a.ld-top-number {
	color: white;
	display: inline-block;
	float: right;
	font-size: 26px;
	padding: 5px 10px 5px 25px;
    border: 2px solid white;
    margin-top: 20px;
    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
    background-position: 5px 50%;
    text-decoration: none;
}

a.ld-top-number-mobile {
	color: white;
	display: none;
	float: right;
	font-size: 26px;
	padding: 5px 10px 5px 25px;
    border: 2px solid white;
    margin-top: 20px;
    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
    background-position: 5px 50%;
    text-decoration: none;
}

p.ld-top-text a.ld-conditions {
	display: block;
	position: relative;
	font-size: 10px;
	color: #FFF;
	opacity: .5;
	text-decoration: underline;
	line-height: normal;
	text-transform: none;
	margin-bottom: 10px;
}

#ld-legalModal p {
	width: 400px;
}

#ld-legalModal p a {
	width: 400px;
	color: #666666;
	text-decoration: underline;
}

#ld-countdown{
	color: white;
	font-style: italic;
	text-transform: none;
}

span.ld-lower-text span.cd-timer {
	text-transform: none;
	font-family: "IntCircularProWeb-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*text-shadow: 0 1px 2px rgba(0,0,0,0.5);*/
}

span.ld-lower-text span.cd-timer span.cd-number {
	font-size: 17px;
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ribbon-container {
    float: left;
    width: 0px;
    margin-right: 100px;
    height: 90px;
}
img.ribbon {
    width: 120px;
    position: absolute;
    z-index: 100;
}

p.ld-top-text span.ast {
    font-size: 14px;
    vertical-align: top;
    line-height: 20px;
}

@media screen and (max-width: 760px) {
	.ld-top-offer p.ld-top-text {
		text-transform: none;
		font-size: 15px;
		line-height: 20px;
	}
	span.ld-lower-text span.cd-timer span.cd-number {
		font-size: 12px;
	}
}

@media screen and (max-width: 660px){
	.ribbon-container {
	    display:none;
	}
	.ld-top-offer {
		padding: 0px 20px 0px 30px;
	}
	.ld-top-offer p.ld-top-text {
		text-align: left;
		float: left;
	}
}

@media screen and (max-width: 480px) {
	a.ld-top-number {
		display: none;
		font-size: 17px;
		background-size: 12px;
		background-position: 5px 50%;
		padding-left: 18px;
		padding-right: 5px;
		margin-top: 25px;
	}
	a.ld-top-number-mobile {
		display: inline-block;
		font-size: 17px;
		background-size: 12px;
		background-position: 5px 50%;
		padding-left: 20px;
		padding-right: 5px;
		margin-top: 25px;
        font-family: "IntCircularProWeb-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
	}
}

@media screen and (max-width: 400px) {
	.ld-top-offer p.ld-top-text {
		font-size: 13px;
		line-height: 18px;
	}
	span.ld-lower-text span.cd-timer span.cd-number {
		font-size: 9px;
	}
}.promo-section .top-banner {
    display: none;
}

section.ha-promo-offer {
	height: 90px;
	background-color: #ff533f;
	width: 100%;
	overflow: hidden;
	display: none;
	background-image: url('//images.vivintcdn.com/global/vivint.com/web/campaigns/home-alone/harry-marv.png');
	background-size: 280px;
	background-repeat: no-repeat;
	background-position: 0px;
}

.ha-img-text-container {
	display: inline-block;
	margin-top: 12px;
	margin-left: 25%;
	max-width: 334px;
	float: left;
}

.ha-top-offer{
	max-width: 960px;
	margin: 0 auto;
	padding: 0px 30px;
	text-align: center;
}

a.ha-top-number {
	color: white;
	display: inline-block;
	float: right;
	font-size: 25px;
	padding: 5px 10px 5px 23px;
    border: 2px solid white;
    margin-top: 20px;
    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
    background-position: 5px 50%;
    text-decoration: none;
    background-size: 16px;
}

a.ha-top-number-mobile {
	color: white;
	display: none;
	float: right;
	font-size: 26px;
	padding: 5px 10px 5px 25px;
    border: 2px solid white;
    margin-top: 20px;
    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
    background-position: 5px 50%;
    text-decoration: none;
}

section.ha-promo-offer a.ha-conditions {
	display: block;
	position: relative;
	font-size: 10px;
	color: #FFF;
	opacity: .5;
	text-decoration: underline;
	line-height: normal;
	text-transform: none;
	margin-bottom: 10px;
}

#ha-legalModal p {
	width: 400px;
}

#ha-legalModal p a {
	width: 400px;
	color: #666666;
	text-decoration: underline;
}


@media screen and (max-width: 860px) {
	section.ha-promo-offer {
		background-size: 230px;
	}
	.ha-img-text-container {
	    margin-top: 20px;
	    margin-left: 22%;
	}	
	.ha-img-text-container img {
	    max-width: 300px;
	}
}

@media screen and (max-width: 760px) {
	section.ha-promo-offer {
		background-size: 200px;
		background-position: 0px 15px;
	}
	.ha-img-text-container img {
	    max-width: 250px;
	}
	a.ha-top-number {
	    font-size: 24px;
	    padding: 5px 10px 5px 20px;
	    border: 2px solid white;
	    margin-top: 20px;
	    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
	    background-position: 5px 50%;
	    text-decoration: none;
	    background-size: 15px;
	}
}

@media screen and (max-width: 660px){
	section.ha-promo-offer {
		background-size: 150px;
		background-position: 0px 30px;
	}
	.ha-top-offer {
		padding: 0px 20px 0px 20px;
	}
	.ha-img-text-container {
	    margin-top: 25px;
	    margin-left: 20%;
	}	
	.ha-img-text-container img {
	    max-width: 200px;
	}
	a.ha-top-number {
	    font-size: 21px;
	    padding: 5px 10px 5px 20px;
	    border: 2px solid white;
	    margin-top: 20px;
	    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
	    background-position: 5px 50%;
	    text-decoration: none;
	    background-size: 14px;
	}
}

@media screen and (max-width: 520px){
	section.ha-promo-offer {
		background-size: 150px;
		background-position: 0px 30px;
		background-image: none;
	}
	.ha-top-offer {
		padding: 0px 15px 0px 15px;
	}
	.ha-img-text-container {
	    margin-top: 25px;
	    margin-left: 0%;
	}	
	.ha-img-text-container img {
	    max-width: 200px;
	}
	a.ha-top-number {
	    font-size: 21px;
	    padding: 5px 10px 5px 20px;
	    border: 2px solid white;
	    margin-top: 20px;
	    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
	    background-position: 5px 50%;
	    text-decoration: none;
	    background-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	a.ha-top-number {
		display: none;
		font-size: 16px;
		background-size: 12px;
		background-position: 5px 50%;
		padding-left: 18px;
		padding-right: 5px;
		margin-top: 25px;
	}
	a.ha-top-number-mobile {
		display: inline-block;
		font-size: 16.5px;
		background-size: 12px;
		background-position: 5px 50%;
		padding-left: 19px;
		padding-right: 5px;
		margin-top: 25px;
        font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
	}
}

@media screen and (max-width: 400px) {
	.ha-img-text-container img {
	    max-width: 188px;
	}
}.promo-section .top-banner {
    display: none;
}

section.lowest-promo-offer {
	height: 90px;
	background-color: #ff8200;
	width: 100%;
	overflow: hidden;
	display: none;
}

div.lowest-top-offer {
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 20px;
}

div.lpe-container {
	overflow: hidden;
}

p.lowest-text-left {
    float: left;
    font-size: 21px;
}

p.lowest-text-right {
    float: left;
    font-size: 21px;
}

p.top-space {
	margin-top: 30px;
	text-align: center;
	line-height: 24px;
}

.lowest-img-text-container {
    height: 170px;
    background-color: white;
    width: 170px;
    border-radius: 50%;
    margin-top: -45px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

img.lowest-img {
    margin: 0 auto;
    margin-top: 55px;
    max-width: 136px;
    width: 100%;
    display: block;
}
span.lpe-word{
    text-decoration: underline;
    text-transform: uppercase;
}

a.lowest-top-number {
    font-size: 24px;
    line-height: 28px;
}

a.lowest-top-number-mobile {
    font-size: 14px;
    line-height: 28px;
    display: none;
    float: left;
    border: 2px solid white;
    text-decoration: none;
    padding: 0px 5px 0px 19px;
    margin-top: 10px;
    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
    background-position: 5px 50%;
    background-size: 12px;
}

a.lpe-conditions {
	display: inline-block;
	color: #ffffff;
	opacity: .6;
	font-size: 12px;
}

.lpe-break {
	display: none;
}

@media screen and (max-width: 960px) {
	div.lpe-container {
	    overflow: hidden;
	    max-width: 650px;
	    margin: 0 auto;
	}
	.lpe-break {
		display: block;
	}
	p.top-space {
	    margin-top: 15px;
	    text-align: center;
	    line-height: 24px;
	}
}

@media screen and (max-width: 660px) {
	div.lpe-container {
	    max-width: 500px;
	}
	.lowest-img-text-container {
	    height: 120px;
	    width: 120px;
	    margin-top: -20px;
	}
	img.lowest-img {
	    margin-top: 40px;
	    max-width: 100px;
	}
	p.top-space {
	    margin-top: 25px;
	    line-height: 18px;
	    font-size: 16px;
	}
	a.lowest-top-number {
	    font-size: 22px;
	    line-height: 24px;
	}
}

@media screen and (max-width: 500px) {
	section.lowest-promo-offer {
	    height: 50px;
	}
	div.lpe-container {
	    max-width: 305px;
	}
	.lowest-img-text-container {
	    height: 80px;
	    width: 80px;
	    margin-top: -15px;
	    margin-left: 5px;
	    margin-right: 5px;
	}
	img.lowest-img {
	    margin-top: 25px;
	    max-width: 70px;
	}
	p.top-space {
	    margin-top: 5px;
	    line-height: 14px;
	    font-size: 12px;
	}
	p.lowest-text-right {
	    display: none;
	}
	a.lowest-top-number-mobile {
	    display: block;	
	}
	a.lpe-conditions {
		font-size: 10px;
	}
}
.promo-section .top-banner {
    display: none;
}

section.bf-promo-section {
    height: 90px;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    display: none;
}

.bf-top-offer {
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 30px 0 30px;
    text-align: center;
    overflow: hidden;

}

img.bf-offer-cta {
    margin-top: 12px;
    display: block;
    float: left;
}

.bf-top-offer p.bf-top-text {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 23px;
    text-transform: uppercase;
    position: relative;
    line-height: 25px;
    text-align: center;
    margin: 20px auto 0 auto;
    font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.bf-top-text span.fifty-act {
    display: none;
}

p.bf-top-text span.free-act {
    display: inline-block;
}

.bf-special-offer {
    display: none;
}

a.bf-top-number {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 26px;
    padding: 10px 25px 10px 35px;
    margin-top: 20px;
    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
    background-color: #ff8200;
    background-position: 10px 45%;
    text-decoration: none;
}

a.bf-top-number-mobile {
    color: #333;
    display: none;
    float: right;
    font-size: 26px;
    padding: 5px 10px 5px 25px;
    border: 2px solid white;
    margin-top: 20px;
    background: url("//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png") no-repeat;
    background-position: 5px 50%;
    background-color: #ff8200;
    text-decoration: none;
}

p.bf-top-text a.bf-conditions {
    display: block;
    position: relative;
    font-size: 10px;
    color: #333;
    opacity: .5;
    text-decoration: underline;
    line-height: normal;
    text-transform: none;
    margin-bottom: 10px;
}

#bf-legalModal p {
    width: 400px;
}

#bf-legalModal p a {
    width: 400px;
    color: #666666;
    text-decoration: underline;
}

#bf-countdown {
    color: #333;
    font-style: italic;
    text-transform: none;
}

span.bf-lower-text span.cd-timer {
    text-transform: none;
    font-family: "IntCircularProWeb-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

span.bf-lower-text span.cd-timer span.cd-number {
    font-size: 17px;
    font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img.bf-logo-wide {
    max-width: 375px;
    width: 20%;
    float: left;
    margin-top: 2.5%;
}

img.bf-logo {
    display: none;
    /*    max-width: 117px;
    width: 100%;
    float: left;
    margin-top: 2.5%;*/
}

p.bf-top-text span.ast {
    font-size: 14px;
    vertical-align: top;
    line-height: 20px;
}

@media screen and (max-width: 960px) {
    .bf-top-offer p.bf-top-text {
        text-transform: none;
        font-size: 15px;
        line-height: 20px;
    }
    span.bf-lower-text span.cd-timer span.cd-number {
        font-size: 12px;
    }
    img.bf-logo-wide {
        display: none;
    }
    img.bf-logo {
        display: inline-block;
        max-width: 117px;
        width: 100%;
        float: left;
        margin-top: 1.5%;
    }
}

@media screen and (max-width: 760px) {
    .bf-top-offer p.bf-top-text {
        text-transform: none;
        font-size: 15px;
        line-height: 20px;
    }
    span.bf-lower-text span.cd-timer span.cd-number {
        font-size: 12px;
    }

    img.bf-logo-wide {
        margin-top: 4px;
    }
}

@media screen and (max-width: 720px) {
    section.bf-promo-section {
        height: 65px;
    }
    img.bf-logo {
        display: none;
    }
    img.bf-logo-wide {
        display: inline-block;
        width: 190px;
        max-width: 63%;
    }
    p.bf-top-text span.free-act,
    p.bf-top-text span.bf-lower-text,
    p.bf-top-text a.bf-conditions {
        display: none;
    }
    a.bf-top-number {
        display: none;
    }
    a.bf-top-number-mobile {
        display: inline-block;
        font-size: 17px;
        background-size: 12px;
        background-position: 5px 50%;
        margin-top: 0px;
        font-family: "IntCircularProWeb-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #fff;
        padding: 5px 10px 5px 19px;
    }

    .ribbon-container {
        display: none;
    }
    .bf-top-offer {
        padding: 15px 10px 15px 10px;
    }
    .bf-top-offer p.bf-top-text {
        text-align: left;
        float: left;
    }
}

@media screen and (max-width: 480px) {
    a.bf-top-number {
        display: none;
        font-size: 17px;
        background-size: 12px;
        background-position: 5px 50%;
        padding-left: 18px;
        padding-right: 5px;
        margin-top: 25px;
    }
    a.bf-top-number-mobile {
        display: inline-block;
        font-size: 17px;
        background-size: 12px;
        background-position: 5px 50%;
        padding-left: 20px;
        padding-right: 5px;
        margin-top: 0;
        font-family: "IntCircularProWeb-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
}

@media screen and (max-width: 400px) {
    .bf-top-offer p.bf-top-text {
        font-size: 13px;
        line-height: 18px;
    }
    span.bf-lower-text span.cd-timer span.cd-number {
        font-size: 9px;
    }
}

/* 
 * global/legal-modal/standard/
 * 
*/
#global-legal-modal {
	max-width: 400px;
}
/* 
 * company/leadership-modal/
 * 
*/
 #executive-bio {
    max-width: 700px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 30px;
  }
  
  #executive-bio header {
    width: auto;
    position: static;
    height: auto;
    background: #fff;
    margin: 0;
  }
  
  #executive-bio img {
    float: left;
  }
  @media(max-width: 400px) {
  #executive-bio img {
    width: 220px;
    height: 220px;
  }
}

  #executive-bio h2 {
    margin: 0 0 25px 0;
    text-align: center;
  }
  
  #executive-bio p {
    float: right;
    width: 51%;
    padding-bottom: 15px;
  }
  @media(max-width: 780px) {
  #executive-bio p {
    float: left;
    width: 780px;
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 0;
  }
}
/* 
 * form/responsive/
 * 
*/
#form-holder-2 *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#form-holder-2 {
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(to bottom,#FF8A34 0%,#FF5D24 100%) repeat scroll 0 0 rgba(0,0,0,0);
	background-color: #FF5D24;
}

#form-holder-2 div.request-call-main {
    margin: 0 auto;
    width: auto;
    background: transparent;
}

#form-holder-2 div.request-call-main h4 {
    color: #ffffff;
    text-align: center;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.cta-request {
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

#form-holder-2 .subtle_form_message {
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 10px;
    background: none;
    border:none;
    color: #ffffff;
}

#form-holder-2 .subtle_form_message h2 {
    color: #ffffff;
    text-align: center;
}

#form-holder-2 .subtle_form_message h3 {
    text-align: center;
    color: white;
}

#form-holder-2 .subtle_form_message p {
    text-align: center;
    color: #ffffff;
}

#form-holder-2 .subtle_form_message h3 a {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.controls-row:first-child + .controls-row {
    display: table;
    width: 100%; 
}

.controls-row:first-child + .controls-row input {
    width: 100%;
    height: 41px;
}

.controls-row{
    padding-right: 0px;
}


.controls-row:before, .controls-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.controls-row:after {
    clear: both;
}

.controls-row {
    display: table;
    width: 100%;
    padding-left: 0px;
}

.controls-row > div {
    display: table-cell;
    padding-right: 1px;
    width: 50%;
}

form .last {
    padding-right: 2px;
    padding-left: 1px;
}

#form-holder-2 div.request-call-main input[type=text]:focus, #form-holder-2 div.request-call-main input[type=tel]:focus, 
#form-holder-2 div.request-call-main input[type=email]:focus{
    box-shadow: 0 1px 0 rgba(255,255,255,0.3), 
    inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 3px rgba(255,255,255,0.15);
    outline: none;
}

#form-holder-2 div.request-call-main input[type=text], #form-holder-2 div.request-call-main input[type=email], #form-holder-2 div.request-call-main input[type=tel] {
    text-transform: none;
    color: #666;
    width: 100%;
    font-size: 12px;
    border:none;
    padding: .5em 1em;
    height: 40px;
    margin-left: 0px;
    margin-bottom: 1px;
    -webkit-box-shadow: transparent;
    -moz-box-shadow: transparent;
    box-shadow: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

#form-holder-2 form.subtle_form p.text-03 {
    display: block;
    width: 900px;
    max-width: 90%;
    text-align: center;
    margin: 10px auto;
    color: #ffffff;
    clear: both;
    opacity: .5;
}

#form-holder-2 div.request-call-main form.subtle_form .button-02 {
    max-width: 100% !important;
    width: 500px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}

#form-holder-2 p.text-02{
	text-align: center;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

#form-holder-2 p.text-02 a{
    color: #ffffff;
}

.formSecureTxt.hideafter {
    color: white;
    text-align: center;
}

@media screen and (max-width: 968px) {
    #form-holder-2 div.request-call-main input[type=text], #form-holder-2 div.request-call-main input[type=email], #form-holder-2 div.request-call-main input[type=tel] {
        width: 100% !important;
        max-width: inherit;
        margin-left: 0px !important;
    }

    #form-holder-2 form.subtle_form input.i_text.faasub_email {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    #tag-wrap-form {
        margin-top: 75px;
        display: block;
    }
    #form-holder {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    #banner-header-text-form {
    font-size: 30px;
    }
}
/* 
 * global/footer-2016/
 * 
*/
section.global-footer {
	overflow: hidden;
	clear: both;
	border-top: 1px solid #ccc;
	background: #eee;
}

.global-footer .footer-top {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 30px 50px 30px;
}

.menu-container {
    overflow: hidden;
}

.global-footer .support-menu,
.global-footer .company-menu {
	width: 425px;
	float: left;
}

.global-footer .partners-menu {
	float: left;
	width: 110px;
}

.global-footer .footer-ul {
	float: left;
	list-style-type: none;
	padding: 20px 0 0 0;
}

.global-footer .footer-item {
	padding: 2px 0;
	float: left;
	width: 210px;
}

.global-footer .footer-link {
	text-decoration: none;
	color: #666;
}

.global-footer .footer-link:hover{
	color: #ff8200;
}

.global-footer .button-container {
	margin-top: 65px;
	text-align: center;
}

.global-footer .verify-button {
	background: none;
    color: #666;
    border: 1px solid #666;
    max-width: 260px;
    margin: 0 auto;
    text-transform: none;
    font-size: 16px;
    padding: 16px 0;
    display: block;
}

.global-footer .verify-button:hover {
	background: #666;
	color: #fff;
	border: 1px solid #666;
}

.global-footer .social-icons {
	text-align: center;
	margin-top: 55px;
}

.global-footer .social-icons a {
	padding: 0 15px;
}

.global-footer .social-icons img {
	vertical-align: middle;
}

.global-footer .mobile-menu-container {
	display: none;
}

.global-footer p,
.global-footer li {
	font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.global-footer .footer-header {
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.global-footer .footer-header,
.global-footer li {
	font-size: 16px;
}



/* Accordion Styles */
.mobile-menu-container .ui-accordion .ui-accordion-icons {
	padding: 0;
}

.mobile-menu-container .ui-widget-content,
.mobile-menu-container .ui-state-active,
.mobile-menu-container .ui-widget-content .ui-state-active,
.mobile-menu-container .ui-widget-header .ui-state-active,
.mobile-menu-container .ui-state-default, 
.mobile-menu-container .ui-widget-content .ui-state-default,
.mobile-menu-container .ui-widget-header .ui-state-default {
	border: none;
	border-radius: 0;
}

.mobile-menu-container .ui-state-default {
	background: #eee;
	line-height: 28px;
	box-sizing: border-box;
}

.mobile-menu-container .ui-accordion .ui-accordion-header .ui-accordion-header-icon,
.mobile-menu-container .ui-state-hover .ui-icon,
.mobile-menu-container .ui-state-focus .ui-icon {
	left: 115px;
	top: 40%;
	margin-top: 0;
}

.mobile-menu-container .ui-accordion .ui-accordion-header {
	font-size: 16px;
	margin: 15px 0 0 -5px;
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.global-footer .ui-accordion .ui-accordion-content {
	padding: 0;
	overflow: hidden;
}

.global-footer .ui-state-active {
	color: #666;
}

.global-footer .ui-accordion .ui-accordion-content {
	background: #eee;
}

.mobile-menu-container .active-icon {
	background: url('//images.vivintcdn.com/global/vivint.com/global/footer/down-arrow.png') no-repeat;
}


.mobile-menu-container .default-icon {
	background: url('//images.vivintcdn.com/global/vivint.com/global/footer/up-arrow.png') no-repeat;
}


.mobile-menu-container ul {
	list-style-type: none;
	padding: 0;
}

.global-footer .social-icon-img {
	height: 18px;
}

@media(max-width: 1045px) {
	.menu-container {
	    margin: 0 auto;
	    width: 810px;
	}

	.global-footer .support-menu,
	.global-footer .company-menu {
		width: 350px;
	}

	.global-footer .footer-item {
		width: 170px;
	}
}

/*@media(max-width: 990px) {
	.global-footer .support-menu,
	.global-footer .company-menu {
		width: 350px;
	}
}*/

@media(max-width: 890px) {
	.global-footer .support-menu,
	.global-footer .company-menu {
		width: 295px;
	}

	.global-footer .footer-item {
	    width: 140px;
	}

	.menu-container {
	    width: 708px;
	}
}

@media(max-width: 777px) {
	.global-footer .footer-top {
		padding: 10px 30px 30px 30px;
	
	}
	.global-footer .menu-container {
		display: none;
	}

	.global-footer .mobile-menu-container {
		display: block;
		width: 135px;
    	margin: 0 auto;
    	text-align: center;
	}

	.global-footer .footer-item {
		line-height: 28px;
	}

	.mobile-menu-container ul .last {
		padding-bottom: 25px;
	}

	.global-footer .social-icons a {
	    padding: 0 8px;
	}
}
/* 
 * global/footer-2016/footer-copyright-links/
 * 
*/
section.footer-bottom {
	background: #aaaaaa;
	padding: 50px 0;
}

.footer-bottom .bottom-links {
	text-align: center;
	margin-top: 25px;
}

.footer-bottom .bottom-links a {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
}

.footer-bottom .copyright {
	text-align: center;
}

@media(max-width: 777px) {	

	.footer-bottom .bottom-links a {
		padding: 7px 0;
		width: 100%;
		display: block;
	}

	.footer-bottom .footer-bottom {
		padding: 25px 0;
	}
}
/* 
 * offers/modals/active-modal/
 * 
*/
/* Override for legacy styles */

#takeover-offer h4{
  	font-family: "Avenir LT W01 35 Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 22px;
	color: #666;
	text-transform: uppercase;
	line-height: 27px;
	letter-spacing: 1px;
}

/* End legacy override*/

#takeover-offer *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#takeover-offer {
    max-width: 590px;
    padding: 1px 30px 30px 30px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background: linear-gradient(to bottom,#0094b3 0%,#006c9a 100%) repeat scroll 0 0 rgba(0,0,0,0);*/
    background-color: #ff8200;

}


  
#takeover-offer div.request-call-main-2 {
    margin: 0 auto;
    width: auto;
    background: transparent;
}

#takeover-offer div.request-call-main-2 h4 {
    color: #ffffff;
    text-align: left;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 40px;
}

  
#takeover-offer .requestFormHeader strong {
    line-height:35px;
}

#takeover-offer .requestFormHeader span.ast {
    font-size: 30px;
    font-family: "IntCircularProWeb-thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#takeover-offer #offer-intro img {
	float: left;
    margin: 15px 0 0 0;
}

#takeover-offer #offer-intro-holder{
	float: left;
} 
  
#takeover-offer p {
    color:#fff;
    text-align: center;
    margin: 25px auto;
}

#takeover-offer p.pone{
    font-size: 20px;
}

#takeover-offer p.ptwo{
    font-size: 35px;
    text-align: left;
    margin-bottom: 0px;
}

#takeover-offer p.offer-emph{
    font-size: 20px;
    text-align: left;
    margin-top:-10px;
}
  
#takeover-offer hr{
  clear:both;
  color: white;
  background-color: white;
  border: none;
  height: 1px;
}

#takeover-offer .call-now{
    color: #fff;
    font-size: 37px;
    text-align: center;
    width: 100%;
    margin: 8px;
    padding-top: 7px;
}

#takeover-offer .phone-icon{
    background: url('//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png') no-repeat 4px 50%;
    padding-left: 27px;
}

#takeover-offer span.call-now-cta {
    margin-bottom: 20px;
    display: inline-block;
}

#takeover-offer span.phone-icon a.phone-number strong{
    font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#takeover-offer .phone-number{
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
}

#takeover-offer .offer-or{
    background-image: none;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

#takeover-offer .offer-or p{
    color: #ff8200;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-top: -2px;
}

.cta-request {
    color: #ffffff;
    display: block;
    font-family: 'Avenir';
    margin-bottom: 20px;
    font-size: 16px;
}

#takeover-offer .subtle_form_result{
    width: 70%;
    margin: 0 auto;
}

#takeover-offer .subtle_form_message {
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 10px;
    background: none;
    border:none;
    color: #ffffff;
}

#takeover-offer .subtle_form_message h2 {
    color: #ffffff;
    text-align: center;
}

#takeover-offer .subtle_form_message h3 {
    text-align: center;
    color: white;
}

#takeover-offer .subtle_form_message p {
    text-align: center;
    color: #ffffff;
}

#takeover-offer .subtle_form_message h3 a {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

#takeover-offer .controls-row:first-child + .controls-row {
    display: table;
    width: 100%; 
}

#takeover-offer .controls-row:first-child + .controls-row input {
    width: 100%;
    height: 41px;
}

#takeover-offer .controls-row{
    padding-right: 0px;
}


#takeover-offer .controls-row:before, .controls-row:after {
    content: "";
    display: table;
    line-height: 0;
}

#takeover-offer .controls-row:after {
    clear: both;
}

#takeover-offer .controls-row {
    display: table;
    width: 100%;
    padding-left: 0px;
}

#takeover-offer .controls-row > div {
    display: table-cell;
    padding-right: 1px;
    width: 50%;
}

#takeover-offer form .last {
    padding-right: 2px;
    padding-left: 1px;
}

#takeover-offer div.request-call-main-2 input[type=text]:focus, #takeover-offer div.request-call-main-2 input[type=tel]:focus, 
#takeover-offer div.request-call-main-2 input[type=email]:focus{
    box-shadow: 0 1px 0 rgba(255,255,255,0.3), 
    inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 3px rgba(255,255,255,0.15);
    outline: none;
}

#takeover-offer div.request-call-main-2 input[type=text], #takeover-offer div.request-call-main-2 input[type=email], #takeover-offer div.request-call-main-2 input[type=tel] {
    text-transform: none;
    color: #666;
    width: 100%;
    font-size: 12px;
    border:none;
    padding: .5em 1em;
    height: 40px;
    margin-left: 0px;
    margin-bottom: 1px;
    -webkit-box-shadow: transparent;
    -moz-box-shadow: transparent;
    box-shadow: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

#takeover-offer form.subtle_form p.text-03 {
    display: block;
    width: 900px;
    max-width: 90%;
    text-align: center;
    margin: 10px auto;
    color: #ffffff;
    clear: both;
    opacity: .8;
}

#takeover-offer div.request-call-main-2 form.subtle_form .button-02 {
    max-width: 100% !important;
    width: 500px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}

#takeover-offer p.text-02{
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

#takeover-offer p.text-02 a{
    color: #ffffff;
}

#takeover-offer .i_submit.button-02 {
    background-color: #484945;
}

#takeover-offer .i_submit.button-02:hover {
    background-color: #000000;
}

#takeover-offer .formSecureTxt.hideafter {
    color: white;
    text-align: center;
    padding-top: 10px;
}

#takeover-offer #customer-option, #takeover-offer #nothanks-option{
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

#takeover-offer #nothanks-option{
    float: right;
}

#takeover-offer .terms-and-conditions{
   	margin-top: 15px;
    font-size: 10px;
    text-align: center;
    color: #8EBDC7;
}

#takeover-offer .terms-and-conditions p{
    margin-top: 15px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    line-height: normal;
    opacity: .8;
}

#takeover-offer .terms-and-conditions a{
    color: #ffffff;
    text-decoration: underline;
}

@media screen and (max-width: 968px) {
    #takeover-offer div.request-call-main-2 input[type=text], #takeover-offer div.request-call-main-2 input[type=email], #takeover-offer div.request-call-main-2 input[type=tel] {
        width: 100% !important;
        max-width: inherit;
        margin-left: 0px !important;
    }

    #takeover-offer form.subtle_form input.i_text.faasub_email {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    #tag-wrap-form {
        margin-top: 75px;
        display: block;
    }
    #form-holder {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    
  	#takeover-offer #offer-intro img{
      	float:none;
      	margin: 25px auto;
      	display: block;
    }
    
    #takeover-offer #offer-intro-holder{
    	float: none;
    }
    
    #takeover-offer p.ptwo{
    	text-align: center;
    }
    
    #takeover-offer p.offer-emph{
    	font-size: 20px;
    	text-align: center;
    }
    #takeover-offer p.offer-emph span{
    	top:-9px;
    }
    
    #takeover-offer div.request-call-main-2 h4 {
   		text-align: center;
    }
}



@media screen and (max-width: 580px){
    #takeover-offer {
        padding: 1px 20px 30px 20px;
    }
    #takeover-offer p{
        margin: 11px auto;   
    } 
    
    #takeover-offer p.pone{
        display:none;
    }
    
    #takeover-offer p.ptwo{
       font-size: 22px;
    } 
    
    #takeover-offer div.request-call-main-2 h4{
      font-size: 22px;
      margin-top: 0; 
      margin-bottom: 20px;
    }
    #takeover-offer .requestFormHeader strong {
        line-height: 24px;
    }
    #takeover-offer .requestFormHeader span.ast {
      font-size: 21px;
      font-family: "IntCircularProWeb-thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    #takeover-offer p.offer-emph{
        font-size: 25px;
        line-height: normal;
    }
    
    #takeover-offer .offer-or{
        display:none;
    }
    #takeover-offer .subtle_form_result{
        display:none;  
    } 
    #takeover-offer .formSecureTxt.hideafter{
        display:none;
    } 
    
    #takeover-offer .phone-icon {
        border: 2px solid;
        padding-right: 5px;
    	padding-top: 5px;
        padding-bottom: 5px; 
    }
    
    #takeover-offer .phone-icon {
        background: url('//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png') no-repeat 5px 50%;
        padding-left: 25px;
        background-size: 14px;
    }
    
    #takeover-offer .call-now{
        padding-bottom: 15px;
        font-size: 22px;
    }
    #takeover-offer span.call-now-cta {
        font-size: 17px;
    }
    #takeover-offer .phone-number {
    	font-size: 20px;
  	}
    
    #takeover-offer #nothanks-option{
        display:none;
    }
    
   #takeover-offer .customer-option-div{
        margin-top: 25px;
        text-align: center;
    }
	
}

@media screen and (max-width: 450px) {
    #banner-header-text-form {
    font-size: 30px;
    }
}/* Override for legacy styles */

#ld-takeover-offer h4{
  	font-family: "Avenir LT W01 35 Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 22px;
	color: #666;
	text-transform: uppercase;
	line-height: 27px;
	letter-spacing: 1px;
}

/* End legacy override*/

#ld-takeover-offer *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#ld-takeover-offer {
    max-width: 590px;
    padding: 1px 30px 30px 30px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(to bottom,#0094b3 0%,#006c9a 100%) repeat scroll 0 0 rgba(0,0,0,0);
    background-color: #ff8200;

}

.ie8 div#ld-takeover-offer {
    background-color: #0094b3;
}
.ie9 div#ld-takeover-offer {
    background-color: #0094b3;
}
  
#ld-takeover-offer div.request-call-main-2 {
    margin: 0 auto;
    width: auto;
    background: transparent;
}

#ld-takeover-offer div.request-call-main-2 h4 {
    color: #ffffff;
    text-align: left;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 40px;
}

#ld-takeover-offer h4.requestFormHeader {
    font-size: 37px;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: normal;
}
  
#ld-takeover-offer .requestFormHeader strong {
    line-height:35px;
}

#ld-takeover-offer .requestFormHeader span.ast {
    font-size: 30px;
    font-family: "IntCircularProWeb-thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ld-takeover-offer span.ast {
    font-size: 16px;
    vertical-align: top;
}

#ld-takeover-offer #offer-intro{
    text-align: center;
}

#ld-takeover-offer #offer-intro img {
	float: left;
    margin: 0px 15px 0px 0px;
}

#ld-takeover-offer #offer-intro-holder{
	float: left;
} 

#ld-takeover-offer #offer-intro-holder .eoy-list{
    font-size: 25px;
    margin-bottom: 20px;
    margin-right: 25px;
    color: #fff;
    display: inline-block;
    text-align: left;
}

#ld-takeover-offer #offer-intro-holder .eoy-list li{
    background: url('//images.vivintcdn.com/global/vivint.com/web/campaigns/december-2014/white-check.png')0 5px no-repeat;
    padding-left: 30px;
    margin-bottom: 5px;
    list-style: none;
}

#ld-takeover-offer #offer-intro-holder .eoy-list li.fifty-activation{
    display: none;
}

#ld-takeover-offer p {
    color:#fff;
    text-align: center;
    margin: 25px auto;
}

#ld-takeover-offer p.pone{
    font-size: 20px;
}

#ld-takeover-offer p.ptwo{
    font-size: 35px;
    text-align: left;
    margin-bottom: 0px;
}

#ld-takeover-offer p.offer-emph{
    font-size: 20px;
    text-align: left;
    margin-top:-10px;
}
  
#ld-takeover-offer hr{
  clear:both;
  color: white;
  background-color: white;
  border: none;
  height: 1px;
}

#ld-takeover-offer .call-now{
    color: #fff;
    font-size: 37px;
    text-align: center;
    width: 100%;
    margin: 8px;
    padding-top: 7px;
}

#ld-takeover-offer .phone-icon{
    background: url('//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png') no-repeat 4px 50%;
    padding-left: 27px;
}

#ld-takeover-offer span.call-now-cta {
    margin-bottom: 20px;
    display: inline-block;
}

#ld-takeover-offer span.phone-icon a.phone-number strong{
    font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ld-takeover-offer .phone-number{
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
}

#ld-takeover-offer .offer-or{
    background-image: none;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

#ld-takeover-offer .offer-or p{
    color: #0094b3;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-top: -2px;
}

.cta-request {
    color: #ffffff;
    display: block;
    font-family: 'Avenir';
    margin-bottom: 20px;
    font-size: 16px;
}

#ld-takeover-offer .subtle_form_result{
    width: 70%;
    margin: 0 auto;
}

#ld-takeover-offer .subtle_form_message {
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 10px;
    background: none;
    border:none;
    color: #ffffff;
}

#ld-takeover-offer .subtle_form_message h2 {
    color: #ffffff;
    text-align: center;
}

#ld-takeover-offer .subtle_form_message h3 {
    text-align: center;
    color: white;
}

#ld-takeover-offer .subtle_form_message p {
    text-align: center;
    color: #ffffff;
}

#ld-takeover-offer .subtle_form_message h3 a {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

#ld-takeover-offer .controls-row:first-child + .controls-row {
    display: table;
    width: 100%; 
}

#ld-takeover-offer .controls-row:first-child + .controls-row input {
    width: 100%;
    height: 41px;
}

#ld-takeover-offer .controls-row{
    padding-right: 0px;
}


#ld-takeover-offer .controls-row:before, .controls-row:after {
    content: "";
    display: table;
    line-height: 0;
}

#ld-takeover-offer .controls-row:after {
    clear: both;
}

#ld-takeover-offer .controls-row {
    display: table;
    width: 100%;
    padding-left: 0px;
}

#ld-takeover-offer .controls-row > div {
    display: table-cell;
    padding-right: 1px;
    width: 50%;
}

#ld-takeover-offer form .last {
    padding-right: 2px;
    padding-left: 1px;
}

#ld-takeover-offer div.request-call-main-2 input[type=text]:focus, #ld-takeover-offer div.request-call-main-2 input[type=tel]:focus, 
#ld-takeover-offer div.request-call-main-2 input[type=email]:focus{
    box-shadow: 0 1px 0 rgba(255,255,255,0.3), 
    inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 3px rgba(255,255,255,0.15);
    outline: none;
}

#ld-takeover-offer div.request-call-main-2 input[type=text], #ld-takeover-offer div.request-call-main-2 input[type=email], #ld-takeover-offer div.request-call-main-2 input[type=tel] {
    text-transform: none;
    color: #666;
    width: 100%;
    font-size: 12px;
    border:none;
    padding: .5em 1em;
    height: 40px;
    margin-left: 0px;
    margin-bottom: 1px;
    -webkit-box-shadow: transparent;
    -moz-box-shadow: transparent;
    box-shadow: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

#ld-takeover-offer form.subtle_form p.text-03 {
    display: block;
    width: 900px;
    max-width: 90%;
    text-align: center;
    margin: 10px auto;
    color: #ffffff;
    clear: both;
    opacity: .5;
}

#ld-takeover-offer div.request-call-main-2 form.subtle_form .button-02 {
    max-width: 100% !important;
    width: 500px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}

#ld-takeover-offer p.text-02{
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ld-takeover-offer p.text-02 a{
    color: #ffffff;
}

#ld-takeover-offer .i_submit.button-02 {
    background-color: #484945;
}

#ld-takeover-offer .i_submit.button-02:hover {
    background-color: #000000;
}

#ld-takeover-offer .formSecureTxt.hideafter {
    color: white;
    text-align: center;
    padding-top: 10px;
}

#ld-takeover-offer #ld-customer-option, #ld-takeover-offer #ld-nothanks-option{
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

#ld-takeover-offer #ld-nothanks-option{
    float: right;
}

#ld-takeover-offer .terms-and-conditions{
   	margin-top: 15px;
    font-size: 10px;
    text-align: center;
    color: #8EBDC7;
}

#ld-takeover-offer .terms-and-conditions p{
    margin-top: 15px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    line-height: normal;
    opacity: .5;
}

#ld-takeover-offer .terms-and-conditions a{
    color: #ffffff;
    text-decoration: underline;
}

#ld-takeover-offer .text-03 {
    font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #aaa;
    font-size: 10px;
    line-height: 11px;
}

#ld-takeover-offer p{
  font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;  
}

@media screen and (max-width: 968px) {
    #ld-takeover-offer div.request-call-main-2 input[type=text], #ld-takeover-offer div.request-call-main-2 input[type=email], #ld-takeover-offer div.request-call-main-2 input[type=tel] {
        width: 100% !important;
        max-width: inherit;
        margin-left: 0px !important;
    }

    #ld-takeover-offer form.subtle_form input.i_text.faasub_email {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    #tag-wrap-form {
        margin-top: 75px;
        display: block;
    }
    #form-holder {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    
  	#ld-takeover-offer #offer-intro img{
        float: none;
        margin: 0 auto;
        display: block;
    }
    
    #ld-takeover-offer #offer-intro-holder{
    	float: none;
    }
    
    #ld-takeover-offer p.ptwo{
    	text-align: center;
    }
    
    #ld-takeover-offer p.offer-emph{
    	font-size: 20px;
    	text-align: center;
    }
    #ld-takeover-offer p.offer-emph span{
    	top:-9px;
    }
    
    #ld-takeover-offer div.request-call-main-2 h4 {
   		text-align: center;
    }
    
    #ld-takeover-offer #offer-intro-holder .eoy-list{
        margin-right: 0;
    }

}



@media screen and (max-width: 580px){
    #ld-takeover-offer {
        padding: 1px 20px 30px 20px;
    }
    #ld-takeover-offer p{
        margin: 11px auto;   
    } 
    
    #ld-takeover-offer p.pone{
        display:none;
    }
    
    #ld-takeover-offer p.ptwo{
       font-size: 22px;
    } 
    
    #ld-takeover-offer div.request-call-main-2 h4{
      font-size: 22px;
      margin-top: 15px;
      margin-bottom: 20px;
    }
    #ld-takeover-offer .requestFormHeader strong {
        line-height: 24px;
    }
    #ld-takeover-offer .requestFormHeader span.ast {
      font-size: 21px;
      font-family: "IntCircularProWeb-thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    #ld-takeover-offer p.offer-emph{
        font-size: 25px;
        line-height: normal;
    }
    
    #ld-takeover-offer .offer-or{
        display:none;
    }
    #ld-takeover-offer .subtle_form_result{
        display:none;  
    } 
    #ld-takeover-offer .formSecureTxt.hideafter{
        display:none;
    } 
    
    #ld-takeover-offer .phone-icon {
        border: 2px solid;
        padding-right: 5px;
    	padding-top: 5px;
        padding-bottom: 5px; 
    }
    
    #ld-takeover-offer .phone-icon {
        background: url('//images.vivintcdn.com/global/vivint.com/web/campaigns/ppc/phone-icon-white.png') no-repeat 5px 50%;
        padding-left: 25px;
        background-size: 14px;
    }
    
    #ld-takeover-offer .call-now{
        padding-bottom: 15px;
        font-size: 22px;
    }
    #ld-takeover-offer span.call-now-cta {
        font-size: 17px;
    }
    #ld-takeover-offer .phone-number {
    	font-size: 20px;
  	}
    
    #ld-takeover-offer #ld-nothanks-option{
        display:none;
    }
    
   #ld-takeover-offer .ld-customer-option-div{
        margin-top: 25px;
        text-align: center;
    }
	
}

@media screen and (max-width: 450px) {
    #banner-header-text-form {
    font-size: 30px;
    }
}

@media screen and (max-width: 400px){
    div#ld-takeover-offer h4.requestFormHeader {
        font-size: 27px;
    }

    div#ld-takeover-offer #offer-intro ul.eoy-list li {
       font-size: 20px;
    }

}
