
/*
 * packages/2017/sections/featured/
 *
*/
section.featured {
    overflow: hidden;
    height: 700px;
    position: relative;
}

.featured .top-image {
    overflow: hidden;
    background-repeat:no-repeat;
    background-position:top right;
    background-size: cover;
    height: 700px;
    position: absolute;
    width: 100%;
}

.featured .bottom-image {
    overflow: hidden;
    background-color: #444;
    background-repeat:no-repeat;
    background-position:top right;
    background-size: cover;
    height: 700px;
}

.featured .featured-content {
    text-align: center;
    margin-top: 226px;
}

.featured .featured-content h2 {
    max-width: 880px;
    margin: 0 auto;
}

.featured .featured-content .font-bold {
    display: inline-block;
    margin-top: 18px;
    margin-right: 18px;
}

.featured .featured-content h4 {
    margin-bottom: 30px;
}

.featured .featured-content .button-05 {
    text-decoration: none;
    padding: 14px 15px;
    display: inline-block;
    margin-top: 12px;
    font-size: 28px;
    background-image: url(//images.vivintcdn.com/global/vivint.com/home/total-door-hero/phone-icon-white.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 16px 10px;
    padding-left: 58px;
}

.featured .featured-content .button-05:hover {
    background: url(//images.vivintcdn.com/global/vivint.com/home/total-door-hero/phone-icon-white.png) 16px 10px / 25px no-repeat;
}
.featured .mobile,
.featured .tablet {
    display: none;
}

@media screen and (max-width: 1024px) {
    section.featured {
        height: 553px;
        position: relative;
    }
    .featured .featured-content {
        margin-top: 170px;
        padding: 0 15px;
    }
    .featured .top-image {
        background: url('//images.vivintcdn.com') no-repeat right;
        background-size: cover;
        height: 553px;
    }
    .featured .bottom-image {
        background-size: cover;
        height: 553px;
    }
    .featured .desktop {
        display: none;
    }
    .featured .tablet {
        display: block;
        position: absolute;
        width: 280px;
        left: 0;
        right: 0;
        bottom: 20px;
        margin: 0 auto;
    }
    .featured .tablet .call-now {
        font-size: 22px;
        line-height: 60px;
        background: #9b1717;
        color: #fff;
        display: block;
    }
    .featured .featured-content h4 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    section.featured,
    .featured .top-image,
    .featured .bottom-image {
        height: 543px;
    }
    .featured .bottom-image {
        background-size: cover;
    }
    .featured .featured-content { margin-top: 130px; }
    .featured .featured-content h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .featured .featured-content h4 {
        font-size: 18px;
        line-height: 32px;
        margin: 0 auto;
    }
    .featured .featured-content .tablet h4 {
        font-size: 18px;
        line-height: 22px;
        max-width: 225px;
        margin-bottom: 15px;
        font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .featured .tablet .call-now {
        font-size: 18px;
        margin: 0 15px;
    }
    .featured .mobile {
        display: block;
    }
}
@media screen and (max-width: 720px) {
    .featured .top-image {
        background-position-x: -300px;
    }
}

@media screen and (max-width: 480px) {
    .featured .featured-content h2 {
        margin: 15px auto;
    }
    .featured .featured-content { margin-top: 110px; }
}

/*
 * product/2016/sections-seo/left-side-full-image/
 *
*/

/*
section.left-side-full-image {
    overflow: hidden;
}

section.left-side-full-image .small-text {
    font-size: 8px;
}

section.left-side-full-image .story-left {
    float: left;
    width: 50%;
    height: 784px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
}

section.left-side-full-image .story-left-content {
    float: right;
    padding-right: 235px;
    padding-left: 60px;
}

section.left-side-full-image .story-right {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

section.left-side-full-image .story-right-content {
    padding-left: 120px;
    padding-top: 220px;
    width: 455px;
    max-width: 100%;
    box-sizing: border-box;
}

section.left-side-full-image .story-img {
    max-width: 100%;
    display: block;
}

section.left-side-full-image .story-title {
    padding: 10px 0 20px 0;
    line-height: 43px;
    max-width: 390px;
}

section.left-side-full-image P {
    width: 345px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1400px) {
    section.left-side-full-image .story-right-content {
        padding: 220px 30px 0 80px;
        box-sizing: border-box;
    }

    section.left-side-full-image .story-left-content {
        float: left;
        padding-right: 0;
        padding-left: 60px;
    }
}

@media(max-width: 1024px) {
    section.left-side-full-image {
        padding: 0 0 60px 0;
    }

    section.left-side-full-image .story-left {
        height: 520px;
    }

    section.left-side-full-image .story-left,
    section.left-side-full-image .story-right {
        width: 100%;
        text-align: center;
    }

    section.left-side-full-image .story-left-content {
        float: none;
        padding: 0;
    }

    section.left-side-full-image .story-img {
        margin: 0 auto;
    }

    section.left-side-full-image .story-right-content {
        width: 100%;
        padding: 55px 60px 0 60px;
    }

    section.left-side-full-image .story-title {
        padding: 0 0 20px 0;
        max-width: 450px;
        margin: auto;
    }

    section.left-side-full-image P {
        width: 100%;
    }

    section.left-side-full-image .story-icon {
        display: none;
    }
}

@media(max-width: 767px) {
    section.left-side-full-image {
        padding: 0 0 30px 0;
    }

    section.left-side-full-image .story-left {
        height: 250px;
    }

    section.left-side-full-image .story-right-content {
        padding: 30px 20px 0 20px;
    }

    section.left-side-full-image .story-title {
        font-size: 22px;
        line-height: 28px;
    }
}
*/

/*
 * product/2016/sections-seo/right-side-full-image/
 *
*/

/*
section.right-side-full-image {
    overflow: hidden;
    margin-bottom: 8px;
}

section.right-side-full-image .small-text {
    font-size: 8px;
}

section.right-side-full-image .story-left {
    float: left;
    width: 50%;
}

section.right-side-full-image .story-left-content {
    float: right;
    padding-right: 200px;
    padding-top: 220px;
    width: 455px;
    max-width: 100%;
}

section.right-side-full-image .story-right {
    float: right;
    width: 50%;
    height: 784px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
}

section.right-side-full-image .story-right-content {
    padding-left: 120px;
    padding-top: 220px;
    width: 455px;
    max-width: 100%;
}

section.right-side-full-image .story-img {
    max-width: 100%;
    display: block;
}

section.right-side-full-image .story-title {
    padding: 10px 0 20px 0;
    line-height: 43px;
}

section.right-side-full-image P {
    width: 345px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
}

@media(max-width: 1400px) {
    section.right-side-full-image .story-right-content {
        float: left;
        padding-right: 0;
        padding-left: 60px;
    }

    section.right-side-full-image .story-left-content {
        padding: 220px 130px 0 0;
        box-sizing: border-box;
    }
}

@media(max-width: 1024px) {
    section.right-side-full-image {
        padding: 0 0 60px 0;
    }

    section.right-side-full-image .story-right {
        height: 520px;
    }

    section.right-side-full-image .story-left,
    section.right-side-full-image .story-right {
        width: 100%;
        text-align: center;
    }

    section.right-side-full-image .story-title {
        padding: 0 0 20px 0;
        max-width: 444px;
        margin: auto;
    }

    section.right-side-full-image .story-right-content {
        float: none;
        padding: 0;
    }

    section.right-side-full-image .story-img {
        margin: 0 auto;
    }

    section.right-side-full-image .story-left-content {
        width: 100%;
        padding: 55px 60px 0 60px;
    }

    section.right-side-full-image P {
        width: 100%;
    }

    section.right-side-full-image .story-icon {
        display: none;
    }
}

@media(max-width: 767px) {
    section.right-side-full-image {
        padding: 0 0 30px 0;
    }

    section.right-side-full-image .story-right {
        height: 250px;
    }

    section.right-side-full-image .story-left-content {
        padding: 30px 20px 0 20px;
    }

    section.right-side-full-image .story-title {
        font-size: 22px;
        line-height: 28px;
    }
}
*/

section.left-side-full-image {
    display: flex;
    flex-wrap: wrap;
}

section.left-side-full-image .story-left {
    width: 50%;
    min-height: 759px;
    background-size: cover;
    background-position: center;
}

section.left-side-full-image .story-right {
    width: 50%;
    min-height: 759px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section.left-side-full-image .story-right .story-right-content {
    width: 60%;
    margin: 0 auto;
}

section.left-side-full-image .story-right .story-right-content h2 {
    margin: 0 0 50px 0;
}                         

section.right-side-full-image {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

section.right-side-full-image .story-left {
    width: 50%;
    min-height: 759px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;}

section.right-side-full-image .story-right {
    width: 50%;
    min-height: 759px;
    background-size: cover;
    background-position: center;
}

section.right-side-full-image .story-left .story-left-content {
    width: 60%;
    margin: 0 auto;
}

section.right-side-full-image .story-left .story-left-content h2 {
    margin: 0 0 50px 0;
}

.story-left-content, .story-right-content {
    margin: 32px 0 !important;
}

@media (max-width: 820px) {
    section.right-side-full-image {
        flex-direction: row;
    }

    .story-left, .story-right {
        width: 100% !important;
    }

    section.left-side-full-image .story-left {
        background-repeat: no-repeat;
        min-height: 350px;
    }

    section.left-side-full-image .story-right {
        min-height: unset;
    }

    section.right-side-full-image .story-right {
        background-repeat: no-repeat;
        min-height: 350px;
    }

    section.right-side-full-image .story-left {
        min-height: unset;
    }
}

/*
 * packages/2017/sections/how-to/
 *
*/
section.how-to {
    overflow: hidden;
    text-align: center;
    padding: 60px 30px;
}

.how-to h3 {
    margin-bottom: 80px;
}

.how-to h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
}

.how-to article {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.how-to p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
}

.how-to .first p {
    max-width: 262px;
}

.how-to .second p {
    max-width: 219px;
}

.how-to .third p {
    max-width: 262px;
}

.how-to .img-container {
    height: 132px;
    line-height: 132px;
}

.how-to .img-container img {
    vertical-align: middle;
}

.how-to article .img-container,
.how-to article h5,
.how-to article h4 {
    margin-bottom: 20px;
}

.how-to .mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .how-to .first p,
    .how-to .second p {
        max-width: 190px;
    }
    .how-to .third p {
        max-width: 226px;
    }
    .how-to .mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    section.how-to {
        padding: 40px 30px 60px;
    }
    .how-to h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .how-to article {
        display: block;
        margin: 0 auto;
    }
    .how-to .first p,
    .how-to .second p,
    .how-to .third p {
        max-width: 250px;
    }
    .how-to article {
        max-width: 320px;
        width: 100%;
    }
    .how-to article.second {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

/*
 * packages/2017/sections/form/
 *
*/
section#photo-form {
    background: #EAE3DD;
    overflow: hidden;
    margin: 0 auto;
    padding: 130px 0;
    max-width: 100%;
    float: none;
}

section#photo-form form.subtle_form,
section#photo-form p.legal.text-03{
    max-width: 470px;
    margin: 0 auto;
}

section#photo-form p.legal.text-03{
    margin-top: 15px;
    margin-bottom: 10px;
}

section#photo-form input.i_text.faasub_phone.tablet-half,
section#photo-form input#fullName,
section#photo-form input.i_text.faasub_email.tablet-full {
    border: #fff solid 0 !important;
}

section#photo-form h2{
    font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    margin-bottom: 10px;
}

