body {
    color: #333;
    font-size: 16px;
    min-height: 100%;
    position: relative;
    font-family: 'LL Brown Light';
}

input[type=number] {
    -moz-appearance: textfield;
}

ul {
    counter-reset: li-count;
}

li.item {
    counter-increment: li-count;
}

li .index:before {
    content: counter(li-count);
}

html {
    height: 100%;
}

header { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0158bb+0,2493fc+100 */
    padding: 10px 0;
}

#main-nav ul {
    list-style: none;
}

#main-nav ul a {
    font-family: 'LL Brown Regular';
}

footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0158bb+0,2493fc+100 */
    background: #0158bb; /* Old browsers */
    background: -moz-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0158bb 0%, #2493fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0158bb', endColorstr='#2493fc', GradientType=1); /* IE6-9 */
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

footer .help-text {
    font-size: 20px;
    text-align: right;
    font-family: 'LL Brown Regular';
    color: #FFF;
}

footer .help-text a {
    color: #FFF;
    cursor: default;
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

a {
    color: #001689;
}

a:focus {
    box-shadow: none
}

section {
    padding: 30px 0 100px 0;
    margin: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    width: 100%;
    font-weight: normal;
    font-family: 'LL Brown Bold';
}

h1 {
    font-size: 32px;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    color: #555;
    line-height: 22px;
    font-family: 'LL Brown Light';
}

h2.big {
    font-size: 26px;
}

h3 {
    font-size: 24px;
    text-align: left;
    display: block;
    width: 100%;
}

h4 {
    font-size: 22px;
    color: #666;
    font-weight: normal;
    line-height: 28px
}

span.small {
    line-height: normal !important;
    display: inline-block;
    margin-top: 8px
}

#review-block {
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 32px;
}

p {
    line-height: 22px;
}

#review-block .fa-star {
    color: #001689;
    font-size: 24px;
}

#review-block p {
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 28px;
}

#disclaimer p {
    margin: 0;
    font-size: 11px;
    line-height: 14px;
}

.btn-primary {
    background: #0b2984;
    font-weight: bold;
    padding: 15px 10px;
    text-transform: uppercase;
    min-width: 260px;
    border: none;
    font-size: 20px;
}

.btn-primary:hover {
    background: #6375aa
}

.btn-primary:focus {
    box-shadow: none
}

.btn-right {
    text-align: right;
    padding-right: 0;
}

.btn-sub-copy {
    font-size: 11px;
    color: #333;
    line-height: 14px;
    display: block;
    margin: 10px 5px 0 0;
}

.form-control:focus {
    border: 1px solid #ced4da;
    border-bottom: 5px solid #001689;
    box-shadow: none
}

.row {
    margin: 10px auto
}

.form-text {
    font-size: 14px;
    color: #888;
    display: block;
    margin: 5px 0
}

label {
    margin-bottom: 4px;
    font-size: 15px
}

label span {
    font-size: 10px;
    line-height: 14px;
}

label .small {
    font-size: 68%;
    display: inline-block
}

input::placeholder {
    color: rgba(73, 80, 87, .6) !important;
}

input:focus {
    color: rgba(73, 80, 87, 1);
}

.support {
    padding: 30px 0 10px 0;
    display: block;
}

.form-control {
    font-size: 0.85em;
}

.support p {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin: 5px 50px 10px 50px;
}

.disclaimer {
    font-size: 10px;
    line-height: 13px;
    margin: 0;
}

.border {
    margin-bottom: 30px;
    border-color: #DDD !important
}

.border h2 {
    background: #DDD;
    color: #111;
    text-align: left;
    margin: 0;
    padding: 8px 15px;
    font-size: 20px
}

.form-row {
    padding: 15px
}

.checkbox-centered {
    display: block;
    margin: auto
}

.input-left {
    padding-left: 0
}

.input-right {
    padding-right: 0
}

.rule {
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
    width: 100%;
}

.social-icons {
    text-align: right;
    color: #333;
    font-size: 15px;
}

.social-icons a {
    font-size: 24px;
    margin-left: 8px;
}

.modal-header { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0158bb+0,2493fc+100 */
    background: #0158bb; /* Old browsers */
    background: -moz-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0158bb 0%, #2493fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0158bb', endColorstr='#2493fc', GradientType=1); /* IE6-9 */
    border: none;
    margin: 1px;
}

