/* 
 * global/header-2019/
 * 
*/
.global-header-2019 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 20;
}

.global-header-2019.mobile-nav-active {
	height: 100vh;
}

/* banner styles */
.global-header-2019 .header-banner {
	height: auto;
	line-height: 31px;
	width: 100%;
	box-sizing: border-box;
	background-color: #f7f4f1;
	text-align: center;
	padding: 0 25px;
	z-index: 20;
}
.global-header-2019 .header-banner a {
	color: #a5a4a3;
	text-decoration: underline;
	font-size: 14px;
}
.global-header-2019 .header-banner a:hover {
	color: #797979;
}
.global-header-2019 .banner-text {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	color: #938e88;
	padding-left: 90px;
}
.global-header-2019 .header-banner.hide-text .promo-text {
	display: none;
}
.global-header-2019 .learn-more {
	margin-left: 10px;
}
.global-header-2019 .customer-login {
	float: right;
}

/* main nav styles */
.global-header-2019 .main-nav {
	position: relative;
	height: 123px;
	line-height: 123px;
	margin: auto;
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 65%, #E3E3F2 100%);
	background: -webkit-linear-gradient(top,#ffffff 65%,#E3E3F2 100%);
	background: linear-gradient(to bottom,#ffffff 65%,#E3E3F2 100%);
	z-index: 20;
}
.global-header-2019 .mobile-nav-control {
	display: none;
	float: left;
	cursor: pointer;
}
.global-header-2019 .mobile-nav-control img {
	vertical-align: middle;
}
.global-header-2019.mobile-nav-active .mobile-nav-control .open {
	display: none;
}
.global-header-2019.mobile-nav-active .mobile-nav-control .close {
	display: block;
}
.global-header-2019.drop-down-open .mobile-nav-control .open {
	display: none;
}
.global-header-2019.drop-down-open .mobile-nav-control .close {
	display: block;
}
.global-header-2019 .mobile-nav-control .close {
	display: none;
}
.global-header-2019 .mobile-nav-control .close img {
	margin-left: 5px;
}
.global-header-2019 .logo {
	max-width: 100px;
	vertical-align: middle;
}
.global-header-2019 .nav-right {
	text-align: right;
	float: right;
}
.global-header-2019 .nav-right .products .caret {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition:	transform .3s ease-in-out;
	display: inline-block;
}
.global-header-2019.drop-down-open .nav-right .products .caret {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.global-header-2019 .nav-right li {
	float: left;
	padding-right: 30px;
}
.global-header-2019 .nav-right li.active .drop-down-link {
	color: #ff8200;
}
.global-header-2019 .nav-right li.last {
	padding-right: 0px;
	margin-top: 16px;
	line-height: normal;
}
.global-header-2019 .nav-right .eyebrow {
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
	color: #C3BEB7;
}
.global-header-2019 .drop-down-link {
	color: #4c5072;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
	vertical-align: middle;
}
.global-header-2019 .drop-down-link:hover {
	color: #ff8200;
}
.global-header-2019 .drop-down-icon {
	vertical-align: middle;
	max-width: 19px;
	max-height: 19px;
	margin-right: 8px;
}
.global-header-2019 .main-nav-dropdown {
	padding-right: 35px;
}
.global-header-2019 .main-nav-dropdown a {
	text-decoration: none;
}
.global-header-2019 .nav-right .search-nav-container {
	padding-right: 43px;
}
.global-header-2019 .main-nav-dropdown.automation .drop-down-icon {
	padding-bottom: 4px;
}
.global-header-2019 .main-nav-dropdown.services {
	padding-right: 42px;
}
.global-header-2019 .main-nav-dropdown.active .viv-icon-caret-down-fill {
	display: none;
}
.global-header-2019 .main-nav-dropdown.active .viv-icon-caret-up-fill {
	display: inline;
}
.global-header-2019 .nav-link {
	font-size: 18px;
	line-height: 22px;
	color: #797979;
	text-decoration: none;
	vertical-align: middle;
}
.global-header-2019 .nav-link:hover {
	color: #ff8200;
}
.global-header-2019 .nav-right .caret {
	margin-left: 10px;
}
.global-header-2019 .search {
	margin-left: 10px;
	cursor: pointer;
	vertical-align: middle;
}
.global-header-2019 .call {
	display: inline-block;
	height: 44px;
	width: 216px;
	border-radius: 22px;
	font-size: 22px;
	line-height: 44px;
	color: #fff;
	background-color: #ff8200;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.global-header-2019 .call:hover {
	background-color: #ff6724;
}
.global-header-2019 .call .call-icon {
	font-size: 26px;
}
.global-header-2019 .small-desktop-text {
	display: none;
}
.global-header-2019 .drop-down {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 154px;
	left: 50%;
	margin-left: -643px;
	max-width: 1286px;
	width: 100%;
	background-color: #fff;
	line-height: normal;
	text-align: left;
	-webkit-transition: opacity linear .3s;
	transition: opacity linear .3s;
}
.global-header-2019.drop-down-open .drop-down {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity linear .3s;
	transition: opacity linear .3s;
}
.global-header-2019 .drop-down .sections-container {
	margin: auto;
	overflow: auto;
	padding: 30px;
	max-width: 1230px;
	box-sizing: border-box;
}
.global-header-2019 .drop-down .category {
	min-width: 231px;
	min-height: 250px;
	padding: 0 29px;
	float: left;
	border-right: 1px solid #E8E8E8;
	box-sizing: border-box;
}
.global-header-2019 .drop-down .packages {
	display: none;
}
.global-header-2019 .drop-down .packages .category-title {
	margin-bottom: 0px;
}
.global-header-2019 .drop-down .packages .nav-list li {
	margin-bottom: 0px;
	padding-left: 10px;
}
.global-header-2019 .drop-down .extra-link {
	border-top: 1px solid #E8E8E8;
}
.global-header-2019 .drop-down .extra-link.first {
	margin-top: 15px;
}
.global-header-2019 .drop-down .packages a {
	font-size: 18px;
	line-height: 52px;
	color: #797979;
}
.global-header-2019 .drop-down .mobile-nav-link {
	text-decoration: none;
}
.global-header-2019 .drop-down .package-link {
	font-size: 16px;
	color: #4C5072;
	line-height: normal;

}
.global-header-2019 .drop-down .package-link:hover {
	color: #ff8200;
}
.global-header-2019 .drop-down .package-icon {
	max-width: 19px;
	max-height: 19px;
	width: 100%;
	margin-right: 16px;
	margin-left: 4px;
	vertical-align: sub;
}
.global-header-2019 .drop-down .package-icon.security {
	max-width: 16px;
	margin-right: 19px;
	vertical-align: middle;
}
.global-header-2019 .drop-down .package-icon.guard {
	vertical-align: middle;
}
.global-header-2019 .drop-down .category-title {
	font-size: 14px;
	line-height: 17px;
	color: #C3BEB7;
	margin-bottom: 10px;
}
.global-header-2019 .drop-down .nav-list li {
	margin-bottom: 15px;
}
.global-header-2019 .drop-down .nav-list li.last {
	margin-bottom: 0;
}
.global-header-2019 .drop-down .nav-list-link {
	text-decoration: none;
	color: #4C5072;
	font-size: 16px;
	line-height: 19px;
}
.global-header-2019 .drop-down .nav-list-link:hover {
	color: #ff8200;
}
.global-header-2019 .drop-down .category.all-products {
	padding: 0px;
	border-right: none;
}
.global-header-2019 .drop-down .all-products .category-title {
	display: none;
}
.global-header-2019 .drop-down .sub-category {
	min-width: 231px;
	min-height: 250px;
	padding: 0 29px;
	float: left;
	border-right: 1px solid #E8E8E8;
	box-sizing: border-box;
}
.global-header-2019 .drop-down .sub-category.last {
	border-right: none;
}
.global-header-2019 .accordion-title {
	font-size: 14px;
	line-height: 17px;
	color: #C3BEB7;
	margin-bottom: 10px;
}
.global-header-2019 .accordion-caret {
	display: none;
}

/* search styles */
.global-header-2019.search .search-container {
	display: block;
}
.global-header-2019.search .nav-right {
	display: none;
}
.global-header-2019 .search-container {
	display: none;
	height: 37px;
	width: 470px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -17px;
	margin-right: -228px;
	line-height: 25px;
}
.global-header-2019 .search-icon {
	position: absolute;
    width: 18px;
    top: 10px;
	left: 12px;
	pointer-events: none;
}
.global-header-2019 .search-input {
	max-width: 400px;
	height: 37px;
	padding: 8px 0 8px 40px;
	outline: 0;
}
.global-header-2019 .search-close {
	font-size: 16px;
	line-height: 16px;
	color: #938e88;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 15px;
}

/* mobile nav styles */
.global-header-2019 .mobile-navigation {
	display: block;
	height: calc(100vh - 51px);
	position: absolute;
	left: -263px;
	width: 263px;
	background-color: #fff;
	z-index: 10;
	overflow: hidden;
	-webkit-transition: left ease-in .2s;
	transition: left ease-in .2s;
	box-sizing: border-box;
	border-top: 1px solid #938E88;
}
.global-header-2019 .mobile-navigation .products-slide-in {
	display: block;
	height: calc(100vh - 52px);
	position: absolute;
	top: 0px;
	left: -263px;
	width: 263px;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: right ease-in .2s;
	transition: left ease-in .2s;
	box-sizing: border-box;
}
.global-header-2019.slide-in-open .mobile-navigation .products-slide-in {
	left: 0;
}
.global-header-2019 .mobile-navigation .nav-content {
	padding: 14px 0;
}
.global-header-2019 .mobile-navigation .list-title {
	font-size: 14px;
	line-height: 17px;
	color: #C3BEB7;
	margin-bottom: 9px;
	padding-left: 20px;
}
.global-header-2019 .mobile-navigation .mobile-list {
	padding: 0 20px 0 24px;
	max-height: calc(100vh - 300px);
    overflow: auto;
}
.global-header-2019 .mobile-navigation .mobile-nav-link {
	font-size: 14px;
	line-height: 48px;
	border-bottom: 1px solid #D8D8D8;
	text-decoration: none;
	color: #797979;
	display: block;
}
.global-header-2019 .mobile-navigation .mobile-nav-link:hover {
	color: #ff8200;
}
.global-header-2019 .mobile-navigation .mobile-nav-link:hover .package-link{
	color: #ff8200;
}
.global-header-2019 .mobile-navigation .package-link {
	font-size: 16px;
	color: #4C5072;
	line-height: normal;
}
.global-header-2019 .mobile-navigation .package-link:hover {
	color: #ff8200;
}
.global-header-2019 .mobile-navigation .package-icon {
	max-width: 19px;
	max-height: 19px;
	width: 100%;
	margin-right: 16px;
	margin-left: 4px;
	vertical-align: sub;
}
.global-header-2019 .mobile-navigation .package-icon.security {
	max-width: 16px;
	margin-right: 19px;
	vertical-align: middle;
}
.global-header-2019 .mobile-navigation .package-icon.guard {
	vertical-align: middle;
}
.global-header-2019 .mobile-navigation .nav-list li {
	line-height: normal;
    margin-bottom: 15px;
}
.global-header-2019 .mobile-navigation .nav-list-link {
	font-size: 16px;
	line-height: 19px;
	color: #4C5072;
	text-decoration: none;
}
.global-header-2019 .mobile-navigation .nav-list-link:hover {
	color: #ff8200;
}
.global-header-2019 .mobile-navigation .accordion-title {
	font-size: 14px;
	line-height: 48px;
	padding: 0px;
}
.global-header-2019 .mobile-navigation .accordion-items {
	padding-left: 13px;
}
.global-header-2019 .mobile-navigation .nav-accordion.active .accordion-items {
	max-height: 180px;
}
.global-header-2019 .mobile-navigation .accordion-caret {
	top: 16px;
}
.global-header-2019 .mobile-navigation .slide-in-link {
	font-size: 14px;
	line-height: 17px;
	color: #797979;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}
.global-header-2019 .mobile-navigation .slide-in-link .caret-right {
	float: right;
}
.global-header-2019 .mobile-navigation .button-eyebrow {
	margin-top: 16px;
	padding: 0 20px;
	text-align: center;
}
.global-header-2019 .mobile-navigation .eyebrow {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 7px;
	color: #C3BEB7;
}
.global-header-2019 .mobile-navigation .slide-in-controls {
	line-height: 45px;
	border-bottom: 1px solid #D8D8D8;
	padding: 0 20px 0 15px;
}
.global-header-2019 .mobile-navigation .slide-in-controls a {
	text-decoration: none;
	color: #938E88;
	line-height: 45px;
    display: inline-block;
    padding-right: 15px;
}
.global-header-2019 .mobile-navigation .caret-left {
	vertical-align: text-bottom;
	margin-right: 3px;
}
.global-header-2019 .mobile-navigation .slide-in-title  {
	float: right;
	font-size: 14px;
	padding-left: 5px;
	color: #C3BEB7;
}
.global-header-2019 .mobile-navigation .slide-in-content ul {
	padding: 14px 23px 0;
	border-bottom: 1px solid #D8D8D8;
	max-height: calc(100vh - 315px);
	overflow-y: auto;
}
.global-header-2019 .mobile-navigation .slide-in-content li {
	margin-bottom: 15px;
}
.global-header-2019 .mobile-navigation .slide-in-content .list-title {
	padding-left: 0;
}
.global-header-2019 .mobile-navigation .slide-in-content .nav-list-link {
	padding-left: 10px;
}
.global-header-2019 .mobile-navigation .slide-in-content .button-eyebrow {
	padding: 0 23px;
}
.global-header-2019 .background-overlay {
	visibility: hidden;
}

/* header push styles */
.header-push-2019 {
	padding-bottom: 154px;
}

@media(max-width: 1550px) {
	.global-header-2019 .nav-right li.last {
		text-align: left;
	}
	.global-header-2019 .nav-right .search-nav-container {
		padding-right: 20px;
	}
	.global-header-2019 .search {
		margin-left: 0px;
	}
	.global-header-2019 .nav-right .eyebrow {
		padding-left: 0px;
		font-size: 12px;
	}
	.global-header-2019 .call {
		font-size: 16px;
		width: 150px;
	}
	.global-header-2019 .call .call-icon {
		font-size: 20px;
	}
	.global-header-2019 .nav-right li {
		float: left;
		padding-right: 25px;
	}
}

@media(max-width: 1300px) {
	.global-header-2019 .main-nav {
		padding: 0 20px;
	}
	.global-header-2019 .nav-right li {
		padding-right: 20px;
	}
	.global-header-2019 .drop-down-link {
		font-size: 15px;
		line-height: 18px;
	}
	.global-header-2019 .drop-down-icon {
		width: 14px;
		margin-right: 4px;
	}
	.global-header-2019 .drop-down-icon.guard {
		width: 16px;
	}
	.global-header-2019 .nav-right .search-nav-container {
		padding-right: 20px;
	}
	.global-header-2019 .main-nav-dropdown.automation {
		padding-right: 20px;
	}
	.global-header-2019 .nav-link {
		font-size: 14px;
	}
	.global-header-2019 .search {
		width: 18px;
		margin-left: 0px;
	}
	.global-header-2019 .nav-right .caret {
		margin-left: 5px;
	}
	.global-header-2019 .drop-down {
		max-width: 100%;
		left: 0;
		margin-left: 0;
	}
}

@media(max-width: 1230px) {
	.global-header-2019 .drop-down .sections-container {
		padding: 30px 10px;
		max-width: 1010px;
	}
	.global-header-2019 .drop-down .category {
		min-width: 198px;
		padding: 0 10px 0 17px;
	}
	.global-header-2019 .drop-down .sub-category {
		min-width: 198px;
		padding: 0 10px 0 17px;
	}
}

@media(max-width: 1100px) {
	/* banner styles */
	.global-header-2019 .header-banner {
		padding: 5px;
		display: none;
	}
	.global-header-2019 .header-banner.hide-text {
		display: none;
	}
	.global-header-2019 .banner-text {
		padding: 0px;
	}
	.global-header-2019 .customer-login {
		display: none;
	}

	/* main nav styles */
	.global-header-2019 .main-nav {
		height: 90px;
		line-height: 90px;
		padding: 0 25px;
	}
	.global-header-2019 .logo-container {
		margin-left: 25px;
	}
	.global-header-2019 .nav-right .eyebrow {
		font-size: 14px;
		margin-bottom: 3px;
	}
	.global-header-2019 .call {
		width: 216px;
		font-size: 22px;
	}
	.global-header-2019 .call .call-icon {
		display: inline;
	}
	.global-header-2019 .desktop-call {
		display: inline;
	}
	.global-header-2019 .small-desktop-text {
		display: none;
	}
	.global-header-2019 .mobile-nav-control {
		display: inline-block;
		width: 22px;
	}
	.global-header-2019 .drop-down-link {
		display: none;
	}
	.global-header-2019 .nav-link {
		display: none;
	}
	.global-header-2019 .search {
		display: none;
	}
	.global-header-2019 .nav-right li {
		display: none;
	}
	.global-header-2019 .nav-right li.last {
		display: block;
		margin-top: 11px;
	}

	/* main nav styles */
	.global-header-2019 .drop-down {
		top: 90px;
	}
	.global-header-2019.mobile-nav-active .mobile-navigation {
		overflow-y: auto;
		left: 0;
	}

	/* drop down styles */
	.global-header-2019 .drop-down .sections-container {
		padding: 20px 21px;
		max-width: 900px;
	}
	.global-header-2019 .drop-down .category {
		min-width: 33%;
		min-height: 289px;
		padding: 0 28px;
	}
	.global-header-2019 .drop-down .packages {
		display: block;
		padding-left: 0px;
	}
	.global-header-2019 .drop-down .category.all-products {
		padding-left: 29px;
		border-right: none;
	}
	.global-header-2019 .drop-down .all-products .category-title {
		display: block;
	}
	.global-header-2019 .drop-down .sub-category {
		min-width: 100%;
		min-height: auto;
		padding: 0;
		float: none;
		border-right: none;
		border-bottom: 1px solid #E8E8E8;
	}
	.global-header-2019 .drop-down .sub-category.last {
		border-bottom: none;
	}
	.global-header-2019 .accordion-title {
		font-size: 16px;
		line-height: 19px;
		color: #797979;
		padding: 11px 0 12px;
		margin: 0;
		cursor: pointer;
		position: relative;
	}
	.global-header-2019 .accordion-caret {
		display: block;
		position: absolute;
		right: 5px;
		top: 14px;
		font-size: 12px;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition:	transform .3s ease-in-out;
	}
	.global-header-2019 .nav-accordion.active .accordion-caret {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.global-header-2019 .accordion-items {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height ease-in .3s;
		transition: max-height ease-in .3s;
		padding-left: 6px;
	}
	.global-header-2019 .nav-accordion.active .accordion-items {
		max-height: 300px;
		-webkit-transition: max-height ease-in .3s;
    	transition: max-height 0.3s ease-in;
	}
	.global-header-2019 .drop-down .nav-list li.last {
		margin-bottom: 17px;
	}

	/* header push styles */
	.header-push-2019 {
		padding-bottom: 90px;
	}
	.header-push-2019.banner-hidden {
		padding-bottom: 90px;
	}
}

@media(max-width: 767px) {
	body.mobile-nav-active {
		overflow: hidden;
	}
	.global-header-2019 .main-nav {
		height: 53px;
		line-height: 53px;
		padding: 0 10px;
		background: #fff;
		text-align: center;
	}
	.global-header-2019 .logo-container {
		margin-left: 0px;
	}
	.global-header-2019 .mobile-nav-control {
		width: 42px;
	}
	.global-header-2019 .mobile-nav-control .close img {
		margin-left: 0px;
	}
	.global-header-2019 .nav-right li.last {
		display: block;
		margin-top: 0px;
		line-height: inherit;
	}
	.global-header-2019 .nav-right .eyebrow {
		display: none;
	}
	.global-header-2019 .main-nav .call {
		width: 42px;
		height: 30px;
		line-height: 30px;
	}
	.global-header-2019 .desktop-call {
		display: none;
	}
	.global-header-2019 .call .call-icon {
		font-size: 24px;
		vertical-align: text-bottom;
	}
	.global-header-2019 .drop-down {
		display: none !important;
	}
	.global-header-2019 .background-overlay {
		position: absolute;
		top: 53px;
		left: 0px;
		width: 100vw;
		height: 100vh;
		opacity: 0;
		background: #000;
		-webkit-transition: opacity linear .2s;
		transition: opacity linear .2s;
	}
	.global-header-2019.mobile-nav-active .background-overlay {
		visibility: visible;
		opacity: .35;
	}

	/* header push styles */
	.header-push-2019 {
		padding-bottom: 53px;
	}
	.header-push-2019.banner-hidden {
		padding-bottom: 53px;
	}
}

/* 
 * home/2016/featured-boy-door/
 * 
*/
section.featured-boy-door {
    background: #444;
            background: url(//images.vivintcdn.com/global/vivint.com/home/2017/featured-boy-door/featured-boydoor-1600px-v01.jpg) no-repeat center;
        background-size: cover;
    height: 750px;
    overflow: hidden;
    position: relative;
}

.featured-boy-door .content {
    padding-top: 152px;
}

.featured-boy-door h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
    max-width: 510px;
}

.featured-boy-door h4 {
    max-width: 460px;
}

.featured-boy-door .phone-call {
    border: 3px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 22px;
    margin-top: 40px;
    height: 75px;
    max-width: 275px;
    text-align: center;
    text-decoration: none;
}

.featured-boy-door .viv-icon-phone {
    font-size: 50px;
    line-height: 70px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    text-align: left;
}

.featured-boy-door .mobile {
    display: none;
}

.featured-boy-door .offer-details {
    margin-top: 15px;
    padding-bottom: 45px;
    color: #fff;
    font-size: 10px;
}

.featured-boy-door .offer-details .fancybox {
    color: #fff;
}

.featured-boy-door-mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    section.featured-boy-door {
        height: 560px;
    }
    .featured-boy-door .content {
        padding: 92px 30px 0;
    }
    .featured-boy-door h1 {
        font-size: 42px;
        line-height: 45px;
        max-width: 330px;
    }
    .featured-boy-door h4 {
        max-width: 300px;
        font-size: 18px;
        line-height: 23px;
    }
    .featured-boy-door .phone-call {
        font-size: 18px;
        max-width: 250px;
    }
}

@media screen and (max-width: 767px) {
    section.featured-boy-door {
        background: url(//images.vivintcdn.com/global/vivint.com/home/2017/featured-boy-door/featured-boydoor-767px-v02.jpg) no-repeat center;
        background-size: cover;
        height: 537px;
    }
}

@media screen and (max-width: 480px) {
    section.featured-boy-door {
        background: url(//images.vivintcdn.com/global/vivint.com/home/2017/featured-boy-door/featured-boydoor-480px-v02.jpg) no-repeat top;
        background-size: cover;
        height: 378px;
    }
    .featured-boy-door .content {
        padding: 30px 20px;
    }
    .featured-boy-door h1 {
        font-size: 34px;
        line-height: 40px;
        max-width: 270px;
        margin: 0 auto;
        text-align: center;
    }
    .featured-boy-door .phone-call {
        font-size: 18px;
        max-height: 60px;
        height: auto;
        line-height: 0;
        margin: 0 auto;
        max-width: 200px;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
    }
    .featured-boy-door .viv-icon-phone {
        font-size: 45px;
        line-height: 54px;
        /*margin-bottom: 6px;*/
    }
    .featured-boy-door .phone-call .number {
        display: inline-block;
        vertical-align: middle;
        line-height: 54px;
    }
    .featured-boy-door .offer-details {
        bottom: 20px;
        left: 0;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
    }
    .featured-boy-door .mobile {
        display: block;
    }
    .featured-boy-door .desktop {
        display: none;
    }
    .featured-boy-door-mobile {
        box-sizing: border-box;
        display: block;
        overflow: hidden;
        padding: 30px 10px;
        text-align: center;
    }
    .featured-boy-door-mobile h4 {
        font-size: 17px;
        line-height: 26px;
    }
    .featured-boy-door-mobile .offer-details,
    .featured-boy-door-mobile .offer-details .fancybox { 
        font-size: 10px;
        text-align: center;
        color: #444;
    }
}
/* 
 * home/2016/featured-customer/neighbor-signs/
 * 
*/
section.featured-customer {
    overflow: hidden;
    background-color: #F5F5F5;
    height: 650px;
    display: none;
}

.featured-customer h2,
.featured-customer h4,
.featured-customer p {
    color: #666;
}

.featured-customer .intro h4 {
    max-width: 380px;
    margin-top: 21px;
}

.featured-customer .h1 {
    line-height: 63px;
}

.featured-customer .get-the-code {
    margin-top: 74px;
}

.featured-customer .get-the-code a.get-referral-code {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    background-color: #4BC6A0;
    padding: 15px 60px;
    display: inline-block;
    margin-bottom: 10px;
}

.featured-customer .get-the-code a.get-referral-code:hover {
    color: #fff;
}

.featured-customer .img-container {
    float: right;
    height: 650px;
    width: 50%;
            background: url('//images.vivintcdn.com/global/vivint.com/sections/referral/hero/hero-v01.jpg') center bottom no-repeat;
        background-color: #F5F5F5;
    background-size: cover;
}

.featured-customer .intro-container {
    float: left;
    width: 50%;
    height: 430px;
    background: #F5F5F5;
}

.featured-customer .intro-content {
    max-width: 450px;
    padding: 60px 40px 0 30px;
    float: right;
}

.featured-customer .intro-header-mobile {
    display: none;
}

.featured-customer .mobile-br {
    display: none;
}

@media screen and (max-width: 1020px) {
    .featured-customer .intro h2 {
        font-size: 34px;
        line-height: 43px;
    }
    .featured-customer .intro h4 {
        font-size: 18px;
        line-height: 23px;
    }
    .featured-customer .get-the-code a.get-referral-code {
        font-size: 18px;
        line-height: 50px;
        padding: 0 60px;
    }
    .featured-customer .intro-content {
        max-width: 310px;
        padding-right: 45px;
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    section.featured-customer {
        text-align: center;
        background-position: bottom center;
        background-size: 500px;
        height: auto;
    }
    .featured-customer .intro-content {
        max-width: 320px;
        padding: 0;
        float: none;
        margin: 0 auto;
    }
    .featured-customer .intro-container {
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .featured-customer .img-container {
        display: none;
    }
    .featured-customer .img-container-mobile {
        display: block;
        height: 270px;
                    background: url('//images.vivintcdn.com/global/vivint.com/sections/referral/hero/hero-v01.jpg') center bottom no-repeat;
                background-color: #F5F5F5;
        background-size: cover;
    }
    .featured-customer .intro {
        max-width: 570px;
        margin: 0 auto;
        margin-top: 40px;
        padding: 0 15px;
    }
    .featured-customer .h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .featured-customer h4 {
        font-size: 16px;
        margin: 0 auto;
    }
    .featured-customer .get-the-code {
        margin-top: 30px;
    }
    .featured-customer .get-the-code a.get-referral-code {
        font-size: 16px;
        max-width: 260px;        
        padding: 0 40px;
    }
    .featured-customer .get-the-code p {
        font-size: 11px;
    }
}

/* 
 * home/2016/form/
 * 
*/
section.home-form {
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/wall-plant-r3.jpg') center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.home-form .content {
	padding: 0 30px;
}

.home-form .panel-img-container {
	float: left;
	padding-top: 75px;
	max-width: 50%;
}

.home-form .panel-img {
	max-width: 100%;
}

.home-form .form-container {
	width: 340px;
	max-width: 100%;
	float: right;
	padding: 35px 0;
}

.home-form .form-header {
	font-size: 32px;
	padding-bottom: 30px;
}

.home-form .show-mobile {
	display: none;
}

.home-form input[type="text"],
.home-form input[type="tel"] {
	padding: 13px 40px;
	font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
}

.home-form form.subtle_form input.faasub_name_full {
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/name-form-icon.png') no-repeat 15px center;
	background-color: #fff;
	border-top: 1px solid #E2E2E2;
}

.home-form form.subtle_form input.faasub_phone {
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/phone-form-icon.png') no-repeat 15px center;
	background-color: #fff;
	border-top: 1px solid #E2E2E2;
}

.home-form form.subtle_form input.faasub_email {
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/email-form-icon.png') no-repeat 12px center;
	background-color: #fff;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.home-form .i_submit {
	margin: 15px 0;
	padding: 11px 20px;
	width: 100%;
	font-size: 18px;
}

.home-form .spam-text {
	font-size: 10px;
	display: inline-block;
    padding-left: 5px;
    margin-top: 5px;
}

.home-form .legal {
	color: #666;
	font-size: 10px;
	padding-top: 15px;
    line-height: 13px;
}

.home-form .subtle_form_message h3.white {
	color: #666;
	padding: 0 0 30px 0;
}

.home-form .form-container a {
	text-decoration: none;
}

@media(max-width: 1020px) {
	
}

@media(max-width: 768px) {
	section.home-form {
		/*background: none;*/
	}

	.home-form .panel-img-container {
		display: none;
	}

	.home-form .form-container {
		float: none;
		margin: 0 auto;
	}

	.home-form .form-header {
		font-size: 22px;
		padding-bottom: 0;
		text-align: center;
	}

	.home-form .show-mobile {
		display: block;
		text-align: center;
		padding: 10px 0 25px 0
	}

	.home-form .no-spam,
	.home-form .legal {
		text-align: center;
	}

	.home-form .spam-text {
		margin-bottom: 10px;
	}
}
/* 
 * home/2016/interactive-products/
 * 
*/
.ie-8 section.interactive-products {
	display: none;
}

section.interactive-products {
	overflow: hidden;
	padding: 75px 30px 15px 30px;
	background: #F5F5F5;
}

.interactive-products .content-container {
	width: 1250px;
	max-width: 100%;
	margin: 0 auto;
}

.interactive-products .phone-container {
	float: left;
	width: 345px;
	padding-top: 25px;
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/interactive-products/black-iphone.png') no-repeat 0 25px;
	height: 660px;
}

.interactive-products #product-video {
	margin: 80px 0 0 18px;
}

.interactive-products .animation-icons {
	float: right;
	width: 780px;
	text-align: center;
}

.interactive-products .animation-header {
	font-size: 28px;
	padding-bottom: 60px;
}

.interactive-products span.video-header {
	color: #74C4DE;
}

.interactive-products .icon-container {
	float: left;
	padding: 0 27px 75px 27px;
	box-sizing: border-box;
}

.interactive-products .icon-container:hover {
	cursor: pointer;
}

.interactive-products .icon-container p {
	font-size: 14px;
}
.interactive-products .icon-container p a {
	color: inherit;
	text-decoration: none;
}

.interactive-products .icon-container.active p {
	color: #5DA6C3;
}

.interactive-products .icon-container.active .icon-img {
    border-radius: 50%;
    border: 3px solid #74C4DE;
}

.interactive-products .icon-img {
	max-width: 140px;
    box-sizing: border-box;
    margin: 15px 0 35px 0;
}

.interactive-products .icon-learn-more {
	display: block;
	border: 1px solid #979797;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	padding: 7px 10px;
	max-width: 92px;
    margin: 0 auto;
}

.interactive-products .slider-container {
	overflow: hidden;
}

.interactive-products .arrows-container {
	position: relative;
}

.interactive-products .slider-arrow {
	display: none;
	width: 16px;
	height: 28px;
	position: absolute;
    cursor: pointer;
    top: 100px;
    padding: 20px;
    box-sizing: border-box;
}

.interactive-products .arrow-left {
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/interactive-products/left-arrow.png') center no-repeat;
    left: -25px;
    opacity: 0.1;
}

.interactive-products .arrow-right {
	background: url('//images.vivintcdn.com/global/vivint.com/home/2016/interactive-products/right-arrow.png') center no-repeat;
    right: -25px;
}

.interactive-products .product-mobile-br {
	display: none;
}

.interactive-products img#product-video {
	width: 285px;
}

.interactive-products .ie-8  #product-video.featured-video {
	display: none;
}

.interactive-products .cta-desktop {
	text-align: center;
}

.interactive-products .cta-mobile {
	text-align: center;
	display: none;
	margin-top: 40px;
}

.interactive-products .cta-header {
	font-size: 20px;
	line-height: 22px;
	color: #323232;
	margin-bottom: 17px;
}

.interactive-products .cta-button {
	max-width: 163px;
	line-height: 56px;
	padding: 0;
	text-transform: none;
	font-size: 19px;
	margin: 0 auto 50px;
}

@media(max-width: 1200px) {
	.interactive-products .animation-icons {
		width: 580px;
	}


	.interactive-products .icon-container {
		padding: 0 10px 75px 10px;
	}

	.interactive-products .icon-img {
		max-width: 120px;
	}
}

@media(max-width: 1050px) {
	.interactive-products .animation-icons {
		width: 560px;
	}

	.interactive-products .icon-container {
		padding: 0 7px 75px 7px;
	}
}

@media(max-width: 980px) {
	.interactive-products .animation-icons {
		width: 100%;
		float: none;
   		padding: 0 15px;
    	box-sizing: border-box;
	}

	.interactive-products .slider-track {
		height: 225px;
		overflow: hidden;
	}

	.interactive-products .slider-arrow {
		display: block;
	}

	.interactive-products .phone-container {
		float: none;
		clear: both;
		text-align: center;
    	width: 100%;
    	background-position: center 25px;
	}

	.interactive-products #product-video {
		margin: 80px 3px 0 0;
	}

	.interactive-products .icon-container {
		float: none;
		display: inline-block;
		padding: 0 10px;
	}

	.interactive-products .cta-desktop {
		display: none;
	}

	.interactive-products .cta-mobile {
		display: block;
	}
}

@media(max-width: 660px) {
	section.interactive-products {
		padding: 25px 5px 25px 5px;
	}

	.interactive-products .animation-header {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 25px;
	}

	.interactive-products .slider-track {
		height: 175px;
	}

	.interactive-products .product-mobile-br {
		display: block;
	}

	.interactive-products .icon-img {
		max-width: 80px;
	}

	.interactive-products .icon-learn-more {
		padding: 7px 5px;
		border: none;
	}

	.interactive-products .icon-container {
		padding: 0 2px;
	}

	.interactive-products .icon-container p {
		max-width: 80px;
	}

	.interactive-products .product-brand {
		display: none;
	}

	.interactive-products .slider-arrow {
    	top: 75px;
    	background-size: 10px;
	}

	.interactive-products .icon-img {
		margin: 15px 0 10px 0;
	}

	.interactive-products .phone-container {
		width: 310px;
		margin: 0 auto;
		background-size: contain;
	}

	.interactive-products #product-video {
	    margin: 77px 3px 0 0;
	    max-width: 100%;
	    width: 274px;
	}

	.interactive-products img#product-video {
		width: 275px;
	}
}

/* 
 * home/2016/media-quotes/
 * 
*/
section.media-quotes {
    width: 100%;
    padding-top: 352px;
    box-sizing: border-box;
	position: relative;
	background-color: #DFF1FA;
}

section.media-quotes .main {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    height: 352px;
    padding-left: 20px;
    padding-right: 20px;
}

section.media-quotes .main.active {
    display: block;
}

section.media-quotes .media-1 {
    background-color: #DFF1FA;
    padding-top: 80px;
}

section.media-quotes .media-2 {
    background-color: #DFF1FA;
    padding-top: 0px;
}

section.media-quotes .media-3 {
    background-color: #DFF1FA;
    padding-top: 130px;
}

section.media-quotes .media-4 {
    background-color: #DFF1FA;
    padding-top: 130px;
}

section.media-quotes .container {
    max-width: 960px;
    margin: auto;
}

section.media-quotes .left {
    box-sizing: border-box;
    max-width: 521px;
    float: left;
}

section.media-quotes .right {
    box-sizing: border-box;
    max-width: 439px;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

section.media-quotes .image-1 {
    max-width: 130px;
}

section.media-quotes .image-2 {
    width: 150px;
    margin-top: 0px;
}

section.media-quotes .media-1 .left {
    padding-top: 30px;
}

section.media-quotes .media-2 .left {
    padding-top: 100px;
}

section.media-quotes .media-2 .right {
    padding-top: 70px;
}

section.media-quotes .media-3 .right {
    padding-top: 15px;
}

section.media-quotes .header {
    color: #444444;
    text-align: center;
    line-height: 43px;
}

section.media-quotes .selector-container {
    box-sizing: border-box;
    width: 100%;
	height: 90px;
	background-color: #fff;
}

section.media-quotes .selector {
    position: relative;
    box-sizing: border-box;
    width: 25%;
    float: left;
    border-right: 1px solid #CCCCCC;
    text-align: center;
    height: 90px;
    padding: 20px 10px 0px;
    cursor: pointer;
}

section.media-quotes .selector-4 {
    border: none;
}

section.media-quotes .arrow {
    position: absolute;
    left: 46%;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #DFF1FA;
    display: none;
}

section.media-quotes .selector-1 .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #DFF1FA;
    display: block;
}

section.media-quotes .selector-2 .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #DFF1FA;
}

section.media-quotes .selector-3 .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #DFF1FA;
}

