/* Twig: Cached by DMP on 06/15/2019 03:08am with View */

/* 
 * global/header-2016/
 * 
*/
/***** Main Nav Styles *****/

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

header.global-header {
	position: fixed;
	z-index: 20;
	box-sizing: border-box;
	width: 100%;
	height: 68px;
	text-align: center;
	background: #FFF;
}

.global-header nav {
	overflow: hidden;
	box-sizing: border-box;
	height: 68px;
	padding: 0 36px;
}

.global-header .vivint-logo,
.mobile-nav .vivint-logo {
	width: 219px;
	height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	vertical-align: middle;
}

.global-header .nav-left {
	display: inline-block;
	float: left;
	height: 68px;
	line-height: 68px;
}

.global-header .nav-left .home-logo,
.mobile-nav .home-logo {
	display: inline-block;
	height: 68px;
	line-height: 68px;
}

.global-header .header-nav li {
	float: left;
	box-sizing: border-box;
	height: 68px;
	margin: 0 9px;
	padding: 30px 0 0 0;
	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-center {
	display: inline-block;
	overflow: hidden;
	max-width: 780px;
}

.global-header .nav-center.search-open {
	width: 53%;
}

.global-header .nav-right {
	float: right;
	margin-top: 13px;
}

.global-header .nav-right.nav-right-cancel-search {
	float: right;
	margin-top: 14px;
}

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

.global-header .viv-icon-chat-alt {
	display: inline-block;
	font-size: 20px;
}

.global-header .call-btn {
	display: inline-block;
	padding: 0 12px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 42px;
}

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

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

.global-header .search-button {
	cursor: pointer;
}

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





/* 2012 template overrides */

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

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

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

.global-header ul.hide {
	display: none;
}

.global-header .call-btn {
	color: #FFF;
	background: #FF8200;
}

#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 {
	position: absolute;
	z-index: 20;
	top: 68px;
	left: 0;
	display: none;
	width: 100%;
	background: #FFF;
}

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

.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 {
	overflow: hidden;
	box-sizing: border-box;
	width: 180px;
	max-width: 100%;
	height: 195px;
	padding: 12px 0 0 0;
	background: #DBDBDB;
}

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

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

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





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