.modal-header h5 {
    color: #FFF;
}

.modal-header .close {
    color: #FFF;
    text-shadow: 0 1px 0 #000;
}

.modal-footer {
    border: none;
    display: block;
}

.modal-footer button {
    margin: auto
}

.text-orange {
    color: rgb(245, 163, 54);
}

.btn-orange, a.btn-orange { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5a336+45,c9681d+99 */
    background: rgb(245, 163, 54); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245, 163, 54, 1) 45%, rgba(201, 104, 29, 1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245, 163, 54, 1) 45%, rgba(201, 104, 29, 1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245, 163, 54, 1) 45%, rgba(201, 104, 29, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5a336', endColorstr='#c9681d', GradientType=0); /* IE6-9 */
    display: inline-block;
    padding: 6px;
    color: #FFF;
    text-decoration: none;
    font-size: 24px;
    min-width: 60%;
    margin: auto;
    border: none
}

.btn-orange:hover, a.btn-orange:hover {
    color: #FFF;
}

a.blue-link {
    color: #005288;
    text-decoration: none;
    border-bottom: 1px solid #005288
}

a.blue-link:hover {
    text-decoration: none;
    color: #00aeef;
    border-bottom: 1px solid #00aeef
}

.grey {
    color: #666;
}

.blue {
    color: #1f97ed;
}

.badge {
    font-size: 16px;
    text-transform: uppercase;
    background: #0158bb; /* Old browsers */
    background: -moz-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0158bb 0%, #2493fc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0158bb 0%, #2493fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0158bb', endColorstr='#2493fc', GradientType=1); /* IE6-9 */
    border-radius: 0;
    border: none;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 5px 15px
}

.icon-space img {
    display: block;
    float: left;
    margin-right: 0.75em;
    margin-top: 4px;
    max-width: 20%;
}

.icon-space p {
    float: left;
    max-width: 80%;
}

.activation-box {
    background: #1066bb;
    padding: 30px;
    margin: 20px 0 25px 0;
}

.activation-box ol {
    margin-left: 20px
}

.activation-box ol li {
    font-size: 18px
}

.activation-box p.text-white {
    padding-top: 45px;
    margin: 0;
    font-size: 36px
}

/*progressbar*/
#progressbar {
    margin: 30px auto;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    text-align: left;
    padding: 0;
    width: 100%;
}

#progressbar li {
    list-style-type: none;
    color: #CCC;
    font-size: 13px;
    float: left;
    position: relative;
    line-height: 18px;
    font-family: 'LL Brown Regular';
    margin-left: 15px;
    width: auto;
}

#progressbar li span {
    display: inline-block;
    margin-left: 8px;
    font-family: 'LL Brown Regular';
    line-height: 16px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    font-family: 'LL Brown Regular';
    background: #CCC;
    border-radius: 27px;
    margin: 0 auto 10px auto;
    text-align: center
}

#progressbar li:first-child {
    margin-left: 0;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before {
    background: #001689;
    color: white;
}

#progressbar li.active {
    color: #001689
}

/* MONITORING PLANS PAGE */

.adt-blue {
    color: #001689;
}

#monitoring-plans .self-monitoring-callout h3 sup, #monitoring-plans .pro-monitoring-callout h3 sup {
    font-size: 50%;
    top: -.75em;
}

#monitoring-plans .pro-monitoring-callout {
    background-color: #b8e1da !important;
    min-height: auto !important;
}

#monitoring-plans .pro-monitoring-callout p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}

#monitoring-plans .self-monitoring-callout {
    background-color: #e7eaec !important;
    min-height: auto !important;
}


#monitoring-chart img.mobile-size {
    width: 21px;
}

#monitoring-chart .border-bottom-none {
    border-bottom: none !Important;
}

#peace-of-mind .burg-fire-co-water-icons {
    width: 100%;
    max-width: 500px;
}

#monitoring-plans .self-monitoring-icon {
    width: 100%;
    max-width: 47px;
}

#monitoring-plans .pro-monitoring-icon {
    width: 100%;
    max-width: 78px;
}

#monitoring-plans .card {
    border-radius: 15px !important;
    font-size: 16px;
    height: 100%;
    background-color: #FFF;
    border: 1px solid #001689;
}

#monitoring-plans .card-header {
    min-height: auto;
    background-color: transparent !important;
    border: none;
    padding: 0
}

