.text-info {
	color:#31708f
}
a.text-info:focus, a.text-info:hover {
	color:#245269
}
.text-warning {
	color:#8a6d3b
}
a.text-warning:focus, a.text-warning:hover {
	color:#66512c
}
.text-danger {
	color:#a94442
}
a.text-danger:focus, a.text-danger:hover {
	color:#843534
}
.bg-primary {
	color:#fff;
	background-color:#337ab7
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color:#286090
}
.bg-success {
	background-color:#dff0d8
}
a.bg-success:focus, a.bg-success:hover {
	background-color:#c1e2b3
}
.bg-info {
	background-color:#d9edf7
}
a.bg-info:focus, a.bg-info:hover {
	background-color:#afd9ee
}
.bg-warning {
	background-color:#fcf8e3
}
a.bg-warning:focus, a.bg-warning:hover {
	background-color:#f7ecb5
}
.bg-danger {
	background-color:#f2dede
}
a.bg-danger:focus, a.bg-danger:hover {
	background-color:#e4b9b9
}


.tooltip {
	position:absolute;
	z-index:1070;
	display:block;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	line-height:1.42857143;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	white-space:normal;
	filter:alpha(opacity=0);
	opacity:0;
	line-break:auto
}
.tooltip.in {
	filter:alpha(opacity=90);
	opacity:.9
}
.tooltip.top {
	padding:5px 0;
	margin-top:-3px
}
.tooltip.right {
	padding:0 5px;
	margin-left:3px
}
.tooltip.bottom {
	padding:5px 0;
	margin-top:3px
}
.tooltip.left {
	padding:0 5px;
	margin-left:-3px
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	background-color:#000;
	border-radius:4px
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-left .tooltip-arrow {
	right:5px;
	bottom:0;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-right .tooltip-arrow {
	bottom:0;
	left:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:#000
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:#000
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow {
	top:0;
	right:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow {
	top:0;
	left:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1060;
	display:none;
	max-width:276px;
	padding:1px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:400;
	line-height:1.42857143;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	white-space:normal;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	line-break:auto
}
.popover.top {
	margin-top:-10px
}
.popover.right {
	margin-left:10px
}
.popover.bottom {
	margin-top:10px
}
.popover.left {
	margin-left:-10px
}
.popover-title {
	padding:8px 14px;
	margin:0;
	font-size:14px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0
}
.popover-content {
	padding:9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover>.arrow {
	border-width:11px
}
.popover>.arrow:after {
	content:"";
	border-width:10px
}
.popover.top>.arrow {
	bottom:-11px;
	left:50%;
	margin-left:-11px;
	border-top-color:#999;
	border-top-color:rgba(0, 0, 0, .25);
	border-bottom-width:0
}
.popover.top>.arrow:after {
	bottom:1px;
	margin-left:-10px;
	content:" ";
	border-top-color:#fff;
	border-bottom-width:0
}
.popover.right>.arrow {
	top:50%;
	left:-11px;
	margin-top:-11px;
	border-right-color:#999;
	border-right-color:rgba(0, 0, 0, .25);
	border-left-width:0
}
.popover.right>.arrow:after {
	bottom:-10px;
	left:1px;
	content:" ";
	border-right-color:#fff;
	border-left-width:0
}
.popover.bottom>.arrow {
	top:-11px;
	left:50%;
	margin-left:-11px;
	border-top-width:0;
	border-bottom-color:#999;
	border-bottom-color:rgba(0, 0, 0, .25)
}
.popover.bottom>.arrow:after {
	top:1px;
	margin-left:-10px;
	content:" ";
	border-top-width:0;
	border-bottom-color:#fff
}
.popover.left>.arrow {
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-right-width:0;
	border-left-color:#999;
	border-left-color:rgba(0, 0, 0, .25)
}
.popover.left>.arrow:after {
	right:1px;
	bottom:-10px;
	content:" ";
	border-right-width:0;
	border-left-color:#fff
}
.carousel {
	position:relative
}
.carousel-inner {
	position:relative;
	width:100%;
	overflow:hidden
}
.carousel-inner>.item {
	position:relative;
	display:none;
-webkit-transition:.6s ease-in-out left;
-o-transition:.6s ease-in-out left;
transition:.6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height:1
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
-webkit-transition:-webkit-transform .6s ease-in-out;
-o-transition:-o-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-perspective:1000px;
perspective:1000px
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
left:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
left:0;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}left:0;

}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6);
	filter:alpha(opacity=50);
	opacity:.5
}
.carousel-control.left {
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image:-o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image:linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat:repeat-x
}
.carousel-control.right {
	right:0;
	left:auto;
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image:-o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image:linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat:repeat-x
}
.carousel-control:focus, .carousel-control:hover {
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block;
	margin-top:-10px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left:50%;
	margin-left:-10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right:50%;
	margin-right:-10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width:20px;
	height:20px;
	font-family:serif;
	line-height:1
}
.carousel-control .icon-prev:before {
	content:'‹'
}
.carousel-control .icon-next:before {
	content:'›'
}
.carousel-indicators {
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:15;
	width:60%;
	padding-left:0;
	margin-left:-30%;
	text-align:center;
	list-style:none
}
.carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#000\9;
	background-color:rgba(0, 0, 0, 0);
	border:1px solid #fff;
	border-radius:10px
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	margin:0;
	background-color:#fff
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
	text-shadow:none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
width:30px;
height:30px;
margin-top:-15px;
font-size:30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
margin-left:-15px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
margin-right:-15px
}
.carousel-caption {
right:20%;
left:20%;
padding-bottom:30px
}
.carousel-indicators {
bottom:20px
}
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display:table;
	content:" "
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear:both
}
.center-block {
	display:block;
	margin-right:auto;
	margin-left:auto
}
.pull-right {
	float:right!important
}
.pull-left {
	float:left!important
}
.hide {
	display:none!important
}
.show {
	display:block!important
}
.invisible {
	visibility:hidden
}
.text-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
.hidden {
	display:none!important
}
.affix {
	position:fixed
}
@-ms-viewport {
width:device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display:none!important;
	margin-top:0px;
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display:none!important
}








@media screen and(min-width:490px) screen and(max-width:766px) {

.visible-xs{display:none !important; margin-bottom:50px;}  

.hidden-xs{display:block !important;}

}




@media (max-width:480px) {

.visible-xs{display:block !important;}  

.hidden-xs{display:none !important;}

}