section#photo-form .button-04 {
    font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #9b1717;
    color: #fff;
}

section#photo-form .button-04:hover{
    color: #fff;
    background-color: #9b1717;
    border: 2px solid #9b1717;
}

.security-form .form-subtext {
    color: #444;
}

section#photo-form .form-subtext a,
section#photo-form .span.call-text {
    font-size: 22px;
    color: #444;
    font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section#photo-form .call-text{
    font-size: 22px;
}


@media(max-width: 1260px) {
    section#photo-form {
        padding: 95px 20px 100px 0;
    }
}


@media(max-width: 900px) {
    section#photo-form {
        padding: 80px 40px;
    }

    section#photo-form h2.requestFormHeader.dark-grey {
        font-size: 26px;
        line-height: 30px;
    }

    section#photo-form .call-text{
        font-size: 20px;
    }

    section#photo-form .form-subtext a {
        font-size: 24px;
    }

    section#photo-form input.i_text.faasub_phone.tablet-half,
    section#photo-form input#fullName {
        width: 49.25%;
    }

    section#photo-form input.i_text.faasub_email.tablet-full {
        width: 100%;
    }

}



@media(max-width: 767px) {

    section#photo-form form.subtle_form,
    section#photo-form p.legal.text-03{
        max-width: 470px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    section#photo-form p.legal.text-03{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section#photo-form {
        padding: 40px 20px;
    }

    section#photo-form h2.requestFormHeader.dark-grey {
        font-size: 22px;
        line-height: 26px;
    }

    section#photo-form .call-text{
        font-size: 18px;
    }

    section#photo-form .form-subtext a {
        font-size: 22px;
    }

    section#photo-form input.i_text.faasub_phone.tablet-half,
    section#photo-form input#fullName,
    section#photo-form input.i_text.faasub_email.tablet-full {
        width: 100%;
        margin-bottom: 5px;
    }

    section#photo-form input.i_text.faasub_email.tablet-full {
        margin-bottom: 0;
    }

    section#photo-form .form-subtext a,
    section#photo-form .call-text {
        font-size: 19px;
        line-height: 22px;
        color: #666;
        font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

}