#monitoring-plans .card-header img {
    display: block;
    margin: -10px auto 0 auto;
    width: 100%;
    max-width: 142px;
}

#monitoring-plans .card-header:first-child {
    border: none
}

#monitoring-plans .card-body {
    min-height: auto;
    background-color: transparent !important;
    padding: 15px;
}

#monitoring-plans .card-body ul {
    margin-bottom: 0;
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
    font-family: 'Open Sans', sans-serif;
}

#monitoring-plans .card-body ul > li {
    position: relative;
}

#monitoring-plans .card-body li {
    font-size: 14px;
    margin-bottom: 15px;
}

#monitoring-plans .card-body li span {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: 1;
    top: 3px;
}

#monitoring-plans .card-body li span img {
    display: inline-block;
    line-height: 1;
}

#monitoring-plans .card-body li.grayed {
    color: #979797
}

#monitoring-plans .disclaimer sup {
    top: -.3em;
}

#monitoring-plans .card-body h2 {
    font-size: 18px;
    margin-left: 24px;
}

#monitoring-plans .card-footer {
    border: none;
    font-size: 14px;
    background: none;
    padding: 15px;
}

#monitoring-plans .card-footer input[type=checkbox] {
    width: 17px;
    height: 17px;
    border-radius: 2px;
}

#monitoring-plans p.small-text {
    font-family: 'LL Brown Regular', sans-serif;
    font-size: 10px;
    display: block;
    margin: 0
}

#monitoring-plans p.price-large {
    font-family: 'LL Brown Bold', sans-serif;
    font-size: 26px;
    display: block;
    margin: 0;
    line-height: 33px
}

#monitoring-plans p.price-large-self {
    font-family: 'LL Brown Bold', sans-serif;
    font-size: 26px;
    display: block;
    margin: 0;
    line-height: 33px;
}

#monitoring-plans p.price-large strong, #monitoring-plans p.price-large-self strong {
    font-weight: normal !important
}

#monitoring-plans .card-header {
    background-color: #001689 !important;
    border: none;
    padding: 15px;
    font-size: 14px;
    color: white;
}

#monitoring-plans .card-footer:last-child {
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#monitoring-plans .self-monitoring-pad-fix {
    padding-bottom: 100px;
}

#monitoring-plans .bg-light {
    background: #e7eaec !Important;
    min-height: 80px;
    max-height: 80px;
}

#monitoring-plans .highlighted {
    background-color: #b8e1da !important;
    min-height: 80px;
    max-height: 80px;
}

#monitoring-plans .highlighted p {
    color: #242629 !important;
}

#monitoring-plans .highlighted-self {
    background-color: #e7eaec !important;
    min-height: 80px;
    max-height: 80px;
}

#monitoring-plans .highlighted-self p {
    color: #242629 !important;
}

#monitoring-plans .form-check {
    font-size: 14px;
    font-family: 'LL Brown Light', sans-serif
}

#monitoring-plans .offer-banner {
    position: absolute;
    top: -6px;
    left: -6px
}

#monitoring-plans .invalid-feedback {
    font-size: 11px;
    color: #e66553;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    margin-left: 10px;
}

#monitoring-plans .matching-heights {
    min-height: 212px !important;
}

#monitoring-plans .equal-height-headers {
    min-height: 100px;
}

#monitoring-promo h3 {
    font-size: 24px;
}

#monitoring-chart table {
    background: white;
    font-size: 16px;
}

#monitoring-chart table td {
    border-top: none;
    border-bottom: 1px solid #f2f5f6;
    vertical-align: middle;
    padding: 0.5rem;
}

#monitoring-chart table td strong {
    font-family: 'LL Brown Regular', sans-serif;
    font-weight: normal !important;
}

#monitoring-chart table td.pro-mon {
    background: #dbeff9
}

#monitoring-chart table td.self-mon {
    background: #f3f5f6
}

#monitoring-chart table td.main-mon {
    background-color: #1e98de;
    color: white;
}

#promo-bg-empty {

    background: #FFF;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    min-height: auto;
}

#promo-bg {
    background: #b8e1da;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    min-height: auto;

}


#promo-bg p {
    font-family: 'LL Brown Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}

#promo-bg p strong {
    font-family: 'LL Brown Bold', sans-serif;
    font-weight: normal
}

#promo-bg .camera-img {
    position: relative;
    left: 0;
    right: 0;
    top: -5px;
}

