.bg--lightgray {
    background-color: #eee;
}

.bg--lightgray .border__right--ampersand:after {
    background-color: #eee;
    color: #f01446;
}

.bg--black {
    background-color: #161616;
    color: #fff;
}

.bg--black .border__right--ampersand:after {
    background-color: #161616;
    color: #fff;
}

.bg--black.header--yellow h1, .bg--black.header--yellow h2,
.bg--black.header--yellow h3, .bg--black.header--yellow h4,
.bg--black.header--yellow h5, .bg--black.header--yellow h6 {
    color: #ffe000;
}

.bg--inverted {
    background-color: #242424;
    color: #fff;
}

.bg--inverted .border__right--ampersand:after {
    background-color: #242424;
    color: #fff;
}

.bg--red {
    background-color: #db102d;
    color: #fff;
}

.bg--red a {
    color: #fff;
}

.bg--red .border__right--ampersand:after {
    background-color: #242424;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .border__right--default {
        border-right: 1px solid #444;
    }

    .border__right--ampersand {
        border-right: 2px solid #444;
        box-sizing: border-box;
    }

    .border__right--ampersand:after {
        content: '&';
        position: absolute;
        top: 35%;
        right: -18px;
        font-size: 4rem;
        font-weight: 800;
    }
}

.entry ul {
    list-style: none;
    margin: 0;
}

.name_first, .name_last {
    width: 50%;
    float: left;
}

.name_first {
    padding-right: 10px;
}

.name_last {
    padding-left: 10px;
}

.gform_validation_container {
    display: none;
}

.ginput_container_name {
    box-sizing: border-box;
}

.ginput_container_name:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.hidden_label label {
    display: none;
}

.gfield_checkbox label {
    display: block !important;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.4rem;
}

.gfield_checkbox label {
    display: block !important;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.4rem;
}

.gform_wrapper div.validation_error {
    background-color: rgba(255, 255, 255, 0.24);
    border: 0;
    border-top: 4px solid #b81c23;
    margin-bottom: 20px;
    color: #fff;
}

.form__dish {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form__dish input[type="text"], .form__dish input[type="email"] {
    width: 100%;
}

.form__dish input[type="checkbox"] {
    float: left;
    margin-right: 20px;
    margin-left: -40px;
    margin-top: 10px !important;
    width: 20px;
    height: 20px;
}

.form__dish input[type="submit"] {
    background: #ffd60d;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 20px;
    padding: 1.5rem;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    width: 100%;
}

.form__dish input[type="submit"]:hover {
    background: #00a651;
}

.form__dish .gfield_checkbox {
    padding: 0 30px;
}

.form__dish_wrapper .validation_message {
    background-color: #242424;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .form__dish .gfield_checkbox {
        padding: 0 60px;
    }
}

.with--remote .gform_footer {
    position: relative;
}

.with--remote .dmg-ctaform-button:before {
    content: url(/wp-content/uploads/sites/7/2015/12/dish_black_remote1.png);
    position: absolute;
    left: 30px;
    top: -4px;
    height: 65px;
}

.with--remote .gform_footer:before {
    background-image: url(/wp-content/uploads/sites/7/2015/12/dish_black_remote.png);
    background-repeat: no-repeat;
    background-size: 35px 100px;
    content: "";
    position: absolute;
    left: 30px;
    top: 3px;
    width: 35px;
    height: 100px;
}