/*
 * packages/2017/sections/faq/
 *
*/
section.faq {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    padding: 80px 0;
}

.faq h2 {
    text-align: center;
    margin-bottom: 60px;
    line-height: 43px;
}

.faq p {
    font-size: 16px;
    line-height: 24px;
    max-width: 830px;
}

.faq .viv-accordion {
    border-top: 1px solid #979797;
    transition: padding 0.2s;
}

.faq .accordion-title {
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
    display: block;
    color: #666;
    text-decoration: none;
}

.faq .accordion-title h3 {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}

.faq .toggle-accordion {
    cursor: pointer;
    float: right;
    font-size: 18px;
    margin-top: -5px;
    padding: 5px 10px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: transform 0.2s;
}

.faq .accordion-content {
    overflow: hidden;
    display: none;
}

.faq .accordion-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 20px;
    max-width: 750px;
    margin-bottom: 20px;
}

.faq .accordion-content ol {
    margin-left: 20px;
    margin-top: 20px;
    max-width: 750px;
    margin-bottom: 20px;
}

.faq .accordion-content a {
    color: #666;
}

.faq .accordion-content a:hover {
    color: #9b1717;
}

.faq .faq-rating {
    margin-top: 50px;
}

.faq .faq-rating a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    vertical-align: middle;
}