section.media-quotes .selector-4 .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #DFF1FA;
}

section.media-quotes .selector-image {
    max-height: 50px;
    display: block;
    margin: auto;
}


/*section.media-quotes .selector-1 .selector-image-2 {
    width: 43%;
}*/

section.media-quotes .selector-image-2 {
    max-height: 50px;
    display: none;
    margin: auto;
}

section.media-quotes .selector-2 img {
    margin-top: 15px;
    max-width: 146px;
    width: 100%;
}

section.media-quotes .selector-3 img {
    margin-top: 10px;
	max-width: 110px;
}

section.media-quotes .selector-4 img {
    margin-top: 10px;
    max-width: 199px;
    width: 100%;
}

section.media-quotes .selector-1.active .selector-image {
    display: none;
}

section.media-quotes .selector-2.active .selector-image {
    display: none;
}

section.media-quotes .selector-3.active .selector-image {
    display: none;
}

section.media-quotes .selector-4.active .selector-image {
    display: none;
}

section.media-quotes .selector-1.active .selector-image-2 {
    display: block;
}

section.media-quotes .selector-2.active .selector-image-2 {
    display: block;
}

section.media-quotes .selector-3.active .selector-image-2 {
    display: block;
}

section.media-quotes .selector-4.active .selector-image-2 {
    display: block;
}