.form-control select, .form-control textarea, .form-control input[type="text"],
.form-control input[type="password"], .form-control input[type="datetime"],
.form-control input[type="datetime-local"], .form-control input[type="date"],
.form-control input[type="month"], .form-control input[type="time"],
.form-control input[type="week"], .form-control input[type="number"],
.form-control input[type="email"], .form-control input[type="url"],
.form-control input[type="search"], .form-control input[type="tel"],
.form-control input[type="color"] {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px !important;
    font-size: 14px !important;
    margin-bottom: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.link--disabled {
    cursor: default;
}

.link--none {
    text-decoration: none !important;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .vcex-heading-inner {
        font-size: 28px;
    }
}

.text--xsmall, .text--xsmall.vcex-heading {
    font-size: 1rem;
    line-height: 1rem;
}

.text--small, .text--small.vcex-heading, .text--small .vcex-heading-inner {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.text--base, .text--base.vcex-heading {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.text--medium, .text--medium.vcex-heading {
    font-size: 1.86667rem;
    line-height: 1.86667rem;
}

.text--large, .text--large.vcex-heading {
    font-size: 2.4rem;
    line-height: 2.4rem;
}

.text--xlarge, .text--xlarge.vcex-heading {
    font-size: 3.2rem;
    line-height: 3.2rem;
}

.text--xxlarge, .text--xxlarge.vcex-heading {
    font-size: 4.53333rem;
    line-height: 4.53333rem;
}

.text--huge, .text--huge.vcex-heading {
    font-size: 5.5rem;
    line-height: 5.5rem;
}

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

.text--right {
    text-align: right;
}

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

.text--uppercase {
    text-transform: uppercase;
}

.text--primary {
    color: #f01446;
}

.text--red, .text--red a {
    color: #ff0000;
}

.text--white, .text--white a {
    color: #fff !important;
}

.text--black, .text--black a {
    color: #000 !important;
}

.text--default, .text--default a {
    color: #5d5d5d !important;
}

.text--green {
    color: #32cd32;
}

.text--yellow, .text--yellow h4 {
    color: #ffe000 !important;
}

.text--coral {
    color: #FF7F50 !important;
}

.text--light {
    font-weight: 300;
}

.text--normal {
    font-weight: 400;
}

.text--semibold {
    font-weight: 600;
}

.text--bold {
    font-weight: 700;
}

.text--heavy {
    font-weight: 800;
}

.text__shadow--xs {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.text__shadow--sm {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}

.text__shadow--md {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.text__shadow--lg {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
}

.text__shadow--xl {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
    .text__mobile--center {
        text-align: center !important;
    }

    .text__shadow--lg {
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    }
}

@media screen and (min-width: 768px) {
    .text--medium, .text--medium.vcex-heading {
        font-size: 2.24rem;
        line-height: 3.5rem;
    }

    .text--large, .text--large.vcex-heading {
        font-size: 2.88rem;
        line-height: 2.88rem;
    }

    .text--xlarge, .text--xlarge.vcex-heading {
        font-size: 3.84rem;
        line-height: 3.84rem;
    }

    .text--xxlarge, .text--xxlarge.vcex-heading {
        font-size: 5.44rem;
        line-height: 5.44rem;
    }

    .text--huge, .text--huge.vcex-heading {
        font-size: 8.8rem;
        line-height: 8.8rem;
    }
}

@media screen and (min-width: 992px) {
    .text--medium, .text--medium.vcex-heading {
        font-size: 2.66rem;
        line-height: 3.5rem;
    }

    .text--large, .text--large.vcex-heading {
        font-size: 3.42rem;
        line-height: 3.42rem;
    }

    .text--xlarge, .text--xlarge.vcex-heading {
        font-size: 4.56rem;
        line-height: 4.56rem;
    }

    .text--xxlarge, .text--xxlarge.vcex-heading {
        font-size: 6.46rem;
        line-height: 6.46rem;
    }

    .text--huge, .text--huge.vcex-heading {
        font-size: 10.45rem;
        line-height: 10.45rem;
    }

    .list__checks {
        margin-left: -20px;
    }
}

@media screen and (min-width: 992px) {
    .text--medium, .text--medium.vcex-heading {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }

    .text--large, .text--large.vcex-heading {
        font-size: 3.6rem;
        line-height: 3.6rem;
    }

    .text--xlarge, .text--xlarge.vcex-heading {
        font-size: 4.8rem;
        line-height: 4.8rem;
    }

    .text--xxlarge, .text--xxlarge.vcex-heading {
        font-size: 6.8rem;
        line-height: 6.8rem;
    }

    .text--huge, .text--huge.vcex-heading {
        font-size: 11rem;
        line-height: 11rem;
    }
}

.promo {
    position: relative;
    display: inline-block;
}

.promo.fix--margin {
    margin-left: -.5em;
}

.promo__price--lg {
    font-size: 15rem;
    font-weight: 800;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
    margin-top: -.35em;
    margin-bottom: -0.25em;
}

.promo__price--md {
    font-size: 12rem;
    font-weight: 800;
    margin-top: -5.5rem;
    margin-bottom: -2.5rem;
}

.promo__price--sm {
    font-size: 6rem;
    font-weight: 800;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
}

.promo__hidden {
    display: none;
}

.promo__symb {
    font-size: .65em;
    vertical-align: super;
}

.promo__cents {
    border-bottom: 1px solid;
    font-size: .45em;
    line-height: 1.1em;
    position: absolute;
    top: .65em;
    right: -1.3em;
}

.promo__off {
    font-size: .45em;
    line-height: 1.1em;
    top: -.8em;
    min-width: 3em;
    position: relative;
}

.promo__term {
    display: inline-block;
    font-size: .25em;
    position: absolute;
    right: -2.3em;
    top: 3em;
}

@media screen and (min-width: 768px) {
    .promo__price--sm {
        font-size: 5rem;
    }

    .promo__price--md {
        font-size: 15rem;
    }

    .promo__price--lg {
        font-size: 13rem;
        margin-top: -4.5rem;
    }
}

@media screen and (min-width: 992px) {
    .promo__price--lg {
        font-size: 15rem;
    }
}

@media screen and (min-width: 1200px) {
    .promo__price--lg {
        font-size: 22rem !important;
    }

    .promo__price--md {
        font-size: 15rem;
    }

    .promo__price--sm {
        font-size: 8rem;
        margin-top: -3.5rem;
    }
}

.package {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    cursor: pointer;
}

.package--best {
    background-color: #f01446;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: top right;
    color: #fff;
}

.package--best a {
    color: #fff;
}

.package--default {
    background-color: #ababab;
    color: #fff;
}

.package__header {
    color: inherit;
}

.package .promo__price--sm {
    margin-top: -1rem;
    -webkit-transition: all .1s ease;
            transition: all .1s ease;
}

.package__channels {
    color: inherit;
    font-size: 4.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin-top: 20px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.package__channels--sub {
    font-size: .35em;
    text-transform: uppercase;
}

.package__text {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.package__title {
    color: inherit;
    font-size: 2.4rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
    margin: 20px 0;
}

.package hr {
    border-top: 1px solid #fff;
    margin: 10px 20px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
    .package {
        padding: 0;
        padding-bottom: 20px;
    }

    .package--best {
        background-color: #fff;
        background-image: none;
        color: #f01446;
    }

    .package--best .package__header {
        background-color: #f01446;
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: top right;
    }

    .package__channels {
        font-size: 4.2rem;
        line-height: 2.4rem;
    }

    .package--default {
        background-color: #fff;
        color: #5d5d5d;
    }

    .package__header {
        background-color: #ababab;
        border-radius: 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        color: #fff;
        padding: 20px 0;
        text-align: center;
    }

    .package:hover {
        background-color: #ababab;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        color: #fff;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }

    .package:hover hr {
        border-top: 1px solid #fff;
    }

    .package__price {
        padding: 10px 0 10px 0;
    }

    .package__text {
        font-size: 1.2rem;
        margin: 0;
    }

    .package__title {
        font-size: 1.6rem;
        margin: 0;
    }

    .package hr {
        border-top: 1px solid #5d5d5d;
    }
}

@media screen and (min-width: 992px) {
    .package__channels {
        font-size: 7rem;
        line-height: 2.4rem;
    }
}

.wpb_column .vcex-pricing {
    margin-bottom: 20px !important;
}

.vcex-pricing-ammount {
    position: relative;
}

.big-price sub {
    font-size: .45em;
    width: 2em;
    display: inline-block;
    line-height: 1em;
    text-align: left;
    top: -1em;
}

.big-price sub + sub {
    left: -2em;
    top: .0em;
}

sup {
    top: inherit;
    font-size: .45em;
    vertical-align: super;
    line-height: 0;
    position: relative;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.package__channels {
    color: inherit;
    font-size: 54px;
    font-weight: 300;
    line-height: 2.4rem;
    margin-top: 20px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.package__channels--sub {
    font-size: .35em;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}

.vcex-pricing.featured .vcex-pricing-header {
    background-image: url(/wp-content/uploads/sites/7/2015/11/best-value-tag.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: top right;
}

.vcex-pricing .vcex-pricing-ammount {
    line-height: .5em;
}

.vcex-pricing .vcex-pricing-ammount sup:last-child {
    font-size: .25em;
    vertical-align: top;
    top: 1.25em;
    display: inline-block;
}

.padding--10 {
    padding: 10px;
}

.padding--20 {
    padding: 20px;
}

.padding--30 {
    padding: 30px;
}

.padding--40 {
    padding: 40px;
}

.padding--50 {
    padding: 50px;
}

.padding__top--10 {
    padding-top: 10px;
}

.padding__right--10 {
    padding-right: 10px;
}

.padding__bottom--10 {
    padding-bottom: 10px;
}

.padding__left--10 {
    padding-left: 10px;
}

.padding__top--20 {
    padding-top: 20px;
}

.padding__right--20 {
    padding-right: 20px;
}

.padding__bottom--20 {
    padding-bottom: 20px;
}

.padding__left--20 {
    padding-left: 20px;
}

.padding__top--30 {
    padding-top: 30px;
}

.padding__right--30 {
    padding-right: 30px;
}

.padding__bottom--30 {
    padding-bottom: 30px;
}

.padding__left--30 {
    padding-left: 30px;
}

.padding__top--40 {
    padding-top: 40px;
}

.padding__right--40 {
    padding-right: 40px;
}

.padding__bottom--40 {
    padding-bottom: 40px;
}

.padding__left--40 {
    padding-left: 40px;
}

.padding__top--50 {
    padding-top: 50px;
}

.padding__right--50 {
    padding-right: 50px;
}

.padding__bottom--50 {
    padding-bottom: 50px;
}

.padding__left--50 {
    padding-left: 50px;
}

.border__radius--leftbottom {
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.border__radius--rightbottom {
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.button--select {
    height: 55px;
    text-align: left;
    padding: 0 20px;
    font-size: 2.2rem;
    font-weight: 300;
}

.button--select:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    right: 5%;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.entry ul {
    list-style: none;
    margin: 0;
}

.name_first, .name_last {
    width: 50%;
    float: left;
}

.name_first {
    padding-right: 10px;
}

.name_last {
    padding-left: 10px;
}

.dish-comparison-table table {
    width: 100%;
}

.dish-comparison-table table > tbody > tr:nth-of-type(even) {
    background: rgba(0, 136, 255, 0.09);
}

.dish-comparison-table table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#site-logo {
    margin: 10px 0;
}

#top-bar-content {
    float: right !important;
    text-align: center;
    margin: 10px 0;
}

#top-bar-wrap {
    border-bottom: 0;
}

.is-sticky .fixed-nav {
    border-bottom: 0;
}

@media only screen and (max-width: 767px) {
    input.dmg-ctaform-input {
        display: block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .dmg-ctaform button {
        position: relative !important;
        height: 65px !important;
        width: 100% !important;
    }

    #top-bar {
        padding: 0 !important;
    }

    #top-bar-content {
        float: right !important;
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }

    .top-bar-right {
        padding-top: 15px 10px !important;
    }

    .main-logo {
        padding: 10px !important;
    }
}

@media screen and (max-width: 1272px) and (min-width: 960px) {
    .vcex-pricing .vcex-pricing-ammount {
        font-size: 50px !important;
    }
}

@media screen and (min-width: 768px) {
    .form__dish .gfield_checkbox {
        padding: 0 15px 0 40px;
    }
}

.form__dish .gfield_checkbox a {
    text-decoration: underline !important;
}

.footer-image-bg {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 58px;
    margin: 0 auto;
    width: 100px !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-image-bg#satellite-deals {
    background: url(/wp-content/uploads/sites/7/2016/01/dish-deals-reg.png);
}

.footer-image-bg#dish-logo {
    background: url(/wp-content/uploads/sites/7/2016/01/dish-footer-logo-regular-1.png);
}

.footer-bg-inverted .footer-image-bg#satellite-deals {
    background: url(/wp-content/uploads/sites/7/2015/10/Amu8fBFItuQhAAAAAElFTkSuQmCC.png);
}

.footer-bg-inverted .footer-image-bg#dish-logo {
    background: url(/wp-content/uploads/sites/7/2015/10/dish-footer-logo-white1.png);
}