.faq .faq-rating .thumbsup {
    background: url(//images.vivintcdn.com/global/vivint.com/packages/2017/thumbup-inactive-v01.png);
    background-size: 18px;
    background-repeat: no-repeat;
}

.faq .faq-rating .thumbsup:hover,
.faq .faq-rating .thumbsup.thumbsup-active {
    background: url(//images.vivintcdn.com/global/vivint.com/packages/2017/thumbup-active-v01.png);
    background-size: 18px;
    background-repeat: no-repeat;
}

.faq .faq-rating .thumbsdown {
    background: url(//images.vivintcdn.com/global/vivint.com/packages/2017/thumbdown-inactive-v01.png);
    background-size: 18px;
    background-repeat: no-repeat;
}

.faq .faq-rating .thumbsdown:hover,
.faq .faq-rating .thumbsdown.thumbsdown-active {
    background: url(//images.vivintcdn.com/global/vivint.com/packages/2017/thumbdown-active-v01.png);
    background-size: 18px;
    background-repeat: no-repeat;
}

.faq .faq-rating span {
    font-size: 11px;
    margin-right: 10px;
    vertical-align: middle;
}

.faq .faq-rating img {
    width: 100%;
}

.faq .active-accordion {
    padding-bottom: 20px;
}

.faq .active-accordion .accordion-title h3 {
    font-family: "IntCircularProWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.faq .active-accordion .toggle-accordion {
    font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transition: transform 0.2s;
}

.faq .bottom-accordion-line {
    border-top: 1px solid #979797;
}

.faq .other-questions {
    background: none;
    border-bottom: 1px solid #979797;
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    padding: 15px 0;
    text-transform: none;
    text-align: left;
    position: relative;
}

.faq .other-questions .viv-icon-caret-right-fill {
    position: absolute;
    right: 7px;
    top: 17px;
    font-size: 13px;
}

@media screen and (max-width: 1024px) {
    .faq .content {
        padding: 0 20px;
    }
}

@media screen and (max-width: 480px) {
    section.faq {
        padding: 30px 0;
    }
    .faq .accordion-title h3 {
        max-width: 200px;
    }
}


/*
 * packages/2017/sections/form/
 *
*/
section#photo-form {
    background: #EAE3DD;
    overflow: hidden;
    margin: 0 auto;
    padding: 130px 0;
    max-width: 100%;
    float: none;
}

section#photo-form form.subtle_form,
section#photo-form p.legal.text-03{
    max-width: 470px;
    margin: 0 auto;
}

section#photo-form p.legal.text-03{
    margin-top: 15px;
    margin-bottom: 10px;
}

section#photo-form input.i_text.faasub_phone.tablet-half,
section#photo-form input#fullName,
section#photo-form input.i_text.faasub_email.tablet-full {
    border: #fff solid 0 !important;
}

section#photo-form h2{
    font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    margin-bottom: 10px;
}

section#photo-form .button-04 {
    font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #9b1717;
    color: #fff;
}

section#photo-form .button-04:hover{
    color: #fff;
    background-color: #9b1717;
    border: 2px solid #9b1717;
}

.security-form .form-subtext {
    color: #444;
}

section#photo-form .form-subtext a,
section#photo-form .span.call-text {
    font-size: 22px;
    color: #444;
    font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section#photo-form .call-text{
    font-size: 22px;
}