@media(min-width:768px) {
.visible-xs {
display:none!important;
}

.hidden-xs {
display:block!important;
margin-top:0px;
margin-bottom:50px;


}


table.visible-xs {
display:table!important
}
tr.visible-xs {
display:table-row!important
}
td.visible-xs, th.visible-xs {
display:table-cell!important
}
}
@media(max-width:767px) {
.visible-xs-block {
display:block!important
}
}
@media(max-width:767px) {
.visible-xs-inline {
display:inline!important
}
}
@media(max-width:767px) {
.visible-xs-inline-block {
display:inline-block!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm {
display:block!important
}
table.visible-sm {
display:table!important
}
tr.visible-sm {
display:table-row!important
}
td.visible-sm, th.visible-sm {
display:table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-block {
display:block!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline {
display:inline!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
display:inline-block!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md {
display:block!important
}
table.visible-md {
display:table!important
}
tr.visible-md {
display:table-row!important
}
td.visible-md, th.visible-md {
display:table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-block {
display:block!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline {
display:inline!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
display:inline-block!important
}
}
@media(min-width:1200px) {
.visible-lg {
display:block!important
}
table.visible-lg {
display:table!important
}
tr.visible-lg {
display:table-row!important
}
td.visible-lg, th.visible-lg {
display:table-cell!important
}
}
@media(min-width:1200px) {
.visible-lg-block {
display:block!important
}
}
@media(min-width:1200px) {
.visible-lg-inline {
display:inline!important
}
}
@media(min-width:1200px) {
.visible-lg-inline-block {
display:inline-block!important
}
}

}
@media(min-width:768px) and (max-width:991px) {
.hidden-sm {
display:none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-md {
display:none!important
}
}
@media(min-width:1200px) {
.hidden-lg {
display:none!important
}
}
.visible-print {
	display:none!important
}
@media print {
.visible-print {
	display:block!important
}
table.visible-print {
	display:table!important
}
tr.visible-print {
	display:table-row!important
}
td.visible-print, th.visible-print {
	display:table-cell!important
}
}
.visible-print-block {
	display:none!important
}
@media print {
.visible-print-block {
	display:block!important
}
}
.visible-print-inline {
	display:none!important
}
@media print {
.visible-print-inline {
	display:inline!important
}
}
.visible-print-inline-block {
	display:none!important
}
@media print {
.visible-print-inline-block {
	display:inline-block!important
}
}
@media print {
.hidden-print {
	display:none!important
}
}


.white{color:#fff; line-height:30px;}
.grey{color:#686868; line-height:30px; font-size:20px;}

.grey-f {
	color:#686868
}
.silver-f {
	color:#b2afad
}
.blue-navy-bg {
	background:none
}
.orange-bg {
	background:none
}
.blue-bg {
	background:#0061a8
}
.gray-bg {
	background-color:#404040
}
.light-gray-bg {
	background:#d4d4d4
}
.gray-dots-bg {
	background-image:url("../Content/ProtectYourHome/img/gray_bg.jpg");
	background-repeat:repeat
}
.silver-dots-bg {
	background-image:url("https://www.protectyourhome.com/Content/ProtectYourHome/img/silver_bg.jpg");
	background-repeat:repeat
}
.white-bg {
	background-color:#404040
}
.disabled {
	background-color:#555;
	color:#aaa
}
.silver-gradient-bg {
	background:#fefefe;
	background:url("https://www.protectyourhome.com/Content/ProtectYourHome/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhM2FhYWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background:-moz-linear-gradient(top, #fefefe 0%, #a3aaae 100%);
	background:-webkit-linear-gradient(top, #fefefe 0%, #a3aaae 100%);
	background:linear-gradient(to bottom, #fefefe 0%, #a3aaae 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#a3aaae', GradientType=0)
}
.circle-img {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position:relative;
	margin-top:5px;
	margin-right:4px;
	vertical-align:-4px;
	border:none;
	background-color:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	cursor:pointer
}

input[type="radio"], input[type="checkbox"] {
	margin:4px 0 0;
	margin-top:1px \9;
	line-height:normal;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
input[type="radio"]:checked:before, .radio input[type="radio"]:checked:before, .radio-inline input[type="radio"]:checked:before {
	-webkit-transform:scale(.5);
	-ms-transform:scale(.5);
	-o-transform:scale(.5);
	-moz-transform:scale(.5);
	transform:scale(.5)
}
input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
	position:absolute;
	left:0;
	top:0;
	background-color:#717171;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0)
}
input[type="radio"].white:before {
	background-color:#fff
}
input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before, input[type="radio"]:after, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
	content:"";
	display:block;
	width:15px;
	height:15px;
	margin-top:-3px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-transition:240ms;
	-o-transition:240ms;
	-moz-transition:240ms;
	transition:240ms
}
input[type="radio"]:checked:after, .radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
	border-color:#414141
}
input[type="radio"]:after, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
	border:2px solid #666
}
input[type="radio"].error:after, input[type="radio"].white.error:after {
	border:2px solid #dd2e1d
}
input[type="checkbox"].error:after, input[type="checkbox"].white.error:after {
	border:2px solid #dd2e1d!important
}
input[type="radio"].white:checked:after, input[type="radio"].white:after {
	border:2px solid #fff
}
input[type="checkbox"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	cursor:pointer;
	position:relative;
	vertical-align:middle
}
input[type="checkbox"]:after {
	background-color:#949180
}
input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	outline:none
}
input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
	content:"";
	position:absolute;
	top:-1px;
	left:9px;
	display:table;
	width:4px;
	height:10px;
	border:2px solid #fff;
	border-top-width:0;
	border-left-width:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)
}
input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
	background-color:#949180;
	border-color:#949180
}
input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
	content:"";
	display:block;
	width:15px;
	height:15px;
	margin-top:-2px;
	margin-right:5px;
	border:1px solid #333;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-transition:240ms;
	-o-transition:240ms;
	-moz-transition:240ms;
	transition:240ms;
	background-color:#fff;
	margin-left:3px
}
.fancy-checkbox-tx {
	line-height:30px;
	vertical-align:middle;
	padding-left:10px
}
.checkbox label, .radio label {
	padding-left:30px;
	font-size:15pt
}
.headline {
	font-size:38pt!important;
	margin-top:30px;
	font-family:Gotham-Light;
}
.headline-small {
	font-size:20pt!important
}
.inner-page {
	padding-bottom:0;
	padding-top:65px;
	margin-bottom:70px
}
.inner-page.payment {
	padding-top:46px
}
.inner-section {
	padding-top:40px;
	padding-bottom:20px
}
.geo-header {
	padding-top:20px
}
.relative {
	position:relative
}
.inner-page p, .inner-section p {
	font-size:12pt
}
.inner-page p.white-f a, .inner-section.white-f p a {
	color:#fff;
	text-decoration:underline
}
.inner-page h1, .inner-section h1 {
	color:#0061a8;
	font-size:25px;
	font-family:Gotham-Bold;
	margin-top:0
}
.inner-page h1 .sprite-icon, .inner-section h1 .sprite-icon, .inner-page h1 .sprite-new, .inner-section h1 .sprite-new {
	margin-right:10px;
	float:left;
	margin-top:-5px;
	margin-bottom:7px
}
.inner-page h2, .inner-section h2 {
	font-family:Gotham-Bold;
	font-size:22px;
	margin-bottom:0
}
.inner-page h3, .inner-section h3 {
	font-size:17px;
	font-family:Gotham-Bold
}
.inner-page ul, .inner-page ol, .inner-section ul, .inner-section ol {
	font-size:12pt;
	padding-left:23px
}
.inner-page hr, .inner-section hr {
	border-bottom:4px dotted #87abcd;
	margin-top:45px
}
.state-page h2.headline {
	font-size:22px!important;
	text-align:left
}
.inner-section .headline.geo, .inner-section .headline-small.geo {
	margin-bottom:-50px
}
.button-cta {
	padding:10px
}
.button-cta:hover {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
img.full-width {
	width:100%
}
img.responsive {
	max-width:100%;
	height:auto
}
.drop-shadow {
	-moz-box-shadow:0 10px 19px rgba(0, 0, 0, .3);
	-webkit-box-shadow:0 10px 19px rgba(0, 0, 0, .3);
	box-shadow:0 10px 19px rgba(0, 0, 0, .3)
}

.sprite-new {
background:url("../Content/ProtectYourHome/img/sprite-new.png");
display:inline-block
}


.sprite-new.money {
	height:65px;
	width:80px;
	background-position:0px 0
}


.sprite-new.home {
	height:65px;
	width:80px;
	background-position:-100px 0
}

.sprite-new.clock {
	height:65px;
	width:80px;
	background-position:-185px 0
}



.sprite-icon {
	background:url("../Content/ProtectYourHome/img/sprite_updated.png");
	display:inline-block
}
.sprite-icon.adt {
	height:143px;
	width:105px;
	background-position:-1px 144px
}
.sprite-icon.price-guide {
	height:89px;
	width:86px;
	background-position:100px 236px
}
.sprite-icon.adt-pulse {
	height:84px;
	width:110px;
	background-position:227px 236px
}
.sprite-icon.install-location {
	height:88px;
	width:87px;
	background-position:327px 233px
}
.sprite-icon.customer-rev {
	height:85px;
	width:85px;
	background-position:433px 229px
}
.sprite-icon.home {
	height:34px;
	width:35px;
	background-position:-257px 0
}
.sprite-icon.fb {
	height:35px;
	width:35px;
	background-position:0 0
}
.sprite-icon.tw {
	height:35px;
	width:43px;
	background-position:-52px 0
}
.sprite-icon.yt {
	height:35px;
	width:49px;
	background-position:-105px 0
}
.sprite-icon.gplus {
	height:35px;
	width:35px;
	background-position:-170px 0
}
.sprite-icon.phone-circle {
	height:42px;
	width:42px;
	background-position:-208px 0
}
.sprite-icon.clock {
	height:33px;
	width:34px;
	background-position:-299px -3px
}
.sprite-icon.home-hand {
	height:45px;
	width:42px;
	background-position:-340px -1px
}
.sprite-icon.check {
	height:35px;
	width:65px;
	background-position:-393px 0
}
.sprite-icon.shield {
	height:34px;
	width:29px;
	background-position:-230px -144px
}
.sprite-icon.pad {
	height:33px;
	width:55px;
	background-position:-160px -144px
}
.sprite-icon.tools {
	height:30px;
	width:33px;
	background-position:-274px -145px
}
.sprite-icon.adt-stick {
	height:39px;
	width:30px;
	background-position:-115px -144px
}
.sprite-icon.contact-us {
	height:42px;
	width:35px;
	background-position:-313px -192px
}
.sprite-icon.security-tips {
	height:39px;
	width:35px;
	background-position:-113px -192px
}
.sprite-icon.customer-rev.small {
	height:35px;
	width:34px;
	background-position:-164px -192px;
	background-size:auto
}
.sprite-icon.install-location.small {
	height:34px;
	width:32px;
	background-position:-214px -193px
}
.sprite-icon.home-security-information {
	height:34px;
	width:35px;
	background-position:-262px -192px
}
.sprite-icon.support {
	height:32px;
	width:33px;
	background-position:-364px -192px
}
.sprite-icon.media {
	background:url("../Content/ProtectYourHome/img/mediasprite.png");
	width:20px;
	height:20px
}
.sprite-icon.media.facebook {
	background-position:0 0
}
.sprite-icon.media.twitter {
	background-position:-19px 0
}
.sprite-icon.media.pinterest {
	background-position:-61px 0
}
.sprite-icon.fbook-feed {
	background:url("../Content/ProtectYourHome/img/social_sprite.png");
	width:46px;
	height:46px;
	background-position:-4px -6px;
	position:absolute;
	margin-left:-57px;
	margin-top:-10px
}
.sprite-icon.twitter-feed {
	background:url("../Content/ProtectYourHome/img/social_sprite.png");
	width:54px;
	height:42px;
	background-position:-62px -10px;
	position:absolute;
	margin-left:-57px;
	margin-top:-10px
}
.sprite-icon.blog-feed {
	background:url("../Content/ProtectYourHome/img/social_sprite.png");
	width:60px;
	height:48px;
	background-position:-119px -7px;
	position:absolute;
	margin-left:-67px;
	margin-top:-10px
}
.bbb-logos-white {
	background:url("../Content/ProtectYourHome/img/bbb-lock-up-white-new.png");
	width:214px;
	height:70px;
	position:absolute;
	left:0;
	bottom:0;
	margin:10px;
	z-index:1;
	background-repeat:no-repeat;
	background-size:100%
}
.main-nav {
	background:#fff;
	border:none;
	-moz-box-shadow:0 0 16px rgba(0, 0, 0, .6);
	-webkit-box-shadow:0 0 16px rgba(0, 0, 0, .6);
	box-shadow:0 0 16px rgba(0, 0, 0, .6);
	padding-right:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	height:110px;
}
.main-nav .navbar-brand {
	margin-top:0;
	padding:0 0 15px 15px;
	height:100%
}
.main-nav .cta-holder {
	float:none!important;
	margin-top:30px;
}
.main-nav .cta.call-now {
	color:#f36f21;
	margin-top:7px;
	font-size:23pt;
	padding:20px 0px;
	margin-bottom:24px;
	text-align:right;
	font-weight:bold;
}
.main-nav .cta.call-now.orange-bg:focus {
	background:#e54d01;
	color:#fff
}
.main-nav .cta.call-now .sprite-icon {
	float:left;
	margin-top:-11px;
	margin-right:10px
}
.main-nav .cta.call-now:hover {
	background:none;
	color:#f36f21;
}
.main-nav .navbar-nav>li>a {
	font-size:18pt;
	color:#000
}
.main-nav .navbar-nav li {
	float:right
}
.main-nav .navbar-nav li a.anchor {
	padding:2px 20px;
	border-left:2px solid #000;
	color:#000;
	font-size:18pt
}
.main-nav .navbar-nav li a.anchor:hover {
	color:#0061a8
}
.main-nav .navbar-nav li.open a.anchor {
	background-color:transparent
}
.main-nav .navbar-nav .dropdown-menu {
	right:auto;
	left:0;
	border:none;
	background-color:rgba(255, 255, 255, .9);
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	min-width:485px
}
.main-nav .navbar-nav .dropdown-menu li {
	float:none
}
.main-nav .navbar-nav .dropdown-menu li a.anchor {
	border-right:none
}
.main-nav .navbar-nav .dropdown-menu li a.anchor:before {
	content:'';
	font-family:'Glyphicons Halflings';
	float:left;
	margin-top:10px;
	font-size:8pt;
	margin-right:1px
}
.main-nav .navbar-nav .dropdown-menu li a {
	border:none;
	padding:10px!important
}
.main-nav .navbar-nav>li>a.anchor.home {
	padding-left:0;
	border-left:none
}
.main-nav .navbar-nav>li>a.anchor .sprite-icon {
	margin-top:-13px
}
.main-nav .navbar-nav li:last-of-type a.anchor {
	padding-left:0;
	border-left:none
}
.main-nav .navbar-nav li:nth-of-type(2) a.anchor {
padding-right:0
}
#main-menu {
	margin:0;
	background-color:#003155;
	-moz-box-shadow:inset 0 0 45px rgba(0, 0, 0, .5);
	-webkit-box-shadow:inset 0 0 45px rgba(0, 0, 0, .5);
	box-shadow:inset 0 0 45px rgba(0, 0, 0, .7);
	padding-top:10px
}
#main-menu a {
	color:#fefefe;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #4c4c4c
}
#main-menu a:hover {
	background-color:#1e1e1e;
	-moz-box-shadow:inset 0 0 45px rgba(0, 0, 0, .5);
	-webkit-box-shadow:inset 0 0 45px rgba(0, 0, 0, .5);
	box-shadow:inset 0 0 45px rgba(0, 0, 0, .5)
}
#main-menu a:before {
	content:'';
	font-family:'Glyphicons Halflings';
	float:left;
	margin-top:0;
	font-size:8pt;
	margin-right:1px
}
#main-menu .language-bar {
	padding-top:25px
}
#main-menu .language-bar a {
	display:inline;
	border-bottom:none
}
#main-menu .language-bar a:before {
	display:none
}
footer {
	padding-top:50px
}
footer .footer-nav {
	margin-top:7px
}
footer .footer-nav.nav li a {
	color:#fff;
	padding:0 7px;
	border-right:1.5px solid #fff;
	font-size:10pt;
	height:14px;
	line-height:14px
}
footer .footer-nav.nav li a:hover {
	background-color:transparent
}
footer .footer-nav.nav li:last-of-type a {
	padding-right:0;
	border-right:none
}
footer .social-media.nav li a {
	padding:0;
	padding-right:15px
}
footer .social-media.nav li a:hover {
	background:none
}
footer .social-media.nav li:last-of-type a {
	padding-right:0
}
footer .terms-disclaimer {
	font-size:7pt;
	margin-top:30px;
	text-align:justify
}
.offer {
	display:table-cell;
	height:680px
}
.offer .column-1 {
	display:table;
	height:100%
}
.offer .column-2 {
	display:table-cell;
	height:100%
}
.offer .column-2 .inner-column {
	padding:0 22px 25px 22px
}
.offer .column-2 .inner-column h2 {
	text-align:left;
	margin-bottom:20px;
	margin-top:20px
}
.offer .column-2 .inner-column.extended {
	padding:0 10px
}
.offer.reverse .column-2 .inner-column {
	padding:20px 0 25px 0;
	float:left;
}
.offer .small-img {
	margin-bottom:-30px;
	height:auto
}
.offer h4 {
	font-size:12pt
}
.offer .products-section {
	text-align:left;
	margin-top:25px
}
.offer .products-section .product-box {
	background:#0061a8;
	padding:10px 15px;
	border:none;
	color:#fff;
	font-family:Gotham-Book;
	font-size:13pt;
	width:95%;
	margin:0 auto;
	margin-bottom:5px
}

