html {
    position: relative;
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #171717;
    background-size: 100% auto;
    color: #fff;
    font-family: "Futura LT W01 Medium", sans-serif;
    line-height: 1.4;
}

.btn {
    font-family: "Futura LT W01 Medium";
}

.btn-default {
    background: #26269C;
    background-image: none; /* remove */
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 12px;
    line-height: 48px;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 100%;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default:hover:focus, .btn-default:hover:active, .btn-default:hover:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background: #26269C !important;
        border: none;
        color: #fff;
    }

    .btn-default.disabled, .btn-default[disabled], efault[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #26269C;
        border: 0;
        color: #fff;
        opacity: 1;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Futura LT W01 Medium", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-size: 33px;
    color: #fff;
    font-family: "Futura LT W01 Bold";
    margin-top: 10px;
}

h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1;
    font-family: "Futura LT W01 Medium";
    margin-bottom: 30px;
}

.svg-fluid {
    height: 0;
    padding-bottom: 28.12660174269605%;
    position: relative;
}

    .svg-fluid svg {
       
        height: 100%;
        max-width: 237px;
      
        margin: 0 auto;
        position: absolute;
        top: 0;
    }

.left-column svg,
.left-column img {    
            right: 0;     
    }
.right-column svg,
.right-column img {    
    left: 0;     
}

.btn-fill {
    color: #fff;
    fill: #fff;
}
.btn-app-blue {
    fill: #00D0FF;
}
.btn-app-green {
    fill: #00F076;
}
.btn-app-red {
    fill: #FF3A44;
}
.btn-app-yellow {
    fill: #FFC900;
}

.lead {
    font: 20px "Futura LT W01 Medium", sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

a, a:active, a:hover, a:focus {
    border-bottom: 2px solid rgba(255, 255, 255, .4);
    color: #fff;
    text-decoration: none;
}

hr {
    border-color: #fff;
}

.container {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
}

.header-brand {
    padding: 30px 0 20px;
}

    .header-brand img {
        margin: 0 auto;
        padding: 20px;
    }

.accordion-toggle {
    color: #fff;
    display: inline-block;
    font: 20px "Futura LT W01 Medium", sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
}

.accordion-toggle:hover {
    border: none;
}

.freeform-app {
    margin-top: 4rem;
}

.badge {
    float: right;
}

textarea, input {
    outline: none;
}

.provider-name {
    color: #fff;
    float: left;
    font-size: 18px;
    max-width: 65%;
    padding-top: 8px;
}

.provider-channel {
    background: #26269C;
    border-radius: 0;
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 5px 0;
    text-align: center;
    width: auto;
}

.hd, .pacific, .channel-number {
    display: inline-block;
    vertical-align: middle;
}

    .hd img {
        position: relative;
        top: -2px;
    }

.channel-number {
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.hd, .pacific {
    padding-left: 10px;
}

.pacific {
    color: #8a8a8a;
    font-size: 14px;
    padding-top: 3px;
}

    .pacific i {
        color: #26269C;
    }

.terms-and-conditions {
    font-size: 10px;
}

.element-zipcode {
    padding-left: 40px;
    padding-right: 40px;
}

.form-control {
    border: none;
    border-radius: 0;
    color: #828181;
    font-size: 20px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

.list-group {
    float: left;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}

    .list-group:last-child {
        margin-bottom: 0;
    }

.list-group-item {
    background: #171717;
    border: 1px solid #828181;
    clear: both;
    float: left;
    padding: 10px 20px;
    width: 100%;

   
}

    .list-group-item.active {
        padding-top: 0;
        border: none;
    }

        .list-group-item.active:first-child,
        .list-group-item:first-child {
            border-radius: 0;
        }

    .list-group-item:last-child {
        border-radius: 0;
    }

    .list-group-item.active:first-child {
        background: transparent;
        padding: 25px 0;
    }

.panel {
    margin-bottom: 0;
}

    .panel + .panel {
        margin-top: 45px;
    }

.panel-default {
    background: #171717;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-body {
    padding: 10px 45px 0 45px;
}

.panel-header {
    margin-top: 0;
}

.panel-logo {
    margin: 0 auto 30px;
}

form {
    padding-top: 15px;
}

.form-control {
    border: 1px solid #828181;
    border-radius: 4px;
    background-color: #171717;
    color: #fff;
}

.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {
    color: #828181;
}

input[type="text"]::-webkit-input-placeholder {
    color: #adacac;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #828181 ;
    -webkit-box-shadow: 0 0 0 1000px #171717 inset ;
    -webkit-text-fill-color: #fff ;
}

.provider-friendly-name-input input {
    text-align: right;
}

.footer {
    background: transparent;
    border-top: 1px solid #828181;
    color: #fff;
    font-size: 10px;
    padding: 15px;
}

.copyright {
    text-align: right;
}

.footer-links li {
    display: inline-block;
    margin-bottom: 10px;
}

    .footer-links li a {
        border-bottom: 2px solid rgba(0, 121, 255, .4);
        color: #fff;
        font-size: 12px;
        margin-right: 5px;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    margin-bottom: 30px;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.freeform-app a {
    border-bottom: none;
    margin-bottom: 30px;
}

.freeform-app a.bottom-row {
    margin-bottom: 0;
}

    .freeform-app a.left-column {
        float: right;
        padding-bottom: 7rem;
    }

.freeform-app a.right-column {
    float: left;
    padding-bottom: 7rem;
}

.freeform-app img {
    margin-top: 3px;
}

.logo-mobile {
    padding-bottom: 10px;
}

.footer {
    margin-top: 3rem;
}

@media (max-width: 767px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
        line-height: 2.5rem;
    }

    .lead {
        font-size: 20px;
    }

    .btn-default {
        font-size: 18px;
        margin-top: 10px;
    }

    .header-brand {
        padding: 15px 0 5px;
    }

        .header-brand img {
            width: 220px;
        }

    .panel-body {
        padding: 0;
    }
    .freeform-app {
        margin-top: 4rem;
    }
    .panel-logo {
        width: 220px;
    }

    .panel-header {
        margin-bottom: 15px;
    }

    .form-group {
        margin-bottom: 0;
    }

    .provider-name {
        float: none;
        margin-bottom: 5px;
        max-width: none;
        width: 100%;
    }

    .provider-channel {
        display: inline-block;
        float: none;
        text-align: center;
    }

    .footer,
    .copyright {
        text-align: center;
    }
    .footer {
        margin-top: 3rem;
    }
    .freeform-app a, .freeform-app a.left-column, .freeform-app a.right-column {
        clear: both;
        float: none;
    }

    .freeform-app a img {
        margin-bottom: 10px;
    }
    .list-group-item {

        padding: 0 5px 15px 5px;
       
    }
    .left-column svg,
    .left-column img {    
        right: 0;
        left: 0;
        float: none;
    }
    .right-column svg,
    .right-column img {    
        left: 0;
        right: 0;
        margin: 0 auto;

        float: none;
    }
}

@media (max-width: 320px) {

    .accordion-toggle {
        font-size: 18px;
    }
}