@media(max-width: 1260px) {
    section#photo-form {
        padding: 95px 20px 100px 0;
    }
}


@media(max-width: 900px) {
    section#photo-form {
        padding: 80px 40px;
    }

    section#photo-form h2.requestFormHeader.dark-grey {
        font-size: 26px;
        line-height: 30px;
    }

    section#photo-form .call-text{
        font-size: 20px;
    }

    section#photo-form .form-subtext a {
        font-size: 24px;
    }

    section#photo-form input.i_text.faasub_phone.tablet-half,
    section#photo-form input#fullName {
        width: 49.25%;
    }

    section#photo-form input.i_text.faasub_email.tablet-full {
        width: 100%;
    }

}



@media(max-width: 767px) {

    section#photo-form form.subtle_form,
    section#photo-form p.legal.text-03{
        max-width: 470px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    section#photo-form p.legal.text-03{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section#photo-form {
        padding: 40px 20px;
    }

    section#photo-form h2.requestFormHeader.dark-grey {
        font-size: 22px;
        line-height: 26px;
    }

    section#photo-form .call-text{
        font-size: 18px;
    }

    section#photo-form .form-subtext a {
        font-size: 22px;
    }

    section#photo-form input.i_text.faasub_phone.tablet-half,
    section#photo-form input#fullName,
    section#photo-form input.i_text.faasub_email.tablet-full {
        width: 100%;
        margin-bottom: 5px;
    }

    section#photo-form input.i_text.faasub_email.tablet-full {
        margin-bottom: 0;
    }

    section#photo-form .form-subtext a,
    section#photo-form .call-text {
        font-size: 19px;
        line-height: 22px;
        color: #666;
        font-family: "IntCircularProWeb-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

}

/*
 * form/primary-3-fields-photo/
 *
*/
#photo-form {
    max-width: 470px;
    float: right;
    text-align: center;
}

#photo-form .form-subtext {
    padding: 15px 0 20px 0;
}

span.call-text {
    font-size: 32px;
}

#photo-form .form-subtext a {
    color: #9b1717;
    text-decoration: none;
    font-size: 40px;
}

#photo-form input#fullName {
    width: 233px;
    float: left;
    padding: 14px 8px;
    margin: 0 5px 5px 0;
    border:1px solid #AAA;
}

#photo-form input.i_text.faasub_phone.tablet-half {
    width: 232px;
    float: right;
    padding: 14px 8px;
    border:1px solid #AAA;
}

#photo-form input.i_text.faasub_email.tablet-full {
    padding: 14px 8px;
    border:1px solid #AAA;
}

#photo-form .button-04, .button-04:visited {
    width: 100%;
    border: none;
    padding: 17px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#photo-form p.legal.text-03 {
    margin: 10px 0;
    font-size: 11px;
    color: #666;
}

#photo-form .no-spam {
    margin-right: 5px;
}

#photo-form .subtle_form_message h3 {
    color: #444;
    margin-bottom: 25px;
}

@media(max-width: 900px) {
    #photo-form {
        max-width: 340px;
    }

    #photo-form input#fullName {
        width: 168px;
    }

    #photo-form input.i_text.faasub_phone.tablet-half  {
        width: 167px;
    }

    #photo-form .hide-form-text {
        display: none;
    }
}

@media(max-width: 767px) {
    #photo-form {
        max-width: 100%;
        float: left;
        padding: 0 0 30px 0;
    }

    #photo-form input#fullName {
        width: 100%;
        margin-bottom: 1px;
    }

    #photo-form input.i_text.faasub_phone.tablet-half  {
        width: 100%;
        margin-bottom: 1px;
    }

    #photo-form .form-subtext {
        padding: 10px 0 20px 0;
    }

    #photo-form h2.requestFormHeader.dark-grey {
        font-size: 28px;
    }

    span.call-text {
        font-size: 24px;
    }

    #photo-form .form-subtext a {
        font-size: 30px;
    }
}


/*
 * product/2016/sections-seo/featured/
 *
*/
section.product-featured {
    text-align: center;

    background-position:center center;
    background-repeat:no-repeat;

    background-size: cover;
    height: 710px;
    margin-bottom: 8px;
}

.product-featured .content {
    padding: 325px 30px 0 30px;
}