/* Product Cards */
.product-items .card {
    border-radius: 0 !important;
    border: none;
    background-color: #f3f5f6;
    font-size: 16px;
    transition: box-shadow .3s ease-out;
    height: 100%;
    border: 1px solid #F3F5F6;
}

.product-items .card:hover {
    -webkit-box-shadow: 0 0 10px 0 #999;
    box-shadow: 0 0 10px 0 #999;
}

.product-items .card img {
    margin: auto;
}

.product-items .card-body {
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.product-items .price {
    font-size: 16px;
    line-height: normal;
}

.product-items .price {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.product-items .price strong {
    font-size: 14px;
    font-weight: 700;
}

.product-items .price sup {
    top: -0.3em !important
}

.product-items .price span {
    font-size: 15px;
}

.product-items button {
    display: block;
    margin: 0 auto;
}

.product-items .card-body p {
    font-family: 'Open Sans', sans-serif;
    line-height: 22px
}

.product-items h4 {
    font-family: 'LL Brown Bold', sans-serif;
    font-size: 20px;
    color: #001689;
}

.product-items .card-body p.promo-text {
    text-align: left;
    font-family: 'LL Brown Italic', sans-serif;
    margin: 10px 0 20px;
}

.product-items .details {
    min-height: auto
}

.product-items .choose-color {
    min-height: auto;
    margin-bottom: 15px;
}

.product-items .card-footer {
    background-color: #f3f5f6;
    border: none !important;
    padding-bottom: 1.25rem;
    min-height: 130px;
}

.product-items .card-footer .text-link {
    color: #242629;
    text-decoration: underline;
    font-size: 16px;
}

.product-items .card-footer .text-link:hover {
    color: #001689;
    text-decoration: underline;
}

.product-items .card-footer:last-child {
    border-radius: 0 !important;
}

.product-items .card-footer p.disclaimer {
    font-size: 10px;
    margin: 0;
    text-align: center;
    line-height: normal;
    margin-bottom: 5px;
}

.product-items .promo-tag {
    position: absolute;
    top: -5px;
    left: -6px;
    z-index: 3
}

/* Radios - Side by Side */
.shop-camera-img {
    position: relative;
    width: 100%;
    height: 250px;
    min-height: 250px;
    background-color: #65C8F2;
    z-index: 1;
}

.shop-camera-img ul {
    position: absolute;
    bottom: 10px;
    right: 5px;
    list-style: none;
    padding: 0;
}

.shop-camera-img img {
    display: block;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 80%;
    height: auto;
}

.radios-side-by-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.radios-side-by-side ul li {
    color: #242629;
    display: block;
    position: relative;
    float: left;
    margin: 0 !important;
}

.radios-side-by-side ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.radios-side-by-side ul li label {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0 15px;
    height: 22px;
    z-index: 9;
    cursor: pointer;
}

.radios-side-by-side ul li:hover label {
    color: #242629;
}

.radios-side-by-side ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #65C8F2;
    background: #555657;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    top: 0;
    left: 0;
    z-index: 5;
}

.radios-side-by-side ul li .check-pg {
    background: #bababd;
}

.radios-side-by-side ul li:hover .check {
    border: 3px solid #dddddd;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.radios-side-by-side ul li:hover .check::before {
    border: 2px solid #FFF;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.radios-side-by-side ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 18px;
    width: 18px;
    border: 2px solid #FFF;
    top: -1px;
    left: -1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radios-side-by-side input[type=radio]:checked ~ .check {
    border: 3px solid #0a2984;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.radios-side-by-side input[type=radio] ~ .check::before {
    border: 2px solid #65C8F2;
}

.radios-side-by-side input[type=radio]:checked ~ .check::before {
    border: 2px solid #FFF;
}

.radios-side-by-side input[type=radio]:checked ~ label {
    color: #555657;
}

/* END Radios - Side by Side */
.min-height-system-pages {
    min-height: 95px
}

.most-popular-body {
    background: #faa61a;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border-top: none;
    color: #FFF;
    padding-bottom: 10px;
    border: 4px solid #fa641a;
}

.month-to-month-body {
    background: #a4bdcb;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border-top: none;
    color: #FFF;
    padding-bottom: 10px;
}

.most-popular-body h2, .month-to-month-body h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    margin: 0;
    padding: 15px 15px 19px 15px;
    font-size: 20px;
}

.most-popular-body h2 {
    background: #fa641a;
    color: #FFF;
}

.month-to-month-body h2 {
    background: #92a7b4;
    color: #FFF;
    border: 2px solid #92a7b4;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.ribbon {
    position: absolute;
    top: 56px;
    left: 0;
    max-width: 112px;
    height: auto;
}

.month-to-month p.disclaimer, .most-popular p.disclaimer {
    font-size: 9px;
    line-height: 12px;
    margin: 0 5px 5px 5px;
}

.month-to-month p.disclaimer sup, .most-popular p.disclaimer sup {
    top: -.4em;
}

.most-popular-body a, .month-to-month-body a {
    color: #FFF;
}

.most-popular-body a:hover, .month-to-month-body a:hover {
    color: #FFF;
    text-decoration: none
}

.most-popular-body a div {
    color: #faa61a;
    background: #FFF;
    display: inline-block;
    white-space: normal;
    line-height: normal;
    margin: auto;
    font-size: 22px;
    padding: 8px 25px 10px 25px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
}

.most-popular-body a:hover div {
    background: #fa641a;
    color: #FFF;
}

.month-to-month-body a div {
    background-color: rgba(255, 255, 255, .70);
    color: #92a7b4;
    display: inline-block;
    white-space: normal;
    line-height: normal;
    margin: auto;
    font-size: 22px;
    padding: 8px 25px 10px 25px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
}

.month-to-month-body a:hover div {
    background: #92a7b4;
    color: #FFF;
}

.choose-month {
    max-width: 360px;
    background-color: rgba(255, 255, 255, .70);
    color: #92a7b4;
    display: block;
    white-space: normal;
    line-height: normal;
    margin: 0 auto 8px auto;
    font-size: 22px;
    padding: 8px 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.choose-popular {
    max-width: 360px;
    color: #faa61a;
    background: #FFF;
    display: block;
    white-space: normal;
    line-height: normal;
    margin: 0 auto 8px auto;
    font-size: 22px;
    padding: 8px 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.price strong {
    font-size: 32px;
}

.price sup.dollar {
    font-size: 18px;
    font-weight: bold
}

.orange-block {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faa61a+0,faa61a+50,f99c11+50,faa41a+100 */
    background: #faa61a; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #faa61a 0%, #faa61a 50%, #f99c11 50%, #faa41a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #faa61a 0%, #faa61a 50%, #f99c11 50%, #faa41a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #faa61a 0%, #faa61a 50%, #f99c11 50%, #faa41a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa61a', endColorstr='#faa41a', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    width: 96%;
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

.mp-plan-btn {
    max-width: 360px;
    color: #faa61a;
    background: #FFF;
    display: block;
    white-space: normal;
    line-height: normal;
    margin: auto;
    font-size: 24px;
    padding: 8px 0 10px 0;
}

.mp-plan-btn:hover {
    background: #fa641a;
    color: #FFF;
}

.most-popular .bonus-text {
    font-size: 17px;
    color: #FFF;
    margin-top: 14px
}

.mm-plan-btn {
    max-width: 360px;
    background-color: rgba(255, 255, 255, .70);
    color: #92a7b4;
    display: block;
    white-space: normal;
    line-height: normal;
    margin: auto;
    font-size: 24px;
    padding: 8px 0 10px 0;
}

.mm-plan-btn:hover {
    background: #92a7b4;
    color: #FFF;
}

.yellow-ribbon {
    background: url(../images/ribbon.png) no-repeat;
    position: absolute;
    background-size: 102px 63px;
    width: 102px;
    height: 63px;
    padding-right: 7px;
    top: 52px;
    left: 0;
}

.yellow-ribbon p {
    margin: 6px 0 0 0;
    color: #fa641a;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.yellow-ribbon p span {
    font-size: 22px;
}

.yellow-ribbon p span sup {
    font-size: 13px;
}

.gc {
    position: absolute;
    right: -9px;
    top: 98px;
    max-width: 90px;
    transform: rotate(20deg);
}

.piece-of-mind {
    border-right: 1px solid #00aeef;
}

.piece-of-mind h3 {
    color: #00aeef;
    display: block;
    font-size: 18px
}

.piece-of-mind p {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 0;
    border-bottom: none
}

#plan-box-a p {
    line-height: normal
}

#plan-box-a a.plan-btn {
    min-width: 100%;
    color: #fa641a;
    background: #FFF;
    display: inline-block;
    white-space: normal;
    line-height: normal
}

#plan-box-a a.plan-btn:hover {
    background: #fa641a;
    color: #FFF;
}

#plan-box-a .bonus-text {
    font-size: 17px;
    color: #FFF;
    margin-top: 14px
}