.offer .sign-wrapper .check-sign {
	position:relative;
	float:left;
	color:#0087d9;
	border-color:#343434;
	padding:0px 0;
	width:20px;
	height:29px;
	font-size:16pt;
	line-height:23px;
	z-index:0;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:0px
}


.offer .sign-wrapper .check-sign-two {
	position:relative;
	float:left;
	color:#0087d9;
	border-color:#343434;
	padding:0px 0;
	width:20px;
	height:29px;
	font-size:16pt;
	line-height:23px;
	z-index:0;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:0px;
	margin-top:10px;
}


.offer .sign-wrapper .plus-sign {
    position: relative;
    float: left;
    color: #fff;
    border-color: #343434;
    padding: 1px 0;
    width: 29px;
    height: 29px;
    font-size: 16pt;
    line-height: 23px;
    border: 2px solid #fff;
    z-index: 0;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 120px;
    margin-top: 7px;
}


.offer .sign-wrapper .plus-sign-two {
	position:relative;
	float:left;
	color:#fff;
	border-color:#343434;
	padding:1px 0;
	width:29px;
	height:29px;
	font-size:16pt;
	line-height:23px;
	border:2px solid #fff;
	z-index:0;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
	margin-right:10px;
	margin-top:0px;
}

.offer .sign-wrapper:last-of-type {
	display:none
}
.offer .small-boxes .price span {
	font-size:13pt
}
.offer .small-boxes .price {
	display:inline-block
}
.offer .small-boxes .price-tag {
	padding:0 4px
}
.offer .small-boxes .price-tag.normal span, .offer .small-boxes .price-tag.normal sup {
	color:#fff
}
.offer .small-boxes .price .price-tag .number {
	font-size:45pt;
	letter-spacing:-4px
}
.offer .small-boxes .price .price-tag sup.dollar-sign {
	font-size:22pt;
	top:-24px
}
.offer .small-boxes .price .price-tag sup {
	font-size:14pt;
	top:-28px;
	left:-4px
}
.offer .small-boxes .price .price-tag.normal .month {
	margin-left:-45px!important
}
.offer .small-boxes .price .price-tag .month {
	font-size:17pt;
	margin-left:-50px
}
.offer .price {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	text-align:center
}
.offer .price span {
	display:block;
	color:#003154;
	font-size:20pt;
	letter-spacing:-1px;
	margin-top:-3px;
	line-height:48px
}
.offer .popped.prices .price span {
	display:block;
	color:#fff;
	font-size:20pt;
	letter-spacing:-1px;
	margin-top:-3px;
	line-height:48px;
	text-shadow:4px 4px 6px rgba(0, 0, 0, .5)
}
.offer .price span.white-f {
	color:#fff
}
.offer .price span.silver-f {
	color:#b2afad
}
.offer .price .price-tag {
	font-size:80pt;
	line-height:1;
	margin-top:-14px
}
.offer .price .price-tag sup.dollar-sign {
	font-size:40pt;
	top:-35px
}
.offer .price .price-tag sup {
	font-size:33pt;
	top:-45px
}
.offer .price .price-tag .month {
	display:inline;
	font-size:33pt;
	margin-left:-86px
}
.offer .price .price-tag .number {
	display:inline;
	letter-spacing:-11px;
	font-size:80pt;
	margin-right:20px
}
.offer .description {
	font-size:13pt;
	line-height:25px;
	margin-top:25px;
}
.offer .disclaimer {
	font-size:7.6pt;
	text-align:center;
	margin-top:25px
}
.offer .cta {
	border:none;
	color:#fff;
	font-size:17pt;
	padding:0px;
	display:inherit;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	position:relative;
	float:left;
}
.offer .cta:hover {
	text-decoration:none;
	cursor:pointer
}
.offer .cta .glyphicon {
	position:absolute;
	margin-top:11px;
	text-shadow:3px 3px 5px rgba(0, 0, 0, .5);
	font-size:33px
}
.offer.reverse {
	height:710px
}
.offer.reverse .column-2 .inner-column h2 {
	font-size:41px
}
.offer.reverse .description {
	font-size:13pt
}
.offer.reverse .products-section {
	padding:0 0px
}
.offer.reverse .disclaimer {
	padding:0 0px;
	float:left;
	text-align:left;
	width:50%;
}

.full-width{float:left; width:100%;}

.offer.reverse .cta {
	/*max-width:285px*/
}
.offer.reverse h1 {
	font-size:32pt!important;
	vertical-align:middle;
	float:left;
	margin-top:248px;
	margin-left:20px
}
.offer.reverse .offer-img {
	position:absolute;
	left:0;
	bottom:0;
	height:auto
}
.offer.reverse .small-img {
	max-width:50%;
	display:block;
	margin:0 auto;
	margin-bottom:-30px
}
.offer.reverse .popped.prices {
	margin-left:0px;
	margin-right:0px;
	height:125px;
	

}
.popped.prices::before {
width:0;
height:0;
border-top:25px solid #8b3912;
border-left:19px solid transparent;
content:'';
float:left;
margin-top:125px
}
.popped.prices::after {
width:0;
height:0;
border-top:25px solid #8b3912;
border-right:19px solid transparent;
content:'';
float:right;
margin-top:-25px
}
.offer.reverse .popped.prices .price.special {
	padding-right:0
}
.offer.reverse .small-boxes .price span {
	font-size:16pt;
	margin-top:10px
}
.offer.reverse .small-boxes .price {
	display:inline-block;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	margin-top:-10px
}
.offer.reverse .small-boxes .price.normal {
	padding:0;
	margin-left:15px
}
.offer.reverse .small-boxes .price.special {
	padding-right:34px;
	display:block
}
.offer.reverse .small-boxes .price .price-tag {
	margin-top:-20px
}
.offer.reverse .small-boxes .price-tag.normal span, .offer.reverse .small-boxes .price-tag.normal sup {
	color:#b2afad
}
.offer.reverse .small-boxes .price .price-tag .number {
	font-size:70pt;
	letter-spacing:-4px;
	display:inline-block;
	margin-top:23px
}
.offer.reverse .small-boxes .price .price-tag span.dollar-sign {
	position:absolute;
	top:25px;
	font-size:27pt;
	margin-left:-20px
}
.offer.reverse .small-boxes .price .price-tag sup {
	font-size:27pt;
	top:-40px;
	left:-10px
}
.offer.reverse .small-boxes .price .price-tag .month {
	display:inline;
	font-size:25pt;
	margin-left:-75px
}
.lead-form-rep-layout {
	z-index:0
}
.lead-form-rep-layout .col2 {
	height:100%;
	display:table-cell;
	right:0
}
.offer.reverse.lead-form-rep {
	height:auto
}
.offer.reverse.lead-form-rep .products-section .product-box {
	padding:10px
}
.offer.reverse.lead-form-rep .column-2 .inner-column h2 {
	font-family:Gotham-Light;
	font-size:41px;
	line-height:30px;
}


.security h2 {
	font-size:46px !important;
	line-height:30px;
	margin-top:20px !important;
	margin-bottom:40px !important;
	float:left;
	width:100%;
}

.offer.reverse.lead-form-rep h1 {
	margin-top:46px;
	font-size:25pt!important;
	margin-left:55px
}
.slash-price {
	position:absolute;
	height:100%;
	width:92%;
	background:url("../Content/ProtectYourHome/img/slash.png");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center 65%;
	z-index:1
}
.local-offer {
	min-height:430px
}
.local-offer h2 {
	font-size:45pt;
	margin-bottom:0;
	text-shadow:0 4px 6px #000
}
.local-offer h3 {
	text-shadow:0 4px 6px #000
}
.local-offer .price {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	text-align:center;
	padding:10px 18px;
	display:inline-block;
	position:relative
}
.local-offer .price.blue {
	background:#0165a3;
	color:#fff
}
.local-offer .price span {
	display:block;
	font-size:16pt;
	letter-spacing:0;
	margin-top:-3px;
	line-height:48px
}
.local-offer .price .price-tag {
	font-size:80pt;
	line-height:1;
	margin-top:-28px
}
.local-offer .price .price-tag.normal {
	color:#b2afad
}
.local-offer .price .price-tag sup.dollar-sign {
	font-size:40pt;
	top:-35px
}
.local-offer .price .price-tag sup {
	font-size:23pt;
	top:-38px
}
.local-offer .price .price-tag .month {
	display:inline;
	font-size:26pt;
	margin-left:-65px
}
.local-offer .price .price-tag .number {
	display:inline;
	letter-spacing:-1px;
	font-size:62pt;
	margin-right:4px
}
.local-offer .price .price-tag .number i {
	font-style:normal
}
.local-offer .price.big {
	text-shadow:1px 0 11px #000;
	padding:0;
	color:#fff;
	margin-top:37%
}
.local-offer .price.big .price-tag .number {
	font-size:97pt
}
.local-offer .price.big .price-tag .number .dollar-sign {
	font-size:57pt;
	top:-36px
}
.local-offer .price.big .price-tag sup {
	font-size:38pt;
	top:-56px
}
.local-offer .price.big .price-tag .month {
	font-size:32pt;
	margin-left:-99px
}
.local-offer .products-section .product-box {
	margin-bottom:15px;
	text-transform:uppercase;
	color:#fff;
	font-size:12pt;
	padding-right:5%;
	text-shadow:0 4px 6px #000
}
.local-offer .products-section .product-box .plus-sign {
	color:#343434;
	border-color:#5d5d5d;
	padding:0 0;
	width:19px;
	height:19px;
	font-size:13pt;
	line-height:19px;
	background:#fff;
	text-align:center;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	border-width:1px;
	display:inline-block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-shadow:none
}
.local-offer .cta {
	padding:14px 20px;
	font-size:16pt;
	color:#fff;
	display:inline-block;
	margin-bottom:15px
}
.local-offer .cta:hover {
	text-decoration:none;
	cursor:pointer
}
.local-offer .disclaimer {
	font-size:7pt;
	width:90%
}
.local-offer .offer-img {
	margin-top:20px;
	margin-left:-65px;
	height:auto
}
.guarantee {
	padding-top:15px;
	padding-bottom:15px
}

.guarantee .sprite-new {
	position:absolute
}

