/* external footer style */
/* social section */
#ext-footer .Roku-Nav-Footer .footer-section-social {
    color: #fff;
    background-color: #662d91;
}

#ext-footer .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

#ext-footer .container:after, 
#ext-footer .container:before {
    content: " ";
    display: table;
}

#ext-footer .Roku-Nav-Footer .footer-section-social .social-container {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 3rem;
}

#ext-footer .container:after {
    clear: both;
}

#ext-footer .Roku-Nav-Footer .footer-section-social .social-container .social {
    display: flex;
    margin-left: 2rem;
    margin-right: 2rem;
}

#ext-footer .Roku-Nav-Footer .footer-section-social section.social a:first-child {
    margin-left: 0;
}

#ext-footer .Roku-Nav-Footer .footer-section-social section.social a {
    background-color: #fff;
    border-radius: 2.5rem;
    color: #662d91;
    display: inline-block;
    height: 5rem;
    margin-left: 4rem;
    text-align: center;
    width: 5rem;
}

#ext-footer .Roku-Nav-Footer .footer-section-social section.social a:hover,
#ext-footer .Roku-Nav-Footer .footer-section-social section.blog a:hover {
    opacity: .5;
}

#ext-footer .Roku-Nav-Footer .footer-section-social section.social a span {
    display: inline-block;
    font-size: 2.9rem;
    line-height: 5.2rem;
}

#ext-footer .Roku-Nav-Footer .footer-section-social section.social .glyphicon:before {
    font-size: 2.9rem;
    left: 0;
    line-height: 5.2rem;
}

#ext-footer .Roku-Nav-Footer .glyphicon:before {
    font-size: 2.2rem;
    line-height: 2.2rem;
}

#ext-footer .glyphicon-facebook:before {
    content: "\E918";
}

#ext-footer .glyphicon-twitter:before {
    content: "\E917";
}

#ext-footer .glyphicon:after, .glyphicon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: CustomIcons!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
}

#ext-footer .Roku-Nav-Footer .footer-section-social section.blog {
    font-family: GothamLight,GothamBook,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

#ext-footer .Roku-Nav-Footer .footer-section-social section.blog a {
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    text-decoration: none;
    white-space: nowrap;
}

#ext-footer .Roku-Nav-Footer .footer-section-social section.blog a .glyphicon {
    vertical-align: middle;
}

#ext-footer .glyphicon-roku-blog-logo-full:before {
    content: "\E608";
    font-size: 22rem!important;
    height: 4.6rem;
    line-height: 5rem!important;
    overflow: hidden;
}

#ext-footer .glyphicon-arrow-right-after:after, 
#ext-footer .glyphicon-chevron-right-after:after {
    content: "\E912";
}

#ext-footer .Roku-Nav-Footer .footer-section-social section.blog a .glyphicon:after {
    top: 3px;
}

/* Sitemap section */
#ext-footer .Roku-Nav-Footer .footer-section-sitemap {
    background-color: #333;
    color: #fff;
    text-align: left;
}

#ext-footer .row {
    margin-left: -15px;
    margin-right: -15px;
}

#ext-footer .row:after {
    clear: both;
}

#ext-footer .col-lg-5ths, .col-md-5ths, 
#ext-footer .col-sm-5ths, .col-xs-5ths {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#ext-footer .container-fluid:after,
#ext-footer .container:after {
    clear: both;
}

#ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title {
    border-bottom: 1px solid #444;
    border-top: 1px solid #525252;
    cursor: pointer;
    font-family: GothamBold,Helvetica,Arial,sans-serif;
    font-weight: 600;
    left: 0;
    line-height: 1.42;
    padding: 2rem;
    position: relative;
    top: 0;
    width: 100%;
}

#ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper a {
    color: #eee;
    display: block;
    padding: 2rem;
}

#ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion a:hover {
    opacity: .5;
    text-decoration: none;
}

/* legal section */
#ext-footer .Roku-Nav-Footer .footer-section-legal {
    background-color: #f3f3f3;
    color: #333;
    font-family: GothamBook,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.42;
    padding-bottom: 10rem;
    padding-bottom: 4rem;
    padding-top: 3rem;
    padding-top: 4rem;
    text-align: center;
}

#ext-footer .Roku-Nav-Footer .footer-section-legal .logo a {
    display: inline-block;
}

#ext-footer .Roku-Nav a, .Roku-Nav a:active, .Roku-Nav a:focus {
    outline: none;
}

#ext-footer .sprite-nav-footer-logo {
    background-image: url(/html/assets/footer-logo.png);
    background-position: -666px 0;
    height: 81px;
    width: 120px;
}