#plan-box-a .rounded-top {
    background: #fa641a;
    color: #FFF;
}

#plan-box-a .rounded-bottom {
    background: #fa9d1a;
    color: #FFF;
}

#plan-box-a .callout-img {
    position: absolute;
    display: block;
    margin: auto
}

#plan-box-b p {
    line-height: normal
}

#plan-box-b a.plan-btn {
    min-width: 100%;
    background-color: rgba(255, 255, 255, .20);
    color: #FFF;
    display: inline-block;
    white-space: normal;
    line-height: normal
}

#plan-box-b a.plan-btn:hover {
    background: #b5d2db;
    color: #FFF;
}

#plan-box-b a.plan-btn-sm {
    min-width: 100%;
    background-color: rgba(125, 172, 186, .77);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    white-space: normal;
    line-height: normal;
    text-transform: none;
    font-size: 16px;
    font-family: 'LL Brown Regular';
    letter-spacing: -0.2px
}

#plan-box-b a.plan-btn-sm:hover {
    background: #FFF;
    color: rgba(125, 172, 186, 1);
}

#plan-box-b .rounded {
    background: #fa9d1a;
    background-color: rgba(125, 172, 186, .77);
    color: rgba(255, 255, 255, 1);
}

.bg-upsell {
    background: url(../images/bg-upsell.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-upsell-v2 {
    background: #e9f7fe;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
}

.drop-shadow-blue {
    -webkit-box-shadow: 5px 5px 11px 0 rgba(0, 82, 136, .2);
    box-shadow: 5px 5px 11px 0 rgba(0, 82, 136, .2);
}

.bg-lt-blue {
    background: #e9f7fe
}

.upsell-icon-bg {
    background: url(../images/dotted-line-2.png) no-repeat 196px 62px;
    background-size: 782px 8px;
}

.upsell-icon-bg img {
    max-width: 50%
}

.upsell-icon-txt {
    line-height: 22px;
    font-size: 16px;
    display: block;
    margin: 0;
}

.cc-img {
    max-width: 40%;
}

.laststep {
    background: url(../images/bg-camera.jpg) no-repeat center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    min-height: 900px
}

#Terms .modal-body {
    max-height: 400px;
    overflow: scroll
}

#Terms .modal-header .close {
    padding: 7px;
}