.guarantee .sprite-icon {
	position:absolute
}
.guarantee h4 {
	padding-left:90px;
	color:#003869;
}
.guarantee p {
	font-size:13pt;
	padding-left:90px;
	color:#404040;
}
.guarantee.extended h4, .guarantee.extended p {
	padding-left:80px
}
.feature {
	/*border-top:4px dotted #7faedc;*/
	color:#504f4f;
	margin-bottom:20px
}
.feature h3 {
	font-size:17pt;
	margin-bottom:0
}
.feature p {
	font-size:12pt
}
.feature .img-logo {
	text-align:center;
	margin-top:20px;
	height:auto
}
.feature .img-logo .title {
	margin-top:5px
}
.lead-form {
	background:none;
	padding:20px
}
.lead-form h2 {
	font-family:Gotham-Book;
	font-size:19pt;
	margin-top:5px;
	margin-bottom:20px
}
.lead-form input {
	color:#343434;
	width:100%;
	height:50px;
	padding:0 10px;
	border:none
}
.lead-form .no-padding-left {
	padding-left:0
}
.lead-form .form-group {
	margin-bottom:10px
}
.lead-form .cta {
	width:100%;
	border:none;
	height:65px;
	font-size:14pt;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	position:relative
}
.lead-form .cta .glyphicon {
	position:absolute;
	margin-top:20px;
	text-shadow:3px 4px 3px rgba(0, 0, 0, .5)
}
.lead-form .disclaimer {
	font-size:8pt
}
.lead-form .cta-phone {
	text-align:center;
	margin-top:20px
}
.lead-form .cta-phone h4 {
	margin:0
}
.lead-form .cta-phone h2 {
	font-family:Gotham-Bold;
	margin-top:10px;
	font-size:23pt;
	margin-bottom:10px
}
.lead-form .cta-phone a {
	text-decoration:none
}
.lead-modal {
}
.lead-modal .modal-dialog {
	margin-top:15%
}
.lead-modal .modal-content {
	margin-top:20%;
	border:30px solid #fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	width:510px;
	margin:0 auto
}
.lead-form.white {
	width:100%;
	height:auto;
	background:#f8ba57
}
.lead-form.white input {
	border:1px solid #77767b;
	height:43px;
	font-family:Gotham-Book
}
.lead-form.white h2, .lead-form.white, .lead-form.white .disclaimer {
	color:#003155!important
}
.lead-form.white .disclaimer {
	font-size:7pt;
	font-family:'Gotham-Book';
	text-align:left;
	padding:0;
	width:100%;
	line-height:14px;
}
.lead-form.white .cta {
	margin:0px 0;
	max-width:100%;
	height:40px;
	background:#ed6f00;
}
.lead-form.white .cta .glyphicon {
	margin-top:9px;
	text-shadow:none;
	font-size:16pt;
	margin-left:6px
}
div.triangle {
	/*background-image:url("../Content/ProtectYourHome/img/ribbon.png");*/
	width:103px;
	height:100%;
	margin-left:-105px;
	position:absolute;
	background-position-y:-20px
}
#subMenu {
	margin-top:15px;
	background:#d4d4d4;
	padding:30px
}
#subMenu .nav-header {
	font-size:15pt
}
#subMenu li a {
	padding-left:0;
	font-size:13pt;
	font-weight:600;
	color:#0061a8
}
#subMenu li a:before {
	content:'';
	font-family:'Glyphicons Halflings';
	float:left;
	margin-top:3px;
	font-size:8pt;
	margin-right:3px
}
.sidebar-nav {
}
.sidebar-nav ul {
	padding:0
}
form .error {
	border:2px solid #dd2e1d!important
}
form .error[type='radio'], form .error[type='checkbox'], form .error[aria-invalid='false'] {
	border:none!important
}
form .tooltip-inner {
	background-color:#dd2e1d;
	padding:10px;
	font-family:Gotham-Book;
	font-size:12pt;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0
}
form .tooltip.bottom .tooltip-arrow {
	border-bottom-color:#dd2e1d!important
}
form .tooltip.right .tooltip-arrow {
	border-right-color:#dd2e1d!important
}
form .tooltip.top .tooltip-arrow {
	border-top-color:#dd2e1d!important
}
form .tooltip.left .tooltip-arrow {
	border-left-color:#dd2e1d!important
}
::-webkit-input-placeholder {
color:#020202
}
:-moz-placeholder {
color:#020202
}
::-moz-placeholder {
color:#020202
}
:-ms-input-placeholder {
color:#020202
}
.state-links {
	list-style:none;
	padding:0!important
}
.state-links li {
	float:left;
	min-width:25%;
	padding:10px 10px 10px 0
}
.error-modal {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	margin-top:20%
}
.error-modal .modal-header {
	background-color:#0061a8;
	color:#fff
}
.error-modal .cta-button {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border:none
}
.nav-boxes {
	list-style:none;
	padding:0
}
.nav-boxes .box {
	color:#0061a8;
	padding:10px;
	margin-top:20px;
	min-height:220px;
	position:relative;
	text-align:center
}
.nav-boxes .box h4 {
	text-align:center;
	font-family:Gotham-Bold
}
.nav-boxes .box .cta-wrapper {
	position:absolute;
	bottom:10px;
	width:100%;
	left:0;
	text-align:center
}
.nav-boxes .box .cta-wrapper .button-cta {
	display:block;
	width:90%;
	color:#fff;
	text-align:center;
	margin:0 auto
}
.circle {
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
	display:inline-block;
	padding:13px;
	font-size:20pt;
	height:63px;
	width:63px;
	text-align:center;
	line-height:45px
}
.square-digit {
	font-size:102pt;
	font-family:Gotham-Bold;
	color:#dd2e1d;
	text-align:center
}
.square-digit i, .square-digit em {
	font-style:normal
}
.square-digit sup {
	font-size:.5em
}
ul.thumbnails {
	list-style:none;
	padding:0
}
.offer-box {
	padding:20px;
	background-color:#fff;
	-moz-box-shadow:0 0 20px rgba(0, 0, 0, .5);
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .5);
	box-shadow:0 0 20px rgba(0, 0, 0, .5);
	margin-top:60px;
	text-align:center;
	min-height:395px;
	margin-bottom:60px
}
.offer-box .title {
	font-family:Gotham-Bold;
	font-size:29pt;
	color:#e54d01
}
.offer-box p {
	font-size:10pt
}
.cta-in-page {
	color:#fff;
	margin-top:35px;
	margin-bottom:35px;
	font-size:21pt;
	text-align:center
}
.cta-in-page .row {
	padding:25px 0
}
.cta-in-page .sprite-icon {
	position:absolute;
	margin-left:-50px
}
.nearby-cities {
	list-style:none;
	padding:0!important
}
.nearby-cities li {
	width:20%;
	font-size:10pt;
	padding:10px 0
}
.crime-clock {
	background:url("../Content/ProtectYourHome/img/clock.png");
	color:#fff;
	width:100%;
	min-height:185px;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center center
}
.crime-clock span {
	text-align:center;
	display:block
}
.crime-clock span.title {
	font-size:20pt
}
.crime-clock span.title.top {
	margin-bottom:80px
}
.crime-clock span.title.bottom {
	margin-top:80px
}
.crime-clock span.middle {
	font-size:20pt;
	word-spacing:44px;
	margin-left:38px
}
.crime-clock span.middle i, .crime-clock span.middle em {
	font-style:normal;
	font-size:25pt
}
.infobox {
	margin-top:25px
}
.infobox td {
	padding:5px 10px
}
.promo-code-form {
	padding-top:20px;
	padding-bottom:20px
}
.email-campture-form {
	padding-top:40px;
	padding-bottom:30px
}
.promo-code-form .col {
	padding-top:29px
}
.promo-code-form input[type=text], .email-campture-form input[type=email] {
	width:100%;
	height:52px;
	border:none;
	padding:10px;
	font-size:24px
}
.promo-code-form input[type=submit], .email-campture-form input[type=submit] {
	height:53px;
	color:#fff;
	border:none;
	font-size:31px;
	padding:0 20px;
	width:100%
}
.promo-code-form img {
	width:100px;
	float:right;
	height:auto
}
.promo-code-form h2 {
	margin-top:10px
}
.email-campture-form h3 {
	margin:0
}
.email-campture-form h3 i {
	font-size:32px;
	margin-right:10px;
	height:50px;
	width:50px;
	line-height:31px
}
.blog-post {
}
.blog-post .sub-headline {
	font-family:Gotham-Light;
	font-size:20pt
}
.blog-post img {
	margin-right:15px;
	margin-bottom:15px;
	max-width:440px;
	height:auto
}
.blog-post.infographic img {
	width:100%;
	max-width:100%;
	height:auto
}
.blog-post .content {
	margin-top:25px;
	color:#504f4f
}
.blog-post .content p {
	font:12pt Gotham-Book!important;
	color:#504f4f!important
}
.blog-post .tags .tag {
	margin-left:10px;
	font-size:10pt
}
.blog-post .tags .tag .circle {
	padding:11px 8px;
	font-size:10pt;
	height:29px;
	width:29px;
	line-height:8px;
	margin-right:5px
}
.blog-post .button-cta {
	display:inline-block;
	padding:8px;
	font-size:11pt;
	min-width:180px
}
.blog-post .button-cta .glyphicon {
	float:right;
	margin-top:4px;
	margin-left:3px
}
.blog-post .button-cta:focus {
	color:#fff;
	text-decoration:none
}
.blog-post.latest {
}
.blog-post.latest h3 {
	font-family:Gotham-Light;
	font-size:17pt
}
.blog-post.latest img {
	width:100%;
	height:auto
}
.blog-post.latest a:hover {
	text-decoration:none
}
.blog-post.latest .sub-headline {
	margin-bottom:20px
}
.blog-post.latest .content.short {
	max-height:100%;
	height:auto;
	overflow:hidden;
	margin:0
}
.blog-list .blog-post {
}
.blog-list .blog-post a:hover {
	text-decoration:none
}
.blog-list .blog-post a:hover .sub-headline {
	color:#0061a8
}
.blog-list .blog-post .sub-headline {
	margin-bottom:20px;
	color:#504f4f
}
.blog-list .blog-post .content.short {
	max-height:124px;
	margin:0;
	overflow:hidden;
	margin-top:-8px;
	line-height:21px
}
.blog-list .blog-post img {
	max-width:100%;
	height:auto
}
.blog-list .blog-post .button-cta {
	display:inline-block;
	width:auto
}
.blog-list .blog-post .button-cta:hover {
	color:#fff;
	text-decoration:none
}
.blog-list .blog-post .button-cta .glyphicon {
	float:right;
	margin-top:4px;
	margin-left:3px
}
.blog-list .blog-post .tags {
	margin-top:20px
}
.blog-related-article {
	border-right:1px solid #c5c5c5
}
.blog-related-list .blog-related-article:last-of-type {
	border:none
}
.blog-related-list img {
	max-width:100%;
	height:auto
}
h2.BlogRelatedToTitle a {
	color:inherit
}
div.BlogRelatedToContainer {
	padding-top:30px
}
div.BlogRelatedToArticleBox_RightBorder {
	border-right:1px solid #666
}
.side-menu {
	background:#d4d4d4;
	padding:30px;
	padding-top:5px
}
.side-menu .header {
	font-size:17pt;
	font-family:Gotham-Book
}
.side-menu ul {
	padding:0;
	list-style:none
}
.side-menu ul li.selected a {
	color:#504f4f
}
.side-menu ul li a {
	padding-left:0;
	font-size:13pt;
	font-weight:600;
	color:#0061a8
}
.side-menu ul li a:before {
	content:'';
	font-family:'Glyphicons Halflings';
	float:left;
	margin-top:3px;
	font-size:8pt;
	margin-right:3px
}
.side-menu ul li {
	margin-bottom:10px
}
.category-grid {
	margin-top:20px
}
.category-grid .cat {
	min-height:205px;
	margin-bottom:35px;
	text-decoration:none;
	padding-top:20px
}
.category-grid .cat:hover {
	background:#efefef
}
.category-grid .cat a:hover {
	text-decoration:none
}
.category-grid .cat .category-icon {
	height:90px;
	display:table;
	width:100%
}
.category-grid .cat .category-icon .wrapper {
	display:table-cell;
	height:100%;
	vertical-align:middle
}
.category-grid .cat .category-icon .wrapper img {
	vertical-align:middle
}
.category-grid .cat p {
	font-size:18pt;
	color:#535353;
	margin-top:10px
}
.media-button-bar {
	margin-top:20px
}
.media-button-bar .media-cta {
	width:100%;
	background-color:#e4e4e4;
	padding:8px;
	text-align:center;
	cursor:pointer
}
.media-button-bar .blog-share {
	padding-top:9px;
	padding-bottom:9px
}
ul.pagination {
	padding-left:0
}
.pagination>.active>a {
	background-color:#666;
	border-color:#666
}
.youtube-wrapper {
	text-align:center
}
.youtube-wrapper iframe {
	max-width:100%
}
ol.tree {
	padding:0 0 0 30px
}
ol.tree li {
	position:relative;
	margin-left:-15px;
	list-style:none
}
ol.tree li.file {
	margin-left:-1px!important
}
ol.tree li.file a {
	background:url("../Content/ProtectYourHome/img/document.png") 10px 0 no-repeat;
	padding-left:30px;
	text-decoration:none;
	display:inline-block;
	margin-bottom:5px;
	font-size:10pt;
	color:#013155
}
ol.tree li.file:first-of-type a {
	margin-top:5px
}
ol.tree li.file a[href*='.pdf'] {
background:url("../Content/ProtectYourHome/img/document.png") 0 0 no-repeat
}
ol.tree li.file a[href*='.html'] {
background:url("../Content/ProtectYourHome/img/document.png") 0 0 no-repeat
}
ol.treeli.file a[href$='.css'] {
background:url("../Content/ProtectYourHome/img/document.png") 0 0 no-repeat
}
ol.tree li.file a[href$='.js'] {
background:url("../Content/ProtectYourHome/img/document.png") 0 0 no-repeat
}
ol.tree li input {
	position:absolute;
	left:-9px;
	margin-left:0;
	opacity:0;
	z-index:2;
	cursor:pointer;
	height:1em;
	width:1em;
	top:0
}
ol.tree li input+ol {
	background:url("../Content/ProtectYourHome/img/toggle-small-expand.png") 40px 0 no-repeat;
	margin:-1.3em 0 0 -50px;
	height:1em
}
ol.tree li input+ol>li {
	display:none;
	margin-left:-14px!important;
	padding-left:1px
}
ol.tree li a {
	background:url("../Content/ProtectYourHome/img/document.png") 15px 1px no-repeat;
	cursor:pointer;
	display:block;
	padding-left:37px
}
ol.tree li input:checked+ol {
	background:url("../Content/ProtectYourHome/img/toggle-small.png") 40px 5px no-repeat;
	margin:-1.6em 0 0 -50px;
	padding:1.563em 0 0 80px;
	height:auto
}
ol.tree li input:checked+ol>li {
	display:block;
	margin:0 0 .125em
}
ol.tree li input:checked+ol>li:last-child {
	margin:0 0 .063em
}
.nav-tabs {
	padding:0!important
}
.tab-pane {
	margin-top:10px
}
.cities-list {
	list-style:none;
	padding:0!important
}
.cities-list li {
	padding:5px;
	margin-bottom:7px;
	display:inline-block;
	font-size:10pt;
	background:#f3f3f3;
	margin-left:5px
}
.cities-list li:hover {
	background:#b2afad
}
.cities-list li:hover a {
	text-decoration:none
}
.cities-list li a {
	color:#444
}
.cities-list li a i {
	color:#666;
	margin-right:3px
}
.faq-list {
}
.faq-list .categories {
	text-align:center
}
.faq-list .categories ul {
	padding:0;
	display:inline-block;
	list-style:none;
	text-align:center
}
.faq-list .categories ul li {
	font-size:17pt;
	padding:20px;
	cursor:pointer;
	width:175px;
	min-height:230px;
	float:left;
	margin:0 auto;
	text-align:center;
	display:table
}
.faq-list .categories ul li.cat:hover {
	background-color:#efefef
}
.faq-list .categories ul li.cat img {
	display:block;
	margin:0 auto;
	margin-bottom:20px
}
.faq-list .categories ul li.cat img.highlight {
	display:none
}
.faq-list .categories ul li.cat a {
	text-decoration:none;
	color:#4f4f4f;
	display:table-cell;
	vertical-align:middle
}
.faq-list .categories ul li.cat a:hover {
	color:#0560a6
}
.faq-list .categories ul li.cat a .img-section {
	min-height:105px
}
.faq-list .categories .faq-body ul li {
	min-height:0
}
.faq-list .list-items {
}
.faq-list .list-items .faq {
	margin-bottom:35px
}
.faq-list .list-items .faq h2 {
	font-size:13pt;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	margin-bottom:15px
}
.faq-list .list-items .faq h2 a {
	display:block;
	cursor:pointer;
	color:#0560a6
}
.faq-list .list-items .faq h2 a span {
	color:#504f4f;
	margin-top:4px;
	font-size:8pt
}
.faq-list .list-items .faq h2 a span:before {
	content:""
}
.faq-list .list-items .faq h2 a.collapsed span:before {
	content:""
}
.faq-list .list-items .faq h2 a:hover, .faq-list .list-items .faq h2 a:focus {
	text-decoration:none;
	outline:none
}
.faq-list .list-items .faq .faq-body {
	font-size:13pt
}
.faq-list .list-items .faq.cat-header {
	background-color:#efefef;
	padding:13px
}
.faq-list .list-items .faq.cat-header h2 {
	font-size:17pt;
	text-align:left;
	margin:0;
	border:none;
	margin-top:15px
}
.ecomm-offer {
	margin-bottom:30px
}
.ecomm-offer img {
	height:auto
}
.ecomm-offer h1 {
	color:#042953;
	font-size:24pt
}
.ecomm-offer h2 {
	color:#042953;
	font-size:18pt;
	margin-bottom:20px
}
.ecomm-offer p, .ecomm-offer ul {
	font-size:18pt;
	font-family:Gotham-book;
	color:#78787a
}
.ecomm-offer hr {
	border-bottom:dotted 8px #042953
}
.ecomm .buttons-section {
	margin:20px 0
}
.ecomm .buttons-section .cta {
	display:inline-block;
	width:100%;
	border:none
}
.ecomm .buttons-section .cta.large-text {
	padding:7px 20px;
	font-size:26pt;
	font-family:Gotham-Bold
}
.ecomm .buttons-section .cta.small-text {
	padding:15px 15px;
	font-size:16pt
}
.ecomm .buttons-section .cta:hover {
	text-decoration:none;
	color:#fff;
	cursor:pointer
}
.ecomm-bar {
	margin-top:-64px;
	margin-bottom:60px
}
.mini-cart {
	padding:20px;
	background-color:#a7a7a7
}
.mini-cart .cart-count {
	background:url("../Content/ProtectYourHome/img/cart-icon.png");
	height:79px;
	width:78px;
	display:inline-block;
	padding:11px;
	padding-left:27px;
	padding-right:5px;
	text-align:center;
	color:#fff;
	font-family:Gotham-Bold;
	font-size:19pt
}
.mini-cart p {
	font-size:16pt;
	margin-bottom:0
}
.purchase-path {
	margin-top:30px
}
.purchase-path ul {
	padding:0;
	list-style:none
}
.purchase-path ul li {
	float:left;
	margin-right:5px
}
.purchase-path ul li a {
	color:#504f4f
}
.purchase-path ul li a.active {
	color:#0061a8
}
.purchase-path ul li a.disabled {
	pointer-events:none!important;
	cursor:default;
	color:#504f4f;
	background-color:transparent
}
.cart-grid, .cart-grid p, .cart-grid ul {
	font-size:16pt
}
.cart-grid p, .cart-grid ul {
	line-height:35px
}
.cart-grid .header {
	padding-bottom:10px
}
.cart-grid .footer {
	background-color:#002856;
	padding-top:16px;
	padding-bottom:16px;
	font-size:18pt
}
.cart-grid .product {
	border-top:2px solid #504f4f;
	padding-top:17px;
	padding-bottom:17px;
	font-size:18pt
}
.payment-form {
	padding:20px 35px;
	max-width:682px;
	margin:0 auto
}
.payment-form h3 {
	color:#fff;
	font-size:30pt;
	margin-top:5px;
	margin-bottom:30px;
	font-family:Gotham-Book
}
.payment-form input, .payment-form select {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	height:37px;
	font-size:12pt;
	border:none;
	max-width:100%!important
}
.order-review {
	margin:20px auto
}
.order-review .heading-section {
	padding:3px 27px;
	font-size:23pt;
	margin-bottom:2px
}
.order-review p {
	font-size:15pt;
	padding-left:20px;
	margin-bottom:20px;
	color:#405e80
}
.order-review .cart-grid {
	padding:20px 0
}
.order-review .ecomm .buttons-section {
	width:80%;
	margin:0 auto;
	margin-top:30px
}
.order-review .cart-grid, .order-review .cart-grid p, .order-review .cart-grid ul {
	font-size:13pt;
	color:#405e80
}
.order-review .cart-grid p {
	padding:0
}
.order-review .cart-grid .product {
	font-size:13pt;
	color:#405e80
}
.confirmation-box {
	margin-bottom:30px
}
.confirmation-box h1, .confirmation-box h2 {
	font-size:30pt;
	font-family:Gotham-Book;
	color:#002856;
	margin:0
}
.confirmation-box h1 {
	text-align:center
}
.confirmation-box p {
	font-size:16pt;
	color:#888;
	margin:20px 0
}
hr.ecomm {
	border-bottom:dotted 8px #042953;
	margin-bottom:60px
}
.social-feed {
}
.social-feed h2 {
	height:30px;
	overflow:hidden;
	margin-bottom:10px;
	position:relative
}
.social-feed h2 span {
	display:none
}
.social-feed.blog h2 span {
	position:absolute;
	right:13px;
	top:0;
	width:20px;
	background:#fff
}
.social-feed .img-holder {
	overflow:hidden;
	max-height:150px;
	margin-bottom:20px
}
.social-feed .social-button-location {
	margin-top:-35px
}
.social-feed .twitter-actions {
	padding:10px;
	text-align:center
}
.social-feed .twitter-button {
	width:30px;
	height:30px;
	padding:0 20px
}
.social-feed .twitter-button svg {
	width:30px;
	height:30px
}
.social-feed .twitter-button svg:hover {
	opacity:.5
}
.social-feed .twitter-button svg.reply {
	fill:#aab8c2
}
.social-feed .twitter-button svg.retweet {
	fill:#aab8c2
}
.social-feed .twitter-button svg.like {
	fill:#aab8c2
}
@media(min-width:1200px) {
.offer .column-1 {
display:none;
}
.offer .column-2 {
width:31.3%;
left:68.7%
}
.blog-post {
}
.blog-post .col-1 {
width:37%
}
.blog-post .col-2 {
width:63%;
padding-left:5px
}
.offer.reverse .column-1 {
width:67.7%;
right:auto
}
.offer.reverse .column-2 {
width:32.3%;
left:auto
}
.offer.reverse.lead-form-rep .column-1 {
width:41.7%;
right:auto
}
.offer.reverse.lead-form-rep .column-2 {
width:71.3%;
left:auto
}
.offer.reverse.lead-form-rep .column-3 {
width:28%;
display:table-cell;
height:100%
}
.slash-price {
background-position:center 49%
}
.local-offer .product-col {
padding-left:0
}
.cbp-spmenu-push-toleft {
left:0
}
}
@media(min-width:991px) and (max-width:1199px) {
.main-nav .navbar-brand img.defenders-logo {
height:85px
}
.offer .column-2 .inner-column {
padding:20px 0
}
.offer .cta {
font-size:16pt
}
.offer .offer-img {
width:100%
}
.offer .small-img {
margin-bottom:-30px
}
.offer.reverse .column-1 {
width:63.667%;
right:auto
}
.offer.reverse .column-2 {
width:36.333333%;
left:auto
}
.offer.reverse .offer-img {
width:75%
}
.offer.reverse h1 {
font-size:26pt!important
}
.offer.reverse .small-boxes .price {
padding:0
}
.offer.reverse .products-section {
padding:0 5px
}
.offer.reverse .column-2 .inner-column h2 {
font-size:36px
}
.offer.reverse.lead-form-rep .column-1 {
width:39.667%;
float:right;
}
.offer.reverse.lead-form-rep .column-2 {
width:60.333333%
}
.offer.reverse.lead-form-rep .column-3 {
width:36%;
display:table-cell;
height:100%;
float:right;
}
.offer.reverse.lead-form-rep .description {
font-size:13pt
}
.offer.reverse.lead-form-rep .column-2 .inner-column h2 {
font-size:32px
}
.offer.reverse.lead-form-rep .offer-img {
width:80%
}
.offer.reverse.lead-form-rep h1 {
margin-top:151px;
font-size:19pt!important
}
.lead-form.white h2 {
font-size:17pt
}
.lead-form .cta {
padding:0 35px
}
.lead-form h2 {
font-size:15pt
}
footer .col-1 {
padding-right:0
}
footer .col-2 {
padding-left:0
}
footer .footer-nav {
margin-top:10px
}
footer .footer-nav.nav li a {
font-size:8pt
}
.offer-box {
min-height:410px
}
.promo-code-form h2 {
font-size:26px
}
.email-campture-form {
padding-top:37px;
padding-bottom:23px
}
.email-campture-form h3 {
font-size:18px
}
.email-campture-form h3 i {
font-size:23px;
margin-right:10px;
height:42px;
width:42px;
line-height:22px
}
.email-campture-form input[type=email] {
height:40px;
font-size:18px
}
.email-campture-form input[type=submit] {
height:40px;
font-size:23px
}
.side-menu {
padding:25px
}
.local-offer {
min-height:395px
}
.local-offer h2 {
font-size:37pt
}
.local-offer h3 {
font-size:15pt
}
.local-offer .offer-img {
margin:0 auto;
margin-top:30px;
width:100%
}
.local-offer .products-section .product-box {
font-size:11pt
}
.local-offer .disclaimer {
width:110%
}
.local-offer .cta {
padding:7px 10px;
font-size:14pt
}
.local-offer .prices {
text-align:center
}
.local-offer .price {
margin:0 auto;
display:inline-block
}
.local-offer .price .price-tag {
font-size:76pt;
margin-top:-52px
}
.local-offer .price .price-tag .number {
font-size:42pt;
margin-right:30px
}
.local-offer .price .price-tag sup {
font-size:14pt;
top:-22px;
left:-19px
}
.local-offer .price .price-tag .month {
font-size:16pt
}
.local-offer .price.big {
text-shadow:1px 0 11px #000;
padding:0;
color:#fff;
margin-top:37%
}
.local-offer .price.big .price-tag .number {
font-size:71pt
}
.local-offer .price.big .price-tag .number .dollar-sign {
font-size:38pt;
top:-34px;
left:0
}
.local-offer .price.big .price-tag sup {
font-size:28pt;
top:-42px
}
.local-offer .price.big .price-tag .month {
font-size:23pt;
margin-left:-99px
}
.local-offer .product-col {
padding-left:0
}
.slash-price {
background-position:center 49%
}
.cbp-spmenu-push-toleft {
left:0
}
.ecomm-offer .buttons-section .cta.small-text {
font-size:15pt
}
.confirmation-box h1, .confirmation-box h2 {
font-size:25pt
}
.confirmation-box p {
font-size:17pt
}
.social-feed h2 {
height:44px;
font-size:15pt
}
.social-feed .img-holder {
max-height:130px
}
.social-feed .social-button-location {
margin-top:-52px
}
}