section.media-quotes .svg path {
    fill: #666;
}

@media screen and (max-width: 1024px) {
    section.media-quotes .container {
        max-width: 767px;
    }
    section.media-quotes .left {
        max-width: 392px;
    }
    section.media-quotes .right {
        max-width: 320px;
    }
    section.media-quotes .header {
        font-size: 32px;
    }
    section.media-quotes .media-1 .left {
        padding-top: 8px;
    }
}

@media screen and (max-width: 767px) {
    section.media-quotes {
        padding-top: 254px;
    }
    section.media-quotes .selector {
        width: 33.33%;
    }
    section.media-quotes .main {
        height: 254px;
    }
    section.media-quotes .container {
        max-width: 767px;
    }
    section.media-quotes .left {
        max-width: none;
        width: 100%;
    }
    section.media-quotes .right {
        display: none;
    }
    section.media-quotes .header {
        font-size: 22px;
        line-height: 28px;
    }
    section.media-quotes .media-1 {
        padding-top: 80px;
    }
    section.media-quotes .media-2 {
        padding-top: 0px;
    }
    section.media-quotes .media-3 {
        padding-top: 80px;
    }
    section.media-quotes .media-4 {
        padding-top: 80px;
    }
    section.media-quotes .media-2 .left {
        padding-top: 93px;
    }
    section.media-quotes .selector-2.active .selector-image {
        display: none;
    }
    section.media-quotes .selector-3.active .selector-image {
        display: none;
    }
    section.media-quotes .selector-4.active .selector-image {
        display: none;
    }
    section.media-quotes .selector-2.active .selector-image-2 {
        display: block;
    }
    section.media-quotes .selector-3.active .selector-image-2 {
        display: block;
    }
    section.media-quotes .selector-4.active .selector-image-2 {
        display: block;
    }
    section.media-quotes .selector-3 {
        border: none;
    }
    section.media-quotes .selector-4 {
        display: none;
    }
}