.app-download-buttons {
    max-height: 50px;
}

.authorize-img {
    max-width: 100%
}

.non-alert {
    color: #111 !important;
    display: block
}

.no-alert .form-control:invalid, .no-alert .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none
}

#activationBlock .form-control:invalid, #activationBlock .form-control:focus {
    border-color: #ff1715 !important;
    box-shadow: none
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #b1e7fc;
    border-color: #b1e7fc
}

.disabled-text {
    color: #cacaca
}

/**
 * Tooltip Styles
 */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before, [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: -150%;
    left: 125%;
    margin-bottom: 5px;
    padding: 10px;
    width: 300px;
    border-radius: 3px;
    background-color: #FFF;
    color: #111;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    border: 1px solid #00aeef;
    font-family: 'LL Brown Regular';
    outline: none;
}

[data-tooltip]:focus {
    outline: none;
    box-shadow: none
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .ribbon {
        position: absolute;
        top: -4px;
        left: 10px;
        max-width: 112px;
        height: auto;
    }

    a.mp-plan-btn, a.mm-plan-btn {
        max-width: 80%;
    }

    .upsell-icon-bg {
        background: none
    }

    footer .help-text {
        text-align: center
    }

    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 21px;
        height: 21px;
        line-height: 21px;
        display: block;
        font-size: 14px;
        color: #FFF;
        font-family: 'LL Brown Regular';
        background: #CCC;
        border-radius: 27px;
        margin: 0 auto 10px auto;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #CCC;
        position: absolute;
        left: -50%;
        top: 10px;
        z-index: -1; /*put it behind the numbers*/
    }

    #progressbar li span {
        margin: 0 5px;
    }

    #plan-box-a .bonus-text {
        font-size: 17px;
        color: #FFF;
        margin-top: 0
    }

    #plan-box-a .callout-img {
        position: relative;
        display: block;
        margin: auto;
        max-width: 100%
    }
}