#ext-footer .Roku-Nav-Footer .footer-section-legal .copyright {
    margin-bottom: 2rem;
}

#ext-footer .Roku-Nav-Footer .footer-section-legal .legal-links {
    margin-bottom: 2rem;
}

#ext-footer .Roku-Nav-Footer .footer-section-legal .legal-links a {
    color: #333;
    text-decoration: none;
}

#ext-footer .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; 
}

/* responsive */

@media (min-width: 1200px) {
    /* social section */
    #ext-footer .Roku-Nav-Footer .footer-section-social .social-container .blog-wrapper, 
    #ext-footer .Roku-Nav-Footer .footer-section-social .social-container .newsletter-signup, 
    #ext-footer .Roku-Nav-Footer .footer-section-social .social-container .social-wrapper {
        display: flex;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-social section {
        border: 0;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-social section.social a {
        margin: 0 1rem;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-social section.blog {
        font-size: 20px;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-social section {
        border: 0;
    }

    /* legal section */

    #ext-footer .Roku-Nav-Footer .footer-section-legal {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    /* social section */
    #ext-footer .Roku-Nav-Footer .footer-section-sitemap {
        padding: 4rem 3rem;
    }

    #ext-footer .col-sm-5ths {
        width: 20%;
        float: left;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion {
        border-bottom: 0;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper a {
        padding: 1rem 0;
        margin: 0;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title {
        border: 0;
        padding: 0;
        margin-bottom: 0;
        cursor: default;
        font-size: 18px;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-legal .logo {
        text-align: left;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper {
        background-color: #333;
        height: auto;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    #ext-footer .col-sm-1, .col-sm-2, 
    #ext-footer .col-sm-3, .col-sm-4, 
    #ext-footer .col-sm-5, .col-sm-6, .col-sm-7, 
    #ext-footer .col-sm-8, .col-sm-9, .col-sm-10, 
    #ext-footer .col-sm-11, .col-sm-12 {
        float: left;
    }

    /* legal */

     #ext-footer .Roku-Nav-Footer .footer-section-legal .copyright, 
     #ext-footer .Roku-Nav-Footer .footer-section-legal .country-selector {
        text-align: right;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-legal .legal-links {
        text-align: right;
    }

    #ext-footer .col-sm-4 {
     width: 33.33333%;
    }

    #ext-footer .col-sm-8 {
        width: 66.66667%;
    }
}

@media (min-width: 1024px) {
    #ext-footer .col-md-1, .col-md-2, 
    #ext-footer .col-md-3, .col-md-4, 
    #ext-footer .col-md-5, .col-md-6, 
    #ext-footer .col-md-7, .col-md-8, 
    #ext-footer .col-md-9, .col-md-10, 
    #ext-footer .col-md-11, .col-md-12 {
        float: left;
    }

    #ext-footer .col-md-3 {
     width: 25%;
    }

    #ext-footer .col-md-9 {
        width: 75%;
    }
}

@media (max-width: 1023px) {
    .Roku-Nav-Footer .footer-section-social .social-container {
        flex-direction: column;
        justify-content: flex-start;
        min-height: 300px;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-social .social-container .blog-wrapper, 
    #ext-footer .Roku-Nav-Footer .footer-section-social .social-container .newsletter-signup, 
    #ext-footer .Roku-Nav-Footer .footer-section-social .social-container .social-wrapper {
        display: flex;
        justify-content: center;
        padding: 2rem 1rem;
        width: 100%;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-social .social-container .border-bottom {
        border-bottom: 2px solid rgba(0,0,0,.1);
    }

}

@media (max-width: 1199px) and (min-width: 768px) {
    #ext-footer .Roku-Nav-Footer .footer-section-legal {
        font-size: 12px;
    }
}

/* accordion css code for mobile only */
@media only screen and (max-width : 767px) {
    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion .body-wrapper {
        background-color: #333;
        display: block;
        font-family: GothamBook,Helvetica,Arial,sans-serif;
        font-weight: 400;
        height: 0;
        line-height: 1.42;
        overflow: hidden;
        transition-timing-function: ease;
        transition: height .3s;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion.open .body-wrapper {
        border-top: 1px solid #525252;
        border-bottom: 1px solid #444;
        height:auto;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion.open .title {
        background-color: #222;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .col-5ths, 
    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .container, 
    #ext-footer .Roku-Nav-Footer .footer-section-sitemap.container-fluid {
        padding: 0;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion .title:after {
        content: "\E910";
        position: absolute;
        right: .5em;
        font-size: 3rem;
        top: .5em;
    }

    #ext-footer .Roku-Nav-Footer .footer-section-sitemap .footer-accordion.open .title:after {
        content: "\E911";
    }
}