/* 
 * home/2016/protect/
 * 
*/
section.home-protect {
		background: transparent url("//images.vivintcdn.com/global/vivint.com/home/2016/homepage-element-protect-girl-jumping.jpg") 0px 0px no-repeat;
		background-size: cover;
		width: 100%;
		height: 500px;
}
section.home-protect .content {
	padding: 0 30px;
	text-align: center;
}
section.home-protect h3 {
	max-width: 320px;
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 70px;
}
section.home-protect h4 {
	padding-top: 15px;
	padding-bottom: 15px;
}
section.home-protect .content .h3 {
	margin: 95px 0;
}
section.home-protect .left-block {
	vertical-align: top;
	margin-top: 70px;
	text-align: center;
	display:inline-block;
	width:32%;
	margin:2%;
	margin-left:auto;
	margin-right:auto;
}
section.home-protect .center-block {
	vertical-align: top;
	margin-top: 70px;
	text-align: center;
	display:inline-block;
	width:32%;
	margin:2%;
	margin-left:auto;
	margin-right:auto;
}
section.home-protect .right-block {
	vertical-align: top;
	margin-top: 70px;
	text-align: center;
	display:inline-block;
	width:32%;
	margin:2%;
	margin-left:auto;
	margin-right:auto;
}

.home-protect .img-container {
	height: 47px;
}