@media screen and (max-width: 1050px) {
    .laststep {
        background: none;
    }

    .laststep .col-md-6 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .laststep .d-sm-block {
        display: block !important;
        margin-top: 0;
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 767px) {


    .product-items .card {
        -webkit-box-shadow: 0 0 5px 0px rgba(19, 18, 21, .10);
        box-shadow: 0 0 5px 0px rgba(19, 18, 21, .10);
    }

    #monitoring-plans .card-body li {
        font-size: 12px;
    }

    #monitoring-plans .card-body {
        min-height: auto;
        flex: none
    }

    #monitoring-plans .card-footer {
        min-height: 190px;
        padding: 15px 30px;
    }

    #monitoring-plans .card-header {
        background-color: #001689 !important;
        border: none;
        padding: 15px;
        font-size: 14px;
        color: white;
    }

    #monitoring-plans .card-header p {
        font-family: 'LL Brown Bold', sans-serif;
    }

    #monitoring-plans .card-header-self {
        background-color: none;
        border: none;
        padding: 0;
        font-size: 14px;
        color: white;
        margin-bottom: 48px;
    }

    #Terms .modal-header .close {
        padding: 13px;
    }

    .laststep {
        min-height: auto
    }

    .app-download-buttons {
        max-height: 32px;
    }

    #progressbar li {
        width: 13.66%;
        font-size: 9px;
        letter-spacing: -0.02rem;
        margin: 0;
        text-align: center
    }

    #progressbar li span {
        margin: 0;
        line-height: 11px;
    }

    .most-popular-body h2, .month-to-month-body h2 {
        text-transform: uppercase;
        font-weight: bold;
        color: #FFF;
        margin: 0;
        padding: 15px 15px 19px 15px;
        font-size: 16px;
    }

    .most-popular-body a div {
        color: #faa61a;
        background: #FFF;
        display: inline-block;
        white-space: normal;
        line-height: normal;
        margin: auto;
        font-size: 22px;
        padding: 8px 15px 10px 15px;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin-bottom: 8px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .month-to-month-body a div {
        background-color: rgba(255, 255, 255, .70);
        color: #92a7b4;
        display: inline-block;
        white-space: normal;
        line-height: normal;
        margin: auto;
        font-size: 22px;
        padding: 8px 15px 10px 15px;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin-bottom: 8px;
        text-transform: uppercase;
        font-weight: bold;
    }

    header { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0158bb+0,2493fc+100 */
        padding: 10px 0;
    }

    header .logo, footer .logo {
        margin: auto;
        display: block
    }

    footer .logo {
        margin: 10px auto
    }

    footer .help-text {
        font-size: 16px;
        text-align: center;
        font-weight: 700;
        color: #FFF;
    }

    section {
        padding-bottom: 180px
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        margin-bottom: 0
    }

    .input-right, .input-left, #exp-block {
        padding: 5px 4px
    }

    .social-icons {
        text-align: center;
    }

    .bdr-left {
        border: none;
        padding-left: 0;
    }

    .icon-space img {
        display: none;
    }

    .icon-space p {
        float: none;
        max-width: 100%;
    }

    .activation-box {
        background: #1066bb;
        padding: 15px
    }

    .activation-box ol {
        margin-left: 0
    }

    .activation-box p.text-white {
        padding-top: 0;
    }

    .select-fix {
        padding: 0;
        margin-top: 5px
    }

    #plan-box-a img {
        max-width: 70%;
    }

    .bg-upsell {
        background: #e5f3fa;
    }

    .cc-img {
        max-width: 70%;
    }

    #plan-box-a .bonus-text {
        font-size: 20px;
        color: #FFF;
        margin-top: 5px;
        margin-bottom: 12px
    }

    #plan-box-a p {
        text-align: center;
        font-size: 20px;
        margin-top: 0;
        padding-top: 0
    }

    .select-fix {
        padding: 0;
        margin: 10px auto
    }

    .upsell-icon-bg img {
        max-width: 100%
    }

    .authorize-img {
        max-width: 35%
    }

    .authorize-img {
        max-width: 35%
    }

    [data-tooltip]:before {
        width: 270px;
        font-size: 12px;
        bottom: 100%;
        padding: 5px;
    }

    .info {
        top: 12px;
    }

    footer .help-text {
        font-size: 13px;
        font-weight: 700;
        align-items: center;
        margin-top: auto;
        margin-bottom: auto;
        text-align: center !important;
    }

    footer {
        padding: 0px 0;
    }

    footer .row {
        margin: 0px 0 4px 0;
    }

    /* footer .img-fluid{
          height: 20px;
          width: 100px;
      } */
    header .img-fluid {
        height: 30px;
        width: 170px;
    }

    body {
        font-size: 15px;
    }

    .btn-primary {
        min-width: 160px;
        font-size: 18px;
        padding: 10px 10px;
    }

    .mt-4 {
        margin-top: 0 !important;
    }

    .ui-menu-item {
        font-size: 13px;
    }

    #review-block {
        text-align: center;
        padding: 5px;
        font-size: 16px;
        line-height: 22px;
    }

    #review-block .fa-star {
        font-size: 12px;
    }

    #review-block p {
        font-weight: 300;
        margin-bottom: 5px;
        line-height: 22px;
    }

    .yellow-ribbon {
        background: url(../images/ribbon.png) no-repeat;
        position: relative;
        background-size: 102px 63px;
        width: 102px;
        height: 63px;
        padding-right: 7px;
        top: 0;
        left: 0;
        margin: auto;
        padding-top: 5px;
    }

    .yellow-ribbon p {
        margin: 0;
    }

    .gc {
        position: absolute;
        right: -19px;
        top: 15px;
        max-width: 61px;
        transform: rotate(20deg);
    }

    .most-popular-body h2 {
        padding: 2px 2px 6px 124px;
    }

    .month-to-month-body h2 {
        padding: 4px 25px 6px 25px;
    }

    .piece-of-mind {
        border-right: none;
    }

    .piece-of-mind p {
        border-bottom: 1px solid #00aeef;
        padding-bottom: 18px;
    }

    a.mp-plan-btn, a.mm-plan-btn {
        font-size: 22px;
        max-width: 85%;
        min-width: 85%;
    }
}