@media(min-width:768px) and (max-width:991px) {
.cbp-spmenu-push-toleft {
left:0
}
body .content-section {
margin-top:140px
}
.sprite-icon.phone-circle {
background-size:1000%;
height:30px;
width:30px;
background-position:157px 0
}
.sprite-icon.home {
height:25px;
width:25px;
background-position:424px 1px;
background-size:1200%
}
.sprite-icon.clock {
width:30px;
height:30px;
background-size:1000%;
background-position:100px 0
}
.sprite-icon.home-hand {
width:30px;
height:30px;
background-size:1000%;
background-position:67px 0
}
.sprite-icon.check {
width:30px;
height:30px;
background-size:1000%;
background-position:36px 0
}
.sprite-icon.customer-rev {
height:65px;
width:65px;
background-position:0 -37px;
background-size:500%
}
.sprite-icon.price-guide {
height:65px;
width:63px;
background-position:-245px -33px;
background-size:503%
}
.sprite-icon.install-location {
height:66px;
width:66px;
background-position:-82px -37px;
background-size:500%
}
.sprite-icon.install-location.small {
background-position:-200px -222px
}
.sprite-icon.adt-pulse {
height:66px;
width:85px;
background-position:-162px -37px;
background-size:400%
}
.sprite-icon.adt {
height:99px;
width:82px;
background-position:4px -101px;
background-size:375%
}
.headline {
font-size:22pt!important
}
.headline-small {
font-size:14pt!important
}
.inner-page {
margin-bottom:40px;
padding-top:40px
}
.inner-page h1 {
font-size:15pt
}
.inner-page h2 {
font-size:13pt
}
.state-page h2.headline {
font-size:13pt!important
}
.inner-page p {
font-size:10pt
}
.inner-page hr {
border-bottom-width:2px
}
.inner-section .headline.geo, .inner-section .headline-small.geo {
margin-bottom:-32px
}
.inner-page ul, .inner-page ol, .inner-section ul, .inner-section ol {
font-size:9pt
}
.lead-form h2 {
font-size:11pt
}
.lead-form .cta {
padding:0 35px;
font-size:12pt;
height:40px
}
.lead-form .cta .glyphicon {
margin-top:12px
}
.lead-form input {
height:35px
}
.lead-form .disclaimer {
font-size:6pt
}
.lead-form .cta-phone h4 {
font-size:10pt
}
.lead-form .cta-phone h2 {
font-size:17pt;
margin-bottom:0
}
.lead-modal .modal-content {
border:20px solid #fff;
width:320px
}
.lead-form.white {
height:auto;
padding:20px;
min-height:0;
width:100%
}
.lead-form.white input {
height:30px
}
.lead-form.white img {
width:40%
}
.lead-form.white .cta {
min-width:100%;
height:29px;
padding:0
}
.lead-form.white .cta .glyphicon {
font-size:14px;
margin-top:7px
}
.main-nav {
height:140px
}
.main-nav .navbar-brand {
margin-top:0
}
.main-nav .navbar-brand img {
width:140px;
height:auto
}
.main-nav .cta.call-now {
font-size:15pt;
margin-top:7px;
margin-bottom:20px;
padding:15px
}
.main-nav .cta.call-now .sprite-icon {
margin-top:-5px
}
.main-nav .navbar-nav>li>a, .main-nav .navbar-nav li a.anchor {
font-size:12pt
}
.main-nav .navbar-nav>li>a.anchor {
padding:2px 15px;
border-right-width:1px
}
.main-nav .navbar-nav>li>a.anchor .sprite-icon {
margin-top:-4px
}
.main-nav .navbar-nav .dropdown-menu {
min-width:350px
}
.main-nav .navbar-nav .dropdown-menu li a.anchor:before {
margin-top:3px
}
#subMenu {
padding:15px
}
#subMenu .nav-header {
font-size:11pt
}
#subMenu li a {
font-size:10pt
}
#subMenu li a:before {
font-size:6pt
}
footer {
padding-top:25px
}
footer .col-1 {
text-align:center
}
footer .social-media {
display:inline-block;
float:none;
margin-bottom:10px
}
footer .social-media li:last-of-type a {
padding-right:0
}
footer .terms-disclaimer {
margin-top:20px;
font-size:6pt
}
footer .footer-nav.nav li a {
font-size:8pt
}
.offer {
height:490px
}
.offer .offer-img {
width:100%
}
.offer .column-2 .inner-column {
padding:25px 10px
}
.offer .description {
font-size:12pt;
line-height:22px;
margin-top:10px
}
.offer .products-section {
margin:0
}
.offer .products-section .product-box {
font-size:10pt
}
.offer .disclaimer {
margin-top:10px;
font-size:7pt
}
.offer .cta {
font-size:13pt;
margin-top:15px;
padding:14px
}
.offer .cta .glyphicon {
font-size:20px;
margin-top:15px
}
.offer .price span {
font-size:15pt
}
.offer .price .price-tag {
font-size:57pt
}
.offer .price .price-tag .number {
font-size:60pt;
letter-spacing:-8px;
margin-right:15px
}
.offer .small-boxes .price .price-tag.normal .month {
margin-left:-38px!important;
font-size:15pt
}
.offer .price .price-tag .month {
font-size:22pt;
margin-left:-58px
}
.offer .price .price-tag sup {
top:-40px;
font-size:14pt
}
.offer .price .price-tag sup.dollar-sign {
top:-30px;
font-size:25pt
}
.offer .small-boxes .price .price-tag .number {
font-size:34pt
}
.offer .small-boxes .price .price-tag .month {
margin-left:-38px;
font-size:15pt
}
.offer .small-boxes .price .price-tag sup.dollar-sign {
top:-14px
}
.offer .small-boxes .price .price-tag sup {
font-size:12pt;
top:-24px
}
.offer.reverse {
height:600px
}
.offer.reverse .column-2 .inner-column h2 {
font-size:32px
}
.offer.reverse .offer-img {
width:85%
}
.offer.reverse h1 {
font-size:24pt!important;
margin-top:30px;
margin-left:0;
float:none
}
.offer.reverse .description {
font-size:12pt
}