@media(max-width: 1000px) {
	section.home-protect {
		background: transparent url("//images.vivintcdn.com/global/vivint.com/home/2016/home-protect-bg-r2.jpg") -250px 0px no-repeat;
		background-size: cover;
		height: 500px;
	}
}
@media(max-width: 768px) {
	section.home-protect {
		background: transparent url("//images.vivintcdn.com/global/vivint.com/home/2016/home-protect-bg-r2.jpg") -510px 0px no-repeat;
		height: 320px;
	}
	section.home-protect h3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	section.home-protect h4 {
		font-size: 14pt;
		line-height: 20px;
	}
	section.home-protect p {
		display: none;
	}
}
@media(max-width: 430px) {

	section.home-protect h3 {
		font-size: 22pt;
	}
	section.home-protect h4 {
		font-size: 12pt;
	}
}
/* 
 * home/2016/control/
 * 
*/
section.home-control {
	background: #EEEEEE;
	padding: 60px 0;
	overflow: hidden;
}

.home-control .content {
	padding: 0 30px;
}

.home-control .left-side {
	float: left;
	max-width: 290px;
	padding-top: 30px;
}

.home-control .right-side {
	float: right;
}

.home-control .control-header {
	padding-bottom: 15px;
}

.home-control .control-img {
	max-width: 100%;
}