/* iPhone 5 */
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    #progressbar li {
        width: 13.66%;
        font-size: 8px;
        line-height: 10px;
        margin: 0;
        text-align: center
    }

    #progressbar li span {
        margin: 0;
        line-height: normal;
    }
}

@media screen and (min-width: 768px) {

    #monitoring-plans .pro-monitoring-callout {
        min-height: 100px !important;
    }

    #monitoring-plans .self-monitoring-callout {
        min-height: 100px !important;
    }

    #promo-bg p {
        font-family: 'LL Brown Regular', sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }

    #promo-bg .camera-img {

        top: 5px;
    }
}


@media screen and (min-width: 1200px) {

    #monitoring-plans .pro-monitoring-callout {
        min-height: 80px !important;
    }

    #monitoring-plans .self-monitoring-callout {
        min-height: 80px !important;
    }

    #promo-bg .camera-img {
        position: absolute;
        left: 0;
        right: 0;
        top: -8px;
    }

    #promo-bg-empty {
        background: #FFF;
        min-height: 60px;
    }

    #promo-bg {
        background: #b8e1da;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
        min-height: 60px;

    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .laststep {
        min-height: 600px
    }

    #progressbar li {
        width: 13.66%;
        margin: 0;
        text-align: center
    }

    #progressbar li span {
        margin: 0;
        padding: 0 15px;
    }

    .activation-box p.text-white {
        padding-top: 0;
    }

    .gc {
        position: absolute;
        right: -40px;
        top: 34px;
        max-width: 74px;
        transform: rotate(20deg);
    }

    .yellow-ribbon {
        background: url(../images/ribbon.png) no-repeat;
        position: relative;
        background-size: 102px 63px;
        width: 102px;
        height: 63px;
        padding-right: 7px;
        top: 0;
        left: 0;
        margin: auto;
        padding-top: 5px;
    }

    .yellow-ribbon p {
        margin: 0;
    }
}

@media screen and (min-width: 991px) and (max-width: 1198px) {
    .laststep {
        min-height: 750px
    }

    #progressbar li {
        width: 13.66%;
        margin: 0;
        text-align: center
    }

    #progressbar li span {
        margin: 0;
        padding: 0 15px;
        max-width: 115px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .gc {
        top: 93px;
        max-width: 50px;
        right: -10px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .gc {
        top: 92px;
        max-width: 65px;
        right: -10px;
    }
}