.product-featured .featured-title sup {
    font-size: 10px;
    font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-featured .featured-subtitle {
    padding-top: 15px;
}

.product-featured .call {
    padding-top: 105px;
}

.product-featured .large-text {
    font-size: 16px;
}

.product-featured .call-btn {
    background: url('//images.vivintcdn.com/global/vivint.com/products/2016/phone-icon.png') 25px 13px no-repeat;
    border: 1px solid #fff;
    width: 212px;
    margin: 10px auto 0 auto;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 50px;
    letter-spacing: 1px;
}

@media(max-width: 660px) {
    section.product-featured {
        height: 520px;
    }

    .product-featured .content {
        padding: 60px 30px 0 30px;
    }

    .product-featured .featured-title {
        font-size: 34px;
    }

    .product-featured .featured-subtitle {
        padding-top: 130px;
        font-size: 18px;
    }

    .product-featured .call {
        padding-top: 25px;
    }
}

/*
 * product/2016/sections-seo/product-form/
 *
*/
section.product-form {
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
}

.product-form .form-caption {
    padding-bottom: 10px;
    line-height: 43px;
}

.product-form .form-container {
    padding-top: 415px;
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
}

.product-form .form-container input {
    margin-bottom: 1px;
    border: none;
}

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

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

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

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

.product-form .form-container .button-04 {
    padding: 12px 20px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}

.product-form .no-spam {
    padding-top: 30px;

}

.product-form .spam-text {
    display: inline-block;
    padding-left: 5px;
    font-family: "IntCircularProWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-form .legal {
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
}

.product-form .form-phone {
    text-decoration: none;
}

@media(max-width: 767px) {
    .product-form .form-caption {
        font-size: 22px;
        line-height: 28px;
    }

    .product-form .form-call {
        font-size: 18px;
    }
}

/*
 * product/2016/sections-seo/features/
 *
*/
section.features {
    margin-bottom: 8px;
    background: #f5f5f5;
    padding: 70px 0 20px 0;
}

.features .features-content {
    overflow: hidden;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    background-repeat:no-repeat;
    background-position: center top;
    padding: 0 20px;
    box-sizing: border-box;
    min-height: 620px;
}

.features .section-title {
    padding-bottom: 50px;
}

.features .features-left,
.features .features-right {
    padding-top: 60px;
}

.features .features-left {
    float: left;
}

.features .features-right {
    float: right;
}

.features .item-container {
    padding-bottom: 35px;
    overflow: hidden;
}

.features .icon-container,
.features .text-container {
    float: left;
}

.features .icon-container {
    padding-right: 35px;
    width: 36px;
}

.features .feature-title {
    font-size: 16px;
    padding-bottom: 10px;
}

.features .feature-text {
    width: 277px;
    font-size: 16px;
    line-height: 24px;
}

.features .hide-desktop,
.features .see-more {
    display: none;
}

@media(max-width: 1200px) {
    .features .features-content {
        background-size: 310px;
    }

    .features .icon-container {
        padding-right: 25px;
    }

    .features .feature-text {
        width: 210px;
    }
}

@media(max-width: 960px) {
    section.features {
        padding:50px 0 30px 0;
    }

    .features .features-content {
        background-image:unset!important;
        min-height: 0;
        width: 275px;
    }

    .features .features-left,
    .features .features-right,
    .features .icon-container,
    .features .text-container {
        float: none;
    }

    .features .features-left {
        padding-top: 20px;
    }

    .features .section-title {
        padding: 0 20px 50px 20px;
        font-size: 22px
    }

    .features .hide-desktop {
        display: block;
        margin: 0 auto;
    }

    .features .features-right {
        padding-top: 0;
    }

    .features .icon-container {
        padding-right: 0;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .features .text-container {
        text-align: center;
    }

    .features .feature-text {
        margin: 0 auto;
    }

    .features .hide-tablet {
        display: none;
    }

    .features .see-more {
        display: block;
    }

    .features .mobile-img {
        max-width: 100%;
    }
}

/*
 * product/2016/sections-seo/left-side-medium-image/
 *
*/
section.left-side-medium-image {
    background: #DEF4FD;
    overflow: hidden;
    padding: 90px 0;
    margin-bottom: 8px;
}

.left-side-medium-image .story-left {
    float: left;
    width: 50%;
}

.left-side-medium-image .story-left-content {
    float: right;
    padding-right: 80px;
    padding-left: 60px;
    max-width: 100%;
}

.left-side-medium-image .story-right {
    float: left;
    width: 50%;
}

.left-side-medium-image .story-right-content {
    padding-left: 120px;
    padding-top: 130px;
    width: 455px;
    max-width: 100%;
}

.left-side-medium-image .story-img {
    max-width: 100%;
}

.left-side-medium-image .story-title {
    padding: 10px 0 20px 0;
    line-height: 43px;
}

.left-side-medium-image P {
    width: 345px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
}

@media(max-width: 1400px) {
    .left-side-medium-image .story-left {
        width: 57%;
    }

    .left-side-medium-image .story-left-content {
        float: left;
        padding-right: 0;
        padding-left: 60px;
    }

    .left-side-medium-image .story-title {
        font-size: 26px;
    }

    .left-side-medium-image .story-right {
        width: 43%;
    }

    .left-side-medium-image .story-right-content {
        padding: 90px 30px 0 80px;
        box-sizing: border-box;
    }
}

@media(max-width: 960px) {
    section.left-side-medium-image {
        padding: 60px 0;
    }

    .left-side-medium-image .story-left,
    .left-side-medium-image .story-right {
        width: 100%;
        text-align: center;
    }

    .left-side-medium-image .story-left-content {
        float: none;
        padding: 0;
    }

    .left-side-medium-image .story-right-content {
        width: 100%;
        padding: 55px 60px 0 60px;
    }

    .left-side-medium-image .story-title {
        padding: 0 0 20px 0;
    }

    .left-side-medium-image P {
        width: 100%;
    }

    .left-side-medium-image .story-icon {
        display: none;
    }
}

@media(max-width: 660px) {
    section.left-side-medium-image {
        padding: 30px 20px;
    }

    .left-side-medium-image .story-right-content {
        padding: 30px 0 0 0;
    }

    .left-side-medium-image .story-title {
        font-size: 22px;
        line-height: 28px;
    }
}

/*
 * product/2016/sections-seo/right-side-medium-image/
 *
*/
section.right-side-medium-image {
    background: #F5F5F5;
    overflow: hidden;
    padding: 130px 0 150px 0;
    margin-bottom: 8px;
}

.right-side-medium-image .story-left {
    float: left;
    width: 47%;
}

.right-side-medium-image .story-left-content {
    float: right;
    padding-right: 150px;
    padding-top: 90px;
    width: 455px;
    max-width: 100%;
}

.right-side-medium-image .story-right {
    float: right;
    width: 53%;
}

.right-side-medium-image .story-right-content {
    max-width: 100%;
    padding-right: 20px;
}

.right-side-medium-image .story-img {
    max-width: 100%;
    display: block;
}

.right-side-medium-image .story-title {
    padding: 10px 0 20px 0;
    line-height: 43px;
}

.right-side-medium-image P {
    width: 345px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
}

@media(max-width: 1400px) {
    .right-side-medium-image .story-right-content {
        float: left;
        padding-right: 20px;
        padding-left: 60px;
    }

    .right-side-medium-image .story-title {
        font-size: 26px;
    }

    .right-side-medium-image .story-left-content {
        padding: 90px 80px 0 0;
        box-sizing: border-box;
        padding-left: 20px;
        width: 475px;
    }
}

@media(max-width: 960px) {
    section.right-side-medium-image {
        padding: 60px 0;
    }

    .right-side-medium-image .story-left,
    .right-side-medium-image .story-right {
        width: 100%;
        text-align: center;
    }

    .right-side-medium-image .story-right-content {
        padding: 0;
        float: none;
    }

    .right-side-medium-image .story-img {
        margin: 0 auto;
    }

    .right-side-medium-image .story-left-content {
        width: 100%;
        padding: 55px 60px 0 60px;
    }

    .right-side-medium-image .story-title {
        padding: 0 0 20px 0;
    }

    .right-side-medium-image P {
        width: 100%;
    }

    .right-side-medium-image .story-icon {
        display: none;
    }
}

@media(max-width: 660px) {
    section.right-side-medium-image {
        padding: 30px 0;
    }

    .right-side-medium-image .story-left-content {
        padding: 30px 20px 0 20px;
    }

    .right-side-medium-image .story-title {
        font-size: 22px;
        line-height: 28px;
    }

    .right-side-medium-image .story-img {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

/*
 * product/2016/sections-seo/specs/
 *
*/
section.specs {
    margin-bottom: 8px;
    padding: 120px 0;
}

.specs .specs-content {
    overflow: hidden;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    background-repeat:no-repeat;
    background-position:center top;
    padding: 0 20px;
    box-sizing: border-box;
}

.specs .section-title {
    padding-bottom: 10px;
}

.specs .product-name {
    padding-bottom: 70px;
}

.specs .specs-left {
    float: left;
}

.specs .specs-right {
    float: right;
}

.specs .item-container {
    padding-bottom: 35px;
    overflow: hidden;
}

.specs .icon-container,
.specs .text-container {
    float: left;
}

.specs .icon-container {
    padding-right: 35px;
    width: 36px;
}

.specs .spec-title {
    font-size: 16px;
}

.specs .spec-text {
    width: 290px;
    font-size: 16px;
    line-height: 24px;
}

.specs .hide-desktop,
.specs .see-more {
    display: none;
}

@media(max-width: 1200px) {
    .specs .icon-container {
        padding-right: 25px;
    }

    .specs .spec-text {
        width: 210px;
    }
}

@media(max-width: 960px) {
    section.specs {
        padding: 50px 0 30px 0;
    }

    .specs .product-name {
        padding-bottom: 30px;
    }

    .specs .specs-content {
        background-image:unset!important;
        min-height: 0;
        width: 275px;
    }

    .specs .specs-left,
    .specs .specs-right,
    .specs .icon-container,
    .specs .text-container {
        float: none;
    }

    .specs .specs-left {
        padding-top: 20px;
    }

    .specs .section-title {
        padding: 0 20px 10px 20px;
        font-size: 22px;
    }

    .specs .hide-desktop {
        display: block;
        margin: 0 auto;
    }

    .specs .specs-right {
        padding-top: 0;
    }

    .specs .icon-container {
        padding-right: 0;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .specs .text-container {
        text-align: center;
    }

    .specs .spec-text {
        margin: 0 auto;
    }

    .specs .hide-tablet {
        display: none;
    }

    .specs .see-more {
        display: block;
    }

    .specs .mobile-img {
        max-width: 100%;
    }
}

/*
 *
 * Service Area featured content
 *
 */

.service-area-featured {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.service-area-featured .content {
    padding: 16px;
    min-width: 332px;
    width: 60%;
    max-width: 400px;
    text-align: right;
    margin: 0 80px 0 auto;
    flex-grow: 2;
}

.service-area-featured .content h1 {
    margin: 24px 0;
}

.service-area-featured .content a {
    color: white;
    border: white solid 8px;
    padding: 16px;
    font-size: 2em;
    text-decoration: none;
    margin: 24px 0;
    display: inline-block;
    width: fit-content;
}

.service-area-featured .map {
    width: 40%;
    height: 550px;
    margin: 40px 24px;
}

@media (max-width: 856px) {
    .service-area-featured .map {
        width: 100%;
        height: 550px;
        margin: 40px 24px;
    }
}

.service-area-featured .map iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

/*
 *
 * Service Area - Camera features
 *
 */


.service-area-camera-features {
    background-color: rgb(200 200 200);
}

.service-area-camera-features .content-wrapper {
    margin: 0 auto;
    padding: 40px 0;
    width: fit-content;
} 

.service-area-camera-features .content-wrapper h2 {
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 8px;
}

.service-area-camera-features .content-wrapper h3 {
    margin-top: 24px;
    margin-bottom: 16px;
    color: rgb(155,23,23);
}

.service-area-camera-features .content-wrapper .content {
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: unset;
    flex-wrap: wrap;
}

.service-area-camera-features .content-wrapper .content .feature {
    margin: 24px;
    max-width: 400px;
}

.service-area-camera-features .content-wrapper .content .feature .image {
    margin: 0 auto;
}

.service-area-camera-features .content-wrapper .content .feature .image img {
    border-radius: 16px;
    margin: 0 auto;
    width: 100%;
}

/*
 *
 * Service Area - Installation info
 *
 */

.service-area-install-features .content-wrapper {
    margin: 0 auto;
    padding: 40px 0;
    width: fit-content;
} 

.service-area-install-features .content-wrapper h2 {
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 8px;
}

.service-area-install-features .content-wrapper h3 {
    margin-top: 24px;
    margin-bottom: 16px;
    color: rgb(155,23,23);
}

.service-area-install-features .content-wrapper .content {
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: unset;
    flex-wrap: wrap;
}

.service-area-install-features .content-wrapper .content .feature {
    margin: 24px;
    max-width: 500px;
}

@media (max-width: 548px) {
    .service-area-install-features .content-wrapper .content {
        width: 100%;
    }
}

.service-area-install-features .content-wrapper .content .feature .image {
    margin: 0 auto;
}

.service-area-install-features .content-wrapper .content .feature .image img {
    border-radius: 16px;
    margin: 0 auto;
    border: rgb(155,23,23) solid 1px;
    width: 100%;
}

.service-area-install-features .content-wrapper .content p {
    margin: 24px 0;
}

.service-gallery-wrapper {
    width: 80%;
    margin: 40px auto;
}

.service-gallery-wrapper h3 {
    margin: 16px;
}


/*
 *
 * Service Area - Gallery
 *
 */

.service-gallery {
    display: flex;
    min-height: 500px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.service-gallery a {
    height: 200px;
    margin: 8px;
}

.service-gallery a img {
    height: 100%;
    border-radius: 8px;
}