.home-control .button {
	font-size: 19px;
	line-height: 57px;
	padding: 0px;
	max-width: 213px;
	text-transform: none;
	margin-top: 15px;
}

@media(max-width: 1020px) {
	.home-control .left-side {
		margin: 0 auto;
		padding-top: 0;
	}

	.home-control .left-side,
	.home-control .right-side {
		float: none;
		text-align: center;
	}

	.home-control .control-text {
		padding-bottom: 20px;
	}

	.home-control .button {
		margin: 0px auto 20px;
	}
}

@media(max-width: 768px) {
	section.home-control {
		padding: 25px 0;
	}
}

/* 
 * home/2016/install/
 * 
*/
section.home-install {
	overflow: hidden;
}

.home-install .img-container {
	float: left;
	height: 400px;
	width: 59%;
	background-color: #666;
			background: url('//images.vivintcdn.com/global/vivint.com/home/2017/installation/shp.jpg') top right no-repeat;
		background-size: cover;
}

.home-install .install-container {
	float: right;
	width: 41%;
	height: 400px;
	background: #666666;
}

.home-install .install-content {
	width: 270px;
	padding: 100px 0 0 40px;
}

.home-install .install-header {
	line-height: 42px;
}

.home-install .install-content-mobile {
	display: none;
}

