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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

}

@media(max-width: 767px) {


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

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

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

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


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

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

.history-header {
	line-height: normal;
	padding-bottom: 70px;
	text-transform: uppercase;
  }

.company-history .left {
  float: left;
  width: 450px;
  border-right: 2px solid #dddddd;
  padding: 0 30px 17px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

.exec-name {
	padding: 10px 0 0 0;
}

.bio-link {
	color: #ff8200;
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
}

#leadership-list .titles {
	text-decoration: none;
	color: #666;
}

#leadership-container .coverage-last a {
	margin-top: 35px;
}

#leadership-container .coverage-last h3 {
	font-size: 27px;
	margin-top: 0;
}

.leader-list-img {
  max-width: 276px;
}

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

#leadership-container .coverage-last.grey {
	background: #9B9B9B;
}

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

.coverage-last a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  margin-top: 87px;
}

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

section.leadership .button-ghost-white {
	display: block;
	max-width: 215px;
	margin: auto;
	text-transform: none;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 25px;
}

section.leadership .button-ghost-white:hover {
	background-color: #fff;
	color: #555;
}

.fancybox-skin {
	background: #fff;
}


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

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

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

@media(max-width: 560px) {
	.leadership {
		padding: 50px 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 450px) {
    #banner-header-text-form {
    font-size: 30px;
    }
}
/* 
 * global/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;
	}
}