.popover {
	position: absolute;
	z-index: 1010;
	top: 0;
	left: 0;
	display: none;
	width: 300px;
	padding: 1px;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #FFF;
	background: rgba(255,255,255,0.95);
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
	        background-clip: padding-box;
	-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;
	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;
	background-color: #F7F7F7;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

.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-style: solid;
	border-color: transparent;
}
.popover .arrow:after {
	z-index: -1;
	content: '';
}
.popover.top .arrow {
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px 10px 0;
	border-top-color: white;
}
.popover.top .arrow:after {
	bottom: -1px;
	left: -11px;
	border-width: 11px 11px 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow {
	top: 50%;
	left: -10px;
	margin-top: -10px;
	border-width: 10px 10px 10px 0;
	border-right-color: white;
}
.popover.right .arrow:after {
	bottom: -11px;
	left: -1px;
	border-width: 11px 11px 11px 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom .arrow {
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 0 10px 10px;
	border-bottom-color: white;
}
.popover.bottom .arrow:after {
	top: -1px;
	left: -11px;
	border-width: 0 11px 11px;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	border-width: 10px 0 10px 10px;
	border-left-color: white;
}
.popover.left .arrow:after {
	right: -1px;
	bottom: -11px;
	border-width: 11px 0 11px 11px;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.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 {
	top: -1px;
	left: -11px;
	border-width: 0 11px 11px;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

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

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





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

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

/*.mobile-nav-main .mobile-item {
	height: 50px;
	line-height: 50px;
}*/

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

.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 {
	box-sizing: border-box;
	height: 50px;
	background: #FFF;
	line-height: 50px;
}

.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 {
	right: 30px;
	left: inherit;
}

.mobile-nav-main .ui-accordion .ui-accordion-header {
	margin-top: 0;
}

.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 {
	display: block;
	padding: 15px 0 15px 58px;
	text-decoration: none;
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

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

.mobile-nav-main .nav-link {
	display: block;
	height: 50px;
	padding-left: 43px;
	text-decoration: none;
	color: #666;
	line-height: 50px;
}

.mobile-nav-main .nav-link.mobile-tfn {
	font-size: 24px;
}

.mobile-nav-main .ui-state-active {
	color: #666;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.mobile-nav .search-button {
	cursor: pointer;
}


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

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

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


/***********************************/
/******* SEARCH & SEARCH BAR *******/
/***********************************/

.global-header .main-item .start-search {
	padding: 15px 0;
}

.global-header .main-item:hover .start-search {
	color: #FF8200;
}

.global-header .main-item .viv-icon-search,
.mobile-nav .viv-icon-search {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: top;
	font-size: 19px;
}

.global-header .start-search span {
	display: inline-block;
	vertical-align: top;
}

.global-header .search-bar,
.mobile-nav .search-bar {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 780px;
	height: 68px;
	line-height: 68px;
}

.global-header .search-bar .viv-icon-search,
.mobile-nav .search-bar .viv-icon-search {
	position: absolute;
	z-index: 10;
	top: 24px;
	left: 15px;
	color: #666;
	font-size: 19px;
}

.global-header .cancel-search,
.mobile-nav .cancel-search {
	float: left;
	margin-top: 10px;
	padding: 15px 10px;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

.global-header .search,
.mobile-nav .search {
	float: left;
	width: 84%;
	margin: 15px 10px 0 5px;
	padding-left: 38px;
	border: none;
	border-radius: 20px;
	background: #F5F5F5;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.global-header .search:focus,
.mobile-nav .search:focus {
	/*box-shadow: 0 0 3px #ccc;*/
	outline: none;
}

.global-header .search::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.mobile-nav .search::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.global-header .search::-moz-placeholder {
	/* Firefox 19+ */
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.mobile-nav .search::-moz-placeholder {
	/* Firefox 19+ */
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.global-header .search:-ms-input-placeholder {
	/* IE 10+ */
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.mobile-nav .search:-ms-input-placeholder {
	/* IE 10+ */
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.global-header .search:-moz-placeholder {
	/* Firefox 18- */
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.mobile-nav .search:-moz-placeholder {
	/* Firefox 18- */
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.global-header .search::placeholder {
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.mobile-nav .search::placeholder {
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.global-header .search:placeholder {
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.mobile-nav .search:placeholder {
	color: #9B9B9B;
	font-family: 'IntCircularProWeb-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.global-header .search-vivint-form {
	text-align: center;
}

.global-header .search-bar .search {
	position: relative;
	display: inline-block;
	float: none;
	width: 0;
	transition-timing-function: ease;
	transition-duration: 300ms;
	transition-property: width;
}

.global-header .search-bar.searching .search {
	float: left;
	width: 84%;
	animation: animate-open-search 300ms 1;
}

.global-header .search-bar.searching .cancel-search {
	float: left;
	animation: animate-open-cancel-search 100ms 1;
}

.global-header .search-bar.searching .viv-icon-search {
	animation: animate-open-search-icon 300ms 1;
}

@keyframes animate-open-search {
	0% {
		left: 400px;
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		left: 0;
	}
}

@keyframes animate-open-cancel-search {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes animate-open-search-icon {
	0% {
		left: 400px;
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		left: 15px;
	}
}

/*.fade-to-close {
	display: none;
	opacity: 0;
}*/

.global-header .chat-link,
.global-header .header-nav {
	-webkit-transition: all 200ms ease-in-out;
	   -moz-transition: all 200ms ease-in-out;
	        transition: all 200ms ease-in-out;
	        opacity: 1;
}

.global-header .chat-link.fade-to-close,
.global-header .header-nav.fade-to-close {
	display: none;
	opacity: 0;
	animation: fade-out 300ms 1;
}

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

@media screen and (min-width: 1025px) {
	.global-header .mobile.header-shadow {
		display: none;
	}
}

@media(max-width: 1024px) {
	.global-header .x-burger {
		position: relative;
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		margin: 4px 3px;
		cursor: pointer;
		-webkit-transition: 0.5s ease-in-out;
		   -moz-transition: 0.5s ease-in-out;
		     -o-transition: 0.5s ease-in-out;
		        transition: 0.5s ease-in-out;
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	.global-header .x-burger span {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		-webkit-transition: 0.25s ease-in-out;
		   -moz-transition: 0.25s ease-in-out;
		     -o-transition: 0.25s ease-in-out;
		        transition: 0.25s ease-in-out;
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
		opacity: 1;
		border-radius: 9px;
		background: #666;
	}

	.global-header .x-burger span:nth-child(1) {
		top: 0;
	}

	.global-header .x-burger span:nth-child(2),
	.global-header .x-burger span:nth-child(3) {
		top: 5px;
	}

	.global-header .x-burger span:nth-child(4) {
		top: 10px;
	}

	.global-header .x-burger.open span:nth-child(1) {
		top: 5px;
		left: 50%;
		width: 0;
	}

	.global-header .x-burger.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}

	.global-header .x-burger.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	.global-header .x-burger.open span:nth-child(4) {
		top: 5px;
		left: 50%;
		width: 0;
	}

	.dropdown-container .content {
		overflow: hidden;
		width: 707px;
	}

	.mobile-nav .search-bar {
		display: block;
		overflow-y: hidden;
		max-width: 100%;
		height: 44px;
		background: #F5F5F5;
		line-height: 44px;
	}

	.mobile-nav .search {
		width: 90%;
		height: 30px;
		margin-top: 7px;
		margin-right: 19px;
		margin-left: 20px;
		padding-left: 10px;
		background: #FFF;
		font-size: 14px;
		line-height: 18px;
	}

	.mobile-nav .search-bar .viv-icon-search {
		position: absolute;
		top: 11px;
		right: 27px;
		left: auto;
		margin: 0;
		font-size: 23px;
	}

	.global-header .search-bar .search {
		float: left;
		width: 87%;
		transition: unset;
		transition-timing-function: unset;
		transition-duration: unset;
		transition-property: unset;
	}

	.global-header .search-bar.searching .search {
		animation: unset;
	}

	.global-header .search-bar.searching .cancel-search {
		animation: unset;
	}

	.global-header .search-bar.searching .viv-icon-search {
		animation: unset;
	}

	.mobile-nav .support-icon {
		float: left;
		width: 24px;
		margin-top: 12px;
		margin-right: 13px;
		vertical-align: middle;
	}

	.mobile-nav i {
		margin-right: 12px;
		vertical-align: middle;
		font-size: 26px;
	}

	.mobile-nav .link-text {
		vertical-align: middle;
	}

	.mobile-nav .contact-separation {
		box-sizing: border-box;
		width: 95%;
		height: 1px;
		height: 1px;
		margin: 15px auto;
		padding: 0 20px;
		background: #9B9B9B;
	}

	.global-header .nav-center.search-open {
		width: 0;
	}

	.global-header .search-bar {
		position: fixed;
		top: 68px;
		right: 0;
		left: 0;
		overflow-y: hidden;
		max-width: 100%;
		height: 44px;
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
		transition-duration: 0.5s;
		transition-property: all;
		background: #F5F5F5;
		line-height: 44px;
	}

	.global-header .search-bar.hide {
		display: none;
	}

	.global-header .search-bar.closed {
		height: 0;
	}

	.global-header .search-bar .viv-icon-search {
		top: 13px;
		left: 25px;
	}

	.global-header .search {
		width: 87%;
		height: 30px;
		margin-top: 7px;
		margin-right: 19px;
		margin-left: 20px;
		padding-left: 33px;
		background: #FFF;
		font-size: 14px;
		line-height: 18px;
	}

	.global-header .cancel-search {
		margin-top: 0;
		padding: 15px 0;
		font-size: 12px;
		line-height: 15px;
	}

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

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

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

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

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

	.global-header .open-mobile-nav {
		display: block;
	}

	.global-header nav {
		padding: 0 20px;
	}

	.global-header .mobile-nav-call {
		display: block;
		float: right;
		margin: 14px 0 0 0;
		padding: 0 8px;
		text-align: center;
		text-decoration: none;
		color: #FFF;
		border-radius: 3px;
		background: #FF8200;
		font-size: 16px;
		line-height: 42px;
	}

	.global-header .mobile-nav-call .viv-icon-phone {
		margin-right: 5px;
		vertical-align: middle;
		font-size: 24px;
	}

	/* this is to prevent scrolling when mobile nav is open */
	body.mobile-open {
		overflow: hidden;
	}

	section.mobile-nav {
		position: fixed;
		z-index: 10;
		left: -220px;
		overflow: auto;
		width: 100vw;
		width: 220px;
		height: 100vh;
		background: #FFF;
	}

	.mobile-nav .mobile-nav-main {
		z-index: 20;
		display: block;
		margin-top: 68px;
	}

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

	.global-header .nav-hamburger {
		float: left;
		margin-top: 22px;
		text-decoration: none;
		color: #666;
		font-size: 24px;
		line-height: 24px;
	}

	.global-header .nav-left {
		display: inline-block;
		float: none;
	}

	.global-header .mobile.header-shadow {
		top: 111px;
	}

	.global-header .search::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		font-size: 14px;
		line-height: 18px;
	}

	.mobile-nav .search::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		font-size: 14px;
		line-height: 18px;
	}

	.global-header .search::-moz-placeholder {
		/* Firefox 19+ */
		font-size: 14px;
		line-height: 18px;
	}

	.mobile-nav .search::-moz-placeholder {
		/* Firefox 19+ */
		font-size: 14px;
		line-height: 18px;
	}

	.global-header .search:-ms-input-placeholder {
		/* IE 10+ */
		font-size: 14px;
		line-height: 18px;
	}

	.mobile-nav .search:-ms-input-placeholder {
		/* IE 10+ */
		font-size: 14px;
		line-height: 18px;
	}

	.global-header .search:-moz-placeholder {
		/* Firefox 18- */
		font-size: 14px;
		line-height: 18px;
	}

	.mobile-nav .search:-moz-placeholder {
		/* Firefox 18- */
		font-size: 14px;
		line-height: 18px;
	}

	.global-header .search::placeholder {
		font-size: 14px;
		line-height: 18px;
	}

	.mobile-nav .search::placeholder {
		font-size: 14px;
		line-height: 18px;
	}

	.global-header .search:placeholder {
		font-size: 14px;
		line-height: 18px;
	}

	.mobile-nav .search:placeholder {
		font-size: 14px;
		line-height: 18px;
	}
}

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

	.mobile-nav .mobile-nav-main {
		margin-top: 52px;
	}

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

	.global-header .nav-center {
		display: inline;
	}

	.mobile-nav .vivint-logo {
		margin-right: 14px;
	}

	.mobile-nav-main .ui-accordion .ui-accordion-icons,
	.mobile-nav-main .nav-link {
		padding-left: 16px;
	}

	.mobile-nav-main .mobile-item {
		padding-left: 30px;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item {
		animation-name: fade-in;
		animation-duration: 400ms;
		animation-timing-function: ease-in-out;
		animation-delay: 200ms;

		animation-fill-mode: both;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(1) {
		animation-delay: 0ms;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(2) {
		animation-delay: 60ms;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(3) {
		animation-delay: 120ms;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(4) {
		animation-delay: 180ms;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(5) {
		animation-delay: 240ms;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(6) {
		animation-delay: 300ms;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(7) {
		animation-delay: 360ms;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(8) {
		animation-delay: 420ms;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(9) {
		animation-delay: 480ms;
	}

	.mobile-nav-main .ui-accordion-content-active .mobile-item:nth-child(10) {
		animation-delay: 540ms;
	}

	.mobile-nav .contact-separation {
		width: 100%;
	}

	.global-header .nav-left {
		height: 52px;
		line-height: 52px;
	}

	.global-header .nav-left .home-logo,
	.mobile-nav .home-logo {
		height: 52px;
		line-height: 52px;
	}

	.mobile-nav .home-logo {
		margin-left: -24px;
	}

	.global-header .nav-hamburger {
		margin-top: 15px;
	}

	.global-header .mobile-nav-call {
		width: 24px;
		height: 27px;
		margin: 5px 0 0 0;
		padding: 5px 0;
		color: #666;
		background: #FFF;
		font-size: 27px;
		line-height: 27px;
	}

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

	.global-header .vivint-logo,
	.mobile-nav .vivint-logo {
		width: 158px;
		height: 18px;
	}

	.global-header nav {
		height: 52px;
		padding: 0 15px;
	}

	.global-header .search-bar {
		top: 52px;
	}

	.global-header .search-bar .viv-icon-search {
		top: 13px;
	}

	.global-header .search-bar .search {
		width: 82%;
		margin-right: 12px;
	}

	.mobile-nav .search {
		width: 85%;
		margin-left: 13px;
	}

	.global-header .mobile.header-shadow {
		top: 96px;
	}
}

@media screen and (max-width: 480px) {
	.global-header .search-bar .search {
		width: 76%;
		margin-right: 12px;
		margin-left: 13px;
	}
	.global-header .search-bar .viv-icon-search {
		left: 20px;
	}
	.mobile-nav .search {
		width: 75%;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* 
 * global/chat/mobile/
 * 
*/
section.mobile-chat {
	background: #fff;
	height: 100%;
	left: 0;
	margin-left: -100vw;
	overflow: hidden;
	position: fixed;
	width: 100vw;
	z-index: 40;
	transition: all 200ms ease;
}

section.mobile-chat.active {
	margin-left: 0;
	transition: all 200ms ease;
}

.mobile-chat .chat-box-link {
	text-decoration: none;
}

.mobile-chat .viv-icon-arrow-left {
	display: inline-block;
	font-size: 24px;
	color: #666;
	margin: 14px 0 14px 16px;
}

.mobile-chat .container {
	margin: 0 auto;
	max-width: 235px;
	text-align: center;
}

.mobile-chat .lets-chat {
	color: #333;
	margin: 0 auto;
	width: 213px;
}

.mobile-chat .chat-box {
	border-radius: 4px;
	border: 1px solid #fff;
	box-shadow: 0 0 8px 0 #D8D8D8;
	margin-top: 25px;
	padding: 27px 0 32px;
	color: #666;
}

.mobile-chat .chat-box:hover {
	border-color: #ff8200;
}

.mobile-chat .chat-box.support-offline:hover,
.mobile-chat .chat-box.sales-offline:hover {
	border-color: #F5F5F5;
}

.mobile-chat .sales-offline {
	background: #F5F5F5;
	color: #9B9B9B;
	padding: 20px 0;
	border-color: #F5F5F5;
}

.mobile-chat .sales-offline i,
.mobile-chat .sales-offline h5 {
	color: #9B9B9B;
}

.mobile-chat .sales-offline i {
	margin-bottom: 7px;
}

.mobile-chat .sales-offline span {
	font-size: 13px;
	line-height: 23px;
}

.mobile-chat .viv-icon-chat-alt {
    color: #ff8200;
    display: block;
    font-size: 36px;
}

.mobile-chat .viv-icon-validation-no {
	color: #9B9B9B;
	display: block;
	font-size: 28px;
}

.mobile-chat .chat-box h5,
.mobile-chat .chat-box p {
	line-height: 23px;
	color: #666;
}

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

@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;
	}
}

@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;
    width: 100%;
}

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%;
}

@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;
	}
}

@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,
.global-footer .company-menu {
	width: 420px;
	float: left;
}

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

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

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

	.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 .footer-top {
		padding: 40px 20px 35px;
	}
	.global-footer .support-menu,
	.global-footer .company-menu {
		width: 310px;
	}

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

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

@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: 155px;
    	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;
	    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: #ff8200;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
	z-index: 10;
	overflow: auto;
}

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

.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;
}

@media(max-width: 777px) {	

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

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