.offer.reverse .disclaimer {
	padding:0 0px;
	float:left;
	text-align:left;
	width:100%;
}

.offer.reverse .products-section {
padding:0 15px
}
.offer.reverse .cta {
max-width:225px
}
.offer.reverse.lead-form-rep {
height:570px
}
.offer.reverse.lead-form-rep .offer-img {
margin-top:20px;
position:relative;
width:100%;
position:absolute;
top:350px;
margin-left:50px;
}

.offer.reverse.lead-form-rep .phone-img {
margin-top:20px;
width:auto !important;
}

.offer.reverse.lead-form-rep h1 {
font-size:16pt!important;
margin-top:30px;
text-align:center;
display:inline-block
}

img {
	vertical-align:middle;
	width:auto;
}

.offer.reverse.lead-form-rep .column-2 .inner-column h2 {
font-size:32px!important
}
.offer.reverse.lead-form-rep .column-1 {
text-align:center
}
.offer.reverse.lead-form-rep .small-boxes .price.special {
padding:0
}
.offer.reverse.lead-form-rep .popped.prices {
margin-right:0;
margin-left:0
}
.offer.reverse.lead-form-rep .popped.prices::before, .offer.reverse.lead-form-rep .popped.prices::after {
display:none
}
.feature {
border-top-width:2px;
margin-bottom:10px
}
.guarantee h4, .feature h3 {
font-size:12pt
}
.guarantee p, .feature p {
font-size:10pt
}
.feature .img-logo img {
width:70%;
height:auto
}
.guarantee {
padding-top:10px;
padding-bottom:10px
}
.guarantee .sprite-icon {
margin-top:7px
}
.guarantee h4, .guarantee p {
/*padding-left:35px*/
}
.nav-boxes .box {
font-size:9pt
}
.circle {
font-size:14pt;
width:45px;
height:45px;
line-height:24px
}
.cta-in-page {
font-size:16pt
}
.cta-in-page .sprite-icon {
margin-left:-35px
}
.square-digit {
font-size:80pt
}
.offer-box {
min-height:413px
}
.offer-box.last-offer {
min-height:0;
margin-top:0
}
.inner-section {
padding-top:35px;
padding-bottom:10px
}
.geo-header {
padding-top:10px
}
.adt-tech {
width:100%;
height:auto
}
.nearby-cities li {
width:25%
}
.crime-clock {
margin-top:35px
}
.crime-clock span.title {
font-size:15pt
}
.crime-clock span.title.top {
margin-bottom:65px
}
.crime-clock span.middle {
font-size:16pt;
word-spacing:19px;
margin-left:29px
}
.promo-code-form {
}
.promo-code-form h2 {
font-size:14pt
}
.promo-code-form img {
width:78px
}
.promo-code-form input[type=text] {
height:36px;
font-size:14px
}
.promo-code-form input[type=submit] {
height:36px;
font-size:14px
}
.email-campture-form {
padding-top:37px;
padding-bottom:23px
}
.email-campture-form h3 {
font-size:18px
}
.email-campture-form h3 i {
font-size:23px;
margin-right:10px;
height:42px;
width:42px;
line-height:22px
}
.email-campture-form input[type=email], .email-campture-form input[type=submit] {
height:36px;
font-size:14px
}
.side-menu {
padding:15px
}
.side-menu ul li a {
font-size:10pt
}
.side-menu .header {
font-size:13pt;
margin-top:5px
}
.blog-post .content, .blog-post .content p, .blog-post .content div {
font-size:10pt!important
}
.blog-post .sub-headline {
font-size:16pt
}
.blog-post img {
max-width:100%
}
.blog-post .button-cta {
font-size:10pt
}
.blog-list .blog-post .content.short {
max-height:124px;
line-height:18px
}
.blog-list .blog-post .button-cta .glyphicon {
margin-top:2px
}
.category-grid .cat {
min-height:140px
}
.category-grid .cat p {
font-size:12pt
}
.category-grid .cat .category-icon {
height:50px
}
.category-grid .cat .category-icon .wrapper img {
max-width:50px;
height:auto
}
.local-offer {
min-height:390px
}
.local-offer h2 {
font-size:32pt;
text-align:center;
margin-bottom:7px
}
.local-offer h3 {
font-size:13pt
}
.local-offer .cta {
font-size:11pt;
padding:6px 14px
}
.local-offer .products-section .product-box {
font-size:9pt
}
.local-offer .prices {
text-align:center
}
.local-offer .disclaimer {
font-size:7pt;
width:175%
}
.local-offer .price {
padding:0 5px;
display:inline-block
}
.local-offer .price span {
font-size:9pt;
letter-spacing:0;
margin-top:-3px;
line-height:48px
}
.local-offer .price .price-tag {
font-size:72pt;
line-height:1;
margin-top:-68px
}
.local-offer .price .price-tag .number {
font-size:25pt;
margin-right:39px
}
.local-offer .price .price-tag .month {
display:inline;
font-size:14pt;
margin-left:-65px
}
.local-offer .price .price-tag sup {
font-size:11pt;
top:-17px;
left:-34px
}
.local-offer .price.big {
color:#fff;
margin-top:30px
}
.local-offer .price.big .price-tag {
margin:0
}
.local-offer .price.big .price-tag .number {
font-size:71pt;
margin-right:5px
}
.local-offer .price.big .price-tag .number .dollar-sign {
font-size:40pt;
top:-36px;
left:0
}
.local-offer .price.big .price-tag sup {
font-size:28pt;
top:-47px;
left:0
}
.local-offer .price.big .price-tag .month {
font-size:29pt;
margin-left:-77px
}
.local-offer .offer-img {
margin-top:20px;
margin-left:-37px;
width:123%
}
.ecomm-offer .buttons-section .cta.large-text {
font-size:17pt
}
.ecomm-offer .buttons-section .cta.small-text {
font-size:10pt
}
.cart-grid {
font-size:14pt
}
.cart-grid .product {
border-top:1px solid #504f4f;
font-size:12pt
}
.cart-grid .footer {
font-size:12pt
}
.mini-cart {
padding:10px 0
}
.mini-cart .cart-count {
height:45px;
width:45px;
background-size:cover;
font-size:10pt;
padding:7px;
padding-left:17px;
padding-right:5px
}
.payment-form input, .payment-form select {
font-size:12pt;
height:37px;
width:100%!important
}
.payment-form h3 {
font-size:20pt;
margin-top:5px;
margin-bottom:15px
}
.order-review .heading-section {
padding:6px 27px;
font-size:17pt;
margin-bottom:2px
}
.order-review p {
font-size:13pt
}
.order-review .cart-grid p, .order-review .cart-grid ul {
font-size:12pt
}
.order-review .cart-grid .product {
font-size:12pt
}
.confirmation-box h1, .confirmation-box h2 {
font-size:25pt
}
.confirmation-box p {
font-size:17pt
}
.social-feed h2 {
height:15px;
font-size:11pt
}
.social-feed h2 span {
right:-1px
}
.social-feed .img-holder {
max-height:90px;
margin-bottom:15px
}
.social-headline {
font-size:12pt;
text-align:center
}
.social-feed .social-button-location {
margin-top:-25px
}
.social-feed .twitter-button {
padding:0 15px
}
.bbb-logos-white {
position:relative;
margin:0 auto
}
.faq-list .categories ul li {
min-height:190px
}
.faq-list .categories ul li.cat {
width:160px;
font-size:14pt
}
.faq-list .categories ul li img {
width:53%
}
.faq-list .list-items .faq .faq-body, .faq-list .list-items .faq h2 a, .faq-list .list-items .faq .faq-body li {
font-size:10pt
}
.faq-list .categories ul li.cat a .img-section {
min-height:75px
}
.faq-list .list-items .faq.cat-header {
}
.faq-list .list-items .faq.cat-header img {
width:60px
}
.faq-list .list-items .faq.cat-header h2 {
font-size:13pt;
border:none
}
.language-bar {
padding-top:7px
}
}
@media(min-width:768px) {
p.BlogRelatedToDescription {
height:115px;
margin-top:0
}
h2.BlogRelatedToTitle {
height:50px;
overflow:hidden;
font-size:12pt
}
}
@media(max-width:768px) {

.offer.reverse.lead-form-rep .offer-img {
/*display:inline-block;*/
width:100%;
margin-top:20px;
margin-left:50px;
top:330px;
position:absolute;
}

.desktop-tables{display:none;}
.mobile-tables{display:none; width:100%;}
.mostcomprehensive{display:none;}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{padding:0px;}

}