.home-install .star {
	font-size: 18px;
}

.home-install .reg-199{
	margin-bottom: 20px;
}

@media(max-width: 1024px) {
	.home-install .img-container {
		width: 100%;
		background: url('//images.vivintcdn.com/global/vivint.com/home/2017/installation/shp-tablet.jpg') left no-repeat;
		background-size: cover;
		height: 365px;
	}

	.home-install .install-container {
		display: none;
	}

	.home-install .install-content-mobile {
		display: block;
		padding: 45px 0 0 40px;
	    width: 245px;
	}
}

@media(max-width: 600px) {
	.home-install .img-container {
		height: 240px;
		background: url('//images.vivintcdn.com/global/vivint.com/home/2017/installation/shp-mobile.jpg') right no-repeat;
		background-size: cover;
	}
	.home-install .reg-199 {
		margin-bottom: 10px;
	}
	.home-install .install-content-mobile {
		padding: 20px 0 0 20px;
	    line-height: 24px;
	    font-size: 22px;
	    width: 105px;
	}
	.home-install .install-header {
		font-size: 22px;
		line-height: 22px;
	}
	.home-install .install-text {
		font-size: 10px;
		line-height: 13px;
	}
}

/* 
 * 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/legal-modal/standard/
 * 
*/
#global-legal-modal {
	max-width: 400px;
}
/* 
 * 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 60px 30px;
}

.menu-container {
    overflow: hidden;
}

.global-footer .support-menu {
	float: left;
	width: 205px;
}

.global-footer .company-menu {
	width: 400px;
	float: left;
}

.global-footer .products-menu {
	float: left;
	width: 240px;
}

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

.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: 200px;
}

.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 .identity-theft {
	background: none;
    color: #666;
    border: 0px solid #666;
    max-width: 260px;
    margin: 0 auto;
    text-transform: none;
    font-size: 16px;
    padding: 16px 0;
    display: block;
}
.global-footer .identity-theft:hover {
	text-decoration: underline;
}
.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: 35px;
}

.global-footer .social-icons a {
	margin: 0 7px;
	overflow: hidden;
	display: inline-block;
}

.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: 142px;
	top: 40%;
	margin-top: 0;
}

.mobile-menu-container .ui-accordion .ui-accordion-header.products-accordion-header .ui-accordion-header-icon {
	left: 180px;
}

.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: 34px;
}

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

	.global-footer .products-menu {
		width: 205px;
	}

	.global-footer .support-menu {
		width: 175px;
	}

	.global-footer .company-menu {
		width: 315px;
	}

	.global-footer .company-menu .footer-item {
		width: 150px;
	}

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

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

@media(max-width: 890px) {
	.global-footer .footer-top {
		padding: 40px 15px 35px;
	}

	.global-footer .company-menu {
		width: 276px;
	}

	.global-footer .products-menu {
		width: 185px;
	}

	.global-footer .support-menu {
		width: 155px;
	}

	.global-footer .support-menu .footer-item {
		width: 145px;
	}

	.global-footer .products-menu .footer-item {
		width: 175px;
	}

	.global-footer .company-menu .footer-item {
		width: 132px;
	}

	.global-footer .footer-item {
		width: 155px;
		font-size: 14px;
	}

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

@media(max-width: 777px) {
	.global-footer .footer-top {
		padding: 10px 20px 35px 20px;

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

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

	.global-footer .footer-item {
		line-height: 28px;
		font-size: 16px;
		width: 185px;
	}

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

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

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

/* 
 * offers/slide-out-offer/2017/
 * 
*/
.interstitial {
	width: 100%;
	display: block;
	text-decoration: none;
    height: 100px;
    position: fixed;
    bottom: -200px;
    background-color: #455CC7;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
	z-index: 10;
	overflow: auto;
}

.interstitial .number-wrapper {
	display: block;
	overflow: auto;
	padding-right: 30px;
	text-decoration: none;
}

.interstitial .number-wrapper:hover {
	text-decoration: none;
}

.interstitial .left {
    float: left;
    height: 100px;
	position: relative;
}

.interstitial .right {
    float: right;
    height: 100px;
	padding-right: 25px;
	width: 751px;
}

.interstitial .home {
    float: left;
    position: absolute;
    bottom: 0px;
}

.interstitial .banner-text {
	margin: auto;
	padding-left: 55px;
	padding-top: 42px;
	float: left;
}

.interstitial .header {
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    padding-bottom: 11px;
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.interstitial .sub-header {
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.interstitial .call-now {
    color: #fff;
    background: none;
    display: block;
    text-transform: none;
    font-size: 20px;
    line-height: 50px;
    padding: 0px 12px;
    border: 1px solid #fff;
    margin-top: 25px;
	text-decoration: none;
	float: right;
}

.interstitial .call-now:hover {
    background-color: #fff;;
    color: #ff8200;
}

.interstitial .viv-icon-phone {
    font-size: 32px;
    vertical-align: middle;
}

.interstitial .click-to-call {
    color: #fff;
    display: none;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding-top: 2px;
}

.interstitial .close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 5px;
    color: #fff;
    font-size: 24px;
    line-height: 13px;
}

.interstitial .close:hover {
    color: #666;
}

@media (max-width: 1024px) {
    .interstitial .header {
        font-size: 16px;
        line-height: 16px;
        max-width: 313px;
        padding-bottom: 6px;
    }

    .interstitial .sub-header {
        font-size: 16px;
        line-height: 16px;
        font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        max-width: 304px;
	}

	.interstitial .content {
		max-width: 556px;
	}

	.interstitial .left {
		display: none;
	}

	.interstitial .right {
		padding-right: 0px;
		width: 600px;
	}

	.interstitial .banner-text {
		margin: 0;
		padding-left: 0;
	}

	.interstitial .header {
		text-align: left;
		margin: 0
	}

	.interstitial .sub-header {
		text-align: left;
		margin: 0
	}
}

@media (max-width: 767px) {
    .interstitial {
        height: 85px;
        padding: 0 0 0 30px
    }

    .interstitial .banner-text {
		padding-top: 10px;
		margin: auto;
		float: none;
    }

    .interstitial .header {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 2px;
		font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: auto;
		text-align: center;
    }

    .interstitial .sub-header {
        font-size: 12px;
		line-height: 16px;
		margin: auto;
		text-align: center;
    }

    .interstitial .click-to-call {
        color: #fff;
        display: block;
    }

    .interstitial .close {
        top: 10px;
        left: 4px;
	}

	.interstitial .call-now {
		font-size: 18px;
		line-height: 38px;
		margin: 6px auto 0;
		width: 215px;
		float: none;
	}

	.interstitial .viv-icon-phone {
		font-size: 29px;
	}

	.interstitial .right {
        float: none;
        text-align: center;
		margin: auto;
		height: auto;
		width: auto;
    }
}

/* 
 * 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;
}

.footer-bottom .california {
	padding: 0 8px;
}

.footer-bottom .california a {
	text-decoration: underline;
	color: #444;
}

@media(max-width: 777px) {

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

	.footer-bottom .footer-bottom {
		padding: 25px 0;
	}
}