@media(min-width:480px) and (max-width:767px) {
.feature .img-logo img {
width:10%;
height:auto
}
.cart-grid {
font-size:12pt
}	
.cart-grid .product {
font-size:12pt
}
.offer.reverse.lead-form-rep h1 {
display:inline-block;
font-size:15pt!important;
margin:0
}
.offer.reverse.lead-form-rep .offer-img {
/*display:inline-block;*/
width:100%;
margin-top:30px;
}
.offer.reverse.lead-form-rep .column-2 .inner-column h2 {
font-size:24px;
text-align:center;
}

.offer.reverse .disclaimer {
	padding:0 0px;
	float:left;
	text-align:center;
	width:80%;
}

}
@media(min-width:0) and (max-width:479px) {

.offer.reverse .disclaimer {
	padding:0 0px;
	float:left;
	text-align:center;
	width:10%;
}



.security h2{font-size:30px !important; text-align:left !important;}

.offer.reverse .disclaimer {
	padding:0 0px;
	float:left;
	text-align:left;
	width:100%;
}

.offer.reverse .cta{max-width:300px;}



.call-now{font-size:12px;}

.offer.reverse.lead-form-rep .offer-img{

	width: auto;
    top: -50px;
    z-index: 1;
}



.feature .img-logo img {
width:20%;
height:auto
}
.cart-grid {
font-size:10pt
}
.cart-grid .product {
font-size:10pt
}
.offer.reverse.lead-form-rep h1 {
font-size:12pt!important;
margin:0
}
.offer.reverse.lead-form-rep .offer-img {
width:100%;
margin-top:500px;
position:absolute;
}
.offer.reverse.lead-form-rep .column-2 .inner-column h2 {
font-size:19px;
text-align:left;
float: left;
width: 100%;
line-height:1px;
}


.offer.reverse.lead-form-rep .sign-wrapper {
width:70%;
}

.white-f{text-align:left;}

.offer.reverse .description{text-align:left;}

.offer.reverse .disclaimer{width:60% !important;}

.lead-form.white .disclaimer{width:100% !important;}

.offer.reverse.lead-form-rep .products-section .product-box {
min-height:80px
}
.h3, h3{font-size:20px;}
}
@media(min-width:0) and (max-width:767px) {
.headline {
font-size:16pt!important;
text-align:center
}
.headline-small {
font-size:16pt!important
}
body .content-section {
margin-top:65px;

}
.sprite-icon.phone-circle {
background-size:1000%;
height:30px;
width:30px;
background-position:157px 0
}
.sprite-icon.home {
height:25px;
width:25px;
background-position:424px 1px;
background-size:1200%
}
.sprite-icon.clock {
width:30px;
height:30px;
background-size:1000%;
background-position:100px 0
}
.sprite-icon.home-hand {
width:30px;
height:30px;
background-size:1000%;
background-position:67px 0
}
.sprite-icon.check {
width:30px;
height:30px;
background-size:1000%;
background-position:36px 0
}
.sprite-icon.customer-rev {
height:65px;
width:65px;
background-position:0 -37px;
background-size:500%
}
.sprite-icon.price-guide {
height:65px;
width:63px;
background-position:-245px -33px;
background-size:503%
}
.sprite-icon.install-location {
height:66px;
width:66px;
background-position:-82px -37px;
background-size:500%
}
.sprite-icon.install-location.small {
background-position:-200px -222px
}
.sprite-icon.adt-pulse {
height:66px;
width:85px;
background-position:-162px -37px;
background-size:400%
}
.sprite-icon.adt {
height:99px;
width:82px;
background-position:4px -101px;
background-size:375%
}
.bbb-logos-white.mobile-bbb {
left:0;
right:0;
margin-left:auto;
margin-right:auto;
position:relative;
margin-top:25px
}
.inner-page {
margin-bottom:40px;
padding-top:40px
}
.inner-page.payment {
padding-top:0
}
.inner-page h1 {
font-size:12pt
}
.inner-page h2 {
font-size:11pt
}
.state-page h2.headline {
font-size:11pt
}
.inner-page h3 {
font-size:10pt
}
.inner-page p, .inner-page ul, .inner-page ol {
font-size:9pt
}
.inner-page hr {
border-bottom-width:2px
}
.inner-section .headline.geo, .inner-section .headline-small.geo {
margin-bottom:-43px
}
.lead-form h2 {
font-size:12pt!important;
margin-bottom:20px!important
}
.lead-form .cta {
font-size:12pt;
height:40px;
padding:8px!important
}
.lead-form .cta .glyphicon {
margin-top:9px!important
}
.lead-form input {
height:35px
}
.lead-form .disclaimer {
font-size:6pt
}
.lead-form .cta-phone h4 {
font-size:10pt
}
.lead-form .cta-phone h2 {
font-size:17pt;
margin-bottom:0
}
.lead-form.white {
width:100%;
height:auto;
padding:20px
}
.lead-form.white {
height:auto;
min-height:0;
width:100%
}
.lead-form.white input {
height:38px;
margin-bottom:5px
}
.lead-form.white img {
width:40%
}
.lead-form.white .cta {
min-width:100%;
height:42px;
padding:0!important
}
.lead-form.white .cta .glyphicon {
font-size:14px;
margin-top:13px!important
}
.offer {
height:490px
}
.offer h4 {
font-size:10pt;
text-align:center
}
.offer .offer-img {
width:100%;
margin-bottom:20px
}
.offer .small-img {
margin-bottom:-25px
}
.offer .column-2 .inner-column {
padding:25px 10px;
text-align:center
}
.offer .description {
font-size:12pt;
line-height:22px;
margin-top:10px
}
.offer .products-section {
margin:0 auto;
width:500px
}
.offer .products-section .product-box {
font-size:10pt
}
.offer .disclaimer {
margin-top:10px;
font-size:7pt
}
.offer .cta {
font-size:13pt;
margin-top:15px;
padding:14px
}
.offer .cta .glyphicon {
font-size:20px;
margin-top:1px
}
.offer .price {
display:inline-block;
padding:5px
}
.offer .price span {
font-size:15pt
}
.offer .price .price-tag {
font-size:57pt
}
.offer .price .price-tag .number {
font-size:60pt;
letter-spacing:-8px;
margin-right:15px
}
.offer .price .price-tag .month {
font-size:22pt;
margin-left:-58px
}
.offer .price .price-tag sup {
top:-40px;
font-size:16pt
}
.offer .price .price-tag sup.dollar-sign {
top:-30px;
font-size:25pt
}
.offer.reverse {
height:auto
}
.offer.reverse .column-2 .inner-column h2 {
font-size:30px
}
.offer.reverse .small-boxes .price.special, .offer.reverse .small-boxes .price.normal {
float:none!important;
margin:0;
padding:1px;
width:80%;
}
.offer.reverse .description {
    font-size: 10pt;
    width:100%;
 
}






.offer.reverse .offer-img {
position:relative;
width:100%;
max-width:70%;
margin:0 auto;
display:block
}
.offer.reverse h1 {
margin-top:20px;
margin-left:0;
text-align:center;
float:none;
font-size:15pt!important
}
.offer.reverse .popped.small-boxes .price span {
margin-top:0
}
.offer.reverse .popped.small-boxes .price .price-tag {
margin-top:-14px
}
.offer.reverse .popped.small-boxes .price.special, .offer.reverse .small-boxes .price.normal {
padding-right:0
}
.offer .small-boxes .price .price-tag.normal .month {
margin-left:-38px!important;
font-size:15pt
}
.offer.reverse .small-boxes .price .price-tag span.dollar-sign {
top:39px
}
.offer.reverse.lead-form-rep {
height:auto;
min-height:0;
float: left;
width: 100%;
}
.offer.reverse.lead-form-rep .column-1 {
text-align:center
}
.offer.reverse.lead-form-rep .column-2 {
padding:0
}
.offer.reverse.lead-form-rep .small-boxes .price.special {
padding:0
}
.offer.reverse .popped.prices {
width:90%;
margin:0 auto;
height:auto
}
.offer.reverse .popped.prices::before, .offer.reverse .popped.prices::after {
display:none
}
.offer.reverse.lead-form-rep .products-section .product-box {
padding:5px;
font-size:9pt;
vertical-align:middle;
display:inline-block;
z-index:-1;
min-height:80px;
width:40%
}
.offer.reverse.lead-form-rep .products-section .product-box .name-wrapper {
display:table;
min-height:70px;
width:100%
}
.offer.reverse.lead-form-rep .products-section .product-box .name-wrapper .name-holder {
display:table-cell;
vertical-align:middle
}
.offer.reverse.lead-form-rep .sign-wrapper {
vertical-align:middle
}
.offer.reverse.lead-form-rep .sign-wrapper:last-of-type {
display:none
}
.offer.reverse.lead-form-rep .sign-wrapper .plus-sign {
margin-right:-9px;
z-index:1;
margin-left:0px
}
.offer.reverse.lead-form-rep .small-boxes .price .price-tag .number {
font-size:47pt;
margin-top:5px
}
.offer.reverse.lead-form-rep .small-boxes .price .price-tag span.dollar-sign {
top:29px;
font-size:21pt
}
.offer.reverse.lead-form-rep .small-boxes .price .price-tag sup {
font-size:19pt;
top:-26px
}
.offer.reverse.lead-form-rep .small-boxes .price .price-tag .month {
font-size:18pt;
margin-left:-54px
}
.feature {
border-top-width:2px;
margin-bottom:10px
}
.guarantee h4, .feature h3 {
font-size:12pt
}
.guarantee p, .feature p {
font-size:9pt
}
.guarantee {
padding-top:10px;
padding-bottom:10px
}
.guarantee .sprite-icon {
margin-top:7px
}
.guarantee h4, .guarantee p, .guarantee.extended h4, .guarantee.extended p {
/*padding-left:35px*/
}

.main-nav {
height:65px
}
.main-nav .navbar-brand img {
width:95px;
margin-top:3px;
height:auto
}
.main-nav .navbar-brand img.defenders-logo {
margin-top:-6px
}
.main-nav .navbar-toggle {
padding:11px 9px;
color:#fff;
background:#f1f1f1;
margin:5px;
margin-top:13px
}
.main-nav .cta.call-now {
font-size:10pt;
padding:0px 5px;
text-align:right;
margin:0;
margin-right:0px
}
.main-nav .cta.call-now:hover {
text-decoration:none
}
footer {
padding-top:25px
}
footer .col-1 {
text-align:center
}
footer .social-media {
display:inline-block;
margin:0
}
footer .social-media li {
float:left
}
footer .footer-nav.nav {
margin:0
}
footer .footer-nav.nav li a {
text-align:center;
border-right:none;
padding:15px
}
.state-links {
}
.state-links li {
width:50%
}
#subMenu {
padding:15px
}
#subMenu .nav-header {
font-size:9pt
}
#subMenu li a {
font-size:9pt
}
#subMenu li a:before {
font-size:6pt;
margin-top:4px
}
.circle {
font-size:14pt;
width:45px;
height:45px;
line-height:24px
}
.nav-boxes .box {
min-height:185px;
height:auto
}
.crime-clock {
margin-top:35px
}
.crime-clock span.title {
font-size:15pt
}
.crime-clock span.title.top {
margin-bottom:65px
}
.crime-clock span.middle {
font-size:13pt;
word-spacing:6px;
margin-left:18px
}
.cta-in-page {
font-size:12pt;
margin-bottom:10px;
margin-top:10px
}
.cta-in-page .row {
padding:15px 0
}
.cta-in-page a.phone {
display:block
}
.square-digit {
font-size:68pt
}
.square-digit img {
float:none!important;
display:block;
margin:0 auto
}
.img-circle {
margin-top:10px
}
.offer-box {
padding:10px;
min-height:255px;
margin-top:20px;
margin-bottom:20px
}
.offer-box img {
max-width:100%
}
.nearby-cities li {
width:50%;
font-size:8pt
}
.adt-tech {
max-width:100%
}
.promo-code-form {
}
.promo-code-form .col {
padding-top:0
}
.promo-code-form h2 {
font-size:14pt;
text-align:center
}
.promo-code-form img {
width:auto;
margin-bottom:10px
}
.promo-code-form input[type=text] {
height:36px;
font-size:14px
}
.promo-code-form input[type=submit] {
height:36px;
font-size:14px
}
.email-campture-form {
padding-top:20px;
padding-bottom:15px
}
.email-campture-form h3 {
font-size:17px;
margin-bottom:15px
}
.email-campture-form h3 i {
font-size:23px;
margin-right:10px;
height:39px;
width:39px;
line-height:18px
}
.email-campture-form input[type=email], .email-campture-form input[type=submit] {
height:36px;
font-size:14px
}
.side-menu {
padding:15px
}
.side-menu ul li a {
font-size:10pt
}
.side-menu .header {
font-size:13pt;
margin-top:5px
}
.blog-post .content, .blog-post .content p, .blog-post .content div {
font-size:10pt!important
}
.blog-post .sub-headline {
font-size:16pt
}
.blog-post img {
max-width:100%
}
.blog-post .button-cta {
font-size:10pt;
width:100%;
text-align:center;
position:relative
}
.blog-list .blog-post .button-cta {
width:100%
}
.blog-list .blog-post .button-cta .glyphicon {
margin-top:10px
}
.blog-post .button-cta .glyphicon {
margin-top:9px;
float:none;
position:absolute
}
.blog-list .blog-post .content.short {
max-height:100%;
height:auto
}
.category-grid .cat {
margin-bottom:0;
min-height:0;
height:auto
}
.category-grid .cat .category-icon {
height:40px
}
.category-grid .cat .category-icon .wrapper img {
width:65px;
height:auto
}
.category-grid .cat p {
font-size:13pt
}
.silver-dots-bg {
background-size:cover;
background:#b2b2b2;
background:-moz-linear-gradient(top, #b2b2b2 0%, #868686 100%);
background:-webkit-linear-gradient(top, #b2b2b2 0%, #868686 100%);
background:linear-gradient(to bottom, #b2b2b2 0%, #868686 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2b2b2', endColorstr='#868686', GradientType=0)
}
.local-offer {
min-height:390px
}
.local-offer h2 {
font-size:23pt;
text-align:center;
margin-bottom:7px
}
.local-offer h3 {
font-size:13pt
}
.local-offer .cta {
font-size:11pt;
padding:6px 14px
}
.local-offer .products-section .product-box {
font-size:9pt
}
.local-offer .prices {
text-align:center
}
.local-offer .disclaimer {
font-size:7pt;
width:100%
}
.local-offer .price {
padding:0 5px;
display:inline-block
}
.local-offer .price span {
font-size:9pt;
letter-spacing:0;
margin-top:-3px;
line-height:48px
}
.local-offer .price .price-tag {
font-size:72pt;
line-height:1;
margin-top:-68px
}
.local-offer .price .price-tag .number {
font-size:25pt;
margin-right:39px
}
.local-offer .price .price-tag .month {
display:inline;
font-size:14pt;
margin-left:-65px
}
.local-offer .price .price-tag sup {
font-size:11pt;
top:-17px;
left:-34px
}
.local-offer .price.big {
color:#fff;
margin-top:10px
}
.local-offer .price.big .price-tag {
margin:0
}
.local-offer .price.big .price-tag .number {
font-size:71pt;
margin-right:5px
}
.local-offer .price.big .price-tag .number .dollar-sign {
font-size:40pt;
top:-36px;
left:0
}
.local-offer .price.big .price-tag sup {
font-size:28pt;
top:-47px;
left:0
}
.local-offer .price.big .price-tag .month {
font-size:29pt;
margin-left:-77px
}
.local-offer .offer-img {
height:auto;
max-width:100%;
margin:20px auto;
display:block
}
ol.tree li.file a {
margin-bottom:10px
}
ol.tree li.file:first-of-type a {
margin-top:10px
}
ol.tree li input+ol {
margin:-2.2em 0 0 -50px
}
ol.tree li input:checked+ol {
margin:-2.6em 0 0 -50px
}
.ecomm-offer h1 {
margin-top:20px;
font-size:16pt;
text-align:center
}
.ecomm-offer .buttons-section .cta.large-text {
font-size:17pt
}
.ecomm-offer .buttons-section .cta.small-text {
font-size:11pt
}
.cart-grid .product {
border-top:1px solid #504f4f
}
.cart-grid .footer {
font-size:12pt
}
.mini-cart {
padding:10px 0
}
.mini-cart .cart-count {
height:45px;
width:45px;
background-size:cover;
font-size:10pt;
padding:7px;
padding-left:17px;
padding-right:5px
}
.payment-form input, .payment-form select {
font-size:10pt;
height:30px
}
.payment-form h3 {
font-size:20pt;
margin-top:5px;
margin-bottom:15px
}
.order-review .heading-section {
padding:6px 27px;
font-size:17pt;
margin-bottom:2px
}
.order-review p {
font-size:13pt
}
.order-review .cart-grid, .order-review .cart-grid p, .order-review .cart-grid ul {
font-size:10pt
}
.order-review .cart-grid .product {
font-size:10pt
}
.ecomm-bar {
margin-top:0
}
.checkbox label, .radio label {
font-size:12pt
}
input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
height:20px;
width:20px
}
input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
left:5px;
height:12px
}
.social-feed h2 {
height:auto;
font-size:12pt
}
.social-feed h2 span {
display:none
}
.social-feed .img-holder {
margin-bottom:15px
}
.social-headline {
font-size:13pt;
text-align:center
}
.social-feed .social-button-location {
margin-top:-28px
}
.faq-list .categories ul li.cat {
width:100%;
font-size:14pt
}
.faq-list .categories ul li {
width:100%
}
.faq-list .categories ul li.cat img {
width:auto;
max-width:100%
}
.faq-list .list-items .faq .faq-body, .faq-list .list-items .faq h2 a, .faq-list .list-items .faq .faq-body li {
font-size:10pt
}
.faq-list .categories .faq-body {
text-align:left
}
.faq-list .categories .faq-body ul li {
text-align:left;
padding:0
}
}





.lead-form {
	background:none;
	padding:0px
}

.description-mobile{width:90%;}


}
